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
.palette-split_complementary { /* ♔ ♔ ♔ GLOBAL MODIFIERS ♔ ♔ ♔ Adjust/modify all base colors. -----------------------------------*/ $step: 10; /* 0 <> 20 */ $modifier: 1.72; $hue: hue(+0); /* deg */ $saturation: saturation(-0%); $contrast: contrast(100%); $lightness: lightness(+0%); $whiteness: whiteness(+0%); $blackness: blackness(+0%); $tint: tint(0%); $shade: shade(0%); $alpha: alpha(100%); /* variant distances */ $100: 4; $200: 3; $300: 2; $400: 1; /* $500 | base color */ $600: 1; $700: 2; $800: 3; $900: 4; /* ♔ ♔ ♔ BASE COLORS DEFINITION ♔ ♔ ♔ adjust/modify individual base color -----------------------------------*/ /* <primary_colors> */ $red: color-mod( hsl(359, 91%, 52%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); /* <tertiary_colors> */ $yellow-green: color-mod( hsl(88, 50%, 53%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); $blue-green: color-mod( hsl(174, 100%, 29%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); /* ♔ ♔ ♔ COLOR VARIANTS DEFINITION ♔ ♔ ♔ 4 * tint | base color | 4 * shade -----------------------------------*/ --r100: color-mod($red tint(resolve($100 * ($step * $modifier))%)); --r200: color-mod($red tint(resolve($200 * ($step * $modifier))%)); --r300: color-mod($red tint(resolve($300 * ($step * $modifier))%)); --r400: color-mod($red tint(resolve($400 * ($step * $modifier))%)); --r500: color-mod($red); --r600: color-mod($red shade(resolve($600 * ($step * $modifier))%)); --r700: color-mod($red shade(resolve($700 * ($step * $modifier))%)); --r800: color-mod($red shade(resolve($800 * ($step * $modifier))%)); --r900: color-mod($red shade(resolve($900 * ($step * $modifier))%)); --bg100: color-mod($blue-green tint(resolve($100 * ($step * $modifier))%)); --bg200: color-mod($blue-green tint(resolve($200 * ($step * $modifier))%)); --bg300: color-mod($blue-green tint(resolve($300 * ($step * $modifier))%)); --bg400: color-mod($blue-green tint(resolve($400 * ($step * $modifier))%)); --bg500: color-mod($blue-green); --bg600: color-mod($blue-green shade(resolve($600 * ($step * $modifier))%)); --bg700: color-mod($blue-green shade(resolve($700 * ($step * $modifier))%)); --bg800: color-mod($blue-green shade(resolve($800 * ($step * $modifier))%)); --bg900: color-mod($blue-green shade(resolve($900 * ($step * $modifier))%)); --yg100: color-mod($yellow-green tint(resolve($100 * ($step * $modifier))%)); --yg200: color-mod($yellow-green tint(resolve($200 * ($step * $modifier))%)); --yg300: color-mod($yellow-green tint(resolve($300 * ($step * $modifier))%)); --yg400: color-mod($yellow-green tint(resolve($400 * ($step * $modifier))%)); --yg500: color-mod($yellow-green); --yg600: color-mod($yellow-green shade(resolve($600 * ($step * $modifier))%)); --yg700: color-mod($yellow-green shade(resolve($700 * ($step * $modifier))%)); --yg800: color-mod($yellow-green shade(resolve($800 * ($step * $modifier))%)); --yg900: color-mod($yellow-green shade(resolve($900 * ($step * $modifier))%)); }
src/styles/palettes/_palette-split_complementary.css
.palette-split_complementary { /* ♔ ♔ ♔ GLOBAL MODIFIERS ♔ ♔ ♔ Adjust/modify all base colors. -----------------------------------*/ $step: 10; /* 0 <> 20 */ $modifier: 1.72; $hue: hue(+0); /* deg */ $saturation: saturation(-0%); $contrast: contrast(100%); $lightness: lightness(+0%); $whiteness: whiteness(+0%); $blackness: blackness(+0%); $tint: tint(0%); $shade: shade(0%); $alpha: alpha(100%); /* variant distances */ $100: 4; $200: 3; $300: 2; $400: 1; /* $500 | base color */ $600: 1; $700: 2; $800: 3; $900: 4; /* ♔ ♔ ♔ BASE COLORS DEFINITION ♔ ♔ ♔ adjust/modify individual base color -----------------------------------*/ /* <primary_colors> */ $red: color-mod( hsl(359, 91%, 52%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); /* <tertiary_colors> */ $yellow-green: color-mod( hsl(88, 50%, 53%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); $blue-green: color-mod( hsl(174, 100%, 29%) $hue $saturation $contrast $lightness $whiteness $blackness $tint $shade $alpha ); /* ♔ ♔ ♔ COLOR VARIANTS DEFINITION ♔ ♔ ♔ 4 * tint | base color | 4 * shade -----------------------------------*/ --r100: color-mod($red tint(resolve($100 * ($step * $modifier))%)); --r200: color-mod($red tint(resolve($200 * ($step * $modifier))%)); --r300: color-mod($red tint(resolve($300 * ($step * $modifier))%)); --r400: color-mod($red tint(resolve($400 * ($step * $modifier))%)); --r500: color-mod($red); --r600: color-mod($red shade(resolve($600 * ($step * $modifier))%)); --r700: color-mod($red shade(resolve($700 * ($step * $modifier))%)); --r800: color-mod($red shade(resolve($800 * ($step * $modifier))%)); --r900: color-mod($red shade(resolve($900 * ($step * $modifier))%)); --bg100: color-mod($blue-green tint(resolve($100 * ($step * $modifier))%)); --bg200: color-mod($blue-green tint(resolve($200 * ($step * $modifier))%)); --bg300: color-mod($blue-green tint(resolve($300 * ($step * $modifier))%)); --bg400: color-mod($blue-green tint(resolve($400 * ($step * $modifier))%)); --bg500: color-mod($blue-green); --bg600: color-mod($blue-green shade(resolve($600 * ($step * $modifier))%)); --bg700: color-mod($blue-green shade(resolve($700 * ($step * $modifier))%)); --bg800: color-mod($blue-green shade(resolve($800 * ($step * $modifier))%)); --bg900: color-mod($blue-green shade(resolve($900 * ($step * $modifier))%)); --yg100: color-mod($yellow-green tint(resolve($100 * ($step * $modifier))%)); --yg200: color-mod($yellow-green tint(resolve($200 * ($step * $modifier))%)); --yg300: color-mod($yellow-green tint(resolve($300 * ($step * $modifier))%)); --yg400: color-mod($yellow-green tint(resolve($400 * ($step * $modifier))%)); --yg500: color-mod($yellow-green); --yg600: color-mod($yellow-green shade(resolve($600 * ($step * $modifier))%)); --yg700: color-mod($yellow-green shade(resolve($700 * ($step * $modifier))%)); --yg800: color-mod($yellow-green shade(resolve($800 * ($step * $modifier))%)); --yg900: color-mod($yellow-green shade(resolve($900 * ($step * $modifier))%)); }
0.416559
0.112016
html, body{ margin: 0; padding: 0; background-color: #535051; color: #c4c0cc; font-family: "Lucida Console", "Courier New", monospace; height:100%; } body{ background-image: linear-gradient(to bottom left, #535051 30%, #2e3035 70%); background-size: cover; background-repeat: no-repeat; } /* empty page */ .holder{ position: fixed; text-align: center; top: 40%; left: 45%; font-size: 150%; } .back{ margin-top: 5px; margin-left: 10px; position: absolute; } /* home page */ .myname{ color: #dbc7c5; font-size: 49px; position: absolute; top: 35%; right: 50%; } .myinfo{ font-size: 15px; position: absolute; top: 42%; right: 50%; } .route{ display: inline-block; position: absolute; top: 45%; right: 50%; font-size: 15px; } .social{ display: inline-block; position: absolute; top: 49%; right: 50%; font-size: 10px; } a{ text-decoration: none; color: #c4c0cc; margin-left: 10px; } a:hover{ color: rgb(212, 212, 212); text-decoration: none; } .avatar{ display: grid; height: 100%; } #avatar{ position: absolute; right: 0%; top: 0%; max-width: 100%; max-height: 100vh; margin: auto; } /*user page*/ input[type=text],input[type=email], select { font-family: "Lucida Console", "Courier New", monospace; width: 100%; padding: 15px 20px; margin: 6px 0; border: 1px solid #ccc; border-radius: 9px; box-sizing: border-box; background-color: rgb(226 226 226); } #comment{ font-family: "Lucida Console", "Courier New", monospace; width: 100%; padding: 20px 20px; margin: 6px 0; border: 1px solid #ccc; border-radius: 9px; box-sizing: border-box; background-color: rgb(226 226 226 / 1); } input[type=submit] { font-family: "Lucida Console", "Courier New", monospace; width: 100%; background-color: #545454; color: rgb(224 224 224); padding: 12px 26px; border: none; border-radius: 9px; } #info{ border-radius: 15px; left: 4%; top: 5%; position: absolute; width: 15%; background-color: #cfd0d0; padding: 20px; } input[type=submit]:hover { background-color: #353535; } table { border-radius: 15px; overflow: hidden; } #visitors { right: 3%; top: 5%; position: absolute; border-collapse: collapse; width: 70%; } #visitors td, #visitors th { padding: 8px; } #visitors tr:nth-child(even) { background-color: #464646; } #visitors tr:hover { background-color: rgb(105, 105, 105); } #visitors th { padding: 12px; /* padding-bottom: 12px; */ text-align: left; background-color: #383838; color: rgb(175, 175, 175); } #resume{ width: 80%; right: 10%; height: 95%; top: 2.5%; position:absolute; }
mirror/web/src/public/style.css
html, body{ margin: 0; padding: 0; background-color: #535051; color: #c4c0cc; font-family: "Lucida Console", "Courier New", monospace; height:100%; } body{ background-image: linear-gradient(to bottom left, #535051 30%, #2e3035 70%); background-size: cover; background-repeat: no-repeat; } /* empty page */ .holder{ position: fixed; text-align: center; top: 40%; left: 45%; font-size: 150%; } .back{ margin-top: 5px; margin-left: 10px; position: absolute; } /* home page */ .myname{ color: #dbc7c5; font-size: 49px; position: absolute; top: 35%; right: 50%; } .myinfo{ font-size: 15px; position: absolute; top: 42%; right: 50%; } .route{ display: inline-block; position: absolute; top: 45%; right: 50%; font-size: 15px; } .social{ display: inline-block; position: absolute; top: 49%; right: 50%; font-size: 10px; } a{ text-decoration: none; color: #c4c0cc; margin-left: 10px; } a:hover{ color: rgb(212, 212, 212); text-decoration: none; } .avatar{ display: grid; height: 100%; } #avatar{ position: absolute; right: 0%; top: 0%; max-width: 100%; max-height: 100vh; margin: auto; } /*user page*/ input[type=text],input[type=email], select { font-family: "Lucida Console", "Courier New", monospace; width: 100%; padding: 15px 20px; margin: 6px 0; border: 1px solid #ccc; border-radius: 9px; box-sizing: border-box; background-color: rgb(226 226 226); } #comment{ font-family: "Lucida Console", "Courier New", monospace; width: 100%; padding: 20px 20px; margin: 6px 0; border: 1px solid #ccc; border-radius: 9px; box-sizing: border-box; background-color: rgb(226 226 226 / 1); } input[type=submit] { font-family: "Lucida Console", "Courier New", monospace; width: 100%; background-color: #545454; color: rgb(224 224 224); padding: 12px 26px; border: none; border-radius: 9px; } #info{ border-radius: 15px; left: 4%; top: 5%; position: absolute; width: 15%; background-color: #cfd0d0; padding: 20px; } input[type=submit]:hover { background-color: #353535; } table { border-radius: 15px; overflow: hidden; } #visitors { right: 3%; top: 5%; position: absolute; border-collapse: collapse; width: 70%; } #visitors td, #visitors th { padding: 8px; } #visitors tr:nth-child(even) { background-color: #464646; } #visitors tr:hover { background-color: rgb(105, 105, 105); } #visitors th { padding: 12px; /* padding-bottom: 12px; */ text-align: left; background-color: #383838; color: rgb(175, 175, 175); } #resume{ width: 80%; right: 10%; height: 95%; top: 2.5%; position:absolute; }
0.475605
0.063511
.swipe{ width: 100%; height: 100%; overflow:hidden; visibility:hidden; position: relative; //background-color: red; } td { border-color:#D0D0D0; } .swipe-wrap { overflow: hidden; position: relative; width:100%; height:100%; } .swipe-wrap > div { float:left; width:100%; position: relative; } .mapCont { width: 100%; height: 90%; } .swipeAvviso { position:relative; width:100%; height:10%; line-height:32px; text-align:center; font-size:16px; display:inline-block; vertical-align:middle; //margin-top:4%; //margin-bottom:-4%; background-color:#f8f8f8; //padding-top:4%; color:#2f60c4; font-weight:600; } .mMap{ width: 100%; height: 100%; //background-color: green; } .mListRoom{ position:relative; width: 100%; height: 100%; //margin:0px auto; // background-color: #ffff00; background-color:#f8f8f8; overflow-y:scroll; } .mDetails{ position: absolute; width: 100%; height: 110%; top: 0px; left: 100%; display:none; background-color: #f8f8f8; z-index:10000; } .mwrapper{ overflow-x: hidden; } .mListRoom ul { position:absolute; list-style:none; padding-left:0px; width:100%; left:0px; top:1px; padding-bottom:0px; margin:0px; } .mListRoom li { margin:0px; width:100%; position:relative; height:100%; } .liRoom { display:inline-block; //border:1px solid black; width:97%; min-height:100%; padding:0px; position:relative; margin-left:1.5%; text-align:center; //background-color:rgba(10,200,20,0.2); //background: rgb(248,248,248); /* Old browsers */ //background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(193,193,193,1) 100%); /* FF3.6+ */ //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */ //background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */ //background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */ //background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* IE10+ */ //background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* W3C */ //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */ } .separatore { position:relative; height:2px; background-color:#D3D3D3; border-radius:30% 30%; width:94%; margin-left:3%; margin-bottom:4px; } .barretta { position:relative; height:32px !important; width:8px; background-color:green; margin-top:10px !important; } .liRoom div { display:inline-block; margin:2px; margin-left:7px; float:left; min-height:100%; position:relative; font-weight:bolder; line-height:50px; font-size:18px; height:50px; //width:15%; } .liRoom img { margin-top:15px; position:relative; display:block; height:20px; width:20px; }
css/mobile.css
.swipe{ width: 100%; height: 100%; overflow:hidden; visibility:hidden; position: relative; //background-color: red; } td { border-color:#D0D0D0; } .swipe-wrap { overflow: hidden; position: relative; width:100%; height:100%; } .swipe-wrap > div { float:left; width:100%; position: relative; } .mapCont { width: 100%; height: 90%; } .swipeAvviso { position:relative; width:100%; height:10%; line-height:32px; text-align:center; font-size:16px; display:inline-block; vertical-align:middle; //margin-top:4%; //margin-bottom:-4%; background-color:#f8f8f8; //padding-top:4%; color:#2f60c4; font-weight:600; } .mMap{ width: 100%; height: 100%; //background-color: green; } .mListRoom{ position:relative; width: 100%; height: 100%; //margin:0px auto; // background-color: #ffff00; background-color:#f8f8f8; overflow-y:scroll; } .mDetails{ position: absolute; width: 100%; height: 110%; top: 0px; left: 100%; display:none; background-color: #f8f8f8; z-index:10000; } .mwrapper{ overflow-x: hidden; } .mListRoom ul { position:absolute; list-style:none; padding-left:0px; width:100%; left:0px; top:1px; padding-bottom:0px; margin:0px; } .mListRoom li { margin:0px; width:100%; position:relative; height:100%; } .liRoom { display:inline-block; //border:1px solid black; width:97%; min-height:100%; padding:0px; position:relative; margin-left:1.5%; text-align:center; //background-color:rgba(10,200,20,0.2); //background: rgb(248,248,248); /* Old browsers */ //background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(193,193,193,1) 100%); /* FF3.6+ */ //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */ //background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */ //background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */ //background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* IE10+ */ //background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(193,193,193,1) 100%); /* W3C */ //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */ } .separatore { position:relative; height:2px; background-color:#D3D3D3; border-radius:30% 30%; width:94%; margin-left:3%; margin-bottom:4px; } .barretta { position:relative; height:32px !important; width:8px; background-color:green; margin-top:10px !important; } .liRoom div { display:inline-block; margin:2px; margin-left:7px; float:left; min-height:100%; position:relative; font-weight:bolder; line-height:50px; font-size:18px; height:50px; //width:15%; } .liRoom img { margin-top:15px; position:relative; display:block; height:20px; width:20px; }
0.523908
0.064506
body, html { width: 100%; height: 100%; overflow-x: hidden; } .box{ width: 100%; height: 100%; background-image: url('../img/bg_toubu@2x.png'); background-size:100%; background-repeat: no-repeat; } header{ width: 100%; height: 36%; float: left; display: flex; justify-content: center; position: relative; } header span{ width: 40%; float: left; margin-top: 46%; line-height: 1rem; text-align: center; font-size:0.4rem ; color: #999; } header:after{ display:block; content:""; width: 0.01rem; height:0.4rem; position: absolute; top:79%; left:0; right:0; margin:auto; border-left:0.01rem solid #ea4a4a; } header span.active{ color: #ea4c48; } .conList{ width: 100%; height: 64%; float: left; background: #fff; position: relative; } .con{ width: 100%; height: 64%; position: relative; float: left; } /*.con:after{*/ /*display:block;*/ /*content:"";*/ /*width: 0;*/ /*height: 0;*/ /*position: absolute;*/ /*top:-0.5rem;*/ /*left:0;*/ /*right:0;*/ /*margin:auto;*/ /*border-left: 0.3rem solid transparent;*/ /*border-right: 0.3rem solid transparent;*/ /*border-bottom: 0.6rem solid #fff;*/ /*}*/ form{ width: 100%; height:auto; float: left; padding:0.8rem 0.79rem 0; } input:focus{ outline: none; } form .user{ width:100%; height: 1.08rem; float: left; border-bottom:0.01rem solid #dfdfdf; line-height: 1.08rem; } form .user input{ width: 50%; float: left; margin-top: 0.35rem; font-size: 0.3rem; border: none; } form .user img{ width:0.42rem; height: 0.42rem; float: left; margin-top: 0.3rem; margin-right: 8%; } form .pass{ display: none; } form .pass.active{ display: block; } form .pass img{ width:0.42rem; height: 0.42rem; float: left; margin-top: 0.3rem; margin-right: 8%; } form .pass{ width:100%; height: 1.08rem; float: left; border-bottom:0.01rem solid #dfdfdf; line-height: 1.08rem; } form .pass input{ width: 48%; float: left; margin-top: 0.35rem; font-size: 0.3rem; border:none; } form .pass input[type=button]{ width: 30%; height: 60%; margin-top: 5%; border-radius: 0.4rem; float: left; font-size: 0.24rem; background: #ea4a4a; color: #fff; text-align: center; } form .error_alert{ width:100%; text-align: center; height:0.4rem; font-size:0.24rem; float: left; margin-top: 0.2rem; /*display: none;*/ } form .error_alert .error{ display: block; width: 100%; height:100%; float: left; text-align: left; line-height: 0.3rem; color: #ea4a4a; } .login-btn{ width: 100%; height: auto; float: left; padding: 0.5rem 0 0.5rem; } .login-btn input{ width: 80%; margin-left: 10%; height: 0.9rem; border-radius: 0.4rem; font-size: 0.36rem; line-height: 0.9rem; background: #ea4a4a; color: #fff; border:none; letter-spacing: 5px; } .other{ width: 100%; height: auto; float: left; display: flex; justify-content: center; } .other a{ display: block; width: 23%; height: auto; text-align: center; font-size: 0.24rem; color:#ea4a4a; }
frontend/web/common/css/qzzlogin.css
body, html { width: 100%; height: 100%; overflow-x: hidden; } .box{ width: 100%; height: 100%; background-image: url('../img/bg_toubu@2x.png'); background-size:100%; background-repeat: no-repeat; } header{ width: 100%; height: 36%; float: left; display: flex; justify-content: center; position: relative; } header span{ width: 40%; float: left; margin-top: 46%; line-height: 1rem; text-align: center; font-size:0.4rem ; color: #999; } header:after{ display:block; content:""; width: 0.01rem; height:0.4rem; position: absolute; top:79%; left:0; right:0; margin:auto; border-left:0.01rem solid #ea4a4a; } header span.active{ color: #ea4c48; } .conList{ width: 100%; height: 64%; float: left; background: #fff; position: relative; } .con{ width: 100%; height: 64%; position: relative; float: left; } /*.con:after{*/ /*display:block;*/ /*content:"";*/ /*width: 0;*/ /*height: 0;*/ /*position: absolute;*/ /*top:-0.5rem;*/ /*left:0;*/ /*right:0;*/ /*margin:auto;*/ /*border-left: 0.3rem solid transparent;*/ /*border-right: 0.3rem solid transparent;*/ /*border-bottom: 0.6rem solid #fff;*/ /*}*/ form{ width: 100%; height:auto; float: left; padding:0.8rem 0.79rem 0; } input:focus{ outline: none; } form .user{ width:100%; height: 1.08rem; float: left; border-bottom:0.01rem solid #dfdfdf; line-height: 1.08rem; } form .user input{ width: 50%; float: left; margin-top: 0.35rem; font-size: 0.3rem; border: none; } form .user img{ width:0.42rem; height: 0.42rem; float: left; margin-top: 0.3rem; margin-right: 8%; } form .pass{ display: none; } form .pass.active{ display: block; } form .pass img{ width:0.42rem; height: 0.42rem; float: left; margin-top: 0.3rem; margin-right: 8%; } form .pass{ width:100%; height: 1.08rem; float: left; border-bottom:0.01rem solid #dfdfdf; line-height: 1.08rem; } form .pass input{ width: 48%; float: left; margin-top: 0.35rem; font-size: 0.3rem; border:none; } form .pass input[type=button]{ width: 30%; height: 60%; margin-top: 5%; border-radius: 0.4rem; float: left; font-size: 0.24rem; background: #ea4a4a; color: #fff; text-align: center; } form .error_alert{ width:100%; text-align: center; height:0.4rem; font-size:0.24rem; float: left; margin-top: 0.2rem; /*display: none;*/ } form .error_alert .error{ display: block; width: 100%; height:100%; float: left; text-align: left; line-height: 0.3rem; color: #ea4a4a; } .login-btn{ width: 100%; height: auto; float: left; padding: 0.5rem 0 0.5rem; } .login-btn input{ width: 80%; margin-left: 10%; height: 0.9rem; border-radius: 0.4rem; font-size: 0.36rem; line-height: 0.9rem; background: #ea4a4a; color: #fff; border:none; letter-spacing: 5px; } .other{ width: 100%; height: auto; float: left; display: flex; justify-content: center; } .other a{ display: block; width: 23%; height: auto; text-align: center; font-size: 0.24rem; color:#ea4a4a; }
0.354992
0.042902
body { margin: 0; padding: 0; } ul { list-style: none; margin: 0; padding: 0; } a { font-family: '微软雅黑'; text-decoration: none; } p{font-family: '微软雅黑'; margin:0; padding:0;} .top_bg { height: 40px; background-color: #333333; } .top { width: 1257px; margin: 0 auto; height:40px; line-height: 40px; position: relative; } .top_l { float: left; } .top_l ul li { float: left; } .top_r { float: right; } .top_r ul li { float: left; } .top a, span { color: #b0b0b0; font-size: 12px; } .top a:hover { color: white; } .top span { margin: 0px 6px; } .shop { width: 120px; height: 40px; background: url(images/tb_22.png) no-repeat #424242 2px 8px; } .box1 { display: block; width: 300px; height: 0px; overflow: hidden; border-bottom: 1px solid #e0e0e0; background: white; position: absolute; right: -6px; top: 40px; box-shadow: -2px 0px 5px #e0e0e0; text-align: center; line-height: 100px; transition:height 1s; z-index:2; } .shop:hover { background: url(images/tb2.png) no-repeat #ffffff 2px 11px; } .shop:hover a { color: orange; } .shop:hover .box1 { height:100px; transition:height 1s; } .head_bg { width: 1257px; height: 100px; margin: 0 auto; } *+html .head_l{ float:left; margin-top:20px; } .head_l{ float:left; margin-top:20px; } .logo { display: block; width: 55px; height: 55px; background: url(images/mi-logo.png) no-repeat #ff6700 3px 3px; float:left; /*margin-top:-20px;*/ } .phone { float:left; /*margin-top:-30px;*/ } .column { float: left; margin-left:0px; } .column ul li { float: left; margin-left: 18px; font-size: 16px; } .xmsj_bg { height:0px; position: absolute; top:140px; left: 0; right: 0; background:#fff; border-bottom:1px solid #e0e0e0; z-index: 5; transition: height 1s; overflow: hidden; } .xm:hover .xmsj_bg{ height:230px; transition: height 1s; } .xm:hover .xmsj{ height:230px; transition: height 1s; } .xmsj{ width:1257px; height:230px; margin:0 auto; background:#fff; } .column{ padding-top:40px; } .xmsj img{ margin-top:40px; } .xmsj p{ font-size: 12px color:#e0e0e0; } .xmsj a{ font-size: 12px; color:#ff6700; } .xmsj1 { float: left; margin-right:130px; } .column a { font-size: 16px; color: #333333; } .column a:hover { color: orange; } *html .search_box { float: right; margin-top:20px; } .search_box { float: right; margin-top:-95px; } .search { padding: 7px; height: 30px; width: 231px; border: 1px solid #e0e0e0; border-right: 0px; padding-left: 20px; } .search_box input{ float:left; margin-top:25px; } *+html .but { width: 50px; height: 46px; background: orange; border:1px solid #e0e0e0; margin-left:-8px; background:url(images/fdj.png) no-repeat -2px -4px; } .but{ width: 50px; height: 46px; background: orange; border:1px solid #e0e0e0; background:url(images/fdj.png) no-repeat -2px -4px; } .but:hover{ background:url(images/fdj2.png) no-repeat -2px -4px; } .banner_bg { width: 1257px; height: 460px; margin: 0 auto; position: relative; } .sidebar { position: absolute; left: 0px; width: 234px; height: 420px; background: #5b5550; padding-top: 20px; padding-bottom: 20px; z-index: 2; } .sidebar ul li { width: 234px; height: 42px; background: url(images/mi_03.png) no-repeat 210px 12px; } .sidebar ul li:hover { background: url(images/mi_1.png) no-repeat #ff6700 210px 12px; } .phone1 { position: relative; } .box_bg { width: 797px; height: 460px; background: #fff; position: absolute; left: 234px; top: -20px; display: none; cursor:pointer; } .phone1:hover .box_bg { display: block; } .phone_box1 { float: left; } .phone_box1 p { height: 60px; width: 230px; margin-left: 20px; line-height: 24px; } .sidebar a { margin-left: 30px; line-height: 44px; color: white; } .banner { position: absolute; right: 0px; } .banner_s { width: 1257px; height: 170px; margin: 0 auto; margin-top: 12px; } .banner_s ul li { float: left; margin-right:24px; cursor:pointer; } .box2 { width: 235px; height: 170px; background: url(images/sss_01.png) no-repeat #474747; } .box2 a{display:block; float:left; font-size:12px; color:#fff; margin:45px 15px 30px 15px; } .box2 a:hover{color:#c6c4c4;} .phone_box1 a { display: block; width: 60px; height: 24px; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 24px; margin-left: 160px; margin-top: -40px; } .phone_box1 a:hover { background: #ff6700; color: white; } .phone_box1 img { padding-right: 20px; margin-top: 8px; } .phone_box2 { float: left; } .phone_box2 p { height: 60px; width: 230px; margin-left: 20px; line-height: 60px; } .phone_box2 img { padding-right: 20px; margin-top: 8px; } .phone_box2 a { display: block; width: 60px; height: 24px; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 24px; margin-left: 160px; margin-top: -55px; } .phone_box2 a:hover { background: #ff6700; color: white; } .phone_box3 { float: left; } .phone_box3 p { height: 60px; width: 230px; margin-left: 20px; line-height: 60px; margin-top: 20px; } .phone_box3 img { margin-right: 10px; margin-top: 8px; } .middle_bg { height: 706px; background: #f5f5f5; } .middle_nav { width: 1257px; height: 60px; margin: 0 auto; } .middle_text{ float: right; margin-top:-40px; } .middle_text ul li { float: left; margin-right: 15px; } .middle_nav a { font-size: 16px; color: #424242; } .middle_nav a:hover { color: #ff6700; border-bottom: 3px solid #ff6700; } .pic_bg{width:1257px; height:705px; margin:0 auto;} .pic_bg ul li:hover{margin-top:-2px; cursor:pointer;} .pic_top{margin-top:7px;} .float_box{width:234px; height:77px; background:#ff6700; position:absolute; bottom:-77px; transition: bottom 1} .pic_top ul li:hover .float_box{bottom:0; transition: bottom 1s;} .pic_top ul li { position:relative; overflow:hidden; float: left; width: 234px; height: 300px; margin: 0px 7px 10px 7px; text-align: center; background: #fff; } .pic_down{ margin-top:7px; } .pic_down ul li { float: left; width: 234px; height: 300px; margin: 0px 7px 0px 7px; text-align: center; background: #fff; } .pic_bg img { margin-left: 40px; margin-top: 17px; } .pic_bg a { font-size: 14px; color: #333333; text-align: right; } .pic_bg p { font-size: 14px; margin: 5px 0px 15px; padding: 0; color: #ff6700; } .pic_bg span { font-size: 12px; color: #b0b0b0; } .pic_s { width: 234px; height: 143px; background: #fff; text-align: left; } .pic_down .down { margin-top: 14px; } .shfw{ width:1257px; height:80px; margin:0 auto; } .shfw ul li{ width:145px; height:30px; margin:35px 50px 25px 50px; float:left; text-align:right; cursor:pointer; } .shfw span{font-size:16px; color:#616161;} .shfw ul li:hover span{color:#ff6700;} .logo_s1{background:url(images/mi33_07.png) no-repeat 10px -2px;} .logo_s1:hover{background:url(images/S{A8~M9G3TX35DOJWE7NTX4.png) no-repeat 10px -2px;} .logo_s2{background:url(images/mi33_09.png) no-repeat 10px -3px;} .logo_s2:hover{background:url(images/7777.png) no-repeat 9px -2px;} .logo_s3{background:url(images/mi33_11.png) no-repeat 10px -4px;} .logo_s3:hover{background:url(images/1515.png) no-repeat 11px -4px;} .logo_s4{background:url(images/mi33_13.png) no-repeat 15px -4px} .logo_s4:hover{background:url(images/6666.png) no-repeat 17px -3px;} .logo_s5{float:right; background:url(images/mi33_15.png) no-repeat 0 -3px;} .logo_s5:hover{background:url(images/5555.png) no-repeat 3px -2px;} .help_bg{ width:1257px; height:240px; margin:0 auto; } .help_l{ float:left; width:990px; } .help_l ul li{ float:left; margin-right:95px; margin-top:40px; } .help_l p{ font-size:12px; color:#757575; cursor:pointer; } .help_l p:hover{ color:#ff6700; } .help_l span{ font-size: 14px; color:#424242; } .help_r{ width:260px; height:270px; float:right; text-align:left; } .help_r p{margin:0; padding:0; font-size: 14px; color:#616161; } .help_box{ width:120px; height:30px; border:1px solid #ff6700; margin-top:20px; transition: color 1s; } .help_box:hover{background:#ff6700; transition: color 1s;} .help_box:hover a{color:#fff; transition: color 1s;} .help_box a{ color:#ff6700; line-height: 30px; transition: color 1s; } .bottom{ height:170px; background:#fafafa; } .foot_bg{ width:1257px; height:170px; margin:0 auto; } .foot_l .mi_logo{ float:left; width:55px; height:55px; background:url(images/mi-logo.png) no-repeat #ff6700 4px 4px; margin-top:55px; } .foot_text{ padding-top:50px; } .foot_text p{ font-size: 14px; color:#c0b6b0; } .foot_text ul li{ float:left; margin:0px 5px 0px 5px; } .foot_text ul li:hover a{ color:#ff6700; } .text2 a{ font-size: 12px; color:#b0b0c0; } .text2 a:hover{color:#ff6700;} .foot_l ul li a{ font-size: 12px; color:#757575; } .foot_l p{ margin:0; padding:0; } .foot_r{float:right; margin-top:-50px; } .foot_r ul li{ float:left; margin-right:10px; } .clear { clear: both; }
mi/style.css
body { margin: 0; padding: 0; } ul { list-style: none; margin: 0; padding: 0; } a { font-family: '微软雅黑'; text-decoration: none; } p{font-family: '微软雅黑'; margin:0; padding:0;} .top_bg { height: 40px; background-color: #333333; } .top { width: 1257px; margin: 0 auto; height:40px; line-height: 40px; position: relative; } .top_l { float: left; } .top_l ul li { float: left; } .top_r { float: right; } .top_r ul li { float: left; } .top a, span { color: #b0b0b0; font-size: 12px; } .top a:hover { color: white; } .top span { margin: 0px 6px; } .shop { width: 120px; height: 40px; background: url(images/tb_22.png) no-repeat #424242 2px 8px; } .box1 { display: block; width: 300px; height: 0px; overflow: hidden; border-bottom: 1px solid #e0e0e0; background: white; position: absolute; right: -6px; top: 40px; box-shadow: -2px 0px 5px #e0e0e0; text-align: center; line-height: 100px; transition:height 1s; z-index:2; } .shop:hover { background: url(images/tb2.png) no-repeat #ffffff 2px 11px; } .shop:hover a { color: orange; } .shop:hover .box1 { height:100px; transition:height 1s; } .head_bg { width: 1257px; height: 100px; margin: 0 auto; } *+html .head_l{ float:left; margin-top:20px; } .head_l{ float:left; margin-top:20px; } .logo { display: block; width: 55px; height: 55px; background: url(images/mi-logo.png) no-repeat #ff6700 3px 3px; float:left; /*margin-top:-20px;*/ } .phone { float:left; /*margin-top:-30px;*/ } .column { float: left; margin-left:0px; } .column ul li { float: left; margin-left: 18px; font-size: 16px; } .xmsj_bg { height:0px; position: absolute; top:140px; left: 0; right: 0; background:#fff; border-bottom:1px solid #e0e0e0; z-index: 5; transition: height 1s; overflow: hidden; } .xm:hover .xmsj_bg{ height:230px; transition: height 1s; } .xm:hover .xmsj{ height:230px; transition: height 1s; } .xmsj{ width:1257px; height:230px; margin:0 auto; background:#fff; } .column{ padding-top:40px; } .xmsj img{ margin-top:40px; } .xmsj p{ font-size: 12px color:#e0e0e0; } .xmsj a{ font-size: 12px; color:#ff6700; } .xmsj1 { float: left; margin-right:130px; } .column a { font-size: 16px; color: #333333; } .column a:hover { color: orange; } *html .search_box { float: right; margin-top:20px; } .search_box { float: right; margin-top:-95px; } .search { padding: 7px; height: 30px; width: 231px; border: 1px solid #e0e0e0; border-right: 0px; padding-left: 20px; } .search_box input{ float:left; margin-top:25px; } *+html .but { width: 50px; height: 46px; background: orange; border:1px solid #e0e0e0; margin-left:-8px; background:url(images/fdj.png) no-repeat -2px -4px; } .but{ width: 50px; height: 46px; background: orange; border:1px solid #e0e0e0; background:url(images/fdj.png) no-repeat -2px -4px; } .but:hover{ background:url(images/fdj2.png) no-repeat -2px -4px; } .banner_bg { width: 1257px; height: 460px; margin: 0 auto; position: relative; } .sidebar { position: absolute; left: 0px; width: 234px; height: 420px; background: #5b5550; padding-top: 20px; padding-bottom: 20px; z-index: 2; } .sidebar ul li { width: 234px; height: 42px; background: url(images/mi_03.png) no-repeat 210px 12px; } .sidebar ul li:hover { background: url(images/mi_1.png) no-repeat #ff6700 210px 12px; } .phone1 { position: relative; } .box_bg { width: 797px; height: 460px; background: #fff; position: absolute; left: 234px; top: -20px; display: none; cursor:pointer; } .phone1:hover .box_bg { display: block; } .phone_box1 { float: left; } .phone_box1 p { height: 60px; width: 230px; margin-left: 20px; line-height: 24px; } .sidebar a { margin-left: 30px; line-height: 44px; color: white; } .banner { position: absolute; right: 0px; } .banner_s { width: 1257px; height: 170px; margin: 0 auto; margin-top: 12px; } .banner_s ul li { float: left; margin-right:24px; cursor:pointer; } .box2 { width: 235px; height: 170px; background: url(images/sss_01.png) no-repeat #474747; } .box2 a{display:block; float:left; font-size:12px; color:#fff; margin:45px 15px 30px 15px; } .box2 a:hover{color:#c6c4c4;} .phone_box1 a { display: block; width: 60px; height: 24px; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 24px; margin-left: 160px; margin-top: -40px; } .phone_box1 a:hover { background: #ff6700; color: white; } .phone_box1 img { padding-right: 20px; margin-top: 8px; } .phone_box2 { float: left; } .phone_box2 p { height: 60px; width: 230px; margin-left: 20px; line-height: 60px; } .phone_box2 img { padding-right: 20px; margin-top: 8px; } .phone_box2 a { display: block; width: 60px; height: 24px; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 24px; margin-left: 160px; margin-top: -55px; } .phone_box2 a:hover { background: #ff6700; color: white; } .phone_box3 { float: left; } .phone_box3 p { height: 60px; width: 230px; margin-left: 20px; line-height: 60px; margin-top: 20px; } .phone_box3 img { margin-right: 10px; margin-top: 8px; } .middle_bg { height: 706px; background: #f5f5f5; } .middle_nav { width: 1257px; height: 60px; margin: 0 auto; } .middle_text{ float: right; margin-top:-40px; } .middle_text ul li { float: left; margin-right: 15px; } .middle_nav a { font-size: 16px; color: #424242; } .middle_nav a:hover { color: #ff6700; border-bottom: 3px solid #ff6700; } .pic_bg{width:1257px; height:705px; margin:0 auto;} .pic_bg ul li:hover{margin-top:-2px; cursor:pointer;} .pic_top{margin-top:7px;} .float_box{width:234px; height:77px; background:#ff6700; position:absolute; bottom:-77px; transition: bottom 1} .pic_top ul li:hover .float_box{bottom:0; transition: bottom 1s;} .pic_top ul li { position:relative; overflow:hidden; float: left; width: 234px; height: 300px; margin: 0px 7px 10px 7px; text-align: center; background: #fff; } .pic_down{ margin-top:7px; } .pic_down ul li { float: left; width: 234px; height: 300px; margin: 0px 7px 0px 7px; text-align: center; background: #fff; } .pic_bg img { margin-left: 40px; margin-top: 17px; } .pic_bg a { font-size: 14px; color: #333333; text-align: right; } .pic_bg p { font-size: 14px; margin: 5px 0px 15px; padding: 0; color: #ff6700; } .pic_bg span { font-size: 12px; color: #b0b0b0; } .pic_s { width: 234px; height: 143px; background: #fff; text-align: left; } .pic_down .down { margin-top: 14px; } .shfw{ width:1257px; height:80px; margin:0 auto; } .shfw ul li{ width:145px; height:30px; margin:35px 50px 25px 50px; float:left; text-align:right; cursor:pointer; } .shfw span{font-size:16px; color:#616161;} .shfw ul li:hover span{color:#ff6700;} .logo_s1{background:url(images/mi33_07.png) no-repeat 10px -2px;} .logo_s1:hover{background:url(images/S{A8~M9G3TX35DOJWE7NTX4.png) no-repeat 10px -2px;} .logo_s2{background:url(images/mi33_09.png) no-repeat 10px -3px;} .logo_s2:hover{background:url(images/7777.png) no-repeat 9px -2px;} .logo_s3{background:url(images/mi33_11.png) no-repeat 10px -4px;} .logo_s3:hover{background:url(images/1515.png) no-repeat 11px -4px;} .logo_s4{background:url(images/mi33_13.png) no-repeat 15px -4px} .logo_s4:hover{background:url(images/6666.png) no-repeat 17px -3px;} .logo_s5{float:right; background:url(images/mi33_15.png) no-repeat 0 -3px;} .logo_s5:hover{background:url(images/5555.png) no-repeat 3px -2px;} .help_bg{ width:1257px; height:240px; margin:0 auto; } .help_l{ float:left; width:990px; } .help_l ul li{ float:left; margin-right:95px; margin-top:40px; } .help_l p{ font-size:12px; color:#757575; cursor:pointer; } .help_l p:hover{ color:#ff6700; } .help_l span{ font-size: 14px; color:#424242; } .help_r{ width:260px; height:270px; float:right; text-align:left; } .help_r p{margin:0; padding:0; font-size: 14px; color:#616161; } .help_box{ width:120px; height:30px; border:1px solid #ff6700; margin-top:20px; transition: color 1s; } .help_box:hover{background:#ff6700; transition: color 1s;} .help_box:hover a{color:#fff; transition: color 1s;} .help_box a{ color:#ff6700; line-height: 30px; transition: color 1s; } .bottom{ height:170px; background:#fafafa; } .foot_bg{ width:1257px; height:170px; margin:0 auto; } .foot_l .mi_logo{ float:left; width:55px; height:55px; background:url(images/mi-logo.png) no-repeat #ff6700 4px 4px; margin-top:55px; } .foot_text{ padding-top:50px; } .foot_text p{ font-size: 14px; color:#c0b6b0; } .foot_text ul li{ float:left; margin:0px 5px 0px 5px; } .foot_text ul li:hover a{ color:#ff6700; } .text2 a{ font-size: 12px; color:#b0b0c0; } .text2 a:hover{color:#ff6700;} .foot_l ul li a{ font-size: 12px; color:#757575; } .foot_l p{ margin:0; padding:0; } .foot_r{float:right; margin-top:-50px; } .foot_r ul li{ float:left; margin-right:10px; } .clear { clear: both; }
0.541409
0.151938
@charset "utf-8"; /* CSS Document */ html,body {background:#EEEEEE;} .head_tit_box { background-color: #feedbe; } .re_head_box{ position: relative; left: 0; top: 0; overflow: hidden; height: .45rem; background-color: #feedbe; } .re_img{ overflow: hidden; position: absolute; left: .15rem; top: .15rem; padding:.05rem; width: .6rem; height: .6rem; border-radius: .6rem; box-shadow: 0 0.04rem 0.06rem 0 rgba(0,0,0,0.1); background-color: #fff; } .re_img_vip{ position: absolute; left: .15rem; top: .15rem; width: .48rem; height: .48rem; padding: 1px; border-radius: .48rem; box-sizing: border-box; -moz-box-shadow:0 0 0 1px #ffd99e; -webkit-box-shadow:0 0 0 1px #ffd99e; box-shadow:0 0 0 1px #ffd99e; box-sizing: border-box; } .re_img_vip span{ position: absolute; left: 50%; bottom: -.02rem; margin: 0 0 0 -.145rem; width: .29rem; height: .12rem; background: url(../img/icon/user_vip_2.png) no-repeat center center/100% 100%; } .re_img img, .re_img_vip img{ height: 100%; width: 100%; border-radius: .48rem; } .re_user_info_box{ overflow: hidden; margin: .1rem 0 0 .2rem; height: .48rem; } .re_user_info_box h3{ display:none; height: .3rem; font-size: .15rem; color: #0a347e; line-height: .3rem; } .re_user_info{ } .re_user_info em{ display: inline; width: 100%; font-size: .15rem; color: #513D3D; line-height: 1.5; margin-right: 0.1rem; } .line-css{ color: #848282; } .re_user_info em span{ display: inline; color: #513D3D; } .re_user_info strong{ display: inline; width: 100%; font-size: .15rem; color: #513D3D; line-height: 1.5; box-sizing: border-box; } .re_user_info strong span{ display: inline; color: #513D3D; } .re_main_box{ overflow: hidden; background-color: #fff; } .re_vip_txt{ overflow: hidden; padding: .05rem .15rem ; text-align: center; background-color: #FFFCDD; } .re_vip_txt em, .re_vip_txt strong{ overflow: hidden; display: block; font-size: .13rem; line-height: .2rem; } .re_vip_txt em{ color: #9A9191; } .re_vip_txt strong{ color: #FFB473; } .re_list_box{ overflow: hidden; background-color: #fff; } .re_list_tit{ overflow: hidden; margin: 0 .15rem; padding: .16rem 0 .14rem; } .re_list_tit h2{ font-size: .16rem; color: #513D3D; line-height: .24rem; } .re_list_tit h2 span{ margin-left:.1rem; font-size: .13rem; color: #FFB473; } .re_list_ul{ overflow: hidden; padding: 0 .07rem; } .re_list_ul li{ float: left; overflow: hidden; width: 50%; } .re_list_ul a{ display: block; overflow: hidden; position: relative; left: 0; top: 0; margin: 0 .08rem .16rem; padding: .09rem 0 .05rem .12rem; -moz-box-shadow:0 0 0 1px #ced2df inset; -webkit-box-shadow:0 0 0 1px #ced2df inset; box-shadow:0 0 0 1px #ced2df inset; box-sizing: border-box; -webkit-border-radius: .06rem; -moz-border-radius: .06rem; -ms-border-radius: .06rem; -o-border-radius: .06rem; border-radius: .06rem; } .re_list_ul strong{ display: block; height: .24rem; font-size: .16rem; color: #494a4c; font-weight: 600; line-height: .24rem } .re_list_ul em{ overflow: hidden; display: block; height: .24rem; font-size: .13rem; color: #999; line-height: .24rem; } .re_list_ul span{ display: inline; font-size: .13rem; color: #F5A623; } .re_list_ul i{ overflow: hidden; padding: 0 .04rem 0 .08rem; position: absolute; right: 0; top: .11rem; height: .18rem; background-color: #FA2A2D; font-size: .12rem; color: #fff; line-height: .18rem; border-radius: .18rem 0 0 .18rem; } .re_list_ul b{ overflow: hidden; display: block; font-size: .13rem; color: #F5A623; font-weight: normal; line-height: .2rem; } .re_list_ul .hover a{ -moz-box-shadow:0 0 0 2px #FFB473 inset; -webkit-box-shadow:0 0 0 2px #FFB473 inset; box-shadow:0 0 0 2px #FFB473 inset; background:url(../img/icon/icon-select.png) no-repeat right bottom; background-size: .18rem auto; } .re_but_box{ overflow: hidden; padding: .04rem .15rem; } .re_but_box a{ display: block; margin: 0 auto; height: .36rem; width: auto; background-color: #FFB473; font-size: .16rem; color: #fff; text-align: center; line-height: .36rem; border-radius: .36rem; } .re_rule_box{ overflow: hidden; padding:.2rem .15rem; background-color: #fff; } .re_rule_box p:first-child { font-size: .15rem; } .re_rule_box p{ overflow: hidden; padding: .02rem 0 .08rem; font-size: .13rem; color: #9A9191; line-height: .2rem; }
xiaoshuo/Public/home/css/template5_pay.css
@charset "utf-8"; /* CSS Document */ html,body {background:#EEEEEE;} .head_tit_box { background-color: #feedbe; } .re_head_box{ position: relative; left: 0; top: 0; overflow: hidden; height: .45rem; background-color: #feedbe; } .re_img{ overflow: hidden; position: absolute; left: .15rem; top: .15rem; padding:.05rem; width: .6rem; height: .6rem; border-radius: .6rem; box-shadow: 0 0.04rem 0.06rem 0 rgba(0,0,0,0.1); background-color: #fff; } .re_img_vip{ position: absolute; left: .15rem; top: .15rem; width: .48rem; height: .48rem; padding: 1px; border-radius: .48rem; box-sizing: border-box; -moz-box-shadow:0 0 0 1px #ffd99e; -webkit-box-shadow:0 0 0 1px #ffd99e; box-shadow:0 0 0 1px #ffd99e; box-sizing: border-box; } .re_img_vip span{ position: absolute; left: 50%; bottom: -.02rem; margin: 0 0 0 -.145rem; width: .29rem; height: .12rem; background: url(../img/icon/user_vip_2.png) no-repeat center center/100% 100%; } .re_img img, .re_img_vip img{ height: 100%; width: 100%; border-radius: .48rem; } .re_user_info_box{ overflow: hidden; margin: .1rem 0 0 .2rem; height: .48rem; } .re_user_info_box h3{ display:none; height: .3rem; font-size: .15rem; color: #0a347e; line-height: .3rem; } .re_user_info{ } .re_user_info em{ display: inline; width: 100%; font-size: .15rem; color: #513D3D; line-height: 1.5; margin-right: 0.1rem; } .line-css{ color: #848282; } .re_user_info em span{ display: inline; color: #513D3D; } .re_user_info strong{ display: inline; width: 100%; font-size: .15rem; color: #513D3D; line-height: 1.5; box-sizing: border-box; } .re_user_info strong span{ display: inline; color: #513D3D; } .re_main_box{ overflow: hidden; background-color: #fff; } .re_vip_txt{ overflow: hidden; padding: .05rem .15rem ; text-align: center; background-color: #FFFCDD; } .re_vip_txt em, .re_vip_txt strong{ overflow: hidden; display: block; font-size: .13rem; line-height: .2rem; } .re_vip_txt em{ color: #9A9191; } .re_vip_txt strong{ color: #FFB473; } .re_list_box{ overflow: hidden; background-color: #fff; } .re_list_tit{ overflow: hidden; margin: 0 .15rem; padding: .16rem 0 .14rem; } .re_list_tit h2{ font-size: .16rem; color: #513D3D; line-height: .24rem; } .re_list_tit h2 span{ margin-left:.1rem; font-size: .13rem; color: #FFB473; } .re_list_ul{ overflow: hidden; padding: 0 .07rem; } .re_list_ul li{ float: left; overflow: hidden; width: 50%; } .re_list_ul a{ display: block; overflow: hidden; position: relative; left: 0; top: 0; margin: 0 .08rem .16rem; padding: .09rem 0 .05rem .12rem; -moz-box-shadow:0 0 0 1px #ced2df inset; -webkit-box-shadow:0 0 0 1px #ced2df inset; box-shadow:0 0 0 1px #ced2df inset; box-sizing: border-box; -webkit-border-radius: .06rem; -moz-border-radius: .06rem; -ms-border-radius: .06rem; -o-border-radius: .06rem; border-radius: .06rem; } .re_list_ul strong{ display: block; height: .24rem; font-size: .16rem; color: #494a4c; font-weight: 600; line-height: .24rem } .re_list_ul em{ overflow: hidden; display: block; height: .24rem; font-size: .13rem; color: #999; line-height: .24rem; } .re_list_ul span{ display: inline; font-size: .13rem; color: #F5A623; } .re_list_ul i{ overflow: hidden; padding: 0 .04rem 0 .08rem; position: absolute; right: 0; top: .11rem; height: .18rem; background-color: #FA2A2D; font-size: .12rem; color: #fff; line-height: .18rem; border-radius: .18rem 0 0 .18rem; } .re_list_ul b{ overflow: hidden; display: block; font-size: .13rem; color: #F5A623; font-weight: normal; line-height: .2rem; } .re_list_ul .hover a{ -moz-box-shadow:0 0 0 2px #FFB473 inset; -webkit-box-shadow:0 0 0 2px #FFB473 inset; box-shadow:0 0 0 2px #FFB473 inset; background:url(../img/icon/icon-select.png) no-repeat right bottom; background-size: .18rem auto; } .re_but_box{ overflow: hidden; padding: .04rem .15rem; } .re_but_box a{ display: block; margin: 0 auto; height: .36rem; width: auto; background-color: #FFB473; font-size: .16rem; color: #fff; text-align: center; line-height: .36rem; border-radius: .36rem; } .re_rule_box{ overflow: hidden; padding:.2rem .15rem; background-color: #fff; } .re_rule_box p:first-child { font-size: .15rem; } .re_rule_box p{ overflow: hidden; padding: .02rem 0 .08rem; font-size: .13rem; color: #9A9191; line-height: .2rem; }
0.3295
0.046357
@charset 'utf-8'; .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .cf { zoom: 1; } *:first-child+html .cf { zoom: 1; } html { margin: 0; padding: 0; } body { font-size: 100%; margin: 0; font-family: 'Helvetica Neue', Arial, sans-serif; } h1 { font-size: 1.75em; margin: 0 0 0.6em 0; } a { color: #2996cc; } a:hover { text-decoration: none; } p { line-height: 1.5em; } .small { color: #666; font-size: 0.875em; } .large { font-size: 1.25em; } /* Nestable */ .dd { position: relative; display: block; margin: 0 2.5%; padding: 0; width:45%;min-height: 40px;float:left; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; box-shadow: 0 2px 2px #eaeaea;} .dd-list { display: block; position: relative; max-height: 440px; min-height: 40px; margin: 0; padding: 0; list-style: none; overflow-y: scroll; } .dd-collapsed .dd-list { display: none; } .dd-item,.dd-empty,.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; cursor: move;} .dd-handle { display: block; width: 85%; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: 400; border: 1px solid #ccc;background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);background:linear-gradient(top, #fafafa 0%, #eee 100%);-webkit-border-radius: 3px;border-radius: 3px;box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} .dd-handle:hover { color: #175CE9; background: #fff; } .toDetail{ display: block; position: absolute; width: 15%; top: 0; right: 0; height: 30px; line-height: 30px; font-size: 12px; text-align: center; font-weight: 400; color: #175CE9; } .dd-placeholder,.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #fff; border: 1px dashed #fff; box-sizing: border-box; -moz-box-sizing: border-box; } .dd-empty { border: 1px dashed #fff; min-height: 30px; background-color: #fff;} .dd-dragel { position: absolute; pointer-events: none; z-index: 9999; } .dd-dragel > .dd-item .dd-handle { margin-top: 0; } .dd-dragel .dd-handle {-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);background: #f30; color: #FFF;} /* Nestable Extras */ #nestable-menu { padding: 0; margin: 20px 0; } #nestable-output,#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; } #nestable2 .dd-handle {color: #fff;border: 1px solid rgb(59, 120, 241);background: rgb(59, 120, 241);} #nestable2 .dd-handle:hover { background: rgb(59, 120, 241); } #nestable2 .dd-item > button:before { color: #fff; } .dd-hover > .dd-handle { background: #2ea8e5 !important; } .nestable-lists { display: block; clear: both; width: 100%; border: 0; } .nestable-lists:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /*用于打开新闻详情蒙版及内容CSS*/ .newsDetailShow{ display: none; position: fixed; top:0; bottom:0; left:0; right: 0; width: 100%; height: 100%; } .news_meng_bg{ position: absolute; z-index: 99; top:0; bottom:0; left:0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) } .news_iframe{ position: absolute; z-index: 199; display: block; width: 80%; height: 500px; top: 50%; left: 50%; -ms-transform: translate(-50%,-250px); -moz-transform: translate(-50%,-250px); -webkit-transform: translate(-50%,-250px); transform: translate(-50%,-250px); position: absolute; background: #ccc; } .news_iframe .iframe_header{ padding-right: 10px; height: 30px; font-size: 12px; line-height: 30px; color: #FFF; text-align: right; cursor: pointer; background: #00255d; } .news_iframe iframe{ border: 0; width: 100%; height: 100%; background: #FFF; }
webapps/ROOT/WEB-INF/classes/statics/css/content/push_article.css
@charset 'utf-8'; .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .cf { zoom: 1; } *:first-child+html .cf { zoom: 1; } html { margin: 0; padding: 0; } body { font-size: 100%; margin: 0; font-family: 'Helvetica Neue', Arial, sans-serif; } h1 { font-size: 1.75em; margin: 0 0 0.6em 0; } a { color: #2996cc; } a:hover { text-decoration: none; } p { line-height: 1.5em; } .small { color: #666; font-size: 0.875em; } .large { font-size: 1.25em; } /* Nestable */ .dd { position: relative; display: block; margin: 0 2.5%; padding: 0; width:45%;min-height: 40px;float:left; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; box-shadow: 0 2px 2px #eaeaea;} .dd-list { display: block; position: relative; max-height: 440px; min-height: 40px; margin: 0; padding: 0; list-style: none; overflow-y: scroll; } .dd-collapsed .dd-list { display: none; } .dd-item,.dd-empty,.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; cursor: move;} .dd-handle { display: block; width: 85%; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: 400; border: 1px solid #ccc;background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);background:linear-gradient(top, #fafafa 0%, #eee 100%);-webkit-border-radius: 3px;border-radius: 3px;box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} .dd-handle:hover { color: #175CE9; background: #fff; } .toDetail{ display: block; position: absolute; width: 15%; top: 0; right: 0; height: 30px; line-height: 30px; font-size: 12px; text-align: center; font-weight: 400; color: #175CE9; } .dd-placeholder,.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #fff; border: 1px dashed #fff; box-sizing: border-box; -moz-box-sizing: border-box; } .dd-empty { border: 1px dashed #fff; min-height: 30px; background-color: #fff;} .dd-dragel { position: absolute; pointer-events: none; z-index: 9999; } .dd-dragel > .dd-item .dd-handle { margin-top: 0; } .dd-dragel .dd-handle {-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);background: #f30; color: #FFF;} /* Nestable Extras */ #nestable-menu { padding: 0; margin: 20px 0; } #nestable-output,#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; } #nestable2 .dd-handle {color: #fff;border: 1px solid rgb(59, 120, 241);background: rgb(59, 120, 241);} #nestable2 .dd-handle:hover { background: rgb(59, 120, 241); } #nestable2 .dd-item > button:before { color: #fff; } .dd-hover > .dd-handle { background: #2ea8e5 !important; } .nestable-lists { display: block; clear: both; width: 100%; border: 0; } .nestable-lists:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /*用于打开新闻详情蒙版及内容CSS*/ .newsDetailShow{ display: none; position: fixed; top:0; bottom:0; left:0; right: 0; width: 100%; height: 100%; } .news_meng_bg{ position: absolute; z-index: 99; top:0; bottom:0; left:0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) } .news_iframe{ position: absolute; z-index: 199; display: block; width: 80%; height: 500px; top: 50%; left: 50%; -ms-transform: translate(-50%,-250px); -moz-transform: translate(-50%,-250px); -webkit-transform: translate(-50%,-250px); transform: translate(-50%,-250px); position: absolute; background: #ccc; } .news_iframe .iframe_header{ padding-right: 10px; height: 30px; font-size: 12px; line-height: 30px; color: #FFF; text-align: right; cursor: pointer; background: #00255d; } .news_iframe iframe{ border: 0; width: 100%; height: 100%; background: #FFF; }
0.42919
0.180251
.o-ui { --o-ui-input-padding: var(--o-ui-sp-3); --o-ui-input-padding-with-icon: var(--o-ui-sp-7); --o-ui-input-padding-with-button: var(--o-ui-sp-8); --o-ui-input-padding-loading: var(--o-ui-sp-8); --o-ui-input-border-color: var(--o-ui-b-alias-mid-break); --o-ui-input-border-radius: var(--o-ui-shape-rounded); --o-ui-input-background-color: var(--o-ui-bg-alias-mid-break); } .o-ui-input { display: inline-block; position: relative; transition: var(--o-ui-focus-ring-transition); color: var(--o-ui-text-alias-primary); width: var(--o-ui-sz-16); } .o-ui-input input { -webkit-appearance: none; outline: none; min-height: var(--o-ui-sz-6); } .o-ui-input input, .o-ui-input textarea { font-size: var(--o-ui-fs-3); padding: 0 var(--o-ui-input-padding); border-radius: var(--o-ui-input-border-radius); border: 1px solid var(--o-ui-input-border-color); color: var(--o-ui-text-alias-primary); background-color: var(--o-ui-bg-alias-default); transition: all var(--o-ui-easing-duration-2) var(--o-ui-easing-productive), padding 0s linear; width: 100%; } /* SELECTION */ .o-ui-input input::selection, .o-ui-input textarea::selection { background-color: var(--o-ui-bg-alias-input-selection); } /* AUTOFILL */ .o-ui-input input:-webkit-autofill, .o-ui-input textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px var(--o-ui-bg-alias-accent-faint) inset !important; -webkit-text-fill-color: var(--o-ui-text-alias-primary) !important; } /* STATE | HOVER */ .o-ui-input:not(.o-ui-input-focus):hover input:not([disabled]), .o-ui-input:not(.o-ui-input-focus):hover textarea:not([disabled]), .o-ui-input-hover:not(.o-ui-input-focus) input:not([disabled]), .o-ui-input-hover:not(.o-ui-input-focus) textarea:not([disabled]) { border-color: var(--o-ui-b-alias-high-break); } /* PLACEHOLDER */ .o-ui-input input::placeholder, .o-ui-input textarea::placeholder { color: var(--o-ui-text-alias-input-placeholder); } .o-ui-input input:disabled::placeholder, .o-ui-input textarea:disabled::placeholder { color: var(--o-ui-text-alias-secondary); } /* FLUID */ .o-ui-input.o-ui-input-fluid { width: 100%; } .o-ui-input-fluid input, .o-ui-input-fluid textarea { width: 100%; } /* INVALID */ .o-ui-input-invalid input:not([disabled]), .o-ui-input-invalid textarea:not([disabled]) { --o-ui-input-border-color: var(--o-ui-b-alias-alert); } /* INVALID | DISABLED */ .o-ui-input.o-ui-input-invalid input:disabled, .o-ui-input.o-ui-input-invalid textarea:disabled { background-color: var(--o-ui-bg-alias-alert-light); --o-ui-input-border-color: var(--o-ui-bg-alias-alert-light); } .o-ui-input.o-ui-input-invalid input:focus-visible, .o-ui-input-focus.o-ui-input-invalid input, .o-ui-input.o-ui-input-invalid textarea:focus-visible { box-shadow: var(--o-ui-focus-ring-inset-md); } /* STATE | HOVER | INVALID */ .o-ui-input.o-ui-input-invalid:hover input:not([disabled]), .o-ui-input.o-ui-input-invalid:hover textarea:not([disabled]), .o-ui-input-hover.o-ui-input-invalid input:not([disabled]), .o-ui-input-hover.o-ui-input-invalid textarea:not([disabled]) { border-color: var(--o-ui-b-alias-alert-hover); } /* ICON */ .o-ui-input-icon { position: absolute; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; text-align: center; z-index: 3; left: calc((var(--o-ui-input-padding-with-icon) - var(--o-ui-sp-5) ) / 2); } /* ICON | MEDIUM */ .o-ui-input-has-icon input { padding-left: var(--o-ui-input-padding-with-icon); } /* BUTTON */ .o-ui-input-button { position: absolute !important; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; text-align: center; right: calc( (var(--o-ui-input-padding-with-button) - var(--o-ui-sp-5)) / 2 ); } .o-ui-input-has-button.o-ui-input input, .o-ui-input-has-button.o-ui-input.o-ui-text-area textarea { padding-right: var(--o-ui-input-padding-with-button); } /* STATES */ /* STATES | FOCUS */ .o-ui-input input:focus-visible, .o-ui-input textarea:focus-visible, .o-ui-input-focus:not(.o-ui-input-disabled) input, .o-ui-input-focus:not(.o-ui-input-disabled) textarea { outline: none; box-shadow: var(--o-ui-focus-ring-inset-md); } /* STATES | DISABLED */ .o-ui-input input:disabled, .o-ui-input textarea:disabled { opacity: var(--o-ui-disabled-opacity); background-color: var(--o-ui-input-background-color); cursor: not-allowed; } .o-ui-input-disabled > * { cursor: not-allowed; } /* STATES | LOADING */ @keyframes o-ui-input-spinner { 0% { transform: translate(0, -50%) rotate(0deg); } 100% { transform: translate(0, -50%) rotate(360deg); } } .o-ui-input-loading::before { content: ""; position: absolute; top: 50%; z-index: 1; border-radius: 50px; border: 2px solid var(--o-ui-b-alias-low-break); border-top-color: var(--o-ui-b-alias-mid-break); transform: translate(0, -50%) rotate(0deg); animation: o-ui-input-spinner 1s linear infinite; } .o-ui-input-loading .o-ui-button { display: none; } .o-ui-input-loading.o-ui-input::before { width: 1.25rem; height: 1.25rem; right: calc( (var(--o-ui-input-padding-with-button) - var(--o-ui-sp-5)) / 2 ); } .o-ui-input-loading.o-ui-input input { padding-right: var(--o-ui-input-padding-loading); }
packages/components/src/input/src/Input.css
.o-ui { --o-ui-input-padding: var(--o-ui-sp-3); --o-ui-input-padding-with-icon: var(--o-ui-sp-7); --o-ui-input-padding-with-button: var(--o-ui-sp-8); --o-ui-input-padding-loading: var(--o-ui-sp-8); --o-ui-input-border-color: var(--o-ui-b-alias-mid-break); --o-ui-input-border-radius: var(--o-ui-shape-rounded); --o-ui-input-background-color: var(--o-ui-bg-alias-mid-break); } .o-ui-input { display: inline-block; position: relative; transition: var(--o-ui-focus-ring-transition); color: var(--o-ui-text-alias-primary); width: var(--o-ui-sz-16); } .o-ui-input input { -webkit-appearance: none; outline: none; min-height: var(--o-ui-sz-6); } .o-ui-input input, .o-ui-input textarea { font-size: var(--o-ui-fs-3); padding: 0 var(--o-ui-input-padding); border-radius: var(--o-ui-input-border-radius); border: 1px solid var(--o-ui-input-border-color); color: var(--o-ui-text-alias-primary); background-color: var(--o-ui-bg-alias-default); transition: all var(--o-ui-easing-duration-2) var(--o-ui-easing-productive), padding 0s linear; width: 100%; } /* SELECTION */ .o-ui-input input::selection, .o-ui-input textarea::selection { background-color: var(--o-ui-bg-alias-input-selection); } /* AUTOFILL */ .o-ui-input input:-webkit-autofill, .o-ui-input textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px var(--o-ui-bg-alias-accent-faint) inset !important; -webkit-text-fill-color: var(--o-ui-text-alias-primary) !important; } /* STATE | HOVER */ .o-ui-input:not(.o-ui-input-focus):hover input:not([disabled]), .o-ui-input:not(.o-ui-input-focus):hover textarea:not([disabled]), .o-ui-input-hover:not(.o-ui-input-focus) input:not([disabled]), .o-ui-input-hover:not(.o-ui-input-focus) textarea:not([disabled]) { border-color: var(--o-ui-b-alias-high-break); } /* PLACEHOLDER */ .o-ui-input input::placeholder, .o-ui-input textarea::placeholder { color: var(--o-ui-text-alias-input-placeholder); } .o-ui-input input:disabled::placeholder, .o-ui-input textarea:disabled::placeholder { color: var(--o-ui-text-alias-secondary); } /* FLUID */ .o-ui-input.o-ui-input-fluid { width: 100%; } .o-ui-input-fluid input, .o-ui-input-fluid textarea { width: 100%; } /* INVALID */ .o-ui-input-invalid input:not([disabled]), .o-ui-input-invalid textarea:not([disabled]) { --o-ui-input-border-color: var(--o-ui-b-alias-alert); } /* INVALID | DISABLED */ .o-ui-input.o-ui-input-invalid input:disabled, .o-ui-input.o-ui-input-invalid textarea:disabled { background-color: var(--o-ui-bg-alias-alert-light); --o-ui-input-border-color: var(--o-ui-bg-alias-alert-light); } .o-ui-input.o-ui-input-invalid input:focus-visible, .o-ui-input-focus.o-ui-input-invalid input, .o-ui-input.o-ui-input-invalid textarea:focus-visible { box-shadow: var(--o-ui-focus-ring-inset-md); } /* STATE | HOVER | INVALID */ .o-ui-input.o-ui-input-invalid:hover input:not([disabled]), .o-ui-input.o-ui-input-invalid:hover textarea:not([disabled]), .o-ui-input-hover.o-ui-input-invalid input:not([disabled]), .o-ui-input-hover.o-ui-input-invalid textarea:not([disabled]) { border-color: var(--o-ui-b-alias-alert-hover); } /* ICON */ .o-ui-input-icon { position: absolute; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; text-align: center; z-index: 3; left: calc((var(--o-ui-input-padding-with-icon) - var(--o-ui-sp-5) ) / 2); } /* ICON | MEDIUM */ .o-ui-input-has-icon input { padding-left: var(--o-ui-input-padding-with-icon); } /* BUTTON */ .o-ui-input-button { position: absolute !important; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; text-align: center; right: calc( (var(--o-ui-input-padding-with-button) - var(--o-ui-sp-5)) / 2 ); } .o-ui-input-has-button.o-ui-input input, .o-ui-input-has-button.o-ui-input.o-ui-text-area textarea { padding-right: var(--o-ui-input-padding-with-button); } /* STATES */ /* STATES | FOCUS */ .o-ui-input input:focus-visible, .o-ui-input textarea:focus-visible, .o-ui-input-focus:not(.o-ui-input-disabled) input, .o-ui-input-focus:not(.o-ui-input-disabled) textarea { outline: none; box-shadow: var(--o-ui-focus-ring-inset-md); } /* STATES | DISABLED */ .o-ui-input input:disabled, .o-ui-input textarea:disabled { opacity: var(--o-ui-disabled-opacity); background-color: var(--o-ui-input-background-color); cursor: not-allowed; } .o-ui-input-disabled > * { cursor: not-allowed; } /* STATES | LOADING */ @keyframes o-ui-input-spinner { 0% { transform: translate(0, -50%) rotate(0deg); } 100% { transform: translate(0, -50%) rotate(360deg); } } .o-ui-input-loading::before { content: ""; position: absolute; top: 50%; z-index: 1; border-radius: 50px; border: 2px solid var(--o-ui-b-alias-low-break); border-top-color: var(--o-ui-b-alias-mid-break); transform: translate(0, -50%) rotate(0deg); animation: o-ui-input-spinner 1s linear infinite; } .o-ui-input-loading .o-ui-button { display: none; } .o-ui-input-loading.o-ui-input::before { width: 1.25rem; height: 1.25rem; right: calc( (var(--o-ui-input-padding-with-button) - var(--o-ui-sp-5)) / 2 ); } .o-ui-input-loading.o-ui-input input { padding-right: var(--o-ui-input-padding-loading); }
0.379608
0.038214
@font-face { font-family: 'proximanovaReg'; src: url('../fonts/proximanova-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaLight'; src: url('../fonts/proximanova-light.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaSemiBold'; src: url('../fonts/proximanova-semibold.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaReg'; src: url('../fonts/proximanova-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaLight'; src: url('../fonts/proximanova-light.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaSemiBold'; src: url('../fonts/proximanova-semibold.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#svgFontName') format('svg'); /* Legacy iOS */ } html { font-size: 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } h1, .h1 { font-family: proximanovaLight, Arial, sans-serif; line-height: 3rem; font-size: 2.5rem; padding: 1.875rem 0 1.375rem; } h1 .padding-medium, .h1 .padding-medium { padding-bottom: 2.188rem; } h1 .padding-large, .h1 .padding-large { padding-bottom: 3.125rem; } h2, .h2 { font-family: proximanovaReg, Arial, sans-serif; font-size: 2.5rem; } h2 .padding-medium, .h2 .padding-medium { padding-bottom: 2.188rem; } h2 .padding-large, .h2 .padding-large { padding-bottom: 3.125rem; } h3, .h3 { font-size: 1.375rem; } h4, .h4 { font-size: 1.125rem; } h5, .h5 { font-size: 1rem; } h6, .h6 { font-size: 24px; } p { margin: 0 0 10px; } mark, .mark { background-color: #fcf8e3; padding: 0.2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #ccc; } .bg-primary { color: #fff; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #ddd; } ul, ol { margin-top: 0; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.375rem; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 20; clear: left; text-align: right; } .dl-horizontal dd { margin-left: 40; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #333; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 16px; border-left: 5px solid #ccc; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.375rem; color: #999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #ccc; border-left: 0; text-align: right; } .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.375rem; } .contractText { display: inline-block; float: left; margin-right: 30px; margin-top: 3px; } .vmf-calendar-drop { position: relative; dispaly: inline-block; float: left; } .vmf-calContainer { position: relative; width: 240px; } .vmf-calContainer .calIcon { display: inline-block; height: 19px; width: 18px; position: absolute; right: 6px; top: 5px; cursor: pointer; z-index: 50; background: url("/images/calendar-sprite.png") no-repeat transparent; } .vmf-calContainer .calIcon:hover { background-position: 0 -21px; } .calendercontainer { box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.5); border: 1px solid #D0D0D0; display: inline-block; z-index: 100; visibility: hidden; left: 0px; padding-bottom: 0px; position: absolute; background-color: #fff; } .calendercontainer .vmf-dateContainer { float: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; margin-top: 15px; } .calendercontainer .vmf-dateContainer .calSubHeader { position: relative; margin: 0 11px 13px 14px; } .calendercontainer .vmf-dateContainer .calSubHeader .dateSubHead { color: #333; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown { position: absolute; width: 60px; top: 4px; right: 0; display: inline-block; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .col-md-4 { width: 100%; padding: 0; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content { border: none; background: transparent; -webkit-filter: none; filter: none; padding: 0; line-height: 16px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspTrack { width: 10px; border-width: 0px; padding: 5px 0px; background: none; background-image: none; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspArrow { display: none; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspDrag { background: #E6E6E6; border-width: 0px; width: 10px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content:after { right: 4px; border-width: 6px 6px 0 6px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .current-selection { font-size: 16px; color: #333; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content._active:after { content: ""; width: 0; height: 0; position: absolute; right: 4px; top: 50%; margin-top: -3px; border-width: 0px 6px 6px 6px; border-style: solid; border-color: #000 transparent; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems { height: 200px; width: 72px; text-align: center; padding: 0; box-shadow: none; top: 20px; border: 1px solid #ccc; left: -2px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .dd-opt-selected { background: #fff; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .jspContainer { text-align: left; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems li { padding: 6px 0 6px 10px; } .calendercontainer .vmf-dateContainer .first-calendar { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; } .calendercontainer .vmf-dateContainer .table-condensed { display: inline-block; margin: 0 10px; } .calendercontainer .vmf-dateContainer .table-condensed th { padding: 0 5px 8px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-weight: normal; text-align: center; line-height: 16px; outline: none; } .calendercontainer .vmf-dateContainer .table-condensed th.next { padding-right: 0px; padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed th.prev { padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed th.next, .calendercontainer .vmf-dateContainer .table-condensed th.prev, .calendercontainer .vmf-dateContainer .table-condensed th.month { padding-bottom: 13px; } .calendercontainer .vmf-dateContainer .table-condensed td { color: #006699; line-height: 16px; padding: 0 0 0 6px; text-align: center; margin-bottom: 0px; border-bottom: 2px solid #fff; outline: none; } .calendercontainer .vmf-dateContainer .table-condensed td.vmf-disabled-date { background: none !important; } .calendercontainer .vmf-dateContainer .table-condensed td.vmf-disabled-date a { color: #ccc; cursor: no-drop; background: none !important; } .calendercontainer .vmf-dateContainer .table-condensed td:first-child { padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed td a { display: inline-block; height: 25px; width: 30px; cursor: pointer; padding: 4px 5px 6px 5px; line-height: 20px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed td a:empty { cursor: default; padding: 0; width: 0px; height: 0px; } .calendercontainer .vmf-dateContainer .table-condensed .prev a { padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; text-align: left; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .prev a:hover { border: 1px solid #CCC; padding: 4px 5px 1px 5px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .prev a .arrow-left { height: 16px; width: 10px; background: url("../images/calendar-sprite.png") 0 -58px no-repeat transparent; display: inline-block; padding: 0; cursor: pointer; margin-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed .prev a .arrow-left.hiddenarrow { background-position: 0 -92px; } .calendercontainer .vmf-dateContainer .table-condensed .next a { text-decoration: none; padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; margin-left: 10px; text-align: left; } .calendercontainer .vmf-dateContainer .table-condensed .next a:hover { border: 1px solid #CCC; padding: 4px 5px 1px 5px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .next a .arrow-right { height: 16px; width: 10px; display: inline-block; background: url("../images/calendar-sprite.png") -1px -41px no-repeat transparent; padding: 0; cursor: pointer; } .calendercontainer .vmf-dateContainer .table-condensed .next a .arrow-right.hiddenarrow { background-position: 0 -75px; } .calendercontainer .vmf-dateContainer .table-condensed .month { text-align: center; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #333; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal a { background: url("../images/calendar-arrows.png") 0px -75px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activefirstcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal a { color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal { background-color: #ffffff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal a { background: url("../images/calendar-arrows.png") 0px 1px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal.activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectsecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectsecondcal a { background: url("../images/calendar-arrows.png") 0 -49px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activesecondcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectsecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectsecondcal a { background: url("../images/calendar-arrows.png") 0 -49px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal a { background: url("../images/calendar-arrows.png") 0px -75px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal { background-color: #ffffff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal a { background: url("../images/calendar-arrows.png") 0px 1px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal.activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; } /* Tablet*/ @media (min-width: 768px) { .vmf-calContainer .contractText { display: inline; margin-right: 30px; } .calendercontainer { left: 0; top: 30px; padding-bottom: 0px; min-width: 540px; } .calendercontainer .tableBorder { border-right: 1px solid #e6e6e6; } .calendercontainer .tableBorder .first-calendar { border-bottom: 0; } .calendercontainer .vmf-dateContainer { float: left; min-height: 267px; margin-bottom: 10px; } .calendercontainer .table-condensed { margin-right: 0; } .calendercontainer .table-condensed.first-calendar { padding-bottom: 0; } } /* for single calendar */ .calendercontainersingle { box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.5); border: 1px solid #D0D0D0; display: inline-block; z-index: 100; visibility: hidden; left: 0; padding-bottom: 0px; position: absolute; background-color: #fff; } .calendercontainersingle .vmf-dateContainer { float: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; min-height: 277px; margin-top: 14px; } .calendercontainersingle .vmf-dateContainer .calSubHeader { position: relative; margin: 0 11px 13px 14px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .dateSubHead { color: #333; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown { position: absolute; width: 60px; top: 4px; right: 0; display: inline-block; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .col-md-4 { width: 100%; padding: 0; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content { border: none; background: transparent; -webkit-filter: none; filter: none; padding: 0; line-height: 16px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspTrack { width: 10px; border-width: 0px; padding: 5px 0px; background: none; background-image: none; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspArrow { display: none; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspDrag { background: #E6E6E6; border-width: 0px; width: 10px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content:after { right: 4px; border-width: 6px 6px 0 6px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .current-selection { font-size: 16px; color: #333; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content._active:after { content: ""; width: 0; height: 0; position: absolute; right: 4px; top: 50%; margin-top: -3px; border-width: 0px 6px 6px 6px; border-style: solid; border-color: #000 transparent; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems { height: 200px; width: 72px; text-align: center; padding: 0; box-shadow: none; top: 20px; border: 1px solid #ccc; left: -2px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .dd-opt-selected { background: #fff; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .jspContainer { text-align: left; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems li { padding: 6px 0 6px 10px; } .calendercontainersingle .vmf-dateContainer .first-calendar { padding-bottom: 15px; } .calendercontainersingle .vmf-dateContainer .table-condensed { display: inline-block; margin: 0 10px; } .calendercontainersingle .vmf-dateContainer .table-condensed th { padding: 0 10px 5px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-weight: normal; text-align: center; outline: none; } .calendercontainersingle .vmf-dateContainer .table-condensed th:first-child { padding-left: 5px; } .calendercontainersingle .vmf-dateContainer .table-condensed th:last-child, .calendercontainersingle .vmf-dateContainer .table-condensed th.next { padding-right: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed th.prev, .calendercontainersingle .vmf-dateContainer .table-condensed th.next { padding-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed td { color: #006699; line-height: 16px; padding: 0 0 0 6px; text-align: center; margin-bottom: 0px; border-bottom: 2px solid #fff; outline: none; } .calendercontainersingle .vmf-dateContainer .table-condensed td:first-child { padding-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed td a { display: inline-block; height: 25px; width: 30px; cursor: pointer; padding: 4px 5px 6px 5px; line-height: 20px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed td a:empty { cursor: default; padding: 0; width: 0px; height: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a { padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a:hover { border: 1px solid #CCC; padding: 4px 4px 1px 4px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a .arrow-left { height: 16px; width: 10px; background: url("../images/calendar-sprite.png") 0 -58px no-repeat transparent; display: inline-block; padding: 0; cursor: pointer; margin-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a .arrow-left.hiddenarrow { background-position: 0 -92px; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a { text-decoration: none; padding: 5px 5px 2px 5px; margin-left: 15px; line-height: 16px; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a:hover { border: 1px solid #CCC; padding: 4px 4px 1px 4px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a .arrow-right { height: 16px; width: 10px; display: inline-block; background: url("../images/calendar-sprite.png") -1px -41px no-repeat transparent; padding: 0; margin-left: 0px; cursor: pointer; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a .arrow-right.hiddenarrow { background-position: 0 -75px; } .calendercontainersingle .vmf-dateContainer .table-condensed .month { text-align: center; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #333; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activefirstcal { background: #CBF1FD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal { background: #CBF1FD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal a { color: #FFF; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal a { background: #006699; color: #FFF; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal a { border: 1px solid #0033DD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal.activeselectfirstcal a { background: #CBF1FD; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .vmf-calContainer { line-height: 30px; } } .vmf-backlink { font-family: proximanovaSemiBold, Arial, sans-serif; margin-bottom: 30px; line-height: 16px; } .vmf-backlink a { color: #006990; font-size: 16px; line-height: 16px; padding: 0; cursor: pointer; } .vmf-backlink a span { float: left; width: 15px; height: 14px; margin-right: 10px; background: url("../images/back-link-icons.png") no-repeat -16px -1px; position: relative; top: 1px; } .vmf-backlink a:hover span { background-position: -1px -1px; } .vmf-backlink a:hover a { color: #0095D3; } .bigFooterBg { background: #232335; } .vmf-bigfooter { padding: 0px 10px; position: relative; } .vmf-bigfooter .main-title { margin-left: 45px; margin-top: 35px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 22px; color: #FFFFFF; } .vmf-bigfooter .nav-section { width: 100%; overflow: hidden; padding-bottom: 66px; } .vmf-bigfooter .nav-section ul { margin-top: 30px; border-left: 1px solid #3F4043; float: left; position: relative; z-index: 1000; } .vmf-bigfooter .nav-section ul.first { border: none; /*padding-left:45px;*/ } .vmf-bigfooter .nav-section ul:nth-child(odd) { border-left: none; } .vmf-bigfooter .nav-section ul li { padding: 0 10px 4px; } .vmf-bigfooter .nav-section ul li.title { margin-bottom: 7px; font-family: proximanovaSemiBold, Arial, sans-serif; color: #FFFFFF; line-height: 16px; } .vmf-bigfooter .nav-section ul li a { font-family: proximanovaReg, Arial, sans-serif; color: #999999; padding-left: 0; padding-right: 0; padding-bottom: 0; } .vmf-bigfooter .nav-section ul li a.first { padding-top: 0; } .vmf-bigfooter .nav-section ul li a:hover { color: #0F79AA; } .vmf-bigfooter .nav-section.gray { background-color: #E6E6E6; } .vmf-bigfooter .nav-section.gray ul { border-left: 1px solid #D3D3d3; } .vmf-bigfooter .nav-section.gray ul li.title { color: #666666; } .vmf-bigfooter .nav-section.gray ul li a { color: #006990; } .vmf-bigfooter .nav-section.gray ul li a:hover { color: #1D9ADC; } .vmf-bigfooter .common-section { margin-top: 0px; position: relative; z-index: 1000; } .vmf-bigfooter .common-section .copy-right { margin-bottom: 2px; color: #999999; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; } .vmf-bigfooter .common-section .horizontal-menu { padding-bottom: 50px; } .vmf-bigfooter .common-section .horizontal-menu li { display: inline-block; margin-right: 14px; } .vmf-bigfooter .common-section .horizontal-menu li a { color: #999999; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 14px; padding-left: 0px; padding-right: 0; } .vmf-bigfooter .common-section .horizontal-menu li a:hover { color: #117EAE; } .vmf-bigfooter .footer-bg { width: 398px; height: 234px; background: transparent url("../images/footer-bg.png") no-repeat right bottom; position: absolute; bottom: 0; right: 0; background-size: 30% auto; } .secondFooter { background: #323235; } .secondFooter .vmf-bigfooter .footer-bg { background: none; } .secondFooter .vmf-bigfooter .horizontal-menu { padding-bottom: 25px; } .width-half { width: 50%; } .secondFooter .common-section { padding-top: 25px; padding-left: 0; } .vmf-footerWrap { max-width: 100%; margin: 0 auto; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .vmf-bigfooter .footer-bg { background-size: 50% auto; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .vmf-bigfooter .footer-bg { background-size: auto auto; } .wide-1 { width: 100%; } .wide-2 { width: 50%; } .wide-3 { width: 33.333%; } .wide-4 { width: 25%; } .wide-5 { width: 20%; } .wide-6 { width: 16.66%; } .vmf-bigfooter .nav-section { padding-left: 25px; } .vmf-bigfooter .nav-section ul:nth-child(odd) { border-left: 1px solid #3F4043; } .vmf-bigfooter .nav-section ul.first { border: none; } .common-section { padding-left: 25px; padding-right: 310px; } .secondFooter .vmf-bigfooter .nav-section { padding-left: 35px; } .secondFooter .vmf-bigfooter .nav-section ul:nth-child(2n+1) { border-left: 1px solid #D3D3d3; } .secondFooter .vmf-bigfooter .nav-section ul.first { border: none; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .vmware-carosuel-wrapper-container { display: inline-block; overflow: hidden; width: 100%; } .vmware-carosuel-title { margin: 23px 0 20px 45px; margin: 22px 0 21px 45px\9; color: #333333; font: 22px proximanovaSemiBold, Arial, sans-serif; } .vmware-carosuel-wrapper-container .vmware-carosuel-inner-wrapper-container { display: inline-block; border: solid 1px #cccccc; background: url("../images/carousel/carousel_gradient_vmware.png") repeat-x; padding-bottom: 38px; padding-bottom: 36px\9; } .vmware-carosuel-wrapper-container .carosuel-container { display: inline-block; overflow: hidden; } .vmware-carosuel-wrapper-container .carosuel-container > div { float: left; } .vmware-carosuel-wrapper-container .carosuel-outer-container { display: inline-block; overflow: hidden; margin-left: 15px; margin-right: 10px; } .vmware-carosuel-wrapper-container .carosuel-inner-container { display: inline-block; } .vmware-carosuel-wrapper-container .carosuel-button { width: 30px; } .vmware-carosuel-wrapper-container .carosuel-button button { width: 100%; cursor: pointer; } .vmware-carosuel-wrapper-container .carosuel-img { position: relative; float: left; margin-right: 5px; cursor: pointer; } .vmware-carosuel-wrapper-container .carosuel-img img { float: left; width: 100%; height: 100%; } .vmware-carosuel-wrapper-container .carosuel-img img:hover { opacity: 0.2; filter: alpha(opacity=20); } .vmware-carosuel-wrapper-container .carosuel-img-caption { width: 100%; height: 40px; position: absolute; bottom: 0px; left: 0; background-color: black; opacity: 0.6; filter: alpha(opacity=60); } .vmware-carosuel-wrapper-container .carosuel-img-caption p { padding-left: 20px; color: #ffffff; margin-top: 8px; font: 16px proximanovaSemiBold, Arial, sans-serif; } .vmware-carosuel-leftNavigation { display: block; width: 30px; height: 45px; background: url("../images/carousel/left_arrow_grey.png"); border: 0; outline: none; margin-top: 70px; } .vmware-carosuel-rightNavigation { display: block; width: 30px; height: 45px; background: url("../images/carousel/left_arrow_grey.png"); border: 0; outline: none; margin-top: 70px; background: url("../images/carousel/right_arrow_grey.png"); } .vmware-carosuel-leftNavigation:hover { background: url("../images/carousel/left_arrow_black.png"); } .vmware-carosuel-rightNavigation:hover { background: url("../images/carousel/right_arrow_black.png"); } .vmware-carosuel-rightNavigation[disabled] { background: url("../images/carousel/right_arrow_disabled.png"); cursor: default !important; } .vmware-carosuel-leftNavigation.buttonvisibility { visibility: hidden; } @-moz-document url-prefix() { .vmware-carosuel-title { margin: 20px 0 19px 45px; } .carosuel-img-caption p { margin-top: 6px !important; } } .coachmarks-coach-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999998; } .coachmarks-coach-overlay .shadowlayer { background: url(../images/coachMarks/overLayTransparent.png) repeat; z-index: 9999998; position: absolute; } .coachmarks-viewCoachMarks { display: none; font-size: 14px; position: absolute; right: 45px; top: 26px \9 !important; top: 27px; font-family: proximanovaReg, Arial, sans-serif; width: 110px; background-image: url('../images/help_Icon.png'); background-repeat: no-repeat; text-align: right; } .coachmarks-lineDiv { width: 0px; height: 0px; position: absolute; border: 1px solid #c2cd23; } .coachmarks-closeBtn { cursor: pointer; right: 0px; top: 0px; position: fixed; width: 30px; height: 30px; background: #0091d3 url(../images/coachMarks/coach_close.png) center center no-repeat; z-index: 99999998; } .coachmarks-disabled-layer { cursor: not-allowed; border: 2px solid #c2cd23; position: absolute; background: url(../images/coachMarks/blank.gif) repeat; } .coachmarks-title { color: #c2cd23; font-size: 18px; margin-left: 24px; margin-top: 15px; margin-top: 14px \9; font-family: proximanovaReg, Arial, sans-serif; } .coachmarks-description { color: #FFFFFF; font-size: 18px; margin-left: 24px; margin-top: 2px; margin-top: 1px \9; font-family: proximanovaReg, Arial, sans-serif; } .coachmarks-hintHolder { width: 320px; position: absolute; padding-bottom: 22px; background: url(../images/coachMarks/overLayTransparent.png) repeat; } .coachmarks-paging { width: 100%; position: fixed; z-index: 99999999; bottom: 44px; bottom: 43px \9; text-align: center; } span.coachmarks_pagination { width: 12px; height: 12px; background-image: url("../images/coachMarks/coach_pagination.png"); display: inline-block; cursor: pointer; margin-right: 10px; margin-bottom: 13px; } span.coachmarks_pagination.active { width: 12px; height: 12px; background-image: url("../images/coachMarks/coach_pagination_active.png"); display: inline-block; } .coachmarks-leftNavigation { width: 42px; height: 42px; background: url("../images/coachMarks/left_arrow_grey.png"); border: 0; outline: none; margin-right: 35px; cursor: pointer; } .coachmarks-rightNavigation { width: 42px; height: 42px; border: 0; outline: none; margin-left: 25px; background: url("../images/coachMarks/right_arrow_grey.png"); cursor: pointer; } .coachmarks-rightNavigation[disabled] { background: url("../images/coachMarks/right_arrow_disabled.png"); cursor: default !important; } .coachmarks-leftNavigation[disabled] { background: url("../images/coachMarks/left_arrow_disabled.png"); cursor: default !important; } .coachmarks-paging { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 5-7 */ filter: alpha(opacity=20); /* Netscape */ -moz-opacity: 0.2; /* Safari 1.x */ -khtml-opacity: 0.2; /* Good browsers */ opacity: 0.2; } .coachmarks-paging:hover { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */ filter: alpha(opacity=100); /* Netscape */ -moz-opacity: 1; /* Safari 1.x */ -khtml-opacity: 1; /* Good browsers */ opacity: 1; } @-moz-document url-prefix() { .coachmarks-title { margin-top: 15px; } .coachmarks-viewCoachMarks { top: 25px; right: 44px; } .coachmarks-description { margin-top: 1px; } span.coachmarks_pagination { margin-bottom: -7px; } .coachmarks-hintHolder { padding-bottom: 23px; } .coachmarks-paging { bottom: 50px; } } .coachmarksWrapper { position: absolute; } .tourthispageLink { cursor: pointer; float: right; } @media screen and (min-width: 768px) { .coachmarks-closeBtn { width: 65px; height: 65px; } .coachmarks-hintHolder { width: 400px; } } .vmware-coachMark-logo { background: url("/images/logo-b.png") no-repeat center !important; height: 39px !important; width: 184px !important; } .vmf-contentRating { display: inline-block; margin-bottom: 9px; width: 100%; } .vmf-contentRating .RateHeader { color: #666666; width: 100%; float: left; margin-bottom: 0.25rem; } .ratingContainer { background-color: #f5f5f5; padding: 0.3125rem 0.625rem 12px; float: left; } .ratingContainer fieldset { display: inline-block; float: left; } .ratingContainer .radingPlus { float: left; width: 18px; text-align: center; } .ratingContainer .radingMinus { float: left; width: 18px; text-align: left; } .ratingContainer .ratingContent { float: left; } .ratingContainer .ratingContent div { display: block; font-size: 0.9375rem; color: #666666; float: left; margin-right: 0.25rem; width: 18px; } .ratingContainer .ratingContent div span { width: 18px; padding-left: 3px; } .ratingContainer .ratingContent .ratingRadio { display: block; height: 15px; position: relative; top: 2px; width: 15px; cursor: pointer; margin-bottom: 0; margin-top: 1px; } .ratingContainer .ratingContent .ratingRadio input[type="radio"] { height: 15px; left: 0; margin: 0; outline: medium none; position: absolute; width: 15px; cursor: pointer; } .ratingContainer .ratingContent .selected { background-position: -76px 0; } .rating_Container .improvement_comment { border: 2px solid #E6E6E6; box-shadow: 1px 4px 9px -8px inset; box-sizing: border-box; width: 65%; height: 30px; padding: 0 0.5rem; cursor: pointer; } .rating_Container .improvement_comment:focus { border: 2px solid #0095D3; } .improvementSubmit { font-family: proximanovaSemiBold, Arial, sans-serif; cursor: pointer; text-align: center; font-size: 0.9375rem; margin-left: 28px; margin-right: 0px; padding-left: 6px; padding-right: 6px; } .midAlign { position: relative; font-size: 0.9375rem; line-height: 15px; } .contentRatingWidget { border-top: 2px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 1rem 0.625rem 0.4375rem; float: left; width: 100%; } .improve_label { color: #666666; display: block; } .rating_Container { float: left; width: 100%; } /* Tablet*/ @media (min-width: 768px) { .rating_Container { width: 55%; display: inline-block; } .rating_Container .vmf-contentRating { margin-bottom: 9px; } .rating_Container .vmf-contentRating .RateHeader { width: 25%; margin-bottom: 0; display: inline-block; margin-top: 1.125rem; } .rating_Container:first-child { margin-right: 0%; width: 45%; } .rating_Container .improve_label { display: inline-block; width: 39%; text-align: right; margin: 1.375rem 0 0; } .rating_Container .midAlign { position: relative; font-size: 0.9375rem; float: left; } .rating_Container .improvement_comment { margin-left: 2%; width: 35%; margin-top: 0.875rem; } .rating_Container .improvementSubmit { margin-left: 1.875rem; margin-right: 0; margin-top: 0.875rem; } } @media (min-width: 992px) { .rating_Container { width: 56%; } .rating_Container .vmf-contentRating .RateHeader { width: 34%; text-align: right; padding-right: 4%; } .rating_Container:first-child { width: 44%; } .improve_label { width: 35%; } .improvement_comment { width: 40%; } .improvementSubmit { margin-top: 0.8125rem; margin-left: 1.875rem; } } @media (min-width: 1300px) { .rating_Container { width: 60%; } .rating_Container:first-child { width: 40%; } .rating_Container .improvement_comment { width: 52%; } .rating_Container .vmf-contentRating .RateHeader { width: 39%; } .rating_Container .improve_label { width: 25%; } } @media (min-width: 1600px) { } /*Mobile stylings here*/ .mainlistItem > li a { padding-left: 30px; font-size: 1.125rem; font-weight: 200; color: #666666; background: #FFFFFF; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(6%, #F7F7F7), color-stop(93%, #F1F1F1), color-stop(99%, #ECECEC)); background: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 6%, #F1F1F1 93%, #ECECEC 99%); background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 6%, #F1F1F1 93%, #ECECEC 99%); width: 100%; } .mainlistItem > li .globalItem { padding-top: 10px; padding-bottom: 10px; outline: none; } .mainlistItem > li .viewMore { clear: both; color: #006990; display: inline-block; float: left; font-size: 1rem; width: auto; font-family: proximanovaReg, Arial, sans-serif; line-height: 16px; margin-top: 25px; padding: 0; background: none; margin-bottom: 20px; } .mainlistItem > li .viewMore:hover { background-color: transparent; color: #0095D3; } .mainlistItem .sub-listMenu a { padding-left: 40px; } .menu-link-primary { display: block; height: 36px; width: 36px; text-indent: -9999px; float: right; margin: 15px 10px; background: transparent url(/images/button-menu.png) no-repeat center top; outline: none !important; } .menu-link-primary:hover, .menu-link-primary:active, .menu-link-primary.is-active { color: #0095D3; text-decoration: none !important; background-image: url(/images/button-menu-active.png); } .globalItem { position: relative; } .globalItem:before { content: ''; position: absolute; top: 16px; left: 16px; display: block; width: 8px; height: 13px; background: transparent url(/images/arrow-menu.png) no-repeat; } .mainMenu { display: none; z-index: 99999; } .mainMenu a { color: #006990; } .mainMenu h3 { margin: 20px 0 5px 0; } .mainMenu h3 .subHeading { font-size: 1.25rem; color: #006990; font-family: proximanovaLight, Arial, sans-serif; margin: 30px 0 20px 30px; background: url("/images/arrow-heading-link.png") no-repeat right center transparent; padding: 0 22px 0 0; display: inline; border-top: 0; } .mainMenu h3 .subHeading:hover { color: #0095D3; background-color: transparent; } .is_active .globalItem { background: #0095D3; color: #FFFFFF; } .is_active .globalItem:before { background: url("/images/arrow-menu-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 8px; left: 16px; top: 18px; width: 13px; } .is_active .mainMenu { display: block; } .navDiv { background: #222; float: left; width: 100%; } .navDiv a { outline: none; } .vware-logo { background: url("/images/logo-b.png") no-repeat 0 0; float: left; height: 27px; margin: 20px 0 20px 13px; text-indent: -9999px; width: 172px; } .mainMenulist { background: #FFFFFF; float: left; width: 100%; } .menuContent .col { float: left; width: 100%; } .menuContent .col li { margin-bottom: 5px; } .menuContent .col h5 { text-indent: 30px; } .menuContent .col h4 { border-bottom: 1px solid #CCCCCC; color: #333333; font-size: 0.9375rem; line-height: 1.33em; padding-bottom: 7px; text-indent: 0; margin-bottom: 7px; text-indent: 30px; margin-top: 13px; padding-left: 0; } .menuContent .col a { color: #006990; font-size: 0.875rem; font-family: proximanovaReg, Arial, sans-serif; background: none; height: auto; width: auto; } .menuContent .col a:hover { background-color: transparent; color: #0095D3; } /* Tablet Styles here*/ @media (min-width: 768px) { .mainlistItem > li { width: 50%; display: inline-block; float: left; } .mainlistItem > li .globalItem { border-left: 1px solid #CCCCCC; } .mainlistItem > li:nth-child(odd) { clear: both; float: right; } .menuContent .col { width: 94%; margin-right: 20px; } } /*Desktop styles here*/ @media (min-width: 992px) { .vware-logo { margin-top: 30px; margin-bottom: 40px; } .navDiv { background: #1F1F21; } .menu-link-primary { display: none; } .mainMenulist { display: block !important; background: transparent; float: right; width: auto; } .mainlistItem { float: right; padding-top: 35px; padding-right: 0; padding-left: 0; } .mainlistItem > li { width: auto; float: none; } .mainlistItem > li a { text-indent: 38px; border-top: 1px solid #d0d0d0; font-size: 1.125rem; font-weight: 200; color: #666666; background: #FFFFFF; } .mainlistItem > li:hover { background-color: #0095D3; } .mainlistItem > li:nth-child(2n+1) { float: none; } .mainlistItem > li .globalItem { padding-top: 10px; padding-bottom: 10px; } .mainlistItem > li .globalItem:before { background: none; } .mainlistItem .level-1 { float: none; } .mainlistItem .level-1 a { font-size: 1.25rem; color: #FFFFFF; height: auto; padding: 8px 18px; border: none; text-indent: 0; background: transparent; font-family: proximanovaLight, Arial, sans-serif; } .mainlistItem .level-1 .viewMore { clear: both; color: #006990; display: inline-block; float: left; font-size: 1rem; width: auto; font-family: proximanovaReg, Arial, sans-serif; line-height: 16px; margin-top: 25px; padding: 0; margin-bottom: 0; } .mainlistItem .level-1 .viewMore:hover { background-color: transparent; color: #0095D3; } .mainlistItem .level-1:hover .mainMenu { display: block; } #consulting .mainMenu { right: auto; } .mainMenu { display: none; box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.5); position: absolute; background: #F1F1F1; border-top: 5px solid #0095D3; padding-bottom: 17px; padding-right: 30px; padding-left: 30px; right: 0; top: auto; width: auto; min-height: 100px; max-width: 1000px; } .mainMenu h3 { margin-bottom: 4px; } .mainMenu h3 .subHeading { outline: none; color: #006990; margin-left: 0; padding: 0 22px 0 0; background: url("/images/arrow-heading-link.png") no-repeat right center transparent; } .mainMenu h3 .subHeading:hover { color: #0095D3; background-color: transparent; } .menuContent { float: left; } .menuContent .col { float: left; margin-right: 30px; width: 200px; max-width: 230px; } .menuContent .col li { margin-bottom: 15px; line-height: 14px; } .menuContent .col h4 { padding-bottom: 10px; text-indent: 0; margin-bottom: 7px; line-height: 15px; padding-left: 0; } .menuContent .col h5 { text-indent: 0; } .menuContent .col a { color: #006990; font-size: 0.875rem; line-height: 14px; padding: 0; font-family: proximanovaReg, Arial, sans-serif; } .menuContent .col a:hover { background-color: transparent; color: #0095D3; } .sub-listMenu a { margin-left: 10px; } } vmf-modaless-popup .modalLoad.modal-open { position: fixed; top: 0px; left: 0px; right: 0; bottom: 0; } vmf-modaless-popup .modalLoad.modal-open .modaless-body { overflow-y: auto; /*height:150px;*/ width: 100%; } .modaless-dialog { position: relative; z-index: 1050; width: auto; padding: none; margin: 10px; height: auto; top: 0; left: 0; right: 1.5%; bottom: 1%; /* Start Minimize View */ /* Start Upload View */ } .modaless-dialog .modaless_up_load, .modaless-dialog .modaless_up_body, .modaless-dialog .modaless_up-header, .modaless-dialog .up_icon-grp { display: none; } .modaless-dialog a { cursor: pointer; text-decoration: none; } .modaless-dialog .modaless-head { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 24px; } .modaless-dialog .modaless-head .modaless_icons.max_icon-grp { height: 65px; } .modaless-dialog .modaless-head .modaless_icons { display: inline-block; float: right; width: auto; padding: 0px; } .modaless-dialog .modaless-head .modaless_icons .max_Close, .modaless-dialog .modaless-head .modaless_icons .mdl_Min { width: 18px; height: 18px; margin: 20px 15px 27px 0px; background: url(/images/buttons_modal_less.png) no-repeat -5px -182px; display: inline-block; float: left; } .modaless-dialog .modaless-head .modaless_icons .max_Close { float: none; margin-right: 25px; background-position: -6px -206px; } .modaless-dialog .modaless-head .modaless-title { line-height: 19px; height: 65px; padding: 20px 15px 15px 40px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 1.5rem; color: #333333; margin: 0px; } .modaless-dialog .modaless-head .modaless_up_head { display: none; } .modaless-dialog .modaless-body { box-sizing: border-box; height: auto; border-top: 1px solid #D6D6D6; padding: 20px 40px; clear: left; } .modaless-dialog .modaless-footer button { padding-left: 22px; padding-right: 22px; margin: 5px 0px; } .modaless-dialog .modaless-footer .rightButton button { padding-left: 24px; padding-right: 24px; margin: 5px 0px; } .modaless-dialog .modaless-footer .vmf-back-btn { float: left; } .modaless-dialog.modaless_mini { width: 516px; height: 70px; position: fixed; bottom: 0; right: 0; width: 98%; margin: 1%; left: auto; top: auto; } .modaless-dialog.modaless_mini .modal-content { height: 70px; } .modaless-dialog.modaless_mini .modaless-body, .modaless-dialog.modaless_mini .modaless-footer, .modaless-dialog.modaless_mini .modaless_upload_body { display: none; } .modaless-dialog.modaless_mini .max_icon-grp .mdl_Max, .modaless-dialog.modaless_mini .max_icon-grp .mdl_Close { width: 30px; height: 30px; padding: 0px; background: url(/images/buttons_modal_less.png) no-repeat -3px -2px; } .modaless-dialog.modaless_mini .max_icon-grp .mdl_Close { background-position: -3px -65px; } .modaless-dialog.modaless_upload { width: auto; height: auto; padding: 0px; margin: 10px; font-family: proximanovaSemiBold, Arial, sans-serif; } .modaless-dialog.modaless_upload .modaless-body, .modaless-dialog.modaless_upload .modaless-footer, .modaless-dialog.modaless_upload .modaless-title, .modaless-dialog.modaless_upload .modaless_icons { display: none; } .modaless-dialog.modaless_upload .modaless_up-header, .modaless-dialog.modaless_upload .modaless_up_body, .modaless-dialog.modaless_upload .modaless_up_head { display: block; } .modaless-dialog.modaless_upload .modaless_up_body { margin: 0px 40px 10px 40px; width: auto; height: 43px; margin: 0px 35px 14px 40px; border: 1px solid #C1C1C1; background: #EEEEEE; border-radius: 3px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_bar { background: #7cbf45; height: 43px; float: left; margin: -1px; width: 75%; padding-left: 1px; border-radius: 3px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_txt { position: absolute; margin-left: 0px; padding: 0px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_txt span { display: inline-block; padding: 8px 13px; font-size: 1.125rem; font-size: 18px; font-family: proximanovaSemiBold, Arial, sans-serif; } .modaless-dialog.modaless_upload .up_icon-grp { display: inline-block; float: right; line-height: normal; padding: 10px 10px 0px 0px; } .modaless-dialog.modaless_upload .up_icon-grp .up_Close, .modaless-dialog.modaless_upload .up_icon-grp .up_Max { width: 24px; height: 24px; background: url(/images/buttons_modal_less.png) no-repeat -4px -97px; display: inline-block; } .modaless-dialog.modaless_upload .up_icon-grp .up_Max { float: left; margin-right: 15px; background-position: -5px -37px; } .modaless-dialog.modaless_upload .modaless_up_head .modaless_up-err { display: inline-block; float: left; width: 23px; height: 20px; margin: 24px 10px 0px 40px; background: url(/images/buttons_modal_less.png) no-repeat -5px -125px; } .modaless-dialog.modaless_upload .modaless_up_head .modal_up-title { display: inline-block; margin: 30px 10px 20px 0px; font-size: 1.125rem; line-height: 0.625rem; font-size: 18px; line-height: 10px; font-family: proximanovaSemiBold, Arial, sans-serif; color: #ff0000; } .modaless-dialog.modaless_upload .modaless_up_head .modal_up-try { color: #0095D3; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 1.125rem; font-size: 18px; padding: 0px; } .modaless-dialog.modaless_upload .modaless-title { margin: 0; line-height: 20px; padding: 30px 15px 15px 40px; font-size: 1.5rem; font-size: 24px; } .modaless-footer { padding: 20px 40px 25px 40px; background: #e6e6e6; border-top: none; border-radius: 0 0 6px 6px; } .modaless-footer .rightButton { text-align: right; } .modaless-footer .vmf-btn { margin: 0px 0px 0px 0px; clear: both; width: 100%; } .modal-content { margin: 0; } /*@media screen and (min-width: 320px){ .modaless-dialog { width: 96%; height: auto; position: fixed; z-index: 1050; bottom: 0%; left: 0%; .modaless-body{ height:auto; overflow:auto; } } } */ @media screen and (min-width: 768px) { /*.modalessOverlay { .modalLoad.modal-open{ .modaless-body{ height:445px; } } }*/ .modaless-dialog { width: 770px; max-height: 585px; /*height:585px*/ position: fixed; z-index: 1050; bottom: 1%; right: 1.5%; left: auto; top: auto; } .modaless-dialog.modaless_mini { width: 516px; } .modaless-dialog .modaless-body { box-sizing: border-box; border-top: 1px solid #D6D6D6; padding: 20px 40px; /*min-height: 238px;*/ clear: left; } vmf-modaless-popup .modalLoad.modal-open { position: static; top: auto; left: auto; right: 0; bottom: auto; } vmf-modaless-popup .modalLoad.modal-open .modaless-body { max-height: 445px; /*height:445px*/ } .modaless-dialog.modaless_upload { width: 517px; height: 119px; padding: 0px; } .modaless-footer .vmf-btn { display: inline-block; width: auto; margin-left: 16px; } .modaless-footer .vmf-back-btn { margin-left: 0; } vmf-modaless-popup .modalLoad.modal-open .modaless-footer button { margin: 0px 0px 0px 0px; } vmf-modaless-popup .modalLoad.modal-open .rightButton button { margin: 0px 0px 0px 16px; } } /*sample*/ .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */ -ms-user-select: none; user-select: none; } tr { height: 20px; } .dataTables_scrollBody { overflow: hidden; display: block; float: left; } .data_type { border-right: none; float: left; width: 87%; padding: 0 15px; } .pagination { float: right; margin: 0; } .custom_margin .pull-right { float: right; margin: 10px 0; } .dataTables_scrollBody tr.active { background-color: #333333 !important; color: #FFFFFF; } table.dataTable { border: 1px solid #EEEEEE; } table.dataTable thead { background: -webkit-linear-gradient(tobottom, #EEEEEE, #dadada); background: linear-gradient(tobottom, #EEEEEE, #dadada); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$vmf-comboDisabledBackgrd',endColorstr='$vmf-linegradient',GradientType=0); } .Serial { min-width: 20px !important; width: 40px; padding: 10px 15px; } /*.Manage:hover .drop_down_holder { display:block; }*/ .drop_down_holder { position: absolute; z-index: 1000000; width: 175px; border: 1px solid #7b7b7b; background-color: #FFFFFF; margin-top: 8px; *margin-top: 40px; margin-left: -15px; *margin-left: -145px; display: none; } ul.drop_down { margin: 0px; } ul.drop_down li { line-height: 20px; list-style: none; float: left; padding: 8px; } ul.drop_down li input[type="checkbox"] { margin-right: 9px; } ul.drop_down li span:hover { background-color: transparent; } ul.drop_down li a:hover { color: #0095D3; } .footer_section { background: #f6f6f6; padding: 15px; } .Print a, .Export a, .Manage a { font-size: 14px; padding: 0; } .Print:hover a, .Export:hover a, .Manage:hover a { font-size: 16px; } .Print:hover, .Export:hover, .Manage:hover { background: #0095d3; } .Print:hover a, .Export:hover a, .Manage:hover a { /*color:$vmf-bgColor;*/ text-decoration: none; } .Print, .Export, .Manage { padding: 8px 15px; } .table-border { border: 1px solid #CCCCCC !important; } .arrow { float: right; margin: 17px 15px 0 0; } .arrow.up { background: url(img/arrow.png) no-repeat 0 0; width: 8px; height: 5px; display: block; } .arrow.down { background: url(img/arrow.png) no-repeat 0 -5px; width: 8px; height: 5px; display: block; } .data_content table { margin: 0; } #example_filter { margin-bottom: 10px; } .tableCls .table-border { border: 1px solid #F1F1F1; } .tableCls .table-row-over { background-color: #FF0; } .tableCls .table-footer { float: left; width: 100%; margin: 10px 0; } .grip { width: 20px; height: 20px; margin-top: -10px; margin-left: -5px; position: relative; z-index: 88; cursor: e-resize; } .grip:hover { background-position: 20px 0; } .dragging .grip { background-position: 40px 0; } .dragtable-sortable { list-style-type: none; -moz-user-select: none; margin: 0; padding: 0; } .dragtable-sortable li { float: left; font-size: 1em; background: #FFFFFF; margin: 0; padding: 0; } .dragtable-sortable th, .dragtable-sortable td { border-left: 0; } .dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td { border-left: 1px solid #CCCCCC; } .ui-sortable-helper { display: table; opacity: 0.5 !important; filter: alpha(opacity=50) !important; } .ui-sortable-placeholder { box-shadow: 4px 5px 4px #C6C6C6 inset; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background: #EFEFEF !important; visibility: visible !important; } .ui-sortable-placeholder * { opacity: 0; visibility: hidden; } .green.tableCls .table-border { border: 1px solid #ADF7B5; } reen .dataTables_scrollBody tr.active { background-color: #1DAF2C !important; } .green .table-row-over { background-color: green !important; color: #FFFFFF; } .green select, .green input[type="text"] { background-color: #FFFFFF; border: 1px solid #1DAF2C; } .green .pagination ul > .disabled > span, .green .pagination ul > .disabled > a, .green .pagination ul > .disabled > a:hover, .green .pagination ul > .disabled > a:focus { color: #1DAF2C; } .blue.tableCls .table-border { border: 1px solid #BFEAED; } .blue table.dataTable tbody tr:nth-child(even) { background-color: #E2FDFF; } .blue .dataTables_scrollBody tr.active { background-color: #1A8DAE !important; } .blue .table-row-over { background-color: #106279 !important; color: #FFFFFF; } .red.tableCls .table-border { border: 1px solid #E48C8C; } .red table.dataTable tbody tr:nth-child(even) { background-color: #F5DCDC; } .red .dataTables_scrollBody tr.active { background-color: #F41F1F !important; } .red tbody tr.even { background-color: #FFABAB; } .red .table-row-over { background-color: #8E0B0B !important; color: #FFFFFF; } table.static_table thead { background-color: #006990; background-image: none; } table.static_table thead tr th a { vertical-align: center; color: #FFFFFF; } table.static_table thead tr th:hover { background-image: none; } table.static_table tbody tr td a { color: #0095D3; margin-top: 15px; float: left; width: 100%; } table.static_table tbody tr { background-color: #F1F6F9; color: #666; } table.static_table tbody tr td { font-size: 16px; border-color: #CCCCCC; } table.dataTable .data_type td { width: 100%; border: 1px; line-height: 30px; border-right: 0; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 10px; } table.dataTable .data_type td:first-child { border-left: 0 solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } table.dataTable input, table.dataTable select { width: 90%; height: 30px; border-radius: 0; padding: 0; } table.dataTable button { width: 100%; margin-bottom: 5px; background-color: #006990; border: 0; color: #FFFFFF; border-radius: 5px; height: 30px; } table.dataTable button:hover { background-color: #006990; border: 0; color: #FFFFFF; border-radius: 5px; } ul { list-style-type: none; } .bDiv { height: 450px !important; } .ui-placeholder { border: 1px solid #CCCCCC; } .vm-table { max-width: 900px; } .tableCls, .dataTable, .dataTables_info, .pull-left, .tableCls .dataTables_info, table.static_table tbody tr td p { float: left; } .custom_margin .pull-left, .custom_margin span { float: left; margin: 10px 0; } table.dataTable tfoot, table.static_table .arrow { display: none; } ul.drop_down li a, .Manage a:hover > a { color: #006990 !important; } table.dataTable .odd, .green .odd, .blue table.dataTable tbody tr:nth-child(odd), .blue .odd, .red table.dataTable tbody tr:nth-child(odd), .red tbody tr.odd { background-color: #FFFFFF; } table.dataTable tbody tr.even, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { background-color: #EEEEEE; } .green .even, .blue .even { background-color: #C5EFC4; } .blue select, .blue input, .red select, .red input { background-color: #FFFFFF; border: 1px solid #7abcff; } .data_type table, .data_type tbody, .data_type tr { width: 100%; } .pdf_icon { background: url('../images/pdf.png') no-repeat; width: 20px; display: inline-block; height: 19px; } .add_icon { background: url('../images/add.png') no-repeat; width: 21px; display: inline-block; height: 18px; } .green_dot_icon { background: url('../images/green_dot.png') no-repeat; width: 20px; display: inline-block; height: 19px; } .sizeLabel { width: 70px; display: inline-block; text-align: center; } .bold { font-weight: bold; } /*Over write Bootstrap CSS*/ .table { border: 1px solid #CCCCCC; float: left; } .table thead th { border-right: 1px solid #FFFFFF; } .table thead th:last-child { border-right: none; } .table tbody td { border-right: 1px solid #CCCCCC; } .table tbody td:last-child { border-right: none; } .table tbody tr:nth-child(even) { background-color: #f6f6f6; } .table tbody tr:nth-child(odd) { background-color: #FFFFFF; } .pull-left { float: left !important; } .relative { position: relative; margin: 0 10% 0 0; } .absolute { position: absolute; } .ico { left: -30px; position: relative; width: 19px; height: 12px; display: block; border: 1px solid #333333; } .panel { position: absolute; margin-top: -100px; width: 400px; } .panel div.widgets { width: 100%; padding: 0px 35px 0px 10px; border-radius: 5px; margin-left: 30px; border: 1px solid #999; background-color: #FFFFFF; position: absolute; box-shadow: #333333 0px 0px 5px; overflow: hidden; } .bar_wrapper { background: #cdcdcd; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(99%, #f0f0f0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cdcdcd 0%, #f0f0f0 99%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #cdcdcd 0%, #f0f0f0 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */ border-radius: 5px; height: 18px; border: 1px solid #CCCCCC; overflow: hidden; } .blue_slide { background: #0080b5; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0080b5), color-stop(100%, #0095D3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0080b5 1%, #0095D3 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0080b5 1%, #0095D3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080b5', endColorstr='#0095D3',GradientType=0 ); /* IE6-9 */ height: 18px; } .green_slide { background: #8ca521; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ca521), color-stop(99%, #c0e046)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #8ca521 0%, #c0e046 99%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #8ca521 0%, #c0e046 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca521', endColorstr='#c0e046',GradientType=0 ); /* IE6-9 */ height: 18px; } .panel div.widgets .title { width: 100%; padding: 3%; border-bottom: 1px solid #CCCCCC; float: left; } .panel div.widgets .section { width: 100%; padding: 3%; float: left; } .green_box { background-color: #E0ED8B; width: 100%; float: left; padding-bottom: 10px; } .green_box table { width: 100%; } .green_box table thead tr { background-color: #E0ED8B; } .green_box table thead tr th { font-size: 10px; background-color: #E0ED8B; text-align: center; border: none; } .green_box table tbody tr td { background-color: #E0ED8B; text-align: center; border: none; } .container_auto { width: 100%; float: left; } .container_90 { width: 90%; margin: 0 5%; float: left; } .slide_title { margin: 18px 0 10px; float: left; width: 100%; } .blue_mark { background: url('.../images/slide_marker.png') 0 0 no-repeat; width: 7px; height: 7px; display: block; } .green_mark { background: url('../images/slide_marker.png') 0 -8px no-repeat; width: 7px; height: 7px; display: block; } .usd { font-size: 14px; color: #666 !important; } .arrow { background: url('../images/arrow_pop_up_side.png') no-repeat; position: relative; width: 14px; height: 26px; left: -13px; top: -7px; display: block; z-index: 9999; } .footer_title { padding: 18px; width: 100%; float: left; background-color: #E6E6E6; } .blue_button { background: #0080b5; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0080b5), color-stop(100%, #0095D3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0080b5 1%, #0095D3 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0080b5 1%, #0095D3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080b5', endColorstr='#0095D3',GradientType=0 ); /* IE6-9 */ margin: 0 22px; width: auto; padding: 10px; border-radius: 5px; color: #FFFFFF; display: block; font-size: 16px; box-shadow: #CCCCCC 1px 1px 3px; } .blue_button:hover { background: #0095D3; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095D3), color-stop(100%, #0080b5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0095D3 0%, #0080b5 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0095D3 0%, #0080b5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095D3', endColorstr='#0080b5',GradientType=0 ); /* IE6-9 */ } .gray_button { background: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dadada)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFFFFF 0%, #dadada 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #FFFFFF 0%, #dadada 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */ margin: 0 22px; width: auto; padding: 10px; border-radius: 5px; color: #666; display: block; font-size: 16px; box-shadow: #CCCCCC 1px 1px 3px; } a.button, a.button:hover { text-decoration: none; } .ico:hover .panel { display: block; } /*.vm-table>tbody tr.vmf-rows.row-even{ background-color: red !important; } .vm-table>tbody tr.vmf-rows.row-odd{ background-color:blue !important; } .vm-table>tbody tr.vmf-rows.vmf-tr-selected{ background-color:green !important; }*/ .hidden-class { display: none !important; background-color: red; } .hide { display: none !important; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .basicEdit input { outline: none; box-shadow: none; border: none !important; color: #333; background: #E5EBF1; height: 24px; margin: 6px 20px 0px 0px !important; width: 75%; text-align: right; float: right; } .relative { position: relative; } .absolute { position: absolute; } .advancedEdit { background: #CCCCCC; padding: 10px; width: 250px; right: 0px; color: #000; } /* To Highlight Draggable position */ .drag_tbl table tbody tr.ui-placeholder { height: 0px !important; padding: 0 !important; background: #003D79; } .drag_tbl table tbody tr.ui-placeholder td { height: 0px !important; padding: 0 !important; line-height: 4px; border-color: #003D79; background: #003D79; position: relative; z-index: 1000; } /*datepicker*/ /* * jQuery UI Datepicker 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */ .ui-datepicker { width: 15em; padding: 0.2em 0.2em 0; display: none; background: #CCCCCC; margin-left: -25px; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 10px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display: none; /*sorry for IE5*/ display: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ -webkit-filter: mask(); filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } /*style*/ /* Common Styles for all tables --Starts here*/ * { padding: 0px; margin: 0px; } .basic_nogrouping, .static_nogrouping_calltoaction, .static_grouping, .static_nogrouping { width: 96%; margin: 10px auto; } .basic_nogrouping .row, .static_nogrouping_calltoaction .row, .static_grouping .row, .static_nogrouping .row, .basic_nogrouping_table .row, .Table_comparison .row { margin: 0; } .basic_nogrouping table.vmf-table, .static_nogrouping_calltoaction table, .static_grouping table, .static_nogrouping table, .basic_nogrouping_table { width: 100%; margin: 0px auto; } .right_align { float: right; padding-right: 20px; } .innrtbl { width: 100%; } table td { font-size: 16px; font-family: proximanovaReg, Arial, sans-serif; margin: 0 auto; } .sizeLabel { width: 70px; display: inline-block; text-align: center; } .hidden-class { display: none !important; background-color: red; } .hide { display: none !important; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .edit-content-section { padding-left: 30px !important; float: right; } /* Common Styles for all tables --- Ends here */ /* Namespace: basic_nogrouping Styles starts here for all screens(RWD) */ .basic_nogrouping input[type="text"] { padding: 0px; margin: 0px; } .basic_nogrouping table { /* outline: 1px solid #e6e6e6 ; */ color: #333333; } .basic_nogrouping table.vmf-table > thead { border-left: 1px solid #CCCCCC; } .basic_nogrouping th, .basic_nogrouping td { font-family: proximanovaReg, Arial, sans-serif !important; border: none; } .basic_nogrouping table th.header { background: #EEEEEE; background: -webkit-linear-gradient(#EEEEEE, #dadada); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#EEEEEE, #dadada); /* Standard syntax */ border-right: 1px solid #FFFFFF; color: #333333; font-size: 14px; padding: 10px 15px !important; } /*.basic_nogrouping th:last-child { border:none; } */ .basic_nogrouping tr td.vmf-table-td { padding: 10px 15px 7px !important; border-right: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; font-size: 16px; } .basic_nogrouping tr td.vmf-table-td:first-child { color: #006990; } .basic_nogrouping .table-striped tbody > tr.row-even > td.vmf-table-td { background-color: #FFFFFF !important; } .basic_nogrouping td.vmf-table-td:first-child .content:hover { color: #009fd3; } /* styles Added for pagination of patterntwo --ends */ .pagination_pagination { margin: 30px 0 0 0; display: inline-block; width: 100%; } .basic_nogrouping select { background: -webkit-gradient(linear, left top, 90 30, from(#FFFFFF), color-stop(4%, #E6E6E6), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #E6E6E6 1px, #FFFFFF 25px); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6',GradientType=0 ); /* IE8/9 */ background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%); /* IE10+ */ width: 115px; height: 28px; margin: 5px 5px; border: 1px solid #D0D0D0; float: right; } .basic_nogrouping .symbol_pagination_prev, .basic_nogrouping .symbol_pagination_next { background-color: #E6E6E6; width: 26px; height: 26px; display: inline; /* margin: 0px 5px; */ border-radius: 5px; float: left; margin: 5px 5px; color: #FFFFFF; font-weight: bold; font-size: 16px; cursor: pointer; } .basic_nogrouping .pagination_pattern_two { float: left; font-size: 14px; color: #333333; font-family: proximanovaReg, Arial, sans-serif; } .basic_nogrouping .symbol_pagination_prev .pagination_previous_1, .basic_nogrouping .symbol_pagination_next .pagination_next_1 { padding: 3px 4px 0 8px; float: left; } .basic_nogrouping .symbol_pagination_next { background: #0095D3; } .basic_nogrouping .pagination_pagination input[type="text"] { text-align: center; width: 30px; } /* styles Added for pagination of patterntwo --ends*/ /* Namespace: basic_nogrouping --- Styles starts here for all screens(RWD) */ /*Namespace:static_nogrouping_calltoaction -- Styles starts here for all screens(RWD) */ .static_nogrouping_calltoaction { width: 96%; } .static_nogrouping_calltoaction .vmf-table .header { background-color: #006990; color: #FFFFFF; margin: 0 auto; padding: 10px 0 13px; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; text-align: center !important; position: static; } .static_nogrouping_calltoaction .vmf-table .header span { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; } .static_nogrouping_calltoaction .vmf-table .header.leftAlignCol { text-align: left !important; padding-left: 20px; } .static_nogrouping_calltoaction table.vmf-table thead th { border-right: 1px solid #CCCCCC !important; } .static_nogrouping_calltoaction table.vmf-table thead th div.dragtable-handle { text-align: center; } .static_nogrouping_calltoaction table.vmf-table thead th div.dragtable-handle span.ng-binding { float: none !important; font-size: 16px; } .static_nogrouping_calltoaction .vmf-rows h6 { color: #006990; font-size: 16px; margin: 0px; font-family: proximanovaReg, Arial, sans-serif; cursor: pointer; } .static_nogrouping_calltoaction .vmf-rows h6:hover { color: #0095D3; } .static_nogrouping_calltoaction .vmf-rows div { color: #666666; font-size: 16px; font-family: proximanovaReg, Arial, sans-serif; } .static_nogrouping_calltoaction .vmf-rows td { background-color: #f1f6f9; font-family: proximanovaReg, Arial, sans-serif; padding: 12px 10px 8px 15px !important; border: 1px solid #CCCCCC; } .static_nogrouping_calltoaction .vmf-rows td.actionCol { padding-top: 19px !important; vertical-align: top; } .static_nogrouping_calltoaction button { font-size: 14px; font-weight: normal; background-color: #008DCB; border: none; font-family: proximanovaSemiBold, Arial, sans-serif; color: #FFFFFF; line-height: 20px; height: 40px; width: 150px; margin: 0 auto 5px; } .static_nogrouping_calltoaction table { border-collapse: collapse !important; table-layout: auto !important; } .static_nogrouping_calltoaction button:hover { background-color: #006990; } .static_nogrouping_calltoaction p { margin-bottom: 0px; padding: 0 5px; } .static_nogrouping_calltoaction .innrtbl { width: 100%; border: none; margin: 0; outline: none; color: #666666; height: 85px; } .static_nogrouping_calltoaction .innrtbl tbody { border: 0; } .static_nogrouping_calltoaction table tr td.innerTableCol { padding: 0px !important; margin: 0px; } .static_nogrouping_calltoaction .license { padding: 0 0 0 5px; } /*Namespace:static_nogrouping_calltoaction -- Styles Ends here for all screens(RWD) */ /*Namespace:static_nogrouping -- Styles starts here for all screens(RWD) */ .static_nogrouping table, .static_nogrouping table th { border: none !important; } .static_nogrouping table { border-collapse: collapse !important; table-layout: auto !important; } .static_nogrouping table tbody tr td { border-bottom: 1px solid #E6E6E6 !important; } .static_nogrouping table.vmf-table thead th { font-family: proximanovaSemiBold, Arial, sans-serif; padding: 5px 0 9px 10px; border-right: 0 !important; } .static_nogrouping table.vmf-table thead th span { font-size: 16px; color: #666666; } .static_nogrouping table thead { background-color: #EEEEEE; box-shadow: 0 8px 6px -6px #EEEEEE; } .static_nogrouping table.vmf-table tbody { border: none; } .static_nogrouping table tr td.controlColumn { padding-top: 50px; vertical-align: top; } .static_nogrouping table tr td { padding-right: 10px !important; padding-bottom: 16px; } .static_nogrouping table tr td h6 { padding: 8px 0 0 10px !important; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 16px; margin-bottom: 9px; } .static_nogrouping table tr td p { padding: 0 0 0 10px !important; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #666666; } .static_nogrouping table tr td p.subscriptionTitle { padding: 0 0 0 11px !important; font-family: proximanovaSemiBold, Arial, sans-serif; color: #333333; } .static_nogrouping table tr td p.subscriptionTitle { *zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("div"),this.childNodes[0]).className="before"); } .static_nogrouping table tr td p.subscriptionTitle::before, .static_nogrouping table tr td p.subscriptionTitle .before { background: url("/images/supportIcon.png") no-repeat center; content: ""; display: block; height: 7px; width: 14px; float: left; margin: 7px 5px 0 0; } .static_nogrouping table tr td p.subscriptionDesc { padding: 0 0 0 30px !important; } .static_nogrouping table tr td .vmf-text-input { margin-top: 0px; } .static_nogrouping table tr td .vmf-text-input label { display: none !important; } .static_nogrouping table tr td .vmf-text-input input { width: 60px; } .static_nogrouping table tr td .vmf-text-input div { padding-left: 5px; } .static_nogrouping table tr td .vmf-dropdown { width: 100%; padding-left: 10px; } .static_nogrouping table tr td div.rateCell { padding: 1px 0 0 10px; } /*Namespace:static_nogrouping -- Styles Ends here for all screens(RWD) */ /*Namespace:static_grouping -- Styles starts here for all screens(RWD) */ .static_grouping .table-wrapper { float: left; } .static_grouping table { width: 735px; margin: 0px auto; border: 1px solid #CCCCCC !important; } .static_grouping .row table tbody td { vertical-align: middle; border: 0px; } .static_grouping .row table tbody td.contCol { width: 610px; } .static_grouping .row table tbody .vm-rows td.contCol { padding: 1px 0 6px 15px; } .static_grouping .row table tbody:first-child td { border-right: 1px solid #CCCCCC !important; } .static_grouping .row table tbody td.viewCol { width: 145px; width: 151px\0; padding: 1px 0 0 15px; } .static_grouping .group-header td { background-color: #188abd !important; color: #FFFFFF; font-size: 14px; font-family: Arial; padding: 0 0 0 15px; } .static_grouping .group-header td span { font-size: 14px; font-family: Arial; } .static_nogrouping table tbody tr.colspanRow td { padding: 0 0 16px 10px; } .static_nogrouping table tbody tr.preColspanRow td { border-bottom: none !important; padding-bottom: 0; } .capitalizeFirstletter { text-transform: capitalize; } .static_grouping > .group-header tr td.contCol { border-right: 1px solid #FFFFFF !important; } .static_grouping .truncate { font-size: 12px; font-family: Arial; color: #006990; cursor: pointer; padding-bottom: 4px; } .static_grouping .truncate:hover { color: #0095D3; } .static_grouping .sizeLabelDiv { padding-right: 15px; } .static_grouping .sizeLabelDiv .pdf_icon, .static_grouping .sizeLabelDiv .sizeLabel { float: left; } .static_grouping .sizeLabelDiv .add_icon { float: right; } .static_grouping .sizeLabel { font-size: 14px; font-family: proximanovaReg, Arial, sans-serif; color: #666666; padding-left: 10px; padding-right: 15px; width: auto; vertical-align: top; } .static_grouping .row TABLE TBODY tr.row-odd td { background-color: #eff3f7 !important; } .static_nogrouping_calltoaction table.vmf-table-basic, .static_nogrouping table.vmf-table-basic { white-space: normal; } table.innrtbl .innrtblcol1 { border: none; border-right: 1px solid #CCCCCC; padding: 0 0 0 19px !important; width: 60%; } table.innrtbl .innrtblcol2 { padding: 0 0 0 29px !important; border: none; } table.innrtbl tr.innrtblrow1 td { border-bottom: 1px solid #CCCCCC; outline: none !important; padding-bottom: 2px !important; padding-top: 0 !important; } table.innrtbl tr.innrtblrow2 td { padding-top: 1px !important; padding-bottom: 0 !important; } /*Namespace:static_grouping -- Styles Ends here for all screens(RWD) */ /* For Reference: media Queries are present here to support of the screen in RWD for this project---*/ /* Smartphones (portrait and landscape) ----------- @media only screen and (max-width : 640px){} /* iPads (portrait and landscape) ----------- @media only screen and (min-width : 641px) and (max-width : 830px){} @media only screen and (min-width : 831px){} /*---------------------------------------------------------------------------------------------------*/ /*Table_comparison styling starts*/ .Table_comparison .header { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 14px; color: #FFFFFF; background-color: #0095D3 !important; text-align: center; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; border: 0px; } .Table_comparison .table-striped th:first-child { background-color: #F1F1F1 !important; color: #666666; font-family: proximanovaReg, Arial, sans-serif; font-weight: normal; } .Table_comparison .table-striped tbody tr.group-header td { font-family: proximanovaReg, Arial, sans-serif; font-size: 18px; color: #FFFFFF; background-color: #CCCCCC !important; padding: 8px 0; text-align: center; border: 0px; cursor: default; } .Table_comparison .table-striped tbody tr.group-header td span { font-family: proximanovaReg, Arial, sans-serif; font-size: 18px; font-weight: normal; } .Table_comparison tr td { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #666666; } .Table_comparison tr td:first-child { font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; color: #006990; /* padding:10px 9px 9px 9px !important; */ cursor: pointer; border: 1px solid #CCCCCC; } .Table_comparison tr td:first-child + td, .Table_comparison tr td:first-child + td + td, .Table_comparison tr td:first-child + td + td + td { text-align: center; } .Table_comparison tr td:first-child:hover { color: #0095D3; } .green_dot_icon { background: url('../images/green_dot.png') no-repeat; width: 10px; display: inline-block; height: 12px; background-size: 5px 5px; width: 5px; height: 5px; } .license { padding: 30px 0 0px 20px; } .absolute { position: absolute; } .advancedEdit { background: #FFFFFF; border: 3px solid #0095D3; border-radius: 5px; width: 275px; z-index: 9; padding: 0; /* margin:-12px 0 0 -15px !important; */ } .advancedEdit .editable-inputs { padding: 25px 0 0 20px; } .advancedEdit .button-section { height: 60px; *height: 35px; padding: 15px 30px; background: #E6E6E6; float: none !important; margin-top: 20px; } .advancedEdit .editable-inputs p { width: 100%; margin-bottom: 10px; } .advancedEdit .editable-inputs label { float: left; margin-top: 2px; width: 107px; color: #333333; font-size: 14px; } .advancedEdit .editable-inputs select, .advancedEdit .editable-inputs input { float: none; width: 115px; height: 25px; margin: 0; padding: 0; border: 1px solid #D0D0D0; } .advancedEdit .editable-inputs select { padding-left: 5px; } .advancedEdit .editable-inputs input { padding-left: 8px; } .advancedEdit .button-section .advance-edit-cancel { background: #E6E6E6; background: -webkit-linear-gradient(#FFFFFF, #E6E6E6); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#FFFFFF, #E6E6E6); /* Standard syntax */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6',GradientType=0 ); /* IE8/9 */ border-radius: 3px; padding: 2px 8px; color: #666; width: 72px; height: 30px; border: 1px solid #a6a7b0; } .advancedEdit .button-section .advance-edit-save { background: #007FB4; background: -webkit-linear-gradient(#0095D3, #007FB4); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#0095D3, #007FB4); /* Standard syntax */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095d3', endColorstr='#007FB4',GradientType=0 ); /* IE8/9 */ border-radius: 3px; padding: 2px 8px; color: #FFFFFF; width: 72px; height: 30px; border: 1px solid #a6a7b0; } .advancedEdit button.ui-datepicker-trigger { background: url("../images/calendar-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; height: 19px; position: relative; right: 24px; border: none; top: 2px; width: 18px; z-index: 100; } .advancedEdit button.ui-datepicker-trigger:hover { background-position: 0 -21px; } .pdf_icon { background: url('../images/pdf.png') no-repeat; width: 16px; display: inline-block; height: 16px; background-size: 16px 16px; } .add_icon { background: url('../images/add.png') no-repeat; width: 16px; display: inline-block; height: 16px; background-size: 16px 16px; } /************** styles for manage tble starts here *************/ .Print, .Export { padding: 10px 15px !important; } .Manage { padding: 10px 15px !important; } span.Print:hover { padding: 10px 13px 10px 13px !important; } span.Export:hover { padding: 10px 12px 10px 12px !important; } span.Print:hover, span.Manage:hover { padding: 8px 13px\9 !important; } span.Export:hover { padding: 8px 12px\9 !important; } span.Print:hover a, span.Export:hover a, span.Manage:hover a { padding: 3px 5px !important \9; } .Print:hover a, .Export:hover a, .Manage:hover a { color: #FFFFFF; text-decoration: none; } .Print a, .Export a, .Manage a { text-decoration: none !important; color: #006990; } .footer_section { clear: both; height: 40px; padding: 0px; float: left; width: 100%; margin-top: 10px; } .footer_section span { margin: 0px; padding: 10px 15px; float: right !important; } .footer_section span + span { margin: 0px; padding: 10px 14px; padding: 10px 10px\9; float: left !important; } .footer_section span a:hover, .footer_section span a { color: #006990 !important; font-family: proximanovaReg, Arial, sans-serif; font-weight: bold; outline: none; } ul.drop_down li { padding: 9px 10px 0px 10px; } .drop_down_holder ul.drop_down li { width: 100%; font-size: 14px; } .drop_down_holder input, .drop_down_holder .drop_down_label { float: left; } .drop_down_holder span.drop_down_label { margin-top: 2px; margin-top: 2px\9; } .drop_down_holder ul.drop_down li span.pull-left { margin-top: -4px; } .drop_down li span label { color: #006990; font-family: proximanovaReg, Arial, sans-serif; width: 100%; } ul.drop_down li input[type="checkbox"] { width: 18px; height: 18px; maring-right: 7px; margin-top: 2px; } ul.drop_down { padding-top: 3px; } /*********** styles for manage-tbl ends here *************/ /********** styles for basic_Table html starts here *************/ .basic_nogrouping_table table { /* outline: 1px solid #e6e6e6 ; */ color: #333333; } .basic_nogrouping_table h4 { font-family: proximanovaReg, Arial, sans-serif !important; font-size: 20px; color: #333333; margin-bottom: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; /*display: inline;*/ } .basic_nogrouping_table .col-md-4 { display: inline; } .basic_nogrouping_table th.header { font-family: proximanovaSemiBold, Arial, sans-serif !important; } .basic_nogrouping_table td.vmf-table-td { font-family: proximanovaReg, Arial, sans-serif !important; border: none; } .basic_nogrouping_table table th.header { background: #EEEEEE; background: -webkit-linear-gradient(#EEEEEE, #dadada); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#EEEEEE, #dadada); /* Standard syntax */ border-right: 1px solid #FFFFFF; color: #333333; font-size: 14px; padding: 10px 15px 10px 14px !important; border-color: #FFFFFF !important; } .basic_nogrouping_table table th.header.sort-asc, .basic_nogrouping_table table th.header.sort-desc { background: #dedede; background: -webkit-linear-gradient(#dedede, #c3c3c3); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#dedede, #c3c3c3); /* Standard syntax */ } .basic_nogrouping_table tr td.vmf-table-td { /* padding:10px 15px !important; */ border-right: 1px solid #F1F1F1; /* border-bottom:1px solid $vmf-gradientColor2 ; */ border-bottom: none; font-size: 16px; } .basic_nogrouping_table tr.row-even td.vmf-table-td { background-color: #FFFFFF !important; } .basic_nogrouping_table tbody tr.row-odd td.vmf-table-td { background-color: #f6f6f6 !important; } .basic_nogrouping_table input[type="checkbox"] { width: 18px; height: 18px; } /********** styles for subscription_tbl html ends here *************/ .subscription_tbl tr td:last-child:hover { color: #009d53; } .basic_nogrouping_table .ss-active { color: #387c2c; } .basic_nogrouping_table .ss-active .icon-file, .basic_nogrouping_table .ss-underprovision .icon-file, .basic_nogrouping_table .ss-expired .icon-file, .basic_nogrouping_table .ss-inactive .icon-file { background-image: url("/images/glyphicons-halflings.png"); display: inline-block; height: 18px; width: 18px; vertical-align: text-top; } .basic_nogrouping_table .ss-active .icon-file { height: 18px; width: 18px; background-position: -286px 0px; } .basic_nogrouping_table .ss-underprovision { color: #006990; } .basic_nogrouping_table .drag-gripper-icon { height: 12px; width: 8px; background-image: url("/images/UtilityNavigation/dg-arrange-table-rows.gif"); /* position:absolute; */ float: left; background-position: -244px 0px; margin: 5px 0 0 3px; margin: 2px 0 0 3px\9; cursor: move; } .basic_nogrouping_table .ss-underprovision .icon-file { background-position: -360px 0px; } .basic_nogrouping_table .ss-expired { color: #e00000; } .basic_nogrouping_table .ss-expired .icon-file { background-position: -143px -120px; } .basic_nogrouping_table .ss-expired .icon-file { background-position: -143px -120px; } .basic_nogrouping_table .ss-inactive { color: #666666; } .basic_nogrouping_table .ss-inactive .icon-file { background-position: -143px -120px; } /* Namespace: subscription_tbl --- Styles ends here for all screens(RWD) */ /* Namespace: drag_table --- Styles starts here for all screens(RWD) */ /*.drag_tbl table{ margin-top: 10px !important; }*/ /* .drag_tbl .icon-file { background-position: -244px 0px; margin-left: 5px; margin-right: 5px; width: 5px; } */ .drag_tbl tr td:first-child { padding-left: 0px !important; padding-right: 0px !important; } .drag_tbl tr td:last-child { color: #333333; } .drag_tbl .col-md-4 { margin-top: 0px !important; } /* Namespace: drag_table --- Styles ends here for all screens(RWD) */ /* Namespace: bulk_action Styles starts here for all screens(RWD) */ .bulk_tbl table { margin-top: 10px; } .bulk_tbl tr td:first-child { padding-left: 10px !important; padding-right: 0px !important; } .bulk_tbl tr td:first-child + td { text-align: right; color: #006990; } .bulk_tbl input[type="text"] { width: 253px; float: right; height: 28px; margin-top: -5px; margin-bottom: -5px; padding: 0px; } .bulk_tbl input[type="checkbox"] { margin-left: -5px; margin-right: 10px; margin-top: -1px; width: 18px; height: 18px; } /* Namespace: bulk_action --- Styles ends here for all screens(RWD) */ /* Namespace: quick_table Styles starts here for all screens(RWD) */ .quick_tbl tr td:first-child + td, th { text-align: left; } .quick_tbl tr td:first-child + td { color: #333333; } .quick_tbl tr td:first-child + td + td { color: #006990; } .quick_tbl .icon-file { background-position: -244px 0px; margin-left: 5px; margin-right: 5px; width: 5px; height: 12px; width: 19px; } .quick_tbl .icon-close { background-position: -311px 0px; margin-left: 5px; margin-right: 5px; height: 12px; width: 19px; } .widgets { display: block; } .panel div.widgets .title { color: #333333; font-size: 18px; } .green_box table th { background: #f0f2c8 !important; } /* Namespace: quick_table --- Styles starts here for all screens(RWD) */ /* For tooltip issue */ .basic_nogrouping_table table tr td div, .vmf_table_cls table tr td div, .tooltip.bottom { margin-top: 0px; } .vmf-table .tooltip-arrow { padding-top: 0; } .icon-sort { display: inline-block; width: 8px; height: 5px; margin-top: 7px; *margin-top: -8px; *margin-right: 0.3em; line-height: 14px; vertical-align: text-top; background-image: url("/images/sort-arrow.png"); background-repeat: no-repeat; float: right; } .sort-desc .icon-sort { height: 7px; } th.snocol .icon-sort { float: none; } /* For Enable Sorting*/ .basic_nogrouping_table table th.sort-desc span.icon-sort { background-position: 0px -5px; } .basic_nogrouping_table table th.sort-asc span.icon-sort { background-position: 0px 0px; } .basic_nogrouping_table table tr.vmf-checkbox-row-selected td.vmf-table-td { background-color: #0095D3 !important; } .hover_tbl table tbody tr:hover td { background-color: #F1F6F8 !important; } .hover_tbl table tbody tr.vmf-checkbox-row-selected:hover td { background-color: #0095D3 !important; } /*To remov curved corners for table headings */ .Table_comparison table th, .vmf_table_cls table th { border-radius: 0 !important; } /* pagination */ .pagination_page_box { border-radius: 0 !important; box-shadow: 0 !important; width: 20px; } /** Pagination Design **/ /** To introduce the scroll for table during lower screen resolution **/ @media (min-width: 320px) and (max-width: 767px) { .vmf-table-wrapper-container { overflow-x: auto; overflow-y: hidden; } .vmf-table-wrapper-container table { width: auto; min-width: 750px; margin-bottom: 2px; } .basic_nogrouping_table table th.header { padding: 10px !important; } .vmf-table-wrapper { overflow-x: auto !important; } } .vmf-table-wrapper-container .top-links { width: 320px; margin-bottom: -3px; } .loader { background: url('../images/ajax-loaderText.gif') center !important; background-repeat: no-repeat !important; } .tabledrag table { width: 100%; margin: 0px auto; } .Table_comparison table { width: 100%; margin: 0px auto; } .Table_comparison tr td.fcol { font-size: 14px; color: #006990; padding: 10px 9px 9px 9px !important; cursor: pointer; text-align: left; } .Table_comparison tr td.fcol:hover { color: #0095D3; } .basic_nogrouping_table table th.header.checkboxcol { text-align: center; padding-left: 0 !important; } .basic_nogrouping_table table th.header.checkboxcol .custom-checkbox { margin-left: 5px; } .inline-edit table.vmf-table tbody tr:hover td.vmf-table-td { background-color: #E5EBF1 !important; } .inline-edit table.vmf-table tbody tr td.vmf-table-td.editable-cue { background-color: #F1F1F1 !important; border: 1px solid #B1B1B1; padding: 8px 15px 7px 15px !important; /* padding:8px 15px 7px 15px\9 !important; */ } .inline-edit table.vmf-table tbody tr.vmf-edit-tr-selected td.vmf-table-td { background-color: #0095D3 !important; color: #FFF; padding-bottom: 2px !important; padding-top: 2px !important; height: 40px; } .drag_tbl th.checkboxcol { text-align: center; } .drag_tbl table .custom-checkbox { margin-top: 0px; margin-left: -1px; } .drag_tbl table .custom-checkbox .customCheckBox { top: 1px; } .drag_tbl table thead .customCheckBox { margin-left: 12px; margin-top: -8px; } .drag_tbl tr td.fcol { text-align: center; } .drag_tbl tr td.fcol span { margin-left: 16px; } .JCLRgrips { float: left; top: 0px; } .vmf-table-wrapper-container ul.dragtable-sortable { /*margin-top:10px*/ z-index: 1000; } .vmf-table-wrapper-container .tooltip-inner { padding: 10px; border-radius: 0px; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; } .vmf-table-wrapper-container table th { border-left: 0 !important; } .vmf-table-wrapper-container table thead th.sortable { cursor: pointer; } table.vmf-table thead th div { font-size: 14px; } table.vmf-table { border: 1px solid #E6E6E6; } table.vmf-table thead tr th:last-child { border-right: none !important; } table.vmf-table .custom-checkbox { margin-bottom: 0 !important; } .vmf-table thead th { margin-bottom: none !important; } .basic_nogrouping_table table tr.vmf-checkbox-row-selected div { color: #FFFFFF; } [class^="icon-"], [class*=" icon-"] { background-position: 14px 14px; } .Table_comparison tr td div, .Table_comparison tr td span { font-size: 14px; } @media screen and (-webkit-min-device-pixel-ratio: 0) { table.vmf-table tr td.fcol input { margin-left: 8px; } } .basicEdit, .successfulEdit .edit-content, .inline-edit table.vmf-table tbody tr td.vmf-table-td.loader { background: #FFFFFF; background-color: #FFFFFF !important; float: left; height: 36px; left: 2px; position: relative; top: 2px; width: 98%; } .successfulEdit .validationsuccessful { display: inline-block; background: url(/images/bg_alert_spite.png) no-repeat 0px -370px; width: 15px; height: 11px; margin-right: 11px; } table.vmf-table [editphase], .inline-edit table.vmf-table tbody tr:hover [editphase].editable-cue, table.vmf-table td.successfulEdit, .inline-edit table.vmf-table tbody tr:hover td.successfulEdit { padding: 0px !important; } table.vmf-table td.successfulEdit .edit-content-section { color: #333 !important; padding-top: 10px; padding-right: 0; margin-right: 18px; } table.vmf-table [editphase] .edit-content-section { padding: 6px 15px; } .inline-edit table.vmf-table tbody tr.vmf-edit-tr-selected td.vmf-table-td.editable-cue { border: 1px solid #FFF; } .basic_nogrouping_table tr td:first-child:hover { color: #0095D3; } table.vmf-table input[type="checkbox"] { margin-top: -1px; } table.vmf-table th .customCheckBox:before { font-size: 1rem; } .edit-content-section { text-align: right; margin-right: 1px; } .vmf-table-wrapper-container div.col-md-4 { float: left; } table.vmf-table-basic { /*table-layout: fixed;*/ /* overflow:hidden; white-space: nowrap;*/ text-overflow: ellipsis; border-collapse: separate; /*width: 0; */ /* otherwise Chrome will not increase table size */ } .edit-content { text-align: right; margin-right: 6px; } /* resizable columns */ .vmf-table-wrapper { width: 100%; height: 100%; clear: both; } .scrollContainer { overflow: auto; width: 100%; height: 100%; } .resizeHelper, .ui-resizable-e { cursor: e-resize; width: 10px; height: 100%; top: 0; right: 0px; position: absolute; z-index: 100; font-size: 100%; } /* handle for FF */ @-moz-document url-prefix() { } .highlight-font { color: #006990; } table.vmf-table thead th.header { position: relative; background-clip: padding-box !important; border-right: 1px solid #fff !important; white-space: nowrap; } table.vmf-table thead th div.unselectable { overflow: hidden; margin-right: 7px; } table.vmf-table thead th span.icon-sort { position: absolute; right: 15px; } table.vmf-table thead tr th.snocol:first-child span.icon-sort { right: unset; right: 8px\9; margin-top: 0px; } table.vmf-table thead th div.dragtable-handle span.ng-binding { float: left; } table.vmf-table thead th div.dragtable-handle span { font-size: 14px; } .tabledrag table.vmf-table tbody tr td { padding: 8px 8px 8px 14px; } .basicEdit.editField, .successfulEdit .edit-content { top: 0px; } table.vmf-table > tbody { border: 1px solid #f1f1f1; } .draggableContainerCls table.vmf-table thead th div.dragtable-handle { overflow: hidden; } .table-wrapper { padding-left: 0; padding-right: 0; } table.vmf-table .tooltip-inner { white-space: pre-wrap; } .Table_comparison .table-striped tbody tr.group-header { border-left: 1px solid #ccc; } .Table_comparison .table-striped th.selectedcell { background-color: #F1F1F1 !important; color: #666666; } .Table_comparison .table-striped td.firstcell { color: #006990; } .Table_comparison .table-striped td.firstcell:hover { color: #0095D3; cursor: pointer; } .dragtable-sortable.ui-sortable .ui-sortable-handle.ui-sortable-placeholder { border-left: 4px solid #003d79; width: 4px !important; } .basic_nogrouping_table .drag-gripper-icon.no-multidrag { margin-left: 40%; } table.vmf-table .custom-checkbox span { margin-right: 0px; margin-left: 10px; } /*Table filter styles - start*/ .table-filter .dropdown-menu li { padding-left: 10px; } .table-filter .dropdown-menu li .custom-checkbox { padding-left: 28px; } .table-filter .dropdown-menu li label { font-size: 14px; font-family: proximanovaSemiBold, Arial, sans-serif; } .table-filter .dropdown-menu li.dropdown-actions { margin-left: 0px; } .table-filter .dropdown-menu li.dropdown-actions button:hover { text-decoration: none; } .dropdown-selected-options li { font-size: 12px; font-family: proximanovaReg, Arial, sans-serif; } .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content { display: block; z-index: 9999; width: 160px; width: 142px\0; border: 1px solid #ccc; padding-left: 0px; background-color: #fff; } .ui-autocomplete.ui-front.ui-menu .ui-menu-item { padding-left: 13px; } .ui-autocomplete.ui-front.ui-menu .ui-menu-item:hover { background-color: #E1F2F7; } .ui-autocomplete.ui-front.ui-menu li a { color: #333; font-size: 14px; } .ui-autocomplete.ui-front.ui-menu li.ui-state-focus { background: E1F2F7; } .table-filter-location { margin: 10px; } .dropdown-menu.location-filter { width: 520px; *width: 470px !important; left: -100px; } .dropdown-menu { box-shadow: 0 7px 12px rgba(0, 0, 0, 0.175) !important; } .dropdown-menu.location-filter .row { margin: 0px; } .dropdown-menu.location-filter .row input.textbox { padding-top: 3px; margin-top: 4px; } .dropdown-menu.location-filter .row input, .dropdown-menu.location-filter .row label { font-size: 14px; } .dropdown-menu.location-filter .row .col-md-4 { padding: 0 5px; } .dropdown-menu.location-filter .row .title { font-family: proximanovaSemiBold, Arial, sans-serif; } .dropdown-menu.location-filter .row .chkbox-wrapper { padding-left: 0px; margin-top: -6px; } .dropdown-menu.location-filter label { font-size: 14px; } .table-filter.open .dropdown-menu { border: 1px solid #ccc !important; } .table-filter-location.open .dropdown-menu { border: 1px solid #ccc !important; } @-moz-document url-prefix() { .dropdowns-container .each-dropdown .dropdown-toggle .caret { margin-top: 7px !important; } .vmf-search-header .vmf-search-head-title { margin-top: 5px !important; } } #reset-bar span { font-size: 14px; } .dropdown-selected-options { padding: 0px 10px; } ul.dropdown-selected-options li { font-weight: normal; } .dropdown-menu.location-filter button:hover { text-decoration: none; } .table-filter .dropdown-menu vmf-calendar-single { float: none; position: relative; top: -24px; left: 49px; } .dropdown-menu.location-filter .textbox, .table-filter-date-container { border: 1px solid #D0D0D0; height: 30px; padding-left: 5px; } .dropdown-menu .ui-datepicker-trigger { background: url("../images/calendar-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; height: 19px; position: relative; right: 24px; border: none; top: 4px; width: 18px; z-index: -2; } .dropdowns-container [vmf-table-filter-button-location] { display: inline-block; float: left; } .dropdowns-container [vmf-table-filter-button] { display: inline-block; float: left; } .dropdown-actions { overflow: hidden; width: 100%; } .dropdown-menu.location-filter .row { overflow: hidden; } #reset-bar { overflow: hidden; } .dropdown-menu.location-filter .checkbox label { padding-left: 28px; font-family: proximanovaSemiBold, Arial, sans-serif; } .dropdown-menu.location-filter .row .region { width: 80px; float: left; margin: 0 15px; } .dropdown-menu.location-filter .row .country { width: 175px; float: left; margin: 0 10px; } .dropdown-menu.location-filter .row .state { width: 175px; float: left; margin: 0 10px; } /*Table filter styles - End*/ /*table filter styles extended - Start*/ /* Dropdown holder */ #dropdown-holder { min-height: 93px; background: #F1F6F8; padding: 0px 10px 10px 10px; } /* Adds left padding to dropdown boxes */ .padding10, .dropdown { padding-left: 10px; } /* Corrects the left padding added on first dropdown */ .dropdown:first-child { padding-left: 0px; } /* Dropdown elements (ul and it's children) */ .dropdown-menu { border: 0 !important; padding-bottom: 0; width: 310px; float: left; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; font-weight: regular; margin-top: 0px; } .dropdown-menu li { padding-left: 0px; color: #333333; } .dropdown-menu li:last-child { padding-left: 0px; } .dropdown-menu li a { padding-left: 0px; } .dropdown-menu .form-control { height: 20px; padding: 6px auto; } /* Top bar on the holder block */ #reset-bar { padding: 6px 0 4px 0; font-size: 12px; font-family: proximanovaReg, Arial, sans-serif; font-weight: regular; color: #666666; } #reset-bar span.pull-left { font-size: 12px; } #reset-link { float: right; color: #006990; cursor: pointer; } /* Block where 'cancel' and 'apply' are shown */ .dropdown-actions { background: #f6f6f6; margin-top: 20px; } .dropdown-actions button { padding: 0; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #006990; padding: 9px 20px 8px; } .dropdown-actions button:last-child { padding: 15px 20px 15px auto; float: right; } /* Dropdown button - Added custom color gradient as per requirement */ .btn-group .dropdown-toggle.custom { background-color: #ffffff; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e4e4)); background-image: -webkit-linear-gradient(top, #ffffff #e4e4e4); background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0); border: 1px solid rgba(0, 0, 0, 0.15); } .btn-group.open .dropdown-toggle.custom { background-color: #0080b5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0095d3), to(#0080b5)); background-image: -webkit-linear-gradient(top, #0095d3, #0080b5); background-image: linear-gradient(to bottom, #0095d3, #0080b5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095d3', endColorstr='#0080b5', GradientType=0); color: #fff; border: none; } .btn-group.open .dropdown-toggle .caret { /* down-arrow in dropdown box */ border-top: 4px solid #ffffff; } /* Selected options list area */ .dropdown-selected-options { margin: 5px 0 0; list-style: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 12px; color: #333333; } .dropdown-selected-options li { line-height: 16px; margin-top: 8px; } .dropdown-selected-options .custom-icon-delete { float: left; width: 16px; height: 16px; margin-right: 5px; background: url('../images/cross.png'); background-repeat: no-repeat; cursor: pointer; } .dropdown-selected-options li:first-child { margin-top: 5px; } .dropdowns-container vmf-table-filter-button { display: inline-block; float: left; } .dropdown-menu .vmf-calendar-drop { position: relative; top: -24px; left: 28px; } .dropdown-menu .datefield .custom-checkbox { width: 50px; } .dropdown-menu .checkbox.warningfield { height: 22px; } .dropdown-menu .checkbox.warningfield img { position: relative; top: -21px; left: 28px; } .dropdown-menu .checkbox.warningfield .custom-checkbox { padding-left: 50px; } .table-filter .custom-checkbox span, .table-filter-location .custom-checkbox span { top: 0; } /* Location CSS */ .dropdown-menu p { padding-left: 18px; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; color: #333333; background-color: #FFF; } .dropdown-menu p:last-child { padding-left: 0px; background-color: #f6f6f6; margin-bottom: 0px; } .data { display: inline-block; width: 55px; } .data1 { display: inline-block; } .table-filter-date-container { background: url("images/calender.png") no-repeat; background-position: right; } /*table filter styles extended - End*/ .dropdowns-container { display: inline-block; } .dropdowns-container .each-dropdown { margin-right: 10px; float: left; } .dropdowns-container .each-dropdown .table-filter-location { margin: 0px; } .dropdowns-container .each-dropdown .dropdown-toggle { padding-left: 9px; padding-right: 9px; height: 32px; } .dropdowns-container .each-dropdown .dropdown-toggle .title { font-size: 14px; float: left; } .dropdowns-container .each-dropdown .dropdown-toggle .caret { margin-top: 6px; margin-left: 20px; float: left; border: none; width: 12px; height: 7px; background: url('../images/arrow.png'); background-repeat: no-repeat; } .dropdowns-container .each-dropdown .btn-group.open .dropdown-toggle { border: 1px solid transparent; box-shadow: none; } .dropdowns-container .each-dropdown .btn-group.open .dropdown-toggle .caret { background-image: url('../images/arrow-down-hover.png'); } .dropdowns-container .each-dropdown .calContainer { margin-left: -10px; } /* While resize columns column height getting increased fixes - Starts */ table.vmf-table thead th span.icon-sort { display: none; } table.vmf-table thead th.sort-asc span.icon-sort, table.vmf-table thead th.sort-desc span.icon-sort { display: inline; } table.vmf-table tr td .truncate span.td-content { display: block; overflow: hidden; text-overflow: ellipsis; } .JCLRgrips .JCLRgrip.no-col-resize div.JColResizer { cursor: auto; } /* While resize columns column height getting increased fixes - Ends */ /* * Quick View - Starts */ .vmf-table-quick-view-wrapper .vmf-table-wrapper { overflow: visible !important; } .vmf-table-quick-view-wrapper table.vmf-table { width: 100%; } .vmf-table-quick-view-wrapper table.vmf-table thead tr th.header { padding-left: 15px !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows td { padding: 10px 15px; overflow: visible !important; height: 40px; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows td .edit-content { overflow: hidden; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows:hover td.vmf-table-td { background-color: #F1F6F8 !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected td { background-color: #0095D3 !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected td .vmf-quick-view-cell-wrapper .vmf-quick-view-icon { background: url('../images/quick-icon-hover.png'); } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected:hover td.vmf-table-td, .vmf-table-quick-view-wrapper table.vmf-table .vmf-edit-tr-selected:hover td.vmf-table-td { background-color: #0095D3 !important; } .vmf-quick-view-cell-wrapper { position: relative; } .vmf-quick-view-cell-wrapper .vmf-quick-view-cell { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .vmf-quick-view-cell-wrapper .vmf-quick-view-icon { position: absolute; top: 5px; right: 10px; height: 12px; width: 19px; background: url('../images/quick-icon.png'); cursor: pointer; } .vmf-quick-view-cell-wrapper .quick-view-popup { position: absolute; z-index: 10; top: -98px; right: -460px; } .vmf-quick-view-cell-wrapper .quick-view-popup .tablepanel { position: relative; top: 0px; left: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .arrow { position: absolute; left: -13px; top: 60px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel { position: relative; top: 0px; left: 0px; width: 450px; background-color: none; border: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets { padding: 0px; margin-left: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title { padding: 10px 10px 10px 15px; line-height: 24px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title span { font-size: 18px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title .icon-close { background: url('../images/close_lg.png') no-repeat; background-size: 20px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/close_lg.png', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/close_lg.png', sizingMethod='scale')"; background-size: 20px; width: 20px; height: 20px; cursor: pointer; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .vmf-quick-close-icon { margin-right: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section { padding: 10px 15px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details { width: 100%; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats { width: 100%; margin-top: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats thead { background-color: #F0F2C8; border-left: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats thead tr th { font-size: 9px; font-weight: bold; background: none !important; background-color: #F0F2C8; text-align: center; border: none !important; border-right: none !important; padding: 0px 10px !important; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats tbody { border: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats tbody tr td { padding-top: 0px !important; padding-bottom: 1px !important; background-color: #F0F2C8 !important; text-align: center; border: none; font-size: 18px; font-weight: bold; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider { margin: 0px 30px !important; width: 358px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title { margin: 15px 0 4px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title span { color: #333333; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title .slide-title-left { margin-left: 4px; margin-top: 0px; font-size: 14px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .adjust-bottom { margin-bottom: 15px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title { margin-top: -2px; padding: 18px 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.button { padding-left: 20px; padding-right: 20px; padding-top: 9px; padding-bottom: 9px; cursor: pointer; font-family: proximanovaSemiBold, Arial, sans-serif; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.blue_button { margin-left: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.gray_button { margin-right: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup-left { right: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup-left .arrow { left: 445px; top: 61px; background: url('../images/arrow_pop_right_side.png') no-repeat; background-size: 22px; width: 20px; } .vmf-quick-view-selected-icon { display: block !important; } tr.vmf-rows .vmf-quick-view-icon { display: none; } tr.vmf-rows:hover .vmf-quick-view-icon { display: block; } /* * Quick View - Ends */ /* * Styles regarding Table bulk actions - Starts */ .vmf-bulk-actions-wrap { padding: 5px 10px 0px 9px; width: 100%; margin-top: 40px; clear: both; height: 40px; position: relative; background: #EBEBEB; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EBEBEB), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #EBEBEB 1%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #EBEBEB 1%, #FFFFFF 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */ } .vmf-bulk-actions-wrap ul { padding: 0px; margin: 0px; white-space: nowrap; } .vmf-bulk-actions-wrap ul li.action { display: inline; color: #999999; font-size: 16px; margin-right: 20px; padding: 5px 0px 8px 0px; position: relative; top: 5px; } .vmf-bulk-actions-wrap ul li.action-enabled { color: #006990; cursor: pointer; } .vmf-bulk-actions-wrap ul li.action-enabled:hover { color: #0095D3; } .vmf-bulk-actions-wrap ul li.action:last-child { margin-right: 0px; } .vmf-bulk-actions-wrap ul li.more-actions { padding: 5px 14px 5px 14px; float: right; display: inline-block; color: #999999; position: absolute; top: 5px; right: 0px; z-index: 100000; } .vmf-bulk-actions-wrap ul li.more-actions span { float: left; } .vmf-bulk-actions-wrap ul li.more-actions span.icon-sort { margin-left: 8px; margin-top: 8px; width: 12px; background-image: url("/images/bg_alert_spite.png"); background-position: 0px -238px; float: left; } .vmf-bulk-actions-wrap ul li.more-actions .sub-actions { display: none; padding: 5px 15px 4px; position: absolute; top: 30px; left: 0px; z-index: 1000; width: 100%; background-color: #FFFFFF; border: 1px solid #999999; } .vmf-bulk-actions-wrap ul li.more-actions .sub-actions .sub-action { margin-bottom: -1px; } .vmf-bulk-actions-wrap ul li.more-actions:hover { background-color: #0095D3; color: #FFFFFF; } .vmf-bulk-actions-wrap ul li.more-actions:hover span.icon-sort { background-position: 0px -251px; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions { display: block; color: #999999; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions .action-enabled { color: #006990; cursor: pointer; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions .action-enabled:hover { color: #0095D3; } .vmf-table-bulk-wrapper { height: 300px; overflow-y: auto; } .vmf-table-bulk-wrapper .jspContainer { top: -1px; } .vmf-table-bulk-wrapper .jspPane { padding: 0px !important; } .vmf-table-bulk-wrapper .jspVerticalBar { z-index: 10000; } .vmf-table-bulk-actual-wrap { overflow: hidden !important; } .tablebulk table.vmf-table { position: relative; } .tablebulk table.vmf-table thead tr th { padding-top: 5px !important; padding-bottom: 5px !important; } .tablebulk table.vmf-table thead tr th div.dragtable-handle { overflow: hidden; } .tablebulk table.vmf-table .vmf-table-bulk-header-virtual tr { height: 0px !important; } .tablebulk table.vmf-table .vmf-table-bulk-header-virtual tr th { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; height: 0px !important; } .tablebulk table.vmf-table tbody { overflow: auto; } .tablebulk table.vmf-table tbody tr td { height: 41px; padding-top: 4px !important; padding-bottom: 7px !important; } .tablebulk table.vmf-table tbody tr td .custom-checkbox { display: inline; float: left\9; margin: 2px 10px 1px 0; } .tablebulk table.vmf-table tbody tr td .vmf-table-bulk-cell-wrapper span[toggle] { position: relative; top: 3px; top: 0px\9; overflow: hidden; } .tablebulk table.vmf-table tbody tr td.vmf-bulk-col-highlight span { color: #006990; text-align: right; } .tablebulk table.vmf-table tbody tr:hover td { background-color: #E5EBF1 !important; } .tablebulk table.vmf-table tbody tr.vmf-checkbox-row-selected td.vmf-bulk-col-highlight span { color: #FFFFFF; } .tablebulk table.vmf-table tbody tr.vmf-checkbox-row-selected:hover td { background-color: #0095D3 !important; } .vmf-search-header { margin-left: -9px; } .vmf-search-header .custom-checkbox { height: 18px; margin-left: -5px !important; margin-right: 9px; margin-top: 12px !important; margin-top: 8px\9; display: inline-block; float: left; } .vmf-search-header .vmf-search-head-title { display: inline-block; float: left; margin-top: 7px; margin-top: 5px\0; } .vmf-search-header .vmf-search-head-title span { float: left; } .vmf-search-header .vmf-search-head-title .icon-sort { margin-left: 40px; margin-left: 15px\9; position: relative; right: 0px; } .vmf-search-header .vmf-search-head-input { display: inline-block; float: left\9; max-width: 253px; width: 50%; height: 30px; margin-left: 10px; position: relative; min-width: 50px\9; background: #FFFFFF; padding-right: 40px\9; padding-left: 10px\9; margin-left: 20px\9; width: 40% \9; } .vmf-search-header .vmf-search-head-input div.icon { height: 16px; width: 16px; position: absolute; top: 6px; right: 10px; } .vmf-search-header .vmf-search-head-input .search-icon { background: url('../images/search.png') no-repeat; } .vmf-search-header .vmf-search-head-input input { width: 100%; height: 100%; font-size: 14px; font-family: proximanovaLight, Arial, sans-serif; font-style: italic; font-weight: normal; padding-left: 10px; padding-right: 30px; padding-top: 5px; padding-bottom: 5px; border: none; outline: none; color: #666666; box-shadow: inset 0 0 5px #C3C3C3; box-shadow: none\9; width: 100% \9; background-color: none\9; padding-left: 0px\9; padding-right: 0px\9; } /* * Styles regarding Table bulk actions - Ends */ /* * Check box fix */ .drop_down_holder .custom-checkbox span, .table-filter .custom-checkbox span { top: 0; } .drop_down_holder .custom-checkbox span { margin-left: 0; } /* * Check box fix */ /* * Responsive style - Begins */ .responsive_table table.vmf-table td:before { display: none; color: #333; } .responsive_table table.vmf-table th, .responsive_table table.vmf-table td { display: table-cell; padding: 0.25em 0.5em; } .responsive_table table.vmf-table th:first-child, .responsive_table table.vmf-table td:first-child { padding-left: 0; } .responsive_table table.vmf-table th:last-child, .responsive_table table.vmf-table td:last-child { padding-right: 0; } .responsive_table table.vmf-table td { /* display: block; */ float: none\9; /*custom line */ } .responsive_table table.vmf-table tbody tr td div.content { float: left; } @media screen and (max-width: 480px) { .responsive_table table.vmf-table tbody tr td div.content { float: none; } .responsive_table table.vmf-table { margin: 1em 0; min-width: 320px; } .responsive_table table.vmf-table th { display: none; } .responsive_table table.vmf-table td { display: block; float: left\9; /* custom line */ } .responsive_table table.vmf-table td:first-child { padding-top: 0.5em; } .responsive_table table.vmf-table td:last-child { padding-bottom: 0.5em; } .responsive_table table.vmf-table td:before { content: attr(field) ": "; font-weight: bold; width: 8.5em; display: inline-block; float: left; /* custom line*/ } .responsive_table table.vmf-table th, .responsive_table table.vmf-table td { text-align: left; } } /* * Responsive style - Ends */ /* * Inline Edit Dropdown - Starts */ .editable-inputs .vmf-dropdown.col-md-4 { width: 115px; padding: 0px; } /* * Inline Edit Dropdown - Ends */ table.vmf-table thead th span { font-size: 14px; } .pagination.vmfpaging ul > .disabled > a, .pagination.vmfpaging ul > .disabled > a:hover, .pagination.vmfpaging ul > .disabled > a:focus { background-color: transparent; } .table-wrapper .table_title_tag { padding-left: 0pc !important; } table.vmf-table thead th.snocol { width: 40px !important; max-width: 40px; } table.vmf-table .editable-inputs .vmf-calContainer { width: auto; } table.vmf-table .editable-inputs .vmf-calContainer .calIcon { top: 4px !important; } table.vmf-table .actionCol .vmf-btn { margin: 0 0 5px 5px; width: 150px; } .productAlert_disNone { display: none; } .productAlert_product-parent { width: auto; padding: 28px 40px 15px; background-color: #F1F1F1; } .productAlert_product-title { font-size: 22px; line-height: 22px; font-family: 'proximanovaSemiBold'; color: #333333; padding-bottom: 5px; } .productAlert_product-accordian { margin-top: 13px; line-height: 16px; padding-bottom: 8px; border-bottom: 1px solid #cccccc; } .productAlert_product-accordian.lastChild { border-bottom: 0; } .productAlert_product-accordian.activeAcc .productAlert_product-heading { background-image: url("/images/down_alert_arrow.png"); color: #0095d3; background-position: 0px 4px; } .productAlert_product-heading { padding-left: 20px; margin-bottom: 10px; font-size: 16px; font-family: 'proximanovaSemiBold'; color: #666666; cursor: pointer; background: url("/images/right_alert_arrow.png") no-repeat 0px 4px; padding-top: 0; outline: none; } .productAlert_product-heading:focus, .productAlert_product-heading:active { color: #666666; outline: none; } .productAlert_last { border: none; } .productAlert_product-arrow { height: 10px; width: 10px; float: left; } .productAlert_product-heading { margin-bottom: 0; } .productAlert_product-heading:hover { color: #0095d3; } .productAlert_product-content, .productAlert_product-contentExpanded { margin-top: 5px; font-size: 16px; margin-left: 20px; position: relative; } .productAlert_product-message { font-family: 'proximanovaReg'; color: #666666; } .productAlert_product-link { font-family: 'proximanovaReg'; color: #006990; } .productAlert_product-view { font-family: 'proximanovaSemiBold'; color: #666666; } .productAlert_product-close { float: right; cursor: pointer; position: relative; top: -5px; } .productAlert_product-bar { height: 47px; border: 1px solid #d0d0d0; border-radius: 3px; background: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #ECECEC)); background: -o-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background: -ms-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#ECECEC'); /*For IE7-8-9*/ margin-bottom: 10px; } .productAlert_product-alertImage { background-image: url("/images/alertCountBg-hover.png"); height: 25px; width: 33px; float: right; margin-top: 10px; margin-right: 20px; margin-right: 20px; font-family: 'proximanovaSemiBold'; color: #ffffff; font-size: 16px; } .productAlert_product-alertImage:hover { cursor: pointer; background-image: url("/images/alertCountBg.png"); } .productAlert_product-alertCount { margin-top: 2px; margin-left: 15px; float: left; } @-moz-document url-prefix() { .product-alertCount { margin-top: 3px; } } .productAlert_product-container { float: right; width: 119px; border-left: 1px solid #d0d0d0; cursor: pointer; padding-bottom: 10px; } .productAlert_product-alerts { margin-left: 15px; font-family: 'proximanovaSemiBold'; color: #333333; font-size: 16px; float: left; margin-top: 14px; margin-right: 0; line-height: 16px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .productAlert_product-parent, .productAlert_product-bar { max-width: 850px; } .productAlert_product-accordian { max-width: 770px; } } .pagination { width: 100%; clear: left; } .pagination .pagination2_grid { margin: 30px 0px; list-style-type: none; } .pagination .pagination2_grid li { display: inline-block; margin: 0px; vertical-align: middle; } .pagination .pagination2_grid li a { font: normal 18px/14px proximanovaSemiBold, Arial, sans-serif; color: #006990; width: 25px; height: 25px; letter-spacing: 0px; outline: none; } .pagination .pagination2_grid li a:hover { color: #006990; } .pagination .pagination2_grid li.page_lnks { background: #FFFFFF; color: green; text-align: center; vertical-align: middle; } .pagination .pagination2_grid li.page_lnks a { padding: 6px 0px 0px 0px; } .pagination .pagination2_grid li.page_lnks a:hover { color: #FFFFFF; } .pagination .pagination2_grid li.page_lnks.active a, .pagination .pagination2_grid li.page_lnks.active:hover a { background: #0095D3; color: #FFFFFF; } .pagination .pagination2_grid li.page_lnks:hover a { background: #FFFFFF; color: #006990; } .pagination .pagination2_grid li.disabled .page_prev_lnk, .pagination .pagination2_grid li.disabled .page_next_lnk { color: #E6E6E6; cursor: no-drop; } .pagination .pagination2_grid .page_prev_lnk, .pagination .pagination2_grid .page_next_lnk { background: url('/images/pagination/page_left.png') no-repeat 0% center; width: auto; padding: 6px 5px 7px 16px; font-size: 1rem; color: #006990; cursor: pointer; } .pagination .pagination2_grid .page_prev_lnk:hover, .pagination .pagination2_grid .page_next_lnk:hover { background-color: transparent; } .pagination .pagination2_grid .page_next_lnk { background: url('/images/pagination/page_rgt.png') no-repeat 100% center; padding: 6px 16px 7px 10px; } .pagination .pagination2_grid .page_next_lnk:hover { background-color: transparent; } .pagination_pagination { margin: 30px 0px 30px 0px; padding: 0px; font: normal 14px/12px proximanovaReg, Arial, sans-serif; color: #333333; } .pagination_pagination .pagination_previous_1, .pagination_pagination .pagination_next_1 { float: left; display: inline-block; padding: 0px; width: 26px; height: 26px; margin: 0px 15px 0px 0px; cursor: pointer; box-shadow: 0px 0px 5px 0px #CCCCCC; background: url('/images/pagination.png') no-repeat 0px 0px; } .pagination_pagination .pagination_previous_1.disabled, .pagination_pagination .pagination_next_1.disabled { cursor: no-drop; box-shadow: 0px 0px 5px 0px #EEEEEE; border-radius: 3px; background: url('/images/pagination.png') no-repeat -57px 0px; } .pagination_pagination .pagination_next_1 { margin: 0px 0px 0px 14px; box-shadow: 0px 0px 5px 0px #CCCCCC; background: url('/images/pagination.png') no-repeat -85px 0px; cursor: pointer; } .pagination_pagination .pagination_next_1.disabled { box-shadow: 0px 0px 5px 0px #EEEEEE; border-radius: 3px; cursor: no-drop; background: url('/images/pagination.png') no-repeat -28px 0px; } .pagination_pagination .pagination_pattern_two { font-family: proximanovaReg, Arial, sans-serif; font-size: 0.875rem; float: left; vertical-align: middle; display: inline-block; } .pagination_pagination .pagination_pattern_two .pagination_page_box { width: 31px; height: 26px; text-align: center; padding: 0px; margin: 0px 4px; border: 1px solid #CCCCCC; box-shadow: #333333 1px 4px 6px -6px inset; } .pagination_pagination .pagination_pattern_two_drop { display: inline; color: #666666; float: right; width: 115px; } .pagination_pagination .pagination_pattern_two_drop .dropDownListItems { display: block; width: 100%; } .pagination_pagination .pagination_pattern_two_drop .dropDownListItems li { display: block; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown.col-md-4 { width: 100%; padding: 0px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content { width: 115px; height: 25px; padding: 6px 10px 6px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 0.875rem; color: #666666; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content ul { margin-top: -6px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content .current-selection { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 0.875rem; color: #666666; } /* Pagination Styles */ .pagination_container { width: auto; padding: 0px 0px 10px 0px; color: #666666; font: 14px/24px sans-serif; } .pagination_container ul { display: table; box-shadow: 0px 3px 5px 0px #999999; } .pagination_container li { display: table-cell; } .paginationContent .result { font: normal 16px/10px proximanovaReg, Arial, sans-serif; padding: 28px 0px 0px 0px; } .paginationContent .result .contentHeading { color: #006990; } .paginationContent .result .contentHeading a { text-decoration: none; color: #006990; line-height: 20px; padding: 0px 0px 0px 0px; } .paginationContent .result .contentDesc { color: #333333; line-height: 18px; padding-top: 17px; font-size: 1rem; font-family: proximanovaReg, Arial, sans-serif; } .paginationContent .result .contentLink { color: #006990; padding-top: 10px; } .paginationContent .result .contentLink a { text-decoration: none; color: #006990; padding: 0px 0px 0px 0px; line-height: 14px; } .paginationContent .result .contentMeta { padding-bottom: 30px; border-bottom: 1px dotted #FFFFFF; color: #999999; margin-top: 8px; line-height: 16px; } .paginationContent .result .contentMeta .ratings_stars, .paginationContent .result .contentMeta .ratings_vote { background: url('/images/empty_star.png') no-repeat; float: left; height: 16px; padding: 1px; width: 18px; } .paginationContent .result .contentMeta .ratings_vote { background: url('/images/filled_star.png') no-repeat; } @media (min-width: 768px) { .paginationContent .result .contentHeading a { line-height: normal; } } @media (max-width: 992px) { .pagination_pagination .pagination_pattern_two_drop { clear: left; display: block; width: 100%; margin: 0px 10px 0px 0px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown { margin-left: 10px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content { width: 100%; margin: 10px 0px; } } .login input.has-error { border: 1px solid #E00000; } .login .modal-dialog .modal-body { min-height: 100px; padding: 20px 30px 15px; } .login .modal-header .modal-title { line-height: 20px; padding: 33px 15px 31px 29px; color: #333333; } .login .modal-header .closeIcon { margin: 10px; } .login .modal-header .closeIcon:focus, .login .modal-header .closeIcon:active { outline: none; } .login .vmf-text-input { margin-bottom: 20px; } .login .register { font-family: proximanovaSemiBold, Arial, sans-serif; color: #006990; float: left; margin-right: 0px; line-height: 15px; margin-left: 10px; padding: 0; } .login .forgotpwd { font-family: proximanovaSemiBold, Arial, sans-serif; color: #006990; margin-left: 0; line-height: 15px; padding: 0; } .login .custom-checkbox { float: left; font-size: 0.875rem; margin-top: 7px; } .login .custom-checkbox span { margin-right: 5px; } .login .modal-footer { padding: 20px 30px 25px 30px; } .login .vmfloginChange { margin-left: 0; padding: 15px 50px; outline: none; } .login .requiredLabel { margin-top: 5px; line-height: 16px; } .login .error-msg input { border: 1px solid #E00000; } .login .error-msg .requiredLabel { display: block; } .login .loginLinks { display: block; overflow: hidden; } .login .loginLinks li:first-child { float: left; padding-right: 10px; border-right: 1px solid #006990; } .loginInline .login { display: block; position: relative; opacity: 1; z-index: 1030; } .loginInline .login .closeIcon { display: none; } .loginInline .login .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: none; transition: none; } .loginInline .login .modal-dialog { margin: 0; } .loginInline .login .modal-content { box-shadow: none; margin: 0; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .login .register { margin-right: 15px; margin-left: 23px; } .login .forgotpwd { margin-left: 15px; line-height: 15px; } .login .loginLinks li:first-child { padding-right: 26px; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .login .modal-dialog { max-width: 330px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .pageContainer { max-width: 100%; margin: 8px 10px 0; } body.vmf-customTemplate { background-position: 0 -10px; } body.vmf-customTemplate .vmf-UtilityNavContainer { background: transparent; } body.vmf-customTemplate .vmf-UtilityNavContainer .utilityContainer .page-eyebrow { background: transparent; } .vmf-GridMainContainer { margin-bottom: 30px; color: #333333; } .vmf-GridMainContainer .vmf-heroContent { margin: 10px 0; background: #FFFFFF; padding: 30px 45px; min-height: 100px; } .vmf-GridMainContainer .vmf-quickLinks { margin: 10px 0; background: #FFFFFF; padding: 30px 45px; min-height: 100px; } .vmf-gridGlobalNavContainer { min-height: 100px; } .vmf-GridSectionContainer { color: #333333; } .vmf-GridSectionContainer .vmf-GridIntrdctn, .vmf-GridSectionContainer .vmf-GridProducts, .vmf-GridSectionContainer .vmf-GridOverview { min-height: 70px; margin: 15px 0; padding: 30px 45px; background: #FFFFFF; } .vmf-MainContainer { min-height: 350px; background-color: #FFFFFF; margin-top: 10px 0; color: #333333; background: #FFFFFF; padding: 30px 45px; } .vmf-UtilityNavContainer { height: 40px; background: #0A536F; color: #FFFFFF; } .vmf-GlobalNavContainer { min-height: 70px; } .vmf-FooterContainer { min-height: 150px; background: #323235; } .vmf-GridFooterContainer { min-height: 150px; background: #323235; margin-top: 25px; } .vmf-utilityLogo { width: 172px; height: 27px; background: url(/images/logo-b.png) no-repeat; vertical-align: middle; } .noPadding { padding: 0; } .nav-color { background: #0B739F; } @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .pageContainer { margin: 8px 50px 0; } .vmf-bigfooter { padding: 0px 50px; } .vmf-GridMainContainer .vmf-heroContent { margin: 0 10px 0 0; min-height: 400px; } .vmf-GridMainContainer .vmf-quickLinks { min-height: 400px; margin: 0 0 0 20px; } .vmf-GridSectionContainer .vmf-GridIntrdctn, .vmf-GridSectionContainer .vmf-GridProducts, .vmf-GridSectionContainer .vmf-GridOverview { height: 470px; } .vmf-GridSectionContainer .vmf-GridIntrdctn { margin: 0px 20px 0px 0px; } .vmf-GridSectionContainer .vmf-GridProducts { margin: 0px 10px; } .vmf-GridSectionContainer .vmf-GridOverview { margin: 0px 0px 0px 20px; } } @media (min-width: 1600px) { .pageContainer, .vmf-footerWrap { max-width: 1510px; margin: 0px auto; } .utilityContainer .max-width { max-width: 1520px; margin: 0px auto; } } .registrationForm .passwordFormField { position: relative; } .registrationForm .passwordFormField .strengthContainer { top: 7px; margin-top: 0px; } .registrationForm .completeSubHead { display: block; padding: 20px 20px 10px 50px; font-size: 2.5rem; line-height: 2.8125rem; color: #6FB442; font-family: proximanovaLight, Arial, sans-serif; clear: both; background: url("/images/completeStatus.png") no-repeat scroll left center transparent; margin: 3px 0 0px; } .registrationForm .form-group .vmf-primary { text-align: center; } .registrationForm .checkEmail ul { margin: 20px; } .registrationForm .checkEmail ul li { list-style: disc; } .registrationForm .registrationHead { font-family: proximanovaLight; font-size: 40px; color: #40AFDE; border: 0 none; padding: 0; margin-top: 23px; margin-bottom: 10px; } .registrationForm .subheadDivider { border-top: 1px solid #CCCCCC; padding-top: 20px; clear: both; display: block; } .registrationForm .subhead, .registrationForm p { color: #666666; font-family: proximanovaLight; } .registrationForm .formTemplate-buttonDeviders .custom-checkbox { padding-top: 0; font-family: proximanovaReg; } .registrationForm .vmf-confirmation { padding: 23px 0 32px; } .registrationForm .vmf-confirmation h2 { font-family: proximanovaSemiBold, Arial, sans-serif; } .registrationForm .vmf-confirmation .vmf-checkbox-group .custom-checkbox { margin-bottom: 45px; } .form-group .formSection { margin-bottom: 10px; } .registrationFormBox .modal-dialog { width: auto; margin: 10px; } .registrationFormBox .modal-dialog .modal-header .modal-title { padding: 23px 20px 16px 30px; line-height: 20px; font-size: 28px; } .registrationFormBox .modal-dialog .modal-header .closeIcon { margin: 20px; } .registrationFormBox .modal-dialog .modal-body { padding: 28px 30px 2px; height: 400px; overflow: auto; } .registrationFormBox .modal-dialog .modal-footer { padding: 20px 70px 30px 30px; } .registrationFormBox .modal-dialog .modal-footer .printBtn { margin-left: 0; } .registrationFormBox .modal-dialog p { margin-bottom: 20px; line-height: 16px; color: #000; } .formRegistrationTemplate { margin-bottom: 20px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .registrationFormBox .modal-dialog { max-width: 1120px; margin: 10px auto; } .formResetSection { max-width: 500px; } .formResetSection .col-md-4 { width: 75%; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .registrationForm .formRegistrationSection { margin-left: 225px; } .registrationForm .passwordFormField .strengthContainer { top: 0; margin-top: -3px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .vmf-formTemplate .selectWidth .vmf-dropdown, .vmf-formTemplate .selectWidth > div { width: 150px; } .vmf-formTemplate #vmf-formTextarea { height: 70px; margin-bottom: 15px; } .vmf-formTemplate .calendercontainer { margin-left: 15px; } .paddingRightNone { padding-right: 0; } .vmf-formTextarea-lg { height: 200px; margin-top: 10px; color: #666666; } .vmf-primary.browse-btn { margin: 0 0 0 15px; cursor: pointer; } .fileUploadCustom { height: 0; width: 100%; float: left; position: absolute; left: -9999px; } .vmf-confirmation { padding: 0px; } .vmf-confirmation .col-md-12 { padding-left: 0px; } .formCheckBoxGroup { margin-bottom: 30px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .vmf-formTemplate .selectWidth .vmf-dropdown { width: 180px; } .vmf-formTemplate .selectWidth > div { width: auto; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } /* moved to shared scss files some issues with this folder*/ /*! * UI Progres Bar Customization starts * Component: Step-By-Step-Progress Bar */ .step_by_step_progress_bar { width: 100%; float: left; } .step_by_step_progress_bar.num_steps_4 ol li { width: 100%; float: left; } .step_by_step_progress_bar .vmf-progress-bar { width: 100%; border-top: 3px solid #C0C0C0; border-bottom: 3px solid #C0C0C0; float: left; padding: 17px 0px 17px 0px; } .step_by_step_progress_bar .vmf-progress-bar ol { margin: 0px; list-style-type: none; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-title { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #999999; padding-top: 5px; float: left; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.number { margin-right: 6px; width: 30px; height: 30px; float: left; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -904px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -955px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-4 { background: url("/images/bg_alert_spite.png") no-repeat 0 -1112px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-title { font-family: proximanovaSemiBold, Arial, sans-serif; color: #C0C0C0; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-1 { background: url("/images/bg_alert_spite.png") no-repeat 0 -825px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -877px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -929px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-4 { background: url("/images/bg_alert_spite.png") no-repeat 0 -1086px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-title { color: #333333; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-1 { background: url("/images/bg_alert_spite.png") no-repeat 0 -625px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -650px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -677px; } .vmfWpbTask .vmf-checkbox-group .formSection { padding-top: 10px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .step_by_step_progress_bar.num_steps_4 ol li { width: 25%; float: left; } .vmf-progress-section span.vmf-progress-title { width: 70%; } }
build/css/main_part_2.css
@font-face { font-family: 'proximanovaReg'; src: url('../fonts/proximanova-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaLight'; src: url('../fonts/proximanova-light.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaSemiBold'; src: url('../fonts/proximanova-semibold.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaReg'; src: url('../fonts/proximanova-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaLight'; src: url('../fonts/proximanova-light.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#svgFontName') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'proximanovaSemiBold'; src: url('../fonts/proximanova-semibold.eot'); /* IE9 Compat Modes */ src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#svgFontName') format('svg'); /* Legacy iOS */ } html { font-size: 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } h1, .h1 { font-family: proximanovaLight, Arial, sans-serif; line-height: 3rem; font-size: 2.5rem; padding: 1.875rem 0 1.375rem; } h1 .padding-medium, .h1 .padding-medium { padding-bottom: 2.188rem; } h1 .padding-large, .h1 .padding-large { padding-bottom: 3.125rem; } h2, .h2 { font-family: proximanovaReg, Arial, sans-serif; font-size: 2.5rem; } h2 .padding-medium, .h2 .padding-medium { padding-bottom: 2.188rem; } h2 .padding-large, .h2 .padding-large { padding-bottom: 3.125rem; } h3, .h3 { font-size: 1.375rem; } h4, .h4 { font-size: 1.125rem; } h5, .h5 { font-size: 1rem; } h6, .h6 { font-size: 24px; } p { margin: 0 0 10px; } mark, .mark { background-color: #fcf8e3; padding: 0.2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #ccc; } .bg-primary { color: #fff; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #ddd; } ul, ol { margin-top: 0; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.375rem; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 20; clear: left; text-align: right; } .dl-horizontal dd { margin-left: 40; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #333; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 16px; border-left: 5px solid #ccc; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.375rem; color: #999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #ccc; border-left: 0; text-align: right; } .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.375rem; } .contractText { display: inline-block; float: left; margin-right: 30px; margin-top: 3px; } .vmf-calendar-drop { position: relative; dispaly: inline-block; float: left; } .vmf-calContainer { position: relative; width: 240px; } .vmf-calContainer .calIcon { display: inline-block; height: 19px; width: 18px; position: absolute; right: 6px; top: 5px; cursor: pointer; z-index: 50; background: url("/images/calendar-sprite.png") no-repeat transparent; } .vmf-calContainer .calIcon:hover { background-position: 0 -21px; } .calendercontainer { box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.5); border: 1px solid #D0D0D0; display: inline-block; z-index: 100; visibility: hidden; left: 0px; padding-bottom: 0px; position: absolute; background-color: #fff; } .calendercontainer .vmf-dateContainer { float: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; margin-top: 15px; } .calendercontainer .vmf-dateContainer .calSubHeader { position: relative; margin: 0 11px 13px 14px; } .calendercontainer .vmf-dateContainer .calSubHeader .dateSubHead { color: #333; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown { position: absolute; width: 60px; top: 4px; right: 0; display: inline-block; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .col-md-4 { width: 100%; padding: 0; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content { border: none; background: transparent; -webkit-filter: none; filter: none; padding: 0; line-height: 16px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspTrack { width: 10px; border-width: 0px; padding: 5px 0px; background: none; background-image: none; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspArrow { display: none; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspDrag { background: #E6E6E6; border-width: 0px; width: 10px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content:after { right: 4px; border-width: 6px 6px 0 6px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .current-selection { font-size: 16px; color: #333; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content._active:after { content: ""; width: 0; height: 0; position: absolute; right: 4px; top: 50%; margin-top: -3px; border-width: 0px 6px 6px 6px; border-style: solid; border-color: #000 transparent; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems { height: 200px; width: 72px; text-align: center; padding: 0; box-shadow: none; top: 20px; border: 1px solid #ccc; left: -2px; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .dd-opt-selected { background: #fff; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .jspContainer { text-align: left; } .calendercontainer .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems li { padding: 6px 0 6px 10px; } .calendercontainer .vmf-dateContainer .first-calendar { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; } .calendercontainer .vmf-dateContainer .table-condensed { display: inline-block; margin: 0 10px; } .calendercontainer .vmf-dateContainer .table-condensed th { padding: 0 5px 8px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-weight: normal; text-align: center; line-height: 16px; outline: none; } .calendercontainer .vmf-dateContainer .table-condensed th.next { padding-right: 0px; padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed th.prev { padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed th.next, .calendercontainer .vmf-dateContainer .table-condensed th.prev, .calendercontainer .vmf-dateContainer .table-condensed th.month { padding-bottom: 13px; } .calendercontainer .vmf-dateContainer .table-condensed td { color: #006699; line-height: 16px; padding: 0 0 0 6px; text-align: center; margin-bottom: 0px; border-bottom: 2px solid #fff; outline: none; } .calendercontainer .vmf-dateContainer .table-condensed td.vmf-disabled-date { background: none !important; } .calendercontainer .vmf-dateContainer .table-condensed td.vmf-disabled-date a { color: #ccc; cursor: no-drop; background: none !important; } .calendercontainer .vmf-dateContainer .table-condensed td:first-child { padding-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed td a { display: inline-block; height: 25px; width: 30px; cursor: pointer; padding: 4px 5px 6px 5px; line-height: 20px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed td a:empty { cursor: default; padding: 0; width: 0px; height: 0px; } .calendercontainer .vmf-dateContainer .table-condensed .prev a { padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; text-align: left; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .prev a:hover { border: 1px solid #CCC; padding: 4px 5px 1px 5px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .prev a .arrow-left { height: 16px; width: 10px; background: url("../images/calendar-sprite.png") 0 -58px no-repeat transparent; display: inline-block; padding: 0; cursor: pointer; margin-left: 0px; } .calendercontainer .vmf-dateContainer .table-condensed .prev a .arrow-left.hiddenarrow { background-position: 0 -92px; } .calendercontainer .vmf-dateContainer .table-condensed .next a { text-decoration: none; padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; margin-left: 10px; text-align: left; } .calendercontainer .vmf-dateContainer .table-condensed .next a:hover { border: 1px solid #CCC; padding: 4px 5px 1px 5px; text-decoration: none; } .calendercontainer .vmf-dateContainer .table-condensed .next a .arrow-right { height: 16px; width: 10px; display: inline-block; background: url("../images/calendar-sprite.png") -1px -41px no-repeat transparent; padding: 0; cursor: pointer; } .calendercontainer .vmf-dateContainer .table-condensed .next a .arrow-right.hiddenarrow { background-position: 0 -75px; } .calendercontainer .vmf-dateContainer .table-condensed .month { text-align: center; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #333; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal a { background: url("../images/calendar-arrows.png") 0px -75px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectSecondcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activefirstcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal a { color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal { background-color: #ffffff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal a { background: url("../images/calendar-arrows.png") 0px 1px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal.activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectsecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.first-calendar .hoverselectsecondcal a { background: url("../images/calendar-arrows.png") 0 -49px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activesecondcal { background: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectsecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectsecondcal a { background: url("../images/calendar-arrows.png") 0 -49px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal { background-color: #CBF1FD; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal a { background: url("../images/calendar-arrows.png") 0px -75px no-repeat #CBF1FD; color: #FFF; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .activeselectSecondcal.hoverselectfirstcal { background-color: #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal { background-color: #ffffff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal a { background: url("../images/calendar-arrows.png") 0px 1px no-repeat #fff; } .calendercontainer .vmf-dateContainer .table-condensed.second-calendar .hoverselectfirstcal.activeselectfirstcal a { background: url("../images/calendar-arrows.png") 0px -24px no-repeat #CBF1FD; } /* Tablet*/ @media (min-width: 768px) { .vmf-calContainer .contractText { display: inline; margin-right: 30px; } .calendercontainer { left: 0; top: 30px; padding-bottom: 0px; min-width: 540px; } .calendercontainer .tableBorder { border-right: 1px solid #e6e6e6; } .calendercontainer .tableBorder .first-calendar { border-bottom: 0; } .calendercontainer .vmf-dateContainer { float: left; min-height: 267px; margin-bottom: 10px; } .calendercontainer .table-condensed { margin-right: 0; } .calendercontainer .table-condensed.first-calendar { padding-bottom: 0; } } /* for single calendar */ .calendercontainersingle { box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.5); border: 1px solid #D0D0D0; display: inline-block; z-index: 100; visibility: hidden; left: 0; padding-bottom: 0px; position: absolute; background-color: #fff; } .calendercontainersingle .vmf-dateContainer { float: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; min-height: 277px; margin-top: 14px; } .calendercontainersingle .vmf-dateContainer .calSubHeader { position: relative; margin: 0 11px 13px 14px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .dateSubHead { color: #333; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown { position: absolute; width: 60px; top: 4px; right: 0; display: inline-block; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .col-md-4 { width: 100%; padding: 0; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content { border: none; background: transparent; -webkit-filter: none; filter: none; padding: 0; line-height: 16px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspTrack { width: 10px; border-width: 0px; padding: 5px 0px; background: none; background-image: none; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspArrow { display: none; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .jspVerticalBar .jspDrag { background: #E6E6E6; border-width: 0px; width: 10px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content:after { right: 4px; border-width: 6px 6px 0 6px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .current-selection { font-size: 16px; color: #333; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content._active:after { content: ""; width: 0; height: 0; position: absolute; right: 4px; top: 50%; margin-top: -3px; border-width: 0px 6px 6px 6px; border-style: solid; border-color: #000 transparent; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems { height: 200px; width: 72px; text-align: center; padding: 0; box-shadow: none; top: 20px; border: 1px solid #ccc; left: -2px; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .dd-opt-selected { background: #fff; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems .jspContainer { text-align: left; } .calendercontainersingle .vmf-dateContainer .calSubHeader .yearDropDown .vmf-dropdown .vmf-dropdown-content .dropDownListItems li { padding: 6px 0 6px 10px; } .calendercontainersingle .vmf-dateContainer .first-calendar { padding-bottom: 15px; } .calendercontainersingle .vmf-dateContainer .table-condensed { display: inline-block; margin: 0 10px; } .calendercontainersingle .vmf-dateContainer .table-condensed th { padding: 0 10px 5px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-weight: normal; text-align: center; outline: none; } .calendercontainersingle .vmf-dateContainer .table-condensed th:first-child { padding-left: 5px; } .calendercontainersingle .vmf-dateContainer .table-condensed th:last-child, .calendercontainersingle .vmf-dateContainer .table-condensed th.next { padding-right: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed th.prev, .calendercontainersingle .vmf-dateContainer .table-condensed th.next { padding-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed td { color: #006699; line-height: 16px; padding: 0 0 0 6px; text-align: center; margin-bottom: 0px; border-bottom: 2px solid #fff; outline: none; } .calendercontainersingle .vmf-dateContainer .table-condensed td:first-child { padding-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed td a { display: inline-block; height: 25px; width: 30px; cursor: pointer; padding: 4px 5px 6px 5px; line-height: 20px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed td a:empty { cursor: default; padding: 0; width: 0px; height: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a { padding: 5px 5px 2px 5px; text-align: left; line-height: 16px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a:hover { border: 1px solid #CCC; padding: 4px 4px 1px 4px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a .arrow-left { height: 16px; width: 10px; background: url("../images/calendar-sprite.png") 0 -58px no-repeat transparent; display: inline-block; padding: 0; cursor: pointer; margin-left: 0px; } .calendercontainersingle .vmf-dateContainer .table-condensed .prev a .arrow-left.hiddenarrow { background-position: 0 -92px; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a { text-decoration: none; padding: 5px 5px 2px 5px; margin-left: 15px; line-height: 16px; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a:hover { border: 1px solid #CCC; padding: 4px 4px 1px 4px; text-decoration: none; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a .arrow-right { height: 16px; width: 10px; display: inline-block; background: url("../images/calendar-sprite.png") -1px -41px no-repeat transparent; padding: 0; margin-left: 0px; cursor: pointer; } .calendercontainersingle .vmf-dateContainer .table-condensed .next a .arrow-right.hiddenarrow { background-position: 0 -75px; } .calendercontainersingle .vmf-dateContainer .table-condensed .month { text-align: center; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #333; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activefirstcal { background: #CBF1FD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal { background: #CBF1FD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverfirstcal a { color: #FFF; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal a { background: #006699; color: #FFF; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .activeselectfirstcal.hoverselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal { background-color: #fff; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal a { border: 1px solid #0033DD; } .calendercontainersingle .vmf-dateContainer .table-condensed.first-calendar .hoverselectfirstcal.activeselectfirstcal a { background: #CBF1FD; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .vmf-calContainer { line-height: 30px; } } .vmf-backlink { font-family: proximanovaSemiBold, Arial, sans-serif; margin-bottom: 30px; line-height: 16px; } .vmf-backlink a { color: #006990; font-size: 16px; line-height: 16px; padding: 0; cursor: pointer; } .vmf-backlink a span { float: left; width: 15px; height: 14px; margin-right: 10px; background: url("../images/back-link-icons.png") no-repeat -16px -1px; position: relative; top: 1px; } .vmf-backlink a:hover span { background-position: -1px -1px; } .vmf-backlink a:hover a { color: #0095D3; } .bigFooterBg { background: #232335; } .vmf-bigfooter { padding: 0px 10px; position: relative; } .vmf-bigfooter .main-title { margin-left: 45px; margin-top: 35px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 22px; color: #FFFFFF; } .vmf-bigfooter .nav-section { width: 100%; overflow: hidden; padding-bottom: 66px; } .vmf-bigfooter .nav-section ul { margin-top: 30px; border-left: 1px solid #3F4043; float: left; position: relative; z-index: 1000; } .vmf-bigfooter .nav-section ul.first { border: none; /*padding-left:45px;*/ } .vmf-bigfooter .nav-section ul:nth-child(odd) { border-left: none; } .vmf-bigfooter .nav-section ul li { padding: 0 10px 4px; } .vmf-bigfooter .nav-section ul li.title { margin-bottom: 7px; font-family: proximanovaSemiBold, Arial, sans-serif; color: #FFFFFF; line-height: 16px; } .vmf-bigfooter .nav-section ul li a { font-family: proximanovaReg, Arial, sans-serif; color: #999999; padding-left: 0; padding-right: 0; padding-bottom: 0; } .vmf-bigfooter .nav-section ul li a.first { padding-top: 0; } .vmf-bigfooter .nav-section ul li a:hover { color: #0F79AA; } .vmf-bigfooter .nav-section.gray { background-color: #E6E6E6; } .vmf-bigfooter .nav-section.gray ul { border-left: 1px solid #D3D3d3; } .vmf-bigfooter .nav-section.gray ul li.title { color: #666666; } .vmf-bigfooter .nav-section.gray ul li a { color: #006990; } .vmf-bigfooter .nav-section.gray ul li a:hover { color: #1D9ADC; } .vmf-bigfooter .common-section { margin-top: 0px; position: relative; z-index: 1000; } .vmf-bigfooter .common-section .copy-right { margin-bottom: 2px; color: #999999; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; } .vmf-bigfooter .common-section .horizontal-menu { padding-bottom: 50px; } .vmf-bigfooter .common-section .horizontal-menu li { display: inline-block; margin-right: 14px; } .vmf-bigfooter .common-section .horizontal-menu li a { color: #999999; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 14px; padding-left: 0px; padding-right: 0; } .vmf-bigfooter .common-section .horizontal-menu li a:hover { color: #117EAE; } .vmf-bigfooter .footer-bg { width: 398px; height: 234px; background: transparent url("../images/footer-bg.png") no-repeat right bottom; position: absolute; bottom: 0; right: 0; background-size: 30% auto; } .secondFooter { background: #323235; } .secondFooter .vmf-bigfooter .footer-bg { background: none; } .secondFooter .vmf-bigfooter .horizontal-menu { padding-bottom: 25px; } .width-half { width: 50%; } .secondFooter .common-section { padding-top: 25px; padding-left: 0; } .vmf-footerWrap { max-width: 100%; margin: 0 auto; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .vmf-bigfooter .footer-bg { background-size: 50% auto; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .vmf-bigfooter .footer-bg { background-size: auto auto; } .wide-1 { width: 100%; } .wide-2 { width: 50%; } .wide-3 { width: 33.333%; } .wide-4 { width: 25%; } .wide-5 { width: 20%; } .wide-6 { width: 16.66%; } .vmf-bigfooter .nav-section { padding-left: 25px; } .vmf-bigfooter .nav-section ul:nth-child(odd) { border-left: 1px solid #3F4043; } .vmf-bigfooter .nav-section ul.first { border: none; } .common-section { padding-left: 25px; padding-right: 310px; } .secondFooter .vmf-bigfooter .nav-section { padding-left: 35px; } .secondFooter .vmf-bigfooter .nav-section ul:nth-child(2n+1) { border-left: 1px solid #D3D3d3; } .secondFooter .vmf-bigfooter .nav-section ul.first { border: none; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .vmware-carosuel-wrapper-container { display: inline-block; overflow: hidden; width: 100%; } .vmware-carosuel-title { margin: 23px 0 20px 45px; margin: 22px 0 21px 45px\9; color: #333333; font: 22px proximanovaSemiBold, Arial, sans-serif; } .vmware-carosuel-wrapper-container .vmware-carosuel-inner-wrapper-container { display: inline-block; border: solid 1px #cccccc; background: url("../images/carousel/carousel_gradient_vmware.png") repeat-x; padding-bottom: 38px; padding-bottom: 36px\9; } .vmware-carosuel-wrapper-container .carosuel-container { display: inline-block; overflow: hidden; } .vmware-carosuel-wrapper-container .carosuel-container > div { float: left; } .vmware-carosuel-wrapper-container .carosuel-outer-container { display: inline-block; overflow: hidden; margin-left: 15px; margin-right: 10px; } .vmware-carosuel-wrapper-container .carosuel-inner-container { display: inline-block; } .vmware-carosuel-wrapper-container .carosuel-button { width: 30px; } .vmware-carosuel-wrapper-container .carosuel-button button { width: 100%; cursor: pointer; } .vmware-carosuel-wrapper-container .carosuel-img { position: relative; float: left; margin-right: 5px; cursor: pointer; } .vmware-carosuel-wrapper-container .carosuel-img img { float: left; width: 100%; height: 100%; } .vmware-carosuel-wrapper-container .carosuel-img img:hover { opacity: 0.2; filter: alpha(opacity=20); } .vmware-carosuel-wrapper-container .carosuel-img-caption { width: 100%; height: 40px; position: absolute; bottom: 0px; left: 0; background-color: black; opacity: 0.6; filter: alpha(opacity=60); } .vmware-carosuel-wrapper-container .carosuel-img-caption p { padding-left: 20px; color: #ffffff; margin-top: 8px; font: 16px proximanovaSemiBold, Arial, sans-serif; } .vmware-carosuel-leftNavigation { display: block; width: 30px; height: 45px; background: url("../images/carousel/left_arrow_grey.png"); border: 0; outline: none; margin-top: 70px; } .vmware-carosuel-rightNavigation { display: block; width: 30px; height: 45px; background: url("../images/carousel/left_arrow_grey.png"); border: 0; outline: none; margin-top: 70px; background: url("../images/carousel/right_arrow_grey.png"); } .vmware-carosuel-leftNavigation:hover { background: url("../images/carousel/left_arrow_black.png"); } .vmware-carosuel-rightNavigation:hover { background: url("../images/carousel/right_arrow_black.png"); } .vmware-carosuel-rightNavigation[disabled] { background: url("../images/carousel/right_arrow_disabled.png"); cursor: default !important; } .vmware-carosuel-leftNavigation.buttonvisibility { visibility: hidden; } @-moz-document url-prefix() { .vmware-carosuel-title { margin: 20px 0 19px 45px; } .carosuel-img-caption p { margin-top: 6px !important; } } .coachmarks-coach-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999998; } .coachmarks-coach-overlay .shadowlayer { background: url(../images/coachMarks/overLayTransparent.png) repeat; z-index: 9999998; position: absolute; } .coachmarks-viewCoachMarks { display: none; font-size: 14px; position: absolute; right: 45px; top: 26px \9 !important; top: 27px; font-family: proximanovaReg, Arial, sans-serif; width: 110px; background-image: url('../images/help_Icon.png'); background-repeat: no-repeat; text-align: right; } .coachmarks-lineDiv { width: 0px; height: 0px; position: absolute; border: 1px solid #c2cd23; } .coachmarks-closeBtn { cursor: pointer; right: 0px; top: 0px; position: fixed; width: 30px; height: 30px; background: #0091d3 url(../images/coachMarks/coach_close.png) center center no-repeat; z-index: 99999998; } .coachmarks-disabled-layer { cursor: not-allowed; border: 2px solid #c2cd23; position: absolute; background: url(../images/coachMarks/blank.gif) repeat; } .coachmarks-title { color: #c2cd23; font-size: 18px; margin-left: 24px; margin-top: 15px; margin-top: 14px \9; font-family: proximanovaReg, Arial, sans-serif; } .coachmarks-description { color: #FFFFFF; font-size: 18px; margin-left: 24px; margin-top: 2px; margin-top: 1px \9; font-family: proximanovaReg, Arial, sans-serif; } .coachmarks-hintHolder { width: 320px; position: absolute; padding-bottom: 22px; background: url(../images/coachMarks/overLayTransparent.png) repeat; } .coachmarks-paging { width: 100%; position: fixed; z-index: 99999999; bottom: 44px; bottom: 43px \9; text-align: center; } span.coachmarks_pagination { width: 12px; height: 12px; background-image: url("../images/coachMarks/coach_pagination.png"); display: inline-block; cursor: pointer; margin-right: 10px; margin-bottom: 13px; } span.coachmarks_pagination.active { width: 12px; height: 12px; background-image: url("../images/coachMarks/coach_pagination_active.png"); display: inline-block; } .coachmarks-leftNavigation { width: 42px; height: 42px; background: url("../images/coachMarks/left_arrow_grey.png"); border: 0; outline: none; margin-right: 35px; cursor: pointer; } .coachmarks-rightNavigation { width: 42px; height: 42px; border: 0; outline: none; margin-left: 25px; background: url("../images/coachMarks/right_arrow_grey.png"); cursor: pointer; } .coachmarks-rightNavigation[disabled] { background: url("../images/coachMarks/right_arrow_disabled.png"); cursor: default !important; } .coachmarks-leftNavigation[disabled] { background: url("../images/coachMarks/left_arrow_disabled.png"); cursor: default !important; } .coachmarks-paging { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 5-7 */ filter: alpha(opacity=20); /* Netscape */ -moz-opacity: 0.2; /* Safari 1.x */ -khtml-opacity: 0.2; /* Good browsers */ opacity: 0.2; } .coachmarks-paging:hover { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */ filter: alpha(opacity=100); /* Netscape */ -moz-opacity: 1; /* Safari 1.x */ -khtml-opacity: 1; /* Good browsers */ opacity: 1; } @-moz-document url-prefix() { .coachmarks-title { margin-top: 15px; } .coachmarks-viewCoachMarks { top: 25px; right: 44px; } .coachmarks-description { margin-top: 1px; } span.coachmarks_pagination { margin-bottom: -7px; } .coachmarks-hintHolder { padding-bottom: 23px; } .coachmarks-paging { bottom: 50px; } } .coachmarksWrapper { position: absolute; } .tourthispageLink { cursor: pointer; float: right; } @media screen and (min-width: 768px) { .coachmarks-closeBtn { width: 65px; height: 65px; } .coachmarks-hintHolder { width: 400px; } } .vmware-coachMark-logo { background: url("/images/logo-b.png") no-repeat center !important; height: 39px !important; width: 184px !important; } .vmf-contentRating { display: inline-block; margin-bottom: 9px; width: 100%; } .vmf-contentRating .RateHeader { color: #666666; width: 100%; float: left; margin-bottom: 0.25rem; } .ratingContainer { background-color: #f5f5f5; padding: 0.3125rem 0.625rem 12px; float: left; } .ratingContainer fieldset { display: inline-block; float: left; } .ratingContainer .radingPlus { float: left; width: 18px; text-align: center; } .ratingContainer .radingMinus { float: left; width: 18px; text-align: left; } .ratingContainer .ratingContent { float: left; } .ratingContainer .ratingContent div { display: block; font-size: 0.9375rem; color: #666666; float: left; margin-right: 0.25rem; width: 18px; } .ratingContainer .ratingContent div span { width: 18px; padding-left: 3px; } .ratingContainer .ratingContent .ratingRadio { display: block; height: 15px; position: relative; top: 2px; width: 15px; cursor: pointer; margin-bottom: 0; margin-top: 1px; } .ratingContainer .ratingContent .ratingRadio input[type="radio"] { height: 15px; left: 0; margin: 0; outline: medium none; position: absolute; width: 15px; cursor: pointer; } .ratingContainer .ratingContent .selected { background-position: -76px 0; } .rating_Container .improvement_comment { border: 2px solid #E6E6E6; box-shadow: 1px 4px 9px -8px inset; box-sizing: border-box; width: 65%; height: 30px; padding: 0 0.5rem; cursor: pointer; } .rating_Container .improvement_comment:focus { border: 2px solid #0095D3; } .improvementSubmit { font-family: proximanovaSemiBold, Arial, sans-serif; cursor: pointer; text-align: center; font-size: 0.9375rem; margin-left: 28px; margin-right: 0px; padding-left: 6px; padding-right: 6px; } .midAlign { position: relative; font-size: 0.9375rem; line-height: 15px; } .contentRatingWidget { border-top: 2px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 1rem 0.625rem 0.4375rem; float: left; width: 100%; } .improve_label { color: #666666; display: block; } .rating_Container { float: left; width: 100%; } /* Tablet*/ @media (min-width: 768px) { .rating_Container { width: 55%; display: inline-block; } .rating_Container .vmf-contentRating { margin-bottom: 9px; } .rating_Container .vmf-contentRating .RateHeader { width: 25%; margin-bottom: 0; display: inline-block; margin-top: 1.125rem; } .rating_Container:first-child { margin-right: 0%; width: 45%; } .rating_Container .improve_label { display: inline-block; width: 39%; text-align: right; margin: 1.375rem 0 0; } .rating_Container .midAlign { position: relative; font-size: 0.9375rem; float: left; } .rating_Container .improvement_comment { margin-left: 2%; width: 35%; margin-top: 0.875rem; } .rating_Container .improvementSubmit { margin-left: 1.875rem; margin-right: 0; margin-top: 0.875rem; } } @media (min-width: 992px) { .rating_Container { width: 56%; } .rating_Container .vmf-contentRating .RateHeader { width: 34%; text-align: right; padding-right: 4%; } .rating_Container:first-child { width: 44%; } .improve_label { width: 35%; } .improvement_comment { width: 40%; } .improvementSubmit { margin-top: 0.8125rem; margin-left: 1.875rem; } } @media (min-width: 1300px) { .rating_Container { width: 60%; } .rating_Container:first-child { width: 40%; } .rating_Container .improvement_comment { width: 52%; } .rating_Container .vmf-contentRating .RateHeader { width: 39%; } .rating_Container .improve_label { width: 25%; } } @media (min-width: 1600px) { } /*Mobile stylings here*/ .mainlistItem > li a { padding-left: 30px; font-size: 1.125rem; font-weight: 200; color: #666666; background: #FFFFFF; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(6%, #F7F7F7), color-stop(93%, #F1F1F1), color-stop(99%, #ECECEC)); background: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 6%, #F1F1F1 93%, #ECECEC 99%); background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 6%, #F1F1F1 93%, #ECECEC 99%); width: 100%; } .mainlistItem > li .globalItem { padding-top: 10px; padding-bottom: 10px; outline: none; } .mainlistItem > li .viewMore { clear: both; color: #006990; display: inline-block; float: left; font-size: 1rem; width: auto; font-family: proximanovaReg, Arial, sans-serif; line-height: 16px; margin-top: 25px; padding: 0; background: none; margin-bottom: 20px; } .mainlistItem > li .viewMore:hover { background-color: transparent; color: #0095D3; } .mainlistItem .sub-listMenu a { padding-left: 40px; } .menu-link-primary { display: block; height: 36px; width: 36px; text-indent: -9999px; float: right; margin: 15px 10px; background: transparent url(/images/button-menu.png) no-repeat center top; outline: none !important; } .menu-link-primary:hover, .menu-link-primary:active, .menu-link-primary.is-active { color: #0095D3; text-decoration: none !important; background-image: url(/images/button-menu-active.png); } .globalItem { position: relative; } .globalItem:before { content: ''; position: absolute; top: 16px; left: 16px; display: block; width: 8px; height: 13px; background: transparent url(/images/arrow-menu.png) no-repeat; } .mainMenu { display: none; z-index: 99999; } .mainMenu a { color: #006990; } .mainMenu h3 { margin: 20px 0 5px 0; } .mainMenu h3 .subHeading { font-size: 1.25rem; color: #006990; font-family: proximanovaLight, Arial, sans-serif; margin: 30px 0 20px 30px; background: url("/images/arrow-heading-link.png") no-repeat right center transparent; padding: 0 22px 0 0; display: inline; border-top: 0; } .mainMenu h3 .subHeading:hover { color: #0095D3; background-color: transparent; } .is_active .globalItem { background: #0095D3; color: #FFFFFF; } .is_active .globalItem:before { background: url("/images/arrow-menu-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 8px; left: 16px; top: 18px; width: 13px; } .is_active .mainMenu { display: block; } .navDiv { background: #222; float: left; width: 100%; } .navDiv a { outline: none; } .vware-logo { background: url("/images/logo-b.png") no-repeat 0 0; float: left; height: 27px; margin: 20px 0 20px 13px; text-indent: -9999px; width: 172px; } .mainMenulist { background: #FFFFFF; float: left; width: 100%; } .menuContent .col { float: left; width: 100%; } .menuContent .col li { margin-bottom: 5px; } .menuContent .col h5 { text-indent: 30px; } .menuContent .col h4 { border-bottom: 1px solid #CCCCCC; color: #333333; font-size: 0.9375rem; line-height: 1.33em; padding-bottom: 7px; text-indent: 0; margin-bottom: 7px; text-indent: 30px; margin-top: 13px; padding-left: 0; } .menuContent .col a { color: #006990; font-size: 0.875rem; font-family: proximanovaReg, Arial, sans-serif; background: none; height: auto; width: auto; } .menuContent .col a:hover { background-color: transparent; color: #0095D3; } /* Tablet Styles here*/ @media (min-width: 768px) { .mainlistItem > li { width: 50%; display: inline-block; float: left; } .mainlistItem > li .globalItem { border-left: 1px solid #CCCCCC; } .mainlistItem > li:nth-child(odd) { clear: both; float: right; } .menuContent .col { width: 94%; margin-right: 20px; } } /*Desktop styles here*/ @media (min-width: 992px) { .vware-logo { margin-top: 30px; margin-bottom: 40px; } .navDiv { background: #1F1F21; } .menu-link-primary { display: none; } .mainMenulist { display: block !important; background: transparent; float: right; width: auto; } .mainlistItem { float: right; padding-top: 35px; padding-right: 0; padding-left: 0; } .mainlistItem > li { width: auto; float: none; } .mainlistItem > li a { text-indent: 38px; border-top: 1px solid #d0d0d0; font-size: 1.125rem; font-weight: 200; color: #666666; background: #FFFFFF; } .mainlistItem > li:hover { background-color: #0095D3; } .mainlistItem > li:nth-child(2n+1) { float: none; } .mainlistItem > li .globalItem { padding-top: 10px; padding-bottom: 10px; } .mainlistItem > li .globalItem:before { background: none; } .mainlistItem .level-1 { float: none; } .mainlistItem .level-1 a { font-size: 1.25rem; color: #FFFFFF; height: auto; padding: 8px 18px; border: none; text-indent: 0; background: transparent; font-family: proximanovaLight, Arial, sans-serif; } .mainlistItem .level-1 .viewMore { clear: both; color: #006990; display: inline-block; float: left; font-size: 1rem; width: auto; font-family: proximanovaReg, Arial, sans-serif; line-height: 16px; margin-top: 25px; padding: 0; margin-bottom: 0; } .mainlistItem .level-1 .viewMore:hover { background-color: transparent; color: #0095D3; } .mainlistItem .level-1:hover .mainMenu { display: block; } #consulting .mainMenu { right: auto; } .mainMenu { display: none; box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.5); position: absolute; background: #F1F1F1; border-top: 5px solid #0095D3; padding-bottom: 17px; padding-right: 30px; padding-left: 30px; right: 0; top: auto; width: auto; min-height: 100px; max-width: 1000px; } .mainMenu h3 { margin-bottom: 4px; } .mainMenu h3 .subHeading { outline: none; color: #006990; margin-left: 0; padding: 0 22px 0 0; background: url("/images/arrow-heading-link.png") no-repeat right center transparent; } .mainMenu h3 .subHeading:hover { color: #0095D3; background-color: transparent; } .menuContent { float: left; } .menuContent .col { float: left; margin-right: 30px; width: 200px; max-width: 230px; } .menuContent .col li { margin-bottom: 15px; line-height: 14px; } .menuContent .col h4 { padding-bottom: 10px; text-indent: 0; margin-bottom: 7px; line-height: 15px; padding-left: 0; } .menuContent .col h5 { text-indent: 0; } .menuContent .col a { color: #006990; font-size: 0.875rem; line-height: 14px; padding: 0; font-family: proximanovaReg, Arial, sans-serif; } .menuContent .col a:hover { background-color: transparent; color: #0095D3; } .sub-listMenu a { margin-left: 10px; } } vmf-modaless-popup .modalLoad.modal-open { position: fixed; top: 0px; left: 0px; right: 0; bottom: 0; } vmf-modaless-popup .modalLoad.modal-open .modaless-body { overflow-y: auto; /*height:150px;*/ width: 100%; } .modaless-dialog { position: relative; z-index: 1050; width: auto; padding: none; margin: 10px; height: auto; top: 0; left: 0; right: 1.5%; bottom: 1%; /* Start Minimize View */ /* Start Upload View */ } .modaless-dialog .modaless_up_load, .modaless-dialog .modaless_up_body, .modaless-dialog .modaless_up-header, .modaless-dialog .up_icon-grp { display: none; } .modaless-dialog a { cursor: pointer; text-decoration: none; } .modaless-dialog .modaless-head { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 24px; } .modaless-dialog .modaless-head .modaless_icons.max_icon-grp { height: 65px; } .modaless-dialog .modaless-head .modaless_icons { display: inline-block; float: right; width: auto; padding: 0px; } .modaless-dialog .modaless-head .modaless_icons .max_Close, .modaless-dialog .modaless-head .modaless_icons .mdl_Min { width: 18px; height: 18px; margin: 20px 15px 27px 0px; background: url(/images/buttons_modal_less.png) no-repeat -5px -182px; display: inline-block; float: left; } .modaless-dialog .modaless-head .modaless_icons .max_Close { float: none; margin-right: 25px; background-position: -6px -206px; } .modaless-dialog .modaless-head .modaless-title { line-height: 19px; height: 65px; padding: 20px 15px 15px 40px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 1.5rem; color: #333333; margin: 0px; } .modaless-dialog .modaless-head .modaless_up_head { display: none; } .modaless-dialog .modaless-body { box-sizing: border-box; height: auto; border-top: 1px solid #D6D6D6; padding: 20px 40px; clear: left; } .modaless-dialog .modaless-footer button { padding-left: 22px; padding-right: 22px; margin: 5px 0px; } .modaless-dialog .modaless-footer .rightButton button { padding-left: 24px; padding-right: 24px; margin: 5px 0px; } .modaless-dialog .modaless-footer .vmf-back-btn { float: left; } .modaless-dialog.modaless_mini { width: 516px; height: 70px; position: fixed; bottom: 0; right: 0; width: 98%; margin: 1%; left: auto; top: auto; } .modaless-dialog.modaless_mini .modal-content { height: 70px; } .modaless-dialog.modaless_mini .modaless-body, .modaless-dialog.modaless_mini .modaless-footer, .modaless-dialog.modaless_mini .modaless_upload_body { display: none; } .modaless-dialog.modaless_mini .max_icon-grp .mdl_Max, .modaless-dialog.modaless_mini .max_icon-grp .mdl_Close { width: 30px; height: 30px; padding: 0px; background: url(/images/buttons_modal_less.png) no-repeat -3px -2px; } .modaless-dialog.modaless_mini .max_icon-grp .mdl_Close { background-position: -3px -65px; } .modaless-dialog.modaless_upload { width: auto; height: auto; padding: 0px; margin: 10px; font-family: proximanovaSemiBold, Arial, sans-serif; } .modaless-dialog.modaless_upload .modaless-body, .modaless-dialog.modaless_upload .modaless-footer, .modaless-dialog.modaless_upload .modaless-title, .modaless-dialog.modaless_upload .modaless_icons { display: none; } .modaless-dialog.modaless_upload .modaless_up-header, .modaless-dialog.modaless_upload .modaless_up_body, .modaless-dialog.modaless_upload .modaless_up_head { display: block; } .modaless-dialog.modaless_upload .modaless_up_body { margin: 0px 40px 10px 40px; width: auto; height: 43px; margin: 0px 35px 14px 40px; border: 1px solid #C1C1C1; background: #EEEEEE; border-radius: 3px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_bar { background: #7cbf45; height: 43px; float: left; margin: -1px; width: 75%; padding-left: 1px; border-radius: 3px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_txt { position: absolute; margin-left: 0px; padding: 0px; } .modaless-dialog.modaless_upload .modaless_up_body .up_pro_txt span { display: inline-block; padding: 8px 13px; font-size: 1.125rem; font-size: 18px; font-family: proximanovaSemiBold, Arial, sans-serif; } .modaless-dialog.modaless_upload .up_icon-grp { display: inline-block; float: right; line-height: normal; padding: 10px 10px 0px 0px; } .modaless-dialog.modaless_upload .up_icon-grp .up_Close, .modaless-dialog.modaless_upload .up_icon-grp .up_Max { width: 24px; height: 24px; background: url(/images/buttons_modal_less.png) no-repeat -4px -97px; display: inline-block; } .modaless-dialog.modaless_upload .up_icon-grp .up_Max { float: left; margin-right: 15px; background-position: -5px -37px; } .modaless-dialog.modaless_upload .modaless_up_head .modaless_up-err { display: inline-block; float: left; width: 23px; height: 20px; margin: 24px 10px 0px 40px; background: url(/images/buttons_modal_less.png) no-repeat -5px -125px; } .modaless-dialog.modaless_upload .modaless_up_head .modal_up-title { display: inline-block; margin: 30px 10px 20px 0px; font-size: 1.125rem; line-height: 0.625rem; font-size: 18px; line-height: 10px; font-family: proximanovaSemiBold, Arial, sans-serif; color: #ff0000; } .modaless-dialog.modaless_upload .modaless_up_head .modal_up-try { color: #0095D3; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 1.125rem; font-size: 18px; padding: 0px; } .modaless-dialog.modaless_upload .modaless-title { margin: 0; line-height: 20px; padding: 30px 15px 15px 40px; font-size: 1.5rem; font-size: 24px; } .modaless-footer { padding: 20px 40px 25px 40px; background: #e6e6e6; border-top: none; border-radius: 0 0 6px 6px; } .modaless-footer .rightButton { text-align: right; } .modaless-footer .vmf-btn { margin: 0px 0px 0px 0px; clear: both; width: 100%; } .modal-content { margin: 0; } /*@media screen and (min-width: 320px){ .modaless-dialog { width: 96%; height: auto; position: fixed; z-index: 1050; bottom: 0%; left: 0%; .modaless-body{ height:auto; overflow:auto; } } } */ @media screen and (min-width: 768px) { /*.modalessOverlay { .modalLoad.modal-open{ .modaless-body{ height:445px; } } }*/ .modaless-dialog { width: 770px; max-height: 585px; /*height:585px*/ position: fixed; z-index: 1050; bottom: 1%; right: 1.5%; left: auto; top: auto; } .modaless-dialog.modaless_mini { width: 516px; } .modaless-dialog .modaless-body { box-sizing: border-box; border-top: 1px solid #D6D6D6; padding: 20px 40px; /*min-height: 238px;*/ clear: left; } vmf-modaless-popup .modalLoad.modal-open { position: static; top: auto; left: auto; right: 0; bottom: auto; } vmf-modaless-popup .modalLoad.modal-open .modaless-body { max-height: 445px; /*height:445px*/ } .modaless-dialog.modaless_upload { width: 517px; height: 119px; padding: 0px; } .modaless-footer .vmf-btn { display: inline-block; width: auto; margin-left: 16px; } .modaless-footer .vmf-back-btn { margin-left: 0; } vmf-modaless-popup .modalLoad.modal-open .modaless-footer button { margin: 0px 0px 0px 0px; } vmf-modaless-popup .modalLoad.modal-open .rightButton button { margin: 0px 0px 0px 16px; } } /*sample*/ .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */ -ms-user-select: none; user-select: none; } tr { height: 20px; } .dataTables_scrollBody { overflow: hidden; display: block; float: left; } .data_type { border-right: none; float: left; width: 87%; padding: 0 15px; } .pagination { float: right; margin: 0; } .custom_margin .pull-right { float: right; margin: 10px 0; } .dataTables_scrollBody tr.active { background-color: #333333 !important; color: #FFFFFF; } table.dataTable { border: 1px solid #EEEEEE; } table.dataTable thead { background: -webkit-linear-gradient(tobottom, #EEEEEE, #dadada); background: linear-gradient(tobottom, #EEEEEE, #dadada); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$vmf-comboDisabledBackgrd',endColorstr='$vmf-linegradient',GradientType=0); } .Serial { min-width: 20px !important; width: 40px; padding: 10px 15px; } /*.Manage:hover .drop_down_holder { display:block; }*/ .drop_down_holder { position: absolute; z-index: 1000000; width: 175px; border: 1px solid #7b7b7b; background-color: #FFFFFF; margin-top: 8px; *margin-top: 40px; margin-left: -15px; *margin-left: -145px; display: none; } ul.drop_down { margin: 0px; } ul.drop_down li { line-height: 20px; list-style: none; float: left; padding: 8px; } ul.drop_down li input[type="checkbox"] { margin-right: 9px; } ul.drop_down li span:hover { background-color: transparent; } ul.drop_down li a:hover { color: #0095D3; } .footer_section { background: #f6f6f6; padding: 15px; } .Print a, .Export a, .Manage a { font-size: 14px; padding: 0; } .Print:hover a, .Export:hover a, .Manage:hover a { font-size: 16px; } .Print:hover, .Export:hover, .Manage:hover { background: #0095d3; } .Print:hover a, .Export:hover a, .Manage:hover a { /*color:$vmf-bgColor;*/ text-decoration: none; } .Print, .Export, .Manage { padding: 8px 15px; } .table-border { border: 1px solid #CCCCCC !important; } .arrow { float: right; margin: 17px 15px 0 0; } .arrow.up { background: url(img/arrow.png) no-repeat 0 0; width: 8px; height: 5px; display: block; } .arrow.down { background: url(img/arrow.png) no-repeat 0 -5px; width: 8px; height: 5px; display: block; } .data_content table { margin: 0; } #example_filter { margin-bottom: 10px; } .tableCls .table-border { border: 1px solid #F1F1F1; } .tableCls .table-row-over { background-color: #FF0; } .tableCls .table-footer { float: left; width: 100%; margin: 10px 0; } .grip { width: 20px; height: 20px; margin-top: -10px; margin-left: -5px; position: relative; z-index: 88; cursor: e-resize; } .grip:hover { background-position: 20px 0; } .dragging .grip { background-position: 40px 0; } .dragtable-sortable { list-style-type: none; -moz-user-select: none; margin: 0; padding: 0; } .dragtable-sortable li { float: left; font-size: 1em; background: #FFFFFF; margin: 0; padding: 0; } .dragtable-sortable th, .dragtable-sortable td { border-left: 0; } .dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td { border-left: 1px solid #CCCCCC; } .ui-sortable-helper { display: table; opacity: 0.5 !important; filter: alpha(opacity=50) !important; } .ui-sortable-placeholder { box-shadow: 4px 5px 4px #C6C6C6 inset; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background: #EFEFEF !important; visibility: visible !important; } .ui-sortable-placeholder * { opacity: 0; visibility: hidden; } .green.tableCls .table-border { border: 1px solid #ADF7B5; } reen .dataTables_scrollBody tr.active { background-color: #1DAF2C !important; } .green .table-row-over { background-color: green !important; color: #FFFFFF; } .green select, .green input[type="text"] { background-color: #FFFFFF; border: 1px solid #1DAF2C; } .green .pagination ul > .disabled > span, .green .pagination ul > .disabled > a, .green .pagination ul > .disabled > a:hover, .green .pagination ul > .disabled > a:focus { color: #1DAF2C; } .blue.tableCls .table-border { border: 1px solid #BFEAED; } .blue table.dataTable tbody tr:nth-child(even) { background-color: #E2FDFF; } .blue .dataTables_scrollBody tr.active { background-color: #1A8DAE !important; } .blue .table-row-over { background-color: #106279 !important; color: #FFFFFF; } .red.tableCls .table-border { border: 1px solid #E48C8C; } .red table.dataTable tbody tr:nth-child(even) { background-color: #F5DCDC; } .red .dataTables_scrollBody tr.active { background-color: #F41F1F !important; } .red tbody tr.even { background-color: #FFABAB; } .red .table-row-over { background-color: #8E0B0B !important; color: #FFFFFF; } table.static_table thead { background-color: #006990; background-image: none; } table.static_table thead tr th a { vertical-align: center; color: #FFFFFF; } table.static_table thead tr th:hover { background-image: none; } table.static_table tbody tr td a { color: #0095D3; margin-top: 15px; float: left; width: 100%; } table.static_table tbody tr { background-color: #F1F6F9; color: #666; } table.static_table tbody tr td { font-size: 16px; border-color: #CCCCCC; } table.dataTable .data_type td { width: 100%; border: 1px; line-height: 30px; border-right: 0; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 10px; } table.dataTable .data_type td:first-child { border-left: 0 solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } table.dataTable input, table.dataTable select { width: 90%; height: 30px; border-radius: 0; padding: 0; } table.dataTable button { width: 100%; margin-bottom: 5px; background-color: #006990; border: 0; color: #FFFFFF; border-radius: 5px; height: 30px; } table.dataTable button:hover { background-color: #006990; border: 0; color: #FFFFFF; border-radius: 5px; } ul { list-style-type: none; } .bDiv { height: 450px !important; } .ui-placeholder { border: 1px solid #CCCCCC; } .vm-table { max-width: 900px; } .tableCls, .dataTable, .dataTables_info, .pull-left, .tableCls .dataTables_info, table.static_table tbody tr td p { float: left; } .custom_margin .pull-left, .custom_margin span { float: left; margin: 10px 0; } table.dataTable tfoot, table.static_table .arrow { display: none; } ul.drop_down li a, .Manage a:hover > a { color: #006990 !important; } table.dataTable .odd, .green .odd, .blue table.dataTable tbody tr:nth-child(odd), .blue .odd, .red table.dataTable tbody tr:nth-child(odd), .red tbody tr.odd { background-color: #FFFFFF; } table.dataTable tbody tr.even, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { background-color: #EEEEEE; } .green .even, .blue .even { background-color: #C5EFC4; } .blue select, .blue input, .red select, .red input { background-color: #FFFFFF; border: 1px solid #7abcff; } .data_type table, .data_type tbody, .data_type tr { width: 100%; } .pdf_icon { background: url('../images/pdf.png') no-repeat; width: 20px; display: inline-block; height: 19px; } .add_icon { background: url('../images/add.png') no-repeat; width: 21px; display: inline-block; height: 18px; } .green_dot_icon { background: url('../images/green_dot.png') no-repeat; width: 20px; display: inline-block; height: 19px; } .sizeLabel { width: 70px; display: inline-block; text-align: center; } .bold { font-weight: bold; } /*Over write Bootstrap CSS*/ .table { border: 1px solid #CCCCCC; float: left; } .table thead th { border-right: 1px solid #FFFFFF; } .table thead th:last-child { border-right: none; } .table tbody td { border-right: 1px solid #CCCCCC; } .table tbody td:last-child { border-right: none; } .table tbody tr:nth-child(even) { background-color: #f6f6f6; } .table tbody tr:nth-child(odd) { background-color: #FFFFFF; } .pull-left { float: left !important; } .relative { position: relative; margin: 0 10% 0 0; } .absolute { position: absolute; } .ico { left: -30px; position: relative; width: 19px; height: 12px; display: block; border: 1px solid #333333; } .panel { position: absolute; margin-top: -100px; width: 400px; } .panel div.widgets { width: 100%; padding: 0px 35px 0px 10px; border-radius: 5px; margin-left: 30px; border: 1px solid #999; background-color: #FFFFFF; position: absolute; box-shadow: #333333 0px 0px 5px; overflow: hidden; } .bar_wrapper { background: #cdcdcd; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(99%, #f0f0f0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cdcdcd 0%, #f0f0f0 99%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #cdcdcd 0%, #f0f0f0 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */ border-radius: 5px; height: 18px; border: 1px solid #CCCCCC; overflow: hidden; } .blue_slide { background: #0080b5; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0080b5), color-stop(100%, #0095D3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0080b5 1%, #0095D3 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0080b5 1%, #0095D3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080b5', endColorstr='#0095D3',GradientType=0 ); /* IE6-9 */ height: 18px; } .green_slide { background: #8ca521; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ca521), color-stop(99%, #c0e046)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #8ca521 0%, #c0e046 99%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #8ca521 0%, #c0e046 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca521', endColorstr='#c0e046',GradientType=0 ); /* IE6-9 */ height: 18px; } .panel div.widgets .title { width: 100%; padding: 3%; border-bottom: 1px solid #CCCCCC; float: left; } .panel div.widgets .section { width: 100%; padding: 3%; float: left; } .green_box { background-color: #E0ED8B; width: 100%; float: left; padding-bottom: 10px; } .green_box table { width: 100%; } .green_box table thead tr { background-color: #E0ED8B; } .green_box table thead tr th { font-size: 10px; background-color: #E0ED8B; text-align: center; border: none; } .green_box table tbody tr td { background-color: #E0ED8B; text-align: center; border: none; } .container_auto { width: 100%; float: left; } .container_90 { width: 90%; margin: 0 5%; float: left; } .slide_title { margin: 18px 0 10px; float: left; width: 100%; } .blue_mark { background: url('.../images/slide_marker.png') 0 0 no-repeat; width: 7px; height: 7px; display: block; } .green_mark { background: url('../images/slide_marker.png') 0 -8px no-repeat; width: 7px; height: 7px; display: block; } .usd { font-size: 14px; color: #666 !important; } .arrow { background: url('../images/arrow_pop_up_side.png') no-repeat; position: relative; width: 14px; height: 26px; left: -13px; top: -7px; display: block; z-index: 9999; } .footer_title { padding: 18px; width: 100%; float: left; background-color: #E6E6E6; } .blue_button { background: #0080b5; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0080b5), color-stop(100%, #0095D3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0080b5 1%, #0095D3 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0080b5 1%, #0095D3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080b5', endColorstr='#0095D3',GradientType=0 ); /* IE6-9 */ margin: 0 22px; width: auto; padding: 10px; border-radius: 5px; color: #FFFFFF; display: block; font-size: 16px; box-shadow: #CCCCCC 1px 1px 3px; } .blue_button:hover { background: #0095D3; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095D3), color-stop(100%, #0080b5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0095D3 0%, #0080b5 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #0095D3 0%, #0080b5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095D3', endColorstr='#0080b5',GradientType=0 ); /* IE6-9 */ } .gray_button { background: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dadada)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFFFFF 0%, #dadada 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #FFFFFF 0%, #dadada 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */ margin: 0 22px; width: auto; padding: 10px; border-radius: 5px; color: #666; display: block; font-size: 16px; box-shadow: #CCCCCC 1px 1px 3px; } a.button, a.button:hover { text-decoration: none; } .ico:hover .panel { display: block; } /*.vm-table>tbody tr.vmf-rows.row-even{ background-color: red !important; } .vm-table>tbody tr.vmf-rows.row-odd{ background-color:blue !important; } .vm-table>tbody tr.vmf-rows.vmf-tr-selected{ background-color:green !important; }*/ .hidden-class { display: none !important; background-color: red; } .hide { display: none !important; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .basicEdit input { outline: none; box-shadow: none; border: none !important; color: #333; background: #E5EBF1; height: 24px; margin: 6px 20px 0px 0px !important; width: 75%; text-align: right; float: right; } .relative { position: relative; } .absolute { position: absolute; } .advancedEdit { background: #CCCCCC; padding: 10px; width: 250px; right: 0px; color: #000; } /* To Highlight Draggable position */ .drag_tbl table tbody tr.ui-placeholder { height: 0px !important; padding: 0 !important; background: #003D79; } .drag_tbl table tbody tr.ui-placeholder td { height: 0px !important; padding: 0 !important; line-height: 4px; border-color: #003D79; background: #003D79; position: relative; z-index: 1000; } /*datepicker*/ /* * jQuery UI Datepicker 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */ .ui-datepicker { width: 15em; padding: 0.2em 0.2em 0; display: none; background: #CCCCCC; margin-left: -25px; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 10px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display: none; /*sorry for IE5*/ display: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ -webkit-filter: mask(); filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } /*style*/ /* Common Styles for all tables --Starts here*/ * { padding: 0px; margin: 0px; } .basic_nogrouping, .static_nogrouping_calltoaction, .static_grouping, .static_nogrouping { width: 96%; margin: 10px auto; } .basic_nogrouping .row, .static_nogrouping_calltoaction .row, .static_grouping .row, .static_nogrouping .row, .basic_nogrouping_table .row, .Table_comparison .row { margin: 0; } .basic_nogrouping table.vmf-table, .static_nogrouping_calltoaction table, .static_grouping table, .static_nogrouping table, .basic_nogrouping_table { width: 100%; margin: 0px auto; } .right_align { float: right; padding-right: 20px; } .innrtbl { width: 100%; } table td { font-size: 16px; font-family: proximanovaReg, Arial, sans-serif; margin: 0 auto; } .sizeLabel { width: 70px; display: inline-block; text-align: center; } .hidden-class { display: none !important; background-color: red; } .hide { display: none !important; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .edit-content-section { padding-left: 30px !important; float: right; } /* Common Styles for all tables --- Ends here */ /* Namespace: basic_nogrouping Styles starts here for all screens(RWD) */ .basic_nogrouping input[type="text"] { padding: 0px; margin: 0px; } .basic_nogrouping table { /* outline: 1px solid #e6e6e6 ; */ color: #333333; } .basic_nogrouping table.vmf-table > thead { border-left: 1px solid #CCCCCC; } .basic_nogrouping th, .basic_nogrouping td { font-family: proximanovaReg, Arial, sans-serif !important; border: none; } .basic_nogrouping table th.header { background: #EEEEEE; background: -webkit-linear-gradient(#EEEEEE, #dadada); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#EEEEEE, #dadada); /* Standard syntax */ border-right: 1px solid #FFFFFF; color: #333333; font-size: 14px; padding: 10px 15px !important; } /*.basic_nogrouping th:last-child { border:none; } */ .basic_nogrouping tr td.vmf-table-td { padding: 10px 15px 7px !important; border-right: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; font-size: 16px; } .basic_nogrouping tr td.vmf-table-td:first-child { color: #006990; } .basic_nogrouping .table-striped tbody > tr.row-even > td.vmf-table-td { background-color: #FFFFFF !important; } .basic_nogrouping td.vmf-table-td:first-child .content:hover { color: #009fd3; } /* styles Added for pagination of patterntwo --ends */ .pagination_pagination { margin: 30px 0 0 0; display: inline-block; width: 100%; } .basic_nogrouping select { background: -webkit-gradient(linear, left top, 90 30, from(#FFFFFF), color-stop(4%, #E6E6E6), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #E6E6E6 1px, #FFFFFF 25px); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6',GradientType=0 ); /* IE8/9 */ background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E6E6E6 100%); /* IE10+ */ width: 115px; height: 28px; margin: 5px 5px; border: 1px solid #D0D0D0; float: right; } .basic_nogrouping .symbol_pagination_prev, .basic_nogrouping .symbol_pagination_next { background-color: #E6E6E6; width: 26px; height: 26px; display: inline; /* margin: 0px 5px; */ border-radius: 5px; float: left; margin: 5px 5px; color: #FFFFFF; font-weight: bold; font-size: 16px; cursor: pointer; } .basic_nogrouping .pagination_pattern_two { float: left; font-size: 14px; color: #333333; font-family: proximanovaReg, Arial, sans-serif; } .basic_nogrouping .symbol_pagination_prev .pagination_previous_1, .basic_nogrouping .symbol_pagination_next .pagination_next_1 { padding: 3px 4px 0 8px; float: left; } .basic_nogrouping .symbol_pagination_next { background: #0095D3; } .basic_nogrouping .pagination_pagination input[type="text"] { text-align: center; width: 30px; } /* styles Added for pagination of patterntwo --ends*/ /* Namespace: basic_nogrouping --- Styles starts here for all screens(RWD) */ /*Namespace:static_nogrouping_calltoaction -- Styles starts here for all screens(RWD) */ .static_nogrouping_calltoaction { width: 96%; } .static_nogrouping_calltoaction .vmf-table .header { background-color: #006990; color: #FFFFFF; margin: 0 auto; padding: 10px 0 13px; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; text-align: center !important; position: static; } .static_nogrouping_calltoaction .vmf-table .header span { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; } .static_nogrouping_calltoaction .vmf-table .header.leftAlignCol { text-align: left !important; padding-left: 20px; } .static_nogrouping_calltoaction table.vmf-table thead th { border-right: 1px solid #CCCCCC !important; } .static_nogrouping_calltoaction table.vmf-table thead th div.dragtable-handle { text-align: center; } .static_nogrouping_calltoaction table.vmf-table thead th div.dragtable-handle span.ng-binding { float: none !important; font-size: 16px; } .static_nogrouping_calltoaction .vmf-rows h6 { color: #006990; font-size: 16px; margin: 0px; font-family: proximanovaReg, Arial, sans-serif; cursor: pointer; } .static_nogrouping_calltoaction .vmf-rows h6:hover { color: #0095D3; } .static_nogrouping_calltoaction .vmf-rows div { color: #666666; font-size: 16px; font-family: proximanovaReg, Arial, sans-serif; } .static_nogrouping_calltoaction .vmf-rows td { background-color: #f1f6f9; font-family: proximanovaReg, Arial, sans-serif; padding: 12px 10px 8px 15px !important; border: 1px solid #CCCCCC; } .static_nogrouping_calltoaction .vmf-rows td.actionCol { padding-top: 19px !important; vertical-align: top; } .static_nogrouping_calltoaction button { font-size: 14px; font-weight: normal; background-color: #008DCB; border: none; font-family: proximanovaSemiBold, Arial, sans-serif; color: #FFFFFF; line-height: 20px; height: 40px; width: 150px; margin: 0 auto 5px; } .static_nogrouping_calltoaction table { border-collapse: collapse !important; table-layout: auto !important; } .static_nogrouping_calltoaction button:hover { background-color: #006990; } .static_nogrouping_calltoaction p { margin-bottom: 0px; padding: 0 5px; } .static_nogrouping_calltoaction .innrtbl { width: 100%; border: none; margin: 0; outline: none; color: #666666; height: 85px; } .static_nogrouping_calltoaction .innrtbl tbody { border: 0; } .static_nogrouping_calltoaction table tr td.innerTableCol { padding: 0px !important; margin: 0px; } .static_nogrouping_calltoaction .license { padding: 0 0 0 5px; } /*Namespace:static_nogrouping_calltoaction -- Styles Ends here for all screens(RWD) */ /*Namespace:static_nogrouping -- Styles starts here for all screens(RWD) */ .static_nogrouping table, .static_nogrouping table th { border: none !important; } .static_nogrouping table { border-collapse: collapse !important; table-layout: auto !important; } .static_nogrouping table tbody tr td { border-bottom: 1px solid #E6E6E6 !important; } .static_nogrouping table.vmf-table thead th { font-family: proximanovaSemiBold, Arial, sans-serif; padding: 5px 0 9px 10px; border-right: 0 !important; } .static_nogrouping table.vmf-table thead th span { font-size: 16px; color: #666666; } .static_nogrouping table thead { background-color: #EEEEEE; box-shadow: 0 8px 6px -6px #EEEEEE; } .static_nogrouping table.vmf-table tbody { border: none; } .static_nogrouping table tr td.controlColumn { padding-top: 50px; vertical-align: top; } .static_nogrouping table tr td { padding-right: 10px !important; padding-bottom: 16px; } .static_nogrouping table tr td h6 { padding: 8px 0 0 10px !important; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 16px; margin-bottom: 9px; } .static_nogrouping table tr td p { padding: 0 0 0 10px !important; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #666666; } .static_nogrouping table tr td p.subscriptionTitle { padding: 0 0 0 11px !important; font-family: proximanovaSemiBold, Arial, sans-serif; color: #333333; } .static_nogrouping table tr td p.subscriptionTitle { *zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("div"),this.childNodes[0]).className="before"); } .static_nogrouping table tr td p.subscriptionTitle::before, .static_nogrouping table tr td p.subscriptionTitle .before { background: url("/images/supportIcon.png") no-repeat center; content: ""; display: block; height: 7px; width: 14px; float: left; margin: 7px 5px 0 0; } .static_nogrouping table tr td p.subscriptionDesc { padding: 0 0 0 30px !important; } .static_nogrouping table tr td .vmf-text-input { margin-top: 0px; } .static_nogrouping table tr td .vmf-text-input label { display: none !important; } .static_nogrouping table tr td .vmf-text-input input { width: 60px; } .static_nogrouping table tr td .vmf-text-input div { padding-left: 5px; } .static_nogrouping table tr td .vmf-dropdown { width: 100%; padding-left: 10px; } .static_nogrouping table tr td div.rateCell { padding: 1px 0 0 10px; } /*Namespace:static_nogrouping -- Styles Ends here for all screens(RWD) */ /*Namespace:static_grouping -- Styles starts here for all screens(RWD) */ .static_grouping .table-wrapper { float: left; } .static_grouping table { width: 735px; margin: 0px auto; border: 1px solid #CCCCCC !important; } .static_grouping .row table tbody td { vertical-align: middle; border: 0px; } .static_grouping .row table tbody td.contCol { width: 610px; } .static_grouping .row table tbody .vm-rows td.contCol { padding: 1px 0 6px 15px; } .static_grouping .row table tbody:first-child td { border-right: 1px solid #CCCCCC !important; } .static_grouping .row table tbody td.viewCol { width: 145px; width: 151px\0; padding: 1px 0 0 15px; } .static_grouping .group-header td { background-color: #188abd !important; color: #FFFFFF; font-size: 14px; font-family: Arial; padding: 0 0 0 15px; } .static_grouping .group-header td span { font-size: 14px; font-family: Arial; } .static_nogrouping table tbody tr.colspanRow td { padding: 0 0 16px 10px; } .static_nogrouping table tbody tr.preColspanRow td { border-bottom: none !important; padding-bottom: 0; } .capitalizeFirstletter { text-transform: capitalize; } .static_grouping > .group-header tr td.contCol { border-right: 1px solid #FFFFFF !important; } .static_grouping .truncate { font-size: 12px; font-family: Arial; color: #006990; cursor: pointer; padding-bottom: 4px; } .static_grouping .truncate:hover { color: #0095D3; } .static_grouping .sizeLabelDiv { padding-right: 15px; } .static_grouping .sizeLabelDiv .pdf_icon, .static_grouping .sizeLabelDiv .sizeLabel { float: left; } .static_grouping .sizeLabelDiv .add_icon { float: right; } .static_grouping .sizeLabel { font-size: 14px; font-family: proximanovaReg, Arial, sans-serif; color: #666666; padding-left: 10px; padding-right: 15px; width: auto; vertical-align: top; } .static_grouping .row TABLE TBODY tr.row-odd td { background-color: #eff3f7 !important; } .static_nogrouping_calltoaction table.vmf-table-basic, .static_nogrouping table.vmf-table-basic { white-space: normal; } table.innrtbl .innrtblcol1 { border: none; border-right: 1px solid #CCCCCC; padding: 0 0 0 19px !important; width: 60%; } table.innrtbl .innrtblcol2 { padding: 0 0 0 29px !important; border: none; } table.innrtbl tr.innrtblrow1 td { border-bottom: 1px solid #CCCCCC; outline: none !important; padding-bottom: 2px !important; padding-top: 0 !important; } table.innrtbl tr.innrtblrow2 td { padding-top: 1px !important; padding-bottom: 0 !important; } /*Namespace:static_grouping -- Styles Ends here for all screens(RWD) */ /* For Reference: media Queries are present here to support of the screen in RWD for this project---*/ /* Smartphones (portrait and landscape) ----------- @media only screen and (max-width : 640px){} /* iPads (portrait and landscape) ----------- @media only screen and (min-width : 641px) and (max-width : 830px){} @media only screen and (min-width : 831px){} /*---------------------------------------------------------------------------------------------------*/ /*Table_comparison styling starts*/ .Table_comparison .header { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 14px; color: #FFFFFF; background-color: #0095D3 !important; text-align: center; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; border: 0px; } .Table_comparison .table-striped th:first-child { background-color: #F1F1F1 !important; color: #666666; font-family: proximanovaReg, Arial, sans-serif; font-weight: normal; } .Table_comparison .table-striped tbody tr.group-header td { font-family: proximanovaReg, Arial, sans-serif; font-size: 18px; color: #FFFFFF; background-color: #CCCCCC !important; padding: 8px 0; text-align: center; border: 0px; cursor: default; } .Table_comparison .table-striped tbody tr.group-header td span { font-family: proximanovaReg, Arial, sans-serif; font-size: 18px; font-weight: normal; } .Table_comparison tr td { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #666666; } .Table_comparison tr td:first-child { font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; color: #006990; /* padding:10px 9px 9px 9px !important; */ cursor: pointer; border: 1px solid #CCCCCC; } .Table_comparison tr td:first-child + td, .Table_comparison tr td:first-child + td + td, .Table_comparison tr td:first-child + td + td + td { text-align: center; } .Table_comparison tr td:first-child:hover { color: #0095D3; } .green_dot_icon { background: url('../images/green_dot.png') no-repeat; width: 10px; display: inline-block; height: 12px; background-size: 5px 5px; width: 5px; height: 5px; } .license { padding: 30px 0 0px 20px; } .absolute { position: absolute; } .advancedEdit { background: #FFFFFF; border: 3px solid #0095D3; border-radius: 5px; width: 275px; z-index: 9; padding: 0; /* margin:-12px 0 0 -15px !important; */ } .advancedEdit .editable-inputs { padding: 25px 0 0 20px; } .advancedEdit .button-section { height: 60px; *height: 35px; padding: 15px 30px; background: #E6E6E6; float: none !important; margin-top: 20px; } .advancedEdit .editable-inputs p { width: 100%; margin-bottom: 10px; } .advancedEdit .editable-inputs label { float: left; margin-top: 2px; width: 107px; color: #333333; font-size: 14px; } .advancedEdit .editable-inputs select, .advancedEdit .editable-inputs input { float: none; width: 115px; height: 25px; margin: 0; padding: 0; border: 1px solid #D0D0D0; } .advancedEdit .editable-inputs select { padding-left: 5px; } .advancedEdit .editable-inputs input { padding-left: 8px; } .advancedEdit .button-section .advance-edit-cancel { background: #E6E6E6; background: -webkit-linear-gradient(#FFFFFF, #E6E6E6); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#FFFFFF, #E6E6E6); /* Standard syntax */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6',GradientType=0 ); /* IE8/9 */ border-radius: 3px; padding: 2px 8px; color: #666; width: 72px; height: 30px; border: 1px solid #a6a7b0; } .advancedEdit .button-section .advance-edit-save { background: #007FB4; background: -webkit-linear-gradient(#0095D3, #007FB4); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#0095D3, #007FB4); /* Standard syntax */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095d3', endColorstr='#007FB4',GradientType=0 ); /* IE8/9 */ border-radius: 3px; padding: 2px 8px; color: #FFFFFF; width: 72px; height: 30px; border: 1px solid #a6a7b0; } .advancedEdit button.ui-datepicker-trigger { background: url("../images/calendar-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; height: 19px; position: relative; right: 24px; border: none; top: 2px; width: 18px; z-index: 100; } .advancedEdit button.ui-datepicker-trigger:hover { background-position: 0 -21px; } .pdf_icon { background: url('../images/pdf.png') no-repeat; width: 16px; display: inline-block; height: 16px; background-size: 16px 16px; } .add_icon { background: url('../images/add.png') no-repeat; width: 16px; display: inline-block; height: 16px; background-size: 16px 16px; } /************** styles for manage tble starts here *************/ .Print, .Export { padding: 10px 15px !important; } .Manage { padding: 10px 15px !important; } span.Print:hover { padding: 10px 13px 10px 13px !important; } span.Export:hover { padding: 10px 12px 10px 12px !important; } span.Print:hover, span.Manage:hover { padding: 8px 13px\9 !important; } span.Export:hover { padding: 8px 12px\9 !important; } span.Print:hover a, span.Export:hover a, span.Manage:hover a { padding: 3px 5px !important \9; } .Print:hover a, .Export:hover a, .Manage:hover a { color: #FFFFFF; text-decoration: none; } .Print a, .Export a, .Manage a { text-decoration: none !important; color: #006990; } .footer_section { clear: both; height: 40px; padding: 0px; float: left; width: 100%; margin-top: 10px; } .footer_section span { margin: 0px; padding: 10px 15px; float: right !important; } .footer_section span + span { margin: 0px; padding: 10px 14px; padding: 10px 10px\9; float: left !important; } .footer_section span a:hover, .footer_section span a { color: #006990 !important; font-family: proximanovaReg, Arial, sans-serif; font-weight: bold; outline: none; } ul.drop_down li { padding: 9px 10px 0px 10px; } .drop_down_holder ul.drop_down li { width: 100%; font-size: 14px; } .drop_down_holder input, .drop_down_holder .drop_down_label { float: left; } .drop_down_holder span.drop_down_label { margin-top: 2px; margin-top: 2px\9; } .drop_down_holder ul.drop_down li span.pull-left { margin-top: -4px; } .drop_down li span label { color: #006990; font-family: proximanovaReg, Arial, sans-serif; width: 100%; } ul.drop_down li input[type="checkbox"] { width: 18px; height: 18px; maring-right: 7px; margin-top: 2px; } ul.drop_down { padding-top: 3px; } /*********** styles for manage-tbl ends here *************/ /********** styles for basic_Table html starts here *************/ .basic_nogrouping_table table { /* outline: 1px solid #e6e6e6 ; */ color: #333333; } .basic_nogrouping_table h4 { font-family: proximanovaReg, Arial, sans-serif !important; font-size: 20px; color: #333333; margin-bottom: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; /*display: inline;*/ } .basic_nogrouping_table .col-md-4 { display: inline; } .basic_nogrouping_table th.header { font-family: proximanovaSemiBold, Arial, sans-serif !important; } .basic_nogrouping_table td.vmf-table-td { font-family: proximanovaReg, Arial, sans-serif !important; border: none; } .basic_nogrouping_table table th.header { background: #EEEEEE; background: -webkit-linear-gradient(#EEEEEE, #dadada); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#EEEEEE, #dadada); /* Standard syntax */ border-right: 1px solid #FFFFFF; color: #333333; font-size: 14px; padding: 10px 15px 10px 14px !important; border-color: #FFFFFF !important; } .basic_nogrouping_table table th.header.sort-asc, .basic_nogrouping_table table th.header.sort-desc { background: #dedede; background: -webkit-linear-gradient(#dedede, #c3c3c3); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ background: linear-gradient(#dedede, #c3c3c3); /* Standard syntax */ } .basic_nogrouping_table tr td.vmf-table-td { /* padding:10px 15px !important; */ border-right: 1px solid #F1F1F1; /* border-bottom:1px solid $vmf-gradientColor2 ; */ border-bottom: none; font-size: 16px; } .basic_nogrouping_table tr.row-even td.vmf-table-td { background-color: #FFFFFF !important; } .basic_nogrouping_table tbody tr.row-odd td.vmf-table-td { background-color: #f6f6f6 !important; } .basic_nogrouping_table input[type="checkbox"] { width: 18px; height: 18px; } /********** styles for subscription_tbl html ends here *************/ .subscription_tbl tr td:last-child:hover { color: #009d53; } .basic_nogrouping_table .ss-active { color: #387c2c; } .basic_nogrouping_table .ss-active .icon-file, .basic_nogrouping_table .ss-underprovision .icon-file, .basic_nogrouping_table .ss-expired .icon-file, .basic_nogrouping_table .ss-inactive .icon-file { background-image: url("/images/glyphicons-halflings.png"); display: inline-block; height: 18px; width: 18px; vertical-align: text-top; } .basic_nogrouping_table .ss-active .icon-file { height: 18px; width: 18px; background-position: -286px 0px; } .basic_nogrouping_table .ss-underprovision { color: #006990; } .basic_nogrouping_table .drag-gripper-icon { height: 12px; width: 8px; background-image: url("/images/UtilityNavigation/dg-arrange-table-rows.gif"); /* position:absolute; */ float: left; background-position: -244px 0px; margin: 5px 0 0 3px; margin: 2px 0 0 3px\9; cursor: move; } .basic_nogrouping_table .ss-underprovision .icon-file { background-position: -360px 0px; } .basic_nogrouping_table .ss-expired { color: #e00000; } .basic_nogrouping_table .ss-expired .icon-file { background-position: -143px -120px; } .basic_nogrouping_table .ss-expired .icon-file { background-position: -143px -120px; } .basic_nogrouping_table .ss-inactive { color: #666666; } .basic_nogrouping_table .ss-inactive .icon-file { background-position: -143px -120px; } /* Namespace: subscription_tbl --- Styles ends here for all screens(RWD) */ /* Namespace: drag_table --- Styles starts here for all screens(RWD) */ /*.drag_tbl table{ margin-top: 10px !important; }*/ /* .drag_tbl .icon-file { background-position: -244px 0px; margin-left: 5px; margin-right: 5px; width: 5px; } */ .drag_tbl tr td:first-child { padding-left: 0px !important; padding-right: 0px !important; } .drag_tbl tr td:last-child { color: #333333; } .drag_tbl .col-md-4 { margin-top: 0px !important; } /* Namespace: drag_table --- Styles ends here for all screens(RWD) */ /* Namespace: bulk_action Styles starts here for all screens(RWD) */ .bulk_tbl table { margin-top: 10px; } .bulk_tbl tr td:first-child { padding-left: 10px !important; padding-right: 0px !important; } .bulk_tbl tr td:first-child + td { text-align: right; color: #006990; } .bulk_tbl input[type="text"] { width: 253px; float: right; height: 28px; margin-top: -5px; margin-bottom: -5px; padding: 0px; } .bulk_tbl input[type="checkbox"] { margin-left: -5px; margin-right: 10px; margin-top: -1px; width: 18px; height: 18px; } /* Namespace: bulk_action --- Styles ends here for all screens(RWD) */ /* Namespace: quick_table Styles starts here for all screens(RWD) */ .quick_tbl tr td:first-child + td, th { text-align: left; } .quick_tbl tr td:first-child + td { color: #333333; } .quick_tbl tr td:first-child + td + td { color: #006990; } .quick_tbl .icon-file { background-position: -244px 0px; margin-left: 5px; margin-right: 5px; width: 5px; height: 12px; width: 19px; } .quick_tbl .icon-close { background-position: -311px 0px; margin-left: 5px; margin-right: 5px; height: 12px; width: 19px; } .widgets { display: block; } .panel div.widgets .title { color: #333333; font-size: 18px; } .green_box table th { background: #f0f2c8 !important; } /* Namespace: quick_table --- Styles starts here for all screens(RWD) */ /* For tooltip issue */ .basic_nogrouping_table table tr td div, .vmf_table_cls table tr td div, .tooltip.bottom { margin-top: 0px; } .vmf-table .tooltip-arrow { padding-top: 0; } .icon-sort { display: inline-block; width: 8px; height: 5px; margin-top: 7px; *margin-top: -8px; *margin-right: 0.3em; line-height: 14px; vertical-align: text-top; background-image: url("/images/sort-arrow.png"); background-repeat: no-repeat; float: right; } .sort-desc .icon-sort { height: 7px; } th.snocol .icon-sort { float: none; } /* For Enable Sorting*/ .basic_nogrouping_table table th.sort-desc span.icon-sort { background-position: 0px -5px; } .basic_nogrouping_table table th.sort-asc span.icon-sort { background-position: 0px 0px; } .basic_nogrouping_table table tr.vmf-checkbox-row-selected td.vmf-table-td { background-color: #0095D3 !important; } .hover_tbl table tbody tr:hover td { background-color: #F1F6F8 !important; } .hover_tbl table tbody tr.vmf-checkbox-row-selected:hover td { background-color: #0095D3 !important; } /*To remov curved corners for table headings */ .Table_comparison table th, .vmf_table_cls table th { border-radius: 0 !important; } /* pagination */ .pagination_page_box { border-radius: 0 !important; box-shadow: 0 !important; width: 20px; } /** Pagination Design **/ /** To introduce the scroll for table during lower screen resolution **/ @media (min-width: 320px) and (max-width: 767px) { .vmf-table-wrapper-container { overflow-x: auto; overflow-y: hidden; } .vmf-table-wrapper-container table { width: auto; min-width: 750px; margin-bottom: 2px; } .basic_nogrouping_table table th.header { padding: 10px !important; } .vmf-table-wrapper { overflow-x: auto !important; } } .vmf-table-wrapper-container .top-links { width: 320px; margin-bottom: -3px; } .loader { background: url('../images/ajax-loaderText.gif') center !important; background-repeat: no-repeat !important; } .tabledrag table { width: 100%; margin: 0px auto; } .Table_comparison table { width: 100%; margin: 0px auto; } .Table_comparison tr td.fcol { font-size: 14px; color: #006990; padding: 10px 9px 9px 9px !important; cursor: pointer; text-align: left; } .Table_comparison tr td.fcol:hover { color: #0095D3; } .basic_nogrouping_table table th.header.checkboxcol { text-align: center; padding-left: 0 !important; } .basic_nogrouping_table table th.header.checkboxcol .custom-checkbox { margin-left: 5px; } .inline-edit table.vmf-table tbody tr:hover td.vmf-table-td { background-color: #E5EBF1 !important; } .inline-edit table.vmf-table tbody tr td.vmf-table-td.editable-cue { background-color: #F1F1F1 !important; border: 1px solid #B1B1B1; padding: 8px 15px 7px 15px !important; /* padding:8px 15px 7px 15px\9 !important; */ } .inline-edit table.vmf-table tbody tr.vmf-edit-tr-selected td.vmf-table-td { background-color: #0095D3 !important; color: #FFF; padding-bottom: 2px !important; padding-top: 2px !important; height: 40px; } .drag_tbl th.checkboxcol { text-align: center; } .drag_tbl table .custom-checkbox { margin-top: 0px; margin-left: -1px; } .drag_tbl table .custom-checkbox .customCheckBox { top: 1px; } .drag_tbl table thead .customCheckBox { margin-left: 12px; margin-top: -8px; } .drag_tbl tr td.fcol { text-align: center; } .drag_tbl tr td.fcol span { margin-left: 16px; } .JCLRgrips { float: left; top: 0px; } .vmf-table-wrapper-container ul.dragtable-sortable { /*margin-top:10px*/ z-index: 1000; } .vmf-table-wrapper-container .tooltip-inner { padding: 10px; border-radius: 0px; font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; } .vmf-table-wrapper-container table th { border-left: 0 !important; } .vmf-table-wrapper-container table thead th.sortable { cursor: pointer; } table.vmf-table thead th div { font-size: 14px; } table.vmf-table { border: 1px solid #E6E6E6; } table.vmf-table thead tr th:last-child { border-right: none !important; } table.vmf-table .custom-checkbox { margin-bottom: 0 !important; } .vmf-table thead th { margin-bottom: none !important; } .basic_nogrouping_table table tr.vmf-checkbox-row-selected div { color: #FFFFFF; } [class^="icon-"], [class*=" icon-"] { background-position: 14px 14px; } .Table_comparison tr td div, .Table_comparison tr td span { font-size: 14px; } @media screen and (-webkit-min-device-pixel-ratio: 0) { table.vmf-table tr td.fcol input { margin-left: 8px; } } .basicEdit, .successfulEdit .edit-content, .inline-edit table.vmf-table tbody tr td.vmf-table-td.loader { background: #FFFFFF; background-color: #FFFFFF !important; float: left; height: 36px; left: 2px; position: relative; top: 2px; width: 98%; } .successfulEdit .validationsuccessful { display: inline-block; background: url(/images/bg_alert_spite.png) no-repeat 0px -370px; width: 15px; height: 11px; margin-right: 11px; } table.vmf-table [editphase], .inline-edit table.vmf-table tbody tr:hover [editphase].editable-cue, table.vmf-table td.successfulEdit, .inline-edit table.vmf-table tbody tr:hover td.successfulEdit { padding: 0px !important; } table.vmf-table td.successfulEdit .edit-content-section { color: #333 !important; padding-top: 10px; padding-right: 0; margin-right: 18px; } table.vmf-table [editphase] .edit-content-section { padding: 6px 15px; } .inline-edit table.vmf-table tbody tr.vmf-edit-tr-selected td.vmf-table-td.editable-cue { border: 1px solid #FFF; } .basic_nogrouping_table tr td:first-child:hover { color: #0095D3; } table.vmf-table input[type="checkbox"] { margin-top: -1px; } table.vmf-table th .customCheckBox:before { font-size: 1rem; } .edit-content-section { text-align: right; margin-right: 1px; } .vmf-table-wrapper-container div.col-md-4 { float: left; } table.vmf-table-basic { /*table-layout: fixed;*/ /* overflow:hidden; white-space: nowrap;*/ text-overflow: ellipsis; border-collapse: separate; /*width: 0; */ /* otherwise Chrome will not increase table size */ } .edit-content { text-align: right; margin-right: 6px; } /* resizable columns */ .vmf-table-wrapper { width: 100%; height: 100%; clear: both; } .scrollContainer { overflow: auto; width: 100%; height: 100%; } .resizeHelper, .ui-resizable-e { cursor: e-resize; width: 10px; height: 100%; top: 0; right: 0px; position: absolute; z-index: 100; font-size: 100%; } /* handle for FF */ @-moz-document url-prefix() { } .highlight-font { color: #006990; } table.vmf-table thead th.header { position: relative; background-clip: padding-box !important; border-right: 1px solid #fff !important; white-space: nowrap; } table.vmf-table thead th div.unselectable { overflow: hidden; margin-right: 7px; } table.vmf-table thead th span.icon-sort { position: absolute; right: 15px; } table.vmf-table thead tr th.snocol:first-child span.icon-sort { right: unset; right: 8px\9; margin-top: 0px; } table.vmf-table thead th div.dragtable-handle span.ng-binding { float: left; } table.vmf-table thead th div.dragtable-handle span { font-size: 14px; } .tabledrag table.vmf-table tbody tr td { padding: 8px 8px 8px 14px; } .basicEdit.editField, .successfulEdit .edit-content { top: 0px; } table.vmf-table > tbody { border: 1px solid #f1f1f1; } .draggableContainerCls table.vmf-table thead th div.dragtable-handle { overflow: hidden; } .table-wrapper { padding-left: 0; padding-right: 0; } table.vmf-table .tooltip-inner { white-space: pre-wrap; } .Table_comparison .table-striped tbody tr.group-header { border-left: 1px solid #ccc; } .Table_comparison .table-striped th.selectedcell { background-color: #F1F1F1 !important; color: #666666; } .Table_comparison .table-striped td.firstcell { color: #006990; } .Table_comparison .table-striped td.firstcell:hover { color: #0095D3; cursor: pointer; } .dragtable-sortable.ui-sortable .ui-sortable-handle.ui-sortable-placeholder { border-left: 4px solid #003d79; width: 4px !important; } .basic_nogrouping_table .drag-gripper-icon.no-multidrag { margin-left: 40%; } table.vmf-table .custom-checkbox span { margin-right: 0px; margin-left: 10px; } /*Table filter styles - start*/ .table-filter .dropdown-menu li { padding-left: 10px; } .table-filter .dropdown-menu li .custom-checkbox { padding-left: 28px; } .table-filter .dropdown-menu li label { font-size: 14px; font-family: proximanovaSemiBold, Arial, sans-serif; } .table-filter .dropdown-menu li.dropdown-actions { margin-left: 0px; } .table-filter .dropdown-menu li.dropdown-actions button:hover { text-decoration: none; } .dropdown-selected-options li { font-size: 12px; font-family: proximanovaReg, Arial, sans-serif; } .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content { display: block; z-index: 9999; width: 160px; width: 142px\0; border: 1px solid #ccc; padding-left: 0px; background-color: #fff; } .ui-autocomplete.ui-front.ui-menu .ui-menu-item { padding-left: 13px; } .ui-autocomplete.ui-front.ui-menu .ui-menu-item:hover { background-color: #E1F2F7; } .ui-autocomplete.ui-front.ui-menu li a { color: #333; font-size: 14px; } .ui-autocomplete.ui-front.ui-menu li.ui-state-focus { background: E1F2F7; } .table-filter-location { margin: 10px; } .dropdown-menu.location-filter { width: 520px; *width: 470px !important; left: -100px; } .dropdown-menu { box-shadow: 0 7px 12px rgba(0, 0, 0, 0.175) !important; } .dropdown-menu.location-filter .row { margin: 0px; } .dropdown-menu.location-filter .row input.textbox { padding-top: 3px; margin-top: 4px; } .dropdown-menu.location-filter .row input, .dropdown-menu.location-filter .row label { font-size: 14px; } .dropdown-menu.location-filter .row .col-md-4 { padding: 0 5px; } .dropdown-menu.location-filter .row .title { font-family: proximanovaSemiBold, Arial, sans-serif; } .dropdown-menu.location-filter .row .chkbox-wrapper { padding-left: 0px; margin-top: -6px; } .dropdown-menu.location-filter label { font-size: 14px; } .table-filter.open .dropdown-menu { border: 1px solid #ccc !important; } .table-filter-location.open .dropdown-menu { border: 1px solid #ccc !important; } @-moz-document url-prefix() { .dropdowns-container .each-dropdown .dropdown-toggle .caret { margin-top: 7px !important; } .vmf-search-header .vmf-search-head-title { margin-top: 5px !important; } } #reset-bar span { font-size: 14px; } .dropdown-selected-options { padding: 0px 10px; } ul.dropdown-selected-options li { font-weight: normal; } .dropdown-menu.location-filter button:hover { text-decoration: none; } .table-filter .dropdown-menu vmf-calendar-single { float: none; position: relative; top: -24px; left: 49px; } .dropdown-menu.location-filter .textbox, .table-filter-date-container { border: 1px solid #D0D0D0; height: 30px; padding-left: 5px; } .dropdown-menu .ui-datepicker-trigger { background: url("../images/calendar-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; height: 19px; position: relative; right: 24px; border: none; top: 4px; width: 18px; z-index: -2; } .dropdowns-container [vmf-table-filter-button-location] { display: inline-block; float: left; } .dropdowns-container [vmf-table-filter-button] { display: inline-block; float: left; } .dropdown-actions { overflow: hidden; width: 100%; } .dropdown-menu.location-filter .row { overflow: hidden; } #reset-bar { overflow: hidden; } .dropdown-menu.location-filter .checkbox label { padding-left: 28px; font-family: proximanovaSemiBold, Arial, sans-serif; } .dropdown-menu.location-filter .row .region { width: 80px; float: left; margin: 0 15px; } .dropdown-menu.location-filter .row .country { width: 175px; float: left; margin: 0 10px; } .dropdown-menu.location-filter .row .state { width: 175px; float: left; margin: 0 10px; } /*Table filter styles - End*/ /*table filter styles extended - Start*/ /* Dropdown holder */ #dropdown-holder { min-height: 93px; background: #F1F6F8; padding: 0px 10px 10px 10px; } /* Adds left padding to dropdown boxes */ .padding10, .dropdown { padding-left: 10px; } /* Corrects the left padding added on first dropdown */ .dropdown:first-child { padding-left: 0px; } /* Dropdown elements (ul and it's children) */ .dropdown-menu { border: 0 !important; padding-bottom: 0; width: 310px; float: left; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; font-weight: regular; margin-top: 0px; } .dropdown-menu li { padding-left: 0px; color: #333333; } .dropdown-menu li:last-child { padding-left: 0px; } .dropdown-menu li a { padding-left: 0px; } .dropdown-menu .form-control { height: 20px; padding: 6px auto; } /* Top bar on the holder block */ #reset-bar { padding: 6px 0 4px 0; font-size: 12px; font-family: proximanovaReg, Arial, sans-serif; font-weight: regular; color: #666666; } #reset-bar span.pull-left { font-size: 12px; } #reset-link { float: right; color: #006990; cursor: pointer; } /* Block where 'cancel' and 'apply' are shown */ .dropdown-actions { background: #f6f6f6; margin-top: 20px; } .dropdown-actions button { padding: 0; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #006990; padding: 9px 20px 8px; } .dropdown-actions button:last-child { padding: 15px 20px 15px auto; float: right; } /* Dropdown button - Added custom color gradient as per requirement */ .btn-group .dropdown-toggle.custom { background-color: #ffffff; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e4e4)); background-image: -webkit-linear-gradient(top, #ffffff #e4e4e4); background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0); border: 1px solid rgba(0, 0, 0, 0.15); } .btn-group.open .dropdown-toggle.custom { background-color: #0080b5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0095d3), to(#0080b5)); background-image: -webkit-linear-gradient(top, #0095d3, #0080b5); background-image: linear-gradient(to bottom, #0095d3, #0080b5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095d3', endColorstr='#0080b5', GradientType=0); color: #fff; border: none; } .btn-group.open .dropdown-toggle .caret { /* down-arrow in dropdown box */ border-top: 4px solid #ffffff; } /* Selected options list area */ .dropdown-selected-options { margin: 5px 0 0; list-style: none; font-family: proximanovaReg, Arial, sans-serif; font-size: 12px; color: #333333; } .dropdown-selected-options li { line-height: 16px; margin-top: 8px; } .dropdown-selected-options .custom-icon-delete { float: left; width: 16px; height: 16px; margin-right: 5px; background: url('../images/cross.png'); background-repeat: no-repeat; cursor: pointer; } .dropdown-selected-options li:first-child { margin-top: 5px; } .dropdowns-container vmf-table-filter-button { display: inline-block; float: left; } .dropdown-menu .vmf-calendar-drop { position: relative; top: -24px; left: 28px; } .dropdown-menu .datefield .custom-checkbox { width: 50px; } .dropdown-menu .checkbox.warningfield { height: 22px; } .dropdown-menu .checkbox.warningfield img { position: relative; top: -21px; left: 28px; } .dropdown-menu .checkbox.warningfield .custom-checkbox { padding-left: 50px; } .table-filter .custom-checkbox span, .table-filter-location .custom-checkbox span { top: 0; } /* Location CSS */ .dropdown-menu p { padding-left: 18px; font-family: proximanovaReg, Arial, sans-serif; font-size: 14px; color: #333333; background-color: #FFF; } .dropdown-menu p:last-child { padding-left: 0px; background-color: #f6f6f6; margin-bottom: 0px; } .data { display: inline-block; width: 55px; } .data1 { display: inline-block; } .table-filter-date-container { background: url("images/calender.png") no-repeat; background-position: right; } /*table filter styles extended - End*/ .dropdowns-container { display: inline-block; } .dropdowns-container .each-dropdown { margin-right: 10px; float: left; } .dropdowns-container .each-dropdown .table-filter-location { margin: 0px; } .dropdowns-container .each-dropdown .dropdown-toggle { padding-left: 9px; padding-right: 9px; height: 32px; } .dropdowns-container .each-dropdown .dropdown-toggle .title { font-size: 14px; float: left; } .dropdowns-container .each-dropdown .dropdown-toggle .caret { margin-top: 6px; margin-left: 20px; float: left; border: none; width: 12px; height: 7px; background: url('../images/arrow.png'); background-repeat: no-repeat; } .dropdowns-container .each-dropdown .btn-group.open .dropdown-toggle { border: 1px solid transparent; box-shadow: none; } .dropdowns-container .each-dropdown .btn-group.open .dropdown-toggle .caret { background-image: url('../images/arrow-down-hover.png'); } .dropdowns-container .each-dropdown .calContainer { margin-left: -10px; } /* While resize columns column height getting increased fixes - Starts */ table.vmf-table thead th span.icon-sort { display: none; } table.vmf-table thead th.sort-asc span.icon-sort, table.vmf-table thead th.sort-desc span.icon-sort { display: inline; } table.vmf-table tr td .truncate span.td-content { display: block; overflow: hidden; text-overflow: ellipsis; } .JCLRgrips .JCLRgrip.no-col-resize div.JColResizer { cursor: auto; } /* While resize columns column height getting increased fixes - Ends */ /* * Quick View - Starts */ .vmf-table-quick-view-wrapper .vmf-table-wrapper { overflow: visible !important; } .vmf-table-quick-view-wrapper table.vmf-table { width: 100%; } .vmf-table-quick-view-wrapper table.vmf-table thead tr th.header { padding-left: 15px !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows td { padding: 10px 15px; overflow: visible !important; height: 40px; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows td .edit-content { overflow: hidden; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-rows:hover td.vmf-table-td { background-color: #F1F6F8 !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected td { background-color: #0095D3 !important; } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected td .vmf-quick-view-cell-wrapper .vmf-quick-view-icon { background: url('../images/quick-icon-hover.png'); } .vmf-table-quick-view-wrapper table.vmf-table .vmf-checkbox-row-selected:hover td.vmf-table-td, .vmf-table-quick-view-wrapper table.vmf-table .vmf-edit-tr-selected:hover td.vmf-table-td { background-color: #0095D3 !important; } .vmf-quick-view-cell-wrapper { position: relative; } .vmf-quick-view-cell-wrapper .vmf-quick-view-cell { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .vmf-quick-view-cell-wrapper .vmf-quick-view-icon { position: absolute; top: 5px; right: 10px; height: 12px; width: 19px; background: url('../images/quick-icon.png'); cursor: pointer; } .vmf-quick-view-cell-wrapper .quick-view-popup { position: absolute; z-index: 10; top: -98px; right: -460px; } .vmf-quick-view-cell-wrapper .quick-view-popup .tablepanel { position: relative; top: 0px; left: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .arrow { position: absolute; left: -13px; top: 60px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel { position: relative; top: 0px; left: 0px; width: 450px; background-color: none; border: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets { padding: 0px; margin-left: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title { padding: 10px 10px 10px 15px; line-height: 24px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title span { font-size: 18px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .title .icon-close { background: url('../images/close_lg.png') no-repeat; background-size: 20px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/close_lg.png', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/close_lg.png', sizingMethod='scale')"; background-size: 20px; width: 20px; height: 20px; cursor: pointer; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .vmf-quick-close-icon { margin-right: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section { padding: 10px 15px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details { width: 100%; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats { width: 100%; margin-top: 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats thead { background-color: #F0F2C8; border-left: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats thead tr th { font-size: 9px; font-weight: bold; background: none !important; background-color: #F0F2C8; text-align: center; border: none !important; border-right: none !important; padding: 0px 10px !important; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats tbody { border: none; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .stats-details table.quick-view-stats tbody tr td { padding-top: 0px !important; padding-bottom: 1px !important; background-color: #F0F2C8 !important; text-align: center; border: none; font-size: 18px; font-weight: bold; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider { margin: 0px 30px !important; width: 358px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title { margin: 15px 0 4px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title span { color: #333333; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .slide_title .slide-title-left { margin-left: 4px; margin-top: 0px; font-size: 14px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .section .slider .adjust-bottom { margin-bottom: 15px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title { margin-top: -2px; padding: 18px 0px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.button { padding-left: 20px; padding-right: 20px; padding-top: 9px; padding-bottom: 9px; cursor: pointer; font-family: proximanovaSemiBold, Arial, sans-serif; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.blue_button { margin-left: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup .panel .widgets .footer_title a.gray_button { margin-right: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup-left { right: 50px; } .vmf-quick-view-cell-wrapper .quick-view-popup-left .arrow { left: 445px; top: 61px; background: url('../images/arrow_pop_right_side.png') no-repeat; background-size: 22px; width: 20px; } .vmf-quick-view-selected-icon { display: block !important; } tr.vmf-rows .vmf-quick-view-icon { display: none; } tr.vmf-rows:hover .vmf-quick-view-icon { display: block; } /* * Quick View - Ends */ /* * Styles regarding Table bulk actions - Starts */ .vmf-bulk-actions-wrap { padding: 5px 10px 0px 9px; width: 100%; margin-top: 40px; clear: both; height: 40px; position: relative; background: #EBEBEB; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EBEBEB), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #EBEBEB 1%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #EBEBEB 1%, #FFFFFF 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */ } .vmf-bulk-actions-wrap ul { padding: 0px; margin: 0px; white-space: nowrap; } .vmf-bulk-actions-wrap ul li.action { display: inline; color: #999999; font-size: 16px; margin-right: 20px; padding: 5px 0px 8px 0px; position: relative; top: 5px; } .vmf-bulk-actions-wrap ul li.action-enabled { color: #006990; cursor: pointer; } .vmf-bulk-actions-wrap ul li.action-enabled:hover { color: #0095D3; } .vmf-bulk-actions-wrap ul li.action:last-child { margin-right: 0px; } .vmf-bulk-actions-wrap ul li.more-actions { padding: 5px 14px 5px 14px; float: right; display: inline-block; color: #999999; position: absolute; top: 5px; right: 0px; z-index: 100000; } .vmf-bulk-actions-wrap ul li.more-actions span { float: left; } .vmf-bulk-actions-wrap ul li.more-actions span.icon-sort { margin-left: 8px; margin-top: 8px; width: 12px; background-image: url("/images/bg_alert_spite.png"); background-position: 0px -238px; float: left; } .vmf-bulk-actions-wrap ul li.more-actions .sub-actions { display: none; padding: 5px 15px 4px; position: absolute; top: 30px; left: 0px; z-index: 1000; width: 100%; background-color: #FFFFFF; border: 1px solid #999999; } .vmf-bulk-actions-wrap ul li.more-actions .sub-actions .sub-action { margin-bottom: -1px; } .vmf-bulk-actions-wrap ul li.more-actions:hover { background-color: #0095D3; color: #FFFFFF; } .vmf-bulk-actions-wrap ul li.more-actions:hover span.icon-sort { background-position: 0px -251px; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions { display: block; color: #999999; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions .action-enabled { color: #006990; cursor: pointer; } .vmf-bulk-actions-wrap ul li.more-actions:hover .sub-actions .action-enabled:hover { color: #0095D3; } .vmf-table-bulk-wrapper { height: 300px; overflow-y: auto; } .vmf-table-bulk-wrapper .jspContainer { top: -1px; } .vmf-table-bulk-wrapper .jspPane { padding: 0px !important; } .vmf-table-bulk-wrapper .jspVerticalBar { z-index: 10000; } .vmf-table-bulk-actual-wrap { overflow: hidden !important; } .tablebulk table.vmf-table { position: relative; } .tablebulk table.vmf-table thead tr th { padding-top: 5px !important; padding-bottom: 5px !important; } .tablebulk table.vmf-table thead tr th div.dragtable-handle { overflow: hidden; } .tablebulk table.vmf-table .vmf-table-bulk-header-virtual tr { height: 0px !important; } .tablebulk table.vmf-table .vmf-table-bulk-header-virtual tr th { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; height: 0px !important; } .tablebulk table.vmf-table tbody { overflow: auto; } .tablebulk table.vmf-table tbody tr td { height: 41px; padding-top: 4px !important; padding-bottom: 7px !important; } .tablebulk table.vmf-table tbody tr td .custom-checkbox { display: inline; float: left\9; margin: 2px 10px 1px 0; } .tablebulk table.vmf-table tbody tr td .vmf-table-bulk-cell-wrapper span[toggle] { position: relative; top: 3px; top: 0px\9; overflow: hidden; } .tablebulk table.vmf-table tbody tr td.vmf-bulk-col-highlight span { color: #006990; text-align: right; } .tablebulk table.vmf-table tbody tr:hover td { background-color: #E5EBF1 !important; } .tablebulk table.vmf-table tbody tr.vmf-checkbox-row-selected td.vmf-bulk-col-highlight span { color: #FFFFFF; } .tablebulk table.vmf-table tbody tr.vmf-checkbox-row-selected:hover td { background-color: #0095D3 !important; } .vmf-search-header { margin-left: -9px; } .vmf-search-header .custom-checkbox { height: 18px; margin-left: -5px !important; margin-right: 9px; margin-top: 12px !important; margin-top: 8px\9; display: inline-block; float: left; } .vmf-search-header .vmf-search-head-title { display: inline-block; float: left; margin-top: 7px; margin-top: 5px\0; } .vmf-search-header .vmf-search-head-title span { float: left; } .vmf-search-header .vmf-search-head-title .icon-sort { margin-left: 40px; margin-left: 15px\9; position: relative; right: 0px; } .vmf-search-header .vmf-search-head-input { display: inline-block; float: left\9; max-width: 253px; width: 50%; height: 30px; margin-left: 10px; position: relative; min-width: 50px\9; background: #FFFFFF; padding-right: 40px\9; padding-left: 10px\9; margin-left: 20px\9; width: 40% \9; } .vmf-search-header .vmf-search-head-input div.icon { height: 16px; width: 16px; position: absolute; top: 6px; right: 10px; } .vmf-search-header .vmf-search-head-input .search-icon { background: url('../images/search.png') no-repeat; } .vmf-search-header .vmf-search-head-input input { width: 100%; height: 100%; font-size: 14px; font-family: proximanovaLight, Arial, sans-serif; font-style: italic; font-weight: normal; padding-left: 10px; padding-right: 30px; padding-top: 5px; padding-bottom: 5px; border: none; outline: none; color: #666666; box-shadow: inset 0 0 5px #C3C3C3; box-shadow: none\9; width: 100% \9; background-color: none\9; padding-left: 0px\9; padding-right: 0px\9; } /* * Styles regarding Table bulk actions - Ends */ /* * Check box fix */ .drop_down_holder .custom-checkbox span, .table-filter .custom-checkbox span { top: 0; } .drop_down_holder .custom-checkbox span { margin-left: 0; } /* * Check box fix */ /* * Responsive style - Begins */ .responsive_table table.vmf-table td:before { display: none; color: #333; } .responsive_table table.vmf-table th, .responsive_table table.vmf-table td { display: table-cell; padding: 0.25em 0.5em; } .responsive_table table.vmf-table th:first-child, .responsive_table table.vmf-table td:first-child { padding-left: 0; } .responsive_table table.vmf-table th:last-child, .responsive_table table.vmf-table td:last-child { padding-right: 0; } .responsive_table table.vmf-table td { /* display: block; */ float: none\9; /*custom line */ } .responsive_table table.vmf-table tbody tr td div.content { float: left; } @media screen and (max-width: 480px) { .responsive_table table.vmf-table tbody tr td div.content { float: none; } .responsive_table table.vmf-table { margin: 1em 0; min-width: 320px; } .responsive_table table.vmf-table th { display: none; } .responsive_table table.vmf-table td { display: block; float: left\9; /* custom line */ } .responsive_table table.vmf-table td:first-child { padding-top: 0.5em; } .responsive_table table.vmf-table td:last-child { padding-bottom: 0.5em; } .responsive_table table.vmf-table td:before { content: attr(field) ": "; font-weight: bold; width: 8.5em; display: inline-block; float: left; /* custom line*/ } .responsive_table table.vmf-table th, .responsive_table table.vmf-table td { text-align: left; } } /* * Responsive style - Ends */ /* * Inline Edit Dropdown - Starts */ .editable-inputs .vmf-dropdown.col-md-4 { width: 115px; padding: 0px; } /* * Inline Edit Dropdown - Ends */ table.vmf-table thead th span { font-size: 14px; } .pagination.vmfpaging ul > .disabled > a, .pagination.vmfpaging ul > .disabled > a:hover, .pagination.vmfpaging ul > .disabled > a:focus { background-color: transparent; } .table-wrapper .table_title_tag { padding-left: 0pc !important; } table.vmf-table thead th.snocol { width: 40px !important; max-width: 40px; } table.vmf-table .editable-inputs .vmf-calContainer { width: auto; } table.vmf-table .editable-inputs .vmf-calContainer .calIcon { top: 4px !important; } table.vmf-table .actionCol .vmf-btn { margin: 0 0 5px 5px; width: 150px; } .productAlert_disNone { display: none; } .productAlert_product-parent { width: auto; padding: 28px 40px 15px; background-color: #F1F1F1; } .productAlert_product-title { font-size: 22px; line-height: 22px; font-family: 'proximanovaSemiBold'; color: #333333; padding-bottom: 5px; } .productAlert_product-accordian { margin-top: 13px; line-height: 16px; padding-bottom: 8px; border-bottom: 1px solid #cccccc; } .productAlert_product-accordian.lastChild { border-bottom: 0; } .productAlert_product-accordian.activeAcc .productAlert_product-heading { background-image: url("/images/down_alert_arrow.png"); color: #0095d3; background-position: 0px 4px; } .productAlert_product-heading { padding-left: 20px; margin-bottom: 10px; font-size: 16px; font-family: 'proximanovaSemiBold'; color: #666666; cursor: pointer; background: url("/images/right_alert_arrow.png") no-repeat 0px 4px; padding-top: 0; outline: none; } .productAlert_product-heading:focus, .productAlert_product-heading:active { color: #666666; outline: none; } .productAlert_last { border: none; } .productAlert_product-arrow { height: 10px; width: 10px; float: left; } .productAlert_product-heading { margin-bottom: 0; } .productAlert_product-heading:hover { color: #0095d3; } .productAlert_product-content, .productAlert_product-contentExpanded { margin-top: 5px; font-size: 16px; margin-left: 20px; position: relative; } .productAlert_product-message { font-family: 'proximanovaReg'; color: #666666; } .productAlert_product-link { font-family: 'proximanovaReg'; color: #006990; } .productAlert_product-view { font-family: 'proximanovaSemiBold'; color: #666666; } .productAlert_product-close { float: right; cursor: pointer; position: relative; top: -5px; } .productAlert_product-bar { height: 47px; border: 1px solid #d0d0d0; border-radius: 3px; background: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #ECECEC)); background: -o-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background: -ms-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#ECECEC'); /*For IE7-8-9*/ margin-bottom: 10px; } .productAlert_product-alertImage { background-image: url("/images/alertCountBg-hover.png"); height: 25px; width: 33px; float: right; margin-top: 10px; margin-right: 20px; margin-right: 20px; font-family: 'proximanovaSemiBold'; color: #ffffff; font-size: 16px; } .productAlert_product-alertImage:hover { cursor: pointer; background-image: url("/images/alertCountBg.png"); } .productAlert_product-alertCount { margin-top: 2px; margin-left: 15px; float: left; } @-moz-document url-prefix() { .product-alertCount { margin-top: 3px; } } .productAlert_product-container { float: right; width: 119px; border-left: 1px solid #d0d0d0; cursor: pointer; padding-bottom: 10px; } .productAlert_product-alerts { margin-left: 15px; font-family: 'proximanovaSemiBold'; color: #333333; font-size: 16px; float: left; margin-top: 14px; margin-right: 0; line-height: 16px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .productAlert_product-parent, .productAlert_product-bar { max-width: 850px; } .productAlert_product-accordian { max-width: 770px; } } .pagination { width: 100%; clear: left; } .pagination .pagination2_grid { margin: 30px 0px; list-style-type: none; } .pagination .pagination2_grid li { display: inline-block; margin: 0px; vertical-align: middle; } .pagination .pagination2_grid li a { font: normal 18px/14px proximanovaSemiBold, Arial, sans-serif; color: #006990; width: 25px; height: 25px; letter-spacing: 0px; outline: none; } .pagination .pagination2_grid li a:hover { color: #006990; } .pagination .pagination2_grid li.page_lnks { background: #FFFFFF; color: green; text-align: center; vertical-align: middle; } .pagination .pagination2_grid li.page_lnks a { padding: 6px 0px 0px 0px; } .pagination .pagination2_grid li.page_lnks a:hover { color: #FFFFFF; } .pagination .pagination2_grid li.page_lnks.active a, .pagination .pagination2_grid li.page_lnks.active:hover a { background: #0095D3; color: #FFFFFF; } .pagination .pagination2_grid li.page_lnks:hover a { background: #FFFFFF; color: #006990; } .pagination .pagination2_grid li.disabled .page_prev_lnk, .pagination .pagination2_grid li.disabled .page_next_lnk { color: #E6E6E6; cursor: no-drop; } .pagination .pagination2_grid .page_prev_lnk, .pagination .pagination2_grid .page_next_lnk { background: url('/images/pagination/page_left.png') no-repeat 0% center; width: auto; padding: 6px 5px 7px 16px; font-size: 1rem; color: #006990; cursor: pointer; } .pagination .pagination2_grid .page_prev_lnk:hover, .pagination .pagination2_grid .page_next_lnk:hover { background-color: transparent; } .pagination .pagination2_grid .page_next_lnk { background: url('/images/pagination/page_rgt.png') no-repeat 100% center; padding: 6px 16px 7px 10px; } .pagination .pagination2_grid .page_next_lnk:hover { background-color: transparent; } .pagination_pagination { margin: 30px 0px 30px 0px; padding: 0px; font: normal 14px/12px proximanovaReg, Arial, sans-serif; color: #333333; } .pagination_pagination .pagination_previous_1, .pagination_pagination .pagination_next_1 { float: left; display: inline-block; padding: 0px; width: 26px; height: 26px; margin: 0px 15px 0px 0px; cursor: pointer; box-shadow: 0px 0px 5px 0px #CCCCCC; background: url('/images/pagination.png') no-repeat 0px 0px; } .pagination_pagination .pagination_previous_1.disabled, .pagination_pagination .pagination_next_1.disabled { cursor: no-drop; box-shadow: 0px 0px 5px 0px #EEEEEE; border-radius: 3px; background: url('/images/pagination.png') no-repeat -57px 0px; } .pagination_pagination .pagination_next_1 { margin: 0px 0px 0px 14px; box-shadow: 0px 0px 5px 0px #CCCCCC; background: url('/images/pagination.png') no-repeat -85px 0px; cursor: pointer; } .pagination_pagination .pagination_next_1.disabled { box-shadow: 0px 0px 5px 0px #EEEEEE; border-radius: 3px; cursor: no-drop; background: url('/images/pagination.png') no-repeat -28px 0px; } .pagination_pagination .pagination_pattern_two { font-family: proximanovaReg, Arial, sans-serif; font-size: 0.875rem; float: left; vertical-align: middle; display: inline-block; } .pagination_pagination .pagination_pattern_two .pagination_page_box { width: 31px; height: 26px; text-align: center; padding: 0px; margin: 0px 4px; border: 1px solid #CCCCCC; box-shadow: #333333 1px 4px 6px -6px inset; } .pagination_pagination .pagination_pattern_two_drop { display: inline; color: #666666; float: right; width: 115px; } .pagination_pagination .pagination_pattern_two_drop .dropDownListItems { display: block; width: 100%; } .pagination_pagination .pagination_pattern_two_drop .dropDownListItems li { display: block; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown.col-md-4 { width: 100%; padding: 0px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content { width: 115px; height: 25px; padding: 6px 10px 6px 10px; font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 0.875rem; color: #666666; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content ul { margin-top: -6px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content .current-selection { font-family: proximanovaSemiBold, Arial, sans-serif; font-size: 0.875rem; color: #666666; } /* Pagination Styles */ .pagination_container { width: auto; padding: 0px 0px 10px 0px; color: #666666; font: 14px/24px sans-serif; } .pagination_container ul { display: table; box-shadow: 0px 3px 5px 0px #999999; } .pagination_container li { display: table-cell; } .paginationContent .result { font: normal 16px/10px proximanovaReg, Arial, sans-serif; padding: 28px 0px 0px 0px; } .paginationContent .result .contentHeading { color: #006990; } .paginationContent .result .contentHeading a { text-decoration: none; color: #006990; line-height: 20px; padding: 0px 0px 0px 0px; } .paginationContent .result .contentDesc { color: #333333; line-height: 18px; padding-top: 17px; font-size: 1rem; font-family: proximanovaReg, Arial, sans-serif; } .paginationContent .result .contentLink { color: #006990; padding-top: 10px; } .paginationContent .result .contentLink a { text-decoration: none; color: #006990; padding: 0px 0px 0px 0px; line-height: 14px; } .paginationContent .result .contentMeta { padding-bottom: 30px; border-bottom: 1px dotted #FFFFFF; color: #999999; margin-top: 8px; line-height: 16px; } .paginationContent .result .contentMeta .ratings_stars, .paginationContent .result .contentMeta .ratings_vote { background: url('/images/empty_star.png') no-repeat; float: left; height: 16px; padding: 1px; width: 18px; } .paginationContent .result .contentMeta .ratings_vote { background: url('/images/filled_star.png') no-repeat; } @media (min-width: 768px) { .paginationContent .result .contentHeading a { line-height: normal; } } @media (max-width: 992px) { .pagination_pagination .pagination_pattern_two_drop { clear: left; display: block; width: 100%; margin: 0px 10px 0px 0px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown { margin-left: 10px; } .pagination_pagination .pagination_pattern_two_drop .vmf-dropdown .vmf-dropdown-content { width: 100%; margin: 10px 0px; } } .login input.has-error { border: 1px solid #E00000; } .login .modal-dialog .modal-body { min-height: 100px; padding: 20px 30px 15px; } .login .modal-header .modal-title { line-height: 20px; padding: 33px 15px 31px 29px; color: #333333; } .login .modal-header .closeIcon { margin: 10px; } .login .modal-header .closeIcon:focus, .login .modal-header .closeIcon:active { outline: none; } .login .vmf-text-input { margin-bottom: 20px; } .login .register { font-family: proximanovaSemiBold, Arial, sans-serif; color: #006990; float: left; margin-right: 0px; line-height: 15px; margin-left: 10px; padding: 0; } .login .forgotpwd { font-family: proximanovaSemiBold, Arial, sans-serif; color: #006990; margin-left: 0; line-height: 15px; padding: 0; } .login .custom-checkbox { float: left; font-size: 0.875rem; margin-top: 7px; } .login .custom-checkbox span { margin-right: 5px; } .login .modal-footer { padding: 20px 30px 25px 30px; } .login .vmfloginChange { margin-left: 0; padding: 15px 50px; outline: none; } .login .requiredLabel { margin-top: 5px; line-height: 16px; } .login .error-msg input { border: 1px solid #E00000; } .login .error-msg .requiredLabel { display: block; } .login .loginLinks { display: block; overflow: hidden; } .login .loginLinks li:first-child { float: left; padding-right: 10px; border-right: 1px solid #006990; } .loginInline .login { display: block; position: relative; opacity: 1; z-index: 1030; } .loginInline .login .closeIcon { display: none; } .loginInline .login .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: none; transition: none; } .loginInline .login .modal-dialog { margin: 0; } .loginInline .login .modal-content { box-shadow: none; margin: 0; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .login .register { margin-right: 15px; margin-left: 23px; } .login .forgotpwd { margin-left: 15px; line-height: 15px; } .login .loginLinks li:first-child { padding-right: 26px; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .login .modal-dialog { max-width: 330px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .pageContainer { max-width: 100%; margin: 8px 10px 0; } body.vmf-customTemplate { background-position: 0 -10px; } body.vmf-customTemplate .vmf-UtilityNavContainer { background: transparent; } body.vmf-customTemplate .vmf-UtilityNavContainer .utilityContainer .page-eyebrow { background: transparent; } .vmf-GridMainContainer { margin-bottom: 30px; color: #333333; } .vmf-GridMainContainer .vmf-heroContent { margin: 10px 0; background: #FFFFFF; padding: 30px 45px; min-height: 100px; } .vmf-GridMainContainer .vmf-quickLinks { margin: 10px 0; background: #FFFFFF; padding: 30px 45px; min-height: 100px; } .vmf-gridGlobalNavContainer { min-height: 100px; } .vmf-GridSectionContainer { color: #333333; } .vmf-GridSectionContainer .vmf-GridIntrdctn, .vmf-GridSectionContainer .vmf-GridProducts, .vmf-GridSectionContainer .vmf-GridOverview { min-height: 70px; margin: 15px 0; padding: 30px 45px; background: #FFFFFF; } .vmf-MainContainer { min-height: 350px; background-color: #FFFFFF; margin-top: 10px 0; color: #333333; background: #FFFFFF; padding: 30px 45px; } .vmf-UtilityNavContainer { height: 40px; background: #0A536F; color: #FFFFFF; } .vmf-GlobalNavContainer { min-height: 70px; } .vmf-FooterContainer { min-height: 150px; background: #323235; } .vmf-GridFooterContainer { min-height: 150px; background: #323235; margin-top: 25px; } .vmf-utilityLogo { width: 172px; height: 27px; background: url(/images/logo-b.png) no-repeat; vertical-align: middle; } .noPadding { padding: 0; } .nav-color { background: #0B739F; } @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .pageContainer { margin: 8px 50px 0; } .vmf-bigfooter { padding: 0px 50px; } .vmf-GridMainContainer .vmf-heroContent { margin: 0 10px 0 0; min-height: 400px; } .vmf-GridMainContainer .vmf-quickLinks { min-height: 400px; margin: 0 0 0 20px; } .vmf-GridSectionContainer .vmf-GridIntrdctn, .vmf-GridSectionContainer .vmf-GridProducts, .vmf-GridSectionContainer .vmf-GridOverview { height: 470px; } .vmf-GridSectionContainer .vmf-GridIntrdctn { margin: 0px 20px 0px 0px; } .vmf-GridSectionContainer .vmf-GridProducts { margin: 0px 10px; } .vmf-GridSectionContainer .vmf-GridOverview { margin: 0px 0px 0px 20px; } } @media (min-width: 1600px) { .pageContainer, .vmf-footerWrap { max-width: 1510px; margin: 0px auto; } .utilityContainer .max-width { max-width: 1520px; margin: 0px auto; } } .registrationForm .passwordFormField { position: relative; } .registrationForm .passwordFormField .strengthContainer { top: 7px; margin-top: 0px; } .registrationForm .completeSubHead { display: block; padding: 20px 20px 10px 50px; font-size: 2.5rem; line-height: 2.8125rem; color: #6FB442; font-family: proximanovaLight, Arial, sans-serif; clear: both; background: url("/images/completeStatus.png") no-repeat scroll left center transparent; margin: 3px 0 0px; } .registrationForm .form-group .vmf-primary { text-align: center; } .registrationForm .checkEmail ul { margin: 20px; } .registrationForm .checkEmail ul li { list-style: disc; } .registrationForm .registrationHead { font-family: proximanovaLight; font-size: 40px; color: #40AFDE; border: 0 none; padding: 0; margin-top: 23px; margin-bottom: 10px; } .registrationForm .subheadDivider { border-top: 1px solid #CCCCCC; padding-top: 20px; clear: both; display: block; } .registrationForm .subhead, .registrationForm p { color: #666666; font-family: proximanovaLight; } .registrationForm .formTemplate-buttonDeviders .custom-checkbox { padding-top: 0; font-family: proximanovaReg; } .registrationForm .vmf-confirmation { padding: 23px 0 32px; } .registrationForm .vmf-confirmation h2 { font-family: proximanovaSemiBold, Arial, sans-serif; } .registrationForm .vmf-confirmation .vmf-checkbox-group .custom-checkbox { margin-bottom: 45px; } .form-group .formSection { margin-bottom: 10px; } .registrationFormBox .modal-dialog { width: auto; margin: 10px; } .registrationFormBox .modal-dialog .modal-header .modal-title { padding: 23px 20px 16px 30px; line-height: 20px; font-size: 28px; } .registrationFormBox .modal-dialog .modal-header .closeIcon { margin: 20px; } .registrationFormBox .modal-dialog .modal-body { padding: 28px 30px 2px; height: 400px; overflow: auto; } .registrationFormBox .modal-dialog .modal-footer { padding: 20px 70px 30px 30px; } .registrationFormBox .modal-dialog .modal-footer .printBtn { margin-left: 0; } .registrationFormBox .modal-dialog p { margin-bottom: 20px; line-height: 16px; color: #000; } .formRegistrationTemplate { margin-bottom: 20px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .registrationFormBox .modal-dialog { max-width: 1120px; margin: 10px auto; } .formResetSection { max-width: 500px; } .formResetSection .col-md-4 { width: 75%; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .registrationForm .formRegistrationSection { margin-left: 225px; } .registrationForm .passwordFormField .strengthContainer { top: 0; margin-top: -3px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } .vmf-formTemplate .selectWidth .vmf-dropdown, .vmf-formTemplate .selectWidth > div { width: 150px; } .vmf-formTemplate #vmf-formTextarea { height: 70px; margin-bottom: 15px; } .vmf-formTemplate .calendercontainer { margin-left: 15px; } .paddingRightNone { padding-right: 0; } .vmf-formTextarea-lg { height: 200px; margin-top: 10px; color: #666666; } .vmf-primary.browse-btn { margin: 0 0 0 15px; cursor: pointer; } .fileUploadCustom { height: 0; width: 100%; float: left; position: absolute; left: -9999px; } .vmf-confirmation { padding: 0px; } .vmf-confirmation .col-md-12 { padding-left: 0px; } .formCheckBoxGroup { margin-bottom: 30px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .vmf-formTemplate .selectWidth .vmf-dropdown { width: 180px; } .vmf-formTemplate .selectWidth > div { width: auto; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 1300px) { } /* moved to shared scss files some issues with this folder*/ /*! * UI Progres Bar Customization starts * Component: Step-By-Step-Progress Bar */ .step_by_step_progress_bar { width: 100%; float: left; } .step_by_step_progress_bar.num_steps_4 ol li { width: 100%; float: left; } .step_by_step_progress_bar .vmf-progress-bar { width: 100%; border-top: 3px solid #C0C0C0; border-bottom: 3px solid #C0C0C0; float: left; padding: 17px 0px 17px 0px; } .step_by_step_progress_bar .vmf-progress-bar ol { margin: 0px; list-style-type: none; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-title { font-family: proximanovaReg, Arial, sans-serif; font-size: 16px; color: #999999; padding-top: 5px; float: left; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.number { margin-right: 6px; width: 30px; height: 30px; float: left; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -904px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -955px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section span.vmf-progress-number-4 { background: url("/images/bg_alert_spite.png") no-repeat 0 -1112px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-title { font-family: proximanovaSemiBold, Arial, sans-serif; color: #C0C0C0; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-1 { background: url("/images/bg_alert_spite.png") no-repeat 0 -825px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -877px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -929px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.active span.vmf-progress-number-4 { background: url("/images/bg_alert_spite.png") no-repeat 0 -1086px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-title { color: #333333; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-1 { background: url("/images/bg_alert_spite.png") no-repeat 0 -625px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-2 { background: url("/images/bg_alert_spite.png") no-repeat 0 -650px; } .step_by_step_progress_bar .vmf-progress-bar ol .vmf-progress-section.visited span.vmf-progress-number-3 { background: url("/images/bg_alert_spite.png") no-repeat 0 -677px; } .vmfWpbTask .vmf-checkbox-group .formSection { padding-top: 10px; } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .step_by_step_progress_bar.num_steps_4 ol li { width: 25%; float: left; } .vmf-progress-section span.vmf-progress-title { width: 70%; } }
0.332527
0.047382
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; } .wrapper { width: 1200px; margin: 0 auto; } .header { display: flex; justify-content: space-between; padding: 28px 0 110px 0; align-items: baseline; } .logo { font-size: 30px; color: #95e1d3; font-family: "Montserrat", sans-serif; font-weight: 700; text-decoration: none; } .logo-site { text-decoration: none; } .nav-menu { display: flex; } .menu-item { list-style: none; margin-right: 55px; } .menu-item:nth-child(5n) { margin-right: 0; } .nav-link { line-height: 11px; display: block; list-style: none; text-transform: uppercase; text-decoration: none; font-size: 14px; color: #95e1d3; font-family: "Montserrat", sans-serif; font-weight: 400; transition: color 200ms linear; } .nav-link::after { content: ""; border-bottom: 3px solid #f38181; display: block; width: 100%; margin-top: 10px; visibility: hidden; } .menu-item:hover .nav-link::after { visibility: visible; } .nav-link:hover, .nav-link:focus { color: #f38181; } .section-title { font-size: 30px; color: #333333; font-family: "Montserrat", sans-serif; font-weight: 700; text-align: center; text-transform: uppercase; } .title-header { font-size: 24px; color: #1a0909; font-family: "Kaushan Script", cursive; font-weight: 400; margin-bottom: 15px; display: block; text-transform: none; } .section-title::after { content: ""; border-bottom: 3px solid #f38181; display: block; margin: 0 auto; margin-top: 40px; margin-bottom: 60px; width: 60px; } .section-menu__branches { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin-bottom: 100px; } .branches-item { position: relative; flex-basis: 380px; padding: 15px 30px 0 60px; } .branches-item:not(:nth-child(3n)) { margin-right: 30px; } .branches-item:nth-child(-n + 3) { margin-bottom: 80px; } .branches-item::before { position: absolute; left: 0; top: 0; display: inline-block; content: ""; width: 50px; height: 50px; background-image: url(../img/css_sprites.png); background-repeat: no-repeat; } .branches-item:nth-child(1):before { background-position: -100px 0; } .branches-item:nth-child(2):before { background-position: -50px 0; } .branches-item:nth-child(3):before { background-position: -100px -50px; } .branches-item:nth-child(4):before { background-position: 0 -50px; } .branches-item:nth-child(5):before { background-position: -50px -50px; } .branches-item:nth-child(6):before { background-position: 0 0; } .branches-name { font-size: 14px; color: #333333; font-family: "Montserrat", sans-serif; font-weight: 400; text-transform: uppercase; } .branches-descr { font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto", sans-serif; font-weight: 400; padding-top: 25px; } .section-subtitle { text-align: center; padding: 0 120px; font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto", sans-serif; font-weight: 400; margin-bottom: 90px; } .team-menu { display: flex; justify-content: space-between; margin-bottom: 80px; } .team-members { list-style: none; width: 380px; position: relative; } .team-members:hover .member-overlay { opacity: 0.9; top: -10px; left: -10px; } .team-overlay { position: relative; } .member-overlay { position: absolute; height: 100%; width: 100%; font-size: 0px; background-image: linear-gradient(0deg, #f0e290 0%, #e98a89 100%); top: 0px; left: 0px; opacity: 0; display: flex; justify-content: center; align-items: center; z-index: 3; transition: all 200ms linear; box-shadow: 10px 10px #95e1d3; transition: opacity 200ms linear, box-shadow 200ms linear; } .team-image { position: relative; transition: all 200ms linear; z-index: 2; display: block; } .icon-link { background-image: url(../img/css_sprites.png); background-repeat: no-repeat; height: 55px; width: 55px; display: inline-block; display: flex; margin-right: 1px; justify-content: center; align-items: center; background-color: #fce38a; transition: background-color 200ms linear; } .team-members:hover .team-image { transform: translate(-10px, -10px); } .facebook { background-position: -146px -40px; } .twiter { background-position: -40px -97px; } .pinterest { background-position: -146px 5px; } .instagram { background-position: 5px -98px; } .figure-title__first { text-transform: uppercase; text-align: center; font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: #333333; margin: 12px 0; } .icon-link:hover { background-color: #95e1d3; } .figure-title__second { font-size: 15px; font-family: "Roboto", sans-serif; color: #999999; text-align: center; font-style: italic; } .site-footer { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e5e5e5; } .copyright { font-size: 14px; color: #333333; font-family: "Montserrat"; font-weight: 400; } .reference { text-decoration: none; color: #f38181; } .input-email { box-sizing: border-box; padding: 0; border-style: solid; border-width: 1px; border-color: #e7e7e7; background-color: #ffffff; width: 234px; height: 40px; font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto"; font-weight: 300; font-style: italic; padding-left: 10px; } .subscribe { background-color: rgb(149, 225, 211); width: 150px; height: 40px; font-size: 14px; color: #ffffff; font-family: "Montserrat"; font-weight: 700; text-align: center; border: none; text-transform: uppercase; cursor: pointer; } .input-email::placeholder { color: #c4c3c3; }
module-06/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; } .wrapper { width: 1200px; margin: 0 auto; } .header { display: flex; justify-content: space-between; padding: 28px 0 110px 0; align-items: baseline; } .logo { font-size: 30px; color: #95e1d3; font-family: "Montserrat", sans-serif; font-weight: 700; text-decoration: none; } .logo-site { text-decoration: none; } .nav-menu { display: flex; } .menu-item { list-style: none; margin-right: 55px; } .menu-item:nth-child(5n) { margin-right: 0; } .nav-link { line-height: 11px; display: block; list-style: none; text-transform: uppercase; text-decoration: none; font-size: 14px; color: #95e1d3; font-family: "Montserrat", sans-serif; font-weight: 400; transition: color 200ms linear; } .nav-link::after { content: ""; border-bottom: 3px solid #f38181; display: block; width: 100%; margin-top: 10px; visibility: hidden; } .menu-item:hover .nav-link::after { visibility: visible; } .nav-link:hover, .nav-link:focus { color: #f38181; } .section-title { font-size: 30px; color: #333333; font-family: "Montserrat", sans-serif; font-weight: 700; text-align: center; text-transform: uppercase; } .title-header { font-size: 24px; color: #1a0909; font-family: "Kaushan Script", cursive; font-weight: 400; margin-bottom: 15px; display: block; text-transform: none; } .section-title::after { content: ""; border-bottom: 3px solid #f38181; display: block; margin: 0 auto; margin-top: 40px; margin-bottom: 60px; width: 60px; } .section-menu__branches { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin-bottom: 100px; } .branches-item { position: relative; flex-basis: 380px; padding: 15px 30px 0 60px; } .branches-item:not(:nth-child(3n)) { margin-right: 30px; } .branches-item:nth-child(-n + 3) { margin-bottom: 80px; } .branches-item::before { position: absolute; left: 0; top: 0; display: inline-block; content: ""; width: 50px; height: 50px; background-image: url(../img/css_sprites.png); background-repeat: no-repeat; } .branches-item:nth-child(1):before { background-position: -100px 0; } .branches-item:nth-child(2):before { background-position: -50px 0; } .branches-item:nth-child(3):before { background-position: -100px -50px; } .branches-item:nth-child(4):before { background-position: 0 -50px; } .branches-item:nth-child(5):before { background-position: -50px -50px; } .branches-item:nth-child(6):before { background-position: 0 0; } .branches-name { font-size: 14px; color: #333333; font-family: "Montserrat", sans-serif; font-weight: 400; text-transform: uppercase; } .branches-descr { font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto", sans-serif; font-weight: 400; padding-top: 25px; } .section-subtitle { text-align: center; padding: 0 120px; font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto", sans-serif; font-weight: 400; margin-bottom: 90px; } .team-menu { display: flex; justify-content: space-between; margin-bottom: 80px; } .team-members { list-style: none; width: 380px; position: relative; } .team-members:hover .member-overlay { opacity: 0.9; top: -10px; left: -10px; } .team-overlay { position: relative; } .member-overlay { position: absolute; height: 100%; width: 100%; font-size: 0px; background-image: linear-gradient(0deg, #f0e290 0%, #e98a89 100%); top: 0px; left: 0px; opacity: 0; display: flex; justify-content: center; align-items: center; z-index: 3; transition: all 200ms linear; box-shadow: 10px 10px #95e1d3; transition: opacity 200ms linear, box-shadow 200ms linear; } .team-image { position: relative; transition: all 200ms linear; z-index: 2; display: block; } .icon-link { background-image: url(../img/css_sprites.png); background-repeat: no-repeat; height: 55px; width: 55px; display: inline-block; display: flex; margin-right: 1px; justify-content: center; align-items: center; background-color: #fce38a; transition: background-color 200ms linear; } .team-members:hover .team-image { transform: translate(-10px, -10px); } .facebook { background-position: -146px -40px; } .twiter { background-position: -40px -97px; } .pinterest { background-position: -146px 5px; } .instagram { background-position: 5px -98px; } .figure-title__first { text-transform: uppercase; text-align: center; font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: #333333; margin: 12px 0; } .icon-link:hover { background-color: #95e1d3; } .figure-title__second { font-size: 15px; font-family: "Roboto", sans-serif; color: #999999; text-align: center; font-style: italic; } .site-footer { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e5e5e5; } .copyright { font-size: 14px; color: #333333; font-family: "Montserrat"; font-weight: 400; } .reference { text-decoration: none; color: #f38181; } .input-email { box-sizing: border-box; padding: 0; border-style: solid; border-width: 1px; border-color: #e7e7e7; background-color: #ffffff; width: 234px; height: 40px; font-size: 15px; line-height: 24px; color: #999999; font-family: "Roboto"; font-weight: 300; font-style: italic; padding-left: 10px; } .subscribe { background-color: rgb(149, 225, 211); width: 150px; height: 40px; font-size: 14px; color: #ffffff; font-family: "Montserrat"; font-weight: 700; text-align: center; border: none; text-transform: uppercase; cursor: pointer; } .input-email::placeholder { color: #c4c3c3; }
0.393269
0.093554
.xbutton { box-sizing: content-box; font: inherit; color: inherit; border: none; margin: 0; padding: 0; background: none; } .xbutton:focus { outline: none; } .xbutton::-moz-focus-inner { border: none; } .l { text-align: left; } .r { text-align: right; } .c { text-align: center; } .j { text-align: justify; } .vm { vertical-align: middle; } .vt { vertical-align: top; } .vb { vertical-align: bottom; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ellipsis2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.25em; max-height: 2.5em; box-sizing: content-box; word-break: break-all; overflow-wrap: break-word; } .nowrap { white-space: nowrap; } .x { text-decoration: none; } .u { text-decoration: underline; } .o { text-decoration: overline; } .s { text-decoration: line-through; } .xx { text-transform: none; } .uc { text-transform: uppercase; } .lc { text-transform: lowercase; } .cc { text-transform: capitalize; } .lh0 { line-height: 0; } .xfs { font-size: inherit; } .fs1 { font-size: 1px; } .fs2 { font-size: 2px; } .fs3 { font-size: 3px; } .fs4 { font-size: 4px; } .fs5 { font-size: 5px; } .fs6 { font-size: 6px; } .fs7 { font-size: 7px; } .fs8 { font-size: 8px; } .fs9 { font-size: 9px; } .fs10 { font-size: 10px; } .fs11 { font-size: 11px; } .fs12 { font-size: 12px; } .fs13 { font-size: 13px; } .fs14 { font-size: 14px; } .fs15 { font-size: 15px; } .fs16 { font-size: 16px; } .fs17 { font-size: 17px; } .fs18 { font-size: 18px; } .fs24 { font-size: 24px; } .fs30 { font-size: 30px; } .fs36 { font-size: 36px; } .fs48 { font-size: 48px; } .fs60 { font-size: 60px; } .fs72 { font-size: 72px; } .xfw { font-weight: normal; } .fw3 { font-weight: 300; } .fw4 { font-weight: 400; } .fw5 { font-weight: 500; } .fw6 { font-weight: 600; } .fw7 { font-weight: 700; } .fw8 { font-weight: 800; } .xborder { border: none; } .border { border: 1px solid currentColor; } .dashed { border: 1px dashed currentColor; } .xborder-t { border-top: none; } .xborder-l { border-left: none; } .xborder-r { border-right: none; } .xborder-b { border-bottom: none; } .xborder-h { border-left: none; border-right: none; } .xborder-ht { border-top: none; border-left: none; border-right: none; } .xborder-hb { border-left: none; border-right: none; border-bottom: none; } .xborder-v { border-top: none; border-bottom: none; } .xborder-vl { border-top: none; border-left: none; border-bottom: none; } .xborder-vr { border-top: none; border-right: none; border-bottom: none; } .xbr { border-radius: 0; } .br1 { border-radius: 1px; } .br2 { border-radius: 2px; } .br3 { border-radius: 3px; } .br4 { border-radius: 4px; } .br5 { border-radius: 5px; } .br6 { border-radius: 6px; } .br7 { border-radius: 7px; } .br8 { border-radius: 8px; } .br9 { border-radius: 9px; } .br10 { border-radius: 10px; } .br999 { border-radius: 999px; } .br100p { border-radius: 100%; } .bbox { box-sizing: border-box; } .cbox { box-sizing: content-box; } .wa { width: auto; } .ww { width: 100%; } .ha { height: auto; } .hh { height: 100%; } .w0 { width: 0; } .w1 { width: 1px; } .w2 { width: 2px; } .w3 { width: 3px; } .w4 { width: 4px; } .w5 { width: 5px; } .w6 { width: 6px; } .w7 { width: 7px; } .w8 { width: 8px; } .w9 { width: 9px; } .w10 { width: 10px; } .w15 { width: 15px; } .w20 { width: 20px; } .w25 { width: 25px; } .w30 { width: 30px; } .w35 { width: 35px; } .w40 { width: 40px; } .w45 { width: 45px; } .w50 { width: 50px; } .w75 { width: 75px; } .w100 { width: 100px; } .w200 { width: 200px; } .w250 { width: 250px; } .w300 { width: 300px; } .w325 { width: 325px; } .w400 { width: 400px; } .w500 { width: 500px; } .w600 { width: 600px; } .w700 { width: 700px; } .w800 { width: 800px; } .w900 { width: 900px; } .w1000 { width: 1000px; } .w1100 { width: 1100px; } .w1200 { width: 1200px; } .h0 { height: 0; } .h1 { height: 1px; } .h2 { height: 2px; } .h3 { height: 3px; } .h4 { height: 4px; } .h5 { height: 5px; } .h6 { height: 6px; } .h7 { height: 7px; } .h8 { height: 8px; } .h9 { height: 9px; } .h10 { height: 10px; } .h15 { height: 15px; } .h20 { height: 20px; } .h25 { height: 25px; } .h30 { height: 30px; } .h35 { height: 35px; } .h40 { height: 40px; } .h45 { height: 45px; } .h50 { height: 50px; } .h75 { height: 75px; } .h100 { height: 100px; } .h200 { height: 200px; } .h250 { height: 250px; } .h300 { height: 300px; } .h325 { height: 325px; } .h400 { height: 400px; } .h500 { height: 500px; } .h600 { height: 600px; } .h700 { height: 700px; } .h800 { height: 800px; } .h900 { height: 900px; } .h1000 { height: 1000px; } .h1100 { height: 1100px; } .h1200 { height: 1200px; } .w5p { width: 5%; } .w10p { width: 10%; } .w15p { width: 15%; } .w20p { width: 20%; } .w25p { width: 25%; } .w30p { width: 30%; } .w35p { width: 35%; } .w40p { width: 40%; } .w45p { width: 45%; } .w50p { width: 50%; } .w55p { width: 55%; } .w60p { width: 60%; } .w65p { width: 65%; } .w70p { width: 70%; } .w75p { width: 75%; } .w80p { width: 80%; } .w85p { width: 85%; } .w90p { width: 90%; } .w95p { width: 95%; } .w100p { width: 100%; } .h5p { height: 5%; } .h10p { height: 10%; } .h15p { height: 15%; } .h20p { height: 20%; } .h25p { height: 25%; } .h30p { height: 30%; } .h35p { height: 35%; } .h40p { height: 40%; } .h45p { height: 45%; } .h50p { height: 50%; } .h55p { height: 55%; } .h60p { height: 60%; } .h65p { height: 65%; } .h70p { height: 70%; } .h75p { height: 75%; } .h80p { height: 80%; } .h85p { height: 85%; } .h90p { height: 90%; } .h95p { height: 95%; } .h100p { height: 100%; } .max-ww { max-width: 100%; } .max-w200 { max-width: 200px; } .max-hh { max-height: 100%; } .max-h200 { max-height: 200px; } .min-ww { min-width: 100%; } .min-w200 { min-width: 200px; } .min-hh { min-height: 100%; } .min-h200 { min-height: 200px; } .xbs { box-shadow: none; } .bs5 { box-shadow: 0 0 5px rgba(0, 0, 0, 0.75); } .bs10 { box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); } .bs15 { box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); } .bs20 { box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); } .bs25 { box-shadow: 0 0 25px rgba(0, 0, 0, 0.75); } .is5 { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75); } .is10 { box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75); } .is15 { box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75); } .is20 { box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75); } .is25 { box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.75); } .cur-alias { cursor: alias; } .cur-all-scroll { cursor: all-scroll; } .cur-auto { cursor: auto; } .cur-cell { cursor: cell; } .cur-col-resize { cursor: col-resize; } .cur-context-menu { cursor: context-menu; } .cur-copy { cursor: copy; } .cur-crosshair { cursor: crosshair; } .cur-default { cursor: default; } .cur-e-resize { cursor: e-resize; } .cur-ew-resize { cursor: ew-resize; } .cur-help { cursor: help; } .cur-inherit { cursor: inherit; } .cur-initial { cursor: initial; } .cur-move { cursor: move; } .cur-n-resize { cursor: n-resize; } .cur-ne-resize { cursor: ne-resize; } .cur-nesw-resize { cursor: nesw-resize; } .cur-no-drop { cursor: no-drop; } .cur-none { cursor: none; } .cur-not-allowed { cursor: not-allowed; } .cur-ns-resize { cursor: ns-resize; } .cur-nw-resize { cursor: nw-resize; } .cur-nwse-resize { cursor: nwse-resize; } .cur-pointer { cursor: pointer; } .cur-progress { cursor: progress; } .cur-row-resize { cursor: row-resize; } .cur-s-resize { cursor: s-resize; } .cur-se-resize { cursor: se-resize; } .cur-sw-resize { cursor: sw-resize; } .cur-text { cursor: text; } .cur-vertical-text { cursor: vertical-text; } .cur-w-resize { cursor: w-resize; } .cur-wait { cursor: wait; } .xd { display: none; } .db { display: block; } .di { display: inline; } .dib { display: inline-block; } .dt { display: table; } .dtc { display: table-cell; } .iflex-row { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .iflex-row-center { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .iflex-col { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .iflex-col-center { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-row { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .flex-row-rev { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .flex-row-center { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-col { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .flex-col-rev { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .flex-col-center { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-wrap-rev { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } .flex-nowrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .flex-center { -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-align-start { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .flex-align-end { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; } .flex-align-center { -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; } .flex-align-baseline { -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; } .flex-align-stretch { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .flex-justify-start { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .flex-justify-end { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .flex-justify-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-justify-between { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .flex-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .flex-justify-evenly { -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .flex-grow { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .flex-nogrow { -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; } .flex-shrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; } .flex-noshrink { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .flex-fluid { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; -ms-flex-preferred-size: 0; } .hsplit { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .hsplit > * { -webkit-flex: none; -ms-flex: none; flex: none; } .vsplit { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .vsplit > * { -webkit-flex: none; -ms-flex: none; flex: none; } .shrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; } .grow { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .fluid { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; -ms-flex-preferred-size: 0; } .expand-1-1 { display: block; position: relative; } .expand-1-1:before { display: block; content: ""; padding-top: 100%; } .expand-1-2 { display: block; position: relative; } .expand-1-2:before { display: block; content: ""; padding-top: 200%; } .expand-1-3 { display: block; position: relative; } .expand-1-3:before { display: block; content: ""; padding-top: 300%; } .expand-1-4 { display: block; position: relative; } .expand-1-4:before { display: block; content: ""; padding-top: 400%; } .expand-2-1 { display: block; position: relative; } .expand-2-1:before { display: block; content: ""; padding-top: 50%; } .expand-2-3 { display: block; position: relative; } .expand-2-3:before { display: block; content: ""; padding-top: 150%; } .expand-2-4 { display: block; position: relative; } .expand-2-4:before { display: block; content: ""; padding-top: 200%; } .xf { float: none; } .fl { float: left; } .fr { float: right; } .xc { clear: none; } .cb { clear: both; } .cl { clear: left; } .cr { clear: right; } .clearfix { *zoom: 1; } .clearfix:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } .floats { *zoom: 1; } .floats:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } .floats > * { float: left; } .floats .xf { float: none; } .floats .fl { float: left; } .floats .fr { float: right; } .xls { list-style: none; } .xo { opacity: 1; } .o0 { opacity: 0; } .o25 { opacity: 0.25; } .o50 { opacity: 0.5; } .o75 { opacity: 0.75; } .o100 { opacity: 1; } .xoutline { outline: none; } .outline { outline: 1px currentColor; } .oa { overflow: auto; } .oh { overflow: hidden; } .os { overflow: scroll; } .xm { margin: 0; } .ma { margin: auto; } .m5 { margin: 5px; } .m10 { margin: 10px; } .m15 { margin: 15px; } .m20 { margin: 20px; } .m25 { margin: 25px; } .m30 { margin: 30px; } .m35 { margin: 35px; } .m40 { margin: 40px; } .m45 { margin: 45px; } .m50 { margin: 50px; } .m5n { margin: -5px; } .m10n { margin: -10px; } .m15n { margin: -15px; } .m20n { margin: -20px; } .m25n { margin: -25px; } .m30n { margin: -30px; } .m35n { margin: -35px; } .m40n { margin: -40px; } .m45n { margin: -45px; } .m50n { margin: -50px; } .xmv { margin-top: 0; margin-bottom: 0; } .mva { margin-top: auto; margin-bottom: auto; } .mv5 { margin-top: 5px; margin-bottom: 5px; } .mv10 { margin-top: 10px; margin-bottom: 10px; } .mv15 { margin-top: 15px; margin-bottom: 15px; } .mv20 { margin-top: 20px; margin-bottom: 20px; } .mv25 { margin-top: 25px; margin-bottom: 25px; } .mv30 { margin-top: 30px; margin-bottom: 30px; } .mv35 { margin-top: 35px; margin-bottom: 35px; } .mv40 { margin-top: 40px; margin-bottom: 40px; } .mv45 { margin-top: 45px; margin-bottom: 45px; } .mv50 { margin-top: 50px; margin-bottom: 50px; } .xmh { margin-left: 0; margin-right: 0; } .mha { margin-left: auto; margin-right: auto; } .mh5 { margin-left: 5px; margin-right: 5px; } .mh10 { margin-left: 10px; margin-right: 10px; } .mh15 { margin-left: 15px; margin-right: 15px; } .mh20 { margin-left: 20px; margin-right: 20px; } .mh25 { margin-left: 25px; margin-right: 25px; } .mh30 { margin-left: 30px; margin-right: 30px; } .mh35 { margin-left: 35px; margin-right: 35px; } .mh40 { margin-left: 40px; margin-right: 40px; } .mh45 { margin-left: 45px; margin-right: 45px; } .mh50 { margin-left: 50px; margin-right: 50px; } .xmt { margin-top: 0; } .mta { margin-top: auto; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; } .mt30 { margin-top: 30px; } .mt35 { margin-top: 35px; } .mt40 { margin-top: 40px; } .mt45 { margin-top: 45px; } .mt50 { margin-top: 50px; } .mt5n { margin-top: -5px; } .mt10n { margin-top: -10px; } .mt15n { margin-top: -15px; } .mt20n { margin-top: -20px; } .mt25n { margin-top: -25px; } .mt30n { margin-top: -30px; } .mt35n { margin-top: -35px; } .mt40n { margin-top: -40px; } .mt45n { margin-top: -45px; } .mt50n { margin-top: -50px; } .xml { margin-left: 0; } .mla { margin-left: auto; } .ml5 { margin-left: 5px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml25 { margin-left: 25px; } .ml30 { margin-left: 30px; } .ml35 { margin-left: 35px; } .ml40 { margin-left: 40px; } .ml45 { margin-left: 45px; } .ml50 { margin-left: 50px; } .ml5n { margin-left: -5px; } .ml10n { margin-left: -10px; } .ml15n { margin-left: -15px; } .ml20n { margin-left: -20px; } .ml25n { margin-left: -25px; } .ml30n { margin-left: -30px; } .ml35n { margin-left: -35px; } .ml40n { margin-left: -40px; } .ml45n { margin-left: -45px; } .ml50n { margin-left: -50px; } .xmr { margin-right: 0; } .mra { margin-right: auto; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mr25 { margin-right: 25px; } .mr30 { margin-right: 30px; } .mr35 { margin-right: 35px; } .mr40 { margin-right: 40px; } .mr45 { margin-right: 45px; } .mr50 { margin-right: 50px; } .mr5n { margin-right: -5px; } .mr10n { margin-right: -10px; } .mr15n { margin-right: -15px; } .mr20n { margin-right: -20px; } .mr25n { margin-right: -25px; } .mr30n { margin-right: -30px; } .mr35n { margin-right: -35px; } .mr40n { margin-right: -40px; } .mr45n { margin-right: -45px; } .mr50n { margin-right: -50px; } .xmb { margin-bottom: 0; } .mba { margin-bottom: auto; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; } .mb30 { margin-bottom: 30px; } .mb35 { margin-bottom: 35px; } .mb40 { margin-bottom: 40px; } .mb45 { margin-bottom: 45px; } .mb50 { margin-bottom: 50px; } .mb5n { margin-bottom: -5px; } .mb10n { margin-bottom: -10px; } .mb15n { margin-bottom: -15px; } .mb20n { margin-bottom: -20px; } .mb25n { margin-bottom: -25px; } .mb30n { margin-bottom: -30px; } .mb35n { margin-bottom: -35px; } .mb40n { margin-bottom: -40px; } .mb45n { margin-bottom: -45px; } .mb50n { margin-bottom: -50px; } .mg5 > :not(:last-child) { margin-bottom: 5px; } .mg10 > :not(:last-child) { margin-bottom: 10px; } .mg15 > :not(:last-child) { margin-bottom: 15px; } .mg20 > :not(:last-child) { margin-bottom: 20px; } .mg25 > :not(:last-child) { margin-bottom: 25px; } .mg30 > :not(:last-child) { margin-bottom: 30px; } .mg35 > :not(:last-child) { margin-bottom: 35px; } .mg40 > :not(:last-child) { margin-bottom: 40px; } .mg45 > :not(:last-child) { margin-bottom: 45px; } .mg50 > :not(:last-child) { margin-bottom: 50px; } .mi5 > :not(:last-child) { margin-right: 5px; } .mi10 > :not(:last-child) { margin-right: 10px; } .mi15 > :not(:last-child) { margin-right: 15px; } .mi20 > :not(:last-child) { margin-right: 20px; } .mi25 > :not(:last-child) { margin-right: 25px; } .mi30 > :not(:last-child) { margin-right: 30px; } .mi35 > :not(:last-child) { margin-right: 35px; } .mi40 > :not(:last-child) { margin-right: 40px; } .mi45 > :not(:last-child) { margin-right: 45px; } .mi50 > :not(:last-child) { margin-right: 50px; } .pa { padding: auto; } .xp { padding: 0; } .xpl { padding-left: 0; } .xpr { padding-right: 0; } .xpt { padding-top: 0; } .xpb { padding-bottom: 0; } .xph { padding-left: 0; padding-right: 0; } .xpv { padding-top: 0; padding-bottom: 0; } .p5 { padding: 5px; } .p10 { padding: 10px; } .p15 { padding: 15px; } .p20 { padding: 20px; } .p25 { padding: 25px; } .p30 { padding: 30px; } .p35 { padding: 35px; } .p40 { padding: 40px; } .p45 { padding: 45px; } .p50 { padding: 50px; } .pl50 { padding-left: 50px; } .pt10 { padding-top: 10px; } .pl10 { padding-left: 10px; } .ph5 { padding-left: 5px; padding-right: 5px; } .ph10 { padding-left: 10px; padding-right: 10px; } .ph15 { padding-left: 15px; padding-right: 15px; } .ph20 { padding-left: 20px; padding-right: 20px; } .ph25 { padding-left: 25px; padding-right: 25px; } .ph30 { padding-left: 30px; padding-right: 30px; } .ph35 { padding-left: 35px; padding-right: 35px; } .ph40 { padding-left: 40px; padding-right: 40px; } .ph45 { padding-left: 45px; padding-right: 45px; } .ph50 { padding-left: 50px; padding-right: 50px; } .pv5 { padding-top: 5px; padding-bottom: 5px; } .pv10 { padding-top: 10px; padding-bottom: 10px; } .pv15 { padding-top: 15px; padding-bottom: 15px; } .pv20 { padding-top: 20px; padding-bottom: 20px; } .pv25 { padding-top: 25px; padding-bottom: 25px; } .pv30 { padding-top: 30px; padding-bottom: 30px; } .pv35 { padding-top: 35px; padding-bottom: 35px; } .pv40 { padding-top: 40px; padding-bottom: 40px; } .pv45 { padding-top: 45px; padding-bottom: 45px; } .pv50 { padding-top: 50px; padding-bottom: 50px; } .pg5 > :not(:last-child) { padding-bottom: 5px; } .pg10 > :not(:last-child) { padding-bottom: 10px; } .pg15 > :not(:last-child) { padding-bottom: 15px; } .pg20 > :not(:last-child) { padding-bottom: 20px; } .pg25 > :not(:last-child) { padding-bottom: 25px; } .pg30 > :not(:last-child) { padding-bottom: 30px; } .pg35 > :not(:last-child) { padding-bottom: 35px; } .pg40 > :not(:last-child) { padding-bottom: 40px; } .pg45 > :not(:last-child) { padding-bottom: 45px; } .pg50 > :not(:last-child) { padding-bottom: 50px; } .pi5 > :not(:last-child) { padding-right: 5px; } .pi10 > :not(:last-child) { padding-right: 10px; } .pi15 > :not(:last-child) { padding-right: 15px; } .pi20 > :not(:last-child) { padding-right: 20px; } .pi25 > :not(:last-child) { padding-right: 25px; } .pi30 > :not(:last-child) { padding-right: 30px; } .pi35 > :not(:last-child) { padding-right: 35px; } .pi40 > :not(:last-child) { padding-right: 40px; } .pi45 > :not(:last-child) { padding-right: 45px; } .pi50 > :not(:last-child) { padding-right: 50px; } .no-pointer-events { pointer-events: none; } .no-scrollbars { overflow: scroll; overflow: -moz-scrollbars-none; -ms-overflow-style: none; } .no-scrollbars::-webkit-scrollbar { display: none; } .no-user-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .stat { position: static; } .rel { position: relative; } .abs { position: absolute; } .fix { position: fixed; } .sticky { position: -webkit-sticky; position: sticky; } .sticky-t { position: -webkit-sticky; position: sticky; top: 0; } .sticky-l { position: -webkit-sticky; position: sticky; left: 0; } .sticky-r { position: -webkit-sticky; position: sticky; right: 0; } .sticky-b { position: -webkit-sticky; position: sticky; bottom: 0; } .abs-f { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .abs-t { position: absolute; top: 0; left: 0; right: 0; } .abs-b { position: absolute; left: 0; right: 0; bottom: 0; } .abs-l { position: absolute; top: 0; left: 0; bottom: 0; } .abs-r { position: absolute; top: 0; right: 0; bottom: 0; } .abs-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-tl { position: absolute; top: 0; left: 0; } .abs-tl-c { position: absolute; top: 50%; left: 50%; } .abs-tl-ct { position: absolute; top: 0; left: 50%; } .abs-tl-cb { position: absolute; top: 100%; left: 50%; } .abs-tl-cl { position: absolute; top: 50%; left: 0; } .abs-tl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tl-bl { position: absolute; top: 100%; left: 0; } .abs-tl-br { position: absolute; top: 100%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tr { position: absolute; top: 0; right: 0; } .abs-tr-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .abs-tr-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-cr { position: absolute; top: 50%; right: 0; } .abs-tr-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .abs-tr-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); } .abs-bl { position: absolute; left: 0; bottom: 0; } .abs-bl-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-cb { position: absolute; left: 50%; bottom: 0; } .abs-bl-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .abs-bl-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .abs-bl-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-br { position: absolute; right: 0; bottom: 0; } .abs-br-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-br-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-br-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-br-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-c-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .abs-c-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .abs-c-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .abs-c-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .abs-c-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 50%); transform: translate(50%, 50%); } .abs-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .abs-ct-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-ct-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-ct-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .abs-ct-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 100%); transform: translate(50%, 100%); } .abs-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-cb-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .abs-cb-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .abs-cb-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-cb-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .abs-cl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .abs-cl-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .abs-cl-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .abs-cl-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(100%, 50%); transform: translate(100%, 50%); } .abs-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cr-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .abs-cr-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cr-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .abs-cr-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-f { position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .fix-t { position: fixed; top: 0; left: 0; right: 0; } .fix-b { position: fixed; left: 0; right: 0; bottom: 0; } .fix-l { position: fixed; top: 0; left: 0; bottom: 0; } .fix-r { position: fixed; top: 0; right: 0; bottom: 0; } .fix-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-tl { position: fixed; top: 0; left: 0; } .fix-tl-c { position: fixed; top: 50%; left: 50%; } .fix-tl-ct { position: fixed; top: 0; left: 50%; } .fix-tl-cb { position: fixed; top: 100%; left: 50%; } .fix-tl-cl { position: fixed; top: 50%; left: 0; } .fix-tl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tl-bl { position: fixed; top: 100%; left: 0; } .fix-tl-br { position: fixed; top: 100%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tr { position: fixed; top: 0; right: 0; } .fix-tr-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .fix-tr-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-cr { position: fixed; top: 50%; right: 0; } .fix-tr-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .fix-tr-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); } .fix-bl { position: fixed; left: 0; bottom: 0; } .fix-bl-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-cb { position: fixed; left: 50%; bottom: 0; } .fix-bl-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .fix-bl-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .fix-bl-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-br { position: fixed; right: 0; bottom: 0; } .fix-br-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-br-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-br-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-br-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-c-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .fix-c-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .fix-c-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .fix-c-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .fix-c-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 50%); transform: translate(50%, 50%); } .fix-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .fix-ct-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-ct-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-ct-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .fix-ct-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 100%); transform: translate(50%, 100%); } .fix-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-cb-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .fix-cb-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .fix-cb-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-cb-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-cl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .fix-cl-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .fix-cl-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-cl-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(100%, 50%); transform: translate(100%, 50%); } .fix-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cr-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .fix-cr-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cr-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .fix-cr-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .tlbr { top: 0; left: 0; right: 0; bottom: 0; } .tlbr5 { top: 5px; left: 5px; right: 5px; bottom: 5px; } .tlbr10 { top: 10px; left: 10px; right: 10px; bottom: 10px; } .ta { top: auto; } .ba { bottom: auto; } .la { left: auto; } .ra { right: auto; } .t0 { top: 0; } .t5 { top: 5px; } .t10 { top: 10px; } .t15 { top: 15px; } .t20 { top: 20px; } .t25 { top: 25px; } .t30 { top: 30px; } .t35 { top: 35px; } .t40 { top: 40px; } .t45 { top: 45px; } .t50 { top: 50px; } .l0 { left: 0; } .l5 { left: 5px; } .l10 { left: 10px; } .l15 { left: 15px; } .l20 { left: 20px; } .l25 { left: 25px; } .l30 { left: 30px; } .l35 { left: 35px; } .l40 { left: 40px; } .l45 { left: 45px; } .l50 { left: 50px; } .r0 { right: 0; } .r5 { right: 5px; } .r10 { right: 10px; } .r15 { right: 15px; } .r20 { right: 20px; } .r25 { right: 25px; } .r30 { right: 30px; } .r35 { right: 35px; } .r40 { right: 40px; } .r45 { right: 45px; } .r50 { right: 50px; } .b0 { bottom: 0; } .b5 { bottom: 5px; } .b10 { bottom: 10px; } .b15 { bottom: 15px; } .b20 { bottom: 20px; } .b25 { bottom: 25px; } .b30 { bottom: 30px; } .b35 { bottom: 35px; } .b40 { bottom: 40px; } .b45 { bottom: 45px; } .b50 { bottom: 50px; } .z1 { z-index: 1; } .z2 { z-index: 2; } .z1000 { z-index: 1000; } .z1n { z-index: -1; } .z2n { z-index: -2; } .z1000n { z-index: -1000; } .xbg { background: none; } .black { background: #000; } .silver { background: #ccc; } .white { background: #fff; } .red { background: #f88; } .green { background: #8f8; } .blue { background: #88f; } .yellow { background: #ff8; } .cyan { background: #8ff; } .gradient { background: linear-gradient(to right, #f00 0%, #0f0 50%, #00f 100%); } .checkerboard { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX///+/v7+jQ3Y5AAAAEUlEQVQI12P4z8CAFWEX/Q8Afr8P8erzE9cAAAAASUVORK5CYII="); } .rainbow > :nth-child(3n+1) { background: #f88; } .rainbow > :nth-child(3n+2) { background: #8f8; } .rainbow > :nth-child(3n+3) { background: #88f; } .theme-navy { color: #80bfff; background: #001f3f; } .theme-blue { color: #b3dbff; background: #0074d9; } .theme-aqua { color: #004966; background: #7fdbff; } .theme-teal { color: #000; background: #39cccc; } .theme-olive { color: #163728; background: #3d9970; } .theme-green { color: #0e3e14; background: #2ecc40; } .theme-lime { color: #00662c; background: #01ff70; } .theme-yellow { color: #665800; background: #ffdc00; } .theme-orange { color: #663000; background: #ff851b; } .theme-red { color: #800600; background: #ff4136; } .theme-maroon { color: #eb7ab1; background: #85144b; } .theme-fuchsia { color: #65064f; background: #f012be; } .theme-purple { color: #efa9f9; background: #b10dc9; } .theme-black { color: #ddd; background: #111; } .theme-gray { color: #000; background: #aaa; } .theme-silver { color: #000; background: #ddd; } .scale20 { -webkit-transform: scale(0.2); transform: scale(0.2); } .rotate45 { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .rotate90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .rotate180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rotate270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .grid2 > .col1 { width: 50%; } .grid2 > .col2 { width: 100%; } .grid3 > .col1 { width: 33.3333333333%; } .grid3 > .col2 { width: 66.6666666667%; } .grid3 > .col3 { width: 100%; } .grid4 > .col1 { width: 25%; } .grid4 > .col2 { width: 50%; } .grid4 > .col3 { width: 75%; } .grid4 > .col4 { width: 100%; } .grid5 > .col1 { width: 20%; } .grid5 > .col2 { width: 40%; } .grid5 > .col3 { width: 60%; } .grid5 > .col4 { width: 80%; } .grid5 > .col5 { width: 100%; } .grid6 > .col1 { width: 16.6666666667%; } .grid6 > .col2 { width: 33.3333333333%; } .grid6 > .col3 { width: 50%; } .grid6 > .col4 { width: 66.6666666667%; } .grid6 > .col5 { width: 83.3333333333%; } .grid6 > .col6 { width: 100%; } .grid7 > .col1 { width: 14.2857142857%; } .grid7 > .col2 { width: 28.5714285714%; } .grid7 > .col3 { width: 42.8571428571%; } .grid7 > .col4 { width: 57.1428571429%; } .grid7 > .col5 { width: 71.4285714286%; } .grid7 > .col6 { width: 85.7142857143%; } .grid7 > .col7 { width: 100%; } .grid8 > .col1 { width: 12.5%; } .grid8 > .col2 { width: 25%; } .grid8 > .col3 { width: 37.5%; } .grid8 > .col4 { width: 50%; } .grid8 > .col5 { width: 62.5%; } .grid8 > .col6 { width: 75%; } .grid8 > .col7 { width: 87.5%; } .grid8 > .col8 { width: 100%; } .grid9 > .col1 { width: 11.1111111111%; } .grid9 > .col2 { width: 22.2222222222%; } .grid9 > .col3 { width: 33.3333333333%; } .grid9 > .col4 { width: 44.4444444444%; } .grid9 > .col5 { width: 55.5555555556%; } .grid9 > .col6 { width: 66.6666666667%; } .grid9 > .col7 { width: 77.7777777778%; } .grid9 > .col8 { width: 88.8888888889%; } .grid9 > .col9 { width: 100%; } .grid10 > .col1 { width: 10%; } .grid10 > .col2 { width: 20%; } .grid10 > .col3 { width: 30%; } .grid10 > .col4 { width: 40%; } .grid10 > .col5 { width: 50%; } .grid10 > .col6 { width: 60%; } .grid10 > .col7 { width: 70%; } .grid10 > .col8 { width: 80%; } .grid10 > .col9 { width: 90%; } .grid10 > .col10 { width: 100%; } .xresize { resize: none; } .resize { resize: both; } .resize-h { resize: horizontal; } .resize-v { resize: vertical; } svg { fill: currentColor; } button { cursor: pointer; } h2 { margin: 0; } .theme-white { color: #7f8893; background: white; font-family: "Open Sans", serif; font-size: 15px; } .theme-white button:hover { color: #36beff; } .theme-white button:active { color: #2f72ff; } .theme-white .active { background: yellow; }
docs/demos/demo.css
.xbutton { box-sizing: content-box; font: inherit; color: inherit; border: none; margin: 0; padding: 0; background: none; } .xbutton:focus { outline: none; } .xbutton::-moz-focus-inner { border: none; } .l { text-align: left; } .r { text-align: right; } .c { text-align: center; } .j { text-align: justify; } .vm { vertical-align: middle; } .vt { vertical-align: top; } .vb { vertical-align: bottom; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ellipsis2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.25em; max-height: 2.5em; box-sizing: content-box; word-break: break-all; overflow-wrap: break-word; } .nowrap { white-space: nowrap; } .x { text-decoration: none; } .u { text-decoration: underline; } .o { text-decoration: overline; } .s { text-decoration: line-through; } .xx { text-transform: none; } .uc { text-transform: uppercase; } .lc { text-transform: lowercase; } .cc { text-transform: capitalize; } .lh0 { line-height: 0; } .xfs { font-size: inherit; } .fs1 { font-size: 1px; } .fs2 { font-size: 2px; } .fs3 { font-size: 3px; } .fs4 { font-size: 4px; } .fs5 { font-size: 5px; } .fs6 { font-size: 6px; } .fs7 { font-size: 7px; } .fs8 { font-size: 8px; } .fs9 { font-size: 9px; } .fs10 { font-size: 10px; } .fs11 { font-size: 11px; } .fs12 { font-size: 12px; } .fs13 { font-size: 13px; } .fs14 { font-size: 14px; } .fs15 { font-size: 15px; } .fs16 { font-size: 16px; } .fs17 { font-size: 17px; } .fs18 { font-size: 18px; } .fs24 { font-size: 24px; } .fs30 { font-size: 30px; } .fs36 { font-size: 36px; } .fs48 { font-size: 48px; } .fs60 { font-size: 60px; } .fs72 { font-size: 72px; } .xfw { font-weight: normal; } .fw3 { font-weight: 300; } .fw4 { font-weight: 400; } .fw5 { font-weight: 500; } .fw6 { font-weight: 600; } .fw7 { font-weight: 700; } .fw8 { font-weight: 800; } .xborder { border: none; } .border { border: 1px solid currentColor; } .dashed { border: 1px dashed currentColor; } .xborder-t { border-top: none; } .xborder-l { border-left: none; } .xborder-r { border-right: none; } .xborder-b { border-bottom: none; } .xborder-h { border-left: none; border-right: none; } .xborder-ht { border-top: none; border-left: none; border-right: none; } .xborder-hb { border-left: none; border-right: none; border-bottom: none; } .xborder-v { border-top: none; border-bottom: none; } .xborder-vl { border-top: none; border-left: none; border-bottom: none; } .xborder-vr { border-top: none; border-right: none; border-bottom: none; } .xbr { border-radius: 0; } .br1 { border-radius: 1px; } .br2 { border-radius: 2px; } .br3 { border-radius: 3px; } .br4 { border-radius: 4px; } .br5 { border-radius: 5px; } .br6 { border-radius: 6px; } .br7 { border-radius: 7px; } .br8 { border-radius: 8px; } .br9 { border-radius: 9px; } .br10 { border-radius: 10px; } .br999 { border-radius: 999px; } .br100p { border-radius: 100%; } .bbox { box-sizing: border-box; } .cbox { box-sizing: content-box; } .wa { width: auto; } .ww { width: 100%; } .ha { height: auto; } .hh { height: 100%; } .w0 { width: 0; } .w1 { width: 1px; } .w2 { width: 2px; } .w3 { width: 3px; } .w4 { width: 4px; } .w5 { width: 5px; } .w6 { width: 6px; } .w7 { width: 7px; } .w8 { width: 8px; } .w9 { width: 9px; } .w10 { width: 10px; } .w15 { width: 15px; } .w20 { width: 20px; } .w25 { width: 25px; } .w30 { width: 30px; } .w35 { width: 35px; } .w40 { width: 40px; } .w45 { width: 45px; } .w50 { width: 50px; } .w75 { width: 75px; } .w100 { width: 100px; } .w200 { width: 200px; } .w250 { width: 250px; } .w300 { width: 300px; } .w325 { width: 325px; } .w400 { width: 400px; } .w500 { width: 500px; } .w600 { width: 600px; } .w700 { width: 700px; } .w800 { width: 800px; } .w900 { width: 900px; } .w1000 { width: 1000px; } .w1100 { width: 1100px; } .w1200 { width: 1200px; } .h0 { height: 0; } .h1 { height: 1px; } .h2 { height: 2px; } .h3 { height: 3px; } .h4 { height: 4px; } .h5 { height: 5px; } .h6 { height: 6px; } .h7 { height: 7px; } .h8 { height: 8px; } .h9 { height: 9px; } .h10 { height: 10px; } .h15 { height: 15px; } .h20 { height: 20px; } .h25 { height: 25px; } .h30 { height: 30px; } .h35 { height: 35px; } .h40 { height: 40px; } .h45 { height: 45px; } .h50 { height: 50px; } .h75 { height: 75px; } .h100 { height: 100px; } .h200 { height: 200px; } .h250 { height: 250px; } .h300 { height: 300px; } .h325 { height: 325px; } .h400 { height: 400px; } .h500 { height: 500px; } .h600 { height: 600px; } .h700 { height: 700px; } .h800 { height: 800px; } .h900 { height: 900px; } .h1000 { height: 1000px; } .h1100 { height: 1100px; } .h1200 { height: 1200px; } .w5p { width: 5%; } .w10p { width: 10%; } .w15p { width: 15%; } .w20p { width: 20%; } .w25p { width: 25%; } .w30p { width: 30%; } .w35p { width: 35%; } .w40p { width: 40%; } .w45p { width: 45%; } .w50p { width: 50%; } .w55p { width: 55%; } .w60p { width: 60%; } .w65p { width: 65%; } .w70p { width: 70%; } .w75p { width: 75%; } .w80p { width: 80%; } .w85p { width: 85%; } .w90p { width: 90%; } .w95p { width: 95%; } .w100p { width: 100%; } .h5p { height: 5%; } .h10p { height: 10%; } .h15p { height: 15%; } .h20p { height: 20%; } .h25p { height: 25%; } .h30p { height: 30%; } .h35p { height: 35%; } .h40p { height: 40%; } .h45p { height: 45%; } .h50p { height: 50%; } .h55p { height: 55%; } .h60p { height: 60%; } .h65p { height: 65%; } .h70p { height: 70%; } .h75p { height: 75%; } .h80p { height: 80%; } .h85p { height: 85%; } .h90p { height: 90%; } .h95p { height: 95%; } .h100p { height: 100%; } .max-ww { max-width: 100%; } .max-w200 { max-width: 200px; } .max-hh { max-height: 100%; } .max-h200 { max-height: 200px; } .min-ww { min-width: 100%; } .min-w200 { min-width: 200px; } .min-hh { min-height: 100%; } .min-h200 { min-height: 200px; } .xbs { box-shadow: none; } .bs5 { box-shadow: 0 0 5px rgba(0, 0, 0, 0.75); } .bs10 { box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); } .bs15 { box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); } .bs20 { box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); } .bs25 { box-shadow: 0 0 25px rgba(0, 0, 0, 0.75); } .is5 { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75); } .is10 { box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75); } .is15 { box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75); } .is20 { box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75); } .is25 { box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.75); } .cur-alias { cursor: alias; } .cur-all-scroll { cursor: all-scroll; } .cur-auto { cursor: auto; } .cur-cell { cursor: cell; } .cur-col-resize { cursor: col-resize; } .cur-context-menu { cursor: context-menu; } .cur-copy { cursor: copy; } .cur-crosshair { cursor: crosshair; } .cur-default { cursor: default; } .cur-e-resize { cursor: e-resize; } .cur-ew-resize { cursor: ew-resize; } .cur-help { cursor: help; } .cur-inherit { cursor: inherit; } .cur-initial { cursor: initial; } .cur-move { cursor: move; } .cur-n-resize { cursor: n-resize; } .cur-ne-resize { cursor: ne-resize; } .cur-nesw-resize { cursor: nesw-resize; } .cur-no-drop { cursor: no-drop; } .cur-none { cursor: none; } .cur-not-allowed { cursor: not-allowed; } .cur-ns-resize { cursor: ns-resize; } .cur-nw-resize { cursor: nw-resize; } .cur-nwse-resize { cursor: nwse-resize; } .cur-pointer { cursor: pointer; } .cur-progress { cursor: progress; } .cur-row-resize { cursor: row-resize; } .cur-s-resize { cursor: s-resize; } .cur-se-resize { cursor: se-resize; } .cur-sw-resize { cursor: sw-resize; } .cur-text { cursor: text; } .cur-vertical-text { cursor: vertical-text; } .cur-w-resize { cursor: w-resize; } .cur-wait { cursor: wait; } .xd { display: none; } .db { display: block; } .di { display: inline; } .dib { display: inline-block; } .dt { display: table; } .dtc { display: table-cell; } .iflex-row { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .iflex-row-center { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .iflex-col { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .iflex-col-center { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-row { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .flex-row-rev { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .flex-row-center { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-col { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .flex-col-rev { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .flex-col-center { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-wrap-rev { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } .flex-nowrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .flex-center { -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-align-start { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .flex-align-end { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; } .flex-align-center { -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; } .flex-align-baseline { -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; } .flex-align-stretch { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .flex-justify-start { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .flex-justify-end { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .flex-justify-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flex-justify-between { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .flex-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .flex-justify-evenly { -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .flex-grow { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .flex-nogrow { -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; } .flex-shrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; } .flex-noshrink { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .flex-fluid { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; -ms-flex-preferred-size: 0; } .hsplit { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .hsplit > * { -webkit-flex: none; -ms-flex: none; flex: none; } .vsplit { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .vsplit > * { -webkit-flex: none; -ms-flex: none; flex: none; } .shrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; } .grow { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .fluid { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; min-width: 0; min-height: 0; -ms-flex-preferred-size: 0; } .expand-1-1 { display: block; position: relative; } .expand-1-1:before { display: block; content: ""; padding-top: 100%; } .expand-1-2 { display: block; position: relative; } .expand-1-2:before { display: block; content: ""; padding-top: 200%; } .expand-1-3 { display: block; position: relative; } .expand-1-3:before { display: block; content: ""; padding-top: 300%; } .expand-1-4 { display: block; position: relative; } .expand-1-4:before { display: block; content: ""; padding-top: 400%; } .expand-2-1 { display: block; position: relative; } .expand-2-1:before { display: block; content: ""; padding-top: 50%; } .expand-2-3 { display: block; position: relative; } .expand-2-3:before { display: block; content: ""; padding-top: 150%; } .expand-2-4 { display: block; position: relative; } .expand-2-4:before { display: block; content: ""; padding-top: 200%; } .xf { float: none; } .fl { float: left; } .fr { float: right; } .xc { clear: none; } .cb { clear: both; } .cl { clear: left; } .cr { clear: right; } .clearfix { *zoom: 1; } .clearfix:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } .floats { *zoom: 1; } .floats:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } .floats > * { float: left; } .floats .xf { float: none; } .floats .fl { float: left; } .floats .fr { float: right; } .xls { list-style: none; } .xo { opacity: 1; } .o0 { opacity: 0; } .o25 { opacity: 0.25; } .o50 { opacity: 0.5; } .o75 { opacity: 0.75; } .o100 { opacity: 1; } .xoutline { outline: none; } .outline { outline: 1px currentColor; } .oa { overflow: auto; } .oh { overflow: hidden; } .os { overflow: scroll; } .xm { margin: 0; } .ma { margin: auto; } .m5 { margin: 5px; } .m10 { margin: 10px; } .m15 { margin: 15px; } .m20 { margin: 20px; } .m25 { margin: 25px; } .m30 { margin: 30px; } .m35 { margin: 35px; } .m40 { margin: 40px; } .m45 { margin: 45px; } .m50 { margin: 50px; } .m5n { margin: -5px; } .m10n { margin: -10px; } .m15n { margin: -15px; } .m20n { margin: -20px; } .m25n { margin: -25px; } .m30n { margin: -30px; } .m35n { margin: -35px; } .m40n { margin: -40px; } .m45n { margin: -45px; } .m50n { margin: -50px; } .xmv { margin-top: 0; margin-bottom: 0; } .mva { margin-top: auto; margin-bottom: auto; } .mv5 { margin-top: 5px; margin-bottom: 5px; } .mv10 { margin-top: 10px; margin-bottom: 10px; } .mv15 { margin-top: 15px; margin-bottom: 15px; } .mv20 { margin-top: 20px; margin-bottom: 20px; } .mv25 { margin-top: 25px; margin-bottom: 25px; } .mv30 { margin-top: 30px; margin-bottom: 30px; } .mv35 { margin-top: 35px; margin-bottom: 35px; } .mv40 { margin-top: 40px; margin-bottom: 40px; } .mv45 { margin-top: 45px; margin-bottom: 45px; } .mv50 { margin-top: 50px; margin-bottom: 50px; } .xmh { margin-left: 0; margin-right: 0; } .mha { margin-left: auto; margin-right: auto; } .mh5 { margin-left: 5px; margin-right: 5px; } .mh10 { margin-left: 10px; margin-right: 10px; } .mh15 { margin-left: 15px; margin-right: 15px; } .mh20 { margin-left: 20px; margin-right: 20px; } .mh25 { margin-left: 25px; margin-right: 25px; } .mh30 { margin-left: 30px; margin-right: 30px; } .mh35 { margin-left: 35px; margin-right: 35px; } .mh40 { margin-left: 40px; margin-right: 40px; } .mh45 { margin-left: 45px; margin-right: 45px; } .mh50 { margin-left: 50px; margin-right: 50px; } .xmt { margin-top: 0; } .mta { margin-top: auto; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; } .mt30 { margin-top: 30px; } .mt35 { margin-top: 35px; } .mt40 { margin-top: 40px; } .mt45 { margin-top: 45px; } .mt50 { margin-top: 50px; } .mt5n { margin-top: -5px; } .mt10n { margin-top: -10px; } .mt15n { margin-top: -15px; } .mt20n { margin-top: -20px; } .mt25n { margin-top: -25px; } .mt30n { margin-top: -30px; } .mt35n { margin-top: -35px; } .mt40n { margin-top: -40px; } .mt45n { margin-top: -45px; } .mt50n { margin-top: -50px; } .xml { margin-left: 0; } .mla { margin-left: auto; } .ml5 { margin-left: 5px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml25 { margin-left: 25px; } .ml30 { margin-left: 30px; } .ml35 { margin-left: 35px; } .ml40 { margin-left: 40px; } .ml45 { margin-left: 45px; } .ml50 { margin-left: 50px; } .ml5n { margin-left: -5px; } .ml10n { margin-left: -10px; } .ml15n { margin-left: -15px; } .ml20n { margin-left: -20px; } .ml25n { margin-left: -25px; } .ml30n { margin-left: -30px; } .ml35n { margin-left: -35px; } .ml40n { margin-left: -40px; } .ml45n { margin-left: -45px; } .ml50n { margin-left: -50px; } .xmr { margin-right: 0; } .mra { margin-right: auto; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mr25 { margin-right: 25px; } .mr30 { margin-right: 30px; } .mr35 { margin-right: 35px; } .mr40 { margin-right: 40px; } .mr45 { margin-right: 45px; } .mr50 { margin-right: 50px; } .mr5n { margin-right: -5px; } .mr10n { margin-right: -10px; } .mr15n { margin-right: -15px; } .mr20n { margin-right: -20px; } .mr25n { margin-right: -25px; } .mr30n { margin-right: -30px; } .mr35n { margin-right: -35px; } .mr40n { margin-right: -40px; } .mr45n { margin-right: -45px; } .mr50n { margin-right: -50px; } .xmb { margin-bottom: 0; } .mba { margin-bottom: auto; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; } .mb30 { margin-bottom: 30px; } .mb35 { margin-bottom: 35px; } .mb40 { margin-bottom: 40px; } .mb45 { margin-bottom: 45px; } .mb50 { margin-bottom: 50px; } .mb5n { margin-bottom: -5px; } .mb10n { margin-bottom: -10px; } .mb15n { margin-bottom: -15px; } .mb20n { margin-bottom: -20px; } .mb25n { margin-bottom: -25px; } .mb30n { margin-bottom: -30px; } .mb35n { margin-bottom: -35px; } .mb40n { margin-bottom: -40px; } .mb45n { margin-bottom: -45px; } .mb50n { margin-bottom: -50px; } .mg5 > :not(:last-child) { margin-bottom: 5px; } .mg10 > :not(:last-child) { margin-bottom: 10px; } .mg15 > :not(:last-child) { margin-bottom: 15px; } .mg20 > :not(:last-child) { margin-bottom: 20px; } .mg25 > :not(:last-child) { margin-bottom: 25px; } .mg30 > :not(:last-child) { margin-bottom: 30px; } .mg35 > :not(:last-child) { margin-bottom: 35px; } .mg40 > :not(:last-child) { margin-bottom: 40px; } .mg45 > :not(:last-child) { margin-bottom: 45px; } .mg50 > :not(:last-child) { margin-bottom: 50px; } .mi5 > :not(:last-child) { margin-right: 5px; } .mi10 > :not(:last-child) { margin-right: 10px; } .mi15 > :not(:last-child) { margin-right: 15px; } .mi20 > :not(:last-child) { margin-right: 20px; } .mi25 > :not(:last-child) { margin-right: 25px; } .mi30 > :not(:last-child) { margin-right: 30px; } .mi35 > :not(:last-child) { margin-right: 35px; } .mi40 > :not(:last-child) { margin-right: 40px; } .mi45 > :not(:last-child) { margin-right: 45px; } .mi50 > :not(:last-child) { margin-right: 50px; } .pa { padding: auto; } .xp { padding: 0; } .xpl { padding-left: 0; } .xpr { padding-right: 0; } .xpt { padding-top: 0; } .xpb { padding-bottom: 0; } .xph { padding-left: 0; padding-right: 0; } .xpv { padding-top: 0; padding-bottom: 0; } .p5 { padding: 5px; } .p10 { padding: 10px; } .p15 { padding: 15px; } .p20 { padding: 20px; } .p25 { padding: 25px; } .p30 { padding: 30px; } .p35 { padding: 35px; } .p40 { padding: 40px; } .p45 { padding: 45px; } .p50 { padding: 50px; } .pl50 { padding-left: 50px; } .pt10 { padding-top: 10px; } .pl10 { padding-left: 10px; } .ph5 { padding-left: 5px; padding-right: 5px; } .ph10 { padding-left: 10px; padding-right: 10px; } .ph15 { padding-left: 15px; padding-right: 15px; } .ph20 { padding-left: 20px; padding-right: 20px; } .ph25 { padding-left: 25px; padding-right: 25px; } .ph30 { padding-left: 30px; padding-right: 30px; } .ph35 { padding-left: 35px; padding-right: 35px; } .ph40 { padding-left: 40px; padding-right: 40px; } .ph45 { padding-left: 45px; padding-right: 45px; } .ph50 { padding-left: 50px; padding-right: 50px; } .pv5 { padding-top: 5px; padding-bottom: 5px; } .pv10 { padding-top: 10px; padding-bottom: 10px; } .pv15 { padding-top: 15px; padding-bottom: 15px; } .pv20 { padding-top: 20px; padding-bottom: 20px; } .pv25 { padding-top: 25px; padding-bottom: 25px; } .pv30 { padding-top: 30px; padding-bottom: 30px; } .pv35 { padding-top: 35px; padding-bottom: 35px; } .pv40 { padding-top: 40px; padding-bottom: 40px; } .pv45 { padding-top: 45px; padding-bottom: 45px; } .pv50 { padding-top: 50px; padding-bottom: 50px; } .pg5 > :not(:last-child) { padding-bottom: 5px; } .pg10 > :not(:last-child) { padding-bottom: 10px; } .pg15 > :not(:last-child) { padding-bottom: 15px; } .pg20 > :not(:last-child) { padding-bottom: 20px; } .pg25 > :not(:last-child) { padding-bottom: 25px; } .pg30 > :not(:last-child) { padding-bottom: 30px; } .pg35 > :not(:last-child) { padding-bottom: 35px; } .pg40 > :not(:last-child) { padding-bottom: 40px; } .pg45 > :not(:last-child) { padding-bottom: 45px; } .pg50 > :not(:last-child) { padding-bottom: 50px; } .pi5 > :not(:last-child) { padding-right: 5px; } .pi10 > :not(:last-child) { padding-right: 10px; } .pi15 > :not(:last-child) { padding-right: 15px; } .pi20 > :not(:last-child) { padding-right: 20px; } .pi25 > :not(:last-child) { padding-right: 25px; } .pi30 > :not(:last-child) { padding-right: 30px; } .pi35 > :not(:last-child) { padding-right: 35px; } .pi40 > :not(:last-child) { padding-right: 40px; } .pi45 > :not(:last-child) { padding-right: 45px; } .pi50 > :not(:last-child) { padding-right: 50px; } .no-pointer-events { pointer-events: none; } .no-scrollbars { overflow: scroll; overflow: -moz-scrollbars-none; -ms-overflow-style: none; } .no-scrollbars::-webkit-scrollbar { display: none; } .no-user-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .stat { position: static; } .rel { position: relative; } .abs { position: absolute; } .fix { position: fixed; } .sticky { position: -webkit-sticky; position: sticky; } .sticky-t { position: -webkit-sticky; position: sticky; top: 0; } .sticky-l { position: -webkit-sticky; position: sticky; left: 0; } .sticky-r { position: -webkit-sticky; position: sticky; right: 0; } .sticky-b { position: -webkit-sticky; position: sticky; bottom: 0; } .abs-f { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .abs-t { position: absolute; top: 0; left: 0; right: 0; } .abs-b { position: absolute; left: 0; right: 0; bottom: 0; } .abs-l { position: absolute; top: 0; left: 0; bottom: 0; } .abs-r { position: absolute; top: 0; right: 0; bottom: 0; } .abs-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-tl { position: absolute; top: 0; left: 0; } .abs-tl-c { position: absolute; top: 50%; left: 50%; } .abs-tl-ct { position: absolute; top: 0; left: 50%; } .abs-tl-cb { position: absolute; top: 100%; left: 50%; } .abs-tl-cl { position: absolute; top: 50%; left: 0; } .abs-tl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tl-bl { position: absolute; top: 100%; left: 0; } .abs-tl-br { position: absolute; top: 100%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-tr { position: absolute; top: 0; right: 0; } .abs-tr-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .abs-tr-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-cr { position: absolute; top: 50%; right: 0; } .abs-tr-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-tr-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .abs-tr-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); } .abs-bl { position: absolute; left: 0; bottom: 0; } .abs-bl-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-cb { position: absolute; left: 50%; bottom: 0; } .abs-bl-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .abs-bl-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-bl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .abs-bl-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .abs-br { position: absolute; right: 0; bottom: 0; } .abs-br-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-br-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-br-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .abs-br-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .abs-br-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .abs-c-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .abs-c-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .abs-c-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .abs-c-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .abs-c-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .abs-c-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 50%); transform: translate(50%, 50%); } .abs-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .abs-ct-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-ct-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-ct-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-ct-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .abs-ct-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 100%); transform: translate(50%, 100%); } .abs-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-cb-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .abs-cb-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .abs-cb-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .abs-cb-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .abs-cb-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .abs-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .abs-cl-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .abs-cl-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cl-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .abs-cl-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .abs-cl-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(100%, 50%); transform: translate(100%, 50%); } .abs-cr { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cr-c { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-ct { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-cb { position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .abs-cr-cl { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-tl { position: absolute; top: 0; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .abs-cr-tr { position: absolute; top: 0; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .abs-cr-bl { position: absolute; left: 0; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .abs-cr-br { position: absolute; right: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-f { position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .fix-t { position: fixed; top: 0; left: 0; right: 0; } .fix-b { position: fixed; left: 0; right: 0; bottom: 0; } .fix-l { position: fixed; top: 0; left: 0; bottom: 0; } .fix-r { position: fixed; top: 0; right: 0; bottom: 0; } .fix-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-tl { position: fixed; top: 0; left: 0; } .fix-tl-c { position: fixed; top: 50%; left: 50%; } .fix-tl-ct { position: fixed; top: 0; left: 50%; } .fix-tl-cb { position: fixed; top: 100%; left: 50%; } .fix-tl-cl { position: fixed; top: 50%; left: 0; } .fix-tl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tl-bl { position: fixed; top: 100%; left: 0; } .fix-tl-br { position: fixed; top: 100%; right: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-tr { position: fixed; top: 0; right: 0; } .fix-tr-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .fix-tr-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-cr { position: fixed; top: 50%; right: 0; } .fix-tr-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-tr-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 100%); transform: translate(-100%, 100%); } .fix-tr-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); } .fix-bl { position: fixed; left: 0; bottom: 0; } .fix-bl-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-cb { position: fixed; left: 50%; bottom: 0; } .fix-bl-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .fix-bl-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-bl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, -100%); transform: translate(100%, -100%); } .fix-bl-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); } .fix-br { position: fixed; right: 0; bottom: 0; } .fix-br-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-br-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-br-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .fix-br-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); } .fix-br-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); } .fix-c-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .fix-c-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .fix-c-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fix-c-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .fix-c-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); } .fix-c-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 50%); transform: translate(50%, 50%); } .fix-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .fix-ct-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-ct-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-ct-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-ct-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .fix-ct-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 100%); transform: translate(50%, 100%); } .fix-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-cb-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .fix-cb-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .fix-cb-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(50%, -100%); transform: translate(50%, -100%); } .fix-cb-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .fix-cb-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(50%, 0); transform: translate(50%, 0); } .fix-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-cl-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .fix-cl-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cl-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); } .fix-cl-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .fix-cl-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(100%, 50%); transform: translate(100%, 50%); } .fix-cr { position: fixed; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cr-c { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-ct { position: fixed; top: 0; left: 50%; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-cb { position: fixed; left: 50%; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .fix-cr-cl { position: fixed; top: 50%; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-tl { position: fixed; top: 0; left: 0; -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); } .fix-cr-tr { position: fixed; top: 0; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .fix-cr-bl { position: fixed; left: 0; bottom: 0; -webkit-transform: translate(-100%, 50%); transform: translate(-100%, 50%); } .fix-cr-br { position: fixed; right: 0; bottom: 0; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .tlbr { top: 0; left: 0; right: 0; bottom: 0; } .tlbr5 { top: 5px; left: 5px; right: 5px; bottom: 5px; } .tlbr10 { top: 10px; left: 10px; right: 10px; bottom: 10px; } .ta { top: auto; } .ba { bottom: auto; } .la { left: auto; } .ra { right: auto; } .t0 { top: 0; } .t5 { top: 5px; } .t10 { top: 10px; } .t15 { top: 15px; } .t20 { top: 20px; } .t25 { top: 25px; } .t30 { top: 30px; } .t35 { top: 35px; } .t40 { top: 40px; } .t45 { top: 45px; } .t50 { top: 50px; } .l0 { left: 0; } .l5 { left: 5px; } .l10 { left: 10px; } .l15 { left: 15px; } .l20 { left: 20px; } .l25 { left: 25px; } .l30 { left: 30px; } .l35 { left: 35px; } .l40 { left: 40px; } .l45 { left: 45px; } .l50 { left: 50px; } .r0 { right: 0; } .r5 { right: 5px; } .r10 { right: 10px; } .r15 { right: 15px; } .r20 { right: 20px; } .r25 { right: 25px; } .r30 { right: 30px; } .r35 { right: 35px; } .r40 { right: 40px; } .r45 { right: 45px; } .r50 { right: 50px; } .b0 { bottom: 0; } .b5 { bottom: 5px; } .b10 { bottom: 10px; } .b15 { bottom: 15px; } .b20 { bottom: 20px; } .b25 { bottom: 25px; } .b30 { bottom: 30px; } .b35 { bottom: 35px; } .b40 { bottom: 40px; } .b45 { bottom: 45px; } .b50 { bottom: 50px; } .z1 { z-index: 1; } .z2 { z-index: 2; } .z1000 { z-index: 1000; } .z1n { z-index: -1; } .z2n { z-index: -2; } .z1000n { z-index: -1000; } .xbg { background: none; } .black { background: #000; } .silver { background: #ccc; } .white { background: #fff; } .red { background: #f88; } .green { background: #8f8; } .blue { background: #88f; } .yellow { background: #ff8; } .cyan { background: #8ff; } .gradient { background: linear-gradient(to right, #f00 0%, #0f0 50%, #00f 100%); } .checkerboard { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX///+/v7+jQ3Y5AAAAEUlEQVQI12P4z8CAFWEX/Q8Afr8P8erzE9cAAAAASUVORK5CYII="); } .rainbow > :nth-child(3n+1) { background: #f88; } .rainbow > :nth-child(3n+2) { background: #8f8; } .rainbow > :nth-child(3n+3) { background: #88f; } .theme-navy { color: #80bfff; background: #001f3f; } .theme-blue { color: #b3dbff; background: #0074d9; } .theme-aqua { color: #004966; background: #7fdbff; } .theme-teal { color: #000; background: #39cccc; } .theme-olive { color: #163728; background: #3d9970; } .theme-green { color: #0e3e14; background: #2ecc40; } .theme-lime { color: #00662c; background: #01ff70; } .theme-yellow { color: #665800; background: #ffdc00; } .theme-orange { color: #663000; background: #ff851b; } .theme-red { color: #800600; background: #ff4136; } .theme-maroon { color: #eb7ab1; background: #85144b; } .theme-fuchsia { color: #65064f; background: #f012be; } .theme-purple { color: #efa9f9; background: #b10dc9; } .theme-black { color: #ddd; background: #111; } .theme-gray { color: #000; background: #aaa; } .theme-silver { color: #000; background: #ddd; } .scale20 { -webkit-transform: scale(0.2); transform: scale(0.2); } .rotate45 { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .rotate90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .rotate180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rotate270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .grid2 > .col1 { width: 50%; } .grid2 > .col2 { width: 100%; } .grid3 > .col1 { width: 33.3333333333%; } .grid3 > .col2 { width: 66.6666666667%; } .grid3 > .col3 { width: 100%; } .grid4 > .col1 { width: 25%; } .grid4 > .col2 { width: 50%; } .grid4 > .col3 { width: 75%; } .grid4 > .col4 { width: 100%; } .grid5 > .col1 { width: 20%; } .grid5 > .col2 { width: 40%; } .grid5 > .col3 { width: 60%; } .grid5 > .col4 { width: 80%; } .grid5 > .col5 { width: 100%; } .grid6 > .col1 { width: 16.6666666667%; } .grid6 > .col2 { width: 33.3333333333%; } .grid6 > .col3 { width: 50%; } .grid6 > .col4 { width: 66.6666666667%; } .grid6 > .col5 { width: 83.3333333333%; } .grid6 > .col6 { width: 100%; } .grid7 > .col1 { width: 14.2857142857%; } .grid7 > .col2 { width: 28.5714285714%; } .grid7 > .col3 { width: 42.8571428571%; } .grid7 > .col4 { width: 57.1428571429%; } .grid7 > .col5 { width: 71.4285714286%; } .grid7 > .col6 { width: 85.7142857143%; } .grid7 > .col7 { width: 100%; } .grid8 > .col1 { width: 12.5%; } .grid8 > .col2 { width: 25%; } .grid8 > .col3 { width: 37.5%; } .grid8 > .col4 { width: 50%; } .grid8 > .col5 { width: 62.5%; } .grid8 > .col6 { width: 75%; } .grid8 > .col7 { width: 87.5%; } .grid8 > .col8 { width: 100%; } .grid9 > .col1 { width: 11.1111111111%; } .grid9 > .col2 { width: 22.2222222222%; } .grid9 > .col3 { width: 33.3333333333%; } .grid9 > .col4 { width: 44.4444444444%; } .grid9 > .col5 { width: 55.5555555556%; } .grid9 > .col6 { width: 66.6666666667%; } .grid9 > .col7 { width: 77.7777777778%; } .grid9 > .col8 { width: 88.8888888889%; } .grid9 > .col9 { width: 100%; } .grid10 > .col1 { width: 10%; } .grid10 > .col2 { width: 20%; } .grid10 > .col3 { width: 30%; } .grid10 > .col4 { width: 40%; } .grid10 > .col5 { width: 50%; } .grid10 > .col6 { width: 60%; } .grid10 > .col7 { width: 70%; } .grid10 > .col8 { width: 80%; } .grid10 > .col9 { width: 90%; } .grid10 > .col10 { width: 100%; } .xresize { resize: none; } .resize { resize: both; } .resize-h { resize: horizontal; } .resize-v { resize: vertical; } svg { fill: currentColor; } button { cursor: pointer; } h2 { margin: 0; } .theme-white { color: #7f8893; background: white; font-family: "Open Sans", serif; font-size: 15px; } .theme-white button:hover { color: #36beff; } .theme-white button:active { color: #2f72ff; } .theme-white .active { background: yellow; }
0.501221
0.118615
body { background-color: rgb(238, 238, 238); } hr { border-color: #323232; border-style: dotted; } /* Header Styles */ header { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } header h1.page-title { text-transform: uppercase; font-size: 24px; font-weight: 1000; color: forestgreen; width: 40%; display: inline; line-height: 40px; } header ul { list-style-type: none; display: block; float: right; } header ul li { float: left; padding: 0px; } header ul li a { color: #323232; font-weight: 700; height: 50px; } header ul li a:hover { color: forestgreen; height: 50px; } /* Main Styles */ main { padding-top: 25px; } /* Detail Page Styles */ .engineer-details { border-color: #fff; border-style: double; border-width: 2px; padding: 25px; margin-bottom: 15px; } .engineer-details h2 { font-size: 48px; margin: 0px; line-height: 60px; } .engineer-details h3 { margin: 0px; } .engineer-details p { line-height: 18px; } .machine-details { margin: 0px 0px 25px 0px; overflow: scroll; max-height: 300px; } .machine-details .col-md-3 { border-color: rgb(238, 238, 238); border-style: solid; border-width: 3px; padding: 20px; } .machine-details .col-md-3:nth-of-type(even) { background-color: #fff; } .machine-details .col-md-3:nth-of-type(even):hover { background-color: rgb(182, 182, 182); } .machine-details .col-md-3:nth-of-type(odd) { background-color: rgb(182, 182, 182); } .machine-details .col-md-3:nth-of-type(odd):hover { background-color: #fff; } .machine-details h2, .machine-details h3 { margin: 0px; } .machine-details h4 { color: #fff; text-transform: uppercase; font-size: 36px; background-color: #323232; text-align: left; width: 70%; padding: 15px; } .machine-details .col-md-3 h2 span.content, .machine-details .col-md-3 h3 span.content { font-weight: 700; font-size: 24px; text-align: right; } .machine-details .col-md-3 h2 span.title, .machine-details .col-md-3 h3 span.title { text-transform: uppercase; font-size: 16px; text-align: left; } /* Footer Styles */ div#footer { position: fixed; bottom: 0px; left: 0px; width: 100%; color: #ccc; background: #333; padding: 8px; } /* Mobile Styles */ @media only screen and (max-width: 600px) { body { background-color: lightblue; } }
Factory/wwwroot/css/styles.css
body { background-color: rgb(238, 238, 238); } hr { border-color: #323232; border-style: dotted; } /* Header Styles */ header { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } header h1.page-title { text-transform: uppercase; font-size: 24px; font-weight: 1000; color: forestgreen; width: 40%; display: inline; line-height: 40px; } header ul { list-style-type: none; display: block; float: right; } header ul li { float: left; padding: 0px; } header ul li a { color: #323232; font-weight: 700; height: 50px; } header ul li a:hover { color: forestgreen; height: 50px; } /* Main Styles */ main { padding-top: 25px; } /* Detail Page Styles */ .engineer-details { border-color: #fff; border-style: double; border-width: 2px; padding: 25px; margin-bottom: 15px; } .engineer-details h2 { font-size: 48px; margin: 0px; line-height: 60px; } .engineer-details h3 { margin: 0px; } .engineer-details p { line-height: 18px; } .machine-details { margin: 0px 0px 25px 0px; overflow: scroll; max-height: 300px; } .machine-details .col-md-3 { border-color: rgb(238, 238, 238); border-style: solid; border-width: 3px; padding: 20px; } .machine-details .col-md-3:nth-of-type(even) { background-color: #fff; } .machine-details .col-md-3:nth-of-type(even):hover { background-color: rgb(182, 182, 182); } .machine-details .col-md-3:nth-of-type(odd) { background-color: rgb(182, 182, 182); } .machine-details .col-md-3:nth-of-type(odd):hover { background-color: #fff; } .machine-details h2, .machine-details h3 { margin: 0px; } .machine-details h4 { color: #fff; text-transform: uppercase; font-size: 36px; background-color: #323232; text-align: left; width: 70%; padding: 15px; } .machine-details .col-md-3 h2 span.content, .machine-details .col-md-3 h3 span.content { font-weight: 700; font-size: 24px; text-align: right; } .machine-details .col-md-3 h2 span.title, .machine-details .col-md-3 h3 span.title { text-transform: uppercase; font-size: 16px; text-align: left; } /* Footer Styles */ div#footer { position: fixed; bottom: 0px; left: 0px; width: 100%; color: #ccc; background: #333; padding: 8px; } /* Mobile Styles */ @media only screen and (max-width: 600px) { body { background-color: lightblue; } }
0.48121
0.082623
.ui-slider-horizontal.ui-slider-pips { margin-bottom: 1.4em; } /* default hide the labels and pips that arnt visible */ /* we just use css to hide incase we want to show certain */ /* labels/pips individually later */ .ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide { display: none; } /* now we show any labels that we've set to show in the options */ .ui-slider-pips .ui-slider-pip-label .ui-slider-label { display: block; } /* PIP/LABEL WRAPPER */ /* position each pip absolutely just below the default slider */ /* and also prevent accidental selection */ .ui-slider-pips .ui-slider-pip { width: 2em; height: 1em; line-height: 1em; position: absolute; font-size: 0.8em; color: #999; overflow: visible; text-align: center; top: 20px; left: 20px; margin-left: -1em; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ui-state-disabled.ui-slider-pips .ui-slider-pip { cursor: default; } /* little pip/line position & size */ .ui-slider-pips .ui-slider-line { background: #999; width: 1px; height: 3px; position: absolute; left: 50%; } /* the text label postion & size */ /* it overflows so no need for width to be accurate */ .ui-slider-pips .ui-slider-label { position: absolute; top: 5px; left: 50%; margin-left: -1.4em; /* width: 2em; */ } /* make it easy to see when we hover a label */ .ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label { color: black; font-weight: bold; } /* VERTICAL */ /* vertical slider needs right-margin, not bottom */ .ui-slider-vertical.ui-slider-pips { margin-bottom: 1em; margin-right: 2em; } /* align vertical pips left and to right of the slider */ .ui-slider-vertical.ui-slider-pips .ui-slider-pip { text-align: left; top: auto; left: 20px; margin-left: 0; margin-bottom: -0.5em; } /* vertical line/pip should be horizontal instead */ .ui-slider-vertical.ui-slider-pips .ui-slider-line { width: 3px; height: 1px; position: absolute; top: 50%; left: 0; } .ui-slider-vertical.ui-slider-pips .ui-slider-label { top: 50%; left: 0.5em; margin-left: 0; margin-top: -0.5em; width: 2em; } /* FLOATING HORIZTONAL TOOLTIPS */ /* remove the godawful looking focus outline on handle and float */ .ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label { outline: none; } /* style tooltips on handles and on labels */ /* also has a nice transition */ .ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label { position: absolute; visibility: hidden; top: -40px; /* display: block; width: 34px; margin-left: -18px; */ display: inline-block; width: 43px; margin-left: -22px; left: 50%; height: 20px; line-height: 20px; background: white; border-radius: 3px; border: 1px solid #888; text-align: center; font-size: 12px; opacity: 0; color: #333; -webkit-transition-property: opacity, top, visibility; transition-property: opacity, top, visibility; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 200ms, 200ms, 0ms; transition-duration: 200ms, 200ms, 0ms; -webkit-transition-delay: 0ms, 0ms, 200ms; transition-delay: 0ms, 0ms, 200ms; } /* show the tooltip on hover or focus */ /* also switch transition delay around */ .ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { opacity: 1; top: -30px; visibility: visible; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transition-delay: 200ms, 200ms, 0ms; transition-delay: 200ms, 200ms, 0ms; } /* put label tooltips below slider */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label { top: 42px; } .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 32px; font-weight: normal; } /* give the tooltip a css triangle arrow */ .ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { content: " "; width: 0; height: 0; border: 5px solid rgba(255, 255, 255, 0); border-top-color: white; position: absolute; bottom: -10px; left: 50%; margin-left: -5px; } /* put a 1px border on the tooltip arrow to match tooltip border */ .ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { content: " "; width: 0; height: 0; border: 5px solid rgba(255, 255, 255, 0); border-top-color: #888; position: absolute; bottom: -11px; left: 50%; margin-left: -5px; } /* switch the arrow to top on labels */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-bottom-color: white; top: -10px; } .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-bottom-color: #888; top: -11px; } /* FLOATING VERTICAL TOOLTIPS */ /* tooltip floats to left of handle */ .ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label { top: 50%; margin-top: -11px; width: 34px; margin-left: 0px; left: -60px; color: #333; -webkit-transition-duration: 200ms, 200ms, 0; transition-duration: 200ms, 200ms, 0; -webkit-transition-property: opacity, left, visibility; transition-property: opacity, left, visibility; -webkit-transition-delay: 0, 0, 200ms; transition-delay: 0, 0, 200ms; } .ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 50%; margin-top: -11px; left: -50px; } /* put label tooltips to right of slider */ .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label { left: 47px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { left: 37px; } /* give the tooltip a css triangle arrow */ .ui-slider-vertical.ui-slider-float .ui-slider-tip:after, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-left-color: white; border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -10px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-tip:before, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-left-color: #888; border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -11px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-right-color: white; right: auto; left: -10px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-right-color: #888; right: auto; left: -11px; } /* SELECTED STATES */ /* Comment out this chuck of code if you don't want to have the new label colours shown */ .ui-slider-pips [class*=ui-slider-pip-initial] { font-weight: bold; color: #1897C9; } .ui-slider-pips .ui-slider-pip-initial-2 { color: #9304a2; } .ui-slider-pips [class*=ui-slider-pip-selected] { font-weight: bold; color: #0026ff; } .ui-slider-pips .ui-slider-pip-inrange { color: black; } .ui-slider-pips .ui-slider-pip-selected-2 { color: #0026ff; } .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line { background: black; } @import url(https://fonts.googleapis.com/css?family=Oxygen); @import url(http://weloveiconfonts.com/api/?family=entypo); fa { font-family: 'FontAwesome'; } .preload * { transition: none !important; } .wrapper{ height: 300px; width: 100%; } .grid-unit { position: relative; float: left; border-top: 10px solid #fff; border-left: 10px solid #fff; width: 50%; height: 140px; perspective: 800; overflow: hidden; } .top-left { background: rgba(236,208,120,1); } .top-right { background: rgb(187, 137, 137); border-right: 10px solid #fff; } .bottom-right { height: 150px; background: rgb(255, 134, 154); border-bottom: 10px solid #fff; border-right: 10px solid #fff; } .bottom-left { height: 150px; background: rgb(228, 142, 176); border-bottom: 10px solid #fff; } .swing-panel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 2.5em; color: #fff; font-family: Oxygen, arial, sans-serif; transform-origin: left 50%; transform: rotateY(120deg); transition: transform .5s ease; letter-spacing: -.05em; text-shadow: 0 1px 0 rgba(0,0,0,.2); } .top-right .swing-panel, .bottom-right .swing-panel{ transform-origin: right 50%; transform: rotateY(-120deg); } .desc { display: block; position: absolute; padding: 5%; } .label { position: absolute; z-index: 1; font-family: Oxygen, arial, sans-serif; color: #fff; font-size: 1.2em; opacity: 1; transition: opacity .5s ease; } .grid-unit:hover .label { opacity: 0; } .top-left .label { bottom: 50px; right: 60px; transform: rotate(25deg); opacity: 0.5; } .top-right .label { bottom: 50px; left: 60px; transform: rotate(-25deg); opacity: 0.5; } .bottom-left .label { top: 50px; right: 60px; transform: rotate(-25deg); opacity: 0.5; } .bottom-right .label { top: 50px; left: 60px; transform: rotate(25deg); opacity: 0.5; } .top-left .desc { top: 0; left: 0; } .top-right .desc { top: 0; right: 0; } .bottom-left .desc { bottom: 0; left: 0; } .bottom-right .desc { bottom: 0; right: 0; } .grid-unit:hover .swing-panel { transform: rotateY(0deg); } .sphere { position: absolute; width: 160px; height: 160px; background-color: rgba(255,255,255,1); border-radius: 500px; transition: background-color .25s ease; opacity: 1; } .top-left .sphere { right: -80px; bottom: -80px; } .top-right .sphere { left: -80px; bottom: -80px; } .bottom-right .sphere { left: -80px; top: -80px; } .bottom-left .sphere { right: -80px; top: -80px; } .icon { position: absolute; font-size: 2em; transition: all .25s ease; z-index: 5; } .bottom-left .icon { top: 20px; right: 20px; color: rgba(84,36,55,1); } .bottom-right .icon { top: 20px; left: 20px; color: rgba(192,41,66,1); } .top-right .icon { bottom: 25px; left: 20px; color: rgba(217,91,67,1); } .top-left .icon { bottom: 25px; right: 20px; color: rgba(236,208,120,1); } .grid-unit:hover .icon { color: #fff; font-size: 4em; } .grid-unit:hover .sphere { background-color: rgba(255,255,255,0); } #buttons { padding-top: 50px; text-align: center; } /* start da css for da buttons */ .button { border-radius: 5px; padding: 5px 10px; font-size: 15px; text-decoration: none; /* margin: 20px; */ color: #fff; position: relative; display: inline-block; } .button:active { transform: translate(0px, 5px); -webkit-transform: translate(0px, 5px); box-shadow: 0px 1px 0px 0px; } .blue { background-color: #55acee; box-shadow: 1px 2px 1px 1px #3C93D5 } .blue:hover { background-color: #6FC6FF; } .switch input { top: 0; right: 0; bottom: 0; left: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer; } .switch { top: 3px; width: 65px; height: 17.5px; position: relative; display: inline-block; } .switch label { display: block; width: 80%; height: 100%; position: relative; background: #1F2736; /*#121823*/ background: linear-gradient(#121823, #161d2b); border-radius: 30px 30px 30px 30px; box-shadow: inset 0 1.5px 4px 0.5px rgba(0,0,0,0.5), inset 0 0.5px 0 rgba(0,0,0,0.5), 0 0.5px 0 rgba(255,255,255,0.2); -webkit-transition: all .5s ease; transition: all .5s ease; } .switch input ~ label i { display: block; height: 17.5px; width: 17.5px; position: absolute; left: 1px; /* top: 0.5px; */ z-index: 2; border-radius: inherit; background: #283446; /* Fallback */ background: linear-gradient(#36455b, #283446); box-shadow: inset 0 0.25px 0 rgba(255,255,255,0.2), 0 0 2px rgba(0,0,0,0.3), 0 3px 3px rgba(0,0,0,0.4); -webkit-transition: all .5s ease; transition: all .5s ease; } .switch label + span { content: ""; display: inline-block; position: absolute; right: 0px; top:4.25px; width: 9px; height: 9px; border-radius: 10px; background: #283446; background: gradient-gradient(#36455b, #283446); box-shadow: inset 0 0.5px 0 rgba(0,0,0,0.2), 0 0.5px 0 rgba(255,255,255,0.1), 0 0 5px rgba(185,231,253,0), inset 0 0 4px rgba(0,0,0,0.9), inset 0 -1px 2.5px rgba(0,0,0,0.3), inset 0 -2.5px 2.5px rgba(0,0,0,0.5); -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 2; } /* Toggle */ .switch input:checked ~ label + span { content: ""; display: inline-block; position: absolute; width: 9px; height: 9px; border-radius: 5px; -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 2; background: #b9f3fe; background: gradient-gradient(#ffffff, #77a1b9); box-shadow: inset 0 0.5px 0 rgba(0,0,0,0.1), 0 0.5px 0 rgba(255,255,255,0.1), 0 0 5px rgba(100,231,253,1), inset 0 0 4px rgba( 61,157,247,0.8), inset 0 -1px 2.5px rgba(185,231,253,0.3), inset 0 -1.5px 4px rgba(185,231,253,0.5); } .switch input:checked ~ label i { left: auto; left: 67%; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 0 8px rgba(0,0,0,0.3), 0 8px 8px rgba(0,0,0,0.3), inset -0.5px 0 0.5px #b9f3fe; -webkit-transition: all .5s ease; transition: all .5s ease; }
vitamin/src/main/webapp/WEB-INF/css/jquery-ui-slider-pips.css
.ui-slider-horizontal.ui-slider-pips { margin-bottom: 1.4em; } /* default hide the labels and pips that arnt visible */ /* we just use css to hide incase we want to show certain */ /* labels/pips individually later */ .ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide { display: none; } /* now we show any labels that we've set to show in the options */ .ui-slider-pips .ui-slider-pip-label .ui-slider-label { display: block; } /* PIP/LABEL WRAPPER */ /* position each pip absolutely just below the default slider */ /* and also prevent accidental selection */ .ui-slider-pips .ui-slider-pip { width: 2em; height: 1em; line-height: 1em; position: absolute; font-size: 0.8em; color: #999; overflow: visible; text-align: center; top: 20px; left: 20px; margin-left: -1em; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ui-state-disabled.ui-slider-pips .ui-slider-pip { cursor: default; } /* little pip/line position & size */ .ui-slider-pips .ui-slider-line { background: #999; width: 1px; height: 3px; position: absolute; left: 50%; } /* the text label postion & size */ /* it overflows so no need for width to be accurate */ .ui-slider-pips .ui-slider-label { position: absolute; top: 5px; left: 50%; margin-left: -1.4em; /* width: 2em; */ } /* make it easy to see when we hover a label */ .ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label { color: black; font-weight: bold; } /* VERTICAL */ /* vertical slider needs right-margin, not bottom */ .ui-slider-vertical.ui-slider-pips { margin-bottom: 1em; margin-right: 2em; } /* align vertical pips left and to right of the slider */ .ui-slider-vertical.ui-slider-pips .ui-slider-pip { text-align: left; top: auto; left: 20px; margin-left: 0; margin-bottom: -0.5em; } /* vertical line/pip should be horizontal instead */ .ui-slider-vertical.ui-slider-pips .ui-slider-line { width: 3px; height: 1px; position: absolute; top: 50%; left: 0; } .ui-slider-vertical.ui-slider-pips .ui-slider-label { top: 50%; left: 0.5em; margin-left: 0; margin-top: -0.5em; width: 2em; } /* FLOATING HORIZTONAL TOOLTIPS */ /* remove the godawful looking focus outline on handle and float */ .ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label { outline: none; } /* style tooltips on handles and on labels */ /* also has a nice transition */ .ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label { position: absolute; visibility: hidden; top: -40px; /* display: block; width: 34px; margin-left: -18px; */ display: inline-block; width: 43px; margin-left: -22px; left: 50%; height: 20px; line-height: 20px; background: white; border-radius: 3px; border: 1px solid #888; text-align: center; font-size: 12px; opacity: 0; color: #333; -webkit-transition-property: opacity, top, visibility; transition-property: opacity, top, visibility; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 200ms, 200ms, 0ms; transition-duration: 200ms, 200ms, 0ms; -webkit-transition-delay: 0ms, 0ms, 200ms; transition-delay: 0ms, 0ms, 200ms; } /* show the tooltip on hover or focus */ /* also switch transition delay around */ .ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { opacity: 1; top: -30px; visibility: visible; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transition-delay: 200ms, 200ms, 0ms; transition-delay: 200ms, 200ms, 0ms; } /* put label tooltips below slider */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label { top: 42px; } .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 32px; font-weight: normal; } /* give the tooltip a css triangle arrow */ .ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { content: " "; width: 0; height: 0; border: 5px solid rgba(255, 255, 255, 0); border-top-color: white; position: absolute; bottom: -10px; left: 50%; margin-left: -5px; } /* put a 1px border on the tooltip arrow to match tooltip border */ .ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { content: " "; width: 0; height: 0; border: 5px solid rgba(255, 255, 255, 0); border-top-color: #888; position: absolute; bottom: -11px; left: 50%; margin-left: -5px; } /* switch the arrow to top on labels */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-bottom-color: white; top: -10px; } .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-bottom-color: #888; top: -11px; } /* FLOATING VERTICAL TOOLTIPS */ /* tooltip floats to left of handle */ .ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label { top: 50%; margin-top: -11px; width: 34px; margin-left: 0px; left: -60px; color: #333; -webkit-transition-duration: 200ms, 200ms, 0; transition-duration: 200ms, 200ms, 0; -webkit-transition-property: opacity, left, visibility; transition-property: opacity, left, visibility; -webkit-transition-delay: 0, 0, 200ms; transition-delay: 0, 0, 200ms; } .ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 50%; margin-top: -11px; left: -50px; } /* put label tooltips to right of slider */ .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label { left: 47px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { left: 37px; } /* give the tooltip a css triangle arrow */ .ui-slider-vertical.ui-slider-float .ui-slider-tip:after, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-left-color: white; border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -10px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-tip:before, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-left-color: #888; border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -11px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255, 255, 255, 0); border-right-color: white; right: auto; left: -10px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255, 255, 255, 0); border-right-color: #888; right: auto; left: -11px; } /* SELECTED STATES */ /* Comment out this chuck of code if you don't want to have the new label colours shown */ .ui-slider-pips [class*=ui-slider-pip-initial] { font-weight: bold; color: #1897C9; } .ui-slider-pips .ui-slider-pip-initial-2 { color: #9304a2; } .ui-slider-pips [class*=ui-slider-pip-selected] { font-weight: bold; color: #0026ff; } .ui-slider-pips .ui-slider-pip-inrange { color: black; } .ui-slider-pips .ui-slider-pip-selected-2 { color: #0026ff; } .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line { background: black; } @import url(https://fonts.googleapis.com/css?family=Oxygen); @import url(http://weloveiconfonts.com/api/?family=entypo); fa { font-family: 'FontAwesome'; } .preload * { transition: none !important; } .wrapper{ height: 300px; width: 100%; } .grid-unit { position: relative; float: left; border-top: 10px solid #fff; border-left: 10px solid #fff; width: 50%; height: 140px; perspective: 800; overflow: hidden; } .top-left { background: rgba(236,208,120,1); } .top-right { background: rgb(187, 137, 137); border-right: 10px solid #fff; } .bottom-right { height: 150px; background: rgb(255, 134, 154); border-bottom: 10px solid #fff; border-right: 10px solid #fff; } .bottom-left { height: 150px; background: rgb(228, 142, 176); border-bottom: 10px solid #fff; } .swing-panel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 2.5em; color: #fff; font-family: Oxygen, arial, sans-serif; transform-origin: left 50%; transform: rotateY(120deg); transition: transform .5s ease; letter-spacing: -.05em; text-shadow: 0 1px 0 rgba(0,0,0,.2); } .top-right .swing-panel, .bottom-right .swing-panel{ transform-origin: right 50%; transform: rotateY(-120deg); } .desc { display: block; position: absolute; padding: 5%; } .label { position: absolute; z-index: 1; font-family: Oxygen, arial, sans-serif; color: #fff; font-size: 1.2em; opacity: 1; transition: opacity .5s ease; } .grid-unit:hover .label { opacity: 0; } .top-left .label { bottom: 50px; right: 60px; transform: rotate(25deg); opacity: 0.5; } .top-right .label { bottom: 50px; left: 60px; transform: rotate(-25deg); opacity: 0.5; } .bottom-left .label { top: 50px; right: 60px; transform: rotate(-25deg); opacity: 0.5; } .bottom-right .label { top: 50px; left: 60px; transform: rotate(25deg); opacity: 0.5; } .top-left .desc { top: 0; left: 0; } .top-right .desc { top: 0; right: 0; } .bottom-left .desc { bottom: 0; left: 0; } .bottom-right .desc { bottom: 0; right: 0; } .grid-unit:hover .swing-panel { transform: rotateY(0deg); } .sphere { position: absolute; width: 160px; height: 160px; background-color: rgba(255,255,255,1); border-radius: 500px; transition: background-color .25s ease; opacity: 1; } .top-left .sphere { right: -80px; bottom: -80px; } .top-right .sphere { left: -80px; bottom: -80px; } .bottom-right .sphere { left: -80px; top: -80px; } .bottom-left .sphere { right: -80px; top: -80px; } .icon { position: absolute; font-size: 2em; transition: all .25s ease; z-index: 5; } .bottom-left .icon { top: 20px; right: 20px; color: rgba(84,36,55,1); } .bottom-right .icon { top: 20px; left: 20px; color: rgba(192,41,66,1); } .top-right .icon { bottom: 25px; left: 20px; color: rgba(217,91,67,1); } .top-left .icon { bottom: 25px; right: 20px; color: rgba(236,208,120,1); } .grid-unit:hover .icon { color: #fff; font-size: 4em; } .grid-unit:hover .sphere { background-color: rgba(255,255,255,0); } #buttons { padding-top: 50px; text-align: center; } /* start da css for da buttons */ .button { border-radius: 5px; padding: 5px 10px; font-size: 15px; text-decoration: none; /* margin: 20px; */ color: #fff; position: relative; display: inline-block; } .button:active { transform: translate(0px, 5px); -webkit-transform: translate(0px, 5px); box-shadow: 0px 1px 0px 0px; } .blue { background-color: #55acee; box-shadow: 1px 2px 1px 1px #3C93D5 } .blue:hover { background-color: #6FC6FF; } .switch input { top: 0; right: 0; bottom: 0; left: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer; } .switch { top: 3px; width: 65px; height: 17.5px; position: relative; display: inline-block; } .switch label { display: block; width: 80%; height: 100%; position: relative; background: #1F2736; /*#121823*/ background: linear-gradient(#121823, #161d2b); border-radius: 30px 30px 30px 30px; box-shadow: inset 0 1.5px 4px 0.5px rgba(0,0,0,0.5), inset 0 0.5px 0 rgba(0,0,0,0.5), 0 0.5px 0 rgba(255,255,255,0.2); -webkit-transition: all .5s ease; transition: all .5s ease; } .switch input ~ label i { display: block; height: 17.5px; width: 17.5px; position: absolute; left: 1px; /* top: 0.5px; */ z-index: 2; border-radius: inherit; background: #283446; /* Fallback */ background: linear-gradient(#36455b, #283446); box-shadow: inset 0 0.25px 0 rgba(255,255,255,0.2), 0 0 2px rgba(0,0,0,0.3), 0 3px 3px rgba(0,0,0,0.4); -webkit-transition: all .5s ease; transition: all .5s ease; } .switch label + span { content: ""; display: inline-block; position: absolute; right: 0px; top:4.25px; width: 9px; height: 9px; border-radius: 10px; background: #283446; background: gradient-gradient(#36455b, #283446); box-shadow: inset 0 0.5px 0 rgba(0,0,0,0.2), 0 0.5px 0 rgba(255,255,255,0.1), 0 0 5px rgba(185,231,253,0), inset 0 0 4px rgba(0,0,0,0.9), inset 0 -1px 2.5px rgba(0,0,0,0.3), inset 0 -2.5px 2.5px rgba(0,0,0,0.5); -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 2; } /* Toggle */ .switch input:checked ~ label + span { content: ""; display: inline-block; position: absolute; width: 9px; height: 9px; border-radius: 5px; -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 2; background: #b9f3fe; background: gradient-gradient(#ffffff, #77a1b9); box-shadow: inset 0 0.5px 0 rgba(0,0,0,0.1), 0 0.5px 0 rgba(255,255,255,0.1), 0 0 5px rgba(100,231,253,1), inset 0 0 4px rgba( 61,157,247,0.8), inset 0 -1px 2.5px rgba(185,231,253,0.3), inset 0 -1.5px 4px rgba(185,231,253,0.5); } .switch input:checked ~ label i { left: auto; left: 67%; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 0 8px rgba(0,0,0,0.3), 0 8px 8px rgba(0,0,0,0.3), inset -0.5px 0 0.5px #b9f3fe; -webkit-transition: all .5s ease; transition: all .5s ease; }
0.334155
0.0686
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background-color: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { font-size: 2em; margin: .67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0 } textarea { overflow: auto } optgroup { font-weight: 700 } table { border-collapse: collapse; border-spacing: 0 } td, th { padding: 0 } /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */ fieldset, hr { border: 0; padding: 0 } html { color: #222; font-size: 1em; line-height: 1.4 } ::-moz-selection { background: #b3d4fc; text-shadow: none } ::selection { background: #b3d4fc; text-shadow: none } hr { display: block; height: 1px; border-top: 1px solid #ccc; margin: 1em 0 } audio, canvas, iframe, img, svg, video { vertical-align: middle } fieldset { margin: 0 } textarea { resize: vertical } .browserupgrade { margin: .2em 0; background: #ccc; color: #000; padding: .2em 0 } .main aside, .title, nav a, nav a:hover, nav a:visited { color: #fff } body { font: 16px/26px Helvetica, Helvetica Neue, Arial } .wrapper { width: 90%; margin: 0 5% } .header-container { border-bottom: 20px solid #e44d26 } .footer-container, .main aside { border-top: 20px solid #e44d26 } .footer-container, .header-container, .main aside { background: #f16529 } nav ul { margin: 0; padding: 0; list-style-type: none } nav a { display: block; margin-bottom: 10px; padding: 15px 0; text-align: center; text-decoration: none; font-weight: 700; background: #e44d26 } nav a:hover { text-decoration: underline } .main { padding: 30px 0 } .main article h1 { font-size: 2em } .main aside { padding: 0 5% 10px } .footer-container footer { color: #fff; padding: 20px 0 } .ie7 .title { padding-top: 20px } .mCustomScrollbar { -ms-touch-action: none; touch-action: none } .mCustomScrollbar.mCS_no_scrollbar { -ms-touch-action: auto; touch-action: auto } .mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: 0; direction: ltr } .mCSB_container { overflow: hidden; width: auto; height: auto } .mCSB_inside>.mCSB_container { margin-right: 30px } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0 } .mCS-dir-rtl>.mCSB_inside>.mCSB_container { margin-right: 0; margin-left: 30px } .mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0 } .mCSB_scrollTools { position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0 } .mCSB_outside+.mCSB_scrollTools { right: -26px } .mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { right: auto; left: 0 } .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { left: -26px } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto } .mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0 } .mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1 } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0 } .mCSB_horizontal.mCSB_inside>.mCSB_container { margin-right: 0; margin-bottom: 30px } .mCSB_horizontal.mCSB_outside>.mCSB_container { min-height: 100% } .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0 } .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px } .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer { margin: 0 20px } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0 } .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px } .mCSB_container_wrapper>.mCSB_container { padding-right: 30px; padding-bottom: 30px } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0 } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0 } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0 } .mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper { margin-right: 0; margin-left: 30px } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container { padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container { padding-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0 } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0 } .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out } .mCSB_scrollTools { opacity: .75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)" } .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)" } .mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .4); filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)" } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .75); filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)" } .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9); filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)" } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp { background-image: url(mCSB_buttons.png); background-repeat: no-repeat; opacity: .4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)" } .mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0 } .mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px } .mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px } .mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px } .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover { opacity: .75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active { opacity: .9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)" } .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(0, 0, 0, .85) } .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: rgba(0, 0, 0, .9) } .mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0 } .mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px } .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px } .mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px } .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px auto } .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) } .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px 0 } .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -20px } .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -40px } .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -56px } .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px 0 } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -20px } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -40px } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -56px } .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: rgba(255, 255, 255, .75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0 } .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto } .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px 0 } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -20px } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -40px } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -56px } .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px 0 } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -20px } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -40px } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -56px } .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .1) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px } .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% } .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto } .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0 } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px } .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .15) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger { height: 14px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 14px; margin: 0 1px } .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger { width: 14px } .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 14px; margin: 1px 0 } .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; height: 16px; margin: -1px 0 } .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px } .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; width: 16px; margin: 0 -1px } .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; margin: 6px 0 } .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 -72px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -92px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -112px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -128px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px -72px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -92px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -112px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -128px } .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail { width: 4px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail { background-color: transparent; background-position: center } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==); background-repeat: repeat-y; opacity: .3; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 4px; margin: 6px 0; background-repeat: repeat-x } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px -72px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -92px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -112px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -128px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=) } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px -72px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -92px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -112px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -128px } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-y; background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: linear-gradient(to right, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-x; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%) } .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger { height: 70px } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger { width: 70px } .mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px } .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail { width: 8px; background-color: #000; background-color: rgba(0, 0, 0, .2); box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2) } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #555 } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 8px } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 8px; margin: 4px 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 8px; margin: 4px auto } .mCS-3d.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-3d.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-3d.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1) } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px } .mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical { right: 1px } .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical { box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal { bottom: 1px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4); width: 12px; margin: 2px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4) } .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #555 } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto } .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { background-color: #000; background-color: rgba(0, 0, 0, .05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1) } .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-3d-thick-dark.mCSB_scrollTools { box-shadow: inset 0 0 14px rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal { box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #777 } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { background-color: #fff; background-color: rgba(0, 0, 0, .05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical { right: 0; margin: 12px 0 } .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px } .mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical { left: 0; right: auto } .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px } .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px } .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)" } .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)" } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)" } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)" } .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background-color: #000; background-color: rgba(0, 0, 0, .2) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px } .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 6px; margin: 5px 0 } .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px } .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0 } .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1) } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail { width: 12px; background-color: #000; background-color: rgba(0, 0, 0, .2) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; margin: 3px 5px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 6px; margin: 5px 3px; position: absolute; width: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 12px; margin: 2px 0 } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: rgba(255, 255, 255, .2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { border-color: #000; border-color: rgba(0, 0, 0, .2) } .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .6) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .6) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .75) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) }
PM-Dashboard/Content/app.html5bp.css
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background-color: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { font-size: 2em; margin: .67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0 } textarea { overflow: auto } optgroup { font-weight: 700 } table { border-collapse: collapse; border-spacing: 0 } td, th { padding: 0 } /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */ fieldset, hr { border: 0; padding: 0 } html { color: #222; font-size: 1em; line-height: 1.4 } ::-moz-selection { background: #b3d4fc; text-shadow: none } ::selection { background: #b3d4fc; text-shadow: none } hr { display: block; height: 1px; border-top: 1px solid #ccc; margin: 1em 0 } audio, canvas, iframe, img, svg, video { vertical-align: middle } fieldset { margin: 0 } textarea { resize: vertical } .browserupgrade { margin: .2em 0; background: #ccc; color: #000; padding: .2em 0 } .main aside, .title, nav a, nav a:hover, nav a:visited { color: #fff } body { font: 16px/26px Helvetica, Helvetica Neue, Arial } .wrapper { width: 90%; margin: 0 5% } .header-container { border-bottom: 20px solid #e44d26 } .footer-container, .main aside { border-top: 20px solid #e44d26 } .footer-container, .header-container, .main aside { background: #f16529 } nav ul { margin: 0; padding: 0; list-style-type: none } nav a { display: block; margin-bottom: 10px; padding: 15px 0; text-align: center; text-decoration: none; font-weight: 700; background: #e44d26 } nav a:hover { text-decoration: underline } .main { padding: 30px 0 } .main article h1 { font-size: 2em } .main aside { padding: 0 5% 10px } .footer-container footer { color: #fff; padding: 20px 0 } .ie7 .title { padding-top: 20px } .mCustomScrollbar { -ms-touch-action: none; touch-action: none } .mCustomScrollbar.mCS_no_scrollbar { -ms-touch-action: auto; touch-action: auto } .mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: 0; direction: ltr } .mCSB_container { overflow: hidden; width: auto; height: auto } .mCSB_inside>.mCSB_container { margin-right: 30px } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0 } .mCS-dir-rtl>.mCSB_inside>.mCSB_container { margin-right: 0; margin-left: 30px } .mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0 } .mCSB_scrollTools { position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0 } .mCSB_outside+.mCSB_scrollTools { right: -26px } .mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { right: auto; left: 0 } .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools { left: -26px } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto } .mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0 } .mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1 } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0 } .mCSB_horizontal.mCSB_inside>.mCSB_container { margin-right: 0; margin-bottom: 30px } .mCSB_horizontal.mCSB_outside>.mCSB_container { min-height: 100% } .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0 } .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px } .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer { margin: 0 20px } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0 } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0 } .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px } .mCSB_container_wrapper>.mCSB_container { padding-right: 30px; padding-bottom: 30px } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px } .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0 } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0 } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px } .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0 } .mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper { margin-right: 0; margin-left: 30px } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container { padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container { padding-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0 } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0 } .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out } .mCSB_scrollTools { opacity: .75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)" } .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)" } .mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .4); filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)" } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .75); filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)" } .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9); filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)" } .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp { background-image: url(mCSB_buttons.png); background-repeat: no-repeat; opacity: .4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)" } .mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0 } .mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px } .mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px } .mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px } .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover { opacity: .75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)" } .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active { opacity: .9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)" } .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(0, 0, 0, .85) } .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: rgba(0, 0, 0, .9) } .mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0 } .mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px } .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px } .mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px } .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px auto } .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) } .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px 0 } .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -20px } .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -40px } .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -56px } .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px 0 } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -20px } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -40px } .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -56px } .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, .1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: rgba(255, 255, 255, .75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0 } .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto } .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px 0 } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -20px } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -40px } .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -56px } .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px 0 } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -20px } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -40px } .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -56px } .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .1) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px } .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% } .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto } .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0 } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px } .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .15) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger { height: 14px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 14px; margin: 0 1px } .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger { width: 14px } .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 14px; margin: 1px 0 } .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; height: 16px; margin: -1px 0 } .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px } .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; width: 16px; margin: 0 -1px } .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; margin: 6px 0 } .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 -72px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -92px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -112px } .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -128px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .15) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px -72px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -92px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -112px } .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -128px } .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail { width: 4px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail { background-color: transparent; background-position: center } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==); background-repeat: repeat-y; opacity: .3; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 4px; margin: 6px 0; background-repeat: repeat-x } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px -72px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -92px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -112px } .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -128px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=) } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px -72px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -92px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -112px } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -128px } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-y; background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: linear-gradient(to right, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-x; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5)0, rgba(255, 255, 255, 0)100%) } .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger { height: 70px } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger { width: 70px } .mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px } .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail { width: 8px; background-color: #000; background-color: rgba(0, 0, 0, .2); box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2) } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #555 } .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 8px } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 8px; margin: 4px 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 8px; margin: 4px auto } .mCS-3d.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-3d.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-3d.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1); box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1) } .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1) } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)" } .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px } .mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical { right: 1px } .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical { box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal { bottom: 1px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4); width: 12px; margin: 2px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4) } .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #555 } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto } .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { background-color: #000; background-color: rgba(0, 0, 0, .05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1) } .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-3d-thick-dark.mCSB_scrollTools { box-shadow: inset 0 0 14px rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal { box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #777 } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { background-color: #fff; background-color: rgba(0, 0, 0, .05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1) } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical { right: 0; margin: 12px 0 } .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px } .mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical { left: 0; right: auto } .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent } .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px } .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px } .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)" } .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)" } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)" } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)" } .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background-color: #000; background-color: rgba(0, 0, 0, .2) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px } .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 6px; margin: 5px 0 } .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px } .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0 } .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1) } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail { width: 12px; background-color: #000; background-color: rgba(0, 0, 0, .2) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; margin: 3px 5px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 6px; margin: 5px 3px; position: absolute; width: auto; top: 0; bottom: 0; left: 0; right: 0 } .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 12px; margin: 2px 0 } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px } .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .1) } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: rgba(255, 255, 255, .2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { border-color: #000; border-color: rgba(0, 0, 0, .2) } .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, .6) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, .6) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .75) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .85) } .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, .9) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .75) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .85) } .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, .9) }
0.564579
0.121243
@charset "utf-8"; /* All-In-One Unique CSS */ #business { background:#F5F5F6; padding-left:18px; padding-right:10px; padding-top:16px; padding-bottom:1px; margin-top:-2px; width:920px; margin-left:-1px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #business img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #home{ margin-top: 18px; width:960px; background:grey; } #home h3{ font:18px Gotham, Sans-Serif;} #homepage-left{ float: left; width: 285px; height:380px; background:#f5f5f6; margin-right:15px; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-left img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-middle{ float: left; width: 285px; height:380px; background:#f5f5f6; margin-right:15px; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-middle img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-right{ float: left; width: 285px; height:380px; background:#f5f5f6; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-right img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; }
news/wp-content/themes/smallbiz/layouts/allinone/css/screen.css
@charset "utf-8"; /* All-In-One Unique CSS */ #business { background:#F5F5F6; padding-left:18px; padding-right:10px; padding-top:16px; padding-bottom:1px; margin-top:-2px; width:920px; margin-left:-1px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #business img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #home{ margin-top: 18px; width:960px; background:grey; } #home h3{ font:18px Gotham, Sans-Serif;} #homepage-left{ float: left; width: 285px; height:380px; background:#f5f5f6; margin-right:15px; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-left img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-middle{ float: left; width: 285px; height:380px; background:#f5f5f6; margin-right:15px; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-middle img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-right{ float: left; width: 285px; height:380px; background:#f5f5f6; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px; overflow:hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; } #homepage-right img{ padding: 0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 0 1px 2px #AAAAAA; -webkit-box-shadow: 0 1px 2px #AAAAAA; box-shadow: 0 1px 2px #AAAAAA; }
0.111895
0.066691
position: relative; color: #9f9f9f; /* 分割栏公共样式 */ } #detail .common-p { display: flex; padding: 0.2rem 0.2rem 0.2rem 0.8rem; font-size: 0.7rem; } #detail .common-p .key { flex: 1 1 30%; } #detail .common-p .value { flex: 1 1 70%; color: #333; margin-left: 0.5rem; } #detail .split-bar { display: flex; align-items: center; height: 1rem; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); padding: 0.3rem 0.5rem; margin: 0.2rem 0; font-size: 0.8rem; color: #333; } #detail li.remark .content, #detail #content { padding: 0.5rem; font-size: 0.8rem; margin-bottom: 1rem; } #detail .nav-bar { display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 2.2rem; background-color: #fff; color: #5f646e; box-sizing: border-box; padding: 0 0.5rem; font-size: 0.8rem; z-index: 999; } #detail .nav-bar .toggle { flex: 1 1 auto; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #dfdfdf; } #detail .nav-bar .active { color: #e34d00; border-bottom: 2px solid #e34d00; } #detail .wraper { display: flex; position: absolute; left: 0%; top: 0; transition: all 0.5s; padding-top: 2.2rem; padding-bottom: 3rem; } #detail .wraper ul.workInfo { width: 100vw; } #detail .wraper ul.workInfo .head { display: flex; padding: 0.3rem; box-sizing: border-box; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); } #detail .wraper ul.workInfo .head .circle { flex: 0 0 2.3rem; display: flex; justify-content: center; align-items: center; text-align: center; height: 2.3rem; border-radius: 50%; overflow: hidden; padding: 0.2rem; background: chocolate; color: #fff; font-weight: bold; font-size: 0.6rem; } #detail .wraper ul.workInfo .head .right { flex: 1 1 auto; padding-left: 0.8rem; padding-top: 0.2rem; font-size: 0.8rem; } #detail .wraper ul.workInfo .head .right .workName { color: #333; font-size: 1rem; margin-bottom: 0.2rem; } #detail .wraper ul.workInfo .company-li { padding: 0.2rem 0; } #detail .wraper ul.process { width: 100vw; } #detail .wraper ul.process .eachDetail { text-align: center; padding: 0.3rem 0; color: chocolate; } #detail .wraper ul.process .eachDetail .shangzhan { transform-origin: 10 10; transform: rotate(60deg) !important; } #detail .wraper ul.process .head { color: #333; padding: 0.3rem 1rem; font-size: 0.9rem; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); }
detail/detail.css
position: relative; color: #9f9f9f; /* 分割栏公共样式 */ } #detail .common-p { display: flex; padding: 0.2rem 0.2rem 0.2rem 0.8rem; font-size: 0.7rem; } #detail .common-p .key { flex: 1 1 30%; } #detail .common-p .value { flex: 1 1 70%; color: #333; margin-left: 0.5rem; } #detail .split-bar { display: flex; align-items: center; height: 1rem; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); padding: 0.3rem 0.5rem; margin: 0.2rem 0; font-size: 0.8rem; color: #333; } #detail li.remark .content, #detail #content { padding: 0.5rem; font-size: 0.8rem; margin-bottom: 1rem; } #detail .nav-bar { display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 2.2rem; background-color: #fff; color: #5f646e; box-sizing: border-box; padding: 0 0.5rem; font-size: 0.8rem; z-index: 999; } #detail .nav-bar .toggle { flex: 1 1 auto; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #dfdfdf; } #detail .nav-bar .active { color: #e34d00; border-bottom: 2px solid #e34d00; } #detail .wraper { display: flex; position: absolute; left: 0%; top: 0; transition: all 0.5s; padding-top: 2.2rem; padding-bottom: 3rem; } #detail .wraper ul.workInfo { width: 100vw; } #detail .wraper ul.workInfo .head { display: flex; padding: 0.3rem; box-sizing: border-box; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); } #detail .wraper ul.workInfo .head .circle { flex: 0 0 2.3rem; display: flex; justify-content: center; align-items: center; text-align: center; height: 2.3rem; border-radius: 50%; overflow: hidden; padding: 0.2rem; background: chocolate; color: #fff; font-weight: bold; font-size: 0.6rem; } #detail .wraper ul.workInfo .head .right { flex: 1 1 auto; padding-left: 0.8rem; padding-top: 0.2rem; font-size: 0.8rem; } #detail .wraper ul.workInfo .head .right .workName { color: #333; font-size: 1rem; margin-bottom: 0.2rem; } #detail .wraper ul.workInfo .company-li { padding: 0.2rem 0; } #detail .wraper ul.process { width: 100vw; } #detail .wraper ul.process .eachDetail { text-align: center; padding: 0.3rem 0; color: chocolate; } #detail .wraper ul.process .eachDetail .shangzhan { transform-origin: 10 10; transform: rotate(60deg) !important; } #detail .wraper ul.process .head { color: #333; padding: 0.3rem 1rem; font-size: 0.9rem; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06)); }
0.308711
0.069542
body { font: 14px/1.2 Georgia, "Microsoft Yahei", "WenQuanYi Micro Hei", Bitstream Vera Sans, Tahoma, sans-serif; background: #bbccdd; padding-left: 12%; padding-right: 10%; padding-top: 1em; padding-bottom: 1em; margin: 0; } a { font-weight: bold; text-decoration: none; color: #00008b; } a:hover { background: #00008b; color: #fff; } /* h1 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 32px; color: #666; padding: 2px; margin-left: -40px; margin-bottom: 8px; border-bottom: 5px solid #000; } */ h1 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 24px; color: #0000ff; padding: 2px; margin-left: -30px; margin-top: 5px; border-bottom: 3px solid #222; <lisp>(funcall emacs-wiki-menu-factory)</lisp> } h2 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 20px; color: #1207ec; padding: 2px; margin-left: -20px; margin-top: 5px; border-bottom: 2px solid #222; } h3 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 18px; color: #761987; padding: 2px; margin-left: -10px; margin-top: 5px; border-bottom: 1px solid #222; } h4 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 16px; color: #222; padding: 2px; /*margin-bottom: -5px;*/ border-top: 1px dashed #666; border-bottom: 1px dashed #666; } img { background: #bbccdd; float: none; margin-bottom: -5px; border-style: solid; border-width: 2px; border-color: #00008b; } #im { clear: right; } pre { font: 12px/1.2 Courier New, Bitstream Vera Sans Mono, sans-serif; border: #777 1px solid; padding: 0.5em; margin-left: 2em; margin-right: 2em; white-space: pre; background-color: #e6e6e6; color: black; } /* .verse { */ /* white-space: pre; */ /* margin-left: 1em; */ /* } */ p.verse { margin-left: 3% } dt { font-weight: bold; } li { margin-bottom: 0.9ex; } table { margin-top: 1em; margin-bottom: 1em; border: 0; } td { font-size: 14px; border-left: ButtonHighlight 1px solid; border-right: ButtonShadow 1px solid; border-top: ButtonHighlight 1px solid; border-bottom: ButtonShadow 1px solid; padding-left: 3px; padding-right: 2px; overflow: hidden; background: #ddeecc; } th { font-size: 14px; border-left: ButtonHighlight 1px solid; border-right: ButtonShadow 1px solid; border-top: ButtonHighlight 1px solid; border-bottom: ButtonShadow 1px solid; padding-left: 3px; padding-right: 2px; overflow: hidden; background: #eeeecc; } .navfoot { margin-left: -30px; text-align: center; } /*menu*/ .menu { <lisp>(funcall emacs-wiki-menu-factory)</lisp> background: #edf2f2; color: white; border-top: 8px solid #e0e9e9; border-bottom: 8px solid #e0e9e9; content: ""; display: inline-table; float: right; padding: 0; } .menuitem { font: 14px Bitstream Vera Sans, Tahoma, sans-serif; margin: 0; text-align: right; } .menuitem a:link, .menuitem a:visited { display: block; padding: 2px 10px 2px 10px; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; border-right: 1px solid #ddd; color: #00008b; text-decoration: none; } .menuitem a:hover { color: #00008b; background: #cceeff; } /* Uncomment this if you want characters to appear before a menu entry when hovering the mouse over it. .menuitem a:hover:before { content:\">> \"} */ .menu:before { /*color: transparent;*/ display: block; content: ""; border-bottom: 1px solid #ddd; text-align: center; } .menu:after { /*color: transparent;*/ display: block; content: ""; border-top: 1px solid #fff; text-align: center; } #tooltipbox { float: right; /*visibility: hidden;*/ } #tooltip { color: #666; }
themes/emacs.css
body { font: 14px/1.2 Georgia, "Microsoft Yahei", "WenQuanYi Micro Hei", Bitstream Vera Sans, Tahoma, sans-serif; background: #bbccdd; padding-left: 12%; padding-right: 10%; padding-top: 1em; padding-bottom: 1em; margin: 0; } a { font-weight: bold; text-decoration: none; color: #00008b; } a:hover { background: #00008b; color: #fff; } /* h1 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 32px; color: #666; padding: 2px; margin-left: -40px; margin-bottom: 8px; border-bottom: 5px solid #000; } */ h1 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 24px; color: #0000ff; padding: 2px; margin-left: -30px; margin-top: 5px; border-bottom: 3px solid #222; <lisp>(funcall emacs-wiki-menu-factory)</lisp> } h2 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 20px; color: #1207ec; padding: 2px; margin-left: -20px; margin-top: 5px; border-bottom: 2px solid #222; } h3 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 18px; color: #761987; padding: 2px; margin-left: -10px; margin-top: 5px; border-bottom: 1px solid #222; } h4 { font-family: Bitstream Vera Sans, Tahoma, SimHei, sans-serif; font-size: 16px; color: #222; padding: 2px; /*margin-bottom: -5px;*/ border-top: 1px dashed #666; border-bottom: 1px dashed #666; } img { background: #bbccdd; float: none; margin-bottom: -5px; border-style: solid; border-width: 2px; border-color: #00008b; } #im { clear: right; } pre { font: 12px/1.2 Courier New, Bitstream Vera Sans Mono, sans-serif; border: #777 1px solid; padding: 0.5em; margin-left: 2em; margin-right: 2em; white-space: pre; background-color: #e6e6e6; color: black; } /* .verse { */ /* white-space: pre; */ /* margin-left: 1em; */ /* } */ p.verse { margin-left: 3% } dt { font-weight: bold; } li { margin-bottom: 0.9ex; } table { margin-top: 1em; margin-bottom: 1em; border: 0; } td { font-size: 14px; border-left: ButtonHighlight 1px solid; border-right: ButtonShadow 1px solid; border-top: ButtonHighlight 1px solid; border-bottom: ButtonShadow 1px solid; padding-left: 3px; padding-right: 2px; overflow: hidden; background: #ddeecc; } th { font-size: 14px; border-left: ButtonHighlight 1px solid; border-right: ButtonShadow 1px solid; border-top: ButtonHighlight 1px solid; border-bottom: ButtonShadow 1px solid; padding-left: 3px; padding-right: 2px; overflow: hidden; background: #eeeecc; } .navfoot { margin-left: -30px; text-align: center; } /*menu*/ .menu { <lisp>(funcall emacs-wiki-menu-factory)</lisp> background: #edf2f2; color: white; border-top: 8px solid #e0e9e9; border-bottom: 8px solid #e0e9e9; content: ""; display: inline-table; float: right; padding: 0; } .menuitem { font: 14px Bitstream Vera Sans, Tahoma, sans-serif; margin: 0; text-align: right; } .menuitem a:link, .menuitem a:visited { display: block; padding: 2px 10px 2px 10px; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; border-right: 1px solid #ddd; color: #00008b; text-decoration: none; } .menuitem a:hover { color: #00008b; background: #cceeff; } /* Uncomment this if you want characters to appear before a menu entry when hovering the mouse over it. .menuitem a:hover:before { content:\">> \"} */ .menu:before { /*color: transparent;*/ display: block; content: ""; border-bottom: 1px solid #ddd; text-align: center; } .menu:after { /*color: transparent;*/ display: block; content: ""; border-top: 1px solid #fff; text-align: center; } #tooltipbox { float: right; /*visibility: hidden;*/ } #tooltip { color: #666; }
0.311217
0.085366
.nav a { padding-left: 2%; text-decoration: none; color: black; } .nav a:hover { color: #e8833a; } .nav { background: #B3B5B8; display: flex; justify-content: flex-end; } .footer { background: #d1d1d1 !important; display: flex; justify-content: space-between; font-size: 1.5em; position: relative; bottom: 0; width: 100%; height: 100px; } .footer-citrics { position: absolute; font-size: 24px; font-weight: bold; text-align: center; display: inline-block; margin-right: 0px; margin-left: auto; color: #e8833a; font-weight: bold; text-shadow: 0 0 1px black; } .search-bar { width: 800px; } .search-bar-container { width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; z-index: 2; top: 70px; } .button-link { background: none; border: none; padding: 0 20px; outline: none; } .button-link:hover { color: #e8833a; transition: 0.3s ease-in-out; } .profile { display: flex; align-items: center; flex-direction: column; justify-content: center; } .city-container { border: 1px solid black; display: flex; max-height: 250px; } .city-img { object-fit: cover; } .btn { background: #e8833a; color: white; font-weight: bold; } .btn:hover { background: #dc6510; color: white; } .btn-i { color: white; margin-left: 10px; } .open-drawer { position: absolute; z-index: 2; } .toggle { width: 60%; } .city-select-banner { width: 100%; height: 350px; margin-bottom: 10px; object-fit: cover; object-position: center; object-position: top center; } .city-info h2 { font-size:1.6rem; } .city-info h3 { color: #e8833a; font-size: 1.4rem; } .city-info p { padding: none; margin: none; line-height: 13px; } .info-banner { width: 100%; height: 100px; margin-bottom: 10px; object-fit: cover; } .search-container { display: flex; flex-direction: row; align-items: center; width: 100vw; } .info-window-a { font-size: 1.3rem; margin-bottom: 10px; text-decoration: underline; } .city-list-item { line-height: 70px; font-size: 1.4rem; width: 70%; cursor: pointer; color: rgb(9, 9, 9); } .compare-list { text-align: center; } .city-select { display: flex; flex-direction: column; height: 100%; } .city-info img { margin-bottom: 30px; } .compare { margin-top: 20px; } .city-name { text-align: center; } .row { justify-content: space-evenly; padding: 40px, } .col { display: flex; flex-direction: row; justify-content: center; align-items: center; } .search-cities { display: flex; flex-direction: row; align-items: center; } /* MEDIA QUERIES */ @media (max-width: 900px) { .search-bar { width: 550px; } } @media (max-width: 800px) { .search-bar { width: 450px; } } @media (max-width: 550px) { .search-bar { width: 300px; } .alert-warn { width: 300px; } } @media (max-width: 500px) { .search-bar { width: 250px; } } @media (max-width: 350px) { .search-bar { width: 170px; } .open-drawer { bottom: 30px; } } /* ANT DESIGN CAROUSEL OVERRIDE */ .ant-carousel .slick-dots li button { background: #513ae8 !important; opacity: 0.4 !important; height: 10px !important; margin-top: 30px !important; } .ant-carousel .slick-dots li.slick-active button { opacity: 1 !important; background: #513ae8 !important; } .alert-warn { z-index: 3; position: absolute; right: 0; top: 8%; width: 500px; }
src/styles/home.css
.nav a { padding-left: 2%; text-decoration: none; color: black; } .nav a:hover { color: #e8833a; } .nav { background: #B3B5B8; display: flex; justify-content: flex-end; } .footer { background: #d1d1d1 !important; display: flex; justify-content: space-between; font-size: 1.5em; position: relative; bottom: 0; width: 100%; height: 100px; } .footer-citrics { position: absolute; font-size: 24px; font-weight: bold; text-align: center; display: inline-block; margin-right: 0px; margin-left: auto; color: #e8833a; font-weight: bold; text-shadow: 0 0 1px black; } .search-bar { width: 800px; } .search-bar-container { width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; z-index: 2; top: 70px; } .button-link { background: none; border: none; padding: 0 20px; outline: none; } .button-link:hover { color: #e8833a; transition: 0.3s ease-in-out; } .profile { display: flex; align-items: center; flex-direction: column; justify-content: center; } .city-container { border: 1px solid black; display: flex; max-height: 250px; } .city-img { object-fit: cover; } .btn { background: #e8833a; color: white; font-weight: bold; } .btn:hover { background: #dc6510; color: white; } .btn-i { color: white; margin-left: 10px; } .open-drawer { position: absolute; z-index: 2; } .toggle { width: 60%; } .city-select-banner { width: 100%; height: 350px; margin-bottom: 10px; object-fit: cover; object-position: center; object-position: top center; } .city-info h2 { font-size:1.6rem; } .city-info h3 { color: #e8833a; font-size: 1.4rem; } .city-info p { padding: none; margin: none; line-height: 13px; } .info-banner { width: 100%; height: 100px; margin-bottom: 10px; object-fit: cover; } .search-container { display: flex; flex-direction: row; align-items: center; width: 100vw; } .info-window-a { font-size: 1.3rem; margin-bottom: 10px; text-decoration: underline; } .city-list-item { line-height: 70px; font-size: 1.4rem; width: 70%; cursor: pointer; color: rgb(9, 9, 9); } .compare-list { text-align: center; } .city-select { display: flex; flex-direction: column; height: 100%; } .city-info img { margin-bottom: 30px; } .compare { margin-top: 20px; } .city-name { text-align: center; } .row { justify-content: space-evenly; padding: 40px, } .col { display: flex; flex-direction: row; justify-content: center; align-items: center; } .search-cities { display: flex; flex-direction: row; align-items: center; } /* MEDIA QUERIES */ @media (max-width: 900px) { .search-bar { width: 550px; } } @media (max-width: 800px) { .search-bar { width: 450px; } } @media (max-width: 550px) { .search-bar { width: 300px; } .alert-warn { width: 300px; } } @media (max-width: 500px) { .search-bar { width: 250px; } } @media (max-width: 350px) { .search-bar { width: 170px; } .open-drawer { bottom: 30px; } } /* ANT DESIGN CAROUSEL OVERRIDE */ .ant-carousel .slick-dots li button { background: #513ae8 !important; opacity: 0.4 !important; height: 10px !important; margin-top: 30px !important; } .ant-carousel .slick-dots li.slick-active button { opacity: 1 !important; background: #513ae8 !important; } .alert-warn { z-index: 3; position: absolute; right: 0; top: 8%; width: 500px; }
0.523664
0.099295
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tweakers.net") { /* Tracker wit & ronde onderkant */ #utracker { background-color: #FFFFFF !important; background-image: url(http://tweakers.net/ext/f/aBuGvOlAocgEyYRLRtAbFCSH/full.png) !important; background-position: left bottom !important; background-repeat: no-repeat !important; padding-bottom: 3px !important; margin-top: -14px !important; } /* Removing channel choices */ #channelNav { padding: 0 0 15px !important; } #channelNav fieldset, #channelNav.hidden fieldset { height: 7px !important; padding: 0 !important; } #channelNav ul { display: none !important; } #utracker.foldout { background-color: #FFFFFF !important; z-index: 0 !important; } #utracker .trackeritem { background-color: #FFFFFF !important; padding-left: 12px !important; } #utracker.foldout .trackeritem { background-color: #FFFFFF !important; } #utracker .dummy { background-color: white !important; width: 227px !important; } #utracker .trackerbottom { display: none !important; } /* Trackeritems gestippelde lijnen */ #utracker ul li { border-bottom: 1px dotted #C8C8C8 !important; } #utracker .trackeritem ul { border-top: 1px dotted #555555 !important; } /* Trackeritems tekstkleuren */ #utracker ul li a, #utracker.hct ul li a, #utracker.foldout ul li a { color: #000000 !important; } #utracker ul li a { outline-color: #444444 !important; } #utracker ul li a.new, #utracker.hct ul li a.new, #utracker.foldout ul li a.new { color: #111111 !important; } #utracker ul li a:visited, #utracker.hct ul li a:visited, #utracker.foldout ul li a:visited { color: #444444 !important; } #utracker ul li a:hover, #utracker ul li a.new:hover { color: #ED053E !important; } /* Trackeritems tussenkoppen tekstkleur */ #utracker .trackeritem h4 a, #utracker.hct .trackeritem h4 a, #utracker.foldout .trackeritem h4 a { color: #646464 !important; } #utracker .trackeritem h4 a:hover, #utracker.hct .trackeritem h4 a:hover, #utracker.foldout .trackeritem h4 a:hover { color: #ED053E !important; } /* Trackeritems tekstkleur tijd & datum */ #utracker ul li a span.time, #utracker.hct ul li a span.time, #utracker.foldout ul li a span.time, #utracker ul li a:hover span.time, #utracker.hct ul li a:hover span.time, #utracker.foldout ul li a:hover span.time { color: #777777 !important; } #utracker ul li a.new span.time, #utracker.hct ul li a.new span.time, #utracker.foldout ul li a.new span.time, #utracker ul li a.new:hover span.time, #utracker.hct ul li a.new:hover span.time, #utracker.foldout ul li a.new:hover span.time { color: #ED053E !important; font-weight: normal !important; } #utracker ul li a:hover span.caption, #utracker.hct ul li a:hover span.caption, #utracker.foldout ul li a:hover span.caption { color: #ED053E !important; } /* Tracker eigenschappen afbeelding */ #utracker .tracker_button { background-position: -16px 0 !important; } #utracker .tracker_button:hover { background-position: -16px -16px !important; } /* Tracker eigenschappen afbeelding met tracker rechts */ .trackerright #utracker .tracker_button { background-position: -48px 0 !important; } .trackerright #utracker .tracker_button:hover { background-position: -48px -16px !important; } /* Tracker instellingen afbeeldingen + margin-fix */ #trackerSettings span { background-image: url(http://tweakers.net/ext/f/98tPfZEN9MTTdfENtBaUKsUL/full.png) !important; margin: 4px 2px 8px !important; } #trackerSettings .choices { background-position: -32px 0 !important; margin-left: 12px !important; } #trackerSettings .choices:hover { background-position: -32px -16px !important; } #trackerSettings .contrast { background-position: -16px 0 !important; } #trackerSettings .contrast:hover { background-position: -16px -16px !important; } #trackerSettings .position { background-position: 0 0 !important; } #trackerSettings .position:hover { background-position: 0 -16px !important; } #trackerSettings .fixate, #trackerSettings .fixate:hover, .trackerfixed #trackerSettings .fixate, .trackerfixed #trackerSettings .fixate:hover { background-position: -48px 0 !important; } /* Tekst naar links bij geen items in wenslijst */ #utracker ul li a[title^="Geen producten"] span.time, #utracker ul li a[title^="Geen favoriete lijst gekozen"] span.time { width: 0 !important; } /* Tracker refreshafbeelding uitschakelen */ #utracker img[src$="_ani.gif"] { display: none !important; } /* Tracker op lagere resoluties */ .res1100 #utracker, .res1100 #utracker.foldout { background-image: url(http://tweakers.net/ext/f/OwSG4be5yn0Y1XpFfU7QXhka/full.png) !important; background-position: left bottom !important; background-color: #FFFFFF !important; } .res1100 #utracker, .res1100 #utracker.foldout, .res1100 #utracker .trackeritem { width: 190px !important; } .res1100 #utracker .dummy { width: 188px !important; } .res1024 #utracker, .res1024 #utracker.foldout { background-image: url(http://tweakers.net/ext/f/6hflNWk7KaKelIZcW4uOLXH0/full.png) !important; background-position: left bottom !important; background-color: #FFFFFF !important; } .res1024 #utracker, .res1024 #utracker.foldout, .res1024 #utracker .trackeritem { width: 140px !important; } .res1024 #utracker .dummy { width: 138px !important; } /* Tracker op lage resolutie - h4 koppen naar binnen */ #page.res1024 #utracker .trackeritem h4 { padding-left: 15px !important; } #page.res1024 #utracker .trackeritem h4 span.time { display: none !important; } /* Tracker op lage resolutie - trackerkeuze pijltje naar binnen */ .res1100 #utracker .trackeritem h4 .tracker_button, .res1024 #utracker .trackeritem h4 .tracker_button { right: 12px !important; } /* Tracker naar rechts verplaatst of uitgeschakeld */ .trackerright #dm, .trackerright #med, .trackerright #dbdown, .notracker #dm, .notracker #med, .notracker #dbdown { margin-left: 0 !important; } .trackerright #utracker { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; padding-bottom: 0 !important; margin-top: -21px !important; background-image: none !important; } .trackerright #utracker .trackeritem { padding-left: 0 !important; } .trackerright #trackerSettings span, .trackerright #trackerSettings .choices { margin: 4px 2px 1px !important; } .trackerright #trackerSettings .position { background-position: 0 -32px !important; } .trackerright #trackerSettings .position:hover { background-position: 0 -48px !important; } /* Tracker met hoog contrast */ #utracker.hct, #utracker.hct.foldout { background-image: none !important; background-color: transparent !important; background-position: left top !important; margin-top: -2px !important; } #utracker.hct .dummy { border: 1px dashed #E4E4E4 !important; margin-left: -1px !important; margin-right: -1px !important; } #utracker.hct .dummy { background-color: transparent !important; } .res1100 #utracker.hct, .res1100 #utracker.hct .trackeritem { width: 186px !important; } .res1024 #utracker.hct, .res1024 #utracker.hct .trackeritem { width: 136px !important; } #utracker.hct .trackeritem { padding-left: 0 !important; } #utracker.hct .trackeritem, #utracker.foldout.hct .trackeritem { background-color: #EDEDED !important;; } .res1100 #utracker.hct .trackeritem h4 .tracker_button, .res1024 #utracker.hct .trackeritem h4 .tracker_button { right: 5px !important;; } .hct #trackerSettings span { margin: -3px 2px 6px !important; } .hct #trackerSettings .choices { margin-left: 2px !important; } .hct #trackerSettings .contrast:hover { background-position: -16px -32px !important;; } .hct #trackerSettings .fixate { background: url(http://tweakimg.net/g/if/v2/tracker/sprite.png) -112px 0 no-repeat !important;; } .hct #trackerSettings .fixate:hover { background-position: -112px -16px !important;; } /* Tracker met hoog contrast op lage resolutie */ .res1100 #utracker.hct, .res1024 #utracker.hct { margin-top: 4px !important; } /* Tracker met hoog contrast naar rechts verplaatst */ .trackerright #utracker.hct { background: none !important; margin-top: -30px !important; } .trackerright .hct #trackerSettings span { margin: -3px 2px 6px !important; } /* Fullscreen pagina's zonder tracker */ /* Extra tweaks */ /* No useless space around page */ #layout { margin: 2px auto !important; padding: 0 !important; } /* Header fix removing channel color */ #header div.hr { display: none !important; } /* Remove useless whitespace above content */ .columnwrapper { padding-top: 0 !important; } /* More compact breadCrumb */ p.breadCrumb { padding: 4px 0 !important; margin: 0 1px 5px !important; } .fullScreen p.breadCrumb { padding-top: 15px !important; } /* True sponsorlogo uit breadcrumb */ #contentWrapper .sponsorlogo { display: none !important; } /* Frontepage items closer together */ .frontpageItem { margin-bottom: 8px !important; } /* Hide review buttons on Frontpage */ .frontpageItem #reviewTabList { display: none !important; } /* Always same colored logopointer */ #logopointer { cursor: default !important; background-position: 0 -40px !important; } /* Show spoiler content on hover */ div.spoiler:hover { color: white !important; } /* Remove simple banners */ .textadContainer, .frontpageAdItem, #as_topbanner, #b_ad, #b_ad_tmp { display: none !important; } /* Remove larger banners */ div.topBanner, div.leaderBoard, #headerReplacement { display: none !important; } }
data/usercss/8636.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tweakers.net") { /* Tracker wit & ronde onderkant */ #utracker { background-color: #FFFFFF !important; background-image: url(http://tweakers.net/ext/f/aBuGvOlAocgEyYRLRtAbFCSH/full.png) !important; background-position: left bottom !important; background-repeat: no-repeat !important; padding-bottom: 3px !important; margin-top: -14px !important; } /* Removing channel choices */ #channelNav { padding: 0 0 15px !important; } #channelNav fieldset, #channelNav.hidden fieldset { height: 7px !important; padding: 0 !important; } #channelNav ul { display: none !important; } #utracker.foldout { background-color: #FFFFFF !important; z-index: 0 !important; } #utracker .trackeritem { background-color: #FFFFFF !important; padding-left: 12px !important; } #utracker.foldout .trackeritem { background-color: #FFFFFF !important; } #utracker .dummy { background-color: white !important; width: 227px !important; } #utracker .trackerbottom { display: none !important; } /* Trackeritems gestippelde lijnen */ #utracker ul li { border-bottom: 1px dotted #C8C8C8 !important; } #utracker .trackeritem ul { border-top: 1px dotted #555555 !important; } /* Trackeritems tekstkleuren */ #utracker ul li a, #utracker.hct ul li a, #utracker.foldout ul li a { color: #000000 !important; } #utracker ul li a { outline-color: #444444 !important; } #utracker ul li a.new, #utracker.hct ul li a.new, #utracker.foldout ul li a.new { color: #111111 !important; } #utracker ul li a:visited, #utracker.hct ul li a:visited, #utracker.foldout ul li a:visited { color: #444444 !important; } #utracker ul li a:hover, #utracker ul li a.new:hover { color: #ED053E !important; } /* Trackeritems tussenkoppen tekstkleur */ #utracker .trackeritem h4 a, #utracker.hct .trackeritem h4 a, #utracker.foldout .trackeritem h4 a { color: #646464 !important; } #utracker .trackeritem h4 a:hover, #utracker.hct .trackeritem h4 a:hover, #utracker.foldout .trackeritem h4 a:hover { color: #ED053E !important; } /* Trackeritems tekstkleur tijd & datum */ #utracker ul li a span.time, #utracker.hct ul li a span.time, #utracker.foldout ul li a span.time, #utracker ul li a:hover span.time, #utracker.hct ul li a:hover span.time, #utracker.foldout ul li a:hover span.time { color: #777777 !important; } #utracker ul li a.new span.time, #utracker.hct ul li a.new span.time, #utracker.foldout ul li a.new span.time, #utracker ul li a.new:hover span.time, #utracker.hct ul li a.new:hover span.time, #utracker.foldout ul li a.new:hover span.time { color: #ED053E !important; font-weight: normal !important; } #utracker ul li a:hover span.caption, #utracker.hct ul li a:hover span.caption, #utracker.foldout ul li a:hover span.caption { color: #ED053E !important; } /* Tracker eigenschappen afbeelding */ #utracker .tracker_button { background-position: -16px 0 !important; } #utracker .tracker_button:hover { background-position: -16px -16px !important; } /* Tracker eigenschappen afbeelding met tracker rechts */ .trackerright #utracker .tracker_button { background-position: -48px 0 !important; } .trackerright #utracker .tracker_button:hover { background-position: -48px -16px !important; } /* Tracker instellingen afbeeldingen + margin-fix */ #trackerSettings span { background-image: url(http://tweakers.net/ext/f/98tPfZEN9MTTdfENtBaUKsUL/full.png) !important; margin: 4px 2px 8px !important; } #trackerSettings .choices { background-position: -32px 0 !important; margin-left: 12px !important; } #trackerSettings .choices:hover { background-position: -32px -16px !important; } #trackerSettings .contrast { background-position: -16px 0 !important; } #trackerSettings .contrast:hover { background-position: -16px -16px !important; } #trackerSettings .position { background-position: 0 0 !important; } #trackerSettings .position:hover { background-position: 0 -16px !important; } #trackerSettings .fixate, #trackerSettings .fixate:hover, .trackerfixed #trackerSettings .fixate, .trackerfixed #trackerSettings .fixate:hover { background-position: -48px 0 !important; } /* Tekst naar links bij geen items in wenslijst */ #utracker ul li a[title^="Geen producten"] span.time, #utracker ul li a[title^="Geen favoriete lijst gekozen"] span.time { width: 0 !important; } /* Tracker refreshafbeelding uitschakelen */ #utracker img[src$="_ani.gif"] { display: none !important; } /* Tracker op lagere resoluties */ .res1100 #utracker, .res1100 #utracker.foldout { background-image: url(http://tweakers.net/ext/f/OwSG4be5yn0Y1XpFfU7QXhka/full.png) !important; background-position: left bottom !important; background-color: #FFFFFF !important; } .res1100 #utracker, .res1100 #utracker.foldout, .res1100 #utracker .trackeritem { width: 190px !important; } .res1100 #utracker .dummy { width: 188px !important; } .res1024 #utracker, .res1024 #utracker.foldout { background-image: url(http://tweakers.net/ext/f/6hflNWk7KaKelIZcW4uOLXH0/full.png) !important; background-position: left bottom !important; background-color: #FFFFFF !important; } .res1024 #utracker, .res1024 #utracker.foldout, .res1024 #utracker .trackeritem { width: 140px !important; } .res1024 #utracker .dummy { width: 138px !important; } /* Tracker op lage resolutie - h4 koppen naar binnen */ #page.res1024 #utracker .trackeritem h4 { padding-left: 15px !important; } #page.res1024 #utracker .trackeritem h4 span.time { display: none !important; } /* Tracker op lage resolutie - trackerkeuze pijltje naar binnen */ .res1100 #utracker .trackeritem h4 .tracker_button, .res1024 #utracker .trackeritem h4 .tracker_button { right: 12px !important; } /* Tracker naar rechts verplaatst of uitgeschakeld */ .trackerright #dm, .trackerright #med, .trackerright #dbdown, .notracker #dm, .notracker #med, .notracker #dbdown { margin-left: 0 !important; } .trackerright #utracker { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; padding-bottom: 0 !important; margin-top: -21px !important; background-image: none !important; } .trackerright #utracker .trackeritem { padding-left: 0 !important; } .trackerright #trackerSettings span, .trackerright #trackerSettings .choices { margin: 4px 2px 1px !important; } .trackerright #trackerSettings .position { background-position: 0 -32px !important; } .trackerright #trackerSettings .position:hover { background-position: 0 -48px !important; } /* Tracker met hoog contrast */ #utracker.hct, #utracker.hct.foldout { background-image: none !important; background-color: transparent !important; background-position: left top !important; margin-top: -2px !important; } #utracker.hct .dummy { border: 1px dashed #E4E4E4 !important; margin-left: -1px !important; margin-right: -1px !important; } #utracker.hct .dummy { background-color: transparent !important; } .res1100 #utracker.hct, .res1100 #utracker.hct .trackeritem { width: 186px !important; } .res1024 #utracker.hct, .res1024 #utracker.hct .trackeritem { width: 136px !important; } #utracker.hct .trackeritem { padding-left: 0 !important; } #utracker.hct .trackeritem, #utracker.foldout.hct .trackeritem { background-color: #EDEDED !important;; } .res1100 #utracker.hct .trackeritem h4 .tracker_button, .res1024 #utracker.hct .trackeritem h4 .tracker_button { right: 5px !important;; } .hct #trackerSettings span { margin: -3px 2px 6px !important; } .hct #trackerSettings .choices { margin-left: 2px !important; } .hct #trackerSettings .contrast:hover { background-position: -16px -32px !important;; } .hct #trackerSettings .fixate { background: url(http://tweakimg.net/g/if/v2/tracker/sprite.png) -112px 0 no-repeat !important;; } .hct #trackerSettings .fixate:hover { background-position: -112px -16px !important;; } /* Tracker met hoog contrast op lage resolutie */ .res1100 #utracker.hct, .res1024 #utracker.hct { margin-top: 4px !important; } /* Tracker met hoog contrast naar rechts verplaatst */ .trackerright #utracker.hct { background: none !important; margin-top: -30px !important; } .trackerright .hct #trackerSettings span { margin: -3px 2px 6px !important; } /* Fullscreen pagina's zonder tracker */ /* Extra tweaks */ /* No useless space around page */ #layout { margin: 2px auto !important; padding: 0 !important; } /* Header fix removing channel color */ #header div.hr { display: none !important; } /* Remove useless whitespace above content */ .columnwrapper { padding-top: 0 !important; } /* More compact breadCrumb */ p.breadCrumb { padding: 4px 0 !important; margin: 0 1px 5px !important; } .fullScreen p.breadCrumb { padding-top: 15px !important; } /* True sponsorlogo uit breadcrumb */ #contentWrapper .sponsorlogo { display: none !important; } /* Frontepage items closer together */ .frontpageItem { margin-bottom: 8px !important; } /* Hide review buttons on Frontpage */ .frontpageItem #reviewTabList { display: none !important; } /* Always same colored logopointer */ #logopointer { cursor: default !important; background-position: 0 -40px !important; } /* Show spoiler content on hover */ div.spoiler:hover { color: white !important; } /* Remove simple banners */ .textadContainer, .frontpageAdItem, #as_topbanner, #b_ad, #b_ad_tmp { display: none !important; } /* Remove larger banners */ div.topBanner, div.leaderBoard, #headerReplacement { display: none !important; } }
0.29088
0.077692
#head { } #logo{background: url(images/IE7_Logo_Variant.png) 0 0 no-repeat;} body{ font: normal 80%/160% "coustard", 'times new roman', times, serif !important; } #wrapper { margin: 10 auto 0; min-width:960px !important; } #nav { height: 30px; padding:5px 7px 5px; position:absolute; left:265px; top:60px; width:100%; } #nav li { display: inline; } #main { background-image: none; } .box { *margin-bottom: 45px; /* IE7 only hack */ } #left div:first-child { margin-bottom: 20px; } #right div:first-child { margin-bottom: 20px; } legend{background-color:none;} form select, ol li input{ font: normal 80% "coustard", serif; } form ol li label { display:inline; } form input.button { width: 130px; } form ol li fieldset label { margin-left:5px; } form ol li fieldset legend { padding: 0 20px; } form ol li fieldset fieldset { border-top: 0; } form ol li fieldset fieldset legend { padding: 0 5px; } .news img { width: 200px; } .pagination a, .pagination span { width: 28px; } .pagination span.wide, .pagination a.wide { width: 40px; } #head img { float: none; margin-right: 20px; margin-top: 20px; position: absolute; right: 0px; } #head h1 img { position: relative; } .tweak{top:-120px;} #nav #quicksearch{ right:200px; width: 255px !important; } #nav #quicksearch input.text { width:33% !important; } #warning{ top:0px!important; padding-bottom:10px; } form select{ font: normal 100% "coustard", serif; font-size: 1em; padding: 0 0 0 4px; } #profile-icon{width:40px; margin-left:-40px; position:absolute; top:345px !important; left:70px; border: 0; z-index:9999999;} #bottom_shadow { background: url("../images/top-bg.png") repeat-x left bottom; padding-top: 4px; margin-top:60px; } .alphabet { margin: 2px 2px 10px 2px; padding: 0; list-style: none; display: block; position:relative; top: 10px; } .box .content h3{ font-size:24px;} #browsing { display: block; } #browsing.table{width:100% !important; } #browsing li { padding: 5px 5px 5px 0; margin: -10px 5px 5px 0; } /* #browsing tr:nth-child(odd):hover, #browsing tr:nth-child(even):hover{ background-color:#ffffc6; } #browsing tr:nth-child(odd) { background-color:#f9f9f9; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }*/ #browsing th { vertical-align: bottom; text-align:left; padding: 5px; background-color:d8d8d8; } #browsing td { vertical-align: top; padding: 5px; } .workfieldset{background-color:#fff; border:1px solid #ddd; margin-bottom:10px;} .worklegend{padding:0px 10px;font-size:18px; background-color:#f1f1f1; display:inline-block; margin-left:10px; margin-top:10px;color:#6a6a6a /* was blue 2c5171*/;border-top:1px solid #ddd; } .font-normal{font-size: 60% !important;}
pylons-emlo/emlo/pylons/web/web/public/stylesheets/style-cofk-ie.css
#head { } #logo{background: url(images/IE7_Logo_Variant.png) 0 0 no-repeat;} body{ font: normal 80%/160% "coustard", 'times new roman', times, serif !important; } #wrapper { margin: 10 auto 0; min-width:960px !important; } #nav { height: 30px; padding:5px 7px 5px; position:absolute; left:265px; top:60px; width:100%; } #nav li { display: inline; } #main { background-image: none; } .box { *margin-bottom: 45px; /* IE7 only hack */ } #left div:first-child { margin-bottom: 20px; } #right div:first-child { margin-bottom: 20px; } legend{background-color:none;} form select, ol li input{ font: normal 80% "coustard", serif; } form ol li label { display:inline; } form input.button { width: 130px; } form ol li fieldset label { margin-left:5px; } form ol li fieldset legend { padding: 0 20px; } form ol li fieldset fieldset { border-top: 0; } form ol li fieldset fieldset legend { padding: 0 5px; } .news img { width: 200px; } .pagination a, .pagination span { width: 28px; } .pagination span.wide, .pagination a.wide { width: 40px; } #head img { float: none; margin-right: 20px; margin-top: 20px; position: absolute; right: 0px; } #head h1 img { position: relative; } .tweak{top:-120px;} #nav #quicksearch{ right:200px; width: 255px !important; } #nav #quicksearch input.text { width:33% !important; } #warning{ top:0px!important; padding-bottom:10px; } form select{ font: normal 100% "coustard", serif; font-size: 1em; padding: 0 0 0 4px; } #profile-icon{width:40px; margin-left:-40px; position:absolute; top:345px !important; left:70px; border: 0; z-index:9999999;} #bottom_shadow { background: url("../images/top-bg.png") repeat-x left bottom; padding-top: 4px; margin-top:60px; } .alphabet { margin: 2px 2px 10px 2px; padding: 0; list-style: none; display: block; position:relative; top: 10px; } .box .content h3{ font-size:24px;} #browsing { display: block; } #browsing.table{width:100% !important; } #browsing li { padding: 5px 5px 5px 0; margin: -10px 5px 5px 0; } /* #browsing tr:nth-child(odd):hover, #browsing tr:nth-child(even):hover{ background-color:#ffffc6; } #browsing tr:nth-child(odd) { background-color:#f9f9f9; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }*/ #browsing th { vertical-align: bottom; text-align:left; padding: 5px; background-color:d8d8d8; } #browsing td { vertical-align: top; padding: 5px; } .workfieldset{background-color:#fff; border:1px solid #ddd; margin-bottom:10px;} .worklegend{padding:0px 10px;font-size:18px; background-color:#f1f1f1; display:inline-block; margin-left:10px; margin-top:10px;color:#6a6a6a /* was blue 2c5171*/;border-top:1px solid #ddd; } .font-normal{font-size: 60% !important;}
0.215846
0.090013
-fx-background-color: #333333; } .button { -fx-background-color: #555555; -fx-text-fill: white; -fx-border-color: transparent; } .button:hover { -fx-border-color: white; -fx-border-radius: 3; -fx-cursor: hand; } .button:pressed { -fx-border-color: white; -fx-border-radius: 3; -fx-background-color: #333333; } .label { -fx-text-fill: white; } .combo-box { -fx-border-color: transparent; -fx-background-color: #555555; } .combo-box .cell { -fx-text-fill: white; } .combo-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .combo-box .combo-box-popup .list-view, .combo-box .combo-box-popup .list-cell { -fx-background-color: #333333 ; -fx-text-fill: white ; } .combo-box .combo-box-popup .list-cell:hover { -fx-background-color: #0892d0; } /* Slider styling */ .slider .track { -fx-background-color: lightgray; } .slider .thumb { -fx-background-color: lightgray; -fx-border-color: transparent; -fx-border-radius: 20; } .slider .thumb:hover { -fx-border-color: white; } .slider .thumb:pressed { -fx-border-color: white; -fx-background-color: gray; } /* Bar-Chart styling */ .bar-chart .chart-content .chart-plot-background { -fx-background-color: lightgray; } .axis { -fx-tick-label-fill: white; } /* Separate colors for toolbar */ .tool-bar { -fx-background-color: #444444; } .tool-bar .button { -fx-background-color: #333333; } .tool-bar .button:pressed { -fx-border-color: white; -fx-border-radius: 3; -fx-background-color: #444444; } .tool-bar .choice-box { -fx-border-color: transparent; -fx-background-color: #333333; } .tool-bar .choice-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .tool-bar .choice-box > .label { -fx-text-fill: white; } .tool-bar .choice-box .context-menu { -fx-background-color: #333333; } .tool-bar .combo-box { -fx-border-color: transparent; -fx-background-color: #333333; } .tool-bar .combo-box .cell { -fx-text-fill: white; } .tool-bar .combo-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .tool-bar .combo-box .combo-box-popup .list-view, .combo-box .combo-box-popup .list-cell { -fx-background-color: #333333 ; -fx-text-fill: white ; } .tool-bar .combo-box .combo-box-popup .list-cell:hover { -fx-background-color: #0892d0; } /* Specialised buttons */ #back-button:hover { -fx-border-color: #ff9685; -fx-border-radius: 5; } #next-button:hover { -fx-border-color: #abb7ff; -fx-border-radius: 5; }
src/css/dark.css
-fx-background-color: #333333; } .button { -fx-background-color: #555555; -fx-text-fill: white; -fx-border-color: transparent; } .button:hover { -fx-border-color: white; -fx-border-radius: 3; -fx-cursor: hand; } .button:pressed { -fx-border-color: white; -fx-border-radius: 3; -fx-background-color: #333333; } .label { -fx-text-fill: white; } .combo-box { -fx-border-color: transparent; -fx-background-color: #555555; } .combo-box .cell { -fx-text-fill: white; } .combo-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .combo-box .combo-box-popup .list-view, .combo-box .combo-box-popup .list-cell { -fx-background-color: #333333 ; -fx-text-fill: white ; } .combo-box .combo-box-popup .list-cell:hover { -fx-background-color: #0892d0; } /* Slider styling */ .slider .track { -fx-background-color: lightgray; } .slider .thumb { -fx-background-color: lightgray; -fx-border-color: transparent; -fx-border-radius: 20; } .slider .thumb:hover { -fx-border-color: white; } .slider .thumb:pressed { -fx-border-color: white; -fx-background-color: gray; } /* Bar-Chart styling */ .bar-chart .chart-content .chart-plot-background { -fx-background-color: lightgray; } .axis { -fx-tick-label-fill: white; } /* Separate colors for toolbar */ .tool-bar { -fx-background-color: #444444; } .tool-bar .button { -fx-background-color: #333333; } .tool-bar .button:pressed { -fx-border-color: white; -fx-border-radius: 3; -fx-background-color: #444444; } .tool-bar .choice-box { -fx-border-color: transparent; -fx-background-color: #333333; } .tool-bar .choice-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .tool-bar .choice-box > .label { -fx-text-fill: white; } .tool-bar .choice-box .context-menu { -fx-background-color: #333333; } .tool-bar .combo-box { -fx-border-color: transparent; -fx-background-color: #333333; } .tool-bar .combo-box .cell { -fx-text-fill: white; } .tool-bar .combo-box:hover { -fx-border-color: white; -fx-border-radius: 5; -fx-cursor: hand; } .tool-bar .combo-box .combo-box-popup .list-view, .combo-box .combo-box-popup .list-cell { -fx-background-color: #333333 ; -fx-text-fill: white ; } .tool-bar .combo-box .combo-box-popup .list-cell:hover { -fx-background-color: #0892d0; } /* Specialised buttons */ #back-button:hover { -fx-border-color: #ff9685; -fx-border-radius: 5; } #next-button:hover { -fx-border-color: #abb7ff; -fx-border-radius: 5; }
0.38445
0.060169
.legal-form-dialog { position: absolute; height: auto; width: 60%; top: 20%; left: 20%; background: white; display: none; z-index: 101; border: 1px solid #ddd; border-radius: 3px; padding: 2px; box-sizing: border-box; font-family: Arial,Helvetica,sans-serif; } .legal-form-dialog button { border: 1px solid #c5c5c5; background: #f6f6f6; vertical-align: middle; cursor: pointer; border-radius: 3px; text-align: center; color: #454545; font-weight: normal; text-decoration: none; } .legal-form-dialog button:hover { border: 1px solid #ccc; background: #ededed; color: #2b2b2b; } .legal-form-dialog .legal-form-topbar { position: relative; width: 100%; background-color: rgb(233, 233, 233); border: 1px solid #ddd; border-radius: 3px; padding: 10px; box-sizing: border-box; color: #333; font-weight: 700; } .legal-form-dialog .legal-form-topbar button { position: absolute; right: .3em; top: 50%; width: 20px; height: 20px; margin: 0; margin-top: -10px; padding: 0; } .legal-form-dialog .legal-form-content { display: block; width: auto; min-height: 29px; max-height: none; height: auto; padding: 10px; } .legal-form-dialog .legal-form-content table td { padding: 1px; padding-right: 10px; padding-bottom: 10px; } .legal-form-dialog .legal-form-content table td:nth-child(odd) { font-weight: 700; } .legal-form-dialog .legal-form-bottombar { position: relative; width: 100%; border-top: 1px solid #ddd; padding: 10px; box-sizing: border-box; height: 50px; } .legal-form-dialog .legal-form-bottombar button { padding: .4em 1em; display: inline-block; position: relative; line-height: normal; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: visible; margin: 0; float: right; height: 100%; }
css/legal-form.css
.legal-form-dialog { position: absolute; height: auto; width: 60%; top: 20%; left: 20%; background: white; display: none; z-index: 101; border: 1px solid #ddd; border-radius: 3px; padding: 2px; box-sizing: border-box; font-family: Arial,Helvetica,sans-serif; } .legal-form-dialog button { border: 1px solid #c5c5c5; background: #f6f6f6; vertical-align: middle; cursor: pointer; border-radius: 3px; text-align: center; color: #454545; font-weight: normal; text-decoration: none; } .legal-form-dialog button:hover { border: 1px solid #ccc; background: #ededed; color: #2b2b2b; } .legal-form-dialog .legal-form-topbar { position: relative; width: 100%; background-color: rgb(233, 233, 233); border: 1px solid #ddd; border-radius: 3px; padding: 10px; box-sizing: border-box; color: #333; font-weight: 700; } .legal-form-dialog .legal-form-topbar button { position: absolute; right: .3em; top: 50%; width: 20px; height: 20px; margin: 0; margin-top: -10px; padding: 0; } .legal-form-dialog .legal-form-content { display: block; width: auto; min-height: 29px; max-height: none; height: auto; padding: 10px; } .legal-form-dialog .legal-form-content table td { padding: 1px; padding-right: 10px; padding-bottom: 10px; } .legal-form-dialog .legal-form-content table td:nth-child(odd) { font-weight: 700; } .legal-form-dialog .legal-form-bottombar { position: relative; width: 100%; border-top: 1px solid #ddd; padding: 10px; box-sizing: border-box; height: 50px; } .legal-form-dialog .legal-form-bottombar button { padding: .4em 1em; display: inline-block; position: relative; line-height: normal; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: visible; margin: 0; float: right; height: 100%; }
0.490724
0.072112
@import 'imports/variables.css'; /* * Typography futuristic themed. * code: Source Code Pro * Title: Orbitron * text: Play or Antic */ /*@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');*/ @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:500'); @font-face { font-family: 'FuturaStd'; font-weight: 300; src: url('/fonts/FuturaStd-Book.woff2') format('woff2'); /* Super Modern Browsers */ } @font-face { font-family: 'FuturaStd'; font-weight: 600; src: url('/fonts/FuturaStd-Bold.woff2') format('woff2'); /* Super Modern Browsers */ } /* @import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:900|Open+Sans'); */ h1,h2,h3,h4,h5,h6 { --size: calc(1rem * 2.33 * var(--typoscale)); font-family: var(--hero-font); font-size: var(--size); line-height: var(--size); margin: var(--size) 0; orphans: 2; widows: 2 } h2 { --size: calc(1rem * 2.00 * var(--typoscale)); } h3 { --size: calc(1rem * 1.66 * var(--typoscale)); } h4 { --size: calc(1rem * 1.33 * var(--typoscale)); } h5 { --size: calc(1rem * 1.00 * var(--typoscale)); } h6 { --size: calc(1rem * 0.66 * var(--typoscale)); } /* Paragraphs and codes */ p { padding: 0; margin: 0 0 1.5rem 0; line-height: 1.625rem; orphans: 2; widows: 2; } pre { padding: calc( 2 * var(--pad)); margin: 0 0 1.5rem 0; background-color: var(--light-gray); overflow: auto; } code, pre, pre code { font-weight: 100; text-shadow: none; font-family: var(--code-font); font-size: 90%; overflow: hidden; } blockquote { width: 100%; margin: 0 0 1.5rem 0; padding-left: calc(2 * var(--gutter)); font-size: 1rem; border-left: 4px solid var(--light-gray); } .highlight { margin-bottom: 1.5rem; } .highlight > pre { margin: 0; } /** * Links */ a { text-decoration: none; color: var(--second); } a:hover { text-decoration: underline; } a.no-hover:hover { text-decoration: none; } a.default { position: relative; cursor: pointer; color: var(--white); text-decoration: none; &:hover { text-decoration: underline; } } a.black { color: var(--black); } a.no-underline { &:hover { text-decoration: none !important; } } a.underline { text-decoration: underline; } /** * A links without default style */ a.clean { margin: inherit; padding: inherit; } /** * Tables */ table { margin-bottom: 1.5rem; border-collapse: collapse; border-radius: var(--curve-soft); overflow: hidden; & thead { background-color: var(--front); color: var(--back); font-weight: bold; font-family: var(--hero-font); } & tr { border-bottom: 1px solid var(--gray); &:not(:last-child){ border-bottom: 1px solid var(--gray); } } & td:first-of-type { border-left: 1px solid var(--gray); } & td:last-of-type { border-right: 1px solid var(--gray); } & th, & td { padding: calc( 2* var(--gutter)); &:not(:last-child){ border-right: 1px solid var(--gray); } } }
src/css/typography.css
@import 'imports/variables.css'; /* * Typography futuristic themed. * code: Source Code Pro * Title: Orbitron * text: Play or Antic */ /*@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');*/ @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:500'); @font-face { font-family: 'FuturaStd'; font-weight: 300; src: url('/fonts/FuturaStd-Book.woff2') format('woff2'); /* Super Modern Browsers */ } @font-face { font-family: 'FuturaStd'; font-weight: 600; src: url('/fonts/FuturaStd-Bold.woff2') format('woff2'); /* Super Modern Browsers */ } /* @import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:900|Open+Sans'); */ h1,h2,h3,h4,h5,h6 { --size: calc(1rem * 2.33 * var(--typoscale)); font-family: var(--hero-font); font-size: var(--size); line-height: var(--size); margin: var(--size) 0; orphans: 2; widows: 2 } h2 { --size: calc(1rem * 2.00 * var(--typoscale)); } h3 { --size: calc(1rem * 1.66 * var(--typoscale)); } h4 { --size: calc(1rem * 1.33 * var(--typoscale)); } h5 { --size: calc(1rem * 1.00 * var(--typoscale)); } h6 { --size: calc(1rem * 0.66 * var(--typoscale)); } /* Paragraphs and codes */ p { padding: 0; margin: 0 0 1.5rem 0; line-height: 1.625rem; orphans: 2; widows: 2; } pre { padding: calc( 2 * var(--pad)); margin: 0 0 1.5rem 0; background-color: var(--light-gray); overflow: auto; } code, pre, pre code { font-weight: 100; text-shadow: none; font-family: var(--code-font); font-size: 90%; overflow: hidden; } blockquote { width: 100%; margin: 0 0 1.5rem 0; padding-left: calc(2 * var(--gutter)); font-size: 1rem; border-left: 4px solid var(--light-gray); } .highlight { margin-bottom: 1.5rem; } .highlight > pre { margin: 0; } /** * Links */ a { text-decoration: none; color: var(--second); } a:hover { text-decoration: underline; } a.no-hover:hover { text-decoration: none; } a.default { position: relative; cursor: pointer; color: var(--white); text-decoration: none; &:hover { text-decoration: underline; } } a.black { color: var(--black); } a.no-underline { &:hover { text-decoration: none !important; } } a.underline { text-decoration: underline; } /** * A links without default style */ a.clean { margin: inherit; padding: inherit; } /** * Tables */ table { margin-bottom: 1.5rem; border-collapse: collapse; border-radius: var(--curve-soft); overflow: hidden; & thead { background-color: var(--front); color: var(--back); font-weight: bold; font-family: var(--hero-font); } & tr { border-bottom: 1px solid var(--gray); &:not(:last-child){ border-bottom: 1px solid var(--gray); } } & td:first-of-type { border-left: 1px solid var(--gray); } & td:last-of-type { border-right: 1px solid var(--gray); } & th, & td { padding: calc( 2* var(--gutter)); &:not(:last-child){ border-right: 1px solid var(--gray); } } }
0.318803
0.125547
body { background-color: #1a8cff; color: #00284d; font-family: Verdana Helvetica Arial; font-style: normal; font-size: 16px; padding-top: 0px; margin-top: 0px; } header { background-color: white; text-align: center; width: 1000px; height: 200px; margin-top: 0px; margin-left: 130px; border: 1px solid black; } .logo { width: 210px; height: 190px; margin-left: 0px; margin-top: 10px; float: left; } .titulo { font-size: 70px; color: black; } .subtitulo { font-size: 20px; color: black; text-align: center; } nav { height: 50px; width: 1000px; margin-top: 0px; border: 1px solid black; margin-left: 130px; margin-bottom: 0px; } /* Area Responsavel por fazer o Menu */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; padding-left: 200px; } li { float: left; margin-left: 30px; } button { background-color: #333; border: 0px; color:white; height: 50px; } button:hover { background-color: #111; border: 0px; color:white; } li a { display: block; color: white; text-align: center; text-decoration: none; } li a:hover { background-color: #111; } section { margin-top: -20px; border: 1px solid black; margin-left: 130px; margin-right: 0px; width: 1000px; height: 600px; background-color: white; float: left; } form { margin-left: 350px; margin-top: 100px; } select { width: 250px; } #imgTemp { margin-top: 0px; border: 1px solid black; margin-left: 130px; margin-right: 0px; width: 800px; height: 400px; float: left; } /* aside { height: 400px; width: 198px; border: 1px solid black; background-color: #333; float: left; margin-left: 0px; } */ footer { height: 50px; width: 1000px; margin-top: 0px; background-color: #333; border: 1px solid black; margin-left: 130px; clear: both; } #footer { color: white; text-align: center; } #container svg { margin-left: 160px; margin-top: 20px; } #map_4 { margin-left: 160px; margin-top: 20px; }
view/css/zoom.css
body { background-color: #1a8cff; color: #00284d; font-family: Verdana Helvetica Arial; font-style: normal; font-size: 16px; padding-top: 0px; margin-top: 0px; } header { background-color: white; text-align: center; width: 1000px; height: 200px; margin-top: 0px; margin-left: 130px; border: 1px solid black; } .logo { width: 210px; height: 190px; margin-left: 0px; margin-top: 10px; float: left; } .titulo { font-size: 70px; color: black; } .subtitulo { font-size: 20px; color: black; text-align: center; } nav { height: 50px; width: 1000px; margin-top: 0px; border: 1px solid black; margin-left: 130px; margin-bottom: 0px; } /* Area Responsavel por fazer o Menu */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; padding-left: 200px; } li { float: left; margin-left: 30px; } button { background-color: #333; border: 0px; color:white; height: 50px; } button:hover { background-color: #111; border: 0px; color:white; } li a { display: block; color: white; text-align: center; text-decoration: none; } li a:hover { background-color: #111; } section { margin-top: -20px; border: 1px solid black; margin-left: 130px; margin-right: 0px; width: 1000px; height: 600px; background-color: white; float: left; } form { margin-left: 350px; margin-top: 100px; } select { width: 250px; } #imgTemp { margin-top: 0px; border: 1px solid black; margin-left: 130px; margin-right: 0px; width: 800px; height: 400px; float: left; } /* aside { height: 400px; width: 198px; border: 1px solid black; background-color: #333; float: left; margin-left: 0px; } */ footer { height: 50px; width: 1000px; margin-top: 0px; background-color: #333; border: 1px solid black; margin-left: 130px; clear: both; } #footer { color: white; text-align: center; } #container svg { margin-left: 160px; margin-top: 20px; } #map_4 { margin-left: 160px; margin-top: 20px; }
0.325842
0.066478
body { background: #edf2f6; } .badge { padding: 6px 10px 3px; font-size: 12px; box-shadow: none !important; } .btn { font-size: 14px !important; } .btn-theme { color: #fff; background-color: #4cd195 !important; } .btn-theme:hover { color: #fff; } .text-theme { color: #4cd195; } .table td, .table th { vertical-align: middle; } /*------------------- header Bar -----------------------*/ .app-bar { background: #fff; padding: 10px 0 !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .app-bar a { color: #000; } /*------------ content --------------- */ .content { height: 85vh; overflow: scroll; } /*------------------- bottom Bar -----------------------*/ .bottom-bar { background: #fff; position: absolute; bottom: 0; width: 100%; /* padding: 15px 0 !important; */ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .bottom-bar a { text-align: center; padding: 5px 25px; color: #000; } .bottom-bar a p { font-size: 12px; text-transform: uppercase; } /* --------------sidebar-------------- */ #show-sidebar { font-size: 20px; } @keyframes swing { 0% { transform: rotate(0deg); } 10% { transform: rotate(10deg); } 30% { transform: rotate(0deg); } 40% { transform: rotate(-10deg); } 50% { transform: rotate(0deg); } 60% { transform: rotate(5deg); } 70% { transform: rotate(0deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @keyframes sonar { 0% { transform: scale(0.9); opacity: 1; } 100% { transform: scale(2); opacity: 0; } } /* body { font-size: 0.9rem; } */ .page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand > a, .sidebar-wrapper .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } /*----------------page-wrapper----------------*/ .page-wrapper { height: 100vh; } .page-wrapper .theme { width: 40px; height: 40px; display: inline-block; border-radius: 4px; margin: 2px; } .page-wrapper .theme.chiller-theme { background: #1e2229; } /*----------------toggeled sidebar----------------*/ .page-wrapper.toggled .sidebar-wrapper { left: 0px; } /*----------------sidebar-wrapper----------------*/ .sidebar-wrapper { width: 260px; height: 100%; max-height: 100%; position: fixed; top: 0; left: -300px; z-index: 999; } .sidebar-wrapper ul { list-style-type: none; padding: 0; margin: 0; } .sidebar-wrapper a { text-decoration: none; } /*----------------sidebar-content----------------*/ .sidebar-content { max-height: calc(100% - 30px); height: calc(100% - 30px); overflow-y: auto; position: relative; } .sidebar-content.desktop { overflow-y: hidden; } /*--------------------sidebar-brand----------------------*/ .sidebar-wrapper .sidebar-brand { padding: 10px 20px; display: flex; align-items: center; } .sidebar-wrapper .sidebar-brand > a { text-transform: uppercase; font-weight: bold; flex-grow: 1; } .sidebar-wrapper .sidebar-brand #close-sidebar { cursor: pointer; font-size: 20px; } /*--------------------sidebar-header----------------------*/ .sidebar-wrapper .sidebar-header { padding: 20px; overflow: hidden; } .sidebar-wrapper .sidebar-header .user-pic { float: left; width: 60px; padding: 2px; border-radius: 12px; margin-right: 15px; overflow: hidden; } .sidebar-wrapper .sidebar-header .user-pic img { object-fit: cover; height: 100%; width: 100%; padding: 3 px; border-radius: 10 px; background: #eee; } .sidebar-wrapper .sidebar-header .user-info { float: left; } .sidebar-wrapper .sidebar-header .user-info > span { display: block; } .sidebar-wrapper .sidebar-header .user-info .user-role { font-size: 12px; } .sidebar-wrapper .sidebar-header .user-info .user-status { font-size: 11px; margin-top: 4px; } .sidebar-wrapper .sidebar-header .user-info .user-status i { font-size: 8px; margin-right: 4px; color: #5cb85c; } /*-----------------------sidebar-search------------------------*/ .sidebar-wrapper .sidebar-search > div { padding: 10px 20px; } /*----------------------sidebar-menu-------------------------*/ .sidebar-wrapper .sidebar-menu { padding-bottom: 10px; } .sidebar-wrapper .sidebar-menu .header-menu span { font-weight: bold; font-size: 14px; padding: 15px 20px 5px 20px; display: inline-block; } .sidebar-wrapper .sidebar-menu ul li a { display: inline-block; width: 100%; text-decoration: none; position: relative; padding: 8px 30px 8px 20px; } .sidebar-wrapper .sidebar-menu ul li a i { margin-right: 10px; font-size: 12px; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 4px; } .sidebar-wrapper .sidebar-menu ul li a:hover > i::before { display: inline-block; animation: swing ease-in-out 0.5s 1 alternate; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; font-style: normal; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; background: 0 0; position: absolute; right: 15px; top: 14px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul { padding: 5px 0; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li { padding-left: 25px; font-size: 13px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before { content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight: 400; font-style: normal; display: inline-block; text-align: center; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 10px; font-size: 8px; } .sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge { float: right; margin-top: 8px; margin-left: 5px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label { float: right; margin-top: 0px; } .sidebar-wrapper .sidebar-menu .sidebar-submenu { display: none; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after { transform: rotate(90deg); right: 17px; } /*--------------------------side-footer------------------------------*/ .sidebar-footer { position: absolute; width: 100%; bottom: 0; display: flex; } .sidebar-footer > a { flex-grow: 1; text-align: center; height: 30px; line-height: 30px; position: relative; } .sidebar-footer > a .notification { position: absolute; top: 0; } .badge-sonar { display: inline-block; background: #980303; border-radius: 50%; height: 8px; width: 8px; position: absolute; top: 0; } .badge-sonar:after { content: ""; position: absolute; top: 0; left: 0; border: 2px solid #980303; opacity: 0; border-radius: 50%; width: 100%; height: 100%; animation: sonar 1.5s infinite; } /*------scroll bar---------------------*/ ::-webkit-scrollbar { width: 5px; height: 7px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: #525965; border: 0px none #ffffff; border-radius: 0px; } ::-webkit-scrollbar-thumb:hover { background: #525965; } ::-webkit-scrollbar-thumb:active { background: #525965; } ::-webkit-scrollbar-track { background: transparent; border: 0px none #ffffff; border-radius: 50px; } ::-webkit-scrollbar-track:hover { background: transparent; } ::-webkit-scrollbar-track:active { background: transparent; } ::-webkit-scrollbar-corner { background: transparent; } /*-----------------------------chiller-theme-------------------------------------------------*/ .chiller-theme .sidebar-wrapper { background: #2d3747; } .chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search, .chiller-theme .sidebar-wrapper .sidebar-menu { border-top: 1px solid #2d3747; } .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text { border-color: transparent; box-shadow: none; } .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, .chiller-theme .sidebar-wrapper .sidebar-brand > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a, .chiller-theme .sidebar-footer > a { color: #818896; } .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .chiller-theme .sidebar-wrapper .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover, .chiller-theme .sidebar-footer > a:hover i { color: #b8bfce; } .page-wrapper.chiller-theme.toggled #close-sidebar { color: #bdbdbd; } .page-wrapper.chiller-theme.toggled #close-sidebar:hover { color: #ffffff; } .chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i { color: #4cd195; text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); } .chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text { background: #3a3f48; } .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span { color: #6c7b88; } .chiller-theme .sidebar-footer { background: #3a3f48; box-shadow: 0px -1px 5px #282c33; border-top: 1px solid #464a52; } .chiller-theme .sidebar-footer > a:first-child { border-left: none; } .chiller-theme .sidebar-footer > a:last-child { border-right: none; } /*---------- datatable-------------- */ .pagination .page-item.active .page-link { background: #4cd195 !important ; } /* */ .table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; } .table.dataTable > tbody > tr.child ul.dtr-details > li { text-align: left !important; } .paginate_button { font-size: 14px !important; background-color: #eee !important; margin: 0px 2px; } .action_icon a { padding: 5px; background: #eee; border-radius: 5px; width: 32px; height: 32px; line-height: 25px; display: inline-block; margin: 2px !important; text-align: center; } mark { background: orange; /* color: black; */ padding: 0px !important; } @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_filter label { width: 100%; } div.dataTables_wrapper div.dataTables_filter input { width: 75%; } div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: left; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } } @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: left !important; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } div.dataTables_wrapper div.dataTables_filter input { width: 70% !important; } div.dataTables_wrapper div.dataTables_filter label { width: 100% !important; } } /* @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start; } } */ /* --------------preview-img------------------ */ .preview_img img { width: 100px; border-radius: 5px; border: 1px solid #ddd; margin: 3px; } .profile-img { width: 95px; height: 95px; border-radius: 100%; border: 1px solid #5cb85c; padding: 3px; } .border-dash { border-left: 2px dashed #ddd; } .profile-thumnail { width: 70px; height: 70px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; } .profile-thumnail2 { background: #fff; width: 40px; height: 40px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .profile-thumnail3 { background: #fff; width: 30px; height: 30px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .abc { width: 100%; } .daterangepicker .drp-buttons .btn { font-size: 12px !important; } /* heroku deploy with laravel into database mysql project */ /* biometrice authentication */ #biometric-register-form .biometric-register-btn { padding: 15px; box-shadow: none !important; border: 1px solid #ddd; border-radius: 10px; } #biometric-register-form i.fa-fingerprint { font-size: 26px; } #biometric-register-form i.fa-plus-circle { position: relative; padding: 5px; right: 5px; } /*------------------------------------- QR code --------------------------- */ .qr-code img { /* text-align: center !important; */ align-items: center !important; } /* --------------select2 ---------------------- */ .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1px solid #ddd !important; /* color: #ddd !important; */ padding: 0 5px !important; border-radius: 4px !important; } /* .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1 px solid #ddd !important; color: #000 !important; padding: 0 5 px !important; border-radius: 2 px !important; } */ .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1 px solid #ddd !important; color: #000 !important; padding: 0 5 px !important; border-radius: 2 px !important; } .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field { margin: 0 -12px !important; } .image-thumbnail { background: #fff; width: 60px; height: 50px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .pdf-thumbnail { background: #fff; width: 62px; height: 72px; border-radius: 10px; border: 1px solid #ddd; padding: 10px; margin: 3px; display: inline-block; text-align: center; color: #000; } .pdf-thumbnail i { font-size: 30px; } /* ---------sweet alert 2---------------- */ .swal2-title{ font-size: 20px !important; } /* ------------------task ------------------------- */ .task-item { background-color: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 8px; margin-bottom: 5px; } .add_task_btn { display: block; text-align: center; padding: 10px; color: #000; background-color: #fff; border: 1px solid #ddd; border-radius: 5px; } .task-action a{ width: 25px; height: 25px; background: #eee; display: inline-block; border-radius: 5px; text-align: center; line-height: 28px; font-size: 12px; }
public/css/style.css
body { background: #edf2f6; } .badge { padding: 6px 10px 3px; font-size: 12px; box-shadow: none !important; } .btn { font-size: 14px !important; } .btn-theme { color: #fff; background-color: #4cd195 !important; } .btn-theme:hover { color: #fff; } .text-theme { color: #4cd195; } .table td, .table th { vertical-align: middle; } /*------------------- header Bar -----------------------*/ .app-bar { background: #fff; padding: 10px 0 !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .app-bar a { color: #000; } /*------------ content --------------- */ .content { height: 85vh; overflow: scroll; } /*------------------- bottom Bar -----------------------*/ .bottom-bar { background: #fff; position: absolute; bottom: 0; width: 100%; /* padding: 15px 0 !important; */ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .bottom-bar a { text-align: center; padding: 5px 25px; color: #000; } .bottom-bar a p { font-size: 12px; text-transform: uppercase; } /* --------------sidebar-------------- */ #show-sidebar { font-size: 20px; } @keyframes swing { 0% { transform: rotate(0deg); } 10% { transform: rotate(10deg); } 30% { transform: rotate(0deg); } 40% { transform: rotate(-10deg); } 50% { transform: rotate(0deg); } 60% { transform: rotate(5deg); } 70% { transform: rotate(0deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @keyframes sonar { 0% { transform: scale(0.9); opacity: 1; } 100% { transform: scale(2); opacity: 0; } } /* body { font-size: 0.9rem; } */ .page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand > a, .sidebar-wrapper .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } /*----------------page-wrapper----------------*/ .page-wrapper { height: 100vh; } .page-wrapper .theme { width: 40px; height: 40px; display: inline-block; border-radius: 4px; margin: 2px; } .page-wrapper .theme.chiller-theme { background: #1e2229; } /*----------------toggeled sidebar----------------*/ .page-wrapper.toggled .sidebar-wrapper { left: 0px; } /*----------------sidebar-wrapper----------------*/ .sidebar-wrapper { width: 260px; height: 100%; max-height: 100%; position: fixed; top: 0; left: -300px; z-index: 999; } .sidebar-wrapper ul { list-style-type: none; padding: 0; margin: 0; } .sidebar-wrapper a { text-decoration: none; } /*----------------sidebar-content----------------*/ .sidebar-content { max-height: calc(100% - 30px); height: calc(100% - 30px); overflow-y: auto; position: relative; } .sidebar-content.desktop { overflow-y: hidden; } /*--------------------sidebar-brand----------------------*/ .sidebar-wrapper .sidebar-brand { padding: 10px 20px; display: flex; align-items: center; } .sidebar-wrapper .sidebar-brand > a { text-transform: uppercase; font-weight: bold; flex-grow: 1; } .sidebar-wrapper .sidebar-brand #close-sidebar { cursor: pointer; font-size: 20px; } /*--------------------sidebar-header----------------------*/ .sidebar-wrapper .sidebar-header { padding: 20px; overflow: hidden; } .sidebar-wrapper .sidebar-header .user-pic { float: left; width: 60px; padding: 2px; border-radius: 12px; margin-right: 15px; overflow: hidden; } .sidebar-wrapper .sidebar-header .user-pic img { object-fit: cover; height: 100%; width: 100%; padding: 3 px; border-radius: 10 px; background: #eee; } .sidebar-wrapper .sidebar-header .user-info { float: left; } .sidebar-wrapper .sidebar-header .user-info > span { display: block; } .sidebar-wrapper .sidebar-header .user-info .user-role { font-size: 12px; } .sidebar-wrapper .sidebar-header .user-info .user-status { font-size: 11px; margin-top: 4px; } .sidebar-wrapper .sidebar-header .user-info .user-status i { font-size: 8px; margin-right: 4px; color: #5cb85c; } /*-----------------------sidebar-search------------------------*/ .sidebar-wrapper .sidebar-search > div { padding: 10px 20px; } /*----------------------sidebar-menu-------------------------*/ .sidebar-wrapper .sidebar-menu { padding-bottom: 10px; } .sidebar-wrapper .sidebar-menu .header-menu span { font-weight: bold; font-size: 14px; padding: 15px 20px 5px 20px; display: inline-block; } .sidebar-wrapper .sidebar-menu ul li a { display: inline-block; width: 100%; text-decoration: none; position: relative; padding: 8px 30px 8px 20px; } .sidebar-wrapper .sidebar-menu ul li a i { margin-right: 10px; font-size: 12px; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 4px; } .sidebar-wrapper .sidebar-menu ul li a:hover > i::before { display: inline-block; animation: swing ease-in-out 0.5s 1 alternate; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; font-style: normal; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; background: 0 0; position: absolute; right: 15px; top: 14px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul { padding: 5px 0; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li { padding-left: 25px; font-size: 13px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before { content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight: 400; font-style: normal; display: inline-block; text-align: center; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 10px; font-size: 8px; } .sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge { float: right; margin-top: 8px; margin-left: 5px; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label { float: right; margin-top: 0px; } .sidebar-wrapper .sidebar-menu .sidebar-submenu { display: none; } .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after { transform: rotate(90deg); right: 17px; } /*--------------------------side-footer------------------------------*/ .sidebar-footer { position: absolute; width: 100%; bottom: 0; display: flex; } .sidebar-footer > a { flex-grow: 1; text-align: center; height: 30px; line-height: 30px; position: relative; } .sidebar-footer > a .notification { position: absolute; top: 0; } .badge-sonar { display: inline-block; background: #980303; border-radius: 50%; height: 8px; width: 8px; position: absolute; top: 0; } .badge-sonar:after { content: ""; position: absolute; top: 0; left: 0; border: 2px solid #980303; opacity: 0; border-radius: 50%; width: 100%; height: 100%; animation: sonar 1.5s infinite; } /*------scroll bar---------------------*/ ::-webkit-scrollbar { width: 5px; height: 7px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: #525965; border: 0px none #ffffff; border-radius: 0px; } ::-webkit-scrollbar-thumb:hover { background: #525965; } ::-webkit-scrollbar-thumb:active { background: #525965; } ::-webkit-scrollbar-track { background: transparent; border: 0px none #ffffff; border-radius: 50px; } ::-webkit-scrollbar-track:hover { background: transparent; } ::-webkit-scrollbar-track:active { background: transparent; } ::-webkit-scrollbar-corner { background: transparent; } /*-----------------------------chiller-theme-------------------------------------------------*/ .chiller-theme .sidebar-wrapper { background: #2d3747; } .chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search, .chiller-theme .sidebar-wrapper .sidebar-menu { border-top: 1px solid #2d3747; } .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text { border-color: transparent; box-shadow: none; } .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, .chiller-theme .sidebar-wrapper .sidebar-brand > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a, .chiller-theme .sidebar-footer > a { color: #818896; } .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .chiller-theme .sidebar-wrapper .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover, .chiller-theme .sidebar-footer > a:hover i { color: #b8bfce; } .page-wrapper.chiller-theme.toggled #close-sidebar { color: #bdbdbd; } .page-wrapper.chiller-theme.toggled #close-sidebar:hover { color: #ffffff; } .chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i { color: #4cd195; text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); } .chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text { background: #3a3f48; } .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span { color: #6c7b88; } .chiller-theme .sidebar-footer { background: #3a3f48; box-shadow: 0px -1px 5px #282c33; border-top: 1px solid #464a52; } .chiller-theme .sidebar-footer > a:first-child { border-left: none; } .chiller-theme .sidebar-footer > a:last-child { border-right: none; } /*---------- datatable-------------- */ .pagination .page-item.active .page-link { background: #4cd195 !important ; } /* */ .table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; } .table.dataTable > tbody > tr.child ul.dtr-details > li { text-align: left !important; } .paginate_button { font-size: 14px !important; background-color: #eee !important; margin: 0px 2px; } .action_icon a { padding: 5px; background: #eee; border-radius: 5px; width: 32px; height: 32px; line-height: 25px; display: inline-block; margin: 2px !important; text-align: center; } mark { background: orange; /* color: black; */ padding: 0px !important; } @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_filter label { width: 100%; } div.dataTables_wrapper div.dataTables_filter input { width: 75%; } div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: left; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } } @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: left !important; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start !important; } div.dataTables_wrapper div.dataTables_filter input { width: 70% !important; } div.dataTables_wrapper div.dataTables_filter label { width: 100% !important; } } /* @media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: start; } } */ /* --------------preview-img------------------ */ .preview_img img { width: 100px; border-radius: 5px; border: 1px solid #ddd; margin: 3px; } .profile-img { width: 95px; height: 95px; border-radius: 100%; border: 1px solid #5cb85c; padding: 3px; } .border-dash { border-left: 2px dashed #ddd; } .profile-thumnail { width: 70px; height: 70px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; } .profile-thumnail2 { background: #fff; width: 40px; height: 40px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .profile-thumnail3 { background: #fff; width: 30px; height: 30px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .abc { width: 100%; } .daterangepicker .drp-buttons .btn { font-size: 12px !important; } /* heroku deploy with laravel into database mysql project */ /* biometrice authentication */ #biometric-register-form .biometric-register-btn { padding: 15px; box-shadow: none !important; border: 1px solid #ddd; border-radius: 10px; } #biometric-register-form i.fa-fingerprint { font-size: 26px; } #biometric-register-form i.fa-plus-circle { position: relative; padding: 5px; right: 5px; } /*------------------------------------- QR code --------------------------- */ .qr-code img { /* text-align: center !important; */ align-items: center !important; } /* --------------select2 ---------------------- */ .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1px solid #ddd !important; /* color: #ddd !important; */ padding: 0 5px !important; border-radius: 4px !important; } /* .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1 px solid #ddd !important; color: #000 !important; padding: 0 5 px !important; border-radius: 2 px !important; } */ .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3 px; padding-left: 3 px; margin-right: 1 px; margin-left: 3 px; font-weight: 700; color: #bdc6d0; border: 1 px solid #ddd !important; color: #000 !important; padding: 0 5 px !important; border-radius: 2 px !important; } .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field { margin: 0 -12px !important; } .image-thumbnail { background: #fff; width: 60px; height: 50px; border-radius: 10px; border: 1px solid #ddd; padding: 3px; margin: 3px; } .pdf-thumbnail { background: #fff; width: 62px; height: 72px; border-radius: 10px; border: 1px solid #ddd; padding: 10px; margin: 3px; display: inline-block; text-align: center; color: #000; } .pdf-thumbnail i { font-size: 30px; } /* ---------sweet alert 2---------------- */ .swal2-title{ font-size: 20px !important; } /* ------------------task ------------------------- */ .task-item { background-color: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 8px; margin-bottom: 5px; } .add_task_btn { display: block; text-align: center; padding: 10px; color: #000; background-color: #fff; border: 1px solid #ddd; border-radius: 5px; } .task-action a{ width: 25px; height: 25px; background: #eee; display: inline-block; border-radius: 5px; text-align: center; line-height: 28px; font-size: 12px; }
0.5
0.105395
@import "../core/core.css"; header { font-family: var(--c-font); } .pwf__navbar { position: fixed; top: 0; left: 0; width: 100%; height: 70px; padding-left: 5%; box-sizing: border-box; transition: .5s; font-size: 25px; } .pwf__navbar__link__logo { position: relative; } .pwf__navbar__logo{ width: 145px; } .pwf__navbar__title { height: 70px; float: right; min-width: 55%; max-width: 60%; text-align: center; padding-top: 15px; padding-right: 5em; padding-left: 5em; font-size: 1.2em; background-color: var(--c-red1); color: white; box-shadow: var(--c-shadow-heavy); transition: .5s; border-radius: 0 0 0 6px; } .pwf__navbar__button { height: 70px; width: 80px; float: right; box-shadow: var(--c-shadow-heavy); font-size: 25px; background-color: black; border: none; color: white; transition: .5s; } .pwf__navbar__icon { transition: 0.5s; } .pwf__navbar__icon--selected { transition: 0.5s; transform: rotateZ(90deg); } .pwf__navbar__button:hover { background-color: var(--c-black-1); color: var(--c-yellow2); cursor: pointer; transition: .5s; } .pwf__lateralbar { position: fixed; top: 0; margin-top: 74px; left: 100%; padding-top: 3px; box-shadow: var(--c-shadow-regular); font-size: 18px; width: 50%; transition: .5s; overflow-y: auto; max-height: 87%; background-color: #f5f5f5ef; border-radius: 0 0 0 6px; } .pwf__lateralbar--open { left: 50%; } .pwf__lateralbar__list { list-style: none; text-align: center; line-height: 45px; } .pwf__lateralbar__list:hover { background-color: var(--c-red1); color: white; } .pwf__lateralbar__list:hover .pwf__lateralbar__link { color: white; text-decoration: none; } .pwf__lateralbar__link { display: inline-block; width: 95%; color: black; height: 100%; } .pwf__lateralbar__icon { float: right; font-size: 30.6px; padding-right: 10px; transition: 0.5s; } .pwf__lateralbar__icon--open { transition: 0.5s; transform: rotateX(-180deg); } .pwf__lateralbar__icon:hover { color: var(--c-yellow2); cursor: pointer; } .pwf__lateralbar__subcontainer--off { display: none; } @media(max-width:1200px) { .pwf__lateralbar { font-size: 16px; } .pwf__lateralbar__icon { font-size: 27.1px; } } @media(max-width:1100px) { .pwf__lateralbar { font-size: 15px; } .pwf__lateralbar__icon { font-size: 25.5px; } } @media(max-width:1090px) { .pwf__navbar { font-size: 18px; } .pwf__lateralbar__link { width: 80%; } } @media(max-width:840px) { .pwf__navbar { font-size: 16px; } } @media(max-width:700px) { .pwf__navbar { padding-left: 0; box-shadow: var(--c-shadow-heavy); } .pwf__navbar__link__logo{ display: none; } .pwf__navbar__title { max-width: 100%; min-width: 10%; width: 90%; float: left; box-shadow: none; border-radius: 0; } .pwf__navbar__button { box-shadow: none; width: 10%; } .pwf__lateralbar { font-size: 14px; } .pwf__lateralbar__icon { font-size: 23.8px; } } @media(max-width:600px) { .pwf__navbar__title { width: 80%; } .pwf__navbar__button { width: 20%; } } @media(max-width:500px) { .pwf__navbar__title { font-size: 1em; } .pwf__lateralbar { width: 90%; } .pwf__lateralbar--open { left: 10%; } }
navbars/hybrid-navbar.css
@import "../core/core.css"; header { font-family: var(--c-font); } .pwf__navbar { position: fixed; top: 0; left: 0; width: 100%; height: 70px; padding-left: 5%; box-sizing: border-box; transition: .5s; font-size: 25px; } .pwf__navbar__link__logo { position: relative; } .pwf__navbar__logo{ width: 145px; } .pwf__navbar__title { height: 70px; float: right; min-width: 55%; max-width: 60%; text-align: center; padding-top: 15px; padding-right: 5em; padding-left: 5em; font-size: 1.2em; background-color: var(--c-red1); color: white; box-shadow: var(--c-shadow-heavy); transition: .5s; border-radius: 0 0 0 6px; } .pwf__navbar__button { height: 70px; width: 80px; float: right; box-shadow: var(--c-shadow-heavy); font-size: 25px; background-color: black; border: none; color: white; transition: .5s; } .pwf__navbar__icon { transition: 0.5s; } .pwf__navbar__icon--selected { transition: 0.5s; transform: rotateZ(90deg); } .pwf__navbar__button:hover { background-color: var(--c-black-1); color: var(--c-yellow2); cursor: pointer; transition: .5s; } .pwf__lateralbar { position: fixed; top: 0; margin-top: 74px; left: 100%; padding-top: 3px; box-shadow: var(--c-shadow-regular); font-size: 18px; width: 50%; transition: .5s; overflow-y: auto; max-height: 87%; background-color: #f5f5f5ef; border-radius: 0 0 0 6px; } .pwf__lateralbar--open { left: 50%; } .pwf__lateralbar__list { list-style: none; text-align: center; line-height: 45px; } .pwf__lateralbar__list:hover { background-color: var(--c-red1); color: white; } .pwf__lateralbar__list:hover .pwf__lateralbar__link { color: white; text-decoration: none; } .pwf__lateralbar__link { display: inline-block; width: 95%; color: black; height: 100%; } .pwf__lateralbar__icon { float: right; font-size: 30.6px; padding-right: 10px; transition: 0.5s; } .pwf__lateralbar__icon--open { transition: 0.5s; transform: rotateX(-180deg); } .pwf__lateralbar__icon:hover { color: var(--c-yellow2); cursor: pointer; } .pwf__lateralbar__subcontainer--off { display: none; } @media(max-width:1200px) { .pwf__lateralbar { font-size: 16px; } .pwf__lateralbar__icon { font-size: 27.1px; } } @media(max-width:1100px) { .pwf__lateralbar { font-size: 15px; } .pwf__lateralbar__icon { font-size: 25.5px; } } @media(max-width:1090px) { .pwf__navbar { font-size: 18px; } .pwf__lateralbar__link { width: 80%; } } @media(max-width:840px) { .pwf__navbar { font-size: 16px; } } @media(max-width:700px) { .pwf__navbar { padding-left: 0; box-shadow: var(--c-shadow-heavy); } .pwf__navbar__link__logo{ display: none; } .pwf__navbar__title { max-width: 100%; min-width: 10%; width: 90%; float: left; box-shadow: none; border-radius: 0; } .pwf__navbar__button { box-shadow: none; width: 10%; } .pwf__lateralbar { font-size: 14px; } .pwf__lateralbar__icon { font-size: 23.8px; } } @media(max-width:600px) { .pwf__navbar__title { width: 80%; } .pwf__navbar__button { width: 20%; } } @media(max-width:500px) { .pwf__navbar__title { font-size: 1em; } .pwf__lateralbar { width: 90%; } .pwf__lateralbar--open { left: 10%; } }
0.41253
0.090013
.demo_changer{ z-index: 900; position: fixed; left: -231px; top: 80px; } .demo_changer .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background:#fff; } .demo_changer select:active, .demo_changer select:focus, .demo_changer select:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover, .demo_changer .btn:active, .demo_changer .btn:focus, .demo_changer .btn:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover { box-shadow:none !important; } .demo_changer .button { -moz-user-select: none; background-image: none; border: 1px solid #ddd; border-radius: 3px; cursor: pointer; display: inline-block; font-size: 14px; font-weight: normal; background:#fff; line-height: 1.42857; margin-bottom: 0; width:145px !important; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; } .demo_changer .img-thumbnail { height: 35px; margin-bottom: 5px; width: 46.5% !important; padding: 3px; } .demo_changer img { margin: 2.4px !important; width: 29px !important; height: 29px; } .demo_changer h4 { padding-bottom:0; } .demo_changer i {color:#fff;font-size:21px;} .demo_changer .btn{ margin-top:10px; } .demo_changer .demo-icon{ cursor: pointer; text-align:center; float: right; height: 37px; line-height:40px; -webkit-border-radius:0 16px 16px 0; -moz-border-radius:0 16px 16px 0; border-radius:0 16px 16px 0; width: 40px; } .demo_changer .demo-icon:after { } .demo_changer .form_holder { background: #fff; float: right; padding:20px; width: 230px; } .demo_changer .form_holder p{ font-size: 12px; } .demo_changer .form_holder input{ width: 55px; border-radius: 0 10px 10px 0; box-shadow: none; } .color_display_2 { clear: both; color: #FFFFFF; display: inline-block; font-size: 12px; width:31px !important; height:31px; margin-bottom: 7px; padding: 4px 10px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-transform: uppercase; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29); } .color_display_2 a{ color: #fff; text-decoration: none; } .color_display_2 a:focus, .color_display_2 a:hover { color: #ededed !important; text-decoration: none; } .predefined_styles{ padding:0 5px; } @media only screen and (max-width: 1024px) { .demo_changer{ display: none; } } .demo_changer .btn { width:165px !important; } .bootstrap-select.show-menu-arrow.open > .btn { z-index: 2051; } .bootstrap-select .btn:focus { outline: thin dotted #333333 !important; outline: 5px auto -webkit-focus-ring-color !important; outline-offset: -2px; } .bootstrap-select.btn-group .btn .filter-option { overflow: hidden; position: absolute; left: 12px; right: 25px; text-align: left; } .bootstrap-select.btn-group .btn .caret { position: absolute; top: 50%; right: 12px; margin-top: -2px; vertical-align: middle; } .bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a { cursor: not-allowed; } .bootstrap-select.btn-group > .disabled:focus { outline: none !important; } .bootstrap-select.btn-group[class*="span"] .btn { width: 100%; } .bootstrap-select.btn-group .dropdown-menu { min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .bootstrap-select.btn-group .dropdown-menu.inner { position: static; border: 0; padding: 0; margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .bootstrap-select.btn-group .dropdown-menu dt { display: block; padding: 3px 20px; cursor: default; } .bootstrap-select.btn-group .div-contain { overflow: hidden; } .bootstrap-select.btn-group .dropdown-menu li { position: relative; } .bootstrap-select.btn-group .dropdown-menu li > a.opt { position: relative; padding-left: 35px; } .bootstrap-select.btn-group .dropdown-menu li > a { cursor: pointer; } .bootstrap-select.btn-group .dropdown-menu li > dt small { font-weight: normal; } .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { display: inline-block; position: absolute; right: 15px; margin-top: 2.5px; } .bootstrap-select.btn-group .dropdown-menu li a i.check-mark { display: none; } .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { margin-right: 34px; } .bootstrap-select.btn-group .dropdown-menu li small { padding-left: 0.5em; } .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small { color: #64b1d8; color: rgba(255,255,255,0.4); } .bootstrap-select.btn-group .dropdown-menu li > dt small { font-weight: normal; } .bootstrap-select.show-menu-arrow .dropdown-toggle:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #CCC; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: -4px; left: 9px; display: none; } .bootstrap-select.show-menu-arrow .dropdown-toggle:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; position: absolute; bottom: -4px; left: 10px; display: none; } .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { bottom: auto; top: -3px; border-top: 7px solid #ccc; border-bottom: 0; border-top-color: rgba(0, 0, 0, 0.2); } .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { bottom: auto; top: -3px; border-top: 6px solid #ffffff; border-bottom: 0; } .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { right: 12px; left: auto; } .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { right: 13px; left: auto; } .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { display: block; } .bootstrap-select.btn-group .no-results { padding: 3px; background: #f5f5f5; margin: 0 5px; } .mobile-device { position: absolute; top: 0; left: 0; display: block !important; width: 100%; height: 100% !important; opacity: 0; } .bootstrap-select.fit-width { width: auto !important; } .bootstrap-select.btn-group.fit-width .btn .filter-option { position: static; } .bootstrap-select.btn-group.fit-width .btn .caret { position: static; top: auto; margin-top: -1px; } .control-group.error .bootstrap-select .dropdown-toggle{ border-color: #b94a48; } .bootstrap-select-searchbox { padding: 4px 8px; } .bootstrap-select-searchbox input { margin-bottom: 0; }
switcher/css/switcher.css
.demo_changer{ z-index: 900; position: fixed; left: -231px; top: 80px; } .demo_changer .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background:#fff; } .demo_changer select:active, .demo_changer select:focus, .demo_changer select:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover, .demo_changer .btn:active, .demo_changer .btn:focus, .demo_changer .btn:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover { box-shadow:none !important; } .demo_changer .button { -moz-user-select: none; background-image: none; border: 1px solid #ddd; border-radius: 3px; cursor: pointer; display: inline-block; font-size: 14px; font-weight: normal; background:#fff; line-height: 1.42857; margin-bottom: 0; width:145px !important; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; } .demo_changer .img-thumbnail { height: 35px; margin-bottom: 5px; width: 46.5% !important; padding: 3px; } .demo_changer img { margin: 2.4px !important; width: 29px !important; height: 29px; } .demo_changer h4 { padding-bottom:0; } .demo_changer i {color:#fff;font-size:21px;} .demo_changer .btn{ margin-top:10px; } .demo_changer .demo-icon{ cursor: pointer; text-align:center; float: right; height: 37px; line-height:40px; -webkit-border-radius:0 16px 16px 0; -moz-border-radius:0 16px 16px 0; border-radius:0 16px 16px 0; width: 40px; } .demo_changer .demo-icon:after { } .demo_changer .form_holder { background: #fff; float: right; padding:20px; width: 230px; } .demo_changer .form_holder p{ font-size: 12px; } .demo_changer .form_holder input{ width: 55px; border-radius: 0 10px 10px 0; box-shadow: none; } .color_display_2 { clear: both; color: #FFFFFF; display: inline-block; font-size: 12px; width:31px !important; height:31px; margin-bottom: 7px; padding: 4px 10px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-transform: uppercase; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29); } .color_display_2 a{ color: #fff; text-decoration: none; } .color_display_2 a:focus, .color_display_2 a:hover { color: #ededed !important; text-decoration: none; } .predefined_styles{ padding:0 5px; } @media only screen and (max-width: 1024px) { .demo_changer{ display: none; } } .demo_changer .btn { width:165px !important; } .bootstrap-select.show-menu-arrow.open > .btn { z-index: 2051; } .bootstrap-select .btn:focus { outline: thin dotted #333333 !important; outline: 5px auto -webkit-focus-ring-color !important; outline-offset: -2px; } .bootstrap-select.btn-group .btn .filter-option { overflow: hidden; position: absolute; left: 12px; right: 25px; text-align: left; } .bootstrap-select.btn-group .btn .caret { position: absolute; top: 50%; right: 12px; margin-top: -2px; vertical-align: middle; } .bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a { cursor: not-allowed; } .bootstrap-select.btn-group > .disabled:focus { outline: none !important; } .bootstrap-select.btn-group[class*="span"] .btn { width: 100%; } .bootstrap-select.btn-group .dropdown-menu { min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .bootstrap-select.btn-group .dropdown-menu.inner { position: static; border: 0; padding: 0; margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .bootstrap-select.btn-group .dropdown-menu dt { display: block; padding: 3px 20px; cursor: default; } .bootstrap-select.btn-group .div-contain { overflow: hidden; } .bootstrap-select.btn-group .dropdown-menu li { position: relative; } .bootstrap-select.btn-group .dropdown-menu li > a.opt { position: relative; padding-left: 35px; } .bootstrap-select.btn-group .dropdown-menu li > a { cursor: pointer; } .bootstrap-select.btn-group .dropdown-menu li > dt small { font-weight: normal; } .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { display: inline-block; position: absolute; right: 15px; margin-top: 2.5px; } .bootstrap-select.btn-group .dropdown-menu li a i.check-mark { display: none; } .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { margin-right: 34px; } .bootstrap-select.btn-group .dropdown-menu li small { padding-left: 0.5em; } .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small { color: #64b1d8; color: rgba(255,255,255,0.4); } .bootstrap-select.btn-group .dropdown-menu li > dt small { font-weight: normal; } .bootstrap-select.show-menu-arrow .dropdown-toggle:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #CCC; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: -4px; left: 9px; display: none; } .bootstrap-select.show-menu-arrow .dropdown-toggle:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; position: absolute; bottom: -4px; left: 10px; display: none; } .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { bottom: auto; top: -3px; border-top: 7px solid #ccc; border-bottom: 0; border-top-color: rgba(0, 0, 0, 0.2); } .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { bottom: auto; top: -3px; border-top: 6px solid #ffffff; border-bottom: 0; } .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { right: 12px; left: auto; } .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { right: 13px; left: auto; } .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { display: block; } .bootstrap-select.btn-group .no-results { padding: 3px; background: #f5f5f5; margin: 0 5px; } .mobile-device { position: absolute; top: 0; left: 0; display: block !important; width: 100%; height: 100% !important; opacity: 0; } .bootstrap-select.fit-width { width: auto !important; } .bootstrap-select.btn-group.fit-width .btn .filter-option { position: static; } .bootstrap-select.btn-group.fit-width .btn .caret { position: static; top: auto; margin-top: -1px; } .control-group.error .bootstrap-select .dropdown-toggle{ border-color: #b94a48; } .bootstrap-select-searchbox { padding: 4px 8px; } .bootstrap-select-searchbox input { margin-bottom: 0; }
0.246352
0.048428
*{ padding: 0; margin: 0; font-family: 'DotGothic16', sans-serif; font-size: 36px; } body{ height: 100vh; width: 100vw; background-color: rgb(0, 0, 0); display: flex; place-items: center; justify-content: center; } #area_config{ border: 1px solid #fff; display: flex; width: 75vw; height: 75vh; justify-content: space-between; flex-wrap: wrap; } #voltar_deletar input[type="submit"]{ width: 10vw; border-radius: 40px; background-color: #359E47; padding: 1%; margin-top: 1vh; margin-bottom: 1vh; } #voltar_deletar{ margin-left: 1vw; display: flex; justify-content: space-between; flex-direction: column; } #area_formulario_principal{ display: flex; flex-direction: column; align-items: center; } #area_formulario_principal input[type="file"]{ display: none; } #area_formulario_principal label{ position: relative; bottom:40px; left: 45px; } #area_formulario_principal label:hover{ cursor: pointer; } #formulario_itens{ display: flex; flex-direction: column; place-items: center; justify-content: space-around; border: 1px solid #fff; height: 65%; flex-wrap: wrap; } #formulario_itens input{ min-width: 271px; width: 50%; background-color: #359E47; border-radius: 10px; } #formulario_itens input[type="submit"]{ border-radius: 40px; } #sair{ display: flex; place-items: flex-end; margin-right: 1vw; } #sair input[type="submit"]{ width: 10vw; border-radius: 40px; background-color: #359E47; padding: 5%; margin-top: 1vh; margin-bottom: 1vh; } @media only screen and (max-width:1384px){ #area_config{ width: 100vw; height: 100vh; justify-content: center; } #voltar_deletar input[type="submit"]{ width: 50vw; } #voltar_deletar{ justify-content:flex-start; } #sair input[type="submit"]{ width: 50vw; } }
NoteViewer/assets/css/config.css
*{ padding: 0; margin: 0; font-family: 'DotGothic16', sans-serif; font-size: 36px; } body{ height: 100vh; width: 100vw; background-color: rgb(0, 0, 0); display: flex; place-items: center; justify-content: center; } #area_config{ border: 1px solid #fff; display: flex; width: 75vw; height: 75vh; justify-content: space-between; flex-wrap: wrap; } #voltar_deletar input[type="submit"]{ width: 10vw; border-radius: 40px; background-color: #359E47; padding: 1%; margin-top: 1vh; margin-bottom: 1vh; } #voltar_deletar{ margin-left: 1vw; display: flex; justify-content: space-between; flex-direction: column; } #area_formulario_principal{ display: flex; flex-direction: column; align-items: center; } #area_formulario_principal input[type="file"]{ display: none; } #area_formulario_principal label{ position: relative; bottom:40px; left: 45px; } #area_formulario_principal label:hover{ cursor: pointer; } #formulario_itens{ display: flex; flex-direction: column; place-items: center; justify-content: space-around; border: 1px solid #fff; height: 65%; flex-wrap: wrap; } #formulario_itens input{ min-width: 271px; width: 50%; background-color: #359E47; border-radius: 10px; } #formulario_itens input[type="submit"]{ border-radius: 40px; } #sair{ display: flex; place-items: flex-end; margin-right: 1vw; } #sair input[type="submit"]{ width: 10vw; border-radius: 40px; background-color: #359E47; padding: 5%; margin-top: 1vh; margin-bottom: 1vh; } @media only screen and (max-width:1384px){ #area_config{ width: 100vw; height: 100vh; justify-content: center; } #voltar_deletar input[type="submit"]{ width: 50vw; } #voltar_deletar{ justify-content:flex-start; } #sair input[type="submit"]{ width: 50vw; } }
0.310381
0.075858
@font-face { font-family: "Gotham Bold"; font-style: normal; font-weight: normal; src: local("Gotham Bold"), url("../fonts/Gotham/GothamRoundedBold_21016.ttf") format("truetype"); } @font-face { font-family: "Gotham Rounded Light"; font-style: normal; font-weight: normal; src: local("Gotham Rounded Light"), url("../fonts/Gotham/GothamRoundedLight_21020.ttf") format("truetype"); } @font-face { font-family: "Helvetica Neue LT Light"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Light"), url("../fonts/Helvetica/Helvetica Neue LT 45 Light.woff") format("woff"); } @font-face { font-family: "Helvetica Neue LT Medium"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Medium"), url("../fonts/Helvetica/Helvetica Neue LT 65 Medium.woff") format("woff"); } @font-face { font-family: "Helvetica Neue LT Bold"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Bold"), url("../fonts/Helvetica/Helvetica Neue LT 75 Bold.woff") format("woff"); } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Gotham Rounded Light", arial, helvetica, sans-serif; } .gotham-light { font-family: "Gotham Rounded Light", arial, helvetica, sans-serif; } .gotham-bold { font-family: "Gotham Bold", arial, helvetica, sans-serif; } .helvetica-light { font-family: "Helvetica Neue LT Light", arial, helvetica, sans-serif; } .helvetica-medium, .main-search-results .page-link { font-family: "Helvetica Neue LT Medium", arial, helvetica, sans-serif; } .helvetica-bold { font-family: "Helvetica Neue LT Bold", arial, helvetica, sans-serif; } .color-white { color: white; } .color-black { color: black; } .color-pink { color: #d35266; } .color-gray { color: #888; } .color-dark { color: #383838; } .bg-pink, aside.search-results .form-check-input:checked { background-color: #d35266; } .bg-gray { background-color: #888; } .bg-dark { background-color: #383838 !important; } body { min-width: 150px; } li { list-style: none; } .current-page { color: #d35266 !important; cursor: default; text-decoration: none; } .current-page:hover { pointer-events: none; cursor: default; } h1, h2, h3, h4, h5, h6 { font-family: "Gotham Bold", arial, helvetica, sans-serif; } footer a:hover { color: #d35266; } main.home a:hover { color: #d35266; } footer ul { padding: 0; } .nav-bar img { height: 2em; } footer .zattix { grid-area: footer-zattix; } footer .zattix img { height: 2em; } footer .zattix .zattix-logo { -webkit-transform: scale(0.8); transform: scale(0.8); } footer .zattix p { text-align: justify !important; } footer .bottom-line ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0.5em; } footer .bottom-line ul li { display: inline-block; margin: 0 1em; } .nav-bar { background-color: #383838; color: #888; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav-bar .nav-bar-left { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0.75em; position: relative; } .nav-bar .nav-bar-left ul { display: none; position: absolute; top: 3em; -webkit-transform: translateY(0); transform: translateY(0); background-color: #383838; z-index: 5; -webkit-transition: 0.5s; transition: 0.5s; padding: 0; } .nav-bar .nav-bar-left ul a { display: inline-block; color: #888; padding: 1em; padding-top: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; text-decoration: none; } .nav-bar .nav-bar-left ul a:hover { color: #d35266 !important; text-decoration: none !important; } .nav-bar .nav-bar-left button { width: -webkit-max-content; width: -moz-max-content; width: max-content; background-color: #d35266; color: white; padding: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; border: none; } .nav-bar .nav-bar-left button:hover { cursor: pointer; } .nav-bar .nav-bar-left button:focus + ul { display: block; -webkit-transform: translateY(10px); transform: translateY(10px); } .nav-bar ul.nav-bar-right { 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; margin: auto 0.25em; } .nav-bar ul.nav-bar-right li { padding-right: 1em; } .nav-bar ul.nav-bar-right li i { font-size: 1.5em; } .nav-bar ul.nav-bar-right li i:hover { cursor: pointer; color: #d35266; } header > .search-panel { background: url(../img/search-panel-background.jpg), -webkit-gradient(linear, left top, left bottom, from(#d35266), to(white)); background: url(../img/search-panel-background.jpg), linear-gradient(#d35266 0% 33%, white); background-position: center; background-size: cover; background-blend-mode: darken; height: 400px; } header > .search-panel h1 { text-align: center; color: white; } header > .search-panel .zattix { 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; } header > .search-panel .zattix img { height: 3em; } header > .search-panel .zattix .zattix-logo { -webkit-transform: scale(0.8); transform: scale(0.8); } header > .search-panel .btn-dark { background-color: #383838 !important; } section.hot-ads { height: 420px; } section.hot-ads .carousel-item .card { max-width: 700px; } section.hot-ads .carousel-item .card .card-img { width: 50%; padding-top: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; } section.hot-ads .carousel-item .card .card-img-1 { background-image: url(../img/carousel-1.jpg); } section.hot-ads .carousel-item .card .card-img-2 { background-image: url(../img/carousel-2.jpg); } section.hot-ads .carousel-item .card .card-img-3 { background-image: url(../img/carousel-3.jpg); } section.hot-ads .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35266'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } section.hot-ads .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35266'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } main.home .main-card-img { padding-top: 66.667%; background-repeat: no-repeat; background-size: cover; background-position: center; } main.home .main-card-img-apt-1 { background-image: url(../img/apartment-1.jpg); } main.home .main-card-img-apt-2 { background-image: url(../img/apartment-2.jpg); } main.home .main-card-img-apt-3 { background-image: url(../img/apartment-3.jpg); } main.home .main-card-img-apt-4 { background-image: url(../img/apartment-4.jpg); } main.home .main-card-img-house-1 { background-image: url(../img/house-1.jpg); } main.home .main-card-img-house-2 { background-image: url(../img/house-2.jpg); } main.home .main-card-img-house-3 { background-image: url(../img/house-3.jpg); } main.home .main-card-img-house-4 { background-image: url(../img/house-4.jpg); } main.home .main-card-img-office-1 { background-image: url(../img/office-1.jpg); } main.home .main-card-img-office-2 { background-image: url(../img/office-2.jpg); } main.home .main-card-img-office-3 { background-image: url(../img/office-3.jpg); } main.home .main-card-img-office-4 { background-image: url(../img/office-4.jpg); } main.home .main-card-img-land-1 { background-image: url(../img/land-1.jpg); } main.home .main-card-img-land-2 { background-image: url(../img/land-2.jpg); } main.home .main-card-img-land-3 { background-image: url(../img/land-3.jpg); } main.home .main-card-img-land-4 { background-image: url(../img/land-4.jpg); } .main-search-results .search-result-card-img { padding-top: 65%; background-repeat: no-repeat; background-size: cover; background-position: center; } .main-search-results .search-result-card-img-1 { background-image: url(../img/flat-1.jpg); } .main-search-results .search-result-card-img-2 { background-image: url(../img/flat-2.jpg); } .main-search-results .search-result-card-img-3 { background-image: url(../img/flat-3.jpg); } .main-search-results .search-result-card-img-4 { background-image: url(../img/flat-4.jpg); } .main-search-results .search-result-card-img-5 { background-image: url(../img/flat-5.jpg); } footer { display: -ms-grid; display: grid; grid-template: "footer-zattix" auto "form" auto "bottom-line" auto / 1fr; } footer .footer-zattix { grid-area: footer-zattix; } footer .footer-zattix .zattix { cursor: default; } footer .footer-zattix p { margin-bottom: 0; } footer .footer-cat { grid-area: footer-cat; display: none; grid-template: "foot-cat-1 foot-cat-1" 2.5em "foot-cat-2 foot-cat-3" auto / 1fr 1fr; } footer .footer-cat .foot-cat-1 { grid-area: foot-cat-1; border-bottom: 1px solid #d35266; } footer .footer-cat .foot-cat-2 { grid-area: foot-cat-2; } footer .footer-cat .foot-cat-3 { grid-area: foot-cat-3; } footer .footer-nav { display: none; grid-area: footer-nav; } footer .footer-nav .foot-nav-1 { border-bottom: 1px solid #d35266; } footer form { display: -ms-grid; display: grid; grid-area: form; grid-template: "label-id-country id-country" 1.5em "label-id-language id-language" 1.5em "label-id-currency id-currency" 1.5em / 1fr 1fr; gap: 1em; -ms-grid-column-align: center; justify-self: center; -ms-grid-row-align: center; align-self: center; } footer form .label-id-country { grid-area: label-id-country; } footer form #id-country { grid-area: id-country; } footer form .label-id-language { grid-area: label-id-language; } footer form #id-language { grid-area: id-language; } footer form .label-id-currency { grid-area: label-id-currency; } footer form #id-currency { grid-area: id-currency; } footer form .center-label { 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; } footer .bottom-line { grid-area: bottom-line; 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; } footer .bottom-line p { text-align: center; margin: 0 1em 0.5em 1em; } @media screen and (min-width: 768px) { .nav-bar * { margin: 0; padding: 0; } .nav-bar .nav-bar-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: static; } .nav-bar .nav-bar-left .button-logo { display: none; } .nav-bar .nav-bar-left ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: static; top: 3em; -webkit-transform: translateY(0); transform: translateY(0); color: #d35266 !important; background-color: #383838; z-index: 5; -webkit-transition: 0.5s; transition: 0.5s; } .nav-bar .nav-bar-left a { display: inline-block; color: #888; font-family: "Gotham Bold", arial, helvetica, sans-serif; text-decoration: none; } .nav-bar .nav-bar-left a:hover { color: #d35266 !important; text-decoration: none !important; } .nav-bar .nav-bar-left button { width: -webkit-max-content; width: -moz-max-content; width: max-content; background-color: #d35266; color: white; padding: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; border: none; } .nav-bar .nav-bar-left button:hover { cursor: pointer; } .nav-bar .nav-bar-left button:focus + ul { display: block; -webkit-transform: translateY(10px); transform: translateY(10px); } .nav-bar img { height: 2em; } footer { grid-template: "footer-zattix footer-nav" auto "footer-cat form" auto "bottom-line bottom-line" auto / 1fr 0.8fr; } footer .footer-nav { display: block; } footer .footer-cat { display: -ms-grid; display: grid; } footer form { display: -ms-grid; display: grid; } } @media screen and (min-width: 992px) { .main-search-results .search-result-card-img { padding-top: 25%; } footer { display: -ms-grid; display: grid; grid-template: "footer-zattix footer-cat footer-nav form" auto "bottom-line bottom-line bottom-line bottom-line" auto / 1fr 1fr; } footer form { padding: 2.5em 5%; } footer .bottom-line { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; } } /*# sourceMappingURL=style.css.map */
styles/style.css
@font-face { font-family: "Gotham Bold"; font-style: normal; font-weight: normal; src: local("Gotham Bold"), url("../fonts/Gotham/GothamRoundedBold_21016.ttf") format("truetype"); } @font-face { font-family: "Gotham Rounded Light"; font-style: normal; font-weight: normal; src: local("Gotham Rounded Light"), url("../fonts/Gotham/GothamRoundedLight_21020.ttf") format("truetype"); } @font-face { font-family: "Helvetica Neue LT Light"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Light"), url("../fonts/Helvetica/Helvetica Neue LT 45 Light.woff") format("woff"); } @font-face { font-family: "Helvetica Neue LT Medium"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Medium"), url("../fonts/Helvetica/Helvetica Neue LT 65 Medium.woff") format("woff"); } @font-face { font-family: "Helvetica Neue LT Bold"; font-style: normal; font-weight: normal; src: local("Helvetica Neue LT Bold"), url("../fonts/Helvetica/Helvetica Neue LT 75 Bold.woff") format("woff"); } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Gotham Rounded Light", arial, helvetica, sans-serif; } .gotham-light { font-family: "Gotham Rounded Light", arial, helvetica, sans-serif; } .gotham-bold { font-family: "Gotham Bold", arial, helvetica, sans-serif; } .helvetica-light { font-family: "Helvetica Neue LT Light", arial, helvetica, sans-serif; } .helvetica-medium, .main-search-results .page-link { font-family: "Helvetica Neue LT Medium", arial, helvetica, sans-serif; } .helvetica-bold { font-family: "Helvetica Neue LT Bold", arial, helvetica, sans-serif; } .color-white { color: white; } .color-black { color: black; } .color-pink { color: #d35266; } .color-gray { color: #888; } .color-dark { color: #383838; } .bg-pink, aside.search-results .form-check-input:checked { background-color: #d35266; } .bg-gray { background-color: #888; } .bg-dark { background-color: #383838 !important; } body { min-width: 150px; } li { list-style: none; } .current-page { color: #d35266 !important; cursor: default; text-decoration: none; } .current-page:hover { pointer-events: none; cursor: default; } h1, h2, h3, h4, h5, h6 { font-family: "Gotham Bold", arial, helvetica, sans-serif; } footer a:hover { color: #d35266; } main.home a:hover { color: #d35266; } footer ul { padding: 0; } .nav-bar img { height: 2em; } footer .zattix { grid-area: footer-zattix; } footer .zattix img { height: 2em; } footer .zattix .zattix-logo { -webkit-transform: scale(0.8); transform: scale(0.8); } footer .zattix p { text-align: justify !important; } footer .bottom-line ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0.5em; } footer .bottom-line ul li { display: inline-block; margin: 0 1em; } .nav-bar { background-color: #383838; color: #888; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav-bar .nav-bar-left { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0.75em; position: relative; } .nav-bar .nav-bar-left ul { display: none; position: absolute; top: 3em; -webkit-transform: translateY(0); transform: translateY(0); background-color: #383838; z-index: 5; -webkit-transition: 0.5s; transition: 0.5s; padding: 0; } .nav-bar .nav-bar-left ul a { display: inline-block; color: #888; padding: 1em; padding-top: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; text-decoration: none; } .nav-bar .nav-bar-left ul a:hover { color: #d35266 !important; text-decoration: none !important; } .nav-bar .nav-bar-left button { width: -webkit-max-content; width: -moz-max-content; width: max-content; background-color: #d35266; color: white; padding: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; border: none; } .nav-bar .nav-bar-left button:hover { cursor: pointer; } .nav-bar .nav-bar-left button:focus + ul { display: block; -webkit-transform: translateY(10px); transform: translateY(10px); } .nav-bar ul.nav-bar-right { 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; margin: auto 0.25em; } .nav-bar ul.nav-bar-right li { padding-right: 1em; } .nav-bar ul.nav-bar-right li i { font-size: 1.5em; } .nav-bar ul.nav-bar-right li i:hover { cursor: pointer; color: #d35266; } header > .search-panel { background: url(../img/search-panel-background.jpg), -webkit-gradient(linear, left top, left bottom, from(#d35266), to(white)); background: url(../img/search-panel-background.jpg), linear-gradient(#d35266 0% 33%, white); background-position: center; background-size: cover; background-blend-mode: darken; height: 400px; } header > .search-panel h1 { text-align: center; color: white; } header > .search-panel .zattix { 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; } header > .search-panel .zattix img { height: 3em; } header > .search-panel .zattix .zattix-logo { -webkit-transform: scale(0.8); transform: scale(0.8); } header > .search-panel .btn-dark { background-color: #383838 !important; } section.hot-ads { height: 420px; } section.hot-ads .carousel-item .card { max-width: 700px; } section.hot-ads .carousel-item .card .card-img { width: 50%; padding-top: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; } section.hot-ads .carousel-item .card .card-img-1 { background-image: url(../img/carousel-1.jpg); } section.hot-ads .carousel-item .card .card-img-2 { background-image: url(../img/carousel-2.jpg); } section.hot-ads .carousel-item .card .card-img-3 { background-image: url(../img/carousel-3.jpg); } section.hot-ads .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35266'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } section.hot-ads .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d35266'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } main.home .main-card-img { padding-top: 66.667%; background-repeat: no-repeat; background-size: cover; background-position: center; } main.home .main-card-img-apt-1 { background-image: url(../img/apartment-1.jpg); } main.home .main-card-img-apt-2 { background-image: url(../img/apartment-2.jpg); } main.home .main-card-img-apt-3 { background-image: url(../img/apartment-3.jpg); } main.home .main-card-img-apt-4 { background-image: url(../img/apartment-4.jpg); } main.home .main-card-img-house-1 { background-image: url(../img/house-1.jpg); } main.home .main-card-img-house-2 { background-image: url(../img/house-2.jpg); } main.home .main-card-img-house-3 { background-image: url(../img/house-3.jpg); } main.home .main-card-img-house-4 { background-image: url(../img/house-4.jpg); } main.home .main-card-img-office-1 { background-image: url(../img/office-1.jpg); } main.home .main-card-img-office-2 { background-image: url(../img/office-2.jpg); } main.home .main-card-img-office-3 { background-image: url(../img/office-3.jpg); } main.home .main-card-img-office-4 { background-image: url(../img/office-4.jpg); } main.home .main-card-img-land-1 { background-image: url(../img/land-1.jpg); } main.home .main-card-img-land-2 { background-image: url(../img/land-2.jpg); } main.home .main-card-img-land-3 { background-image: url(../img/land-3.jpg); } main.home .main-card-img-land-4 { background-image: url(../img/land-4.jpg); } .main-search-results .search-result-card-img { padding-top: 65%; background-repeat: no-repeat; background-size: cover; background-position: center; } .main-search-results .search-result-card-img-1 { background-image: url(../img/flat-1.jpg); } .main-search-results .search-result-card-img-2 { background-image: url(../img/flat-2.jpg); } .main-search-results .search-result-card-img-3 { background-image: url(../img/flat-3.jpg); } .main-search-results .search-result-card-img-4 { background-image: url(../img/flat-4.jpg); } .main-search-results .search-result-card-img-5 { background-image: url(../img/flat-5.jpg); } footer { display: -ms-grid; display: grid; grid-template: "footer-zattix" auto "form" auto "bottom-line" auto / 1fr; } footer .footer-zattix { grid-area: footer-zattix; } footer .footer-zattix .zattix { cursor: default; } footer .footer-zattix p { margin-bottom: 0; } footer .footer-cat { grid-area: footer-cat; display: none; grid-template: "foot-cat-1 foot-cat-1" 2.5em "foot-cat-2 foot-cat-3" auto / 1fr 1fr; } footer .footer-cat .foot-cat-1 { grid-area: foot-cat-1; border-bottom: 1px solid #d35266; } footer .footer-cat .foot-cat-2 { grid-area: foot-cat-2; } footer .footer-cat .foot-cat-3 { grid-area: foot-cat-3; } footer .footer-nav { display: none; grid-area: footer-nav; } footer .footer-nav .foot-nav-1 { border-bottom: 1px solid #d35266; } footer form { display: -ms-grid; display: grid; grid-area: form; grid-template: "label-id-country id-country" 1.5em "label-id-language id-language" 1.5em "label-id-currency id-currency" 1.5em / 1fr 1fr; gap: 1em; -ms-grid-column-align: center; justify-self: center; -ms-grid-row-align: center; align-self: center; } footer form .label-id-country { grid-area: label-id-country; } footer form #id-country { grid-area: id-country; } footer form .label-id-language { grid-area: label-id-language; } footer form #id-language { grid-area: id-language; } footer form .label-id-currency { grid-area: label-id-currency; } footer form #id-currency { grid-area: id-currency; } footer form .center-label { 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; } footer .bottom-line { grid-area: bottom-line; 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; } footer .bottom-line p { text-align: center; margin: 0 1em 0.5em 1em; } @media screen and (min-width: 768px) { .nav-bar * { margin: 0; padding: 0; } .nav-bar .nav-bar-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: static; } .nav-bar .nav-bar-left .button-logo { display: none; } .nav-bar .nav-bar-left ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: static; top: 3em; -webkit-transform: translateY(0); transform: translateY(0); color: #d35266 !important; background-color: #383838; z-index: 5; -webkit-transition: 0.5s; transition: 0.5s; } .nav-bar .nav-bar-left a { display: inline-block; color: #888; font-family: "Gotham Bold", arial, helvetica, sans-serif; text-decoration: none; } .nav-bar .nav-bar-left a:hover { color: #d35266 !important; text-decoration: none !important; } .nav-bar .nav-bar-left button { width: -webkit-max-content; width: -moz-max-content; width: max-content; background-color: #d35266; color: white; padding: 0.5em; font-family: "Gotham Bold", arial, helvetica, sans-serif; border: none; } .nav-bar .nav-bar-left button:hover { cursor: pointer; } .nav-bar .nav-bar-left button:focus + ul { display: block; -webkit-transform: translateY(10px); transform: translateY(10px); } .nav-bar img { height: 2em; } footer { grid-template: "footer-zattix footer-nav" auto "footer-cat form" auto "bottom-line bottom-line" auto / 1fr 0.8fr; } footer .footer-nav { display: block; } footer .footer-cat { display: -ms-grid; display: grid; } footer form { display: -ms-grid; display: grid; } } @media screen and (min-width: 992px) { .main-search-results .search-result-card-img { padding-top: 25%; } footer { display: -ms-grid; display: grid; grid-template: "footer-zattix footer-cat footer-nav form" auto "bottom-line bottom-line bottom-line bottom-line" auto / 1fr 1fr; } footer form { padding: 2.5em 5%; } footer .bottom-line { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; } } /*# sourceMappingURL=style.css.map */
0.440951
0.200597
.wy-side-nav-search > div.version { color: #fff; } /* Set background and border for navigation pane */ .wy-nav-side { background: #fafafa; border-right: #ddd solid 1px; } .wy-side-nav-search, .wy-nav-top { background-color: #00a9ce; } /* Light background when expanding as well */ .wy-menu-vertical li.current, .wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a, .wy-menu-vertical li.toctree-l3.current > a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a { background: #fafafa; } /* no change when hovering */ .wy-menu-vertical a:hover, .wy-menu-vertical li.current a:hover { background: #fafafa; } /* Link colors */ .wy-menu a { color: #00a9ce !important; } /* No border on search */ .wy-side-nav-search input[type="text"] { border-width: 0; } /* differentiate more between headings */ h5 { font-size: 105%; } h6 { font-size: 90%; } /* add a section divider */ .rst-content h2 { border-top: 1px solid #ddd; padding-top: 20px; overflow-x: auto; line-height: 40px; } .grid-item h2 { border: 0px; padding-top: 0px; line-height: unset; } /* change the bullet item for links to subpages */ .toctree-wrapper ul li { list-style: none !important; } .toctree-wrapper ul li::before { content: "\27A4"; padding-right: 10px; color: #444; } /* add styling for a local ToC */ .contents.local { float: right; border: 1px solid #ddd; background-color: #fafafa; padding: 10px 10px 0px 0px; margin: 0px 0px 25px 25px; max-width: 30%; } @media (min-width: 1350px) { .contents.local { position: fixed; top: 25px; left: 1100px; } } .contents.local a { font-size: 13px; line-height: 13px; } .contents.local ul { margin-bottom: 12px; } .contents.local ul p { margin-bottom: 0px; } .rst-content .admonition { overflow-x: auto; clear: left; } /* fix styling for line blocks in tables */ .rst-content td .line-block { margin-bottom: 0px; } svg { width: 100%; height: auto; max-height: 95vh; }
_static/common.css
.wy-side-nav-search > div.version { color: #fff; } /* Set background and border for navigation pane */ .wy-nav-side { background: #fafafa; border-right: #ddd solid 1px; } .wy-side-nav-search, .wy-nav-top { background-color: #00a9ce; } /* Light background when expanding as well */ .wy-menu-vertical li.current, .wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a, .wy-menu-vertical li.toctree-l3.current > a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a { background: #fafafa; } /* no change when hovering */ .wy-menu-vertical a:hover, .wy-menu-vertical li.current a:hover { background: #fafafa; } /* Link colors */ .wy-menu a { color: #00a9ce !important; } /* No border on search */ .wy-side-nav-search input[type="text"] { border-width: 0; } /* differentiate more between headings */ h5 { font-size: 105%; } h6 { font-size: 90%; } /* add a section divider */ .rst-content h2 { border-top: 1px solid #ddd; padding-top: 20px; overflow-x: auto; line-height: 40px; } .grid-item h2 { border: 0px; padding-top: 0px; line-height: unset; } /* change the bullet item for links to subpages */ .toctree-wrapper ul li { list-style: none !important; } .toctree-wrapper ul li::before { content: "\27A4"; padding-right: 10px; color: #444; } /* add styling for a local ToC */ .contents.local { float: right; border: 1px solid #ddd; background-color: #fafafa; padding: 10px 10px 0px 0px; margin: 0px 0px 25px 25px; max-width: 30%; } @media (min-width: 1350px) { .contents.local { position: fixed; top: 25px; left: 1100px; } } .contents.local a { font-size: 13px; line-height: 13px; } .contents.local ul { margin-bottom: 12px; } .contents.local ul p { margin-bottom: 0px; } .rst-content .admonition { overflow-x: auto; clear: left; } /* fix styling for line blocks in tables */ .rst-content td .line-block { margin-bottom: 0px; } svg { width: 100%; height: auto; max-height: 95vh; }
0.295128
0.122655
body { color:#666; font-family:"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif; background:#f7f7f7; } a{ color:#2798D6; text-decoration:none;} a:hover{ color:#666; } a.new-entity{ width:120px; height:22px; display:block; overflow:hidden; text-indent:-90000px; background:url(../images/cadastrar.png) no-repeat; text-align:left; } a.new-entity:hover{ background:url(../images/cadastrar-hover.png) no-repeat; } hr{ height:1px; } h1, h2, h3, h4, h5, p{ color:#444; } h1 { font-size: 2.3em; } h5 { font-size:1em; font-weight:bold; margin:auto; } h4{ font-weight:bold; } /* top-nav */ div#top-wrapper{ height:120px; width:100%; display:block; background:url(../images/top.png) repeat-x; position:relative; } div#top{ height:120px; position:relative; overflow:hidden; } div#top-nav-wrapper{ margin-top:1px; } ul.top-nav{ list-style-type:none; margin:auto; height:20px; } ul.top-nav li{ line-height:20px; display:inline; float:left; background:#ccc; } ul.top-nav li.append { padding-right:10px; } ul.top-nav li a { line-height:20px; } ul#right-top-nav{ float:right; } ul#left-top-nav{ float:left; } h1.title{ position:absolute; top:35px; } ul.nav{ position:absolute; height:35px; bottom:0; margin-bottom:0; border-bottom:none; } ul#main-nav-left{ left:0; } ul#main-nav-right{ right:0; } ul.nav li{ padding-left:10px; border:none; height:35px; padding:0; margin:0px; } ul.tabs.nav li.left{ padding-left:6px; background:url(../images/main-nav-item-left.png) no-repeat; } ul.tabs.nav li.left.selected{ padding-left:6px; background:url(../images/main-nav-item-left-selected.png) no-repeat; } ul.tabs.nav li.right{ padding-right:6px; background:url(../images/main-nav-item-right.png) top right no-repeat; } ul.nav li.right.selected{ padding-right:6px; background:url(../images/main-nav-item-right-selected.png) top right no-repeat; } ul.nav li.selected a{ background:#f7f7f7 url(../images/main-nav-item-repeat-selected.png) repeat-x; color:#333; } ul.nav li a{ border:none; background: url(../images/main-nav-item-repeat.png) repeat-x; padding:9px 20px 8px 20px; color:#666; } div.secondary-navigation{ height:33px; font-size:1em; line-height:1em; background:url(../images/breadcrumb/full_breadcrumb_background.png) no-repeat; margin-top:20px; overflow:auto; padding:1px 0; } div.secondary-navigation .item{ display:block; float:left; padding:10px 20px 10px 10px; } div.breadcrumb .item{ background:url(../images/breadcrumb/breadcrumb_item.png) no-repeat center right; margin-top:1px; } div.breadcrumb a{ text-decoration:none; } div.breadcrumb a#start{ background:url(../images/breadcrumb/home_icon.png) no-repeat top right; text-indent:-20000px; width:15px; overflow:hidden; display:block; } div.generic-tools{ } div.generic-tools .item{ background:url(../images/breadcrumb/separator.png) repeat-y; padding:10px; } form.search{ margin:0; padding:0; position:relative; display:block; } div.generic-tools form.search.item{ padding:6px 15px; } div.generic-tools form.search input{ width: 160px;} form.search span.searchfield-left{ height:19px; width:20px; display:block; float:left; background:url(../images/search/searchfield-left.png) no-repeat; } form.search input{ margin:0; padding:3px 3px 3px 2px; font-size:0.9em; width:100px; border:none; background:url(../images/search/searchfield-repeat.png) repeat-x; color:#666; float:left; } form.search span.searchfield-right{ height:19px; width:10px; display:block; float:left; background:url(../images/search/searchfield-right.png) no-repeat; } ul.actions-nav{ height:15px; list-style-type:none; } td ul.actions-nav, th ul.actions-nav{font-weight:normal; display:inline; margin:auto; float:right;} ul.actions-nav li {display:inline; float:left;} /* full content */ div.full-content-top{ height:5px; background:url(../images/blocks/full-content-top.png) top left no-repeat; padding:0; margin-top:20px; } .full-content-top-tools { overflow:auto; } .full-content-top-tools h2{ line-height:40px;} .full-content-top-tools div.tool { padding-top:15px; float:left margin-right:15px; text-align:right;} .full-content-top-tools div.tool a, .full-content-top-tools div.tool form{ float:right; } div.full-content-top.with-left-sidebar{ background:url(../images/blocks/full-content-top-with-left-sidebar.png) top left no-repeat; } div.full-content-top.with-right-sidebar{ background:url(../images/blocks/full-content-top-with-right-sidebar.png) top left no-repeat; } div.full-content-top.with-two-sidebars{ background:url(../images/blocks/full-content-top-with-two-sidebars.png) top left no-repeat; } div.full-content{ background:url(../images/blocks/full-content-repeat.png) repeat-y; overflow:auto; } div.full-content.with-left-sidebar { background:url(../images/blocks/full-content-repeat-with-left-sidebar.png) repeat-y; } div.full-content.with-right-sidebar { background:url(../images/blocks/full-content-repeat-with-right-sidebar.png) repeat-y; } div.full-content.with-two-sidebar { background:url(../images/blocks/full-content-repeat-with-two-sidebars.png) repeat-y; } div.full-content div.block { margin-right:0px; } div.full-content div.span-18 { width:720px; } div.inner, p.inner{ padding:10px 20px 0px 20px; margin:0 1px 0 0; position:relative; overflow:hidden; } .divider{ border-bottom:1px solid #d5d5d5; } .colborder { border-right:1px solid #d5d5d5; } div.full-content-bottom{ height:10px; background:url(../images/blocks/full-content-bottom.png) bottom left no-repeat; padding:0; } div.full-content-bottom.with-left-sidebar{ background:url(../images/blocks/full-content-bottom-with-left-sidebar.png) top left no-repeat; } div.full-content-bottom.with-right-sidebar{ background:url(../images/blocks/full-content-bottom-with-right-sidebar.png) top left no-repeat; } div.full-content-bottom.with-two-sidebars{ background:url(../images/blocks/full-content-bottom-with-two-sidebars.png) top left no-repeat; } ul.content-sidebar{ margin:10px auto; list-style-type:none;} ul.content-sidebar li{ display:block; margin:auto 1px auto 1px; } ul.content-sidebar li a{ padding:10px 20px; display:block; color:#909090; background: url(../images/nav-arrow.gif) -10px 10px no-repeat; } ul.content-sidebar li a:hover { color:#666; background: url(../images/nav-arrow.gif) -232px 10px no-repeat; } ul.content-sidebar.right li{ margin:auto 3px auto auto; } ul.content-sidebar li.selected { background:url(../images/item-gradient.jpg) repeat-x; } ul.content-sidebar li.selected a{ color:#666; background: url(../images/nav-arrow.gif) -454px 10px no-repeat; } /* half content */ div.half-content-top{ height:5px; background:url(../images/blocks/half-content-top.png) top left no-repeat; padding:0; margin-top:20px; } div.half-content-top.title{ height:40px; background:url(../images/blocks/half-content-title.png) no-repeat; } div.half-content-top.title a{ text-decoration:none; } div.half-content-top.title h2{ font-size:1.5em; margin:0 20px; line-height:40px; } div.half-content-top.title .item{ background:url(../images/breadcrumb/separator.png) repeat-y; padding:0 10px; line-height:38px; display:block; float:right; margin-top:1px; text-align:center; } div.half-content{ background:url(../images/blocks/half-content-repeat.png) repeat-y; overflow:auto; } div.additional-tools{ background:#f7f7f7; position:relative; margin:auto 1px; padding:0px 10px; } div.additional-tools ul#nav{ position:relative; z-index:100; } div.half-content-bottom{ height:10px; background:url(../images/blocks/half-content-bottom.png) bottom left no-repeat; padding:0; } div.sidebar{ background:url(../images/blocks/sidebar-repeat.png) repeat-y; overflow:auto; } div.sidebar .item{ padding:10px 15px; border-top:1px solid #e5e5e5; } div.sidebar .item.first{ border-top:none; } div.sidebar .item p{ margin:0; } div.sidebar-bottom{ height:10px; background:url(../images/blocks/sidebar-bottom.png) bottom left no-repeat; padding:0; } div.sidebar-top{ height:5px; background:url(../images/blocks/sidebar-top.png) top left no-repeat; padding:0; margin-top:20px; } div.sidebar-top.title, div.sidebar div.subtitle{ height:1em; padding:7px 9px 11px 9px; font-weight:bold; background:url(../images/blocks/sidebar-title.png) no-repeat; font-size:1em; } div.sidebar div.subtitle{ background:url(../images/blocks/sidebar-title-repeat.png) repeat-x; margin-right:1px; margin-left:1px; } /* tables */ table.table{ border:1px solid #e0e0e0; } table.table tr th{ background:url(../images/table-th.png) repeat-x; border-bottom:1px solid #e0e0e0; } table tr.even td{ background:#f7f7f7; } table td.first, table th.first{ text-align:center; } table.table td.last, table.table th.last { text-align:right; padding-right:5px;} table.big-table td, table.big-table th{ padding:10px 15px; } table.big-table th { font-size:1.2em; border-bottom:1px dotted #d5d5d5; } /* labels */ span.label, .mini-button { padding:2px 10px; background:url(../images/gray-label.png) repeat-x; color:#333; font-weight:bold; font-size:0.8em; } .mini-button { border-top:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #666; border-bottom:1px solid #666; } span.label.red, .mini-button.red{ background:url(../images/red-label.png) repeat-x; color:#fff; } .mini-button.red{ border-top:1px solid #d00; border-left:1px solid #d00; border-right:1px solid #400; border-bottom:1px solid #400; } span.label.yellow, .mini-button.yellow{ background:url(../images/yellow-label.png) repeat-x; color:#333; } .mini-button.yellow{ border-top:1px solid #ffdd00; border-left:1px solid #ffdd00; border-right:1px solid #cc8000; border-bottom:1px solid #cc8000; } span.label.green, .mini-button.green{ background:url(../images/green-label.png) repeat-x; color:#fff; } .mini-button.green{ border-top:1px solid #0e0; border-left:1px solid #0e0; border-right:1px solid #040; border-bottom:1px solid #040; } span.label.black, .mini-button.black{ background:url(../images/black-label.png) repeat-x; color:#fff; } .mini-button.black{ border-top:1px solid #666; border-left:1px solid #666; border-right:1px solid #000; border-bottom:1px solid #000; } /* forms */ .form { text-align:center; position:relative; padding:40px;} .form .group { display:block; position:relative; margin:auto auto 20px auto; text-align:left;} .form label{ display:block; float:left; width:150px; padding:5px; font-weight:normal; color:#808080;} .form label.title { font-weight:bold; } .form textarea{ height:120px; } .form input.text, input.title{ } .form select, input.text, textarea ,input.title{ width:350px; color:#808080; padding:2px 5px; border:1px solid #d5d5d5;} .form select { padding:0 0; width:363px;} .form p.radio-or-checkbox-legend { font-weight:bold; padding:2px 5px;} .form span.radio-or-checkbox-container { padding-left:160px; display:block;} .form input.checkbox, .form input.radio { float:left; } .form label.label-for-radio-or-checkbox { padding:2px 0 0 0; } .form div.fieldWithErrors label.label { display: inline; } input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #c0c0c0;} .save-button { width:80px; height:22px; background: url(../images/save-button.png) no-repeat; border:none; overflow:hidden; text-indent:-9000px; display:block; } .save-button:hover{ background: url(../images/save-button-over.png) no-repeat;} .form .fieldWithErrors .error { color: red; } .form span.description{ display:block; margin:-5px auto auto 160px; font-size:0.8em; color:#b0b0b0; } form.mini label{ display:block; } form.mini input.text, form.mini textarea, form.mini select { border:1px solid #d0d0d0; width:228px; margin:auto auto 15px auto; } form.mini select { width: 239px; } form.mini textarea { height: 100px; } div.span-6.block form.mini { padding:20px; } div.span-6.block form.mini input.text, div.span-6.block form.mini textarea { width: 178px; } div.span-6.block form.mini select { width: 190px; } /* lists */ ul.mini-list{ list-style-type:none; list-style-position:outside; margin:auto auto 10px auto; } ul.mini-list li{ margin: 2px auto; } ul.big-list{ margin:0 0 1.5em 0; list-style-type:none; } ul.big-list li { margin-bottom:20px; } ul.big-list img.avatar { width:70px; height: 70px; }
samples/demo/src/main/webapp/maclike-webapp-theme/stylesheets/base.css
body { color:#666; font-family:"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif; background:#f7f7f7; } a{ color:#2798D6; text-decoration:none;} a:hover{ color:#666; } a.new-entity{ width:120px; height:22px; display:block; overflow:hidden; text-indent:-90000px; background:url(../images/cadastrar.png) no-repeat; text-align:left; } a.new-entity:hover{ background:url(../images/cadastrar-hover.png) no-repeat; } hr{ height:1px; } h1, h2, h3, h4, h5, p{ color:#444; } h1 { font-size: 2.3em; } h5 { font-size:1em; font-weight:bold; margin:auto; } h4{ font-weight:bold; } /* top-nav */ div#top-wrapper{ height:120px; width:100%; display:block; background:url(../images/top.png) repeat-x; position:relative; } div#top{ height:120px; position:relative; overflow:hidden; } div#top-nav-wrapper{ margin-top:1px; } ul.top-nav{ list-style-type:none; margin:auto; height:20px; } ul.top-nav li{ line-height:20px; display:inline; float:left; background:#ccc; } ul.top-nav li.append { padding-right:10px; } ul.top-nav li a { line-height:20px; } ul#right-top-nav{ float:right; } ul#left-top-nav{ float:left; } h1.title{ position:absolute; top:35px; } ul.nav{ position:absolute; height:35px; bottom:0; margin-bottom:0; border-bottom:none; } ul#main-nav-left{ left:0; } ul#main-nav-right{ right:0; } ul.nav li{ padding-left:10px; border:none; height:35px; padding:0; margin:0px; } ul.tabs.nav li.left{ padding-left:6px; background:url(../images/main-nav-item-left.png) no-repeat; } ul.tabs.nav li.left.selected{ padding-left:6px; background:url(../images/main-nav-item-left-selected.png) no-repeat; } ul.tabs.nav li.right{ padding-right:6px; background:url(../images/main-nav-item-right.png) top right no-repeat; } ul.nav li.right.selected{ padding-right:6px; background:url(../images/main-nav-item-right-selected.png) top right no-repeat; } ul.nav li.selected a{ background:#f7f7f7 url(../images/main-nav-item-repeat-selected.png) repeat-x; color:#333; } ul.nav li a{ border:none; background: url(../images/main-nav-item-repeat.png) repeat-x; padding:9px 20px 8px 20px; color:#666; } div.secondary-navigation{ height:33px; font-size:1em; line-height:1em; background:url(../images/breadcrumb/full_breadcrumb_background.png) no-repeat; margin-top:20px; overflow:auto; padding:1px 0; } div.secondary-navigation .item{ display:block; float:left; padding:10px 20px 10px 10px; } div.breadcrumb .item{ background:url(../images/breadcrumb/breadcrumb_item.png) no-repeat center right; margin-top:1px; } div.breadcrumb a{ text-decoration:none; } div.breadcrumb a#start{ background:url(../images/breadcrumb/home_icon.png) no-repeat top right; text-indent:-20000px; width:15px; overflow:hidden; display:block; } div.generic-tools{ } div.generic-tools .item{ background:url(../images/breadcrumb/separator.png) repeat-y; padding:10px; } form.search{ margin:0; padding:0; position:relative; display:block; } div.generic-tools form.search.item{ padding:6px 15px; } div.generic-tools form.search input{ width: 160px;} form.search span.searchfield-left{ height:19px; width:20px; display:block; float:left; background:url(../images/search/searchfield-left.png) no-repeat; } form.search input{ margin:0; padding:3px 3px 3px 2px; font-size:0.9em; width:100px; border:none; background:url(../images/search/searchfield-repeat.png) repeat-x; color:#666; float:left; } form.search span.searchfield-right{ height:19px; width:10px; display:block; float:left; background:url(../images/search/searchfield-right.png) no-repeat; } ul.actions-nav{ height:15px; list-style-type:none; } td ul.actions-nav, th ul.actions-nav{font-weight:normal; display:inline; margin:auto; float:right;} ul.actions-nav li {display:inline; float:left;} /* full content */ div.full-content-top{ height:5px; background:url(../images/blocks/full-content-top.png) top left no-repeat; padding:0; margin-top:20px; } .full-content-top-tools { overflow:auto; } .full-content-top-tools h2{ line-height:40px;} .full-content-top-tools div.tool { padding-top:15px; float:left margin-right:15px; text-align:right;} .full-content-top-tools div.tool a, .full-content-top-tools div.tool form{ float:right; } div.full-content-top.with-left-sidebar{ background:url(../images/blocks/full-content-top-with-left-sidebar.png) top left no-repeat; } div.full-content-top.with-right-sidebar{ background:url(../images/blocks/full-content-top-with-right-sidebar.png) top left no-repeat; } div.full-content-top.with-two-sidebars{ background:url(../images/blocks/full-content-top-with-two-sidebars.png) top left no-repeat; } div.full-content{ background:url(../images/blocks/full-content-repeat.png) repeat-y; overflow:auto; } div.full-content.with-left-sidebar { background:url(../images/blocks/full-content-repeat-with-left-sidebar.png) repeat-y; } div.full-content.with-right-sidebar { background:url(../images/blocks/full-content-repeat-with-right-sidebar.png) repeat-y; } div.full-content.with-two-sidebar { background:url(../images/blocks/full-content-repeat-with-two-sidebars.png) repeat-y; } div.full-content div.block { margin-right:0px; } div.full-content div.span-18 { width:720px; } div.inner, p.inner{ padding:10px 20px 0px 20px; margin:0 1px 0 0; position:relative; overflow:hidden; } .divider{ border-bottom:1px solid #d5d5d5; } .colborder { border-right:1px solid #d5d5d5; } div.full-content-bottom{ height:10px; background:url(../images/blocks/full-content-bottom.png) bottom left no-repeat; padding:0; } div.full-content-bottom.with-left-sidebar{ background:url(../images/blocks/full-content-bottom-with-left-sidebar.png) top left no-repeat; } div.full-content-bottom.with-right-sidebar{ background:url(../images/blocks/full-content-bottom-with-right-sidebar.png) top left no-repeat; } div.full-content-bottom.with-two-sidebars{ background:url(../images/blocks/full-content-bottom-with-two-sidebars.png) top left no-repeat; } ul.content-sidebar{ margin:10px auto; list-style-type:none;} ul.content-sidebar li{ display:block; margin:auto 1px auto 1px; } ul.content-sidebar li a{ padding:10px 20px; display:block; color:#909090; background: url(../images/nav-arrow.gif) -10px 10px no-repeat; } ul.content-sidebar li a:hover { color:#666; background: url(../images/nav-arrow.gif) -232px 10px no-repeat; } ul.content-sidebar.right li{ margin:auto 3px auto auto; } ul.content-sidebar li.selected { background:url(../images/item-gradient.jpg) repeat-x; } ul.content-sidebar li.selected a{ color:#666; background: url(../images/nav-arrow.gif) -454px 10px no-repeat; } /* half content */ div.half-content-top{ height:5px; background:url(../images/blocks/half-content-top.png) top left no-repeat; padding:0; margin-top:20px; } div.half-content-top.title{ height:40px; background:url(../images/blocks/half-content-title.png) no-repeat; } div.half-content-top.title a{ text-decoration:none; } div.half-content-top.title h2{ font-size:1.5em; margin:0 20px; line-height:40px; } div.half-content-top.title .item{ background:url(../images/breadcrumb/separator.png) repeat-y; padding:0 10px; line-height:38px; display:block; float:right; margin-top:1px; text-align:center; } div.half-content{ background:url(../images/blocks/half-content-repeat.png) repeat-y; overflow:auto; } div.additional-tools{ background:#f7f7f7; position:relative; margin:auto 1px; padding:0px 10px; } div.additional-tools ul#nav{ position:relative; z-index:100; } div.half-content-bottom{ height:10px; background:url(../images/blocks/half-content-bottom.png) bottom left no-repeat; padding:0; } div.sidebar{ background:url(../images/blocks/sidebar-repeat.png) repeat-y; overflow:auto; } div.sidebar .item{ padding:10px 15px; border-top:1px solid #e5e5e5; } div.sidebar .item.first{ border-top:none; } div.sidebar .item p{ margin:0; } div.sidebar-bottom{ height:10px; background:url(../images/blocks/sidebar-bottom.png) bottom left no-repeat; padding:0; } div.sidebar-top{ height:5px; background:url(../images/blocks/sidebar-top.png) top left no-repeat; padding:0; margin-top:20px; } div.sidebar-top.title, div.sidebar div.subtitle{ height:1em; padding:7px 9px 11px 9px; font-weight:bold; background:url(../images/blocks/sidebar-title.png) no-repeat; font-size:1em; } div.sidebar div.subtitle{ background:url(../images/blocks/sidebar-title-repeat.png) repeat-x; margin-right:1px; margin-left:1px; } /* tables */ table.table{ border:1px solid #e0e0e0; } table.table tr th{ background:url(../images/table-th.png) repeat-x; border-bottom:1px solid #e0e0e0; } table tr.even td{ background:#f7f7f7; } table td.first, table th.first{ text-align:center; } table.table td.last, table.table th.last { text-align:right; padding-right:5px;} table.big-table td, table.big-table th{ padding:10px 15px; } table.big-table th { font-size:1.2em; border-bottom:1px dotted #d5d5d5; } /* labels */ span.label, .mini-button { padding:2px 10px; background:url(../images/gray-label.png) repeat-x; color:#333; font-weight:bold; font-size:0.8em; } .mini-button { border-top:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #666; border-bottom:1px solid #666; } span.label.red, .mini-button.red{ background:url(../images/red-label.png) repeat-x; color:#fff; } .mini-button.red{ border-top:1px solid #d00; border-left:1px solid #d00; border-right:1px solid #400; border-bottom:1px solid #400; } span.label.yellow, .mini-button.yellow{ background:url(../images/yellow-label.png) repeat-x; color:#333; } .mini-button.yellow{ border-top:1px solid #ffdd00; border-left:1px solid #ffdd00; border-right:1px solid #cc8000; border-bottom:1px solid #cc8000; } span.label.green, .mini-button.green{ background:url(../images/green-label.png) repeat-x; color:#fff; } .mini-button.green{ border-top:1px solid #0e0; border-left:1px solid #0e0; border-right:1px solid #040; border-bottom:1px solid #040; } span.label.black, .mini-button.black{ background:url(../images/black-label.png) repeat-x; color:#fff; } .mini-button.black{ border-top:1px solid #666; border-left:1px solid #666; border-right:1px solid #000; border-bottom:1px solid #000; } /* forms */ .form { text-align:center; position:relative; padding:40px;} .form .group { display:block; position:relative; margin:auto auto 20px auto; text-align:left;} .form label{ display:block; float:left; width:150px; padding:5px; font-weight:normal; color:#808080;} .form label.title { font-weight:bold; } .form textarea{ height:120px; } .form input.text, input.title{ } .form select, input.text, textarea ,input.title{ width:350px; color:#808080; padding:2px 5px; border:1px solid #d5d5d5;} .form select { padding:0 0; width:363px;} .form p.radio-or-checkbox-legend { font-weight:bold; padding:2px 5px;} .form span.radio-or-checkbox-container { padding-left:160px; display:block;} .form input.checkbox, .form input.radio { float:left; } .form label.label-for-radio-or-checkbox { padding:2px 0 0 0; } .form div.fieldWithErrors label.label { display: inline; } input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #c0c0c0;} .save-button { width:80px; height:22px; background: url(../images/save-button.png) no-repeat; border:none; overflow:hidden; text-indent:-9000px; display:block; } .save-button:hover{ background: url(../images/save-button-over.png) no-repeat;} .form .fieldWithErrors .error { color: red; } .form span.description{ display:block; margin:-5px auto auto 160px; font-size:0.8em; color:#b0b0b0; } form.mini label{ display:block; } form.mini input.text, form.mini textarea, form.mini select { border:1px solid #d0d0d0; width:228px; margin:auto auto 15px auto; } form.mini select { width: 239px; } form.mini textarea { height: 100px; } div.span-6.block form.mini { padding:20px; } div.span-6.block form.mini input.text, div.span-6.block form.mini textarea { width: 178px; } div.span-6.block form.mini select { width: 190px; } /* lists */ ul.mini-list{ list-style-type:none; list-style-position:outside; margin:auto auto 10px auto; } ul.mini-list li{ margin: 2px auto; } ul.big-list{ margin:0 0 1.5em 0; list-style-type:none; } ul.big-list li { margin-bottom:20px; } ul.big-list img.avatar { width:70px; height: 70px; }
0.339171
0.072801
.product-area .product-price .msrp-price.promotion p.price, .product-lists .product-price .msrp-price.promotion p.price, .stickynav .product_information .msrp-price.promotion p.price, .stickynav .product_information .msrp-price.promotion p, .product-area .product-price .msrp-price.promotion p.price, .product-lists .product-price .msrp-price.promotion p.price, .stickynav-m .sticky_wrap .msrp-price.promotion p, .stickynav-m .sticky_wrap .price_before.promotion p, .compare.compare-print .product-price .msrp-price.promotion p.price {text-decoration: none;} .stickynav.float .product_wrap .product_information .msrp-price.promotion {display:none} .is-mobile .column2 .response ul.product-lists li {height: 490px;} .compare-print .compare-item-info .info-list .info-title, .compare-view-item .compare-item .item-list .item {min-height:380px} /* //LGEUS-8342 : 20161123 add */ /*LGEUS-8316 20161122 add*/ .swatch.Espresso {background-position: -280px -25px;} .swatch.large.Espresso {background-position: -198px -66px;} /*//LGEUS-8316 20161122 add*/ /*LGEUS-8365 20161206 add*/ .swatch.DarkGraphite {background-position: -294px -25px;} .swatch.large.DarkGraphite {background-position: -220px -66px;} /*//LGEUS-8365 20161206 add*/ /* LGEUS-9173 20170525 add */ .swatch.Black_Red {background-position: -364px -25px;} .swatch.large.Black_Red {background-position: -352px -66px;} /* //LGEUS-9173 20170525 add */ /* LGEUS-9204 20170712 add */ .swatch.chocolate-brown {background-position: -378px -25px;} .swatch.large.chocolate-brown {background-position: -374px -66px;} /* //LGEUS-9204 20170712 add */ /* LGEUS-8125 20161216 add*/ .spotlight-title{margin-top:20px;text-align:center} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-ratingstars-inner{font-family:'LG Smart Light' !important;font-weight:normal !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-reviews-list-wrapper {background: #fff !important;border:2px solid #eee} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-product-list-outer .bv-glyph-chevron-left,.bv-cleanslate .bv-spotlights .bv-product-list-outer .bv-glyph-chevron-right {color: #aaa !important;font-size:44px !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-glyph {font-family: 'BVCustomFont' !important;} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights{font-family:'LG Smart Light' !important;font-weight:normal !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-learnmore{text-align:center !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-learnmore-link{ background-color: #a50034; border: medium none; border-radius: 6px !important; color: #fff; cursor: pointer; font-size: 18px; font-weight: 400; line-height: 18px; padding: 7px 1.5rem 0.6rem !important; text-align: center; transition: width 0.2s ease-in 0s; font-family:'LG Smart' !important; display:inline-block !important; margin-top:5px !important; } /* LGEUS-8370 20170118 add */ .file-upload.cam {padding-right: 130px; margin-right: 130px;} .file-upload.cam .btn {width: 120px; margin-left: 10px;} .file-upload.cam .btn.btn-upload {right: 0;} .file-upload.cam .btn.webcam {right: -130px;} .photo-wrap { position: relative; margin-top: 30px; } .photo-wrap #my_camera, .photo-wrap #my_result { width: 320px; height: 240px; margin-bottom: 10px; overflow: hidden; } .photo-wrap #my_result { position: absolute; top: 0; left: 330px; } .photo-wrap .take-a-photo { display: block; } /* //LGEUS-8370 20170118 add */ /* LGEUS-8768 20170303 add */ body:not(.is-mobile) .register-product .product-content-wrap .product-simple .inner .info .go-link a { margin: 0 10px 10px 0; } body:not(.is-mobile) .register-product .product-content-wrap .product-another { width: auto; } body:not(.is-mobile) .register-product .product-content-wrap .product-simple .inner .info { width: auto; min-width: 400px; } body:not(.is-mobile) .register-product .product-content-wrap .product-another > div { padding-left: 0 !important; } body.is-mobile .register-product .product-content-wrap .product-another .write-a-review { display: block; } body.is-mobile .register-product .product-content-wrap .product-another .write-a-review a.btn { display: block; width: 100%; margin-bottom: 10px; padding: 1rem; } /* //LGEUS-8768 20170303 add */ /* LGEUS-7095 20170308 add*/ #content .search .where-to-buy.desktop .copy-area h1.title{font-size:50px} #content .search .where-to-buy.desktop .container .product-area{padding:0 0 0 0} #content .search .where-to-buy.desktop .container .product-area .product-image{width:29%} #content .search .where-to-buy.desktop .container .product-area .copy-area{width:71%} #content .search .where-to-buy.desktop .container .details .btn{font-size: 14px; padding: 0.5rem 1.1rem 0.6rem;} /* //LGEUS-7095 20170308 add*/ /* LGEUS-8714 20170309 add */ .swatch.Astro-Black {background-position: -42px -67px;} .swatch.large.Astro-Black {background-position: -242px -66px;} .swatch.Platinum-Ice {background-position: -56px -67px;} .swatch.large.Platinum-Ice {background-position: -264px -66px;} /* //LGEUS-8714 20170309 add */ /* LGEUS-8081 20170202 add */ .step-list.reviews .step-content .two-column.choice-product .column.select-product { border-radius: 5px; border: 2px solid #a50034; } .step-list.reviews > .step.active.done, .is-mobile .step-list>.step.active.done { background: #fff; box-shadow: none; } .step-list.reviews > .step.active.done .container { padding: 0; } .step-list.reviews > .step.active.done .btn-wrap { position: absolute; left: 0; bottom: 30px; width: 100%; text-align: center; } .step-list.reviews > .step.active.done .wrap_loading{ display: none; } .step-list.reviews .step-content .two-column.active-category .select-product { min-height: 280px; } .chosen-container#chosen-disabled:not(.chosen-with-drop) { opacity: 0.5 !important; cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } .is-mobile .support-content.container-skel .step-list .step-content .two-column.active-category .selected-product { height: 320px !important; } .is-mobile .support-content.container-skel .step-list .step-content .two-column.active-category .selected-product .btn-wrap { margin: 20px; text-align: center; } .is-mobile .step-list.reviews .step-content .two-column.choice-product .column.select-product .selectbox.disabled { opacity: 0.5 !important; } .is-mobile .step-list .step-content .two-column.focus-category.active-category .interaction { padding-bottom: 30px; } .is-mobile .step-list .step-content .two-column.focus-category.active-category .selected-product .afterbtn { bottom: -50px; } /* LGEUS-8726 20170317 add */ .is-mobile .hero.text-top .text-block ul.specs li:first-child {font-size: 13px;font-size: 1.3rem;line-height: 1em;} /* //LGEUS-8726 20170317 add */ /* LGEUS-8250 20170112 add */ .survey .step .step-inner .question-wrap .answer-list.horizontal-list li {margin: 0;padding: 0;width: 153px;} .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .grade {display: block;margin-top: 28px;} .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .styled-radio{position: absolute;left: 64px;top: 32px;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list:after {content: '';display: block;clear: both;} /* LGEUS-9304 201706150 modify */ .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li {position: relative;float: left;width: 24%;margin: 0px;padding: 0 0 0 15px;text-align: center;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .grade {display: block;margin-top: 49px;font-size: 10px;color: #a50034;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li label {position: absolute;overflow: hidden;font-size: 0;text-indent: -9999px;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:last-child{width: 15%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:nth-child(4){width: 17%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:nth-child(3){width: 20%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:last-child label {position: absolute;/* margin-right: 22px; */width: 127px;font-size: 18px;text-indent: 0;right: 0;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:first-child {padding-left: 0;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:first-child label {position: absolute;left: 0;/* margin-left: 10px; */width: 110px;font-size: 18px;text-indent: 0;} /* //LGEUS-9304 201706150 modify */ .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .styled-radio {position: relative;left: 3px;top: -36px;} .survey .step .step-inner .question-wrap .question-text .error-msg-mobile {display: none; position: relative;left: 0;color: #a50034;top: 8px;font-size: 18px;height: 0;} .is-mobile .survey .step .step-inner .question-wrap .question-text.required-field .error-msg-mobile {display: block;} .is-mobile .survey .step .step-inner .question-wrap .question-text.required-field + .answer-list{padding-top:50px} /*// LGEUS-8250 20170112 add */ /*LGEUS-9016 20170420 add*/ bv-cleanslate .bv-spotlights .bv-ratingstars-container.bv-c2013-stars .bv-rating-stars-on { font-family: BVCustom !important; } .bv-cleanslate .bv-spotlights .bv-ratingstars-container.bv-c2013-stars .bv-rating-stars { font-family: BVCustom !important; } /*LGEUS-9016 20170420 add*/ /* LGEUS-9025 20170425 add */ .swatch.Matte-Blue {background-position: -322px -25px;} .swatch.large.Matte-Blue {background-position: -286px -66px;} .swatch.Metallic-Blue {background-position: -336px -25px;} .swatch.large.Metallic-Blue {background-position: -308px -66px;} .swatch.Metallic-Red {background-position: -350px -25px;} .swatch.large.Metallic-Red {background-position: -330px -66px;} /* //LGEUS-9025 20170425 add */ /* LGEPJT-252 20170802 add */ .swatch.Espresso {background-position: -126px -42px;} .swatch.DarkGraphite {background-position: -140px -42px;} .swatch.Black_Red {background-position: -224px -42px;} .swatch.chocolate-brown {background-position: -238px -42px;} .swatch.Astro-Black {background-position: -154px -42px;} .swatch.Platinum-Ice {background-position: -168px -42px;} .swatch.Matte-Blue {background-position: -182px -42px;} .swatch.Metallic-Blue {background-position: -196px -42px;} .swatch.Metallic-Red {background-position: -210px -42px;} /*// LGEPJT-252 20170802 add */ /* LGEUS-8704 20170427 add */ .bv-cleanslate .bv-spotlights {font-size: 17px;} .spotlight-total-wrap {text-align: center !important;} .spotlight-total-wrap .spotlight-total-category {font-size: 1.2em;margin: 0;line-height: 1.5em;} .spotlight-total-wrap .rating .points_wrap, .spotlight-total-wrap .rating .points_wrap i, .spotlight-total-wrap .rating .points_wrap .icon-stars:before { height: 30px; line-height: 35px; } .spotlight-total-wrap .rating {width: auto !important;} .spotlight-total-wrap .rating .points_wrap { display: inline-block; position: relative; margin-right: 7px; } .spotlight-total-wrap .rating .points_wrap i { font-size: 93px; } .spotlight-total-wrap .rating .points_wrap .review_bg { position: relative; top: -4px } .spotlight-total-wrap .rating .points_wrap .review_point { position: absolute; left: 0; top: 0; width: 100%; overflow: hidden } .spotlight-total-wrap .rating .points_wrap .review_point i.points { color: #a50034 } /* //LGEUS-8704 20170427 add */ /* LGEUS-9230 20170608 modify */ #content .search .where-to-buy.desktop .container .product-area .product-image {width: 260px;} /* //LGEUS-9230 20170608 modify */ .m34.text-light {background-color: #000;color:#fff;} .m34.text-dark {background-color: #fff;color:#000;} .m34.text-dark .item-group .video-item{color:#000;} /* LGEUS-9297 20170706 modify */ body:not(.is-mobile) .pdp-cnet .payload iframe { padding-top: 35px; margin: 155px auto; } body:not(.is-mobile) .pdp-cnet .payload a.close { margin-left: -30px; top: 157px; } /* //LGEUS-9297 20170706 modify */ /* LGEUS-8811 201700725 add */ .product-price .product-subscribe { position: absolute; right: 0; top: 8px; color: red !important; } .product-price .product-subscribe a {color: red !important;} @media screen and (max-width: 850px) { .product-price .product-subscribe { position: relative; right:auto; top:auto; } .column2 .response ul.product-lists li { height: 620px!important; } } .is-mobile .column2 .response ul.product-lists .product-price .product-subscribe { position: relative; right:auto; top:auto; font-size:12px; } /* //LGEUS-8811 20170725 add */ /* LGEUS-9494 20170919 add */ .manuals-list .strapline a .icon-new-window-2 {color: #999;} /* //LGEUS-9494 20170919 add */ /* LGEGMO-3617 20171102 add */ .swatch.large.HA_MWO_Matte_Black_Stainless_Steel, .swatch.large.HA_Oven_Matte_Black_Stainless_Steel, .swatch.large.HA_REF_Matte_Black_Stainless_Steel, .swatch.large.HA_DW_Matte_Black_Stainless_Steel{background: url(/lg4-common/img/common/colorchip_large_v2.jpg) no-repeat -309px -23px;} .swatch.HA_MWO_Matte_Black_Stainless_Steel, .swatch.HA_Oven_Matte_Black_Stainless_Steel, .swatch.HA_REF_Matte_Black_Stainless_Steel, .swatch.HA_DW_Matte_Black_Stainless_Steel{background: url(/lg4-common/img/common/colorchip_v2.jpg) no-repeat -197px -14px;} /*// LGEGMO-3617 20171102 add */ /* LGEUS-9598 :20170928 add */ .support-content .track-mobile-process-step ul li.active[data-paymenttype=N], .support-content .track-mobile-process-step ul li.active[data-rai=Y] {background-color: #acacac;} .support-content .track-mobile-process-step ul li.active[data-paymenttype=N] .after, .support-content .track-mobile-process-step ul li.active[data-paymenttype=N]:after, .support-content .track-mobile-process-step ul li.active[data-rai=Y] .after, .support-content .track-mobile-process-step ul li.active[data-rai=Y]:after {background-color: #acacac;} .support-content .result-detail .complete-title {font-size: 26px} .support-content .result-detail .complete-title span.count-text, .support-content .result-detail .complete-title span.status-text {float: right} .support-content .link-line.inner-small {float: right;font-size: 16px;line-height: 27px;} .support-content .track-wrap {margin-bottom: 30px;font-family: "LG Smart",Tahoma,Arial,sans-serif;} .support-content .track-wrap .table-style-row {margin-bottom: 0;border: 2px solid #a50034} .support-content .track-wrap .table-style-row th {border: 0} .support-content .track-wrap .table-style-row td {border: 0;border-left: 1px solid #bbb;} .support-content .track-wrap.col2 {width: 50%;display: inline-block;float: left;padding: 1%} .support-content .track-wrap.col2 p {margin: 0} .support-content .track-wrap.col2+.col2 {padding: 0} .support-content .table-style-row ul {list-style: none;padding: 0;margin: 0} .support-content .table-style-row ul li {padding: 7px 0} .support-content .table-style-row ul li span {clear: both;display: inline-block;width: 100%;word-break: keep-all;} .support-content .table-style-row th, .support-content .table-style-row td {word-break: keep-all;} .is-mobile .support-content .result-detail .complete-title span.count-text, .is-mobile .support-content .result-detail .complete-title span.status-text {margin: 7px 0} .is-mobile .support-content .link-line.inner-small {float:none;display: inline-block;} .is-mobile .support-content .track-wrap.noti {padding: 0 5%} .is-mobile .support-content .table-style-row td {padding: 15px} .is-mobile .support-content .track-wrap {padding: 0 20px;} /*// LGEUS-9598 :20170928 add */ /* LGEUS-10088 20180112 add */ .noticeForm p {font-size: 15px;} /* //LGEUS-10088 20180112 add */ /* LGEUS-9519 20180130 add */ .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel:before {display:none;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block {display: inline-block;padding: 1rem 2rem .8rem;text-align:center;background-color: #a50034;color: #fff;border-radius: 6px;font-family: "LG Smart",Tahoma,Arial,sans-serif;text-decoration: none;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block strong {font-weight: normal;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block:hover {text-decoration: none;background-color: #d80546} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .call-row+p {margin-top: 7px } /* //LGEUS-9519 20180130 add */ /* LGEUS-9442 20170821 add*/ .product.reviews .where-to-buy.desktop h1 { font-size: 50px } .product.reviews .where-to-buy.desktop .model-name { margin-bottom: 0px } .product.reviews .where-to-buy.desktop .purchase-price .price { font-size: 25px } .product.reviews .where-to-buy.desktop .purchase-price .price span { vertical-align: top; font-size: 16px } .product.reviews .where-to-buy.desktop .purchase-price .legal { margin-top: 0px; font-size: 14px } .product.reviews .where-to-buy.desktop .details > div { width:100%; display:inline-block; } .product.reviews .where-to-buy.desktop .details .review_points { margin-top:10px; } .product.reviews .where-to-buy.desktop .details .cta-button { padding-top: 20px } .product.reviews .where-to-buy.desktop .details .cta-button .btn { font-size: 16px } .product.reviews .where-to-buy.desktop .details .cta-button .link { vertical-align: text-bottom } .product.reviews #BVRRContainer{ max-width:1240px } .product.reviews .where-to-buy.desktop .colors .title { margin-right: 12px; margin-top: 7px; float: left; } .product.reviews .where-to-buy.desktop .purchase-price{ float:left } .product.reviews .where-to-buy.desktop .promotion-price p.price {font-size:27px; font-family:"LG Smart SemiBold";} .product.reviews .where-to-buy.desktop .promotion-price p.price span {font-size:14px;} .product.reviews .where-to-buy.desktop .promotion-price p.legal {margin-top:3px; font-size:15px; color:#a50034;} .product.reviews .where-to-buy.desktop .purchase-price + .promotion-price {margin-left:18px;display:inline-block} .product.reviews .where-to-buy.desktop #wtbArea h4{ font-size:34px !important; } .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area {padding:0 40px} .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area h1.title{font-size:23px} .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area .model-num{width: 100%;margin: 10px 0;} .is-mobile #ratings-reviews .all-review{text-align:center;margin:0 auto;margin-bottom:10px;} /* LGEUS-9442 20170821 add*/
Data/PP/lg.com/priv_files/default.css
.product-area .product-price .msrp-price.promotion p.price, .product-lists .product-price .msrp-price.promotion p.price, .stickynav .product_information .msrp-price.promotion p.price, .stickynav .product_information .msrp-price.promotion p, .product-area .product-price .msrp-price.promotion p.price, .product-lists .product-price .msrp-price.promotion p.price, .stickynav-m .sticky_wrap .msrp-price.promotion p, .stickynav-m .sticky_wrap .price_before.promotion p, .compare.compare-print .product-price .msrp-price.promotion p.price {text-decoration: none;} .stickynav.float .product_wrap .product_information .msrp-price.promotion {display:none} .is-mobile .column2 .response ul.product-lists li {height: 490px;} .compare-print .compare-item-info .info-list .info-title, .compare-view-item .compare-item .item-list .item {min-height:380px} /* //LGEUS-8342 : 20161123 add */ /*LGEUS-8316 20161122 add*/ .swatch.Espresso {background-position: -280px -25px;} .swatch.large.Espresso {background-position: -198px -66px;} /*//LGEUS-8316 20161122 add*/ /*LGEUS-8365 20161206 add*/ .swatch.DarkGraphite {background-position: -294px -25px;} .swatch.large.DarkGraphite {background-position: -220px -66px;} /*//LGEUS-8365 20161206 add*/ /* LGEUS-9173 20170525 add */ .swatch.Black_Red {background-position: -364px -25px;} .swatch.large.Black_Red {background-position: -352px -66px;} /* //LGEUS-9173 20170525 add */ /* LGEUS-9204 20170712 add */ .swatch.chocolate-brown {background-position: -378px -25px;} .swatch.large.chocolate-brown {background-position: -374px -66px;} /* //LGEUS-9204 20170712 add */ /* LGEUS-8125 20161216 add*/ .spotlight-title{margin-top:20px;text-align:center} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-ratingstars-inner{font-family:'LG Smart Light' !important;font-weight:normal !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-reviews-list-wrapper {background: #fff !important;border:2px solid #eee} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-product-list-outer .bv-glyph-chevron-left,.bv-cleanslate .bv-spotlights .bv-product-list-outer .bv-glyph-chevron-right {color: #aaa !important;font-size:44px !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-glyph {font-family: 'BVCustomFont' !important;} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights{font-family:'LG Smart Light' !important;font-weight:normal !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-learnmore{text-align:center !important} #BVSpotlightsContainer .bv-cleanslate .bv-spotlights .bv-learnmore-link{ background-color: #a50034; border: medium none; border-radius: 6px !important; color: #fff; cursor: pointer; font-size: 18px; font-weight: 400; line-height: 18px; padding: 7px 1.5rem 0.6rem !important; text-align: center; transition: width 0.2s ease-in 0s; font-family:'LG Smart' !important; display:inline-block !important; margin-top:5px !important; } /* LGEUS-8370 20170118 add */ .file-upload.cam {padding-right: 130px; margin-right: 130px;} .file-upload.cam .btn {width: 120px; margin-left: 10px;} .file-upload.cam .btn.btn-upload {right: 0;} .file-upload.cam .btn.webcam {right: -130px;} .photo-wrap { position: relative; margin-top: 30px; } .photo-wrap #my_camera, .photo-wrap #my_result { width: 320px; height: 240px; margin-bottom: 10px; overflow: hidden; } .photo-wrap #my_result { position: absolute; top: 0; left: 330px; } .photo-wrap .take-a-photo { display: block; } /* //LGEUS-8370 20170118 add */ /* LGEUS-8768 20170303 add */ body:not(.is-mobile) .register-product .product-content-wrap .product-simple .inner .info .go-link a { margin: 0 10px 10px 0; } body:not(.is-mobile) .register-product .product-content-wrap .product-another { width: auto; } body:not(.is-mobile) .register-product .product-content-wrap .product-simple .inner .info { width: auto; min-width: 400px; } body:not(.is-mobile) .register-product .product-content-wrap .product-another > div { padding-left: 0 !important; } body.is-mobile .register-product .product-content-wrap .product-another .write-a-review { display: block; } body.is-mobile .register-product .product-content-wrap .product-another .write-a-review a.btn { display: block; width: 100%; margin-bottom: 10px; padding: 1rem; } /* //LGEUS-8768 20170303 add */ /* LGEUS-7095 20170308 add*/ #content .search .where-to-buy.desktop .copy-area h1.title{font-size:50px} #content .search .where-to-buy.desktop .container .product-area{padding:0 0 0 0} #content .search .where-to-buy.desktop .container .product-area .product-image{width:29%} #content .search .where-to-buy.desktop .container .product-area .copy-area{width:71%} #content .search .where-to-buy.desktop .container .details .btn{font-size: 14px; padding: 0.5rem 1.1rem 0.6rem;} /* //LGEUS-7095 20170308 add*/ /* LGEUS-8714 20170309 add */ .swatch.Astro-Black {background-position: -42px -67px;} .swatch.large.Astro-Black {background-position: -242px -66px;} .swatch.Platinum-Ice {background-position: -56px -67px;} .swatch.large.Platinum-Ice {background-position: -264px -66px;} /* //LGEUS-8714 20170309 add */ /* LGEUS-8081 20170202 add */ .step-list.reviews .step-content .two-column.choice-product .column.select-product { border-radius: 5px; border: 2px solid #a50034; } .step-list.reviews > .step.active.done, .is-mobile .step-list>.step.active.done { background: #fff; box-shadow: none; } .step-list.reviews > .step.active.done .container { padding: 0; } .step-list.reviews > .step.active.done .btn-wrap { position: absolute; left: 0; bottom: 30px; width: 100%; text-align: center; } .step-list.reviews > .step.active.done .wrap_loading{ display: none; } .step-list.reviews .step-content .two-column.active-category .select-product { min-height: 280px; } .chosen-container#chosen-disabled:not(.chosen-with-drop) { opacity: 0.5 !important; cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } .is-mobile .support-content.container-skel .step-list .step-content .two-column.active-category .selected-product { height: 320px !important; } .is-mobile .support-content.container-skel .step-list .step-content .two-column.active-category .selected-product .btn-wrap { margin: 20px; text-align: center; } .is-mobile .step-list.reviews .step-content .two-column.choice-product .column.select-product .selectbox.disabled { opacity: 0.5 !important; } .is-mobile .step-list .step-content .two-column.focus-category.active-category .interaction { padding-bottom: 30px; } .is-mobile .step-list .step-content .two-column.focus-category.active-category .selected-product .afterbtn { bottom: -50px; } /* LGEUS-8726 20170317 add */ .is-mobile .hero.text-top .text-block ul.specs li:first-child {font-size: 13px;font-size: 1.3rem;line-height: 1em;} /* //LGEUS-8726 20170317 add */ /* LGEUS-8250 20170112 add */ .survey .step .step-inner .question-wrap .answer-list.horizontal-list li {margin: 0;padding: 0;width: 153px;} .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .grade {display: block;margin-top: 28px;} .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .styled-radio{position: absolute;left: 64px;top: 32px;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list:after {content: '';display: block;clear: both;} /* LGEUS-9304 201706150 modify */ .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li {position: relative;float: left;width: 24%;margin: 0px;padding: 0 0 0 15px;text-align: center;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .grade {display: block;margin-top: 49px;font-size: 10px;color: #a50034;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li label {position: absolute;overflow: hidden;font-size: 0;text-indent: -9999px;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:last-child{width: 15%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:nth-child(4){width: 17%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:nth-child(3){width: 20%;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:last-child label {position: absolute;/* margin-right: 22px; */width: 127px;font-size: 18px;text-indent: 0;right: 0;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:first-child {padding-left: 0;} .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li:first-child label {position: absolute;left: 0;/* margin-left: 10px; */width: 110px;font-size: 18px;text-indent: 0;} /* //LGEUS-9304 201706150 modify */ .is-mobile .survey .step .step-inner .question-wrap .answer-list.horizontal-list li .styled-radio {position: relative;left: 3px;top: -36px;} .survey .step .step-inner .question-wrap .question-text .error-msg-mobile {display: none; position: relative;left: 0;color: #a50034;top: 8px;font-size: 18px;height: 0;} .is-mobile .survey .step .step-inner .question-wrap .question-text.required-field .error-msg-mobile {display: block;} .is-mobile .survey .step .step-inner .question-wrap .question-text.required-field + .answer-list{padding-top:50px} /*// LGEUS-8250 20170112 add */ /*LGEUS-9016 20170420 add*/ bv-cleanslate .bv-spotlights .bv-ratingstars-container.bv-c2013-stars .bv-rating-stars-on { font-family: BVCustom !important; } .bv-cleanslate .bv-spotlights .bv-ratingstars-container.bv-c2013-stars .bv-rating-stars { font-family: BVCustom !important; } /*LGEUS-9016 20170420 add*/ /* LGEUS-9025 20170425 add */ .swatch.Matte-Blue {background-position: -322px -25px;} .swatch.large.Matte-Blue {background-position: -286px -66px;} .swatch.Metallic-Blue {background-position: -336px -25px;} .swatch.large.Metallic-Blue {background-position: -308px -66px;} .swatch.Metallic-Red {background-position: -350px -25px;} .swatch.large.Metallic-Red {background-position: -330px -66px;} /* //LGEUS-9025 20170425 add */ /* LGEPJT-252 20170802 add */ .swatch.Espresso {background-position: -126px -42px;} .swatch.DarkGraphite {background-position: -140px -42px;} .swatch.Black_Red {background-position: -224px -42px;} .swatch.chocolate-brown {background-position: -238px -42px;} .swatch.Astro-Black {background-position: -154px -42px;} .swatch.Platinum-Ice {background-position: -168px -42px;} .swatch.Matte-Blue {background-position: -182px -42px;} .swatch.Metallic-Blue {background-position: -196px -42px;} .swatch.Metallic-Red {background-position: -210px -42px;} /*// LGEPJT-252 20170802 add */ /* LGEUS-8704 20170427 add */ .bv-cleanslate .bv-spotlights {font-size: 17px;} .spotlight-total-wrap {text-align: center !important;} .spotlight-total-wrap .spotlight-total-category {font-size: 1.2em;margin: 0;line-height: 1.5em;} .spotlight-total-wrap .rating .points_wrap, .spotlight-total-wrap .rating .points_wrap i, .spotlight-total-wrap .rating .points_wrap .icon-stars:before { height: 30px; line-height: 35px; } .spotlight-total-wrap .rating {width: auto !important;} .spotlight-total-wrap .rating .points_wrap { display: inline-block; position: relative; margin-right: 7px; } .spotlight-total-wrap .rating .points_wrap i { font-size: 93px; } .spotlight-total-wrap .rating .points_wrap .review_bg { position: relative; top: -4px } .spotlight-total-wrap .rating .points_wrap .review_point { position: absolute; left: 0; top: 0; width: 100%; overflow: hidden } .spotlight-total-wrap .rating .points_wrap .review_point i.points { color: #a50034 } /* //LGEUS-8704 20170427 add */ /* LGEUS-9230 20170608 modify */ #content .search .where-to-buy.desktop .container .product-area .product-image {width: 260px;} /* //LGEUS-9230 20170608 modify */ .m34.text-light {background-color: #000;color:#fff;} .m34.text-dark {background-color: #fff;color:#000;} .m34.text-dark .item-group .video-item{color:#000;} /* LGEUS-9297 20170706 modify */ body:not(.is-mobile) .pdp-cnet .payload iframe { padding-top: 35px; margin: 155px auto; } body:not(.is-mobile) .pdp-cnet .payload a.close { margin-left: -30px; top: 157px; } /* //LGEUS-9297 20170706 modify */ /* LGEUS-8811 201700725 add */ .product-price .product-subscribe { position: absolute; right: 0; top: 8px; color: red !important; } .product-price .product-subscribe a {color: red !important;} @media screen and (max-width: 850px) { .product-price .product-subscribe { position: relative; right:auto; top:auto; } .column2 .response ul.product-lists li { height: 620px!important; } } .is-mobile .column2 .response ul.product-lists .product-price .product-subscribe { position: relative; right:auto; top:auto; font-size:12px; } /* //LGEUS-8811 20170725 add */ /* LGEUS-9494 20170919 add */ .manuals-list .strapline a .icon-new-window-2 {color: #999;} /* //LGEUS-9494 20170919 add */ /* LGEGMO-3617 20171102 add */ .swatch.large.HA_MWO_Matte_Black_Stainless_Steel, .swatch.large.HA_Oven_Matte_Black_Stainless_Steel, .swatch.large.HA_REF_Matte_Black_Stainless_Steel, .swatch.large.HA_DW_Matte_Black_Stainless_Steel{background: url(/lg4-common/img/common/colorchip_large_v2.jpg) no-repeat -309px -23px;} .swatch.HA_MWO_Matte_Black_Stainless_Steel, .swatch.HA_Oven_Matte_Black_Stainless_Steel, .swatch.HA_REF_Matte_Black_Stainless_Steel, .swatch.HA_DW_Matte_Black_Stainless_Steel{background: url(/lg4-common/img/common/colorchip_v2.jpg) no-repeat -197px -14px;} /*// LGEGMO-3617 20171102 add */ /* LGEUS-9598 :20170928 add */ .support-content .track-mobile-process-step ul li.active[data-paymenttype=N], .support-content .track-mobile-process-step ul li.active[data-rai=Y] {background-color: #acacac;} .support-content .track-mobile-process-step ul li.active[data-paymenttype=N] .after, .support-content .track-mobile-process-step ul li.active[data-paymenttype=N]:after, .support-content .track-mobile-process-step ul li.active[data-rai=Y] .after, .support-content .track-mobile-process-step ul li.active[data-rai=Y]:after {background-color: #acacac;} .support-content .result-detail .complete-title {font-size: 26px} .support-content .result-detail .complete-title span.count-text, .support-content .result-detail .complete-title span.status-text {float: right} .support-content .link-line.inner-small {float: right;font-size: 16px;line-height: 27px;} .support-content .track-wrap {margin-bottom: 30px;font-family: "LG Smart",Tahoma,Arial,sans-serif;} .support-content .track-wrap .table-style-row {margin-bottom: 0;border: 2px solid #a50034} .support-content .track-wrap .table-style-row th {border: 0} .support-content .track-wrap .table-style-row td {border: 0;border-left: 1px solid #bbb;} .support-content .track-wrap.col2 {width: 50%;display: inline-block;float: left;padding: 1%} .support-content .track-wrap.col2 p {margin: 0} .support-content .track-wrap.col2+.col2 {padding: 0} .support-content .table-style-row ul {list-style: none;padding: 0;margin: 0} .support-content .table-style-row ul li {padding: 7px 0} .support-content .table-style-row ul li span {clear: both;display: inline-block;width: 100%;word-break: keep-all;} .support-content .table-style-row th, .support-content .table-style-row td {word-break: keep-all;} .is-mobile .support-content .result-detail .complete-title span.count-text, .is-mobile .support-content .result-detail .complete-title span.status-text {margin: 7px 0} .is-mobile .support-content .link-line.inner-small {float:none;display: inline-block;} .is-mobile .support-content .track-wrap.noti {padding: 0 5%} .is-mobile .support-content .table-style-row td {padding: 15px} .is-mobile .support-content .track-wrap {padding: 0 20px;} /*// LGEUS-9598 :20170928 add */ /* LGEUS-10088 20180112 add */ .noticeForm p {font-size: 15px;} /* //LGEUS-10088 20180112 add */ /* LGEUS-9519 20180130 add */ .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel:before {display:none;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block {display: inline-block;padding: 1rem 2rem .8rem;text-align:center;background-color: #a50034;color: #fff;border-radius: 6px;font-family: "LG Smart",Tahoma,Arial,sans-serif;text-decoration: none;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block strong {font-weight: normal;} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .red-block:hover {text-decoration: none;background-color: #d80546} .is-mobile .contact-area .info-list>li .telephone-info.telephone-links>div .telephone-box ul li.tel .call-row+p {margin-top: 7px } /* //LGEUS-9519 20180130 add */ /* LGEUS-9442 20170821 add*/ .product.reviews .where-to-buy.desktop h1 { font-size: 50px } .product.reviews .where-to-buy.desktop .model-name { margin-bottom: 0px } .product.reviews .where-to-buy.desktop .purchase-price .price { font-size: 25px } .product.reviews .where-to-buy.desktop .purchase-price .price span { vertical-align: top; font-size: 16px } .product.reviews .where-to-buy.desktop .purchase-price .legal { margin-top: 0px; font-size: 14px } .product.reviews .where-to-buy.desktop .details > div { width:100%; display:inline-block; } .product.reviews .where-to-buy.desktop .details .review_points { margin-top:10px; } .product.reviews .where-to-buy.desktop .details .cta-button { padding-top: 20px } .product.reviews .where-to-buy.desktop .details .cta-button .btn { font-size: 16px } .product.reviews .where-to-buy.desktop .details .cta-button .link { vertical-align: text-bottom } .product.reviews #BVRRContainer{ max-width:1240px } .product.reviews .where-to-buy.desktop .colors .title { margin-right: 12px; margin-top: 7px; float: left; } .product.reviews .where-to-buy.desktop .purchase-price{ float:left } .product.reviews .where-to-buy.desktop .promotion-price p.price {font-size:27px; font-family:"LG Smart SemiBold";} .product.reviews .where-to-buy.desktop .promotion-price p.price span {font-size:14px;} .product.reviews .where-to-buy.desktop .promotion-price p.legal {margin-top:3px; font-size:15px; color:#a50034;} .product.reviews .where-to-buy.desktop .purchase-price + .promotion-price {margin-left:18px;display:inline-block} .product.reviews .where-to-buy.desktop #wtbArea h4{ font-size:34px !important; } .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area {padding:0 40px} .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area h1.title{font-size:23px} .is-mobile .product.reviews .where-to-buy .container .type-product .copy-area .model-num{width: 100%;margin: 10px 0;} .is-mobile #ratings-reviews .all-review{text-align:center;margin:0 auto;margin-bottom:10px;} /* LGEUS-9442 20170821 add*/
0.242475
0.044848
body { font-family:Geneva, Arial; font-size: 1em; color: #031D3F; padding: 20px; background-image: url("img/bg.png"); background-repeat: repeat; background-color: white; } ul { list-style-position: inside; padding-left: 0; } li { padding-bottom: 5px; } a:link { color: #003366; } a:hover { color: #6699CC; } div.hiddenAll { visibility: hidden; } img.hiddenpackage_front, img.hiddenpackage_back, img.hiddenpackage_alt_front, img.hiddenpackage_alt_back { width: 0px; height: 0px; } .fileList { max-height: 175px; overflow: auto; } .dirList { min-height: 256px; overflow: auto; max-height: 512px; max-width: 450px; } .bottom20 { padding-bottom: 20px; } .entriesContainer { padding-bottom: 20px; text-align: center; } .homeScreen { text-align: center; } .homeScreen img { max-height: 240px; } .entries { font-weight: bold; } .centerDiv { text-align: center; } .nestedTable { width: 375px; text-align: right; font-weight: initial; font-size: 0.8em; } .padding-10 { padding: 10px; min-width: 100px; } #topContainer, #centerContainer, #interstitialContainer, #bottomContainer, #horizontalRule, #discContentContainer { text-align: center; padding-top: 5px; } #navContainer, #contentBodyContainer, #interstitialImageContainer, #bottomContainerInner, #discContentBodyContainer { display: inline-block; } #nav { background: #E3E3E5; text-align: left; border-collapse: collapse; } #nav tr { background: #E3E3E5; } #nav td { vertical-align: top; } #nav > tbody:nth-child(1) > tr:nth-child(1), #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) { background: #003366; color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) a:link { color: #FFFFCC; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) a:hover{ color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { background-color: #6699CC; } #nav > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { vertical-align: middle; text-align: center; background-color: #333399; color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) a:link { color: #003366; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) a:hover { color: #6699CC; } #nav > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) img { max-height: 215px; } #constructPreface { padding-bottom: 50px; } #contentBody, #discContentBody { text-align: left; border-collapse: collapse; max-width: 605px; } #contentBody tr, #discContentBody tr { background: #FFCC66; } #nav td, #contentBody td{ min-width: 100px; padding: 10px; } #contentBody > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2), #discContentBody > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { background: white; } #contentBody > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #discContentBody > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { font-weight: bold; } #bottomDivider { background-color: #660066; min-width: 605px; border-collapse: collapse; font-size: 0.9em; text-align: left; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { min-width: 50%; background-color: white; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { line-height: 1px; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) { padding-left: 10px; color: white; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { background-color: white; text-align: center; max-width: 605px; font-size: 0.9em; } #footerContainer { font-size: 11px; text-align: center; } #footerContainerInner { display: inline-block; } #footer { max-width: 605px; } #footer > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { text-align: right; } #footer > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) { text-align: left; }
main.css
body { font-family:Geneva, Arial; font-size: 1em; color: #031D3F; padding: 20px; background-image: url("img/bg.png"); background-repeat: repeat; background-color: white; } ul { list-style-position: inside; padding-left: 0; } li { padding-bottom: 5px; } a:link { color: #003366; } a:hover { color: #6699CC; } div.hiddenAll { visibility: hidden; } img.hiddenpackage_front, img.hiddenpackage_back, img.hiddenpackage_alt_front, img.hiddenpackage_alt_back { width: 0px; height: 0px; } .fileList { max-height: 175px; overflow: auto; } .dirList { min-height: 256px; overflow: auto; max-height: 512px; max-width: 450px; } .bottom20 { padding-bottom: 20px; } .entriesContainer { padding-bottom: 20px; text-align: center; } .homeScreen { text-align: center; } .homeScreen img { max-height: 240px; } .entries { font-weight: bold; } .centerDiv { text-align: center; } .nestedTable { width: 375px; text-align: right; font-weight: initial; font-size: 0.8em; } .padding-10 { padding: 10px; min-width: 100px; } #topContainer, #centerContainer, #interstitialContainer, #bottomContainer, #horizontalRule, #discContentContainer { text-align: center; padding-top: 5px; } #navContainer, #contentBodyContainer, #interstitialImageContainer, #bottomContainerInner, #discContentBodyContainer { display: inline-block; } #nav { background: #E3E3E5; text-align: left; border-collapse: collapse; } #nav tr { background: #E3E3E5; } #nav td { vertical-align: top; } #nav > tbody:nth-child(1) > tr:nth-child(1), #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) { background: #003366; color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) a:link { color: #FFFFCC; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) a:hover{ color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { background-color: #6699CC; } #nav > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { vertical-align: middle; text-align: center; background-color: #333399; color: white; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) a:link { color: #003366; } #nav > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) a:hover { color: #6699CC; } #nav > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) img { max-height: 215px; } #constructPreface { padding-bottom: 50px; } #contentBody, #discContentBody { text-align: left; border-collapse: collapse; max-width: 605px; } #contentBody tr, #discContentBody tr { background: #FFCC66; } #nav td, #contentBody td{ min-width: 100px; padding: 10px; } #contentBody > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2), #discContentBody > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { background: white; } #contentBody > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #discContentBody > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { font-weight: bold; } #bottomDivider { background-color: #660066; min-width: 605px; border-collapse: collapse; font-size: 0.9em; text-align: left; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { min-width: 50%; background-color: white; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { line-height: 1px; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) { padding-left: 10px; color: white; } #bottomDivider > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { background-color: white; text-align: center; max-width: 605px; font-size: 0.9em; } #footerContainer { font-size: 11px; text-align: center; } #footerContainerInner { display: inline-block; } #footer { max-width: 605px; } #footer > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #bottomDivider > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { text-align: right; } #footer > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) { text-align: left; }
0.516108
0.121295
* { box-sizing: border-box; } body { height: 100vh; margin: 0%; font-family: sans-serif; background-image: linear-gradient(rgb(101, 136, 250), rgb(198, 202, 248)); display: flex; flex-direction: column; align-items: center; justify-content: center; } .music-container { border-radius: 10px; background-color: white; box-shadow: 0 20px 20px 0 rgb(101, 136, 250); display: flex; padding: 20px 20px; z-index: 10; margin: 100px 0; position: relative; } .image-container { width: 110px; position: relative; } .lilcircle { /* content: ""; */ background-color: ivory; width: 20px; height: 20px; border-radius: 50%; position: absolute; left: 50%; bottom: 50%; transform: translate(-50%, -50%); z-index: 10; } .image-container img { width: inherit; height: 110px; border-radius: 50%; object-fit: cover; position: absolute; bottom: 0; left: 0; animation: rotate 3s linear infinite; animation-play-state: paused; } .music-container.play .image-container img { animation-play-state: running; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .navigation { display: flex; justify-content: center; align-items: center; z-index: 1; } .action-btn { background-color: white; border: 0; cursor: pointer; color: black; font-size: 20px; padding: 10px; margin: 0 20px; } .action-btn-big { font-size: 30px; } .music-info { background-color: rgb(165, 179, 224); border-radius: 15px 15px 0 0; position: absolute; padding: 10px 10px 10px 120px; top: 0; left: 20px; width: 90%; transform: translateY(0); opacity: 0; transition: transform 0.3s ease-in, opacity 1s ease-in; } .music-info.pause { background-color: rgb(165, 179, 224); border-radius: 15px 15px 0 0; position: absolute; padding: 10px 10px 10px 120px; top: 0; left: 20px; width: 90%; transform: translateY(0); opacity: 0; transition: transform 0.3s ease-in, opacity 0.2s ease-out; } .music-info h4 { margin: 0; } .music-container.play .music-info { opacity: 1; transform: translateY(-100%); } .progress-container { background-color: ivory; width: 100%; height: 6px; border-radius: 5px; cursor: pointer; margin: 10px 0; } .progress-bar { background-color: rgb(73, 73, 255); width: 50%; height: 100%; border-radius: 5px; transition: width 0.1s linear; } /* svg animation */ .grimm1 { position: absolute; top: 10%; left: 50%; height: 400px; width: 400px; transform: translate(-50%, -50%); animation: fill 0.5s ease forwards 3.5s; } .first { stroke-dasharray: 572px; stroke-dashoffset: 572px; animation: line-anim 2s ease forwards; } .second { stroke-dasharray: 235px; stroke-dashoffset: 235px; animation: line-anim 2s ease forwards 0.3s; } .third { stroke-dasharray: 180px; stroke-dashoffset: 180px; animation: line-anim 2s ease forwards 0.6s; } .fourth { stroke-dasharray: 620px; stroke-dashoffset: 620px; animation: line-anim 2s ease forwards 0.9s; } .fifth { stroke-dasharray: 620px; stroke-dashoffset: 620px; animation: line-anim 2s ease forwards 1.2s; } .sixth { stroke-dasharray: 345px; stroke-dashoffset: 345px; animation: line-anim 2s ease forwards 1.5s; } .seventh { stroke-dasharray: 315px; stroke-dashoffset: 315px; animation: line-anim 2s ease forwards 1.8s; } .eighth { stroke-dasharray: 345px; stroke-dashoffset: 345px; animation: line-anim 2s ease forwards 2.1s; } @keyframes line-anim { to { stroke-dashoffset: 0; } } @keyframes fill { from { fill: transparent; } to { fill: rgb(243, 18, 18); } } /* seach bar */ #Form input, .search-btn, .search-btn:before, .search-btn:after { transition: all 0.25s ease-out; } #Form input, .search-btn { width: 3em; height: 3em; } #Form input:invalid:not(:focus), .search-btn { cursor: pointer; } #Form, #Form input:focus, #Form input:valid { width: 100%; } #Form input:focus, #Form input:not(:focus) + .search-btn:focus { outline: transparent; } #Form { margin: auto; padding: 1.5em; justify-content: center; max-width: 30em; display: flex; } #Form input { background: transparent; border-radius: 1.5em; box-shadow: 0 0 0 0.4em #171717 inset; padding: 0.75em; transform: translate(0.5em, 0.5em) scale(0.5); transform-origin: 100% 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } #Form input::-webkit-search-decoration { -webkit-appearance: none; } #Form input:focus, #Form input:valid { background: #fff; border-radius: 0.375em 0 0 0.375em; box-shadow: 0 0 0 0.1em #d9d9d9 inset; transform: scale(1); } .search-btn { background: #171717; border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0; padding: 0.75em; position: relative; transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125); transform-origin: 0 50%; } .search-btn:before, .search-btn:after { content: ""; display: block; opacity: 0; position: absolute; } .search-btn:before { border-radius: 50%; box-shadow: 0 0 0 0.2em #f1f1f1 inset; top: 0.75em; left: 0.75em; width: 1.2em; height: 1.2em; } .search-btn:after { background: #f1f1f1; border-radius: 0 0.25em 0.25em 0; top: 51%; left: 51%; width: 0.75em; height: 0.25em; transform: translate(0.2em, 0) rotate(45deg); transform-origin: 0 50%; } .search-btn span { display: inline-block; overflow: hidden; width: 1px; height: 1px; } /* Active state */ #Form input:focus + .search-btn, #Form input:valid + .search-btn { background: #2762f3; border-radius: 0 0.375em 0.375em 0; transform: scale(1); } #Form input:focus + .search-btn:before, #Form input:focus + .search-btn:after, #Form input:valid + .search-btn:before, #Form input:valid + .search-btn:after { opacity: 1; } #Form input:focus + .search-btn:hover, #Form input:valid + .search-btn:hover, #Form input:valid:not(:focus) + .search-btn:focus { background: #0c48db; } #Form input:focus + .search-btn:active, #Form input:valid + .search-btn:active { transform: translateY(1px); } @media screen and (prefers-color-scheme: dark) { body, input { color: #f1f1f1; } body { background: #171717; } #Form input { box-shadow: 0 0 0 0.4em #f1f1f1 inset; } #Form input:focus, #Form input:valid { background: #3d3d3d; box-shadow: 0 0 0 0.1em #3d3d3d inset; } .search-btn { background: #f1f1f1; } }
assets/css/musicPlayer.css
* { box-sizing: border-box; } body { height: 100vh; margin: 0%; font-family: sans-serif; background-image: linear-gradient(rgb(101, 136, 250), rgb(198, 202, 248)); display: flex; flex-direction: column; align-items: center; justify-content: center; } .music-container { border-radius: 10px; background-color: white; box-shadow: 0 20px 20px 0 rgb(101, 136, 250); display: flex; padding: 20px 20px; z-index: 10; margin: 100px 0; position: relative; } .image-container { width: 110px; position: relative; } .lilcircle { /* content: ""; */ background-color: ivory; width: 20px; height: 20px; border-radius: 50%; position: absolute; left: 50%; bottom: 50%; transform: translate(-50%, -50%); z-index: 10; } .image-container img { width: inherit; height: 110px; border-radius: 50%; object-fit: cover; position: absolute; bottom: 0; left: 0; animation: rotate 3s linear infinite; animation-play-state: paused; } .music-container.play .image-container img { animation-play-state: running; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .navigation { display: flex; justify-content: center; align-items: center; z-index: 1; } .action-btn { background-color: white; border: 0; cursor: pointer; color: black; font-size: 20px; padding: 10px; margin: 0 20px; } .action-btn-big { font-size: 30px; } .music-info { background-color: rgb(165, 179, 224); border-radius: 15px 15px 0 0; position: absolute; padding: 10px 10px 10px 120px; top: 0; left: 20px; width: 90%; transform: translateY(0); opacity: 0; transition: transform 0.3s ease-in, opacity 1s ease-in; } .music-info.pause { background-color: rgb(165, 179, 224); border-radius: 15px 15px 0 0; position: absolute; padding: 10px 10px 10px 120px; top: 0; left: 20px; width: 90%; transform: translateY(0); opacity: 0; transition: transform 0.3s ease-in, opacity 0.2s ease-out; } .music-info h4 { margin: 0; } .music-container.play .music-info { opacity: 1; transform: translateY(-100%); } .progress-container { background-color: ivory; width: 100%; height: 6px; border-radius: 5px; cursor: pointer; margin: 10px 0; } .progress-bar { background-color: rgb(73, 73, 255); width: 50%; height: 100%; border-radius: 5px; transition: width 0.1s linear; } /* svg animation */ .grimm1 { position: absolute; top: 10%; left: 50%; height: 400px; width: 400px; transform: translate(-50%, -50%); animation: fill 0.5s ease forwards 3.5s; } .first { stroke-dasharray: 572px; stroke-dashoffset: 572px; animation: line-anim 2s ease forwards; } .second { stroke-dasharray: 235px; stroke-dashoffset: 235px; animation: line-anim 2s ease forwards 0.3s; } .third { stroke-dasharray: 180px; stroke-dashoffset: 180px; animation: line-anim 2s ease forwards 0.6s; } .fourth { stroke-dasharray: 620px; stroke-dashoffset: 620px; animation: line-anim 2s ease forwards 0.9s; } .fifth { stroke-dasharray: 620px; stroke-dashoffset: 620px; animation: line-anim 2s ease forwards 1.2s; } .sixth { stroke-dasharray: 345px; stroke-dashoffset: 345px; animation: line-anim 2s ease forwards 1.5s; } .seventh { stroke-dasharray: 315px; stroke-dashoffset: 315px; animation: line-anim 2s ease forwards 1.8s; } .eighth { stroke-dasharray: 345px; stroke-dashoffset: 345px; animation: line-anim 2s ease forwards 2.1s; } @keyframes line-anim { to { stroke-dashoffset: 0; } } @keyframes fill { from { fill: transparent; } to { fill: rgb(243, 18, 18); } } /* seach bar */ #Form input, .search-btn, .search-btn:before, .search-btn:after { transition: all 0.25s ease-out; } #Form input, .search-btn { width: 3em; height: 3em; } #Form input:invalid:not(:focus), .search-btn { cursor: pointer; } #Form, #Form input:focus, #Form input:valid { width: 100%; } #Form input:focus, #Form input:not(:focus) + .search-btn:focus { outline: transparent; } #Form { margin: auto; padding: 1.5em; justify-content: center; max-width: 30em; display: flex; } #Form input { background: transparent; border-radius: 1.5em; box-shadow: 0 0 0 0.4em #171717 inset; padding: 0.75em; transform: translate(0.5em, 0.5em) scale(0.5); transform-origin: 100% 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } #Form input::-webkit-search-decoration { -webkit-appearance: none; } #Form input:focus, #Form input:valid { background: #fff; border-radius: 0.375em 0 0 0.375em; box-shadow: 0 0 0 0.1em #d9d9d9 inset; transform: scale(1); } .search-btn { background: #171717; border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0; padding: 0.75em; position: relative; transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125); transform-origin: 0 50%; } .search-btn:before, .search-btn:after { content: ""; display: block; opacity: 0; position: absolute; } .search-btn:before { border-radius: 50%; box-shadow: 0 0 0 0.2em #f1f1f1 inset; top: 0.75em; left: 0.75em; width: 1.2em; height: 1.2em; } .search-btn:after { background: #f1f1f1; border-radius: 0 0.25em 0.25em 0; top: 51%; left: 51%; width: 0.75em; height: 0.25em; transform: translate(0.2em, 0) rotate(45deg); transform-origin: 0 50%; } .search-btn span { display: inline-block; overflow: hidden; width: 1px; height: 1px; } /* Active state */ #Form input:focus + .search-btn, #Form input:valid + .search-btn { background: #2762f3; border-radius: 0 0.375em 0.375em 0; transform: scale(1); } #Form input:focus + .search-btn:before, #Form input:focus + .search-btn:after, #Form input:valid + .search-btn:before, #Form input:valid + .search-btn:after { opacity: 1; } #Form input:focus + .search-btn:hover, #Form input:valid + .search-btn:hover, #Form input:valid:not(:focus) + .search-btn:focus { background: #0c48db; } #Form input:focus + .search-btn:active, #Form input:valid + .search-btn:active { transform: translateY(1px); } @media screen and (prefers-color-scheme: dark) { body, input { color: #f1f1f1; } body { background: #171717; } #Form input { box-shadow: 0 0 0 0.4em #f1f1f1 inset; } #Form input:focus, #Form input:valid { background: #3d3d3d; box-shadow: 0 0 0 0.1em #3d3d3d inset; } .search-btn { background: #f1f1f1; } }
0.375821
0.073897
.exibicao-projetos { width: 90vw; display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } .lista-projeto { margin-bottom: 2rem; margin-left: 0; width: 92vw; height: 39.75rem; word-wrap: break-word; flex-basis: 1; flex-shrink: 1; display: flex; flex-direction: column; } .my-code { font-size: 14px; line-height: 18px; } #codigo { width: auto; height: 100%; margin-left: -0.9rem; } /* ---------------------- */ .dados-projeto{ display: inline-block; position: relative; top: 1.5vw; right: 1.5vw; left: 1.5vw; width: auto; height: 9rem; word-wrap: break-word; flex-direction: column; margin-right: 0.2rem; } .titulo-projeto { font-weight: 700; font-style: normal; font-weight: bold; font-size: 21px; line-height: 31px; color: #FFFFFF; } .linkProjeto { text-decoration: none; color: #ffffff; } .descricao-projeto { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #FFFFFF; opacity: 0.8; margin-top: 0.5rem; margin-bottom: 1rem; } .dados-ordem{ display: flex; justify-content: space-between; position:relative; margin-top: 0; margin-bottom: 1rem; margin-left: 0.2rem; } .ups-ordem { display: flex; margin-left: 1rem; } .love-up-efeito { margin: 0 0 0 1.1rem; } .love-up, .coment-up { margin: 0 0 0 0.6rem; color: #FFFFFF; } .div-trash { position: absolute; margin: 0 0 0.3rem 9rem; } .coment-up-efeito:hover, .love-up-efeito:hover { background: rgba(255, 255, 255, 0.08); border-radius: 16px; cursor: pointer; } .coment-up-efeito:active, .love-up-efeito:active { background: rgba(255, 255, 255, 0.16) } .cod-profile { display: flex; position: relative; margin-top: 1.15vw; } .name-user{ margin: 0 1rem 0 0.5rem; font-size: 16px; line-height: 24px; color: #FFFFFF; } /* menu */ .menu-principal { position: absolute; right: 45%; top: 8rem; white-space: nowrap; z-index: 2; flex-wrap: wrap; } .menu-item { margin: 0; } .profile { z-index: 2; position: absolute; top: 21rem; right: 2.5rem; width: 50%; } .profile span { position: absolute; margin-top: 5px; }
assets/css/mobile-comunidade.css
.exibicao-projetos { width: 90vw; display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } .lista-projeto { margin-bottom: 2rem; margin-left: 0; width: 92vw; height: 39.75rem; word-wrap: break-word; flex-basis: 1; flex-shrink: 1; display: flex; flex-direction: column; } .my-code { font-size: 14px; line-height: 18px; } #codigo { width: auto; height: 100%; margin-left: -0.9rem; } /* ---------------------- */ .dados-projeto{ display: inline-block; position: relative; top: 1.5vw; right: 1.5vw; left: 1.5vw; width: auto; height: 9rem; word-wrap: break-word; flex-direction: column; margin-right: 0.2rem; } .titulo-projeto { font-weight: 700; font-style: normal; font-weight: bold; font-size: 21px; line-height: 31px; color: #FFFFFF; } .linkProjeto { text-decoration: none; color: #ffffff; } .descricao-projeto { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #FFFFFF; opacity: 0.8; margin-top: 0.5rem; margin-bottom: 1rem; } .dados-ordem{ display: flex; justify-content: space-between; position:relative; margin-top: 0; margin-bottom: 1rem; margin-left: 0.2rem; } .ups-ordem { display: flex; margin-left: 1rem; } .love-up-efeito { margin: 0 0 0 1.1rem; } .love-up, .coment-up { margin: 0 0 0 0.6rem; color: #FFFFFF; } .div-trash { position: absolute; margin: 0 0 0.3rem 9rem; } .coment-up-efeito:hover, .love-up-efeito:hover { background: rgba(255, 255, 255, 0.08); border-radius: 16px; cursor: pointer; } .coment-up-efeito:active, .love-up-efeito:active { background: rgba(255, 255, 255, 0.16) } .cod-profile { display: flex; position: relative; margin-top: 1.15vw; } .name-user{ margin: 0 1rem 0 0.5rem; font-size: 16px; line-height: 24px; color: #FFFFFF; } /* menu */ .menu-principal { position: absolute; right: 45%; top: 8rem; white-space: nowrap; z-index: 2; flex-wrap: wrap; } .menu-item { margin: 0; } .profile { z-index: 2; position: absolute; top: 21rem; right: 2.5rem; width: 50%; } .profile span { position: absolute; margin-top: 5px; }
0.577257
0.064624
html { box-sizing: border-box; } body { background: #f9fbfd; margin: 0; } .App { font-family: sans-serif; text-align: center; font-family: 'Nunito', sans-serif; } .main { width: 65%; margin: 0 auto; max-width: 800px; } .hero h1 { font-family: 'Nunito'; font-size: 2em; margin-bottom: 0; } .hero { padding-top: 1em; font-size: 1.2em; } .generator-window { padding-top: 300px; display: flex; flex-direction: column; margin: 0 auto; background: white; padding: 1em; margin-top: 2em; box-shadow: 0px 0px 20px -10px rgb(177, 177, 177); border-radius: 7px; } .password-and-copy-btn { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; min-height: 4em; } #copy-btn { padding-left: 20px; cursor: pointer; justify-self: flex-end; } #password { font-size: 1.7em; width: 88%; overflow-wrap: break-word; font-family: 'Courier Prime', monospace; } #discrete-slider { padding-right: 0.5em; } .options-container { margin-top: 2em; box-shadow: 0px 0px 20px -10px rgb(177, 177, 177); border-radius: 7px; background: white; justify-content: space-evenly; padding: 2em 1em; } .options-top h1 { margin: 0; padding-bottom: 0.5em; } .options-top { text-align: left; width: 80%; margin: 0; } .options { display: flex; border-top: 1px solid rgb(221, 221, 221); padding-top: 2em; } button { font-family: inherit; } .length-slider-container { width: 50%; display: flex; align-items: center; } #checkbox-group { width: 50%; padding: 2em; padding: 0; } #btn-outer { background: inherit; border: none; } .strength-indicator { display: inline-block; width: 400px; margin: 1px; height: 10px; } @media screen and (max-width: 600px) { .main { width: 95%; } .hero { padding-top: 0; margin-bottom: -1em;; } .hero h1 { margin-top: 0.3em; font-size: 2em; } .options { flex-direction: column; } .password-and-copy-btn { height: 150px; } .options-container { margin-top: 0.5em; } .options-top { margin: 0; padding-left: 1em; } .length-slider-container { padding: 1em 0 0 1em; width: 90%; } #checkbox-group { margin: 0; padding: 1em 0 0 1em; width: 100%; } #password { width: 80%; } } #copied-success-container { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
src/styles.css
html { box-sizing: border-box; } body { background: #f9fbfd; margin: 0; } .App { font-family: sans-serif; text-align: center; font-family: 'Nunito', sans-serif; } .main { width: 65%; margin: 0 auto; max-width: 800px; } .hero h1 { font-family: 'Nunito'; font-size: 2em; margin-bottom: 0; } .hero { padding-top: 1em; font-size: 1.2em; } .generator-window { padding-top: 300px; display: flex; flex-direction: column; margin: 0 auto; background: white; padding: 1em; margin-top: 2em; box-shadow: 0px 0px 20px -10px rgb(177, 177, 177); border-radius: 7px; } .password-and-copy-btn { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; min-height: 4em; } #copy-btn { padding-left: 20px; cursor: pointer; justify-self: flex-end; } #password { font-size: 1.7em; width: 88%; overflow-wrap: break-word; font-family: 'Courier Prime', monospace; } #discrete-slider { padding-right: 0.5em; } .options-container { margin-top: 2em; box-shadow: 0px 0px 20px -10px rgb(177, 177, 177); border-radius: 7px; background: white; justify-content: space-evenly; padding: 2em 1em; } .options-top h1 { margin: 0; padding-bottom: 0.5em; } .options-top { text-align: left; width: 80%; margin: 0; } .options { display: flex; border-top: 1px solid rgb(221, 221, 221); padding-top: 2em; } button { font-family: inherit; } .length-slider-container { width: 50%; display: flex; align-items: center; } #checkbox-group { width: 50%; padding: 2em; padding: 0; } #btn-outer { background: inherit; border: none; } .strength-indicator { display: inline-block; width: 400px; margin: 1px; height: 10px; } @media screen and (max-width: 600px) { .main { width: 95%; } .hero { padding-top: 0; margin-bottom: -1em;; } .hero h1 { margin-top: 0.3em; font-size: 2em; } .options { flex-direction: column; } .password-and-copy-btn { height: 150px; } .options-container { margin-top: 0.5em; } .options-top { margin: 0; padding-left: 1em; } .length-slider-container { padding: 1em 0 0 1em; width: 90%; } #checkbox-group { margin: 0; padding: 1em 0 0 1em; width: 100%; } #password { width: 80%; } } #copied-success-container { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
0.449393
0.093637
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700); body { font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.5; color: #cfd2da; background-color: #252830; } a { color: #1ca8dd; } a:hover { color: #fff; text-decoration: none; } .center { text-align: center; } #ConsoleController .Output { font-family: monospace; font-size: 12px; white-space: pre-wrap; } .scrollable { overflow: auto; } .ng-binding.ng-scope.Error{ color:red; } .ng-binding.ng-scope.Warning{ color:yellow; } .ng-binding.ng-scope.Command{ color:lime; text-align: right; margin: 10px; display: inline-block; background-color: cornflowerblue; border-radius: 7px; padding: 5px; } .ng-binding.ng-scope.Chat{ color:chartreuse; } .ng-binding.ng-scope.Exception{ color:coral; } .ng-binding.ng-scope.Report{ color:blueviolet; } .nav-sidebar { margin-top: 64px; margin-right: 16px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; border-radius: 5px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } @media (min-width: 768px) .navbar-text { margin-right: 13px!important; } .fade { opacity: 0.5; } .table > tbody > tr:hover { background-color: rgba( 255, 255, 255, 0.3 ); } .table > thead > tr > th.sorting { color: #1bc98e; border-color: #1bc98e; } .table-responsive { overflow-x: visible !important; overflow-y: visible !important; } .btn-default, .btn-default:active, .form-control { background: rgba( 255, 255, 255, 0.3 ); border: none; color: #cfd2da; text-shadow: none; } .btn-default:hover { background: #1ca8dd; color: #fff; } .panel { background-color: #434857; } .chatname { display: block; width: 200px; float: left; text-align: right; padding-right: 8px; } .navbar-default { background-color: #428bca; background-image: none; border: none; border-radius: 0; color: white; } .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { color: #fff; } .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; } .navbar-default .navbar-nav > li > a:hover { background-color: rgba( 255, 255, 255, 0.25 ); } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a { background-color: white; background-image: none; border: none; color: #428bca; } .navbar-info { position: relative; display: block; padding: 15px; line-height: 20px; } .TabByCategory { padding: 5px 7px 0px 4px; margin: 0 5px 10px 0px; color: #000; } .TabItemMain { margin: 0 5px 4px 0px; color: #000; width: 100px; height: 100px; } .TabItemMain:active { background: #a4a4a4; color: #fff; } .TabItemMain:focus { background: #1ca8dd; color: #fff; } .TabItemMain:hover { background: #6c6c6c; color: #fff; } .product__image { padding: 3%; height: 90px; pointer-events: none; min-block-size: -webkit-fill-available; height: -webkit-fill-available; } .tabContItemImgP { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: -6px -9px; position: absolute; width: 100px; } .TabByCategory.active { background: #1ca8dd; color: #fff; } .TabContentByCategory { margin: 0 0 15px 0; display: none; } .TabContentByCategory.active { display: inline; } .tabContItemXall { padding: 0; font-size: 1rem; } .tabContItemX { display: flex; position: relative; opacity: 0%; top: -3px; right: 7px; color: #000; } .TabItemMain:hover .tabContItemX { opacity: 34%; } .tabContItemX:hover { opacity: 100%!important; } .tabContItemXall:hover { border: 1px solid #00000059; background-color: #1ca8dd; } .alert-give { opacity: 0%; } #alerts-givemsg { max-height: 52.75px; overflow-y: auto; } .tabContItemXinput { width: 32px; }
scripts/ws/rcon.css
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700); body { font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.5; color: #cfd2da; background-color: #252830; } a { color: #1ca8dd; } a:hover { color: #fff; text-decoration: none; } .center { text-align: center; } #ConsoleController .Output { font-family: monospace; font-size: 12px; white-space: pre-wrap; } .scrollable { overflow: auto; } .ng-binding.ng-scope.Error{ color:red; } .ng-binding.ng-scope.Warning{ color:yellow; } .ng-binding.ng-scope.Command{ color:lime; text-align: right; margin: 10px; display: inline-block; background-color: cornflowerblue; border-radius: 7px; padding: 5px; } .ng-binding.ng-scope.Chat{ color:chartreuse; } .ng-binding.ng-scope.Exception{ color:coral; } .ng-binding.ng-scope.Report{ color:blueviolet; } .nav-sidebar { margin-top: 64px; margin-right: 16px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; border-radius: 5px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } @media (min-width: 768px) .navbar-text { margin-right: 13px!important; } .fade { opacity: 0.5; } .table > tbody > tr:hover { background-color: rgba( 255, 255, 255, 0.3 ); } .table > thead > tr > th.sorting { color: #1bc98e; border-color: #1bc98e; } .table-responsive { overflow-x: visible !important; overflow-y: visible !important; } .btn-default, .btn-default:active, .form-control { background: rgba( 255, 255, 255, 0.3 ); border: none; color: #cfd2da; text-shadow: none; } .btn-default:hover { background: #1ca8dd; color: #fff; } .panel { background-color: #434857; } .chatname { display: block; width: 200px; float: left; text-align: right; padding-right: 8px; } .navbar-default { background-color: #428bca; background-image: none; border: none; border-radius: 0; color: white; } .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { color: #fff; } .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; } .navbar-default .navbar-nav > li > a:hover { background-color: rgba( 255, 255, 255, 0.25 ); } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a { background-color: white; background-image: none; border: none; color: #428bca; } .navbar-info { position: relative; display: block; padding: 15px; line-height: 20px; } .TabByCategory { padding: 5px 7px 0px 4px; margin: 0 5px 10px 0px; color: #000; } .TabItemMain { margin: 0 5px 4px 0px; color: #000; width: 100px; height: 100px; } .TabItemMain:active { background: #a4a4a4; color: #fff; } .TabItemMain:focus { background: #1ca8dd; color: #fff; } .TabItemMain:hover { background: #6c6c6c; color: #fff; } .product__image { padding: 3%; height: 90px; pointer-events: none; min-block-size: -webkit-fill-available; height: -webkit-fill-available; } .tabContItemImgP { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: -6px -9px; position: absolute; width: 100px; } .TabByCategory.active { background: #1ca8dd; color: #fff; } .TabContentByCategory { margin: 0 0 15px 0; display: none; } .TabContentByCategory.active { display: inline; } .tabContItemXall { padding: 0; font-size: 1rem; } .tabContItemX { display: flex; position: relative; opacity: 0%; top: -3px; right: 7px; color: #000; } .TabItemMain:hover .tabContItemX { opacity: 34%; } .tabContItemX:hover { opacity: 100%!important; } .tabContItemXall:hover { border: 1px solid #00000059; background-color: #1ca8dd; } .alert-give { opacity: 0%; } #alerts-givemsg { max-height: 52.75px; overflow-y: auto; } .tabContItemXinput { width: 32px; }
0.172067
0.069637
body { /* the var(--my-variable) syntax is a css variable https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables they aren't properly supported by all browsers yet so postcss turns them into normal css for you */ font-family: var(--sans-serif); font-size: var(--font-size-3); color: var(--brand-teal); margin: 0; font-weight: 400; background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0.9) 100%); min-height: 100vh; } button { font-family: var(--sans-serif); } h1 { font-family: var(--serif); font-size: var(--font-size-subheadline); font-weight: 700; } .main--red { background: var(--red); } .w6 { width: var(--width-6); } .w7 { width: var(--width-7); } .w8 { width: var(--width-8); } .w9 { width: var(--width-9); } .w10 { width: var(--width-10); } .h6 { height: var(--height-6); } .h7 { height: var(--height-7); } .h8 { height: var(--height-8); } .h9 { height: var(--height-9); } .h10 { height: var(--height-10); } /* folded page */ .homeContainer { position: relative; min-height: 100vh; box-shadow:0 1px 0 rgba(0,0,0,.2); } .corner-right { position: absolute; bottom: 0; right: 0; width: 2.5rem; height: 2.5rem; background-color: #aedeef; } .corner-right-triangle { position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 2.5rem 2.5rem; border-color: transparent transparent #00b5d6 transparent; } /* Icon Stuff */ .iconGrid { display: grid; height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 4fr 4fr 4fr; align-items: center; } .bg-bookbug { background:url('assets/bookbug.png') no-repeat; background-color: white; background-size: 80%; background-position: center; } .school-trip { background:url('assets/schoolTrip.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .school-trip-checked { background:url('assets/schoolTrip-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .borrow-a-book { background:url('assets/book.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .borrow-a-book-checked { background:url('assets/book-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .use-a-computer { background:url('assets/computer.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .use-a-computer-checked { background:url('assets/computer-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .wifi { background:url('assets/wifi.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .wifi-checked { background:url('assets/wifi-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .event { background:url('assets/event.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .event-checked { background:url('assets/event-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .bookbug { background:url('assets/question.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .bookbug-checked { background:url('assets/question-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .mic { background:url('assets/mic.svg') no-repeat; background-size: 14%; background-position: 14% center; } .mic-checked { background:url('assets/mic-checked.svg') no-repeat; background-color: var(--red); background-size: 14%; background-position: 14% center; } .err-checked { background:url('assets/err.svg') no-repeat; background-color: var(--red); background-size: 14%; background-position: 14% center; } .write { background:url('assets/write.svg') no-repeat; background-size: 17%; background-position: 11% center; } .write-checked { background:url('assets/write-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 17%; background-position: 11% center; } .sent { background:url('assets/sent.svg') no-repeat; background-color: var(--red); background-size: 80%; background-position: center; } .send { background:url('assets/send.svg') no-repeat; background-size: 17%; background-position: 11% center; } .bg-brand { background-color: var(--brand-teal); } .brand { color: var(--brand-teal); } .b--brand { border-color: var(--brand-teal); } .mw5half { /* max-width: var(--max-width-5half); */ } .sans { font-family: var(--sans-serif); } .mh-100 { /* min-height: 100vh; */ } .star { cursor: pointer; display: inline-block; width: 2.5rem; height: 2.5rem; background: url('assets/star.svg') no-repeat; background-size: 100%; background-position: center; border: none; padding: 0.5rem; margin: 0.25rem; } .star-checked { cursor: pointer; display: inline-block; width: 2.5rem; height: 2.5rem; background: url('assets/checkedstar.svg') no-repeat; background-size: 100%; background-position: center; border: none; padding: 0.5rem; margin: 0.25rem;; } .bg-blue { background-color: var(--brand-teal); } .blueBubble { background: url("assets/otherBubble.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 3rem; } .redBubble { background: url("assets/redBubble.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 12rem; } .borrowbooks { background: url("assets/borrowbooks.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 3rem; } .audio { background-color: var(--red); } .footer { height: 2.5rem; }
src/css/_custom.css
body { /* the var(--my-variable) syntax is a css variable https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables they aren't properly supported by all browsers yet so postcss turns them into normal css for you */ font-family: var(--sans-serif); font-size: var(--font-size-3); color: var(--brand-teal); margin: 0; font-weight: 400; background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0.9) 100%); min-height: 100vh; } button { font-family: var(--sans-serif); } h1 { font-family: var(--serif); font-size: var(--font-size-subheadline); font-weight: 700; } .main--red { background: var(--red); } .w6 { width: var(--width-6); } .w7 { width: var(--width-7); } .w8 { width: var(--width-8); } .w9 { width: var(--width-9); } .w10 { width: var(--width-10); } .h6 { height: var(--height-6); } .h7 { height: var(--height-7); } .h8 { height: var(--height-8); } .h9 { height: var(--height-9); } .h10 { height: var(--height-10); } /* folded page */ .homeContainer { position: relative; min-height: 100vh; box-shadow:0 1px 0 rgba(0,0,0,.2); } .corner-right { position: absolute; bottom: 0; right: 0; width: 2.5rem; height: 2.5rem; background-color: #aedeef; } .corner-right-triangle { position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 2.5rem 2.5rem; border-color: transparent transparent #00b5d6 transparent; } /* Icon Stuff */ .iconGrid { display: grid; height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 4fr 4fr 4fr; align-items: center; } .bg-bookbug { background:url('assets/bookbug.png') no-repeat; background-color: white; background-size: 80%; background-position: center; } .school-trip { background:url('assets/schoolTrip.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .school-trip-checked { background:url('assets/schoolTrip-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .borrow-a-book { background:url('assets/book.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .borrow-a-book-checked { background:url('assets/book-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .use-a-computer { background:url('assets/computer.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .use-a-computer-checked { background:url('assets/computer-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .wifi { background:url('assets/wifi.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .wifi-checked { background:url('assets/wifi-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .event { background:url('assets/event.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .event-checked { background:url('assets/event-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .bookbug { background:url('assets/question.svg') no-repeat; background-color: rgba(44, 106, 138, 0.09); background-size: 60%; background-position: center; } .bookbug-checked { background:url('assets/question-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 60%; background-position: center; } .mic { background:url('assets/mic.svg') no-repeat; background-size: 14%; background-position: 14% center; } .mic-checked { background:url('assets/mic-checked.svg') no-repeat; background-color: var(--red); background-size: 14%; background-position: 14% center; } .err-checked { background:url('assets/err.svg') no-repeat; background-color: var(--red); background-size: 14%; background-position: 14% center; } .write { background:url('assets/write.svg') no-repeat; background-size: 17%; background-position: 11% center; } .write-checked { background:url('assets/write-checked.svg') no-repeat; background-color: var(--brand-teal); background-size: 17%; background-position: 11% center; } .sent { background:url('assets/sent.svg') no-repeat; background-color: var(--red); background-size: 80%; background-position: center; } .send { background:url('assets/send.svg') no-repeat; background-size: 17%; background-position: 11% center; } .bg-brand { background-color: var(--brand-teal); } .brand { color: var(--brand-teal); } .b--brand { border-color: var(--brand-teal); } .mw5half { /* max-width: var(--max-width-5half); */ } .sans { font-family: var(--sans-serif); } .mh-100 { /* min-height: 100vh; */ } .star { cursor: pointer; display: inline-block; width: 2.5rem; height: 2.5rem; background: url('assets/star.svg') no-repeat; background-size: 100%; background-position: center; border: none; padding: 0.5rem; margin: 0.25rem; } .star-checked { cursor: pointer; display: inline-block; width: 2.5rem; height: 2.5rem; background: url('assets/checkedstar.svg') no-repeat; background-size: 100%; background-position: center; border: none; padding: 0.5rem; margin: 0.25rem;; } .bg-blue { background-color: var(--brand-teal); } .blueBubble { background: url("assets/otherBubble.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 3rem; } .redBubble { background: url("assets/redBubble.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 12rem; } .borrowbooks { background: url("assets/borrowbooks.svg") no-repeat; background-size: 100%; width: 8rem; height: 8rem; margin-left: 3rem; } .audio { background-color: var(--red); } .footer { height: 2.5rem; }
0.531939
0.084342
.row > .column { padding: 0 8px; } .row:after { content: ""; display: table; clear: both; } /* Create four equal columns that floats next to eachother */ .column { float: left; width: 25%; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000000e6; } /* Modal Content */ .modal-content { position: relative; background-color: #0000; margin: auto; padding: 0; width: 90%; max-width: 1200px; left: 150px; margin-top: -30px; } /* The Close Button */ .close { color: white; position: absolute; top: 10px; right: 25px; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: #999; text-decoration: none; cursor: pointer; } /* Hide the slides by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* 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); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* Caption text */ .caption-container { text-align: center; background-color: black; padding: 2px 16px; color: white; } img.demo { opacity: 0.6; } .active, .demo:hover { opacity: 1; } img.hover-shadow { transition: 0.3s; } .hover-shadow:hover { box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.49), 0 16px 40px 0 rgba(0, 0, 0, 0.49); } .navbar { padding-top: 0.8rem; padding-bottom: 1rem; } .navbar-brand { padding-left: 45px; } .navbar-nav { margin-left: auto; } .sidenav { height: 100%; /* Full-height: remove this if you want "auto" height */ width: 320px; /* Set the width of the sidebar */ position: fixed; /* Fixed Sidebar (stay in place on scroll) */ z-index: 2; /* Stay on top */ top: 0; /* Stay at the top */ right: 0; background-color:#9f1f1e; /* Black */ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 20px; } /* The navigation menu links */ .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 25px; color: #818181; display: block; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Style page content */ .main { margin-left: 0px; /* Same as the width of the sidebar */ padding: 0px 10px; } .active-nav { background-color:rgba(255, 255, 255, 0.14); border-radius: 5px; color: #000; } .nav-link { font-family: 'product_sansregular', Arial, sans-serif; } .al { color:#000; display: block; padding: .5rem 6rem; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; font-size: 16.5px; } .al:hover { color: #000; } .al:active { } .alert-noti { color: #1E54B7; background-color: #000d32; } .btn-close:focus { box-shadow: none !important; } html { scroll-behavior: smooth; } .card-gl { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 0rem; border-radius: none !important; width: 30rem; } .card-lol { max-width: 920px; left: 40; position: absolute; min-height: 200px; background-color: #141414; color: #d2d2d2; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .5rem; } .btn-gl { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; padding: .375rem .75rem; font-size: 1rem; border-radius: 0rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; font-size: 20; } .navbar-gl { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 2rem; padding-bottom: 1rem */; } .mod { position:absolute; margin-left: 250px; margin-top: 55px; } .illust-bg { width: 1521px; margin-left: -3px; margin-top: -17px; } .fas { font-size:60px; } .title { position: absolute; color: #9F1F1F; font-size: 80px; font-weight: 900; font-family: 'product_sansregular', Arial, sans-serif; letter-spacing: 10px; margin-top: 11rem; z-index: -1; } .log-title { font-size: 15px; margin-left: 74px; margin-top: 10px; font-family: 'product_sansregular', Arial, sans-serif; } .alert-req { font-size: 1.1rem; } .parafs { position: absolute; margin-top: 300px; margin-left: 20px; font-size: 16.5px; color: #d2d2d2; font-family: 'product_sansregular', Arial, sans-serif; letter-spacing: 3px; } .btnfs { position: absolute; background-color: #9f1f1e; color: #d2d2d2; margin-top: 490px; margin-left: 20px; border:none; border-radius: 5px; text-decoration: none; font-family: 'product_sansregular', Arial, sans-serif; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } .btnfs:hover { color: #d2d2d2; text-decoration: none; } .btn-lm-fs { position: absolute; background-color: #000; color: #9f1f1e; margin-top: 490px; margin-left: 20px; border: 2px solid #9f1f1e; border-radius: 5px; text-decoration: none; font-family: 'product_sansregular', Arial, sans-serif; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } .btn-lm-fs:hover { color: #9f1f1e; text-decoration: none; } ul { margin-top: 320px; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); margin:0; padding:0; display:flex; } ul li { list-style: none; } ul li a { position: relative; width:60px; height:60px; display:block; text-align:center; margin:0 10px; border-radius: 50%; padding: 6px; box-sizing: border-box; text-decoration:none; /* box-shadow: 0 10px 15px rgba(0,0,0,0.3); background: linear-gradient(0deg, #cc4c4c, #9f1f1e); */ transition: .5s; } ul li a:hover { box-shadow: 0 2px 5px rgba(0,0,0,0.4); text-decoration:none; } ul li a .fab { width: 132%; height:100%; display:block; /* background: linear-gradient(0deg, #9f1f1e, #eb5d5d); */ border-radius: 50%; line-height: calc(60px - 12px); font-size:24px; color: #000; transition: .5s; margin-left: -10px; } #menuToggle { display: block; position: absolute; top: 30px; right:385px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color:#d2d2d2; transition: color 0.3s ease; } #menuToggle a:hover { color: tomato; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; z-index: 4; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background:#d2d2d2; } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu { overflow: hidden; position: fixed; width: 290px; margin: 0px 0px 0px 155px; padding: 50px; padding-top: 125px; z-index: -1; background:#0e0e0e; list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ padding-left: 10px; transform-origin: 0% 0%; transform: translate(100%, 0); display: grid; align-items: self-end; align-items: center; justify-content: center; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); height: 100%; top: 0; } #menu li { padding: 10px 0; font-size: 19px; display: flex; justify-content: center; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } #menu li:hover { transform: scale3d(1.1, 1.1, 1); } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } @media only screen and (max-width: 600px) { .navbar-brand { padding-left: 15px; } .navbar-nav { padding-left: 15px; } .bg-img { background-image: none !important; width: 0px; height: 0px; /* position: relative; width: 495px; margin-left: -114px; margin-top: 0px; */ } .mod { margin-left: 20px; margin-top: 0px; } .navbar-gl { padding-top: 0rem; } .fas { font-size:50px; } .al { padding: 5rem 1.99rem;; /* padding: 5rem 2.5rem; */ } .log-title { font-size: 12px; margin-left: 11px; margin-top: -50px; } .fa-hotel { margin-left: -20px; } .card-gl { width: 20rem; } .alert-req { font-size: 0.9rem; } }
src/css/index.css
.row > .column { padding: 0 8px; } .row:after { content: ""; display: table; clear: both; } /* Create four equal columns that floats next to eachother */ .column { float: left; width: 25%; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000000e6; } /* Modal Content */ .modal-content { position: relative; background-color: #0000; margin: auto; padding: 0; width: 90%; max-width: 1200px; left: 150px; margin-top: -30px; } /* The Close Button */ .close { color: white; position: absolute; top: 10px; right: 25px; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: #999; text-decoration: none; cursor: pointer; } /* Hide the slides by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* 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); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* Caption text */ .caption-container { text-align: center; background-color: black; padding: 2px 16px; color: white; } img.demo { opacity: 0.6; } .active, .demo:hover { opacity: 1; } img.hover-shadow { transition: 0.3s; } .hover-shadow:hover { box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.49), 0 16px 40px 0 rgba(0, 0, 0, 0.49); } .navbar { padding-top: 0.8rem; padding-bottom: 1rem; } .navbar-brand { padding-left: 45px; } .navbar-nav { margin-left: auto; } .sidenav { height: 100%; /* Full-height: remove this if you want "auto" height */ width: 320px; /* Set the width of the sidebar */ position: fixed; /* Fixed Sidebar (stay in place on scroll) */ z-index: 2; /* Stay on top */ top: 0; /* Stay at the top */ right: 0; background-color:#9f1f1e; /* Black */ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 20px; } /* The navigation menu links */ .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 25px; color: #818181; display: block; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Style page content */ .main { margin-left: 0px; /* Same as the width of the sidebar */ padding: 0px 10px; } .active-nav { background-color:rgba(255, 255, 255, 0.14); border-radius: 5px; color: #000; } .nav-link { font-family: 'product_sansregular', Arial, sans-serif; } .al { color:#000; display: block; padding: .5rem 6rem; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; font-size: 16.5px; } .al:hover { color: #000; } .al:active { } .alert-noti { color: #1E54B7; background-color: #000d32; } .btn-close:focus { box-shadow: none !important; } html { scroll-behavior: smooth; } .card-gl { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 0rem; border-radius: none !important; width: 30rem; } .card-lol { max-width: 920px; left: 40; position: absolute; min-height: 200px; background-color: #141414; color: #d2d2d2; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .5rem; } .btn-gl { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; padding: .375rem .75rem; font-size: 1rem; border-radius: 0rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; font-size: 20; } .navbar-gl { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 2rem; padding-bottom: 1rem */; } .mod { position:absolute; margin-left: 250px; margin-top: 55px; } .illust-bg { width: 1521px; margin-left: -3px; margin-top: -17px; } .fas { font-size:60px; } .title { position: absolute; color: #9F1F1F; font-size: 80px; font-weight: 900; font-family: 'product_sansregular', Arial, sans-serif; letter-spacing: 10px; margin-top: 11rem; z-index: -1; } .log-title { font-size: 15px; margin-left: 74px; margin-top: 10px; font-family: 'product_sansregular', Arial, sans-serif; } .alert-req { font-size: 1.1rem; } .parafs { position: absolute; margin-top: 300px; margin-left: 20px; font-size: 16.5px; color: #d2d2d2; font-family: 'product_sansregular', Arial, sans-serif; letter-spacing: 3px; } .btnfs { position: absolute; background-color: #9f1f1e; color: #d2d2d2; margin-top: 490px; margin-left: 20px; border:none; border-radius: 5px; text-decoration: none; font-family: 'product_sansregular', Arial, sans-serif; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } .btnfs:hover { color: #d2d2d2; text-decoration: none; } .btn-lm-fs { position: absolute; background-color: #000; color: #9f1f1e; margin-top: 490px; margin-left: 20px; border: 2px solid #9f1f1e; border-radius: 5px; text-decoration: none; font-family: 'product_sansregular', Arial, sans-serif; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } .btn-lm-fs:hover { color: #9f1f1e; text-decoration: none; } ul { margin-top: 320px; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); margin:0; padding:0; display:flex; } ul li { list-style: none; } ul li a { position: relative; width:60px; height:60px; display:block; text-align:center; margin:0 10px; border-radius: 50%; padding: 6px; box-sizing: border-box; text-decoration:none; /* box-shadow: 0 10px 15px rgba(0,0,0,0.3); background: linear-gradient(0deg, #cc4c4c, #9f1f1e); */ transition: .5s; } ul li a:hover { box-shadow: 0 2px 5px rgba(0,0,0,0.4); text-decoration:none; } ul li a .fab { width: 132%; height:100%; display:block; /* background: linear-gradient(0deg, #9f1f1e, #eb5d5d); */ border-radius: 50%; line-height: calc(60px - 12px); font-size:24px; color: #000; transition: .5s; margin-left: -10px; } #menuToggle { display: block; position: absolute; top: 30px; right:385px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color:#d2d2d2; transition: color 0.3s ease; } #menuToggle a:hover { color: tomato; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; z-index: 4; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background:#d2d2d2; } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu { overflow: hidden; position: fixed; width: 290px; margin: 0px 0px 0px 155px; padding: 50px; padding-top: 125px; z-index: -1; background:#0e0e0e; list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ padding-left: 10px; transform-origin: 0% 0%; transform: translate(100%, 0); display: grid; align-items: self-end; align-items: center; justify-content: center; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); height: 100%; top: 0; } #menu li { padding: 10px 0; font-size: 19px; display: flex; justify-content: center; transition: all 0.5s linear; transform: scale3d(1, 1, 1); } #menu li:hover { transform: scale3d(1.1, 1.1, 1); } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } @media only screen and (max-width: 600px) { .navbar-brand { padding-left: 15px; } .navbar-nav { padding-left: 15px; } .bg-img { background-image: none !important; width: 0px; height: 0px; /* position: relative; width: 495px; margin-left: -114px; margin-top: 0px; */ } .mod { margin-left: 20px; margin-top: 0px; } .navbar-gl { padding-top: 0rem; } .fas { font-size:50px; } .al { padding: 5rem 1.99rem;; /* padding: 5rem 2.5rem; */ } .log-title { font-size: 12px; margin-left: 11px; margin-top: -50px; } .fa-hotel { margin-left: -20px; } .card-gl { width: 20rem; } .alert-req { font-size: 0.9rem; } }
0.347205
0.074231
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; -moz-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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; } /** * Owl Carousel v2.3.4 * Copyright 2013-2018 <NAME> * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ .owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative; } .owl-carousel { display: none; width: 100%; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; } .no-js .owl-carousel, .owl-carousel.owl-loaded { display: block; } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { background: 0 0; color: inherit; border: none; padding: 0 !important; font: inherit; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } .owl-carousel .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .owl-height { -webkit-transition: height 0.5s ease-in-out; -o-transition: height 0.5s ease-in-out; -moz-transition: height 0.5s ease-in-out; transition: height 0.5s ease-in-out; } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; } .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] { max-height: 0; } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; -o-transition: -o-transform 0.1s ease; -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -moz-background-size: contain; background-size: contain; -webkit-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } /* ========================================================================== Helper Index ========================================================================== */ /* ========================================================================== Mixin ========================================================================== */ /* Font Size ========================================================================== */ /* text-indent-hide ========================================================================== */ /* ellipsis ========================================================================== */ /* multiline-ellipsis ========================================================================== */ /* Shadow ========================================================================== */ /* Radius ========================================================================== */ /* clearfix ========================================================================== */ /* remove-tap-highlight ========================================================================== */ /* scroll ========================================================================== */ /* placeholder-color ========================================================================== */ /* firefox-browser ========================================================================== */ /* ========================================================================== Functions ========================================================================== */ /* ========================================================================== Base Index ========================================================================== */ /* ========================================================================== Reboot ========================================================================== */ /*/ * Base * ----------------------------------------------------------------------------- /*/ *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-stroke-width: 0; -webkit-text-stroke-color: transparent; } html { min-height: 100%; font-size: 62.5%; /* 1rem == 10px */ position: relative; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0; } @-ms-viewport { width: device-width; } [hidden] { display: none !important; } a { font-weight: inherit; outline: 0; color: inherit; } a:hover, a:active, a:focus { outline: 0; } a img { border: none; } img { max-width: 100%; vertical-align: middle; border-style: none; font-size: 1.2rem; } svg { overflow: hidden; vertical-align: middle; } hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; overflow: visible; } header, section, footer, aside, nav, main, article, figure { display: block; } strong, b { font-weight: bold; } em, i { font-style: italic; } u { text-decoration: underline; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 1; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } p, ul, ol, table, h1, h2, h3, h4, h5, h6 { margin: 0 0 16px; } h1, h2, h3, h4, h5, h6 { line-height: 1.3; } ul, ol { padding-left: 24px; } pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } /*/ * Form * ----------------------------------------------------------------------------- /*/ label, button { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input, button, select, optgroup, textarea { font-family: inherit; font-size: 100%; line-height: inherit; margin: 0; outline: 0; } button, select { text-transform: none; } select, option { outline: 0; } select:active, select:hover, option:active, option:hover { outline: 0; } button { cursor: pointer; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; height: auto; } [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration, [type=search] { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } input[type=number] { -moz-appearance: textfield; } /*/ * Table * ----------------------------------------------------------------------------- /*/ table { border-collapse: collapse; } th { text-align: inherit; } /* ========================================================================== Project Index ========================================================================== */ /* ========================================================================== Init Index ========================================================================== */ /* ========================================================================== Init: Fonts ========================================================================== */ @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Medium.eot"); src: url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.ttf") format("truetype"), url("../fonts/Rubik-Medium.svg#Rubik-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Regular.eot"); src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.svg#Rubik-Regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Bold.eot"); src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.ttf") format("truetype"), url("../fonts/Rubik-Bold.svg#Rubik-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-SemiBold.eot"); src: url("../fonts/Rubik-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik-SemiBold.woff") format("woff"), url("../fonts/Rubik-SemiBold.ttf") format("truetype"), url("../fonts/Rubik-SemiBold.svg#Rubik-SemiBold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: "crappo-icons"; src: url("../fonts/crappo-icons.eot?1xn3wm"); src: url("../fonts/crappo-icons.eot?1xn3wm#iefix") format("embedded-opentype"), url("../fonts/crappo-icons.ttf?1xn3wm") format("truetype"), url("../fonts/crappo-icons.woff?1xn3wm") format("woff"), url("../fonts/crappo-icons.svg?1xn3wm#crappo-icons") format("svg"); font-weight: normal; font-style: normal; font-display: block; } /* ========================================================================== Variable Index ========================================================================== */ /* ========================================================================== Variable: Colors ========================================================================== */ /* ========================================================================== Variable: Grid ========================================================================== */ /* ========================================================================== Variable: Screen ========================================================================== */ /* ========================================================================== Variable: Shadow ========================================================================== */ /* ========================================================================== Variable: Radius ========================================================================== */ /* ========================================================================== Variable: Typography ========================================================================== */ /* ========================================================================== Variable: z-index ========================================================================== */ /* ========================================================================== Mixins Index ========================================================================== */ /* ========================================================================== Mixin: Responsive ========================================================================== */ /* ========================================================================== Init: Burger Menu ========================================================================== */ /* ========================================================================== Init: Default ========================================================================== */ body { font-family: "Rubik", sans-serif; font-weight: 400; background-color: #0d0d2b; color: #222; font-size: 1.6rem; line-height: 2.4rem; } body.rm-scroll { overflow: hidden; -ms-touch-action: none; touch-action: none; } body.hold-transition *, body.hold-transition *::before, body.hold-transition *::after { -webkit-transition: none !important; -o-transition: none !important; -moz-transition: none !important; transition: none !important; } html { scroll-behavior: smooth; } h1 { font-size: 6.4rem; line-height: 7.2rem; font-weight: 700; } h2 { font-size: 4rem; line-height: 6rem; font-weight: 700; } h3 { font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; } h4 { font-size: 2rem; line-height: 2.8rem; font-weight: 700; } h5 { font-size: 1.8rem; line-height: 2.4rem; font-weight: 700; } h6 { font-size: 1.6rem; line-height: 2.8rem; font-weight: 700; } p, li, td, label { font-size: 1.6rem; line-height: 2.4rem; } strong, b { font-weight: 700; } /* ========================================================================== Grid Index ========================================================================== */ /* ========================================================================== Grid System ========================================================================== */ .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 1234px) { .container { max-width: initial; padding-left: 32px; padding-right: 32px; } } @media only screen and (max-width: 767.98px) { .container { padding-left: 24px; padding-right: 24px; } } .main-site { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; padding-top: 164px; } @media only screen and (max-width: 1199.98px) { .main-site { padding-top: 108px; } } @media only screen and (max-width: 991.98px) { .main-site { padding-top: 64px; } } /* ========================================================================== Components Index ========================================================================== */ /* ========================================================================== Components Hero Banner ========================================================================== */ .hero-banner { background-image: url(../img/bg/headline-bg.png); -moz-background-size: auto 100%; background-size: auto 100%; background-repeat: no-repeat; background-position: center bottom; } .hero-banner::before, .hero-banner::after { content: " "; display: table; } .hero-banner::after { clear: both; } .hero-banner .hero-banner__img { width: 50%; float: right; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__img { width: 100%; float: none; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__img { margin-bottom: 16px; } } .hero-banner .hero-banner__img__el { display: block; } .hero-banner .hero-banner__txt { width: 50%; float: left; padding: 64px 0; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__txt { float: none; width: 100%; padding: 0; } } .hero-banner .hero-banner__info { max-width: 365px; background-color: rgba(255, 255, 255, 0.1); padding: 4px 12px 0 4px; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; margin-bottom: 24px; height: 40px; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__info { margin-bottom: 16px; height: 38px; } } @media only screen and (max-width: 767.98px) { .hero-banner .hero-banner__info { padding-right: 8px; margin-bottom: 16px; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__info { padding-right: 0; } } .hero-banner .hero-banner__info__sale { text-transform: uppercase; display: inline-block; color: #0d0d2b; padding: 2px 16px; max-width: 112px; font-weight: 500; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; background-color: #fff; margin-right: 16px; font-size: 1.6rem; line-height: 2.8rem; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__info__sale { max-width: initial; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__info__sale { font-size: 1.2rem; line-height: 1.6rem; padding: 6px 8px; margin-right: 8px; margin-bottom: 0; } } .hero-banner .hero-banner__info__desc { color: #fff; font-size: 1.6rem; line-height: 2.8rem; } .hero-banner .hero-banner__title { font-size: 6.4rem; line-height: 7.2rem; color: #fff; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__title { font-size: 3.2rem; line-height: 3.6rem; } } .hero-banner .hero-banner__desc { max-width: 430px; margin-bottom: 32px; color: #e0e0e0; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__desc { max-width: initial; } } .hero-banner .hero-banner__btn__txt { font-size: 1.8rem; line-height: 2.4rem; color: #fff; vertical-align: middle; font-size: 0; margin-right: 24px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } /* ========================================================================== Components Crypto ========================================================================== */ .crypto__box { padding: 48px 24px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); -moz-box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); position: relative; background-color: #fff; } .crypto__box:hover { background-color: #2b076e; -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); } .crypto__box:hover .crypto__box__title, .crypto__box:hover .crypto__box__desc { color: #fff; } .crypto__box:hover .btn--round { background-color: #3671e9; border-color: transparent; padding: 14px 16px 14px 24px; color: #fff; font-size: 1.6rem; line-height: 2.8rem; } .crypto__box:hover .btn--round .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); margin-left: 24px; } @media only screen and (max-width: 991.98px) { .crypto__box { padding: 40px 16px; } } .crypto__box__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .crypto__box__img { margin-bottom: 48px; } @media only screen and (max-width: 1199.98px) { .crypto__box__img { margin-bottom: 32px; } } @media only screen and (max-width: 575.86px) { .crypto__box__img { margin-bottom: 16px; } } .crypto__box__img__el { width: 80px; display: block; margin: 0 auto; } .crypto__box__title { margin-bottom: 40px; } @media only screen and (max-width: 991.98px) { .crypto__box__title { margin-bottom: 32px; } } @media only screen and (max-width: 575.86px) { .crypto__box__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .crypto__box__title__small { font-size: 1.6rem; line-height: 2.8rem; color: #bdbdbd; } .crypto__box__desc { color: #828282; margin-bottom: 24px; } /* ========================================================================== Components Subscribe ========================================================================== */ .subscribe { padding: 88px 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b076e), to(#0d0d2b)); background: -webkit-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: -moz-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: -o-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: linear-gradient(180deg, #2b076e 0, #0d0d2b 100%); position: relative; } @media only screen and (max-width: 991.98px) { .subscribe { padding: 40px 0; } } @media only screen and (max-width: 767.98px) { .subscribe { padding: 24px 0; } } .subscribe::before { content: ""; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; z-index: -1; background-image: url(../img/bg/subscribe-bg.svg); background-repeat: no-repeat; -moz-background-size: contain; background-size: contain; background-position: center; } .subscribe__box { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; padding: 48px; background-image: url(../img/bg/subscribe-box-bg.svg); background-color: #3671e9; background-repeat: no-repeat; -moz-background-size: auto 100%; background-size: auto 100%; background-position: center center; font-size: 0; } @media only screen and (max-width: 1199.98px) { .subscribe__box { -moz-background-size: auto 80%; background-size: auto 80%; background-position: left top; } } @media only screen and (max-width: 767.98px) { .subscribe__box { padding: 32px; } } @media only screen and (max-width: 575.86px) { .subscribe__box { padding: 24px; } } .subscribe__txt { display: inline-block; vertical-align: middle; width: 50%; } @media only screen and (max-width: 991.98px) { .subscribe__txt { width: 100%; } } .subscribe__title { margin-bottom: 16px; font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 575.86px) { .subscribe__title { font-size: 2rem; line-height: 2.8rem; } } .subscribe__desc { margin-bottom: 0; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; color: #fff; max-width: 348px; } @media only screen and (max-width: 991.98px) { .subscribe__desc { max-width: 100%; margin-bottom: 16px; } } .subscribe__form { display: inline-block; vertical-align: middle; width: 50%; font-size: 0; } @media only screen and (max-width: 991.98px) { .subscribe__form { width: 100%; } } @media only screen and (max-width: 767.98px) { .subscribe__form { padding: 0; } } .subscribe__form__row { width: 68%; display: inline-block; vertical-align: middle; padding-right: 6.6%; } @media only screen and (max-width: 767.98px) { .subscribe__form__row { width: 100%; margin-bottom: 32px; padding-right: 0; } } .subscribe__form__btn { width: 25%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 767.98px) { .subscribe__form__btn { width: 100%; } } /* ========================================================================== Components: Input form ========================================================================== */ .fi-row { position: relative; margin-bottom: 32px; font-size: 0; } .fi-row:last-child { margin-bottom: 0; } .fi-row i { position: absolute; top: 20px; right: 16px; font-size: 1.6rem; line-height: 2.8rem; } @media only screen and (max-width: 991.98px) { .fi-row i { padding: 4px 0; top: 10px; } } .fi-inner { position: relative; display: inline-block; vertical-align: middle; width: 100%; padding-right: 24px; } @media only screen and (max-width: 575.86px) { .fi-inner { width: 100%; padding-right: 0; margin-bottom: 32px; } .fi-inner:last-child { margin-bottom: 0; } } .fi-inner:last-child { padding-right: 0; } .fi-label { display: block; font-size: 1.8rem; line-height: 2.4rem; font-weight: 400; margin-bottom: 12px; } @media only screen and (max-width: 767.98px) { .fi-label { font-size: 1.6rem; line-height: 2.8rem; } } .fi-single-line { display: block; width: 100%; border: 0; outline: 0; font-size: 1.6rem; line-height: 2.8rem; color: #fff; padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); background-color: transparent; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 767.98px) { .fi-single-line { font-size: 1.4rem; line-height: 2rem; } } @media only screen and (max-width: 320px) { .fi-single-line { font-size: 1.2rem; line-height: 1.6rem; } } .fi-single-line:-moz-placeholder-shown { color: #fff; -webkit-text-fill-color: #fff; } .fi-single-line:-ms-input-placeholder { color: #fff; -webkit-text-fill-color: #fff; } .fi-single-line:placeholder-shown { color: #fff; -webkit-text-fill-color: #fff; } .fi-multiline { resize: none; height: 96px; } .fi-dropdown { position: relative; padding-right: 48px; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .fi-dropdown__input { position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0; } .fi-dropdown__text { margin-bottom: 0; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .fi-dropdown + i { display: inline-block; font-size: 3.2rem; line-height: 3.6rem; top: 14px; z-index: 5; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; } .fi-dropdown-menu { list-style: none; padding: 8px 0; margin: 0; position: absolute; top: 64px; left: 0; right: 0; max-width: 100%; max-height: 185px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; visibility: hidden; -webkit-transform: translateY(8px); -moz-transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px); transform: translateY(8px); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; -webkit-transition: all 0.25s ease 0.1s; -o-transition: all 0.25s ease 0.1s; -moz-transition: all 0.25s ease 0.1s; transition: all 0.25s ease 0.1s; } .fi-dropdown-menu::-webkit-scrollbar { -webkit-appearance: none; display: none; width: 0; } .fi-dropdown-item { display: block; padding: 12px 24px; font-size: 1.6rem; line-height: 2.8rem; cursor: pointer; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .fi-dropdown--show .fi-dropdown-menu { opacity: 1; visibility: visible; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .fi-dropdown--show i { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } .fi-alert { opacity: 0; visibility: hidden; position: absolute; bottom: -24px; left: 0; font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; color: #cf000f; text-align: left; margin-bottom: 0; -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); -ms-transform: translateX(-8px); -o-transform: translateX(-8px); transform: translateX(-8px); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; } .error .fi-alert { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; visibility: visible; } /* ========================================================================== Elements Index ========================================================================== */ /* ========================================================================== Init: Icons ========================================================================== */ [class^=crappo-], [class*=" crappo-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "crappo-icons" !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .crappo-chevron-down:before { content: "\e911"; } .crappo-chevron-right:before { content: "\e904"; } .crappo-chart:before { content: "\e900"; } .crappo-earth:before { content: "\e901"; } .crappo-ethereum:before { content: "\e902"; } .crappo-litecoin:before { content: "\e903"; } .crappo-mastercard .path1:before { content: "\e905"; color: #bdbdbd; } .crappo-mastercard .path2:before { content: "\e906"; margin-left: -1em; color: #828282; } .crappo-mastercard .path3:before { content: "\e907"; margin-left: -1em; color: #e0e0e0; } .crappo-user:before { content: "\e908"; } .crappo-bitcoin-solid:before { content: "\e909"; } .crappo-bitcoin-circle .path1:before { content: "\e90a"; color: #e0e0e0; } .crappo-bitcoin-circle .path2:before { content: "\e90b"; margin-left: -1em; color: #0d0d2b; } .crappo-youtube:before { content: "\e90c"; } .crappo-instagram:before { content: "\e90d"; } .crappo-linkedin:before { content: "\e90e"; } .crappo-facebook:before { content: "\e90f"; } .crappo-twitter:before { content: "\e910"; } /* ========================================================================== Init: Button ========================================================================== */ .btn { min-height: 60px; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; display: inline-block; outline: 0; border: none; text-decoration: none; font-weight: 400; font-size: 1.6rem; line-height: 2.8rem; border: 1px solid transparent; text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-width: 148px; padding: 16px 32px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 575.86px) { .btn { min-height: 20px; padding: 8px 0; } } .btn--banner { background-color: #3671e9; border-color: #3671e9; color: #fff; min-height: 20px; padding: 16px 32px; } @media only screen and (max-width: 767.98px) { .btn--banner { padding: 8px 16px; } } .btn--banner:hover { background-color: #fff; } .btn--banner:hover .btn__txt { font-size: 1.6rem; line-height: 2.8rem; color: #0d0d2b; } .btn--banner:hover .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); -moz-background-size: 8px auto; background-size: 8px auto; -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); } @media only screen and (max-width: 767.98px) { .btn--banner:hover .btn__icon { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); } } .btn--banner .btn__txt { color: #fff; font-size: 1.6rem; line-height: 2.8rem; margin-right: 6px; } .btn--banner .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); width: 24px; height: 24px; -moz-background-size: 8px auto; background-size: 8px auto; } .btn--primary { background-color: #3671e9; border-color: #3671e9; color: #fff; } .btn--primary .btn__txt { color: #fff; font-size: 1.6rem; line-height: 2.8rem; margin-right: 24px; } .btn--primary .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); -moz-background-size: 8px auto; background-size: 8px auto; } .btn--primary:hover { background-color: #fff; border-color: #fff; color: #0d0d2b; } .btn--secondary { background-color: #fff; } .btn--secondary:hover { background-color: transparent; border-color: #fff; color: #fff; } .btn--confirm { background-color: #3671e9; border-color: #3671e9; color: #fff; } .btn--confirm:hover { background-color: transparent; border-color: #3671e9; color: #3671e9; } .btn--subscribe { background-color: #fff; } @media only screen and (max-width: 767.98px) { .btn--subscribe { width: 100%; } } .btn--subscribe:hover { background-color: transparent; border-color: #fff; color: #fff; } .btn--calculate { background-color: #3671e9; border-color: #3671e9; color: #fff; } @media only screen and (max-width: 575.86px) { .btn--calculate { width: 100%; } } .btn--calculate:hover { background-color: transparent; border-color: #3671e9; color: #3671e9; } .btn--round { background-color: #fff; border-color: rgba(43, 7, 110, 0.2); min-width: initial; font-size: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding: 14px; } .btn__txt { display: inline-block; vertical-align: middle; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .btn__icon { width: 32px; height: 32px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; display: inline-block; vertical-align: middle; background-image: url(../img/icons/arrow-right.svg); -moz-background-size: 8px auto; background-size: 8px auto; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } /* ========================================================================== Init: Section Title ========================================================================== */ .section-title { font-size: 4rem; line-height: 6rem; margin-bottom: 100px; color: #fff; max-width: 768px; text-align: center; margin: 0 auto 100px; } /* ========================================================================== Elements Sweet Alert ========================================================================== */ .mr-12 { margin: 0; } .swal2-title { font-size: 28px !important; } .swal2-html-container { font-size: 16px !important; } .swal2-container.swal2-center > .swal2-popup { height: 320px !important; width: 500px !important; grid-column: 2; grid-row: 2; align-self: center; justify-self: center; } .swal2-success-ring { color: #08ab53 !important; border: solid 2px #08ab53 !important; } .swal2-icon.swal2-success [class^=swal2-success-line] { background-color: #08ab53 !important; border: solid 2px #08ab53 !important; } .swal2-icon { position: relative; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 5em; height: 5em; margin-bottom: 18px !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border-color: #222; font-family: inherit; line-height: 5em; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swal2-title { position: relative; max-width: 100%; padding: 0 !important; margin: 0 0 16px !important; color: #222 !important; font-size: 2rem; line-height: 2.8rem; text-align: center; text-transform: none; word-wrap: break-word; } .swal2-html-container { z-index: 1; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 14px !important; padding: 0; max-width: 370px; overflow: auto; color: #222 !important; font-size: 1.8rem; line-height: 2.4rem; text-align: center; word-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767.98px) { .swal2-html-container { max-width: 380px; } } /* ========================================================================== Layouts Index ========================================================================== */ /* ========================================================================== Layouts Header ========================================================================== */ .header { padding: 56px 0; background-color: #0d0d2b; position: fixed; top: 0; left: 0; z-index: 9; width: 100%; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } @media only screen and (max-width: 1199.98px) { .header { padding: 48px 0; } } @media only screen and (max-width: 991.98px) { .header { padding: 16px 0; } } @media only screen and (max-width: 767.98px) { .header { padding: 12px 0; } } .scroll-down .header { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; } .header-on-scroll .header { -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; } .header-on-scroll .header { padding: 14px 0; -webkit-box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); -moz-box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); } .header__content::before, .header__content::after { content: " "; display: table; } .header__content::after { clear: both; } .header__logo { margin: 4px 0; float: left; width: 132px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .header__logo { margin-top: 0; margin-bottom: 0; } } .header__logo__el { display: block; height: 40px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 991.98px) { .header__logo__el .scroll-down, .header-on-scroll .header__logo__el { margin: 0; } } @media only screen and (max-width: 1199.98px) { .header .overlay { position: fixed; top: 68px; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transition-delay: 0.25s; -moz-transition-delay: 0.25s; -o-transition-delay: 0.25s; transition-delay: 0.25s; } .show-menu .header .overlay { visibility: visible; opacity: 1; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } .header__menu { float: right; padding: 14px 0; } .header__list { list-style: none; margin: 0; padding: 0; } @media only screen and (max-width: 991.98px) { .header__list { position: fixed; float: none; padding: 24px 24px 32px; top: 68px; left: 0; right: 0; width: 100%; bottom: 0; background-color: #0a0a21; z-index: 9; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: all 0.55s ease; -o-transition: all 0.55s ease; -moz-transition: all 0.55s ease; transition: all 0.55s ease; -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; overflow-y: auto; overflow-x: hidden; } .show-menu .header__list { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } @media only screen and (max-width: 767.98px) { .header__list { top: 68px; } } .header__item { display: inline-block; margin-right: 32px; } .header__item:last-child { margin-bottom: 0; } @media only screen and (max-width: 991.98px) { .header__item { width: 100%; margin-bottom: 16px; margin-right: 0; -webkit-transform: translateX(24px); -moz-transform: translateX(24px); -ms-transform: translateX(24px); -o-transform: translateX(24px); transform: translateX(24px); opacity: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .header__item:nth-child(1) { -webkit-transition-delay: 410ms; -moz-transition-delay: 410ms; -o-transition-delay: 410ms; transition-delay: 410ms; } .header__item:nth-child(2) { -webkit-transition-delay: 345ms; -moz-transition-delay: 345ms; -o-transition-delay: 345ms; transition-delay: 345ms; } .header__item:nth-child(3) { -webkit-transition-delay: 280ms; -moz-transition-delay: 280ms; -o-transition-delay: 280ms; transition-delay: 280ms; } .header__item:nth-child(4) { -webkit-transition-delay: 215ms; -moz-transition-delay: 215ms; -o-transition-delay: 215ms; transition-delay: 215ms; } .header__item:nth-child(5) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } .show-menu .header__item { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; opacity: 1; visibility: visible; } .show-menu .header__item:nth-child(1) { -webkit-transition-delay: 540ms; -moz-transition-delay: 540ms; -o-transition-delay: 540ms; transition-delay: 540ms; } .show-menu .header__item:nth-child(2) { -webkit-transition-delay: 605ms; -moz-transition-delay: 605ms; -o-transition-delay: 605ms; transition-delay: 605ms; } .show-menu .header__item:nth-child(3) { -webkit-transition-delay: 670ms; -moz-transition-delay: 670ms; -o-transition-delay: 670ms; transition-delay: 670ms; } .show-menu .header__item:nth-child(4) { -webkit-transition-delay: 735ms; -moz-transition-delay: 735ms; -o-transition-delay: 735ms; transition-delay: 735ms; } .show-menu .header__item:nth-child(5) { -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; } } .header__item:nth-last-child(2) { margin-right: 56px; } @media only screen and (max-width: 991.98px) { .header__item:nth-last-child(2) { margin-right: 0; } } .header__item:last-child { margin-right: 48px; position: relative; } .header__item:last-child::after { content: ""; position: absolute; right: -24px; top: 2px; bottom: 0; border: solid 1px #f2f2f2; opacity: 0.5; } @media only screen and (max-width: 991.98px) { .header__item:last-child::after { display: none; } } .header__link { color: #fff; text-decoration: none; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .header__link:hover { color: #3671e9; } @media only screen and (max-width: 991.98px) { .header__link { padding: 8px 16px; display: block; } } .header__btn { float: right; background-color: #3671e9; display: block; width: 130px; padding: 14px 32px; text-align: center; text-decoration: none; outline: 0; border: solid 1px transparent; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header__btn:hover { background-color: #fff; } @media only screen and (max-width: 991.98px) { .header__btn:hover { background-color: #2b076e; } } .header__btn:hover .header__btn__txt { color: #0d0d2b; } @media only screen and (max-width: 991.98px) { .header__btn { line-height: 40px; background-color: #3671e9; min-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 40px; margin-right: 12px; border: none; padding: 0; } } @media only screen and (max-width: 767.98px) { .header__btn { margin-right: 8px; } } .header__btn__icon { display: none; } @media only screen and (max-width: 991.98px) { .header__btn__icon { display: inline-block; width: 24px; } } .header__btn__txt { text-decoration: none; color: #fff; } @media only screen and (max-width: 991.98px) { .header__btn__txt { display: none; } } .burger-menu { display: none; border: 0; outline: 0; padding: 0; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; cursor: pointer; width: 40px; height: 40px; background-color: #3671e9; } @media only screen and (max-width: 991.98px) { .burger-menu { background-color: #2b076e; display: block; float: right; } } .burger-menu__bar { width: 16px; height: 2px; background-color: #fff; margin: 4px auto; display: block; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .show-menu .burger-menu__bar:nth-child(1) { -webkit-transform: rotate(133deg) translate(5px, -4px); -moz-transform: rotate(133deg) translate(5px, -4px); -ms-transform: rotate(133deg) translate(5px, -4px); -o-transform: rotate(133deg) translate(5px, -4px); transform: rotate(133deg) translate(5px, -4px); -webkit-transition-delay: 0.45s; -moz-transition-delay: 0.45s; -o-transition-delay: 0.45s; transition-delay: 0.45s; width: 17px; } .show-menu .burger-menu__bar:nth-child(2) { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); opacity: 0; -webkit-transition-delay: 0.15s; -moz-transition-delay: 0.15s; -o-transition-delay: 0.15s; transition-delay: 0.15s; } .show-menu .burger-menu__bar:nth-child(3) { -webkit-transform: rotate(-135deg) translate(4px, 4px); -moz-transform: rotate(-135deg) translate(4px, 4px); -ms-transform: rotate(-135deg) translate(4px, 4px); -o-transform: rotate(-135deg) translate(4px, 4px); transform: rotate(-135deg) translate(4px, 4px); -webkit-transition-delay: 0.45s; -moz-transition-delay: 0.45s; -o-transition-delay: 0.45s; transition-delay: 0.45s; width: 17px; } /* ========================================================================== Layouts Hero Banner ========================================================================== */ .hero-banner { position: relative; overflow: hidden; padding: 24px 0 104px; } .hero-banner::before, .hero-banner::after { content: " "; display: table; } .hero-banner::after { clear: both; } .hero-banner__img { opacity: 0; -webkit-transform: translateX(-32px); -moz-transform: translateX(-32px); -ms-transform: translateX(-32px); -o-transform: translateX(-32px); transform: translateX(-32px); -webkit-transition: all 1.1s ease 0s; -o-transition: all 1.1s ease 0s; -moz-transition: all 1.1s ease 0s; transition: all 1.1s ease 0s; } .hero-banner__info, .hero-banner__title, .hero-banner__desc, .hero-banner__btn { opacity: 0; -webkit-transform: translateX(32px); -moz-transform: translateX(32px); -ms-transform: translateX(32px); -o-transform: translateX(32px); transform: translateX(32px); -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; transition: all 1s ease 0s; } .hero-banner--single .hero-banner__img, .hero-banner .owl-item.active .hero-banner__img { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: opacity 0.1 ease, -webkit-transform 0.1s ease; transition: opacity 0.1 ease, -webkit-transform 0.1s ease; -o-transition: opacity 0.1 ease, -o-transform 0.1s ease; -moz-transition: opacity 0.1 ease, transform 0.1s ease, -moz-transform 0.1s ease; transition: opacity 0.1 ease, transform 0.1s ease; transition: opacity 0.1 ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease; -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; } .hero-banner--single .hero-banner__info, .hero-banner--single .hero-banner__title, .hero-banner--single .hero-banner__desc, .hero-banner--single .hero-banner__btn, .hero-banner .owl-item.active .hero-banner__info, .hero-banner .owl-item.active .hero-banner__title, .hero-banner .owl-item.active .hero-banner__desc, .hero-banner .owl-item.active .hero-banner__btn { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; transition: all 1s ease 0s; } .hero-banner--single .hero-banner__info, .hero-banner .owl-item.active .hero-banner__info { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; } .hero-banner--single .hero-banner__title, .hero-banner .owl-item.active .hero-banner__title { -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; } .hero-banner--single .hero-banner__desc, .hero-banner .owl-item.active .hero-banner__desc { -webkit-transition-delay: 0.7s; -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; transition-delay: 0.7s; } .hero-banner--single .hero-banner__btn, .hero-banner .owl-item.active .hero-banner__btn { -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; } /* ========================================================================== Layouts Number ========================================================================== */ .number { padding: 96px 0 88px; overflow: hidden; background-color: #0d0d2b; font-size: 0; } @media only screen and (max-width: 1199.98px) { .number { padding: 88px 0 80px; } } @media only screen and (max-width: 991.98px) { .number { padding: 80px 0 72px; } } .number__list { background-color: #0d0d2b; padding: 0; margin: 0; list-style: none; text-align: left; color: #fff; } .number__list::before, .number__list::after { content: " "; display: table; } .number__list::after { clear: both; } @media only screen and (max-width: 991.98px) { .number__list { margin-right: -32px; margin-left: -32px; padding: 0 32px; white-space: nowrap; overflow-y: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; } .number__list::-webkit-scrollbar { -webkit-appearance: none; display: none; width: 0; } } @media only screen and (max-width: 767.98px) { .number__list { margin-right: -24px; margin-left: -24px; padding: 0 24px; } } .number__list__item { display: inline-block; vertical-align: middle; width: 33.3333333%; } @media only screen and (max-width: 991.98px) { .number__list__item { width: 320px; white-space: normal; } } .number__list__item:last-child { margin-right: 0; } .number__list__item__img { background-color: rgba(255, 255, 255, 0.1); width: 80px; height: 80px; padding: 24px; margin-right: 24px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 767.98px) { .number__list__item__img { margin-right: 16px; width: 60px; height: 60px; line-height: 40px; padding: 14px; } } .number__list__item__img i { font-size: 3.2rem; line-height: 3.6rem; color: #3671e9; } @media only screen and (max-width: 767.98px) { .number__list__item__img i { width: 30px; } } .number__list__item__txt { display: inline-block; vertical-align: middle; text-align: left; } .number__list__item__txt__title { margin-bottom: 4px; font-size: 4rem; line-height: 6rem; font-weight: 700; } @media only screen and (max-width: 575.86px) { .number__list__item__txt__title { font-size: 2rem; line-height: 2.8rem; } } .number__list__item__txt__desc { margin: 0; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; } /* ========================================================================== Layouts Why Crappo ========================================================================== */ .why-crappo { padding: 88px 0 80px; position: relative; } @media only screen and (max-width: 1199.98px) { .why-crappo { padding: 72px 0 64px; } } @media only screen and (max-width: 991.98px) { .why-crappo { padding: 54px 0 48px; } } @media only screen and (max-width: 767.98px) { .why-crappo { padding: 40px 0 32px; } } @media only screen and (max-width: 575.86px) { .why-crappo { padding: 24px 0 16px; } } .why-crappo::before { content: ""; display: block; position: absolute; background-image: url(../img/bg/u.png); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 240px; height: 240px; z-index: 2; bottom: -64px; right: 0; } @media only screen and (max-width: 1199.98px) { .why-crappo::before { width: 180px; height: 180px; } } @media only screen and (max-width: 575.86px) { .why-crappo::before { width: 140px; height: 140px; } } .why-crappo::after { content: ""; display: block; position: absolute; background-image: url(../img/bg/d.png); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 260px; height: 260px; z-index: 2; top: -80px; right: 0; } @media only screen and (max-width: 1199.98px) { .why-crappo::after { width: 180px; height: 180px; } } .why-crappo__wrapper::before, .why-crappo__wrapper::after { content: " "; display: table; } .why-crappo__wrapper::after { clear: both; } .why-crappo__img { float: left; width: 60%; padding-right: 120px; } @media only screen and (max-width: 991.98px) { .why-crappo__img { padding-right: 0; width: 100%; display: block; margin-bottom: 16px; } } .why-crappo__img__el { display: block; width: 100%; } .why-crappo__txt { float: right; width: 40%; display: table; min-height: 473px; } @media only screen and (max-width: 991.98px) { .why-crappo__txt { width: 100%; min-height: initial; } } .why-crappo__txt__wrapper { display: table-cell; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .why-crappo__txt__wrapper { vertical-align: top; } } .why-crappo__title { margin-bottom: 24px; font-size: 4rem; line-height: 6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 991.98px) { .why-crappo__title { margin-bottom: 16px; } } @media only screen and (max-width: 767.98px) { .why-crappo__title { margin-bottom: 8px; } } @media only screen and (max-width: 575.86px) { .why-crappo__title { font-size: 2rem; line-height: 2.8rem; } } .why-crappo__desc { font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; margin-bottom: 32px; color: #fff; } /* ========================================================================== Layouts Calculator ========================================================================== */ .calculate { padding: 88px 0; position: relative; } @media only screen and (max-width: 991.98px) { .calculate { padding: 72px 0 40px; } } @media only screen and (max-width: 767.98px) { .calculate { padding: 64px 0 32px; } } .calculate::before { content: ""; width: 100%; height: 264px; display: block; background-color: #f8f9fb; position: absolute; bottom: 0; left: 0; z-index: -1; } .calculate__txt { margin: 0 auto; text-align: center; max-width: 622px; margin-bottom: 64px; } @media only screen and (max-width: 767.98px) { .calculate__txt { margin-bottom: 32px; } } .calculate__title { font-size: 4rem; line-height: 6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 575.86px) { .calculate__title { font-size: 2rem; line-height: 2.8rem; } } .calculate__desc { font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; color: #e0e0e0; margin-bottom: 0; } .calculate__box { background-color: #fff; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; max-width: 942px; margin: 0 auto; padding: 48px; -webkit-box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); -moz-box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); } @media only screen and (max-width: 767.98px) { .calculate__box { padding: 24px; } } .calculate__rate { margin-bottom: 96px; font-size: 0; } @media only screen and (max-width: 1199.98px) { .calculate__rate { margin-bottom: 72px; } } @media only screen and (max-width: 991.98px) { .calculate__rate { margin-bottom: 54px; } } @media only screen and (max-width: 767.98px) { .calculate__rate { margin-bottom: 40px; } } .calculate__input { width: 82.5%; display: inline-block; vertical-align: middle; padding-right: 48px; } @media only screen and (max-width: 991.98px) { .calculate__input { width: 100%; display: block; padding-right: 0; margin-bottom: 16px; } } .calculate__input-txt { display: inline-block; vertical-align: middle; width: 58%; margin-right: 6.9%; color: #0d0d2b; font-size: 2rem; line-height: 2.8rem; padding-bottom: 8px; background-color: transparent; border-width: 0px 0px 1px; -webkit-border-image: initial; -moz-border-image: initial; -o-border-image: initial; border-image: initial; outline: 0; border-bottom: 1px solid #e0e0e0; } .calculate__input-txt:-moz-placeholder-shown { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } .calculate__input-txt:-ms-input-placeholder { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } .calculate__input-txt:placeholder-shown { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } @media only screen and (max-width: 575.86px) { .calculate__input-txt { width: 100%; margin-bottom: 16px; font-size: 1.6rem; line-height: 2.8rem; margin-right: 0; } } .calculate__input-slct { display: inline-block; vertical-align: middle; width: 35.1%; background-image: url(../img/icons/th-icon-arrow-down.svg); background-color: transparent; -moz-background-size: 12px; background-size: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-repeat: no-repeat; background-position: right center; font-size: 1.6rem; line-height: 2.8rem; color: #0d0d2b; border: 0; outline: 0; font-size: 2rem; line-height: 3rem; border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; background-color: transparent; } @media only screen and (max-width: 575.86px) { .calculate__input-slct { font-size: 1.6rem; line-height: 2.8rem; width: 100%; } } .calculate__btn { width: 17.5%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .calculate__btn { width: 100%; } } .calculate__estimated__title { text-transform: uppercase; font-weight: 500; color: #3671e9; margin-bottom: 16px; } @media only screen and (max-width: 767.98px) { .calculate__estimated__title { font-size: 1.6rem; line-height: 2.8rem; } } .calculate__estimated__eth { text-transform: uppercase; margin-bottom: 4px; color: #0d0d2b; } @media only screen and (max-width: 767.98px) { .calculate__estimated__eth { font-size: 2rem; line-height: 2.8rem; } } .calculate__estimated__dollar { color: #3671e9; margin-left: 4px; } .calculate__estimated__revenue { color: #828282; margin-bottom: 0; } /* ========================================================================== Layouts Crypto ========================================================================== */ .crypto { padding: 80px 0; background-color: #f8f9fb; } @media only screen and (max-width: 1199.98px) { .crypto { padding: 32px 0 56px; } } @media only screen and (max-width: 767.98px) { .crypto { padding: 24px 0 40px; } } .crypto__wrapper::before, .crypto__wrapper::after { content: " "; display: table; } .crypto__wrapper::after { clear: both; } .crypto__head { max-width: 740px; margin: 0 auto 40px; } .crypto__title { margin-bottom: 0; text-align: center; } @media only screen and (max-width: 575.86px) { .crypto__title { font-size: 2rem; line-height: 2.8rem; } } .crypto__body { font-size: 0; } .crypto .crypto__item { float: left; width: 33.3333333%; padding: 24px; } @media only screen and (max-width: 1199.98px) { .crypto .crypto__item { padding: 16px; } } @media only screen and (max-width: 991.98px) { .crypto .crypto__item { width: 100%; display: block; margin-bottom: 32px; padding: 0; } } @media only screen and (max-width: 767.98px) { .crypto .crypto__item { margin-bottom: 16px; } } @media only screen and (max-width: 575.86px) { .crypto .crypto__item { margin-bottom: 24px; } } /* ========================================================================== Layouts Market ========================================================================== */ .market { padding: 96px 0 64px; background-color: #2b076e; background-image: url(../img/bg/circle-top.png); background-repeat: no-repeat; -moz-background-size: 686px auto; background-size: 686px auto; background-position: 151px top; } .market::before, .market::after { content: " "; display: table; } .market::after { clear: both; } @media only screen and (max-width: 767.98px) { .market { padding: 48px 0 32px; } } .market__head { max-width: 758px; margin: 0 auto; text-align: center; margin-bottom: 96px; } @media only screen and (max-width: 991.98px) { .market__head { margin-bottom: 48px; } } .market__head__title { font-size: 4rem; line-height: 6rem; color: #fff; font-weight: 700; margin-bottom: 0; } @media only screen and (max-width: 575.86px) { .market__head__title { font-size: 2rem; line-height: 2.8rem; } } .market__body::before, .market__body::after { content: " "; display: table; } .market__body::after { clear: both; } .market__img { float: right; width: 48%; padding-bottom: 129px; position: relative; } @media only screen and (max-width: 991.98px) { .market__img { width: 100%; float: none; padding-left: 0; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .market__img { padding-bottom: 64px; margin-bottom: 16px; } } .market__img__btc { width: 100%; } .market__img__increase { position: absolute; width: 174px; bottom: 0; left: 64px; } @media only screen and (max-width: 1199.98px) { .market__img__increase { left: 54px; } } @media only screen and (max-width: 575.86px) { .market__img__increase { left: 32px; width: 100px; } } .market__img__price { position: absolute; width: 169px; bottom: 60px; right: 0; } @media only screen and (max-width: 575.86px) { .market__img__price { bottom: 30px; width: 100px; } } .market__txt { float: left; width: 52%; padding: 32px 0; } @media only screen and (max-width: 991.98px) { .market__txt { width: 100%; float: none; padding: 0; } } .market__txt__title { font-size: 3.2rem; line-height: 3.6rem; margin-bottom: 24px; color: #fff; } @media only screen and (max-width: 575.86px) { .market__txt__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .market__txt__desc { font-size: 1.6rem; line-height: 2.8rem; margin-bottom: 32px; max-width: 408px; color: #e0e0e0; } /* ========================================================================== Layouts Statistics ========================================================================== */ .statistics { padding: 64px 0; background-color: #2b076e; overflow: hidden; } @media only screen and (max-width: 991.98px) { .statistics { padding: 48px 0; } } .statistics__wrapper { position: relative; } .statistics__wrapper::before, .statistics__wrapper::after { content: " "; display: table; } .statistics__wrapper::after { clear: both; } .statistics__img { position: absolute; left: -139px; width: 59%; } @media only screen and (max-width: 1199.98px) { .statistics__img { padding: -30px; } } @media only screen and (max-width: 991.98px) { .statistics__img { width: 100%; position: static; margin-bottom: 24px; } } .statistics__txt { float: right; width: 41%; padding: 120px 0; } @media only screen and (max-width: 1199.98px) { .statistics__txt { padding: 64px 0; } } @media only screen and (max-width: 991.98px) { .statistics__txt { width: 100%; padding: 0; float: none; } } .statistics__title { margin-bottom: 24px; color: #fff; font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; } @media only screen and (max-width: 575.86px) { .statistics__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .statistics__desc { margin-bottom: 32px; color: #fff; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; } /* ========================================================================== Layouts Grow Profit ========================================================================== */ .grow-profit { padding: 64px 0 96px; background-color: #2b076e; } @media only screen and (max-width: 991.98px) { .grow-profit { padding: 40px 0 72px; } } .grow-profit__wrapper::before, .grow-profit__wrapper::after { content: " "; display: table; } .grow-profit__wrapper::after { clear: both; } .grow-profit__img { float: right; width: 62%; } @media only screen and (max-width: 991.98px) { .grow-profit__img { width: 100%; margin-bottom: 24px; } } .grow-profit__txt { float: left; width: 38%; display: table; min-height: 322px; } @media only screen and (max-width: 991.98px) { .grow-profit__txt { width: 100%; min-height: initial; } } .grow-profit__txt__wrapper { display: table-cell; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .grow-profit__txt__wrapper { vertical-align: top; } } .grow-profit__title { margin-bottom: 24px; color: #fff; font-size: 3.2rem; line-height: 3.6rem; } @media only screen and (max-width: 575.86px) { .grow-profit__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .grow-profit__desc { color: #e0e0e0; max-width: 408px; margin-bottom: 32px; } /* ========================================================================== Layouts Footer ========================================================================== */ .footer { background-color: #0d0d2b; color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; padding: 80px 0; } @media only screen and (max-width: 1199.98px) { .footer { padding: 64px 0; } } @media only screen and (max-width: 991.98px) { .footer { padding: 48px 0; } } @media only screen and (max-width: 767.98px) { .footer { padding: 32px 0; position: relative; } } .footer__wrapper { margin-bottom: 120px; } .footer__wrapper::before, .footer__wrapper::after { content: " "; display: table; } .footer__wrapper::after { clear: both; } @media only screen and (max-width: 1199.98px) { .footer__wrapper { margin-bottom: 104px; } } @media only screen and (max-width: 991.98px) { .footer__wrapper { margin-bottom: 64px; } } @media only screen and (max-width: 575.86px) { .footer__wrapper { margin-bottom: 48px; } } .footer__logo { float: left; display: inline-block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .footer__logo { float: none; } } .footer__logo__el { display: block; } @media only screen and (max-width: 991.98px) { .footer__logo__el { height: 40px; margin-bottom: 24px; display: block; } } .footer__menu { float: right; font-size: 0; } @media only screen and (max-width: 991.98px) { .footer__menu { float: left; } } .footer__menu__item { display: inline-block; vertical-align: top; margin-right: 104px; } @media only screen and (max-width: 1199.98px) { .footer__menu__item { margin-right: 64px; } } @media only screen and (max-width: 991.98px) { .footer__menu__item { margin-right: 48px; } } @media only screen and (max-width: 767.98px) { .footer__menu__item { display: block; margin-right: 0; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .footer__menu__item--show .footer__menu__title::after { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: all 0.5s ease 0.35s; -o-transition: all 0.5s ease 0.35s; -moz-transition: all 0.5s ease 0.35s; transition: all 0.5s ease 0.35s; } .footer__menu__item--show .footer__nav__item { opacity: 1; -webkit-transition: all 0.45s ease 0.35s; -o-transition: all 0.45s ease 0.35s; -moz-transition: all 0.45s ease 0.35s; transition: all 0.45s ease 0.35s; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } } .footer__menu__title { font-weight: 500; margin-bottom: 24px; font-size: 1.8rem; line-height: 2.4rem; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; } @media only screen and (max-width: 767.98px) { .footer__menu__title::after { content: ""; background-image: url(../img/icons/arrow-bottom.png); position: absolute; right: 0; -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 14px; height: 14px; top: 6px; display: block; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } } .footer__nav { list-style: none; padding: 0; margin: 0; } @media only screen and (max-width: 575.86px) { .footer__nav { display: none; overflow: visible; height: auto; width: auto; padding-bottom: 16px; } } .footer__nav__item { font-size: 1.6rem; line-height: 2.8rem; margin-bottom: 16px; color: #e0e0e0; } @media only screen and (max-width: 575.86px) { .footer__nav__item { opacity: 0; -webkit-transform: translateX(16px); -moz-transform: translateX(16px); -ms-transform: translateX(16px); -o-transform: translateX(16px); transform: translateX(16px); -webkit-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } } .footer__nav__item:last-child { margin-bottom: 0; } .footer__nav__link { text-decoration: none; position: relative; display: inline-block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .footer__nav__link::after { content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 1px; background-color: #3671e9; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__nav__link:hover { color: #3671e9; } .footer__nav__link:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } .footer__payments { max-width: 360px; float: right; list-style: none; padding: 0; margin: 0; } @media only screen and (max-width: 991.98px) { .footer__payments { max-width: 336px; } } @media only screen and (max-width: 767.98px) { .footer__payments { float: none; max-width: initial; } } .footer__payments__title { font-size: 3.2rem; line-height: 3.6rem; font-weight: 500; margin-bottom: 40px; } @media only screen and (max-width: 767.98px) { .footer__payments__title { font-size: 2rem; line-height: 2.8rem; } } @media only screen and (max-width: 575.86px) { .footer__payments__title { font-size: 2rem; line-height: 2.8rem; margin-bottom: 24px; } } .footer__payments__item { display: inline-block; vertical-align: middle; margin-right: 24px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .footer__payments__item { margin-right: 16px; } } @media only screen and (max-width: 767.98px) { .footer__payments__item { margin-right: 8px; } } .footer__payments__link { width: 96px; height: 64px; line-height: 64px; padding: 0 24px; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display: inline-block; vertical-align: middle; cursor: pointer; background-color: rgba(224, 224, 224, 0.05); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__payments__link:hover { background-color: #3671e9; } .footer__payments__img { display: inline-block; min-width: 40px; } .footer__bottom { text-align: left; } .footer__bottom::before, .footer__bottom::after { content: " "; display: table; } .footer__bottom::after { clear: both; } .footer__bottom__copyright__title { float: left; margin-bottom: 0; padding: 6px 0; } @media only screen and (max-width: 575.86px) { .footer__bottom__copyright__title { float: none; } } .footer__bottom__sosmed { float: right; } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed { float: none; } } .footer__bottom__sosmed__nav { list-style: none; padding: 0; margin: 0; font-size: 0; } .footer__bottom__sosmed__item { display: inline-block; vertical-align: middle; margin-right: 16px; } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed__item { margin-right: px; } .footer__bottom__sosmed__item:last-child { margin-right: 0; } } .footer__bottom__sosmed__link { width: 42px; height: 42px; line-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; background-color: transparent; display: inline-block; vertical-align: middle; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__bottom__sosmed__link:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed__link { text-align: center; } } /* ========================================================================== Pages Index ========================================================================== */ /*# sourceMappingURL=maps/app.css.map */
crappo/dist/assets/css/app.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; -moz-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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; } /** * Owl Carousel v2.3.4 * Copyright 2013-2018 <NAME> * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ .owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative; } .owl-carousel { display: none; width: 100%; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; } .no-js .owl-carousel, .owl-carousel.owl-loaded { display: block; } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { background: 0 0; color: inherit; border: none; padding: 0 !important; font: inherit; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } .owl-carousel .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .owl-height { -webkit-transition: height 0.5s ease-in-out; -o-transition: height 0.5s ease-in-out; -moz-transition: height 0.5s ease-in-out; transition: height 0.5s ease-in-out; } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; } .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] { max-height: 0; } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; -o-transition: -o-transform 0.1s ease; -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -moz-background-size: contain; background-size: contain; -webkit-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } /* ========================================================================== Helper Index ========================================================================== */ /* ========================================================================== Mixin ========================================================================== */ /* Font Size ========================================================================== */ /* text-indent-hide ========================================================================== */ /* ellipsis ========================================================================== */ /* multiline-ellipsis ========================================================================== */ /* Shadow ========================================================================== */ /* Radius ========================================================================== */ /* clearfix ========================================================================== */ /* remove-tap-highlight ========================================================================== */ /* scroll ========================================================================== */ /* placeholder-color ========================================================================== */ /* firefox-browser ========================================================================== */ /* ========================================================================== Functions ========================================================================== */ /* ========================================================================== Base Index ========================================================================== */ /* ========================================================================== Reboot ========================================================================== */ /*/ * Base * ----------------------------------------------------------------------------- /*/ *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-stroke-width: 0; -webkit-text-stroke-color: transparent; } html { min-height: 100%; font-size: 62.5%; /* 1rem == 10px */ position: relative; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0; } @-ms-viewport { width: device-width; } [hidden] { display: none !important; } a { font-weight: inherit; outline: 0; color: inherit; } a:hover, a:active, a:focus { outline: 0; } a img { border: none; } img { max-width: 100%; vertical-align: middle; border-style: none; font-size: 1.2rem; } svg { overflow: hidden; vertical-align: middle; } hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; overflow: visible; } header, section, footer, aside, nav, main, article, figure { display: block; } strong, b { font-weight: bold; } em, i { font-style: italic; } u { text-decoration: underline; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 1; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } p, ul, ol, table, h1, h2, h3, h4, h5, h6 { margin: 0 0 16px; } h1, h2, h3, h4, h5, h6 { line-height: 1.3; } ul, ol { padding-left: 24px; } pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } /*/ * Form * ----------------------------------------------------------------------------- /*/ label, button { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input, button, select, optgroup, textarea { font-family: inherit; font-size: 100%; line-height: inherit; margin: 0; outline: 0; } button, select { text-transform: none; } select, option { outline: 0; } select:active, select:hover, option:active, option:hover { outline: 0; } button { cursor: pointer; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; height: auto; } [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration, [type=search] { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } input[type=number] { -moz-appearance: textfield; } /*/ * Table * ----------------------------------------------------------------------------- /*/ table { border-collapse: collapse; } th { text-align: inherit; } /* ========================================================================== Project Index ========================================================================== */ /* ========================================================================== Init Index ========================================================================== */ /* ========================================================================== Init: Fonts ========================================================================== */ @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Medium.eot"); src: url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.ttf") format("truetype"), url("../fonts/Rubik-Medium.svg#Rubik-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Regular.eot"); src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.svg#Rubik-Regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-Bold.eot"); src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.ttf") format("truetype"), url("../fonts/Rubik-Bold.svg#Rubik-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: "Rubik"; src: url("../fonts/Rubik-SemiBold.eot"); src: url("../fonts/Rubik-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik-SemiBold.woff") format("woff"), url("../fonts/Rubik-SemiBold.ttf") format("truetype"), url("../fonts/Rubik-SemiBold.svg#Rubik-SemiBold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: "crappo-icons"; src: url("../fonts/crappo-icons.eot?1xn3wm"); src: url("../fonts/crappo-icons.eot?1xn3wm#iefix") format("embedded-opentype"), url("../fonts/crappo-icons.ttf?1xn3wm") format("truetype"), url("../fonts/crappo-icons.woff?1xn3wm") format("woff"), url("../fonts/crappo-icons.svg?1xn3wm#crappo-icons") format("svg"); font-weight: normal; font-style: normal; font-display: block; } /* ========================================================================== Variable Index ========================================================================== */ /* ========================================================================== Variable: Colors ========================================================================== */ /* ========================================================================== Variable: Grid ========================================================================== */ /* ========================================================================== Variable: Screen ========================================================================== */ /* ========================================================================== Variable: Shadow ========================================================================== */ /* ========================================================================== Variable: Radius ========================================================================== */ /* ========================================================================== Variable: Typography ========================================================================== */ /* ========================================================================== Variable: z-index ========================================================================== */ /* ========================================================================== Mixins Index ========================================================================== */ /* ========================================================================== Mixin: Responsive ========================================================================== */ /* ========================================================================== Init: Burger Menu ========================================================================== */ /* ========================================================================== Init: Default ========================================================================== */ body { font-family: "Rubik", sans-serif; font-weight: 400; background-color: #0d0d2b; color: #222; font-size: 1.6rem; line-height: 2.4rem; } body.rm-scroll { overflow: hidden; -ms-touch-action: none; touch-action: none; } body.hold-transition *, body.hold-transition *::before, body.hold-transition *::after { -webkit-transition: none !important; -o-transition: none !important; -moz-transition: none !important; transition: none !important; } html { scroll-behavior: smooth; } h1 { font-size: 6.4rem; line-height: 7.2rem; font-weight: 700; } h2 { font-size: 4rem; line-height: 6rem; font-weight: 700; } h3 { font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; } h4 { font-size: 2rem; line-height: 2.8rem; font-weight: 700; } h5 { font-size: 1.8rem; line-height: 2.4rem; font-weight: 700; } h6 { font-size: 1.6rem; line-height: 2.8rem; font-weight: 700; } p, li, td, label { font-size: 1.6rem; line-height: 2.4rem; } strong, b { font-weight: 700; } /* ========================================================================== Grid Index ========================================================================== */ /* ========================================================================== Grid System ========================================================================== */ .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 1234px) { .container { max-width: initial; padding-left: 32px; padding-right: 32px; } } @media only screen and (max-width: 767.98px) { .container { padding-left: 24px; padding-right: 24px; } } .main-site { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; padding-top: 164px; } @media only screen and (max-width: 1199.98px) { .main-site { padding-top: 108px; } } @media only screen and (max-width: 991.98px) { .main-site { padding-top: 64px; } } /* ========================================================================== Components Index ========================================================================== */ /* ========================================================================== Components Hero Banner ========================================================================== */ .hero-banner { background-image: url(../img/bg/headline-bg.png); -moz-background-size: auto 100%; background-size: auto 100%; background-repeat: no-repeat; background-position: center bottom; } .hero-banner::before, .hero-banner::after { content: " "; display: table; } .hero-banner::after { clear: both; } .hero-banner .hero-banner__img { width: 50%; float: right; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__img { width: 100%; float: none; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__img { margin-bottom: 16px; } } .hero-banner .hero-banner__img__el { display: block; } .hero-banner .hero-banner__txt { width: 50%; float: left; padding: 64px 0; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__txt { float: none; width: 100%; padding: 0; } } .hero-banner .hero-banner__info { max-width: 365px; background-color: rgba(255, 255, 255, 0.1); padding: 4px 12px 0 4px; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; margin-bottom: 24px; height: 40px; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__info { margin-bottom: 16px; height: 38px; } } @media only screen and (max-width: 767.98px) { .hero-banner .hero-banner__info { padding-right: 8px; margin-bottom: 16px; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__info { padding-right: 0; } } .hero-banner .hero-banner__info__sale { text-transform: uppercase; display: inline-block; color: #0d0d2b; padding: 2px 16px; max-width: 112px; font-weight: 500; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; background-color: #fff; margin-right: 16px; font-size: 1.6rem; line-height: 2.8rem; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__info__sale { max-width: initial; } } @media only screen and (max-width: 575.86px) { .hero-banner .hero-banner__info__sale { font-size: 1.2rem; line-height: 1.6rem; padding: 6px 8px; margin-right: 8px; margin-bottom: 0; } } .hero-banner .hero-banner__info__desc { color: #fff; font-size: 1.6rem; line-height: 2.8rem; } .hero-banner .hero-banner__title { font-size: 6.4rem; line-height: 7.2rem; color: #fff; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__title { font-size: 3.2rem; line-height: 3.6rem; } } .hero-banner .hero-banner__desc { max-width: 430px; margin-bottom: 32px; color: #e0e0e0; } @media only screen and (max-width: 991.98px) { .hero-banner .hero-banner__desc { max-width: initial; } } .hero-banner .hero-banner__btn__txt { font-size: 1.8rem; line-height: 2.4rem; color: #fff; vertical-align: middle; font-size: 0; margin-right: 24px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } /* ========================================================================== Components Crypto ========================================================================== */ .crypto__box { padding: 48px 24px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); -moz-box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); box-shadow: 0 40px 40px 0 rgba(57, 23, 119, 0.03); position: relative; background-color: #fff; } .crypto__box:hover { background-color: #2b076e; -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); } .crypto__box:hover .crypto__box__title, .crypto__box:hover .crypto__box__desc { color: #fff; } .crypto__box:hover .btn--round { background-color: #3671e9; border-color: transparent; padding: 14px 16px 14px 24px; color: #fff; font-size: 1.6rem; line-height: 2.8rem; } .crypto__box:hover .btn--round .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); margin-left: 24px; } @media only screen and (max-width: 991.98px) { .crypto__box { padding: 40px 16px; } } .crypto__box__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .crypto__box__img { margin-bottom: 48px; } @media only screen and (max-width: 1199.98px) { .crypto__box__img { margin-bottom: 32px; } } @media only screen and (max-width: 575.86px) { .crypto__box__img { margin-bottom: 16px; } } .crypto__box__img__el { width: 80px; display: block; margin: 0 auto; } .crypto__box__title { margin-bottom: 40px; } @media only screen and (max-width: 991.98px) { .crypto__box__title { margin-bottom: 32px; } } @media only screen and (max-width: 575.86px) { .crypto__box__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .crypto__box__title__small { font-size: 1.6rem; line-height: 2.8rem; color: #bdbdbd; } .crypto__box__desc { color: #828282; margin-bottom: 24px; } /* ========================================================================== Components Subscribe ========================================================================== */ .subscribe { padding: 88px 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b076e), to(#0d0d2b)); background: -webkit-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: -moz-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: -o-linear-gradient(top, #2b076e 0, #0d0d2b 100%); background: linear-gradient(180deg, #2b076e 0, #0d0d2b 100%); position: relative; } @media only screen and (max-width: 991.98px) { .subscribe { padding: 40px 0; } } @media only screen and (max-width: 767.98px) { .subscribe { padding: 24px 0; } } .subscribe::before { content: ""; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; z-index: -1; background-image: url(../img/bg/subscribe-bg.svg); background-repeat: no-repeat; -moz-background-size: contain; background-size: contain; background-position: center; } .subscribe__box { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; padding: 48px; background-image: url(../img/bg/subscribe-box-bg.svg); background-color: #3671e9; background-repeat: no-repeat; -moz-background-size: auto 100%; background-size: auto 100%; background-position: center center; font-size: 0; } @media only screen and (max-width: 1199.98px) { .subscribe__box { -moz-background-size: auto 80%; background-size: auto 80%; background-position: left top; } } @media only screen and (max-width: 767.98px) { .subscribe__box { padding: 32px; } } @media only screen and (max-width: 575.86px) { .subscribe__box { padding: 24px; } } .subscribe__txt { display: inline-block; vertical-align: middle; width: 50%; } @media only screen and (max-width: 991.98px) { .subscribe__txt { width: 100%; } } .subscribe__title { margin-bottom: 16px; font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 575.86px) { .subscribe__title { font-size: 2rem; line-height: 2.8rem; } } .subscribe__desc { margin-bottom: 0; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; color: #fff; max-width: 348px; } @media only screen and (max-width: 991.98px) { .subscribe__desc { max-width: 100%; margin-bottom: 16px; } } .subscribe__form { display: inline-block; vertical-align: middle; width: 50%; font-size: 0; } @media only screen and (max-width: 991.98px) { .subscribe__form { width: 100%; } } @media only screen and (max-width: 767.98px) { .subscribe__form { padding: 0; } } .subscribe__form__row { width: 68%; display: inline-block; vertical-align: middle; padding-right: 6.6%; } @media only screen and (max-width: 767.98px) { .subscribe__form__row { width: 100%; margin-bottom: 32px; padding-right: 0; } } .subscribe__form__btn { width: 25%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 767.98px) { .subscribe__form__btn { width: 100%; } } /* ========================================================================== Components: Input form ========================================================================== */ .fi-row { position: relative; margin-bottom: 32px; font-size: 0; } .fi-row:last-child { margin-bottom: 0; } .fi-row i { position: absolute; top: 20px; right: 16px; font-size: 1.6rem; line-height: 2.8rem; } @media only screen and (max-width: 991.98px) { .fi-row i { padding: 4px 0; top: 10px; } } .fi-inner { position: relative; display: inline-block; vertical-align: middle; width: 100%; padding-right: 24px; } @media only screen and (max-width: 575.86px) { .fi-inner { width: 100%; padding-right: 0; margin-bottom: 32px; } .fi-inner:last-child { margin-bottom: 0; } } .fi-inner:last-child { padding-right: 0; } .fi-label { display: block; font-size: 1.8rem; line-height: 2.4rem; font-weight: 400; margin-bottom: 12px; } @media only screen and (max-width: 767.98px) { .fi-label { font-size: 1.6rem; line-height: 2.8rem; } } .fi-single-line { display: block; width: 100%; border: 0; outline: 0; font-size: 1.6rem; line-height: 2.8rem; color: #fff; padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); background-color: transparent; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 767.98px) { .fi-single-line { font-size: 1.4rem; line-height: 2rem; } } @media only screen and (max-width: 320px) { .fi-single-line { font-size: 1.2rem; line-height: 1.6rem; } } .fi-single-line:-moz-placeholder-shown { color: #fff; -webkit-text-fill-color: #fff; } .fi-single-line:-ms-input-placeholder { color: #fff; -webkit-text-fill-color: #fff; } .fi-single-line:placeholder-shown { color: #fff; -webkit-text-fill-color: #fff; } .fi-multiline { resize: none; height: 96px; } .fi-dropdown { position: relative; padding-right: 48px; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .fi-dropdown__input { position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0; } .fi-dropdown__text { margin-bottom: 0; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .fi-dropdown + i { display: inline-block; font-size: 3.2rem; line-height: 3.6rem; top: 14px; z-index: 5; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; } .fi-dropdown-menu { list-style: none; padding: 8px 0; margin: 0; position: absolute; top: 64px; left: 0; right: 0; max-width: 100%; max-height: 185px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; visibility: hidden; -webkit-transform: translateY(8px); -moz-transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px); transform: translateY(8px); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; -webkit-transition: all 0.25s ease 0.1s; -o-transition: all 0.25s ease 0.1s; -moz-transition: all 0.25s ease 0.1s; transition: all 0.25s ease 0.1s; } .fi-dropdown-menu::-webkit-scrollbar { -webkit-appearance: none; display: none; width: 0; } .fi-dropdown-item { display: block; padding: 12px 24px; font-size: 1.6rem; line-height: 2.8rem; cursor: pointer; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .fi-dropdown--show .fi-dropdown-menu { opacity: 1; visibility: visible; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .fi-dropdown--show i { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } .fi-alert { opacity: 0; visibility: hidden; position: absolute; bottom: -24px; left: 0; font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; color: #cf000f; text-align: left; margin-bottom: 0; -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); -ms-transform: translateX(-8px); -o-transform: translateX(-8px); transform: translateX(-8px); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; } .error .fi-alert { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; visibility: visible; } /* ========================================================================== Elements Index ========================================================================== */ /* ========================================================================== Init: Icons ========================================================================== */ [class^=crappo-], [class*=" crappo-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "crappo-icons" !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .crappo-chevron-down:before { content: "\e911"; } .crappo-chevron-right:before { content: "\e904"; } .crappo-chart:before { content: "\e900"; } .crappo-earth:before { content: "\e901"; } .crappo-ethereum:before { content: "\e902"; } .crappo-litecoin:before { content: "\e903"; } .crappo-mastercard .path1:before { content: "\e905"; color: #bdbdbd; } .crappo-mastercard .path2:before { content: "\e906"; margin-left: -1em; color: #828282; } .crappo-mastercard .path3:before { content: "\e907"; margin-left: -1em; color: #e0e0e0; } .crappo-user:before { content: "\e908"; } .crappo-bitcoin-solid:before { content: "\e909"; } .crappo-bitcoin-circle .path1:before { content: "\e90a"; color: #e0e0e0; } .crappo-bitcoin-circle .path2:before { content: "\e90b"; margin-left: -1em; color: #0d0d2b; } .crappo-youtube:before { content: "\e90c"; } .crappo-instagram:before { content: "\e90d"; } .crappo-linkedin:before { content: "\e90e"; } .crappo-facebook:before { content: "\e90f"; } .crappo-twitter:before { content: "\e910"; } /* ========================================================================== Init: Button ========================================================================== */ .btn { min-height: 60px; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; display: inline-block; outline: 0; border: none; text-decoration: none; font-weight: 400; font-size: 1.6rem; line-height: 2.8rem; border: 1px solid transparent; text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-width: 148px; padding: 16px 32px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 575.86px) { .btn { min-height: 20px; padding: 8px 0; } } .btn--banner { background-color: #3671e9; border-color: #3671e9; color: #fff; min-height: 20px; padding: 16px 32px; } @media only screen and (max-width: 767.98px) { .btn--banner { padding: 8px 16px; } } .btn--banner:hover { background-color: #fff; } .btn--banner:hover .btn__txt { font-size: 1.6rem; line-height: 2.8rem; color: #0d0d2b; } .btn--banner:hover .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); -moz-background-size: 8px auto; background-size: 8px auto; -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); } @media only screen and (max-width: 767.98px) { .btn--banner:hover .btn__icon { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); } } .btn--banner .btn__txt { color: #fff; font-size: 1.6rem; line-height: 2.8rem; margin-right: 6px; } .btn--banner .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); width: 24px; height: 24px; -moz-background-size: 8px auto; background-size: 8px auto; } .btn--primary { background-color: #3671e9; border-color: #3671e9; color: #fff; } .btn--primary .btn__txt { color: #fff; font-size: 1.6rem; line-height: 2.8rem; margin-right: 24px; } .btn--primary .btn__icon { background-color: #fff; background-image: url(../img/icons/arrow-right-small.svg); -moz-background-size: 8px auto; background-size: 8px auto; } .btn--primary:hover { background-color: #fff; border-color: #fff; color: #0d0d2b; } .btn--secondary { background-color: #fff; } .btn--secondary:hover { background-color: transparent; border-color: #fff; color: #fff; } .btn--confirm { background-color: #3671e9; border-color: #3671e9; color: #fff; } .btn--confirm:hover { background-color: transparent; border-color: #3671e9; color: #3671e9; } .btn--subscribe { background-color: #fff; } @media only screen and (max-width: 767.98px) { .btn--subscribe { width: 100%; } } .btn--subscribe:hover { background-color: transparent; border-color: #fff; color: #fff; } .btn--calculate { background-color: #3671e9; border-color: #3671e9; color: #fff; } @media only screen and (max-width: 575.86px) { .btn--calculate { width: 100%; } } .btn--calculate:hover { background-color: transparent; border-color: #3671e9; color: #3671e9; } .btn--round { background-color: #fff; border-color: rgba(43, 7, 110, 0.2); min-width: initial; font-size: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding: 14px; } .btn__txt { display: inline-block; vertical-align: middle; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .btn__icon { width: 32px; height: 32px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; display: inline-block; vertical-align: middle; background-image: url(../img/icons/arrow-right.svg); -moz-background-size: 8px auto; background-size: 8px auto; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } /* ========================================================================== Init: Section Title ========================================================================== */ .section-title { font-size: 4rem; line-height: 6rem; margin-bottom: 100px; color: #fff; max-width: 768px; text-align: center; margin: 0 auto 100px; } /* ========================================================================== Elements Sweet Alert ========================================================================== */ .mr-12 { margin: 0; } .swal2-title { font-size: 28px !important; } .swal2-html-container { font-size: 16px !important; } .swal2-container.swal2-center > .swal2-popup { height: 320px !important; width: 500px !important; grid-column: 2; grid-row: 2; align-self: center; justify-self: center; } .swal2-success-ring { color: #08ab53 !important; border: solid 2px #08ab53 !important; } .swal2-icon.swal2-success [class^=swal2-success-line] { background-color: #08ab53 !important; border: solid 2px #08ab53 !important; } .swal2-icon { position: relative; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 5em; height: 5em; margin-bottom: 18px !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border-color: #222; font-family: inherit; line-height: 5em; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swal2-title { position: relative; max-width: 100%; padding: 0 !important; margin: 0 0 16px !important; color: #222 !important; font-size: 2rem; line-height: 2.8rem; text-align: center; text-transform: none; word-wrap: break-word; } .swal2-html-container { z-index: 1; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 14px !important; padding: 0; max-width: 370px; overflow: auto; color: #222 !important; font-size: 1.8rem; line-height: 2.4rem; text-align: center; word-wrap: break-word; word-break: break-word; } @media only screen and (max-width: 767.98px) { .swal2-html-container { max-width: 380px; } } /* ========================================================================== Layouts Index ========================================================================== */ /* ========================================================================== Layouts Header ========================================================================== */ .header { padding: 56px 0; background-color: #0d0d2b; position: fixed; top: 0; left: 0; z-index: 9; width: 100%; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } @media only screen and (max-width: 1199.98px) { .header { padding: 48px 0; } } @media only screen and (max-width: 991.98px) { .header { padding: 16px 0; } } @media only screen and (max-width: 767.98px) { .header { padding: 12px 0; } } .scroll-down .header { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; } .header-on-scroll .header { -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; } .header-on-scroll .header { padding: 14px 0; -webkit-box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); -moz-box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); box-shadow: 0 4px 16px rgba(54, 113, 233, 0.1); } .header__content::before, .header__content::after { content: " "; display: table; } .header__content::after { clear: both; } .header__logo { margin: 4px 0; float: left; width: 132px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .header__logo { margin-top: 0; margin-bottom: 0; } } .header__logo__el { display: block; height: 40px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media only screen and (max-width: 991.98px) { .header__logo__el .scroll-down, .header-on-scroll .header__logo__el { margin: 0; } } @media only screen and (max-width: 1199.98px) { .header .overlay { position: fixed; top: 68px; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transition-delay: 0.25s; -moz-transition-delay: 0.25s; -o-transition-delay: 0.25s; transition-delay: 0.25s; } .show-menu .header .overlay { visibility: visible; opacity: 1; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } .header__menu { float: right; padding: 14px 0; } .header__list { list-style: none; margin: 0; padding: 0; } @media only screen and (max-width: 991.98px) { .header__list { position: fixed; float: none; padding: 24px 24px 32px; top: 68px; left: 0; right: 0; width: 100%; bottom: 0; background-color: #0a0a21; z-index: 9; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: all 0.55s ease; -o-transition: all 0.55s ease; -moz-transition: all 0.55s ease; transition: all 0.55s ease; -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; overflow-y: auto; overflow-x: hidden; } .show-menu .header__list { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } @media only screen and (max-width: 767.98px) { .header__list { top: 68px; } } .header__item { display: inline-block; margin-right: 32px; } .header__item:last-child { margin-bottom: 0; } @media only screen and (max-width: 991.98px) { .header__item { width: 100%; margin-bottom: 16px; margin-right: 0; -webkit-transform: translateX(24px); -moz-transform: translateX(24px); -ms-transform: translateX(24px); -o-transform: translateX(24px); transform: translateX(24px); opacity: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .header__item:nth-child(1) { -webkit-transition-delay: 410ms; -moz-transition-delay: 410ms; -o-transition-delay: 410ms; transition-delay: 410ms; } .header__item:nth-child(2) { -webkit-transition-delay: 345ms; -moz-transition-delay: 345ms; -o-transition-delay: 345ms; transition-delay: 345ms; } .header__item:nth-child(3) { -webkit-transition-delay: 280ms; -moz-transition-delay: 280ms; -o-transition-delay: 280ms; transition-delay: 280ms; } .header__item:nth-child(4) { -webkit-transition-delay: 215ms; -moz-transition-delay: 215ms; -o-transition-delay: 215ms; transition-delay: 215ms; } .header__item:nth-child(5) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } .show-menu .header__item { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; opacity: 1; visibility: visible; } .show-menu .header__item:nth-child(1) { -webkit-transition-delay: 540ms; -moz-transition-delay: 540ms; -o-transition-delay: 540ms; transition-delay: 540ms; } .show-menu .header__item:nth-child(2) { -webkit-transition-delay: 605ms; -moz-transition-delay: 605ms; -o-transition-delay: 605ms; transition-delay: 605ms; } .show-menu .header__item:nth-child(3) { -webkit-transition-delay: 670ms; -moz-transition-delay: 670ms; -o-transition-delay: 670ms; transition-delay: 670ms; } .show-menu .header__item:nth-child(4) { -webkit-transition-delay: 735ms; -moz-transition-delay: 735ms; -o-transition-delay: 735ms; transition-delay: 735ms; } .show-menu .header__item:nth-child(5) { -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; } } .header__item:nth-last-child(2) { margin-right: 56px; } @media only screen and (max-width: 991.98px) { .header__item:nth-last-child(2) { margin-right: 0; } } .header__item:last-child { margin-right: 48px; position: relative; } .header__item:last-child::after { content: ""; position: absolute; right: -24px; top: 2px; bottom: 0; border: solid 1px #f2f2f2; opacity: 0.5; } @media only screen and (max-width: 991.98px) { .header__item:last-child::after { display: none; } } .header__link { color: #fff; text-decoration: none; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .header__link:hover { color: #3671e9; } @media only screen and (max-width: 991.98px) { .header__link { padding: 8px 16px; display: block; } } .header__btn { float: right; background-color: #3671e9; display: block; width: 130px; padding: 14px 32px; text-align: center; text-decoration: none; outline: 0; border: solid 1px transparent; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header__btn:hover { background-color: #fff; } @media only screen and (max-width: 991.98px) { .header__btn:hover { background-color: #2b076e; } } .header__btn:hover .header__btn__txt { color: #0d0d2b; } @media only screen and (max-width: 991.98px) { .header__btn { line-height: 40px; background-color: #3671e9; min-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 40px; margin-right: 12px; border: none; padding: 0; } } @media only screen and (max-width: 767.98px) { .header__btn { margin-right: 8px; } } .header__btn__icon { display: none; } @media only screen and (max-width: 991.98px) { .header__btn__icon { display: inline-block; width: 24px; } } .header__btn__txt { text-decoration: none; color: #fff; } @media only screen and (max-width: 991.98px) { .header__btn__txt { display: none; } } .burger-menu { display: none; border: 0; outline: 0; padding: 0; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; cursor: pointer; width: 40px; height: 40px; background-color: #3671e9; } @media only screen and (max-width: 991.98px) { .burger-menu { background-color: #2b076e; display: block; float: right; } } .burger-menu__bar { width: 16px; height: 2px; background-color: #fff; margin: 4px auto; display: block; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .show-menu .burger-menu__bar:nth-child(1) { -webkit-transform: rotate(133deg) translate(5px, -4px); -moz-transform: rotate(133deg) translate(5px, -4px); -ms-transform: rotate(133deg) translate(5px, -4px); -o-transform: rotate(133deg) translate(5px, -4px); transform: rotate(133deg) translate(5px, -4px); -webkit-transition-delay: 0.45s; -moz-transition-delay: 0.45s; -o-transition-delay: 0.45s; transition-delay: 0.45s; width: 17px; } .show-menu .burger-menu__bar:nth-child(2) { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); opacity: 0; -webkit-transition-delay: 0.15s; -moz-transition-delay: 0.15s; -o-transition-delay: 0.15s; transition-delay: 0.15s; } .show-menu .burger-menu__bar:nth-child(3) { -webkit-transform: rotate(-135deg) translate(4px, 4px); -moz-transform: rotate(-135deg) translate(4px, 4px); -ms-transform: rotate(-135deg) translate(4px, 4px); -o-transform: rotate(-135deg) translate(4px, 4px); transform: rotate(-135deg) translate(4px, 4px); -webkit-transition-delay: 0.45s; -moz-transition-delay: 0.45s; -o-transition-delay: 0.45s; transition-delay: 0.45s; width: 17px; } /* ========================================================================== Layouts Hero Banner ========================================================================== */ .hero-banner { position: relative; overflow: hidden; padding: 24px 0 104px; } .hero-banner::before, .hero-banner::after { content: " "; display: table; } .hero-banner::after { clear: both; } .hero-banner__img { opacity: 0; -webkit-transform: translateX(-32px); -moz-transform: translateX(-32px); -ms-transform: translateX(-32px); -o-transform: translateX(-32px); transform: translateX(-32px); -webkit-transition: all 1.1s ease 0s; -o-transition: all 1.1s ease 0s; -moz-transition: all 1.1s ease 0s; transition: all 1.1s ease 0s; } .hero-banner__info, .hero-banner__title, .hero-banner__desc, .hero-banner__btn { opacity: 0; -webkit-transform: translateX(32px); -moz-transform: translateX(32px); -ms-transform: translateX(32px); -o-transform: translateX(32px); transform: translateX(32px); -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; transition: all 1s ease 0s; } .hero-banner--single .hero-banner__img, .hero-banner .owl-item.active .hero-banner__img { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: opacity 0.1 ease, -webkit-transform 0.1s ease; transition: opacity 0.1 ease, -webkit-transform 0.1s ease; -o-transition: opacity 0.1 ease, -o-transform 0.1s ease; -moz-transition: opacity 0.1 ease, transform 0.1s ease, -moz-transform 0.1s ease; transition: opacity 0.1 ease, transform 0.1s ease; transition: opacity 0.1 ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease; -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; } .hero-banner--single .hero-banner__info, .hero-banner--single .hero-banner__title, .hero-banner--single .hero-banner__desc, .hero-banner--single .hero-banner__btn, .hero-banner .owl-item.active .hero-banner__info, .hero-banner .owl-item.active .hero-banner__title, .hero-banner .owl-item.active .hero-banner__desc, .hero-banner .owl-item.active .hero-banner__btn { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; transition: all 1s ease 0s; } .hero-banner--single .hero-banner__info, .hero-banner .owl-item.active .hero-banner__info { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; } .hero-banner--single .hero-banner__title, .hero-banner .owl-item.active .hero-banner__title { -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; } .hero-banner--single .hero-banner__desc, .hero-banner .owl-item.active .hero-banner__desc { -webkit-transition-delay: 0.7s; -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; transition-delay: 0.7s; } .hero-banner--single .hero-banner__btn, .hero-banner .owl-item.active .hero-banner__btn { -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; } /* ========================================================================== Layouts Number ========================================================================== */ .number { padding: 96px 0 88px; overflow: hidden; background-color: #0d0d2b; font-size: 0; } @media only screen and (max-width: 1199.98px) { .number { padding: 88px 0 80px; } } @media only screen and (max-width: 991.98px) { .number { padding: 80px 0 72px; } } .number__list { background-color: #0d0d2b; padding: 0; margin: 0; list-style: none; text-align: left; color: #fff; } .number__list::before, .number__list::after { content: " "; display: table; } .number__list::after { clear: both; } @media only screen and (max-width: 991.98px) { .number__list { margin-right: -32px; margin-left: -32px; padding: 0 32px; white-space: nowrap; overflow-y: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; } .number__list::-webkit-scrollbar { -webkit-appearance: none; display: none; width: 0; } } @media only screen and (max-width: 767.98px) { .number__list { margin-right: -24px; margin-left: -24px; padding: 0 24px; } } .number__list__item { display: inline-block; vertical-align: middle; width: 33.3333333%; } @media only screen and (max-width: 991.98px) { .number__list__item { width: 320px; white-space: normal; } } .number__list__item:last-child { margin-right: 0; } .number__list__item__img { background-color: rgba(255, 255, 255, 0.1); width: 80px; height: 80px; padding: 24px; margin-right: 24px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 767.98px) { .number__list__item__img { margin-right: 16px; width: 60px; height: 60px; line-height: 40px; padding: 14px; } } .number__list__item__img i { font-size: 3.2rem; line-height: 3.6rem; color: #3671e9; } @media only screen and (max-width: 767.98px) { .number__list__item__img i { width: 30px; } } .number__list__item__txt { display: inline-block; vertical-align: middle; text-align: left; } .number__list__item__txt__title { margin-bottom: 4px; font-size: 4rem; line-height: 6rem; font-weight: 700; } @media only screen and (max-width: 575.86px) { .number__list__item__txt__title { font-size: 2rem; line-height: 2.8rem; } } .number__list__item__txt__desc { margin: 0; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; } /* ========================================================================== Layouts Why Crappo ========================================================================== */ .why-crappo { padding: 88px 0 80px; position: relative; } @media only screen and (max-width: 1199.98px) { .why-crappo { padding: 72px 0 64px; } } @media only screen and (max-width: 991.98px) { .why-crappo { padding: 54px 0 48px; } } @media only screen and (max-width: 767.98px) { .why-crappo { padding: 40px 0 32px; } } @media only screen and (max-width: 575.86px) { .why-crappo { padding: 24px 0 16px; } } .why-crappo::before { content: ""; display: block; position: absolute; background-image: url(../img/bg/u.png); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 240px; height: 240px; z-index: 2; bottom: -64px; right: 0; } @media only screen and (max-width: 1199.98px) { .why-crappo::before { width: 180px; height: 180px; } } @media only screen and (max-width: 575.86px) { .why-crappo::before { width: 140px; height: 140px; } } .why-crappo::after { content: ""; display: block; position: absolute; background-image: url(../img/bg/d.png); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 260px; height: 260px; z-index: 2; top: -80px; right: 0; } @media only screen and (max-width: 1199.98px) { .why-crappo::after { width: 180px; height: 180px; } } .why-crappo__wrapper::before, .why-crappo__wrapper::after { content: " "; display: table; } .why-crappo__wrapper::after { clear: both; } .why-crappo__img { float: left; width: 60%; padding-right: 120px; } @media only screen and (max-width: 991.98px) { .why-crappo__img { padding-right: 0; width: 100%; display: block; margin-bottom: 16px; } } .why-crappo__img__el { display: block; width: 100%; } .why-crappo__txt { float: right; width: 40%; display: table; min-height: 473px; } @media only screen and (max-width: 991.98px) { .why-crappo__txt { width: 100%; min-height: initial; } } .why-crappo__txt__wrapper { display: table-cell; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .why-crappo__txt__wrapper { vertical-align: top; } } .why-crappo__title { margin-bottom: 24px; font-size: 4rem; line-height: 6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 991.98px) { .why-crappo__title { margin-bottom: 16px; } } @media only screen and (max-width: 767.98px) { .why-crappo__title { margin-bottom: 8px; } } @media only screen and (max-width: 575.86px) { .why-crappo__title { font-size: 2rem; line-height: 2.8rem; } } .why-crappo__desc { font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; margin-bottom: 32px; color: #fff; } /* ========================================================================== Layouts Calculator ========================================================================== */ .calculate { padding: 88px 0; position: relative; } @media only screen and (max-width: 991.98px) { .calculate { padding: 72px 0 40px; } } @media only screen and (max-width: 767.98px) { .calculate { padding: 64px 0 32px; } } .calculate::before { content: ""; width: 100%; height: 264px; display: block; background-color: #f8f9fb; position: absolute; bottom: 0; left: 0; z-index: -1; } .calculate__txt { margin: 0 auto; text-align: center; max-width: 622px; margin-bottom: 64px; } @media only screen and (max-width: 767.98px) { .calculate__txt { margin-bottom: 32px; } } .calculate__title { font-size: 4rem; line-height: 6rem; font-weight: 700; color: #fff; } @media only screen and (max-width: 575.86px) { .calculate__title { font-size: 2rem; line-height: 2.8rem; } } .calculate__desc { font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; color: #e0e0e0; margin-bottom: 0; } .calculate__box { background-color: #fff; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; max-width: 942px; margin: 0 auto; padding: 48px; -webkit-box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); -moz-box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); box-shadow: 0 20px 200px 0 rgba(57, 23, 119, 0.05); } @media only screen and (max-width: 767.98px) { .calculate__box { padding: 24px; } } .calculate__rate { margin-bottom: 96px; font-size: 0; } @media only screen and (max-width: 1199.98px) { .calculate__rate { margin-bottom: 72px; } } @media only screen and (max-width: 991.98px) { .calculate__rate { margin-bottom: 54px; } } @media only screen and (max-width: 767.98px) { .calculate__rate { margin-bottom: 40px; } } .calculate__input { width: 82.5%; display: inline-block; vertical-align: middle; padding-right: 48px; } @media only screen and (max-width: 991.98px) { .calculate__input { width: 100%; display: block; padding-right: 0; margin-bottom: 16px; } } .calculate__input-txt { display: inline-block; vertical-align: middle; width: 58%; margin-right: 6.9%; color: #0d0d2b; font-size: 2rem; line-height: 2.8rem; padding-bottom: 8px; background-color: transparent; border-width: 0px 0px 1px; -webkit-border-image: initial; -moz-border-image: initial; -o-border-image: initial; border-image: initial; outline: 0; border-bottom: 1px solid #e0e0e0; } .calculate__input-txt:-moz-placeholder-shown { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } .calculate__input-txt:-ms-input-placeholder { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } .calculate__input-txt:placeholder-shown { color: #0d0d2b; -webkit-text-fill-color: #0d0d2b; } @media only screen and (max-width: 575.86px) { .calculate__input-txt { width: 100%; margin-bottom: 16px; font-size: 1.6rem; line-height: 2.8rem; margin-right: 0; } } .calculate__input-slct { display: inline-block; vertical-align: middle; width: 35.1%; background-image: url(../img/icons/th-icon-arrow-down.svg); background-color: transparent; -moz-background-size: 12px; background-size: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-repeat: no-repeat; background-position: right center; font-size: 1.6rem; line-height: 2.8rem; color: #0d0d2b; border: 0; outline: 0; font-size: 2rem; line-height: 3rem; border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; background-color: transparent; } @media only screen and (max-width: 575.86px) { .calculate__input-slct { font-size: 1.6rem; line-height: 2.8rem; width: 100%; } } .calculate__btn { width: 17.5%; display: inline-block; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .calculate__btn { width: 100%; } } .calculate__estimated__title { text-transform: uppercase; font-weight: 500; color: #3671e9; margin-bottom: 16px; } @media only screen and (max-width: 767.98px) { .calculate__estimated__title { font-size: 1.6rem; line-height: 2.8rem; } } .calculate__estimated__eth { text-transform: uppercase; margin-bottom: 4px; color: #0d0d2b; } @media only screen and (max-width: 767.98px) { .calculate__estimated__eth { font-size: 2rem; line-height: 2.8rem; } } .calculate__estimated__dollar { color: #3671e9; margin-left: 4px; } .calculate__estimated__revenue { color: #828282; margin-bottom: 0; } /* ========================================================================== Layouts Crypto ========================================================================== */ .crypto { padding: 80px 0; background-color: #f8f9fb; } @media only screen and (max-width: 1199.98px) { .crypto { padding: 32px 0 56px; } } @media only screen and (max-width: 767.98px) { .crypto { padding: 24px 0 40px; } } .crypto__wrapper::before, .crypto__wrapper::after { content: " "; display: table; } .crypto__wrapper::after { clear: both; } .crypto__head { max-width: 740px; margin: 0 auto 40px; } .crypto__title { margin-bottom: 0; text-align: center; } @media only screen and (max-width: 575.86px) { .crypto__title { font-size: 2rem; line-height: 2.8rem; } } .crypto__body { font-size: 0; } .crypto .crypto__item { float: left; width: 33.3333333%; padding: 24px; } @media only screen and (max-width: 1199.98px) { .crypto .crypto__item { padding: 16px; } } @media only screen and (max-width: 991.98px) { .crypto .crypto__item { width: 100%; display: block; margin-bottom: 32px; padding: 0; } } @media only screen and (max-width: 767.98px) { .crypto .crypto__item { margin-bottom: 16px; } } @media only screen and (max-width: 575.86px) { .crypto .crypto__item { margin-bottom: 24px; } } /* ========================================================================== Layouts Market ========================================================================== */ .market { padding: 96px 0 64px; background-color: #2b076e; background-image: url(../img/bg/circle-top.png); background-repeat: no-repeat; -moz-background-size: 686px auto; background-size: 686px auto; background-position: 151px top; } .market::before, .market::after { content: " "; display: table; } .market::after { clear: both; } @media only screen and (max-width: 767.98px) { .market { padding: 48px 0 32px; } } .market__head { max-width: 758px; margin: 0 auto; text-align: center; margin-bottom: 96px; } @media only screen and (max-width: 991.98px) { .market__head { margin-bottom: 48px; } } .market__head__title { font-size: 4rem; line-height: 6rem; color: #fff; font-weight: 700; margin-bottom: 0; } @media only screen and (max-width: 575.86px) { .market__head__title { font-size: 2rem; line-height: 2.8rem; } } .market__body::before, .market__body::after { content: " "; display: table; } .market__body::after { clear: both; } .market__img { float: right; width: 48%; padding-bottom: 129px; position: relative; } @media only screen and (max-width: 991.98px) { .market__img { width: 100%; float: none; padding-left: 0; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .market__img { padding-bottom: 64px; margin-bottom: 16px; } } .market__img__btc { width: 100%; } .market__img__increase { position: absolute; width: 174px; bottom: 0; left: 64px; } @media only screen and (max-width: 1199.98px) { .market__img__increase { left: 54px; } } @media only screen and (max-width: 575.86px) { .market__img__increase { left: 32px; width: 100px; } } .market__img__price { position: absolute; width: 169px; bottom: 60px; right: 0; } @media only screen and (max-width: 575.86px) { .market__img__price { bottom: 30px; width: 100px; } } .market__txt { float: left; width: 52%; padding: 32px 0; } @media only screen and (max-width: 991.98px) { .market__txt { width: 100%; float: none; padding: 0; } } .market__txt__title { font-size: 3.2rem; line-height: 3.6rem; margin-bottom: 24px; color: #fff; } @media only screen and (max-width: 575.86px) { .market__txt__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .market__txt__desc { font-size: 1.6rem; line-height: 2.8rem; margin-bottom: 32px; max-width: 408px; color: #e0e0e0; } /* ========================================================================== Layouts Statistics ========================================================================== */ .statistics { padding: 64px 0; background-color: #2b076e; overflow: hidden; } @media only screen and (max-width: 991.98px) { .statistics { padding: 48px 0; } } .statistics__wrapper { position: relative; } .statistics__wrapper::before, .statistics__wrapper::after { content: " "; display: table; } .statistics__wrapper::after { clear: both; } .statistics__img { position: absolute; left: -139px; width: 59%; } @media only screen and (max-width: 1199.98px) { .statistics__img { padding: -30px; } } @media only screen and (max-width: 991.98px) { .statistics__img { width: 100%; position: static; margin-bottom: 24px; } } .statistics__txt { float: right; width: 41%; padding: 120px 0; } @media only screen and (max-width: 1199.98px) { .statistics__txt { padding: 64px 0; } } @media only screen and (max-width: 991.98px) { .statistics__txt { width: 100%; padding: 0; float: none; } } .statistics__title { margin-bottom: 24px; color: #fff; font-size: 3.2rem; line-height: 3.6rem; font-weight: 700; } @media only screen and (max-width: 575.86px) { .statistics__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .statistics__desc { margin-bottom: 32px; color: #fff; font-size: 1.6rem; line-height: 2.8rem; font-weight: 400; } /* ========================================================================== Layouts Grow Profit ========================================================================== */ .grow-profit { padding: 64px 0 96px; background-color: #2b076e; } @media only screen and (max-width: 991.98px) { .grow-profit { padding: 40px 0 72px; } } .grow-profit__wrapper::before, .grow-profit__wrapper::after { content: " "; display: table; } .grow-profit__wrapper::after { clear: both; } .grow-profit__img { float: right; width: 62%; } @media only screen and (max-width: 991.98px) { .grow-profit__img { width: 100%; margin-bottom: 24px; } } .grow-profit__txt { float: left; width: 38%; display: table; min-height: 322px; } @media only screen and (max-width: 991.98px) { .grow-profit__txt { width: 100%; min-height: initial; } } .grow-profit__txt__wrapper { display: table-cell; vertical-align: middle; } @media only screen and (max-width: 991.98px) { .grow-profit__txt__wrapper { vertical-align: top; } } .grow-profit__title { margin-bottom: 24px; color: #fff; font-size: 3.2rem; line-height: 3.6rem; } @media only screen and (max-width: 575.86px) { .grow-profit__title { margin-bottom: 16px; font-size: 2rem; line-height: 2.8rem; } } .grow-profit__desc { color: #e0e0e0; max-width: 408px; margin-bottom: 32px; } /* ========================================================================== Layouts Footer ========================================================================== */ .footer { background-color: #0d0d2b; color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; padding: 80px 0; } @media only screen and (max-width: 1199.98px) { .footer { padding: 64px 0; } } @media only screen and (max-width: 991.98px) { .footer { padding: 48px 0; } } @media only screen and (max-width: 767.98px) { .footer { padding: 32px 0; position: relative; } } .footer__wrapper { margin-bottom: 120px; } .footer__wrapper::before, .footer__wrapper::after { content: " "; display: table; } .footer__wrapper::after { clear: both; } @media only screen and (max-width: 1199.98px) { .footer__wrapper { margin-bottom: 104px; } } @media only screen and (max-width: 991.98px) { .footer__wrapper { margin-bottom: 64px; } } @media only screen and (max-width: 575.86px) { .footer__wrapper { margin-bottom: 48px; } } .footer__logo { float: left; display: inline-block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .footer__logo { float: none; } } .footer__logo__el { display: block; } @media only screen and (max-width: 991.98px) { .footer__logo__el { height: 40px; margin-bottom: 24px; display: block; } } .footer__menu { float: right; font-size: 0; } @media only screen and (max-width: 991.98px) { .footer__menu { float: left; } } .footer__menu__item { display: inline-block; vertical-align: top; margin-right: 104px; } @media only screen and (max-width: 1199.98px) { .footer__menu__item { margin-right: 64px; } } @media only screen and (max-width: 991.98px) { .footer__menu__item { margin-right: 48px; } } @media only screen and (max-width: 767.98px) { .footer__menu__item { display: block; margin-right: 0; margin-bottom: 24px; } } @media only screen and (max-width: 575.86px) { .footer__menu__item--show .footer__menu__title::after { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: all 0.5s ease 0.35s; -o-transition: all 0.5s ease 0.35s; -moz-transition: all 0.5s ease 0.35s; transition: all 0.5s ease 0.35s; } .footer__menu__item--show .footer__nav__item { opacity: 1; -webkit-transition: all 0.45s ease 0.35s; -o-transition: all 0.45s ease 0.35s; -moz-transition: all 0.45s ease 0.35s; transition: all 0.45s ease 0.35s; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } } .footer__menu__title { font-weight: 500; margin-bottom: 24px; font-size: 1.8rem; line-height: 2.4rem; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; } @media only screen and (max-width: 767.98px) { .footer__menu__title::after { content: ""; background-image: url(../img/icons/arrow-bottom.png); position: absolute; right: 0; -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; width: 14px; height: 14px; top: 6px; display: block; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } } .footer__nav { list-style: none; padding: 0; margin: 0; } @media only screen and (max-width: 575.86px) { .footer__nav { display: none; overflow: visible; height: auto; width: auto; padding-bottom: 16px; } } .footer__nav__item { font-size: 1.6rem; line-height: 2.8rem; margin-bottom: 16px; color: #e0e0e0; } @media only screen and (max-width: 575.86px) { .footer__nav__item { opacity: 0; -webkit-transform: translateX(16px); -moz-transform: translateX(16px); -ms-transform: translateX(16px); -o-transform: translateX(16px); transform: translateX(16px); -webkit-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } } .footer__nav__item:last-child { margin-bottom: 0; } .footer__nav__link { text-decoration: none; position: relative; display: inline-block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .footer__nav__link::after { content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 1px; background-color: #3671e9; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__nav__link:hover { color: #3671e9; } .footer__nav__link:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } .footer__payments { max-width: 360px; float: right; list-style: none; padding: 0; margin: 0; } @media only screen and (max-width: 991.98px) { .footer__payments { max-width: 336px; } } @media only screen and (max-width: 767.98px) { .footer__payments { float: none; max-width: initial; } } .footer__payments__title { font-size: 3.2rem; line-height: 3.6rem; font-weight: 500; margin-bottom: 40px; } @media only screen and (max-width: 767.98px) { .footer__payments__title { font-size: 2rem; line-height: 2.8rem; } } @media only screen and (max-width: 575.86px) { .footer__payments__title { font-size: 2rem; line-height: 2.8rem; margin-bottom: 24px; } } .footer__payments__item { display: inline-block; vertical-align: middle; margin-right: 24px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width: 991.98px) { .footer__payments__item { margin-right: 16px; } } @media only screen and (max-width: 767.98px) { .footer__payments__item { margin-right: 8px; } } .footer__payments__link { width: 96px; height: 64px; line-height: 64px; padding: 0 24px; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display: inline-block; vertical-align: middle; cursor: pointer; background-color: rgba(224, 224, 224, 0.05); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__payments__link:hover { background-color: #3671e9; } .footer__payments__img { display: inline-block; min-width: 40px; } .footer__bottom { text-align: left; } .footer__bottom::before, .footer__bottom::after { content: " "; display: table; } .footer__bottom::after { clear: both; } .footer__bottom__copyright__title { float: left; margin-bottom: 0; padding: 6px 0; } @media only screen and (max-width: 575.86px) { .footer__bottom__copyright__title { float: none; } } .footer__bottom__sosmed { float: right; } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed { float: none; } } .footer__bottom__sosmed__nav { list-style: none; padding: 0; margin: 0; font-size: 0; } .footer__bottom__sosmed__item { display: inline-block; vertical-align: middle; margin-right: 16px; } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed__item { margin-right: px; } .footer__bottom__sosmed__item:last-child { margin-right: 0; } } .footer__bottom__sosmed__link { width: 42px; height: 42px; line-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; background-color: transparent; display: inline-block; vertical-align: middle; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .footer__bottom__sosmed__link:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); } @media only screen and (max-width: 575.86px) { .footer__bottom__sosmed__link { text-align: center; } } /* ========================================================================== Pages Index ========================================================================== */ /*# sourceMappingURL=maps/app.css.map */
0.618204
0.101768
body { background: url('../static/BG.png') no-repeat; background-size: cover; background-position: center; } #app { min-height: 100vh; font-family: 'Open Sans', sans-serif; } #app form p { font-size: 13px; } .uniq-btn { text-transform: uppercase; font-size: 15px; color: #fff; letter-spacing: 1px; background: #1696e7; padding: 8px 40px; } /* Marketing */ .marketing .card p { font-size: 15px; color: #555555; } .marketing .card img { width: 100px; height: 100px; } .marketing .btn { text-transform: uppercase; font-size: 15px; color: #fff; letter-spacing: 1px; background: #1696e7; padding: 8px 40px; } /* Result page */ .result .table-one thead tr td { padding-bottom: 10px; } .result .table-one tbody tr td { padding: 8px; width: 40%!important; border: 1px solid #dfdfdf; } /* Link table */ .result .table-two { width: 100%; } .result .table-two thead tr td { padding: 12px; text-align: center; } .result .table-two thead tr td h5 { font-size: 15px; } .result .table-two tbody tr td { border: 1px solid #dfdfdf; padding: 10px 12px; } .result .table-two tbody tr td p { font-size: 16px; color: #000; } .result .table-two tbody tr td a { font-size: 16px; text-decoration: none; } .result .table-two tbody tr .link-td { position: relative; overflow: hidden; } .result .table-two tbody tr .link-td .btn { text-transform: capitalize; font-size: 14px; color: #fff; padding: 1px 8px; position: absolute; top: 10px; right: 0; } /* Plugin */ .bmc-button img { height: 34px !important; width: 35px !important; margin-bottom: 1px !important; box-shadow: none !important; border: none !important; vertical-align: middle !important; } .bmc-button { padding: 7px 10px 7px 10px !important; line-height: 35px !important; height: 51px !important; min-width: 217px !important; text-decoration: none !important; display: inline-flex !important; color: #ffffff !important; background-color: #000000 !important; border-radius: 5px !important; border: 1px solid transparent !important; padding: 7px 10px 7px 10px !important; font-size: 20px !important; letter-spacing: 0.6px !important; box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important; -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; margin: 0 auto !important; font-family: 'Arial', cursive !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; -o-transition: 0.3s all linear !important; -webkit-transition: 0.3s all linear !important; -moz-transition: 0.3s all linear !important; -ms-transition: 0.3s all linear !important; transition: 0.3s all linear !important; } .bmc-button:hover, .bmc-button:active, .bmc-button:focus { -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; text-decoration: none !important; box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; opacity: 0.85 !important; color: #ffffff !important; } /* Modal */ .custom-modal { position: fixed; top: 0; left: 0; width: 100%; min-height: 100vh; z-index: 10000; background: rgba(0, 0, 0, 0.521); overflow-y: scroll; } .custom-modal i { font-size: 22px; padding: 25px; cursor: pointer; } .custom-modal .card { width: 90vw; } .custom-modal .card .bold-text { font-size: 16px; color: #000; } .custom-modal .card .text-column { background: #066cdae1; overflow: hidden; } .custom-modal .card .column-one .bold-text { color: #fff; font-size: 18px; font-weight: 900; } .custom-modal .card .column-one .small-text { color: #fff; font-size: 14px; margin-bottom: 40px; } .custom-modal .column-three .text-column { min-height: 180px; } @media(min-width: 992px) { .custom-modal i { font-size: 25px; padding: 15px 40px; } .custom-modal .card { width: 1000px; } } .flex-center { 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%; } .flex-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
css/website.css
body { background: url('../static/BG.png') no-repeat; background-size: cover; background-position: center; } #app { min-height: 100vh; font-family: 'Open Sans', sans-serif; } #app form p { font-size: 13px; } .uniq-btn { text-transform: uppercase; font-size: 15px; color: #fff; letter-spacing: 1px; background: #1696e7; padding: 8px 40px; } /* Marketing */ .marketing .card p { font-size: 15px; color: #555555; } .marketing .card img { width: 100px; height: 100px; } .marketing .btn { text-transform: uppercase; font-size: 15px; color: #fff; letter-spacing: 1px; background: #1696e7; padding: 8px 40px; } /* Result page */ .result .table-one thead tr td { padding-bottom: 10px; } .result .table-one tbody tr td { padding: 8px; width: 40%!important; border: 1px solid #dfdfdf; } /* Link table */ .result .table-two { width: 100%; } .result .table-two thead tr td { padding: 12px; text-align: center; } .result .table-two thead tr td h5 { font-size: 15px; } .result .table-two tbody tr td { border: 1px solid #dfdfdf; padding: 10px 12px; } .result .table-two tbody tr td p { font-size: 16px; color: #000; } .result .table-two tbody tr td a { font-size: 16px; text-decoration: none; } .result .table-two tbody tr .link-td { position: relative; overflow: hidden; } .result .table-two tbody tr .link-td .btn { text-transform: capitalize; font-size: 14px; color: #fff; padding: 1px 8px; position: absolute; top: 10px; right: 0; } /* Plugin */ .bmc-button img { height: 34px !important; width: 35px !important; margin-bottom: 1px !important; box-shadow: none !important; border: none !important; vertical-align: middle !important; } .bmc-button { padding: 7px 10px 7px 10px !important; line-height: 35px !important; height: 51px !important; min-width: 217px !important; text-decoration: none !important; display: inline-flex !important; color: #ffffff !important; background-color: #000000 !important; border-radius: 5px !important; border: 1px solid transparent !important; padding: 7px 10px 7px 10px !important; font-size: 20px !important; letter-spacing: 0.6px !important; box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important; -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; margin: 0 auto !important; font-family: 'Arial', cursive !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; -o-transition: 0.3s all linear !important; -webkit-transition: 0.3s all linear !important; -moz-transition: 0.3s all linear !important; -ms-transition: 0.3s all linear !important; transition: 0.3s all linear !important; } .bmc-button:hover, .bmc-button:active, .bmc-button:focus { -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; text-decoration: none !important; box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; opacity: 0.85 !important; color: #ffffff !important; } /* Modal */ .custom-modal { position: fixed; top: 0; left: 0; width: 100%; min-height: 100vh; z-index: 10000; background: rgba(0, 0, 0, 0.521); overflow-y: scroll; } .custom-modal i { font-size: 22px; padding: 25px; cursor: pointer; } .custom-modal .card { width: 90vw; } .custom-modal .card .bold-text { font-size: 16px; color: #000; } .custom-modal .card .text-column { background: #066cdae1; overflow: hidden; } .custom-modal .card .column-one .bold-text { color: #fff; font-size: 18px; font-weight: 900; } .custom-modal .card .column-one .small-text { color: #fff; font-size: 14px; margin-bottom: 40px; } .custom-modal .column-three .text-column { min-height: 180px; } @media(min-width: 992px) { .custom-modal i { font-size: 25px; padding: 15px 40px; } .custom-modal .card { width: 1000px; } } .flex-center { 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%; } .flex-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
0.359589
0.075961
* { box-sizing: border-box; } /** Builder **/ ul, li { margin: 0; padding: 0; list-style: none; } [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], [type=checkbox], [type=file], [type=radio], textarea { margin-bottom: 0; } .library { position: fixed; top: 0; left: 0; width: 25%; height: 100%; background: #eee; border-right: 1px solid #ccc; box-shadow: 1px 0px 5px -2px #ccc; overflow: scroll; } .demo { position: relative; left: 25%; width: 75%; padding: 0 24px; overflow: scroll; } .config-panel { position: fixed; top: 0; right: 0; width: 25%; height: 100%; /*background: #eee;*/ background: rgba(240, 240, 240, 0.75); border-left: 1px solid #ccc; box-shadow: -1px 0px 5px -2px #ccc; transform: translateX(100%); transition: transform 500ms; overflow: scroll; z-index: 15; } .comp-config-name { margin-bottom: 8px; border-bottom: 2px solid #777; } .config-item { margin: 4px 0; padding-bottom: 4px; border-bottom: 1px solid #ccc; display: flex; justify-content: space-between; align-items: center; } .config-item:last-child { border: 0px; } .panel-header { margin: 8px 0 16px; color: #bbb; text-shadow: 0px 1px 5px #fff; } .panel { position: relative; padding: 0 16px; overflow: auto; } .panel-close { position: absolute; top: 0; right: 0; padding: 8px 16px; background: #ccc; color: #fff; cursor: pointer; transition: background-color 250ms; } .panel-close:hover { background: #999; } .comp-list { margin: 0 0 16px; } .component.builder { padding: 8px 16px; border: 1px solid transparent; transition: border 250ms; } .component.builder:hover { border-color: #eee; } .component.builder:hover > .config-toggle { opacity: 1; } .config-toggle { position: absolute; top: -1px; right: -1px; width: 17px; height: 17px; background: rgba(119, 119, 119, 0.75); border-bottom-left-radius: 8px; color: #fff; transition: background 250ms, opacity 250ms; opacity: 0; z-index: 10; } .config-toggle:hover { background: rgba(89, 89, 89, 1); color: #fff; } .config-icon { position: absolute; top: 0; right: 1px; cursor: pointer; } .config-panel.open { transform: translateX(0); } /** Elements **/ .component { position: relative; }
demo/css/style.css
* { box-sizing: border-box; } /** Builder **/ ul, li { margin: 0; padding: 0; list-style: none; } [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], [type=checkbox], [type=file], [type=radio], textarea { margin-bottom: 0; } .library { position: fixed; top: 0; left: 0; width: 25%; height: 100%; background: #eee; border-right: 1px solid #ccc; box-shadow: 1px 0px 5px -2px #ccc; overflow: scroll; } .demo { position: relative; left: 25%; width: 75%; padding: 0 24px; overflow: scroll; } .config-panel { position: fixed; top: 0; right: 0; width: 25%; height: 100%; /*background: #eee;*/ background: rgba(240, 240, 240, 0.75); border-left: 1px solid #ccc; box-shadow: -1px 0px 5px -2px #ccc; transform: translateX(100%); transition: transform 500ms; overflow: scroll; z-index: 15; } .comp-config-name { margin-bottom: 8px; border-bottom: 2px solid #777; } .config-item { margin: 4px 0; padding-bottom: 4px; border-bottom: 1px solid #ccc; display: flex; justify-content: space-between; align-items: center; } .config-item:last-child { border: 0px; } .panel-header { margin: 8px 0 16px; color: #bbb; text-shadow: 0px 1px 5px #fff; } .panel { position: relative; padding: 0 16px; overflow: auto; } .panel-close { position: absolute; top: 0; right: 0; padding: 8px 16px; background: #ccc; color: #fff; cursor: pointer; transition: background-color 250ms; } .panel-close:hover { background: #999; } .comp-list { margin: 0 0 16px; } .component.builder { padding: 8px 16px; border: 1px solid transparent; transition: border 250ms; } .component.builder:hover { border-color: #eee; } .component.builder:hover > .config-toggle { opacity: 1; } .config-toggle { position: absolute; top: -1px; right: -1px; width: 17px; height: 17px; background: rgba(119, 119, 119, 0.75); border-bottom-left-radius: 8px; color: #fff; transition: background 250ms, opacity 250ms; opacity: 0; z-index: 10; } .config-toggle:hover { background: rgba(89, 89, 89, 1); color: #fff; } .config-icon { position: absolute; top: 0; right: 1px; cursor: pointer; } .config-panel.open { transform: translateX(0); } /** Elements **/ .component { position: relative; }
0.547464
0.133246
@charset "utf-8"; .distCentral { margin-right: 3px; background-color: #EFFAFE; } .distCitrus { background-color: #FBFED8; } .distCoast { margin-right: 3px; background-color: #DFFFFF; } .distNorth { margin-right: 3px; background-color: #FFF2FD; } .distOrange { /* ~~ defines the color coding used for the Orange District - used in many pages ~~ */ margin-right: 3px; background-color: #FFECC8; } .distSouth { /* ~~ defines the color coding used for the South District - used in many pages ~~ */ margin-right: 3px; background-color: #C8FFC8; } .distWest { /* ~~ defines the color coding used for the West District - used in many pages ~~ */ margin-right: 3px; background-color: #FEF0E7; } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h4, h5, h6 { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; padding-bottom: 9px; margin-bottom: 8px; } h3 { /* [disabled]font-size: 20px; */ font-weight: bold; padding-bottom: 10px; padding-left: 10px; margin-left: 15px; } .font_height { line-height: 1.2em; } a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; display: block; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { color: #C0F; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:visited { color: #C0F; text-decoration: underline; } a:hover , a:active, a:focus{ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; color: #FFF; background-color: #090; } .container { width: 960px; overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */ font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin-top: 10; margin-right: auto; margin-bottom: 0; margin-left: auto; background-color: #FFFFFF; } .menu_main { float: left; width: 105px; padding-bottom: 10px; background-color: #FFFFFF; font-size: 10px; font-style: italic; margin-bottom: 15px; margin-left: 10px; text-decoration: none; margin-right: 10px; height: 2000pt; } .menu_main .nav { margin-bottom: 10px; /* this creates the space between the navigation on the content below */ font-size: 12px; font-weight: bold; background-color: #FFFFFF; text-align: center; list-style-type: none; vertical-align: middle; margin-top: 10px; text-decoration: none; line-height: 1.2em; } /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu_main like Spry) ~~ */ .menu_main .nav ul{ margin-bottom: 15px; margin-top: 15px; } .menu_main .nav ul li{ line-height: 1.1em; vertical-align: middle; text-align: center; text-decoration: none; font-style: italic; height: 50px; } .menu_main a:link { display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ width: 90px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; color: #333; padding-right: 5px; padding-left: 10px; padding-top: 1px; padding-bottom: 1px; } .menu_main a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */ padding: 5px 5px 2px 10px; display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ width: 90px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; color: #333; } .menu_main a:hover { color: #FFF; background-color: #090; text-decoration: none; } .menu_main a:active { color: #FFF; background-color: #090; text-decoration: none; } .menu_main a:focus { /* this changes the background and text color for both mouse and keyboard navigators */ color: #FFF; background-color: #090; text-decoration: none; } .menu_main h6 { clear: both; margin-right: 15px; margin-left: 10px; line-height: 1.2em; font-size: 12px; font-style: italic; padding-top: 8px; padding-right: 0px; padding-left: 0px; } #banner { background-image: url(images/banner.png); height: 120px; width: 960px; margin-bottom: 10px; } #banner h1 { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 24px; font-weight: bold; line-height: 1.1em; margin-left: 80px; text-align: left; padding-top: 18px; } #time_legend tr td { text-align: center; vertical-align: top; margin-right: 5px; margin-left: 5px; border-right-width: 5px; border-left-width: 5px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; padding-right: 3px; padding-left: 3px; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content ul, .content ol { padding: 0 5px 5px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { float: right; margin-left: 8px; } .fltrt_10 { float: right; margin-left: 8px; margin-right: 10px; } .fltrt_20 { float: right; margin-left: 8px; margin-right: 20px; } .fltrt_30 { float: right; margin-left: 8px; margin-right: 30px; } .fltrt_40 { float: right; margin-left: 8px; margin-right: 40px; } .fltrt_50 { float: right; margin-left: 8px; margin-right: 50px; } .fltrt_60 { float: right; margin-left: 8px; margin-right: 60px; } .fltrt_70 { float: right; margin-left: 8px; margin-right: 70px; } .fltlft { float: left; margin-right: 8px; } .clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; } .pm_whites { font-weight: bold; color: #FFF; background-color: #faf047; text-align: center; } .text_men { color: #03F; } .text_black { color: #000; } .text_red { color: #F00; } .text_blue_00F { color: #00F; } .text_green_093 { color: #093; } .text_red_bold { color: #F00; font-weight: bold; } .text_white { color: #FFF; } .text_women { color: #F36; } .text_smaller_italic { font-size: 0.7em; font-style: italic; } .footer { clear: both; float: none; width: 100%; text-align: center; margin-bottom: 10px; padding-top: 30px; } .strikethrough { text-decoration: line-through; } .content { float: right; width: 835px; } .content h1 { font-size: 22px; font-weight: bold; padding-bottom: 10px; padding-left: 10px; } .content h2 { font-size: 20px; font-weight: bold; padding-bottom: 10px; padding-left: 25px; } .content h3 { font-size: 18px; font-weight: bold; padding-bottom: 10px; padding-left: 35px; margin-left: 0px; border-bottom: 3px solid #FFFFFF; } .content p { font-size: 16px; margin-top: 0; padding-right: 50px; padding-bottom: 0px; padding-left: 45px; } .strikethrough { text-decoration: line-through; } .font_18_bold_bg_yellow { font-size: 18px; font-weight: bold; background-color: #D9D91A; } .font_bold_bg_yellow { font-weight: bold; background-color: #FF6; } .background_yellow { background-color: #FFFFFF; } .background_light_yellow { background-color: #FFFFBF; } .background_light_grey { background-color: #ECEAEA; } .indent_20 { margin-left: 20px; } .indent_30 { margin-left: 30px; } .indent_40 { margin-left: 40px; } .indent_50 { margin-left: 50px; } .indent_60 { margin-left: 60px; } .indent_70 { margin-left: 70px; } .indent_80 { margin-left: 80px; } .indent_90 { margin-left: 90px; } .indent_100 { margin-left: 100px; } .indent_110 { margin-left: 110px; } .spacer_1 { clear: both; margin-bottom: 1px; margin-left: 0px; } .spacer_10 { clear: both; margin-bottom: 10px; } .spacer_15 { margin-bottom: 15px; } .spacer_20 { clear: both; margin-bottom: 20px; } .blank_05 { height: 5px; } .blank_10 { height: 10px; } .blank_15 { height: 15px; } .helvetica { font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; }
0_css_site_wide.css
@charset "utf-8"; .distCentral { margin-right: 3px; background-color: #EFFAFE; } .distCitrus { background-color: #FBFED8; } .distCoast { margin-right: 3px; background-color: #DFFFFF; } .distNorth { margin-right: 3px; background-color: #FFF2FD; } .distOrange { /* ~~ defines the color coding used for the Orange District - used in many pages ~~ */ margin-right: 3px; background-color: #FFECC8; } .distSouth { /* ~~ defines the color coding used for the South District - used in many pages ~~ */ margin-right: 3px; background-color: #C8FFC8; } .distWest { /* ~~ defines the color coding used for the West District - used in many pages ~~ */ margin-right: 3px; background-color: #FEF0E7; } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h4, h5, h6 { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; padding-bottom: 9px; margin-bottom: 8px; } h3 { /* [disabled]font-size: 20px; */ font-weight: bold; padding-bottom: 10px; padding-left: 10px; margin-left: 15px; } .font_height { line-height: 1.2em; } a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; display: block; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { color: #C0F; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:visited { color: #C0F; text-decoration: underline; } a:hover , a:active, a:focus{ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; color: #FFF; background-color: #090; } .container { width: 960px; overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */ font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin-top: 10; margin-right: auto; margin-bottom: 0; margin-left: auto; background-color: #FFFFFF; } .menu_main { float: left; width: 105px; padding-bottom: 10px; background-color: #FFFFFF; font-size: 10px; font-style: italic; margin-bottom: 15px; margin-left: 10px; text-decoration: none; margin-right: 10px; height: 2000pt; } .menu_main .nav { margin-bottom: 10px; /* this creates the space between the navigation on the content below */ font-size: 12px; font-weight: bold; background-color: #FFFFFF; text-align: center; list-style-type: none; vertical-align: middle; margin-top: 10px; text-decoration: none; line-height: 1.2em; } /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu_main like Spry) ~~ */ .menu_main .nav ul{ margin-bottom: 15px; margin-top: 15px; } .menu_main .nav ul li{ line-height: 1.1em; vertical-align: middle; text-align: center; text-decoration: none; font-style: italic; height: 50px; } .menu_main a:link { display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ width: 90px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; color: #333; padding-right: 5px; padding-left: 10px; padding-top: 1px; padding-bottom: 1px; } .menu_main a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */ padding: 5px 5px 2px 10px; display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ width: 90px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; color: #333; } .menu_main a:hover { color: #FFF; background-color: #090; text-decoration: none; } .menu_main a:active { color: #FFF; background-color: #090; text-decoration: none; } .menu_main a:focus { /* this changes the background and text color for both mouse and keyboard navigators */ color: #FFF; background-color: #090; text-decoration: none; } .menu_main h6 { clear: both; margin-right: 15px; margin-left: 10px; line-height: 1.2em; font-size: 12px; font-style: italic; padding-top: 8px; padding-right: 0px; padding-left: 0px; } #banner { background-image: url(images/banner.png); height: 120px; width: 960px; margin-bottom: 10px; } #banner h1 { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 24px; font-weight: bold; line-height: 1.1em; margin-left: 80px; text-align: left; padding-top: 18px; } #time_legend tr td { text-align: center; vertical-align: top; margin-right: 5px; margin-left: 5px; border-right-width: 5px; border-left-width: 5px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; padding-right: 3px; padding-left: 3px; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content ul, .content ol { padding: 0 5px 5px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { float: right; margin-left: 8px; } .fltrt_10 { float: right; margin-left: 8px; margin-right: 10px; } .fltrt_20 { float: right; margin-left: 8px; margin-right: 20px; } .fltrt_30 { float: right; margin-left: 8px; margin-right: 30px; } .fltrt_40 { float: right; margin-left: 8px; margin-right: 40px; } .fltrt_50 { float: right; margin-left: 8px; margin-right: 50px; } .fltrt_60 { float: right; margin-left: 8px; margin-right: 60px; } .fltrt_70 { float: right; margin-left: 8px; margin-right: 70px; } .fltlft { float: left; margin-right: 8px; } .clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; } .pm_whites { font-weight: bold; color: #FFF; background-color: #faf047; text-align: center; } .text_men { color: #03F; } .text_black { color: #000; } .text_red { color: #F00; } .text_blue_00F { color: #00F; } .text_green_093 { color: #093; } .text_red_bold { color: #F00; font-weight: bold; } .text_white { color: #FFF; } .text_women { color: #F36; } .text_smaller_italic { font-size: 0.7em; font-style: italic; } .footer { clear: both; float: none; width: 100%; text-align: center; margin-bottom: 10px; padding-top: 30px; } .strikethrough { text-decoration: line-through; } .content { float: right; width: 835px; } .content h1 { font-size: 22px; font-weight: bold; padding-bottom: 10px; padding-left: 10px; } .content h2 { font-size: 20px; font-weight: bold; padding-bottom: 10px; padding-left: 25px; } .content h3 { font-size: 18px; font-weight: bold; padding-bottom: 10px; padding-left: 35px; margin-left: 0px; border-bottom: 3px solid #FFFFFF; } .content p { font-size: 16px; margin-top: 0; padding-right: 50px; padding-bottom: 0px; padding-left: 45px; } .strikethrough { text-decoration: line-through; } .font_18_bold_bg_yellow { font-size: 18px; font-weight: bold; background-color: #D9D91A; } .font_bold_bg_yellow { font-weight: bold; background-color: #FF6; } .background_yellow { background-color: #FFFFFF; } .background_light_yellow { background-color: #FFFFBF; } .background_light_grey { background-color: #ECEAEA; } .indent_20 { margin-left: 20px; } .indent_30 { margin-left: 30px; } .indent_40 { margin-left: 40px; } .indent_50 { margin-left: 50px; } .indent_60 { margin-left: 60px; } .indent_70 { margin-left: 70px; } .indent_80 { margin-left: 80px; } .indent_90 { margin-left: 90px; } .indent_100 { margin-left: 100px; } .indent_110 { margin-left: 110px; } .spacer_1 { clear: both; margin-bottom: 1px; margin-left: 0px; } .spacer_10 { clear: both; margin-bottom: 10px; } .spacer_15 { margin-bottom: 15px; } .spacer_20 { clear: both; margin-bottom: 20px; } .blank_05 { height: 5px; } .blank_10 { height: 10px; } .blank_15 { height: 15px; } .helvetica { font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; }
0.452536
0.177882
body { background-color: #eee; } img { float: left; } img.fr { margin-left: 1em; } img.fl { margin-right: 1em; } /* header */ .header { background-color: #fff; position: relative; z-index: 9999; padding-top: 0; } .header h1 { float: left; margin: 3px 1em 0 0; } .header a { color: #212121; } .header nav div { font-size: 1.2em; font-weight: 400; display: table-cell; vertical-align: middle; height: 50px; float: none; width: 940px; } .header .row { margin-bottom: 0; } .header div ul { margin-top: 3px; } .header div li { float: left; margin-right: 2em; margin-bottom: 0; } .header div li:last-child { margin-right: 0; } .header .search { margin: 0; } .header .search input[type="text"] { font-size: 1em; padding: 5px 10px; } .header + .row { margin-top: 2em; } body .signup a { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } .buynow a { border: 1px solid #e63a2e; padding: 4px 1px 5px; } .buynow a span { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } .join a { float: left; padding: 10px 20px 11px; background-color: #74ac00; color: #fff; font-size: 1.5em; } .hd h2 { float: left; color: #e63a2e; line-height: 1.9em; margin-bottom: 0.5em; } .hd nav { float: right; } .hd ul { display: table-cell; line-height: 3em; vertical-align: middle; } .hd li { float: left; margin-right: 2em; margin-bottom: 0; } .hd li:last-child { margin-right: 0; } .hd a { color: #212121; font-size: 1.2em; } .hd a.selected { color: #00a2ff; } .breadcrumb { border-bottom: 1px solid #d4d4d4; padding-bottom: 0.5em; } .breadcrumb a { color: #212121; } .breadcrumb li { float: left; font-size: 1.2em; } .breadcrumb li:after { content:"\203A"; margin-left: 0.5em; color: #00a2ff; } .breadcrumb li:last-child { color: #777; } .breadcrumb li:last-child:after { content:" "; } /* buggl feature */ .buggl_feature { height: 600px; background-color: #777; margin-bottom: 3em; } .buggl_feature .column { position: relative; height: 600px; } .buggl_feature h2 { margin:5em 0 0.5em; font-size: 2.5em; } .buggl_feature form + a { font-size: 1.2em; line-height: 1; color: #777; } .buggl_feature .ico { float: left; background-position: -861px -202px; height: 18px; margin-right: 5px; opacity:0.5; } .buggl_feature .author { position: absolute; bottom: 0; right: 0; background-color: rgba(0,0,0,0.5); } .buggl_feature .author .title a { color: #fff; } .buggl_feature .author .subtext { color: #ddd; } .buggl_feature .author div { width: 300px; } form.search { overflow: hidden; margin-bottom: 1em; } .search input[type=text], .alt_header .search input[type=text] { font-size: 1.4em; color: #777; padding: 10px; float: left; margin-right: 5px; } .search input[type=submit] { font-size: 1.5em; height: 2.19em; padding: 0 20px; color: #fff; background-color: #e63a2e; background-image: none; border: 1px solid #e63a2e; } /* not found */ .notfound { height: 670px; } .tellus { padding: 2em; margin: 2em auto; background-color:rgba(0,0,0,0.5); width: 290px; } .tellus h2 { color: #fff; line-height: 1.2; } .tellus.search input[type="text"] { font-size: 1.2em; padding: 5px 10px; margin-bottom: 1em; } .tellus.search input[type="submit"] { font-size: 1.2em; float: right; } /* howto */ .howto { background: #f7f7f7 url('../../images/custom/howto_line.png') no-repeat center 65px; margin-bottom: 2em; } .howto h3 { font-size: 1.8em; } .howto div { width: 283px; padding: 10px; float: left; margin: 0; text-align: center; } .howto div:last-child { border: none; } .howto img { margin: 0 auto 20px; float: none; } .howto .subtext { font-size: 1.1em; } /* heading */ article .stnd { border-bottom: 1px solid #eee; position: relative; } aside .stnd { padding-bottom: 10px; border-bottom: 1px solid #d5d5d5; position: relative; } footer .stnd { padding-bottom: 10px; border-bottom: 1px solid #d5d5d5; position: relative; } .sp { font-size: 1.1em; color: #777; margin-top: 7px; line-height: 1.3; } ul.sp li { margin-left: 1.1em; padding-left:0.5em; color: red; list-style: disc; } /* pagination */ .page { background-color: #f7f7f7; } .page a { font-size: 1em; padding: 5px 7px 2px; float:left; margin-right: 1em; color: #212121; } .page a.selected { background-color: #e63a2e; color: #fff; } .page a.more { color: #00a2ff; } /* link */ a { text-decoration: none; } a:hover { color: #00a2ff; } .title a { color:#212121; } .sclink, .hdlink { font-size: 0.9em; line-height: 1.3; font-weight: 400; } .sclink { float: right; color: #212121; } .hdlink { float: right; color: #00a2ff; font-size: 1.2em; line-height: 2.4em; } a .ico, li .ico { background-position: -500px -560px; float: right; height: 20px; position: relative; right: 0; } /* list */ ul { list-style: none; padding: 0; margin: 0 0 20px;} ul li { margin-right: 10px; margin-bottom: 5px; } .helpful { margin-bottom: 1em; display: inline-block; } .helpful li { float: left; margin-right: 1em; } .helpful a { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } /* aside */ .carousel ul li { margin: 0; position: relative; z-index: 1; } .carousel > ul > li:first-child a, .carousel li.selected > a { border: none; padding-top: 10px } .carousel a { color: #212121; display: block; padding: 9px 10px 10px; border-top: 1px solid #ddd; font-size: 1em; } .carousel .selected { background-color: #f7f7f7; z-index: 2; } .carousel .selected ul li a:hover { background-color: #e7e7e7; border-color: #e7e7e7; } .carousel .selected ul { margin-bottom: -1px; border-bottom: 1px solid #eee; } .carousel ul li + li.selected > a { border-top:1px solid #eee; } .carousel ul ul li { text-indent: 20px; } .carousel a:hover { background-color: #f7f7f7; border-color: #f7f7f7; } .carousel li:hover + li > a, .carousel li ul li:hover + li > a { border-color: #f7f7f7; } .carousel .ico { background-color: transparent; background-position: -300px -517px; opacity: 0.5;} .carousel.tr .ico { background-position: -221px -517px; } .carousel.tr .selected .ico { background-position: -261px -517px; opacity: 1; } .carousel a:hover .ico { opacity: 1;} .sidelist { margin:1em 1em 0 0; } .sidelist li { padding: 0.7em 0; margin: 0; border-bottom: 1px solid #ddd; } .sidelist li:last-child { border: none; } .sidelist a { color: #212121; font-weight: 400;} .sidelist .ico { background-color:transparent; background-position: -182px -519px; float: left; margin-right: 1em; opacity:0.3; } .sidelist .selected a { color: #e23a34; } .sidelist .selected .ico { opacity:0.5; } .photolist { background-color: transparent; } .photolist li { float: left; margin-bottom: 10px } .photolist img { background-color: #fff; box-shadow: 0 1px 1px #ddd; padding: 1px; } .photolist li:nth-child(4n+4) { margin-right: 0; } .dreamlist { margin-top: 1em; } .dreamlist > li { float: left; margin-right:15px; margin-bottom: 10px; } .dreamlist > li:last-child { margin-right: 0; } .dreamlist > li > ul li { float: left; clear:both; margin-bottom: 1px; margin-right: 0; } .dreamlist img { margin-bottom: 10px; } .guide_stats ul li { padding: 10px; background-color: #fff; margin: 0; overflow: hidden; } .guide_stats ul li:nth-child(2n+2) { background-color: #f7f7f7; } .guide_stats .ico + em { color: #777; margin-left: 35px; display: block; } .guide_stats ul .ico { float: left; margin: 8px 15px 8px 5px; background-color: transparent; } .guide_stats .ico + h4 { margin-left: 35px; } .guide_stats .star .ico { background-position: -700px -560px; width: 20px; margin: 0.5em 0.5em 0 0; } .guide_stats .email .ico { background-position: -261px -158px; } .guide_stats .phone .ico { background-position: -141px -160px; } .guide_stats .skype .ico { background-position: -540px -680px; width: 20px; margin-right: 14px; } .guide_stats .school .ico { background-position: -421px -239px; width: 20px; margin-right: 14px; } .guide_stats .work .ico { background-position: -900px -200px; width: 20px; margin-right: 14px; } .guide_stats .language .ico { background-position: -820px -200px; } .guide_stats .ico.verify { float: right; margin: 8px 8px 8px 0; background-position: -620px -560px; width: 20px; } .list ul li { margin: 1.5em 0 2em; overflow: hidden; } .list h4 { margin-bottom: 5px; } .best_time ul li { padding: 10px; background-color: #fff; float: left; width: 47.50px; margin-bottom: 10px; text-align: center; } .best_time ul li:nth-child(4n+4) { margin-right: 0; } .best_time li h3 { margin-bottom: 0; font-weight: 400; } .multi > ul { margin: 0; overflow: hidden; padding: 1em 1em 0; border-bottom: 1px solid #eee; } .multi > ul li { float: left; margin-right: 0.5em; margin-bottom: 0; } .multi > ul li a { font-size: 1.2em; color: #212121; padding: 10px 15px; float:left; } .multi .selected { box-shadow:0 0 5px #ddd; } .multi .selected a { background-color: #fff; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; font-weight: 400; } .multi .plist a { float: left; padding: 0; margin-right: 1px; } .multi .plist a:last-child { margin-right: 0; } .square li { float: left; width: 49%; margin-bottom: 1em; } .square li:nth-child(2n+2) { margin-right: 0; } /* default boxes */ .fl { float: left; } .fr { float: right; } .bl { display: block; } .row { margin-bottom: 2em; } .box { margin-bottom: 1px; overflow: hidden; } .lrg_box { padding: 20px; overflow: hidden; } .reg_box { padding: 15px; overflow: hidden; } .db_box { padding: 15px 0 15px 15px; overflow: hidden; } .sml_box { padding: 7px 15px; overflow: hidden; } /* @sections */ .feature section { min-height: 410px; position: relative; } .feature .photo_info { position: absolute; left: 0; height: 411px; overflow: visible; } .feature .photo_info div { float: left; height: 529px; position: relative; } .feature .photo_info div:first-child { background-color: rgba(0,0,0,0.2); } .feature .photo_info p { position: relative; color:#fff; top: 1px; left: 0; padding: 1em; font-size: 1.2em; text-shadow: 1px 1px 3px #444; } .feature .photo_info span { display: block; font-size: 2em; line-height: 1; } .feature .photo_info p + p { position: absolute; color:#fff; top: auto; bottom: 1px; left: 0; background-color: rgba(0,0,0,0.5); margin: 0; font-size: 1em; color: #bbb; } .feature .photo_info ul { margin-top: 2em; padding: 0; } .feature .photo_info li { box-shadow: none; clear: both; width: 100%; } .feature .photo_info li a { color: #fff; font-size: 1em; background-color: transparent; border: none; margin-left: 1em; } .feature .photo_info .selected a { color: #52caff; } .feature .photo_info .selected { background-color: rgba(255,255,255,0.3); } .feature .box { bottom: -1em; height: 4em; padding: 1em 0 0 2em; position: absolute; width: 35%; } .feature .box .title a{ color: #fff; } .feature .box .subtext em { color: rgba(255,255,255,0.6); } .ico { background: transparent url('../../images/icon.png') no-repeat -420px -554px; position: absolute; right: 20px; bottom: 0; width: 18px; height: 18px; } .stnd .ico { background-position: -460px -556px; bottom: -1px; } footer .ico { background-color: #f9f9f9; } aside .ico { background-color: #eee; } .star { color: #ffcc00 } .star .ico { background-position: -542px -560px; } .max p { font-size: 2em; margin: 0; display: block } .max span { color: green; } .founder li { clear:both; margin: 2em 0; overflow: hidden; } .founder h2 { margin-bottom: 0.5em; line-height: 1; overflow: hidden; } .founder img { margin-right: 2em; } .founder h2 em { float: left; margin-right: 1em; } .founder em a { color: #0095e2; font-size: 0.8em; } .founder .email .ico { background-position: -261px -157px; } .founder .ico {float: left; margin-right: 0.5em; background-position: -781px -639px; } .db_box > img:first-child { margin-top: 0.5em; } /* profile */ .profile section + section { height: 320px; position: relative; } .profile .sml_box:last-child { position: absolute; bottom: 0; width: 590px; } .profile .best { padding: 10px 15px; background-color: #f9f9f9; color: #777; } .profile .best h4 { margin-bottom: 0; color: #444; } .profile .sml_box a { font-size: 1.2em; color: #212121; margin: 0 1em 0 0; } .profile .ico:first-child { background-position: -580px -560px; float: left; margin-right: .5em; width: 20px; } .profile a:last-child .ico:first-child { background-position: -660px -560px; float: left; margin-right: .5em; width: 20px; } /* comments */ .comments { margin-top: 1em; } .comments p { margin-left: 65px; padding-left: 20px; min-height: 60px; line-height: 1.4; } .comments .name { display: block; margin-bottom: 0; font-weight: 400; } .comments > * { overflow: hidden; margin-bottom: 2em; margin-right: 0; } .comments > *:last-child { margin-bottom: 0.5em; } section { background-color: #fff; margin-bottom: 20px; overflow: hidden; } section.column { margin-bottom: 20px; } section .subphoto { float: left; margin-right: 10px; } section .subtext { color:#999; margin-bottom: 5px; } section .rate { color: #00a2ff; font-size: 1em; margin-bottom: 0; } section .price { color: #00a2ff; font-size: 1em; margin-bottom: 0; } .subtext, .rate, .price { font-family: Georgia, serif; font-size: 1em; } aside section { background-color: transparent; } .lrg_box { position: absolute; bottom: 0; width: 100%;} .lrg_box .title a { color:#fff; } .lrg_box .subtext a { color:#eee; } .reg_box + .sml_box, .box + .sml_box { border-top: 1px solid #eee; } .course { font-size: 1em; background-color: #6a6a6a; color: #fff; float: right; min-height: 244px; } .course ul { text-align: right; margin-bottom: 0; } .course li { margin-bottom: 0; } .course span { float: left; width: 100px; text-align: right; } .course span:after { content:"\203A"; margin-left: 1em; color: #00a2ff; } /* @footer */ .footer { background-color: #f9f9f9; z-index: 1; } .footer a { color: #777; } .footer .row { margin-bottom: 0; padding-top: 2em; } .footer section { background-color: transparent; margin-top: 2em; } .footer nav { margin-bottom: 2em; font-size: 1.1em; } .footer nav ul { overflow: hidden; margin-bottom: 0; height: 76px; } .footer nav li { float: left; margin-left: 2em; line-height: 8em; }
web/buggl/css/vanilla/default.css
body { background-color: #eee; } img { float: left; } img.fr { margin-left: 1em; } img.fl { margin-right: 1em; } /* header */ .header { background-color: #fff; position: relative; z-index: 9999; padding-top: 0; } .header h1 { float: left; margin: 3px 1em 0 0; } .header a { color: #212121; } .header nav div { font-size: 1.2em; font-weight: 400; display: table-cell; vertical-align: middle; height: 50px; float: none; width: 940px; } .header .row { margin-bottom: 0; } .header div ul { margin-top: 3px; } .header div li { float: left; margin-right: 2em; margin-bottom: 0; } .header div li:last-child { margin-right: 0; } .header .search { margin: 0; } .header .search input[type="text"] { font-size: 1em; padding: 5px 10px; } .header + .row { margin-top: 2em; } body .signup a { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } .buynow a { border: 1px solid #e63a2e; padding: 4px 1px 5px; } .buynow a span { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } .join a { float: left; padding: 10px 20px 11px; background-color: #74ac00; color: #fff; font-size: 1.5em; } .hd h2 { float: left; color: #e63a2e; line-height: 1.9em; margin-bottom: 0.5em; } .hd nav { float: right; } .hd ul { display: table-cell; line-height: 3em; vertical-align: middle; } .hd li { float: left; margin-right: 2em; margin-bottom: 0; } .hd li:last-child { margin-right: 0; } .hd a { color: #212121; font-size: 1.2em; } .hd a.selected { color: #00a2ff; } .breadcrumb { border-bottom: 1px solid #d4d4d4; padding-bottom: 0.5em; } .breadcrumb a { color: #212121; } .breadcrumb li { float: left; font-size: 1.2em; } .breadcrumb li:after { content:"\203A"; margin-left: 0.5em; color: #00a2ff; } .breadcrumb li:last-child { color: #777; } .breadcrumb li:last-child:after { content:" "; } /* buggl feature */ .buggl_feature { height: 600px; background-color: #777; margin-bottom: 3em; } .buggl_feature .column { position: relative; height: 600px; } .buggl_feature h2 { margin:5em 0 0.5em; font-size: 2.5em; } .buggl_feature form + a { font-size: 1.2em; line-height: 1; color: #777; } .buggl_feature .ico { float: left; background-position: -861px -202px; height: 18px; margin-right: 5px; opacity:0.5; } .buggl_feature .author { position: absolute; bottom: 0; right: 0; background-color: rgba(0,0,0,0.5); } .buggl_feature .author .title a { color: #fff; } .buggl_feature .author .subtext { color: #ddd; } .buggl_feature .author div { width: 300px; } form.search { overflow: hidden; margin-bottom: 1em; } .search input[type=text], .alt_header .search input[type=text] { font-size: 1.4em; color: #777; padding: 10px; float: left; margin-right: 5px; } .search input[type=submit] { font-size: 1.5em; height: 2.19em; padding: 0 20px; color: #fff; background-color: #e63a2e; background-image: none; border: 1px solid #e63a2e; } /* not found */ .notfound { height: 670px; } .tellus { padding: 2em; margin: 2em auto; background-color:rgba(0,0,0,0.5); width: 290px; } .tellus h2 { color: #fff; line-height: 1.2; } .tellus.search input[type="text"] { font-size: 1.2em; padding: 5px 10px; margin-bottom: 1em; } .tellus.search input[type="submit"] { font-size: 1.2em; float: right; } /* howto */ .howto { background: #f7f7f7 url('../../images/custom/howto_line.png') no-repeat center 65px; margin-bottom: 2em; } .howto h3 { font-size: 1.8em; } .howto div { width: 283px; padding: 10px; float: left; margin: 0; text-align: center; } .howto div:last-child { border: none; } .howto img { margin: 0 auto 20px; float: none; } .howto .subtext { font-size: 1.1em; } /* heading */ article .stnd { border-bottom: 1px solid #eee; position: relative; } aside .stnd { padding-bottom: 10px; border-bottom: 1px solid #d5d5d5; position: relative; } footer .stnd { padding-bottom: 10px; border-bottom: 1px solid #d5d5d5; position: relative; } .sp { font-size: 1.1em; color: #777; margin-top: 7px; line-height: 1.3; } ul.sp li { margin-left: 1.1em; padding-left:0.5em; color: red; list-style: disc; } /* pagination */ .page { background-color: #f7f7f7; } .page a { font-size: 1em; padding: 5px 7px 2px; float:left; margin-right: 1em; color: #212121; } .page a.selected { background-color: #e63a2e; color: #fff; } .page a.more { color: #00a2ff; } /* link */ a { text-decoration: none; } a:hover { color: #00a2ff; } .title a { color:#212121; } .sclink, .hdlink { font-size: 0.9em; line-height: 1.3; font-weight: 400; } .sclink { float: right; color: #212121; } .hdlink { float: right; color: #00a2ff; font-size: 1.2em; line-height: 2.4em; } a .ico, li .ico { background-position: -500px -560px; float: right; height: 20px; position: relative; right: 0; } /* list */ ul { list-style: none; padding: 0; margin: 0 0 20px;} ul li { margin-right: 10px; margin-bottom: 5px; } .helpful { margin-bottom: 1em; display: inline-block; } .helpful li { float: left; margin-right: 1em; } .helpful a { padding: 3px 15px 4px; background-color: #e63a2e; color: #fff; } /* aside */ .carousel ul li { margin: 0; position: relative; z-index: 1; } .carousel > ul > li:first-child a, .carousel li.selected > a { border: none; padding-top: 10px } .carousel a { color: #212121; display: block; padding: 9px 10px 10px; border-top: 1px solid #ddd; font-size: 1em; } .carousel .selected { background-color: #f7f7f7; z-index: 2; } .carousel .selected ul li a:hover { background-color: #e7e7e7; border-color: #e7e7e7; } .carousel .selected ul { margin-bottom: -1px; border-bottom: 1px solid #eee; } .carousel ul li + li.selected > a { border-top:1px solid #eee; } .carousel ul ul li { text-indent: 20px; } .carousel a:hover { background-color: #f7f7f7; border-color: #f7f7f7; } .carousel li:hover + li > a, .carousel li ul li:hover + li > a { border-color: #f7f7f7; } .carousel .ico { background-color: transparent; background-position: -300px -517px; opacity: 0.5;} .carousel.tr .ico { background-position: -221px -517px; } .carousel.tr .selected .ico { background-position: -261px -517px; opacity: 1; } .carousel a:hover .ico { opacity: 1;} .sidelist { margin:1em 1em 0 0; } .sidelist li { padding: 0.7em 0; margin: 0; border-bottom: 1px solid #ddd; } .sidelist li:last-child { border: none; } .sidelist a { color: #212121; font-weight: 400;} .sidelist .ico { background-color:transparent; background-position: -182px -519px; float: left; margin-right: 1em; opacity:0.3; } .sidelist .selected a { color: #e23a34; } .sidelist .selected .ico { opacity:0.5; } .photolist { background-color: transparent; } .photolist li { float: left; margin-bottom: 10px } .photolist img { background-color: #fff; box-shadow: 0 1px 1px #ddd; padding: 1px; } .photolist li:nth-child(4n+4) { margin-right: 0; } .dreamlist { margin-top: 1em; } .dreamlist > li { float: left; margin-right:15px; margin-bottom: 10px; } .dreamlist > li:last-child { margin-right: 0; } .dreamlist > li > ul li { float: left; clear:both; margin-bottom: 1px; margin-right: 0; } .dreamlist img { margin-bottom: 10px; } .guide_stats ul li { padding: 10px; background-color: #fff; margin: 0; overflow: hidden; } .guide_stats ul li:nth-child(2n+2) { background-color: #f7f7f7; } .guide_stats .ico + em { color: #777; margin-left: 35px; display: block; } .guide_stats ul .ico { float: left; margin: 8px 15px 8px 5px; background-color: transparent; } .guide_stats .ico + h4 { margin-left: 35px; } .guide_stats .star .ico { background-position: -700px -560px; width: 20px; margin: 0.5em 0.5em 0 0; } .guide_stats .email .ico { background-position: -261px -158px; } .guide_stats .phone .ico { background-position: -141px -160px; } .guide_stats .skype .ico { background-position: -540px -680px; width: 20px; margin-right: 14px; } .guide_stats .school .ico { background-position: -421px -239px; width: 20px; margin-right: 14px; } .guide_stats .work .ico { background-position: -900px -200px; width: 20px; margin-right: 14px; } .guide_stats .language .ico { background-position: -820px -200px; } .guide_stats .ico.verify { float: right; margin: 8px 8px 8px 0; background-position: -620px -560px; width: 20px; } .list ul li { margin: 1.5em 0 2em; overflow: hidden; } .list h4 { margin-bottom: 5px; } .best_time ul li { padding: 10px; background-color: #fff; float: left; width: 47.50px; margin-bottom: 10px; text-align: center; } .best_time ul li:nth-child(4n+4) { margin-right: 0; } .best_time li h3 { margin-bottom: 0; font-weight: 400; } .multi > ul { margin: 0; overflow: hidden; padding: 1em 1em 0; border-bottom: 1px solid #eee; } .multi > ul li { float: left; margin-right: 0.5em; margin-bottom: 0; } .multi > ul li a { font-size: 1.2em; color: #212121; padding: 10px 15px; float:left; } .multi .selected { box-shadow:0 0 5px #ddd; } .multi .selected a { background-color: #fff; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; font-weight: 400; } .multi .plist a { float: left; padding: 0; margin-right: 1px; } .multi .plist a:last-child { margin-right: 0; } .square li { float: left; width: 49%; margin-bottom: 1em; } .square li:nth-child(2n+2) { margin-right: 0; } /* default boxes */ .fl { float: left; } .fr { float: right; } .bl { display: block; } .row { margin-bottom: 2em; } .box { margin-bottom: 1px; overflow: hidden; } .lrg_box { padding: 20px; overflow: hidden; } .reg_box { padding: 15px; overflow: hidden; } .db_box { padding: 15px 0 15px 15px; overflow: hidden; } .sml_box { padding: 7px 15px; overflow: hidden; } /* @sections */ .feature section { min-height: 410px; position: relative; } .feature .photo_info { position: absolute; left: 0; height: 411px; overflow: visible; } .feature .photo_info div { float: left; height: 529px; position: relative; } .feature .photo_info div:first-child { background-color: rgba(0,0,0,0.2); } .feature .photo_info p { position: relative; color:#fff; top: 1px; left: 0; padding: 1em; font-size: 1.2em; text-shadow: 1px 1px 3px #444; } .feature .photo_info span { display: block; font-size: 2em; line-height: 1; } .feature .photo_info p + p { position: absolute; color:#fff; top: auto; bottom: 1px; left: 0; background-color: rgba(0,0,0,0.5); margin: 0; font-size: 1em; color: #bbb; } .feature .photo_info ul { margin-top: 2em; padding: 0; } .feature .photo_info li { box-shadow: none; clear: both; width: 100%; } .feature .photo_info li a { color: #fff; font-size: 1em; background-color: transparent; border: none; margin-left: 1em; } .feature .photo_info .selected a { color: #52caff; } .feature .photo_info .selected { background-color: rgba(255,255,255,0.3); } .feature .box { bottom: -1em; height: 4em; padding: 1em 0 0 2em; position: absolute; width: 35%; } .feature .box .title a{ color: #fff; } .feature .box .subtext em { color: rgba(255,255,255,0.6); } .ico { background: transparent url('../../images/icon.png') no-repeat -420px -554px; position: absolute; right: 20px; bottom: 0; width: 18px; height: 18px; } .stnd .ico { background-position: -460px -556px; bottom: -1px; } footer .ico { background-color: #f9f9f9; } aside .ico { background-color: #eee; } .star { color: #ffcc00 } .star .ico { background-position: -542px -560px; } .max p { font-size: 2em; margin: 0; display: block } .max span { color: green; } .founder li { clear:both; margin: 2em 0; overflow: hidden; } .founder h2 { margin-bottom: 0.5em; line-height: 1; overflow: hidden; } .founder img { margin-right: 2em; } .founder h2 em { float: left; margin-right: 1em; } .founder em a { color: #0095e2; font-size: 0.8em; } .founder .email .ico { background-position: -261px -157px; } .founder .ico {float: left; margin-right: 0.5em; background-position: -781px -639px; } .db_box > img:first-child { margin-top: 0.5em; } /* profile */ .profile section + section { height: 320px; position: relative; } .profile .sml_box:last-child { position: absolute; bottom: 0; width: 590px; } .profile .best { padding: 10px 15px; background-color: #f9f9f9; color: #777; } .profile .best h4 { margin-bottom: 0; color: #444; } .profile .sml_box a { font-size: 1.2em; color: #212121; margin: 0 1em 0 0; } .profile .ico:first-child { background-position: -580px -560px; float: left; margin-right: .5em; width: 20px; } .profile a:last-child .ico:first-child { background-position: -660px -560px; float: left; margin-right: .5em; width: 20px; } /* comments */ .comments { margin-top: 1em; } .comments p { margin-left: 65px; padding-left: 20px; min-height: 60px; line-height: 1.4; } .comments .name { display: block; margin-bottom: 0; font-weight: 400; } .comments > * { overflow: hidden; margin-bottom: 2em; margin-right: 0; } .comments > *:last-child { margin-bottom: 0.5em; } section { background-color: #fff; margin-bottom: 20px; overflow: hidden; } section.column { margin-bottom: 20px; } section .subphoto { float: left; margin-right: 10px; } section .subtext { color:#999; margin-bottom: 5px; } section .rate { color: #00a2ff; font-size: 1em; margin-bottom: 0; } section .price { color: #00a2ff; font-size: 1em; margin-bottom: 0; } .subtext, .rate, .price { font-family: Georgia, serif; font-size: 1em; } aside section { background-color: transparent; } .lrg_box { position: absolute; bottom: 0; width: 100%;} .lrg_box .title a { color:#fff; } .lrg_box .subtext a { color:#eee; } .reg_box + .sml_box, .box + .sml_box { border-top: 1px solid #eee; } .course { font-size: 1em; background-color: #6a6a6a; color: #fff; float: right; min-height: 244px; } .course ul { text-align: right; margin-bottom: 0; } .course li { margin-bottom: 0; } .course span { float: left; width: 100px; text-align: right; } .course span:after { content:"\203A"; margin-left: 1em; color: #00a2ff; } /* @footer */ .footer { background-color: #f9f9f9; z-index: 1; } .footer a { color: #777; } .footer .row { margin-bottom: 0; padding-top: 2em; } .footer section { background-color: transparent; margin-top: 2em; } .footer nav { margin-bottom: 2em; font-size: 1.1em; } .footer nav ul { overflow: hidden; margin-bottom: 0; height: 76px; } .footer nav li { float: left; margin-left: 2em; line-height: 8em; }
0.614163
0.425009
.bg-home { background: url(../img/bg-2.jpg); background-position: center; background-size: cover; width: 100vw; height: calc(100vh - 6rem); display: flex; align-items: center; justify-content: center; } .bg-home .center { padding: 5rem 0; } .bg-home .center .row .col-12 { display: flex; flex-direction: column; align-items: center; } .bg-home .center .row .col-12 { text-align: center; padding: 1rem 0; } .bg-home .center .row .col-12 h1 { color: #e67e22; font-weight: bold; font-size: 5rem; padding: 1rem 0.5rem; font-family: var(--roboto); overflow: hidden; text-shadow: 0.5rem 0.1rem 0 rgb(31, 30, 30); } .bg-home .center .row .col-12 hr { background-color: var(--cor-de-fundo); width: 20%; height: 0.2rem; margin: 0; margin-bottom: 3rem; } .bg-home .center .row .col-12 p { width: 100%; padding: 2rem; color: var(--cor-de-fundo); font-size: 2rem; font-family: var(--roboto); overflow: hidden; text-align: center; } .bg-home .center .row .col-12 a{ padding: 2rem 3rem; color: var(--cor-de-fundo); font-size: 2rem; font-family: var(--roboto); font-weight: bold; cursor: pointer; text-decoration: none; text-align: center; transition: box-shadow 1s ease; background: linear-gradient(45deg,#f1c40f, #e67e22, #e74c3c); animation: degrade 2s ease infinite; background-size: 300% 300%; } .bg-home .center .row .col-12 a:hover { box-shadow: 0.5rem 0.5rem 0 var(--cor-de-fundo); } @media screen and (max-width: 768px){ .bg-home .center .row .col-12 h1 { font-size: 4rem; } .bg-home .center .row .col-12 hr { width: 30%; } .bg-home .center .row .col-12 p { font-size: 1.5rem; width: 100%; } .bg-home .center .row .col-12 a { padding: 1.5rem 2rem; } } @media screen and (max-width: 360px){ .bg-home .center .row .col-12 h1 { font-size: 3rem; } .bg-home .center .row .col-12 hr { width: 30%; } .bg-home .center .row .col-12 p { font-size: 1.5rem; width: 100%; } }
public/css/center-home.css
.bg-home { background: url(../img/bg-2.jpg); background-position: center; background-size: cover; width: 100vw; height: calc(100vh - 6rem); display: flex; align-items: center; justify-content: center; } .bg-home .center { padding: 5rem 0; } .bg-home .center .row .col-12 { display: flex; flex-direction: column; align-items: center; } .bg-home .center .row .col-12 { text-align: center; padding: 1rem 0; } .bg-home .center .row .col-12 h1 { color: #e67e22; font-weight: bold; font-size: 5rem; padding: 1rem 0.5rem; font-family: var(--roboto); overflow: hidden; text-shadow: 0.5rem 0.1rem 0 rgb(31, 30, 30); } .bg-home .center .row .col-12 hr { background-color: var(--cor-de-fundo); width: 20%; height: 0.2rem; margin: 0; margin-bottom: 3rem; } .bg-home .center .row .col-12 p { width: 100%; padding: 2rem; color: var(--cor-de-fundo); font-size: 2rem; font-family: var(--roboto); overflow: hidden; text-align: center; } .bg-home .center .row .col-12 a{ padding: 2rem 3rem; color: var(--cor-de-fundo); font-size: 2rem; font-family: var(--roboto); font-weight: bold; cursor: pointer; text-decoration: none; text-align: center; transition: box-shadow 1s ease; background: linear-gradient(45deg,#f1c40f, #e67e22, #e74c3c); animation: degrade 2s ease infinite; background-size: 300% 300%; } .bg-home .center .row .col-12 a:hover { box-shadow: 0.5rem 0.5rem 0 var(--cor-de-fundo); } @media screen and (max-width: 768px){ .bg-home .center .row .col-12 h1 { font-size: 4rem; } .bg-home .center .row .col-12 hr { width: 30%; } .bg-home .center .row .col-12 p { font-size: 1.5rem; width: 100%; } .bg-home .center .row .col-12 a { padding: 1.5rem 2rem; } } @media screen and (max-width: 360px){ .bg-home .center .row .col-12 h1 { font-size: 3rem; } .bg-home .center .row .col-12 hr { width: 30%; } .bg-home .center .row .col-12 p { font-size: 1.5rem; width: 100%; } }
0.29523
0.071559
body { margin: 0%; overflow: hidden; font-family: "Lucida Console", Monaco, monospace; } .container { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; } .pickerContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 75px 60px; border-radius: 25px; background: #fff; -webkit-box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); -moz-box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); } .color { display: flex; width: 100%; justify-content: space-between; align-items: center; margin-bottom: 30px; } .color div { width: 50px; height: 50px; -webkit-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); -moz-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); } h1, p, p a { font-weight: 300; color: #282828; letter-spacing: 1px; } p, p a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-size: 12px; } p { opacity: 0.8; margin-top: 25px; } a { border-bottom: 1px rgba(255, 255, 255, 0.5) solid; transition: color 0.25s; } a:hover { color: #fff; } .color h1 { font-size: 25px; } .gradient { width: 500px; height: 30px; position: relative; -webkit-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); -moz-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); margin-bottom: 30px; } .background { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #0099f7; background: -moz-linear-gradient(0deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); background: -webkit-linear-gradient(0deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); background: linear-gradient(90deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); z-index: 1; } .selectorContainer { z-index: 5; top: -6px; } .selector { cursor: ew-resize; width: 3px; height: 40px; background: #282828; z-index: 2; } .pos { width: 100%; display: flex; justify-content: space-between; align-items: center; } .pos h1 { font-size: 12px; }
css/style.css
body { margin: 0%; overflow: hidden; font-family: "Lucida Console", Monaco, monospace; } .container { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; } .pickerContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 75px 60px; border-radius: 25px; background: #fff; -webkit-box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); -moz-box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); box-shadow: 0px 5px 50px 0px rgba(25, 22, 31, 0.5); } .color { display: flex; width: 100%; justify-content: space-between; align-items: center; margin-bottom: 30px; } .color div { width: 50px; height: 50px; -webkit-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); -moz-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); } h1, p, p a { font-weight: 300; color: #282828; letter-spacing: 1px; } p, p a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-size: 12px; } p { opacity: 0.8; margin-top: 25px; } a { border-bottom: 1px rgba(255, 255, 255, 0.5) solid; transition: color 0.25s; } a:hover { color: #fff; } .color h1 { font-size: 25px; } .gradient { width: 500px; height: 30px; position: relative; -webkit-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); -moz-box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); box-shadow: 0px 2px 13px 0px rgba(25, 22, 31, 0.15); margin-bottom: 30px; } .background { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #0099f7; background: -moz-linear-gradient(0deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); background: -webkit-linear-gradient(0deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); background: linear-gradient(90deg, #0099f7 0%, #8e58d3 50%, #f2492b 100%); z-index: 1; } .selectorContainer { z-index: 5; top: -6px; } .selector { cursor: ew-resize; width: 3px; height: 40px; background: #282828; z-index: 2; } .pos { width: 100%; display: flex; justify-content: space-between; align-items: center; } .pos h1 { font-size: 12px; }
0.40392
0.096962
@media screen and (min-width: 1025px) { *{ margin: 0; text-align: center; box-sizing: border-box; } .container{ margin-left: auto; margin-right: auto; display: flex; flex-direction: column; } main{ display: flex; flex-direction: row; } #cdefgh{ display: flex; flex-direction: column; width: 100%; } #cd{ display: flex; flex-direction: row; } #efgh{ display: flex; flex-direction: row; } #ef{ display: flex; flex-direction: row ; width: 100%; } #gh{ display: flex; flex-direction: row ; width: 100%; } #a{ background-color: #99d0d1; width: 100%; height: 100px; line-height: 100px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ background-color: #97d7da; width: 20.8333%; height: 600px; line-height: 600px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ background-color: #7ccdd1; width: 50%; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #d{ background-color: #91cbce; width: 50% ; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #e{ background-color: #8ac7ca; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #f{ background-color: #75bbbe; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #g{ background-color: #89bfc2; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #h{ background-color: #7ccace; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ background-color: #57c3c9; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 1px 0px; text-align: center; } } @media (min-width: 768px) and (max-width: 1024px) { *{ margin: 0; text-align: center; box-sizing: border-box; } .container{ margin-left: auto; margin-right: auto; display: flex; flex-direction: column; } main{ display: flex; flex-direction: row; } #cdefgh{ display: flex; flex-direction: column; width: 100%; } #cd{ display: flex; flex-direction: row; } #efgh{ display: flex; flex-direction: row; } #ef{ display: flex; flex-direction: row ; width: 100%; } #gh{ display: flex; flex-direction: row ; width: 100%; } #a{ background-color: #89aaca; width: 100%; height: 100px; line-height: 100px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ background-color: #32b7be; width: 20.8333%; height: 600px; line-height: 600px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ background-color: red; width: 50%; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #d{ background-color: black; width: 50% ; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #e{ background-color: blue; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #f{ background-color: wheat; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #g{ background-color: white; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #h{ background-color: yellowgreen; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ background-color: yellow; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 1px 0px; text-align: center; } } @media screen and (max-width:767px){ *{ margin: 0; padding: 0; text-align: center; box-sizing: border-box; } .container{ display:flex; flex-direction: column; } #a{ display: inline-block; background-color: #17ad8d; line-height: 75px; width: 100%; height: 75px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ display: inline-block; background-color: #20c29f; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ display: inline-block; background-color: #21caa6; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #d{ display: inline-block; background-color: #26d6b0; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #ef{ display: flex; flex-direction: row ; } #e{ background-color: #30ceac; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 1px; text-align: center; } #f{ background-color: #2ee4bc; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #gh{ display: flex; flex-direction: row ; } #g{ background-color: #4fd8ba; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 1px; text-align: center; } #h{ background-color: #21cea8; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ display: inline-block; background-color: #14dbb0; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 1px 1px; text-align: center; } }
css/modules.css
@media screen and (min-width: 1025px) { *{ margin: 0; text-align: center; box-sizing: border-box; } .container{ margin-left: auto; margin-right: auto; display: flex; flex-direction: column; } main{ display: flex; flex-direction: row; } #cdefgh{ display: flex; flex-direction: column; width: 100%; } #cd{ display: flex; flex-direction: row; } #efgh{ display: flex; flex-direction: row; } #ef{ display: flex; flex-direction: row ; width: 100%; } #gh{ display: flex; flex-direction: row ; width: 100%; } #a{ background-color: #99d0d1; width: 100%; height: 100px; line-height: 100px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ background-color: #97d7da; width: 20.8333%; height: 600px; line-height: 600px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ background-color: #7ccdd1; width: 50%; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #d{ background-color: #91cbce; width: 50% ; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #e{ background-color: #8ac7ca; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #f{ background-color: #75bbbe; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #g{ background-color: #89bfc2; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #h{ background-color: #7ccace; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ background-color: #57c3c9; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 1px 0px; text-align: center; } } @media (min-width: 768px) and (max-width: 1024px) { *{ margin: 0; text-align: center; box-sizing: border-box; } .container{ margin-left: auto; margin-right: auto; display: flex; flex-direction: column; } main{ display: flex; flex-direction: row; } #cdefgh{ display: flex; flex-direction: column; width: 100%; } #cd{ display: flex; flex-direction: row; } #efgh{ display: flex; flex-direction: row; } #ef{ display: flex; flex-direction: row ; width: 100%; } #gh{ display: flex; flex-direction: row ; width: 100%; } #a{ background-color: #89aaca; width: 100%; height: 100px; line-height: 100px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ background-color: #32b7be; width: 20.8333%; height: 600px; line-height: 600px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ background-color: red; width: 50%; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #d{ background-color: black; width: 50% ; height: 200px; line-height: 200px; border: solid #a0a0a0; border-width: 1px 1px 0px 0px; text-align: center; } #e{ background-color: blue; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #f{ background-color: wheat; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #g{ background-color: white; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 0px; text-align: center; } #h{ background-color: yellowgreen; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ background-color: yellow; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 1px 0px; text-align: center; } } @media screen and (max-width:767px){ *{ margin: 0; padding: 0; text-align: center; box-sizing: border-box; } .container{ display:flex; flex-direction: column; } #a{ display: inline-block; background-color: #17ad8d; line-height: 75px; width: 100%; height: 75px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #b{ display: inline-block; background-color: #20c29f; width: 100%; height: 150px; line-height: 150px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #c{ display: inline-block; background-color: #21caa6; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #d{ display: inline-block; background-color: #26d6b0; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #ef{ display: flex; flex-direction: row ; } #e{ background-color: #30ceac; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 1px; text-align: center; } #f{ background-color: #2ee4bc; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #gh{ display: flex; flex-direction: row ; } #g{ background-color: #4fd8ba; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 0px 0px 1px; text-align: center; } #h{ background-color: #21cea8; width: 50%; height: 250px; line-height: 250px; border: solid #a0a0a0; border-width: 1px 1px 0px 1px; text-align: center; } #i{ display: inline-block; background-color: #14dbb0; width: 100%; height: 125px; line-height: 125px; border: solid #a0a0a0; border-width: 1px 1px 1px 1px; text-align: center; } }
0.323915
0.080538
.blue-bg, .blue-bg-hover:hover, .strt-btns > a.blue-bg, .strt-btns > a:hover, .vdo-sec-innr > span a:hover, .membr-wrp:hover .membr-inf, .membr-wrp:before, .owl-dots > div.active, /*.cnt-frm button:hover,*/ .thm-lyr:before, .cnt-frm button, .vw-al > a, .vw-al > a:hover i, .fea-btns > a i, .fea-btns > a.no-bg:hover i, .widget ul li:hover > span, .tagcloud > a:before, .share > a:before, .comment-reply-link, .rspnsv-lg-br > span:hover, .btn1:hover, .btn1:focus, .mbr-cnt > li i, nav ul > li:hover > a, nav ul > li > a:focus, nav ul > li > a.active { background-color: #0093fb; } /*===== Text Color =====*/ .blue-clr, .owl-nav > div:hover, .acordn-itm > h4.active, .acordn-itm > h4.active i, .nwsltr-frm > button:hover, .vw-al > a:hover, .nws-inf > h4:hover > a, .mta > span a:hover, .app-scrn-caro .owl-nav > div:hover, .hdr-scl > a:hover, .hdr-scl > a:focus, .rspnsv-mnu > span:hover, .pst-meta > li.cmt, .tagclouds > a, .pst-author-detail > h2 a, .author-social > li a, .title > span, .title > h4 span, .comment-detail > h2 a:hover, .comment-detail > span, .blg-dtl h3 span, .pst-meta > li i, .pst-meta > li a:hover, .pst-meta > li a:focus, span.date > i, .rcnt-pst-inf > h2 a:hover, .rcnt-pst-inf > h2 a:focus, .widget ul li:hover > a, .widget ul li > a:focus, .video-thumb > a, .video-info > h2 a:hover, .video-info > h2 a:focus, .mbr-cnt > li a:hover, .mbr-cnt > li a:focus, .mbr-inf > i, .er-pg-inr > strong, .er-pg-inr > span span, .pg-srch-frm > button:hover, .pg-srch-frm > button:focus, .srch-fund-inr > strong span, .page-title > h1 { color: #009efb; } /*===== Border Color =====*/ .sec-tl-innr .tl-shp::before, .sec-tl-innr .tl-shp::after, .sec-tl-innr .tl-shp-inr::before, .vw-al > a:hover, .widget ul li:hover > span { border-color: #009efb; } /*===== Border Top Color =====*/ { border-top-color: #009efb; } /*===== Border Right Color =====*/ { border-right-color: #009efb; } /*===== Border Bottom Color =====*/ .acordn-itm.activate { border-bottom-color: #009efb; } /*===== Border Left Color =====*/ .sec-tl-innr .tl-shp, .sec-tl-innr .tl-shp-inr { border-left-color: #009efb; }
public/gestor/landing/css/color.css
.blue-bg, .blue-bg-hover:hover, .strt-btns > a.blue-bg, .strt-btns > a:hover, .vdo-sec-innr > span a:hover, .membr-wrp:hover .membr-inf, .membr-wrp:before, .owl-dots > div.active, /*.cnt-frm button:hover,*/ .thm-lyr:before, .cnt-frm button, .vw-al > a, .vw-al > a:hover i, .fea-btns > a i, .fea-btns > a.no-bg:hover i, .widget ul li:hover > span, .tagcloud > a:before, .share > a:before, .comment-reply-link, .rspnsv-lg-br > span:hover, .btn1:hover, .btn1:focus, .mbr-cnt > li i, nav ul > li:hover > a, nav ul > li > a:focus, nav ul > li > a.active { background-color: #0093fb; } /*===== Text Color =====*/ .blue-clr, .owl-nav > div:hover, .acordn-itm > h4.active, .acordn-itm > h4.active i, .nwsltr-frm > button:hover, .vw-al > a:hover, .nws-inf > h4:hover > a, .mta > span a:hover, .app-scrn-caro .owl-nav > div:hover, .hdr-scl > a:hover, .hdr-scl > a:focus, .rspnsv-mnu > span:hover, .pst-meta > li.cmt, .tagclouds > a, .pst-author-detail > h2 a, .author-social > li a, .title > span, .title > h4 span, .comment-detail > h2 a:hover, .comment-detail > span, .blg-dtl h3 span, .pst-meta > li i, .pst-meta > li a:hover, .pst-meta > li a:focus, span.date > i, .rcnt-pst-inf > h2 a:hover, .rcnt-pst-inf > h2 a:focus, .widget ul li:hover > a, .widget ul li > a:focus, .video-thumb > a, .video-info > h2 a:hover, .video-info > h2 a:focus, .mbr-cnt > li a:hover, .mbr-cnt > li a:focus, .mbr-inf > i, .er-pg-inr > strong, .er-pg-inr > span span, .pg-srch-frm > button:hover, .pg-srch-frm > button:focus, .srch-fund-inr > strong span, .page-title > h1 { color: #009efb; } /*===== Border Color =====*/ .sec-tl-innr .tl-shp::before, .sec-tl-innr .tl-shp::after, .sec-tl-innr .tl-shp-inr::before, .vw-al > a:hover, .widget ul li:hover > span { border-color: #009efb; } /*===== Border Top Color =====*/ { border-top-color: #009efb; } /*===== Border Right Color =====*/ { border-right-color: #009efb; } /*===== Border Bottom Color =====*/ .acordn-itm.activate { border-bottom-color: #009efb; } /*===== Border Left Color =====*/ .sec-tl-innr .tl-shp, .sec-tl-innr .tl-shp-inr { border-left-color: #009efb; }
0.434221
0.128881
body { padding-top: 50px; padding-bottom: 20px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } /* QR code generator */ #qrCode { margin: 15px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { /* Hide captions */ .carousel-caption { display: none; } } /* Search bar*/ .search-bar { color: #14171a; } .navbar { background-color: rgba(255, 255, 255, 0); border: none; } .navbar-inverse .navbar-nav > li > a { color: rgba(200,200,200,1); } .navbar-inverse .navbar-brand { color: rgba(250,250,250,1); } .navbar-inverse .btn-link { color: rgba(250,250,250,1); } @media (max-width: 995px) { .navbar { background-color: black; } .navbar-header { float: none; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none !important; } .navbar-nav { float: none !important; margin: 7.5px -15px; } .navbar-nav > li { float: none; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .navbar-text { float: left; margin: 15px 0; } /* since 3.1.0 */ .navbar-collapse.collapse.in { display: block !important; } .collapsing { overflow: hidden !important; } .navbar-widgets { float: left; } } footer { position: relative; left: 0; bottom: 0; width: 100%; color: white; text-align: center; background: inherit; } html { background: url("../images/home.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { background-color: transparent; } html, body { margin:0; padding:0; height:100%; } .container { min-height:100%; position:relative; } header { padding:10px; } body { padding:10px; /* Height of the footer */ } footer { position:relative; bottom:0; width:100%; height:60px; /* Height of the footer */ }
TwitterBackup.Web/wwwroot/css/site.css
body { padding-top: 50px; padding-bottom: 20px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } /* QR code generator */ #qrCode { margin: 15px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { /* Hide captions */ .carousel-caption { display: none; } } /* Search bar*/ .search-bar { color: #14171a; } .navbar { background-color: rgba(255, 255, 255, 0); border: none; } .navbar-inverse .navbar-nav > li > a { color: rgba(200,200,200,1); } .navbar-inverse .navbar-brand { color: rgba(250,250,250,1); } .navbar-inverse .btn-link { color: rgba(250,250,250,1); } @media (max-width: 995px) { .navbar { background-color: black; } .navbar-header { float: none; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none !important; } .navbar-nav { float: none !important; margin: 7.5px -15px; } .navbar-nav > li { float: none; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .navbar-text { float: left; margin: 15px 0; } /* since 3.1.0 */ .navbar-collapse.collapse.in { display: block !important; } .collapsing { overflow: hidden !important; } .navbar-widgets { float: left; } } footer { position: relative; left: 0; bottom: 0; width: 100%; color: white; text-align: center; background: inherit; } html { background: url("../images/home.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { background-color: transparent; } html, body { margin:0; padding:0; height:100%; } .container { min-height:100%; position:relative; } header { padding:10px; } body { padding:10px; /* Height of the footer */ } footer { position:relative; bottom:0; width:100%; height:60px; /* Height of the footer */ }
0.435902
0.077657
.git-viewlet { height: 100%; } /* Actionbar actions */ .git-action.refresh { background: url('Refresh.svg') center center no-repeat; } .git-action.smart-commit { background: url('check.svg') center center no-repeat; } .git-action.run-pull { background: url('pull.svg') center center no-repeat; } .git-action.run-push { background: url('push.svg') center center no-repeat; } /* Tree actions */ .git-action.stage { background: url('add.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.stage { background: url('add-focus.svg') center center no-repeat; } .git-action.undo { background: url('undo.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.undo { background: url('undo-focus.svg') center center no-repeat; } .git-action.unstage { background: url('subtract.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.unstage { background: url('subtract-focus.svg') center center no-repeat; } /* Dark theme actions */ .vs-dark .git-action.refresh, .hc-black .git-action.refresh { background: url('refresh-inverse.svg') center center no-repeat; } .vs-dark .git-action.commit, .hc-black .git-action.commit, .vs-dark .git-action.stage-and-commit, .hc-black .git-action.stage-and-commit, .vs-dark .git-action.smart-commit, .hc-black .git-action.smart-commit { background: url('check-inverse.svg') center center no-repeat; } .vs-dark .git-action.run-pull { background: url('pull-inverse.svg') center center no-repeat; } .vs-dark .git-action.run-push { background: url('push-inverse.svg') center center no-repeat; } .vs-dark .git-action.stage, .hc-black .git-action.stage { background: url('add-inverse.svg') center center no-repeat; } .vs-dark .git-action.undo, .hc-black .git-action.undo { background: url('undo-inverse.svg') center center no-repeat; } .vs-dark .git-action.unstage, .hc-black .git-action.unstage { background: url('subtract-inverse.svg') center center no-repeat; }
src/vs/workbench/parts/git/browser/media/gitViewlet.css
.git-viewlet { height: 100%; } /* Actionbar actions */ .git-action.refresh { background: url('Refresh.svg') center center no-repeat; } .git-action.smart-commit { background: url('check.svg') center center no-repeat; } .git-action.run-pull { background: url('pull.svg') center center no-repeat; } .git-action.run-push { background: url('push.svg') center center no-repeat; } /* Tree actions */ .git-action.stage { background: url('add.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.stage { background: url('add-focus.svg') center center no-repeat; } .git-action.undo { background: url('undo.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.undo { background: url('undo-focus.svg') center center no-repeat; } .git-action.unstage { background: url('subtract.svg') center center no-repeat; } .git-viewlet .focused .monaco-tree-row.selected:not(.highlighted) > .content.actions .git-action.unstage { background: url('subtract-focus.svg') center center no-repeat; } /* Dark theme actions */ .vs-dark .git-action.refresh, .hc-black .git-action.refresh { background: url('refresh-inverse.svg') center center no-repeat; } .vs-dark .git-action.commit, .hc-black .git-action.commit, .vs-dark .git-action.stage-and-commit, .hc-black .git-action.stage-and-commit, .vs-dark .git-action.smart-commit, .hc-black .git-action.smart-commit { background: url('check-inverse.svg') center center no-repeat; } .vs-dark .git-action.run-pull { background: url('pull-inverse.svg') center center no-repeat; } .vs-dark .git-action.run-push { background: url('push-inverse.svg') center center no-repeat; } .vs-dark .git-action.stage, .hc-black .git-action.stage { background: url('add-inverse.svg') center center no-repeat; } .vs-dark .git-action.undo, .hc-black .git-action.undo { background: url('undo-inverse.svg') center center no-repeat; } .vs-dark .git-action.unstage, .hc-black .git-action.unstage { background: url('subtract-inverse.svg') center center no-repeat; }
0.477311
0.131926
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin:0; border:0; outline:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } article, aside, figure, footer, header, hgroup, nav, section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration:line-through; } abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; } table { font-size:inherit; font:100%; } select, input, textarea { font:99% sans-serif; } pre, code, kbd, samp { font-family:monospace, sans-serif; } body, select, input, textarea { color:#444; } h1,h2,h3,h4,h5,h6 { font-weight:bold; text-rendering:optimizeLegibility; } html { -webkit-font-smoothing:antialiased; } a:hover, a:active { outline:none; } a, a:active, a:visited { color:#607890; } a:hover { color:#036; } ul { margin-left:30px; } ol { margin-left:30px; list-style-type:decimal; } small { font-size:85%; } strong, th { font-weight:bold; } td, td img { vertical-align:top; } sub { vertical-align:sub; font-size:smaller; } sup { vertical-align:super; font-size:smaller; } pre { padding:15px; white-space:pre; white-space:pre-wrap; white-space:pre-line; word-wrap:break-word; } input[type="radio"] { vertical-align:text-bottom; } input[type="checkbox"] { vertical-align:bottom; *vertical-align:baseline; } .ie6 input { vertical-align:text-bottom; } label, input[type=button], input[type=submit], button { cursor:pointer; } ::-moz-selection{ background:#f90; color:#fff; text-shadow:none; } ::selection { background:#f90; color:#fff; text-shadow:none; } a:link { -webkit-tap-highlight-color:#f90; } button { width:auto; overflow:visible; } .ie7 img { -ms-interpolation-mode:bicubic; } .ir { display:block; direction:ltr; text-indent:-999em; overflow:hidden; background-repeat:no-repeat; } .hidden { display:none; visibility:hidden; } .visuallyhidden { position:absolute !important; clip:rect(1px 1px 1px 1px); clip:rect(1px, 1px, 1px, 1px); } .invisible { visibility:hidden; } .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .clearfix { display:inline-block; } * html .clearfix { height:1%; } .clearfix { display:block; } /* Primary Styles */ html, body { width:100%; height:100%; } html { background:#edf1f2 url(../img/bg.png); } body { position:relative; min-width:320px; min-height:540px; text-align:center; font-family:'Yanone Kaffeesatz', arial, sans-serif; background:transparent url(../img/shimmer-bg.png) top center no-repeat; color:#7d7f80; } header { display:none; } /* Vertical centering trick */ .middlr { position:absolute; width:100%; height:0; overflow:visible; } .middlr.main { top:50%; } .middlr.secondary { top:75%; } /* .main #content ---------------------------------------- */ .soon { position:absolute; top:-67px; width:100%; height:134px; font-weight:bold; line-height:1.2; vertical-align:middle; color:#fff; } .soon p { position:relative; top:0; width:245px; height:100px; margin:0 auto; font-size:128px; line-height:100px; text-transform:uppercase; text-shadow:#bbbebf 0 5px 0, rgba(0,0,0,.25) 0 5px 5px; /* filter:dropshadow(color='#bbbebf', offx=0, offy=5); looks awful :/ */ -webkit-transition:all 100ms ease-in-out; transition:all 100ms ease-in-out; } .soon p:hover { position:relative; top:3px; text-shadow:#bbbebf 0 2px 0, rgba(0,0,0,.25) 0 2px 2px; } .soon small { top:0; margin-top:5px; display:block; font-size:24px; text-shadow:#a5a7a8 0 1px 0, #a5a7a8 0 2px 0, rgba(0,0,0,.25) 0 2px 5px; /* filter:dropshadow(color='#a5a7a8', offx=0, offy=2); */ } /* No 3D text for you, IE. Maybe when you grow up */ .ie7 .soon p, .ie8 .soon p, .ie7 .soon small, .ie8 .soon small { color:#7d7f80; } .ie7 .soon p:hover, .ie8 .soon p:hover { top:0; } /* .secondary #content ---------------------------------------- */ .content aside { position:absolute; top:-50px; width:100%; height:100px; } .content aside p { font-size:22px; } .socialist { width:204px; margin:5px auto; overflow:hidden; /* clearfix */ list-style:none inside; } .socialist li, .socialist li a { background-color:transparent; background-image:url(../img/socialist-bg.png); background-repeat:no-repeat; } .socialist li { margin:5px; border-radius:2px; box-shadow:#bfbfbf 0 0 2px; display:block; float:left; list-style-type:none; background-color:#bfbfbf; background-position:-288px -48px; -webkit-transition:box-shadow 100ms ease-in-out; transition:box-shadow 100ms ease-in-out; } .socialist li:hover { box-shadow:#bfbfbf 0 0 4px; } .socialist li:active { box-shadow:#bfbfbf 0 0 1px; } .socialist li a { position:relative; top:-2px; width:24px; height:24px; display:inline-block; direction:ltr; text-indent:-9999px; -webkit-transition:top 100ms ease-in-out; transition:top 100ms ease-in-out; } .socialist li:hover a { top:-4px; } .socialist .active a, .socialist li:active a { top:-1px; } .socialist .linkedin a { background-position:0 0; } .socialist .linkedin:hover a { background-position:0 -24px; } .socialist .linkedin:hover { box-shadow:rgba(0,76,117,.75) 0 0 4px; background-position:0 -48px; } .socialist .github a { background-position:-24px 0; } .socialist .github:hover a { background-position:-24px -24px; } .socialist .github:hover { box-shadow:rgba(0,0,0,.5) 0 0 4px; background-position:-24px -48px; } .socialist .stackoverflow a { background-position:-48px 0; } .socialist .stackoverflow:hover a { background-position:-48px -24px; } .socialist .stackoverflow:hover { background-position:-48px -48px; } .socialist .dribbble a { background-position:-72px 0; } .socialist .dribbble:hover a { background-position:-72px -24px; } .socialist .dribbble:hover { box-shadow:rgba(161,51,93,.75) 0 0 4px; background-position:-72px -48px; } .socialist .instagram a { background-position:-96px 0; } .socialist .instagram:hover a { background-position:-96px -24px; } .socialist .instagram:hover { box-shadow:rgba(223,51,128,.75) 0 0 4px; background-position:-96px -48px; } .socialist .goodreads a { background-position:-120px 0; } .socialist .goodreads:hover a { background-position:-120px -24px; } .socialist .goodreads:hover { box-shadow:rgba(180,154,106,.75) 0 0 4px; background-position:-120px -48px; } .socialist .lastfm a { background-position:-144px 0; } .socialist .lastfm:hover a { background-position:-144px -24px; } .socialist .lastfm:hover { box-shadow:rgba(140,11,4,.75) 0 0 4px; background-position:-144px -48px; } .socialist .spotify a { background-position:-168px 0; } .socialist .spotify:hover a { background-position:-168px -24px; } .socialist .spotify:hover { box-shadow:rgba(22,161,71,.75) 0 0 4px; background-position:-168px -48px; } .socialist .soundcloud a { background-position:-192px 0; } .socialist .soundcloud:hover a { background-position:-192px -24px; } .socialist .soundcloud:hover { box-shadow:rgba(191,43,2,.75) 0 0 4px; background-position:-192px -48px; } .socialist .tumblr a { background-position:-216px 0; } .socialist .tumblr:hover a { background-position:-216px -24px; } .socialist .tumblr:hover { box-shadow:rgba(46,56,71,.75) 0 0 4px; background-position:-216px -48px; } .socialist .twitter a { background-position:-240px 0; } .socialist .twitter:hover a { background-position:-240px -24px; } .socialist .twitter:hover { box-shadow:rgba(0,90,120,.75) 0 0 4px; background-position:-240px -48px; } .socialist .youtube a { background-position:-264px 0; } .socialist .youtube:hover a { background-position:-264px -24px; } .socialist .youtube:hover { background-position:-264px -48px; } /* Grade-A Mobile Browsers */ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { html { background-image:url(../img/bg@2x.png); background-size:100px; } body { background-image:url(../img/shimmer-bg@2x.png); background-size:640px 320px; } .socialist li, .socialist li a { background-image:url(../img/socialist-bg@2x.png); background-size:288px 72px; } } @media screen and (max-device-width:480px) { html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } } @media screen and (max-device-width:480px) and (orientation:portrait) { body { min-height:416px; } .middlr.main { top:33%; } .middlr.secondary { top:75%; } } @media screen and (max-device-width:480px) and (orientation:landscape) { body { min-height:268px; } .middlr.main { top:25%; } .middlr.secondary { top:66%; } .soon { -webkit-transform:scale(.5); transform:scale(.5); } }
css/style.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin:0; border:0; outline:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } article, aside, figure, footer, header, hgroup, nav, section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration:line-through; } abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; } table { font-size:inherit; font:100%; } select, input, textarea { font:99% sans-serif; } pre, code, kbd, samp { font-family:monospace, sans-serif; } body, select, input, textarea { color:#444; } h1,h2,h3,h4,h5,h6 { font-weight:bold; text-rendering:optimizeLegibility; } html { -webkit-font-smoothing:antialiased; } a:hover, a:active { outline:none; } a, a:active, a:visited { color:#607890; } a:hover { color:#036; } ul { margin-left:30px; } ol { margin-left:30px; list-style-type:decimal; } small { font-size:85%; } strong, th { font-weight:bold; } td, td img { vertical-align:top; } sub { vertical-align:sub; font-size:smaller; } sup { vertical-align:super; font-size:smaller; } pre { padding:15px; white-space:pre; white-space:pre-wrap; white-space:pre-line; word-wrap:break-word; } input[type="radio"] { vertical-align:text-bottom; } input[type="checkbox"] { vertical-align:bottom; *vertical-align:baseline; } .ie6 input { vertical-align:text-bottom; } label, input[type=button], input[type=submit], button { cursor:pointer; } ::-moz-selection{ background:#f90; color:#fff; text-shadow:none; } ::selection { background:#f90; color:#fff; text-shadow:none; } a:link { -webkit-tap-highlight-color:#f90; } button { width:auto; overflow:visible; } .ie7 img { -ms-interpolation-mode:bicubic; } .ir { display:block; direction:ltr; text-indent:-999em; overflow:hidden; background-repeat:no-repeat; } .hidden { display:none; visibility:hidden; } .visuallyhidden { position:absolute !important; clip:rect(1px 1px 1px 1px); clip:rect(1px, 1px, 1px, 1px); } .invisible { visibility:hidden; } .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .clearfix { display:inline-block; } * html .clearfix { height:1%; } .clearfix { display:block; } /* Primary Styles */ html, body { width:100%; height:100%; } html { background:#edf1f2 url(../img/bg.png); } body { position:relative; min-width:320px; min-height:540px; text-align:center; font-family:'Yanone Kaffeesatz', arial, sans-serif; background:transparent url(../img/shimmer-bg.png) top center no-repeat; color:#7d7f80; } header { display:none; } /* Vertical centering trick */ .middlr { position:absolute; width:100%; height:0; overflow:visible; } .middlr.main { top:50%; } .middlr.secondary { top:75%; } /* .main #content ---------------------------------------- */ .soon { position:absolute; top:-67px; width:100%; height:134px; font-weight:bold; line-height:1.2; vertical-align:middle; color:#fff; } .soon p { position:relative; top:0; width:245px; height:100px; margin:0 auto; font-size:128px; line-height:100px; text-transform:uppercase; text-shadow:#bbbebf 0 5px 0, rgba(0,0,0,.25) 0 5px 5px; /* filter:dropshadow(color='#bbbebf', offx=0, offy=5); looks awful :/ */ -webkit-transition:all 100ms ease-in-out; transition:all 100ms ease-in-out; } .soon p:hover { position:relative; top:3px; text-shadow:#bbbebf 0 2px 0, rgba(0,0,0,.25) 0 2px 2px; } .soon small { top:0; margin-top:5px; display:block; font-size:24px; text-shadow:#a5a7a8 0 1px 0, #a5a7a8 0 2px 0, rgba(0,0,0,.25) 0 2px 5px; /* filter:dropshadow(color='#a5a7a8', offx=0, offy=2); */ } /* No 3D text for you, IE. Maybe when you grow up */ .ie7 .soon p, .ie8 .soon p, .ie7 .soon small, .ie8 .soon small { color:#7d7f80; } .ie7 .soon p:hover, .ie8 .soon p:hover { top:0; } /* .secondary #content ---------------------------------------- */ .content aside { position:absolute; top:-50px; width:100%; height:100px; } .content aside p { font-size:22px; } .socialist { width:204px; margin:5px auto; overflow:hidden; /* clearfix */ list-style:none inside; } .socialist li, .socialist li a { background-color:transparent; background-image:url(../img/socialist-bg.png); background-repeat:no-repeat; } .socialist li { margin:5px; border-radius:2px; box-shadow:#bfbfbf 0 0 2px; display:block; float:left; list-style-type:none; background-color:#bfbfbf; background-position:-288px -48px; -webkit-transition:box-shadow 100ms ease-in-out; transition:box-shadow 100ms ease-in-out; } .socialist li:hover { box-shadow:#bfbfbf 0 0 4px; } .socialist li:active { box-shadow:#bfbfbf 0 0 1px; } .socialist li a { position:relative; top:-2px; width:24px; height:24px; display:inline-block; direction:ltr; text-indent:-9999px; -webkit-transition:top 100ms ease-in-out; transition:top 100ms ease-in-out; } .socialist li:hover a { top:-4px; } .socialist .active a, .socialist li:active a { top:-1px; } .socialist .linkedin a { background-position:0 0; } .socialist .linkedin:hover a { background-position:0 -24px; } .socialist .linkedin:hover { box-shadow:rgba(0,76,117,.75) 0 0 4px; background-position:0 -48px; } .socialist .github a { background-position:-24px 0; } .socialist .github:hover a { background-position:-24px -24px; } .socialist .github:hover { box-shadow:rgba(0,0,0,.5) 0 0 4px; background-position:-24px -48px; } .socialist .stackoverflow a { background-position:-48px 0; } .socialist .stackoverflow:hover a { background-position:-48px -24px; } .socialist .stackoverflow:hover { background-position:-48px -48px; } .socialist .dribbble a { background-position:-72px 0; } .socialist .dribbble:hover a { background-position:-72px -24px; } .socialist .dribbble:hover { box-shadow:rgba(161,51,93,.75) 0 0 4px; background-position:-72px -48px; } .socialist .instagram a { background-position:-96px 0; } .socialist .instagram:hover a { background-position:-96px -24px; } .socialist .instagram:hover { box-shadow:rgba(223,51,128,.75) 0 0 4px; background-position:-96px -48px; } .socialist .goodreads a { background-position:-120px 0; } .socialist .goodreads:hover a { background-position:-120px -24px; } .socialist .goodreads:hover { box-shadow:rgba(180,154,106,.75) 0 0 4px; background-position:-120px -48px; } .socialist .lastfm a { background-position:-144px 0; } .socialist .lastfm:hover a { background-position:-144px -24px; } .socialist .lastfm:hover { box-shadow:rgba(140,11,4,.75) 0 0 4px; background-position:-144px -48px; } .socialist .spotify a { background-position:-168px 0; } .socialist .spotify:hover a { background-position:-168px -24px; } .socialist .spotify:hover { box-shadow:rgba(22,161,71,.75) 0 0 4px; background-position:-168px -48px; } .socialist .soundcloud a { background-position:-192px 0; } .socialist .soundcloud:hover a { background-position:-192px -24px; } .socialist .soundcloud:hover { box-shadow:rgba(191,43,2,.75) 0 0 4px; background-position:-192px -48px; } .socialist .tumblr a { background-position:-216px 0; } .socialist .tumblr:hover a { background-position:-216px -24px; } .socialist .tumblr:hover { box-shadow:rgba(46,56,71,.75) 0 0 4px; background-position:-216px -48px; } .socialist .twitter a { background-position:-240px 0; } .socialist .twitter:hover a { background-position:-240px -24px; } .socialist .twitter:hover { box-shadow:rgba(0,90,120,.75) 0 0 4px; background-position:-240px -48px; } .socialist .youtube a { background-position:-264px 0; } .socialist .youtube:hover a { background-position:-264px -24px; } .socialist .youtube:hover { background-position:-264px -48px; } /* Grade-A Mobile Browsers */ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { html { background-image:url(../img/bg@2x.png); background-size:100px; } body { background-image:url(../img/shimmer-bg@2x.png); background-size:640px 320px; } .socialist li, .socialist li a { background-image:url(../img/socialist-bg@2x.png); background-size:288px 72px; } } @media screen and (max-device-width:480px) { html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } } @media screen and (max-device-width:480px) and (orientation:portrait) { body { min-height:416px; } .middlr.main { top:33%; } .middlr.secondary { top:75%; } } @media screen and (max-device-width:480px) and (orientation:landscape) { body { min-height:268px; } .middlr.main { top:25%; } .middlr.secondary { top:66%; } .soon { -webkit-transform:scale(.5); transform:scale(.5); } }
0.387922
0.110471
body { background-color: #191d21; font-family: "Open Sans", sans-serif; font-size: 20px; color: #efefef; } a:link { color: #ffffff; text-decoration: none; } a:visited { color: #ffffff; } a:hover { color: #ffffff; } a:active { color: #ffffff; } .container { margin-left: auto; margin-right: auto; width: 1000px; text-align: center; padding: 0px; margin-bottom: 25px; } .postcard { display: inline-block; width: 460px; text-align: center; padding: 5px; } .postcard p { padding: 5px; margin-top: 10px; } h1 { font-size: 32px; font-weight: 400; color: #39a5f1; margin-top: 45px; margin-bottom: 30px; letter-spacing: 10px; text-transform: uppercase; } /* Hover effects */ .photo1 { width: 450px; transition: transform 0.3s ease-in-out; } .photo1:hover { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } .photo2 { width: 450px; transition: transform 0.2s ease-in-out; } .photo2:hover { -webkit-transform: scale(0.95) rotate(5deg); -ms-transform: scale(0.95) rotate(5deg); transform: scale(0.95) rotate(5deg); } .photo3 { width: 450px; } .overlay { position: relative; width: 450; height: 278; } .overlay .link { position: absolute; display: block; width: 450px; height: 65px; background-color: #111; left: 0px; bottom: 0px; opacity: 0%; transition: opacity 0.5s ease-in-out; } .overlay:hover .link { opacity: 0.8; } .photo4 { width: 450px; } .overlayT { position: relative; width: 450; height: 278; } .overlayT .link { position: absolute; display: block; width: 100%; height: 100%; background-color: #27a38d; left: 0px; top: 0px; opacity: 0%; transition: opacity 0.5s ease-in-out; } .overlayT:hover .link { opacity: 0.9; } .icon { display: block; top: 25%; position: relative; font-size: 72px; } .icon p { font-size: 20px; } .photo5 { width: 450px; height: 278px; overflow: hidden; } .photo5 img { transition: all 0.5s ease-in-out; } .photo5:hover img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); } .photo6 { width: 450px; height: 278px; overflow: hidden; } .photo6 img { transition: all 0.7s ease-in-out; } .photo6:hover img { -webkit-transform: scale(1.2) rotate(-5deg); -ms-transform: scale(1.2) rotate(-5deg); transform: scale(1.2) rotate(-5deg); }
main.css
body { background-color: #191d21; font-family: "Open Sans", sans-serif; font-size: 20px; color: #efefef; } a:link { color: #ffffff; text-decoration: none; } a:visited { color: #ffffff; } a:hover { color: #ffffff; } a:active { color: #ffffff; } .container { margin-left: auto; margin-right: auto; width: 1000px; text-align: center; padding: 0px; margin-bottom: 25px; } .postcard { display: inline-block; width: 460px; text-align: center; padding: 5px; } .postcard p { padding: 5px; margin-top: 10px; } h1 { font-size: 32px; font-weight: 400; color: #39a5f1; margin-top: 45px; margin-bottom: 30px; letter-spacing: 10px; text-transform: uppercase; } /* Hover effects */ .photo1 { width: 450px; transition: transform 0.3s ease-in-out; } .photo1:hover { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } .photo2 { width: 450px; transition: transform 0.2s ease-in-out; } .photo2:hover { -webkit-transform: scale(0.95) rotate(5deg); -ms-transform: scale(0.95) rotate(5deg); transform: scale(0.95) rotate(5deg); } .photo3 { width: 450px; } .overlay { position: relative; width: 450; height: 278; } .overlay .link { position: absolute; display: block; width: 450px; height: 65px; background-color: #111; left: 0px; bottom: 0px; opacity: 0%; transition: opacity 0.5s ease-in-out; } .overlay:hover .link { opacity: 0.8; } .photo4 { width: 450px; } .overlayT { position: relative; width: 450; height: 278; } .overlayT .link { position: absolute; display: block; width: 100%; height: 100%; background-color: #27a38d; left: 0px; top: 0px; opacity: 0%; transition: opacity 0.5s ease-in-out; } .overlayT:hover .link { opacity: 0.9; } .icon { display: block; top: 25%; position: relative; font-size: 72px; } .icon p { font-size: 20px; } .photo5 { width: 450px; height: 278px; overflow: hidden; } .photo5 img { transition: all 0.5s ease-in-out; } .photo5:hover img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); } .photo6 { width: 450px; height: 278px; overflow: hidden; } .photo6 img { transition: all 0.7s ease-in-out; } .photo6:hover img { -webkit-transform: scale(1.2) rotate(-5deg); -ms-transform: scale(1.2) rotate(-5deg); transform: scale(1.2) rotate(-5deg); }
0.61173
0.127898
* { margin: 0px; padding: 0px; box-sizing: border-box; } body, html { height: 100%; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } a { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 17px; line-height: 1.7; color: rgb(102, 102, 102); margin: 0px; transition: all 0.4s; } a:focus { outline: none !important; } a:hover { text-decoration: none; color: rgb(146, 32, 32); } h1, h2, h3, h4, h5, h6 { margin: 0px; } p { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.7; color: rgb(102, 102, 102); margin: 0px; } ul, li { margin: 0px; list-style-type: none; } input { outline: none; border: none; } textarea { outline: none; border: none; } textarea:focus, input:focus { border-color: transparent !important; } button { outline: none !important; border: none; background: transparent; } button:hover { cursor: pointer; } iframe { border: none !important; } .form-control { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(102, 102, 102); display: block; width: 100%; background: rgb(230, 230, 230); height: 50px; } .txt1 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 20px; line-height: 1.5; color: rgb(153, 153, 153); } .txt2 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 17px; line-height: 1.5; color: rgb(102, 102, 102); } .limiter { width: 100%; margin: 0 auto; } .container-login { width: 100%; min-height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 15px; background-color: rgb(194, 1, 20); background: linear-gradient( 147deg, rgb(194, 1, 20) 0%, rgb(232, 197, 71) 74% ); } .wrap-login { background: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 80px 95px 50px 95px; } .login-pic { width: 316px; } .login-pic img { max-width: 100%; padding-top: 5px; height: 70vh; float: right; } .login-form { width: 290px; } .login-form-title { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 28px; font-weight: bold; color: rgb(29, 28, 28); line-height: 1.2; text-align: center; width: 100%; display: block; padding-bottom: 40px; padding-top: 5px; } .wrap-input { position: relative; width: 100%; z-index: 1; margin-bottom: 10px; } .input { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(102, 102, 102); display: block; width: 100%; background: rgb(230, 230, 230); height: 50px; border-radius: 25px; padding: 0 30px 0 68px; } .focus-input { display: block; position: absolute; border-radius: 25px; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; box-shadow: 0px 0px 0px 0px; color: rgb(146, 32, 32); } .input:focus + .focus-input { animation: anim-shadow 0.5s ease-in-out forwards; } @keyframes anim-shadow { to { box-shadow: 0px 0px 70px 25px; opacity: 0; } } .symbol-input { font-size: 15px; display: flex; align-items: center; position: absolute; border-radius: 25px; bottom: 0; left: 0; width: 100%; height: 100%; padding-left: 35px; pointer-events: none; color: rgb(102, 102, 102); transition: all 0.4s; } .input:focus + .focus-input + .symbol-input { color: rgb(146, 32, 32); padding-left: 28px; } .container-login-form-btn { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; padding-bottom: 20px; } .login-form-btn { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(255, 255, 255); text-transform: uppercase; width: 100%; height: 50px; border-radius: 25px; background: rgb(223, 65, 8); display: flex; justify-content: center; align-items: center; padding: 0 25px; transition: all 0.4s; } .login-form-btn:hover { background: #333333; } @media (max-width: 992px) { .wrap-login { padding: 50px 90px 33px 85px; } .login-pic { width: 35%; } .login-form { width: 50%; } } @media (max-width: 1024px) { .wrap-login { padding: 50px 80px 33px 80px; } .login-pic { display: none; } .login-form { width: 100%; } } @media (max-width: 576px) { .wrap-login { padding: 100px 15px 33px 15px; } } .validate-input { position: relative; } .alert-validate::before { content: attr(data-validate); position: absolute; max-width: 70%; background-color: rgb(255, 255, 255); border: 1px solid rgb(200, 0, 0); border-radius: 13px; padding: 4px 25px 4px 10px; top: 50%; transform: translateY(-50%); right: 8px; pointer-events: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(200, 0, 0); font-size: 13px; line-height: 1.4; text-align: left; visibility: hidden; opacity: 0; transition: opacity 0.4s; } .alert-validate::after { content: '\f06a'; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; display: block; position: absolute; color: rgb(200, 0, 0); font-size: 15px; top: 50%; transform: translateY(-50%); right: 13px; } .alert-validate:hover:before { visibility: visible; opacity: 1; } @media (max-width: 992px) { .alert-validate::before { visibility: visible; opacity: 1; } } .heading--third-party-logins { font-size: 1.2rem; color: rgb(102, 102, 102); padding-bottom: 7px; } .third-party-icons { font-size: 2rem; cursor: pointer; } .third-party-icons:hover { color: rgb(146, 32, 32); transition: 0.5s; } .third-party-icons:not(:last-child) { margin-right: 1rem; }
node-socketIo/css/main.css
* { margin: 0px; padding: 0px; box-sizing: border-box; } body, html { height: 100%; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } a { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 17px; line-height: 1.7; color: rgb(102, 102, 102); margin: 0px; transition: all 0.4s; } a:focus { outline: none !important; } a:hover { text-decoration: none; color: rgb(146, 32, 32); } h1, h2, h3, h4, h5, h6 { margin: 0px; } p { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.7; color: rgb(102, 102, 102); margin: 0px; } ul, li { margin: 0px; list-style-type: none; } input { outline: none; border: none; } textarea { outline: none; border: none; } textarea:focus, input:focus { border-color: transparent !important; } button { outline: none !important; border: none; background: transparent; } button:hover { cursor: pointer; } iframe { border: none !important; } .form-control { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(102, 102, 102); display: block; width: 100%; background: rgb(230, 230, 230); height: 50px; } .txt1 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 20px; line-height: 1.5; color: rgb(153, 153, 153); } .txt2 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 17px; line-height: 1.5; color: rgb(102, 102, 102); } .limiter { width: 100%; margin: 0 auto; } .container-login { width: 100%; min-height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 15px; background-color: rgb(194, 1, 20); background: linear-gradient( 147deg, rgb(194, 1, 20) 0%, rgb(232, 197, 71) 74% ); } .wrap-login { background: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 80px 95px 50px 95px; } .login-pic { width: 316px; } .login-pic img { max-width: 100%; padding-top: 5px; height: 70vh; float: right; } .login-form { width: 290px; } .login-form-title { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 28px; font-weight: bold; color: rgb(29, 28, 28); line-height: 1.2; text-align: center; width: 100%; display: block; padding-bottom: 40px; padding-top: 5px; } .wrap-input { position: relative; width: 100%; z-index: 1; margin-bottom: 10px; } .input { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(102, 102, 102); display: block; width: 100%; background: rgb(230, 230, 230); height: 50px; border-radius: 25px; padding: 0 30px 0 68px; } .focus-input { display: block; position: absolute; border-radius: 25px; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; box-shadow: 0px 0px 0px 0px; color: rgb(146, 32, 32); } .input:focus + .focus-input { animation: anim-shadow 0.5s ease-in-out forwards; } @keyframes anim-shadow { to { box-shadow: 0px 0px 70px 25px; opacity: 0; } } .symbol-input { font-size: 15px; display: flex; align-items: center; position: absolute; border-radius: 25px; bottom: 0; left: 0; width: 100%; height: 100%; padding-left: 35px; pointer-events: none; color: rgb(102, 102, 102); transition: all 0.4s; } .input:focus + .focus-input + .symbol-input { color: rgb(146, 32, 32); padding-left: 28px; } .container-login-form-btn { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; padding-bottom: 20px; } .login-form-btn { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px; line-height: 1.5; color: rgb(255, 255, 255); text-transform: uppercase; width: 100%; height: 50px; border-radius: 25px; background: rgb(223, 65, 8); display: flex; justify-content: center; align-items: center; padding: 0 25px; transition: all 0.4s; } .login-form-btn:hover { background: #333333; } @media (max-width: 992px) { .wrap-login { padding: 50px 90px 33px 85px; } .login-pic { width: 35%; } .login-form { width: 50%; } } @media (max-width: 1024px) { .wrap-login { padding: 50px 80px 33px 80px; } .login-pic { display: none; } .login-form { width: 100%; } } @media (max-width: 576px) { .wrap-login { padding: 100px 15px 33px 15px; } } .validate-input { position: relative; } .alert-validate::before { content: attr(data-validate); position: absolute; max-width: 70%; background-color: rgb(255, 255, 255); border: 1px solid rgb(200, 0, 0); border-radius: 13px; padding: 4px 25px 4px 10px; top: 50%; transform: translateY(-50%); right: 8px; pointer-events: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(200, 0, 0); font-size: 13px; line-height: 1.4; text-align: left; visibility: hidden; opacity: 0; transition: opacity 0.4s; } .alert-validate::after { content: '\f06a'; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; display: block; position: absolute; color: rgb(200, 0, 0); font-size: 15px; top: 50%; transform: translateY(-50%); right: 13px; } .alert-validate:hover:before { visibility: visible; opacity: 1; } @media (max-width: 992px) { .alert-validate::before { visibility: visible; opacity: 1; } } .heading--third-party-logins { font-size: 1.2rem; color: rgb(102, 102, 102); padding-bottom: 7px; } .third-party-icons { font-size: 2rem; cursor: pointer; } .third-party-icons:hover { color: rgb(146, 32, 32); transition: 0.5s; } .third-party-icons:not(:last-child) { margin-right: 1rem; }
0.414899
0.087213
.personal-menu-sort1 { height: 30px; width: 100%; font-size: 16px; float: left; padding-top: 10px; } .personal-menu-sort1 ul { width: 100%; height: 30px; list-style-type: none; padding-left: 0px; } .personal-menu-sort1 ul li { text-align: center; float: left; display: block; width: 15%; color: #000; padding-top: 0px; font-size: 15px; padding-left: 11px; font-family: "����"; overflow: hidden; } .personal-menu-list1 { height: 30px; width: 100%; float: left; font-size: 16px; margin-top: 5px; } .personal-menu-list1 ul { width: 100%; height: 30px; list-style-type: none; padding-left: 0px; } .personal-menu-list1 ul li { text-align: center; float: left; display: block; width: 15%; color: #000; padding-top: 0px; padding-left: 10px; font-family: "����"; overflow: hidden; } .hengxian-list { border-bottom: 1px solid #E0E0E0; margin-left: 0px; margin-top: 5px; width: 100%; float: left; z-index: 1; } .hengxian-short1 { border-bottom: 1px solid #0099FF; margin-left: 100px; width: 75px; float: left; z-index: 333; } #song-list { width: 100%; height: 100%; float: left; } .personal-menu { height: 30px; width: 200px; font-size: 14px; font-weight: blod; } .personal-menu ul { width: 500px; height: 50px; list-style-type: none; } .personal-menu ul li { text-align: left; float: left; display: block; width: 200px; color: #000; /*padding-top:15px;*/ font-weight: blod; font-family: "����"; } * { padding: 0px; margin: 0px; } @font-face { font-family: FontAwesome; src: url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.eot?v=3.2.1); src: url(../utilLib/fonts/font_awesome/fontawesome-webfontd41d.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.woff?v=3.2.1) format('woff'), url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.ttf?v=3.2.1) format('truetype'), url(../utilLib/fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg'); font-weight: 400; font-style: normal } .icon-chevron-right:before { content: "\f054"; padding-left: 10px; } .icon-chevron-down:before { content: "\f078" } .icon-user:before { content: "\f007" } .icon-gear:before, .icon-cog:before { content: "\f013" } .icon-signout:before { content: "\f08b" } .icon-chevron-down:before { content: "\f078" } .icon-home:before { content: "\f015"; font-size: 16px } .icon-reorder:before { content: "\f0c9"; font-size: 16px } .icon-signal:before { content: "\f012"; font-size: 16px } .icon-location-arrow:before { content: "\f124"; font-size: 16px } .glyph-icon { vertical-align: middle; font-family: FontAwesome; font-weight: 400; font-size: 12px; font-style: normal; padding-top: 5px; padding-right: 5px; } html, body { height: 100%; /* overflow: hidden; */ } body { padding: 0px; margin: 0px; line-height: 1.6; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif !important; color: #222; font-size: 14px; /*background-color: #e7e8eb;*/ } /*����div*/ .layout_top_header { background-color: #353636; width: 100%; height: 50px; } .ad_setting { cursor: pointer; border-left: 1px solid #424242; width: 130px; height: 100%; float: right; line-height: 50px; } .ad_setting:hover { text-decoration: none; background: #3E3E3E; } .ad_setting_a { text-align: center; font-size: 13px; color: rgba(255, 255, 255, .5); /*color: #888;*/ text-decoration: none; display: block; } .ad_setting_a:hover { color: #CCCCCC !important; text-decoration: none; } .ad_setting_a span { padding-right: 5px; vertical-align: middle; } .dropdown-menu-uu:after { position: absolute; top: -6px; right: 8px; left: auto; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; content: ''; } #ad_setting_ul { list-style: none; font-size: 12px !important; padding-top: 5px; padding-bottom: 5px; margin-top: 1px; background: #fff; border-radius: 5px; position: absolute; right: 20px; top: 50px; left: auto; z-index: 1000; min-width: 160px; border-color: #b8b8b8; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25); border-style: solid; border-width: 1px; } #ad_setting_ul li { padding-left: 30px; line-height: 30px !important; } #ad_setting_ul li:hover { background: black; border-radius: 5px; color: white; } .ad_setting_ul li { color: #000000 !important; } .ad_setting_ul_li a { color: #000000; text-decoration: none; } .ad_setting_ul_li_a { color: #fff !important; text-decoration: none !important; } /*�˵�*/ .layout_left_menu { /* position: absolute; */ float: left; /* min-height: 90%; */ box-shadow: 0 0 10px #BDBDBD; width: 16%; height:800px; background: #f7f5fa; margin-top: 5px; margin-left: 5px; padding-left: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #menu { padding: 10px; list-style: none; line-height: 35px; border-radius: 5px; color: #888 !important; } #menu ul { list-style: none; background: rgba(255, 255, 255, .5); } #menu li { color: #888; } .selected { background: #eee; border-color: #d5d5d5; color: #000; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .selected>a { border: transparent solid 1px; border-radius: 3px; background: #eee; border-color: #d5d5d5; color: #000 !important; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #menu a { text-decoration: none; } #menu a:hover { text-decoration: none; } #menu>li>a { font-weight: 700; display: block; color: #888; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif; } #menu li ul { background: #fff; border: #eee solid 1px; font-size: 12px; color: #8d8d8d; } .childUlLi ul { margin-bottom: 5px; line-height: 30px; } .childUlLi a { border-radius: 3px; } .childUlLi a:hover { background: #eee; color: #000 !important; } .childUlLi a i { opacity: .5; padding-left: 10px; padding-right: 10px; } .childUlLi ul a { color: #888; display: block; } .childUlLi ul a:hover { background: #eee; color: #000; } /*main������ʾ*/ .layout_right_content { /* margin-left: 210px; */ float:right; width:83%; padding-left: 10px; padding-right: 10px; padding-top: 5px; /* height: 90%; min-height : 90%; */ /* overflow-x: hidden; overflow-y: visible; min-height: 90%; overflow: hidden; */ } .route_bg { background-color: #E7E7E7; border-radius: 4px; padding-top: 5px; padding-bottom:5px; padding-left:5px; margin-right: 5px; } .route_bg i { color: #ccc; } .route_bg a { font-size: 12px; color: #666; text-decoration: none; } .route_bg a:hover { color: #888; text-decoration: none; } .mian_content { position: relative; min-height: 93%; /*background: #f5f5f5;*/ margin-top: 10px; margin-right: 5px; } #page_content { position: absolute; width: 100%; height: 100%; } /*�ײ���Ȩ*/ .layout_footer { /* position: absolute; */ bottom: 0px; font-size: 12px; background: #ffffff; text-align: center; border: 1px solid #eee; width: 100%; height: 30px; } body { padding: 0px; margin: 0px; line-height: 1.6; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif !important; color: #222; font-size: 14px; } input { transition: all 0.30s ease-in-out; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; border: 1px solid #ccc; border-radius: 4px; outline: none; padding-left: 10px; height: 34px; width: 200px; } input:focus { border: 1px solid rgb(55, 182, 238);; box-shadow: 0 0 2px rgb(33, 162, 238); -webkit-box-shadow: 0 0 2px rgb(33, 162, 238); -moz-box-shadow: 0 0 2px rgb(33, 162, 238); } .div_from_aoto { margin-left: auto; margin-right: auto; padding-left: 10px; margin-top: 30px; } .laber_from { width: 100px; float: left; line-height: 35px; color: #222; font-weight: normal; } .control-group { padding-bottom: 10px; } .input_select { width: 100px; height: 30px; cursor: pointer; } .a-upload { padding: 2px 10px; height: 40px; line-height: 40px; position: relative; cursor: pointer; color: #888; background: #fafafa; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; display: inline-block; *display: inline; *zoom: 1; } .a-upload input { position: absolute; font-size: 100px; right: 0; top: 0; opacity: 0; filter: alpha(opacity = 0); cursor: pointer } .a-upload:hover { color: #444; background: #eee; border-color: #ccc; text-decoration: none } .b-upload { padding: 2px 10px; height: 40px; line-height: 40px; position: relative; cursor: pointer; color: #888; background: #fafafa; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; display: inline-block; *display: inline; *zoom: 1; } .b-upload input { position: absolute; font-size: 100px; right: 0; top: 0; opacity: 0; filter: alpha(opacity = 0); cursor: pointer } .b-upload:hover { color: #444; background: #eee; border-color: #ccc; text-decoration: none } /* ���԰���ʽ */ p,ul,li{margin: 0; padding: 0; list-style: none;} /* ���ۿ� */ .comment{width: 100%;height: auto;} .comment .head-face{width: 10%; height: 120px; float: left; text-align: center;} .comment .head-face img{width: 50px; height: 50px; border-radius: 50%;} .comment .head-face p{font-size: 12px; font-family: "΢���ź�";} .comment .content{width: 90%; height: 120px; float: right;} .cont-box{ width: 100%; height: 30px; border: 1px solid #99cc66; float: left;} .cont-box .text{ width: 99%; height: 87%; padding: 5px 10px; color: #999; font-family: "΢���ź�"; font-size: 12px; resize:none; border: none; outline: none; float: left;} .tools-box{ width: 100%; height: 32px; margin-top: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; float: left;} .tools-box .operator-box-btn{ width: 80%; height: 30px; float: left; } .tools-box .operator-box-btn .face-icon{display: block; float: left; margin-top:-1px; margin-left: 10px; font-family: "΢���ź�"; font-size: 22px; color: #99cc66; cursor: pointer;} .tools-box .submit-btn{ width: 20%; height: 30px; float: right; } .tools-box .submit-btn input{ width: 100%; height: 100%; font-family: "΢���ź�"; font-size: 14px; color: #fff; cursor: pointer; border: none; outline: none; background-color: #99cc66;} /* �ظ���Ϣ */ #info-show{float: left; width: 100%; margin-top: 20px;} #info-show li{ width: 100%; height: auto; padding: 10px 0 20px 0; border-bottom: 1px dashed #c0c0c0; float: left;} #info-show .head-face{width: 10%; float: left; text-align: center;} #info-show .head-face img{width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 8px #c0c0c0;} #info-show .reply-cont{ width: 89%; padding-right: 1%; float: right;} #info-show .reply-cont p{ min-height: 20px; line-height: 20px; font-family: "΢���ź�"; font-size: 14px;} #info-show .reply-cont .comment-body{ color: #333; max-height: auto;} #info-show .reply-cont .comment-footer{font-size: 12px; color: #c0c0c0; margin-top: 10px;}
gd-mshop/src/main/webapp/css/main.css
.personal-menu-sort1 { height: 30px; width: 100%; font-size: 16px; float: left; padding-top: 10px; } .personal-menu-sort1 ul { width: 100%; height: 30px; list-style-type: none; padding-left: 0px; } .personal-menu-sort1 ul li { text-align: center; float: left; display: block; width: 15%; color: #000; padding-top: 0px; font-size: 15px; padding-left: 11px; font-family: "����"; overflow: hidden; } .personal-menu-list1 { height: 30px; width: 100%; float: left; font-size: 16px; margin-top: 5px; } .personal-menu-list1 ul { width: 100%; height: 30px; list-style-type: none; padding-left: 0px; } .personal-menu-list1 ul li { text-align: center; float: left; display: block; width: 15%; color: #000; padding-top: 0px; padding-left: 10px; font-family: "����"; overflow: hidden; } .hengxian-list { border-bottom: 1px solid #E0E0E0; margin-left: 0px; margin-top: 5px; width: 100%; float: left; z-index: 1; } .hengxian-short1 { border-bottom: 1px solid #0099FF; margin-left: 100px; width: 75px; float: left; z-index: 333; } #song-list { width: 100%; height: 100%; float: left; } .personal-menu { height: 30px; width: 200px; font-size: 14px; font-weight: blod; } .personal-menu ul { width: 500px; height: 50px; list-style-type: none; } .personal-menu ul li { text-align: left; float: left; display: block; width: 200px; color: #000; /*padding-top:15px;*/ font-weight: blod; font-family: "����"; } * { padding: 0px; margin: 0px; } @font-face { font-family: FontAwesome; src: url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.eot?v=3.2.1); src: url(../utilLib/fonts/font_awesome/fontawesome-webfontd41d.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.woff?v=3.2.1) format('woff'), url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.ttf?v=3.2.1) format('truetype'), url(../utilLib/fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg'); font-weight: 400; font-style: normal } .icon-chevron-right:before { content: "\f054"; padding-left: 10px; } .icon-chevron-down:before { content: "\f078" } .icon-user:before { content: "\f007" } .icon-gear:before, .icon-cog:before { content: "\f013" } .icon-signout:before { content: "\f08b" } .icon-chevron-down:before { content: "\f078" } .icon-home:before { content: "\f015"; font-size: 16px } .icon-reorder:before { content: "\f0c9"; font-size: 16px } .icon-signal:before { content: "\f012"; font-size: 16px } .icon-location-arrow:before { content: "\f124"; font-size: 16px } .glyph-icon { vertical-align: middle; font-family: FontAwesome; font-weight: 400; font-size: 12px; font-style: normal; padding-top: 5px; padding-right: 5px; } html, body { height: 100%; /* overflow: hidden; */ } body { padding: 0px; margin: 0px; line-height: 1.6; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif !important; color: #222; font-size: 14px; /*background-color: #e7e8eb;*/ } /*����div*/ .layout_top_header { background-color: #353636; width: 100%; height: 50px; } .ad_setting { cursor: pointer; border-left: 1px solid #424242; width: 130px; height: 100%; float: right; line-height: 50px; } .ad_setting:hover { text-decoration: none; background: #3E3E3E; } .ad_setting_a { text-align: center; font-size: 13px; color: rgba(255, 255, 255, .5); /*color: #888;*/ text-decoration: none; display: block; } .ad_setting_a:hover { color: #CCCCCC !important; text-decoration: none; } .ad_setting_a span { padding-right: 5px; vertical-align: middle; } .dropdown-menu-uu:after { position: absolute; top: -6px; right: 8px; left: auto; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; content: ''; } #ad_setting_ul { list-style: none; font-size: 12px !important; padding-top: 5px; padding-bottom: 5px; margin-top: 1px; background: #fff; border-radius: 5px; position: absolute; right: 20px; top: 50px; left: auto; z-index: 1000; min-width: 160px; border-color: #b8b8b8; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25); border-style: solid; border-width: 1px; } #ad_setting_ul li { padding-left: 30px; line-height: 30px !important; } #ad_setting_ul li:hover { background: black; border-radius: 5px; color: white; } .ad_setting_ul li { color: #000000 !important; } .ad_setting_ul_li a { color: #000000; text-decoration: none; } .ad_setting_ul_li_a { color: #fff !important; text-decoration: none !important; } /*�˵�*/ .layout_left_menu { /* position: absolute; */ float: left; /* min-height: 90%; */ box-shadow: 0 0 10px #BDBDBD; width: 16%; height:800px; background: #f7f5fa; margin-top: 5px; margin-left: 5px; padding-left: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #menu { padding: 10px; list-style: none; line-height: 35px; border-radius: 5px; color: #888 !important; } #menu ul { list-style: none; background: rgba(255, 255, 255, .5); } #menu li { color: #888; } .selected { background: #eee; border-color: #d5d5d5; color: #000; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .selected>a { border: transparent solid 1px; border-radius: 3px; background: #eee; border-color: #d5d5d5; color: #000 !important; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #menu a { text-decoration: none; } #menu a:hover { text-decoration: none; } #menu>li>a { font-weight: 700; display: block; color: #888; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif; } #menu li ul { background: #fff; border: #eee solid 1px; font-size: 12px; color: #8d8d8d; } .childUlLi ul { margin-bottom: 5px; line-height: 30px; } .childUlLi a { border-radius: 3px; } .childUlLi a:hover { background: #eee; color: #000 !important; } .childUlLi a i { opacity: .5; padding-left: 10px; padding-right: 10px; } .childUlLi ul a { color: #888; display: block; } .childUlLi ul a:hover { background: #eee; color: #000; } /*main������ʾ*/ .layout_right_content { /* margin-left: 210px; */ float:right; width:83%; padding-left: 10px; padding-right: 10px; padding-top: 5px; /* height: 90%; min-height : 90%; */ /* overflow-x: hidden; overflow-y: visible; min-height: 90%; overflow: hidden; */ } .route_bg { background-color: #E7E7E7; border-radius: 4px; padding-top: 5px; padding-bottom:5px; padding-left:5px; margin-right: 5px; } .route_bg i { color: #ccc; } .route_bg a { font-size: 12px; color: #666; text-decoration: none; } .route_bg a:hover { color: #888; text-decoration: none; } .mian_content { position: relative; min-height: 93%; /*background: #f5f5f5;*/ margin-top: 10px; margin-right: 5px; } #page_content { position: absolute; width: 100%; height: 100%; } /*�ײ���Ȩ*/ .layout_footer { /* position: absolute; */ bottom: 0px; font-size: 12px; background: #ffffff; text-align: center; border: 1px solid #eee; width: 100%; height: 30px; } body { padding: 0px; margin: 0px; line-height: 1.6; font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif !important; color: #222; font-size: 14px; } input { transition: all 0.30s ease-in-out; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; border: 1px solid #ccc; border-radius: 4px; outline: none; padding-left: 10px; height: 34px; width: 200px; } input:focus { border: 1px solid rgb(55, 182, 238);; box-shadow: 0 0 2px rgb(33, 162, 238); -webkit-box-shadow: 0 0 2px rgb(33, 162, 238); -moz-box-shadow: 0 0 2px rgb(33, 162, 238); } .div_from_aoto { margin-left: auto; margin-right: auto; padding-left: 10px; margin-top: 30px; } .laber_from { width: 100px; float: left; line-height: 35px; color: #222; font-weight: normal; } .control-group { padding-bottom: 10px; } .input_select { width: 100px; height: 30px; cursor: pointer; } .a-upload { padding: 2px 10px; height: 40px; line-height: 40px; position: relative; cursor: pointer; color: #888; background: #fafafa; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; display: inline-block; *display: inline; *zoom: 1; } .a-upload input { position: absolute; font-size: 100px; right: 0; top: 0; opacity: 0; filter: alpha(opacity = 0); cursor: pointer } .a-upload:hover { color: #444; background: #eee; border-color: #ccc; text-decoration: none } .b-upload { padding: 2px 10px; height: 40px; line-height: 40px; position: relative; cursor: pointer; color: #888; background: #fafafa; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; display: inline-block; *display: inline; *zoom: 1; } .b-upload input { position: absolute; font-size: 100px; right: 0; top: 0; opacity: 0; filter: alpha(opacity = 0); cursor: pointer } .b-upload:hover { color: #444; background: #eee; border-color: #ccc; text-decoration: none } /* ���԰���ʽ */ p,ul,li{margin: 0; padding: 0; list-style: none;} /* ���ۿ� */ .comment{width: 100%;height: auto;} .comment .head-face{width: 10%; height: 120px; float: left; text-align: center;} .comment .head-face img{width: 50px; height: 50px; border-radius: 50%;} .comment .head-face p{font-size: 12px; font-family: "΢���ź�";} .comment .content{width: 90%; height: 120px; float: right;} .cont-box{ width: 100%; height: 30px; border: 1px solid #99cc66; float: left;} .cont-box .text{ width: 99%; height: 87%; padding: 5px 10px; color: #999; font-family: "΢���ź�"; font-size: 12px; resize:none; border: none; outline: none; float: left;} .tools-box{ width: 100%; height: 32px; margin-top: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; float: left;} .tools-box .operator-box-btn{ width: 80%; height: 30px; float: left; } .tools-box .operator-box-btn .face-icon{display: block; float: left; margin-top:-1px; margin-left: 10px; font-family: "΢���ź�"; font-size: 22px; color: #99cc66; cursor: pointer;} .tools-box .submit-btn{ width: 20%; height: 30px; float: right; } .tools-box .submit-btn input{ width: 100%; height: 100%; font-family: "΢���ź�"; font-size: 14px; color: #fff; cursor: pointer; border: none; outline: none; background-color: #99cc66;} /* �ظ���Ϣ */ #info-show{float: left; width: 100%; margin-top: 20px;} #info-show li{ width: 100%; height: auto; padding: 10px 0 20px 0; border-bottom: 1px dashed #c0c0c0; float: left;} #info-show .head-face{width: 10%; float: left; text-align: center;} #info-show .head-face img{width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 8px #c0c0c0;} #info-show .reply-cont{ width: 89%; padding-right: 1%; float: right;} #info-show .reply-cont p{ min-height: 20px; line-height: 20px; font-family: "΢���ź�"; font-size: 14px;} #info-show .reply-cont .comment-body{ color: #333; max-height: auto;} #info-show .reply-cont .comment-footer{font-size: 12px; color: #c0c0c0; margin-top: 10px;}
0.237046
0.063715
div.mapplugin.timeseries { margin: auto; width: 82%; top: 0; left: 46px; z-index: 100000; position: absolute; opacity: 0.9; } div.mapplugin.timeseries div.playback-button { margin-top: 10px; float: left; } div.mapplugin.timeseries div.playback-button button.play { width: 50px; height: 40px; background: #333438; border: none; margin: auto; cursor: pointer; } div.mapplugin.timeseries div.playback-button button.play:after { content: ''; display: inline-block; position: relative; top: 1px; left: 3px; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #ffde00; } div.mapplugin.timeseries div.playback-button button.pause { width: 50px; height: 40px; background: #333438; position: relative; display: block; border: none; cursor: pointer; display: none; } div.mapplugin.timeseries div.playback-button button.pause:before { width: 8px; height: 16px; background: #ffde00; position: absolute; content: ""; top: 12.012012012px; left: 16.6666666667px; } div.mapplugin.timeseries div.playback-button button.pause:after { width: 8px; height: 16px; background: #ffde00; position: absolute; content: ""; top: 12.012012012px; right: 16.6666666667px; } div.mapplugin.timeseries .oskari-timeslider { margin-top: 10px; width: 90%; height: 40px; background-color: #333438; float: left; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight { position: absolute; top: 0; z-index: 100001; color: #ffde00; height: 40px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .label { font-size: 12px; position: absolute; top: 3px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .label.center { left: -24px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .line { width: 1px; border-left: 1px solid #fff; height: 12px; position: absolute; bottom: 0; } div.mapplugin.timeseries .oskari-timeslider .interval-line { position: absolute; top: 0; z-index: 100000; height: 40px; } div.mapplugin.timeseries .oskari-timeslider .interval-line .label { font-size: 12px; position: absolute; top: 16px; color: #fff; } div.mapplugin.timeseries .oskari-timeslider .interval-line .label.center { left: -14px; } div.mapplugin.timeseries .oskari-timeslider .interval-line .line { width: 1px; border-left: 1px solid #fff; height: 8px; position: absolute; bottom: 0; } div.mapplugin.timeseries .oskari-timeslider-empty { margin-top: 10px; float: left; width: 10px; height: 40px; } .mapplugin-timeseries-popup { position: absolute; top: 60px; cursor: pointer; z-index: 100000; opacity: 0.9; display: none; } .mapplugin-timeseries-popup .arrow { border-bottom: 15px solid #333438; border-left: 10px solid transparent; border-right: 10px solid transparent; width: 0; height: 0; margin: auto; } .mapplugin-timeseries-popup .content { background-color: #333438; width: 80px; height: 36px; color: #ffde00; text-align: center; padding-top: 7px; font-weight: normal; font-size: 12px; line-height: 15px; }
bundles/framework/timeseries/resources/css/timeseriesplayback.css
div.mapplugin.timeseries { margin: auto; width: 82%; top: 0; left: 46px; z-index: 100000; position: absolute; opacity: 0.9; } div.mapplugin.timeseries div.playback-button { margin-top: 10px; float: left; } div.mapplugin.timeseries div.playback-button button.play { width: 50px; height: 40px; background: #333438; border: none; margin: auto; cursor: pointer; } div.mapplugin.timeseries div.playback-button button.play:after { content: ''; display: inline-block; position: relative; top: 1px; left: 3px; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #ffde00; } div.mapplugin.timeseries div.playback-button button.pause { width: 50px; height: 40px; background: #333438; position: relative; display: block; border: none; cursor: pointer; display: none; } div.mapplugin.timeseries div.playback-button button.pause:before { width: 8px; height: 16px; background: #ffde00; position: absolute; content: ""; top: 12.012012012px; left: 16.6666666667px; } div.mapplugin.timeseries div.playback-button button.pause:after { width: 8px; height: 16px; background: #ffde00; position: absolute; content: ""; top: 12.012012012px; right: 16.6666666667px; } div.mapplugin.timeseries .oskari-timeslider { margin-top: 10px; width: 90%; height: 40px; background-color: #333438; float: left; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight { position: absolute; top: 0; z-index: 100001; color: #ffde00; height: 40px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .label { font-size: 12px; position: absolute; top: 3px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .label.center { left: -24px; } div.mapplugin.timeseries .oskari-timeslider .interval-line-highlight .line { width: 1px; border-left: 1px solid #fff; height: 12px; position: absolute; bottom: 0; } div.mapplugin.timeseries .oskari-timeslider .interval-line { position: absolute; top: 0; z-index: 100000; height: 40px; } div.mapplugin.timeseries .oskari-timeslider .interval-line .label { font-size: 12px; position: absolute; top: 16px; color: #fff; } div.mapplugin.timeseries .oskari-timeslider .interval-line .label.center { left: -14px; } div.mapplugin.timeseries .oskari-timeslider .interval-line .line { width: 1px; border-left: 1px solid #fff; height: 8px; position: absolute; bottom: 0; } div.mapplugin.timeseries .oskari-timeslider-empty { margin-top: 10px; float: left; width: 10px; height: 40px; } .mapplugin-timeseries-popup { position: absolute; top: 60px; cursor: pointer; z-index: 100000; opacity: 0.9; display: none; } .mapplugin-timeseries-popup .arrow { border-bottom: 15px solid #333438; border-left: 10px solid transparent; border-right: 10px solid transparent; width: 0; height: 0; margin: auto; } .mapplugin-timeseries-popup .content { background-color: #333438; width: 80px; height: 36px; color: #ffde00; text-align: center; padding-top: 7px; font-weight: normal; font-size: 12px; line-height: 15px; }
0.391406
0.050284
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900"); /* :: 2.0 Import All CSS */ /*@import url(../css/bootstrap.min.css); @import url(../css/owl.carousel.min.css); @import url(../css/animate.css); @import url(../css/magnific-popup.css); @import url(../css/font-awesome.min.css); @import url(../css/custom-icon.css); @import url(../css/classy-nav.min.css);*/ /* :: 3.0 Base CSS */ * { margin: 0; padding: 0; } body { font-family: "Montserrat", sans-serif; font-size: 14px; } h1, h2, h3, h4, h5, h6 { color: #242424; line-height: 1.3; font-weight: 700; } p { color: #606060; font-size: 14px; line-height: 2; font-weight: 500; } a, a:hover, a:focus { -webkit-transition-duration: 500ms; transition-duration: 500ms; text-decoration: none; outline: 0 solid transparent; color: #141414; font-weight: 600; font-size: 14px; } ul, ol { margin: 0; } ul li, ol li { list-style: none; } img { height: auto; max-width: 100%; } /* Spacing */ .mt-15 { margin-top: 15px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-70 { margin-top: 70px !important; } .mt-100 { margin-top: 100px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-15 { margin-left: 15px !important; } .ml-30 { margin-left: 30px !important; } .ml-50 { margin-left: 50px !important; } .mr-15 { margin-right: 15px !important; } .mr-30 { margin-right: 30px !important; } .mr-50 { margin-right: 50px !important; } /* Height */ .height-400 { height: 400px !important; } .height-500 { height: 500px !important; } .height-600 { height: 600px !important; } .height-700 { height: 700px !important; } .height-800 { height: 800px !important; } /* Section Padding */ .section-padding-100 { padding-top: 100px; padding-bottom: 100px; } .section-padding-100-0 { padding-top: 100px; padding-bottom: 0; } .section-padding-0-100 { padding-top: 0; padding-bottom: 100px; } .section-padding-100-70 { padding-top: 100px; padding-bottom: 70px; } /* Section Heading */ .section-heading { position: relative; z-index: 1; max-width: 600px; margin-bottom: 80px !important; } .section-heading span { color: #606060; font-size: 12px; text-transform: uppercase; margin-bottom: 15px; display: block; letter-spacing: 2px; } .section-heading h3 { font-size: 34px; margin-bottom: 0; font-weight: 600; } @media only screen and (max-width: 767px) { .section-heading h3 { font-size: 24px; } } .section-heading.text-left { text-align: left !important; } .section-heading.white span, .section-heading.white h3 { color: #ffffff; } /* Preloader */ #preloader { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; z-index: 5000; } #preloader .circle-preloader { display: block; width: 60px; height: 60px; border: 2px solid rgba(255, 255, 255, 0.5); border-bottom-color: #ffffff; border-radius: 50%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; animation: spin 2s infinite linear; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* Miscellaneous */ .bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; } .bg-white { background-color: #ffffff !important; } .bg-dark { background-color: #000000 !important; } .bg-transparent { background-color: transparent !important; } .font-bold { font-weight: 700; } .font-light { font-weight: 300; } .bg-overlay { position: relative; z-index: 2; background-position: center center; background-size: cover; } .bg-overlay::after { background-color: rgba(0, 0, 0, 0.88); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #ffffff; right: 0; padding-right: 0; width: 30px; height: 30px; background-color: #61ba6d; line-height: 30px; text-align: center; position: absolute; top: 40px; right: -30px; } @media only screen and (max-width: 767px) { .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: 0; } } /* ScrollUp */ #scrollUp { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); border-radius: 0; bottom: 60px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); color: #ffffff; font-size: 24px; height: 40px; line-height: 40px; right: 60px; text-align: center; width: 40px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } #scrollUp:hover { background-color: #141414; } @media only screen and (max-width: 767px) { #scrollUp { bottom: 30px; right: 30px; } } /* Essence Button */ .academy-btn { display: inline-block; min-width: 160px; height: 65px; color: #ffffff; border: none; border-radius: 0; padding: 0 40px; font-size: 14px; line-height: 65px; -webkit-transition: all 500ms; transition: all 500ms; background: #61ba6d; background-image: -webkit-linear-gradient(left, #61ba6d 0%, #83c331 51%, #61ba6d 100%); background-image: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%); font-weight: 600; } .academy-btn.btn-sm { min-width: 110px; padding: 0 20px; height: 42px; line-height: 42px; } .academy-btn.active, .academy-btn:hover, .academy-btn:focus { font-size: 14px; font-weight: 600; color: #ffffff; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); } .academy-btn.btn-2 { background: #141414; } .academy-btn.btn-2:hover, .academy-btn.btn-2:focus { background: #69bc5f; } .academy-btn.btn-3 { background: #69bc5f; } .academy-btn.btn-3:hover, .academy-btn.btn-3:focus { background: #141414; } .academy-btn.btn-4 { background: #ffffff; border: 2px solid #69bc5f; color: #606060; } .academy-btn.btn-4:hover, .academy-btn.btn-4:focus { background: #69bc5f; color: #ffffff; } /* Header Area CSS */ .header-area { position: relative; z-index: 100; width: 100%; height: 125px; } .header-area .top-header { width: 100%; height: 95px; } .header-area .top-header .login-content a { display: inline-block; font-weight: 600; } .header-area .top-header .login-content a:hover { color: #69bc5f; } .header-area .academy-main-menu { position: absolute; width: 100%; height: 85px; background-color: transparent; top: 95px; z-index: 100; left: 0; right: 0; } .header-area .academy-main-menu .classy-nav-container { background-color: transparent; } .header-area .academy-main-menu .classy-navbar { background-color: #f5f7fa; height: 85px; padding: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area .academy-main-menu .classy-navbar { padding: 0; padding-left: 2em; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .classy-navbar { padding: 0; padding-left: 2em; } } .header-area .academy-main-menu .classy-navbar .classynav ul li a { font-weight: 700; text-transform: uppercase; } .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus { color: #69bc5f; } .header-area .academy-main-menu .classynav { padding-left: 2em; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .classynav { padding-left: 1em; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area .academy-main-menu .classynav { padding-left: 0; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .classynav { padding-left: 0; } } .header-area .academy-main-menu .calling-info { position: relative; padding-left: 80px; overflow: hidden; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info { padding-left: 50px; } } .header-area .academy-main-menu .calling-info .call-center { position: relative; z-index: 1; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 0 40px; line-height: 85px; height: 85px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center { padding: 0 15px 0 30px; } } .header-area .academy-main-menu .calling-info .call-center a { color: #ffffff; font-size: 14px; font-weight: 700; display: block; } .header-area .academy-main-menu .calling-info .call-center a i { width: 45px; height: 45px; border: 2px solid #ffffff; border-radius: 50%; display: inline-block; line-height: 41px; font-size: 18px; text-align: center; margin-right: 20px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center a i { margin-right: 10px; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .calling-info .call-center a span { display: none; } } .header-area .academy-main-menu .calling-info .call-center:before { position: absolute; width: 50px; height: 120%; top: 3px; left: -28px; z-index: 1; background-color: #61ba6d; content: ''; -webkit-transform: rotate(30deg); transform: rotate(30deg); } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center:before { width: 42px; } } .header-area .is-sticky .academy-main-menu { position: fixed; width: 100%; height: 85px; top: 0; left: 0; z-index: 3000; background-color: #f5f7fa; box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); } .header-area .is-sticky .academy-main-menu::after { position: absolute; width: 25%; height: 100%; top: 0; right: 0; z-index: 1; background-color: #83c331; content: ''; } .hero-slides { position: relative; z-index: 1; } .hero-slides .single-hero-slide { width: 100%; height: 850px; position: relative; z-index: 1; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-slides .single-hero-slide { height: 650px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero-slides .single-hero-slide { height: 550px; } } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide { height: 600px; } } .hero-slides .single-hero-slide h4 { color: #ffffff; margin-bottom: 10px; } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide h4 { font-size: 18px; } } .hero-slides .single-hero-slide h2 { font-size: 60px; color: #ffffff; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-slides .single-hero-slide h2 { font-size: 48px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero-slides .single-hero-slide h2 { font-size: 36px; } } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide h2 { font-size: 30px; } } .hero-slides .owl-prev, .hero-slides .owl-next { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 56px; height: 56px; line-height: 56px; color: #ffffff; top: 50%; margin-top: -28px; left: 5%; position: absolute; z-index: 10; text-align: center; font-size: 22px; font-weight: 700; opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .hero-slides .owl-prev, .hero-slides .owl-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; } } .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus, .hero-slides .owl-next:hover, .hero-slides .owl-next:focus { background: #141414; color: #ffffff; } .hero-slides .owl-next { left: auto; right: 5%; } .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next { opacity: 1; visibility: visible; } /* Top Features Area CSS */ .top-features-area { position: relative; z-index: 50; margin-bottom: -60px; } @media only screen and (max-width: 767px) { .top-features-area { margin-bottom: -115px; } } .top-features-area .features-content { position: relative; z-index: 50; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 40px 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .top-features-area .features-content .single-top-features { border-right: 2px solid #ffffff; } @media only screen and (max-width: 767px) { .top-features-area .features-content .single-top-features { border-right: none; border-bottom: 2px solid #ffffff; padding-bottom: 15px; margin-bottom: 15px; } } .top-features-area .features-content .single-top-features i { font-size: 40px; margin-right: 15px; color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .top-features-area .features-content .single-top-features i { font-size: 28px; margin-right: 10px; } } @media only screen and (max-width: 767px) { .top-features-area .features-content .single-top-features i { font-size: 28px; margin-right: 10px; } } .top-features-area .features-content .single-top-features h5 { font-size: 18px; margin-bottom: 0; font-weight: 600; color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .top-features-area .features-content .single-top-features h5 { font-size: 16px; } } .top-features-area .features-content .col-12:last-child .single-top-features { border-right: none; } @media only screen and (max-width: 767px) { .top-features-area .features-content .col-12:last-child .single-top-features { border: none; padding-bottom: 0; margin-bottom: 0; } } /* Course Area CSS */ .single-course-area .course-icon { -webkit-box-flex: 0; -ms-flex: 0 0 91px; flex: 0 0 91px; min-width: 91px; width: 91px; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); background-size: cover; background-position: center; width: 91px; height: 91px; line-height: 95px; font-size: 40px; color: #ffffff; text-align: center; border-radius: 50%; margin-right: 30px; } .single-course-area .course-content h4 { margin-bottom: 15px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-course-area .course-content h4 { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-course-area .course-content h4 { font-size: 16px; } } @media only screen and (max-width: 767px) { .single-course-area .course-content h4 { font-size: 18px; } } .single-course-area .course-content p { margin-bottom: 0; } .single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 { color: #69bc5f; } /* Testimonials Area CSS */ .single-testimonial-area { position: relative; z-index: 1; } .single-testimonial-area .testimonial-thumb { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-box-flex: 0; -ms-flex: 0 0 55px; flex: 0 0 55px; max-width: 55px; width: 55px; height: 55px; border: 2px solid transparent; margin-right: 40px; margin-top: 15px; border-radius: 50%; } .single-testimonial-area .testimonial-thumb img { border-radius: 50%; } .single-testimonial-area .testimonial-content h5 { -webkit-transition-duration: 500ms; transition-duration: 500ms; color: #ffffff; font-weight: 500; margin-bottom: 30px; } .single-testimonial-area .testimonial-content p { color: #ffffff; } .single-testimonial-area .testimonial-content h6 { color: #ffffff; margin-bottom: 0; font-weight: 500; font-size: 15px; } .single-testimonial-area .testimonial-content h6 span { color: #69bc5f; } .single-testimonial-area:hover .testimonial-thumb { border-color: #69bc5f; } .single-testimonial-area:hover .testimonial-content h5 { color: #69bc5f; } /* Top Popular Course Area CSS */ .single-top-popular-course { position: relative; z-index: 1; margin-bottom: 30px; background-color: #eef3f6; } .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 54%; flex: 0 0 54%; max-width: 54%; width: 54%; padding: 30px; } @media only screen and (max-width: 767px) { .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-top-popular-course .popular-course-content h5 { font-size: 18px; font-weight: 500; margin-bottom: 8px; } .single-top-popular-course .popular-course-content span { font-size: 12px; color: #61ba6d; margin-bottom: 10px; display: block; } .single-top-popular-course .popular-course-content .course-ratings { font-size: 10px; color: #fbb710; margin-bottom: 30px; } .single-top-popular-course .popular-course-content .course-ratings .fa-star-o { color: #e0e3e4; } .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 46%; flex: 0 0 46%; max-width: 46%; width: 46%; height: 350px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-top-popular-course .popular-course-thumb { height: 420px; } } @media only screen and (max-width: 767px) { .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .single-top-popular-course .popular-course-thumb { height: 250px; } } .popular-course-details-area .single-top-popular-course { margin-bottom: 0; } .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 570px; flex: 0 0 570px; max-width: 570px; width: 570px; padding: 30px; margin-left: auto; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 465px; flex: 0 0 465px; max-width: 465px; width: 465px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 370px; flex: 0 0 370px; max-width: 370px; width: 370px; } } @media only screen and (max-width: 767px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .popular-course-details-area .single-top-popular-course .popular-course-content h5 { font-size: 36px; font-weight: 500; margin-bottom: 8px; margin-left: -2px; } .popular-course-details-area .single-top-popular-course .popular-course-content span { font-size: 14px; color: #61ba6d; margin-bottom: 10px; display: block; } .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings { font-size: 10px; color: #fbb710; margin-bottom: 30px; } .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o { color: #e0e3e4; } .popular-course-details-area .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50%; height: 620px; } @media only screen and (max-width: 767px) { .popular-course-details-area .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; height: 400px; } } /* Partner Area CSS */ .partners-logo { position: relative; z-index: 1; } .partners-logo a { display: inline-block; max-width: 130px; } @media only screen and (max-width: 767px) { .partners-logo a { max-width: 40px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .partners-logo a { max-width: 60px; } } /* Call to Action Area CSS */ .call-to-action-area { position: relative; z-index: 1; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 70px 0; } .call-to-action-area .cta-content h3 { font-size: 30px; color: #ffffff; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .call-to-action-area .cta-content h3 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .call-to-action-area .cta-content h3 { font-size: 20px; } } @media only screen and (max-width: 767px) { .call-to-action-area .cta-content h3 { font-size: 24px; margin-bottom: 30px; } } .call-to-action-area .cta-content .academy-btn { min-width: 110px; padding: 0 20px; height: 42px; line-height: 38px; border: 2px solid #ffffff; } /* Footer Area CSS */ .main-footer-area { background-color: #232323; } .main-footer-area .footer-widget .widget-title { margin-bottom: 45px; } .main-footer-area .footer-widget .widget-title h6 { font-size: 14px; font-weight: 500; margin-bottom: 0; color: #ffffff; margin-top: 10px; text-transform: uppercase; } .main-footer-area .footer-widget .footer-social-info a { display: inline-block; color: #606060; margin-right: 15px; } .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus { color: #ffffff; } .main-footer-area .footer-widget .useful-links li a { display: block; color: #606060; margin-bottom: 15px; font-size: 14px; font-weight: 500; } .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus { color: #69bc5f; } .main-footer-area .footer-widget .gallery-list a { position: relative; z-index: 1; /* @flex (0 0 30%); */ max-width: 30%; margin-bottom: 15px; cursor: zoom-in; } .main-footer-area .footer-widget .gallery-list a::after { position: absolute; width: 100%; height: 100%; top: 0; left: 0; content: ''; background-color: rgba(97, 186, 109, 0.8); opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .main-footer-area .footer-widget .gallery-list a:hover::after { opacity: 1; visibility: visible; } .main-footer-area .footer-widget .single-contact i { color: #69bc5f; font-size: 20px; margin-right: 15px; padding-top: 7px; } .main-footer-area .footer-widget .single-contact p { margin-bottom: 0; } .bottom-footer-area { background-color: #141414; padding: 30px 0; text-align: center; } .bottom-footer-area p { font-size: 12px; margin-bottom: 0; } .bottom-footer-area p a { color: #606060; font-size: 12px; } /* Breadcumb Area CSS */ .breadcumb-area { position: relative; z-index: 10; width: 100%; height: 200px; } .breadcumb-area .bradcumbContent { width: 500px; height: 110px; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); position: absolute; bottom: -60px; -webkit-transform: translateX(-50%); transform: translateX(-50%); left: 50%; z-index: 30; } @media only screen and (max-width: 767px) { .breadcumb-area .bradcumbContent { width: 280px; } } .breadcumb-area .bradcumbContent h2 { text-align: center; line-height: 110px; font-size: 36px; color: #ffffff; } @media only screen and (max-width: 767px) { .breadcumb-area .bradcumbContent h2 { font-size: 24px; } } /* About Us Content Area CSS */ .about-slides { position: relative; z-index: 1; } .about-slides .owl-prev, .about-slides .owl-next { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 56px; height: 56px; line-height: 56px; color: #ffffff; top: 50%; margin-top: -28px; left: 5%; position: absolute; z-index: 10; text-align: center; font-size: 22px; font-weight: 700; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .about-slides .owl-prev, .about-slides .owl-next { width: 36px; height: 36px; line-height: 36px; margin-top: -18px; } } .about-slides .owl-next { left: auto; right: 5%; } /* Teachers Area CSS */ .single-teachers-area { position: relative; z-index: 1; } .single-teachers-area .teachers-info h5 { font-weight: 400; margin-bottom: 3px; } .single-teachers-area .teachers-info span { color: #69bc5f; font-size: 14px; } /* Blog Area CSS */ @media only screen and (max-width: 767px) { .academy-blog-sidebar { margin-top: 100px; } } .single-blog-post { background-color: #eef3f6; padding: 30px; } .single-blog-post .post-title { font-size: 24px; display: block; font-weight: 500; margin-bottom: 5px; } .single-blog-post .post-title:hover, .single-blog-post .post-title:focus { color: #69bc5f; } .single-blog-post .post-meta { margin-bottom: 30px; } .single-blog-post .post-meta p { font-size: 12px; color: #69bc5f; margin-bottom: 0; } .single-blog-post .post-meta p a { font-size: 12px; color: #69bc5f; font-weight: 500; } .academy-pagination-area .pagination .page-item .page-link { width: 36px; height: 36px; background-color: #eef3f6; display: block; padding: 0; border: none; margin-right: 10px; color: #242424; font-size: 12px; font-weight: 600; text-align: center; line-height: 36px; } .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus { background-color: #61ba6d; color: #ffffff; } .academy-pagination-area .pagination .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .academy-pagination-area .pagination .page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; } .academy-pagination-area .pagination .page-item.active .page-link { background-color: #61ba6d; color: #ffffff; } .blog-post-search-widget form { position: relative; z-index: 1; } .blog-post-search-widget form input { width: 100%; height: 48px; border: none; background-color: #eef3f6; padding: 0 30px; font-size: 12px; font-style: italic; } .blog-post-search-widget form button { position: absolute; top: 0; right: 0; width: 55px; height: 48px; background-color: #69bc5f; border: none; z-index: 10; cursor: pointer; color: #ffffff; } .blog-post-categories { background-color: #eef3f6; padding: 30px; } .blog-post-categories h5 { font-size: 18px; margin-bottom: 30px; } .blog-post-categories ul { padding-left: 30px; } .blog-post-categories ul li a { font-size: 16px; font-weight: 500; margin-bottom: 10px; display: block; } .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus { color: #69bc5f; } .latest-blog-posts { background-color: #eef3f6; padding: 30px; } .latest-blog-posts h5 { font-size: 18px; margin-bottom: 30px; } .latest-blog-posts .latest-blog-post-thumb { /* flex (0 0 66px); */ max-width: 66px; width: 66px; margin-right: 15px; } .latest-blog-posts .latest-blog-post-content .post-title h6 { -webkit-transition-duration: 500ms; transition-duration: 500ms; font-weight: 500; margin-bottom: 3px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .latest-blog-posts .latest-blog-post-content .post-title h6 { font-size: 14px; } } .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus { color: #69bc5f; } .latest-blog-posts .latest-blog-post-content .post-date { font-size: 12px; color: #69bc5f; } .map-area { position: relative; z-index: 2; } .map-area #googleMap { width: 100%; height: 650px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .map-area #googleMap { height: 500px; } } /* Contact Area CSS */ .contact-content { background-color: #eef3f6; padding: 100px 50px; position: relative; z-index: 15; top: -200px; margin-bottom: -100px; } @media only screen and (max-width: 767px) { .contact-content { padding: 50px 30px; } } .contact-content .section-heading { margin-bottom: 30px !important; } .contact-content .contact-social-info a { color: #69bc5f; display: inline-block; margin-right: 30px; } .contact-content .contact-icon i { padding-top: 5px; display: inline-block; color: #69bc5f; } .contact-content .contact-form-area { padding: 40px 20px; background-color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-content .contact-form-area { margin-top: 100px; } } @media only screen and (max-width: 767px) { .contact-content .contact-form-area { margin-top: 50px; } } .contact-content .contact-form-area .form-control { height: 55px; width: 100%; background-color: #eef3f6; font-size: 12px; font-style: italic; margin-bottom: 15px; border: none; border-radius: 0; padding: 15px 25px; } .contact-content .contact-form-area textarea.form-control { height: 200px; } .elements-title h2 { font-weight: 500; } .elements-title span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; display: block; color: #8e8e8e; margin-bottom: 15px; } .single-pie-bar h6 { font-weight: 500; } .single-cool-fact { position: relative; z-index: 1; } .single-cool-fact i { font-size: 45px; margin-bottom: 30px; display: block; color: #69bc5f; } .single-cool-fact h3 { font-size: 48px; font-weight: 400; margin-bottom: 5px; } .single-cool-fact p { font-size: 16px; margin-bottom: 0; } /* Accordians */ .single-accordion.panel { background-color: #ffffff; border: 0 solid transparent; border-radius: 4px; box-shadow: 0 0 0 transparent; margin-bottom: 15px; } .single-accordion:last-of-type { margin-bottom: 0; } .single-accordion h6 { margin-bottom: 0; text-transform: uppercase; } .single-accordion h6 a { background-color: #f5f7fa; border-radius: 0; color: #141414; display: block; margin: 0; padding: 20px 60px 20px 20px; position: relative; font-size: 14px; text-transform: capitalize; font-weight: 500; } .single-accordion h6 a span { font-size: 10px; position: absolute; right: 20px; text-align: center; top: 23px; } .single-accordion h6 a span.accor-open { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .single-accordion h6 a.collapsed { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); color: #ffffff; } .single-accordion h6 a.collapsed span.accor-close { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .single-accordion h6 a.collapsed span.accor-open { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); } .single-accordion .accordion-content { border-top: 0 solid transparent; box-shadow: none; } .single-accordion .accordion-content p { padding: 20px 15px 5px; margin-bottom: 0; } /* Tabs CSS*/ .academy-tabs-content { position: relative; z-index: 1; } .academy-tabs-content .nav-tabs { border-bottom: none; margin-bottom: 50px; } .academy-tabs-content .nav-tabs .nav-link { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; margin: 0 2px; border-radius: 0; border: none; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .academy-tabs-content .nav-tabs .nav-link { padding: 0 10px; } } @media only screen and (max-width: 767px) { .academy-tabs-content .nav-tabs .nav-link { padding: 0 10px; } } .academy-tabs-content .nav-tabs .nav-link.active { background: #f5f7fa; color: #141414; } .academy-tabs-content .tab-content h6 { font-size: 18px; } /*# sourceMappingURL=style.css.map */ /*search*/ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 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 ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 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 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * 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 style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * 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 ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 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; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * 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 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ 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 and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [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 IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } html { height: 100%; } fieldset { margin: 0; padding: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-padding-after: 0; border: 0; } legend { margin: 0; padding: 0; display: block; -webkit-padding-start: 0; -webkit-padding-end: 0; } /*=============================== = Choices = ===============================*/ .choices { position: relative; margin-bottom: 24px; font-size: 16px; } .choices:focus { outline: none; } .choices:last-child { margin-bottom: 0; } .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input { background-color: #EAEAEA; cursor: not-allowed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .choices.is-disabled .choices__item { cursor: not-allowed; } .choices[data-type*="select-one"] { cursor: pointer; } .choices[data-type*="select-one"] .choices__inner { padding-bottom: 7.5px; } .choices[data-type*="select-one"] .choices__input { display: block; width: 100%; padding: 10px; border-bottom: 1px solid #DDDDDD; background-color: #FFFFFF; margin: 0; } .choices[data-type*="select-one"] .choices__button { background-image: url("../../icons/cross-inverse.svg"); padding: 0; background-size: 8px; height: 100%; position: absolute; top: 50%; right: 0; margin-top: -10px; margin-right: 25px; height: 20px; width: 20px; border-radius: 10em; opacity: .5; } .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus { opacity: 1; } .choices[data-type*="select-one"] .choices__button:focus { box-shadow: 0px 0px 0px 2px #00BCD4; } .choices[data-type*="select-one"]:after { content: ""; height: 0; width: 0; border-style: solid; border-color: #333333 transparent transparent transparent; border-width: 5px; position: absolute; right: 11.5px; top: 50%; margin-top: -2.5px; pointer-events: none; } .choices[data-type*="select-one"].is-open:after { border-color: transparent transparent #333333 transparent; margin-top: -7.5px; } .choices[data-type*="select-one"][dir="rtl"]:after { left: 11.5px; right: auto; } .choices[data-type*="select-one"][dir="rtl"] .choices__button { right: auto; left: 0; margin-left: 25px; margin-right: 0; } .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner { cursor: text; } .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button { position: relative; display: inline-block; margin-top: 0; margin-right: -4px; margin-bottom: 0; margin-left: 8px; padding-left: 16px; border-left: 1px solid #008fa1; background-image: url("../../icons/cross.svg"); background-size: 8px; width: 8px; line-height: 1; opacity: .75; } .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus { opacity: 1; } .choices__inner { display: inline-block; vertical-align: top; width: 100%; background-color: #f9f9f9; padding: 7.5px 7.5px 3.75px; border: 1px solid #DDDDDD; border-radius: 2.5px; font-size: 14px; min-height: 44px; overflow: hidden; } .is-focused .choices__inner, .is-open .choices__inner { border-color: #b7b7b7; } .is-open .choices__inner { border-radius: 2.5px 2.5px 0 0; } .is-flipped.is-open .choices__inner { border-radius: 0 0 2.5px 2.5px; } .choices__list { margin: 0; padding-left: 0; list-style: none; } .choices__list--single { display: inline-block; padding: 4px 16px 4px 4px; width: 100%; } [dir="rtl"] .choices__list--single { padding-right: 4px; padding-left: 16px; } .choices__list--single .choices__item { width: 100%; } .choices__list--multiple { display: inline; } .choices__list--multiple .choices__item { display: inline-block; vertical-align: middle; border-radius: 20px; padding: 4px 10px; font-size: 12px; font-weight: 500; margin-right: 3.75px; margin-bottom: 3.75px; background-color: #00BCD4; border: 1px solid #00a5bb; color: #FFFFFF; word-break: break-all; } .choices__list--multiple .choices__item[data-deletable] { padding-right: 5px; } [dir="rtl"] .choices__list--multiple .choices__item { margin-right: 0; margin-left: 3.75px; } .choices__list--multiple .choices__item.is-highlighted { background-color: #00a5bb; border: 1px solid #008fa1; } .is-disabled .choices__list--multiple .choices__item { background-color: #aaaaaa; border: 1px solid #919191; } .choices__list--dropdown { display: none; z-index: 1; position: absolute; width: 100%; background-color: #FFFFFF; border: 1px solid #DDDDDD; top: 100%; margin-top: -1px; border-bottom-left-radius: 2.5px; border-bottom-right-radius: 2.5px; overflow: hidden; word-break: break-all; } .choices__list--dropdown.is-active { display: block; } .is-open .choices__list--dropdown { border-color: #b7b7b7; } .is-flipped .choices__list--dropdown { top: auto; bottom: 100%; margin-top: 0; margin-bottom: -1px; border-radius: .25rem .25rem 0 0; } .choices__list--dropdown .choices__list { position: relative; max-height: 300px; overflow: auto; -webkit-overflow-scrolling: touch; will-change: scroll-position; } .choices__list--dropdown .choices__item { position: relative; padding: 10px; font-size: 14px; } [dir="rtl"] .choices__list--dropdown .choices__item { text-align: right; } @media (min-width: 640px) { .choices__list--dropdown .choices__item--selectable { padding-right: 100px; } .choices__list--dropdown .choices__item--selectable:after { content: attr(data-select-text); font-size: 12px; opacity: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } [dir="rtl"] .choices__list--dropdown .choices__item--selectable { text-align: right; padding-left: 100px; padding-right: 10px; } [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after { right: auto; left: 10px; } } .choices__list--dropdown .choices__item--selectable.is-highlighted { background-color: #f2f2f2; } .choices__list--dropdown .choices__item--selectable.is-highlighted:after { opacity: .5; } .choices__item { cursor: default; } .choices__item--selectable { cursor: pointer; } .choices__item--disabled { cursor: not-allowed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: .5; } .choices__heading { font-weight: 600; font-size: 12px; padding: 10px; border-bottom: 1px solid #f7f7f7; color: gray; } .choices__button { text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; } .choices__button:focus { outline: none; } .choices__input { display: inline-block; vertical-align: baseline; background-color: #f9f9f9; font-size: 14px; margin-bottom: 5px; border: 0; border-radius: 0; max-width: 100%; padding: 4px 0 4px 2px; } .choices__input:focus { outline: 0; } [dir="rtl"] .choices__input { padding-right: 2px; padding-left: 0; } .choices__placeholder { opacity: .5; } /*===== End of Choices ======*/ input, button { font-family: 'Poppins', sans-serif; } * { box-sizing: border-box; } @media only screen and (max-width: 991px) { .s130{ margin-top: -30px; /*margin-left: -190px;*/ } } .inner-form{ height: 40px; margin-top: 15px; } .s130 { min-height: 65vh; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; font-family: 'Poppins', sans-serif; background: url("../images/Searchs_130.png"); background-position: bottom right; background-repeat: no-repeat; background-size: 100%; padding: 15px; } .s130 form { width: 100%; max-width: 790px; padding-top: 24vh; height: 20px; } .s130 form .inner-form { display: -ms-flexbox; display: flex; width: 40vw; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); border-radius: 34px; overflow: hidden; margin-bottom: 30px; } .s130 form .inner-form .input-field { height: 68px; } .s130 form .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-size: 14px; color: #000; } .s130 form .inner-form .input-field input.placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input:-moz-placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input::-webkit-input-placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input:hover, .s130 form .inner-form .input-field input:focus { box-shadow: none; outline: 0; } .s130 form .inner-form .input-field.first-wrap { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; background: #d9f1e3; } .s130 form .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } .s130 form .inner-form .input-field.first-wrap .svg-wrapper { min-width: 80px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; } .s130 form .inner-form .input-field.first-wrap svg { width: 36px; height: 36px; fill: #222; } .s130 form .inner-form .input-field.second-wrap { min-width: 66px; } .s130 form .inner-form .input-field.second-wrap .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 11px; color: #fff; border: 0; cursor: pointer; position: relative; z-index: 0; /* background: #00ad5f; */ background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); transition: all .2s ease-out, color .2s ease-out; font-weight: 300; } .s130 form .inner-form .input-field.second-wrap .btn-search:hover { background: #009451; } .s130 form .inner-form .input-field.second-wrap .btn-search:focus { outline: 0; box-shadow: none; } .s130 form .info { font-size: 15px; color: #ccc; padding-left: 26px; } @media screen and (max-width: 992px) { .s130 form .inner-form .input-field { height: 50px; } } @media screen and (max-width: 767px) { .s130 form .inner-form .input-field.first-wrap .svg-wrapper { min-width: 40px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; padding: 0 10px; } .s130 form .inner-form .input-field.first-wrap svg { width: 26px; height: 26px; fill: #222; } .s130 form .inner-form .input-field.second-wrap { min-width: 100px; } .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 13px; } } @media only screen and (max-width: 799px){ .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 2px; } .s130 form .inner-form .input-field.second-wrap { display: none; } .s130 form { width: 100%; max-width: 790px; padding-top: 28vh; height: 20px; } .hero-slides-content #h4{ position: absolute; top: -30vh; margin-top: 30px; }.hero-slides-content #h2{ position: absolute; top: -20vh; } .hero-slides-content #readmore{ position: absolute; top: 10vh; } } @media only screen and (min-width: 800px){ .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 12px; display: initial; } } .teachers-thumbnail{ background-size: cover; background-position: center; height: 300px; } /*# sourceMappingURL=Searchs_130.css.map */ /*/search*/ /*register*/
web/css/style.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900"); /* :: 2.0 Import All CSS */ /*@import url(../css/bootstrap.min.css); @import url(../css/owl.carousel.min.css); @import url(../css/animate.css); @import url(../css/magnific-popup.css); @import url(../css/font-awesome.min.css); @import url(../css/custom-icon.css); @import url(../css/classy-nav.min.css);*/ /* :: 3.0 Base CSS */ * { margin: 0; padding: 0; } body { font-family: "Montserrat", sans-serif; font-size: 14px; } h1, h2, h3, h4, h5, h6 { color: #242424; line-height: 1.3; font-weight: 700; } p { color: #606060; font-size: 14px; line-height: 2; font-weight: 500; } a, a:hover, a:focus { -webkit-transition-duration: 500ms; transition-duration: 500ms; text-decoration: none; outline: 0 solid transparent; color: #141414; font-weight: 600; font-size: 14px; } ul, ol { margin: 0; } ul li, ol li { list-style: none; } img { height: auto; max-width: 100%; } /* Spacing */ .mt-15 { margin-top: 15px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-70 { margin-top: 70px !important; } .mt-100 { margin-top: 100px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-15 { margin-left: 15px !important; } .ml-30 { margin-left: 30px !important; } .ml-50 { margin-left: 50px !important; } .mr-15 { margin-right: 15px !important; } .mr-30 { margin-right: 30px !important; } .mr-50 { margin-right: 50px !important; } /* Height */ .height-400 { height: 400px !important; } .height-500 { height: 500px !important; } .height-600 { height: 600px !important; } .height-700 { height: 700px !important; } .height-800 { height: 800px !important; } /* Section Padding */ .section-padding-100 { padding-top: 100px; padding-bottom: 100px; } .section-padding-100-0 { padding-top: 100px; padding-bottom: 0; } .section-padding-0-100 { padding-top: 0; padding-bottom: 100px; } .section-padding-100-70 { padding-top: 100px; padding-bottom: 70px; } /* Section Heading */ .section-heading { position: relative; z-index: 1; max-width: 600px; margin-bottom: 80px !important; } .section-heading span { color: #606060; font-size: 12px; text-transform: uppercase; margin-bottom: 15px; display: block; letter-spacing: 2px; } .section-heading h3 { font-size: 34px; margin-bottom: 0; font-weight: 600; } @media only screen and (max-width: 767px) { .section-heading h3 { font-size: 24px; } } .section-heading.text-left { text-align: left !important; } .section-heading.white span, .section-heading.white h3 { color: #ffffff; } /* Preloader */ #preloader { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; z-index: 5000; } #preloader .circle-preloader { display: block; width: 60px; height: 60px; border: 2px solid rgba(255, 255, 255, 0.5); border-bottom-color: #ffffff; border-radius: 50%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; animation: spin 2s infinite linear; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* Miscellaneous */ .bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; } .bg-white { background-color: #ffffff !important; } .bg-dark { background-color: #000000 !important; } .bg-transparent { background-color: transparent !important; } .font-bold { font-weight: 700; } .font-light { font-weight: 300; } .bg-overlay { position: relative; z-index: 2; background-position: center center; background-size: cover; } .bg-overlay::after { background-color: rgba(0, 0, 0, 0.88); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #ffffff; right: 0; padding-right: 0; width: 30px; height: 30px; background-color: #61ba6d; line-height: 30px; text-align: center; position: absolute; top: 40px; right: -30px; } @media only screen and (max-width: 767px) { .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: 0; } } /* ScrollUp */ #scrollUp { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); border-radius: 0; bottom: 60px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); color: #ffffff; font-size: 24px; height: 40px; line-height: 40px; right: 60px; text-align: center; width: 40px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } #scrollUp:hover { background-color: #141414; } @media only screen and (max-width: 767px) { #scrollUp { bottom: 30px; right: 30px; } } /* Essence Button */ .academy-btn { display: inline-block; min-width: 160px; height: 65px; color: #ffffff; border: none; border-radius: 0; padding: 0 40px; font-size: 14px; line-height: 65px; -webkit-transition: all 500ms; transition: all 500ms; background: #61ba6d; background-image: -webkit-linear-gradient(left, #61ba6d 0%, #83c331 51%, #61ba6d 100%); background-image: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%); font-weight: 600; } .academy-btn.btn-sm { min-width: 110px; padding: 0 20px; height: 42px; line-height: 42px; } .academy-btn.active, .academy-btn:hover, .academy-btn:focus { font-size: 14px; font-weight: 600; color: #ffffff; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); } .academy-btn.btn-2 { background: #141414; } .academy-btn.btn-2:hover, .academy-btn.btn-2:focus { background: #69bc5f; } .academy-btn.btn-3 { background: #69bc5f; } .academy-btn.btn-3:hover, .academy-btn.btn-3:focus { background: #141414; } .academy-btn.btn-4 { background: #ffffff; border: 2px solid #69bc5f; color: #606060; } .academy-btn.btn-4:hover, .academy-btn.btn-4:focus { background: #69bc5f; color: #ffffff; } /* Header Area CSS */ .header-area { position: relative; z-index: 100; width: 100%; height: 125px; } .header-area .top-header { width: 100%; height: 95px; } .header-area .top-header .login-content a { display: inline-block; font-weight: 600; } .header-area .top-header .login-content a:hover { color: #69bc5f; } .header-area .academy-main-menu { position: absolute; width: 100%; height: 85px; background-color: transparent; top: 95px; z-index: 100; left: 0; right: 0; } .header-area .academy-main-menu .classy-nav-container { background-color: transparent; } .header-area .academy-main-menu .classy-navbar { background-color: #f5f7fa; height: 85px; padding: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area .academy-main-menu .classy-navbar { padding: 0; padding-left: 2em; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .classy-navbar { padding: 0; padding-left: 2em; } } .header-area .academy-main-menu .classy-navbar .classynav ul li a { font-weight: 700; text-transform: uppercase; } .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus { color: #69bc5f; } .header-area .academy-main-menu .classynav { padding-left: 2em; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .classynav { padding-left: 1em; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area .academy-main-menu .classynav { padding-left: 0; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .classynav { padding-left: 0; } } .header-area .academy-main-menu .calling-info { position: relative; padding-left: 80px; overflow: hidden; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info { padding-left: 50px; } } .header-area .academy-main-menu .calling-info .call-center { position: relative; z-index: 1; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 0 40px; line-height: 85px; height: 85px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center { padding: 0 15px 0 30px; } } .header-area .academy-main-menu .calling-info .call-center a { color: #ffffff; font-size: 14px; font-weight: 700; display: block; } .header-area .academy-main-menu .calling-info .call-center a i { width: 45px; height: 45px; border: 2px solid #ffffff; border-radius: 50%; display: inline-block; line-height: 41px; font-size: 18px; text-align: center; margin-right: 20px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center a i { margin-right: 10px; } } @media only screen and (max-width: 767px) { .header-area .academy-main-menu .calling-info .call-center a span { display: none; } } .header-area .academy-main-menu .calling-info .call-center:before { position: absolute; width: 50px; height: 120%; top: 3px; left: -28px; z-index: 1; background-color: #61ba6d; content: ''; -webkit-transform: rotate(30deg); transform: rotate(30deg); } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-area .academy-main-menu .calling-info .call-center:before { width: 42px; } } .header-area .is-sticky .academy-main-menu { position: fixed; width: 100%; height: 85px; top: 0; left: 0; z-index: 3000; background-color: #f5f7fa; box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); } .header-area .is-sticky .academy-main-menu::after { position: absolute; width: 25%; height: 100%; top: 0; right: 0; z-index: 1; background-color: #83c331; content: ''; } .hero-slides { position: relative; z-index: 1; } .hero-slides .single-hero-slide { width: 100%; height: 850px; position: relative; z-index: 1; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-slides .single-hero-slide { height: 650px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero-slides .single-hero-slide { height: 550px; } } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide { height: 600px; } } .hero-slides .single-hero-slide h4 { color: #ffffff; margin-bottom: 10px; } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide h4 { font-size: 18px; } } .hero-slides .single-hero-slide h2 { font-size: 60px; color: #ffffff; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .hero-slides .single-hero-slide h2 { font-size: 48px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero-slides .single-hero-slide h2 { font-size: 36px; } } @media only screen and (max-width: 767px) { .hero-slides .single-hero-slide h2 { font-size: 30px; } } .hero-slides .owl-prev, .hero-slides .owl-next { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 56px; height: 56px; line-height: 56px; color: #ffffff; top: 50%; margin-top: -28px; left: 5%; position: absolute; z-index: 10; text-align: center; font-size: 22px; font-weight: 700; opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .hero-slides .owl-prev, .hero-slides .owl-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; } } .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus, .hero-slides .owl-next:hover, .hero-slides .owl-next:focus { background: #141414; color: #ffffff; } .hero-slides .owl-next { left: auto; right: 5%; } .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next { opacity: 1; visibility: visible; } /* Top Features Area CSS */ .top-features-area { position: relative; z-index: 50; margin-bottom: -60px; } @media only screen and (max-width: 767px) { .top-features-area { margin-bottom: -115px; } } .top-features-area .features-content { position: relative; z-index: 50; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 40px 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .top-features-area .features-content .single-top-features { border-right: 2px solid #ffffff; } @media only screen and (max-width: 767px) { .top-features-area .features-content .single-top-features { border-right: none; border-bottom: 2px solid #ffffff; padding-bottom: 15px; margin-bottom: 15px; } } .top-features-area .features-content .single-top-features i { font-size: 40px; margin-right: 15px; color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .top-features-area .features-content .single-top-features i { font-size: 28px; margin-right: 10px; } } @media only screen and (max-width: 767px) { .top-features-area .features-content .single-top-features i { font-size: 28px; margin-right: 10px; } } .top-features-area .features-content .single-top-features h5 { font-size: 18px; margin-bottom: 0; font-weight: 600; color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .top-features-area .features-content .single-top-features h5 { font-size: 16px; } } .top-features-area .features-content .col-12:last-child .single-top-features { border-right: none; } @media only screen and (max-width: 767px) { .top-features-area .features-content .col-12:last-child .single-top-features { border: none; padding-bottom: 0; margin-bottom: 0; } } /* Course Area CSS */ .single-course-area .course-icon { -webkit-box-flex: 0; -ms-flex: 0 0 91px; flex: 0 0 91px; min-width: 91px; width: 91px; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); background-size: cover; background-position: center; width: 91px; height: 91px; line-height: 95px; font-size: 40px; color: #ffffff; text-align: center; border-radius: 50%; margin-right: 30px; } .single-course-area .course-content h4 { margin-bottom: 15px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-course-area .course-content h4 { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-course-area .course-content h4 { font-size: 16px; } } @media only screen and (max-width: 767px) { .single-course-area .course-content h4 { font-size: 18px; } } .single-course-area .course-content p { margin-bottom: 0; } .single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 { color: #69bc5f; } /* Testimonials Area CSS */ .single-testimonial-area { position: relative; z-index: 1; } .single-testimonial-area .testimonial-thumb { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-box-flex: 0; -ms-flex: 0 0 55px; flex: 0 0 55px; max-width: 55px; width: 55px; height: 55px; border: 2px solid transparent; margin-right: 40px; margin-top: 15px; border-radius: 50%; } .single-testimonial-area .testimonial-thumb img { border-radius: 50%; } .single-testimonial-area .testimonial-content h5 { -webkit-transition-duration: 500ms; transition-duration: 500ms; color: #ffffff; font-weight: 500; margin-bottom: 30px; } .single-testimonial-area .testimonial-content p { color: #ffffff; } .single-testimonial-area .testimonial-content h6 { color: #ffffff; margin-bottom: 0; font-weight: 500; font-size: 15px; } .single-testimonial-area .testimonial-content h6 span { color: #69bc5f; } .single-testimonial-area:hover .testimonial-thumb { border-color: #69bc5f; } .single-testimonial-area:hover .testimonial-content h5 { color: #69bc5f; } /* Top Popular Course Area CSS */ .single-top-popular-course { position: relative; z-index: 1; margin-bottom: 30px; background-color: #eef3f6; } .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 54%; flex: 0 0 54%; max-width: 54%; width: 54%; padding: 30px; } @media only screen and (max-width: 767px) { .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-top-popular-course .popular-course-content h5 { font-size: 18px; font-weight: 500; margin-bottom: 8px; } .single-top-popular-course .popular-course-content span { font-size: 12px; color: #61ba6d; margin-bottom: 10px; display: block; } .single-top-popular-course .popular-course-content .course-ratings { font-size: 10px; color: #fbb710; margin-bottom: 30px; } .single-top-popular-course .popular-course-content .course-ratings .fa-star-o { color: #e0e3e4; } .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 46%; flex: 0 0 46%; max-width: 46%; width: 46%; height: 350px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-top-popular-course .popular-course-thumb { height: 420px; } } @media only screen and (max-width: 767px) { .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .single-top-popular-course .popular-course-thumb { height: 250px; } } .popular-course-details-area .single-top-popular-course { margin-bottom: 0; } .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 570px; flex: 0 0 570px; max-width: 570px; width: 570px; padding: 30px; margin-left: auto; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 465px; flex: 0 0 465px; max-width: 465px; width: 465px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 370px; flex: 0 0 370px; max-width: 370px; width: 370px; } } @media only screen and (max-width: 767px) { .popular-course-details-area .single-top-popular-course .popular-course-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .popular-course-details-area .single-top-popular-course .popular-course-content h5 { font-size: 36px; font-weight: 500; margin-bottom: 8px; margin-left: -2px; } .popular-course-details-area .single-top-popular-course .popular-course-content span { font-size: 14px; color: #61ba6d; margin-bottom: 10px; display: block; } .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings { font-size: 10px; color: #fbb710; margin-bottom: 30px; } .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o { color: #e0e3e4; } .popular-course-details-area .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50%; height: 620px; } @media only screen and (max-width: 767px) { .popular-course-details-area .single-top-popular-course .popular-course-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; height: 400px; } } /* Partner Area CSS */ .partners-logo { position: relative; z-index: 1; } .partners-logo a { display: inline-block; max-width: 130px; } @media only screen and (max-width: 767px) { .partners-logo a { max-width: 40px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .partners-logo a { max-width: 60px; } } /* Call to Action Area CSS */ .call-to-action-area { position: relative; z-index: 1; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 70px 0; } .call-to-action-area .cta-content h3 { font-size: 30px; color: #ffffff; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .call-to-action-area .cta-content h3 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .call-to-action-area .cta-content h3 { font-size: 20px; } } @media only screen and (max-width: 767px) { .call-to-action-area .cta-content h3 { font-size: 24px; margin-bottom: 30px; } } .call-to-action-area .cta-content .academy-btn { min-width: 110px; padding: 0 20px; height: 42px; line-height: 38px; border: 2px solid #ffffff; } /* Footer Area CSS */ .main-footer-area { background-color: #232323; } .main-footer-area .footer-widget .widget-title { margin-bottom: 45px; } .main-footer-area .footer-widget .widget-title h6 { font-size: 14px; font-weight: 500; margin-bottom: 0; color: #ffffff; margin-top: 10px; text-transform: uppercase; } .main-footer-area .footer-widget .footer-social-info a { display: inline-block; color: #606060; margin-right: 15px; } .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus { color: #ffffff; } .main-footer-area .footer-widget .useful-links li a { display: block; color: #606060; margin-bottom: 15px; font-size: 14px; font-weight: 500; } .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus { color: #69bc5f; } .main-footer-area .footer-widget .gallery-list a { position: relative; z-index: 1; /* @flex (0 0 30%); */ max-width: 30%; margin-bottom: 15px; cursor: zoom-in; } .main-footer-area .footer-widget .gallery-list a::after { position: absolute; width: 100%; height: 100%; top: 0; left: 0; content: ''; background-color: rgba(97, 186, 109, 0.8); opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .main-footer-area .footer-widget .gallery-list a:hover::after { opacity: 1; visibility: visible; } .main-footer-area .footer-widget .single-contact i { color: #69bc5f; font-size: 20px; margin-right: 15px; padding-top: 7px; } .main-footer-area .footer-widget .single-contact p { margin-bottom: 0; } .bottom-footer-area { background-color: #141414; padding: 30px 0; text-align: center; } .bottom-footer-area p { font-size: 12px; margin-bottom: 0; } .bottom-footer-area p a { color: #606060; font-size: 12px; } /* Breadcumb Area CSS */ .breadcumb-area { position: relative; z-index: 10; width: 100%; height: 200px; } .breadcumb-area .bradcumbContent { width: 500px; height: 110px; background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); position: absolute; bottom: -60px; -webkit-transform: translateX(-50%); transform: translateX(-50%); left: 50%; z-index: 30; } @media only screen and (max-width: 767px) { .breadcumb-area .bradcumbContent { width: 280px; } } .breadcumb-area .bradcumbContent h2 { text-align: center; line-height: 110px; font-size: 36px; color: #ffffff; } @media only screen and (max-width: 767px) { .breadcumb-area .bradcumbContent h2 { font-size: 24px; } } /* About Us Content Area CSS */ .about-slides { position: relative; z-index: 1; } .about-slides .owl-prev, .about-slides .owl-next { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); width: 56px; height: 56px; line-height: 56px; color: #ffffff; top: 50%; margin-top: -28px; left: 5%; position: absolute; z-index: 10; text-align: center; font-size: 22px; font-weight: 700; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .about-slides .owl-prev, .about-slides .owl-next { width: 36px; height: 36px; line-height: 36px; margin-top: -18px; } } .about-slides .owl-next { left: auto; right: 5%; } /* Teachers Area CSS */ .single-teachers-area { position: relative; z-index: 1; } .single-teachers-area .teachers-info h5 { font-weight: 400; margin-bottom: 3px; } .single-teachers-area .teachers-info span { color: #69bc5f; font-size: 14px; } /* Blog Area CSS */ @media only screen and (max-width: 767px) { .academy-blog-sidebar { margin-top: 100px; } } .single-blog-post { background-color: #eef3f6; padding: 30px; } .single-blog-post .post-title { font-size: 24px; display: block; font-weight: 500; margin-bottom: 5px; } .single-blog-post .post-title:hover, .single-blog-post .post-title:focus { color: #69bc5f; } .single-blog-post .post-meta { margin-bottom: 30px; } .single-blog-post .post-meta p { font-size: 12px; color: #69bc5f; margin-bottom: 0; } .single-blog-post .post-meta p a { font-size: 12px; color: #69bc5f; font-weight: 500; } .academy-pagination-area .pagination .page-item .page-link { width: 36px; height: 36px; background-color: #eef3f6; display: block; padding: 0; border: none; margin-right: 10px; color: #242424; font-size: 12px; font-weight: 600; text-align: center; line-height: 36px; } .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus { background-color: #61ba6d; color: #ffffff; } .academy-pagination-area .pagination .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .academy-pagination-area .pagination .page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; } .academy-pagination-area .pagination .page-item.active .page-link { background-color: #61ba6d; color: #ffffff; } .blog-post-search-widget form { position: relative; z-index: 1; } .blog-post-search-widget form input { width: 100%; height: 48px; border: none; background-color: #eef3f6; padding: 0 30px; font-size: 12px; font-style: italic; } .blog-post-search-widget form button { position: absolute; top: 0; right: 0; width: 55px; height: 48px; background-color: #69bc5f; border: none; z-index: 10; cursor: pointer; color: #ffffff; } .blog-post-categories { background-color: #eef3f6; padding: 30px; } .blog-post-categories h5 { font-size: 18px; margin-bottom: 30px; } .blog-post-categories ul { padding-left: 30px; } .blog-post-categories ul li a { font-size: 16px; font-weight: 500; margin-bottom: 10px; display: block; } .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus { color: #69bc5f; } .latest-blog-posts { background-color: #eef3f6; padding: 30px; } .latest-blog-posts h5 { font-size: 18px; margin-bottom: 30px; } .latest-blog-posts .latest-blog-post-thumb { /* flex (0 0 66px); */ max-width: 66px; width: 66px; margin-right: 15px; } .latest-blog-posts .latest-blog-post-content .post-title h6 { -webkit-transition-duration: 500ms; transition-duration: 500ms; font-weight: 500; margin-bottom: 3px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .latest-blog-posts .latest-blog-post-content .post-title h6 { font-size: 14px; } } .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus { color: #69bc5f; } .latest-blog-posts .latest-blog-post-content .post-date { font-size: 12px; color: #69bc5f; } .map-area { position: relative; z-index: 2; } .map-area #googleMap { width: 100%; height: 650px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .map-area #googleMap { height: 500px; } } /* Contact Area CSS */ .contact-content { background-color: #eef3f6; padding: 100px 50px; position: relative; z-index: 15; top: -200px; margin-bottom: -100px; } @media only screen and (max-width: 767px) { .contact-content { padding: 50px 30px; } } .contact-content .section-heading { margin-bottom: 30px !important; } .contact-content .contact-social-info a { color: #69bc5f; display: inline-block; margin-right: 30px; } .contact-content .contact-icon i { padding-top: 5px; display: inline-block; color: #69bc5f; } .contact-content .contact-form-area { padding: 40px 20px; background-color: #ffffff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-content .contact-form-area { margin-top: 100px; } } @media only screen and (max-width: 767px) { .contact-content .contact-form-area { margin-top: 50px; } } .contact-content .contact-form-area .form-control { height: 55px; width: 100%; background-color: #eef3f6; font-size: 12px; font-style: italic; margin-bottom: 15px; border: none; border-radius: 0; padding: 15px 25px; } .contact-content .contact-form-area textarea.form-control { height: 200px; } .elements-title h2 { font-weight: 500; } .elements-title span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; display: block; color: #8e8e8e; margin-bottom: 15px; } .single-pie-bar h6 { font-weight: 500; } .single-cool-fact { position: relative; z-index: 1; } .single-cool-fact i { font-size: 45px; margin-bottom: 30px; display: block; color: #69bc5f; } .single-cool-fact h3 { font-size: 48px; font-weight: 400; margin-bottom: 5px; } .single-cool-fact p { font-size: 16px; margin-bottom: 0; } /* Accordians */ .single-accordion.panel { background-color: #ffffff; border: 0 solid transparent; border-radius: 4px; box-shadow: 0 0 0 transparent; margin-bottom: 15px; } .single-accordion:last-of-type { margin-bottom: 0; } .single-accordion h6 { margin-bottom: 0; text-transform: uppercase; } .single-accordion h6 a { background-color: #f5f7fa; border-radius: 0; color: #141414; display: block; margin: 0; padding: 20px 60px 20px 20px; position: relative; font-size: 14px; text-transform: capitalize; font-weight: 500; } .single-accordion h6 a span { font-size: 10px; position: absolute; right: 20px; text-align: center; top: 23px; } .single-accordion h6 a span.accor-open { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .single-accordion h6 a.collapsed { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); color: #ffffff; } .single-accordion h6 a.collapsed span.accor-close { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .single-accordion h6 a.collapsed span.accor-open { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); } .single-accordion .accordion-content { border-top: 0 solid transparent; box-shadow: none; } .single-accordion .accordion-content p { padding: 20px 15px 5px; margin-bottom: 0; } /* Tabs CSS*/ .academy-tabs-content { position: relative; z-index: 1; } .academy-tabs-content .nav-tabs { border-bottom: none; margin-bottom: 50px; } .academy-tabs-content .nav-tabs .nav-link { background: #61ba6d; background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; margin: 0 2px; border-radius: 0; border: none; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .academy-tabs-content .nav-tabs .nav-link { padding: 0 10px; } } @media only screen and (max-width: 767px) { .academy-tabs-content .nav-tabs .nav-link { padding: 0 10px; } } .academy-tabs-content .nav-tabs .nav-link.active { background: #f5f7fa; color: #141414; } .academy-tabs-content .tab-content h6 { font-size: 18px; } /*# sourceMappingURL=style.css.map */ /*search*/ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 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 ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 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 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * 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 style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * 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 ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 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; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * 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 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ 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 and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [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 IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } html { height: 100%; } fieldset { margin: 0; padding: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-padding-after: 0; border: 0; } legend { margin: 0; padding: 0; display: block; -webkit-padding-start: 0; -webkit-padding-end: 0; } /*=============================== = Choices = ===============================*/ .choices { position: relative; margin-bottom: 24px; font-size: 16px; } .choices:focus { outline: none; } .choices:last-child { margin-bottom: 0; } .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input { background-color: #EAEAEA; cursor: not-allowed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .choices.is-disabled .choices__item { cursor: not-allowed; } .choices[data-type*="select-one"] { cursor: pointer; } .choices[data-type*="select-one"] .choices__inner { padding-bottom: 7.5px; } .choices[data-type*="select-one"] .choices__input { display: block; width: 100%; padding: 10px; border-bottom: 1px solid #DDDDDD; background-color: #FFFFFF; margin: 0; } .choices[data-type*="select-one"] .choices__button { background-image: url("../../icons/cross-inverse.svg"); padding: 0; background-size: 8px; height: 100%; position: absolute; top: 50%; right: 0; margin-top: -10px; margin-right: 25px; height: 20px; width: 20px; border-radius: 10em; opacity: .5; } .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus { opacity: 1; } .choices[data-type*="select-one"] .choices__button:focus { box-shadow: 0px 0px 0px 2px #00BCD4; } .choices[data-type*="select-one"]:after { content: ""; height: 0; width: 0; border-style: solid; border-color: #333333 transparent transparent transparent; border-width: 5px; position: absolute; right: 11.5px; top: 50%; margin-top: -2.5px; pointer-events: none; } .choices[data-type*="select-one"].is-open:after { border-color: transparent transparent #333333 transparent; margin-top: -7.5px; } .choices[data-type*="select-one"][dir="rtl"]:after { left: 11.5px; right: auto; } .choices[data-type*="select-one"][dir="rtl"] .choices__button { right: auto; left: 0; margin-left: 25px; margin-right: 0; } .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner { cursor: text; } .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button { position: relative; display: inline-block; margin-top: 0; margin-right: -4px; margin-bottom: 0; margin-left: 8px; padding-left: 16px; border-left: 1px solid #008fa1; background-image: url("../../icons/cross.svg"); background-size: 8px; width: 8px; line-height: 1; opacity: .75; } .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus { opacity: 1; } .choices__inner { display: inline-block; vertical-align: top; width: 100%; background-color: #f9f9f9; padding: 7.5px 7.5px 3.75px; border: 1px solid #DDDDDD; border-radius: 2.5px; font-size: 14px; min-height: 44px; overflow: hidden; } .is-focused .choices__inner, .is-open .choices__inner { border-color: #b7b7b7; } .is-open .choices__inner { border-radius: 2.5px 2.5px 0 0; } .is-flipped.is-open .choices__inner { border-radius: 0 0 2.5px 2.5px; } .choices__list { margin: 0; padding-left: 0; list-style: none; } .choices__list--single { display: inline-block; padding: 4px 16px 4px 4px; width: 100%; } [dir="rtl"] .choices__list--single { padding-right: 4px; padding-left: 16px; } .choices__list--single .choices__item { width: 100%; } .choices__list--multiple { display: inline; } .choices__list--multiple .choices__item { display: inline-block; vertical-align: middle; border-radius: 20px; padding: 4px 10px; font-size: 12px; font-weight: 500; margin-right: 3.75px; margin-bottom: 3.75px; background-color: #00BCD4; border: 1px solid #00a5bb; color: #FFFFFF; word-break: break-all; } .choices__list--multiple .choices__item[data-deletable] { padding-right: 5px; } [dir="rtl"] .choices__list--multiple .choices__item { margin-right: 0; margin-left: 3.75px; } .choices__list--multiple .choices__item.is-highlighted { background-color: #00a5bb; border: 1px solid #008fa1; } .is-disabled .choices__list--multiple .choices__item { background-color: #aaaaaa; border: 1px solid #919191; } .choices__list--dropdown { display: none; z-index: 1; position: absolute; width: 100%; background-color: #FFFFFF; border: 1px solid #DDDDDD; top: 100%; margin-top: -1px; border-bottom-left-radius: 2.5px; border-bottom-right-radius: 2.5px; overflow: hidden; word-break: break-all; } .choices__list--dropdown.is-active { display: block; } .is-open .choices__list--dropdown { border-color: #b7b7b7; } .is-flipped .choices__list--dropdown { top: auto; bottom: 100%; margin-top: 0; margin-bottom: -1px; border-radius: .25rem .25rem 0 0; } .choices__list--dropdown .choices__list { position: relative; max-height: 300px; overflow: auto; -webkit-overflow-scrolling: touch; will-change: scroll-position; } .choices__list--dropdown .choices__item { position: relative; padding: 10px; font-size: 14px; } [dir="rtl"] .choices__list--dropdown .choices__item { text-align: right; } @media (min-width: 640px) { .choices__list--dropdown .choices__item--selectable { padding-right: 100px; } .choices__list--dropdown .choices__item--selectable:after { content: attr(data-select-text); font-size: 12px; opacity: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } [dir="rtl"] .choices__list--dropdown .choices__item--selectable { text-align: right; padding-left: 100px; padding-right: 10px; } [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after { right: auto; left: 10px; } } .choices__list--dropdown .choices__item--selectable.is-highlighted { background-color: #f2f2f2; } .choices__list--dropdown .choices__item--selectable.is-highlighted:after { opacity: .5; } .choices__item { cursor: default; } .choices__item--selectable { cursor: pointer; } .choices__item--disabled { cursor: not-allowed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: .5; } .choices__heading { font-weight: 600; font-size: 12px; padding: 10px; border-bottom: 1px solid #f7f7f7; color: gray; } .choices__button { text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; } .choices__button:focus { outline: none; } .choices__input { display: inline-block; vertical-align: baseline; background-color: #f9f9f9; font-size: 14px; margin-bottom: 5px; border: 0; border-radius: 0; max-width: 100%; padding: 4px 0 4px 2px; } .choices__input:focus { outline: 0; } [dir="rtl"] .choices__input { padding-right: 2px; padding-left: 0; } .choices__placeholder { opacity: .5; } /*===== End of Choices ======*/ input, button { font-family: 'Poppins', sans-serif; } * { box-sizing: border-box; } @media only screen and (max-width: 991px) { .s130{ margin-top: -30px; /*margin-left: -190px;*/ } } .inner-form{ height: 40px; margin-top: 15px; } .s130 { min-height: 65vh; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; font-family: 'Poppins', sans-serif; background: url("../images/Searchs_130.png"); background-position: bottom right; background-repeat: no-repeat; background-size: 100%; padding: 15px; } .s130 form { width: 100%; max-width: 790px; padding-top: 24vh; height: 20px; } .s130 form .inner-form { display: -ms-flexbox; display: flex; width: 40vw; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); border-radius: 34px; overflow: hidden; margin-bottom: 30px; } .s130 form .inner-form .input-field { height: 68px; } .s130 form .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-size: 14px; color: #000; } .s130 form .inner-form .input-field input.placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input:-moz-placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input::-webkit-input-placeholder { color: #222; font-size: 16px; } .s130 form .inner-form .input-field input:hover, .s130 form .inner-form .input-field input:focus { box-shadow: none; outline: 0; } .s130 form .inner-form .input-field.first-wrap { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; background: #d9f1e3; } .s130 form .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } .s130 form .inner-form .input-field.first-wrap .svg-wrapper { min-width: 80px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; } .s130 form .inner-form .input-field.first-wrap svg { width: 36px; height: 36px; fill: #222; } .s130 form .inner-form .input-field.second-wrap { min-width: 66px; } .s130 form .inner-form .input-field.second-wrap .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 11px; color: #fff; border: 0; cursor: pointer; position: relative; z-index: 0; /* background: #00ad5f; */ background: -webkit-linear-gradient(to right, #61ba6d, #83c331); background: linear-gradient(to right, #61ba6d, #83c331); transition: all .2s ease-out, color .2s ease-out; font-weight: 300; } .s130 form .inner-form .input-field.second-wrap .btn-search:hover { background: #009451; } .s130 form .inner-form .input-field.second-wrap .btn-search:focus { outline: 0; box-shadow: none; } .s130 form .info { font-size: 15px; color: #ccc; padding-left: 26px; } @media screen and (max-width: 992px) { .s130 form .inner-form .input-field { height: 50px; } } @media screen and (max-width: 767px) { .s130 form .inner-form .input-field.first-wrap .svg-wrapper { min-width: 40px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; padding: 0 10px; } .s130 form .inner-form .input-field.first-wrap svg { width: 26px; height: 26px; fill: #222; } .s130 form .inner-form .input-field.second-wrap { min-width: 100px; } .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 13px; } } @media only screen and (max-width: 799px){ .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 2px; } .s130 form .inner-form .input-field.second-wrap { display: none; } .s130 form { width: 100%; max-width: 790px; padding-top: 28vh; height: 20px; } .hero-slides-content #h4{ position: absolute; top: -30vh; margin-top: 30px; }.hero-slides-content #h2{ position: absolute; top: -20vh; } .hero-slides-content #readmore{ position: absolute; top: 10vh; } } @media only screen and (min-width: 800px){ .s130 form .inner-form .input-field.second-wrap .btn-search { font-size: 12px; display: initial; } } .teachers-thumbnail{ background-size: cover; background-position: center; height: 300px; } /*# sourceMappingURL=Searchs_130.css.map */ /*/search*/ /*register*/
0.26218
0.04679
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@400;600&display=swap'); *, *:before, *:after { box-sizing: border-box; } html, body { height: 100%; } body { background: #f5f5f5; display: flex; flex-direction: column; font-family: 'Roboto', sans-serif; justify-content: space-between; margin: 0; padding: 0; padding-bottom: 20px; } header { background: hsla(0, 0%, 86%, 0.5); border-bottom: 2px solid #0077aa50; box-shadow: 0px 5px 15px -9px rgba(0, 119, 170, 0.5); padding: 20px 0; } header h1 { color: #0077aa; font-family: 'Roboto Slab', serif; margin-top: 0; text-align: center; } .container { margin: 0 auto; max-width: 500px; padding: 0 20px; } .input-control { border: 2px solid #0077aa50; border-radius: 50px; position: relative; } input, button { border-radius: 50px; border: none; outline: none; } input { padding: 10px 20px; padding-right: 80px; width: 100%; } button { background: #0077aa50; border-top-left-radius: 0; border-bottom-left-radius: 0; color: #0077aa; cursor: pointer; height: 100%; padding: 0 20px; position: absolute; right: 0; } button:hover { background: #0077aa60; } main { width: 100%; } #no-items-message, #get-busy-message { align-items: center; display: flex; justify-content: center; margin-top: 30px; } #no-items-message span, #get-busy-message span { color: goldenrod; font-size: 1.5em; margin-left: 7px; line-height: 0.85; } .todo-list { list-style-type: none; margin-top: 30px; padding: 0; } .todo-list-item { align-items: center; border-bottom: 2px solid #0077aa50; display: flex; justify-content: space-between; padding-bottom: 10px; margin-top: 10px; transition: all 0.2s; } .todo-list-item:first-of-type { margin-top: 0; } .todo-list-item-icon { color: #0077aa; line-height: 0; font-size: 1.5em; opacity: 0.4; } .todo-list-item-icon:last-child { margin-left: 20px; } .todo-list-item-icon:hover { cursor: pointer; opacity: 0.8; transition: opacity 0.2s; } .tab-group { display: flex; font-size: 1.25em; justify-content: space-evenly; list-style-type: none; margin-top: 30px; margin-bottom: 0; padding: 0; } .tab-control { color: #0077aa50; cursor: pointer; } .tab-control:hover { color: #0077aa; } .tab-control.active { color: #0077aa; border-bottom: 2px solid #0077aa80; padding-bottom: 10px; } .tab-control a { color: inherit; text-decoration: none; } #tab-content div { display: none; opacity: 0; } #tab-content div.active { display: block; opacity: 1; } footer { opacity: 0.3; } footer img { width: 100%; } .flex-grow-helper { flex-grow: 1; }
src/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@400;600&display=swap'); *, *:before, *:after { box-sizing: border-box; } html, body { height: 100%; } body { background: #f5f5f5; display: flex; flex-direction: column; font-family: 'Roboto', sans-serif; justify-content: space-between; margin: 0; padding: 0; padding-bottom: 20px; } header { background: hsla(0, 0%, 86%, 0.5); border-bottom: 2px solid #0077aa50; box-shadow: 0px 5px 15px -9px rgba(0, 119, 170, 0.5); padding: 20px 0; } header h1 { color: #0077aa; font-family: 'Roboto Slab', serif; margin-top: 0; text-align: center; } .container { margin: 0 auto; max-width: 500px; padding: 0 20px; } .input-control { border: 2px solid #0077aa50; border-radius: 50px; position: relative; } input, button { border-radius: 50px; border: none; outline: none; } input { padding: 10px 20px; padding-right: 80px; width: 100%; } button { background: #0077aa50; border-top-left-radius: 0; border-bottom-left-radius: 0; color: #0077aa; cursor: pointer; height: 100%; padding: 0 20px; position: absolute; right: 0; } button:hover { background: #0077aa60; } main { width: 100%; } #no-items-message, #get-busy-message { align-items: center; display: flex; justify-content: center; margin-top: 30px; } #no-items-message span, #get-busy-message span { color: goldenrod; font-size: 1.5em; margin-left: 7px; line-height: 0.85; } .todo-list { list-style-type: none; margin-top: 30px; padding: 0; } .todo-list-item { align-items: center; border-bottom: 2px solid #0077aa50; display: flex; justify-content: space-between; padding-bottom: 10px; margin-top: 10px; transition: all 0.2s; } .todo-list-item:first-of-type { margin-top: 0; } .todo-list-item-icon { color: #0077aa; line-height: 0; font-size: 1.5em; opacity: 0.4; } .todo-list-item-icon:last-child { margin-left: 20px; } .todo-list-item-icon:hover { cursor: pointer; opacity: 0.8; transition: opacity 0.2s; } .tab-group { display: flex; font-size: 1.25em; justify-content: space-evenly; list-style-type: none; margin-top: 30px; margin-bottom: 0; padding: 0; } .tab-control { color: #0077aa50; cursor: pointer; } .tab-control:hover { color: #0077aa; } .tab-control.active { color: #0077aa; border-bottom: 2px solid #0077aa80; padding-bottom: 10px; } .tab-control a { color: inherit; text-decoration: none; } #tab-content div { display: none; opacity: 0; } #tab-content div.active { display: block; opacity: 1; } footer { opacity: 0.3; } footer img { width: 100%; } .flex-grow-helper { flex-grow: 1; }
0.342242
0.10235
@-moz-document domain("inoreader.com") { :root { --width: 80vw; } #article_dialog_wrapper { width: var(--width) !important; /*left: calc(50vw - 0.5 * var(--width));*/ } #article_dialog, .article_content, .user_comments_commenter, .comments_wrap { max-width: var(--width) !important; } .inno_dialog_content_scrollable.inno_dialog_content { height: 90vh !important; } /*hide bottom ad*/ #article_below_dialog_wrapper { top: 100vh !important; max-height: 0px !important; } /*adjust content area*/ /*.comments_title, .comments_body, .comments_wrap { width: calc(0.938*var(--width)) }*/ /*position of footer and tag*/ /*.article_footer { position: absolute !important; top: 0vh !important; right: 0px !important; padding-bottom: 10px !important; } .article_tags { position: absolute !important; top: 0vh !important; }*/ /*hide ads rather than block them*/ /*right side*/ #sinner_container { z-index: 0 } /*read area right align*/ @media screen and (min-width: 1367px) { #reader_pane { /*right: -200px !important;*/ padding-right: 0px !important; } } /*top*/ .sinner.ad_size_leaderboard.leaderboard_ad.block_article_ad, .ad_title.ad_title_centered { position: absolute; top: -200px; } /*bottom*/ .sinner.ad_size_large_rectangle.leaderboard_ad.leaderboard_ad.block_article_ad_bottom.block_article_ad_bottom.block_article_ad { position: relative !important; bottom: -800px !important; } /*142px = /*75px+12px+75px*/ /*articel footer top*/ .article_footer, .footerized.article_footer_placeholder_top { margin-right: 0px !important; max-width: calc(var(--width) - 142px) !important; width: calc(var(--width) - 142px) !important; } /*title in card view*/ .article_title.article_title_expanded_view.abs_date { width: calc(var(--width) - 142px) !important; } /*pic from ifanr*/ p:nth-child(n) > img { max-width: 100%; max-height: 100%; } } @-moz-document regexp("https://www\\.inoreader\\.com/starred") { /*right side*/ #reader_pane { right: 0px !important; } }
inoreader.css
@-moz-document domain("inoreader.com") { :root { --width: 80vw; } #article_dialog_wrapper { width: var(--width) !important; /*left: calc(50vw - 0.5 * var(--width));*/ } #article_dialog, .article_content, .user_comments_commenter, .comments_wrap { max-width: var(--width) !important; } .inno_dialog_content_scrollable.inno_dialog_content { height: 90vh !important; } /*hide bottom ad*/ #article_below_dialog_wrapper { top: 100vh !important; max-height: 0px !important; } /*adjust content area*/ /*.comments_title, .comments_body, .comments_wrap { width: calc(0.938*var(--width)) }*/ /*position of footer and tag*/ /*.article_footer { position: absolute !important; top: 0vh !important; right: 0px !important; padding-bottom: 10px !important; } .article_tags { position: absolute !important; top: 0vh !important; }*/ /*hide ads rather than block them*/ /*right side*/ #sinner_container { z-index: 0 } /*read area right align*/ @media screen and (min-width: 1367px) { #reader_pane { /*right: -200px !important;*/ padding-right: 0px !important; } } /*top*/ .sinner.ad_size_leaderboard.leaderboard_ad.block_article_ad, .ad_title.ad_title_centered { position: absolute; top: -200px; } /*bottom*/ .sinner.ad_size_large_rectangle.leaderboard_ad.leaderboard_ad.block_article_ad_bottom.block_article_ad_bottom.block_article_ad { position: relative !important; bottom: -800px !important; } /*142px = /*75px+12px+75px*/ /*articel footer top*/ .article_footer, .footerized.article_footer_placeholder_top { margin-right: 0px !important; max-width: calc(var(--width) - 142px) !important; width: calc(var(--width) - 142px) !important; } /*title in card view*/ .article_title.article_title_expanded_view.abs_date { width: calc(var(--width) - 142px) !important; } /*pic from ifanr*/ p:nth-child(n) > img { max-width: 100%; max-height: 100%; } } @-moz-document regexp("https://www\\.inoreader\\.com/starred") { /*right side*/ #reader_pane { right: 0px !important; } }
0.246987
0.045163
@charset "UTF-8"; :root { --transitiontime: 700ms; --transitiondelay: 250ms; } *, *:before, *:after { box-sizing: border-box; } html, body, .panels { width: 100%; height: 100%; margin: 0; padding: 0; } body { font-family: 'Permanent Marker', cursive; } /* MAIN STYLES */ .panels { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; overflow: hidden; } .panel { flex: 1; display: flex; flex-direction: column; font-size: 2em; padding: 2em; color: white; text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7); background-size: cover; transition: all var(--transitiontime) cubic-bezier(0.61,-0.19, 0.7,-0.11); } .panel p { margin: 0; flex: 1 0 auto; display: flex; justify-content: center; align-items: center; } .panel p:first-child, .panel p:last-child { transition: transform var(--transitiontime) ease-in-out var(--transitiondelay); } .panel p:first-child { transform: translateY(-200%); } .panel p:nth-child(2) { transition: font-size var(--transitiontime) cubic-bezier(0.61,-0.19, 0.7,-0.11); } .panel p:last-child { transform: translateY(200%); } .panel.active { flex: 10; } .panel.active p:first-child, .panel.active p:last-child { transform: translateY(0%); } .panel.active p:nth-child(2) { font-size: 3em; } /* EXTRA */ /* Panel backgrounds, from: http://lea.verou.me/css3patterns/ and https://css-tricks.com/stripes-css/ */ .panel:nth-child(1) { background: repeating-radial-gradient( circle, purple, purple 10px, #4b026f 10px, #4b026f 20px ); } .panel:nth-child(2) { background: repeating-linear-gradient( 45deg, #5e2f13, #5e2f13 10px, #ff8e07 10px, #ff8e07 20px ); } .panel:nth-child(3) { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #313866 10px, rgba(96, 16, 48, 0) 11px) 0px 10px, radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, #313866 10px, rgba(96, 16, 48, 0) 11px), #88ea33; background-size: 20px 20px; } .panel:nth-child(4) { background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; background-color:#282828; background-size:16px 16px; } .panel:nth-child(5) { background: linear-gradient( to bottom, #960315, #960315 50%, #341818 50%, #341818 ); /* The rectangle in which to repeat. It can be fully wide in this case */ background-size: 100% 20px; }
05 - Flex Panels Image Gallery/styles.css
@charset "UTF-8"; :root { --transitiontime: 700ms; --transitiondelay: 250ms; } *, *:before, *:after { box-sizing: border-box; } html, body, .panels { width: 100%; height: 100%; margin: 0; padding: 0; } body { font-family: 'Permanent Marker', cursive; } /* MAIN STYLES */ .panels { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; overflow: hidden; } .panel { flex: 1; display: flex; flex-direction: column; font-size: 2em; padding: 2em; color: white; text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7); background-size: cover; transition: all var(--transitiontime) cubic-bezier(0.61,-0.19, 0.7,-0.11); } .panel p { margin: 0; flex: 1 0 auto; display: flex; justify-content: center; align-items: center; } .panel p:first-child, .panel p:last-child { transition: transform var(--transitiontime) ease-in-out var(--transitiondelay); } .panel p:first-child { transform: translateY(-200%); } .panel p:nth-child(2) { transition: font-size var(--transitiontime) cubic-bezier(0.61,-0.19, 0.7,-0.11); } .panel p:last-child { transform: translateY(200%); } .panel.active { flex: 10; } .panel.active p:first-child, .panel.active p:last-child { transform: translateY(0%); } .panel.active p:nth-child(2) { font-size: 3em; } /* EXTRA */ /* Panel backgrounds, from: http://lea.verou.me/css3patterns/ and https://css-tricks.com/stripes-css/ */ .panel:nth-child(1) { background: repeating-radial-gradient( circle, purple, purple 10px, #4b026f 10px, #4b026f 20px ); } .panel:nth-child(2) { background: repeating-linear-gradient( 45deg, #5e2f13, #5e2f13 10px, #ff8e07 10px, #ff8e07 20px ); } .panel:nth-child(3) { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #313866 10px, rgba(96, 16, 48, 0) 11px) 0px 10px, radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, #313866 10px, rgba(96, 16, 48, 0) 11px), #88ea33; background-size: 20px 20px; } .panel:nth-child(4) { background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; background-color:#282828; background-size:16px 16px; } .panel:nth-child(5) { background: linear-gradient( to bottom, #960315, #960315 50%, #341818 50%, #341818 ); /* The rectangle in which to repeat. It can be fully wide in this case */ background-size: 100% 20px; }
0.552057
0.120957
.neon_button, .neon_button_red { font-family: 'Podkova', serif; position: relative; display: inline-block; padding: 10px 20px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; overflow: hidden; transition: 0.2s; } .neon_button:hover { color: #fff; background: rgba(5,181,229,.7); // box-shadow: 0 0 10px rgba(5,181,229,.7), 0 0 40px rgba(5,181,229,.7), 0 0 80px rgba(5,181,229,.7); transition-delay: 1s; text-decoration: none; } .neon_button_red:hover { color: #fff; background: #ee3939; // box-shadow: 0 0 10px rgba(5,181,229,.7), 0 0 40px rgba(5,181,229,.7), 0 0 80px rgba(5,181,229,.7); transition-delay: 1s; } .neon_button span, .neon_button_red span { position: absolute; display: block; } .neon_button span:nth-child(1), .neon_button_red span:nth-child(1) { top:0; left:-100%; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(1), .neon_button_red:hover span:nth-child(1) { left:100%; transition: 1s; } .neon_button span:nth-child(3), .neon_button_red span:nth-child(3) { bottom:0; right:-100%; width: 100%; height: 2px; background: linear-gradient(270deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(3), .neon_button_red:hover span:nth-child(3) { right:100%; transition: 1s; transition-delay: 0.5s; } .neon_button span:nth-child(2), .neon_button_red span:nth-child(2) { top:-100%; right:0%; width: 2px; height: 100%; background: linear-gradient(180deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(2), .neon_button_red:hover span:nth-child(2) { top:100%; transition: 1s; transition-delay: 0.25s; } .neon_button span:nth-child(4), .neon_button_red span:nth-child(4) { bottom:-100%; left:0%; width: 2px; height: 100%; background: linear-gradient(360deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(4), .neon_button:hover span:nth-child(4) { bottom:100%; transition: 1s; transition-delay: 0.75s; } .mt_30 { margin-top: 30px; }
application/views/components/admin_neon_button/style.css
.neon_button, .neon_button_red { font-family: 'Podkova', serif; position: relative; display: inline-block; padding: 10px 20px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; overflow: hidden; transition: 0.2s; } .neon_button:hover { color: #fff; background: rgba(5,181,229,.7); // box-shadow: 0 0 10px rgba(5,181,229,.7), 0 0 40px rgba(5,181,229,.7), 0 0 80px rgba(5,181,229,.7); transition-delay: 1s; text-decoration: none; } .neon_button_red:hover { color: #fff; background: #ee3939; // box-shadow: 0 0 10px rgba(5,181,229,.7), 0 0 40px rgba(5,181,229,.7), 0 0 80px rgba(5,181,229,.7); transition-delay: 1s; } .neon_button span, .neon_button_red span { position: absolute; display: block; } .neon_button span:nth-child(1), .neon_button_red span:nth-child(1) { top:0; left:-100%; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(1), .neon_button_red:hover span:nth-child(1) { left:100%; transition: 1s; } .neon_button span:nth-child(3), .neon_button_red span:nth-child(3) { bottom:0; right:-100%; width: 100%; height: 2px; background: linear-gradient(270deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(3), .neon_button_red:hover span:nth-child(3) { right:100%; transition: 1s; transition-delay: 0.5s; } .neon_button span:nth-child(2), .neon_button_red span:nth-child(2) { top:-100%; right:0%; width: 2px; height: 100%; background: linear-gradient(180deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(2), .neon_button_red:hover span:nth-child(2) { top:100%; transition: 1s; transition-delay: 0.25s; } .neon_button span:nth-child(4), .neon_button_red span:nth-child(4) { bottom:-100%; left:0%; width: 2px; height: 100%; background: linear-gradient(360deg, transparent, rgba(5,181,229,.7)); } .neon_button:hover span:nth-child(4), .neon_button:hover span:nth-child(4) { bottom:100%; transition: 1s; transition-delay: 0.75s; } .mt_30 { margin-top: 30px; }
0.557123
0.100834
body{ background: #cccccc; padding: 0; font-family: 'avenir'; top: 0px !important; } .goog-te-banner-frame.skiptranslate {display: none !important;} .goog-tooltip { display: none !important; } .goog-tooltip:hover { display: none !important; } .goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; } h6{ margin-bottom: 7px; padding-top: 25px; padding-bottom: 10px; } .container-fluid .checkbox-btn{ position: absolute; top: 6%; left: 70%; transform: translate(-6%,-90%); width: 120px; height: 30px; } .container-fluid .checkbox-btn input{ top: 0; left: 0; position: absolute; width: 100%; height: 100%; display: block; cursor: pointer; opacity: 0; box-sizing: border-box; z-index: 1; } .container-fluid .checkbox-btn div{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 4px solid #808080; border-radius: 4px; } .container-fluid .checkbox-btn div .slide{ position: absolute; top: 0; left: 0; width: 65px; height: 50px; background: #808080; transition: .4s; } .container-fluid .checkbox-btn input:checked + div .slide{ transform: translateX(60px); } .container-fluid .checkbox-btn .slide:before { content: 'ENG'; position: absolute; top: 0; left: -60px; text-align: center; width: 60px; height: 100%; line-height: 25px; background: #e6e6e6; font-weight: bold; color: #f26529; font-family: 'avenir'; } .container-fluid .checkbox-btn .slide:after { content: 'INA'; position: absolute; top: 0; right: -60px; text-align: center; width: 70px; height: 100%; line-height: 25px; background: #f26529; font-weight: bold; color: white; font-family: 'avenir'; } @media (min-width: 568px){ body{ background: #cccccc; padding: 0; } .container-fluid .checkbox-btn{ position: absolute; top: 32px; left: 90%; transform: translate(-6%,-90%); width: 120px; height: 30px; } h6{ margin-bottom: 30px; padding-top: 0px; padding-bottom: 10px; margin-left: 110%; font-family: 'avenir'; font-weight: bold; } } .ct-topbar__list { margin-bottom: 0px; } .ct-language__dropdown{ padding-top: 8px; max-height: 0; overflow: hidden; position: absolute; top: 110%; left: 13px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; width: 60px; text-align: center; padding-top: 0; z-index:200; } .ct-language__dropdown li{ background: #222; padding: 5px; } .ct-language__dropdown li a{ display: block; } .ct-language__dropdown li:first-child{ padding-top: 10px; border-radius: 3px 3px 0 0; } .ct-language__dropdown li:last-child{ padding-bottom: 10px; border-radius: 0 0 3px 3px; } .ct-language__dropdown li:hover{ background: #444; } .ct-language__dropdown:before{ content: ''; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 8px; height: 0; border: 0 solid transparent; border-right-width: 8px; border-left-width: 8px; border-bottom: 8px solid #222; } .ct-language{ position: relative; background: #f26529; color: #fff; padding: 5px 10px; border-radius: 5px; cursor: pointer; margin-top: 7px; } .ct-language:hover .ct-language__dropdown{ max-height: 200px; padding-top: 8px; } .list-unstyled { padding-left: 0; list-style: none; flex-direction: row; display: flex; } .a-bahasa{ text-align: center; display: block; margin: 0px auto; } .img-bahasa{ display: block; margin: 0px auto; position: relative; width: 20px; text-align: center; } /*Navbar*/ #navbarNavDropdown{ margin-left: 40px; } .navbar{ font-size: 12px; margin-bottom: 0px; transition: .5s; transition-duration: 0.5s, 0.5s, 0.5s; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay: 0s, 0s, 0s; position: sticky; z-index: 1; } .dropdown-menu{ font-family: 'avenir'; font-size: 12px; } .navbar.hide { transform: translateY(-100%) } /* DESKTOP VERSION*/ @media (min-width: 568px) { #navbarNavDropdown{ margin-left: 40px; } .nav-link{ text-transform: uppercase; font-family: 'avenir-medium'; margin-left: 20px; margin-right: auto; color: white; font-size: 14px; float: left; } .carousel{ margin-top: 0px; } .container-fluid, .img-responsive-img-qr-code{ width: 50%; } .jumbotron, jumbotron-fluid{ height: 500px; } .col{ text-transform: uppercase; } .row mx-md-n5, .col px-md-5, #logo-header{ width: 190px; } } /*about us*/ .col-md h3{ font-family: 'avenir-medium'; color: #f26529; margin-top: 100px; margin-left: 10%; } .col-md>p{ font-family: 'avenir'; float: left; margin-left: 2%; } .btn{ font-family: 'avenir-medium'; color: white; background-color: #f26529; } .col-md img{ float: right; margin-top: 100px; } @media (min-width: 568px){ .col-md h3{ font-family: 'avenir-medium'; color: #f26529; margin-top: 100px; margin-left: 0; } .col-md>p{ font-family: 'avenir'; float: left; margin-left: 0; } .btn{ font-family: 'avenir-medium'; color: white; background-color: #f26529; margin-left: 0; } } /*banner*/ .container-carousel{ width: 100%; height: auto; } .carousel-item{ width: 100%; height: auto; } .animate{ width: 250px; height: 20px; background-color: #f26529; margin-top; 0; float: right; margin-right: 10%; } /*box our focus*/ .jumbotron-1, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } /*container our focus*/ .container-slider{ background-color: #808080; width: 90%; height: 45%; padding: 20px; padding-left: 0; margin-left: 10%; } /*card image slider*/ .card{ background-color: #e6e6e6; margin-left: -15%; overflow: hidden; } .card-body{ background: #f26529; } .card-text{ font-family: 'avenir-black'; color: white; text-align: center; } /*End Container Impact Slider*/ @media (min-width: 568px){ .container-slider{ width: 90%; height: 45%; padding: 20px; margin-left: 10%; } .card{ background-color: #e6e6e6; margin-left: 0; } } /*Start container slider-news*/ .container-slider-news{ background-color: #808080; width: 90%; height: 35%; padding: 20px; margin-left: 10%; } .jumbotron-2, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } .card-news{ width: 100%; overflow: hidden; } /*End Slider-news*/ /*Start jumbotron app dl*/ .jumbotron, jumbotron-fluid{ height: auto; background-size: cover; background-image: url("../Images/App_image.png"); margin-top: 200px; padding-top: 20px; width: 100%; text-align: center; } /*Jumbotron flex box*/ .container-dl-app h5{ font-family: 'avenir-black'; color: white; margin-bottom: 40px; } .container-dl-app ::before{ content: ''; position: relative; flex-direction: column; } .col-sm content-center .img-fluid-1{ content: ''; position: relative; float: right; border: 1px; border-color: white; } .bottom-margin-sm .img-fluid-2{ margin-top: 15px; } .bottom-margin-sm, .img-fluid-3{ margin-top: 20px; } .col-xs{ font-family: 'avenir-black'; font-size: 20px; color: #f26529; background: white; border-radius: 20px; height: 40px; width: 40px; padding-top: 10px; margin-top: 50px; margin-left: 45%; } @media (min-width: 568px){ .col-xs{ margin-left: 0; font-family: 'avenir-black'; font-size: 20px; text-align: center; color: #f26529; background: white; border-radius: 20px; height: 40px; width: 40px; padding-top: 10px; margin-top: 50px; } } /*End App Download Kolom*/ /*Start Newsletter form & Slider*/ .jumbotron-3, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } .container-slider-newsletter{ background-color: #808080; width: 100%; height: 437px; padding: 10px; padding-left: 5px; margin-left: 0; } .owl-carousel owl-theme, .item, .card-newsletter{ float: right; } .card-nl{ float: left; margin-left: 0; color: white; width: 50%; } .card-title{ font-family: 'avenir-black'; color: white; font-size: 14px; } .card-title-nl, card-title{ font-family: 'avenir-medium'; color: white; font-size: 12px; } .card-text-nl{ font-family: 'avenir'; color: white; font-size: 12px; } .form-group{ font-family: 'avenir'; font-size: 12px; color: white; } .form-control{ font-size: 12px; /*color: white;*/ } .from-text text-muted{ font-family: 'avenir'; color: white; } .card-newsletter{ width: 80%; } .owl-carousel .item_nl{ margin-right: 10px; } @media (min-width: 568px){ .card-nl{ float: left; margin-left: 10%; color: white; width: 30%; } .card-title-nl, card-title{ font-family: 'avenir-medium'; } .card-text-nl{ font-family: 'avenir'; } .form-group{ font-family: 'avenir'; font-size: 14px; } .form-control{ font-size: 14px; } .from-text text-muted{ font-family: 'avenir'; color: white; } .card-newsletter{ width: 100%; } .container-slider-newsletter{ background-color: #808080; width: 60%; height: 437px; padding: 20px; margin-left: 40%; } } /*END NEWSLETTER FORM & SLIDER*/ /*FOOTER*/ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ background-color: #e6e6e6; margin-top: 300px; width: 100%; height: 370px; padding-top: 20px; overflow: hidden; } @media(max-width:767px){ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ height: 600px; } #menu-footer{ display: grid !important; } .container-slider-newsletter{ margin-top: 100%; z-index: 100; } .card-nl.text-white.md-4.wow.fadeInUp { width: 100% !important; } .owl-carousel owl-theme, .item, .card-newsletter{ display: block; float: none !important; position: relative; margin: 0px auto; width: 60% !important; } } .logo-jf img{ margin-left: 30%; } .logo-jf .nama_pt{ font-family: 'avenir'; font-size: 12px; margin-left: 25%; } @media (min-width: 568px){ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ background-color: #e6e6e6; margin-top: 300px; width: 100%; height: 250px; padding-top: 15px; } .logo-jf img{ margin-left: 0; } .logo-jf .nama_pt{ font-family: 'avenir'; font-size: 12px; margin-left: 0px; } } /*Logo JF Footer Versi Handphone*/ /*Menu Footer*/ #menu-footer{ margin-top: 0; margin-left: -2%; display: flex; flex-flow: row; } .col-md col-sm-3, ul{ list-style-type: none; float: left; margin-right: 0; padding: 0; } .col-md col-sm-3, ul li a{ font-size: 12px; font-family: 'avenir'; color: #f26529; text-decoration: none; margin-right: 20px; } .col-md col-sm-3, ul li a:hover{ color: #808080; text-decoration-line: none; } @media (min-width: 568px){ #menu-footer{ margin-top: -80px; margin-left: 250px; } .col-md col-sm-3, ul{ list-style-type: none; float: left; padding: 0; } .col-md col-sm-3, ul li a{ font-size: 14px; font-family: 'avenir'; color: #f26529; text-decoration: none; margin-right: 20px; } .col-md col-sm-3, ul li a:hover{ color: #808080; text-decoration-line: none; } } /*Versi Handphone*/ .sosmed_logo{ align-content: center; margin: auto; margin-top: 10px; } #visit{ text-align: center; font-weight: 300; color: #f26529; font-size: 22px; margin-top: -10px; } .sosmed_logo ul{ margin: 0; padding: 0; top: 10%; left: 50%; position: absolute; transform: translate(-37%,-50%); font-size: 33px; position: relative; } .sosmed_logo ul li{ float: left; margin-right: 10px; display: inline-block; flex-flow: row; } .sosmed_logo ul li a{ list-style: none; float: left; margin: 5px; width: 50px; height: 50px; line-height: 53px; text-align: center; background: #ffff; border-radius: 50%; font-size: 33px; position: relative; transition: .5s ease-in-out; color: #f26529; z-index: 1; } .sosmed_logo ul li a:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #e6e6e6; border-radius: 50%; transform: scale(0); transition: .5s ease-in-out; z-index: -1; } .sosmed_logo ul li a:hover:before { transform: scale(1); } .sosmed_logo ul li a:hover { color: #ffff; } @media (min-width: 568px){ .sosmed_logo{ align-content: center; margin: auto; } #visit{ text-align: center; font-weight: 300; font-size: 20px; } .sosmed_logo ul{ margin: 0; padding: 0; top: 50%; left: 50%; position: absolute; transform: translate(-18%,-50%); font-size: 27px; position: relative; } .sosmed_logo ul li{ float: left; margin-right: 10px; display: inline-block; flex-flow: row; } .sosmed_logo ul li a{ list-style: none; float: left; margin: 5px; width: 40px; height: 40px; line-height: 42px; text-align: center; background: #ffff; border-radius: 50%; font-size: 27px; position: relative; transition: .5s ease-in-out; color: #f26529; z-index: 1; } .sosmed_logo ul li a:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #e6e6e6; border-radius: 50%; transform: scale(0); transition: .5s ease-in-out; z-index: -1; } .sosmed_logo ul li a:hover:before { transform: scale(1); } .sosmed_logo ul li a:hover { color: #ffff; } } .jumbotron-footer jumbotron-fluid, .container #footer, .row #menu-footer, .col ul{ list-style: none; } .jumbotron-footer jumbotron-fluid, .container #footer, .row #menu-footer, .col ul li a{ text-decoration: none; font-family: 'avenir'; font-size: 14px; color: #f26529; } /*END Footer Menu*/ .jumbotron-end-footer{ background-color: #f26529; width: 100%; height: 45px; padding-top: 10px; padding-bottom: 5px; margin-top: 10px; } .container .copyright{ font-family: 'avenir'; text-align: center; color: white; } /*CUSTOMIZED*/ .w-300about{ width: 300px; } .card{ margin: 0px 5px; } @media(max-width: 767px){ .w-300about{ width: 100%; } } @media(max-width: 904px){ .col-xs{ width: 100%; } } .navbar-toggler{ display: block; float: right; width: 60px; position: absolute; top: 15px; right: 15px; } @media (min-width: 1200px){ .container { max-width: 1200px; } }
assets/css/style.css
body{ background: #cccccc; padding: 0; font-family: 'avenir'; top: 0px !important; } .goog-te-banner-frame.skiptranslate {display: none !important;} .goog-tooltip { display: none !important; } .goog-tooltip:hover { display: none !important; } .goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; } h6{ margin-bottom: 7px; padding-top: 25px; padding-bottom: 10px; } .container-fluid .checkbox-btn{ position: absolute; top: 6%; left: 70%; transform: translate(-6%,-90%); width: 120px; height: 30px; } .container-fluid .checkbox-btn input{ top: 0; left: 0; position: absolute; width: 100%; height: 100%; display: block; cursor: pointer; opacity: 0; box-sizing: border-box; z-index: 1; } .container-fluid .checkbox-btn div{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 4px solid #808080; border-radius: 4px; } .container-fluid .checkbox-btn div .slide{ position: absolute; top: 0; left: 0; width: 65px; height: 50px; background: #808080; transition: .4s; } .container-fluid .checkbox-btn input:checked + div .slide{ transform: translateX(60px); } .container-fluid .checkbox-btn .slide:before { content: 'ENG'; position: absolute; top: 0; left: -60px; text-align: center; width: 60px; height: 100%; line-height: 25px; background: #e6e6e6; font-weight: bold; color: #f26529; font-family: 'avenir'; } .container-fluid .checkbox-btn .slide:after { content: 'INA'; position: absolute; top: 0; right: -60px; text-align: center; width: 70px; height: 100%; line-height: 25px; background: #f26529; font-weight: bold; color: white; font-family: 'avenir'; } @media (min-width: 568px){ body{ background: #cccccc; padding: 0; } .container-fluid .checkbox-btn{ position: absolute; top: 32px; left: 90%; transform: translate(-6%,-90%); width: 120px; height: 30px; } h6{ margin-bottom: 30px; padding-top: 0px; padding-bottom: 10px; margin-left: 110%; font-family: 'avenir'; font-weight: bold; } } .ct-topbar__list { margin-bottom: 0px; } .ct-language__dropdown{ padding-top: 8px; max-height: 0; overflow: hidden; position: absolute; top: 110%; left: 13px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; width: 60px; text-align: center; padding-top: 0; z-index:200; } .ct-language__dropdown li{ background: #222; padding: 5px; } .ct-language__dropdown li a{ display: block; } .ct-language__dropdown li:first-child{ padding-top: 10px; border-radius: 3px 3px 0 0; } .ct-language__dropdown li:last-child{ padding-bottom: 10px; border-radius: 0 0 3px 3px; } .ct-language__dropdown li:hover{ background: #444; } .ct-language__dropdown:before{ content: ''; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 8px; height: 0; border: 0 solid transparent; border-right-width: 8px; border-left-width: 8px; border-bottom: 8px solid #222; } .ct-language{ position: relative; background: #f26529; color: #fff; padding: 5px 10px; border-radius: 5px; cursor: pointer; margin-top: 7px; } .ct-language:hover .ct-language__dropdown{ max-height: 200px; padding-top: 8px; } .list-unstyled { padding-left: 0; list-style: none; flex-direction: row; display: flex; } .a-bahasa{ text-align: center; display: block; margin: 0px auto; } .img-bahasa{ display: block; margin: 0px auto; position: relative; width: 20px; text-align: center; } /*Navbar*/ #navbarNavDropdown{ margin-left: 40px; } .navbar{ font-size: 12px; margin-bottom: 0px; transition: .5s; transition-duration: 0.5s, 0.5s, 0.5s; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay: 0s, 0s, 0s; position: sticky; z-index: 1; } .dropdown-menu{ font-family: 'avenir'; font-size: 12px; } .navbar.hide { transform: translateY(-100%) } /* DESKTOP VERSION*/ @media (min-width: 568px) { #navbarNavDropdown{ margin-left: 40px; } .nav-link{ text-transform: uppercase; font-family: 'avenir-medium'; margin-left: 20px; margin-right: auto; color: white; font-size: 14px; float: left; } .carousel{ margin-top: 0px; } .container-fluid, .img-responsive-img-qr-code{ width: 50%; } .jumbotron, jumbotron-fluid{ height: 500px; } .col{ text-transform: uppercase; } .row mx-md-n5, .col px-md-5, #logo-header{ width: 190px; } } /*about us*/ .col-md h3{ font-family: 'avenir-medium'; color: #f26529; margin-top: 100px; margin-left: 10%; } .col-md>p{ font-family: 'avenir'; float: left; margin-left: 2%; } .btn{ font-family: 'avenir-medium'; color: white; background-color: #f26529; } .col-md img{ float: right; margin-top: 100px; } @media (min-width: 568px){ .col-md h3{ font-family: 'avenir-medium'; color: #f26529; margin-top: 100px; margin-left: 0; } .col-md>p{ font-family: 'avenir'; float: left; margin-left: 0; } .btn{ font-family: 'avenir-medium'; color: white; background-color: #f26529; margin-left: 0; } } /*banner*/ .container-carousel{ width: 100%; height: auto; } .carousel-item{ width: 100%; height: auto; } .animate{ width: 250px; height: 20px; background-color: #f26529; margin-top; 0; float: right; margin-right: 10%; } /*box our focus*/ .jumbotron-1, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } /*container our focus*/ .container-slider{ background-color: #808080; width: 90%; height: 45%; padding: 20px; padding-left: 0; margin-left: 10%; } /*card image slider*/ .card{ background-color: #e6e6e6; margin-left: -15%; overflow: hidden; } .card-body{ background: #f26529; } .card-text{ font-family: 'avenir-black'; color: white; text-align: center; } /*End Container Impact Slider*/ @media (min-width: 568px){ .container-slider{ width: 90%; height: 45%; padding: 20px; margin-left: 10%; } .card{ background-color: #e6e6e6; margin-left: 0; } } /*Start container slider-news*/ .container-slider-news{ background-color: #808080; width: 90%; height: 35%; padding: 20px; margin-left: 10%; } .jumbotron-2, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } .card-news{ width: 100%; overflow: hidden; } /*End Slider-news*/ /*Start jumbotron app dl*/ .jumbotron, jumbotron-fluid{ height: auto; background-size: cover; background-image: url("../Images/App_image.png"); margin-top: 200px; padding-top: 20px; width: 100%; text-align: center; } /*Jumbotron flex box*/ .container-dl-app h5{ font-family: 'avenir-black'; color: white; margin-bottom: 40px; } .container-dl-app ::before{ content: ''; position: relative; flex-direction: column; } .col-sm content-center .img-fluid-1{ content: ''; position: relative; float: right; border: 1px; border-color: white; } .bottom-margin-sm .img-fluid-2{ margin-top: 15px; } .bottom-margin-sm, .img-fluid-3{ margin-top: 20px; } .col-xs{ font-family: 'avenir-black'; font-size: 20px; color: #f26529; background: white; border-radius: 20px; height: 40px; width: 40px; padding-top: 10px; margin-top: 50px; margin-left: 45%; } @media (min-width: 568px){ .col-xs{ margin-left: 0; font-family: 'avenir-black'; font-size: 20px; text-align: center; color: #f26529; background: white; border-radius: 20px; height: 40px; width: 40px; padding-top: 10px; margin-top: 50px; } } /*End App Download Kolom*/ /*Start Newsletter form & Slider*/ .jumbotron-3, jumbotron-fluid{ background-color: #e6e6e6; text-align: center; font-family: 'avenir-black'; color: #f26529; margin-top: 200px; width: 75%; margin-left: 10%; height: 8%; padding-top: 10px; } .container-slider-newsletter{ background-color: #808080; width: 100%; height: 437px; padding: 10px; padding-left: 5px; margin-left: 0; } .owl-carousel owl-theme, .item, .card-newsletter{ float: right; } .card-nl{ float: left; margin-left: 0; color: white; width: 50%; } .card-title{ font-family: 'avenir-black'; color: white; font-size: 14px; } .card-title-nl, card-title{ font-family: 'avenir-medium'; color: white; font-size: 12px; } .card-text-nl{ font-family: 'avenir'; color: white; font-size: 12px; } .form-group{ font-family: 'avenir'; font-size: 12px; color: white; } .form-control{ font-size: 12px; /*color: white;*/ } .from-text text-muted{ font-family: 'avenir'; color: white; } .card-newsletter{ width: 80%; } .owl-carousel .item_nl{ margin-right: 10px; } @media (min-width: 568px){ .card-nl{ float: left; margin-left: 10%; color: white; width: 30%; } .card-title-nl, card-title{ font-family: 'avenir-medium'; } .card-text-nl{ font-family: 'avenir'; } .form-group{ font-family: 'avenir'; font-size: 14px; } .form-control{ font-size: 14px; } .from-text text-muted{ font-family: 'avenir'; color: white; } .card-newsletter{ width: 100%; } .container-slider-newsletter{ background-color: #808080; width: 60%; height: 437px; padding: 20px; margin-left: 40%; } } /*END NEWSLETTER FORM & SLIDER*/ /*FOOTER*/ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ background-color: #e6e6e6; margin-top: 300px; width: 100%; height: 370px; padding-top: 20px; overflow: hidden; } @media(max-width:767px){ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ height: 600px; } #menu-footer{ display: grid !important; } .container-slider-newsletter{ margin-top: 100%; z-index: 100; } .card-nl.text-white.md-4.wow.fadeInUp { width: 100% !important; } .owl-carousel owl-theme, .item, .card-newsletter{ display: block; float: none !important; position: relative; margin: 0px auto; width: 60% !important; } } .logo-jf img{ margin-left: 30%; } .logo-jf .nama_pt{ font-family: 'avenir'; font-size: 12px; margin-left: 25%; } @media (min-width: 568px){ .jumbotron-footer jumbotron-fluid, #wrapper_footer{ background-color: #e6e6e6; margin-top: 300px; width: 100%; height: 250px; padding-top: 15px; } .logo-jf img{ margin-left: 0; } .logo-jf .nama_pt{ font-family: 'avenir'; font-size: 12px; margin-left: 0px; } } /*Logo JF Footer Versi Handphone*/ /*Menu Footer*/ #menu-footer{ margin-top: 0; margin-left: -2%; display: flex; flex-flow: row; } .col-md col-sm-3, ul{ list-style-type: none; float: left; margin-right: 0; padding: 0; } .col-md col-sm-3, ul li a{ font-size: 12px; font-family: 'avenir'; color: #f26529; text-decoration: none; margin-right: 20px; } .col-md col-sm-3, ul li a:hover{ color: #808080; text-decoration-line: none; } @media (min-width: 568px){ #menu-footer{ margin-top: -80px; margin-left: 250px; } .col-md col-sm-3, ul{ list-style-type: none; float: left; padding: 0; } .col-md col-sm-3, ul li a{ font-size: 14px; font-family: 'avenir'; color: #f26529; text-decoration: none; margin-right: 20px; } .col-md col-sm-3, ul li a:hover{ color: #808080; text-decoration-line: none; } } /*Versi Handphone*/ .sosmed_logo{ align-content: center; margin: auto; margin-top: 10px; } #visit{ text-align: center; font-weight: 300; color: #f26529; font-size: 22px; margin-top: -10px; } .sosmed_logo ul{ margin: 0; padding: 0; top: 10%; left: 50%; position: absolute; transform: translate(-37%,-50%); font-size: 33px; position: relative; } .sosmed_logo ul li{ float: left; margin-right: 10px; display: inline-block; flex-flow: row; } .sosmed_logo ul li a{ list-style: none; float: left; margin: 5px; width: 50px; height: 50px; line-height: 53px; text-align: center; background: #ffff; border-radius: 50%; font-size: 33px; position: relative; transition: .5s ease-in-out; color: #f26529; z-index: 1; } .sosmed_logo ul li a:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #e6e6e6; border-radius: 50%; transform: scale(0); transition: .5s ease-in-out; z-index: -1; } .sosmed_logo ul li a:hover:before { transform: scale(1); } .sosmed_logo ul li a:hover { color: #ffff; } @media (min-width: 568px){ .sosmed_logo{ align-content: center; margin: auto; } #visit{ text-align: center; font-weight: 300; font-size: 20px; } .sosmed_logo ul{ margin: 0; padding: 0; top: 50%; left: 50%; position: absolute; transform: translate(-18%,-50%); font-size: 27px; position: relative; } .sosmed_logo ul li{ float: left; margin-right: 10px; display: inline-block; flex-flow: row; } .sosmed_logo ul li a{ list-style: none; float: left; margin: 5px; width: 40px; height: 40px; line-height: 42px; text-align: center; background: #ffff; border-radius: 50%; font-size: 27px; position: relative; transition: .5s ease-in-out; color: #f26529; z-index: 1; } .sosmed_logo ul li a:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #e6e6e6; border-radius: 50%; transform: scale(0); transition: .5s ease-in-out; z-index: -1; } .sosmed_logo ul li a:hover:before { transform: scale(1); } .sosmed_logo ul li a:hover { color: #ffff; } } .jumbotron-footer jumbotron-fluid, .container #footer, .row #menu-footer, .col ul{ list-style: none; } .jumbotron-footer jumbotron-fluid, .container #footer, .row #menu-footer, .col ul li a{ text-decoration: none; font-family: 'avenir'; font-size: 14px; color: #f26529; } /*END Footer Menu*/ .jumbotron-end-footer{ background-color: #f26529; width: 100%; height: 45px; padding-top: 10px; padding-bottom: 5px; margin-top: 10px; } .container .copyright{ font-family: 'avenir'; text-align: center; color: white; } /*CUSTOMIZED*/ .w-300about{ width: 300px; } .card{ margin: 0px 5px; } @media(max-width: 767px){ .w-300about{ width: 100%; } } @media(max-width: 904px){ .col-xs{ width: 100%; } } .navbar-toggler{ display: block; float: right; width: 60px; position: absolute; top: 15px; right: 15px; } @media (min-width: 1200px){ .container { max-width: 1200px; } }
0.448668
0.050447
body { background-color: #f6f6f6; } /* 1.顶部 */ .dingbu { width: 100%; height: calc(64rem / 37.5); background-color: #ffffff; /* background-color: hotpink; */ } .dingbu img { padding-left: calc(32rem / 37.5); width: calc(100rem / 37.5); height: calc(27rem / 37.5); float: left; margin-top: calc((calc(75rem / 37.5) - calc(27rem / 37.5)) / 2); } .dingbu-right { float: right; width: calc(163rem / 37.5); height: calc(64rem / 37.5); } .dingbu-right i { padding-left: calc(44rem / 37.5); line-height: calc(75rem / 37.5); font-size: calc(24rem / 37.5); color: #e0e1e1; } /* 2.我的服务 */ .fuwu { width: 100%; height: calc(70rem / 37.5); background: url(../image/hn_service_banner1.webp); background-size: 100% 100%; } .fuwu-left { float: left; line-height: calc(104rem / 37.5); width: 50%; height: calc(70rem / 37.5); /* background-color: blanchedalmond; */ } .fuwu-right { float: left; width: 50%; height: calc(70rem / 37.5); /* background-color: chartreuse; */ } .fuwu-left img { float: left; padding-top: calc(20rem / 37.5); padding-left: calc(58rem / 37.5); width: calc(39rem / 37.5); height: calc(34rem / 37.5); } .fuwu-left span { text-align: center; padding-top: calc(20rem / 37.5); float: left; font-size: calc(17rem / 37.5); color: #ffffff; line-height: calc(42rem / 37.5); } .fuwu-right img { float: left; padding-top: calc(20rem / 37.5); padding-left: calc(58rem / 37.5); width: calc(28rem / 37.5); height: calc(34rem / 37.5); } .fuwu-right span { text-align: center; padding-top: calc(20rem / 37.5); float: left; font-size: calc(17rem / 37.5); color: #ffffff; line-height: calc(42rem / 37.5); } /* 3.项目 */ .xianhmu { width: 100%; height: calc(203rem / 37.5); background-color: #ffffff; border-bottom: calc(1rem / 37.5) solid #ccc; /* background-color: crimson; */ } .xianhmu ul { width: 100%; height: 100%; /* margin: 34px 0; */ /* background-color: darkorange; */ } .xianhmu ul li { text-align: center; float: left; width: 33.3333%; padding-top: calc(35rem / 37.5); height: calc(42rem / 37.5); /* background-color: darkseagreen; */ } .xianhmu ul li img { width: calc(20rem / 37.5); height: calc(20rem / 37.5); } .xianhmu ul li span { display: block; } /* 4.图片 */ .tupian { margin: calc(25rem / 37.5) 0; width: 100%; } .tupian img { padding-left: calc(11rem / 37.5); width: 94%; } /* 5.服务与电话 */ .dianhuo { padding-left: calc(10rem / 37.5); width: 100%; height: calc(88rem / 37.5); /* background-color: bisque; */ } .dianhuo ul { width: 95%; height: 100%; background-color: cornflowerblue; } .dianhuo ul li:nth-child(1) { float: left; width: 50%; height: 100%; background-color: #72ce08; } .dianhuo ul li:nth-child(2) { float: left; width: 50%; height: 100%; /* background-color: #005aab; */ } .dianhuo ul li img { float: left; margin-top: calc(27rem / 37.5); margin-left: calc(40rem / 37.5); width: calc(40rem / 37.5); height: calc(35rem / 37.5); } .dianhuo ul li span { margin-top: calc(33rem / 37.5); padding-left: calc(5rem / 37.5); color: #fff; float: left; font-size: 0.3rem; display: inline-block; } /* 6.特色服务 */ .tese { width: 94%; margin: 0 auto; height: calc(175rem / 37.5); margin-bottom: calc(50rem / 37.5); padding-top: calc(10rem / 37.5); /* background-color: gold; */ } .tese h2 { margin-left: calc(16rem / 37.5); margin-bottom: calc(10rem / 37.5); font-size: calc(15rem / 37.5); color: #333; } .tese h2 span { padding-left: calc(6rem / 37.5); font-size: calc(14rem / 37.5); color: #999999; } .tese-01 { width: 94%; height: auto; margin: 0 auto; background-color: #fff; } .tese-01 ul li { height: calc(66rem / 37.5); } .tese-01 ul li a { display: block; line-height: calc(32rem / 37.5); } .tese-01 ul li img { padding: calc(13rem / 37.5); width: calc(32rem / 37.5); height: calc(32rem / 37.5); } .tese-01 ul li:nth-child(1) { border-bottom: 1px solid #f2f2f2; } .tese-01 ul li p { color: #333; line-height: 1.5em; display: inline-block; font-size: calc(12rem / 37.5); position: relative; top: calc(-14rem / 37.5); } .tese-01 ul li p span { color: #999; } /* 7.触屏与电脑 */ .chuping { width: 100%; height: 66px; background-color: #525455; } .chuping-01 { float: left; display: inline-block; width: 50%; height: 100%; border-left-color: aquamarine; } .chuping-02 { float: left; display: inline-block; width: 49%; height: 100%; border-left-color: aquamarine; } .chuping-01 { border-right: calc(1rem / 37.5) solid #4a4b4c; line-height: calc(66rem / 37.5); text-align: center; } .chuping-02 { line-height: calc(66rem / 37.5); text-align: center; } .chuping-01 i { color: #fff; font-size: calc(33rem / 37.5); } .chuping-02 i { color: #fff; font-size: calc(33rem / 37.5); } .chuping-01 span { color: #fff; padding-left: calc(2rem / 37.5); font-size: calc(16rem / 37.5); } .chuping-02 span { color: #fff; padding-left: calc(2rem / 37.5); font-size: calc(15rem / 37.5); } .dibu { width: 100%; height: calc(160rem / 37.5); background-color: #2b2c2d; } .dibu ul { width: 61%; margin: 0 auto; color: #999; /* background-color: pink; */ } .dibu ul li { margin-top: calc(36rem / 32); display: inline-block; text-align: center; padding: 0 calc(4rem / 37.5); font-size: 0.3rem; } .dibu p { margin-top: calc(32rem / 37.5); /* background-color: powderblue; */ color: #666666; text-align: center; padding: calc(20rem / 37.5) 0 calc(25rem / 37.5); }
css/fuWu.css
body { background-color: #f6f6f6; } /* 1.顶部 */ .dingbu { width: 100%; height: calc(64rem / 37.5); background-color: #ffffff; /* background-color: hotpink; */ } .dingbu img { padding-left: calc(32rem / 37.5); width: calc(100rem / 37.5); height: calc(27rem / 37.5); float: left; margin-top: calc((calc(75rem / 37.5) - calc(27rem / 37.5)) / 2); } .dingbu-right { float: right; width: calc(163rem / 37.5); height: calc(64rem / 37.5); } .dingbu-right i { padding-left: calc(44rem / 37.5); line-height: calc(75rem / 37.5); font-size: calc(24rem / 37.5); color: #e0e1e1; } /* 2.我的服务 */ .fuwu { width: 100%; height: calc(70rem / 37.5); background: url(../image/hn_service_banner1.webp); background-size: 100% 100%; } .fuwu-left { float: left; line-height: calc(104rem / 37.5); width: 50%; height: calc(70rem / 37.5); /* background-color: blanchedalmond; */ } .fuwu-right { float: left; width: 50%; height: calc(70rem / 37.5); /* background-color: chartreuse; */ } .fuwu-left img { float: left; padding-top: calc(20rem / 37.5); padding-left: calc(58rem / 37.5); width: calc(39rem / 37.5); height: calc(34rem / 37.5); } .fuwu-left span { text-align: center; padding-top: calc(20rem / 37.5); float: left; font-size: calc(17rem / 37.5); color: #ffffff; line-height: calc(42rem / 37.5); } .fuwu-right img { float: left; padding-top: calc(20rem / 37.5); padding-left: calc(58rem / 37.5); width: calc(28rem / 37.5); height: calc(34rem / 37.5); } .fuwu-right span { text-align: center; padding-top: calc(20rem / 37.5); float: left; font-size: calc(17rem / 37.5); color: #ffffff; line-height: calc(42rem / 37.5); } /* 3.项目 */ .xianhmu { width: 100%; height: calc(203rem / 37.5); background-color: #ffffff; border-bottom: calc(1rem / 37.5) solid #ccc; /* background-color: crimson; */ } .xianhmu ul { width: 100%; height: 100%; /* margin: 34px 0; */ /* background-color: darkorange; */ } .xianhmu ul li { text-align: center; float: left; width: 33.3333%; padding-top: calc(35rem / 37.5); height: calc(42rem / 37.5); /* background-color: darkseagreen; */ } .xianhmu ul li img { width: calc(20rem / 37.5); height: calc(20rem / 37.5); } .xianhmu ul li span { display: block; } /* 4.图片 */ .tupian { margin: calc(25rem / 37.5) 0; width: 100%; } .tupian img { padding-left: calc(11rem / 37.5); width: 94%; } /* 5.服务与电话 */ .dianhuo { padding-left: calc(10rem / 37.5); width: 100%; height: calc(88rem / 37.5); /* background-color: bisque; */ } .dianhuo ul { width: 95%; height: 100%; background-color: cornflowerblue; } .dianhuo ul li:nth-child(1) { float: left; width: 50%; height: 100%; background-color: #72ce08; } .dianhuo ul li:nth-child(2) { float: left; width: 50%; height: 100%; /* background-color: #005aab; */ } .dianhuo ul li img { float: left; margin-top: calc(27rem / 37.5); margin-left: calc(40rem / 37.5); width: calc(40rem / 37.5); height: calc(35rem / 37.5); } .dianhuo ul li span { margin-top: calc(33rem / 37.5); padding-left: calc(5rem / 37.5); color: #fff; float: left; font-size: 0.3rem; display: inline-block; } /* 6.特色服务 */ .tese { width: 94%; margin: 0 auto; height: calc(175rem / 37.5); margin-bottom: calc(50rem / 37.5); padding-top: calc(10rem / 37.5); /* background-color: gold; */ } .tese h2 { margin-left: calc(16rem / 37.5); margin-bottom: calc(10rem / 37.5); font-size: calc(15rem / 37.5); color: #333; } .tese h2 span { padding-left: calc(6rem / 37.5); font-size: calc(14rem / 37.5); color: #999999; } .tese-01 { width: 94%; height: auto; margin: 0 auto; background-color: #fff; } .tese-01 ul li { height: calc(66rem / 37.5); } .tese-01 ul li a { display: block; line-height: calc(32rem / 37.5); } .tese-01 ul li img { padding: calc(13rem / 37.5); width: calc(32rem / 37.5); height: calc(32rem / 37.5); } .tese-01 ul li:nth-child(1) { border-bottom: 1px solid #f2f2f2; } .tese-01 ul li p { color: #333; line-height: 1.5em; display: inline-block; font-size: calc(12rem / 37.5); position: relative; top: calc(-14rem / 37.5); } .tese-01 ul li p span { color: #999; } /* 7.触屏与电脑 */ .chuping { width: 100%; height: 66px; background-color: #525455; } .chuping-01 { float: left; display: inline-block; width: 50%; height: 100%; border-left-color: aquamarine; } .chuping-02 { float: left; display: inline-block; width: 49%; height: 100%; border-left-color: aquamarine; } .chuping-01 { border-right: calc(1rem / 37.5) solid #4a4b4c; line-height: calc(66rem / 37.5); text-align: center; } .chuping-02 { line-height: calc(66rem / 37.5); text-align: center; } .chuping-01 i { color: #fff; font-size: calc(33rem / 37.5); } .chuping-02 i { color: #fff; font-size: calc(33rem / 37.5); } .chuping-01 span { color: #fff; padding-left: calc(2rem / 37.5); font-size: calc(16rem / 37.5); } .chuping-02 span { color: #fff; padding-left: calc(2rem / 37.5); font-size: calc(15rem / 37.5); } .dibu { width: 100%; height: calc(160rem / 37.5); background-color: #2b2c2d; } .dibu ul { width: 61%; margin: 0 auto; color: #999; /* background-color: pink; */ } .dibu ul li { margin-top: calc(36rem / 32); display: inline-block; text-align: center; padding: 0 calc(4rem / 37.5); font-size: 0.3rem; } .dibu p { margin-top: calc(32rem / 37.5); /* background-color: powderblue; */ color: #666666; text-align: center; padding: calc(20rem / 37.5) 0 calc(25rem / 37.5); }
0.453746
0.146179
width: 100vw; height: 100vh; } #registerBook-page #registerBook-containner{ display: flex; margin: 10rem auto; flex-direction: column; align-items: center; justify-content: center; } #cadaster-book-form { max-width: 65rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; background: var(--color-primary); border-radius: 0.8rem; box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75); } .alert{ color: rgb(173, 68, 68); font-family: Roboto; font-size: 1.5rem; font-weight: 300; margin-top: -2rem; margin-left: 2rem; } #cadaster-book-form h1{ margin-top: 2rem; opacity: 0.90; font-weight: 400; font-family: Georgia, Roboto; margin-bottom: 3rem; } #registerBook-area{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem; } #registerBook-area label{ align-self: flex-start; margin-left: 1rem; margin-bottom: 1rem; font-family: Roboto; font-weight: 400; font-size: 2rem; color :var(--color-opacity); } #registerBook-area textarea{ width: 100%; padding: 2rem; margin-bottom: 3rem; border:none; background: var(--color-background); border-radius: 1rem; box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75); resize: none; } #registerBook-area textarea{ height: 35rem; } #registerBook-buttons{ margin: 2rem; margin-top: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 2rem; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } #registerBook-buttons input { font-family:Georgia, Poppins ; font-size: 2.5rem; } #btn-registerBook{ height: 4rem; width: 30rem; border: none; background: var(--color-background); border-radius: 2rem; border-left: 0.5px solid var(--color-primary); opacity: 0.5; } #btn-registerBook:hover{ opacity: 1; cursor: pointer; color: var(--color-special); } #registerBook-buttons:active{ transition-delay: 0.1s; box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); } @media(min-width: 900px ) { #cadaster-book-form{ width: 50%; } }
frontend/src/pages/RegisterBook/styles.css
width: 100vw; height: 100vh; } #registerBook-page #registerBook-containner{ display: flex; margin: 10rem auto; flex-direction: column; align-items: center; justify-content: center; } #cadaster-book-form { max-width: 65rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; background: var(--color-primary); border-radius: 0.8rem; box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75); } .alert{ color: rgb(173, 68, 68); font-family: Roboto; font-size: 1.5rem; font-weight: 300; margin-top: -2rem; margin-left: 2rem; } #cadaster-book-form h1{ margin-top: 2rem; opacity: 0.90; font-weight: 400; font-family: Georgia, Roboto; margin-bottom: 3rem; } #registerBook-area{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem; } #registerBook-area label{ align-self: flex-start; margin-left: 1rem; margin-bottom: 1rem; font-family: Roboto; font-weight: 400; font-size: 2rem; color :var(--color-opacity); } #registerBook-area textarea{ width: 100%; padding: 2rem; margin-bottom: 3rem; border:none; background: var(--color-background); border-radius: 1rem; box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75); resize: none; } #registerBook-area textarea{ height: 35rem; } #registerBook-buttons{ margin: 2rem; margin-top: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 2rem; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } #registerBook-buttons input { font-family:Georgia, Poppins ; font-size: 2.5rem; } #btn-registerBook{ height: 4rem; width: 30rem; border: none; background: var(--color-background); border-radius: 2rem; border-left: 0.5px solid var(--color-primary); opacity: 0.5; } #btn-registerBook:hover{ opacity: 1; cursor: pointer; color: var(--color-special); } #registerBook-buttons:active{ transition-delay: 0.1s; box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); } @media(min-width: 900px ) { #cadaster-book-form{ width: 50%; } }
0.448185
0.092155
@-moz-document domain(localhost) { html, body, #yacysearch { background-color: #222222; } a { color: #cccccc !important; text-decoration: none !important; } a:hover { color: #eeeeee !important; text-decoration: underline; } #ysearch .fancy, input { vertical-align: middle; border: 0px solid #888888; display: inline-block; position: relative; margin: 5px; padding: 3px 15px; text-align: left; text-decoration: none; font: bold 14px/25px Arial, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .22); -webkit-border-radius: 30px; border-radius:30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; color: #333333; background: #d3d3d3; background: -moz-linear-gradient(bottom, #d3d3d3 0%, #8a8a8a 100%); } input:hover { border: 0px solid #888888; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); } #search { border: 0px solid #888888; display: inline-block; position: relative; margin: 10px; padding: 5px 20px; text-align: left; text-decoration: none; font: bold 14px/25px Arial, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .22); -webkit-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; color: #333333; background: #d3d3d3; background: -moz-linear-gradient(bottom, #d3d3d3 0%, #8a8a8a 100%); } #yacysearch > div:nth-child(5) > div:nth-child(7) { width: 220px !important; margin-top: 20px; } #yacysearch > div:nth-child(5) > div:nth-child(7) > div:nth-child(1) { margin-bottom: 30px !important; } #sidebarProtocols > dl:nth-child(2), #sidebarFiletypes > dl:nth-child(2), #sidebarDomains > dl:nth-child(2) { width: 183px !important; background-color: #333333; border: 1px solid #444444; border-radius: 1px; padding-top: 10px; margin-left: 10px; color: #888888; border-radius: 3px; } div#tagcloud > div{ width: 220px; margin-left: 0px; } fieldset { border: none; background: none; text-align: center; } h4 { font-size: 1.0em; } h4.linktitle { margin: 2px; padding-left: 20px; padding-bottom: 6px; border-bottom: 0px solid #444444; } .ProgressBar { margin: 5px; border: 1px solid #666666; } .urlinfo { font-size: 8px !important; color: #666666 !important; } .linktitle { font-size: 16px !important; } div.searchresults { padding: 5px; margin-top: 15px; margin-left: 30px; border: none; } div.searchresults .url a { font-size: 14px !important; color: #666666 !important; border: none; } .ProgressBarFill { background-color: #556699; border: 1px solid #666666; } .snippet { padding-left: 32px; color: #888888; } #resProgBar { padding-top: 30px; padding-bottom: 20px; } .ProgressBar { border: none; } div.yacysearch { margin-top: 0em; text-align: center; } .yacys { border: none; background-color: #222222; } .bplike dl { margin-top: 11px; margin-left: 8px; } .bplike dd { margin-top: 3px; margin-left: 3px; } .bplike dt { height: 16px; margin-top: 0px; margin-left: 3px; } .ui-widget { font-size: 90%; } ul#sidebarTopics { list-style: circle inside; float: right; padding: 8px !important; display: block; clear: both; margin-right: 0px; padding: 8px; background-color: #333333; border-radius: 3px; border: 1px solid #444444; width: 120px; color: #aaaaaa; } #sidebarTopics > li > a { color: #888888 !important; } .ui-state-active, .ui-widget-content .ui-state-active { border: 0px solid #ACDD4A; background-color: #556677; font-weight: normal; color: #FFF; outline: medium none; margin-left: 10px; width: 194px; } .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #444444; font-weight: normal; color: #FFF; outline: medium none; width: 194px; margin-left: 10px; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #556677; background-color: #445566; font-weight: normal; color: #FFF; margin-left: 10px; width: 194px; } ul.menu { position: relative; float: right; left: -8px; margin: 0px; } .ui-widget-content { border: none; background: none; color: #666666; } form.search.small { text-align: left; margin-bottom: -20px; white-space: nowrap; } }
data/usercss/98313.user.css
@-moz-document domain(localhost) { html, body, #yacysearch { background-color: #222222; } a { color: #cccccc !important; text-decoration: none !important; } a:hover { color: #eeeeee !important; text-decoration: underline; } #ysearch .fancy, input { vertical-align: middle; border: 0px solid #888888; display: inline-block; position: relative; margin: 5px; padding: 3px 15px; text-align: left; text-decoration: none; font: bold 14px/25px Arial, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .22); -webkit-border-radius: 30px; border-radius:30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; color: #333333; background: #d3d3d3; background: -moz-linear-gradient(bottom, #d3d3d3 0%, #8a8a8a 100%); } input:hover { border: 0px solid #888888; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5); } #search { border: 0px solid #888888; display: inline-block; position: relative; margin: 10px; padding: 5px 20px; text-align: left; text-decoration: none; font: bold 14px/25px Arial, sans-serif; text-shadow: 1px 1px 1px rgba(255,255,255, .22); -webkit-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44); -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; transition: all 0.15s ease; color: #333333; background: #d3d3d3; background: -moz-linear-gradient(bottom, #d3d3d3 0%, #8a8a8a 100%); } #yacysearch > div:nth-child(5) > div:nth-child(7) { width: 220px !important; margin-top: 20px; } #yacysearch > div:nth-child(5) > div:nth-child(7) > div:nth-child(1) { margin-bottom: 30px !important; } #sidebarProtocols > dl:nth-child(2), #sidebarFiletypes > dl:nth-child(2), #sidebarDomains > dl:nth-child(2) { width: 183px !important; background-color: #333333; border: 1px solid #444444; border-radius: 1px; padding-top: 10px; margin-left: 10px; color: #888888; border-radius: 3px; } div#tagcloud > div{ width: 220px; margin-left: 0px; } fieldset { border: none; background: none; text-align: center; } h4 { font-size: 1.0em; } h4.linktitle { margin: 2px; padding-left: 20px; padding-bottom: 6px; border-bottom: 0px solid #444444; } .ProgressBar { margin: 5px; border: 1px solid #666666; } .urlinfo { font-size: 8px !important; color: #666666 !important; } .linktitle { font-size: 16px !important; } div.searchresults { padding: 5px; margin-top: 15px; margin-left: 30px; border: none; } div.searchresults .url a { font-size: 14px !important; color: #666666 !important; border: none; } .ProgressBarFill { background-color: #556699; border: 1px solid #666666; } .snippet { padding-left: 32px; color: #888888; } #resProgBar { padding-top: 30px; padding-bottom: 20px; } .ProgressBar { border: none; } div.yacysearch { margin-top: 0em; text-align: center; } .yacys { border: none; background-color: #222222; } .bplike dl { margin-top: 11px; margin-left: 8px; } .bplike dd { margin-top: 3px; margin-left: 3px; } .bplike dt { height: 16px; margin-top: 0px; margin-left: 3px; } .ui-widget { font-size: 90%; } ul#sidebarTopics { list-style: circle inside; float: right; padding: 8px !important; display: block; clear: both; margin-right: 0px; padding: 8px; background-color: #333333; border-radius: 3px; border: 1px solid #444444; width: 120px; color: #aaaaaa; } #sidebarTopics > li > a { color: #888888 !important; } .ui-state-active, .ui-widget-content .ui-state-active { border: 0px solid #ACDD4A; background-color: #556677; font-weight: normal; color: #FFF; outline: medium none; margin-left: 10px; width: 194px; } .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #444444; font-weight: normal; color: #FFF; outline: medium none; width: 194px; margin-left: 10px; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #556677; background-color: #445566; font-weight: normal; color: #FFF; margin-left: 10px; width: 194px; } ul.menu { position: relative; float: right; left: -8px; margin: 0px; } .ui-widget-content { border: none; background: none; color: #666666; } form.search.small { text-align: left; margin-bottom: -20px; white-space: nowrap; } }
0.201185
0.050917
*{ margin: 0; padding: 0; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ -o-box-sizing: border-box; box-sizing: border-box; } input{ outline:none; /* font-family: "Circular Std",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-family: 'Roboto'; */ } input[type="submit"]{ border:none; } button{ outline:none; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /*#DCFFEE reset linear-gradient(80deg, #00AEFF, #3369E7);*/ html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img,strong, i,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } input, button{ font-family: 'roboto'; } ol, ul{ list-style: none; } table { border-collapse: collapse; border-spacing: 0; } a{ text-decoration: none; } .flex{ display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; } .flex--wrap{ flex-wrap:wrap; } .flex-start { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; } .flex-end { -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; } .text-center{ text-align: center; } .column{ -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; -ms-box-orient: vertical; -moz-flex-direction:column; -ms-flex-direction:column; -webkit-flex-direction:column; -o-flex-direction:column; flex-direction: column; width:100%; } .center { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; } .middle{ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .space-between { -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; } .space-around { -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; justify-content: space-around; } /* End of reset */
public/styles/reset.css
*{ margin: 0; padding: 0; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ -o-box-sizing: border-box; box-sizing: border-box; } input{ outline:none; /* font-family: "Circular Std",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-family: 'Roboto'; */ } input[type="submit"]{ border:none; } button{ outline:none; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /*#DCFFEE reset linear-gradient(80deg, #00AEFF, #3369E7);*/ html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img,strong, i,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } input, button{ font-family: 'roboto'; } ol, ul{ list-style: none; } table { border-collapse: collapse; border-spacing: 0; } a{ text-decoration: none; } .flex{ display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; } .flex--wrap{ flex-wrap:wrap; } .flex-start { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; } .flex-end { -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; } .text-center{ text-align: center; } .column{ -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; -ms-box-orient: vertical; -moz-flex-direction:column; -ms-flex-direction:column; -webkit-flex-direction:column; -o-flex-direction:column; flex-direction: column; width:100%; } .center { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; } .middle{ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .space-between { -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; } .space-around { -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; justify-content: space-around; } /* End of reset */
0.331336
0.073132
*{ margin:0; padding: 0; } body{ font-family: 'microsoft yahei'; } .header{ height: 70px; width: 100%; } .header_img{ display: inline-block; height: 100%; width: 160px; margin-left: 80px; } .header_img img{ height: 100%; width: 100%; } .menuList{ float: right; margin-right: 30px; } .header .menu{ /*background-color: #b9e3e7;*/ text-decoration: none; padding: 3px 9px; vertical-align: top; display: inline-block; margin: 20px 0px; height: 25px; line-height: 25px; color: #030000; width: 83px; text-align: center; font-size: 14px; } .header .menu:hover,.header .menu.active{ cursor: pointer; background-color: #0BC2F1; color: #fff; } .video{ width: 100%; height:auto; } .content_head{ margin-top: 35px; width: 100%; height: 184px; } .content_head .service{ width: 360px; margin: 0 auto; text-align: center; font-size: 43px; color: #47b5e9; border-bottom: 2px solid #867e78; height: 64px; line-height: 64px; } .content_head span{ display: inline-block; position: relative; left:50%; margin-left: -375px; width: 750px; height:2px; color:#867e78; } .content_head .small_word{ margin-top: 9px; text-align: center; font-size: 16px; color: #544d48; } .five{ background-color: #B8CAD6; width: 100%; padding: 0 10%; height: 440px; margin: 0px auto; box-sizing: border-box; } .circle{ display: inline-block; width: 20%; float: left; } .centerImg{ width: 127px; height: 127px; border-radius: 50%; overflow: hidden; margin:70px auto; margin-bottom: 34px; background-color: #fff; } .centerImg img{ display: inherit; margin: 8% auto; width: 85%; height: 85%; } .centerImg img.cloud_img{ width: 80%; height: 80%; } .centerImg img.API{ margin: 10% auto; width: 74%; height: 74%; } .circle_head{ font-size: 26px; color:#515453; text-align: center; } .circle_p{ font-size: 14px; color: #5a5e5e; margin-top: 55px; padding: 0 25px; text-align: center; } .footer{ width: 100%; height: 200px; background-color: #282828; } .footer_left{ display: inline-block; width:50%; padding-left: 7%; box-sizing: border-box; float: left; } .footer_left .linux{ font-size: 28px; color: #fdfbfb; } .footer_left .foot_small{ font-size:14px; color: #8a8b8a; } .footer_left .one { margin-top: 40px; } .footer_right{ display: inline-block; width: 50%; padding-left:19%; box-sizing: border-box; } .footer_left .itemName{ color: #4db7e9; font-size: 32px; margin-top: 18px; } .footer_right p img{ width: 20px; height: 20px; vertical-align: -0.55em; margin-right:10px; } .footer_right p{ margin-top: 6px; font-size: 11px; color: #8a8b8a; } .footer_right p:first-child{ margin-top: 27px; font-size: 14px; color: #fcfefe; } .footer_right .phone{ margin-top:23px; }
iot_ssm/src/main/webapp/static/css/home.css
*{ margin:0; padding: 0; } body{ font-family: 'microsoft yahei'; } .header{ height: 70px; width: 100%; } .header_img{ display: inline-block; height: 100%; width: 160px; margin-left: 80px; } .header_img img{ height: 100%; width: 100%; } .menuList{ float: right; margin-right: 30px; } .header .menu{ /*background-color: #b9e3e7;*/ text-decoration: none; padding: 3px 9px; vertical-align: top; display: inline-block; margin: 20px 0px; height: 25px; line-height: 25px; color: #030000; width: 83px; text-align: center; font-size: 14px; } .header .menu:hover,.header .menu.active{ cursor: pointer; background-color: #0BC2F1; color: #fff; } .video{ width: 100%; height:auto; } .content_head{ margin-top: 35px; width: 100%; height: 184px; } .content_head .service{ width: 360px; margin: 0 auto; text-align: center; font-size: 43px; color: #47b5e9; border-bottom: 2px solid #867e78; height: 64px; line-height: 64px; } .content_head span{ display: inline-block; position: relative; left:50%; margin-left: -375px; width: 750px; height:2px; color:#867e78; } .content_head .small_word{ margin-top: 9px; text-align: center; font-size: 16px; color: #544d48; } .five{ background-color: #B8CAD6; width: 100%; padding: 0 10%; height: 440px; margin: 0px auto; box-sizing: border-box; } .circle{ display: inline-block; width: 20%; float: left; } .centerImg{ width: 127px; height: 127px; border-radius: 50%; overflow: hidden; margin:70px auto; margin-bottom: 34px; background-color: #fff; } .centerImg img{ display: inherit; margin: 8% auto; width: 85%; height: 85%; } .centerImg img.cloud_img{ width: 80%; height: 80%; } .centerImg img.API{ margin: 10% auto; width: 74%; height: 74%; } .circle_head{ font-size: 26px; color:#515453; text-align: center; } .circle_p{ font-size: 14px; color: #5a5e5e; margin-top: 55px; padding: 0 25px; text-align: center; } .footer{ width: 100%; height: 200px; background-color: #282828; } .footer_left{ display: inline-block; width:50%; padding-left: 7%; box-sizing: border-box; float: left; } .footer_left .linux{ font-size: 28px; color: #fdfbfb; } .footer_left .foot_small{ font-size:14px; color: #8a8b8a; } .footer_left .one { margin-top: 40px; } .footer_right{ display: inline-block; width: 50%; padding-left:19%; box-sizing: border-box; } .footer_left .itemName{ color: #4db7e9; font-size: 32px; margin-top: 18px; } .footer_right p img{ width: 20px; height: 20px; vertical-align: -0.55em; margin-right:10px; } .footer_right p{ margin-top: 6px; font-size: 11px; color: #8a8b8a; } .footer_right p:first-child{ margin-top: 27px; font-size: 14px; color: #fcfefe; } .footer_right .phone{ margin-top:23px; }
0.317109
0.047958
@font-face { font-family: 'Flaticon'; src: url('../fonts/Flaticon.eot?lsn0el'); src: url('../fonts/Flaticon.eot?lsn0el#iefix') format('embedded-opentype'), url('../fonts/Flaticon.ttf?lsn0el') format('truetype'), url('../fonts/Flaticon.woff?lsn0el') format('woff'), url('../fonts/Flaticon.svg?lsn0el#Flaticon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="flaticon-"], [class*=" flaticon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Flaticon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .flaticon-arrow-down:before { content: "\e900"; } .flaticon-arrow-left:before { content: "\e901"; } .flaticon-arrow-right:before { content: "\e902"; } .flaticon-arrow-thin-down:before { content: "\e903"; } .flaticon-arrow-thin-left:before { content: "\e904"; } .flaticon-arrow-thin-right:before { content: "\e905"; } .flaticon-arrow-thin-up:before { content: "\e906"; } .flaticon-arrow-up:before { content: "\e907"; } .flaticon-checkmark:before { content: "\e908"; } .flaticon-cheveron-down:before { content: "\e909"; } .flaticon-cheveron-left:before { content: "\e90a"; } .flaticon-cheveron-right:before { content: "\e90b"; } .flaticon-cheveron-up:before { content: "\e90c"; } .flaticon-dots-horizontal-triple:before { content: "\e90d"; } .flaticon-layers1:before { content: "\e90e"; } .flaticon-menu1:before { content: "\e90f"; } .flaticon-notifications-outline:before { content: "\e910"; } .flaticon-share-alt:before { content: "\e911"; } .flaticon-stand-by:before { content: "\e912"; } .flaticon-time1:before { content: "\e913"; } .flaticon-zoom-in:before { content: "\e914"; } .flaticon-zoom-out:before { content: "\e915"; } .flaticon-cell-phone:before { content: "\e916"; } .flaticon-straight-quotes:before { content: "\e917"; } .flaticon-blocks-with-angled-cuts:before { content: "\e918"; } .flaticon-business:before { content: "\e919"; } .flaticon-technology:before { content: "\e91a"; } .flaticon-graph-line-screen:before { content: "\e91b"; } .flaticon-smartphone-call:before { content: "\e91c"; } .flaticon-electric-light-bulb:before { content: "\e91d"; } .flaticon-e-mail-envelope:before { content: "\e91e"; } .flaticon-tool:before { content: "\e91f"; } .flaticon-angle-pointing-to-left:before { content: "\e920"; } .flaticon-open-laptop-computer:before { content: "\e921"; } .flaticon-angle-arrow-pointing-to-right:before { content: "\e922"; } .flaticon-chart-of-columns:before { content: "\e923"; } .flaticon-quotation-mark:before { content: "\e924"; } .flaticon-website-design-symbol:before { content: "\e925"; } .flaticon-verification-of-delivery-list-clipboard-symbol:before { content: "\e926"; } .flaticon-right-arrow-angle:before { content: "\e927"; } .flaticon-speech-bubble-outline-of-rectangular-shape:before { content: "\e928"; } .flaticon-down-arrow:before { content: "\e929"; } .flaticon-up-arrow-angle:before { content: "\e92a"; } .flaticon-right-arrow-angle-1:before { content: "\e92b"; } .flaticon-double-right-arrows-angles:before { content: "\e92c"; } .flaticon-circle:before { content: "\e92d"; } .flaticon-telephone:before { content: "\e92e"; } .flaticon-three:before { content: "\e92f"; } .flaticon-symbol:before { content: "\e930"; } .flaticon-left-quote:before { content: "\e931"; } .flaticon-laptop:before { content: "\e932"; } .flaticon-line:before { content: "\e933"; } .flaticon-sign:before { content: "\e934"; } .flaticon-delete:before { content: "\e935"; } .flaticon-new-email-outline:before { content: "\e936"; } .flaticon-check-symbol:before { content: "\e937"; } .flaticon-round:before { content: "\e938"; } .flaticon-arrows:before { content: "\e939"; } .flaticon-arrows-1:before { content: "\e93a"; } .flaticon-delete-cross:before { content: "\e93b"; } .flaticon-location:before { content: "\e93c"; } .flaticon-clipboard-with-a-list:before { content: "\e93d"; } .flaticon-technology-1:before { content: "\e93e"; } .flaticon-fax-with-phone:before { content: "\e93f"; } .flaticon-boat-anchor:before { content: "\e940"; } .flaticon-interface:before { content: "\e941"; } .flaticon-interface-1:before { content: "\e942"; } .flaticon-three-stacks-of-coins:before { content: "\e943"; } .flaticon-photo:before { content: "\e944"; } .flaticon-social-media:before { content: "\e945"; } .flaticon-layers:before { content: "\e946"; } .flaticon-edit-document:before { content: "\e947"; } .flaticon-people:before { content: "\e948"; } .flaticon-quote:before { content: "\e949"; } .flaticon-support:before { content: "\e94a"; } .flaticon-paint-palette-and-brush:before { content: "\e94b"; } .flaticon-arrow:before { content: "\e94c"; } .flaticon-shape:before { content: "\e94d"; } .flaticon-cogwheel:before { content: "\e94e"; } .flaticon-heart-1:before { content: "\e94f"; } .flaticon-arrows-2:before { content: "\e950"; } .flaticon-play-button:before { content: "\e951"; } .flaticon-home:before { content: "\e952"; } .flaticon-cross:before { content: "\e953"; } .flaticon-line-1:before { content: "\e954"; } .flaticon-right-arrow:before { content: "\e955"; } .flaticon-arrows-3:before { content: "\e956"; } .flaticon-home-1:before { content: "\e957"; } .flaticon-time:before { content: "\e958"; } .flaticon-bullhorn:before { content: "\e959"; } .flaticon-technology-2:before { content: "\e95a"; } .flaticon-food:before { content: "\e95b"; } .flaticon-nature:before { content: "\e95c"; } .flaticon-email:before { content: "\e95d"; } .flaticon-quality:before { content: "\e95e"; } .flaticon-light-bulb:before { content: "\e95f"; } .flaticon-letter:before { content: "\e960"; } .flaticon-magnifying-glass:before { content: "\e961"; } .flaticon-technology-3:before { content: "\e962"; } .flaticon-search:before { content: "\e963"; } .flaticon-rocket-launch:before { content: "\e964"; } .flaticon-multimedia:before { content: "\e965"; } .flaticon-search-1:before { content: "\e966"; } .flaticon-bag:before { content: "\e967"; } .flaticon-correct:before { content: "\e968"; } .flaticon-video-camera:before { content: "\e969"; } .flaticon-stats:before { content: "\e96a"; } .flaticon-arrows-4:before { content: "\e96b"; } .flaticon-arrows-5:before { content: "\e96c"; } .flaticon-arrows-6:before { content: "\e96d"; } .flaticon-arrows-7:before { content: "\e96e"; } .flaticon-arrows-8:before { content: "\e96f"; } .flaticon-menu:before { content: "\e970"; } .flaticon-checked:before { content: "\e971"; } .flaticon-line-2:before { content: "\e972"; } .flaticon-truck:before { content: "\e973"; } .flaticon-coin:before { content: "\e974"; } .flaticon-headphones:before { content: "\e975"; } .flaticon-shopping-bag:before { content: "\e976"; } .flaticon-money:before { content: "\e977"; } .flaticon-money-1:before { content: "\e978"; } .flaticon-garbage:before { content: "\e979"; } .flaticon-placeholder:before { content: "\e97a"; } .flaticon-heart-3:before { content: "\e97b"; } .flaticon-settings:before { content: "\e97c"; } .flaticon-link:before { content: "\e97d"; } .flaticon-star:before { content: "\e97e"; } .flaticon-tag:before { content: "\e97f"; } .flaticon-printer:before { content: "\e980"; } .flaticon-share:before { content: "\e981"; } .flaticon-house:before { content: "\e982"; } .flaticon-phone-call:before { content: "\e983"; } .flaticon-shopping-bag-1:before { content: "\e984"; } .flaticon-envelope:before { content: "\e985"; } .flaticon-bars:before { content: "\e986"; } .flaticon-remove:before { content: "\e987"; } .flaticon-time-1:before { content: "\e988"; } .flaticon-check:before { content: "\e989"; } .flaticon-link-1:before { content: "\e98a"; } .flaticon-check-1:before { content: "\e98b"; } .flaticon-add:before { content: "\e98c"; } .flaticon-computer:before { content: "\e98d"; } .flaticon-menu-1:before { content: "\e98e"; } .flaticon-placeholder-1:before { content: "\e98f"; } .flaticon-home-2:before { content: "\e990"; } .flaticon-phone-call-1:before { content: "\e991"; } .flaticon-phone-call-2:before { content: "\e992"; } .flaticon-anchor:before { content: "\e993"; } .flaticon-arrows-9:before { content: "\e994"; } .flaticon-back:before { content: "\e995"; } .flaticon-signs:before { content: "\e996"; } .flaticon-menu-2:before { content: "\e997"; } .flaticon-back-1:before { content: "\e998"; } .flaticon-wallet:before { content: "\e999"; } .flaticon-arrows-10:before { content: "\e99a"; } .flaticon-calendar:before { content: "\e99b"; } .flaticon-picture:before { content: "\e99c"; } .flaticon-picture-1:before { content: "\e99d"; } .flaticon-play-button-1:before { content: "\e99e"; } .flaticon-play-button-2:before { content: "\e99f"; } .flaticon-success:before { content: "\e9a0"; } .flaticon-add-1:before { content: "\e9a1"; } .flaticon-home-3:before { content: "\e9a2"; } .flaticon-home-4:before { content: "\e9a3"; } .flaticon-placeholder-2:before { content: "\e9a4"; } .flaticon-users:before { content: "\e9a5"; } .flaticon-unlink:before { content: "\e9a6"; } .flaticon-next:before { content: "\e9a7"; } .flaticon-triangle:before { content: "\e9a8"; } .flaticon-gamepad:before { content: "\e9a9"; } .flaticon-idea:before { content: "\e9aa"; } .flaticon-interface-2:before { content: "\e9ab"; } .flaticon-up-arrow:before { content: "\e9ac"; } .flaticon-arrows-11:before { content: "\e9ad"; } .flaticon-arrows-12:before { content: "\e9ae"; } .flaticon-arrows-13:before { content: "\e9af"; } .flaticon-close:before { content: "\e9b0"; } .flaticon-user:before { content: "\e9b1"; } .flaticon-bar-chart:before { content: "\e9b2"; } .flaticon-speech-bubble:before { content: "\e9b3"; } .flaticon-placeholder-3:before { content: "\e9b4"; } .flaticon-technology-4:before { content: "\e9b5"; } .flaticon-stick-man:before { content: "\e9b6"; } .flaticon-technology-5:before { content: "\e9b7"; } .flaticon-link-2:before { content: "\e9b8"; } .flaticon-trophy:before { content: "\e9b9"; } .flaticon-layers-1:before { content: "\e9ba"; } .flaticon-monitor:before { content: "\e9bb"; } .flaticon-home-5:before { content: "\e9bc"; } .flaticon-interface-3:before { content: "\e9bd"; } .flaticon-bar-chart-1:before { content: "\e9be"; } .flaticon-message:before { content: "\e9bf"; } .flaticon-agenda:before { content: "\e9c0"; } .flaticon-shirt:before { content: "\e9c1"; } .flaticon-maps-and-flags:before { content: "\e9c2"; } .flaticon-delete-1:before { content: "\e9c3"; } .flaticon-cancel:before { content: "\e9c4"; } .flaticon-login:before { content: "\e9c5"; } .flaticon-logout:before { content: "\e9c6"; } .flaticon-line-chart:before { content: "\e9c7"; } .flaticon-menu-3:before { content: "\e9c8"; } .flaticon-like:before { content: "\e9c9"; } .flaticon-bar-chart-2:before { content: "\e9ca"; } .flaticon-calendar-1:before { content: "\e9cb"; } .flaticon-title:before { content: "\e9cc"; } .flaticon-briefcase:before { content: "\e9cd"; } .flaticon-agenda-1:before { content: "\e9ce"; } .flaticon-technology-6:before { content: "\e9cf"; } .flaticon-arrows-14:before { content: "\e9d0"; } .flaticon-menu-4:before { content: "\e9d1"; } .flaticon-photo-1:before { content: "\e9d2"; } .flaticon-settings-1:before { content: "\e9d3"; } .flaticon-console:before { content: "\e9d4"; } .flaticon-calendar-2:before { content: "\e9d5"; } .flaticon-mail:before { content: "\e9d6"; } .flaticon-clipboard:before { content: "\e9d7"; } .flaticon-tshirt:before { content: "\e9d8"; } .flaticon-book:before { content: "\e9d9"; } .flaticon-hamburger:before { content: "\e9da"; } .flaticon-soccer-ball:before { content: "\e9db"; } .flaticon-coin-1:before { content: "\e9dc"; } .flaticon-call:before { content: "\e9dd"; } .flaticon-email-1:before { content: "\e9de"; } .flaticon-email-2:before { content: "\e9df"; } .flaticon-instagram:before { content: "\e9e0"; } .flaticon-tools:before { content: "\e9e1"; } .flaticon-pumpkin:before { content: "\e9e2"; } .flaticon-calendar-3:before { content: "\e9e3"; } .flaticon-puzzle:before { content: "\e9e4"; } .flaticon-creativity:before { content: "\e9e5"; } .flaticon-marker:before { content: "\e9e6"; } .flaticon-login-1:before { content: "\e9e7"; } .flaticon-logout-1:before { content: "\e9e8"; } .flaticon-location-pin:before { content: "\e9e9"; } .flaticon-heart:before { content: "\e9ea"; } .flaticon-donation:before { content: "\e9eb"; } .flaticon-donation-1:before { content: "\e9ec"; } .flaticon-donation-2:before { content: "\e9ed"; } .flaticon-gift:before { content: "\e9ee"; } .flaticon-gift-box:before { content: "\e9ef"; } .flaticon-heart-2:before { content: "\e9f0"; } .flaticon-donation-3:before { content: "\e9f1"; } .flaticon-world:before { content: "\e9f2"; } .flaticon-world-1:before { content: "\e9f3"; } .flaticon-charity:before { content: "\e9f4"; } .flaticon-blood:before { content: "\e9f5"; } .flaticon-blood-donation:before { content: "\e9f6"; } .flaticon-blood-1:before { content: "\e9f7"; } .flaticon-blood-2:before { content: "\e9f8"; } .flaticon-blood-3:before { content: "\e9f9"; } .flaticon-money-jar:before { content: "\e9fa"; } .flaticon-donation-4:before { content: "\e9fb"; } .flaticon-business-1:before { content: "\e9fc"; } .flaticon-tshirt-1:before { content: "\e9fd"; } .flaticon-first-aid-kit:before { content: "\e9fe"; } .flaticon-cross-1:before { content: "\e9ff"; } .flaticon-shelter:before { content: "\ea00"; } .flaticon-pet-shelter:before { content: "\ea01"; } .flaticon-simple-house-thin:before { content: "\ea02"; } .flaticon-mortarboard:before { content: "\ea03"; } .flaticon-open-book-top-view:before { content: "\ea04"; } .flaticon-group:before { content: "\ea05"; } .flaticon-dove:before { content: "\ea06"; } .flaticon-bird:before { content: "\ea07"; } .flaticon-pigeon:before { content: "\ea08"; } .flaticon-dove-1:before { content: "\ea09"; } .flaticon-dove-2:before { content: "\ea0a"; } .flaticon-dove-3:before { content: "\ea0b"; } .flaticon-dove-4:before { content: "\ea0c"; } .flaticon-fast-food:before { content: "\ea0d"; } .flaticon-harvest:before { content: "\ea0e"; } .flaticon-diet:before { content: "\ea0f"; } .flaticon-care:before { content: "\ea10"; } .flaticon-chat:before { content: "\ea11"; } .flaticon-comment:before { content: "\ea12"; } .flaticon-comment-1:before { content: "\ea13"; }
careers/static/careers/css/flaticon-old.css
@font-face { font-family: 'Flaticon'; src: url('../fonts/Flaticon.eot?lsn0el'); src: url('../fonts/Flaticon.eot?lsn0el#iefix') format('embedded-opentype'), url('../fonts/Flaticon.ttf?lsn0el') format('truetype'), url('../fonts/Flaticon.woff?lsn0el') format('woff'), url('../fonts/Flaticon.svg?lsn0el#Flaticon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="flaticon-"], [class*=" flaticon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Flaticon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .flaticon-arrow-down:before { content: "\e900"; } .flaticon-arrow-left:before { content: "\e901"; } .flaticon-arrow-right:before { content: "\e902"; } .flaticon-arrow-thin-down:before { content: "\e903"; } .flaticon-arrow-thin-left:before { content: "\e904"; } .flaticon-arrow-thin-right:before { content: "\e905"; } .flaticon-arrow-thin-up:before { content: "\e906"; } .flaticon-arrow-up:before { content: "\e907"; } .flaticon-checkmark:before { content: "\e908"; } .flaticon-cheveron-down:before { content: "\e909"; } .flaticon-cheveron-left:before { content: "\e90a"; } .flaticon-cheveron-right:before { content: "\e90b"; } .flaticon-cheveron-up:before { content: "\e90c"; } .flaticon-dots-horizontal-triple:before { content: "\e90d"; } .flaticon-layers1:before { content: "\e90e"; } .flaticon-menu1:before { content: "\e90f"; } .flaticon-notifications-outline:before { content: "\e910"; } .flaticon-share-alt:before { content: "\e911"; } .flaticon-stand-by:before { content: "\e912"; } .flaticon-time1:before { content: "\e913"; } .flaticon-zoom-in:before { content: "\e914"; } .flaticon-zoom-out:before { content: "\e915"; } .flaticon-cell-phone:before { content: "\e916"; } .flaticon-straight-quotes:before { content: "\e917"; } .flaticon-blocks-with-angled-cuts:before { content: "\e918"; } .flaticon-business:before { content: "\e919"; } .flaticon-technology:before { content: "\e91a"; } .flaticon-graph-line-screen:before { content: "\e91b"; } .flaticon-smartphone-call:before { content: "\e91c"; } .flaticon-electric-light-bulb:before { content: "\e91d"; } .flaticon-e-mail-envelope:before { content: "\e91e"; } .flaticon-tool:before { content: "\e91f"; } .flaticon-angle-pointing-to-left:before { content: "\e920"; } .flaticon-open-laptop-computer:before { content: "\e921"; } .flaticon-angle-arrow-pointing-to-right:before { content: "\e922"; } .flaticon-chart-of-columns:before { content: "\e923"; } .flaticon-quotation-mark:before { content: "\e924"; } .flaticon-website-design-symbol:before { content: "\e925"; } .flaticon-verification-of-delivery-list-clipboard-symbol:before { content: "\e926"; } .flaticon-right-arrow-angle:before { content: "\e927"; } .flaticon-speech-bubble-outline-of-rectangular-shape:before { content: "\e928"; } .flaticon-down-arrow:before { content: "\e929"; } .flaticon-up-arrow-angle:before { content: "\e92a"; } .flaticon-right-arrow-angle-1:before { content: "\e92b"; } .flaticon-double-right-arrows-angles:before { content: "\e92c"; } .flaticon-circle:before { content: "\e92d"; } .flaticon-telephone:before { content: "\e92e"; } .flaticon-three:before { content: "\e92f"; } .flaticon-symbol:before { content: "\e930"; } .flaticon-left-quote:before { content: "\e931"; } .flaticon-laptop:before { content: "\e932"; } .flaticon-line:before { content: "\e933"; } .flaticon-sign:before { content: "\e934"; } .flaticon-delete:before { content: "\e935"; } .flaticon-new-email-outline:before { content: "\e936"; } .flaticon-check-symbol:before { content: "\e937"; } .flaticon-round:before { content: "\e938"; } .flaticon-arrows:before { content: "\e939"; } .flaticon-arrows-1:before { content: "\e93a"; } .flaticon-delete-cross:before { content: "\e93b"; } .flaticon-location:before { content: "\e93c"; } .flaticon-clipboard-with-a-list:before { content: "\e93d"; } .flaticon-technology-1:before { content: "\e93e"; } .flaticon-fax-with-phone:before { content: "\e93f"; } .flaticon-boat-anchor:before { content: "\e940"; } .flaticon-interface:before { content: "\e941"; } .flaticon-interface-1:before { content: "\e942"; } .flaticon-three-stacks-of-coins:before { content: "\e943"; } .flaticon-photo:before { content: "\e944"; } .flaticon-social-media:before { content: "\e945"; } .flaticon-layers:before { content: "\e946"; } .flaticon-edit-document:before { content: "\e947"; } .flaticon-people:before { content: "\e948"; } .flaticon-quote:before { content: "\e949"; } .flaticon-support:before { content: "\e94a"; } .flaticon-paint-palette-and-brush:before { content: "\e94b"; } .flaticon-arrow:before { content: "\e94c"; } .flaticon-shape:before { content: "\e94d"; } .flaticon-cogwheel:before { content: "\e94e"; } .flaticon-heart-1:before { content: "\e94f"; } .flaticon-arrows-2:before { content: "\e950"; } .flaticon-play-button:before { content: "\e951"; } .flaticon-home:before { content: "\e952"; } .flaticon-cross:before { content: "\e953"; } .flaticon-line-1:before { content: "\e954"; } .flaticon-right-arrow:before { content: "\e955"; } .flaticon-arrows-3:before { content: "\e956"; } .flaticon-home-1:before { content: "\e957"; } .flaticon-time:before { content: "\e958"; } .flaticon-bullhorn:before { content: "\e959"; } .flaticon-technology-2:before { content: "\e95a"; } .flaticon-food:before { content: "\e95b"; } .flaticon-nature:before { content: "\e95c"; } .flaticon-email:before { content: "\e95d"; } .flaticon-quality:before { content: "\e95e"; } .flaticon-light-bulb:before { content: "\e95f"; } .flaticon-letter:before { content: "\e960"; } .flaticon-magnifying-glass:before { content: "\e961"; } .flaticon-technology-3:before { content: "\e962"; } .flaticon-search:before { content: "\e963"; } .flaticon-rocket-launch:before { content: "\e964"; } .flaticon-multimedia:before { content: "\e965"; } .flaticon-search-1:before { content: "\e966"; } .flaticon-bag:before { content: "\e967"; } .flaticon-correct:before { content: "\e968"; } .flaticon-video-camera:before { content: "\e969"; } .flaticon-stats:before { content: "\e96a"; } .flaticon-arrows-4:before { content: "\e96b"; } .flaticon-arrows-5:before { content: "\e96c"; } .flaticon-arrows-6:before { content: "\e96d"; } .flaticon-arrows-7:before { content: "\e96e"; } .flaticon-arrows-8:before { content: "\e96f"; } .flaticon-menu:before { content: "\e970"; } .flaticon-checked:before { content: "\e971"; } .flaticon-line-2:before { content: "\e972"; } .flaticon-truck:before { content: "\e973"; } .flaticon-coin:before { content: "\e974"; } .flaticon-headphones:before { content: "\e975"; } .flaticon-shopping-bag:before { content: "\e976"; } .flaticon-money:before { content: "\e977"; } .flaticon-money-1:before { content: "\e978"; } .flaticon-garbage:before { content: "\e979"; } .flaticon-placeholder:before { content: "\e97a"; } .flaticon-heart-3:before { content: "\e97b"; } .flaticon-settings:before { content: "\e97c"; } .flaticon-link:before { content: "\e97d"; } .flaticon-star:before { content: "\e97e"; } .flaticon-tag:before { content: "\e97f"; } .flaticon-printer:before { content: "\e980"; } .flaticon-share:before { content: "\e981"; } .flaticon-house:before { content: "\e982"; } .flaticon-phone-call:before { content: "\e983"; } .flaticon-shopping-bag-1:before { content: "\e984"; } .flaticon-envelope:before { content: "\e985"; } .flaticon-bars:before { content: "\e986"; } .flaticon-remove:before { content: "\e987"; } .flaticon-time-1:before { content: "\e988"; } .flaticon-check:before { content: "\e989"; } .flaticon-link-1:before { content: "\e98a"; } .flaticon-check-1:before { content: "\e98b"; } .flaticon-add:before { content: "\e98c"; } .flaticon-computer:before { content: "\e98d"; } .flaticon-menu-1:before { content: "\e98e"; } .flaticon-placeholder-1:before { content: "\e98f"; } .flaticon-home-2:before { content: "\e990"; } .flaticon-phone-call-1:before { content: "\e991"; } .flaticon-phone-call-2:before { content: "\e992"; } .flaticon-anchor:before { content: "\e993"; } .flaticon-arrows-9:before { content: "\e994"; } .flaticon-back:before { content: "\e995"; } .flaticon-signs:before { content: "\e996"; } .flaticon-menu-2:before { content: "\e997"; } .flaticon-back-1:before { content: "\e998"; } .flaticon-wallet:before { content: "\e999"; } .flaticon-arrows-10:before { content: "\e99a"; } .flaticon-calendar:before { content: "\e99b"; } .flaticon-picture:before { content: "\e99c"; } .flaticon-picture-1:before { content: "\e99d"; } .flaticon-play-button-1:before { content: "\e99e"; } .flaticon-play-button-2:before { content: "\e99f"; } .flaticon-success:before { content: "\e9a0"; } .flaticon-add-1:before { content: "\e9a1"; } .flaticon-home-3:before { content: "\e9a2"; } .flaticon-home-4:before { content: "\e9a3"; } .flaticon-placeholder-2:before { content: "\e9a4"; } .flaticon-users:before { content: "\e9a5"; } .flaticon-unlink:before { content: "\e9a6"; } .flaticon-next:before { content: "\e9a7"; } .flaticon-triangle:before { content: "\e9a8"; } .flaticon-gamepad:before { content: "\e9a9"; } .flaticon-idea:before { content: "\e9aa"; } .flaticon-interface-2:before { content: "\e9ab"; } .flaticon-up-arrow:before { content: "\e9ac"; } .flaticon-arrows-11:before { content: "\e9ad"; } .flaticon-arrows-12:before { content: "\e9ae"; } .flaticon-arrows-13:before { content: "\e9af"; } .flaticon-close:before { content: "\e9b0"; } .flaticon-user:before { content: "\e9b1"; } .flaticon-bar-chart:before { content: "\e9b2"; } .flaticon-speech-bubble:before { content: "\e9b3"; } .flaticon-placeholder-3:before { content: "\e9b4"; } .flaticon-technology-4:before { content: "\e9b5"; } .flaticon-stick-man:before { content: "\e9b6"; } .flaticon-technology-5:before { content: "\e9b7"; } .flaticon-link-2:before { content: "\e9b8"; } .flaticon-trophy:before { content: "\e9b9"; } .flaticon-layers-1:before { content: "\e9ba"; } .flaticon-monitor:before { content: "\e9bb"; } .flaticon-home-5:before { content: "\e9bc"; } .flaticon-interface-3:before { content: "\e9bd"; } .flaticon-bar-chart-1:before { content: "\e9be"; } .flaticon-message:before { content: "\e9bf"; } .flaticon-agenda:before { content: "\e9c0"; } .flaticon-shirt:before { content: "\e9c1"; } .flaticon-maps-and-flags:before { content: "\e9c2"; } .flaticon-delete-1:before { content: "\e9c3"; } .flaticon-cancel:before { content: "\e9c4"; } .flaticon-login:before { content: "\e9c5"; } .flaticon-logout:before { content: "\e9c6"; } .flaticon-line-chart:before { content: "\e9c7"; } .flaticon-menu-3:before { content: "\e9c8"; } .flaticon-like:before { content: "\e9c9"; } .flaticon-bar-chart-2:before { content: "\e9ca"; } .flaticon-calendar-1:before { content: "\e9cb"; } .flaticon-title:before { content: "\e9cc"; } .flaticon-briefcase:before { content: "\e9cd"; } .flaticon-agenda-1:before { content: "\e9ce"; } .flaticon-technology-6:before { content: "\e9cf"; } .flaticon-arrows-14:before { content: "\e9d0"; } .flaticon-menu-4:before { content: "\e9d1"; } .flaticon-photo-1:before { content: "\e9d2"; } .flaticon-settings-1:before { content: "\e9d3"; } .flaticon-console:before { content: "\e9d4"; } .flaticon-calendar-2:before { content: "\e9d5"; } .flaticon-mail:before { content: "\e9d6"; } .flaticon-clipboard:before { content: "\e9d7"; } .flaticon-tshirt:before { content: "\e9d8"; } .flaticon-book:before { content: "\e9d9"; } .flaticon-hamburger:before { content: "\e9da"; } .flaticon-soccer-ball:before { content: "\e9db"; } .flaticon-coin-1:before { content: "\e9dc"; } .flaticon-call:before { content: "\e9dd"; } .flaticon-email-1:before { content: "\e9de"; } .flaticon-email-2:before { content: "\e9df"; } .flaticon-instagram:before { content: "\e9e0"; } .flaticon-tools:before { content: "\e9e1"; } .flaticon-pumpkin:before { content: "\e9e2"; } .flaticon-calendar-3:before { content: "\e9e3"; } .flaticon-puzzle:before { content: "\e9e4"; } .flaticon-creativity:before { content: "\e9e5"; } .flaticon-marker:before { content: "\e9e6"; } .flaticon-login-1:before { content: "\e9e7"; } .flaticon-logout-1:before { content: "\e9e8"; } .flaticon-location-pin:before { content: "\e9e9"; } .flaticon-heart:before { content: "\e9ea"; } .flaticon-donation:before { content: "\e9eb"; } .flaticon-donation-1:before { content: "\e9ec"; } .flaticon-donation-2:before { content: "\e9ed"; } .flaticon-gift:before { content: "\e9ee"; } .flaticon-gift-box:before { content: "\e9ef"; } .flaticon-heart-2:before { content: "\e9f0"; } .flaticon-donation-3:before { content: "\e9f1"; } .flaticon-world:before { content: "\e9f2"; } .flaticon-world-1:before { content: "\e9f3"; } .flaticon-charity:before { content: "\e9f4"; } .flaticon-blood:before { content: "\e9f5"; } .flaticon-blood-donation:before { content: "\e9f6"; } .flaticon-blood-1:before { content: "\e9f7"; } .flaticon-blood-2:before { content: "\e9f8"; } .flaticon-blood-3:before { content: "\e9f9"; } .flaticon-money-jar:before { content: "\e9fa"; } .flaticon-donation-4:before { content: "\e9fb"; } .flaticon-business-1:before { content: "\e9fc"; } .flaticon-tshirt-1:before { content: "\e9fd"; } .flaticon-first-aid-kit:before { content: "\e9fe"; } .flaticon-cross-1:before { content: "\e9ff"; } .flaticon-shelter:before { content: "\ea00"; } .flaticon-pet-shelter:before { content: "\ea01"; } .flaticon-simple-house-thin:before { content: "\ea02"; } .flaticon-mortarboard:before { content: "\ea03"; } .flaticon-open-book-top-view:before { content: "\ea04"; } .flaticon-group:before { content: "\ea05"; } .flaticon-dove:before { content: "\ea06"; } .flaticon-bird:before { content: "\ea07"; } .flaticon-pigeon:before { content: "\ea08"; } .flaticon-dove-1:before { content: "\ea09"; } .flaticon-dove-2:before { content: "\ea0a"; } .flaticon-dove-3:before { content: "\ea0b"; } .flaticon-dove-4:before { content: "\ea0c"; } .flaticon-fast-food:before { content: "\ea0d"; } .flaticon-harvest:before { content: "\ea0e"; } .flaticon-diet:before { content: "\ea0f"; } .flaticon-care:before { content: "\ea10"; } .flaticon-chat:before { content: "\ea11"; } .flaticon-comment:before { content: "\ea12"; } .flaticon-comment-1:before { content: "\ea13"; }
0.287268
0.170681
@charset "UTF-8"; html, html * { padding: 0px; margin: 0px; } body { background-color: rgba(152,191,94,1.00); } .container { margin-right: auto; margin-left: auto; margin-bottom: 0; width: 90%; font-family: "Myriad Pro", Arial, sans-serif; font-variant: normal; background-color: #FFFFFF; padding-top: 6%; } header { width: 90%; position: fixed; top: 1%; margin-bottom: 10%; background-color: #fff; padding-top: 2%; z-index: 2; } header .imgConhdr { width: 20%; float: left; top: 0px; position: relative; bottom: 10%; padding-left: 2%; } header .imgConhdr img { width: 90%; max-width: 100%; top: 0px; } header .imgConhdr p { max-width: 100%; width: auto; text-align: center; font-size: 0.5em; } header nav { width: 75%; float: right; height: auto; top: 0px; } header nav ul { list-style-type: none; font-weight: 100; background-color: #000000; margin-bottom: 2%; margin-right: 4%; } header nav ul li { width: 14%; display: inline-block; font-weight: normal; font-size: 1.25em; color: #FFFFFF; text-align: center; margin-top: auto; margin-bottom: auto; padding-bottom: 1%; padding-left: 1%; padding-right: 1%; padding-top: 1%; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 14%; background-color: rgba(152,191,94,1.00); margin-top: auto; margin-bottom: auto; max-width: 100%; } header nav ul li a { text-decoration: none; text-align: center; color: #FFFFFF; white-space: nowrap; } .carousel { width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 2%; } .carousel .conCarousel { width: 85%; margin-left: auto; margin-right: auto; height: 50%; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .carousel .conCarousel img { width: 100%; } main p { margin-top: 3%; margin-bottom: 4%; } main h1 { text-align: center; font-size: 3em; font-weight: lighter; max-width: 100%; } main h2 { text-align: center; margin-top: 3%; margin-bottom: 0.5%; max-width: 100%; } main .content { margin-top: 0; margin-right: 10%; margin-left: 10%; margin-bottom: 0; } main .content h1 { text-align: center; font-size: 3em; font-weight: lighter; } main .content .longevityClasses { margin-right: 10%; margin-bottom: 8%; width: 25%; float: left; margin-left: 20%; } main .longevityClasses h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; max-width: 100%; } main .content .bodClasses { margin-bottom: 8%; width: 44%; float: left; } main .bodClasses h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; max-width: 100%; } main .content .member-sideImgsBox { width: 30%; padding-top: 0px; float: left; margin-bottom: 5%; margin-left: 5%; margin-right: 4%; } .content .member-sideImgsBox img { width: 100%; height: 100%; max-width: 400px; max-height: 150px; margin-top: 12%; margin-bottom: 7%; padding-right: 7%; } main article .membership-intro { width: 40%; float: left; margin-top: 1%; height: 100%; margin-bottom: 5%; padding-left: 5%; } main .content article .membership-intro h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; font-weight: bold; font-size: 2em; max-width: 100%; } .membership-intro h3 { margin-top: 6%; margin-bottom: 1.5%; } .content .membership-intro .membership-list { margin-top: 0.7%; padding-right: 3%; margin-bottom: 3%; padding-left: 5%; } main .training { clear: both; margin-left: 10%; margin-right: 10%; } main .training h2 { margin-top: 1%; margin-bottom: 0.5%; font-weight: bold; font-size: 2em; max-width: 100%; } main .training h3 { margin-top: 2%; margin-bottom: 3%; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 10%; margin-bottom: 8%; width: 40%; float: left; } main .training .specialist-list { margin-top: 2%; margin-right: auto; margin-left: 4%; margin-bottom: 10%; width: 40%; float: left; } main .content .healthBenefit-list { max-width: 100%; margin-bottom: 10%; } main .content .healthBenefit-list ul { float: left; max-width: 100%; padding-right: 5%; margin-top: -25px; margin-bottom: 0px; } main .video-articles { clear: both; margin-left: 10%; margin-right: 10%; } main .video-articles article { padding-top: 3%; } .video { overflow: hidden; position: relative; height: 0; padding-bottom: 50%; } .video iframe { left: 0; top: 0; width: 100%; height: 100%; position: absolute; max-width: 100%; } main .aboutContent { margin-top: 0; margin-right: 10%; margin-left: 10%; margin-bottom: 0; clear: both; max-width: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } main .staffBios { margin-left: 5%; margin-right: auto; margin-top: 8%; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 30%; padding-top: 1%; float: left; } main .staffBios h3 { text-align: center; margin-top: 1%; font-size: 1.5em; } main .staffBios h4 { text-align: left; margin-top: 20%; margin-bottom: 1%; } main .staffBios img { width: 60%; height: 60%; margin-top: 2%; margin-bottom: 1%; border-radius: 40%; padding-left: 20%; } main .callAction-btns { text-align: center; clear: both; margin-top: 4%; width: 100%; } main .callAction-btns h2 { text-align: center; font-size: 3em; font-weight: lighter; } main .callAction-btns ul { margin-top: 4%; margin-bottom: 4%; width: auto; } main .callAction-btns ul li { width: 30%; display: inline; list-style-type: none; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: 2%; margin-left: 2%; } main .callAction-btns li:hover { width: 30%; background-color: rgba(152,191,94,1.00); margin-top: auto; margin-bottom: auto; } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; } main .peakForm { width: 100%; margin-top: 2%; margin-bottom: 9%; background-color: rgba(173,203,127,1.00); padding-top: 5%; padding-bottom: 2%; clear: both; font-size: 1.25em; text-align: left; padding-left: 4%; } .peakForm form label input { display: block; border: 2px; margin-bottom: 2%; margin-top: 2%; } .peakForm form label { color: #FFFFFF; display: block; float: left; padding-right: 0.5em; text-align: right; width: 7em; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; border-style: groove; } .peakForm form #submit { padding-top: 0.25%; padding-right: 1.75%; padding-bottom: 0.25%; padding-left: 1.75%; } .peakForm form #reset { padding-top: 0.25%; padding-bottom: 0.25%; padding-left: 1.75%; padding-right: 1.75%; } main section .contactInfo { width: 40%; max-width: 100%; float: left; padding-left: 10%; font-size: 1.5em; text-align: left; } main .locationMap { width: 45%; max-width: 100%; float: left; padding-right: 5%; margin-bottom: 4%; } main .locationMap iframe { left: 0; top: 0; width: 100%; max-width: 100%; max-height: 100%; } footer { margin-top: 12%; font-size: 0.8em; color: #FFFFFF; background-color: #000000; display: block; padding-top: 2%; padding-bottom: 2%; clear: both; } footer h3 { padding-bottom: 7%; padding-top: 7%; } footer a { color: #FFFFFF; text-decoration: underline; } footer .conContactLinks { width: 20%; text-align: left; margin-right: auto; float: left; margin-left: 33%; } footer .conContactLinks .socialicon { width: 15%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; } footer .footerConPartners { width: 20%; margin-left: auto; text-align: left; margin-right: 26%; float: right; margin-bottom: 10%; padding-bottom: 0%; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; } footer p { text-align: center; clear: both; margin-top: 1%; padding-bottom: 5%; } /* mobile styles */ @media (max-width:400px){ body { background-color: #000000; } header { width: 90%; max-width: 100%; margin-left: auto; margin-right: auto; padding-left: auto; padding-right: auto; position: relative; height: auto; } header .imgConhdr { width: 95%; float: none; clear: none; } header .imgConhdr img { width: 100%; margin-left: auto; margin-right: auto; } header .imgConhdr p { width: 100%; max-width: 100%; text-align: center; font-size: 1.24em; margin-left: auto; margin-right: 3%; } .container header .primary-nav { float: none; margin-top: 3%; margin-right: auto; margin-bottom: 3%; margin-left: auto; padding-top: 1%; padding-right: 1%; padding-bottom: 1%; padding-left: 1%; width: 20%; } header .primary-nav ul { list-style-type: none; font-weight: 100; margin-top: 1%; margin-bottom: 4%; background-color: #FFFFFF; font-size: 1.25em; width: 100%; max-width: 100%; display: block; } header .primary-nav ul li { float: none; display: block; width: 100%; background-color: rgba(152,191,94,1.00); margin-top: 2%; margin-bottom: 2%; padding-top: 3%; padding-right: 2%; padding-bottom: 3%; padding-left: 2%; border-radius: 9px; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 100%; display: block; } main .callAction-btns { text-align: center; clear: left; } main .callAction-btns ul li { width: 69%; display: block; list-style-type: none; text-shadow: 0px 0px; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: auto; margin-left: auto; margin-bottom: 3%; margin-top: 2%; } main .callAction-btns li:hover { width: 69%; display: block; background-color: rgba(172,94,191,1.00); } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; float: none; display: block; white-space: nowrap; } .carousel .conCarousel { margin-left: auto; margin-right: auto; width: 100%; } .carousel .conCarousel img { margin-left: auto; margin-right: auto; } main .content h1 { text-align: center; font-size: 1.75em; font-weight: 900; width: auto; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main .content .longevityClasses { margin-right: 2%; margin-bottom: 8%; width: 70%; float: none; margin-left: 2%; display: block; } main .content .bodClasses { margin-bottom: 8%; width: 70%; float: none; display: block; } main .content .member-sideImgsBox { width: 70%; padding-top: 0px; float: none; margin-bottom: 5%; margin-left: 4%; margin-right: 2%; display: block; } main article .membership-intro { width: 70%; float: none; margin-top: 1%; margin-bottom: 10%; padding-left: 2%; display: block; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 2%; margin-bottom: 8%; width: 70%; float: none; display: block; } main .training .specialist-list { margin-top: 2%; margin-right: 2%; margin-left: 2%; margin-bottom: 10%; width: 70%; float: none; display: block; } main .content .healthBenefit-list ul { float: none; max-width: 100%; margin-top: 4%; margin-bottom: 0px; margin-left: auto; margin-right: auto; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 90%; padding-top: 1%; float: none; display: block; } main section .contactInfo { width: 80%; max-width: 100%; float: none; padding-left: 10%; font-size: 1.5em; text-align: left; display: block; } main .locationMap { width: 90%; max-width: 100%; float: none; padding-right: 2%; margin-bottom: 4%; padding-left: 2%; display: block; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 3%; margin-right: 3%; margin-left: 3%; margin-bottom: 3%; border-style: groove; width: 250px; height: 40px; display: block; } .peakForm form #submit { padding-top: 4%; padding-right: 4%; padding-bottom: 4%; padding-left: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; margin-top: 5%; } .peakForm form #reset { padding-top: 4%; padding-bottom: 4%; padding-left: 4%; padding-right: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; } footer h3 { text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 3%; margin-top: 10%; margin-left: auto; margin-right: auto; } footer .conContactLinks { width: 93%; text-align: center; margin-right: auto; margin-left: auto; display: block; float: none; } footer .conContactLinks .socialicon { width: 16%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; margin-left: auto; margin-right: auto; float: none; margin-bottom: 5%; } footer .footerConPartners { width: 90%; margin-left: auto; text-align: center; margin-right: auto; margin-bottom: 10%; padding-bottom: 0%; display: block; float: none; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; margin-left: 1%; margin-right: 1%; width: 100%; } footer .footerConPartners h3 { padding-top: 7%; text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 5%; margin-top: 10%; margin-left: auto; margin-right: auto; display: block; } footer a { color: #FFFFFF; text-decoration: underline; text-align: center; font-size: 1.5em; } } @media (max-width:800px){ body { background-color: #000000; } header { width: 90%; max-width: 100%; margin-left: auto; margin-right: auto; padding-left: auto; padding-right: auto; position: relative; height: auto; } header .imgConhdr { width: 95%; float: none; clear: none; } header .imgConhdr img { width: 100%; margin-left: auto; margin-right: auto; } header .imgConhdr p { width: 100%; max-width: 100%; text-align: center; font-size: 1.24em; margin-left: auto; margin-right: 3%; } .container header .primary-nav { float: none; margin-top: 3%; margin-right: auto; margin-bottom: 3%; margin-left: auto; padding-top: 1%; padding-right: 1%; padding-bottom: 1%; padding-left: 1%; width: 85%; } header .primary-nav ul { list-style-type: none; font-weight: 100; margin-top: 1%; margin-bottom: 4%; background-color: #FFFFFF; font-size: 1.25em; width: 100%; max-width: 100%; display: block; } header .primary-nav ul li { float: none; display: block; width: 100%; background-color: rgba(152,191,94,1.00); margin-top: 2%; margin-bottom: 2%; padding-top: 3%; padding-right: 2%; padding-bottom: 3%; padding-left: 2%; border-radius: 9px; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 100%; display: block; } main .callAction-btns { text-align: center; clear: left; } main .callAction-btns ul li { width: 69%; display: block; list-style-type: none; text-shadow: 0px 0px; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: auto; margin-left: auto; margin-bottom: 3%; margin-top: 2%; } main .callAction-btns li:hover { width: 69%; display: block; background-color: rgba(172,94,191,1.00); } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; float: none; display: block; } .carousel .conCarousel { width: 50%; display: block; height: auto; } .carousel .conCarousel img { width: 100%; height: auto; } main .content h1 { text-align: center; font-size: 1.75em; font-weight: 900; width: auto; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main .content .longevityClasses { margin-right: 2%; margin-bottom: 8%; width: 70%; float: none; margin-left: 2%; display: block; } main .content .bodClasses { margin-bottom: 8%; width: 70%; float: none; display: block; } main .content .member-sideImgsBox { width: 70%; padding-top: 0px; float: none; margin-bottom: 5%; margin-left: 4%; margin-right: 2%; display: block; } main article .membership-intro { width: 70%; float: none; margin-top: 1%; margin-bottom: 10%; padding-left: 2%; display: block; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 2%; margin-bottom: 8%; width: 70%; float: none; display: block; } main .training .specialist-list { margin-top: 2%; margin-right: 2%; margin-left: 2%; margin-bottom: 10%; width: 70%; float: none; display: block; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 90%; padding-top: 1%; float: none; display: block; } main section .contactInfo { width: 80%; max-width: 100%; float: none; padding-left: 10%; font-size: 1.5em; text-align: left; display: block; } main .locationMap { width: 90%; max-width: 100%; float: none; padding-right: 2%; margin-bottom: 4%; padding-left: 2%; display: block; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 3%; margin-right: 3%; margin-left: 3%; margin-bottom: 3%; border-style: groove; width: 250px; height: 40px; display: block; } .peakForm form #submit { padding-top: 4%; padding-right: 4%; padding-bottom: 4%; padding-left: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; margin-top: 5%; } .peakForm form #reset { padding-top: 4%; padding-bottom: 4%; padding-left: 4%; padding-right: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; } footer h3 { text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 3%; margin-top: 10%; margin-left: auto; margin-right: auto; } footer .conContactLinks { width: 93%; text-align: center; margin-right: auto; margin-left: auto; display: block; float: none; } footer .conContactLinks .socialicon { width: 16%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; margin-left: auto; margin-right: auto; float: none; margin-bottom: 5%; } footer .footerConPartners { width: 90%; margin-left: auto; text-align: center; margin-right: auto; margin-bottom: 10%; padding-bottom: 0%; display: block; float: none; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; margin-left: 1%; margin-right: 1%; width: 100%; } footer .footerConPartners h3 { padding-top: 7%; text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 5%; margin-top: 10%; margin-left: auto; margin-right: auto; display: block; } footer a { color: #FFFFFF; text-decoration: underline; text-align: center; font-size: 1.5em; } }
projects/peakfitness/css/peak.css
@charset "UTF-8"; html, html * { padding: 0px; margin: 0px; } body { background-color: rgba(152,191,94,1.00); } .container { margin-right: auto; margin-left: auto; margin-bottom: 0; width: 90%; font-family: "Myriad Pro", Arial, sans-serif; font-variant: normal; background-color: #FFFFFF; padding-top: 6%; } header { width: 90%; position: fixed; top: 1%; margin-bottom: 10%; background-color: #fff; padding-top: 2%; z-index: 2; } header .imgConhdr { width: 20%; float: left; top: 0px; position: relative; bottom: 10%; padding-left: 2%; } header .imgConhdr img { width: 90%; max-width: 100%; top: 0px; } header .imgConhdr p { max-width: 100%; width: auto; text-align: center; font-size: 0.5em; } header nav { width: 75%; float: right; height: auto; top: 0px; } header nav ul { list-style-type: none; font-weight: 100; background-color: #000000; margin-bottom: 2%; margin-right: 4%; } header nav ul li { width: 14%; display: inline-block; font-weight: normal; font-size: 1.25em; color: #FFFFFF; text-align: center; margin-top: auto; margin-bottom: auto; padding-bottom: 1%; padding-left: 1%; padding-right: 1%; padding-top: 1%; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 14%; background-color: rgba(152,191,94,1.00); margin-top: auto; margin-bottom: auto; max-width: 100%; } header nav ul li a { text-decoration: none; text-align: center; color: #FFFFFF; white-space: nowrap; } .carousel { width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 2%; } .carousel .conCarousel { width: 85%; margin-left: auto; margin-right: auto; height: 50%; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .carousel .conCarousel img { width: 100%; } main p { margin-top: 3%; margin-bottom: 4%; } main h1 { text-align: center; font-size: 3em; font-weight: lighter; max-width: 100%; } main h2 { text-align: center; margin-top: 3%; margin-bottom: 0.5%; max-width: 100%; } main .content { margin-top: 0; margin-right: 10%; margin-left: 10%; margin-bottom: 0; } main .content h1 { text-align: center; font-size: 3em; font-weight: lighter; } main .content .longevityClasses { margin-right: 10%; margin-bottom: 8%; width: 25%; float: left; margin-left: 20%; } main .longevityClasses h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; max-width: 100%; } main .content .bodClasses { margin-bottom: 8%; width: 44%; float: left; } main .bodClasses h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; max-width: 100%; } main .content .member-sideImgsBox { width: 30%; padding-top: 0px; float: left; margin-bottom: 5%; margin-left: 5%; margin-right: 4%; } .content .member-sideImgsBox img { width: 100%; height: 100%; max-width: 400px; max-height: 150px; margin-top: 12%; margin-bottom: 7%; padding-right: 7%; } main article .membership-intro { width: 40%; float: left; margin-top: 1%; height: 100%; margin-bottom: 5%; padding-left: 5%; } main .content article .membership-intro h2 { text-align: left; margin-top: 1%; margin-bottom: 1%; font-weight: bold; font-size: 2em; max-width: 100%; } .membership-intro h3 { margin-top: 6%; margin-bottom: 1.5%; } .content .membership-intro .membership-list { margin-top: 0.7%; padding-right: 3%; margin-bottom: 3%; padding-left: 5%; } main .training { clear: both; margin-left: 10%; margin-right: 10%; } main .training h2 { margin-top: 1%; margin-bottom: 0.5%; font-weight: bold; font-size: 2em; max-width: 100%; } main .training h3 { margin-top: 2%; margin-bottom: 3%; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 10%; margin-bottom: 8%; width: 40%; float: left; } main .training .specialist-list { margin-top: 2%; margin-right: auto; margin-left: 4%; margin-bottom: 10%; width: 40%; float: left; } main .content .healthBenefit-list { max-width: 100%; margin-bottom: 10%; } main .content .healthBenefit-list ul { float: left; max-width: 100%; padding-right: 5%; margin-top: -25px; margin-bottom: 0px; } main .video-articles { clear: both; margin-left: 10%; margin-right: 10%; } main .video-articles article { padding-top: 3%; } .video { overflow: hidden; position: relative; height: 0; padding-bottom: 50%; } .video iframe { left: 0; top: 0; width: 100%; height: 100%; position: absolute; max-width: 100%; } main .aboutContent { margin-top: 0; margin-right: 10%; margin-left: 10%; margin-bottom: 0; clear: both; max-width: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } main .staffBios { margin-left: 5%; margin-right: auto; margin-top: 8%; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 30%; padding-top: 1%; float: left; } main .staffBios h3 { text-align: center; margin-top: 1%; font-size: 1.5em; } main .staffBios h4 { text-align: left; margin-top: 20%; margin-bottom: 1%; } main .staffBios img { width: 60%; height: 60%; margin-top: 2%; margin-bottom: 1%; border-radius: 40%; padding-left: 20%; } main .callAction-btns { text-align: center; clear: both; margin-top: 4%; width: 100%; } main .callAction-btns h2 { text-align: center; font-size: 3em; font-weight: lighter; } main .callAction-btns ul { margin-top: 4%; margin-bottom: 4%; width: auto; } main .callAction-btns ul li { width: 30%; display: inline; list-style-type: none; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: 2%; margin-left: 2%; } main .callAction-btns li:hover { width: 30%; background-color: rgba(152,191,94,1.00); margin-top: auto; margin-bottom: auto; } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; } main .peakForm { width: 100%; margin-top: 2%; margin-bottom: 9%; background-color: rgba(173,203,127,1.00); padding-top: 5%; padding-bottom: 2%; clear: both; font-size: 1.25em; text-align: left; padding-left: 4%; } .peakForm form label input { display: block; border: 2px; margin-bottom: 2%; margin-top: 2%; } .peakForm form label { color: #FFFFFF; display: block; float: left; padding-right: 0.5em; text-align: right; width: 7em; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; border-style: groove; } .peakForm form #submit { padding-top: 0.25%; padding-right: 1.75%; padding-bottom: 0.25%; padding-left: 1.75%; } .peakForm form #reset { padding-top: 0.25%; padding-bottom: 0.25%; padding-left: 1.75%; padding-right: 1.75%; } main section .contactInfo { width: 40%; max-width: 100%; float: left; padding-left: 10%; font-size: 1.5em; text-align: left; } main .locationMap { width: 45%; max-width: 100%; float: left; padding-right: 5%; margin-bottom: 4%; } main .locationMap iframe { left: 0; top: 0; width: 100%; max-width: 100%; max-height: 100%; } footer { margin-top: 12%; font-size: 0.8em; color: #FFFFFF; background-color: #000000; display: block; padding-top: 2%; padding-bottom: 2%; clear: both; } footer h3 { padding-bottom: 7%; padding-top: 7%; } footer a { color: #FFFFFF; text-decoration: underline; } footer .conContactLinks { width: 20%; text-align: left; margin-right: auto; float: left; margin-left: 33%; } footer .conContactLinks .socialicon { width: 15%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; } footer .footerConPartners { width: 20%; margin-left: auto; text-align: left; margin-right: 26%; float: right; margin-bottom: 10%; padding-bottom: 0%; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; } footer p { text-align: center; clear: both; margin-top: 1%; padding-bottom: 5%; } /* mobile styles */ @media (max-width:400px){ body { background-color: #000000; } header { width: 90%; max-width: 100%; margin-left: auto; margin-right: auto; padding-left: auto; padding-right: auto; position: relative; height: auto; } header .imgConhdr { width: 95%; float: none; clear: none; } header .imgConhdr img { width: 100%; margin-left: auto; margin-right: auto; } header .imgConhdr p { width: 100%; max-width: 100%; text-align: center; font-size: 1.24em; margin-left: auto; margin-right: 3%; } .container header .primary-nav { float: none; margin-top: 3%; margin-right: auto; margin-bottom: 3%; margin-left: auto; padding-top: 1%; padding-right: 1%; padding-bottom: 1%; padding-left: 1%; width: 20%; } header .primary-nav ul { list-style-type: none; font-weight: 100; margin-top: 1%; margin-bottom: 4%; background-color: #FFFFFF; font-size: 1.25em; width: 100%; max-width: 100%; display: block; } header .primary-nav ul li { float: none; display: block; width: 100%; background-color: rgba(152,191,94,1.00); margin-top: 2%; margin-bottom: 2%; padding-top: 3%; padding-right: 2%; padding-bottom: 3%; padding-left: 2%; border-radius: 9px; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 100%; display: block; } main .callAction-btns { text-align: center; clear: left; } main .callAction-btns ul li { width: 69%; display: block; list-style-type: none; text-shadow: 0px 0px; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: auto; margin-left: auto; margin-bottom: 3%; margin-top: 2%; } main .callAction-btns li:hover { width: 69%; display: block; background-color: rgba(172,94,191,1.00); } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; float: none; display: block; white-space: nowrap; } .carousel .conCarousel { margin-left: auto; margin-right: auto; width: 100%; } .carousel .conCarousel img { margin-left: auto; margin-right: auto; } main .content h1 { text-align: center; font-size: 1.75em; font-weight: 900; width: auto; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main .content .longevityClasses { margin-right: 2%; margin-bottom: 8%; width: 70%; float: none; margin-left: 2%; display: block; } main .content .bodClasses { margin-bottom: 8%; width: 70%; float: none; display: block; } main .content .member-sideImgsBox { width: 70%; padding-top: 0px; float: none; margin-bottom: 5%; margin-left: 4%; margin-right: 2%; display: block; } main article .membership-intro { width: 70%; float: none; margin-top: 1%; margin-bottom: 10%; padding-left: 2%; display: block; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 2%; margin-bottom: 8%; width: 70%; float: none; display: block; } main .training .specialist-list { margin-top: 2%; margin-right: 2%; margin-left: 2%; margin-bottom: 10%; width: 70%; float: none; display: block; } main .content .healthBenefit-list ul { float: none; max-width: 100%; margin-top: 4%; margin-bottom: 0px; margin-left: auto; margin-right: auto; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 90%; padding-top: 1%; float: none; display: block; } main section .contactInfo { width: 80%; max-width: 100%; float: none; padding-left: 10%; font-size: 1.5em; text-align: left; display: block; } main .locationMap { width: 90%; max-width: 100%; float: none; padding-right: 2%; margin-bottom: 4%; padding-left: 2%; display: block; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 3%; margin-right: 3%; margin-left: 3%; margin-bottom: 3%; border-style: groove; width: 250px; height: 40px; display: block; } .peakForm form #submit { padding-top: 4%; padding-right: 4%; padding-bottom: 4%; padding-left: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; margin-top: 5%; } .peakForm form #reset { padding-top: 4%; padding-bottom: 4%; padding-left: 4%; padding-right: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; } footer h3 { text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 3%; margin-top: 10%; margin-left: auto; margin-right: auto; } footer .conContactLinks { width: 93%; text-align: center; margin-right: auto; margin-left: auto; display: block; float: none; } footer .conContactLinks .socialicon { width: 16%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; margin-left: auto; margin-right: auto; float: none; margin-bottom: 5%; } footer .footerConPartners { width: 90%; margin-left: auto; text-align: center; margin-right: auto; margin-bottom: 10%; padding-bottom: 0%; display: block; float: none; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; margin-left: 1%; margin-right: 1%; width: 100%; } footer .footerConPartners h3 { padding-top: 7%; text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 5%; margin-top: 10%; margin-left: auto; margin-right: auto; display: block; } footer a { color: #FFFFFF; text-decoration: underline; text-align: center; font-size: 1.5em; } } @media (max-width:800px){ body { background-color: #000000; } header { width: 90%; max-width: 100%; margin-left: auto; margin-right: auto; padding-left: auto; padding-right: auto; position: relative; height: auto; } header .imgConhdr { width: 95%; float: none; clear: none; } header .imgConhdr img { width: 100%; margin-left: auto; margin-right: auto; } header .imgConhdr p { width: 100%; max-width: 100%; text-align: center; font-size: 1.24em; margin-left: auto; margin-right: 3%; } .container header .primary-nav { float: none; margin-top: 3%; margin-right: auto; margin-bottom: 3%; margin-left: auto; padding-top: 1%; padding-right: 1%; padding-bottom: 1%; padding-left: 1%; width: 85%; } header .primary-nav ul { list-style-type: none; font-weight: 100; margin-top: 1%; margin-bottom: 4%; background-color: #FFFFFF; font-size: 1.25em; width: 100%; max-width: 100%; display: block; } header .primary-nav ul li { float: none; display: block; width: 100%; background-color: rgba(152,191,94,1.00); margin-top: 2%; margin-bottom: 2%; padding-top: 3%; padding-right: 2%; padding-bottom: 3%; padding-left: 2%; border-radius: 9px; } /* style specifies color when mouse is hovered over nav list items */ header nav li:hover { width: 100%; display: block; } main .callAction-btns { text-align: center; clear: left; } main .callAction-btns ul li { width: 69%; display: block; list-style-type: none; text-shadow: 0px 0px; color: #FFFFFF; border-radius: 6px; padding: 15px 30px 15px 30px; background-color: rgba(172,94,191,1.00); font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: normal; text-align: center; font-size: 2rem; margin-right: auto; margin-left: auto; margin-bottom: 3%; margin-top: 2%; } main .callAction-btns li:hover { width: 69%; display: block; background-color: rgba(172,94,191,1.00); } .callAction-btns ul li a { text-align: center; text-decoration: none; color: #fff; float: none; display: block; } .carousel .conCarousel { width: 50%; display: block; height: auto; } .carousel .conCarousel img { width: 100%; height: auto; } main .content h1 { text-align: center; font-size: 1.75em; font-weight: 900; width: auto; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main h2 { text-align: center; margin-top: 20%; margin-bottom: 4%; font-weight: lighter; } main .content .longevityClasses { margin-right: 2%; margin-bottom: 8%; width: 70%; float: none; margin-left: 2%; display: block; } main .content .bodClasses { margin-bottom: 8%; width: 70%; float: none; display: block; } main .content .member-sideImgsBox { width: 70%; padding-top: 0px; float: none; margin-bottom: 5%; margin-left: 4%; margin-right: 2%; display: block; } main article .membership-intro { width: 70%; float: none; margin-top: 1%; margin-bottom: 10%; padding-left: 2%; display: block; } main .training .trainingList { margin-top: 2%; margin-right: 4%; margin-left: 2%; margin-bottom: 8%; width: 70%; float: none; display: block; } main .training .specialist-list { margin-top: 2%; margin-right: 2%; margin-left: 2%; margin-bottom: 10%; width: 70%; float: none; display: block; } main .staffBios article { padding-right: 1%; padding-left: 1%; padding-bottom: 1%; width: 90%; padding-top: 1%; float: none; display: block; } main section .contactInfo { width: 80%; max-width: 100%; float: none; padding-left: 10%; font-size: 1.5em; text-align: left; display: block; } main .locationMap { width: 90%; max-width: 100%; float: none; padding-right: 2%; margin-bottom: 4%; padding-left: 2%; display: block; } .peakForm form input { padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 3%; margin-right: 3%; margin-left: 3%; margin-bottom: 3%; border-style: groove; width: 250px; height: 40px; display: block; } .peakForm form #submit { padding-top: 4%; padding-right: 4%; padding-bottom: 4%; padding-left: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; margin-top: 5%; } .peakForm form #reset { padding-top: 4%; padding-bottom: 4%; padding-left: 4%; padding-right: 4%; display: block; margin-bottom: 3%; width: 200px; height: auto; } footer h3 { text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 3%; margin-top: 10%; margin-left: auto; margin-right: auto; } footer .conContactLinks { width: 93%; text-align: center; margin-right: auto; margin-left: auto; display: block; float: none; } footer .conContactLinks .socialicon { width: 16%; padding-top: 0%; padding-right: 5%; padding-bottom: 0%; padding-left: 5%; margin-left: auto; margin-right: auto; float: none; margin-bottom: 5%; } footer .footerConPartners { width: 90%; margin-left: auto; text-align: center; margin-right: auto; margin-bottom: 10%; padding-bottom: 0%; display: block; float: none; } .footerConPartners ul li { list-style-type: none; padding-bottom: 6%; margin-left: 1%; margin-right: 1%; width: 100%; } footer .footerConPartners h3 { padding-top: 7%; text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 5%; margin-top: 10%; margin-left: auto; margin-right: auto; display: block; } footer a { color: #FFFFFF; text-decoration: underline; text-align: center; font-size: 1.5em; } }
0.59561
0.063599
* { box-sizing: border-box; } /* * VARIABLES FOR COLORS */ :root { --background-grey: #203040; --font-color-white: #ffffff; --main-color: #f08040; } /* */ html { font-size: 62%; } body { height: 100vh; font: 1.6rem Helvetica, Arial; margin: 0; } .grid-container { display: grid; grid-template-areas: "header" "main" "footer"; grid-template-columns: 1fr; grid-template-rows: 5rem 1fr 5rem; height: 100%; } /* NAVBAR STYEL */ header { grid-area: header; background-color: var(--background-grey); color: var(--font-color-white); display: flex; justify-content: space-between; align-items: center; padding: 0.5rem; } header div a { color: var(--font-color-white); font-weight: bold; text-decoration: none; } header div a:hover { color: var(--main-color); } .brand a { font-size: 3rem; } /* ANCRO HOVER */ a { text-decoration: none; } a:hover { color: var(--main-color); } /**/ /* FOOTER STYLE */ footer { background-color: var(--background-grey); display: flex; justify-content: center; color: var(--font-color-white); align-items: center; border-radius: 5rem 5rem 0rem 0rem; } /* PRODUCT CARD */ .products { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; justify-content: center; } .products li { flex: 0 1 30rem; margin: 1rem; margin-bottom: .3rem; height: 42rem; border-top: 1rem var(--background-grey) solid; border-bottom: 1rem var(--background-grey) solid; border-radius: 1rem 1rem 0rem 0rem; /* SHADOWS */ -webkit-box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; -moz-box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; width: 30rem; } .product { padding: 1rem; display: flex; flex-direction: column; justify-content: space-around; height: 100%; } .product a img { display: flex; margin: 0 auto; align-items: center; justify-content: center; max-height: 26rem; max-width: 20rem; margin-top: 2rem; transition: .3s ease-out; } .product a img:hover { transition: .3s ease-in; transform: scale(1.1); } .product-name { font-size: 2rem; } .product-brand { font-size: 1.5rem; color: grey; } .product-price { font-size: 2rem; font-weight: bold; }
frontend/src/style.css
* { box-sizing: border-box; } /* * VARIABLES FOR COLORS */ :root { --background-grey: #203040; --font-color-white: #ffffff; --main-color: #f08040; } /* */ html { font-size: 62%; } body { height: 100vh; font: 1.6rem Helvetica, Arial; margin: 0; } .grid-container { display: grid; grid-template-areas: "header" "main" "footer"; grid-template-columns: 1fr; grid-template-rows: 5rem 1fr 5rem; height: 100%; } /* NAVBAR STYEL */ header { grid-area: header; background-color: var(--background-grey); color: var(--font-color-white); display: flex; justify-content: space-between; align-items: center; padding: 0.5rem; } header div a { color: var(--font-color-white); font-weight: bold; text-decoration: none; } header div a:hover { color: var(--main-color); } .brand a { font-size: 3rem; } /* ANCRO HOVER */ a { text-decoration: none; } a:hover { color: var(--main-color); } /**/ /* FOOTER STYLE */ footer { background-color: var(--background-grey); display: flex; justify-content: center; color: var(--font-color-white); align-items: center; border-radius: 5rem 5rem 0rem 0rem; } /* PRODUCT CARD */ .products { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; justify-content: center; } .products li { flex: 0 1 30rem; margin: 1rem; margin-bottom: .3rem; height: 42rem; border-top: 1rem var(--background-grey) solid; border-bottom: 1rem var(--background-grey) solid; border-radius: 1rem 1rem 0rem 0rem; /* SHADOWS */ -webkit-box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; -moz-box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; box-shadow: 0px -2px 18px -9px rgba(0, 0, 0, 0.91) !important; width: 30rem; } .product { padding: 1rem; display: flex; flex-direction: column; justify-content: space-around; height: 100%; } .product a img { display: flex; margin: 0 auto; align-items: center; justify-content: center; max-height: 26rem; max-width: 20rem; margin-top: 2rem; transition: .3s ease-out; } .product a img:hover { transition: .3s ease-in; transform: scale(1.1); } .product-name { font-size: 2rem; } .product-brand { font-size: 1.5rem; color: grey; } .product-price { font-size: 2rem; font-weight: bold; }
0.312685
0.107157
body { font-family: "rooney-web", Avenir-Book, Calibri, sans-serif; color: #777; line-height: 1.4; } * { box-sizing: border-box; margin: 0; padding: 0; } p { margin-bottom: 1em; } .module { width: 400px; padding: 20px; } .remaining { display: block; color: white; text-align: center; background-color: #424242; border-radius: 5px; margin-bottom: 1em; padding: 10px; } .remaining:after { border-top: 8px solid #424242; border-left: 6px solid transparent; border-right: 6px solid transparent; bottom: -37px; content: ""; position: relative; } .progress { border: 2px solid #eaeaea; background-color: #f5f5f5; border-bottom: 0; } .progress-bar { width: 70%; background-color: #EF5F3C; height: 1em; display: block; -webkit-animation: load 2s ease-in-out; -o-animation: load 2s ease-in-out; animation: load 2s ease-in-out; } .main { padding: 1em; border: 2px solid #eaeaea; margin-bottom: 5px; } .remaining-days { color: #EF5F3C; } .col { width: 50%; float: left; padding-right: 0.5em; } .col + .col { padding-left: 0.5em; padding-right: 0; } .input-over { padding: 0.2em ; position: absolute; border: 2px solid transparent; } .input-form .input { padding-left: 1.0em; border: 2px solid #eaeaea; } .input:focus { outline: none; border: 2px solid #20A1D4; } .input, .donate { display: inline-block; padding: 0.5em; border-radius: 5px; width: 100%; } .donate{ color: white; background-color: #1CBC2C; border: 2px solid #1CBC2C; text-align: center; } .donate:hover, .donate:focus { cursor: pointer; outline: none; background-color: #13F226; } .save, .share { width: 100%; display: inline-block; border: 2px solid #eaeaea; box-shadow: 0 1px 1px #ababab; border-radius: 5px; text-decoration: none; color: #777; padding: 0.6em; background-color: #f5f5f5; } .save:hover, .share:hover { border-color: #20A1D4; } .why { display: inline-block; color: #20A1D4; font-style: italic; font-size: small; text-decoration: none; } .why:hover { text-decoration: underline; } .clearfix:after { clear:both; content:"."; display:block; font-size:0; height:0; visibility:hidden; } @-webkit-keyframes load { from { width: 0; } to { width: 70%; } } @-o-keyframes load { from { width: 0; } to { width: 70%; } } @-moz-keyframes load { from { width: 0; } to { width: 70%; } } @keyframes load { from { width: 0; } to { width: 70%; } } /* COLORS: blue: #20A1D4; green: #1CBC2C; orange: #EF5F3C; black: #424242; grey: #777; light grey: #eaeaea; */
data/train/css/85fc056818d0649aa58ddc9d3fba71b484d81a9cmodule.css
body { font-family: "rooney-web", Avenir-Book, Calibri, sans-serif; color: #777; line-height: 1.4; } * { box-sizing: border-box; margin: 0; padding: 0; } p { margin-bottom: 1em; } .module { width: 400px; padding: 20px; } .remaining { display: block; color: white; text-align: center; background-color: #424242; border-radius: 5px; margin-bottom: 1em; padding: 10px; } .remaining:after { border-top: 8px solid #424242; border-left: 6px solid transparent; border-right: 6px solid transparent; bottom: -37px; content: ""; position: relative; } .progress { border: 2px solid #eaeaea; background-color: #f5f5f5; border-bottom: 0; } .progress-bar { width: 70%; background-color: #EF5F3C; height: 1em; display: block; -webkit-animation: load 2s ease-in-out; -o-animation: load 2s ease-in-out; animation: load 2s ease-in-out; } .main { padding: 1em; border: 2px solid #eaeaea; margin-bottom: 5px; } .remaining-days { color: #EF5F3C; } .col { width: 50%; float: left; padding-right: 0.5em; } .col + .col { padding-left: 0.5em; padding-right: 0; } .input-over { padding: 0.2em ; position: absolute; border: 2px solid transparent; } .input-form .input { padding-left: 1.0em; border: 2px solid #eaeaea; } .input:focus { outline: none; border: 2px solid #20A1D4; } .input, .donate { display: inline-block; padding: 0.5em; border-radius: 5px; width: 100%; } .donate{ color: white; background-color: #1CBC2C; border: 2px solid #1CBC2C; text-align: center; } .donate:hover, .donate:focus { cursor: pointer; outline: none; background-color: #13F226; } .save, .share { width: 100%; display: inline-block; border: 2px solid #eaeaea; box-shadow: 0 1px 1px #ababab; border-radius: 5px; text-decoration: none; color: #777; padding: 0.6em; background-color: #f5f5f5; } .save:hover, .share:hover { border-color: #20A1D4; } .why { display: inline-block; color: #20A1D4; font-style: italic; font-size: small; text-decoration: none; } .why:hover { text-decoration: underline; } .clearfix:after { clear:both; content:"."; display:block; font-size:0; height:0; visibility:hidden; } @-webkit-keyframes load { from { width: 0; } to { width: 70%; } } @-o-keyframes load { from { width: 0; } to { width: 70%; } } @-moz-keyframes load { from { width: 0; } to { width: 70%; } } @keyframes load { from { width: 0; } to { width: 70%; } } /* COLORS: blue: #20A1D4; green: #1CBC2C; orange: #EF5F3C; black: #424242; grey: #777; light grey: #eaeaea; */
0.424889
0.133585
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); .text-1 { font-family: "Josefin Sans", sans-serif; font-weight: 600; } .text-2 { font-family: 'Titillium Web', sans-serif; font-weight: 400; } .text-3 { font-family: 'Inter', sans-serif; font-weight: 400; } .font-1 { font-size: 1.25em; font-weight: 600; } .font-2 { font-size: 1.2em; font-weight: 500; } .font-3 { font-size: 1.15em; font-weight: 500; } .font-4 { font-size: 1.1em; font-weight: 600; } .font-5 { font-size: 1.05em; } .font-6 { font-size: 1em; } .font-7 { font-size: .9em; } .font-8 { font-size: 0.8em; } @media(max-width: 1168px){ .font-1 { font-size: 1.23em; } .font-2 { font-size: 1.18em; } .font-3 { font-size: 1.13em; } .font-4 { font-size: 1.08em; } .font-5 { font-size: 1.03em; } .font-6 { font-size: .98em; } .font-7 { font-size: .88em; } .font-8 { font-size: .78em; } } @media(max-width: 1068px){ .font-1 { font-size: 1.22em; } .font-2 { font-size: 1.16em; } .font-3 { font-size: 1.11em; } .font-4 { font-size: 1.06em; } .font-5 { font-size: 1.01em; } .font-6 { font-size: .96em; } .font-7 { font-size: .86em; } .font-8 { font-size: .76em; } } @media(max-width: 968px){ .font-1 { font-size: 1.21em; } .font-2 { font-size: 1.15em; } .font-3 { font-size: 1.09em; } .font-4 { font-size: 1.05em; } .font-5 { font-size: 1em; } .font-6 { font-size: .95em; } .font-7 { font-size: .85em; } .font-8 { font-size: .75em; } } @media(max-width: 868px){ .font-1 { font-size: 1.2em; } .font-2 { font-size: 1.13em; } .font-3 { font-size: 1.07em; } .font-4 { font-size: 1.03em; } .font-5 { font-size: .98em; } .font-6 { font-size: .93em; } .font-7 { font-size: .83em; } .font-8 { font-size: .73em; } } @media(max-width: 768px){ .font-1 { font-size: 1.18em; } .font-2 { font-size: 1.12em; } .font-3 { font-size: 1.05em; } .font-4 { font-size: 1.01em; } .font-5 { font-size: .96em; } .font-6 { font-size: .91em; } .font-7 { font-size: .81em; } .font-8 { font-size: .71em; } } @media(max-width: 668px){ .font-1 { font-size: 1.17em; } .font-2 { font-size: 1.1em; } .font-3 { font-size: 1.03em; } .font-4 { font-size: 1em; } .font-5 { font-size: .95em; } .font-6 { font-size: .9em; } .font-7 { font-size: .8em; } .font-8 { font-size: .7em; } } @media(max-width: 568px){ .font-1 { font-size: 1.16em; } .font-2 { font-size: 1.08em; } .font-3 { font-size: 1.01em; } .font-4 { font-size: .98em; } .font-5 { font-size: .93em; } .font-6 { font-size: .88em; } .font-7 { font-size: .78em; } .font-8 { font-size: .68em; } } @media(max-width: 468px){ .font-1 { font-size: 1.15em; } .font-2 { font-size: 1.07em; } .font-3 { font-size: .99em; } .font-4 { font-size: .97em; } .font-5 { font-size: .92em; } .font-6 { font-size: .87em; } .font-7 { font-size: .77em; } .font-8 { font-size: .67em; } }
styles/fonts.css
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); .text-1 { font-family: "Josefin Sans", sans-serif; font-weight: 600; } .text-2 { font-family: 'Titillium Web', sans-serif; font-weight: 400; } .text-3 { font-family: 'Inter', sans-serif; font-weight: 400; } .font-1 { font-size: 1.25em; font-weight: 600; } .font-2 { font-size: 1.2em; font-weight: 500; } .font-3 { font-size: 1.15em; font-weight: 500; } .font-4 { font-size: 1.1em; font-weight: 600; } .font-5 { font-size: 1.05em; } .font-6 { font-size: 1em; } .font-7 { font-size: .9em; } .font-8 { font-size: 0.8em; } @media(max-width: 1168px){ .font-1 { font-size: 1.23em; } .font-2 { font-size: 1.18em; } .font-3 { font-size: 1.13em; } .font-4 { font-size: 1.08em; } .font-5 { font-size: 1.03em; } .font-6 { font-size: .98em; } .font-7 { font-size: .88em; } .font-8 { font-size: .78em; } } @media(max-width: 1068px){ .font-1 { font-size: 1.22em; } .font-2 { font-size: 1.16em; } .font-3 { font-size: 1.11em; } .font-4 { font-size: 1.06em; } .font-5 { font-size: 1.01em; } .font-6 { font-size: .96em; } .font-7 { font-size: .86em; } .font-8 { font-size: .76em; } } @media(max-width: 968px){ .font-1 { font-size: 1.21em; } .font-2 { font-size: 1.15em; } .font-3 { font-size: 1.09em; } .font-4 { font-size: 1.05em; } .font-5 { font-size: 1em; } .font-6 { font-size: .95em; } .font-7 { font-size: .85em; } .font-8 { font-size: .75em; } } @media(max-width: 868px){ .font-1 { font-size: 1.2em; } .font-2 { font-size: 1.13em; } .font-3 { font-size: 1.07em; } .font-4 { font-size: 1.03em; } .font-5 { font-size: .98em; } .font-6 { font-size: .93em; } .font-7 { font-size: .83em; } .font-8 { font-size: .73em; } } @media(max-width: 768px){ .font-1 { font-size: 1.18em; } .font-2 { font-size: 1.12em; } .font-3 { font-size: 1.05em; } .font-4 { font-size: 1.01em; } .font-5 { font-size: .96em; } .font-6 { font-size: .91em; } .font-7 { font-size: .81em; } .font-8 { font-size: .71em; } } @media(max-width: 668px){ .font-1 { font-size: 1.17em; } .font-2 { font-size: 1.1em; } .font-3 { font-size: 1.03em; } .font-4 { font-size: 1em; } .font-5 { font-size: .95em; } .font-6 { font-size: .9em; } .font-7 { font-size: .8em; } .font-8 { font-size: .7em; } } @media(max-width: 568px){ .font-1 { font-size: 1.16em; } .font-2 { font-size: 1.08em; } .font-3 { font-size: 1.01em; } .font-4 { font-size: .98em; } .font-5 { font-size: .93em; } .font-6 { font-size: .88em; } .font-7 { font-size: .78em; } .font-8 { font-size: .68em; } } @media(max-width: 468px){ .font-1 { font-size: 1.15em; } .font-2 { font-size: 1.07em; } .font-3 { font-size: .99em; } .font-4 { font-size: .97em; } .font-5 { font-size: .92em; } .font-6 { font-size: .87em; } .font-7 { font-size: .77em; } .font-8 { font-size: .67em; } }
0.260107
0.184327
body{ /*/*background: #000000; Old browsers */ background-image: url("../img/background.jpg"); /*background-size: auto 100%;*/ /*background: #0e0b0a; height: 100%; width: 100%; background: #000000; /* Old browsers */ /*background: -moz-linear-gradient(top, #000000 65%, #850214 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000000), color-stop(100%, #850214)); /* Chrome,Safari4+ */ /*background: -webkit-linear-gradient(top, #000000 65%, #850214 100%); /* Chrome10+,Safari5.1+ */ /*background: -o-linear-gradient(top, #000000 65%, #850214 100%); /* Opera 11.10+ */ /*background: -ms-linear-gradient(top, #000000 65%, #850214 100%); /* IE10+ */ /*background: linear-gradient(to bottom, #000000 65%, #850214 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#850214', GradientType=0 ); /* IE6-9 */ } .content{ width: 100%; padding: 0 75px; margin-right: auto; /*padding-left: 15px; padding-right: 15px;*/ } .back-img{ width:auto; display: block; margin: auto; max-width: 100%; background-color: #0e0b0a; } /*.bgbginmenu { background-color: #0e0b0a; }*/ .content-in { background-color: #0e0b0a; margin: auto; max-width: 1307px; position: relative; width: 100%; } .cash-tag { color: #ffffff; font-size: 22px; left: 183px; position: absolute; top: 391px; -webkit-animation-name: text-glow; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -moz-animation-name: text-glow; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; animation-name: text-glow; animation-duration: 2s; } @-webkit-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-moz-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-ms-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-o-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } .btn-main { background: url("../img/button.png") no-repeat scroll center center rgba(0, 0, 0, 0); display: block; height: 125px; left: 569px; position: absolute; top: 457px; width: 500px; } .btn-main img { position: absolute; left: 24px; top: 19px; -webkit-animation-name: greenPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -moz-animation-name: greenPulse; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; animation-name: greenPulse; animation-duration: 2s; animation-iteration-count: infinite; border-radius: 100px; -ms-transform: skew(22deg, -6deg); /* IE 9 */ -webkit-transform: skew(22deg, -6deg); /* Chrome, Safari, Opera */ transform: skew(22deg, -6deg); padding: 5px; width: 69px; height: 69px; border: 1px solid #333; } @-webkit-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-moz-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-ms-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-o-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } ul li:nth-child(1) a { background: none repeat scroll 0 0 #00cc33; } ul li a { border: 1px solid #ffffff; color: #ffffff; display: block; font-size: 22px; padding: 10px 39px; text-align: center; } ul li:nth-child(2) a { background: none repeat scroll 0 0 #0099ff; } ul li:nth-child(3) a { background: none repeat scroll 0 0 #ff9900; } ul li:nth-child(4) a { background: none repeat scroll 0 0 #ff0000; } .bottom ul { list-style: outside none none; margin: 0; width: 100%; } .bottom ul li { float: left; margin: 0 4px; width: auto; }
css/style.css
body{ /*/*background: #000000; Old browsers */ background-image: url("../img/background.jpg"); /*background-size: auto 100%;*/ /*background: #0e0b0a; height: 100%; width: 100%; background: #000000; /* Old browsers */ /*background: -moz-linear-gradient(top, #000000 65%, #850214 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000000), color-stop(100%, #850214)); /* Chrome,Safari4+ */ /*background: -webkit-linear-gradient(top, #000000 65%, #850214 100%); /* Chrome10+,Safari5.1+ */ /*background: -o-linear-gradient(top, #000000 65%, #850214 100%); /* Opera 11.10+ */ /*background: -ms-linear-gradient(top, #000000 65%, #850214 100%); /* IE10+ */ /*background: linear-gradient(to bottom, #000000 65%, #850214 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#850214', GradientType=0 ); /* IE6-9 */ } .content{ width: 100%; padding: 0 75px; margin-right: auto; /*padding-left: 15px; padding-right: 15px;*/ } .back-img{ width:auto; display: block; margin: auto; max-width: 100%; background-color: #0e0b0a; } /*.bgbginmenu { background-color: #0e0b0a; }*/ .content-in { background-color: #0e0b0a; margin: auto; max-width: 1307px; position: relative; width: 100%; } .cash-tag { color: #ffffff; font-size: 22px; left: 183px; position: absolute; top: 391px; -webkit-animation-name: text-glow; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -moz-animation-name: text-glow; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; animation-name: text-glow; animation-duration: 2s; } @-webkit-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-moz-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-ms-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } @-o-keyframes text-glow { from { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow:0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } 50% { -webkit-text-shadow: 0 0 8px #21ad00; -moz-text-shadow: 0 0 8px #21ad00; text-shadow: 0 0 8px #21ad00; } to { -webkit-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; -moz-text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; text-shadow: 0 0 5px #2def00, 0 0 10px #2def00, 0 0 15px #2def00, 0 0 20px #2def00, 0 0 35px #2def00; } } .btn-main { background: url("../img/button.png") no-repeat scroll center center rgba(0, 0, 0, 0); display: block; height: 125px; left: 569px; position: absolute; top: 457px; width: 500px; } .btn-main img { position: absolute; left: 24px; top: 19px; -webkit-animation-name: greenPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -moz-animation-name: greenPulse; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; animation-name: greenPulse; animation-duration: 2s; animation-iteration-count: infinite; border-radius: 100px; -ms-transform: skew(22deg, -6deg); /* IE 9 */ -webkit-transform: skew(22deg, -6deg); /* Chrome, Safari, Opera */ transform: skew(22deg, -6deg); padding: 5px; width: 69px; height: 69px; border: 1px solid #333; } @-webkit-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-moz-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-ms-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } @-o-keyframes greenPulse { from { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } 50% { background-color: #FF9900; -webkit-box-shadow: 0 0 18px #FF9900; -moz-box-shadow: 0 0 18px #FF9900; box-shadow: 0 0 18px #FF9900; } to { background-color: #0066CC; -webkit-box-shadow: 0 0 9px #0066CC; -moz-box-shadow: 0 0 9px #0066CC; box-shadow: 0 0 9px #0066CC; } } ul li:nth-child(1) a { background: none repeat scroll 0 0 #00cc33; } ul li a { border: 1px solid #ffffff; color: #ffffff; display: block; font-size: 22px; padding: 10px 39px; text-align: center; } ul li:nth-child(2) a { background: none repeat scroll 0 0 #0099ff; } ul li:nth-child(3) a { background: none repeat scroll 0 0 #ff9900; } ul li:nth-child(4) a { background: none repeat scroll 0 0 #ff0000; } .bottom ul { list-style: outside none none; margin: 0; width: 100%; } .bottom ul li { float: left; margin: 0 4px; width: auto; }
0.144631
0.064447
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } html, body{ height: 100%; } .clear{ clear: both; } .container{ max-width: 1200px; margin: 0 auto; } header{ width: 100%; height: 90vh; min-height: 650px; padding: 40px 2%; background-size: cover; background-position: center; background-image: url('../imagens/capa.png'); font-weight: 300; } header .logo{ position: relative; top: -5px; float: left; width: 180px; height: 43px; text-align: center; } header .logo a{ text-decoration: none; color: white; font-size: 16px; transition: .2s; } header .logo a h1{ font-weight: 400; } header .logo a:hover{ font-size: 17px; color: #c0abd1; } header nav{ float: right; line-height: 43px; } header nav.mobile-menu{ display: none; cursor: pointer; transition: .2s; } header nav.mobile-menu ul{ opacity: 0; background-color: rgba(255, 255, 255, 0.75); position: absolute; width: 100%; left: 0; top: 80px; list-style-type: none; text-align: center; transition: .2s; } header nav.mobile-menu ul li{ padding: 8px 0; height: 62px; border-bottom: 1px solid black; transition: .4s; } header nav.mobile-menu ul li:hover{ background-color: rgba(255, 255, 255, 0.6); } header nav.mobile-menu ul li a{ text-decoration: none; color: black; font-size: 20px; transition: .2s; } header nav.mobile-menu ul li:hover a{ font-size: 25px; color: #472562; font-weight: 400; } header nav.mobile-menu:hover ul{ opacity: 1; } header nav.desktop-menu ul{ list-style: none; height: 43px; } header nav.desktop-menu li{ float: left; /* background-color: green; */ margin: 0 20px; height: 43px; } header nav.desktop-menu li a{ text-decoration: none; color: white; transition: .2s; } header nav.desktop-menu li:hover a{ font-size: 17px; text-decoration: underline; color: #c0abd1; } header .chamada1{ max-width: 600px; float: right; margin:150px 0px; } header .chamada1 h2{ font-size: 40px; color: white; font-weight: 300; } header .chamada1 p{ font-size: 16px; color: white; margin-top: 10px; } section.sessao1{ width: 100%; background-color: #472562; padding: 0px 2%; height: 320px; } section.sessao1 .container{ max-width: 1000px; } .texto-sessao1{ float: left; color: white; width: 50%; position: relative; left: 60px; margin-top: 60px; padding-left: 80px; } .texto-sessao1 h2{ font-weight: 300; font-size: 26px; } .texto-sessao1 p{ margin-top: 20px; font-size: 16px; font-weight: 400; } .texto-sessao1 ul{ list-style-position: outside; padding-left: 15px; font-size: 16px; } .texto-sessao1 ul li{ float: left; width: 100%; margin-top: 4px; } .btn1-texto{ background-color: #ff703d; width: 165px; height: 44px; cursor: pointer; margin-top: 20px; text-align: center; line-height: 42px; border-radius: 30px; transition: background-color .2s; } .btn1-texto a{ font-size: 14px; text-decoration: none; color: white; } .btn1-texto:hover{ background-color: #ec5a25; } .device-sessao1{ position: relative; top: 20%; transform: translatey(-20%); right: 60px; float: right; width: 50%; height: 400px; background-image: url('../imagens/device.png'); background-repeat: no-repeat; background-size: 100% 100%; } .sessao2{ padding: 80px 2% 0; background-color: white; text-align: center; } .sessao2 .container{ max-width: 1000px; } .sessao2 h2{ color: #472663; font-weight: 300; font-size: 30px; } .sessao2 p{ font-size: 18px; margin-top: 30px; max-width: 900px; display: inline-block; font-weight: 300; } .sessao2 img{ position: relative; top: 60px; width: 90%; /* margin-top: 40px; */ box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); -moz-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); } .sessao3{ width: 100%; } .wraper-part1{ max-width: 500px; float: right; padding-right: 30px; text-align: right; margin-top: 100px; } .sessao3 .part1{ color: white; float: left; width: 50%; height: 350px; padding-left: 2%; background-color: #835fa7; } .sessao3 .part1 h2{ font-weight: 300; font-style: italic; font-size: 23px; } .sessao3 .part1 p{ font-size: 15px; margin-top: 10px; line-height: 35px; } .sessao3 .part2{ float: left; width: 50%; height: 350px; padding-right: 2%; background-color: rgb(224, 224, 224); } .sessao3 .part2 .sobre-autor{ float: left; max-width: 500px; padding-left: 30px; margin-top: 100px; } .titulo-autor{ float: left; width: 100%; } .wraper-titulo-autor{ float: left; padding-right: 20px; } .titulo-autor h2{ color: #232323; font-size: 25px; font-weight: 400; } .titulo-autor p{ font-size: 13px; color: #232323; font-style: italic; font-weight: 300; } .img-autor{ float: left; width: 70px; padding-top: 70px; position: relative; top: -10px; background-image: url('../imagens/desenvolvedor.jpeg'); background-size: 400%; background-position: 45% 10%; background-repeat: no-repeat; border-radius: 50%; } .texto-autor{ float: left; width: 100%; margin-top: 10px; } .texto-autor p{ color: #232323; font-size: 15px; } .slider-bullets{ width: 100%; float: left; margin-top: 10px; padding-left: 30px; } .slider-bullets span{ width: 13px; height: 13px; float: left; border-radius: 50%; margin-right: 8px; cursor: pointer; background-color: rgb(0, 0, 0); } section.sessao4{ background-color: #472563; padding: 50px 0 80px; } .form{ float: left; width: 50%; color: white; padding-left: 10px; } .form h2{ font-size: 30px; font-weight: 300; } .form p{ margin-top: 20px; font-size: 15px; font-weight: 300; width: 90%; max-width: 480px; } .form form{ margin-top: 15px; } .form form input[type=text]{ width: 90%; max-width: 480px; height: 48px; font-size: 15px; padding-left: 8px; line-height: 58px; border: 1px solid rgb(200, 200, 200); margin-top: 8px; border-radius: 6px; transition: .2s; color: rgb(80, 80, 80); } .form form textarea{ resize: none; width: 90%; max-width: 480px; padding: 15px; border: 1px solid rgb(200, 200, 200); height: 160px; font-size: 15px; margin-top: 8px; border-radius: 6px; transition: .2s; color: rgb(80, 80, 80); } .form form input[type=submit]{ background-color: #ff703d; width: 165px; height: 44px; cursor: pointer; margin-top: 10px; border-radius: 30px; transition: background-color .2s; border: 0; font-size: 16px; color: white; } .form form input[type=submit]:hover{ background-color: #ec5a25; } .form form input[type=text]:focus, .form form input[type=submit]:focus, .form form textarea:focus{ outline: none; border: 2px solid rgb(212, 0, 255); } .map-wraper{ float: left; width: 50%; color: white; padding:0 10px; } .map-wraper h2{ font-size: 30px; font-weight: 300; } .map-wraper2{ width: 100%; max-width: 480px; position: relative; margin-top: 20px; } .map-wraper3{ position: absolute; left: 0; top: 0; width: 100%; padding-top: 100%; max-width: 480px; } .map{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #192123; border: 5px solid rgb(200, 200, 200); } footer{ padding: 40px 2%; background-color: #192123; } footer p{ font-size: 14px; color: white; } footer p:nth-of-type(1){ float: left; } footer p:nth-of-type(2){ float: right; } @media screen and (max-width: 992px){ .texto-sessao1{ margin-top: 40px; left: 45px; padding-left: 60px; } .device-sessao1{ right: 15px; } } @media screen and (max-width: 770px){ header{ width: 100%; height: auto; min-height: 90vh; padding: 40px 2%; } header nav.desktop-menu{ display: none; } header nav.mobile-menu{ display: block; } header .chamada1{ max-width: none; width: 100%; float: none; margin:100px 0; text-align: center; } header .chamada1 h2{ font-size: 30px; padding: 0 10px; } header .chamada1 h2{ font-size: 30px; } section.sessao1{ padding: 40px 2%; height: auto; margin: 0 auto; text-align: center; } .texto-sessao1{ width: 100%; display: inline-block; margin-top: 0; position: static; padding-left: 0; left: none; } .texto-sessao1 ul{ display: inline-block; margin: 20px 0; } .texto-sessao1 ul li{ float: none; text-align: left; } .btn1-texto{ display: inline-block; } .device-sessao1{ display: none; } .sessao2{ padding: 40px 2% 0; } section.sessao4{ padding: 50px 0; } .form{ float: none; width: 100%; text-align: center; } .form p{ width: 90%; display: inline-block; } .form form input[type=submit]{ background-color: #ff703d; width: 180px; display: block; margin: 10px auto; font-size: 20px; } .map-wraper{ float: none; width: 100%; text-align: center; margin-top: 40px; padding: 0 4%; } .map-wraper2{ display: inline-block; text-align: center; width: 80%; padding-top: 80%; max-width: none; } .map-wraper3{ max-width: none; } } @media screen and (max-width: 620px){ .sessao2 img{ top: 30px; } .sessao3 .part1, .sessao3 .part2{ width: 100%; height: auto; padding: 0; text-align: center; } .wraper-part1{ text-align: center; padding: 0 4%; margin: 40px 0; float: none; display: inline-block; } .sessao3 .part1 p{ line-height: 25px; } .sessao3 .part2 .sobre-autor{ float: none; text-align: center; padding: 0 4%; margin-top: 40px; float: none; display: inline-block; } .titulo-autor{ float: none; width: 100%; display: inline-block; text-align: center; } .wraper-titulo-autor{ float: none; text-align: center; padding-right: 20px; } .img-autor{ display: inline-block; float: none; width: 80px; padding-top: 80px; margin-top: 20px; text-align: center; } .titulo-autor h2{ padding-left: 20px; } .titulo-autor p{ padding-left: 20px; } .texto-autor{ float: left; width: 100%; margin-top: 10px; } .slider-bullets{ width: 100%; float: left; margin: 10px 0 40px; text-align: center; padding-left: 0; } .slider-bullets span{ float: none; display: inline-block; } footer{ text-align: center; } footer p:nth-of-type(1){ float: none; } footer p:nth-of-type(2){ float: none; margin-top: 8px; } }
Projeto_03/css/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } html, body{ height: 100%; } .clear{ clear: both; } .container{ max-width: 1200px; margin: 0 auto; } header{ width: 100%; height: 90vh; min-height: 650px; padding: 40px 2%; background-size: cover; background-position: center; background-image: url('../imagens/capa.png'); font-weight: 300; } header .logo{ position: relative; top: -5px; float: left; width: 180px; height: 43px; text-align: center; } header .logo a{ text-decoration: none; color: white; font-size: 16px; transition: .2s; } header .logo a h1{ font-weight: 400; } header .logo a:hover{ font-size: 17px; color: #c0abd1; } header nav{ float: right; line-height: 43px; } header nav.mobile-menu{ display: none; cursor: pointer; transition: .2s; } header nav.mobile-menu ul{ opacity: 0; background-color: rgba(255, 255, 255, 0.75); position: absolute; width: 100%; left: 0; top: 80px; list-style-type: none; text-align: center; transition: .2s; } header nav.mobile-menu ul li{ padding: 8px 0; height: 62px; border-bottom: 1px solid black; transition: .4s; } header nav.mobile-menu ul li:hover{ background-color: rgba(255, 255, 255, 0.6); } header nav.mobile-menu ul li a{ text-decoration: none; color: black; font-size: 20px; transition: .2s; } header nav.mobile-menu ul li:hover a{ font-size: 25px; color: #472562; font-weight: 400; } header nav.mobile-menu:hover ul{ opacity: 1; } header nav.desktop-menu ul{ list-style: none; height: 43px; } header nav.desktop-menu li{ float: left; /* background-color: green; */ margin: 0 20px; height: 43px; } header nav.desktop-menu li a{ text-decoration: none; color: white; transition: .2s; } header nav.desktop-menu li:hover a{ font-size: 17px; text-decoration: underline; color: #c0abd1; } header .chamada1{ max-width: 600px; float: right; margin:150px 0px; } header .chamada1 h2{ font-size: 40px; color: white; font-weight: 300; } header .chamada1 p{ font-size: 16px; color: white; margin-top: 10px; } section.sessao1{ width: 100%; background-color: #472562; padding: 0px 2%; height: 320px; } section.sessao1 .container{ max-width: 1000px; } .texto-sessao1{ float: left; color: white; width: 50%; position: relative; left: 60px; margin-top: 60px; padding-left: 80px; } .texto-sessao1 h2{ font-weight: 300; font-size: 26px; } .texto-sessao1 p{ margin-top: 20px; font-size: 16px; font-weight: 400; } .texto-sessao1 ul{ list-style-position: outside; padding-left: 15px; font-size: 16px; } .texto-sessao1 ul li{ float: left; width: 100%; margin-top: 4px; } .btn1-texto{ background-color: #ff703d; width: 165px; height: 44px; cursor: pointer; margin-top: 20px; text-align: center; line-height: 42px; border-radius: 30px; transition: background-color .2s; } .btn1-texto a{ font-size: 14px; text-decoration: none; color: white; } .btn1-texto:hover{ background-color: #ec5a25; } .device-sessao1{ position: relative; top: 20%; transform: translatey(-20%); right: 60px; float: right; width: 50%; height: 400px; background-image: url('../imagens/device.png'); background-repeat: no-repeat; background-size: 100% 100%; } .sessao2{ padding: 80px 2% 0; background-color: white; text-align: center; } .sessao2 .container{ max-width: 1000px; } .sessao2 h2{ color: #472663; font-weight: 300; font-size: 30px; } .sessao2 p{ font-size: 18px; margin-top: 30px; max-width: 900px; display: inline-block; font-weight: 300; } .sessao2 img{ position: relative; top: 60px; width: 90%; /* margin-top: 40px; */ box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); -moz-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.6); } .sessao3{ width: 100%; } .wraper-part1{ max-width: 500px; float: right; padding-right: 30px; text-align: right; margin-top: 100px; } .sessao3 .part1{ color: white; float: left; width: 50%; height: 350px; padding-left: 2%; background-color: #835fa7; } .sessao3 .part1 h2{ font-weight: 300; font-style: italic; font-size: 23px; } .sessao3 .part1 p{ font-size: 15px; margin-top: 10px; line-height: 35px; } .sessao3 .part2{ float: left; width: 50%; height: 350px; padding-right: 2%; background-color: rgb(224, 224, 224); } .sessao3 .part2 .sobre-autor{ float: left; max-width: 500px; padding-left: 30px; margin-top: 100px; } .titulo-autor{ float: left; width: 100%; } .wraper-titulo-autor{ float: left; padding-right: 20px; } .titulo-autor h2{ color: #232323; font-size: 25px; font-weight: 400; } .titulo-autor p{ font-size: 13px; color: #232323; font-style: italic; font-weight: 300; } .img-autor{ float: left; width: 70px; padding-top: 70px; position: relative; top: -10px; background-image: url('../imagens/desenvolvedor.jpeg'); background-size: 400%; background-position: 45% 10%; background-repeat: no-repeat; border-radius: 50%; } .texto-autor{ float: left; width: 100%; margin-top: 10px; } .texto-autor p{ color: #232323; font-size: 15px; } .slider-bullets{ width: 100%; float: left; margin-top: 10px; padding-left: 30px; } .slider-bullets span{ width: 13px; height: 13px; float: left; border-radius: 50%; margin-right: 8px; cursor: pointer; background-color: rgb(0, 0, 0); } section.sessao4{ background-color: #472563; padding: 50px 0 80px; } .form{ float: left; width: 50%; color: white; padding-left: 10px; } .form h2{ font-size: 30px; font-weight: 300; } .form p{ margin-top: 20px; font-size: 15px; font-weight: 300; width: 90%; max-width: 480px; } .form form{ margin-top: 15px; } .form form input[type=text]{ width: 90%; max-width: 480px; height: 48px; font-size: 15px; padding-left: 8px; line-height: 58px; border: 1px solid rgb(200, 200, 200); margin-top: 8px; border-radius: 6px; transition: .2s; color: rgb(80, 80, 80); } .form form textarea{ resize: none; width: 90%; max-width: 480px; padding: 15px; border: 1px solid rgb(200, 200, 200); height: 160px; font-size: 15px; margin-top: 8px; border-radius: 6px; transition: .2s; color: rgb(80, 80, 80); } .form form input[type=submit]{ background-color: #ff703d; width: 165px; height: 44px; cursor: pointer; margin-top: 10px; border-radius: 30px; transition: background-color .2s; border: 0; font-size: 16px; color: white; } .form form input[type=submit]:hover{ background-color: #ec5a25; } .form form input[type=text]:focus, .form form input[type=submit]:focus, .form form textarea:focus{ outline: none; border: 2px solid rgb(212, 0, 255); } .map-wraper{ float: left; width: 50%; color: white; padding:0 10px; } .map-wraper h2{ font-size: 30px; font-weight: 300; } .map-wraper2{ width: 100%; max-width: 480px; position: relative; margin-top: 20px; } .map-wraper3{ position: absolute; left: 0; top: 0; width: 100%; padding-top: 100%; max-width: 480px; } .map{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #192123; border: 5px solid rgb(200, 200, 200); } footer{ padding: 40px 2%; background-color: #192123; } footer p{ font-size: 14px; color: white; } footer p:nth-of-type(1){ float: left; } footer p:nth-of-type(2){ float: right; } @media screen and (max-width: 992px){ .texto-sessao1{ margin-top: 40px; left: 45px; padding-left: 60px; } .device-sessao1{ right: 15px; } } @media screen and (max-width: 770px){ header{ width: 100%; height: auto; min-height: 90vh; padding: 40px 2%; } header nav.desktop-menu{ display: none; } header nav.mobile-menu{ display: block; } header .chamada1{ max-width: none; width: 100%; float: none; margin:100px 0; text-align: center; } header .chamada1 h2{ font-size: 30px; padding: 0 10px; } header .chamada1 h2{ font-size: 30px; } section.sessao1{ padding: 40px 2%; height: auto; margin: 0 auto; text-align: center; } .texto-sessao1{ width: 100%; display: inline-block; margin-top: 0; position: static; padding-left: 0; left: none; } .texto-sessao1 ul{ display: inline-block; margin: 20px 0; } .texto-sessao1 ul li{ float: none; text-align: left; } .btn1-texto{ display: inline-block; } .device-sessao1{ display: none; } .sessao2{ padding: 40px 2% 0; } section.sessao4{ padding: 50px 0; } .form{ float: none; width: 100%; text-align: center; } .form p{ width: 90%; display: inline-block; } .form form input[type=submit]{ background-color: #ff703d; width: 180px; display: block; margin: 10px auto; font-size: 20px; } .map-wraper{ float: none; width: 100%; text-align: center; margin-top: 40px; padding: 0 4%; } .map-wraper2{ display: inline-block; text-align: center; width: 80%; padding-top: 80%; max-width: none; } .map-wraper3{ max-width: none; } } @media screen and (max-width: 620px){ .sessao2 img{ top: 30px; } .sessao3 .part1, .sessao3 .part2{ width: 100%; height: auto; padding: 0; text-align: center; } .wraper-part1{ text-align: center; padding: 0 4%; margin: 40px 0; float: none; display: inline-block; } .sessao3 .part1 p{ line-height: 25px; } .sessao3 .part2 .sobre-autor{ float: none; text-align: center; padding: 0 4%; margin-top: 40px; float: none; display: inline-block; } .titulo-autor{ float: none; width: 100%; display: inline-block; text-align: center; } .wraper-titulo-autor{ float: none; text-align: center; padding-right: 20px; } .img-autor{ display: inline-block; float: none; width: 80px; padding-top: 80px; margin-top: 20px; text-align: center; } .titulo-autor h2{ padding-left: 20px; } .titulo-autor p{ padding-left: 20px; } .texto-autor{ float: left; width: 100%; margin-top: 10px; } .slider-bullets{ width: 100%; float: left; margin: 10px 0 40px; text-align: center; padding-left: 0; } .slider-bullets span{ float: none; display: inline-block; } footer{ text-align: center; } footer p:nth-of-type(1){ float: none; } footer p:nth-of-type(2){ float: none; margin-top: 8px; } }
0.437824
0.073563
body { padding: 0px; margin: 0px; font-family: "Segoe UI", "Helvetica", sans-serif; color: color: rgb(0, 53, 128); color: rgb(0, 53, 128); overflow:hidden; } #map { position: absolute; right: 0; width: calc(100%); height: 100%; z-index: 1; /* top: 45px; */ } #contents { width: 100%; overflow-y: scroll; overflow-x: hidden; } .thumb, .text { vertical-align:top; text-align: left; box-sizing: border-box; display: inline-block; } .image-container .thumb{ width: 90px; height: 90px; display: inline-block; border-radius:4px } div.image-container { font: 12px / 15.6px sans-serif; padding: 15px; transition: .5s all; overflow: hidden; } .text { padding: 0px; padding-left: 15px; width: 234px; } .price { color: rgb(10, 178, 27); font-weight: bold; font-size: 12px; } p.old_price { text-decoration: line-through; font-size: 15px; } .number_review { font: 12px / 13.416px sans-serif; margin: 2px 20px; display: inline-block; } .hotel_name { margin-top: 0px; margin-bottom: 0px; color: rgb(8, 152, 255); font-size: 17px; line-height:22px; /* display: inline; */ } .review { margin:0px; font: 14px / 21.06px sans-serif; font-weight: bold; color: rgb(0, 53, 128); display: inline-block; } #icon{ width: 20px; height: auto; } .btn { color: white; font-weight: bold; padding: 8px 10px; margin: 0; background-color: #0898ff; border: 2px solid #fff; border-radius: 3px; box-shadow: 0px 0px 5px #ccc; display: inline-block; float:right; text-decoration: none; } .people_looking { background: rgb(233, 240, 250) none repeat scroll 0% 0% / auto padding-box border-box; border: 1px solid rgb(204, 225, 255); border-radius: 3px 3px 3px 3px; font: 12px / 15.6px sans-serif; color: rgb(119, 119, 119); padding: 5px; display: inline-block; text-align: center; /* margin: 10px 20px; */ /* width: calc(100% - 14px); */ margin: 8px 0px; } ::-webkit-scrollbar { width: 5px; height: 5px; background-color:#fafafa; } ::-moz-scrollbar { width: 5px; height: 5px; background-color:#fafafa; } ::-webkit-scrollbar-thumb { background-color:#d0d0d0; } #icon,.old_price, .price, button{ display: inline-block; margin: 0; margin-right: 15px; line-height: 35px; /* vertical-align: middle; */ } .prices { text-align: right; } p.rooms { line-height: 1.4em; margin:0px 0px 12px; padding: 4px 0px 12px; border-bottom: 1px solid #eee; font-size: 12px; } p.rooms img{ margin-right: 4px; } p.rooms img:last-of-type{ margin-left:24px; } .invisible { display: none; } .extra-marker-circle-orange:before { width: 100px; height: 100px; /* background: rgba(255, 0, 0, 0.3); */ border: 2px solid #FF9800; position: absolute; left: -95%; /* right: 50%; */ top: 5px; bottom: 0; margin: auto; content: " "; z-index: -1; display: none; border-radius: 50%; position: absolute; -webkit-animation: pulsate 2s ease-out; -webkit-animation-iteration-count: 2; opacity: 0 } @-webkit-keyframes pulsate { 0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;} 50% {opacity: 0.0;} 100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;} } #map { position: absolute; right: 0; width: 100%; height: 100%; z-index: 1; top: 00; left: 0; right:0 } .header, .rooms{ display: none; } .prices{ position: relative; bottom:34px; text-align: left; width: 77%; left: 20%; padding-left: 15px; } .people_looking, .number_review{ /* display: none; */ } #narration { position: absolute; width: 100%; bottom: 0; left: 0px; height: 110px; overflow: auto; z-index: 2; background: rgba(254,254,254, 1.0); /* to apply opacity background only. */ overflow-y: hidden; white-space:nowrap; /* box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.28); */ } div.image-container{ height: 100%; padding: 8px; overflow: hidden; position: relative; box-sizing: border-box; margin: 0!important; display:inline-block; width:100%; white-space: initial; } .image-container .thumb{ width: 20%; } .div.image-container.inFocus{ border: none; box-shadow: none; } .text{ width: 80%; } #contents { width: 100%; margin-top: 0px; /*Adjust if Title header needs more space */ height: 100%; /* Adjust to fit max Description length, one setting for all; alternative is 100% */ overflow-y: hidden; overflow-x: hidden; } .fr { float: right; } i.material-icons { position: relative; top: 5px; margin-right: 15px; font-size: 22px; }
booking-map-mobile/style.css
body { padding: 0px; margin: 0px; font-family: "Segoe UI", "Helvetica", sans-serif; color: color: rgb(0, 53, 128); color: rgb(0, 53, 128); overflow:hidden; } #map { position: absolute; right: 0; width: calc(100%); height: 100%; z-index: 1; /* top: 45px; */ } #contents { width: 100%; overflow-y: scroll; overflow-x: hidden; } .thumb, .text { vertical-align:top; text-align: left; box-sizing: border-box; display: inline-block; } .image-container .thumb{ width: 90px; height: 90px; display: inline-block; border-radius:4px } div.image-container { font: 12px / 15.6px sans-serif; padding: 15px; transition: .5s all; overflow: hidden; } .text { padding: 0px; padding-left: 15px; width: 234px; } .price { color: rgb(10, 178, 27); font-weight: bold; font-size: 12px; } p.old_price { text-decoration: line-through; font-size: 15px; } .number_review { font: 12px / 13.416px sans-serif; margin: 2px 20px; display: inline-block; } .hotel_name { margin-top: 0px; margin-bottom: 0px; color: rgb(8, 152, 255); font-size: 17px; line-height:22px; /* display: inline; */ } .review { margin:0px; font: 14px / 21.06px sans-serif; font-weight: bold; color: rgb(0, 53, 128); display: inline-block; } #icon{ width: 20px; height: auto; } .btn { color: white; font-weight: bold; padding: 8px 10px; margin: 0; background-color: #0898ff; border: 2px solid #fff; border-radius: 3px; box-shadow: 0px 0px 5px #ccc; display: inline-block; float:right; text-decoration: none; } .people_looking { background: rgb(233, 240, 250) none repeat scroll 0% 0% / auto padding-box border-box; border: 1px solid rgb(204, 225, 255); border-radius: 3px 3px 3px 3px; font: 12px / 15.6px sans-serif; color: rgb(119, 119, 119); padding: 5px; display: inline-block; text-align: center; /* margin: 10px 20px; */ /* width: calc(100% - 14px); */ margin: 8px 0px; } ::-webkit-scrollbar { width: 5px; height: 5px; background-color:#fafafa; } ::-moz-scrollbar { width: 5px; height: 5px; background-color:#fafafa; } ::-webkit-scrollbar-thumb { background-color:#d0d0d0; } #icon,.old_price, .price, button{ display: inline-block; margin: 0; margin-right: 15px; line-height: 35px; /* vertical-align: middle; */ } .prices { text-align: right; } p.rooms { line-height: 1.4em; margin:0px 0px 12px; padding: 4px 0px 12px; border-bottom: 1px solid #eee; font-size: 12px; } p.rooms img{ margin-right: 4px; } p.rooms img:last-of-type{ margin-left:24px; } .invisible { display: none; } .extra-marker-circle-orange:before { width: 100px; height: 100px; /* background: rgba(255, 0, 0, 0.3); */ border: 2px solid #FF9800; position: absolute; left: -95%; /* right: 50%; */ top: 5px; bottom: 0; margin: auto; content: " "; z-index: -1; display: none; border-radius: 50%; position: absolute; -webkit-animation: pulsate 2s ease-out; -webkit-animation-iteration-count: 2; opacity: 0 } @-webkit-keyframes pulsate { 0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;} 50% {opacity: 0.0;} 100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;} } #map { position: absolute; right: 0; width: 100%; height: 100%; z-index: 1; top: 00; left: 0; right:0 } .header, .rooms{ display: none; } .prices{ position: relative; bottom:34px; text-align: left; width: 77%; left: 20%; padding-left: 15px; } .people_looking, .number_review{ /* display: none; */ } #narration { position: absolute; width: 100%; bottom: 0; left: 0px; height: 110px; overflow: auto; z-index: 2; background: rgba(254,254,254, 1.0); /* to apply opacity background only. */ overflow-y: hidden; white-space:nowrap; /* box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.28); */ } div.image-container{ height: 100%; padding: 8px; overflow: hidden; position: relative; box-sizing: border-box; margin: 0!important; display:inline-block; width:100%; white-space: initial; } .image-container .thumb{ width: 20%; } .div.image-container.inFocus{ border: none; box-shadow: none; } .text{ width: 80%; } #contents { width: 100%; margin-top: 0px; /*Adjust if Title header needs more space */ height: 100%; /* Adjust to fit max Description length, one setting for all; alternative is 100% */ overflow-y: hidden; overflow-x: hidden; } .fr { float: right; } i.material-icons { position: relative; top: 5px; margin-right: 15px; font-size: 22px; }
0.343672
0.073596
font-size: 12px; min-width: 250px; } #MainView .main-panel-content { position: relative; transition: all .3s ease-in-out; } #MainView .nav { margin-top: -6px; margin-bottom: 5px; } #MainView .nav > li { overflow: inherit; } #MainView .panel { margin: 3px; } #MainView .panel-container, #MainView .panel-col { display: flex; flex-flow: column; } #MainView .panel-row { display: flex; flex-flow: row; } #MainView .half { width: 50%; } #MainView .flex { flex: 1; } #MainView .panel-body { /*padding: 8px;*/ width: 100%; } /*universal*/ #MainView .bottom-area { height: calc(100% - 39px); } #MainView .teitoku-panel-area { height: 39px; } /*horizontal*/ #MainView .main-area-horizontal { height: 467px; overflow: hidden; } #MainView .bottom-right-area, #MainView .bottom-left-area { height: 100%; } #MainView .miniship-area-horizontal { height: calc(100% - 96px); min-height: 328px; } #MainView .resource-panel-area-horizontal{ height: 96px; } #MainView .expedition-panel-area-horizontal { height: 97px; } #MainView .combined-panels-area-horizontal { height: 150px; } #MainView .task-panel-area-horizontal { height: calc(100% - 253px); min-height: 172px; } /*vertical*/ #MainView .main-area-vertical { height: 328px; } #MainView .main-area-vertical .resource-panel .panel-body, #MainView .main-area-vertical .combined-panels .panel-body, #MainView .main-area-vertical .expedition-panel .panel-body { margin-top: 8px; } #MainView .left-area, #MainView .right-bottom-area, #MainView .left-bottom-area { height: 100% } #MainView .resource-panel-area-vertical, #MainView .expedition-panel-area-vertical { height: 40%; } #MainView .combined-panels-area-vertical, #MainView .task-panel-area-vertical { height: 60%; } #MainView .miniship-area-vertical { height: 100%; } /*panels*/ #MainView .ndock-panel, #MainView .kdock-panel, #MainView .expedition-panel, #MainView .task-panel, #MainView .teitoku-panel, #MainView .resource-panel { white-space: nowrap; overflow: hidden; } #MainView .expedition-panel .panel, #MainView .task-panel .panel, #MainView .resource-panel .panel { height: calc(100% - 6px) } #MainView .panel-item { padding: 4px; } #MainView .task-panel.panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column nowrap; } #MainView .task-panel table tr td { width: 100%; display: flex; align-items: center; text-align: left; } #MainView .task-panel .label { min-width: 50px; } #MainView .task-item { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } #MainView .task-item .quest-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .task-item .quest-progress { min-width: 50px; flex: none; } #MainView .task-item .cat-indicator { display: inline-block; height: 1em; width: 4px; vertical-align: middle; margin-right: 4px; flex: none; } #MainView .expedition-panel .panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column nowrap; } #MainView .expedition-item { display: flex; flex: 1; } #MainView .expedition-item .expedition-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .ndock-panel .panel-body { /*border: 1px solid skyblue;*/ display: flex; flex-flow: column; justify-content: space-between; } #MainView .ndock-item { display: flex; flex: 1; /*margin: 3px;*/ } #MainView .ndock-item .ndock-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .kdock-panel .panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column; justify-content: space-between; } #MainView .kdock-item { display: flex; flex: 1; } #MainView .kdock-item .kdock-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .resource-panel .panel-body { /*border: 1px solid orange;*/ padding-top: 1px; padding-bottom: 1px; } #MainView .resource-panel .material-container { margin-bottom: 2px; margin-top: 2px; display: flex; padding-right: 0; } #MainView .resource-panel .material-value { margin-left: 5px; width: calc(100% - 18px); } #MainView .resource-panel .additional-value { position: absolute; left: 38px; top: 0px; min-width: 42px; width: calc(100% - 53px); height: 100%; z-index: 1; opacity: 0; text-align: right; transition: all 0.3s; color: white; } #MainView .resource-panel .additional-value.inc { background-color: #217dbb; opacity: 1; } #MainView .resource-panel .additional-value.dec { background-color: #d62c1a; opacity: 1; } #MainView .resource-panel img { width: 18px; height: 18px; } #MainView .label { font-size: 90%; font-weight: normal; padding-top: .2em; padding-bottom: .2em; } #MainView .panel-body table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border: none; line-height: 1.42857143; } #MainView table tr td { font-size: 12px; padding-top: 4px; padding-bottom: 5px; } #MainView .panel-body { padding: 8px; } #MainView .panel-heading { padding: 8px; } #MainView .glow { filter: drop-shadow(0px 0px 4px #2196F3) } #MainView .countdown-timer-label { flex: none; } .material-icon { width: 18px; height: 18px; }
views/components/main/assets/main.css
font-size: 12px; min-width: 250px; } #MainView .main-panel-content { position: relative; transition: all .3s ease-in-out; } #MainView .nav { margin-top: -6px; margin-bottom: 5px; } #MainView .nav > li { overflow: inherit; } #MainView .panel { margin: 3px; } #MainView .panel-container, #MainView .panel-col { display: flex; flex-flow: column; } #MainView .panel-row { display: flex; flex-flow: row; } #MainView .half { width: 50%; } #MainView .flex { flex: 1; } #MainView .panel-body { /*padding: 8px;*/ width: 100%; } /*universal*/ #MainView .bottom-area { height: calc(100% - 39px); } #MainView .teitoku-panel-area { height: 39px; } /*horizontal*/ #MainView .main-area-horizontal { height: 467px; overflow: hidden; } #MainView .bottom-right-area, #MainView .bottom-left-area { height: 100%; } #MainView .miniship-area-horizontal { height: calc(100% - 96px); min-height: 328px; } #MainView .resource-panel-area-horizontal{ height: 96px; } #MainView .expedition-panel-area-horizontal { height: 97px; } #MainView .combined-panels-area-horizontal { height: 150px; } #MainView .task-panel-area-horizontal { height: calc(100% - 253px); min-height: 172px; } /*vertical*/ #MainView .main-area-vertical { height: 328px; } #MainView .main-area-vertical .resource-panel .panel-body, #MainView .main-area-vertical .combined-panels .panel-body, #MainView .main-area-vertical .expedition-panel .panel-body { margin-top: 8px; } #MainView .left-area, #MainView .right-bottom-area, #MainView .left-bottom-area { height: 100% } #MainView .resource-panel-area-vertical, #MainView .expedition-panel-area-vertical { height: 40%; } #MainView .combined-panels-area-vertical, #MainView .task-panel-area-vertical { height: 60%; } #MainView .miniship-area-vertical { height: 100%; } /*panels*/ #MainView .ndock-panel, #MainView .kdock-panel, #MainView .expedition-panel, #MainView .task-panel, #MainView .teitoku-panel, #MainView .resource-panel { white-space: nowrap; overflow: hidden; } #MainView .expedition-panel .panel, #MainView .task-panel .panel, #MainView .resource-panel .panel { height: calc(100% - 6px) } #MainView .panel-item { padding: 4px; } #MainView .task-panel.panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column nowrap; } #MainView .task-panel table tr td { width: 100%; display: flex; align-items: center; text-align: left; } #MainView .task-panel .label { min-width: 50px; } #MainView .task-item { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } #MainView .task-item .quest-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .task-item .quest-progress { min-width: 50px; flex: none; } #MainView .task-item .cat-indicator { display: inline-block; height: 1em; width: 4px; vertical-align: middle; margin-right: 4px; flex: none; } #MainView .expedition-panel .panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column nowrap; } #MainView .expedition-item { display: flex; flex: 1; } #MainView .expedition-item .expedition-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .ndock-panel .panel-body { /*border: 1px solid skyblue;*/ display: flex; flex-flow: column; justify-content: space-between; } #MainView .ndock-item { display: flex; flex: 1; /*margin: 3px;*/ } #MainView .ndock-item .ndock-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .kdock-panel .panel-body { /*border: 1px solid orange;*/ display: flex; flex-flow: column; justify-content: space-between; } #MainView .kdock-item { display: flex; flex: 1; } #MainView .kdock-item .kdock-name { flex: 1; padding-right: 10px; margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #MainView .resource-panel .panel-body { /*border: 1px solid orange;*/ padding-top: 1px; padding-bottom: 1px; } #MainView .resource-panel .material-container { margin-bottom: 2px; margin-top: 2px; display: flex; padding-right: 0; } #MainView .resource-panel .material-value { margin-left: 5px; width: calc(100% - 18px); } #MainView .resource-panel .additional-value { position: absolute; left: 38px; top: 0px; min-width: 42px; width: calc(100% - 53px); height: 100%; z-index: 1; opacity: 0; text-align: right; transition: all 0.3s; color: white; } #MainView .resource-panel .additional-value.inc { background-color: #217dbb; opacity: 1; } #MainView .resource-panel .additional-value.dec { background-color: #d62c1a; opacity: 1; } #MainView .resource-panel img { width: 18px; height: 18px; } #MainView .label { font-size: 90%; font-weight: normal; padding-top: .2em; padding-bottom: .2em; } #MainView .panel-body table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border: none; line-height: 1.42857143; } #MainView table tr td { font-size: 12px; padding-top: 4px; padding-bottom: 5px; } #MainView .panel-body { padding: 8px; } #MainView .panel-heading { padding: 8px; } #MainView .glow { filter: drop-shadow(0px 0px 4px #2196F3) } #MainView .countdown-timer-label { flex: none; } .material-icon { width: 18px; height: 18px; }
0.322953
0.038142
.profile-user-info-striped { border: 1px solid #dcebf7; } .year-enter i{ color: #808080; font-size: 10px!important; } .minus{ margin-right: 15px; } .minus,.plus{ cursor: pointer; } .profile-info-row:first-child .profile-info-value { border-top: 0; } .profile-user-info { margin: 0 12px; } .profile-info-value { padding: 6px 4px 6px 6px; margin-left: 120px; border-top: 1px dotted #d5e4f1; } .profile-info-row { position: relative; } .profile-info-row:first-child .profile-info-name { border-top: 0; } .profile-user-info-striped .profile-info-name { color: #336199; background-color: #edf3f4; border-top: 1px solid #f7fbff; } .profile-info-name { position: absolute; width: 110px; text-align: right; padding: 6px 10px 6px 0; left: 0; top: 0; bottom: 0; font-weight: normal; color: #667e99; background-color: transparent; border-top: 1px dotted #d5e4f1; } .panel-body{ padding: 30px 20px; } .profile-user-info{ margin-bottom: 24px; } .profile-info-name{ font-size: 16px; width: 120px; } .profile-info-value span{ color: gray; font-size: 15px; margin-right: 16px; } .profile-info-value a{ font-size: 15px; margin-left: 12px; cursor: pointer; } .profile-user-info-striped .profile-info-value{ padding-left: 18px; } .profile-info-value>span+span:before{ content: "" } .type_tit{ color: #E6DB74; font-weight: bold; } .checkbox_span{ margin-top: -14px; } .checkbox2{ float: left; width: 200px; } #prev{ margin-right: 14px; } .tabbable{ margin-bottom: 20px; } .age_tit{ margin-bottom: 20px; } .group_form{ float: left; margin-right: 0px; margin-bottom: 20px; width: auto; } .group_form label{ text-align: right; width: 180px; margin-right: 8px; } .group_form input{ width: 130px; } .group_form span{ display: inline-block; margin-left: 2px; color: gray; font-size: 10px; width: 68px; } @media screen and (min-width: 768px){ .modal-dialog1{ width: 1100px!important; } }
public/assets/css/entering.css
.profile-user-info-striped { border: 1px solid #dcebf7; } .year-enter i{ color: #808080; font-size: 10px!important; } .minus{ margin-right: 15px; } .minus,.plus{ cursor: pointer; } .profile-info-row:first-child .profile-info-value { border-top: 0; } .profile-user-info { margin: 0 12px; } .profile-info-value { padding: 6px 4px 6px 6px; margin-left: 120px; border-top: 1px dotted #d5e4f1; } .profile-info-row { position: relative; } .profile-info-row:first-child .profile-info-name { border-top: 0; } .profile-user-info-striped .profile-info-name { color: #336199; background-color: #edf3f4; border-top: 1px solid #f7fbff; } .profile-info-name { position: absolute; width: 110px; text-align: right; padding: 6px 10px 6px 0; left: 0; top: 0; bottom: 0; font-weight: normal; color: #667e99; background-color: transparent; border-top: 1px dotted #d5e4f1; } .panel-body{ padding: 30px 20px; } .profile-user-info{ margin-bottom: 24px; } .profile-info-name{ font-size: 16px; width: 120px; } .profile-info-value span{ color: gray; font-size: 15px; margin-right: 16px; } .profile-info-value a{ font-size: 15px; margin-left: 12px; cursor: pointer; } .profile-user-info-striped .profile-info-value{ padding-left: 18px; } .profile-info-value>span+span:before{ content: "" } .type_tit{ color: #E6DB74; font-weight: bold; } .checkbox_span{ margin-top: -14px; } .checkbox2{ float: left; width: 200px; } #prev{ margin-right: 14px; } .tabbable{ margin-bottom: 20px; } .age_tit{ margin-bottom: 20px; } .group_form{ float: left; margin-right: 0px; margin-bottom: 20px; width: auto; } .group_form label{ text-align: right; width: 180px; margin-right: 8px; } .group_form input{ width: 130px; } .group_form span{ display: inline-block; margin-left: 2px; color: gray; font-size: 10px; width: 68px; } @media screen and (min-width: 768px){ .modal-dialog1{ width: 1100px!important; } }
0.342242
0.100437
@font-face { font-family: KaushanScript-Regular; src: url("/fonts/KaushanScript-Regular.otf") format("opentype"); } * { margin:0; padding: 0; color:white; font:16px; } body { background-color: black; background-image: url("/images/Swirl.jpg"); padding: 50px; } strong{ color:white; } .button,.submitStyle,.formText { color: black; } .page{ margin: 2% auto; } .main{border:1px solid #54edf4; padding: 1%; margin-bottom: 1px; color: #76f9ff; background-color:rgba(107,26,85,0.5); } h1,.no-narrow{ color: #9900ff; text-align: center; font-family: KaushanScript-Regular, Helvetica, Verdana, Sans-Serif; font-size: 80px; } p{ border: 1px solid #54edf4; padding: 10px; color: #76f9ff; background-color:rgba(107,26,85,0.5); margin:10px; } a{ color: white; } nav{ padding: 5px; background-color:rgba(1,107,110,0.7); border: 1px solid #54edf4; color: #f6d4cc; font-family: KaushanScript-Regular, Helvetica, Verdana, Sans-Serif; font-size: 40px; } li a:hover:not(.active) { background-color: #cd3277; border: 1px solid #54edf4; } .active { background-color: rgba(107,26,85,1); border: 1px solid #54edf4; } ul { list-style-type: none; margin: 0; padding: 0; /*overflow: hidden;*/ /* background-color: rgba(87,209,220,0.4);*/ } li { margin: 5px 5px 5px 15px; /*float: left;*/ border: 1px black; list-style: disc; color: #76f9ff; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } footer{ color: white; text-align: center; border: 1px solid #54edf4; padding: 10px; background-color:rgb(1,107,110); } table { margin: auto; margin-top: 20px; margin-bottom: 20px; width:80%; float:center; border-spacing: 0px; font-family: Arial, Helvetica, sans-serif; border-top-width: 1px; border-top-style: solid; border-top-color: #54edf4; border-right-width: 1px; border-right-style: solid; border-right-color: #54edf4; border-left-width: 1px; border-left-style: solid; border-left-color: #54edf4; } th, td { padding: 0.5em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #54edf4; } th { background-color: rgba(255,88,237,1); color: black; } td { background-color: rgba(21,58,67,0.8); color: #f6d4cc; } section>div{padding:20px;} header{text-align: center;} nav{text-align: center; overflow: hidden;} section{text-align: left;} footer{text-align: center;} nav a {margin:0px 10px 0px 0px;} /*h3 in Flash*/ #flashinfo h3, #flashsuccess h3, #flasherror h3 { text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; margin-bottom: 0px; color: #000; } #flashinfo h3{ background:rgb(51, 153, 255); } #flashsuccess h3 { background:rgb(0, 204, 0); } #flasherror h3 { background:rgb(230, 0, 115); } #flashinfo,#flashsuccess,#flasherror{ margin: 2% auto; background-color: white; color:white; padding: 7px; padding-bottom: 0; margin-bottom: 20px; color: #000; border: 2px solid #999; } #flashsuccess { background-color: #f0f0f0; border: 2px solid #238623; } #flasherror{ background-color: #f0f0f0; border: 2px solid rgb(179, 0, 89); } #flashsuccess ul li,#flasherror ul li,#flashinfo ul li { margin: 5px 5px 5px 15px; list-style: disc; font-size: 12px; color:black; }
public/stylesheets/style3.css
@font-face { font-family: KaushanScript-Regular; src: url("/fonts/KaushanScript-Regular.otf") format("opentype"); } * { margin:0; padding: 0; color:white; font:16px; } body { background-color: black; background-image: url("/images/Swirl.jpg"); padding: 50px; } strong{ color:white; } .button,.submitStyle,.formText { color: black; } .page{ margin: 2% auto; } .main{border:1px solid #54edf4; padding: 1%; margin-bottom: 1px; color: #76f9ff; background-color:rgba(107,26,85,0.5); } h1,.no-narrow{ color: #9900ff; text-align: center; font-family: KaushanScript-Regular, Helvetica, Verdana, Sans-Serif; font-size: 80px; } p{ border: 1px solid #54edf4; padding: 10px; color: #76f9ff; background-color:rgba(107,26,85,0.5); margin:10px; } a{ color: white; } nav{ padding: 5px; background-color:rgba(1,107,110,0.7); border: 1px solid #54edf4; color: #f6d4cc; font-family: KaushanScript-Regular, Helvetica, Verdana, Sans-Serif; font-size: 40px; } li a:hover:not(.active) { background-color: #cd3277; border: 1px solid #54edf4; } .active { background-color: rgba(107,26,85,1); border: 1px solid #54edf4; } ul { list-style-type: none; margin: 0; padding: 0; /*overflow: hidden;*/ /* background-color: rgba(87,209,220,0.4);*/ } li { margin: 5px 5px 5px 15px; /*float: left;*/ border: 1px black; list-style: disc; color: #76f9ff; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } footer{ color: white; text-align: center; border: 1px solid #54edf4; padding: 10px; background-color:rgb(1,107,110); } table { margin: auto; margin-top: 20px; margin-bottom: 20px; width:80%; float:center; border-spacing: 0px; font-family: Arial, Helvetica, sans-serif; border-top-width: 1px; border-top-style: solid; border-top-color: #54edf4; border-right-width: 1px; border-right-style: solid; border-right-color: #54edf4; border-left-width: 1px; border-left-style: solid; border-left-color: #54edf4; } th, td { padding: 0.5em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #54edf4; } th { background-color: rgba(255,88,237,1); color: black; } td { background-color: rgba(21,58,67,0.8); color: #f6d4cc; } section>div{padding:20px;} header{text-align: center;} nav{text-align: center; overflow: hidden;} section{text-align: left;} footer{text-align: center;} nav a {margin:0px 10px 0px 0px;} /*h3 in Flash*/ #flashinfo h3, #flashsuccess h3, #flasherror h3 { text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; margin-bottom: 0px; color: #000; } #flashinfo h3{ background:rgb(51, 153, 255); } #flashsuccess h3 { background:rgb(0, 204, 0); } #flasherror h3 { background:rgb(230, 0, 115); } #flashinfo,#flashsuccess,#flasherror{ margin: 2% auto; background-color: white; color:white; padding: 7px; padding-bottom: 0; margin-bottom: 20px; color: #000; border: 2px solid #999; } #flashsuccess { background-color: #f0f0f0; border: 2px solid #238623; } #flasherror{ background-color: #f0f0f0; border: 2px solid rgb(179, 0, 89); } #flashsuccess ul li,#flasherror ul li,#flashinfo ul li { margin: 5px 5px 5px 15px; list-style: disc; font-size: 12px; color:black; }
0.225417
0.098166
padding-top: 80px; padding-bottom: 80px; background-color: #345; } /********************************/ /* Panel cards */ /********************************/ .panel.panel-card { position: relative; height: 241px; border: none; overflow: hidden; } .panel.panel-card .panel-heading { position: relative; z-index: 2; height: 120px; border-bottom-color: #fff; overflow: hidden; -webkit-transition: height 600ms ease-in-out; transition: height 600ms ease-in-out; } .panel.panel-card .panel-heading img { position: absolute; top: 50%; left: 50%; z-index: 1; width: 120%; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); } .panel.panel-card .panel-heading button { position: absolute; top: 10px; right: 15px; z-index: 3; } .panel.panel-card .panel-figure { position: absolute; top: auto; left: 50%; z-index: 3; width: 70px; height: 70px; background-color: #fff; border-radius: 50%; opacity: 1; -webkit-box-shadow: 0 0 0 3px #fff; box-shadow: 0 0 0 3px #fff; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; } .panel.panel-card .panel-body { padding-top: 40px; padding-bottom: 20px; -webkit-transition: padding 400ms ease-in-out; transition: padding 400ms ease-in-out; } .panel.panel-card .panel-thumbnails { padding: 0 15px 20px; } .panel-thumbnails .thumbnail { width: 60px; max-width: 100%; margin: 0 auto; background-color: #fff; } .panel.panel-card:hover .panel-heading { height: 55px; -webkit-transition: height 400ms ease-in-out; transition: height 400ms ease-in-out; } .panel.panel-card:hover .panel-figure { opacity: 0; -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; } .panel.panel-card:hover .panel-body { padding-top: 20px; -webkit-transition: padding 400ms ease-in-out; transition: padding 400ms ease-in-out; }
snippetres/css/tumblrcardcss.css
padding-top: 80px; padding-bottom: 80px; background-color: #345; } /********************************/ /* Panel cards */ /********************************/ .panel.panel-card { position: relative; height: 241px; border: none; overflow: hidden; } .panel.panel-card .panel-heading { position: relative; z-index: 2; height: 120px; border-bottom-color: #fff; overflow: hidden; -webkit-transition: height 600ms ease-in-out; transition: height 600ms ease-in-out; } .panel.panel-card .panel-heading img { position: absolute; top: 50%; left: 50%; z-index: 1; width: 120%; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); } .panel.panel-card .panel-heading button { position: absolute; top: 10px; right: 15px; z-index: 3; } .panel.panel-card .panel-figure { position: absolute; top: auto; left: 50%; z-index: 3; width: 70px; height: 70px; background-color: #fff; border-radius: 50%; opacity: 1; -webkit-box-shadow: 0 0 0 3px #fff; box-shadow: 0 0 0 3px #fff; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; } .panel.panel-card .panel-body { padding-top: 40px; padding-bottom: 20px; -webkit-transition: padding 400ms ease-in-out; transition: padding 400ms ease-in-out; } .panel.panel-card .panel-thumbnails { padding: 0 15px 20px; } .panel-thumbnails .thumbnail { width: 60px; max-width: 100%; margin: 0 auto; background-color: #fff; } .panel.panel-card:hover .panel-heading { height: 55px; -webkit-transition: height 400ms ease-in-out; transition: height 400ms ease-in-out; } .panel.panel-card:hover .panel-figure { opacity: 0; -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; } .panel.panel-card:hover .panel-body { padding-top: 20px; -webkit-transition: padding 400ms ease-in-out; transition: padding 400ms ease-in-out; }
0.523664
0.060474
.hero-container{ display: flex; /* justify-content: center; justify-items: center; */ width: auto; margin: 20px auto; padding: 0 10px; align-items: center; height: 70px; flex-wrap: wrap; box-shadow: 5px 5px 5px grey; } .previous{ font-size: 40px; text-decoration: none; display: flex; justify-content: center; align-items: center; background-color: black; color:white; height: 50%; width: 30px; clip-path: circle(40% at 50% 50%); } .previous:hover{ background-color:#1F4899; } .herosection-1{ display: flex; justify-content: center; color: black; text-transform: capitalize; height: 80px; /* font-family: roboto; */ margin: 0 auto; } .reservesection2-info-container{ margin-bottom: 40px; margin-top: 10px; background-color: white; padding: 1%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .reservesection2-tittle-container{ background-color: #D1ECF1; padding: 1% 2%; width: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 16px; } .reservesection2-title{ height: 98%; width: 49%; display: flex; flex-direction: column; justify-content: center; } .reservesection2-title>h2{ margin: 0; font-weight: normal; } .reservesection2-title>h5{ margin:0; font-weight: bold; } .reservesection2-tittle-container>h4{ margin: 0; height: 98%; width: 49%; text-align: right; } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > h4{ color: red; } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > button{ border:none; font-style: none; border-radius: 15px; height: 100%; align-self: center; width: auto; background-color: #1E7E34; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > button > a{ text-decoration: none; font-size: 1.5em; color: white; } /* INICIO DE MEDIA QUERYS */ @media screen and (max-width:375px){ .reservesection2-tittle-container{ flex-direction: column; } .reservesection2-title{ align-items: center; } .reservesection2-tittle-container>h4{ margin: 1% auto; } } @media screen and (max-width:375px){ .reservesection2-tittle-container>h4{ text-align: center; } }
src/components/styles/reservesection2.css
.hero-container{ display: flex; /* justify-content: center; justify-items: center; */ width: auto; margin: 20px auto; padding: 0 10px; align-items: center; height: 70px; flex-wrap: wrap; box-shadow: 5px 5px 5px grey; } .previous{ font-size: 40px; text-decoration: none; display: flex; justify-content: center; align-items: center; background-color: black; color:white; height: 50%; width: 30px; clip-path: circle(40% at 50% 50%); } .previous:hover{ background-color:#1F4899; } .herosection-1{ display: flex; justify-content: center; color: black; text-transform: capitalize; height: 80px; /* font-family: roboto; */ margin: 0 auto; } .reservesection2-info-container{ margin-bottom: 40px; margin-top: 10px; background-color: white; padding: 1%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .reservesection2-tittle-container{ background-color: #D1ECF1; padding: 1% 2%; width: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 16px; } .reservesection2-title{ height: 98%; width: 49%; display: flex; flex-direction: column; justify-content: center; } .reservesection2-title>h2{ margin: 0; font-weight: normal; } .reservesection2-title>h5{ margin:0; font-weight: bold; } .reservesection2-tittle-container>h4{ margin: 0; height: 98%; width: 49%; text-align: right; } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > h4{ color: red; } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > button{ border:none; font-style: none; border-radius: 15px; height: 100%; align-self: center; width: auto; background-color: #1E7E34; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } #app > div.ReserveSection1 > div > div > div.reservesection2-info-container > div > button > a{ text-decoration: none; font-size: 1.5em; color: white; } /* INICIO DE MEDIA QUERYS */ @media screen and (max-width:375px){ .reservesection2-tittle-container{ flex-direction: column; } .reservesection2-title{ align-items: center; } .reservesection2-tittle-container>h4{ margin: 1% auto; } } @media screen and (max-width:375px){ .reservesection2-tittle-container>h4{ text-align: center; } }
0.211091
0.066085
@charset "UTF-8"; * { margin: 0; padding: 0; border: none; outline: none; } .app-add-travel a:hover { text-decoration: none; } .app-add-travel #top { overflow: hidden; } .app-add-travel #top img.bigImg { filter: blur(10px); } .app-add-travel #top > .headerImg { width: 100%; text-align: center; top: 50%; left: 50%; } .app-add-travel #top > .headerImg img { width: 50px; } .app-add-travel #top > .headerImg > div.spot { margin: 0 auto; } .app-add-travel #top > .headerImg > div.spot > input { width: 100%; border-radius: 5px; } .app-add-travel #content > div.aside { top: 0; right: 0; box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); font-family: "微软雅黑"; } .app-add-travel #content > div.aside > div.alert-insert { height: auto; } .app-add-travel #content > div.aside > div.alert-insert > ul { background-color: #fff; width: 0px; overflow: hidden; transition: width 0.3s linear; } .app-add-travel #content > div.aside > div.alert-insert > ul > li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); font-weight: normal !important; white-space: nowrap; overflow: hidden; padding: 0.5rem; padding-left: 0; } .app-add-travel #content > div.aside > div.alert-insert > ul > li.btn-shadow:hover { box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1); } .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(5), .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(6), .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(7) { border: none; } .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(5):hover, .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(6):hover, .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(7):hover { box-shadow: none; } .app-add-travel #content > div.aside > div.alert-insert > ul > li > ol { list-style-type: decimal-leading-zero !important; } .app-add-travel #content .section { border-right: 0 !important; overflow: scroll; -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .app-add-travel #content .section .item > div:first-child { max-width: 100%; } .app-add-travel #content .section .item > div:first-child .mask { display: none; padding-top: 10px !important; width: 100px; top: 0; left: 0; font-size: 1rem; } .app-add-travel #content .section .item > div:first-child .mask > a { width: 20px; height: 20px; border-radius: 50%; line-height: 20px; background: rgba(0, 0, 0, 0.5); } .app-add-travel #content .section::-webkit-scrollbar { display: none; } .app-add-travel #content .section img { max-height: 500px; max-width: 100%; } .app-add-travel #content .section textarea { margin-left: 1px; resize: none; } .app-add-travel #content .my-btn button:first-child { background: #fff; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); color: #28a745; } .app-add-travel #content .my-btn button:first-child:hover { box-shadow: inset inset 0px -1px 6px 3px rgba(0, 0, 0, 0.5); } .app-add-travel #content .my-btn button:last-child { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); background: #28a745; color: #fff; } .app-add-travel #content .my-btn button:last-child:hover { box-shadow: inset inset 0px -1px 6px 3px rgba(0, 0, 0, 0.5); } .app-add-travel .pop-mask { z-index: 300; background: rgba(0, 0, 0, 0.5); } .app-add-travel .pop-mask div.size-alert { z-index: 301; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 270px; height: 165px; box-shadow: 0px 0px 31px 0px #000; border-radius: 5px; } .app-add-travel .pop-mask div.load-img { display: flex; flex-direction: column; align-items: center; width: fit-content; max-height: 50%; z-index: 302; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; } .app-add-travel .pop-mask div.load-img > div { width: fit-content; } .app-add-travel .pop-mask div.load-img .img-box { max-width: 100%; max-height: 100%; box-shadow: 0px 0px 31px 0px #000; border-radius: 5px; } .app-add-travel #headerImg-btn { width: 0; height: 0; opacity: 0; } .app-add-travel #selected-area { position: absolute; transform: translate(-50%, -50%); width: 270px; height: 165px; min-width: 270px; min-height: 165px; top: 50%; left: 50%; z-index: 305; resize: both; overflow: hidden; opacity: 0; } .app-add-travel #my-canvas { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; z-index: 303; } @media screen and (min-width: 768px) { .app-add-travel #top > .headerImg { transform: translate(-50%, -43%); font-size: 2rem; } .app-add-travel #top > .headerImg > p > a.icon-tupian { font-size: 3rem; } .app-add-travel #top > .headerImg > div > p:first-child { font-size: 1.5rem; } .app-add-travel #top > .headerImg > div > p:last-child { font-size: 1rem; } .app-add-travel #top div.spot { width: 500px; } .app-add-travel #top div.spot > input { height: 3rem; font-size: 1rem; } .app-add-travel #content .aside { height: 800px; } .app-add-travel #content .section { height: 800px; } .app-add-travel #content ul { font-size: 1rem; } .app-add-travel #content ul a { font-size: 1.5rem; } .app-add-travel #content ul.spread { width: 150px !important; } .app-add-travel #content .my-btn button { font-size: 1.2rem; width: 8rem; height: 3rem; border-radius: 1.5rem; } } @media screen and (max-width: 767px) { .app-add-travel #top > .headerImg { transform: translate(-50%, -35%); font-size: 2rem; } .app-add-travel #top > .headerImg > p > a.icon-tupian { font-size: 2rem; } .app-add-travel #top > .headerImg > div { margin-bottom: -0.5rem; } .app-add-travel #top > .headerImg > div > p:first-child { font-size: 1rem; } .app-add-travel #top > .headerImg > div > p:last-child { font-size: 0.8rem; } .app-add-travel #top div.spot { width: 75%; } .app-add-travel #top div.spot > input { height: 1.5rem; font-size: 1rem; } .app-add-travel #content .aside { height: 500px; } .app-add-travel #content .section { height: 500px; } .app-add-travel #content ul { font-size: 0.8rem; } .app-add-travel #content ul.spread { width: 120px !important; } .app-add-travel #content ul a { font-size: 1rem; } .app-add-travel #content .my-btn button { font-size: 1rem; width: 6rem; height: 2rem; border-radius: 1rem; } }
lemon_vue/src/assets/css/add_travel.css
@charset "UTF-8"; * { margin: 0; padding: 0; border: none; outline: none; } .app-add-travel a:hover { text-decoration: none; } .app-add-travel #top { overflow: hidden; } .app-add-travel #top img.bigImg { filter: blur(10px); } .app-add-travel #top > .headerImg { width: 100%; text-align: center; top: 50%; left: 50%; } .app-add-travel #top > .headerImg img { width: 50px; } .app-add-travel #top > .headerImg > div.spot { margin: 0 auto; } .app-add-travel #top > .headerImg > div.spot > input { width: 100%; border-radius: 5px; } .app-add-travel #content > div.aside { top: 0; right: 0; box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); font-family: "微软雅黑"; } .app-add-travel #content > div.aside > div.alert-insert { height: auto; } .app-add-travel #content > div.aside > div.alert-insert > ul { background-color: #fff; width: 0px; overflow: hidden; transition: width 0.3s linear; } .app-add-travel #content > div.aside > div.alert-insert > ul > li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); font-weight: normal !important; white-space: nowrap; overflow: hidden; padding: 0.5rem; padding-left: 0; } .app-add-travel #content > div.aside > div.alert-insert > ul > li.btn-shadow:hover { box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1); } .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(5), .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(6), .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(7) { border: none; } .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(5):hover, .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(6):hover, .app-add-travel #content > div.aside > div.alert-insert > ul > li:nth-child(7):hover { box-shadow: none; } .app-add-travel #content > div.aside > div.alert-insert > ul > li > ol { list-style-type: decimal-leading-zero !important; } .app-add-travel #content .section { border-right: 0 !important; overflow: scroll; -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .app-add-travel #content .section .item > div:first-child { max-width: 100%; } .app-add-travel #content .section .item > div:first-child .mask { display: none; padding-top: 10px !important; width: 100px; top: 0; left: 0; font-size: 1rem; } .app-add-travel #content .section .item > div:first-child .mask > a { width: 20px; height: 20px; border-radius: 50%; line-height: 20px; background: rgba(0, 0, 0, 0.5); } .app-add-travel #content .section::-webkit-scrollbar { display: none; } .app-add-travel #content .section img { max-height: 500px; max-width: 100%; } .app-add-travel #content .section textarea { margin-left: 1px; resize: none; } .app-add-travel #content .my-btn button:first-child { background: #fff; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); color: #28a745; } .app-add-travel #content .my-btn button:first-child:hover { box-shadow: inset inset 0px -1px 6px 3px rgba(0, 0, 0, 0.5); } .app-add-travel #content .my-btn button:last-child { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); background: #28a745; color: #fff; } .app-add-travel #content .my-btn button:last-child:hover { box-shadow: inset inset 0px -1px 6px 3px rgba(0, 0, 0, 0.5); } .app-add-travel .pop-mask { z-index: 300; background: rgba(0, 0, 0, 0.5); } .app-add-travel .pop-mask div.size-alert { z-index: 301; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 270px; height: 165px; box-shadow: 0px 0px 31px 0px #000; border-radius: 5px; } .app-add-travel .pop-mask div.load-img { display: flex; flex-direction: column; align-items: center; width: fit-content; max-height: 50%; z-index: 302; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; } .app-add-travel .pop-mask div.load-img > div { width: fit-content; } .app-add-travel .pop-mask div.load-img .img-box { max-width: 100%; max-height: 100%; box-shadow: 0px 0px 31px 0px #000; border-radius: 5px; } .app-add-travel #headerImg-btn { width: 0; height: 0; opacity: 0; } .app-add-travel #selected-area { position: absolute; transform: translate(-50%, -50%); width: 270px; height: 165px; min-width: 270px; min-height: 165px; top: 50%; left: 50%; z-index: 305; resize: both; overflow: hidden; opacity: 0; } .app-add-travel #my-canvas { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; z-index: 303; } @media screen and (min-width: 768px) { .app-add-travel #top > .headerImg { transform: translate(-50%, -43%); font-size: 2rem; } .app-add-travel #top > .headerImg > p > a.icon-tupian { font-size: 3rem; } .app-add-travel #top > .headerImg > div > p:first-child { font-size: 1.5rem; } .app-add-travel #top > .headerImg > div > p:last-child { font-size: 1rem; } .app-add-travel #top div.spot { width: 500px; } .app-add-travel #top div.spot > input { height: 3rem; font-size: 1rem; } .app-add-travel #content .aside { height: 800px; } .app-add-travel #content .section { height: 800px; } .app-add-travel #content ul { font-size: 1rem; } .app-add-travel #content ul a { font-size: 1.5rem; } .app-add-travel #content ul.spread { width: 150px !important; } .app-add-travel #content .my-btn button { font-size: 1.2rem; width: 8rem; height: 3rem; border-radius: 1.5rem; } } @media screen and (max-width: 767px) { .app-add-travel #top > .headerImg { transform: translate(-50%, -35%); font-size: 2rem; } .app-add-travel #top > .headerImg > p > a.icon-tupian { font-size: 2rem; } .app-add-travel #top > .headerImg > div { margin-bottom: -0.5rem; } .app-add-travel #top > .headerImg > div > p:first-child { font-size: 1rem; } .app-add-travel #top > .headerImg > div > p:last-child { font-size: 0.8rem; } .app-add-travel #top div.spot { width: 75%; } .app-add-travel #top div.spot > input { height: 1.5rem; font-size: 1rem; } .app-add-travel #content .aside { height: 500px; } .app-add-travel #content .section { height: 500px; } .app-add-travel #content ul { font-size: 0.8rem; } .app-add-travel #content ul.spread { width: 120px !important; } .app-add-travel #content ul a { font-size: 1rem; } .app-add-travel #content .my-btn button { font-size: 1rem; width: 6rem; height: 2rem; border-radius: 1rem; } }
0.318485
0.042384
@namespace "http://www.w3.org/1999/xhtml"; @-moz-document domain("v2ex.com") { #Bottom { box-shadow:0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28); } #Main .box:nth-child(-2n+4):not(.transparent) { box-shadow:0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32); } #Search div { background-image:none!important; border-image-repeat:repeat; border-image-slice:27 27 27 50; border-image-source:url(https://v2ex.com/static/img/qbar_light@2x.png); border-image-width:27px 27px 27px 50px; width:auto!important; } #Search input { transition:width .2s cubic-bezier(.4,0,.2,1); width:100px; } #Search input:focus { width:200px; } #Top { background-color:#607D8B; background-image:none; box-shadow:0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28); width:100%; } #Top .content { width:100%; } #Top a { color:#fff; font-size:14px; font-weight:bold; outline:none; } #Top td:nth-child(1) { left:10px; position:absolute; } #Top td:nth-child(1) a { background-image:url("https://dn-cz-misc.qbox.me/v2ex/logo@2x.png"); background-size:94px 30px; display:inline-block; height:30px; width:94px; } #Top td:nth-child(1) img { display:none; } #Top td:nth-child(2) { position:absolute; right:10px; top:7px; } #Top td:nth-child(3) { display:flex; margin:6px auto; text-align:left; width:970px; } #Wrapper { background-color:#ECEFF1; background-image:none; margin-top:10px; } .box,a.tab_current:link,a.tab_current:visited,a.tab_current:active,a.count_livid:link,a.count_livid:active,.vote:link,.vote:visited,.vote { border-radius:0; } .box:not(.transparent) { border-bottom:none; box-shadow:0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24); } .cell { border-bottom:1px solid #e5e5e5; } .collapsed { display:block; } .mll { background-color:#f6f6f6; border-bottom:1px solid #e5e5e5!important; border-style:none none solid!important; margin-left:-10px; margin-top:-10px; padding:10px; width:660px; transition:background-color .2s cubic-bezier(.4,0,.2,1); } .mll,.ml,.mle { border-radius:0; box-shadow:none!important; resize:none!important; } .mll:focus { background-color:#fff; } #topic_form { margin: -10px; } #topic_form td { padding: 0; } #topic_form input[type=submit] { margin: 10px; } #topic_title, #topic_content { border:none; border-bottom: 1px solid #e5e5e5; width: 660px !important; padding: 10px; } .sl { border-radius:0; box-shadow:none!important; } .super.button { background-color:#78909c; background-image:none; border:none!important; border-radius:2px; box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); color:#fff!important; display:inline-block; font-size:13px; font-weight:bold; height:32px; line-height:30px; outline:none; padding:0 16px; text-shadow:none!important; transition:box-shadow .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1); } .super.button:focus { background-color:#546e7a; box-shadow:0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32); outline:none; transition:none; } .super.button:hover { background-color:#607d8b; box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); transition:none; } .tag:link,.tag:visited,img.avatar { border-radius:2px; } .topic_buttons { background:#eee; border-radius:0; } a.balance_area:link,a.balance_area:visited,.balance_area { background:none repeat scroll 0 0 #f5f5f5!important; border-radius:0!important; } a.tb:hover { background-color:#ccc; border-radius:0; } balance_area:hover { background:none repeat scroll 0 0 #f9f9f9; } body { background-color:#ECEFF1; font-family:'Noto Sans CJK SC', sans-serif !important; min-width:1200px; } }
data/usercss/118904.user.css
@namespace "http://www.w3.org/1999/xhtml"; @-moz-document domain("v2ex.com") { #Bottom { box-shadow:0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28); } #Main .box:nth-child(-2n+4):not(.transparent) { box-shadow:0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32); } #Search div { background-image:none!important; border-image-repeat:repeat; border-image-slice:27 27 27 50; border-image-source:url(https://v2ex.com/static/img/qbar_light@2x.png); border-image-width:27px 27px 27px 50px; width:auto!important; } #Search input { transition:width .2s cubic-bezier(.4,0,.2,1); width:100px; } #Search input:focus { width:200px; } #Top { background-color:#607D8B; background-image:none; box-shadow:0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28); width:100%; } #Top .content { width:100%; } #Top a { color:#fff; font-size:14px; font-weight:bold; outline:none; } #Top td:nth-child(1) { left:10px; position:absolute; } #Top td:nth-child(1) a { background-image:url("https://dn-cz-misc.qbox.me/v2ex/logo@2x.png"); background-size:94px 30px; display:inline-block; height:30px; width:94px; } #Top td:nth-child(1) img { display:none; } #Top td:nth-child(2) { position:absolute; right:10px; top:7px; } #Top td:nth-child(3) { display:flex; margin:6px auto; text-align:left; width:970px; } #Wrapper { background-color:#ECEFF1; background-image:none; margin-top:10px; } .box,a.tab_current:link,a.tab_current:visited,a.tab_current:active,a.count_livid:link,a.count_livid:active,.vote:link,.vote:visited,.vote { border-radius:0; } .box:not(.transparent) { border-bottom:none; box-shadow:0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24); } .cell { border-bottom:1px solid #e5e5e5; } .collapsed { display:block; } .mll { background-color:#f6f6f6; border-bottom:1px solid #e5e5e5!important; border-style:none none solid!important; margin-left:-10px; margin-top:-10px; padding:10px; width:660px; transition:background-color .2s cubic-bezier(.4,0,.2,1); } .mll,.ml,.mle { border-radius:0; box-shadow:none!important; resize:none!important; } .mll:focus { background-color:#fff; } #topic_form { margin: -10px; } #topic_form td { padding: 0; } #topic_form input[type=submit] { margin: 10px; } #topic_title, #topic_content { border:none; border-bottom: 1px solid #e5e5e5; width: 660px !important; padding: 10px; } .sl { border-radius:0; box-shadow:none!important; } .super.button { background-color:#78909c; background-image:none; border:none!important; border-radius:2px; box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); color:#fff!important; display:inline-block; font-size:13px; font-weight:bold; height:32px; line-height:30px; outline:none; padding:0 16px; text-shadow:none!important; transition:box-shadow .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1); } .super.button:focus { background-color:#546e7a; box-shadow:0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32); outline:none; transition:none; } .super.button:hover { background-color:#607d8b; box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); transition:none; } .tag:link,.tag:visited,img.avatar { border-radius:2px; } .topic_buttons { background:#eee; border-radius:0; } a.balance_area:link,a.balance_area:visited,.balance_area { background:none repeat scroll 0 0 #f5f5f5!important; border-radius:0!important; } a.tb:hover { background-color:#ccc; border-radius:0; } balance_area:hover { background:none repeat scroll 0 0 #f9f9f9; } body { background-color:#ECEFF1; font-family:'Noto Sans CJK SC', sans-serif !important; min-width:1200px; } }
0.444565
0.106319
@font-face { font-family: 'Avenir Next'; font-style: normal; font-weight: normal; src: local("Avenir Next LT Pro Regular"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"); } body { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: "Avenir Next", "Helvetica Neue", Helvetica; } a { text-decoration: none; } h1 { margin: 50px 0 0 0; font-size: 48px; font-weight: 400; color: inherit; letter-spacing: -0.05em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); cursor: default; line-height: 64px; } h2 { font-size: 32px; font-weight: 400; line-height: 1.6; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); } h3 { font-size: 18px; font-weight: 500; line-height: 1.6; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); } .bayangan-1 { box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08); } .container { width: 90%; margin: 0 auto; display: flex; flex-direction: row; } div.grid-4 { width: 33.33333333%; float: left; position: relative; } div.card { width: 95%; margin: 0 auto; background: #f7f7f7; border-radius: 3px; color: #000; padding: 10px 0 35px 10px; } header { height: 64px; width: 100%; background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); position: fixed; left: 0; top: 0; z-index: 60; border-color: rgba(0, 0, 0, 0.14); transition: box-shadow 200ms ease-in-out; /* animasi */ color: #fff; line-height: 64px; } header header-wrapper { width: 90%; margin: 0 auto; } header header-wrapper a { text-decoration: none; color: inherit; } header header-wrapper a h1 { font-size: 20px; margin: 0; font-weight: 400; } header header-wrapper nav { flex: 1; } header header-wrapper nav ul { margin: 0; float: right; } header header-wrapper nav ul li { display: inline-block; font-size: 15px; transition: .2s color; transition-duration: .3s; padding: 0 15px; } header header-wrapper nav ul li:hover { color: rgba(255, 255, 255, 0.65); } header header-wrapper nav .navbar-collapse { position: relative; display: none; float: right; } header header-wrapper nav .navbar-collapse span { user-select: none; vertical-align: middle; } header header-wrapper nav .navbar-collapse ul { position: absolute; top: 1em; right: 0; transition: all 0.3s ease; transform: scale(0); -webkit-transform-origin: right top 0px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); background: #f7f7f7; color: rgba(0, 0, 0, 0.7); margin: 0; padding-left: 0; min-width: 200px; } header header-wrapper nav .navbar-collapse ul li { display: block; color: inherit; padding: 0; } header header-wrapper nav .navbar-collapse ul li a { width: 100%; padding: 0 18px; display: inline-block; white-space: pre; box-sizing: border-box; } header header-wrapper nav .navbar-collapse ul li a:hover { background: #ebebeb; } header header-wrapper nav .navbar-collapse:hover ul { -webkit-transform-origin: right top 0px; transform-origin: right top 0px; transform: scale(1); } main { display: block; width: 100%; background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); padding-top: 64px; } main .btn { padding: 15px 20px; color: #347eff; background: #fff; -webkit-border-radius: 3px; border-radius: 3px; transition: .2s color; transition-duration: .3s; } main .btn:hover { color: #3960a4; } main big-hero { display: block; position: relative; width: 90%; margin: 0 auto; padding: 20px 15px 90px 15px; color: #fff; } main big-hero div.big-hero-content { padding: 20px 0; width: 50%; max-width: 500px; text-align: left; } main big-hero div.big-hero-content h3 { color: #d8e8ff; margin: 20px 0px 32px; max-width: 500px; } main step-by { display: block; height: 86px; line-height: 86px; background: rgba(0, 0, 0, 0.06); width: inherit; color: #fff; } main step-by div.step-by-wrapper { width: 90%; margin: 0 auto; text-align: center; } main step-by div.step-by-item { display: inline-block; height: 52px; line-height: 52px; padding: 0 40px 0 40px; background: #fff; border-radius: 3px; } main step-by div.step-by-item h4 { margin: 0; font-weight: 400; color: #2a7be6; text-align: center; } main step-by div.step-by-item h4 span.material-icons { display: inline-flex; vertical-align: middle; padding-bottom: 4px; } main section#macam { width: inherit; background: rgba(0, 0, 0, 0.1); padding: 20px 0; color: #fff; } main section#macam div.macam-content { width: 90%; margin: 0 auto; text-align: center; } main section#macam div.macam-content h2 { margin-bottom: 0.5em; } main section#macam div.macam-content h2 span { font-weight: bolder; border-bottom: 1px solid #fff; } main section#macam div.macam-content div.card { padding-top: 20px; } main section#macam div.macam-content div.card span.material-icons { font-size: 48px; color: #2a7be6; } main section#macam div.macam-content div.card p { margin: 2em 0; } main section#macam div.macam-content div.card a:hover { background: #2a7be6; color: #f7f7f7; } /* Medium */ /* Tablet */ /* HP */ @media screen and (max-width: 768px) { div.big-hero-content { width: 100% !important; text-align: center !important; } .hide-mobile { display: none; } div.navbar-collapse { display: block !important; } step-by { height: auto !important; } step-by > div.step-by-wrapper { padding: 10px 0 !important; } step-by > div.step-by-wrapper .step-by-item { display: block !important; margin: 5px 0 !important; padding: 0 40px 0 10px !important; width: calc(100% - 50px) !important; } step-by > div.step-by-wrapper .step-by-item h4 { text-align: left !important; } div.macam-content div.container { flex-direction: column !important; } div.macam-content div.container div.grid-4 { width: 100%; margin-bottom: 5px; } div.macam-content div.container div.grid-4 .card { padding: 10px 10px 35px 10px; } } [data-app="antihoax"] [data-row=""] { display: flex; flex-direction: row; align-items: flex-start; } [data-app="antihoax"] [data-flex=""] { flex: 1; } /*# sourceMappingURL=style.css.map */
hoax/css/style.css
@font-face { font-family: 'Avenir Next'; font-style: normal; font-weight: normal; src: local("Avenir Next LT Pro Regular"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"); } body { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: "Avenir Next", "Helvetica Neue", Helvetica; } a { text-decoration: none; } h1 { margin: 50px 0 0 0; font-size: 48px; font-weight: 400; color: inherit; letter-spacing: -0.05em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); cursor: default; line-height: 64px; } h2 { font-size: 32px; font-weight: 400; line-height: 1.6; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); } h3 { font-size: 18px; font-weight: 500; line-height: 1.6; letter-spacing: -0.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); } .bayangan-1 { box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08); } .container { width: 90%; margin: 0 auto; display: flex; flex-direction: row; } div.grid-4 { width: 33.33333333%; float: left; position: relative; } div.card { width: 95%; margin: 0 auto; background: #f7f7f7; border-radius: 3px; color: #000; padding: 10px 0 35px 10px; } header { height: 64px; width: 100%; background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); position: fixed; left: 0; top: 0; z-index: 60; border-color: rgba(0, 0, 0, 0.14); transition: box-shadow 200ms ease-in-out; /* animasi */ color: #fff; line-height: 64px; } header header-wrapper { width: 90%; margin: 0 auto; } header header-wrapper a { text-decoration: none; color: inherit; } header header-wrapper a h1 { font-size: 20px; margin: 0; font-weight: 400; } header header-wrapper nav { flex: 1; } header header-wrapper nav ul { margin: 0; float: right; } header header-wrapper nav ul li { display: inline-block; font-size: 15px; transition: .2s color; transition-duration: .3s; padding: 0 15px; } header header-wrapper nav ul li:hover { color: rgba(255, 255, 255, 0.65); } header header-wrapper nav .navbar-collapse { position: relative; display: none; float: right; } header header-wrapper nav .navbar-collapse span { user-select: none; vertical-align: middle; } header header-wrapper nav .navbar-collapse ul { position: absolute; top: 1em; right: 0; transition: all 0.3s ease; transform: scale(0); -webkit-transform-origin: right top 0px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); background: #f7f7f7; color: rgba(0, 0, 0, 0.7); margin: 0; padding-left: 0; min-width: 200px; } header header-wrapper nav .navbar-collapse ul li { display: block; color: inherit; padding: 0; } header header-wrapper nav .navbar-collapse ul li a { width: 100%; padding: 0 18px; display: inline-block; white-space: pre; box-sizing: border-box; } header header-wrapper nav .navbar-collapse ul li a:hover { background: #ebebeb; } header header-wrapper nav .navbar-collapse:hover ul { -webkit-transform-origin: right top 0px; transform-origin: right top 0px; transform: scale(1); } main { display: block; width: 100%; background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); padding-top: 64px; } main .btn { padding: 15px 20px; color: #347eff; background: #fff; -webkit-border-radius: 3px; border-radius: 3px; transition: .2s color; transition-duration: .3s; } main .btn:hover { color: #3960a4; } main big-hero { display: block; position: relative; width: 90%; margin: 0 auto; padding: 20px 15px 90px 15px; color: #fff; } main big-hero div.big-hero-content { padding: 20px 0; width: 50%; max-width: 500px; text-align: left; } main big-hero div.big-hero-content h3 { color: #d8e8ff; margin: 20px 0px 32px; max-width: 500px; } main step-by { display: block; height: 86px; line-height: 86px; background: rgba(0, 0, 0, 0.06); width: inherit; color: #fff; } main step-by div.step-by-wrapper { width: 90%; margin: 0 auto; text-align: center; } main step-by div.step-by-item { display: inline-block; height: 52px; line-height: 52px; padding: 0 40px 0 40px; background: #fff; border-radius: 3px; } main step-by div.step-by-item h4 { margin: 0; font-weight: 400; color: #2a7be6; text-align: center; } main step-by div.step-by-item h4 span.material-icons { display: inline-flex; vertical-align: middle; padding-bottom: 4px; } main section#macam { width: inherit; background: rgba(0, 0, 0, 0.1); padding: 20px 0; color: #fff; } main section#macam div.macam-content { width: 90%; margin: 0 auto; text-align: center; } main section#macam div.macam-content h2 { margin-bottom: 0.5em; } main section#macam div.macam-content h2 span { font-weight: bolder; border-bottom: 1px solid #fff; } main section#macam div.macam-content div.card { padding-top: 20px; } main section#macam div.macam-content div.card span.material-icons { font-size: 48px; color: #2a7be6; } main section#macam div.macam-content div.card p { margin: 2em 0; } main section#macam div.macam-content div.card a:hover { background: #2a7be6; color: #f7f7f7; } /* Medium */ /* Tablet */ /* HP */ @media screen and (max-width: 768px) { div.big-hero-content { width: 100% !important; text-align: center !important; } .hide-mobile { display: none; } div.navbar-collapse { display: block !important; } step-by { height: auto !important; } step-by > div.step-by-wrapper { padding: 10px 0 !important; } step-by > div.step-by-wrapper .step-by-item { display: block !important; margin: 5px 0 !important; padding: 0 40px 0 10px !important; width: calc(100% - 50px) !important; } step-by > div.step-by-wrapper .step-by-item h4 { text-align: left !important; } div.macam-content div.container { flex-direction: column !important; } div.macam-content div.container div.grid-4 { width: 100%; margin-bottom: 5px; } div.macam-content div.container div.grid-4 .card { padding: 10px 10px 35px 10px; } } [data-app="antihoax"] [data-row=""] { display: flex; flex-direction: row; align-items: flex-start; } [data-app="antihoax"] [data-flex=""] { flex: 1; } /*# sourceMappingURL=style.css.map */
0.273477
0.084266
@charset 'utf-8'; /*public*/ html, body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } /*position: absolute;*/ .extend-witch, .extend-top, #sel-extend, .header-nav, .rT-left span, .rT-right span, .rI-up span, .rI-down span, .dlImage, .rD-right, .two-top-wrap > span, .three-top-wrap > span, .four-top-wrap > span, .five-top-wrap > span, .six-top-wrap > span, .seven-top-wrap > span, .eight-top-wrap > span, .nine-top-wrap > span, .tD-image-l, .tD-image-r, .three-light, .three-car, .four-image > span, .fourAll, .seven-image span, .nine-down { position: absolute; } /*position: relative;*/ .header-menu-sel, .header-menu-con, .header-top, .headr-menu, .center-one, .rT-left, .rT-right, .rI-up, .rI-down, .right-down, .dL-up, .dL-down, .two-top, .three-top, .four-top, .five-top, .six-top, .seven-top, .eight-top, .nine-top, .two-top-wrap, .three-top-wrap, .four-top-wrap, .five-top-wrap, .six-top-wrap, .seven-top-wrap, .eight-top-wrap, .nine-top-wrap, .two-down, .three-down, .four-down, .five-down, .six-down, .seven-down, .eight-down, .tD-image, .four-image, .center-nine, .nine-up, .nine-left { position: relative; } /*position: fixed;*/ .extend { position: fixed; } /*color:#fff*/ .sel-menu, .header-menu-con a, .rT-left span, .dlText { color: #fff; } /*background-color: #fff;*/ #sel-extend em, .center-two, .three-light, .center-five, .center-seven, .center-nine, .rT-right span { background-color: #fff; } /*text-decoration*/ .header-brand, .header-nav-each, .header-menu-con a, .nine-down span a { text-decoration: none; } /*display*/ .header-brand, .header-nav, .header-nav-each, .sel-menu, .dlText, .myFSpace { display: inline-block; } /*display: none;*/ .extend-top, .tD-image-l, .tD-image-r, .fourAll, .fourION, .fourITW { display: none; } /*display: block;*/ .header-menu-con a, #sel-extend em, #sel-extend, .witch-all, .witch-all, .rI-up, .rI-down, .dL-up, .dL-down, .rD-right span, .two-top-wrap > span, .three-top-wrap > span, .four-top-wrap > span, .five-top-wrap > span, .six-top-wrap > span, .seven-top-wrap > span, .eight-top-wrap > span, .nine-top-wrap > span, .twTile, .twContent, .three-light span, .myOtherRow, .nine-down span { display: block; } /*text-align: center;*/ .sel-menu, .dlText, .nine-down span, .rT-right span { text-align: center; } /*font-family: '微软雅黑','华文细黑';*/ .header-nav-each, .header-menu-con a, .sel-menu, .rT-right span, .rI-up span, .rI-down span, .dlText, .twContent, .nine-down span, .rT-left span { font-family: '微软雅黑', '华文细黑'; } /*cursor: pointer;*/ .header-menu-sel, #sel-extend, .dL-up, .dL-down, .extend-top, .witch-all { cursor: pointer; }
jvche/css/public.css
@charset 'utf-8'; /*public*/ html, body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } /*position: absolute;*/ .extend-witch, .extend-top, #sel-extend, .header-nav, .rT-left span, .rT-right span, .rI-up span, .rI-down span, .dlImage, .rD-right, .two-top-wrap > span, .three-top-wrap > span, .four-top-wrap > span, .five-top-wrap > span, .six-top-wrap > span, .seven-top-wrap > span, .eight-top-wrap > span, .nine-top-wrap > span, .tD-image-l, .tD-image-r, .three-light, .three-car, .four-image > span, .fourAll, .seven-image span, .nine-down { position: absolute; } /*position: relative;*/ .header-menu-sel, .header-menu-con, .header-top, .headr-menu, .center-one, .rT-left, .rT-right, .rI-up, .rI-down, .right-down, .dL-up, .dL-down, .two-top, .three-top, .four-top, .five-top, .six-top, .seven-top, .eight-top, .nine-top, .two-top-wrap, .three-top-wrap, .four-top-wrap, .five-top-wrap, .six-top-wrap, .seven-top-wrap, .eight-top-wrap, .nine-top-wrap, .two-down, .three-down, .four-down, .five-down, .six-down, .seven-down, .eight-down, .tD-image, .four-image, .center-nine, .nine-up, .nine-left { position: relative; } /*position: fixed;*/ .extend { position: fixed; } /*color:#fff*/ .sel-menu, .header-menu-con a, .rT-left span, .dlText { color: #fff; } /*background-color: #fff;*/ #sel-extend em, .center-two, .three-light, .center-five, .center-seven, .center-nine, .rT-right span { background-color: #fff; } /*text-decoration*/ .header-brand, .header-nav-each, .header-menu-con a, .nine-down span a { text-decoration: none; } /*display*/ .header-brand, .header-nav, .header-nav-each, .sel-menu, .dlText, .myFSpace { display: inline-block; } /*display: none;*/ .extend-top, .tD-image-l, .tD-image-r, .fourAll, .fourION, .fourITW { display: none; } /*display: block;*/ .header-menu-con a, #sel-extend em, #sel-extend, .witch-all, .witch-all, .rI-up, .rI-down, .dL-up, .dL-down, .rD-right span, .two-top-wrap > span, .three-top-wrap > span, .four-top-wrap > span, .five-top-wrap > span, .six-top-wrap > span, .seven-top-wrap > span, .eight-top-wrap > span, .nine-top-wrap > span, .twTile, .twContent, .three-light span, .myOtherRow, .nine-down span { display: block; } /*text-align: center;*/ .sel-menu, .dlText, .nine-down span, .rT-right span { text-align: center; } /*font-family: '微软雅黑','华文细黑';*/ .header-nav-each, .header-menu-con a, .sel-menu, .rT-right span, .rI-up span, .rI-down span, .dlText, .twContent, .nine-down span, .rT-left span { font-family: '微软雅黑', '华文细黑'; } /*cursor: pointer;*/ .header-menu-sel, #sel-extend, .dL-up, .dL-down, .extend-top, .witch-all { cursor: pointer; }
0.425844
0.049108
main { padding: 10px; } main ul { list-style: none; padding: 0; } main > ul > li { width: 100%; margin: 0; padding: 5px; border-top: 1px solid #ccc; } main > ul > li:last-child { border-bottom: 1px solid #ccc; } /* first section, order date and total */ main > ul > li > section.order-header { display: flex; justify-content: space-between; align-items: center; margin: 5px 0 20px; } main > ul > li > section.order-header button { padding: 5px 1em; font-size: clamp(1em, 1.25vw, 1.5em); border: none; background-color: #3a71ea; color: #fff; border-radius: 5px; cursor: pointer; } main > ul > li .date { font-size: clamp(1.3em, 1.75vw, 2em); } main > ul > li .total { display: block; margin-top: 5px; font-size: clamp(1em, 1.4vw, 1.3em); } /* second section, lines and dots storyline */ main > ul > li > section.order-storyline { display: flex; align-items: center; margin-bottom: 5px; } /* first dot */ main > ul > li > section.order-storyline span.dot:first-child { margin-left: 16.666666%; background-color: #3a71ea; } /* last dot */ main > ul > li > section.order-storyline span.dot:last-child { margin-right: 16.666666%; } main > ul > li span.dot { height: 15px; min-width: 15px; background-color: #ccc; border-radius: 50%; display: inline-block; } main > ul > li span.line { flex-grow: 1; border-top: 1px solid #ccc; margin: 0 5px; } /* last section, storyline steps */ main > ul > li > section.order-steps { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; } main > ul > li > section.order-steps * { flex: 0 0 33.333333%; text-align: center; } main > ul > li > section.order-details { display: none; } main > ul > li > section.order-details ul > li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } main > ul > li > section.order-details img { flex-basis: 15vw; height: 15vw; border-radius: 5px; cursor: pointer; } main > ul > li > section.order-details div { flex-grow: 1; padding: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; } /* Product name */ main > ul > li > section.order-details ul > li h3 { flex-basis: 100%; margin-bottom: 5px; font-size: clamp(1.1em, 1.75vw, 1.8em); cursor: pointer; font-family: lato-regular; } /* product info (quantity, price...) */ main > ul > li > section.order-details ul > li span { font-size: clamp(1em, 1.4vw, 1.3em); } @media screen and (min-width: 768px) { main > ul > li { padding: 2% 5%; } /* last section, storyline steps */ main > ul > li > section.order-storyline, main > ul > li > section.order-steps { max-width: 70%; margin-left: 15%; } main > ul > li > section.order-details img { flex-basis: 10vw; height: 10vw; } main > ul > li > section.order-details ul > li h3 { flex-basis: 50%; } }
public/css/orders.css
main { padding: 10px; } main ul { list-style: none; padding: 0; } main > ul > li { width: 100%; margin: 0; padding: 5px; border-top: 1px solid #ccc; } main > ul > li:last-child { border-bottom: 1px solid #ccc; } /* first section, order date and total */ main > ul > li > section.order-header { display: flex; justify-content: space-between; align-items: center; margin: 5px 0 20px; } main > ul > li > section.order-header button { padding: 5px 1em; font-size: clamp(1em, 1.25vw, 1.5em); border: none; background-color: #3a71ea; color: #fff; border-radius: 5px; cursor: pointer; } main > ul > li .date { font-size: clamp(1.3em, 1.75vw, 2em); } main > ul > li .total { display: block; margin-top: 5px; font-size: clamp(1em, 1.4vw, 1.3em); } /* second section, lines and dots storyline */ main > ul > li > section.order-storyline { display: flex; align-items: center; margin-bottom: 5px; } /* first dot */ main > ul > li > section.order-storyline span.dot:first-child { margin-left: 16.666666%; background-color: #3a71ea; } /* last dot */ main > ul > li > section.order-storyline span.dot:last-child { margin-right: 16.666666%; } main > ul > li span.dot { height: 15px; min-width: 15px; background-color: #ccc; border-radius: 50%; display: inline-block; } main > ul > li span.line { flex-grow: 1; border-top: 1px solid #ccc; margin: 0 5px; } /* last section, storyline steps */ main > ul > li > section.order-steps { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; } main > ul > li > section.order-steps * { flex: 0 0 33.333333%; text-align: center; } main > ul > li > section.order-details { display: none; } main > ul > li > section.order-details ul > li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } main > ul > li > section.order-details img { flex-basis: 15vw; height: 15vw; border-radius: 5px; cursor: pointer; } main > ul > li > section.order-details div { flex-grow: 1; padding: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; } /* Product name */ main > ul > li > section.order-details ul > li h3 { flex-basis: 100%; margin-bottom: 5px; font-size: clamp(1.1em, 1.75vw, 1.8em); cursor: pointer; font-family: lato-regular; } /* product info (quantity, price...) */ main > ul > li > section.order-details ul > li span { font-size: clamp(1em, 1.4vw, 1.3em); } @media screen and (min-width: 768px) { main > ul > li { padding: 2% 5%; } /* last section, storyline steps */ main > ul > li > section.order-storyline, main > ul > li > section.order-steps { max-width: 70%; margin-left: 15%; } main > ul > li > section.order-details img { flex-basis: 10vw; height: 10vw; } main > ul > li > section.order-details ul > li h3 { flex-basis: 50%; } }
0.503906
0.082957
body { color: #2C3E50; font-family: Ebrima; } .overlay .title { font-size: 40px; font-weight: 900; font-family: Cooper; } .overlay { position: absolute; top: 135px; margin-left: 50px; } .overlay .txt-overlay { font-size: 20px; top: 160px; text-align: center; } /* home style */ /*start navbar */ .navbar-expand-lg { background-color: #FFFFFF !important; margin-left: 50px; margin-right: 50px; padding-left: 15px; padding-right: 15px } .navbar-expand-lg .navbar-brand img { width: 130px; } .navbar-expand-lg .nav-item .nav-link { text-align: center; } .navbar-expand-lg .nav-item .nav-link .parallelogram-active { position: absolute; width: 100.95px; height: 44.08px; transform: skew(20deg); background-color: #FF2568; box-shadow: 1px 1px 1px 1px #DDD; margin-top: 23px; } .navbar-expand-lg .nav-item .nav-link .parallelnavcolor { position: absolute; width: 100.95px; height: 44.08px; margin-top: 23px; transform: skew(20deg); background-color: #FFFFFF; box-shadow: 1px 1px 1px 1px #DDD; } .navbar-expand-lg .nav-item .txt { font-style: oblique; font-family: Hacen Promoter; margin-top: 32px; position: relative; margin-left: 97px; } /*start silder */ .slider img { width: 100%; height: 450px; } /*start home card */ .card_project { margin-top: -110px; } .card_project .card { border-radius: 10px; box-shadow: 0.5px 0.5px 0.5px 0.5px #ddd; margin-bottom: 10px; width: 290px; height: 200px; margin-left: 0px; margin-right: 0px; } .card_project .card .card-body img { width: 250px; height: 164px; margin: 0% auto; } /*===========================================================================================*/ /*start about page */ /*start slider-about */ .slider-about { background-color: #ffffeb; } .slider-about img { width: 41%; height: 450px; } /* end slider-about */ /*start card-info */ .card_about .card { border: none; box-shadow: 1px 1px 1px 1px #ddd; margin: -7px; background-color: #ffffeb; margin-bottom: 40px; } .about .card { box-shadow: 1.5px 1.5px 2px 2px #ddd; background-color: #ffffeb; border: none; margin: 4% auto; } .about .card h1 { font-size: 50px; text-transform: uppercase; font-weight: bold; margin-bottom: 30px; } .about .card p { line-height: 3; font-size: 28px; width: 80%; margin: 0 auto 15px; color: #6a6a6a; } .code-info img { max-width: 100%; } .code-info .info:last-child { background-color: #fff; color: #2C3E50; box-shadow: 1px 1px 1px 1px #ddd; padding-top: 30px; padding-bottom: 30px; border: none; } .code-info .info p { line-height: 2; width: 80%; margin: 0 auto 15px; } /* footer about start */ .footer { position: static; left: 0; bottom: 0; width: 100%; text-align: center; margin-top: 20px; } .footer-card { margin-top: 40px; } .footer-card .card { border: 0px; } .footer-card .card .logo-img img { width: 100%; margin-top: 163px; padding: 15px; } .footer-card .info-card { width: 510px; margin-right: 72px; float: right; margin-bottom: 10px; box-shadow: 1px 1px 1px 1px #ddd; padding: 15px; margin-top: 10px; border-radius: 27px; } .footer-card .info-card .tem-img img { border-radius: 50%; width: 100px; height: 100px; float: right; margin: 5px; padding: 5px; } .footer-card .info-card .tem-name { float: right; font-weight: bold; font-size: 28px; margin-right: 23px; margin: 15px; font-family: Hacen Promoter; } .footer-card .info-card .tem-name span { float: right; font-weight: bolder; font-size: 28px; font-family: Hacen Promoter; } /*=================================================================================================*/ /* our services */ /* silder our */ .slider-our img { width: 100%; height: 450px; } .slider-our .img-our img { height: 20%; width: 10%; margin-left: 72px; } .slider-our .img-our p { margin-top: -115px; margin-left: 132px; } .slider-our .overlay .txt-overlay { font-family: Ebrima; font-size: 32px; top: 120px; position: absolute; margin-left: 130px; font-style: inherit; font-weight: initial; } /*====================================================================================*/ /*start contact */ .slider-contact img { width: 100%; height: 450px; } .slider-contact .overlay { position: absolute; top: 170px; } .slider-contact .overlay .title { font-size: 40px; font-weight: 900; font-family: Cooper; color: #2C3E50; } .slider-contact .img-our img { height: 20%; width: 10%; margin-left: 72px; } .slider-contact .img-our p { margin-top: -115px; margin-left: 132px; } .slider-contact .overlay .txt-overlay { font-family: Ebrima; font-size: 29px; top: 128px; position: absolute; font-style: inherit; font-weight: initial; } .slider-contact .overlay .contact-icon ul { list-style: none; display: flex; margin-top: 70px; margin-left: 36px; } .slider-contact .overlay .contact-icon li { height: 50px; width: 50px; background-color: #31859C; border-radius: 50%; margin-left: 10px; } .slider-contact .overlay .contact-icon .icons { position: absolute; padding-left: 15px; padding-right: 15px; padding-top: 15px; } .slider-contact .overlay .contact-icon .icons i { font-size: 1.5rem; color: #fff; } .contact { box-shadow: 1px 1px 1px 1px #ddd; margin-top: -22px; border-radius: 45px; background-color: #fff; position: relative; margin-bottom: 23px; } .contact-inf .inf { margin-left: 71px; margin-top: 60px; margin-bottom: 5px; box-shadow: 1px 1px 1px 1px #ddd; padding: 10px; width: 390px; } .contact-inf h1 { font-weight: bold; font-family: Cooper; margin: 20px; } .contact-inf .inf img { width: 74px; float: left; margin-top: -23px; margin-left: -24px; } .contact .contac-img .img img { position: absolute; position: absolute; margin-top: 133px; float: right; margin-left: -449px; } .contact .contac-img .back-img img { width: 100%; height: 100%; border-radius: 47px; } /*========================================================================================*/ /*start prgram page */ .slider-program img { width: 100%; height: 450px; } .slider-program .overlay .txt-overlay { font-family: Ebrima; font-size: 29px; top: 135px; position: absolute; font-style: inherit; font-weight: initial; } /*==================================================================================================*/ /* start courese */ .slider .carousel-item { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .slider .carousel-indicators li { height: 8px; cursor: pointer; background-color: #2C3E50; color: #B78300; } .slider-courese .overlay .txt-overlay { font-size: 20px; top: 129px; position: absolute; margin-left: 71px; } .slider-courese .carousel-two .overlay { margin-left: 100px; padding-left: 100px; } .slider-courese .carousel-two .overlay .txt-overlay { margin-left: 12px; } .slider-courese .carousel-three .overlay { margin-left: 100px; padding-left: 100px; } .slider-courese .carousel-three .overlay .txt-overlay { margin-left: 12px; } .title-courese h1 { font-size: 64px; font-family: Cooper; font-weight: bold; } .courese-body .title img { width: 30%; margin-left: -22px; margin-top: -92px; } .courese-body .title p { margin-top: -66px; margin-left: 109px; font-size: 18px; font-family: Cooper; font-weight: bold; } .card-courese { box-shadow: 1px 1px 1px 1px #ddd; margin-top: 79px; border-radius: 12px; margin-bottom: 20px; height: 280px; background-color: #fff; } .card-courese .card-body img { width: 325px; box-shadow: 1px 1px 1px 1px #ddd; margin-left: -24px; background-color: #fff; margin-top: -42px; border-radius: 20px; height: 230px; } .card-courese .btn-primary { border-radius: 0px 22px 0px 14px; margin-left: 0px; background-color: #2C3E50; margin-top: 5px; } /*start test style */ .card-slider { margin: 0% auto; } .card-slider .card-coureses .card-img-top { width: 320px; box-shadow: 1px 1px 1px 1px #ddd; background-color: #fff; border-radius: 20px; margin: 3% auto; } .card-slider .card-coureses { box-shadow: 1px 1px 1px 1px #ddd; border-radius: 12px; background-color: #fff; margin-bottom: 23px; } .card-slider .card-coureses .btn-warning { border-radius: 0px 22px 0px 14px; background-color: #2C3E50; height: 48px; color: #fff; font-size: 20px; border-color: #2C3E50; } /*================================================================================*/ /*start video */ .video .card { width: 650px; margin: 5% auto; box-shadow: 1px 1px 1px 1px #ddd; } .video .card .card-footer { color: #fff; font-size: 20px; background-color: #2C3E50; font-family: Ebrima; } .video .card .card-footer .next-video a { color: #fff; text-decoration: none; float: right; margin-top: -31px; } .video iframe { width: 600px; height: 300px; }
public/layout/css/main.css
body { color: #2C3E50; font-family: Ebrima; } .overlay .title { font-size: 40px; font-weight: 900; font-family: Cooper; } .overlay { position: absolute; top: 135px; margin-left: 50px; } .overlay .txt-overlay { font-size: 20px; top: 160px; text-align: center; } /* home style */ /*start navbar */ .navbar-expand-lg { background-color: #FFFFFF !important; margin-left: 50px; margin-right: 50px; padding-left: 15px; padding-right: 15px } .navbar-expand-lg .navbar-brand img { width: 130px; } .navbar-expand-lg .nav-item .nav-link { text-align: center; } .navbar-expand-lg .nav-item .nav-link .parallelogram-active { position: absolute; width: 100.95px; height: 44.08px; transform: skew(20deg); background-color: #FF2568; box-shadow: 1px 1px 1px 1px #DDD; margin-top: 23px; } .navbar-expand-lg .nav-item .nav-link .parallelnavcolor { position: absolute; width: 100.95px; height: 44.08px; margin-top: 23px; transform: skew(20deg); background-color: #FFFFFF; box-shadow: 1px 1px 1px 1px #DDD; } .navbar-expand-lg .nav-item .txt { font-style: oblique; font-family: Hacen Promoter; margin-top: 32px; position: relative; margin-left: 97px; } /*start silder */ .slider img { width: 100%; height: 450px; } /*start home card */ .card_project { margin-top: -110px; } .card_project .card { border-radius: 10px; box-shadow: 0.5px 0.5px 0.5px 0.5px #ddd; margin-bottom: 10px; width: 290px; height: 200px; margin-left: 0px; margin-right: 0px; } .card_project .card .card-body img { width: 250px; height: 164px; margin: 0% auto; } /*===========================================================================================*/ /*start about page */ /*start slider-about */ .slider-about { background-color: #ffffeb; } .slider-about img { width: 41%; height: 450px; } /* end slider-about */ /*start card-info */ .card_about .card { border: none; box-shadow: 1px 1px 1px 1px #ddd; margin: -7px; background-color: #ffffeb; margin-bottom: 40px; } .about .card { box-shadow: 1.5px 1.5px 2px 2px #ddd; background-color: #ffffeb; border: none; margin: 4% auto; } .about .card h1 { font-size: 50px; text-transform: uppercase; font-weight: bold; margin-bottom: 30px; } .about .card p { line-height: 3; font-size: 28px; width: 80%; margin: 0 auto 15px; color: #6a6a6a; } .code-info img { max-width: 100%; } .code-info .info:last-child { background-color: #fff; color: #2C3E50; box-shadow: 1px 1px 1px 1px #ddd; padding-top: 30px; padding-bottom: 30px; border: none; } .code-info .info p { line-height: 2; width: 80%; margin: 0 auto 15px; } /* footer about start */ .footer { position: static; left: 0; bottom: 0; width: 100%; text-align: center; margin-top: 20px; } .footer-card { margin-top: 40px; } .footer-card .card { border: 0px; } .footer-card .card .logo-img img { width: 100%; margin-top: 163px; padding: 15px; } .footer-card .info-card { width: 510px; margin-right: 72px; float: right; margin-bottom: 10px; box-shadow: 1px 1px 1px 1px #ddd; padding: 15px; margin-top: 10px; border-radius: 27px; } .footer-card .info-card .tem-img img { border-radius: 50%; width: 100px; height: 100px; float: right; margin: 5px; padding: 5px; } .footer-card .info-card .tem-name { float: right; font-weight: bold; font-size: 28px; margin-right: 23px; margin: 15px; font-family: Hacen Promoter; } .footer-card .info-card .tem-name span { float: right; font-weight: bolder; font-size: 28px; font-family: Hacen Promoter; } /*=================================================================================================*/ /* our services */ /* silder our */ .slider-our img { width: 100%; height: 450px; } .slider-our .img-our img { height: 20%; width: 10%; margin-left: 72px; } .slider-our .img-our p { margin-top: -115px; margin-left: 132px; } .slider-our .overlay .txt-overlay { font-family: Ebrima; font-size: 32px; top: 120px; position: absolute; margin-left: 130px; font-style: inherit; font-weight: initial; } /*====================================================================================*/ /*start contact */ .slider-contact img { width: 100%; height: 450px; } .slider-contact .overlay { position: absolute; top: 170px; } .slider-contact .overlay .title { font-size: 40px; font-weight: 900; font-family: Cooper; color: #2C3E50; } .slider-contact .img-our img { height: 20%; width: 10%; margin-left: 72px; } .slider-contact .img-our p { margin-top: -115px; margin-left: 132px; } .slider-contact .overlay .txt-overlay { font-family: Ebrima; font-size: 29px; top: 128px; position: absolute; font-style: inherit; font-weight: initial; } .slider-contact .overlay .contact-icon ul { list-style: none; display: flex; margin-top: 70px; margin-left: 36px; } .slider-contact .overlay .contact-icon li { height: 50px; width: 50px; background-color: #31859C; border-radius: 50%; margin-left: 10px; } .slider-contact .overlay .contact-icon .icons { position: absolute; padding-left: 15px; padding-right: 15px; padding-top: 15px; } .slider-contact .overlay .contact-icon .icons i { font-size: 1.5rem; color: #fff; } .contact { box-shadow: 1px 1px 1px 1px #ddd; margin-top: -22px; border-radius: 45px; background-color: #fff; position: relative; margin-bottom: 23px; } .contact-inf .inf { margin-left: 71px; margin-top: 60px; margin-bottom: 5px; box-shadow: 1px 1px 1px 1px #ddd; padding: 10px; width: 390px; } .contact-inf h1 { font-weight: bold; font-family: Cooper; margin: 20px; } .contact-inf .inf img { width: 74px; float: left; margin-top: -23px; margin-left: -24px; } .contact .contac-img .img img { position: absolute; position: absolute; margin-top: 133px; float: right; margin-left: -449px; } .contact .contac-img .back-img img { width: 100%; height: 100%; border-radius: 47px; } /*========================================================================================*/ /*start prgram page */ .slider-program img { width: 100%; height: 450px; } .slider-program .overlay .txt-overlay { font-family: Ebrima; font-size: 29px; top: 135px; position: absolute; font-style: inherit; font-weight: initial; } /*==================================================================================================*/ /* start courese */ .slider .carousel-item { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .slider .carousel-indicators li { height: 8px; cursor: pointer; background-color: #2C3E50; color: #B78300; } .slider-courese .overlay .txt-overlay { font-size: 20px; top: 129px; position: absolute; margin-left: 71px; } .slider-courese .carousel-two .overlay { margin-left: 100px; padding-left: 100px; } .slider-courese .carousel-two .overlay .txt-overlay { margin-left: 12px; } .slider-courese .carousel-three .overlay { margin-left: 100px; padding-left: 100px; } .slider-courese .carousel-three .overlay .txt-overlay { margin-left: 12px; } .title-courese h1 { font-size: 64px; font-family: Cooper; font-weight: bold; } .courese-body .title img { width: 30%; margin-left: -22px; margin-top: -92px; } .courese-body .title p { margin-top: -66px; margin-left: 109px; font-size: 18px; font-family: Cooper; font-weight: bold; } .card-courese { box-shadow: 1px 1px 1px 1px #ddd; margin-top: 79px; border-radius: 12px; margin-bottom: 20px; height: 280px; background-color: #fff; } .card-courese .card-body img { width: 325px; box-shadow: 1px 1px 1px 1px #ddd; margin-left: -24px; background-color: #fff; margin-top: -42px; border-radius: 20px; height: 230px; } .card-courese .btn-primary { border-radius: 0px 22px 0px 14px; margin-left: 0px; background-color: #2C3E50; margin-top: 5px; } /*start test style */ .card-slider { margin: 0% auto; } .card-slider .card-coureses .card-img-top { width: 320px; box-shadow: 1px 1px 1px 1px #ddd; background-color: #fff; border-radius: 20px; margin: 3% auto; } .card-slider .card-coureses { box-shadow: 1px 1px 1px 1px #ddd; border-radius: 12px; background-color: #fff; margin-bottom: 23px; } .card-slider .card-coureses .btn-warning { border-radius: 0px 22px 0px 14px; background-color: #2C3E50; height: 48px; color: #fff; font-size: 20px; border-color: #2C3E50; } /*================================================================================*/ /*start video */ .video .card { width: 650px; margin: 5% auto; box-shadow: 1px 1px 1px 1px #ddd; } .video .card .card-footer { color: #fff; font-size: 20px; background-color: #2C3E50; font-family: Ebrima; } .video .card .card-footer .next-video a { color: #fff; text-decoration: none; float: right; margin-top: -31px; } .video iframe { width: 600px; height: 300px; }
0.36139
0.047009
* { font-family: 'Montserrat', sans-serif; } h1 { font-size: 50px; color: #43AA8B; text-align: center; } nav { height: 80px; width: 100%; } .nav-links { display: flex; list-style: none; width: 1300px; height: 100%; justify-content: space-around; align-items: center; } .nav-links li a { color: #43AA8B; text-decoration-line: none; font-size: 25px; } .nav-links li a:hover { text-decoration-line: underline; text-decoration-thickness: 500; text-decoration-color: #F7FFDD; color: #FFE88D; } .container { background-color: white; height: 600px; width: 1000px; border-top: 10px solid #D0E3CC; border-top-left-radius: 20px; border-top-right-radius: 20px; padding-top: 45px; margin-left: 170px; margin-top: 80px; } h2 { font-size: 45px; line-height: 10vh; color: #43AA8B; text-align: center; font-weight: 900; padding-top: 50px; } #hero { height: 500px; width: 600px; background-image: url("analytics.jpeg"); justify-content: center; align-items: center; background-size: contain; background-repeat: no-repeat; display: inline-block; overflow: hidden; } #hero2 { height: 500px; width: 300px; margin: 10px; display: inline-block; overflow: hidden; } label { margin-left: 150px; display: block; padding-top: 10px; font-weight: 600; margin-bottom: 5px; margin-top: 12px; font-size: 18px; color: gray; } input[type=range] { -webkit-appearance: none; width: 700px; margin-left: 150px; overflow: hidden; } input[type=range]::-webkit-slider-runnable-track { background-color: whitesmoke; border-radius: 50px; height: 30px; } input[type=range]::-webkit-slider-thumb { background: #43AA8B; height: 30px; width: 30px; border-radius: 50px; border: none; cursor: pointer; -webkit-appearance: none; } input[type=range]:hover { box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.137); border-radius: 50px; } #rate { width: 120px; height: 40px; background-color: #43AA8B; color: #FFE88D; font-weight: 600; font-size: 18px; border: none; border-radius: 50px; display: block; margin-top: 10px; margin-left: 150px; } #rate:hover { box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.137); cursor: pointer; } #chart { height: 500px; width: 500px; margin-left: 110px; margin-top: 80px; display: inline-block; border-bottom: 3px solid aliceblue; } #mainChart, #mainChart2, #mainChart3, #mainChart4, #mainChart5, #mainChart6 { background-size: contain; background-repeat: no-repeat; background-position: center; height: 450px; width: 350px; display: block; margin-left: 10px; margin-top: 50px; } #chart h5 { text-align: center; color: #43AA8B; font-size: 18px; text-transform: uppercase; } #btn1, #btn2, #btn3 { color: gray; border: none; cursor: pointer; font-weight: 600; background-color: white; margin-top: 5px; } #btn1 { margin-left: 50px; } #chartYear { margin-left: 90px; border: none; color: gray; font-weight: 600; } #chartMonth { border: none; color: gray; font-weight: 600; } #btn1:hover, #btn2:hover, #btn3:hover { color: rgb(23, 134, 171); border-bottom: 4px solid rgb(23, 134, 171); } #total { height: 250px; margin-top: 80px; width: 1000px; margin-left: 170px; border: 1px solid gray; } #average { height: 330px; width: calc(1/2 * 1000px); margin-left: 430px; margin-top: 100px; margin-bottom: 80px; background-color: aliceblue; border-radius: 50px; } #score { height: 180px; width: 180px; background-color: white; margin-left: 160px; margin-top: 30px; border-radius: 50%; border: 1px solid #43AA8B; } #score h2 { text-align: center; color: #43AA8B; font-size: 40px; margin-top: 10px; } #success { height: 600px; width: 1200px; margin-left: 65px; margin-bottom: 80px; margin-top: 80px; } #story { height: 600px; width: calc(0.5 * 1000px); display: inline-block; overflow: hidden; } #story:nth-child(1) { margin-left: 100px; background-image: url("Presentation.gif"); background-size: cover; background-repeat: no-repeat; overflow: hidden; width: 650px; } #story:nth-child(2) { width: 350px; background-color: #43AA8B; color:#FFE88D; font-size: 45px; text-align: center; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3); } #year, #month { border-radius: 50px; background-color: aliceblue; color: #43AA8B; margin-left: 43px; margin-top: 20px; width: 120px; height: 30px; border: none; font-size: 15px; } #year:focus, #month:focus { outline: none; } #go { width: 100px; height: 30px; border: none; background-color: #43AA8B; color: #FFE88D; border-radius: 50px; margin-left: 20px; } #innerFooter h5 { text-transform: uppercase; margin-left: 10px; } #innerFooter { height: 180px; width: calc(1/5 * 1330px); background-color: #D0E3CC; color: #394032; display: inline-block; font-size: 15px; margin-left: 40px; } #innerFooter:nth-child(1) { margin-left: 132px; } .footer { height: 180px; width: 1330px; background-color: #D0E3CC; } a { text-decoration-line: none; color: #394032; display: block; margin: 10px; }
kedu-analytics.css
* { font-family: 'Montserrat', sans-serif; } h1 { font-size: 50px; color: #43AA8B; text-align: center; } nav { height: 80px; width: 100%; } .nav-links { display: flex; list-style: none; width: 1300px; height: 100%; justify-content: space-around; align-items: center; } .nav-links li a { color: #43AA8B; text-decoration-line: none; font-size: 25px; } .nav-links li a:hover { text-decoration-line: underline; text-decoration-thickness: 500; text-decoration-color: #F7FFDD; color: #FFE88D; } .container { background-color: white; height: 600px; width: 1000px; border-top: 10px solid #D0E3CC; border-top-left-radius: 20px; border-top-right-radius: 20px; padding-top: 45px; margin-left: 170px; margin-top: 80px; } h2 { font-size: 45px; line-height: 10vh; color: #43AA8B; text-align: center; font-weight: 900; padding-top: 50px; } #hero { height: 500px; width: 600px; background-image: url("analytics.jpeg"); justify-content: center; align-items: center; background-size: contain; background-repeat: no-repeat; display: inline-block; overflow: hidden; } #hero2 { height: 500px; width: 300px; margin: 10px; display: inline-block; overflow: hidden; } label { margin-left: 150px; display: block; padding-top: 10px; font-weight: 600; margin-bottom: 5px; margin-top: 12px; font-size: 18px; color: gray; } input[type=range] { -webkit-appearance: none; width: 700px; margin-left: 150px; overflow: hidden; } input[type=range]::-webkit-slider-runnable-track { background-color: whitesmoke; border-radius: 50px; height: 30px; } input[type=range]::-webkit-slider-thumb { background: #43AA8B; height: 30px; width: 30px; border-radius: 50px; border: none; cursor: pointer; -webkit-appearance: none; } input[type=range]:hover { box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.137); border-radius: 50px; } #rate { width: 120px; height: 40px; background-color: #43AA8B; color: #FFE88D; font-weight: 600; font-size: 18px; border: none; border-radius: 50px; display: block; margin-top: 10px; margin-left: 150px; } #rate:hover { box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.137); cursor: pointer; } #chart { height: 500px; width: 500px; margin-left: 110px; margin-top: 80px; display: inline-block; border-bottom: 3px solid aliceblue; } #mainChart, #mainChart2, #mainChart3, #mainChart4, #mainChart5, #mainChart6 { background-size: contain; background-repeat: no-repeat; background-position: center; height: 450px; width: 350px; display: block; margin-left: 10px; margin-top: 50px; } #chart h5 { text-align: center; color: #43AA8B; font-size: 18px; text-transform: uppercase; } #btn1, #btn2, #btn3 { color: gray; border: none; cursor: pointer; font-weight: 600; background-color: white; margin-top: 5px; } #btn1 { margin-left: 50px; } #chartYear { margin-left: 90px; border: none; color: gray; font-weight: 600; } #chartMonth { border: none; color: gray; font-weight: 600; } #btn1:hover, #btn2:hover, #btn3:hover { color: rgb(23, 134, 171); border-bottom: 4px solid rgb(23, 134, 171); } #total { height: 250px; margin-top: 80px; width: 1000px; margin-left: 170px; border: 1px solid gray; } #average { height: 330px; width: calc(1/2 * 1000px); margin-left: 430px; margin-top: 100px; margin-bottom: 80px; background-color: aliceblue; border-radius: 50px; } #score { height: 180px; width: 180px; background-color: white; margin-left: 160px; margin-top: 30px; border-radius: 50%; border: 1px solid #43AA8B; } #score h2 { text-align: center; color: #43AA8B; font-size: 40px; margin-top: 10px; } #success { height: 600px; width: 1200px; margin-left: 65px; margin-bottom: 80px; margin-top: 80px; } #story { height: 600px; width: calc(0.5 * 1000px); display: inline-block; overflow: hidden; } #story:nth-child(1) { margin-left: 100px; background-image: url("Presentation.gif"); background-size: cover; background-repeat: no-repeat; overflow: hidden; width: 650px; } #story:nth-child(2) { width: 350px; background-color: #43AA8B; color:#FFE88D; font-size: 45px; text-align: center; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3); } #year, #month { border-radius: 50px; background-color: aliceblue; color: #43AA8B; margin-left: 43px; margin-top: 20px; width: 120px; height: 30px; border: none; font-size: 15px; } #year:focus, #month:focus { outline: none; } #go { width: 100px; height: 30px; border: none; background-color: #43AA8B; color: #FFE88D; border-radius: 50px; margin-left: 20px; } #innerFooter h5 { text-transform: uppercase; margin-left: 10px; } #innerFooter { height: 180px; width: calc(1/5 * 1330px); background-color: #D0E3CC; color: #394032; display: inline-block; font-size: 15px; margin-left: 40px; } #innerFooter:nth-child(1) { margin-left: 132px; } .footer { height: 180px; width: 1330px; background-color: #D0E3CC; } a { text-decoration-line: none; color: #394032; display: block; margin: 10px; }
0.308815
0.064979
.navbar .nav.pull-right { margin-left: 10px; margin-right: 0; } .navbar .nav.pull-right { float: right; } #mask { position: absolute; left: 0; top: 0; z-index: 9000; background-color: #000; display: none } #boxes .window { position: fixed; overflow: hidden; left: 0; top: 0; width: auto; height: auto; display: none; z-index: 9999 } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right>li { margin-right: 0; } .navbar .nav>li { margin-top: 0; display: block; float: left; margin-right: 8px; } .label{color:#333;} .navbar.light .nav>li>a:not(.btn) { color: #8B9197; font-size: 18px; } .navbar .nav>li>a:not(.btn) { float: none; line-height: 20px; /*color: rgba(255,255,255,0.9);*/ text-decoration: none; font-weight: 300; } .nav>li>a { display: block; } .navbar .navbar-inner { padding: 14px 0; color: #555; background-color: rgba(255,255,255,0.95); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0,0,0,0.15); position: fixed; left: 0; right: 0; } .container { width: 940px; margin-left: auto; margin-right: auto; } .header-bar .brand { display: block; background: url(../img/woopra-icon.png) center center no-repeat; font-size: 20px; font-weight: 200; line-height: 1; color: #000000; width: 144px; height: 36px; padding: 2px 0; } .navbar { overflow: visible; /* height: 64px; */ background: #fff; color: #000; } footer { position: fixed; bottom: 0; width: 100%; } #landing-carousel .item { display: block; position: relative; margin: 0; text-align: center; padding: 50px 0; } #landing-carousel { overflow: auto; margin-left: auto; margin-right: auto; } .title p { /* width: 600px; */ font-size: 14px; /* font-weight: 200; */ line-height: 34px; /* margin-top: 10px; */ color: #000; /* margin-left: auto; */ /* margin-right: auto; */ text-align: left; } .title h1 { font-weight: 100; color: #000; font-size: 40px; } .prev { /* display: block; */ /*padding: 9.5px;*/ /* margin: 0 0 10px; */ /* font-size: 13px; */ /* line-height: 1.42857143; */ /* color: #333; */ /* word-break: break-all; */ word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; padding: 20px; } .arrow { width: 730px; height: 40px; font-style: italic; text-align: left; margin-left: auto; margin-right: auto; } .pindex{width: 600px; margin-left: auto; margin-right: auto; text-align: center;} .orange { color: #e3611e; } .icon-arrow-top-right { background-image: url(../img/seta.png); width: 60px; height: 31px; background-position: -23px -341px; } .home-try-it-for-free { line-height: 18px; } .navbar .nav>li a:hover{ background: none; text-decoration: none; } h4 { font-size: 16px; line-height: 34px; /* font-weight: bold; */ text-align: justify; margin-bottom: 29px; /* padding: 10px; */ color: #000; }
public/assets/css/style.css
.navbar .nav.pull-right { margin-left: 10px; margin-right: 0; } .navbar .nav.pull-right { float: right; } #mask { position: absolute; left: 0; top: 0; z-index: 9000; background-color: #000; display: none } #boxes .window { position: fixed; overflow: hidden; left: 0; top: 0; width: auto; height: auto; display: none; z-index: 9999 } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right>li { margin-right: 0; } .navbar .nav>li { margin-top: 0; display: block; float: left; margin-right: 8px; } .label{color:#333;} .navbar.light .nav>li>a:not(.btn) { color: #8B9197; font-size: 18px; } .navbar .nav>li>a:not(.btn) { float: none; line-height: 20px; /*color: rgba(255,255,255,0.9);*/ text-decoration: none; font-weight: 300; } .nav>li>a { display: block; } .navbar .navbar-inner { padding: 14px 0; color: #555; background-color: rgba(255,255,255,0.95); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0,0,0,0.15); position: fixed; left: 0; right: 0; } .container { width: 940px; margin-left: auto; margin-right: auto; } .header-bar .brand { display: block; background: url(../img/woopra-icon.png) center center no-repeat; font-size: 20px; font-weight: 200; line-height: 1; color: #000000; width: 144px; height: 36px; padding: 2px 0; } .navbar { overflow: visible; /* height: 64px; */ background: #fff; color: #000; } footer { position: fixed; bottom: 0; width: 100%; } #landing-carousel .item { display: block; position: relative; margin: 0; text-align: center; padding: 50px 0; } #landing-carousel { overflow: auto; margin-left: auto; margin-right: auto; } .title p { /* width: 600px; */ font-size: 14px; /* font-weight: 200; */ line-height: 34px; /* margin-top: 10px; */ color: #000; /* margin-left: auto; */ /* margin-right: auto; */ text-align: left; } .title h1 { font-weight: 100; color: #000; font-size: 40px; } .prev { /* display: block; */ /*padding: 9.5px;*/ /* margin: 0 0 10px; */ /* font-size: 13px; */ /* line-height: 1.42857143; */ /* color: #333; */ /* word-break: break-all; */ word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; padding: 20px; } .arrow { width: 730px; height: 40px; font-style: italic; text-align: left; margin-left: auto; margin-right: auto; } .pindex{width: 600px; margin-left: auto; margin-right: auto; text-align: center;} .orange { color: #e3611e; } .icon-arrow-top-right { background-image: url(../img/seta.png); width: 60px; height: 31px; background-position: -23px -341px; } .home-try-it-for-free { line-height: 18px; } .navbar .nav>li a:hover{ background: none; text-decoration: none; } h4 { font-size: 16px; line-height: 34px; /* font-weight: bold; */ text-align: justify; margin-bottom: 29px; /* padding: 10px; */ color: #000; }
0.371137
0.081301
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap'); *{ margin: 0; padding: 0; font-family: 'Roboto Condensed', sans-serif; } body{ background-color: #00A9B3; overflow-x: hidden; } a{ text-decoration: none; color: white; } .logo{ transform: rotate(5.01deg); } .nav-bar{ display: flex; justify-content: space-around; align-items: center; height: 10vh; } #nav-list{ list-style: none; display: flex; flex-direction: row; align-items: center; } #nav-list a{ padding: 0 10px; } .mobile-menu{ cursor: pointer; display: none; margin: 0 30px; } .mobile-menu div{ width: 32px; height: 2px; background: white; margin: 8px; } .navbar-decoration{ position: absolute; width: 30%; left: 0px; top: 0px; } .navbar-secondary{ align-items: center; background: #ffffff; display: flex; justify-content: center; height: 9vh; } .nav-list2{ list-style: none; display: flex; flex-direction: row; justify-content: space-around; width: 70%; min-width: 300px; max-width: 1200px; color: #00A9B3; } .nav-list2 li{ padding: 4px ; } .background{ width: 100%; } .search{ position: absolute; display: flex; width: 100%; justify-content: center; margin-top: -23%; } .search input{ border: 0 solid white; height: 40px; width: 50%; min-width: 220px; max-width: 530px; color: #00A9B3; } .search button{ border: 0 solid white; background-color: #ffffff; padding: 0 3px; } main{ margin: 0 auto; } .main-decoration{ position: absolute; right: 0; margin-top: -700px; } .container{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; display: grid; grid-template-columns: 3fr 1fr; color: white; } .container > div{ padding: 5px; } .sales h1{ margin-top: 30px; background-color: #ff6600ff; padding: 10px; border-radius: 5px; } .sale-card a{ background-color: #000000d2; margin-top: 10px; color: white; display: flex; flex-direction: row; text-align: center; align-content: center; border-radius: 5px; } .sale-card a:hover{ background-color: #000000; } .sale-card p{ align-self: center; padding: 10px; } .sale-card img{ width: 40%; min-width: 150px; } .ad img{ width: 70%; height: 80%; position: sticky; min-width: 200px; top: 8px; } .ad{ display: flex; justify-content: center; margin-top: 10px; } .content{ background-color: #f4f4f4; width: 100%; padding: 90px 0px; margin-top: 30px; display: flex; justify-content: center; } .basquete-cards{ width: 75%; min-width: 300px; max-width: 1300px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; } .basquete-cards div{ width: 75%; margin: 0 13px; background-color: #ff6600ff; color: white; display: flex; flex-direction: column; align-items: center; padding: 20px; } .basquete-cards img{ width: 100%; min-width: 100px; } .basquete-cards button{ width: 90%; background-color: #00A9B3; border: none; padding: 7px; color: white; border-radius: 5px; } .basquete-cards button:hover{ background-color: #01767c; } .decoration{ position: absolute; width: 70%; z-index: -1; } .decoration2{ position: relative; width: 70%; margin-left: 40%; margin-top: -300px; z-index: -1; } .container2{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; display: grid; grid-template-columns: 3fr; color: white; } .catalog{ background-color: #000000d2; display: flex; flex-direction: row; width: 100%; margin-top: 80px; justify-content: space-between; border-radius: 5px; } .item-catalog{ width: 20%; padding: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; } .catalog button{ height: 100%; background-color: #ff6600ff; border: none; padding: 7px; color: white; } .catalog button:hover{ background-color: rgb(248, 128, 48); } .item-catalog:hover{ background-color:#ff6600ff; } .item-catalog img{ width: 100%; } footer{ bottom: 0; left: 0; right: 0; height: 80px; width: 110%; margin-left: -10%; display: flex; align-items: center; flex-direction: row; justify-content: space-around; border: 2px solid #ffffff; background-color: #00A9B3; color: white; } @media (max-width: 874px) { body{ overflow-x: hidden; } #nav-list{ position: absolute; top: 10vh; right: 0; width: 50vw; height: 42vh; background: #00A9B3; flex-direction: column; align-items: center; justify-content: space-around; border: 3px solid white; z-index: 2; transform: translateX(100%); } #nav-list li{ margin-left: 0; padding: 0; } .mobile-menu{ display: block; } .nav-list2{ display: grid; grid-template-areas: "1 2 3 4"; } .container{ grid-template-columns: 1fr; align-items: center; } .ad{ position: relative; width: 100v; } .ad img{ width: 100%; } .basquete-cards{ grid-template-columns: 1fr; } .basquete-cards div{ margin-top: 20px; margin: 0 auto; } .container2{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; color: white; } .catalog{ display: flex; flex-direction: column; } .item-catalog{ width: 50%; padding: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; } }
css/index.css
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap'); *{ margin: 0; padding: 0; font-family: 'Roboto Condensed', sans-serif; } body{ background-color: #00A9B3; overflow-x: hidden; } a{ text-decoration: none; color: white; } .logo{ transform: rotate(5.01deg); } .nav-bar{ display: flex; justify-content: space-around; align-items: center; height: 10vh; } #nav-list{ list-style: none; display: flex; flex-direction: row; align-items: center; } #nav-list a{ padding: 0 10px; } .mobile-menu{ cursor: pointer; display: none; margin: 0 30px; } .mobile-menu div{ width: 32px; height: 2px; background: white; margin: 8px; } .navbar-decoration{ position: absolute; width: 30%; left: 0px; top: 0px; } .navbar-secondary{ align-items: center; background: #ffffff; display: flex; justify-content: center; height: 9vh; } .nav-list2{ list-style: none; display: flex; flex-direction: row; justify-content: space-around; width: 70%; min-width: 300px; max-width: 1200px; color: #00A9B3; } .nav-list2 li{ padding: 4px ; } .background{ width: 100%; } .search{ position: absolute; display: flex; width: 100%; justify-content: center; margin-top: -23%; } .search input{ border: 0 solid white; height: 40px; width: 50%; min-width: 220px; max-width: 530px; color: #00A9B3; } .search button{ border: 0 solid white; background-color: #ffffff; padding: 0 3px; } main{ margin: 0 auto; } .main-decoration{ position: absolute; right: 0; margin-top: -700px; } .container{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; display: grid; grid-template-columns: 3fr 1fr; color: white; } .container > div{ padding: 5px; } .sales h1{ margin-top: 30px; background-color: #ff6600ff; padding: 10px; border-radius: 5px; } .sale-card a{ background-color: #000000d2; margin-top: 10px; color: white; display: flex; flex-direction: row; text-align: center; align-content: center; border-radius: 5px; } .sale-card a:hover{ background-color: #000000; } .sale-card p{ align-self: center; padding: 10px; } .sale-card img{ width: 40%; min-width: 150px; } .ad img{ width: 70%; height: 80%; position: sticky; min-width: 200px; top: 8px; } .ad{ display: flex; justify-content: center; margin-top: 10px; } .content{ background-color: #f4f4f4; width: 100%; padding: 90px 0px; margin-top: 30px; display: flex; justify-content: center; } .basquete-cards{ width: 75%; min-width: 300px; max-width: 1300px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; } .basquete-cards div{ width: 75%; margin: 0 13px; background-color: #ff6600ff; color: white; display: flex; flex-direction: column; align-items: center; padding: 20px; } .basquete-cards img{ width: 100%; min-width: 100px; } .basquete-cards button{ width: 90%; background-color: #00A9B3; border: none; padding: 7px; color: white; border-radius: 5px; } .basquete-cards button:hover{ background-color: #01767c; } .decoration{ position: absolute; width: 70%; z-index: -1; } .decoration2{ position: relative; width: 70%; margin-left: 40%; margin-top: -300px; z-index: -1; } .container2{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; display: grid; grid-template-columns: 3fr; color: white; } .catalog{ background-color: #000000d2; display: flex; flex-direction: row; width: 100%; margin-top: 80px; justify-content: space-between; border-radius: 5px; } .item-catalog{ width: 20%; padding: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; } .catalog button{ height: 100%; background-color: #ff6600ff; border: none; padding: 7px; color: white; } .catalog button:hover{ background-color: rgb(248, 128, 48); } .item-catalog:hover{ background-color:#ff6600ff; } .item-catalog img{ width: 100%; } footer{ bottom: 0; left: 0; right: 0; height: 80px; width: 110%; margin-left: -10%; display: flex; align-items: center; flex-direction: row; justify-content: space-around; border: 2px solid #ffffff; background-color: #00A9B3; color: white; } @media (max-width: 874px) { body{ overflow-x: hidden; } #nav-list{ position: absolute; top: 10vh; right: 0; width: 50vw; height: 42vh; background: #00A9B3; flex-direction: column; align-items: center; justify-content: space-around; border: 3px solid white; z-index: 2; transform: translateX(100%); } #nav-list li{ margin-left: 0; padding: 0; } .mobile-menu{ display: block; } .nav-list2{ display: grid; grid-template-areas: "1 2 3 4"; } .container{ grid-template-columns: 1fr; align-items: center; } .ad{ position: relative; width: 100v; } .ad img{ width: 100%; } .basquete-cards{ grid-template-columns: 1fr; } .basquete-cards div{ margin-top: 20px; margin: 0 auto; } .container2{ margin: 0 auto; width: 70%; min-width: 300px; max-width: 1200px; padding: 4px; color: white; } .catalog{ display: flex; flex-direction: column; } .item-catalog{ width: 50%; padding: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; } }
0.544317
0.095181
.fade-in { animation-name: fadeIn; animation-duration: 1.3s; animation-timing-function: cubic-bezier(0, 0, 0.4, 1); animation-fill-mode: forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .js-lazy-image { display: block; height: 100%; /* needed because otherwise all images are "rendered" in viewport on page load */ } /*=========END OF STYLES FOR LAZY LOADING==========*/ img, embed, object, video { max-width: 100%; } /* Font downloaded from dafont.com */ @font-face { font-family: "BeautyDemo"; src: url("../fonts/BeautyDemo.ttf") format("truetype"); } body { color: #000; width: 100%; margin: 0 auto; font: normal 20px/1.5 'helvetica', "sans-serif"; } h1.my-name { font: normal 50px/0 'BeautyDemo','helvetica', "sans-serif"; } .hero-img img { width: 100%; margin: 0 auto; display: block; } .featured-works { width: 100%; text-align: center; margin: 0 auto; padding-top: 20px; } figure img { width: 100%; margin-bottom: 15px; } .one:hover { opacity: 0.6; transition: 0.3s ease; } .name-title { color:#000; padding: 0 27px; } .social-media { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; margin-bottom: 100px; } .fa-facebook-square, .fa-linkedin, .fa-google-plus-square, .fa-github-square { color: #02b3e4; font-size: 50px; padding: 0 20px; } .facebook, .linkedin, .google, .github, .scrollup { cursor: pointer; } .fa-arrow-circle-up { color: #02b3e4; font-size: 40px; padding: 2px; } .fa-facebook-square:hover, .fa-linkedin:hover, .fa-google-plus-square:hover, .fa-github-square:hover { color: #59d7f9; transition: 0.3s ease; font-size: 47px; } .fa-arrow-circle-up:hover { color: #59d7f9; transition: 0.3s ease; } footer { color: #000; display: flex; justify-content: center; height: 40px; background-color: #02b3e4; align-items: center; font: normal 12px 'helvetica', "sans-serif"; } #navbar { overflow: hidden; background-color: #02b3e4; font-size: 17px; z-index: 1; display: flex; justify-content: flex-end; } .button { font-weight: bold; cursor: pointer; color:#000; text-align: center; padding: 14px 14px; line-height: 0.5; } .button:hover, .button:focus { color: #fff; transition: 0.3s ease; text-decoration: underline; outline: none; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .imgDiv { height: 100px; display: flex; justify-content: center; align-items: center; } .mypic { position: relative; -webkit-transform: translateY(-90px); -ms-transform: translateY(-90px); transform: translateY(-90px); background-image: url("../images/mypic.jpg"); background-size: cover; width: 200px; height: 200px; border-radius: 200px 200px 200px 200px; -moz-border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; border: 4px solid #02b3e4; } h6 { color: #656565; } #logo { width: 70px; padding: 10px; } .aboutMe { padding: 0 7px 20px 7px; margin-top: -30px; } #contactInfo, .aboutMe h2, .aboutMe p { text-align: center; } #contactInfo { padding-top: 20px; } .scrollup { display: flex; justify-content: flex-end; } figcaption { padding: 10px; text-align: left; } #mapContainer { display: flex; justify-content: center; height: 200px; width: 100%; margin-bottom: 75px; } #mapSizer { display: flex; justify-content: center; width: 95%; height: 100%; } #map, #pano { height: 100%; width: 50%; } header { height: 75px; width: 100%; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; text-align: center; background-color: #02b3e4; padding-top: 40px; } figure { flex-shrink: 0.5; width: 40%; } .works { margin-top: -30px; display: flex; justify-content: center; flex-wrap: nowrap; } .worksDiv { margin-bottom: 150px; } hr { width: 95%; } #footer { padding: 25px; } .verify { cursor: default; } /* For iPad - Landscape mode and iPad Pro - Portrait mode*/ @media screen and (min-width: 1000px) and (max-width: 1100px){ figure { flex-shrink: 0.5; width: 40%; } } /* For iPad */ @media screen and (min-width: 745px) and (max-width: 1000px){ figure { flex-shrink: 0.5; width: 39%; border-radius: 10px; } .works { flex-wrap: wrap; } .scrollUp { color: #6d6d6d; cursor: pointer; display: flex; justify-content: flex-end; padding: 0 40px 10px 0; font: normal 15px 'helvetica', "sans-serif"; } } /* For All Mobile - Landscape mode*/ @media screen and (max-width: 745px){ header { justify-content: space-around; flex-direction: column; height: 200px; } figure { flex-shrink: 0.5; width: 80%; padding: 5px; } .works { flex-wrap: wrap; } #navbar { justify-content: center; } } /* For All Mobile - Portrait Mode*/ @media screen and (max-width: 500px){ figure { flex-shrink: 0; width: 100%; padding: 0; } }
src/styles/style.css
.fade-in { animation-name: fadeIn; animation-duration: 1.3s; animation-timing-function: cubic-bezier(0, 0, 0.4, 1); animation-fill-mode: forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .js-lazy-image { display: block; height: 100%; /* needed because otherwise all images are "rendered" in viewport on page load */ } /*=========END OF STYLES FOR LAZY LOADING==========*/ img, embed, object, video { max-width: 100%; } /* Font downloaded from dafont.com */ @font-face { font-family: "BeautyDemo"; src: url("../fonts/BeautyDemo.ttf") format("truetype"); } body { color: #000; width: 100%; margin: 0 auto; font: normal 20px/1.5 'helvetica', "sans-serif"; } h1.my-name { font: normal 50px/0 'BeautyDemo','helvetica', "sans-serif"; } .hero-img img { width: 100%; margin: 0 auto; display: block; } .featured-works { width: 100%; text-align: center; margin: 0 auto; padding-top: 20px; } figure img { width: 100%; margin-bottom: 15px; } .one:hover { opacity: 0.6; transition: 0.3s ease; } .name-title { color:#000; padding: 0 27px; } .social-media { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; margin-bottom: 100px; } .fa-facebook-square, .fa-linkedin, .fa-google-plus-square, .fa-github-square { color: #02b3e4; font-size: 50px; padding: 0 20px; } .facebook, .linkedin, .google, .github, .scrollup { cursor: pointer; } .fa-arrow-circle-up { color: #02b3e4; font-size: 40px; padding: 2px; } .fa-facebook-square:hover, .fa-linkedin:hover, .fa-google-plus-square:hover, .fa-github-square:hover { color: #59d7f9; transition: 0.3s ease; font-size: 47px; } .fa-arrow-circle-up:hover { color: #59d7f9; transition: 0.3s ease; } footer { color: #000; display: flex; justify-content: center; height: 40px; background-color: #02b3e4; align-items: center; font: normal 12px 'helvetica', "sans-serif"; } #navbar { overflow: hidden; background-color: #02b3e4; font-size: 17px; z-index: 1; display: flex; justify-content: flex-end; } .button { font-weight: bold; cursor: pointer; color:#000; text-align: center; padding: 14px 14px; line-height: 0.5; } .button:hover, .button:focus { color: #fff; transition: 0.3s ease; text-decoration: underline; outline: none; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .imgDiv { height: 100px; display: flex; justify-content: center; align-items: center; } .mypic { position: relative; -webkit-transform: translateY(-90px); -ms-transform: translateY(-90px); transform: translateY(-90px); background-image: url("../images/mypic.jpg"); background-size: cover; width: 200px; height: 200px; border-radius: 200px 200px 200px 200px; -moz-border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; border: 4px solid #02b3e4; } h6 { color: #656565; } #logo { width: 70px; padding: 10px; } .aboutMe { padding: 0 7px 20px 7px; margin-top: -30px; } #contactInfo, .aboutMe h2, .aboutMe p { text-align: center; } #contactInfo { padding-top: 20px; } .scrollup { display: flex; justify-content: flex-end; } figcaption { padding: 10px; text-align: left; } #mapContainer { display: flex; justify-content: center; height: 200px; width: 100%; margin-bottom: 75px; } #mapSizer { display: flex; justify-content: center; width: 95%; height: 100%; } #map, #pano { height: 100%; width: 50%; } header { height: 75px; width: 100%; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; text-align: center; background-color: #02b3e4; padding-top: 40px; } figure { flex-shrink: 0.5; width: 40%; } .works { margin-top: -30px; display: flex; justify-content: center; flex-wrap: nowrap; } .worksDiv { margin-bottom: 150px; } hr { width: 95%; } #footer { padding: 25px; } .verify { cursor: default; } /* For iPad - Landscape mode and iPad Pro - Portrait mode*/ @media screen and (min-width: 1000px) and (max-width: 1100px){ figure { flex-shrink: 0.5; width: 40%; } } /* For iPad */ @media screen and (min-width: 745px) and (max-width: 1000px){ figure { flex-shrink: 0.5; width: 39%; border-radius: 10px; } .works { flex-wrap: wrap; } .scrollUp { color: #6d6d6d; cursor: pointer; display: flex; justify-content: flex-end; padding: 0 40px 10px 0; font: normal 15px 'helvetica', "sans-serif"; } } /* For All Mobile - Landscape mode*/ @media screen and (max-width: 745px){ header { justify-content: space-around; flex-direction: column; height: 200px; } figure { flex-shrink: 0.5; width: 80%; padding: 5px; } .works { flex-wrap: wrap; } #navbar { justify-content: center; } } /* For All Mobile - Portrait Mode*/ @media screen and (max-width: 500px){ figure { flex-shrink: 0; width: 100%; padding: 0; } }
0.303216
0.066509
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} body{ margin:0; padding:0; background:#d9d9d9 url(../images/bg.gif) center top repeat-x; font-family:"Helvetica Neue",Helvetica, Arial; } .mr20{ margin-right: 20px; } #content{ background: url(../images/mid_bg.jpg) center top no-repeat; padding-top: 125px; text-align: center; } p{ font-size: 13px; color: #656565; line-height: 22px; margin-bottom: 10px; text-align:center; } a{ color: #2a6888; text-decoration: none; } a:hover{ text-decoration: underline; } h1{ color: #fff; font-size: 36px; margin-bottom: 15px; } h3{ font-family: Georgia, helvetica, arial; font-size: 16px; color: #fff; font-style: italic; margin-bottom: 35px; } h2{ font-size: 22px; color: #2a6888; margin-bottom: 8px; text-align:center; text-decoration:underline; } .main{ width: 960px; padding-bottom: 30px; margin: 0 auto; background: url(../images/shadow.png) left bottom no-repeat; } .mcontent{ min-height: 300px; background:#ebebeb url(../images/main.gif) left top repeat-x; width: 960px; border-left: 1px solid #f7f7f7; margin: 0 auto; border-right: 1px solid #f7f7f7; padding: 20px; } .box{ border: 1px solid #fff; background: #ededed; -moz-box-shadow: 1px 2px 3px #C6C5C5; -webkit-box-shadow: 1px 2px 3px #C6C5C5; float: left; text-align: left; min-height: 200px; padding: 10px; width: 300px; } .box2{ border: 1px solid #fff; background: #ededed; -moz-box-shadow: 1px 2px 3px #C6C5C5; -webkit-box-shadow: 1px 2px 3px #C6C5C5; float: left; text-align: left; min-height:180px; padding: 20px; width: 200px; } .box2 a{ float: left; margin-right: 10px; } a.get{ background: #3e7a9a; color: #fff; border: 1px solid #41728c; padding: 3px 7px; font-size: 16px; margin-left:100px; } a:hover.get{ background: #41728c; border: 1px solid #3e7a9a; text-decoration: none; } .pg { margin-top:300px;}
tools/style.css
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} body{ margin:0; padding:0; background:#d9d9d9 url(../images/bg.gif) center top repeat-x; font-family:"Helvetica Neue",Helvetica, Arial; } .mr20{ margin-right: 20px; } #content{ background: url(../images/mid_bg.jpg) center top no-repeat; padding-top: 125px; text-align: center; } p{ font-size: 13px; color: #656565; line-height: 22px; margin-bottom: 10px; text-align:center; } a{ color: #2a6888; text-decoration: none; } a:hover{ text-decoration: underline; } h1{ color: #fff; font-size: 36px; margin-bottom: 15px; } h3{ font-family: Georgia, helvetica, arial; font-size: 16px; color: #fff; font-style: italic; margin-bottom: 35px; } h2{ font-size: 22px; color: #2a6888; margin-bottom: 8px; text-align:center; text-decoration:underline; } .main{ width: 960px; padding-bottom: 30px; margin: 0 auto; background: url(../images/shadow.png) left bottom no-repeat; } .mcontent{ min-height: 300px; background:#ebebeb url(../images/main.gif) left top repeat-x; width: 960px; border-left: 1px solid #f7f7f7; margin: 0 auto; border-right: 1px solid #f7f7f7; padding: 20px; } .box{ border: 1px solid #fff; background: #ededed; -moz-box-shadow: 1px 2px 3px #C6C5C5; -webkit-box-shadow: 1px 2px 3px #C6C5C5; float: left; text-align: left; min-height: 200px; padding: 10px; width: 300px; } .box2{ border: 1px solid #fff; background: #ededed; -moz-box-shadow: 1px 2px 3px #C6C5C5; -webkit-box-shadow: 1px 2px 3px #C6C5C5; float: left; text-align: left; min-height:180px; padding: 20px; width: 200px; } .box2 a{ float: left; margin-right: 10px; } a.get{ background: #3e7a9a; color: #fff; border: 1px solid #41728c; padding: 3px 7px; font-size: 16px; margin-left:100px; } a:hover.get{ background: #41728c; border: 1px solid #3e7a9a; text-decoration: none; } .pg { margin-top:300px;}
0.210117
0.063164
<style> md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {display: none;} @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); #thermostat { margin: 0 auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .dial { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .dial.away .dial__ico__leaf { visibility: hidden; } .dial.away .dial__lbl--target { visibility: hidden; } .dial.away .dial__lbl--target--half { visibility: hidden; } .dial.away .dial__lbl--away { opacity: 1; } .dial .dial__shape { -webkit-transition: fill 0.5s; transition: fill 0.5s; } .dial path.dial__ico__leaf { fill: #13EB13; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; pointer-events: none; } .dial.has-leaf .dial__ico__leaf { display: block; opacity: 1; pointer-events: initial; } .dial__editableIndicator { fill: white; fill-rule: evenodd; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; } .dial--edit .dial__editableIndicator { opacity: 1; } .dial--state--off .dial__shape { fill: #3d3c3c; } .dial--state--heating .dial__shape { fill: #E36304; } .dial--state--cooling .dial__shape { fill: #007AF1; } .dial__ticks path, .dial__ticks path.inactive { fill: rgba(255, 255, 255, 0.3); } .dial__ticks path.active { fill: rgba(255, 255, 255, 0.8); } .dial text { fill: white; text-anchor: middle; font-family: Helvetica, sans-serif; alignment-baseline: central; } .dial__lbl--target { font-size: 120px; font-weight: bold; } .dial__lbl--target--half { font-size: 40px; font-weight: bold; opacity: 0; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } .dial__lbl--target--half.shown { opacity: 1; -webkit-transition: opacity 0s; transition: opacity 0s; } .dial__lbl--ambient { font-size: 22px; font-weight: bold; } .dial__lbl--away { font-size: 72px; font-weight: bold; opacity: 0; pointer-events: none; } #controls { font-family: Open Sans; background-color: rgba(255, 255, 255, 0.25); padding: 20px; border-radius: 5px; position: absolute; left: 50%; -webkit-transform: translatex(-50%); transform: translatex(-50%); margin-top: 20px; } #controls label { text-align: left; display: block; } #controls label span { display: inline-block; width: 200px; text-align: right; font-size: 0.8em; text-transform: uppercase; } #controls p { margin: 0; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 2px solid #ccc; } </style>
thermocss/thermo.css
<style> md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {display: none;} @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); #thermostat { margin: 0 auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .dial { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .dial.away .dial__ico__leaf { visibility: hidden; } .dial.away .dial__lbl--target { visibility: hidden; } .dial.away .dial__lbl--target--half { visibility: hidden; } .dial.away .dial__lbl--away { opacity: 1; } .dial .dial__shape { -webkit-transition: fill 0.5s; transition: fill 0.5s; } .dial path.dial__ico__leaf { fill: #13EB13; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; pointer-events: none; } .dial.has-leaf .dial__ico__leaf { display: block; opacity: 1; pointer-events: initial; } .dial__editableIndicator { fill: white; fill-rule: evenodd; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; } .dial--edit .dial__editableIndicator { opacity: 1; } .dial--state--off .dial__shape { fill: #3d3c3c; } .dial--state--heating .dial__shape { fill: #E36304; } .dial--state--cooling .dial__shape { fill: #007AF1; } .dial__ticks path, .dial__ticks path.inactive { fill: rgba(255, 255, 255, 0.3); } .dial__ticks path.active { fill: rgba(255, 255, 255, 0.8); } .dial text { fill: white; text-anchor: middle; font-family: Helvetica, sans-serif; alignment-baseline: central; } .dial__lbl--target { font-size: 120px; font-weight: bold; } .dial__lbl--target--half { font-size: 40px; font-weight: bold; opacity: 0; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } .dial__lbl--target--half.shown { opacity: 1; -webkit-transition: opacity 0s; transition: opacity 0s; } .dial__lbl--ambient { font-size: 22px; font-weight: bold; } .dial__lbl--away { font-size: 72px; font-weight: bold; opacity: 0; pointer-events: none; } #controls { font-family: Open Sans; background-color: rgba(255, 255, 255, 0.25); padding: 20px; border-radius: 5px; position: absolute; left: 50%; -webkit-transform: translatex(-50%); transform: translatex(-50%); margin-top: 20px; } #controls label { text-align: left; display: block; } #controls label span { display: inline-block; width: 200px; text-align: right; font-size: 0.8em; text-transform: uppercase; } #controls p { margin: 0; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 2px solid #ccc; } </style>
0.380299
0.065965
.ui.claim.grid { margin-top: 2em; height: 100%; overflow: hidden; } #claim-container { height: 100%; overflow: auto; } #draft-stmt-container { height: 100%; overflow: auto; padding-bottom:3em; } #claim-pane-fullscreen { height: 100%; overflow: auto; } #claim-pane-fullscreen .ui.header { background-color: #DBDCDD; } #claim-container .hidden { display: none; } #claim-pane > .ui.segments { border: none; } #claim-pane-overview > .merging.menu { padding: 0.5em 0; display: none; border-radius: 0; } #claim-pane-overview > .ui.empty.segment { height: 10em; border: none; border-radius: 0; } #claim-pane-overview .ui.menu .item.label { margin: 0; padding-right: 0; } #claim-pane-overview .ui.menu .item>.label { margin: 0; } .claim.column > .ui.menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: inherit; border-bottom: 1px solid #D4D4D5!important; width: calc(100% + 2px); margin: 0 -1px; border: none; } .ui.secondary.menu .dropdown.item > .menu { margin-top: 0!important; } .ui.secondary.menu .claim-addstmt-handle { cursor: move; color: #999999; } .ui.secondary.menu .claim-addstmt-handle:hover { color: #000; } #claim-pane-overview .claim-content { font-size: 1.2em; line-height: 1.2em; } .claim.segment { -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; } .claim.segment.accordion { opacity: 0.6; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; } .claim.segment.accordion .title { margin: -0.6rem 0 0 0; } .highlight-found { background-color: #f2c61f!important; } .claim-metainfo { margin: 10px 0; font-size: 12px; } .claim-metainfo > * { display: inline-block; } del { color: red; } ins { color: green; font-weight: 600; } .activity-content > .summary { font-weight: inherit!important; } a.claim-vote-btn.unready, a.claim-vote-btn.unready:hover { cursor: default!important; color: rgba(40,40,40,.3)!important; background-color: transparent!important; } #claim-pane-overview .claim.segment { padding-bottom: 0; } #claim-pane-overview .stmt.segment { background-color: #FFFAF3; } #claim-container .private.claim.segment { opacity: 0.6; } #claim-navigator { position: fixed; top: 3em; bottom: 1em; overflow: auto; } #claim-navigator .vertical.menu { width: 100%; overflow-x: hidden; margin: 1em 0 0 0; } #claim-navigator .vertical.menu .claim.item { white-space: nowrap; } #draft-stmt .stmt.progress { margin:0; } #draft-stmt .slot-title { display: inline-block; } #draft-stmt .slot-title:not(.empty) { color: #000; } #draft-stmt .slot-title-wrapper { display: inline-block; width: calc(100% - 40px); } #draft-stmt .slot-title:hover { cursor: text; background-color: #fff; } #draft-stmt .slot-title-input { cursor: text; margin: 2px 1em 0; border: 1px solid #A7A7A7; background-color: #fff; width: 40%; } #draft-stmt .ui.progress .title { position: absolute; text-align: center; width: 100%; z-index: 2; font-size: 1.1em; font-weight: bold; margin-top:0.2em; } #draft-stmt .ui.progress .label { top: 0; font-weight: inherit; left: -40%; } #draft-stmt .phase3.slot .src_claim { max-height: 5em; overflow: hidden; color: #999999; } #draft-stmt .phase3.slot .src_claim:last-child { padding-bottom: 0; } #draft-stmt .item.empty { position: relative; height: 3em; } #draft-stmt .src_claim:hover .destmt.button { display: block; } #draft-stmt .slot.phase3:hover .src_claim { max-height: inherit; color: #000; } #draft-stmt .slot .reorder-handle { cursor: ns-resize; } #draft-stmt .slot .move-claim-handle { cursor: move; } #draft-stmt .slot .destmt.button { display: none; position: absolute; top: 0; right: 0; z-index: 2; } #draft-stmt .slot.ui-sortable-helper { background-color: #fff; overflow: hidden; max-height:3.5em; } #draft-stmt .sortable-placeholder { background-color: #D9D9D9; height: 7em; border-radius: 10px; border: 5px dashed #2185D0; } #draft-stmt .sortable-placeholder:after { width: 100%; height: 100%; content: 'Drop to move the slot here'; position: absolute; z-index: 2; text-align: center; font-size: 2em; line-height: 2em; } #draft-stmt .phase3.slot.to-drop:after { background-color: #D9D9D9; width: 100%; height: 100%; content: 'Drop to merge into slot'; position: absolute; visibility: visible; z-index: 2; text-align: center; border-radius: 10px; border: 5px dashed #2185D0; font-size: 2em; line-height: 1em; top: 0; } #draft-stmt li.item.active .slot-hidden { display: block!important; } #draft-stmt .phase4.slot .description { margin-bottom:0; } #draft-stmt .phase4.slot .src_claim { font-size:1.3em; line-height:1.3em; } #draft-stmt .stmt-refresh-category { cursor: pointer; } .droppable-edge:after { display: block; background-color: #F3F4F5; height: 42px; content: 'Move a claim here to create a new slot'; text-align: center; border-radius: 0.3em; border: 2px solid #2185D0; font-size: 1em; line-height: 2em; margin-top: 14px; } .droppable-edge.to-drop:after { background-color: #D9D9D9; content: 'Drop to create a new slot'; border: 5px dashed #2185D0; } #draft-stmt .phase4.slot.to-drop:after { background-color: #fff; width: 100%; height: 100%; content: 'Drop to move to slot'; position: absolute; visibility: visible; z-index: 2; text-align: center; border-radius: 0.1em; border: 5px dashed #2185D0; font-size: 2em; line-height: 1em; top: 0; } #claim-stmt-helper { width: 25em; max-height: 7em; overflow: hidden; position: fixed; z-index: 3; } #claim-stmt-helper:after { content: ""; height: 2em; position: absolute; left: 0; bottom: 0; width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), white); } #claim-activity-feed .improve.menu, #claim-activity-feed .post.menu { margin: 0; } #claim-activity-feed .ui.message { margin: 0.5em 0 0 0; } #claim-activity-feed .improved.text { font-size: 1.3em!important; } #claim-activity-feed .event[data-type="claim version"] { background-color: #F8FFFF; border-top: 1px #A9D5DE solid; margin-top: 0.5em; margin-left: -1em; width: calc(100% + 2em); padding: 0.5em 1em; border-bottom: 1px #A9D5DE solid; } .active-1 { border: 5px #A9D5DE solid; } .feed-adopt-claim-version[data-action="deadopt"]{ background: #2185D0!important; color: white!important; } .feed-adopt-claim-version[data-action="deadopt"] span{ position: relative; content: 'Adopted'; } .feed-adopt-claim-version[data-action="deadopt"]:hover span{ display: none; } .feed-adopt-claim-version[data-action="deadopt"]:hover:after{ content: 'Retract'; }
static/css/claim.css
.ui.claim.grid { margin-top: 2em; height: 100%; overflow: hidden; } #claim-container { height: 100%; overflow: auto; } #draft-stmt-container { height: 100%; overflow: auto; padding-bottom:3em; } #claim-pane-fullscreen { height: 100%; overflow: auto; } #claim-pane-fullscreen .ui.header { background-color: #DBDCDD; } #claim-container .hidden { display: none; } #claim-pane > .ui.segments { border: none; } #claim-pane-overview > .merging.menu { padding: 0.5em 0; display: none; border-radius: 0; } #claim-pane-overview > .ui.empty.segment { height: 10em; border: none; border-radius: 0; } #claim-pane-overview .ui.menu .item.label { margin: 0; padding-right: 0; } #claim-pane-overview .ui.menu .item>.label { margin: 0; } .claim.column > .ui.menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: inherit; border-bottom: 1px solid #D4D4D5!important; width: calc(100% + 2px); margin: 0 -1px; border: none; } .ui.secondary.menu .dropdown.item > .menu { margin-top: 0!important; } .ui.secondary.menu .claim-addstmt-handle { cursor: move; color: #999999; } .ui.secondary.menu .claim-addstmt-handle:hover { color: #000; } #claim-pane-overview .claim-content { font-size: 1.2em; line-height: 1.2em; } .claim.segment { -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; } .claim.segment.accordion { opacity: 0.6; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; } .claim.segment.accordion .title { margin: -0.6rem 0 0 0; } .highlight-found { background-color: #f2c61f!important; } .claim-metainfo { margin: 10px 0; font-size: 12px; } .claim-metainfo > * { display: inline-block; } del { color: red; } ins { color: green; font-weight: 600; } .activity-content > .summary { font-weight: inherit!important; } a.claim-vote-btn.unready, a.claim-vote-btn.unready:hover { cursor: default!important; color: rgba(40,40,40,.3)!important; background-color: transparent!important; } #claim-pane-overview .claim.segment { padding-bottom: 0; } #claim-pane-overview .stmt.segment { background-color: #FFFAF3; } #claim-container .private.claim.segment { opacity: 0.6; } #claim-navigator { position: fixed; top: 3em; bottom: 1em; overflow: auto; } #claim-navigator .vertical.menu { width: 100%; overflow-x: hidden; margin: 1em 0 0 0; } #claim-navigator .vertical.menu .claim.item { white-space: nowrap; } #draft-stmt .stmt.progress { margin:0; } #draft-stmt .slot-title { display: inline-block; } #draft-stmt .slot-title:not(.empty) { color: #000; } #draft-stmt .slot-title-wrapper { display: inline-block; width: calc(100% - 40px); } #draft-stmt .slot-title:hover { cursor: text; background-color: #fff; } #draft-stmt .slot-title-input { cursor: text; margin: 2px 1em 0; border: 1px solid #A7A7A7; background-color: #fff; width: 40%; } #draft-stmt .ui.progress .title { position: absolute; text-align: center; width: 100%; z-index: 2; font-size: 1.1em; font-weight: bold; margin-top:0.2em; } #draft-stmt .ui.progress .label { top: 0; font-weight: inherit; left: -40%; } #draft-stmt .phase3.slot .src_claim { max-height: 5em; overflow: hidden; color: #999999; } #draft-stmt .phase3.slot .src_claim:last-child { padding-bottom: 0; } #draft-stmt .item.empty { position: relative; height: 3em; } #draft-stmt .src_claim:hover .destmt.button { display: block; } #draft-stmt .slot.phase3:hover .src_claim { max-height: inherit; color: #000; } #draft-stmt .slot .reorder-handle { cursor: ns-resize; } #draft-stmt .slot .move-claim-handle { cursor: move; } #draft-stmt .slot .destmt.button { display: none; position: absolute; top: 0; right: 0; z-index: 2; } #draft-stmt .slot.ui-sortable-helper { background-color: #fff; overflow: hidden; max-height:3.5em; } #draft-stmt .sortable-placeholder { background-color: #D9D9D9; height: 7em; border-radius: 10px; border: 5px dashed #2185D0; } #draft-stmt .sortable-placeholder:after { width: 100%; height: 100%; content: 'Drop to move the slot here'; position: absolute; z-index: 2; text-align: center; font-size: 2em; line-height: 2em; } #draft-stmt .phase3.slot.to-drop:after { background-color: #D9D9D9; width: 100%; height: 100%; content: 'Drop to merge into slot'; position: absolute; visibility: visible; z-index: 2; text-align: center; border-radius: 10px; border: 5px dashed #2185D0; font-size: 2em; line-height: 1em; top: 0; } #draft-stmt li.item.active .slot-hidden { display: block!important; } #draft-stmt .phase4.slot .description { margin-bottom:0; } #draft-stmt .phase4.slot .src_claim { font-size:1.3em; line-height:1.3em; } #draft-stmt .stmt-refresh-category { cursor: pointer; } .droppable-edge:after { display: block; background-color: #F3F4F5; height: 42px; content: 'Move a claim here to create a new slot'; text-align: center; border-radius: 0.3em; border: 2px solid #2185D0; font-size: 1em; line-height: 2em; margin-top: 14px; } .droppable-edge.to-drop:after { background-color: #D9D9D9; content: 'Drop to create a new slot'; border: 5px dashed #2185D0; } #draft-stmt .phase4.slot.to-drop:after { background-color: #fff; width: 100%; height: 100%; content: 'Drop to move to slot'; position: absolute; visibility: visible; z-index: 2; text-align: center; border-radius: 0.1em; border: 5px dashed #2185D0; font-size: 2em; line-height: 1em; top: 0; } #claim-stmt-helper { width: 25em; max-height: 7em; overflow: hidden; position: fixed; z-index: 3; } #claim-stmt-helper:after { content: ""; height: 2em; position: absolute; left: 0; bottom: 0; width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), white); } #claim-activity-feed .improve.menu, #claim-activity-feed .post.menu { margin: 0; } #claim-activity-feed .ui.message { margin: 0.5em 0 0 0; } #claim-activity-feed .improved.text { font-size: 1.3em!important; } #claim-activity-feed .event[data-type="claim version"] { background-color: #F8FFFF; border-top: 1px #A9D5DE solid; margin-top: 0.5em; margin-left: -1em; width: calc(100% + 2em); padding: 0.5em 1em; border-bottom: 1px #A9D5DE solid; } .active-1 { border: 5px #A9D5DE solid; } .feed-adopt-claim-version[data-action="deadopt"]{ background: #2185D0!important; color: white!important; } .feed-adopt-claim-version[data-action="deadopt"] span{ position: relative; content: 'Adopted'; } .feed-adopt-claim-version[data-action="deadopt"]:hover span{ display: none; } .feed-adopt-claim-version[data-action="deadopt"]:hover:after{ content: 'Retract'; }
0.343122
0.055515
svg.graph { background: #e9e9e9; display: block; } svg.graph.running { background: radial-gradient(circle, #e9e9e9 0%, #cdcdcd 83%, #959595 100%); } svg.graph g.bg text { fill: #fff; font-family: serif; font-size: 1em; filter: drop-shadow(0 0.1em 5px black); } svg.graph g.bg line { stroke: #fff; stroke-width: 0.7; } svg.graph image { image-rendering: optimizeSpeed; } svg.graph .nodes .node circle { stroke-width: 4px; } svg.graph .links line { transition: all 0.5s; stroke: #beb7b7; stroke-width: 1px; } svg.graph .links line.hover, svg.graph .links line.active { stroke-width: 1.5px; stroke: #4b4b4b; } svg.graph .nodes .node .topic { transition: all 0.5s; font-size: 0.3em; fill: #fff; filter: drop-shadow(0 0 0.05em black); display: none; opacity: 0; } svg.graph .nodes .node.filtered { display: none; } svg.graph .nodes .node circle { transition: all 0.5s; filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph .nodes:hover .node.hover circle { filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph .nodes:hover .node.hover .topic { opacity: 1; display: inline; cursor: pointer; } svg.graph .nodes:hover .node.related circle { filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)) !important; stroke-width: 4.8px; } svg.graph .nodes:hover .node:not(.hover) circle { filter: grayscale(100%) blur(1px) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph:not(.cooled) .nodes .node circle { transition: none; filter: none; } svg.graph:not(.cooled) .nodes:hover .node:not(.hover) circle { filter: grayscale(100%); } svg.graph g.tree { opacity: 1; } svg.graph g.tree .node { transition: opacity 0.7s; opacity: 1; } svg.graph g.tree .node:last-child { opacity: 0; } svg.graph g.tree .links link { stroke: none; } /*# sourceMappingURL=graph.scss.css.map */
agora_analytica/flask/static/css/graph.scss.css
svg.graph { background: #e9e9e9; display: block; } svg.graph.running { background: radial-gradient(circle, #e9e9e9 0%, #cdcdcd 83%, #959595 100%); } svg.graph g.bg text { fill: #fff; font-family: serif; font-size: 1em; filter: drop-shadow(0 0.1em 5px black); } svg.graph g.bg line { stroke: #fff; stroke-width: 0.7; } svg.graph image { image-rendering: optimizeSpeed; } svg.graph .nodes .node circle { stroke-width: 4px; } svg.graph .links line { transition: all 0.5s; stroke: #beb7b7; stroke-width: 1px; } svg.graph .links line.hover, svg.graph .links line.active { stroke-width: 1.5px; stroke: #4b4b4b; } svg.graph .nodes .node .topic { transition: all 0.5s; font-size: 0.3em; fill: #fff; filter: drop-shadow(0 0 0.05em black); display: none; opacity: 0; } svg.graph .nodes .node.filtered { display: none; } svg.graph .nodes .node circle { transition: all 0.5s; filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph .nodes:hover .node.hover circle { filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph .nodes:hover .node.hover .topic { opacity: 1; display: inline; cursor: pointer; } svg.graph .nodes:hover .node.related circle { filter: grayscale(0) blur(0) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)) !important; stroke-width: 4.8px; } svg.graph .nodes:hover .node:not(.hover) circle { filter: grayscale(100%) blur(1px) drop-shadow(0 1px 5px rgba(0, 0, 5, 0.233)); } svg.graph:not(.cooled) .nodes .node circle { transition: none; filter: none; } svg.graph:not(.cooled) .nodes:hover .node:not(.hover) circle { filter: grayscale(100%); } svg.graph g.tree { opacity: 1; } svg.graph g.tree .node { transition: opacity 0.7s; opacity: 1; } svg.graph g.tree .node:last-child { opacity: 0; } svg.graph g.tree .links link { stroke: none; } /*# sourceMappingURL=graph.scss.css.map */
0.540196
0.183228
@media handheld, only screen and (max-width: 1500px) { .layout-wide .crumbs:before{ left: 15%; } /* Filter Header - Title Header ------------------------------*/ .filter-title{ top: 56%; left: 0%; margin-left: 0; width: 100%; } .title-header h1{ font-size: 4rem; line-height: 4.3rem; } .filter-header{ max-width: 80%; } } /* ---------------------------------------------------------------------- */ /* Version 1280px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 1250px) { .flat-mega-menu > ul > li > a { padding-left: 8px; padding-right: 8px; font-size: 0.78rem; } .flat-mega-menu > ul > .title i{ right: 20%; } /* Filter Header - Title Header ------------------------------*/ .filter-title{ top: 53%; left: 0%; margin-left: 0; width: 106%; } .title-header h1{ font-size: 3.5rem; line-height: 3.7rem; } .layout-semiboxed .flat-mega-menu .container, .layout-semiboxed footer .container{ width: auto !important; padding-right: 15px !important; padding-left: 15px !important; } } /* ---------------------------------------------------------------------- */ /* Version 1024px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 1024px) { .section-title{ height: 290px; } .semiboxshadow img { display: none; } } /* ---------------------------------------------------------------------- */ /* Version 1000px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 999px) { html { font-size: 14px; } header{ position: relative; } .content-info{ max-width: auto; margin-top: 0; margin-bottom: -120px; } .layout-wide .content-info{ max-width: auto; } .layout-wide .semiboxshadow{ display: none; } .layout-boxed-margin{ max-width: 1230px; margin: 0 auto; } .footer-down, .footer-down ul, header{ text-align: center; } footer h4, .post-item h4{ margin-top: 20px; } .img-footer{ margin-top: 60px; } .footer-v3 .img-footer{ margin-top: 0; margin-bottom: 0; } /* Filter Header - Title Header ------------------------------*/ .header-v1{ /* background: rgba(0,0,0,0.7); */ max-height: 2000px !important; } .flat-mega-menu > ul > .title > a{ padding-left: 0; padding-right: 0; } .flat-mega-menu > ul > .title i{ right: 40%; } .flat-mega-menu > ul > li > a { font-size: 1rem; } .filter-title{ top: 35%; left: 10%; margin-left: -5%; width: 90%; } /* .slider-horizontal{ width: 12% !important; } */ .title-header h1{ font-size: 3rem; line-height: 3.4rem; } .title-header p{ max-width: 700px; } .filter-header{ max-width: 100%; } .content-central{ margin-top: -50px; margin-bottom: -150px; } .services-lines{ width: 100%; margin-top: 30px; } .services-lines-info{ text-align: center; } .services-lines-info p.lead .line { margin: 20px auto; } .promotion-box{ max-width: 350px; margin:0 auto 30px auto; } .info-testimonial{ width: 100%; margin-left: 0; } #slide-features .btn{ margin-bottom: 20px; } /* footer{ text-align: center; } */ .testimonial-info{ text-align: center; padding-bottom: 100px; } .content-boxes .item-boxed{ width: 100%; } .testimonial-info{ padding-top: 80px; } footer .input-group{ margin-bottom: 20px; } .footer-v1 ul.nav-footer{ margin-top: 10px; } .section-title-01 h1{ padding-top: 180px; } .section-title-02, .section-title-03{ text-align: center; height: 300px; } .section-title-02 .crumbs, .section-title-03 .crumbs{ padding: 0; text-align: center; } .section-title-03 h1{ padding: 110px 0 10px 0; } .section-title-03 .crumbs ul { margin: 10px auto; padding: 10px; list-style: none; } .item-table{ margin:0 auto 30px auto; max-width: 380px; border:1px solid #dedede !important; } } /* ---------------------------------------------------------------------- */ /* Mobile Version 768px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 768px) { .list-styles li a{ font-size: 11px; } .cloth_head_font { font-size: 13px !important; } } /* ---------------------------------------------------------------------- */ /* Version 600px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 600px) { .flat-mega-menu > ul > .title i{ display: none !important; } .filter-title{ top: 40%; } .filter-header{ max-width: 100%; height: auto; overflow: auto; } .content-central{ margin-top: 0; margin-bottom: -150px; } .title-header h1{ font-size: 2rem; line-height: 2.4rem; } .filter-header .input-large{ width: 40%; } .filter-header .date-input{ width: 20%; font-size: 0.7rem; border-top: 1px solid #dedede; } .filter-header .selector { width: 20%; border-top: 1px solid #dedede; } .filter-header input[type="submit"]{ width: 100%; } .content-boxes .item-boxed{ margin-bottom: 30px; display: block; } .image-boxed{ float: none !important; width: 100% !important; display: block !important; } .image-boxed img{ width: auto !important; } .info-boxed{ width: 100% !important; top: 0; margin-bottom: 30px; height: auto; } .boxed-bottom{ border-bottom: 0 !important; } .boxed-top{ border-top: 0 !important; } .services-lines li{ width: 33.33%; } .image-boxed a.more-boxe{ top: 60%; } .filter-header .input-large { width: 51%; } .selector1 select { width: 208px; } .slider-horizontal{ width:158px; } } /* ---------------------------------------------------------------------- */ /* Version 360px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 360px) { .featured_badge_view { width: 136px; height: 86px; background: transparent url("../img/icons/reco.png") no-repeat; position: absolute; top: 0; z-index: 7; right: -220px; } .featured-badge { width: 136px; height: 86px; background: transparent url("../img/icons/reco.png") no-repeat; position: absolute; top: 0; z-index: 7; right: 0; } .product h4, .product p{ width:100px; } } /* ---------------------------------------------------------------------- */ /* Version 480px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 470px) { .title-header p, .title-header h1{ display: none; } .filter-header .input-large{ width: 100%; } .filter-header .date-input{ width: 100%; font-size: 0.7rem; } .filter-header .selector { width: 100%; } .filter-header input[type="submit"]{ width: 100%; } .services-lines li{ width: 50%; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .most_valued_badge{ /*left: 105px;*/ } .bus_rec_badge { margin-left: 163px; } .significant_badge { right: 0px; } .featured_badge_view { right: -188px; } .tp-simpleresponsive{ height:450px !important; } } @media screen and (min-device-width: 360px) and (max-device-width: 640px) { .sort-by-container ul li { padding: 0; width: 100%; margin-right: 15px; display: inline-block; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .mob_pad_10{ padding-top:10px; } .sort-by-container ul li { padding: 0; width: 100%; margin-right: 15px; display: inline-block; } .hovereffect h3 { font-size: 8px !important; padding: 5px; } .hovereffect .overlay a { font-size: 8px; } .hovereffect a.info { margin: 12px 0 0; } .seach_btn { width: 100%; } .sort-by-container { padding: 0px 10px 24px 10px; } .list_view_bottom { padding: 10px 12px 44px; } .post-meta { font-size: 12px; } .post-meta li { padding-top: 3px; margin-right: 4px; } .j-forms{ background-color:#fff !important; } .sort-by-container ul .deal_admin_top { width: 100% !important; } .tp-simpleresponsive{ height:500px !important; width:100%; } .paddings-mini { padding: 0; } } @media screen and (min-device-width: 360px) and (max-device-width: 640px) { .top_pad_10{ padding-top:10px; } .seach_btn { width: 100%; } .featured_badge_view { right: 0px; } .bus_rec_badge { margin-left: 164px; } .recentad_heig { padding-bottom: 20px; } .significant_badge { left: 208px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 360px) { .portfolioFilter a { font-size: 12px; line-height: 24px; } .top_pad_10 { padding-top: 10px; } .portfolioFilter a { margin: auto 6px; padding-bottom: 0px; } .post_deal_bor { border: 2px solid rgb(155, 147, 147); width: 256px; padding: 0px 6px 0px; } .selector1 select { height: 50px; width: 284px; } .btn-4 { padding: 2px 21px 0px 20px; } .view_price { font-size: 10px; } .loca_pad{ padding: 12px 26px; } .fa-2x{ font-size:16px; } .main_logo { margin-top: -17px !important; } .recentad_heig{ padding-bottom:20px; } .des_rec_heig, #aa, .top_head{ display:none; } .fa-bars{ color:#333; } .modal-dialog3 { padding-top: 100px; } .modal-dialog3 .j-forms .label { font-size: 11px; } .modal-dialog3 .j-forms .rating-group .label { font-size: 12px; } .btn-4 { padding: 9px 17px 7px 16px; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } .desc_top_img img, .desc_top_img iframe{ width: 289px; height: 70px; } .desc_bot_img img, .desc_bot_img iframe{ width: 289px; height: 70px; } .home_form{ background-color:#fff; border: 2px solid rgb(94, 195, 163); padding: 7px 10px; height: 273px; } tr .preview img{ width:80px; } .package_ckech label{ width:80px; } .set-2 ul li{ padding-bottom: 10px; } .significant_ad img { width: 318px !important; height: 232px !important; } .j-forms { background-color: none !important; box-shadow: none !important; } .section-title-01{ height: 120px !important; } .tparrows { display:none !important; } } @media screen and (min-device-width: 361px) and (max-device-width: 640px) { .tp-caption.large_bold_white { font-size: 20px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 16px !important; top: 152.649px !important; } .filter-title { top: 43%; } .main_logo { margin-top: -17px !important; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } tr .preview img{ width:100px; } .package_ckech label{ width:100px; } } @media screen and (min-device-width: 481px) and (max-device-width: 640px) { .tp-caption.large_bold_white { font-size: 20px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 16px !important; top: 152.649px !important; } .filter-title { top: 43%; } .filter-header .input-large{ width: 50%; background: none; padding-top: 6px; padding-left: 10px; } .filter-header { height: 107px; } .selector1 select { width: 285px; } .main_logo { margin-top: -17px !important; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .product{ /* display:none; */ } .add_top img, .add_top iframe{ width: 289px; height: 151px; } .add_left img, .add_left iframe{ width: 289px; height: 155px; /*padding-bottom: 23px;*/ } .add_middle img, .add_middle iframe{ width: 289px; height: 70px; padding-bottom: 20px; } .featured_badge_view { right:0px; } .bus_rec_badge { margin-left: 164px; } .significant_badge { left: 236px; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px){ .filter-title { top: 53%; } .tp-caption.large_bold_white { font-size: 28px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 22px !important; top: 152.649px !important; } /*.filter-header input[type="submit"] { width:10%; }*/ .filter-header .input-large{ width: 17%; background: none; padding-top: 6px; padding-left: 10px; } .main_logo { margin-top: -17px !important; } .add_top img, .add_top iframe{ width: 719px; height: 159px; } .add_left img, .add_left iframe{ width: 158px; height: 108px; } .add_middle img, .add_middle iframe{ width: 539px; height: 90px; } .desc_top_img img, .desc_top_img iframe{ width: 719px; height: 129px; } .desc_bot_img img, .desc_bot_img iframe{ width: 719px; height: 129px; } /* .slider-horizontal{ width: 100px !important; } .home_btn{ width: 75px; font-size:12px; } */ } @media screen and (max-width: 1037px){ .tp-caption.large_bold_white { /* font-size: 28px !important; */ top: 142.649px !important; } .tp-caption.small_light_white { /* font-size: 22px !important; */ top: 152.649px !important; } .filter-title { top: 55%; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .serch_bus_logo img { display:none; } .cont_left { padding: 0px 5px 0px 0px; border: 0px solid #9FC955; } address { line-height: 27px; padding-left: 12px; min-height: 58px; font-size: 12px; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .serch_bus_logo img { display:none; } .cont_left { padding: 4px 3px 0px 0px; border: 0px solid #9FC955; } address { line-height: 24px; padding-left: 7px; min-height: 60px; font-size: 12px; } .content-central { margin-top: -86px; } .hovereffect img { height: 137px; } }
css/theme-responsive.css
@media handheld, only screen and (max-width: 1500px) { .layout-wide .crumbs:before{ left: 15%; } /* Filter Header - Title Header ------------------------------*/ .filter-title{ top: 56%; left: 0%; margin-left: 0; width: 100%; } .title-header h1{ font-size: 4rem; line-height: 4.3rem; } .filter-header{ max-width: 80%; } } /* ---------------------------------------------------------------------- */ /* Version 1280px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 1250px) { .flat-mega-menu > ul > li > a { padding-left: 8px; padding-right: 8px; font-size: 0.78rem; } .flat-mega-menu > ul > .title i{ right: 20%; } /* Filter Header - Title Header ------------------------------*/ .filter-title{ top: 53%; left: 0%; margin-left: 0; width: 106%; } .title-header h1{ font-size: 3.5rem; line-height: 3.7rem; } .layout-semiboxed .flat-mega-menu .container, .layout-semiboxed footer .container{ width: auto !important; padding-right: 15px !important; padding-left: 15px !important; } } /* ---------------------------------------------------------------------- */ /* Version 1024px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 1024px) { .section-title{ height: 290px; } .semiboxshadow img { display: none; } } /* ---------------------------------------------------------------------- */ /* Version 1000px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 999px) { html { font-size: 14px; } header{ position: relative; } .content-info{ max-width: auto; margin-top: 0; margin-bottom: -120px; } .layout-wide .content-info{ max-width: auto; } .layout-wide .semiboxshadow{ display: none; } .layout-boxed-margin{ max-width: 1230px; margin: 0 auto; } .footer-down, .footer-down ul, header{ text-align: center; } footer h4, .post-item h4{ margin-top: 20px; } .img-footer{ margin-top: 60px; } .footer-v3 .img-footer{ margin-top: 0; margin-bottom: 0; } /* Filter Header - Title Header ------------------------------*/ .header-v1{ /* background: rgba(0,0,0,0.7); */ max-height: 2000px !important; } .flat-mega-menu > ul > .title > a{ padding-left: 0; padding-right: 0; } .flat-mega-menu > ul > .title i{ right: 40%; } .flat-mega-menu > ul > li > a { font-size: 1rem; } .filter-title{ top: 35%; left: 10%; margin-left: -5%; width: 90%; } /* .slider-horizontal{ width: 12% !important; } */ .title-header h1{ font-size: 3rem; line-height: 3.4rem; } .title-header p{ max-width: 700px; } .filter-header{ max-width: 100%; } .content-central{ margin-top: -50px; margin-bottom: -150px; } .services-lines{ width: 100%; margin-top: 30px; } .services-lines-info{ text-align: center; } .services-lines-info p.lead .line { margin: 20px auto; } .promotion-box{ max-width: 350px; margin:0 auto 30px auto; } .info-testimonial{ width: 100%; margin-left: 0; } #slide-features .btn{ margin-bottom: 20px; } /* footer{ text-align: center; } */ .testimonial-info{ text-align: center; padding-bottom: 100px; } .content-boxes .item-boxed{ width: 100%; } .testimonial-info{ padding-top: 80px; } footer .input-group{ margin-bottom: 20px; } .footer-v1 ul.nav-footer{ margin-top: 10px; } .section-title-01 h1{ padding-top: 180px; } .section-title-02, .section-title-03{ text-align: center; height: 300px; } .section-title-02 .crumbs, .section-title-03 .crumbs{ padding: 0; text-align: center; } .section-title-03 h1{ padding: 110px 0 10px 0; } .section-title-03 .crumbs ul { margin: 10px auto; padding: 10px; list-style: none; } .item-table{ margin:0 auto 30px auto; max-width: 380px; border:1px solid #dedede !important; } } /* ---------------------------------------------------------------------- */ /* Mobile Version 768px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 768px) { .list-styles li a{ font-size: 11px; } .cloth_head_font { font-size: 13px !important; } } /* ---------------------------------------------------------------------- */ /* Version 600px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 600px) { .flat-mega-menu > ul > .title i{ display: none !important; } .filter-title{ top: 40%; } .filter-header{ max-width: 100%; height: auto; overflow: auto; } .content-central{ margin-top: 0; margin-bottom: -150px; } .title-header h1{ font-size: 2rem; line-height: 2.4rem; } .filter-header .input-large{ width: 40%; } .filter-header .date-input{ width: 20%; font-size: 0.7rem; border-top: 1px solid #dedede; } .filter-header .selector { width: 20%; border-top: 1px solid #dedede; } .filter-header input[type="submit"]{ width: 100%; } .content-boxes .item-boxed{ margin-bottom: 30px; display: block; } .image-boxed{ float: none !important; width: 100% !important; display: block !important; } .image-boxed img{ width: auto !important; } .info-boxed{ width: 100% !important; top: 0; margin-bottom: 30px; height: auto; } .boxed-bottom{ border-bottom: 0 !important; } .boxed-top{ border-top: 0 !important; } .services-lines li{ width: 33.33%; } .image-boxed a.more-boxe{ top: 60%; } .filter-header .input-large { width: 51%; } .selector1 select { width: 208px; } .slider-horizontal{ width:158px; } } /* ---------------------------------------------------------------------- */ /* Version 360px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 360px) { .featured_badge_view { width: 136px; height: 86px; background: transparent url("../img/icons/reco.png") no-repeat; position: absolute; top: 0; z-index: 7; right: -220px; } .featured-badge { width: 136px; height: 86px; background: transparent url("../img/icons/reco.png") no-repeat; position: absolute; top: 0; z-index: 7; right: 0; } .product h4, .product p{ width:100px; } } /* ---------------------------------------------------------------------- */ /* Version 480px /* ---------------------------------------------------------------------- */ @media handheld, only screen and (max-width: 470px) { .title-header p, .title-header h1{ display: none; } .filter-header .input-large{ width: 100%; } .filter-header .date-input{ width: 100%; font-size: 0.7rem; } .filter-header .selector { width: 100%; } .filter-header input[type="submit"]{ width: 100%; } .services-lines li{ width: 50%; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .most_valued_badge{ /*left: 105px;*/ } .bus_rec_badge { margin-left: 163px; } .significant_badge { right: 0px; } .featured_badge_view { right: -188px; } .tp-simpleresponsive{ height:450px !important; } } @media screen and (min-device-width: 360px) and (max-device-width: 640px) { .sort-by-container ul li { padding: 0; width: 100%; margin-right: 15px; display: inline-block; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .mob_pad_10{ padding-top:10px; } .sort-by-container ul li { padding: 0; width: 100%; margin-right: 15px; display: inline-block; } .hovereffect h3 { font-size: 8px !important; padding: 5px; } .hovereffect .overlay a { font-size: 8px; } .hovereffect a.info { margin: 12px 0 0; } .seach_btn { width: 100%; } .sort-by-container { padding: 0px 10px 24px 10px; } .list_view_bottom { padding: 10px 12px 44px; } .post-meta { font-size: 12px; } .post-meta li { padding-top: 3px; margin-right: 4px; } .j-forms{ background-color:#fff !important; } .sort-by-container ul .deal_admin_top { width: 100% !important; } .tp-simpleresponsive{ height:500px !important; width:100%; } .paddings-mini { padding: 0; } } @media screen and (min-device-width: 360px) and (max-device-width: 640px) { .top_pad_10{ padding-top:10px; } .seach_btn { width: 100%; } .featured_badge_view { right: 0px; } .bus_rec_badge { margin-left: 164px; } .recentad_heig { padding-bottom: 20px; } .significant_badge { left: 208px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 360px) { .portfolioFilter a { font-size: 12px; line-height: 24px; } .top_pad_10 { padding-top: 10px; } .portfolioFilter a { margin: auto 6px; padding-bottom: 0px; } .post_deal_bor { border: 2px solid rgb(155, 147, 147); width: 256px; padding: 0px 6px 0px; } .selector1 select { height: 50px; width: 284px; } .btn-4 { padding: 2px 21px 0px 20px; } .view_price { font-size: 10px; } .loca_pad{ padding: 12px 26px; } .fa-2x{ font-size:16px; } .main_logo { margin-top: -17px !important; } .recentad_heig{ padding-bottom:20px; } .des_rec_heig, #aa, .top_head{ display:none; } .fa-bars{ color:#333; } .modal-dialog3 { padding-top: 100px; } .modal-dialog3 .j-forms .label { font-size: 11px; } .modal-dialog3 .j-forms .rating-group .label { font-size: 12px; } .btn-4 { padding: 9px 17px 7px 16px; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } .desc_top_img img, .desc_top_img iframe{ width: 289px; height: 70px; } .desc_bot_img img, .desc_bot_img iframe{ width: 289px; height: 70px; } .home_form{ background-color:#fff; border: 2px solid rgb(94, 195, 163); padding: 7px 10px; height: 273px; } tr .preview img{ width:80px; } .package_ckech label{ width:80px; } .set-2 ul li{ padding-bottom: 10px; } .significant_ad img { width: 318px !important; height: 232px !important; } .j-forms { background-color: none !important; box-shadow: none !important; } .section-title-01{ height: 120px !important; } .tparrows { display:none !important; } } @media screen and (min-device-width: 361px) and (max-device-width: 640px) { .tp-caption.large_bold_white { font-size: 20px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 16px !important; top: 152.649px !important; } .filter-title { top: 43%; } .main_logo { margin-top: -17px !important; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } tr .preview img{ width:100px; } .package_ckech label{ width:100px; } } @media screen and (min-device-width: 481px) and (max-device-width: 640px) { .tp-caption.large_bold_white { font-size: 20px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 16px !important; top: 152.649px !important; } .filter-title { top: 43%; } .filter-header .input-large{ width: 50%; background: none; padding-top: 6px; padding-left: 10px; } .filter-header { height: 107px; } .selector1 select { width: 285px; } .main_logo { margin-top: -17px !important; } .post-header1 { padding: 5px 33px 22px 36px; float: right; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .product{ /* display:none; */ } .add_top img, .add_top iframe{ width: 289px; height: 151px; } .add_left img, .add_left iframe{ width: 289px; height: 155px; /*padding-bottom: 23px;*/ } .add_middle img, .add_middle iframe{ width: 289px; height: 70px; padding-bottom: 20px; } .featured_badge_view { right:0px; } .bus_rec_badge { margin-left: 164px; } .significant_badge { left: 236px; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px){ .filter-title { top: 53%; } .tp-caption.large_bold_white { font-size: 28px !important; top: 142.649px !important; } .tp-caption.small_light_white { font-size: 22px !important; top: 152.649px !important; } /*.filter-header input[type="submit"] { width:10%; }*/ .filter-header .input-large{ width: 17%; background: none; padding-top: 6px; padding-left: 10px; } .main_logo { margin-top: -17px !important; } .add_top img, .add_top iframe{ width: 719px; height: 159px; } .add_left img, .add_left iframe{ width: 158px; height: 108px; } .add_middle img, .add_middle iframe{ width: 539px; height: 90px; } .desc_top_img img, .desc_top_img iframe{ width: 719px; height: 129px; } .desc_bot_img img, .desc_bot_img iframe{ width: 719px; height: 129px; } /* .slider-horizontal{ width: 100px !important; } .home_btn{ width: 75px; font-size:12px; } */ } @media screen and (max-width: 1037px){ .tp-caption.large_bold_white { /* font-size: 28px !important; */ top: 142.649px !important; } .tp-caption.small_light_white { /* font-size: 22px !important; */ top: 152.649px !important; } .filter-title { top: 55%; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .serch_bus_logo img { display:none; } .cont_left { padding: 0px 5px 0px 0px; border: 0px solid #9FC955; } address { line-height: 27px; padding-left: 12px; min-height: 58px; font-size: 12px; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .serch_bus_logo img { display:none; } .cont_left { padding: 4px 3px 0px 0px; border: 0px solid #9FC955; } address { line-height: 24px; padding-left: 7px; min-height: 60px; font-size: 12px; } .content-central { margin-top: -86px; } .hovereffect img { height: 137px; } }
0.15511
0.049566
body { /* display: grid; */ /* align-items: center; */ position: relative; /* padding-bottom: 150px; */ min-height: 100vh; /* grid-template-rows: auto; */ /* grid-template-columns: auto; */ background-color: #f1f1f1!important; padding-bottom: 130px; /* grid-template-rows: auto auto auto auto; grid-template-areas: "box1" "box2" "box3" "box4" "box5"; */ } footer { display: block; text-align: center; background-color: rgb(0, 0, 0); color: #fff; /* padding-top: 20px; */ position: absolute; bottom: 0; height: 130px; /* margin-top: -120px; */ width: 100%; } main { /* position: relative; */ width: 80%; margin: 20px auto; padding: 30px 20px; } /* ############ Title ############# */ .title { grid-area: box1; top: 0px; text-align: center; width: 100%; height: 220px; background-color: #ffffff; } .titleLink { display: grid; grid-template-columns: auto auto 10px auto auto; grid-template-rows: auto auto; grid-template-areas: ". titleLogo . titleText ." ". titleLogo . titleText ."; } .icon { display: none; } .title a { text-decoration: none; } .titleText { grid-area: titleText; justify-self: start; margin-top: 60px; } .titleText h1 { font-size: 90px; color: #05232C; font-family: 'Times New Roman'; } .titleText h4 { font-size: 35px; color: #B93117; font-family: 'Times New Roman'; } /* logo */ .titleLogo { /* margin-top: 10px; */ grid-area: titleLogo; justify-self: end; width: 250px; } .topnav { display: none; } /* ############## CODE FOR THE MENU ################ */ .menu { grid-area: box2; list-style-type: none; position: -webkit-sticky; /* Safari */ position: sticky; top: 0; background-color: #16A4CC; height: 100px; opacity: 0.9; display: grid; grid-auto-rows: 100px; align-items: center; grid-template-columns: auto; grid-template-areas: ". sub1 . sub2 . sub3 . sub5 . sub6 . sub7 ."; } .sub1 { grid-area: sub1; justify-self: center; } .about { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; /* opacity: 1; */ min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; font-family: "Roboto", sans-serif; } .dropdown-content a:hover { background-color: #ddd; } .sub1:hover .dropdown-content { display: block; } .sub1:hover .about { color: #00232B; } .sub2 { grid-area: sub2; justify-self: center; } .mio { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .sub2:hover .dropdown-content { display: block; } .sub2:hover .mio { color: #00232B; } .sub3 { grid-area: sub3; justify-self: center; } .apply { background-color: #16A4CC; color: black; font-size: 16px; border: none; } .apply a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub3:hover .apply a { color: #00232B; } .sub4 { grid-area: sub4; justify-self: center; } .message { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .message a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub4:hover .message a { color: #00232B; cursor: pointer; } .sub5 { grid-area: sub5; justify-self: center; } .guide { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .sub5:hover .dropdown-content { display: block; } .sub5:hover .guide { color: #00232B; } .sub6 { grid-area: sub6; justify-self: center; } .contact { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .contact a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub6:hover .contact a { color: #00232B; } .sub7 { grid-area: sub7; justify-self: center; } .news { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .news a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub7:hover .news a { color: #00232B; } /* ######### APPLY SECTION ########## */ .apply_section { grid-area: box3; height: 450px; background-image: url("pics/front_page/Europe-flags.jpg"); background-position: center; background-repeat: no-repeat; justify-content: center; display: grid; grid-template-rows: auto; grid-template-columns: auto; grid-template-areas: "." "button" "."; } .apply_button_in_section { grid-area: button; height: fit-content; height: -moz-fit-content; /* mozilla */ width: fit-content; width: -moz-fit-content; /* mozilla */ font-size: 45px; padding: 15px 30px; text-decoration: none; background-color: rgba(255, 255, 255, 0.788); color: #00232B; font-family: "Roboto"; border-radius: 25px; display: inline-block; } .apply_button_in_section:hover { background-color: white; font-size: 48px; transition: ease; transition-duration: 0.2s; } /* ############# NEWS SECTION ############## */ .news-section { background-color: #ffffff; grid-area: box4; /* margin-top: 40px; */ margin: 40px auto; display: grid; width: 1200px; justify-self: center; grid-template-rows: 20px auto 100px 20px 100px 20px 100px 20px; grid-template-columns: 30px auto 30px; grid-template-areas: ". . ." ". news-header ." ". new1 ." ". . ." ". new2 ." ". . ." ". new3 ." ". . ."; } /* News text settings */ .news-section h1 { grid-area: news-header; justify-self: center; margin-bottom: 20px; color: #00232B; font-size: 30px; font-family: "Roboto"; } .news-section h2 { font-size: 30px; font-family: "Roboto"; color: white; } .news-section p { font-size: 30px; font-family: "Roboto"; color: white; } /* Grid look of the latest 3 news */ .news1 { grid-area: new1; position: center; background-color: #16A3CC; width: 97%; } .news1:hover { width: 101%; transition: ease; transition-duration: 0.2s; } .news2 { grid-area: new2; background-color: #16A3CC; width: 97%; } .news2:hover { width: 101%; transition: ease; transition-duration: 0.2s; } .news3 { grid-area: new3; background-color: #16A3CC; width: 97%; } .news3:hover { width: 101%; transition: ease; transition-duration: 0.2s; } /* ########## FOOTER ######### */ footer { /* margin-top: 2200px; */ margin-bottom: 0px; grid-area: footer; background-color: black; height: 130px; } .flogo { margin-top: 10px; /* margin-left: 40px; */ text-align: center; } .footerText { color: white; /* text-align: left; */ padding-left: 70px; font-size: 30px; font-weight: 100; background-image: url(logos/logo1000_white.png); display: none; } .footerLogo { width: 80px; color: white; padding-left: 30px; } .copy p { color: #eeeeee; font-size: 15px; text-align: center; } /* ##################################################################### */ /* # MOBILE # */ /* ##################################################################### */ @media only screen and (max-width: 824px) { /* ######### TITLE MOBILE ######## */ .title { /* grid-area: title; */ height: 140px; position: relative; } .titleLogo { margin-top: 25px; /* margin-left: 5px; */ width: 100px; justify-self: end; } .titleText { margin-top: 60px; margin-right: 5px; justify-self: start1; } .titleText h1 { font-size: 20px; } .titleText h4 { font-size: 14px; } /* ######### TOPNAV MOBILE ######## */ .topnav { display: block; } .topnav #mobile { display: none; } .topnav #mobile a { color: white; padding: 14px 16px; text-decoration: none; font-size: 17px; display: block; /* position: relative; */ } /* Style the hamburger menu */ .icon { padding: 14px 16px; color: white; background: #16A4CC; display: block; position: absolute; right: 0; top: 0; } .menu { display: none; } .topnav { justify-content: left; } .topnav #mobile { grid-area: box2; position: relative; background-color: #16A4CC; justify-content: center; grid-template-rows: 5px; grid-template-columns: 300px; grid-template-areas: "." "sub1" "sub2" "sub3" "sub4" "sub5" "sub6" "sub7" "."; } #mobile { justify-items: left; } .sub1, .sub2, .sub3, .sub5, .sub6, .sub7 { justify-self: left; justify-content: start; } /* ######### APPLY SECTION MOBILE ######## */ .apply_section { height: 400px; } /* ############ NEWS MOBILE ########## */ .news-section { /* grid-area: box4; */ grid-template-columns: 10px auto 10px; width: 95%; } }
style.css
body { /* display: grid; */ /* align-items: center; */ position: relative; /* padding-bottom: 150px; */ min-height: 100vh; /* grid-template-rows: auto; */ /* grid-template-columns: auto; */ background-color: #f1f1f1!important; padding-bottom: 130px; /* grid-template-rows: auto auto auto auto; grid-template-areas: "box1" "box2" "box3" "box4" "box5"; */ } footer { display: block; text-align: center; background-color: rgb(0, 0, 0); color: #fff; /* padding-top: 20px; */ position: absolute; bottom: 0; height: 130px; /* margin-top: -120px; */ width: 100%; } main { /* position: relative; */ width: 80%; margin: 20px auto; padding: 30px 20px; } /* ############ Title ############# */ .title { grid-area: box1; top: 0px; text-align: center; width: 100%; height: 220px; background-color: #ffffff; } .titleLink { display: grid; grid-template-columns: auto auto 10px auto auto; grid-template-rows: auto auto; grid-template-areas: ". titleLogo . titleText ." ". titleLogo . titleText ."; } .icon { display: none; } .title a { text-decoration: none; } .titleText { grid-area: titleText; justify-self: start; margin-top: 60px; } .titleText h1 { font-size: 90px; color: #05232C; font-family: 'Times New Roman'; } .titleText h4 { font-size: 35px; color: #B93117; font-family: 'Times New Roman'; } /* logo */ .titleLogo { /* margin-top: 10px; */ grid-area: titleLogo; justify-self: end; width: 250px; } .topnav { display: none; } /* ############## CODE FOR THE MENU ################ */ .menu { grid-area: box2; list-style-type: none; position: -webkit-sticky; /* Safari */ position: sticky; top: 0; background-color: #16A4CC; height: 100px; opacity: 0.9; display: grid; grid-auto-rows: 100px; align-items: center; grid-template-columns: auto; grid-template-areas: ". sub1 . sub2 . sub3 . sub5 . sub6 . sub7 ."; } .sub1 { grid-area: sub1; justify-self: center; } .about { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; /* opacity: 1; */ min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; font-family: "Roboto", sans-serif; } .dropdown-content a:hover { background-color: #ddd; } .sub1:hover .dropdown-content { display: block; } .sub1:hover .about { color: #00232B; } .sub2 { grid-area: sub2; justify-self: center; } .mio { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .sub2:hover .dropdown-content { display: block; } .sub2:hover .mio { color: #00232B; } .sub3 { grid-area: sub3; justify-self: center; } .apply { background-color: #16A4CC; color: black; font-size: 16px; border: none; } .apply a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub3:hover .apply a { color: #00232B; } .sub4 { grid-area: sub4; justify-self: center; } .message { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .message a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub4:hover .message a { color: #00232B; cursor: pointer; } .sub5 { grid-area: sub5; justify-self: center; } .guide { background-color: #16A4CC; color: white; padding: 16px; font-size: 16px; border: none; } .sub5:hover .dropdown-content { display: block; } .sub5:hover .guide { color: #00232B; } .sub6 { grid-area: sub6; justify-self: center; } .contact { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .contact a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub6:hover .contact a { color: #00232B; } .sub7 { grid-area: sub7; justify-self: center; } .news { background-color: #16A4CC; color: black; padding: 16px; font-size: 16px; border: none; } .news a { color: white; padding: 12px 16px; text-decoration: none; display: block; } .sub7:hover .news a { color: #00232B; } /* ######### APPLY SECTION ########## */ .apply_section { grid-area: box3; height: 450px; background-image: url("pics/front_page/Europe-flags.jpg"); background-position: center; background-repeat: no-repeat; justify-content: center; display: grid; grid-template-rows: auto; grid-template-columns: auto; grid-template-areas: "." "button" "."; } .apply_button_in_section { grid-area: button; height: fit-content; height: -moz-fit-content; /* mozilla */ width: fit-content; width: -moz-fit-content; /* mozilla */ font-size: 45px; padding: 15px 30px; text-decoration: none; background-color: rgba(255, 255, 255, 0.788); color: #00232B; font-family: "Roboto"; border-radius: 25px; display: inline-block; } .apply_button_in_section:hover { background-color: white; font-size: 48px; transition: ease; transition-duration: 0.2s; } /* ############# NEWS SECTION ############## */ .news-section { background-color: #ffffff; grid-area: box4; /* margin-top: 40px; */ margin: 40px auto; display: grid; width: 1200px; justify-self: center; grid-template-rows: 20px auto 100px 20px 100px 20px 100px 20px; grid-template-columns: 30px auto 30px; grid-template-areas: ". . ." ". news-header ." ". new1 ." ". . ." ". new2 ." ". . ." ". new3 ." ". . ."; } /* News text settings */ .news-section h1 { grid-area: news-header; justify-self: center; margin-bottom: 20px; color: #00232B; font-size: 30px; font-family: "Roboto"; } .news-section h2 { font-size: 30px; font-family: "Roboto"; color: white; } .news-section p { font-size: 30px; font-family: "Roboto"; color: white; } /* Grid look of the latest 3 news */ .news1 { grid-area: new1; position: center; background-color: #16A3CC; width: 97%; } .news1:hover { width: 101%; transition: ease; transition-duration: 0.2s; } .news2 { grid-area: new2; background-color: #16A3CC; width: 97%; } .news2:hover { width: 101%; transition: ease; transition-duration: 0.2s; } .news3 { grid-area: new3; background-color: #16A3CC; width: 97%; } .news3:hover { width: 101%; transition: ease; transition-duration: 0.2s; } /* ########## FOOTER ######### */ footer { /* margin-top: 2200px; */ margin-bottom: 0px; grid-area: footer; background-color: black; height: 130px; } .flogo { margin-top: 10px; /* margin-left: 40px; */ text-align: center; } .footerText { color: white; /* text-align: left; */ padding-left: 70px; font-size: 30px; font-weight: 100; background-image: url(logos/logo1000_white.png); display: none; } .footerLogo { width: 80px; color: white; padding-left: 30px; } .copy p { color: #eeeeee; font-size: 15px; text-align: center; } /* ##################################################################### */ /* # MOBILE # */ /* ##################################################################### */ @media only screen and (max-width: 824px) { /* ######### TITLE MOBILE ######## */ .title { /* grid-area: title; */ height: 140px; position: relative; } .titleLogo { margin-top: 25px; /* margin-left: 5px; */ width: 100px; justify-self: end; } .titleText { margin-top: 60px; margin-right: 5px; justify-self: start1; } .titleText h1 { font-size: 20px; } .titleText h4 { font-size: 14px; } /* ######### TOPNAV MOBILE ######## */ .topnav { display: block; } .topnav #mobile { display: none; } .topnav #mobile a { color: white; padding: 14px 16px; text-decoration: none; font-size: 17px; display: block; /* position: relative; */ } /* Style the hamburger menu */ .icon { padding: 14px 16px; color: white; background: #16A4CC; display: block; position: absolute; right: 0; top: 0; } .menu { display: none; } .topnav { justify-content: left; } .topnav #mobile { grid-area: box2; position: relative; background-color: #16A4CC; justify-content: center; grid-template-rows: 5px; grid-template-columns: 300px; grid-template-areas: "." "sub1" "sub2" "sub3" "sub4" "sub5" "sub6" "sub7" "."; } #mobile { justify-items: left; } .sub1, .sub2, .sub3, .sub5, .sub6, .sub7 { justify-self: left; justify-content: start; } /* ######### APPLY SECTION MOBILE ######## */ .apply_section { height: 400px; } /* ############ NEWS MOBILE ########## */ .news-section { /* grid-area: box4; */ grid-template-columns: 10px auto 10px; width: 95%; } }
0.384797
0.06885
body { background-color: white; /* Just a basic background */ min-height: 100vh; /* This will center the Button on the page */ display: flex; justify-content: center; align-items: center; margin: 0; /* Removes the margin from the page's body */ } :root { --squish-animation-time: 500ms; --progress-animation-time: 1000ms; --circle-animation-time: 300ms; --checkmark-animation-time: 300ms; --btn-width: 125px; --btn-height: 40px; } .btn { position: relative; background-color: #2B2D2F; /* Button's bg color */ color: #71DFBE; /* Text color. Button's color after clicked */ border: none; /* Makes it a border less button */ border-radius: .25em; /* Button's corners. This is a slight rounding effect */ width: var(--btn-width); height: var(--btn-height); font-weight: bold; cursor: pointer; /* turns cursor into a finger point */ padding: 0; } .btn.animating { background-color: transparent; color: transparent; user-select: none; cursor: default; animation: hide 0ms calc(var(--squish-animation-time) + var(--progress-animation-time)) forwards; } /* using the "before" element. Overall will hide the button while the progress bar works, then show "check mark" */ .btn::before { content: ""; display: none; position: absolute; background-color: #2B2D2F; inset: 0; border-radius: .125em; animation: squish var(--squish-animation-time) cubic-bezier(0.26, 0.6, 0.46, 1.7); /* this is a "timing function" */ animation-fill-mode: forwards; } .btn::after { content: ""; display: none; position: absolute; background-color: #AAA; left: 51%; right: 51%; top: 45%; bottom: 45%; border-radius: .25em; animation: progress var(--progress-animation-time) var(--squish-animation-time); animation-fill-mode: forwards; } .btn.animating::before, .btn.animating::after { display: block; } .btn.animating + .checkmark-container { background-color: #2B2D2F; border-radius: .25em; width: 0; height: 0; animation: circle var(--circle-animation-time) calc(var(--squish-animation-time) + var(--progress-animation-time)) forwards cubic-bezier(0.26, 0.6, 0.46, 1.7); display: flex; justify-content: center; align-items: center; } /* the look of the check mark */ .btn.animating + .checkmark-container .checkmark-svg { stroke: white; /* this gives the check mark a white color */ width: 25px; stroke-dashoffset: 40.84104919433594; stroke-dasharray: 40.84104919433594; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; /* The thickness of the check mark */ animation: checkmark var(--circle-animation-time) calc(var(--squish-animation-time) + var(--progress-animation-time) + var(--circle-animation-time)) forwards; } @keyframes squish { 100% { left: -25%; right: -25%; top: 45%; bottom: 45%; border-radius: .25em; } } @keyframes progress { 100% { left: -25%; right: -25%; } } @keyframes hide { 100% { width: 0; height: 0; } } @keyframes circle { 0% { width: calc(var(--btn-width) * 1.50); height: calc(var(--btn-height) * .1); } 100% { background-color: #71DFBE; width: 50px; height: 50px; border-radius: 100%; } } @keyframes checkmark { 100% { stroke-dashoffset: 0; } }
styles.css
body { background-color: white; /* Just a basic background */ min-height: 100vh; /* This will center the Button on the page */ display: flex; justify-content: center; align-items: center; margin: 0; /* Removes the margin from the page's body */ } :root { --squish-animation-time: 500ms; --progress-animation-time: 1000ms; --circle-animation-time: 300ms; --checkmark-animation-time: 300ms; --btn-width: 125px; --btn-height: 40px; } .btn { position: relative; background-color: #2B2D2F; /* Button's bg color */ color: #71DFBE; /* Text color. Button's color after clicked */ border: none; /* Makes it a border less button */ border-radius: .25em; /* Button's corners. This is a slight rounding effect */ width: var(--btn-width); height: var(--btn-height); font-weight: bold; cursor: pointer; /* turns cursor into a finger point */ padding: 0; } .btn.animating { background-color: transparent; color: transparent; user-select: none; cursor: default; animation: hide 0ms calc(var(--squish-animation-time) + var(--progress-animation-time)) forwards; } /* using the "before" element. Overall will hide the button while the progress bar works, then show "check mark" */ .btn::before { content: ""; display: none; position: absolute; background-color: #2B2D2F; inset: 0; border-radius: .125em; animation: squish var(--squish-animation-time) cubic-bezier(0.26, 0.6, 0.46, 1.7); /* this is a "timing function" */ animation-fill-mode: forwards; } .btn::after { content: ""; display: none; position: absolute; background-color: #AAA; left: 51%; right: 51%; top: 45%; bottom: 45%; border-radius: .25em; animation: progress var(--progress-animation-time) var(--squish-animation-time); animation-fill-mode: forwards; } .btn.animating::before, .btn.animating::after { display: block; } .btn.animating + .checkmark-container { background-color: #2B2D2F; border-radius: .25em; width: 0; height: 0; animation: circle var(--circle-animation-time) calc(var(--squish-animation-time) + var(--progress-animation-time)) forwards cubic-bezier(0.26, 0.6, 0.46, 1.7); display: flex; justify-content: center; align-items: center; } /* the look of the check mark */ .btn.animating + .checkmark-container .checkmark-svg { stroke: white; /* this gives the check mark a white color */ width: 25px; stroke-dashoffset: 40.84104919433594; stroke-dasharray: 40.84104919433594; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; /* The thickness of the check mark */ animation: checkmark var(--circle-animation-time) calc(var(--squish-animation-time) + var(--progress-animation-time) + var(--circle-animation-time)) forwards; } @keyframes squish { 100% { left: -25%; right: -25%; top: 45%; bottom: 45%; border-radius: .25em; } } @keyframes progress { 100% { left: -25%; right: -25%; } } @keyframes hide { 100% { width: 0; height: 0; } } @keyframes circle { 0% { width: calc(var(--btn-width) * 1.50); height: calc(var(--btn-height) * .1); } 100% { background-color: #71DFBE; width: 50px; height: 50px; border-radius: 100%; } } @keyframes checkmark { 100% { stroke-dashoffset: 0; } }
0.506836
0.067056
body { background: #ffffff; max-width: 750px; margin: 0px auto; } .item_reply { background: #ffffff; margin-bottom: 20px; border-bottom: 1px solid #9a9baf; } .avatar { margin: 10px 0; width: 100%; } .score { height: 30px; line-height: 30px; font-size: 16px; align-items: flex-start; display: flex; } .img_size_1 { width: 100%; background-size: cover; } .nopadding { padding: 0; margin-right: 10px; margin-bottom: 10px; border: 1px solid gray; } .reply_insert { padding: 10px; background: #f1f1f1; } .readed { color: #848484; line-height: 26px; height: 26px; } .my_local { line-height: 30px; } .my_local2 { height: 30px; line-height: 30px; margin-bottom: 7px; margin-top: 2px; } .my_l { margin-left: 8px; } .myreplycnt { margin-top: 13%; line-height: 26px; height: 26px; } .fs28 { font-size: 28px; } .my_tag { background: lightskyblue; padding: 4px 17px; margin: 5px 5px 0 0; display: inline-block; } .descpic { /*padding: 0px 5px 5px 0;*/ padding: 0 15px 30px; } .bigQR { padding: 0 15px; } .bigqrpart { width: 80%; margin: 0 auto; } .qrh2 { text-align: center; font-size: 24px; } .header-bar { height: 44px; line-height: 44px; position: relative; } .icon-back { width: 40px; height: 44px; position: absolute; } .icon-back a { background: url(../image/back.png) no-repeat; width: 20px; height: 20px; margin: 12px 0 0 10px; display: block; background-size: contain; } .header-title { margin: 0 50px; text-align: center; height: 44px; line-height: 44px; font-size: 20px; display: flex; justify-content: center; align-items: center; } .header-title::before{ content: " "; width: 20px; height: 20px; background: url(../image/40.png) no-repeat; background-size: 100% 100%; display: inline-block; } /*导航*/ .wap_nav { height: 44px; text-align: center; background: #f0f0f1; } .wap_nav_list { width: 100%; height: 100%; z-index: 2; } .wap_navItem:last-child a { border: 0 } .wap_navItem--on a { color: #63b830 } .wap_navItem { width: 25%; display: inline-table; box-shadow: 1px 1px 12px 2px rgba(255,255,255,.3); overflow:hidden; white-space: nowrap; } .wap_navItem a { display: block; width: 98%; line-height: 44px; color: #333; border-right: 1px solid #ccc; text-decoration: none; font-size: 18px; margin: 0 auto; } .oneline { white-space: normal; } @media screen and (max-width: 430px) { .oneline { display: none; } } .pList { padding: 0; overflow: hidden !important; overflow-x: scroll !important; white-space: nowrap; } .pList img { display: inline-block; width: 49%; margin-right: 2%; } .pList img:last-child{ margin-right: 0; } .b_title{ font-size: 16px; } .chunk{margin-bottom: 4px;} .chunk::before{ content: "\2000"; border-left: 2px solid #63b830; } .section_p{ font-family: '微软雅黑'; color: #6b6f67; } .my_local *{ color: white; } .my_local>:nth-child(4n+0) { border-left: 3px solid #0080ff; background-color: #39F; } .my_local>:nth-child(4n+1) { border-left: 3px solid #f33; background-color: #F66; } .my_local>:nth-child(4n+2) { border-left: 3px solid #ff8000; background-color: #F93; } .my_local>:nth-child(4n+3) { border-left: 3px solid #b366ff; background-color: #C9F; } #footer b{ margin-left:6px; } .fkitem{ display: inline-table; margin: 6px; box-shadow: 1px 1px 12px 2px rgba(255,255,255,.3); color:#999; }
style/m2.css
body { background: #ffffff; max-width: 750px; margin: 0px auto; } .item_reply { background: #ffffff; margin-bottom: 20px; border-bottom: 1px solid #9a9baf; } .avatar { margin: 10px 0; width: 100%; } .score { height: 30px; line-height: 30px; font-size: 16px; align-items: flex-start; display: flex; } .img_size_1 { width: 100%; background-size: cover; } .nopadding { padding: 0; margin-right: 10px; margin-bottom: 10px; border: 1px solid gray; } .reply_insert { padding: 10px; background: #f1f1f1; } .readed { color: #848484; line-height: 26px; height: 26px; } .my_local { line-height: 30px; } .my_local2 { height: 30px; line-height: 30px; margin-bottom: 7px; margin-top: 2px; } .my_l { margin-left: 8px; } .myreplycnt { margin-top: 13%; line-height: 26px; height: 26px; } .fs28 { font-size: 28px; } .my_tag { background: lightskyblue; padding: 4px 17px; margin: 5px 5px 0 0; display: inline-block; } .descpic { /*padding: 0px 5px 5px 0;*/ padding: 0 15px 30px; } .bigQR { padding: 0 15px; } .bigqrpart { width: 80%; margin: 0 auto; } .qrh2 { text-align: center; font-size: 24px; } .header-bar { height: 44px; line-height: 44px; position: relative; } .icon-back { width: 40px; height: 44px; position: absolute; } .icon-back a { background: url(../image/back.png) no-repeat; width: 20px; height: 20px; margin: 12px 0 0 10px; display: block; background-size: contain; } .header-title { margin: 0 50px; text-align: center; height: 44px; line-height: 44px; font-size: 20px; display: flex; justify-content: center; align-items: center; } .header-title::before{ content: " "; width: 20px; height: 20px; background: url(../image/40.png) no-repeat; background-size: 100% 100%; display: inline-block; } /*导航*/ .wap_nav { height: 44px; text-align: center; background: #f0f0f1; } .wap_nav_list { width: 100%; height: 100%; z-index: 2; } .wap_navItem:last-child a { border: 0 } .wap_navItem--on a { color: #63b830 } .wap_navItem { width: 25%; display: inline-table; box-shadow: 1px 1px 12px 2px rgba(255,255,255,.3); overflow:hidden; white-space: nowrap; } .wap_navItem a { display: block; width: 98%; line-height: 44px; color: #333; border-right: 1px solid #ccc; text-decoration: none; font-size: 18px; margin: 0 auto; } .oneline { white-space: normal; } @media screen and (max-width: 430px) { .oneline { display: none; } } .pList { padding: 0; overflow: hidden !important; overflow-x: scroll !important; white-space: nowrap; } .pList img { display: inline-block; width: 49%; margin-right: 2%; } .pList img:last-child{ margin-right: 0; } .b_title{ font-size: 16px; } .chunk{margin-bottom: 4px;} .chunk::before{ content: "\2000"; border-left: 2px solid #63b830; } .section_p{ font-family: '微软雅黑'; color: #6b6f67; } .my_local *{ color: white; } .my_local>:nth-child(4n+0) { border-left: 3px solid #0080ff; background-color: #39F; } .my_local>:nth-child(4n+1) { border-left: 3px solid #f33; background-color: #F66; } .my_local>:nth-child(4n+2) { border-left: 3px solid #ff8000; background-color: #F93; } .my_local>:nth-child(4n+3) { border-left: 3px solid #b366ff; background-color: #C9F; } #footer b{ margin-left:6px; } .fkitem{ display: inline-table; margin: 6px; box-shadow: 1px 1px 12px 2px rgba(255,255,255,.3); color:#999; }
0.446495
0.109849
body { overflow-x: hidden; } body p { font-size: 18px; font-weight: 300; font-family: "Merriweather", Georgia, serif; -webkit-font-smoothing: antialiased; } body p.small { font-size: 14px; } body a, body a:hover, body a:focus, body a:active, body a.active { outline: 0; color: #488a99; font-weight: 700; } body h1, body h2, body h3, body h4, body h5, body h6 { font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; } body .img-centered { margin: 0 auto; } @-webkit-keyframes spinnerRotate { from { -webkit-transform: rotate(360deg); } to { -webkit-transform: rotate(0deg); } } @-ms-keyframes spinnerRotate { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } header { text-align: center; color: #4B585C; background: #fff; } header .container { padding: 100px 0 75px; } header img { display: block; margin: 0 auto 20px; } header .intro-text .name { display: block; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 5em; letter-spacing: -1px; } header .intro-text .skills { font-size: 1.25em; font-weight: 300; } header .intro-text i { font-size: 4em; } header .spin { margin: 0 auto; -webkit-animation-name: spinnerRotate; -webkit-animation-duration: 10s; -moz-animation-name: spinnerRotate; -moz-animation-duration: 10s; -ms-animation-name: spinnerRotate; -ms-animation-duration: 10s; } @media (min-width: 768px) { .navbar-fixed-top { padding: 25px 0; transition: padding 0.3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; transition: all 0.3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; background-color: transparent; color: #4B585C !important; } .navbar-nav a { color: #4B585C !important; } .navbar-nav li a:hover { color: #2f2f28 !important; border-bottom: 1px solid #4B585C; } .navbar-shrink { background-color: #fff; } .navbar-shrink a { color: #2f2f28 !important; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } .navbar-brand { color: #4B585C !important; text-transform: lowercase; font-weight: 300; } .navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active, .navbar-brand.active { outline: 0; font-weight: 300; } section { padding: 100px 0; color: #4B585C; } section h2 { margin: 0; font-size: 3em; } @media (max-width: 767px) { section { padding: 75px 0; } section.first { padding-top: 75px; } } .portfolio { background-color: #f1f0f1; } #portfolio .portfolio-item { right: 0; /*margin: 0 0 15px;*/ margin: 0 !important; padding: 0; } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } #portfolio .portfolio-item .portfolio-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: #4B585C; transition: all ease 0.5s; } #portfolio .portfolio-item .portfolio-link .caption:hover { opacity: 0.8; } #portfolio .portfolio-item .portfolio-link .caption .caption-content { position: absolute; top: 45%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { margin: 0; } #portfolio .portfolio-item .portfolio-link .caption .caption-content hr { width: 50%; } .section-header { margin-bottom: 20px; } #portfolio * { z-index: 2; } @media (min-width: 767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .about-me { background-color: #fff; } .about-me a, .about-me a:hover, .about-me a:focus, .about-me a:active, .about-me a.active { color: #488a99; } .contact-me { background-color: #f1f0f1; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; } .contact-me a, .contact-me a:hover, .contact-me a:focus, .contact-me a:active, .contact-me a.active { color: #488a99; } .contact-me #name-error, .contact-me #email-error, .contact-me #message-error { color: #f00; font-weight: bold; padding-left: 5px; } .my-services { background-color: #fff; padding-top: 60px; } .my-services .skills-row p { font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.5em; line-height: 1.25em; } .btn-outline { margin-top: 15px; border: solid 2px #488a99; font-size: 20px; color: #488a99; background: 0 0; transition: all 0.3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #4B585C; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: 0.5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding: 5px; border: 1px solid #ddd; border-radius: 0; font-size: 1.5em; background: 0 0; background-color: #fff; box-shadow: none !important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: 0.85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; transition: top 0.3s ease, opacity 0.3s ease; } footer { color: #fff; } footer a, footer a:hover, footer a:focus, footer a:active, footer a.active { color: #fff; font-weight: 300; } footer h3 { margin-bottom: 30px; } footer .footer-below { padding: 25px 0; background-color: #488a99; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .portfolio-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; border-radius: 0; text-align: center; background-clip: border-box; box-shadow: none; color: #4B585C; } .portfolio-modal .modal-content h2 { margin: 0 0 10px 0; font-size: 3em; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .portfolio-modal .modal-content .item-details { margin: 30px 0; } .portfolio-modal .close-modal { position: absolute; top: 25px; right: 25px; width: 75px; height: 75px; background-color: transparent; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: 0.3; } .portfolio-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; margin-left: 35px; background-color: #2c3e50; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #2c3e50; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .portfolio-modal .modal-backdrop { display: none; opacity: 0; }
dist/css/style.css
body { overflow-x: hidden; } body p { font-size: 18px; font-weight: 300; font-family: "Merriweather", Georgia, serif; -webkit-font-smoothing: antialiased; } body p.small { font-size: 14px; } body a, body a:hover, body a:focus, body a:active, body a.active { outline: 0; color: #488a99; font-weight: 700; } body h1, body h2, body h3, body h4, body h5, body h6 { font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; } body .img-centered { margin: 0 auto; } @-webkit-keyframes spinnerRotate { from { -webkit-transform: rotate(360deg); } to { -webkit-transform: rotate(0deg); } } @-ms-keyframes spinnerRotate { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } header { text-align: center; color: #4B585C; background: #fff; } header .container { padding: 100px 0 75px; } header img { display: block; margin: 0 auto 20px; } header .intro-text .name { display: block; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 5em; letter-spacing: -1px; } header .intro-text .skills { font-size: 1.25em; font-weight: 300; } header .intro-text i { font-size: 4em; } header .spin { margin: 0 auto; -webkit-animation-name: spinnerRotate; -webkit-animation-duration: 10s; -moz-animation-name: spinnerRotate; -moz-animation-duration: 10s; -ms-animation-name: spinnerRotate; -ms-animation-duration: 10s; } @media (min-width: 768px) { .navbar-fixed-top { padding: 25px 0; transition: padding 0.3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; transition: all 0.3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; background-color: transparent; color: #4B585C !important; } .navbar-nav a { color: #4B585C !important; } .navbar-nav li a:hover { color: #2f2f28 !important; border-bottom: 1px solid #4B585C; } .navbar-shrink { background-color: #fff; } .navbar-shrink a { color: #2f2f28 !important; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } .navbar-brand { color: #4B585C !important; text-transform: lowercase; font-weight: 300; } .navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active, .navbar-brand.active { outline: 0; font-weight: 300; } section { padding: 100px 0; color: #4B585C; } section h2 { margin: 0; font-size: 3em; } @media (max-width: 767px) { section { padding: 75px 0; } section.first { padding-top: 75px; } } .portfolio { background-color: #f1f0f1; } #portfolio .portfolio-item { right: 0; /*margin: 0 0 15px;*/ margin: 0 !important; padding: 0; } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } #portfolio .portfolio-item .portfolio-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: #4B585C; transition: all ease 0.5s; } #portfolio .portfolio-item .portfolio-link .caption:hover { opacity: 0.8; } #portfolio .portfolio-item .portfolio-link .caption .caption-content { position: absolute; top: 45%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { margin: 0; } #portfolio .portfolio-item .portfolio-link .caption .caption-content hr { width: 50%; } .section-header { margin-bottom: 20px; } #portfolio * { z-index: 2; } @media (min-width: 767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .about-me { background-color: #fff; } .about-me a, .about-me a:hover, .about-me a:focus, .about-me a:active, .about-me a.active { color: #488a99; } .contact-me { background-color: #f1f0f1; font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; } .contact-me a, .contact-me a:hover, .contact-me a:focus, .contact-me a:active, .contact-me a.active { color: #488a99; } .contact-me #name-error, .contact-me #email-error, .contact-me #message-error { color: #f00; font-weight: bold; padding-left: 5px; } .my-services { background-color: #fff; padding-top: 60px; } .my-services .skills-row p { font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.5em; line-height: 1.25em; } .btn-outline { margin-top: 15px; border: solid 2px #488a99; font-size: 20px; color: #488a99; background: 0 0; transition: all 0.3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #4B585C; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: 0.5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding: 5px; border: 1px solid #ddd; border-radius: 0; font-size: 1.5em; background: 0 0; background-color: #fff; box-shadow: none !important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: 0.85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; transition: top 0.3s ease, opacity 0.3s ease; } footer { color: #fff; } footer a, footer a:hover, footer a:focus, footer a:active, footer a.active { color: #fff; font-weight: 300; } footer h3 { margin-bottom: 30px; } footer .footer-below { padding: 25px 0; background-color: #488a99; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .portfolio-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; border-radius: 0; text-align: center; background-clip: border-box; box-shadow: none; color: #4B585C; } .portfolio-modal .modal-content h2 { margin: 0 0 10px 0; font-size: 3em; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .portfolio-modal .modal-content .item-details { margin: 30px 0; } .portfolio-modal .close-modal { position: absolute; top: 25px; right: 25px; width: 75px; height: 75px; background-color: transparent; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: 0.3; } .portfolio-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; margin-left: 35px; background-color: #2c3e50; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #2c3e50; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .portfolio-modal .modal-backdrop { display: none; opacity: 0; }
0.363082
0.078008
.sidebar { padding: 1rem; } @media (min-width: 48em) { .sidebar { width: 19.2rem; } } .avatar-wrapper { text-align: center; } .avatar { border-radius: 50%; display: inline-block; height: 100%; margin: 0; max-width: 172px; padding: 20px; text-align: center; width: 100%; } @media (min-width: 48rem) and (min-height: 690px) { .avatar { max-width: 258px; } } @media (min-width: 58rem) and (min-height: 780px) { .avatar { max-width: 100%; } } .sidebar-about h1 { margin-bottom: 1.2rem; font-size: 1.65rem; } .lead { font-size: 1.2rem; } .description { display: none; } .sidebar-nav { margin-bottom: .65rem; } .sidebar-nav-item { display: inline; } .sidebar-nav-links { margin-left: -4px; margin-top: .9rem; } .sidebar-nav-links a { display: inline-block; margin-right: 0; } @media (min-width: 58em) { .sidebar-nav-links a { margin-right: .44rem; } } .sidebar-nav-links a:hover { background-color: #505050; border-radius: 6px; } .sidebar-nav-links a img { height: 37px; margin: 0; padding: 4px; width: 37px; } @media (min-width: 58em) { .sidebar-nav-links a img { height: 38px; width: 38px; } } .copyright { clear: both; } .version { font-size: 12px; margin-bottom: .75rem; } /* Body Content */ .content { max-width: none; padding-top: 1.5rem; padding-bottom: .5rem; } @media (min-width: 48em) { .content { margin-right: .8rem; padding-top: 2.5rem; } } @media (min-width: 64em) { .content { margin-right: 2.8rem; } } .container { padding-left: 1.5rem; padding-right: 1.5rem; } @media (min-width: 48em) { .container { padding-left: 1rem; padding-right: 1rem; } } /* Posts */ .post { margin-top: 2em; margin-bottom: 3em; } .post:first-child { margin-top: 0; } blockquote { background-color: #FCFCFC; padding: .7rem 1.25rem .9rem 1.25rem; } blockquote code { background-color: #E9E9E9; } img { margin: .5rem 0 1rem 0; } abbr[title] { border-bottom-color: #CCCCCC; } h2, h3 { margin-top: 2rem; margin-bottom: .75rem; }
public/css/site.css
.sidebar { padding: 1rem; } @media (min-width: 48em) { .sidebar { width: 19.2rem; } } .avatar-wrapper { text-align: center; } .avatar { border-radius: 50%; display: inline-block; height: 100%; margin: 0; max-width: 172px; padding: 20px; text-align: center; width: 100%; } @media (min-width: 48rem) and (min-height: 690px) { .avatar { max-width: 258px; } } @media (min-width: 58rem) and (min-height: 780px) { .avatar { max-width: 100%; } } .sidebar-about h1 { margin-bottom: 1.2rem; font-size: 1.65rem; } .lead { font-size: 1.2rem; } .description { display: none; } .sidebar-nav { margin-bottom: .65rem; } .sidebar-nav-item { display: inline; } .sidebar-nav-links { margin-left: -4px; margin-top: .9rem; } .sidebar-nav-links a { display: inline-block; margin-right: 0; } @media (min-width: 58em) { .sidebar-nav-links a { margin-right: .44rem; } } .sidebar-nav-links a:hover { background-color: #505050; border-radius: 6px; } .sidebar-nav-links a img { height: 37px; margin: 0; padding: 4px; width: 37px; } @media (min-width: 58em) { .sidebar-nav-links a img { height: 38px; width: 38px; } } .copyright { clear: both; } .version { font-size: 12px; margin-bottom: .75rem; } /* Body Content */ .content { max-width: none; padding-top: 1.5rem; padding-bottom: .5rem; } @media (min-width: 48em) { .content { margin-right: .8rem; padding-top: 2.5rem; } } @media (min-width: 64em) { .content { margin-right: 2.8rem; } } .container { padding-left: 1.5rem; padding-right: 1.5rem; } @media (min-width: 48em) { .container { padding-left: 1rem; padding-right: 1rem; } } /* Posts */ .post { margin-top: 2em; margin-bottom: 3em; } .post:first-child { margin-top: 0; } blockquote { background-color: #FCFCFC; padding: .7rem 1.25rem .9rem 1.25rem; } blockquote code { background-color: #E9E9E9; } img { margin: .5rem 0 1rem 0; } abbr[title] { border-bottom-color: #CCCCCC; } h2, h3 { margin-top: 2rem; margin-bottom: .75rem; }
0.598312
0.103976
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url("/third-party/material-icons.woff2") format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: 'liga'; -moz-osx-font-smoothing: grayscale; } body { background-color: #913f21; scroll-behavior: smooth; } main { padding: 5.5rem 1rem 1rem 1rem; min-height: 50rem; } .hide { display: none !important; } /* .verse { padding: 0rem 1rem; } */ /* http://alexkatz.me/posts/building-a-custom-html5-audio-player-with-javascript/ */ #timeline { display: none; /* width: 15rem; height: 2rem; margin-top: 2rem; float: left; border-radius: 1.5rem; background: rgba(0, 0, 0, 0.3); */ } #playhead { display: none; /* width: 3rem; height: 3rem; border-radius: 50%; margin-top: 1px; background: rgba(0, 0, 0, 1); */ } /* https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/WebAudio_playbackRate_explained */ .volume-container { display: none; width: 10rem; } .help-text { padding: 0.5rem; } .mdl-spinner.mdl-spinner--single-color.mdl-js-spinner.is-active { margin: 1rem; } .mdl-card-container { display: flex; } .mdl-card { min-width: 40%; padding: 10px; flex: 1; margin: 10px; } #mp3-player { margin-left: 1rem; } /* Uses a transparent header that draws on top of the layout's background */ .bible-background { background: url("../media/bible-open-to-john.jpg") no-repeat center center fixed; background-size: cover; height: 95vh; overflow-y: auto; } .card div.card-action a { display: block; padding-top: 1rem; } .card-action a i.material-icons { padding: 0rem 0.25rem -0.5rem 0rem; } .card-action a span.action-words { padding: 0 0 1rem 0.5rem; vertical-align: middle; } .card-actions button { margin: 0.25rem; } #side-nav.sidenav>li>a.navigation__link:hover { color: #ffab40; } #nav-top-row ul#nav-big.left.hide-on-med-and-down li.active { background-color: #ff9800; z-index: 500; /* border-left: rgba(182, 109, 0, 0.884) 1px solid; */ -webkit-box-shadow: 2px 3px 5px 0px rgba(182, 109, 0, 0.884); box-shadow: 2px 3px 5px 0px rgba(182, 109, 0, 0.884); box-shadow: 0 6px 1px 0 #ff9800, inset 2px 2px 2px 0 rgba(0, 0, 0, 0.14), inset 1px 3px 1px -2px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 6px 1px 0 #ff9800, inset 2px 2px 2px 0 rgba(0, 0, 0, 0.14), inset 1px 3px 1px -2px rgba(0, 0, 0, 0.12); } #nav-top-row { z-index: 400; } #nav-top-row .brand-logo { cursor: copy; } .breadcrumb::before { color: #37474f; } .breadcrumb>h1 { font-size: 18px; display: inline; } .nav-wrapper.orange div.col.s12 a.breadcrumb>* { padding-left: .5rem; } .bible-scout-logo-monocle { background-image: url('/media/bible-scout-icon-monocle.svg'); background-repeat: no-repeat; width: 2.5em; } .bible-scout-logo-checkbox-cross { background-image: url('/media/bible-scout-checkbox-cross.svg'); background-repeat: no-repeat; width: 2.75em; } .bible-scout-logo-checkbox-cross-negative { background-image: url('/media/bible-scout-checkbox-cross-negative.svg'); background-repeat: no-repeat; width: 2.75em; } .bible-scout-logo-binoculars { background-image: url('/media/bible-scout-icon-binoculars.svg'); background-repeat: no-repeat; width: 4em; } .bible-scout-logo-binoculars-view { background-image: url('/media/bible-scout-binocular-transparent-icon.svg'); background-repeat: no-repeat; width: 2.75em; } .verseChapter, .card-sub-heading { font-size: 1.5rem; font-weight: bold; line-height: initial; } .button-nav-group { margin-top: .75em; } .button-nav-group > * { padding-left: 1.5em; padding-right: 1.5em; } .nav-with-breadcrumb { /* opacity: 1; */ transition: height .4s .2s ease-in; } .nav-with-breadcrumb * { opacity: 1; transition: opacity .4s .6s ease-in; } .nav-with-breadcrumb.is-scrolled-down { /* opacity: 0; */ height: 1rem !important; transform: (-80%, 100%); transition: height .4s .4s ease-in; } .nav-with-breadcrumb.is-scrolled-down * { opacity: 0; transition: opacity .4s .2s ease-in; } .card.blue-grey.darken-3.white-text div.card-content input.select-dropdown{ color: #ff9800; } .bible-card-text.small > .verse, .small-font { font-size: 1.05rem !important; } .bible-card-text.medium > .verse, .medium-font { font-size: 1.2rem !important; } .bible-card-text.large > .verse, .large-font { font-size: 1.4rem !important; } #toast-container{ top:1%; margin: 0 auto; } #toast-container .toast { border: 2px solid #ff9800; } #toast-container .toast .toast-action { color: #ff9800; } .card div.card-action a { display: block; padding-top: 1rem; } label.done { padding-left: 1rem; } .bottom-app-bar { /* to do later https://stackoverflow.com/questions/55606944/how-to-implement-the-new-material-design-bottom-app-bar/55608463#55608463 */ } .card-image > img.max-height-5em { max-height: 5em; } audio#mp3-player { max-height: 1.5em; } .app-bar-bottom .btn { /* color: #37474f; */ box-sizing: content-box; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; } .app-bar-bottom .btn.halfway-fab{ padding: 0; /* color: #37474f; */ box-sizing: content-box; position: absolute; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; text-transform: uppercase; text-decoration: none; user-select: none; outline: 0; width: 56px; height: 56px; /* background-color: #1de9b6; */ border-radius: 50%; left: calc(100% - 72px); top: -50%; transform: translateX(-50%); box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12) } .card:last-of-type { margin-bottom: 60px; } .app-bar-bottom { /* ideas from https://stackoverflow.com/questions/55606944/how-to-implement-the-new-material-design-bottom-app-bar/55608463#55608463 */ position: fixed; bottom: 0; left: 0; right: 0; height: 56px; } .app-bar-bottom:before { position: absolute; display: block; content: ''; top: 0; left: 0; right: 0; bottom: 0; background-color: #ff9800; clip-path: polygon(0 0, calc(100% - 72px - 38px) 0, calc(100% - 72px - 37.487665px) 0.628287px, calc(100% - 72px - 36.975331px) 1.256382px, calc(100% - 72px - 36.462997px) 1.884094px, calc(100% - 72px - 35.912306px) 2.511233px, calc(100% - 72px - 35.863009px) 3.137607px, calc(100% - 72px - 35.802788px) 3.763025px, calc(100% - 72px - 35.731661px) 4.387296px, calc(100% - 72px - 35.64965px) 5.010232px, calc(100% - 72px - 35.55678px) 5.631641px, calc(100% - 72px - 35.453079px) 6.251334px, calc(100% - 72px - 35.338579px) 6.869124px, calc(100% - 72px - 35.213314px) 7.484821px, calc(100% - 72px - 35.077322px) 8.098238px, calc(100% - 72px - 34.930646px) 8.709188px, calc(100% - 72px - 34.77333px) 9.317486px, calc(100% - 72px - 34.605421px) 9.922945px, calc(100% - 72px - 34.426971px) 10.525381px, calc(100% - 72px - 34.238035px) 11.124612px, calc(100% - 72px - 34.038669px) 11.720454px, calc(100% - 72px - 33.828934px) 12.312725px, calc(100% - 72px - 33.608895px) 12.901246px, calc(100% - 72px - 33.378619px) 13.485837px, calc(100% - 72px - 33.138175px) 14.066321px, calc(100% - 72px - 32.887636px) 14.642519px, calc(100% - 72px - 32.62708px) 15.214257px, calc(100% - 72px - 32.356586px) 15.781361px, calc(100% - 72px - 32.076235px) 16.343658px, calc(100% - 72px - 31.786113px) 16.900976px, calc(100% - 72px - 31.486309px) 17.453146px, calc(100% - 72px - 31.176915px) 18px, calc(100% - 72px - 30.858023px) 18.541371px, calc(100% - 72px - 30.529731px) 19.077094px, calc(100% - 72px - 30.19214px) 19.607005px, calc(100% - 72px - 29.845353px) 20.130945px, calc(100% - 72px - 29.489474px) 20.648752px, calc(100% - 72px - 29.124612px) 21.160269px, calc(100% - 72px - 28.750878px) 21.665341px, calc(100% - 72px - 28.368387px) 22.163813px, calc(100% - 72px - 27.977255px) 22.655534px, calc(100% - 72px - 27.5776px) 23.140354px, calc(100% - 72px - 27.169545px) 23.618125px, calc(100% - 72px - 26.753214px) 24.088702px, calc(100% - 72px - 26.328733px) 24.551941px, calc(100% - 72px - 25.896233px) 25.007701px, calc(100% - 72px - 25.455844px) 25.455844px, calc(100% - 72px - 25.007701px) 25.896233px, calc(100% - 72px - 24.551941px) 26.328733px, calc(100% - 72px - 24.088702px) 26.753214px, calc(100% - 72px - 23.618125px) 27.169545px, calc(100% - 72px - 23.140354px) 27.5776px, calc(100% - 72px - 22.655534px) 27.977255px, calc(100% - 72px - 22.163813px) 28.368387px, calc(100% - 72px - 21.665341px) 28.750878px, calc(100% - 72px - 21.160269px) 29.124612px, calc(100% - 72px - 20.648752px) 29.489474px, calc(100% - 72px - 20.130945px) 29.845353px, calc(100% - 72px - 19.607005px) 30.19214px, calc(100% - 72px - 19.077094px) 30.529731px, calc(100% - 72px - 18.541371px) 30.858023px, calc(100% - 72px - 18px) 31.176915px, calc(100% - 72px - 17.453146px) 31.486309px, calc(100% - 72px - 16.900976px) 31.786113px, calc(100% - 72px - 16.343658px) 32.076235px, calc(100% - 72px - 15.781361px) 32.356586px, calc(100% - 72px - 15.214257px) 32.62708px, calc(100% - 72px - 14.642519px) 32.887636px, calc(100% - 72px - 14.066321px) 33.138175px, calc(100% - 72px - 13.485837px) 33.378619px, calc(100% - 72px - 12.901246px) 33.608895px, calc(100% - 72px - 12.312725px) 33.828934px, calc(100% - 72px - 11.720454px) 34.038669px, calc(100% - 72px - 11.124612px) 34.238035px, calc(100% - 72px - 10.525381px) 34.426971px, calc(100% - 72px - 9.922945px) 34.605421px, calc(100% - 72px - 9.317486px) 34.77333px, calc(100% - 72px - 8.709188px) 34.930646px, calc(100% - 72px - 8.098238px) 35.077322px, calc(100% - 72px - 7.484821px) 35.213314px, calc(100% - 72px - 6.869124px) 35.338579px, calc(100% - 72px - 6.251334px) 35.453079px, calc(100% - 72px - 5.631641px) 35.55678px, calc(100% - 72px - 5.010232px) 35.64965px, calc(100% - 72px - 4.387296px) 35.731661px, calc(100% - 72px - 3.763025px) 35.802788px, calc(100% - 72px - 3.137607px) 35.863009px, calc(100% - 72px - 2.511233px) 35.912306px, calc(100% - 72px - 1.884094px) 35.950663px, calc(100% - 72px - 1.256382px) 35.97807px, calc(100% - 72px - 0.628287px) 35.994517px, 50% 36px, calc(100% - 72px + 0.628287px) 35.994517px, calc(100% - 72px + 1.256382px) 35.97807px, calc(100% - 72px + 1.884094px) 35.950663px, calc(100% - 72px + 2.511233px) 35.912306px, calc(100% - 72px + 3.137607px) 35.863009px, calc(100% - 72px + 3.763025px) 35.802788px, calc(100% - 72px + 4.387296px) 35.731661px, calc(100% - 72px + 5.010232px) 35.64965px, calc(100% - 72px + 5.631641px) 35.55678px, calc(100% - 72px + 6.251334px) 35.453079px, calc(100% - 72px + 6.869124px) 35.338579px, calc(100% - 72px + 7.484821px) 35.213314px, calc(100% - 72px + 8.098238px) 35.077322px, calc(100% - 72px + 8.709188px) 34.930646px, calc(100% - 72px + 9.317486px) 34.77333px, calc(100% - 72px + 9.922945px) 34.605421px, calc(100% - 72px + 10.525381px) 34.426971px, calc(100% - 72px + 11.124612px) 34.238035px, calc(100% - 72px + 11.720454px) 34.038669px, calc(100% - 72px + 12.312725px) 33.828934px, calc(100% - 72px + 12.901246px) 33.608895px, calc(100% - 72px + 13.485837px) 33.378619px, calc(100% - 72px + 14.066321px) 33.138175px, calc(100% - 72px + 14.642519px) 32.887636px, calc(100% - 72px + 15.214257px) 32.62708px, calc(100% - 72px + 15.781361px) 32.356586px, calc(100% - 72px + 16.343658px) 32.076235px, calc(100% - 72px + 16.900976px) 31.786113px, calc(100% - 72px + 17.453146px) 31.486309px, calc(100% - 72px + 18px) 31.176915px, calc(100% - 72px + 18.541371px) 30.858023px, calc(100% - 72px + 19.077094px) 30.529731px, calc(100% - 72px + 19.607005px) 30.19214px, calc(100% - 72px + 20.130945px) 29.845353px, calc(100% - 72px + 20.648752px) 29.489474px, calc(100% - 72px + 21.160269px) 29.124612px, calc(100% - 72px + 21.665341px) 28.750878px, calc(100% - 72px + 22.163813px) 28.368387px, calc(100% - 72px + 22.655534px) 27.977255px, calc(100% - 72px + 23.140354px) 27.5776px, calc(100% - 72px + 23.618125px) 27.169545px, calc(100% - 72px + 24.088702px) 26.753214px, calc(100% - 72px + 24.551941px) 26.328733px, calc(100% - 72px + 25.007701px) 25.896233px, calc(100% - 72px + 25.455844px) 25.455844px, calc(100% - 72px + 25.896233px) 25.007701px, calc(100% - 72px + 26.328733px) 24.551941px, calc(100% - 72px + 26.753214px) 24.088702px, calc(100% - 72px + 27.169545px) 23.618125px, calc(100% - 72px + 27.5776px) 23.140354px, calc(100% - 72px + 27.977255px) 22.655534px, calc(100% - 72px + 28.368387px) 22.163813px, calc(100% - 72px + 28.750878px) 21.665341px, calc(100% - 72px + 29.124612px) 21.160269px, calc(100% - 72px + 29.489474px) 20.648752px, calc(100% - 72px + 29.845353px) 20.130945px, calc(100% - 72px + 30.19214px) 19.607005px, calc(100% - 72px + 30.529731px) 19.077094px, calc(100% - 72px + 30.858023px) 18.541371px, calc(100% - 72px + 31.176915px) 18px, calc(100% - 72px + 31.486309px) 17.453146px, calc(100% - 72px + 31.786113px) 16.900976px, calc(100% - 72px + 32.076235px) 16.343658px, calc(100% - 72px + 32.356586px) 15.781361px, calc(100% - 72px + 32.62708px) 15.214257px, calc(100% - 72px + 32.887636px) 14.642519px, calc(100% - 72px + 33.138175px) 14.066321px, calc(100% - 72px + 33.378619px) 13.485837px, calc(100% - 72px + 33.608895px) 12.901246px, calc(100% - 72px + 33.828934px) 12.312725px, calc(100% - 72px + 34.038669px) 11.720454px, calc(100% - 72px + 34.238035px) 11.124612px, calc(100% - 72px + 34.426971px) 10.525381px, calc(100% - 72px + 34.605421px) 9.922945px, calc(100% - 72px + 34.77333px) 9.317486px, calc(100% - 72px + 34.930646px) 8.709188px, calc(100% - 72px + 35.077322px) 8.098238px, calc(100% - 72px + 35.213314px) 7.484821px, calc(100% - 72px + 35.338579px) 6.869124px, calc(100% - 72px + 35.453079px) 6.251334px, calc(100% - 72px + 35.55678px) 5.631641px, calc(100% - 72px + 35.64965px) 5.010232px, calc(100% - 72px + 35.731661px) 4.387296px, calc(100% - 72px + 35.802788px) 3.763025px, calc(100% - 72px + 35.863009px) 3.137607px, calc(100% - 72px + 35.912306px) 2.511233px, calc(100% - 72px + 36.462997px) 1.884094px, calc(100% - 72px + 36.975331px) 1.256382px, calc(100% - 72px + 37.487665px) 0.628287px, calc(100% - 72px + 38px) 0, 100% 0, 100% 100%, 0 100%); } /* mobile device */ @media (max-width: 768px) { .nav-second-row .nav-wrapper.orange { height: 4rem; } .nav-wrapper.orange a.breadcrumb span { display: inline-block; max-width: 6.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-wrapper.orange a.breadcrumb h1 { display: inline-block; margin: auto; max-width: 6.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; line-height: normal; } .nav-wrapper.orange a.breadcrumb h1.read-card-heading { padding-bottom: 3.3rem; } audio#mp3-player { max-width: 5.25em; } .button-nav-group > * { padding-left: 1.1em; padding-right: 1.1em; } .app-bar-bottom .btn.halfway-fab{ padding: 0; /* color: #37474f; */ box-sizing: content-box; position: absolute; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; text-transform: uppercase; text-decoration: none; user-select: none; outline: 0; width: 56px; height: 56px; /* background-color: #1de9b6; */ border-radius: 50%; left: calc(100% - 48px); top: -50%; transform: translateX(-50%); box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12) } .app-bar-bottom:before { position: absolute; display: block; content: ''; top: 0; left: 0; right: 0; bottom: 0; background-color: #ff9800; clip-path: polygon(0 0, calc(100% - 48px - 38px) 0, calc(100% - 48px - 37.487665px) 0.628287px, calc(100% - 48px - 36.975331px) 1.256382px, calc(100% - 48px - 36.462997px) 1.884094px, calc(100% - 48px - 35.912306px) 2.511233px, calc(100% - 48px - 35.863009px) 3.137607px, calc(100% - 48px - 35.802788px) 3.763025px, calc(100% - 48px - 35.731661px) 4.387296px, calc(100% - 48px - 35.64965px) 5.010232px, calc(100% - 48px - 35.55678px) 5.631641px, calc(100% - 48px - 35.453079px) 6.251334px, calc(100% - 48px - 35.338579px) 6.869124px, calc(100% - 48px - 35.213314px) 7.484821px, calc(100% - 48px - 35.077322px) 8.098238px, calc(100% - 48px - 34.930646px) 8.709188px, calc(100% - 48px - 34.77333px) 9.317486px, calc(100% - 48px - 34.605421px) 9.922945px, calc(100% - 48px - 34.426971px) 10.525381px, calc(100% - 48px - 34.238035px) 11.124612px, calc(100% - 48px - 34.038669px) 11.720454px, calc(100% - 48px - 33.828934px) 12.312725px, calc(100% - 48px - 33.608895px) 12.901246px, calc(100% - 48px - 33.378619px) 13.485837px, calc(100% - 48px - 33.138175px) 14.066321px, calc(100% - 48px - 32.887636px) 14.642519px, calc(100% - 48px - 32.62708px) 15.214257px, calc(100% - 48px - 32.356586px) 15.781361px, calc(100% - 48px - 32.076235px) 16.343658px, calc(100% - 48px - 31.786113px) 16.900976px, calc(100% - 48px - 31.486309px) 17.453146px, calc(100% - 48px - 31.176915px) 18px, calc(100% - 48px - 30.858023px) 18.541371px, calc(100% - 48px - 30.529731px) 19.077094px, calc(100% - 48px - 30.19214px) 19.607005px, calc(100% - 48px - 29.845353px) 20.130945px, calc(100% - 48px - 29.489474px) 20.648752px, calc(100% - 48px - 29.124612px) 21.160269px, calc(100% - 48px - 28.750878px) 21.665341px, calc(100% - 48px - 28.368387px) 22.163813px, calc(100% - 48px - 27.977255px) 22.655534px, calc(100% - 48px - 27.5776px) 23.140354px, calc(100% - 48px - 27.169545px) 23.618125px, calc(100% - 48px - 26.753214px) 24.088702px, calc(100% - 48px - 26.328733px) 24.551941px, calc(100% - 48px - 25.896233px) 25.007701px, calc(100% - 48px - 25.455844px) 25.455844px, calc(100% - 48px - 25.007701px) 25.896233px, calc(100% - 48px - 24.551941px) 26.328733px, calc(100% - 48px - 24.088702px) 26.753214px, calc(100% - 48px - 23.618125px) 27.169545px, calc(100% - 48px - 23.140354px) 27.5776px, calc(100% - 48px - 22.655534px) 27.977255px, calc(100% - 48px - 22.163813px) 28.368387px, calc(100% - 48px - 21.665341px) 28.750878px, calc(100% - 48px - 21.160269px) 29.124612px, calc(100% - 48px - 20.648752px) 29.489474px, calc(100% - 48px - 20.130945px) 29.845353px, calc(100% - 48px - 19.607005px) 30.19214px, calc(100% - 48px - 19.077094px) 30.529731px, calc(100% - 48px - 18.541371px) 30.858023px, calc(100% - 48px - 18px) 31.176915px, calc(100% - 48px - 17.453146px) 31.486309px, calc(100% - 48px - 16.900976px) 31.786113px, calc(100% - 48px - 16.343658px) 32.076235px, calc(100% - 48px - 15.781361px) 32.356586px, calc(100% - 48px - 15.214257px) 32.62708px, calc(100% - 48px - 14.642519px) 32.887636px, calc(100% - 48px - 14.066321px) 33.138175px, calc(100% - 48px - 13.485837px) 33.378619px, calc(100% - 48px - 12.901246px) 33.608895px, calc(100% - 48px - 12.312725px) 33.828934px, calc(100% - 48px - 11.720454px) 34.038669px, calc(100% - 48px - 11.124612px) 34.238035px, calc(100% - 48px - 10.525381px) 34.426971px, calc(100% - 48px - 9.922945px) 34.605421px, calc(100% - 48px - 9.317486px) 34.77333px, calc(100% - 48px - 8.709188px) 34.930646px, calc(100% - 48px - 8.098238px) 35.077322px, calc(100% - 48px - 7.484821px) 35.213314px, calc(100% - 48px - 6.869124px) 35.338579px, calc(100% - 48px - 6.251334px) 35.453079px, calc(100% - 48px - 5.631641px) 35.55678px, calc(100% - 48px - 5.010232px) 35.64965px, calc(100% - 48px - 4.387296px) 35.731661px, calc(100% - 48px - 3.763025px) 35.802788px, calc(100% - 48px - 3.137607px) 35.863009px, calc(100% - 48px - 2.511233px) 35.912306px, calc(100% - 48px - 1.884094px) 35.950663px, calc(100% - 48px - 1.256382px) 35.97807px, calc(100% - 48px - 0.628287px) 35.994517px, 50% 36px, calc(100% - 48px + 0.628287px) 35.994517px, calc(100% - 48px + 1.256382px) 35.97807px, calc(100% - 48px + 1.884094px) 35.950663px, calc(100% - 48px + 2.511233px) 35.912306px, calc(100% - 48px + 3.137607px) 35.863009px, calc(100% - 48px + 3.763025px) 35.802788px, calc(100% - 48px + 4.387296px) 35.731661px, calc(100% - 48px + 5.010232px) 35.64965px, calc(100% - 48px + 5.631641px) 35.55678px, calc(100% - 48px + 6.251334px) 35.453079px, calc(100% - 48px + 6.869124px) 35.338579px, calc(100% - 48px + 7.484821px) 35.213314px, calc(100% - 48px + 8.098238px) 35.077322px, calc(100% - 48px + 8.709188px) 34.930646px, calc(100% - 48px + 9.317486px) 34.77333px, calc(100% - 48px + 9.922945px) 34.605421px, calc(100% - 48px + 10.525381px) 34.426971px, calc(100% - 48px + 11.124612px) 34.238035px, calc(100% - 48px + 11.720454px) 34.038669px, calc(100% - 48px + 12.312725px) 33.828934px, calc(100% - 48px + 12.901246px) 33.608895px, calc(100% - 48px + 13.485837px) 33.378619px, calc(100% - 48px + 14.066321px) 33.138175px, calc(100% - 48px + 14.642519px) 32.887636px, calc(100% - 48px + 15.214257px) 32.62708px, calc(100% - 48px + 15.781361px) 32.356586px, calc(100% - 48px + 16.343658px) 32.076235px, calc(100% - 48px + 16.900976px) 31.786113px, calc(100% - 48px + 17.453146px) 31.486309px, calc(100% - 48px + 18px) 31.176915px, calc(100% - 48px + 18.541371px) 30.858023px, calc(100% - 48px + 19.077094px) 30.529731px, calc(100% - 48px + 19.607005px) 30.19214px, calc(100% - 48px + 20.130945px) 29.845353px, calc(100% - 48px + 20.648752px) 29.489474px, calc(100% - 48px + 21.160269px) 29.124612px, calc(100% - 48px + 21.665341px) 28.750878px, calc(100% - 48px + 22.163813px) 28.368387px, calc(100% - 48px + 22.655534px) 27.977255px, calc(100% - 48px + 23.140354px) 27.5776px, calc(100% - 48px + 23.618125px) 27.169545px, calc(100% - 48px + 24.088702px) 26.753214px, calc(100% - 48px + 24.551941px) 26.328733px, calc(100% - 48px + 25.007701px) 25.896233px, calc(100% - 48px + 25.455844px) 25.455844px, calc(100% - 48px + 25.896233px) 25.007701px, calc(100% - 48px + 26.328733px) 24.551941px, calc(100% - 48px + 26.753214px) 24.088702px, calc(100% - 48px + 27.169545px) 23.618125px, calc(100% - 48px + 27.5776px) 23.140354px, calc(100% - 48px + 27.977255px) 22.655534px, calc(100% - 48px + 28.368387px) 22.163813px, calc(100% - 48px + 28.750878px) 21.665341px, calc(100% - 48px + 29.124612px) 21.160269px, calc(100% - 48px + 29.489474px) 20.648752px, calc(100% - 48px + 29.845353px) 20.130945px, calc(100% - 48px + 30.19214px) 19.607005px, calc(100% - 48px + 30.529731px) 19.077094px, calc(100% - 48px + 30.858023px) 18.541371px, calc(100% - 48px + 31.176915px) 18px, calc(100% - 48px + 31.486309px) 17.453146px, calc(100% - 48px + 31.786113px) 16.900976px, calc(100% - 48px + 32.076235px) 16.343658px, calc(100% - 48px + 32.356586px) 15.781361px, calc(100% - 48px + 32.62708px) 15.214257px, calc(100% - 48px + 32.887636px) 14.642519px, calc(100% - 48px + 33.138175px) 14.066321px, calc(100% - 48px + 33.378619px) 13.485837px, calc(100% - 48px + 33.608895px) 12.901246px, calc(100% - 48px + 33.828934px) 12.312725px, calc(100% - 48px + 34.038669px) 11.720454px, calc(100% - 48px + 34.238035px) 11.124612px, calc(100% - 48px + 34.426971px) 10.525381px, calc(100% - 48px + 34.605421px) 9.922945px, calc(100% - 48px + 34.77333px) 9.317486px, calc(100% - 48px + 34.930646px) 8.709188px, calc(100% - 48px + 35.077322px) 8.098238px, calc(100% - 48px + 35.213314px) 7.484821px, calc(100% - 48px + 35.338579px) 6.869124px, calc(100% - 48px + 35.453079px) 6.251334px, calc(100% - 48px + 35.55678px) 5.631641px, calc(100% - 48px + 35.64965px) 5.010232px, calc(100% - 48px + 35.731661px) 4.387296px, calc(100% - 48px + 35.802788px) 3.763025px, calc(100% - 48px + 35.863009px) 3.137607px, calc(100% - 48px + 35.912306px) 2.511233px, calc(100% - 48px + 36.462997px) 1.884094px, calc(100% - 48px + 36.975331px) 1.256382px, calc(100% - 48px + 37.487665px) 0.628287px, calc(100% - 48px + 38px) 0, 100% 0, 100% 100%, 0 100%); } } /* tiny mobile device */ @media (max-width: 380px) { .nav-wrapper.orange a.breadcrumb h1 { max-width: 4rem; } .card:last-of-type { margin-bottom: 82px; } audio#mp3-player { max-width: 3em; } .button-nav-group > * { padding-left: .7em; padding-right: .7em; } }
app-styles.css
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url("/third-party/material-icons.woff2") format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: 'liga'; -moz-osx-font-smoothing: grayscale; } body { background-color: #913f21; scroll-behavior: smooth; } main { padding: 5.5rem 1rem 1rem 1rem; min-height: 50rem; } .hide { display: none !important; } /* .verse { padding: 0rem 1rem; } */ /* http://alexkatz.me/posts/building-a-custom-html5-audio-player-with-javascript/ */ #timeline { display: none; /* width: 15rem; height: 2rem; margin-top: 2rem; float: left; border-radius: 1.5rem; background: rgba(0, 0, 0, 0.3); */ } #playhead { display: none; /* width: 3rem; height: 3rem; border-radius: 50%; margin-top: 1px; background: rgba(0, 0, 0, 1); */ } /* https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/WebAudio_playbackRate_explained */ .volume-container { display: none; width: 10rem; } .help-text { padding: 0.5rem; } .mdl-spinner.mdl-spinner--single-color.mdl-js-spinner.is-active { margin: 1rem; } .mdl-card-container { display: flex; } .mdl-card { min-width: 40%; padding: 10px; flex: 1; margin: 10px; } #mp3-player { margin-left: 1rem; } /* Uses a transparent header that draws on top of the layout's background */ .bible-background { background: url("../media/bible-open-to-john.jpg") no-repeat center center fixed; background-size: cover; height: 95vh; overflow-y: auto; } .card div.card-action a { display: block; padding-top: 1rem; } .card-action a i.material-icons { padding: 0rem 0.25rem -0.5rem 0rem; } .card-action a span.action-words { padding: 0 0 1rem 0.5rem; vertical-align: middle; } .card-actions button { margin: 0.25rem; } #side-nav.sidenav>li>a.navigation__link:hover { color: #ffab40; } #nav-top-row ul#nav-big.left.hide-on-med-and-down li.active { background-color: #ff9800; z-index: 500; /* border-left: rgba(182, 109, 0, 0.884) 1px solid; */ -webkit-box-shadow: 2px 3px 5px 0px rgba(182, 109, 0, 0.884); box-shadow: 2px 3px 5px 0px rgba(182, 109, 0, 0.884); box-shadow: 0 6px 1px 0 #ff9800, inset 2px 2px 2px 0 rgba(0, 0, 0, 0.14), inset 1px 3px 1px -2px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 6px 1px 0 #ff9800, inset 2px 2px 2px 0 rgba(0, 0, 0, 0.14), inset 1px 3px 1px -2px rgba(0, 0, 0, 0.12); } #nav-top-row { z-index: 400; } #nav-top-row .brand-logo { cursor: copy; } .breadcrumb::before { color: #37474f; } .breadcrumb>h1 { font-size: 18px; display: inline; } .nav-wrapper.orange div.col.s12 a.breadcrumb>* { padding-left: .5rem; } .bible-scout-logo-monocle { background-image: url('/media/bible-scout-icon-monocle.svg'); background-repeat: no-repeat; width: 2.5em; } .bible-scout-logo-checkbox-cross { background-image: url('/media/bible-scout-checkbox-cross.svg'); background-repeat: no-repeat; width: 2.75em; } .bible-scout-logo-checkbox-cross-negative { background-image: url('/media/bible-scout-checkbox-cross-negative.svg'); background-repeat: no-repeat; width: 2.75em; } .bible-scout-logo-binoculars { background-image: url('/media/bible-scout-icon-binoculars.svg'); background-repeat: no-repeat; width: 4em; } .bible-scout-logo-binoculars-view { background-image: url('/media/bible-scout-binocular-transparent-icon.svg'); background-repeat: no-repeat; width: 2.75em; } .verseChapter, .card-sub-heading { font-size: 1.5rem; font-weight: bold; line-height: initial; } .button-nav-group { margin-top: .75em; } .button-nav-group > * { padding-left: 1.5em; padding-right: 1.5em; } .nav-with-breadcrumb { /* opacity: 1; */ transition: height .4s .2s ease-in; } .nav-with-breadcrumb * { opacity: 1; transition: opacity .4s .6s ease-in; } .nav-with-breadcrumb.is-scrolled-down { /* opacity: 0; */ height: 1rem !important; transform: (-80%, 100%); transition: height .4s .4s ease-in; } .nav-with-breadcrumb.is-scrolled-down * { opacity: 0; transition: opacity .4s .2s ease-in; } .card.blue-grey.darken-3.white-text div.card-content input.select-dropdown{ color: #ff9800; } .bible-card-text.small > .verse, .small-font { font-size: 1.05rem !important; } .bible-card-text.medium > .verse, .medium-font { font-size: 1.2rem !important; } .bible-card-text.large > .verse, .large-font { font-size: 1.4rem !important; } #toast-container{ top:1%; margin: 0 auto; } #toast-container .toast { border: 2px solid #ff9800; } #toast-container .toast .toast-action { color: #ff9800; } .card div.card-action a { display: block; padding-top: 1rem; } label.done { padding-left: 1rem; } .bottom-app-bar { /* to do later https://stackoverflow.com/questions/55606944/how-to-implement-the-new-material-design-bottom-app-bar/55608463#55608463 */ } .card-image > img.max-height-5em { max-height: 5em; } audio#mp3-player { max-height: 1.5em; } .app-bar-bottom .btn { /* color: #37474f; */ box-sizing: content-box; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; } .app-bar-bottom .btn.halfway-fab{ padding: 0; /* color: #37474f; */ box-sizing: content-box; position: absolute; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; text-transform: uppercase; text-decoration: none; user-select: none; outline: 0; width: 56px; height: 56px; /* background-color: #1de9b6; */ border-radius: 50%; left: calc(100% - 72px); top: -50%; transform: translateX(-50%); box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12) } .card:last-of-type { margin-bottom: 60px; } .app-bar-bottom { /* ideas from https://stackoverflow.com/questions/55606944/how-to-implement-the-new-material-design-bottom-app-bar/55608463#55608463 */ position: fixed; bottom: 0; left: 0; right: 0; height: 56px; } .app-bar-bottom:before { position: absolute; display: block; content: ''; top: 0; left: 0; right: 0; bottom: 0; background-color: #ff9800; clip-path: polygon(0 0, calc(100% - 72px - 38px) 0, calc(100% - 72px - 37.487665px) 0.628287px, calc(100% - 72px - 36.975331px) 1.256382px, calc(100% - 72px - 36.462997px) 1.884094px, calc(100% - 72px - 35.912306px) 2.511233px, calc(100% - 72px - 35.863009px) 3.137607px, calc(100% - 72px - 35.802788px) 3.763025px, calc(100% - 72px - 35.731661px) 4.387296px, calc(100% - 72px - 35.64965px) 5.010232px, calc(100% - 72px - 35.55678px) 5.631641px, calc(100% - 72px - 35.453079px) 6.251334px, calc(100% - 72px - 35.338579px) 6.869124px, calc(100% - 72px - 35.213314px) 7.484821px, calc(100% - 72px - 35.077322px) 8.098238px, calc(100% - 72px - 34.930646px) 8.709188px, calc(100% - 72px - 34.77333px) 9.317486px, calc(100% - 72px - 34.605421px) 9.922945px, calc(100% - 72px - 34.426971px) 10.525381px, calc(100% - 72px - 34.238035px) 11.124612px, calc(100% - 72px - 34.038669px) 11.720454px, calc(100% - 72px - 33.828934px) 12.312725px, calc(100% - 72px - 33.608895px) 12.901246px, calc(100% - 72px - 33.378619px) 13.485837px, calc(100% - 72px - 33.138175px) 14.066321px, calc(100% - 72px - 32.887636px) 14.642519px, calc(100% - 72px - 32.62708px) 15.214257px, calc(100% - 72px - 32.356586px) 15.781361px, calc(100% - 72px - 32.076235px) 16.343658px, calc(100% - 72px - 31.786113px) 16.900976px, calc(100% - 72px - 31.486309px) 17.453146px, calc(100% - 72px - 31.176915px) 18px, calc(100% - 72px - 30.858023px) 18.541371px, calc(100% - 72px - 30.529731px) 19.077094px, calc(100% - 72px - 30.19214px) 19.607005px, calc(100% - 72px - 29.845353px) 20.130945px, calc(100% - 72px - 29.489474px) 20.648752px, calc(100% - 72px - 29.124612px) 21.160269px, calc(100% - 72px - 28.750878px) 21.665341px, calc(100% - 72px - 28.368387px) 22.163813px, calc(100% - 72px - 27.977255px) 22.655534px, calc(100% - 72px - 27.5776px) 23.140354px, calc(100% - 72px - 27.169545px) 23.618125px, calc(100% - 72px - 26.753214px) 24.088702px, calc(100% - 72px - 26.328733px) 24.551941px, calc(100% - 72px - 25.896233px) 25.007701px, calc(100% - 72px - 25.455844px) 25.455844px, calc(100% - 72px - 25.007701px) 25.896233px, calc(100% - 72px - 24.551941px) 26.328733px, calc(100% - 72px - 24.088702px) 26.753214px, calc(100% - 72px - 23.618125px) 27.169545px, calc(100% - 72px - 23.140354px) 27.5776px, calc(100% - 72px - 22.655534px) 27.977255px, calc(100% - 72px - 22.163813px) 28.368387px, calc(100% - 72px - 21.665341px) 28.750878px, calc(100% - 72px - 21.160269px) 29.124612px, calc(100% - 72px - 20.648752px) 29.489474px, calc(100% - 72px - 20.130945px) 29.845353px, calc(100% - 72px - 19.607005px) 30.19214px, calc(100% - 72px - 19.077094px) 30.529731px, calc(100% - 72px - 18.541371px) 30.858023px, calc(100% - 72px - 18px) 31.176915px, calc(100% - 72px - 17.453146px) 31.486309px, calc(100% - 72px - 16.900976px) 31.786113px, calc(100% - 72px - 16.343658px) 32.076235px, calc(100% - 72px - 15.781361px) 32.356586px, calc(100% - 72px - 15.214257px) 32.62708px, calc(100% - 72px - 14.642519px) 32.887636px, calc(100% - 72px - 14.066321px) 33.138175px, calc(100% - 72px - 13.485837px) 33.378619px, calc(100% - 72px - 12.901246px) 33.608895px, calc(100% - 72px - 12.312725px) 33.828934px, calc(100% - 72px - 11.720454px) 34.038669px, calc(100% - 72px - 11.124612px) 34.238035px, calc(100% - 72px - 10.525381px) 34.426971px, calc(100% - 72px - 9.922945px) 34.605421px, calc(100% - 72px - 9.317486px) 34.77333px, calc(100% - 72px - 8.709188px) 34.930646px, calc(100% - 72px - 8.098238px) 35.077322px, calc(100% - 72px - 7.484821px) 35.213314px, calc(100% - 72px - 6.869124px) 35.338579px, calc(100% - 72px - 6.251334px) 35.453079px, calc(100% - 72px - 5.631641px) 35.55678px, calc(100% - 72px - 5.010232px) 35.64965px, calc(100% - 72px - 4.387296px) 35.731661px, calc(100% - 72px - 3.763025px) 35.802788px, calc(100% - 72px - 3.137607px) 35.863009px, calc(100% - 72px - 2.511233px) 35.912306px, calc(100% - 72px - 1.884094px) 35.950663px, calc(100% - 72px - 1.256382px) 35.97807px, calc(100% - 72px - 0.628287px) 35.994517px, 50% 36px, calc(100% - 72px + 0.628287px) 35.994517px, calc(100% - 72px + 1.256382px) 35.97807px, calc(100% - 72px + 1.884094px) 35.950663px, calc(100% - 72px + 2.511233px) 35.912306px, calc(100% - 72px + 3.137607px) 35.863009px, calc(100% - 72px + 3.763025px) 35.802788px, calc(100% - 72px + 4.387296px) 35.731661px, calc(100% - 72px + 5.010232px) 35.64965px, calc(100% - 72px + 5.631641px) 35.55678px, calc(100% - 72px + 6.251334px) 35.453079px, calc(100% - 72px + 6.869124px) 35.338579px, calc(100% - 72px + 7.484821px) 35.213314px, calc(100% - 72px + 8.098238px) 35.077322px, calc(100% - 72px + 8.709188px) 34.930646px, calc(100% - 72px + 9.317486px) 34.77333px, calc(100% - 72px + 9.922945px) 34.605421px, calc(100% - 72px + 10.525381px) 34.426971px, calc(100% - 72px + 11.124612px) 34.238035px, calc(100% - 72px + 11.720454px) 34.038669px, calc(100% - 72px + 12.312725px) 33.828934px, calc(100% - 72px + 12.901246px) 33.608895px, calc(100% - 72px + 13.485837px) 33.378619px, calc(100% - 72px + 14.066321px) 33.138175px, calc(100% - 72px + 14.642519px) 32.887636px, calc(100% - 72px + 15.214257px) 32.62708px, calc(100% - 72px + 15.781361px) 32.356586px, calc(100% - 72px + 16.343658px) 32.076235px, calc(100% - 72px + 16.900976px) 31.786113px, calc(100% - 72px + 17.453146px) 31.486309px, calc(100% - 72px + 18px) 31.176915px, calc(100% - 72px + 18.541371px) 30.858023px, calc(100% - 72px + 19.077094px) 30.529731px, calc(100% - 72px + 19.607005px) 30.19214px, calc(100% - 72px + 20.130945px) 29.845353px, calc(100% - 72px + 20.648752px) 29.489474px, calc(100% - 72px + 21.160269px) 29.124612px, calc(100% - 72px + 21.665341px) 28.750878px, calc(100% - 72px + 22.163813px) 28.368387px, calc(100% - 72px + 22.655534px) 27.977255px, calc(100% - 72px + 23.140354px) 27.5776px, calc(100% - 72px + 23.618125px) 27.169545px, calc(100% - 72px + 24.088702px) 26.753214px, calc(100% - 72px + 24.551941px) 26.328733px, calc(100% - 72px + 25.007701px) 25.896233px, calc(100% - 72px + 25.455844px) 25.455844px, calc(100% - 72px + 25.896233px) 25.007701px, calc(100% - 72px + 26.328733px) 24.551941px, calc(100% - 72px + 26.753214px) 24.088702px, calc(100% - 72px + 27.169545px) 23.618125px, calc(100% - 72px + 27.5776px) 23.140354px, calc(100% - 72px + 27.977255px) 22.655534px, calc(100% - 72px + 28.368387px) 22.163813px, calc(100% - 72px + 28.750878px) 21.665341px, calc(100% - 72px + 29.124612px) 21.160269px, calc(100% - 72px + 29.489474px) 20.648752px, calc(100% - 72px + 29.845353px) 20.130945px, calc(100% - 72px + 30.19214px) 19.607005px, calc(100% - 72px + 30.529731px) 19.077094px, calc(100% - 72px + 30.858023px) 18.541371px, calc(100% - 72px + 31.176915px) 18px, calc(100% - 72px + 31.486309px) 17.453146px, calc(100% - 72px + 31.786113px) 16.900976px, calc(100% - 72px + 32.076235px) 16.343658px, calc(100% - 72px + 32.356586px) 15.781361px, calc(100% - 72px + 32.62708px) 15.214257px, calc(100% - 72px + 32.887636px) 14.642519px, calc(100% - 72px + 33.138175px) 14.066321px, calc(100% - 72px + 33.378619px) 13.485837px, calc(100% - 72px + 33.608895px) 12.901246px, calc(100% - 72px + 33.828934px) 12.312725px, calc(100% - 72px + 34.038669px) 11.720454px, calc(100% - 72px + 34.238035px) 11.124612px, calc(100% - 72px + 34.426971px) 10.525381px, calc(100% - 72px + 34.605421px) 9.922945px, calc(100% - 72px + 34.77333px) 9.317486px, calc(100% - 72px + 34.930646px) 8.709188px, calc(100% - 72px + 35.077322px) 8.098238px, calc(100% - 72px + 35.213314px) 7.484821px, calc(100% - 72px + 35.338579px) 6.869124px, calc(100% - 72px + 35.453079px) 6.251334px, calc(100% - 72px + 35.55678px) 5.631641px, calc(100% - 72px + 35.64965px) 5.010232px, calc(100% - 72px + 35.731661px) 4.387296px, calc(100% - 72px + 35.802788px) 3.763025px, calc(100% - 72px + 35.863009px) 3.137607px, calc(100% - 72px + 35.912306px) 2.511233px, calc(100% - 72px + 36.462997px) 1.884094px, calc(100% - 72px + 36.975331px) 1.256382px, calc(100% - 72px + 37.487665px) 0.628287px, calc(100% - 72px + 38px) 0, 100% 0, 100% 100%, 0 100%); } /* mobile device */ @media (max-width: 768px) { .nav-second-row .nav-wrapper.orange { height: 4rem; } .nav-wrapper.orange a.breadcrumb span { display: inline-block; max-width: 6.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-wrapper.orange a.breadcrumb h1 { display: inline-block; margin: auto; max-width: 6.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; line-height: normal; } .nav-wrapper.orange a.breadcrumb h1.read-card-heading { padding-bottom: 3.3rem; } audio#mp3-player { max-width: 5.25em; } .button-nav-group > * { padding-left: 1.1em; padding-right: 1.1em; } .app-bar-bottom .btn.halfway-fab{ padding: 0; /* color: #37474f; */ box-sizing: content-box; position: absolute; display: inline-flex; align-items: center; flex: 0 0 auto; font-size: 14px; font-weight: 500; justify-content: center; text-transform: uppercase; text-decoration: none; user-select: none; outline: 0; width: 56px; height: 56px; /* background-color: #1de9b6; */ border-radius: 50%; left: calc(100% - 48px); top: -50%; transform: translateX(-50%); box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12) } .app-bar-bottom:before { position: absolute; display: block; content: ''; top: 0; left: 0; right: 0; bottom: 0; background-color: #ff9800; clip-path: polygon(0 0, calc(100% - 48px - 38px) 0, calc(100% - 48px - 37.487665px) 0.628287px, calc(100% - 48px - 36.975331px) 1.256382px, calc(100% - 48px - 36.462997px) 1.884094px, calc(100% - 48px - 35.912306px) 2.511233px, calc(100% - 48px - 35.863009px) 3.137607px, calc(100% - 48px - 35.802788px) 3.763025px, calc(100% - 48px - 35.731661px) 4.387296px, calc(100% - 48px - 35.64965px) 5.010232px, calc(100% - 48px - 35.55678px) 5.631641px, calc(100% - 48px - 35.453079px) 6.251334px, calc(100% - 48px - 35.338579px) 6.869124px, calc(100% - 48px - 35.213314px) 7.484821px, calc(100% - 48px - 35.077322px) 8.098238px, calc(100% - 48px - 34.930646px) 8.709188px, calc(100% - 48px - 34.77333px) 9.317486px, calc(100% - 48px - 34.605421px) 9.922945px, calc(100% - 48px - 34.426971px) 10.525381px, calc(100% - 48px - 34.238035px) 11.124612px, calc(100% - 48px - 34.038669px) 11.720454px, calc(100% - 48px - 33.828934px) 12.312725px, calc(100% - 48px - 33.608895px) 12.901246px, calc(100% - 48px - 33.378619px) 13.485837px, calc(100% - 48px - 33.138175px) 14.066321px, calc(100% - 48px - 32.887636px) 14.642519px, calc(100% - 48px - 32.62708px) 15.214257px, calc(100% - 48px - 32.356586px) 15.781361px, calc(100% - 48px - 32.076235px) 16.343658px, calc(100% - 48px - 31.786113px) 16.900976px, calc(100% - 48px - 31.486309px) 17.453146px, calc(100% - 48px - 31.176915px) 18px, calc(100% - 48px - 30.858023px) 18.541371px, calc(100% - 48px - 30.529731px) 19.077094px, calc(100% - 48px - 30.19214px) 19.607005px, calc(100% - 48px - 29.845353px) 20.130945px, calc(100% - 48px - 29.489474px) 20.648752px, calc(100% - 48px - 29.124612px) 21.160269px, calc(100% - 48px - 28.750878px) 21.665341px, calc(100% - 48px - 28.368387px) 22.163813px, calc(100% - 48px - 27.977255px) 22.655534px, calc(100% - 48px - 27.5776px) 23.140354px, calc(100% - 48px - 27.169545px) 23.618125px, calc(100% - 48px - 26.753214px) 24.088702px, calc(100% - 48px - 26.328733px) 24.551941px, calc(100% - 48px - 25.896233px) 25.007701px, calc(100% - 48px - 25.455844px) 25.455844px, calc(100% - 48px - 25.007701px) 25.896233px, calc(100% - 48px - 24.551941px) 26.328733px, calc(100% - 48px - 24.088702px) 26.753214px, calc(100% - 48px - 23.618125px) 27.169545px, calc(100% - 48px - 23.140354px) 27.5776px, calc(100% - 48px - 22.655534px) 27.977255px, calc(100% - 48px - 22.163813px) 28.368387px, calc(100% - 48px - 21.665341px) 28.750878px, calc(100% - 48px - 21.160269px) 29.124612px, calc(100% - 48px - 20.648752px) 29.489474px, calc(100% - 48px - 20.130945px) 29.845353px, calc(100% - 48px - 19.607005px) 30.19214px, calc(100% - 48px - 19.077094px) 30.529731px, calc(100% - 48px - 18.541371px) 30.858023px, calc(100% - 48px - 18px) 31.176915px, calc(100% - 48px - 17.453146px) 31.486309px, calc(100% - 48px - 16.900976px) 31.786113px, calc(100% - 48px - 16.343658px) 32.076235px, calc(100% - 48px - 15.781361px) 32.356586px, calc(100% - 48px - 15.214257px) 32.62708px, calc(100% - 48px - 14.642519px) 32.887636px, calc(100% - 48px - 14.066321px) 33.138175px, calc(100% - 48px - 13.485837px) 33.378619px, calc(100% - 48px - 12.901246px) 33.608895px, calc(100% - 48px - 12.312725px) 33.828934px, calc(100% - 48px - 11.720454px) 34.038669px, calc(100% - 48px - 11.124612px) 34.238035px, calc(100% - 48px - 10.525381px) 34.426971px, calc(100% - 48px - 9.922945px) 34.605421px, calc(100% - 48px - 9.317486px) 34.77333px, calc(100% - 48px - 8.709188px) 34.930646px, calc(100% - 48px - 8.098238px) 35.077322px, calc(100% - 48px - 7.484821px) 35.213314px, calc(100% - 48px - 6.869124px) 35.338579px, calc(100% - 48px - 6.251334px) 35.453079px, calc(100% - 48px - 5.631641px) 35.55678px, calc(100% - 48px - 5.010232px) 35.64965px, calc(100% - 48px - 4.387296px) 35.731661px, calc(100% - 48px - 3.763025px) 35.802788px, calc(100% - 48px - 3.137607px) 35.863009px, calc(100% - 48px - 2.511233px) 35.912306px, calc(100% - 48px - 1.884094px) 35.950663px, calc(100% - 48px - 1.256382px) 35.97807px, calc(100% - 48px - 0.628287px) 35.994517px, 50% 36px, calc(100% - 48px + 0.628287px) 35.994517px, calc(100% - 48px + 1.256382px) 35.97807px, calc(100% - 48px + 1.884094px) 35.950663px, calc(100% - 48px + 2.511233px) 35.912306px, calc(100% - 48px + 3.137607px) 35.863009px, calc(100% - 48px + 3.763025px) 35.802788px, calc(100% - 48px + 4.387296px) 35.731661px, calc(100% - 48px + 5.010232px) 35.64965px, calc(100% - 48px + 5.631641px) 35.55678px, calc(100% - 48px + 6.251334px) 35.453079px, calc(100% - 48px + 6.869124px) 35.338579px, calc(100% - 48px + 7.484821px) 35.213314px, calc(100% - 48px + 8.098238px) 35.077322px, calc(100% - 48px + 8.709188px) 34.930646px, calc(100% - 48px + 9.317486px) 34.77333px, calc(100% - 48px + 9.922945px) 34.605421px, calc(100% - 48px + 10.525381px) 34.426971px, calc(100% - 48px + 11.124612px) 34.238035px, calc(100% - 48px + 11.720454px) 34.038669px, calc(100% - 48px + 12.312725px) 33.828934px, calc(100% - 48px + 12.901246px) 33.608895px, calc(100% - 48px + 13.485837px) 33.378619px, calc(100% - 48px + 14.066321px) 33.138175px, calc(100% - 48px + 14.642519px) 32.887636px, calc(100% - 48px + 15.214257px) 32.62708px, calc(100% - 48px + 15.781361px) 32.356586px, calc(100% - 48px + 16.343658px) 32.076235px, calc(100% - 48px + 16.900976px) 31.786113px, calc(100% - 48px + 17.453146px) 31.486309px, calc(100% - 48px + 18px) 31.176915px, calc(100% - 48px + 18.541371px) 30.858023px, calc(100% - 48px + 19.077094px) 30.529731px, calc(100% - 48px + 19.607005px) 30.19214px, calc(100% - 48px + 20.130945px) 29.845353px, calc(100% - 48px + 20.648752px) 29.489474px, calc(100% - 48px + 21.160269px) 29.124612px, calc(100% - 48px + 21.665341px) 28.750878px, calc(100% - 48px + 22.163813px) 28.368387px, calc(100% - 48px + 22.655534px) 27.977255px, calc(100% - 48px + 23.140354px) 27.5776px, calc(100% - 48px + 23.618125px) 27.169545px, calc(100% - 48px + 24.088702px) 26.753214px, calc(100% - 48px + 24.551941px) 26.328733px, calc(100% - 48px + 25.007701px) 25.896233px, calc(100% - 48px + 25.455844px) 25.455844px, calc(100% - 48px + 25.896233px) 25.007701px, calc(100% - 48px + 26.328733px) 24.551941px, calc(100% - 48px + 26.753214px) 24.088702px, calc(100% - 48px + 27.169545px) 23.618125px, calc(100% - 48px + 27.5776px) 23.140354px, calc(100% - 48px + 27.977255px) 22.655534px, calc(100% - 48px + 28.368387px) 22.163813px, calc(100% - 48px + 28.750878px) 21.665341px, calc(100% - 48px + 29.124612px) 21.160269px, calc(100% - 48px + 29.489474px) 20.648752px, calc(100% - 48px + 29.845353px) 20.130945px, calc(100% - 48px + 30.19214px) 19.607005px, calc(100% - 48px + 30.529731px) 19.077094px, calc(100% - 48px + 30.858023px) 18.541371px, calc(100% - 48px + 31.176915px) 18px, calc(100% - 48px + 31.486309px) 17.453146px, calc(100% - 48px + 31.786113px) 16.900976px, calc(100% - 48px + 32.076235px) 16.343658px, calc(100% - 48px + 32.356586px) 15.781361px, calc(100% - 48px + 32.62708px) 15.214257px, calc(100% - 48px + 32.887636px) 14.642519px, calc(100% - 48px + 33.138175px) 14.066321px, calc(100% - 48px + 33.378619px) 13.485837px, calc(100% - 48px + 33.608895px) 12.901246px, calc(100% - 48px + 33.828934px) 12.312725px, calc(100% - 48px + 34.038669px) 11.720454px, calc(100% - 48px + 34.238035px) 11.124612px, calc(100% - 48px + 34.426971px) 10.525381px, calc(100% - 48px + 34.605421px) 9.922945px, calc(100% - 48px + 34.77333px) 9.317486px, calc(100% - 48px + 34.930646px) 8.709188px, calc(100% - 48px + 35.077322px) 8.098238px, calc(100% - 48px + 35.213314px) 7.484821px, calc(100% - 48px + 35.338579px) 6.869124px, calc(100% - 48px + 35.453079px) 6.251334px, calc(100% - 48px + 35.55678px) 5.631641px, calc(100% - 48px + 35.64965px) 5.010232px, calc(100% - 48px + 35.731661px) 4.387296px, calc(100% - 48px + 35.802788px) 3.763025px, calc(100% - 48px + 35.863009px) 3.137607px, calc(100% - 48px + 35.912306px) 2.511233px, calc(100% - 48px + 36.462997px) 1.884094px, calc(100% - 48px + 36.975331px) 1.256382px, calc(100% - 48px + 37.487665px) 0.628287px, calc(100% - 48px + 38px) 0, 100% 0, 100% 100%, 0 100%); } } /* tiny mobile device */ @media (max-width: 380px) { .nav-wrapper.orange a.breadcrumb h1 { max-width: 4rem; } .card:last-of-type { margin-bottom: 82px; } audio#mp3-player { max-width: 3em; } .button-nav-group > * { padding-left: .7em; padding-right: .7em; } }
0.453746
0.075278