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 |
|---|---|---|---|---|
.theme-bg-color {
background-color: #0d1117;
}
/* Panel Background Color */
.theme-panel-bg-color {
background-color: #0d1117;
}
/* Input Field Background Color */
input[type=text] {
background-color: #0d1117;
color: #8b949e;
}
/* Normal Text Color */
.theme-text-color {
color: #8b949e;
}
/* Button Box Colors */
.theme-button-box-color {
background-color: #10141b;
border-color: #21262d;
}
/* Primary Accent Color (Buttons and Panels) */
.theme-accent-color {
background-color: #21262d;
color: #c9d1d9;
border-color: #3d424a;
}
/* Primary Accent Color Hover (Buttons and Panels) */
button.theme-accent-color:hover:enabled,
input[type=button].theme-accent-color:hover:enabled,
input[type=submit].theme-accent-color:hover:enabled,
a.theme-accent-color:hover {
background-color: #30363d;
color: #c9d1d9;
border-color: #8b949e;
}
/* Primary Accent Color (Disabled Buttons) */
.theme-accent-color:disabled {
background-color: #1c1e22;
color: #6c757d;
border-color: #30363d;
}
/* Primary Accent Color Border */
.theme-accent-color-border {
border-color: #21262d;
}
/* Secondary Accent Color (Buttons and Panels)*/
.theme-2nd-accent-color {
background-color: #161b22;
color: #8b949e;
border-color: #8b949e;
}
/* Secondary Accent Color Hover (Buttons and Panels)*/
input[type=submit].theme-2nd-accent-color:hover:enabled {
background-color: #30363d;
color: #c9d1d9;
border-color: #c9d1d9;
}
/* For making a blinking light, use a 5-step fade between colors */
@keyframes blinkingButton{
/* Button Base Color, Step 1 */
0%{
background-color: #21262d;
color: #8b949e;
}
/* Blink Color, Step 2 */
6%{
background-color: #31414f;
color: #8b949e;
}
/* Blink Color, Step 3 */
12%{
background-color: #3e6071;
color: #8b949e;
}
/* Blink Color, Step 4 */
18%{
background-color: #488193;
color: #8b949e;
}
/* Final Blink Color, Step 5 */
25%{
background-color: #52a3b2;
color: #8b949e;
}
/* Final Blink Color, Step 5 */
50%{
background-color: #52a3b2;
color: #8b949e;
}
/* Blink Color, Step 4 */
56%{
background-color: #488193;
color: #8b949e;
}
/* Blink Color, Step 3 */
62%{
background-color: #3e6071;
color: #8b949e;
}
/* Blink Color, Step 2 */
68%{
background-color: #31414f;
color: #8b949e;
}
/* Button Base Color, Step 1 */
75%{
background-color: #21262d;
color: #8b949e;
}
/* Button Base Color, Step 1 */
100%{
background-color: #21262d;
color: #8b949e;
}
} | web/themes/default-dark/style-theme.css | .theme-bg-color {
background-color: #0d1117;
}
/* Panel Background Color */
.theme-panel-bg-color {
background-color: #0d1117;
}
/* Input Field Background Color */
input[type=text] {
background-color: #0d1117;
color: #8b949e;
}
/* Normal Text Color */
.theme-text-color {
color: #8b949e;
}
/* Button Box Colors */
.theme-button-box-color {
background-color: #10141b;
border-color: #21262d;
}
/* Primary Accent Color (Buttons and Panels) */
.theme-accent-color {
background-color: #21262d;
color: #c9d1d9;
border-color: #3d424a;
}
/* Primary Accent Color Hover (Buttons and Panels) */
button.theme-accent-color:hover:enabled,
input[type=button].theme-accent-color:hover:enabled,
input[type=submit].theme-accent-color:hover:enabled,
a.theme-accent-color:hover {
background-color: #30363d;
color: #c9d1d9;
border-color: #8b949e;
}
/* Primary Accent Color (Disabled Buttons) */
.theme-accent-color:disabled {
background-color: #1c1e22;
color: #6c757d;
border-color: #30363d;
}
/* Primary Accent Color Border */
.theme-accent-color-border {
border-color: #21262d;
}
/* Secondary Accent Color (Buttons and Panels)*/
.theme-2nd-accent-color {
background-color: #161b22;
color: #8b949e;
border-color: #8b949e;
}
/* Secondary Accent Color Hover (Buttons and Panels)*/
input[type=submit].theme-2nd-accent-color:hover:enabled {
background-color: #30363d;
color: #c9d1d9;
border-color: #c9d1d9;
}
/* For making a blinking light, use a 5-step fade between colors */
@keyframes blinkingButton{
/* Button Base Color, Step 1 */
0%{
background-color: #21262d;
color: #8b949e;
}
/* Blink Color, Step 2 */
6%{
background-color: #31414f;
color: #8b949e;
}
/* Blink Color, Step 3 */
12%{
background-color: #3e6071;
color: #8b949e;
}
/* Blink Color, Step 4 */
18%{
background-color: #488193;
color: #8b949e;
}
/* Final Blink Color, Step 5 */
25%{
background-color: #52a3b2;
color: #8b949e;
}
/* Final Blink Color, Step 5 */
50%{
background-color: #52a3b2;
color: #8b949e;
}
/* Blink Color, Step 4 */
56%{
background-color: #488193;
color: #8b949e;
}
/* Blink Color, Step 3 */
62%{
background-color: #3e6071;
color: #8b949e;
}
/* Blink Color, Step 2 */
68%{
background-color: #31414f;
color: #8b949e;
}
/* Button Base Color, Step 1 */
75%{
background-color: #21262d;
color: #8b949e;
}
/* Button Base Color, Step 1 */
100%{
background-color: #21262d;
color: #8b949e;
}
} | 0.368519 | 0.060087 |
html, body{margin:0;overflow-x:hidden;background:#E3E3E3;color:#8B8B8D;font:500 16px/22px 'Roboto', 'Arial', sans-serif;}
body{padding:200px 20px 0;margin-top:200px}
a{text-decoration:none;display:inline-block;}
:focus{outline:none;}
::-moz-focus-inner{border:0;}
ul, li{padding:0;margin:0;list-style:none;}
h1{font-size:45px;font-weight:500;line-height:60px;color:#565656;margin:0}
h2{font-size:18px;font-weight:400;line-height:30px;margin:0}
h3{font-size:30px;font-weight:500;line-height:46px;margin:50px 0;text-align:center}
h4{font-size:28px;font-weight:400;line-height:46px;margin:0}
p{margin:30px 0}
.grid{max-width:1200px;margin:0 auto}
nav .grid{padding:0 20px;}
.center{text-align:center}
.link{color:#72B7E1;border-bottom:2px solid currentColor;margin-bottom:-2px;position:relative;-webkit-transition:color 150ms;transition:color 150ms}
.link:active{top:2px;}
.link:hover{color:#C3C3C3}
.link.codepen{color:#050305}
.link.twitter{color:#55ACEE}
.link.facebook{color:#5973A8}
.btn{cursor:pointer;display:inline-block;font:500 16px/22px 'Roboto', 'Arial', sans-serif;line-height:45px;padding:0 20px;color:#fff;
border-radius:4px;text-transform:uppercase;border:0;position:relative;box-shadow:inset 0 -2px 0px rgba(0,0,0,.2)}
.btn:active{top:2px;box-shadow:none}
.btn.blue{background:#00A8FF}
.btn.green{background:#38DE8A}
.btn.yellow {
background: #daa520
}
.btn + .btn {margin-left:15px}
.menu{position:relative;float:left;left:13px;top:13px;width:40px;height:40px;background:none;border:0;
padding:0;margin:0;cursor:pointer;opacity:.7;-webkit-transition:opacity 150ms;transition:opacity 150ms}
.menu:hover{opacity:1}
.menuHidden .menu{opacity:0;pointer-events:none;}
.hamburger,
.hamburger::after,
.hamburger::before{margin:0 auto;display:block;width:24px;height:3px;line-height:0;-webkit-transition:all 150ms;transition:all 150ms}
.hamburger::before{content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.hamburger::after{content:'';-webkit-transform:rotate(-45deg) translate(2px, -2px);-ms-transform:rotate(-45deg) translate(2px, -2px);transform:rotate(-45deg) translate(2px, -2px);background:#fff;}
.skype{display:inline-block;line-height:0;vertical-align:middle;}
.skype p {margin:0}
.skype p img{margin:0!important;vertical-align:middle!important}
header{position:fixed;top:0;z-index:2;left:0;right:0;}
.top-bar{text-align:right;font-size:18px;font-weight:300;line-height:66px;
color:rgba(255,255,255,.7);letter-spacing:1px;background:#0396E3;z-index:1;position:relative;}
.top-bar .mail,
.skype{margin:0 20px;color:#fff;opacity:.7;-webkit-transition:opacity 150ms;transition:opacity 150ms}
.top-bar .mail:hover,
.skype:hover{opacity:1}
nav{z-index:1;background:#00A8FF;position:fixed;top:66px;left:0;right:0;padding:50px 0 0;-webkit-transition:-webkit-transform 150ms;transition:transform 150ms;box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);}
nav a{color:#fff;text-transform:uppercase;line-height:80px;font-size:18px;margin:0 50px 0 0;color:rgba(255,255,255,.7);-webkit-transition:all 150ms;transition:all 150ms;}
nav a:last-child{margin-right:0}
nav a:hover,
nav a.active{color:#fff}
nav a:active,
nav a.active{box-shadow:inset 0 -2px 0 currentColor}
.collapsed .hamburger{background:#fff}
.collapsed .hamburger::after{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);}
.collapsed .hamburger::before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);}
.collapsed nav{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}
.box{box-shadow:0 2px 3px 1px rgba(0,0,0, .15);box-sizing:border-box;padding:90px 100px;}
.white-box{background:#fff}
.blue-box{background:#00A8FF;color:#fff}
.hero{line-height:30px;padding-top:150px;text-align:center;position:relative}
.hero p{margin-bottom:70px;}
.hero .thumb{-webkit-transition:width 150ms, height 150ms;transition:width 150ms, height 150ms;width:210px;height:210px;border-radius:50%;position:absolute;z-index:2;top:0;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
body:not(.collapsed) header:not(.menuHidden) + .hero .thumb,
.hero.sticky .thumb{box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);position:fixed;top:60px;width:100px;height:100px}
.timeline{position:relative}
.timeline::before{content:'';height:100%;width:2px;background:#B6B6B6;display:block;position:absolute;
left:50%;margin-left:-1px;box-shadow:inset 0 -100px 100px -30px #E3E3E3}
.timeline::after{content:'';display:block;clear:both}
.timeline .box{width:45%;background:#fff;border-radius:4px;padding:40px;float:left;clear:both}
.timeline .box::before{content:'';width:14px;height:14px;border-radius:50%;display:block;background:#00A8FF;position:absolute;
left:50%;margin:-47px 0 0 -7px}
.timeline .box:nth-child(2n+2){float:right;}
.timeline strong{font-size:18px;font-weight:500;color:#555;display:block}
.timeline span{color:#72B7E1;font-weight:300;text-transform:uppercase;line-height:40px;}
.timeline p{margin:10px 0 0;font-weight:400;line-height:26px}
.skills-box .col{width:50%;padding:0 0 0 6%;display:inline-block;vertical-align:top;box-sizing:border-box}
.skills-box ul{line-height:40px;font-size:18px;font-weight:400;margin-top:30px}
.skills-box .footnote{margin:100px 0 0;font-weight:300;font-size:14px}
.cards{font-size:0;line-height:0;margin:0 0 -30px -15px;width:calc(100% + 30px)}
.card{padding:0 15px 30px;margin:0;width:33.333333%;font-weight:400;line-height:0;
display:inline-block;vertical-align:top;box-sizing:border-box;}
.card .box{padding:0;background:#fff;-webkit-transition:all .2s cubic-bezier(.3,.6,0.2,1.8);transition:all .2s cubic-bezier(.3,.6,0.2,1.8)}
.card .box:hover{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);box-shadow:0 2px 14px 5px rgba(0,0,0, .15)}
.card img{width:100%}
.card .summary{background:#F1DD1E;color:#fff;padding:20px}
.card span{line-height:20px;color:rgba(255,255,255,.8);font-size:17px}
.card.dark .summary{color:#000}
.card.dark span{color:#454545}
.card p{padding:20px;margin:0;line-height:26px;font-size:16px;color:#8B8B8D}
.summary.kiteops-summary{background:#5CBC90}
.summary.sp-summary{background:#FE8D25}
.summary.runceanu-summary{background:#179DB4}
.summary.yor-summary{background:#E14E42}
.summary.benevol-summary{background:#910613}
.summary.flip-summary{background:#16A085}
.summary.pa-summary{background:#28261F}
.contact{font-size:0;line-height:0;}
.field{position:relative;display:inline-block;width:50%;box-sizing:border-box;margin-bottom:50px;padding:0 20px;}
.field.field-textarea{width:100%;padding:0}
.field:nth-child(odd){padding-left:0}
.field:nth-child(even){padding-right:0}
.field input,
.field textarea{width:100%;border:0;border-bottom:1px solid #A8A8AA;box-shadow:inset 700px 0 0 0 #fff, 0 1px 0 #ECECEE;margin:0;
padding:6px 0;font:300 18px/28px 'Roboto', 'Arial', sans-serif;}
.field textarea{height:150px;resize:vertical;}
.field input:focus,
.field textarea:focus{border-color:#18B1FD}
.field label{pointer-events:none;font-size:18px;line-height:20px;font-weight:400;position:absolute;left:0;-webkit-transition:all 150ms;transition:all 150ms}
.field:nth-child(even) label{left:20px}
.field.completed label,
.field input:focus + label,
.field textarea:focus + label{font-size:12px;color:#34B2FF;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}
.contact .btn{font-size:16px;min-width:50%;padding:0;margin-top:50px}
[required] + label:after{content:'*'}
.field[data-isvalid=false] [required] + label:after{content:''}
.field[data-isvalid=true] label{color:#38DE8A}
.field[data-isvalid=false] label{color:#E14E42; text-transform:lowercase;}
.field[data-isvalid=false] label::before{content:'Please provide your ';text-transform:none;}
.field[data-isvalid=false] label[for="email"]::before{content:'Looks like an invalid ';}
.field[data-isvalid=false] label[for="message"]::before{content:'You really should send me a ';}
.field:not([data-isvalid=true]):not(.field_optional) ~ .center input{background:#E14E42}
.message{margin:50px 0;font-size:24px;line-height:45px;font-weight:300;text-align:center;display:none}
.message.shown{display:block}
.message_success{color:#38DE8A;}
.message_error{color:#E14E42;}
#submitform{-webkit-transition:all 150ms;transition:all 150ms;}
#submitform[disabled]{background:#eee;font-size:0;border-radius:50%;min-width:45px;width:45px;cursor:default;margin-left:auto;margin-right:auto;
-webkit-animation:sendMail 750ms infinite alternate ease-in-out;
animation:sendMail 750ms infinite alternate ease-in-out}
@-webkit-keyframes sendMail{
0%{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
100%{-webkit-transform: translateX(100px);transform: translateX(100px);}
}
@keyframes sendMail{
0%{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
100%{-webkit-transform: translateX(100px);transform: translateX(100px);}
}
footer.grid{margin-top:20px;margin-bottom:20px;text-align:center;font-size:16px;line-height:32px}
@media (max-width:900px){
.card{width:50%}
.skills-box .col{width:100%;text-align:center;padding:0}
.skills-box .col ul{margin-top:20px}
.skills-box .col:not(:first-child) h4{border-top:2px solid #fff;padding-top:40px;margin-top:40px}
body{margin-top:0;padding-top:140px}
header{box-shadow:0 2px 3px 2px rgba(0,0,0,0.25)}
body:not(.collapsed) .thumb{display:none}
.hero .thumb{box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);position:fixed;top:60px;width:100px;height:100px}
.box.hero{padding-top:40px;padding-bottom:40px}
.mail{display:none}
nav{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);bottom:0;top:16px;z-index:1;box-shadow:none}
.collapsed nav{-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);-webkit-transition:none;transition:none}
nav a{text-align:center;margin:0;display:block;line-height:calc((100vh - 66px) / 6)}
nav a:active,
nav a.active{box-shadow:none}
h3:not(#experience){margin-bottom:20px}
.field{width:100%;padding:0}
.field:nth-child(even) label{left:0}
}
@media (max-width:750px){
body{padding-left:10px;padding-right:10px}
.menu{left:3px}
.skype{margin-right:10px}
.timeline .box{width:100%;position:relative;margin-bottom:40px}
.timeline .box:last-child{margin-bottom:0}
.hero p{margin-bottom:20px}
.skills-box .footnote{margin-top:40px}
.contact .btn{width:100%}
}
@media (max-width:600px){
.card{width:100%}
.box,
.timeline .box{padding:20px}
.timeline::before{margin-top:-15px;}
form.box{padding-top:40px}
.message,
.contact .btn{margin-top:0}
.timeline strong{margin-bottom:20px;}
}
@media (max-width:420px){
.btn{display:block;text-align:center;}
.btn + .btn{margin:20px 0 0;}
} | _site/about/css/style.css | html, body{margin:0;overflow-x:hidden;background:#E3E3E3;color:#8B8B8D;font:500 16px/22px 'Roboto', 'Arial', sans-serif;}
body{padding:200px 20px 0;margin-top:200px}
a{text-decoration:none;display:inline-block;}
:focus{outline:none;}
::-moz-focus-inner{border:0;}
ul, li{padding:0;margin:0;list-style:none;}
h1{font-size:45px;font-weight:500;line-height:60px;color:#565656;margin:0}
h2{font-size:18px;font-weight:400;line-height:30px;margin:0}
h3{font-size:30px;font-weight:500;line-height:46px;margin:50px 0;text-align:center}
h4{font-size:28px;font-weight:400;line-height:46px;margin:0}
p{margin:30px 0}
.grid{max-width:1200px;margin:0 auto}
nav .grid{padding:0 20px;}
.center{text-align:center}
.link{color:#72B7E1;border-bottom:2px solid currentColor;margin-bottom:-2px;position:relative;-webkit-transition:color 150ms;transition:color 150ms}
.link:active{top:2px;}
.link:hover{color:#C3C3C3}
.link.codepen{color:#050305}
.link.twitter{color:#55ACEE}
.link.facebook{color:#5973A8}
.btn{cursor:pointer;display:inline-block;font:500 16px/22px 'Roboto', 'Arial', sans-serif;line-height:45px;padding:0 20px;color:#fff;
border-radius:4px;text-transform:uppercase;border:0;position:relative;box-shadow:inset 0 -2px 0px rgba(0,0,0,.2)}
.btn:active{top:2px;box-shadow:none}
.btn.blue{background:#00A8FF}
.btn.green{background:#38DE8A}
.btn.yellow {
background: #daa520
}
.btn + .btn {margin-left:15px}
.menu{position:relative;float:left;left:13px;top:13px;width:40px;height:40px;background:none;border:0;
padding:0;margin:0;cursor:pointer;opacity:.7;-webkit-transition:opacity 150ms;transition:opacity 150ms}
.menu:hover{opacity:1}
.menuHidden .menu{opacity:0;pointer-events:none;}
.hamburger,
.hamburger::after,
.hamburger::before{margin:0 auto;display:block;width:24px;height:3px;line-height:0;-webkit-transition:all 150ms;transition:all 150ms}
.hamburger::before{content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.hamburger::after{content:'';-webkit-transform:rotate(-45deg) translate(2px, -2px);-ms-transform:rotate(-45deg) translate(2px, -2px);transform:rotate(-45deg) translate(2px, -2px);background:#fff;}
.skype{display:inline-block;line-height:0;vertical-align:middle;}
.skype p {margin:0}
.skype p img{margin:0!important;vertical-align:middle!important}
header{position:fixed;top:0;z-index:2;left:0;right:0;}
.top-bar{text-align:right;font-size:18px;font-weight:300;line-height:66px;
color:rgba(255,255,255,.7);letter-spacing:1px;background:#0396E3;z-index:1;position:relative;}
.top-bar .mail,
.skype{margin:0 20px;color:#fff;opacity:.7;-webkit-transition:opacity 150ms;transition:opacity 150ms}
.top-bar .mail:hover,
.skype:hover{opacity:1}
nav{z-index:1;background:#00A8FF;position:fixed;top:66px;left:0;right:0;padding:50px 0 0;-webkit-transition:-webkit-transform 150ms;transition:transform 150ms;box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);}
nav a{color:#fff;text-transform:uppercase;line-height:80px;font-size:18px;margin:0 50px 0 0;color:rgba(255,255,255,.7);-webkit-transition:all 150ms;transition:all 150ms;}
nav a:last-child{margin-right:0}
nav a:hover,
nav a.active{color:#fff}
nav a:active,
nav a.active{box-shadow:inset 0 -2px 0 currentColor}
.collapsed .hamburger{background:#fff}
.collapsed .hamburger::after{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);}
.collapsed .hamburger::before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);}
.collapsed nav{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}
.box{box-shadow:0 2px 3px 1px rgba(0,0,0, .15);box-sizing:border-box;padding:90px 100px;}
.white-box{background:#fff}
.blue-box{background:#00A8FF;color:#fff}
.hero{line-height:30px;padding-top:150px;text-align:center;position:relative}
.hero p{margin-bottom:70px;}
.hero .thumb{-webkit-transition:width 150ms, height 150ms;transition:width 150ms, height 150ms;width:210px;height:210px;border-radius:50%;position:absolute;z-index:2;top:0;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
body:not(.collapsed) header:not(.menuHidden) + .hero .thumb,
.hero.sticky .thumb{box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);position:fixed;top:60px;width:100px;height:100px}
.timeline{position:relative}
.timeline::before{content:'';height:100%;width:2px;background:#B6B6B6;display:block;position:absolute;
left:50%;margin-left:-1px;box-shadow:inset 0 -100px 100px -30px #E3E3E3}
.timeline::after{content:'';display:block;clear:both}
.timeline .box{width:45%;background:#fff;border-radius:4px;padding:40px;float:left;clear:both}
.timeline .box::before{content:'';width:14px;height:14px;border-radius:50%;display:block;background:#00A8FF;position:absolute;
left:50%;margin:-47px 0 0 -7px}
.timeline .box:nth-child(2n+2){float:right;}
.timeline strong{font-size:18px;font-weight:500;color:#555;display:block}
.timeline span{color:#72B7E1;font-weight:300;text-transform:uppercase;line-height:40px;}
.timeline p{margin:10px 0 0;font-weight:400;line-height:26px}
.skills-box .col{width:50%;padding:0 0 0 6%;display:inline-block;vertical-align:top;box-sizing:border-box}
.skills-box ul{line-height:40px;font-size:18px;font-weight:400;margin-top:30px}
.skills-box .footnote{margin:100px 0 0;font-weight:300;font-size:14px}
.cards{font-size:0;line-height:0;margin:0 0 -30px -15px;width:calc(100% + 30px)}
.card{padding:0 15px 30px;margin:0;width:33.333333%;font-weight:400;line-height:0;
display:inline-block;vertical-align:top;box-sizing:border-box;}
.card .box{padding:0;background:#fff;-webkit-transition:all .2s cubic-bezier(.3,.6,0.2,1.8);transition:all .2s cubic-bezier(.3,.6,0.2,1.8)}
.card .box:hover{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);box-shadow:0 2px 14px 5px rgba(0,0,0, .15)}
.card img{width:100%}
.card .summary{background:#F1DD1E;color:#fff;padding:20px}
.card span{line-height:20px;color:rgba(255,255,255,.8);font-size:17px}
.card.dark .summary{color:#000}
.card.dark span{color:#454545}
.card p{padding:20px;margin:0;line-height:26px;font-size:16px;color:#8B8B8D}
.summary.kiteops-summary{background:#5CBC90}
.summary.sp-summary{background:#FE8D25}
.summary.runceanu-summary{background:#179DB4}
.summary.yor-summary{background:#E14E42}
.summary.benevol-summary{background:#910613}
.summary.flip-summary{background:#16A085}
.summary.pa-summary{background:#28261F}
.contact{font-size:0;line-height:0;}
.field{position:relative;display:inline-block;width:50%;box-sizing:border-box;margin-bottom:50px;padding:0 20px;}
.field.field-textarea{width:100%;padding:0}
.field:nth-child(odd){padding-left:0}
.field:nth-child(even){padding-right:0}
.field input,
.field textarea{width:100%;border:0;border-bottom:1px solid #A8A8AA;box-shadow:inset 700px 0 0 0 #fff, 0 1px 0 #ECECEE;margin:0;
padding:6px 0;font:300 18px/28px 'Roboto', 'Arial', sans-serif;}
.field textarea{height:150px;resize:vertical;}
.field input:focus,
.field textarea:focus{border-color:#18B1FD}
.field label{pointer-events:none;font-size:18px;line-height:20px;font-weight:400;position:absolute;left:0;-webkit-transition:all 150ms;transition:all 150ms}
.field:nth-child(even) label{left:20px}
.field.completed label,
.field input:focus + label,
.field textarea:focus + label{font-size:12px;color:#34B2FF;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}
.contact .btn{font-size:16px;min-width:50%;padding:0;margin-top:50px}
[required] + label:after{content:'*'}
.field[data-isvalid=false] [required] + label:after{content:''}
.field[data-isvalid=true] label{color:#38DE8A}
.field[data-isvalid=false] label{color:#E14E42; text-transform:lowercase;}
.field[data-isvalid=false] label::before{content:'Please provide your ';text-transform:none;}
.field[data-isvalid=false] label[for="email"]::before{content:'Looks like an invalid ';}
.field[data-isvalid=false] label[for="message"]::before{content:'You really should send me a ';}
.field:not([data-isvalid=true]):not(.field_optional) ~ .center input{background:#E14E42}
.message{margin:50px 0;font-size:24px;line-height:45px;font-weight:300;text-align:center;display:none}
.message.shown{display:block}
.message_success{color:#38DE8A;}
.message_error{color:#E14E42;}
#submitform{-webkit-transition:all 150ms;transition:all 150ms;}
#submitform[disabled]{background:#eee;font-size:0;border-radius:50%;min-width:45px;width:45px;cursor:default;margin-left:auto;margin-right:auto;
-webkit-animation:sendMail 750ms infinite alternate ease-in-out;
animation:sendMail 750ms infinite alternate ease-in-out}
@-webkit-keyframes sendMail{
0%{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
100%{-webkit-transform: translateX(100px);transform: translateX(100px);}
}
@keyframes sendMail{
0%{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
100%{-webkit-transform: translateX(100px);transform: translateX(100px);}
}
footer.grid{margin-top:20px;margin-bottom:20px;text-align:center;font-size:16px;line-height:32px}
@media (max-width:900px){
.card{width:50%}
.skills-box .col{width:100%;text-align:center;padding:0}
.skills-box .col ul{margin-top:20px}
.skills-box .col:not(:first-child) h4{border-top:2px solid #fff;padding-top:40px;margin-top:40px}
body{margin-top:0;padding-top:140px}
header{box-shadow:0 2px 3px 2px rgba(0,0,0,0.25)}
body:not(.collapsed) .thumb{display:none}
.hero .thumb{box-shadow: 0 2px 3px 2px rgba(0,0,0,0.25);position:fixed;top:60px;width:100px;height:100px}
.box.hero{padding-top:40px;padding-bottom:40px}
.mail{display:none}
nav{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);bottom:0;top:16px;z-index:1;box-shadow:none}
.collapsed nav{-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);-webkit-transition:none;transition:none}
nav a{text-align:center;margin:0;display:block;line-height:calc((100vh - 66px) / 6)}
nav a:active,
nav a.active{box-shadow:none}
h3:not(#experience){margin-bottom:20px}
.field{width:100%;padding:0}
.field:nth-child(even) label{left:0}
}
@media (max-width:750px){
body{padding-left:10px;padding-right:10px}
.menu{left:3px}
.skype{margin-right:10px}
.timeline .box{width:100%;position:relative;margin-bottom:40px}
.timeline .box:last-child{margin-bottom:0}
.hero p{margin-bottom:20px}
.skills-box .footnote{margin-top:40px}
.contact .btn{width:100%}
}
@media (max-width:600px){
.card{width:100%}
.box,
.timeline .box{padding:20px}
.timeline::before{margin-top:-15px;}
form.box{padding-top:40px}
.message,
.contact .btn{margin-top:0}
.timeline strong{margin-bottom:20px;}
}
@media (max-width:420px){
.btn{display:block;text-align:center;}
.btn + .btn{margin:20px 0 0;}
} | 0.304972 | 0.045948 |
$fa-font-path: '{{{appRoot}}}/assets/fonts';
$fa-version: '4.2.0';
@import 'components/font-awesome/font-awesome.css';
/*@import 'bourbon';*/
@define-mixin styleguide_custom_styles {
/* User can re-define this mixin to create custom style overrides
This mixin is included in the end of the application stylesheet */
}
@import '_styleguide_custom_variables.css';
@import '_styleguide_variables.css';
@import '_styleguide_mixins.css';
@import 'styleguide_helper_elements.css';
@import 'components/colorpicker.css';
@import 'components/github.css';
.sg.sg-top-nav {
display: none;
clear: both;
background-color: var(--nav-background-color);
background-color: $nav-background-color;
z-index: 8000;
width: 100%;
}
.sg.sg-nav-visible {
display: block;
}
.sg.sg-top-nav-menu {
padding: 0 var(--min-content-margin) 0 var(--min-content-margin);
padding: 0 $min-content-margin 0 $min-content-margin;
margin: 0;
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;
list-style-type: none;
.designerToolVisible & {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
li {
@mixin default-font;
background-color: var(--nav-button-color);
background-color: $nav-button-color;
float:left;
}
li a {
padding: 0 20px;
display: block;
text-decoration: none;
}
& > li > a {
color: var(--nav-button-text-color);
color: $nav-button-text-color;
&:hover, &.active {
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
background: var(--active-nav-button-color);
background: $active-nav-button-color;
}
&.sub-active {
border: var(--active-nav-button-color) solid;
border: $active-nav-button-color solid;
border-width: 0 0 3px;
line-height: calc(var(--menu-height) - 3px);
line-height: calc($menu-height - 3px);
}
line-height: var(--menu-height);
line-height: $menu-height;
.sg-ref {
color: $nav-button-ref-color;
}
}
/* Submenu */
ul {
z-index: 8000;
position: absolute;
left: -9999px;
top: -9999px;
list-style-type: none;
}
li:hover {
position:relative;
// Button should still have background color when sub-menu item is hovered
& > a {
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
background: var(--active-nav-button-color);
background: $active-nav-button-color;
}
ul {
left: 0px;
top: $menu-height;
padding: 0px;
}
.sg-ref {
color: var(--active-nav-button-ref-color);
color: $active-nav-button-ref-color;
}
}
li:hover ul li a, li ul li a.active {
line-height: var(--sub-menu-height);
line-height: $sub-menu-height;
background: var(--nav-item-color);
background: $nav-item-color;
color: var(--nav-item-text-color);
color: $nav-item-text-color;
display: block;
width: 260px;
border-top: 1px solid white;
.sg-ref {
color: var(--nav-item-ref-color);
color: $nav-item-ref-color;
}
}
a:hover, a.active, li:hover ul li a:hover, li ul li a.active {
background: var(--active-nav-button-color);
background: $active-nav-button-color;
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
.sg-ref {
color: $active-nav-button-ref-color;
}
}
@media (--mobile) {
padding: 0;
li {
float: none;
}
}
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
.sg.toggle {
font-family: var(--secondary-font);
font-family: $secondary-font;
font-weight: 300;
cursor: pointer;
color: var(--secondary-color);
color: $secondary-color;
&.all-markup {
margin: 0;
padding: 1em;
}
&.hide-markup {
position: absolute;
top: 0;
right: 0;
padding: 1em;
}
&.show-markup {
display: block;
padding: 0;
}
}
.sg.full-height {
min-height: 100vh;
}
.sg.sg-wrapper {
align-items: stretch;
display: flex;
position: relative;
overflow: hidden;
max-width: $content-max-width;
margin: 0 auto;
padding: $wrapper-vertical-padding $content-margin $wrapper-vertical-padding $min-content-margin;
@media (--mobile) {
display: block;
padding: 0;
}
&.designerToolVisible {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
.sg.sg-body {
display: inline-block;
width: 70%;
min-height: 680px;
height: 100%;
@media (--mobile) {
padding: 0.25em;
padding-top: 30px;
width: 100%;
}
// Remove top margin from first header in markdown
.sg.sg-heading:nth-of-type(1) {
margin-top: 0;
padding-top: 0;
}
}
.sg.full-width {
width: 100%;
}
.sg.sg-side-nav {
display: inline-block;
max-width: 0;
opacity: 0;
overflow-y: auto;
transition: max-height .4s ease-in;
transition: max-width .4s ease-in;
@media (--mobile) {
max-height: 1000px;
width: 100%;
max-width: 100%;
opacity: 1;
padding-top: 30px;
z-index: 99999;
background: #8b8b8b;
transition: all .4s cubic-bezier(0.820, 0.000, 0.100, 1);
}
&--toggle {
opacity: 1;
max-width: 30%;
z-index: 99999;
@media (--mobile) {
max-height: 0;
width: 100%;
max-width: 100%;
padding: 0;
}
}
.sg.option {
text-align: center;
a {
color: white;
}
}
li {
list-style: none;
@media (--mobile) {
background: #8b8b8b;
border-bottom: 1px solid #d4d4d4;
}
}
& .sg-nav-section {
list-style: none;
margin: 2em 0 0 0;
@media (--mobile) {
margin: 0;
}
padding: 0;
background: rgba(#fff, 1);
& .sg-nav-subsection:before {
position: absolute;
top: 0;
left: -1em;
display: block;
width: 5px;
height: 100%;
content: '';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-subsection .plus {
&:before {
position: absolute;
margin-top: 0;
margin-left: -1em;
display: block;
width: 5px;
height: 100%;
content: '+';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-subsection .minus {
&:before {
position: absolute;
margin-top: 0;
margin-left: -1em;
display: block;
width: 5px;
height: 100%;
content: '-';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-section li {
margin-bottom: .3em;
@media (--mobile) {
margin-bottom: 0;
}
}
& .sg-nav-section li a {
@media (--mobile) {
color: $header-text-color;
margin-left: 5px;
}
}
& .sg-nav-section > li > a {
font-family: $secondary-font;
line-height: 2em;
position: relative;
display: block;
padding: .5em;
&:before {
position: absolute;
top: 0;
left: -1em;
display: block;
width: 5px;
height: 100%;
content: '';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
&:after {
position: absolute;
bottom: -.25em;
left: 0;
display: block;
width: 100%;
height: 1px;
content: '';
background: rgba($secondary-color, 1);
}
&:hover,
&.active {
&:before {
background: $primary-color;
}
}
}
.sg-nav-subsubsection {
padding-left: 10px;
}
.sg-nav-subsection {
padding-left: 30px;
& li {
border: none;
& a {
line-height: 2em;
position: relative;
display: block;
color: #23485f;
}
}
}
}
.sg.animate-show {
opacity: 0;
z-index: -1;
width: 0;
}
.sg.side-nav-toggle {
font-family: var(--secondary-font);
font-style: normal;
position: absolute;
top: 2.0em;
cursor: pointer;
color: rgba(var(--primary-color), .2);
border-radius: 5px;
user-select: none;
transition: color .3s ease-in;
display: block;
@media (--mobile) {
display: none;
}
&:before {
position: absolute;
top: -1.5em;
width: 10em;
content: 'Toggle navigation';
opacity: 0;
color: rgba($primary-color, .2);
transition: opacity .3s ease-in;
}
&:hover {
color: rgba($primary-color, .7);
&:before {
opacity: 1;
}
}
}
}
.sg.sg-header {
width: 100%;
padding: 0;
color: #fff;
background: var(--header-background-color);
background: $header-background-color;
pre {
clear: both;
}
.sg-inner {
box-sizing: border-box;
padding: 0 var(--min-content-margin) 0 var(--min-content-margin);
padding: 0 $min-content-margin 0 $min-content-margin;
height: 100%;
padding-right: calc(var(--content-margin) - var($min-content-margin));
padding-right: calc($content-margin - $min-content-margin);
max-width: var(--content-max-width);
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;
@media (--mobile) {
padding-right: 0;
}
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
.sg-title {
min-height: 70px;
float: left;
padding-bottom: 20px;
white-space: nowrap;
padding: 0;
height: 100%;
a {
text-decoration: none;
}
h1 {
font-family: var(--secondary-font);
font-family: $secondary-font;
font-style: normal;
font-size: 1.8em;
font-weight: 100;
margin: 0;
color: var(--header-text-color);
color: $header-text-color;
line-height: var(--header-height);
line-height: $header-height;
span {
font-size: .9em;
}
}
}
&.error {
height: auto;
background-color: #d2301c;
}
&.designerToolVisible .sg-inner {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
@media (--mobile) {
height: auto;
}
.sg.sg-search-container {
@media (--mobile) {
clear: both;
}
.sg-hamburger {
display: none;
float: left;
cursor: pointer;
position: relative;
@media (--mobile) {
display: inline-block;
padding-top: 2px;
padding-bottom: 3px;
}
&-item {
position: relative;
width: 40px;
height: 4px;
background: white;
margin-bottom: 9px;
top: 0;
transition: transform 0.15s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.1s;
transform-origin: center;
}
&-active {
.sg-hamburger-item {
transition: transform 0.15s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.25s ease-in-out;
}
.top {
top: 13px;
transform: rotate(135deg);
}
.middle {
opacity: 0;
transform: rotate(135deg);
}
.bottom {
top: -13px;
transform: rotate(225deg);
}
}
}
.sg.sg-search-field {
box-sizing : border-box;
float: right;
@media (--mobile) {
margin-top: 0;
margin-left: 0;
margin-right: 40px;
float: none;
width: 100%;
}
}
}
.sg.side-nav-search .sg.sg-search-field {
@media (--mobile) {
margin-left: 13px;
}
}
}
.sg.sg-footer {
@mixin default-font;
box-sizing: border-box;
font-weight: 300;
padding: var(--footer-padding);
padding: $footer-padding;
text-align: center;
border-top: 2px solid #333;
margin: 0 20px 0 20px;
background: #FFF;
}
.sg.sg-label {
@mixin default-font;
position: absolute;
z-index: 7000;
top: 0;
right: 0;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-top: none;
border-right: none;
background: #fff.9;
span,
p {
@mixin default-font;
font-weight: 500;
display: inline;
padding: 0 .8em 0 0;
text-decoration: none;
}
a {
@mixin default-font;
display: inline-block;
padding: .4em .7em;
cursor: pointer;
text-decoration: none;
}
a:hover {
i.fa {
color: $primary-color.7;
&:after {
opacity: 1;
}
}
}
i.fa {
cursor: pointer;
color: $primary-color.2;
transition: all .4s ease-out;
}
}
.sg.sg-heading .sg-current-variable {
display: inline;
color: #009926;
font-weight: 700;
}
.sg.sg-section-header {
@mixin default-font;
background-color: var(--section-header-color);
background-color: $section-header-color;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
a {
text-decoration: none;
display: block;
}
a:hover {
i.fa {
color: var(--secondary-color);
color: $secondary-color;
}
}
h1 {
color: var(--section-header-text-color);
color: $section-header-text-color;
padding: 13px;
margin: 0;
font-size: 1.777em;
.sg-reference-number {
color: var(--section-header-ref-color);
color: $section-header-ref-color;
}
.sg-section-source {
float: right;
color: var(--section-header-source-text-color);
color: $section-header-source-text-color;
font-size: 60%;
line-height: 1.777em;
}
}
.sg-section-source-ref {
float: right;
color: var(--section-header-source-text-color);
color: $section-header-source-text-color;
font-size: 60%;
line-height: 1.777em;
margin-left: 0.3em;
}
i.fa {
font-size: 14px;
padding: 0.4em 0.7em;
float: right;
color: $section-header-text-color.6;
transition: all .4s ease-out;
}
/* Active header styles */
.sg.designerToolVisible .sg.section.active:not(.main) & {
background-color: var(--active-section-header-color);
background-color: $active-section-header-color;
h1 {
color: var(--active-section-header-text-color);
color: $active-section-header-text-color;
.sg-reference-number {
color: $active-section-header-ref-color;
}
.sg-section-source {
color: var(--active-section-header-source-text-color);
color: $active-section-header-source-text-color;
}
}
i.fa {
color: $active-section-header-text-color.6;
}
}
}
.sg.sg-section.main {
.sg-section-header {
background-color: transparent;
h1 {
padding-top: 0;
font-size: 2.369em;
color: #333;
.sg-section-source {
color: var(--main-section-header-source-text-color);
color: $main-section-header-source-text-color;
}
}
i.fa {
display: none;
}
}
.sg-reference-number {
display: none;
}
.sg.sg-section-partial, .sg.sg-section-partial:last-child {
padding-top: 0;
padding-bottom: 0;
border: none;
}
}
.sg.sg-section {
margin-bottom: 20px;
.sg.sg-section-partial {
position: relative;
overflow: auto;
padding: 1em;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-bottom: none;
background: #fff;
width: 100%;
}
.sg.sg-section-partial:last-child {
border-bottom: 1px solid $secondary-color;
}
.sg.sg-code-listing {
padding: 0;
background-color: #f8f8f8;
pre {
padding: 1em;
}
.hljs {
overflow-y: auto;
max-height: 400px;
}
a.sg-show-section {
display: block;
padding: .8em 1.2em;
cursor: pointer;
}
}
.sg.modifier-list {
@mixin default-font;
list-style: none;
padding: 1em;
> .sg-item {
line-height: 1.8em;
> strong {
font-weight: bold;
}
}
}
}
.sg.sg-body section.sg.sg-section:last-of-type {
margin-bottom: 0;
min-height: calc(100vh - #{$header_height} - #{$footer-logo-height} - #{$wrapper-vertical-padding});
}
.sg.designerToolVisible .sg.sg-section.active:not(.main) .sg.sg-section-header {
background-color: var(--primary-color);
background-color: color($primary-color lightness(17%));
}
.sg.sg-label {
@mixin default-font;
position: absolute;
z-index: 7000;
top: 0;
right: 0;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-top: none;
border-right: none;
background: #fff.9;
span,
p {
@mixin default-font;
font-weight: 500;
display: inline;
padding: 0 .8em 0 0;
text-decoration: none;
}
a {
@mixin default-font;
display: inline-block;
padding: .4em .7em;
cursor: pointer;
text-decoration: none;
}
a:hover {
i.fa {
color: $primary-color.7;
&:after {
opacity: 1;
}
}
}
i.fa {
cursor: pointer;
color: $primary-color.2;
transition: all .4s ease-out;
}
}
.sg.sg-heading .sg-current-variable {
display: inline;
color: #009926;
font-weight: 700;
} | output/css/_fontpath_and_mixin_definition.css | $fa-font-path: '{{{appRoot}}}/assets/fonts';
$fa-version: '4.2.0';
@import 'components/font-awesome/font-awesome.css';
/*@import 'bourbon';*/
@define-mixin styleguide_custom_styles {
/* User can re-define this mixin to create custom style overrides
This mixin is included in the end of the application stylesheet */
}
@import '_styleguide_custom_variables.css';
@import '_styleguide_variables.css';
@import '_styleguide_mixins.css';
@import 'styleguide_helper_elements.css';
@import 'components/colorpicker.css';
@import 'components/github.css';
.sg.sg-top-nav {
display: none;
clear: both;
background-color: var(--nav-background-color);
background-color: $nav-background-color;
z-index: 8000;
width: 100%;
}
.sg.sg-nav-visible {
display: block;
}
.sg.sg-top-nav-menu {
padding: 0 var(--min-content-margin) 0 var(--min-content-margin);
padding: 0 $min-content-margin 0 $min-content-margin;
margin: 0;
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;
list-style-type: none;
.designerToolVisible & {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
li {
@mixin default-font;
background-color: var(--nav-button-color);
background-color: $nav-button-color;
float:left;
}
li a {
padding: 0 20px;
display: block;
text-decoration: none;
}
& > li > a {
color: var(--nav-button-text-color);
color: $nav-button-text-color;
&:hover, &.active {
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
background: var(--active-nav-button-color);
background: $active-nav-button-color;
}
&.sub-active {
border: var(--active-nav-button-color) solid;
border: $active-nav-button-color solid;
border-width: 0 0 3px;
line-height: calc(var(--menu-height) - 3px);
line-height: calc($menu-height - 3px);
}
line-height: var(--menu-height);
line-height: $menu-height;
.sg-ref {
color: $nav-button-ref-color;
}
}
/* Submenu */
ul {
z-index: 8000;
position: absolute;
left: -9999px;
top: -9999px;
list-style-type: none;
}
li:hover {
position:relative;
// Button should still have background color when sub-menu item is hovered
& > a {
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
background: var(--active-nav-button-color);
background: $active-nav-button-color;
}
ul {
left: 0px;
top: $menu-height;
padding: 0px;
}
.sg-ref {
color: var(--active-nav-button-ref-color);
color: $active-nav-button-ref-color;
}
}
li:hover ul li a, li ul li a.active {
line-height: var(--sub-menu-height);
line-height: $sub-menu-height;
background: var(--nav-item-color);
background: $nav-item-color;
color: var(--nav-item-text-color);
color: $nav-item-text-color;
display: block;
width: 260px;
border-top: 1px solid white;
.sg-ref {
color: var(--nav-item-ref-color);
color: $nav-item-ref-color;
}
}
a:hover, a.active, li:hover ul li a:hover, li ul li a.active {
background: var(--active-nav-button-color);
background: $active-nav-button-color;
color: var(--active-nav-button-text-color);
color: $active-nav-button-text-color;
.sg-ref {
color: $active-nav-button-ref-color;
}
}
@media (--mobile) {
padding: 0;
li {
float: none;
}
}
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
.sg.toggle {
font-family: var(--secondary-font);
font-family: $secondary-font;
font-weight: 300;
cursor: pointer;
color: var(--secondary-color);
color: $secondary-color;
&.all-markup {
margin: 0;
padding: 1em;
}
&.hide-markup {
position: absolute;
top: 0;
right: 0;
padding: 1em;
}
&.show-markup {
display: block;
padding: 0;
}
}
.sg.full-height {
min-height: 100vh;
}
.sg.sg-wrapper {
align-items: stretch;
display: flex;
position: relative;
overflow: hidden;
max-width: $content-max-width;
margin: 0 auto;
padding: $wrapper-vertical-padding $content-margin $wrapper-vertical-padding $min-content-margin;
@media (--mobile) {
display: block;
padding: 0;
}
&.designerToolVisible {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
.sg.sg-body {
display: inline-block;
width: 70%;
min-height: 680px;
height: 100%;
@media (--mobile) {
padding: 0.25em;
padding-top: 30px;
width: 100%;
}
// Remove top margin from first header in markdown
.sg.sg-heading:nth-of-type(1) {
margin-top: 0;
padding-top: 0;
}
}
.sg.full-width {
width: 100%;
}
.sg.sg-side-nav {
display: inline-block;
max-width: 0;
opacity: 0;
overflow-y: auto;
transition: max-height .4s ease-in;
transition: max-width .4s ease-in;
@media (--mobile) {
max-height: 1000px;
width: 100%;
max-width: 100%;
opacity: 1;
padding-top: 30px;
z-index: 99999;
background: #8b8b8b;
transition: all .4s cubic-bezier(0.820, 0.000, 0.100, 1);
}
&--toggle {
opacity: 1;
max-width: 30%;
z-index: 99999;
@media (--mobile) {
max-height: 0;
width: 100%;
max-width: 100%;
padding: 0;
}
}
.sg.option {
text-align: center;
a {
color: white;
}
}
li {
list-style: none;
@media (--mobile) {
background: #8b8b8b;
border-bottom: 1px solid #d4d4d4;
}
}
& .sg-nav-section {
list-style: none;
margin: 2em 0 0 0;
@media (--mobile) {
margin: 0;
}
padding: 0;
background: rgba(#fff, 1);
& .sg-nav-subsection:before {
position: absolute;
top: 0;
left: -1em;
display: block;
width: 5px;
height: 100%;
content: '';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-subsection .plus {
&:before {
position: absolute;
margin-top: 0;
margin-left: -1em;
display: block;
width: 5px;
height: 100%;
content: '+';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-subsection .minus {
&:before {
position: absolute;
margin-top: 0;
margin-left: -1em;
display: block;
width: 5px;
height: 100%;
content: '-';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
}
& .sg-nav-section li {
margin-bottom: .3em;
@media (--mobile) {
margin-bottom: 0;
}
}
& .sg-nav-section li a {
@media (--mobile) {
color: $header-text-color;
margin-left: 5px;
}
}
& .sg-nav-section > li > a {
font-family: $secondary-font;
line-height: 2em;
position: relative;
display: block;
padding: .5em;
&:before {
position: absolute;
top: 0;
left: -1em;
display: block;
width: 5px;
height: 100%;
content: '';
background: lighten($primary-color, 75%);
transition: all .4s ease-out;
}
&:after {
position: absolute;
bottom: -.25em;
left: 0;
display: block;
width: 100%;
height: 1px;
content: '';
background: rgba($secondary-color, 1);
}
&:hover,
&.active {
&:before {
background: $primary-color;
}
}
}
.sg-nav-subsubsection {
padding-left: 10px;
}
.sg-nav-subsection {
padding-left: 30px;
& li {
border: none;
& a {
line-height: 2em;
position: relative;
display: block;
color: #23485f;
}
}
}
}
.sg.animate-show {
opacity: 0;
z-index: -1;
width: 0;
}
.sg.side-nav-toggle {
font-family: var(--secondary-font);
font-style: normal;
position: absolute;
top: 2.0em;
cursor: pointer;
color: rgba(var(--primary-color), .2);
border-radius: 5px;
user-select: none;
transition: color .3s ease-in;
display: block;
@media (--mobile) {
display: none;
}
&:before {
position: absolute;
top: -1.5em;
width: 10em;
content: 'Toggle navigation';
opacity: 0;
color: rgba($primary-color, .2);
transition: opacity .3s ease-in;
}
&:hover {
color: rgba($primary-color, .7);
&:before {
opacity: 1;
}
}
}
}
.sg.sg-header {
width: 100%;
padding: 0;
color: #fff;
background: var(--header-background-color);
background: $header-background-color;
pre {
clear: both;
}
.sg-inner {
box-sizing: border-box;
padding: 0 var(--min-content-margin) 0 var(--min-content-margin);
padding: 0 $min-content-margin 0 $min-content-margin;
height: 100%;
padding-right: calc(var(--content-margin) - var($min-content-margin));
padding-right: calc($content-margin - $min-content-margin);
max-width: var(--content-max-width);
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;
@media (--mobile) {
padding-right: 0;
}
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
.sg-title {
min-height: 70px;
float: left;
padding-bottom: 20px;
white-space: nowrap;
padding: 0;
height: 100%;
a {
text-decoration: none;
}
h1 {
font-family: var(--secondary-font);
font-family: $secondary-font;
font-style: normal;
font-size: 1.8em;
font-weight: 100;
margin: 0;
color: var(--header-text-color);
color: $header-text-color;
line-height: var(--header-height);
line-height: $header-height;
span {
font-size: .9em;
}
}
}
&.error {
height: auto;
background-color: #d2301c;
}
&.designerToolVisible .sg-inner {
margin-right: var(--designer-tool-width);
margin-right: $designer-tool-width;
}
@media (--mobile) {
height: auto;
}
.sg.sg-search-container {
@media (--mobile) {
clear: both;
}
.sg-hamburger {
display: none;
float: left;
cursor: pointer;
position: relative;
@media (--mobile) {
display: inline-block;
padding-top: 2px;
padding-bottom: 3px;
}
&-item {
position: relative;
width: 40px;
height: 4px;
background: white;
margin-bottom: 9px;
top: 0;
transition: transform 0.15s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.1s;
transform-origin: center;
}
&-active {
.sg-hamburger-item {
transition: transform 0.15s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.25s ease-in-out;
}
.top {
top: 13px;
transform: rotate(135deg);
}
.middle {
opacity: 0;
transform: rotate(135deg);
}
.bottom {
top: -13px;
transform: rotate(225deg);
}
}
}
.sg.sg-search-field {
box-sizing : border-box;
float: right;
@media (--mobile) {
margin-top: 0;
margin-left: 0;
margin-right: 40px;
float: none;
width: 100%;
}
}
}
.sg.side-nav-search .sg.sg-search-field {
@media (--mobile) {
margin-left: 13px;
}
}
}
.sg.sg-footer {
@mixin default-font;
box-sizing: border-box;
font-weight: 300;
padding: var(--footer-padding);
padding: $footer-padding;
text-align: center;
border-top: 2px solid #333;
margin: 0 20px 0 20px;
background: #FFF;
}
.sg.sg-label {
@mixin default-font;
position: absolute;
z-index: 7000;
top: 0;
right: 0;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-top: none;
border-right: none;
background: #fff.9;
span,
p {
@mixin default-font;
font-weight: 500;
display: inline;
padding: 0 .8em 0 0;
text-decoration: none;
}
a {
@mixin default-font;
display: inline-block;
padding: .4em .7em;
cursor: pointer;
text-decoration: none;
}
a:hover {
i.fa {
color: $primary-color.7;
&:after {
opacity: 1;
}
}
}
i.fa {
cursor: pointer;
color: $primary-color.2;
transition: all .4s ease-out;
}
}
.sg.sg-heading .sg-current-variable {
display: inline;
color: #009926;
font-weight: 700;
}
.sg.sg-section-header {
@mixin default-font;
background-color: var(--section-header-color);
background-color: $section-header-color;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
a {
text-decoration: none;
display: block;
}
a:hover {
i.fa {
color: var(--secondary-color);
color: $secondary-color;
}
}
h1 {
color: var(--section-header-text-color);
color: $section-header-text-color;
padding: 13px;
margin: 0;
font-size: 1.777em;
.sg-reference-number {
color: var(--section-header-ref-color);
color: $section-header-ref-color;
}
.sg-section-source {
float: right;
color: var(--section-header-source-text-color);
color: $section-header-source-text-color;
font-size: 60%;
line-height: 1.777em;
}
}
.sg-section-source-ref {
float: right;
color: var(--section-header-source-text-color);
color: $section-header-source-text-color;
font-size: 60%;
line-height: 1.777em;
margin-left: 0.3em;
}
i.fa {
font-size: 14px;
padding: 0.4em 0.7em;
float: right;
color: $section-header-text-color.6;
transition: all .4s ease-out;
}
/* Active header styles */
.sg.designerToolVisible .sg.section.active:not(.main) & {
background-color: var(--active-section-header-color);
background-color: $active-section-header-color;
h1 {
color: var(--active-section-header-text-color);
color: $active-section-header-text-color;
.sg-reference-number {
color: $active-section-header-ref-color;
}
.sg-section-source {
color: var(--active-section-header-source-text-color);
color: $active-section-header-source-text-color;
}
}
i.fa {
color: $active-section-header-text-color.6;
}
}
}
.sg.sg-section.main {
.sg-section-header {
background-color: transparent;
h1 {
padding-top: 0;
font-size: 2.369em;
color: #333;
.sg-section-source {
color: var(--main-section-header-source-text-color);
color: $main-section-header-source-text-color;
}
}
i.fa {
display: none;
}
}
.sg-reference-number {
display: none;
}
.sg.sg-section-partial, .sg.sg-section-partial:last-child {
padding-top: 0;
padding-bottom: 0;
border: none;
}
}
.sg.sg-section {
margin-bottom: 20px;
.sg.sg-section-partial {
position: relative;
overflow: auto;
padding: 1em;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-bottom: none;
background: #fff;
width: 100%;
}
.sg.sg-section-partial:last-child {
border-bottom: 1px solid $secondary-color;
}
.sg.sg-code-listing {
padding: 0;
background-color: #f8f8f8;
pre {
padding: 1em;
}
.hljs {
overflow-y: auto;
max-height: 400px;
}
a.sg-show-section {
display: block;
padding: .8em 1.2em;
cursor: pointer;
}
}
.sg.modifier-list {
@mixin default-font;
list-style: none;
padding: 1em;
> .sg-item {
line-height: 1.8em;
> strong {
font-weight: bold;
}
}
}
}
.sg.sg-body section.sg.sg-section:last-of-type {
margin-bottom: 0;
min-height: calc(100vh - #{$header_height} - #{$footer-logo-height} - #{$wrapper-vertical-padding});
}
.sg.designerToolVisible .sg.sg-section.active:not(.main) .sg.sg-section-header {
background-color: var(--primary-color);
background-color: color($primary-color lightness(17%));
}
.sg.sg-label {
@mixin default-font;
position: absolute;
z-index: 7000;
top: 0;
right: 0;
border: 1px solid var(--secondary-color);
border: 1px solid $secondary-color;
border-top: none;
border-right: none;
background: #fff.9;
span,
p {
@mixin default-font;
font-weight: 500;
display: inline;
padding: 0 .8em 0 0;
text-decoration: none;
}
a {
@mixin default-font;
display: inline-block;
padding: .4em .7em;
cursor: pointer;
text-decoration: none;
}
a:hover {
i.fa {
color: $primary-color.7;
&:after {
opacity: 1;
}
}
}
i.fa {
cursor: pointer;
color: $primary-color.2;
transition: all .4s ease-out;
}
}
.sg.sg-heading .sg-current-variable {
display: inline;
color: #009926;
font-weight: 700;
} | 0.536799 | 0.045289 |
@font-face {
font-family: 'BebasNeue';
src: local('BebasNeue'), url('../assets/fonts/BebasNeue/BebasNeue-Regular.woff2') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.main-banner {
background: url('../assets/images/mail_Background.png') no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100vh;
border: none;
padding-top: 30px;
min-height: 900px !important;
}
.set-mobile-logo{
height: 48px;
width: 80px;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
display: none;
}
#whoDiv{
margin-top: 35px;
}
.event-start{
text-align: center;
font: normal normal bold 24px/48px Poppins;
letter-spacing: 0.72px;
color: #FFFFFF;
}
@media only screen and (min-width: 2560px) {
.fix-lg-banner{
padding-top: 200px !important;
}
}
.navbar {
width: inherit;
position: relative;
z-index: 2;
}
.p-20 {
padding: 20%;
}
.hero-text {
font-size: 40px;
font-weight: 400;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
letter-spacing: 4.48px;
font-family: BebasNeue;
position: absolute;
top: 78vh !important;
left: 46%;
}
.scroll-sec {
background: url("../assets/images/Retângulo 1145.svg") no-repeat 50%;
/*background:green;*/
height: 84px;
position: absolute;
top: 82vh;
left: 0px;
transform-origin: 50% 50%;
animation: scroll-sec .5s linear alternate infinite;
}
@keyframes scroll-sec {
0% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
40% {
transform: translate3d(0, 30%, 0) scale3d(.7, 1.5, 1);
}
100% {
transform: translate3d(0, 100%, 0) scale3d(1.5, .7, 1);
}
}
.button-wallet {
text-align: center;
color: white !important;
letter-spacing: 1.2px;
text-transform: uppercase;
opacity: 1;
border-radius: 0 !important;
font-family: BebasNeueRegular !important;
font-size: 12px !important;
background: transparent !important;
border: 1px solid white !important;
}
.wallet-text {
width: 202px !important;
height: 44px !important;
line-height: 1.8 !important;
font-size: 24px !important;
padding: 0 !important;
}
.navbar-nav {
width: 30%;
justify-content: space-between;
}
#basic-navbar-nav {
flex-grow: 0;
}
@media screen and (max-width : 991px) {
#basic-navbar-nav {
flex-basis: auto;
}
}
#basic-navbar-nav {
flex-grow: 0;
}
.footer-section {
padding: 2%;
}
.box-main-modal {
background-color: transparent;
overflow: hidden !important;
}
.bg-theme-modal {
background-color: #0A0F13 !important;
color: white;
font-family: BebasNeue;
}
.bg-theme-modal.h2 {
font-weight: 200;
letter-spacing: 1.5px;
}
.form-h6 {
opacity: .7;
font-weight: 200;
letter-spacing: 1.5px;
margin-bottom: 5px !important;
}
.font-size-40 {
font-size: 40px;
}
.modal {
top: 10% !important;
left: 40% !important;
width: 464px !important;
height: 573px !important;
letter-spacing: 0.5px;
}
.modal-title {
font-size: 2.5rem;
letter-spacing: 0.5px;
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
font-family: BebasNeue;
letter-spacing: 0.5px;
}
.modal-footer {
font-family: BebasNeue;
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
align-items: center;
justify-content: flex-end;
padding: .75rem;
border-top: none !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
letter-spacing: 0.5px;
}
input[type="text"] {
background-color: rgba(49, 63, 75, 0.49) !important;
border: none;
color: white !important;
font-family: Poppins !important;
}
input[type="text"]::placeholder {
color: white !important;
}
input[type="textarea"]::placeholder {
color: white !important;
}
.modal-email {
color: white !important;
font-family: Poppins !important;
}
#modal-email:focus, #modal-email:active {
color: white !important;
border: none;
}
textarea::placeholder {
color: white !important;
}
textarea {
background: rgba(49, 63, 75, 0.49) !important;
border: none !important;
text-transform: none !important;
letter-spacing: 1.5px !important;
color: white !important;
font-family: Poppins !important;
resize: none !important;
}
.accordion {
width: 908px !important;
}
.who-section {
background: #000000;
background-size: 100% 115%;
color: #FFFFFF;
margin-top: -2px;
padding-top: 203px;
}
.set-clock{
text-align: center;
font: normal normal normal 40px/48px Bebas Neue;
letter-spacing: 1.2px;
color: #FFFFFF;
text-transform: uppercase;
}
.who-section-title {
text-align: left;
font: normal normal 600 48px BebasNeue;
letter-spacing: 1.44px;
color: #F0544F;
text-transform: uppercase
}
.mt-100 {
margin-top: 100px;
}
.mt-2px {
font-size: 20px;
letter-spacing: 0.4px;
font-weight: 300;
width: auto;
margin-top: 40px;
line-height: normal;
}
.bg-who {
background: none;
margin-top: 236px;
margin-bottom: 155px;
}
.main-banner {
min-height: 900px !important;
}
.part-btn {
background: #5887FF !important;
color: white;
font-family: BebasNeueRegular;
font-size: 28px !important;
letter-spacing: 1.5px;
height: 60px;
width: 250px;
border-radius: 0 !important;
border: none !important;
z-index: 2;
position: relative;
}
#part-btn-disable:disabled {
background-color: #E4E4E4 !important;
}
.text-para {
text-align: left;
font: normal normal normal 16px PoppinsRegular;
letter-spacing: 0.32px;
color: white;
}
.last-para {
font-weight: 600;
}
.footer-section p {
text-align: left;
font: normal normal normal 16px PoppinsSemiBold;
letter-spacing: 1.5px;
color: #172A3A;
margin-top: 10px;
}
.banner {
max-width: 485px !important;
}
.middle-samurai {
width: auto !important;
left: 12%;
z-index: 0 !important;
}
.top-samurai {
width: auto !important;
left: -15%;
top: -60%;
}
.bottom-samurai {
width: auto !important;
right: -17%;
bottom: -65%;
}
.input {
text-transform: none !important;
letter-spacing: 1.5px;
color: white !important;
}
.textarea {
color: white !important;
text-transform: none !important;
letter-spacing: 1.5px;
max-width: 100% !important;
overflow: hidden;
background-color: rgb(33 47 59) !important;
}
.main-banner-modal {
max-width: 100% !important;
width: 100% !important;
margin: 0 !important;
height: 100% !important;
max-height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.main-banner-modal .modal-dialog {
height: 100% !important;
width: 100% !important;
margin: 0 !important;
max-width: 100% !important;
}
.main-banner-modal .modal-content {
height: 100% !important;
width: 100% !important;
overflow-y: auto;
}
@media screen and (min-width: 1279px) {
.set-para-width{
width: 535px !important;
}
}
@media only screen and (max-width: 767px) {
#WhoAvatarVideo{
width: 100%;
}
.wallet-text {
width: auto !important;
height: 40px !important;
font-size: 24px !important;
line-height: 1.7 !important;
padding: 0 !important;
}
.text-para {
margin-top: 10px;
}
.main-banner {
background: url('../assets/images/mobile_background.png') no-repeat #000;
background-size: 100%;
width: 100%;
border: none;
height: 100vh !important;
padding-top: 30px;
}
.middle-samurai {
height: 500px !important;
width: 100% !important;
top: -100%;
max-width: 100% !important;
left: 0 !important;
z-index: 0;
object-fit: cover;
}
}
@media screen and (min-width: 320px) and (max-width: 576px) {
.part-btn {
position: absolute !important;
bottom: -100px!important;
left: calc(50% - 125px);
z-index: 2;
}
.slick-slide {
position: relative !important;
left: -10px !important;
}
.nav-link {
display: inline-block !important;
width: auto !important;
}
} | src/components/main-banner.css | @font-face {
font-family: 'BebasNeue';
src: local('BebasNeue'), url('../assets/fonts/BebasNeue/BebasNeue-Regular.woff2') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.main-banner {
background: url('../assets/images/mail_Background.png') no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100vh;
border: none;
padding-top: 30px;
min-height: 900px !important;
}
.set-mobile-logo{
height: 48px;
width: 80px;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
display: none;
}
#whoDiv{
margin-top: 35px;
}
.event-start{
text-align: center;
font: normal normal bold 24px/48px Poppins;
letter-spacing: 0.72px;
color: #FFFFFF;
}
@media only screen and (min-width: 2560px) {
.fix-lg-banner{
padding-top: 200px !important;
}
}
.navbar {
width: inherit;
position: relative;
z-index: 2;
}
.p-20 {
padding: 20%;
}
.hero-text {
font-size: 40px;
font-weight: 400;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
letter-spacing: 4.48px;
font-family: BebasNeue;
position: absolute;
top: 78vh !important;
left: 46%;
}
.scroll-sec {
background: url("../assets/images/Retângulo 1145.svg") no-repeat 50%;
/*background:green;*/
height: 84px;
position: absolute;
top: 82vh;
left: 0px;
transform-origin: 50% 50%;
animation: scroll-sec .5s linear alternate infinite;
}
@keyframes scroll-sec {
0% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
40% {
transform: translate3d(0, 30%, 0) scale3d(.7, 1.5, 1);
}
100% {
transform: translate3d(0, 100%, 0) scale3d(1.5, .7, 1);
}
}
.button-wallet {
text-align: center;
color: white !important;
letter-spacing: 1.2px;
text-transform: uppercase;
opacity: 1;
border-radius: 0 !important;
font-family: BebasNeueRegular !important;
font-size: 12px !important;
background: transparent !important;
border: 1px solid white !important;
}
.wallet-text {
width: 202px !important;
height: 44px !important;
line-height: 1.8 !important;
font-size: 24px !important;
padding: 0 !important;
}
.navbar-nav {
width: 30%;
justify-content: space-between;
}
#basic-navbar-nav {
flex-grow: 0;
}
@media screen and (max-width : 991px) {
#basic-navbar-nav {
flex-basis: auto;
}
}
#basic-navbar-nav {
flex-grow: 0;
}
.footer-section {
padding: 2%;
}
.box-main-modal {
background-color: transparent;
overflow: hidden !important;
}
.bg-theme-modal {
background-color: #0A0F13 !important;
color: white;
font-family: BebasNeue;
}
.bg-theme-modal.h2 {
font-weight: 200;
letter-spacing: 1.5px;
}
.form-h6 {
opacity: .7;
font-weight: 200;
letter-spacing: 1.5px;
margin-bottom: 5px !important;
}
.font-size-40 {
font-size: 40px;
}
.modal {
top: 10% !important;
left: 40% !important;
width: 464px !important;
height: 573px !important;
letter-spacing: 0.5px;
}
.modal-title {
font-size: 2.5rem;
letter-spacing: 0.5px;
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
font-family: BebasNeue;
letter-spacing: 0.5px;
}
.modal-footer {
font-family: BebasNeue;
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
align-items: center;
justify-content: flex-end;
padding: .75rem;
border-top: none !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
letter-spacing: 0.5px;
}
input[type="text"] {
background-color: rgba(49, 63, 75, 0.49) !important;
border: none;
color: white !important;
font-family: Poppins !important;
}
input[type="text"]::placeholder {
color: white !important;
}
input[type="textarea"]::placeholder {
color: white !important;
}
.modal-email {
color: white !important;
font-family: Poppins !important;
}
#modal-email:focus, #modal-email:active {
color: white !important;
border: none;
}
textarea::placeholder {
color: white !important;
}
textarea {
background: rgba(49, 63, 75, 0.49) !important;
border: none !important;
text-transform: none !important;
letter-spacing: 1.5px !important;
color: white !important;
font-family: Poppins !important;
resize: none !important;
}
.accordion {
width: 908px !important;
}
.who-section {
background: #000000;
background-size: 100% 115%;
color: #FFFFFF;
margin-top: -2px;
padding-top: 203px;
}
.set-clock{
text-align: center;
font: normal normal normal 40px/48px Bebas Neue;
letter-spacing: 1.2px;
color: #FFFFFF;
text-transform: uppercase;
}
.who-section-title {
text-align: left;
font: normal normal 600 48px BebasNeue;
letter-spacing: 1.44px;
color: #F0544F;
text-transform: uppercase
}
.mt-100 {
margin-top: 100px;
}
.mt-2px {
font-size: 20px;
letter-spacing: 0.4px;
font-weight: 300;
width: auto;
margin-top: 40px;
line-height: normal;
}
.bg-who {
background: none;
margin-top: 236px;
margin-bottom: 155px;
}
.main-banner {
min-height: 900px !important;
}
.part-btn {
background: #5887FF !important;
color: white;
font-family: BebasNeueRegular;
font-size: 28px !important;
letter-spacing: 1.5px;
height: 60px;
width: 250px;
border-radius: 0 !important;
border: none !important;
z-index: 2;
position: relative;
}
#part-btn-disable:disabled {
background-color: #E4E4E4 !important;
}
.text-para {
text-align: left;
font: normal normal normal 16px PoppinsRegular;
letter-spacing: 0.32px;
color: white;
}
.last-para {
font-weight: 600;
}
.footer-section p {
text-align: left;
font: normal normal normal 16px PoppinsSemiBold;
letter-spacing: 1.5px;
color: #172A3A;
margin-top: 10px;
}
.banner {
max-width: 485px !important;
}
.middle-samurai {
width: auto !important;
left: 12%;
z-index: 0 !important;
}
.top-samurai {
width: auto !important;
left: -15%;
top: -60%;
}
.bottom-samurai {
width: auto !important;
right: -17%;
bottom: -65%;
}
.input {
text-transform: none !important;
letter-spacing: 1.5px;
color: white !important;
}
.textarea {
color: white !important;
text-transform: none !important;
letter-spacing: 1.5px;
max-width: 100% !important;
overflow: hidden;
background-color: rgb(33 47 59) !important;
}
.main-banner-modal {
max-width: 100% !important;
width: 100% !important;
margin: 0 !important;
height: 100% !important;
max-height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.main-banner-modal .modal-dialog {
height: 100% !important;
width: 100% !important;
margin: 0 !important;
max-width: 100% !important;
}
.main-banner-modal .modal-content {
height: 100% !important;
width: 100% !important;
overflow-y: auto;
}
@media screen and (min-width: 1279px) {
.set-para-width{
width: 535px !important;
}
}
@media only screen and (max-width: 767px) {
#WhoAvatarVideo{
width: 100%;
}
.wallet-text {
width: auto !important;
height: 40px !important;
font-size: 24px !important;
line-height: 1.7 !important;
padding: 0 !important;
}
.text-para {
margin-top: 10px;
}
.main-banner {
background: url('../assets/images/mobile_background.png') no-repeat #000;
background-size: 100%;
width: 100%;
border: none;
height: 100vh !important;
padding-top: 30px;
}
.middle-samurai {
height: 500px !important;
width: 100% !important;
top: -100%;
max-width: 100% !important;
left: 0 !important;
z-index: 0;
object-fit: cover;
}
}
@media screen and (min-width: 320px) and (max-width: 576px) {
.part-btn {
position: absolute !important;
bottom: -100px!important;
left: calc(50% - 125px);
z-index: 2;
}
.slick-slide {
position: relative !important;
left: -10px !important;
}
.nav-link {
display: inline-block !important;
width: auto !important;
}
} | 0.396185 | 0.070913 |
#fixedLeftover {
display: none;
position: fixed;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.3;
z-index: 2;
}
/* Log
========================================================================== */
#fixedLog {
position: fixed;
top: 20px;
left: 50%;
}
#fixedLogMsj {
display: none;
position: relative;
left: -50%;
padding: 8px 15px;
border-radius: 10px;
text-align: center;
cursor: default;
}
/* Loading Bar
========================================================================== */
#fixedLoadingBar {
display: none;
position: fixed;
top: 0;
left: 20%;
right: 20%;
height: 7px;
border: 1px solid #929292;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
overflow: hidden;
background-color: #E0D5B7;
}
#fixedLoadingBarProgress {
width: 0%;
background-color: #00C000;
}
/* Exit button (from main)
========================================================================== */
#fixedExit {
display: none;
position: fixed;
top: 0;
left: 0;
padding: 10px 20px 20px 10px;
border: none;
border-bottom-right-radius: 100%;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
font-size: 18px;
color: #575048;
background: #e2e2da;
z-index: 3;
}
#fixedExit:hover {color: #e00;}
/* Edit Buttons
========================================================================== */
#fixedEditButtons .icon {
position: fixed;
border: none;
color: #575048;
background: transparent;
}
#fixedEditButtons .icon:hover {color: #777068;}
#fixedEditTrigger {
top: 5px;
left: 10px;
padding: 5px 5px 10px 5px;
font-size: 40px;
}
#fixedEditSubButtons,
#fixedEditSubSubButtons {
display: none;
}
#fixedEditSubButtons .subButton {
left: 15px;
height: 40px;
width: 40px;
}
#fixedEditSubSubButtons .subSubButton {
height: 40px;
width: 30px;
font-size: 20px;
}
#fixedEditUser {top: 55px;}
#fixedEditLang {top: 95px;}
#fixedEditWord {top: 135px;}
#fixedEditAdd {left: 55px;}
#fixedEditRemove {left: 85px;}
/* Edit Menu
========================================================================== */
#fixedEditMenu {
display: none;
position: fixed;
top: 15%;
max-height: 75%;
width: 500px;
max-width: 80%;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
background-color: #e2e2da;
overflow-y: auto;
}
#fixedEditMenu * {text-align: center;}
#fixedEditMenu .exitButton {font-size: 16px;}
#fixedEditMenuForm {
max-width: 90%;
margin: 20px auto 10px auto;
}
#fixedEditMenuTitle {
margin: 10px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
cursor: default;
}
#fixedEditMenuSubmit {
border: none;
border-radius: 10px;
color: #575048;
background-color: transparent;
}
#fixedEditMenuSubmit:hover {color: #777068;}
#fixedEditMenuForm input[type=text] {
display: block;
margin: 10px auto;
padding: 0 10px;
height: 30px;
border: 1px solid #AEAEAE;
border-radius: 10px;
}
#fixedEditMenuForm input[type=number] {
display: block;
margin: 10px auto;
height: 30px;
border: 1px solid #AEAEAE;
border-radius: 10px;
}
#fixedEditMenuForm select {
display: block;
margin: 5px auto;
padding: 0 15px;
height: 30px;
min-width: 40%;
max-width: 90%;
}
#fixedEditMenuSelectUser, #fixedEditMenuSelectLang {text-transform: capitalize;}
#fixedEditMenuForm textarea {
display: block;
margin: 10px auto;
padding: 5px;
min-width: 60%;
max-width: 90%;
}
/* Stats Button
========================================================================== */
#fixedStatsButton {
position: fixed;
top: 5px;
left: 75px;
padding: 5px;
border: none;
font-size: 40px;
color: #575048;
background: transparent;
z-index: 1;
}
#fixedStatsButton:hover {color: #777068;}
/* Stats Menu
========================================================================== */
#fixedStatsMenu {
display: none;
position: fixed;
top: 10%;
left: 10%;
right: 10%;
max-height: 80%;
max-width: 1000px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
background-color: #e2e2da;
overflow-y: auto;
}
#fixedStatsMenu * {text-align: center;}
#fixedStatsMenu .exitButton {font-size: 16px;}
#fixedStatsMenuForm {
max-width: 90%;
margin: 20px auto 10px auto;
cursor: default;
}
#fixedStatsMenuTitle {
margin: 10px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
}
#fixedStatsMenu select {
display: block;
margin: 5px auto;
padding: 0 15px;
height: 30px;
min-width: 25%;
max-width: 100%;
text-transform: capitalize;
}
#fixedStatsMenuSubmit {
border: none;
border-radius: 10px;
color: #575048;
background-color: transparent;
}
#fixedStatsMenuSubmit:hover {color: #777068;}
#fixedStatsMenuInfo {
display: none;
max-width: 100%;
border-top: 1px solid #AEAEAE;
cursor: default;
}
#fixedStatsMenuLanguage {
margin: 10px auto 5px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
}
#fixedStatsMenuInfo01, #fixedStatsMenuInfo02 {
float: left;
width: 50%;
}
#fixedStatsMenuInfo01 *, #fixedStatsMenuInfo02 * {
margin: 7px auto;
font-weight: bold;
font-size: 1em;
}
#fixedStatsMenuInfo01 * {
margin-right: 3px;
text-align: right;
}
#fixedStatsMenuInfo02 * {
margin-left: 3px;
text-align: left;
}
#fixedStatsMenuTable {
display: none;
max-width: 95%;
margin: 20px auto;
cursor: default;
}
#fixedStatsMenuTable * {padding: 3px;}
#fixedStatsMenuTable th {padding: 10px 8px 3px 8px;}
#fixedStatsMenuTable tr:hover {font-weight: bold;}
#fixedStatsMenuTable .alignLeft {
padding-left: 3px;
text-align: left;
}
#fixedStatsMenuTable .letterSeparator {
padding-top: 8px;
border-bottom: 1px solid #AEAEAE;
font-weight: bold;
text-transform: uppercase;
}
/* Help button
========================================================================== */
div.dropdown {
position: absolute;
top: 0;
left: 0;
}
div.dropdown > button {
padding: 18px 5px 5px 22px;
font-size: 16px;
color: #888;
}
div.dropdown > div {
width: 100vw;
max-width: 40vw;
padding: 10px 10px;
display: none;
position: absolute;
top: 34px;
left: 38px;
border: 1px solid #95989A;
cursor: default;
background-color: #FFF;
}
div.dropdown:hover > div {display: block;}
div.dropdown > div > p {
white-space: initial;
text-align: justify !important;
font-size: .9em;
line-height: 1.3em;
} | client/css/05_fixed.css | #fixedLeftover {
display: none;
position: fixed;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.3;
z-index: 2;
}
/* Log
========================================================================== */
#fixedLog {
position: fixed;
top: 20px;
left: 50%;
}
#fixedLogMsj {
display: none;
position: relative;
left: -50%;
padding: 8px 15px;
border-radius: 10px;
text-align: center;
cursor: default;
}
/* Loading Bar
========================================================================== */
#fixedLoadingBar {
display: none;
position: fixed;
top: 0;
left: 20%;
right: 20%;
height: 7px;
border: 1px solid #929292;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
overflow: hidden;
background-color: #E0D5B7;
}
#fixedLoadingBarProgress {
width: 0%;
background-color: #00C000;
}
/* Exit button (from main)
========================================================================== */
#fixedExit {
display: none;
position: fixed;
top: 0;
left: 0;
padding: 10px 20px 20px 10px;
border: none;
border-bottom-right-radius: 100%;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
font-size: 18px;
color: #575048;
background: #e2e2da;
z-index: 3;
}
#fixedExit:hover {color: #e00;}
/* Edit Buttons
========================================================================== */
#fixedEditButtons .icon {
position: fixed;
border: none;
color: #575048;
background: transparent;
}
#fixedEditButtons .icon:hover {color: #777068;}
#fixedEditTrigger {
top: 5px;
left: 10px;
padding: 5px 5px 10px 5px;
font-size: 40px;
}
#fixedEditSubButtons,
#fixedEditSubSubButtons {
display: none;
}
#fixedEditSubButtons .subButton {
left: 15px;
height: 40px;
width: 40px;
}
#fixedEditSubSubButtons .subSubButton {
height: 40px;
width: 30px;
font-size: 20px;
}
#fixedEditUser {top: 55px;}
#fixedEditLang {top: 95px;}
#fixedEditWord {top: 135px;}
#fixedEditAdd {left: 55px;}
#fixedEditRemove {left: 85px;}
/* Edit Menu
========================================================================== */
#fixedEditMenu {
display: none;
position: fixed;
top: 15%;
max-height: 75%;
width: 500px;
max-width: 80%;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
background-color: #e2e2da;
overflow-y: auto;
}
#fixedEditMenu * {text-align: center;}
#fixedEditMenu .exitButton {font-size: 16px;}
#fixedEditMenuForm {
max-width: 90%;
margin: 20px auto 10px auto;
}
#fixedEditMenuTitle {
margin: 10px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
cursor: default;
}
#fixedEditMenuSubmit {
border: none;
border-radius: 10px;
color: #575048;
background-color: transparent;
}
#fixedEditMenuSubmit:hover {color: #777068;}
#fixedEditMenuForm input[type=text] {
display: block;
margin: 10px auto;
padding: 0 10px;
height: 30px;
border: 1px solid #AEAEAE;
border-radius: 10px;
}
#fixedEditMenuForm input[type=number] {
display: block;
margin: 10px auto;
height: 30px;
border: 1px solid #AEAEAE;
border-radius: 10px;
}
#fixedEditMenuForm select {
display: block;
margin: 5px auto;
padding: 0 15px;
height: 30px;
min-width: 40%;
max-width: 90%;
}
#fixedEditMenuSelectUser, #fixedEditMenuSelectLang {text-transform: capitalize;}
#fixedEditMenuForm textarea {
display: block;
margin: 10px auto;
padding: 5px;
min-width: 60%;
max-width: 90%;
}
/* Stats Button
========================================================================== */
#fixedStatsButton {
position: fixed;
top: 5px;
left: 75px;
padding: 5px;
border: none;
font-size: 40px;
color: #575048;
background: transparent;
z-index: 1;
}
#fixedStatsButton:hover {color: #777068;}
/* Stats Menu
========================================================================== */
#fixedStatsMenu {
display: none;
position: fixed;
top: 10%;
left: 10%;
right: 10%;
max-height: 80%;
max-width: 1000px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
background-color: #e2e2da;
overflow-y: auto;
}
#fixedStatsMenu * {text-align: center;}
#fixedStatsMenu .exitButton {font-size: 16px;}
#fixedStatsMenuForm {
max-width: 90%;
margin: 20px auto 10px auto;
cursor: default;
}
#fixedStatsMenuTitle {
margin: 10px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
}
#fixedStatsMenu select {
display: block;
margin: 5px auto;
padding: 0 15px;
height: 30px;
min-width: 25%;
max-width: 100%;
text-transform: capitalize;
}
#fixedStatsMenuSubmit {
border: none;
border-radius: 10px;
color: #575048;
background-color: transparent;
}
#fixedStatsMenuSubmit:hover {color: #777068;}
#fixedStatsMenuInfo {
display: none;
max-width: 100%;
border-top: 1px solid #AEAEAE;
cursor: default;
}
#fixedStatsMenuLanguage {
margin: 10px auto 5px auto;
font-weight: bold;
font-size: 1.5em;
text-transform: capitalize;
}
#fixedStatsMenuInfo01, #fixedStatsMenuInfo02 {
float: left;
width: 50%;
}
#fixedStatsMenuInfo01 *, #fixedStatsMenuInfo02 * {
margin: 7px auto;
font-weight: bold;
font-size: 1em;
}
#fixedStatsMenuInfo01 * {
margin-right: 3px;
text-align: right;
}
#fixedStatsMenuInfo02 * {
margin-left: 3px;
text-align: left;
}
#fixedStatsMenuTable {
display: none;
max-width: 95%;
margin: 20px auto;
cursor: default;
}
#fixedStatsMenuTable * {padding: 3px;}
#fixedStatsMenuTable th {padding: 10px 8px 3px 8px;}
#fixedStatsMenuTable tr:hover {font-weight: bold;}
#fixedStatsMenuTable .alignLeft {
padding-left: 3px;
text-align: left;
}
#fixedStatsMenuTable .letterSeparator {
padding-top: 8px;
border-bottom: 1px solid #AEAEAE;
font-weight: bold;
text-transform: uppercase;
}
/* Help button
========================================================================== */
div.dropdown {
position: absolute;
top: 0;
left: 0;
}
div.dropdown > button {
padding: 18px 5px 5px 22px;
font-size: 16px;
color: #888;
}
div.dropdown > div {
width: 100vw;
max-width: 40vw;
padding: 10px 10px;
display: none;
position: absolute;
top: 34px;
left: 38px;
border: 1px solid #95989A;
cursor: default;
background-color: #FFF;
}
div.dropdown:hover > div {display: block;}
div.dropdown > div > p {
white-space: initial;
text-align: justify !important;
font-size: .9em;
line-height: 1.3em;
} | 0.25488 | 0.095771 |
.st-block-control .st-icon {
display: none;
}
.st-block-control:before,
.st-block__ui > .st-icon:before,
.st-block__ui-delete-controls > .st-icon:before {
font-family: 'upplication-icons' !important;
display: block;
}
/* Icons on the block add secion */
.st-block-control:before { font-size: 2.25em; }
.st-block-control[data-type="text"]:before { content: '\ea51'; }
.st-block-control[data-type="ck_editor"]:before { content: '\ea51'; }
.st-block-control[data-type="quote"]:before { content: '\ea59'; }
.st-block-control[data-type="image"]:before { content: '\ea54'; }
.st-block-control[data-type="image_edit"]:before { content: '\ea54'; }
.st-block-control[data-type="Heading"]:before { content: '\ea38'; }
.st-block-control[data-type="list"]:before { content: '\ea65'; }
.st-block-control[data-type="video"]:before { content: '\ea6f'; }
.st-block-control[data-type="button"]:before { content: '\ea11'; }
.st-block-control[data-type="widget"]:before { content: '\ea18'; }
.st-block-control[data-type="map"]:before { content: '\ea48'; }
.st-block-control[data-type="spacer"]:before { content: '\ea60'; }
.st-block-control[data-type="columns"]:before { content: '\ea1a'; }
.st-block__ui .st-icon.st-block-ui-btn--delete:before { content: '\ea66'; }
.st-block__ui .st-icon.st-block-ui-btn--delete:hover:before { content: '\ea67'; }
.st-block__ui .st-icon.st-block-ui-btn--reorder:before { content: '\ea07'; }
.st-block__ui-delete-controls .st-icon.st-block-ui-btn--confirm-delete:before { content: '\ea4e'; }
.st-block__ui-delete-controls .st-icon.st-block-ui-btn--deny-delete:before { content: '\ea1e'; }
/* NEW ONES! */
.panel-content #st-editor-2,
.panel-content #st-editor-2 .st-errors,
.panel-content #st-editor-2 .st-ready,
.panel-content #st-editor-2 .st-ready .st-block-controls,
.st-block-controls--active {
background-color: #ffffff;
}
.st-block-controls--active a {
color: #555555;
padding: 10px;
margin: 10px;
border: 1px dashed #cccccc;
min-width: 80px;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
-ms-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}
.st-block-controls--active a:hover {
color: #00c86b;
border: 1px dashed #00c86b;
background-color: #f6f6f6;
}
.panel-content #st-editor-2 .st-ready .st-block__inner {
margin: 0 10px;
padding: 1em;
}
.st-block__inner:hover {
border-color: #00c86b;
}
.st-block-control-ui-btn,
.st-block-ui-btn {
color: #00c86b;
border-top: 2px solid #00c86b;
border-left: 2px solid #00c86b;
}
.st-block-control-ui-btn:hover,
.st-block-ui-btn:hover {
color: #ffffff;
background-color: #00c86b;
border-top: 2px solid #00c86b;
border-left: 2px solid #00c86b;
}
a.st-block-ui-btn.st-block-ui-btn--deny-delete,
a.st-block-ui-btn.st-block-ui-btn--confirm-delete {
color: #eb5151;
border-top: 2px solid #eb5151;
border-left: 2px solid #eb5151;
}
a.st-block-ui-btn.st-block-ui-btn--deny-delete:hover,
a.st-block-ui-btn.st-block-ui-btn--confirm-delete:hover {
background-color: #e62323;
color: #ffffff;
}
/* Sir Trevor Blocks "add feature" fullwidth Button */
.st-block-controls__top,
.st-icon--add:after {
margin: 10px;
background-color: #eeeeee;
border-radius: 0;
}
.st-block-controls__top:hover:before {
color: #00c86b;
background: #F3F3F3;
cursor: pointer;
}
.st-block--with-plus:after {
color: #00c86b;
}
.st-block__delete-label {
background-color: #fbcec9;
font-weight: 600;
}
.st-upload-btn {
background-color: #00c86b;
border-radius: 0;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
-ms-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}
.st-block__upload-container:hover .st-upload-btn {
background-color: #00a659;
}
.panel-content #st-editor-2 .st-errors {
background-color: #ffe1e4;
color: #eb5151;
padding: 1em;
margin: 10px;
}
.st-block-control-ui-btn--save {
border-left: none;
border-right: 2px solid #00c86b;
}
.st-block-control-ui-btn--clone {
border-left: none;
border-bottom: none;
border-top: 2px solid #00c86b;
border-right: 2px solid #00c86b;
}
.st-block__messages {
position: relative;
top: -1.9em;
left: -30px;
padding: 10px 15px;
border: none;
border-left: none;
border-top: none;
width: 100%;
}
.st-block--with-errors .st-block__messages {
border-color: #eb5151;
background-color: #fbcec9;
}
.st-block__inputs {
padding: 1.6em 0 1em;
border-radius: 0;
background: #ffffff;
border-top: 2px solid transparent;
border: 1px dashed #cccccc;
}
/* Sir Trevor blocks UI buttons */
.st-icon.st-block-ui-btn:before,
.st-icon.st-block-control-ui-btn:before {
line-height: 2.5em;
}
.st-icon.st-block-control-ui-btn {
line-height: 2.5em;
height: 2.5em;
width: 3em;
}
/* ... SIR TREVOR :: SAVE BUTTON ICON (FLOPPY) .................. */
.st-icon.st-block-control-ui-btn--save:before {
content: '\e83e';
font-family: "search";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* SirTrevor: Hide Link/Unlink float controls */
.st-format-bar .st-format-btn--Link,
.st-format-bar .st-format-btn--Unlink {
display: none;
}
/* SirTrevor: Fix border because of hiding Link/Unlink controls */
.st-format-bar .st-format-btn--Italic {
border-right: none;
}
/* RESERT :: Sir Trevor Blocks "action" title with more padding top */
.st-block[data-type=button] .st-editor .st-column.st-column-66.st-padding-right-25 .st-control .st-field-name {
padding-top: 15px;
min-width: 80px;
}
/* RESERT :: Sir Trevor Blocks more padding bottom to fix edition controls overlay */
.st-block__inner {
padding: 1.875em 1.875em 3.8em;
}
/* Sir Trevor Blocks to delete lateral paddings in edition sliders (button feature) */
input[name="css-width"],
input[name="css-padding"],
input[name="css-border-width"],
input[name="css-border-radius"],
input[name="css-font-size"] {
padding-right: 0;
padding-left: 0;
}
/* ............................................................... */
/* ... SIR TREVOR BLOCKS :: numbers in "BUTTON" feature editor .. */
/* ............................................................. */
.st-block[data-type=button] .st-input-container.st-range:after {
position: absolute;
display: inline-block;
content: attr(st-value);
font-size: 13px !important;
top: 8px;
left: initial;
right: 0;
padding: 9px 0;
color: #999999;
}
@media screen and (max-width: 1620px) {
.st-block[data-type=button] .st-input-container.st-range:after {
right: 0;
}
}
@media screen and (max-width: 670px) {
.st-block[data-type="button"] .st-column.st-column-66 {
width: 66.6666%;
}
.st-block[data-type="button"] .st-column.st-column-25 {
width: 25%;
}
.st-block[data-type="button"] .st-column.st-column-33 {
width: 33.3333%;
}
.st-block[data-type=button] .st-input-container.st-range:after {
display: none;
}
}
@media screen and (max-width: 567px) {
.st-block[data-type="button"] .st-column.st-column-66,
.st-block[data-type="button"] .st-column.st-column-33,
.st-block[data-type="button"] .st-column.st-column-25 {
width: 100%;
margin-bottom: 10px;
}
.st-block[data-type="button"] h5.st-field-name.st-align-name,
.st-block[data-type="button"] h5.st-field-name {
min-width: 80px !important;
}
.st-block[data-type=button] .st-input-container.st-range:after {
display: inline-block;
}
}
@media screen and (max-width: 365px) {
.st-block[data-type="button"] .st-control .st-input-container.st-color,
.st-block[data-type="button"] .st-control .st-input-container.st-select {
text-align: left;
}
} | src/common/style.css | .st-block-control .st-icon {
display: none;
}
.st-block-control:before,
.st-block__ui > .st-icon:before,
.st-block__ui-delete-controls > .st-icon:before {
font-family: 'upplication-icons' !important;
display: block;
}
/* Icons on the block add secion */
.st-block-control:before { font-size: 2.25em; }
.st-block-control[data-type="text"]:before { content: '\ea51'; }
.st-block-control[data-type="ck_editor"]:before { content: '\ea51'; }
.st-block-control[data-type="quote"]:before { content: '\ea59'; }
.st-block-control[data-type="image"]:before { content: '\ea54'; }
.st-block-control[data-type="image_edit"]:before { content: '\ea54'; }
.st-block-control[data-type="Heading"]:before { content: '\ea38'; }
.st-block-control[data-type="list"]:before { content: '\ea65'; }
.st-block-control[data-type="video"]:before { content: '\ea6f'; }
.st-block-control[data-type="button"]:before { content: '\ea11'; }
.st-block-control[data-type="widget"]:before { content: '\ea18'; }
.st-block-control[data-type="map"]:before { content: '\ea48'; }
.st-block-control[data-type="spacer"]:before { content: '\ea60'; }
.st-block-control[data-type="columns"]:before { content: '\ea1a'; }
.st-block__ui .st-icon.st-block-ui-btn--delete:before { content: '\ea66'; }
.st-block__ui .st-icon.st-block-ui-btn--delete:hover:before { content: '\ea67'; }
.st-block__ui .st-icon.st-block-ui-btn--reorder:before { content: '\ea07'; }
.st-block__ui-delete-controls .st-icon.st-block-ui-btn--confirm-delete:before { content: '\ea4e'; }
.st-block__ui-delete-controls .st-icon.st-block-ui-btn--deny-delete:before { content: '\ea1e'; }
/* NEW ONES! */
.panel-content #st-editor-2,
.panel-content #st-editor-2 .st-errors,
.panel-content #st-editor-2 .st-ready,
.panel-content #st-editor-2 .st-ready .st-block-controls,
.st-block-controls--active {
background-color: #ffffff;
}
.st-block-controls--active a {
color: #555555;
padding: 10px;
margin: 10px;
border: 1px dashed #cccccc;
min-width: 80px;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
-ms-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}
.st-block-controls--active a:hover {
color: #00c86b;
border: 1px dashed #00c86b;
background-color: #f6f6f6;
}
.panel-content #st-editor-2 .st-ready .st-block__inner {
margin: 0 10px;
padding: 1em;
}
.st-block__inner:hover {
border-color: #00c86b;
}
.st-block-control-ui-btn,
.st-block-ui-btn {
color: #00c86b;
border-top: 2px solid #00c86b;
border-left: 2px solid #00c86b;
}
.st-block-control-ui-btn:hover,
.st-block-ui-btn:hover {
color: #ffffff;
background-color: #00c86b;
border-top: 2px solid #00c86b;
border-left: 2px solid #00c86b;
}
a.st-block-ui-btn.st-block-ui-btn--deny-delete,
a.st-block-ui-btn.st-block-ui-btn--confirm-delete {
color: #eb5151;
border-top: 2px solid #eb5151;
border-left: 2px solid #eb5151;
}
a.st-block-ui-btn.st-block-ui-btn--deny-delete:hover,
a.st-block-ui-btn.st-block-ui-btn--confirm-delete:hover {
background-color: #e62323;
color: #ffffff;
}
/* Sir Trevor Blocks "add feature" fullwidth Button */
.st-block-controls__top,
.st-icon--add:after {
margin: 10px;
background-color: #eeeeee;
border-radius: 0;
}
.st-block-controls__top:hover:before {
color: #00c86b;
background: #F3F3F3;
cursor: pointer;
}
.st-block--with-plus:after {
color: #00c86b;
}
.st-block__delete-label {
background-color: #fbcec9;
font-weight: 600;
}
.st-upload-btn {
background-color: #00c86b;
border-radius: 0;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
-ms-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}
.st-block__upload-container:hover .st-upload-btn {
background-color: #00a659;
}
.panel-content #st-editor-2 .st-errors {
background-color: #ffe1e4;
color: #eb5151;
padding: 1em;
margin: 10px;
}
.st-block-control-ui-btn--save {
border-left: none;
border-right: 2px solid #00c86b;
}
.st-block-control-ui-btn--clone {
border-left: none;
border-bottom: none;
border-top: 2px solid #00c86b;
border-right: 2px solid #00c86b;
}
.st-block__messages {
position: relative;
top: -1.9em;
left: -30px;
padding: 10px 15px;
border: none;
border-left: none;
border-top: none;
width: 100%;
}
.st-block--with-errors .st-block__messages {
border-color: #eb5151;
background-color: #fbcec9;
}
.st-block__inputs {
padding: 1.6em 0 1em;
border-radius: 0;
background: #ffffff;
border-top: 2px solid transparent;
border: 1px dashed #cccccc;
}
/* Sir Trevor blocks UI buttons */
.st-icon.st-block-ui-btn:before,
.st-icon.st-block-control-ui-btn:before {
line-height: 2.5em;
}
.st-icon.st-block-control-ui-btn {
line-height: 2.5em;
height: 2.5em;
width: 3em;
}
/* ... SIR TREVOR :: SAVE BUTTON ICON (FLOPPY) .................. */
.st-icon.st-block-control-ui-btn--save:before {
content: '\e83e';
font-family: "search";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* SirTrevor: Hide Link/Unlink float controls */
.st-format-bar .st-format-btn--Link,
.st-format-bar .st-format-btn--Unlink {
display: none;
}
/* SirTrevor: Fix border because of hiding Link/Unlink controls */
.st-format-bar .st-format-btn--Italic {
border-right: none;
}
/* RESERT :: Sir Trevor Blocks "action" title with more padding top */
.st-block[data-type=button] .st-editor .st-column.st-column-66.st-padding-right-25 .st-control .st-field-name {
padding-top: 15px;
min-width: 80px;
}
/* RESERT :: Sir Trevor Blocks more padding bottom to fix edition controls overlay */
.st-block__inner {
padding: 1.875em 1.875em 3.8em;
}
/* Sir Trevor Blocks to delete lateral paddings in edition sliders (button feature) */
input[name="css-width"],
input[name="css-padding"],
input[name="css-border-width"],
input[name="css-border-radius"],
input[name="css-font-size"] {
padding-right: 0;
padding-left: 0;
}
/* ............................................................... */
/* ... SIR TREVOR BLOCKS :: numbers in "BUTTON" feature editor .. */
/* ............................................................. */
.st-block[data-type=button] .st-input-container.st-range:after {
position: absolute;
display: inline-block;
content: attr(st-value);
font-size: 13px !important;
top: 8px;
left: initial;
right: 0;
padding: 9px 0;
color: #999999;
}
@media screen and (max-width: 1620px) {
.st-block[data-type=button] .st-input-container.st-range:after {
right: 0;
}
}
@media screen and (max-width: 670px) {
.st-block[data-type="button"] .st-column.st-column-66 {
width: 66.6666%;
}
.st-block[data-type="button"] .st-column.st-column-25 {
width: 25%;
}
.st-block[data-type="button"] .st-column.st-column-33 {
width: 33.3333%;
}
.st-block[data-type=button] .st-input-container.st-range:after {
display: none;
}
}
@media screen and (max-width: 567px) {
.st-block[data-type="button"] .st-column.st-column-66,
.st-block[data-type="button"] .st-column.st-column-33,
.st-block[data-type="button"] .st-column.st-column-25 {
width: 100%;
margin-bottom: 10px;
}
.st-block[data-type="button"] h5.st-field-name.st-align-name,
.st-block[data-type="button"] h5.st-field-name {
min-width: 80px !important;
}
.st-block[data-type=button] .st-input-container.st-range:after {
display: inline-block;
}
}
@media screen and (max-width: 365px) {
.st-block[data-type="button"] .st-control .st-input-container.st-color,
.st-block[data-type="button"] .st-control .st-input-container.st-select {
text-align: left;
}
} | 0.333395 | 0.067056 |
.toc-wrapper {
z-index: 30;
margin-bottom: var(--gap-lg);
background-color: var(--color-bg-accent-1);
@media (--viewport-sm) {
background-color: initial;
}
position: sticky;
top: 3em;
@media (--viewport-lg) {
position: relative;
top: 0;
}
}
.toc {
overflow-y:auto;
& > .toc-list {
overflow:hidden;
position:relative;
}
&-list {
margin: 0;
padding-left: calc(0.75 * var(--gap));
li { list-style:none; }
}
}
a.toc-link {
color: var(--color-text-accent-2);
/* text-decoration: underline; */
height: 100%;
padding: var(--gap-xs);
display: block;
@mixin attention {
color: var(--color-primary);
}
}
.is-collapsible {
max-height: 1000px;
overflow:hidden;
transition:all 300ms ease-in-out;
}
.is-collapsed {
max-height: none;
.toc-link::before {
background-color: transparent;
}
@media (--viewport-xl) {
max-height: 0;
}
}
.is-position-fixed {
position: fixed !important;
top: 0;
}
.is-active-link{
font-weight: var(--font-weight-semi-bold);
}
.toc-link::before{
background-color: var(--color-bg-accent-2);
content:' ';
display: inline-block;
height: 25px;
left: 0;
margin-top: -1px;
position: absolute;
width: 2px;
}
.is-active-link::before{
background-color: var(--color-primary);
}
.post-toc {
position: relative;
padding: var(--gap);
background-color: var(--color-bg-accent-1);
@media (--viewport-lg) {
position: sticky;
top: calc(4 * var(--gap));
}
&__head {
display: flex;
cursor: pointer;
@mixin attention {
.post-toc__icon {
color: var(--color-primary);
}
}
@media (--viewport-xl) {
cursor: initial;
}
}
h4 {
font-size: calc(1.2 * var(--font-size-base));
margin-bottom: 0;
flex: 1;
}
&__icon {
width: 25px;
height: 25px;
&.is-rotated {
transform: rotate(90deg);
}
@media (--viewport-xl) {
display: none;
}
}
&__content {
display: none;
&.is-active {
display: block;
}
@media (--viewport-xl) {
display: block;
}
}
.js-toc > .toc-list {
padding-left: 0;
}
} | content/themes/auden/assets/css/components/_toc.css | .toc-wrapper {
z-index: 30;
margin-bottom: var(--gap-lg);
background-color: var(--color-bg-accent-1);
@media (--viewport-sm) {
background-color: initial;
}
position: sticky;
top: 3em;
@media (--viewport-lg) {
position: relative;
top: 0;
}
}
.toc {
overflow-y:auto;
& > .toc-list {
overflow:hidden;
position:relative;
}
&-list {
margin: 0;
padding-left: calc(0.75 * var(--gap));
li { list-style:none; }
}
}
a.toc-link {
color: var(--color-text-accent-2);
/* text-decoration: underline; */
height: 100%;
padding: var(--gap-xs);
display: block;
@mixin attention {
color: var(--color-primary);
}
}
.is-collapsible {
max-height: 1000px;
overflow:hidden;
transition:all 300ms ease-in-out;
}
.is-collapsed {
max-height: none;
.toc-link::before {
background-color: transparent;
}
@media (--viewport-xl) {
max-height: 0;
}
}
.is-position-fixed {
position: fixed !important;
top: 0;
}
.is-active-link{
font-weight: var(--font-weight-semi-bold);
}
.toc-link::before{
background-color: var(--color-bg-accent-2);
content:' ';
display: inline-block;
height: 25px;
left: 0;
margin-top: -1px;
position: absolute;
width: 2px;
}
.is-active-link::before{
background-color: var(--color-primary);
}
.post-toc {
position: relative;
padding: var(--gap);
background-color: var(--color-bg-accent-1);
@media (--viewport-lg) {
position: sticky;
top: calc(4 * var(--gap));
}
&__head {
display: flex;
cursor: pointer;
@mixin attention {
.post-toc__icon {
color: var(--color-primary);
}
}
@media (--viewport-xl) {
cursor: initial;
}
}
h4 {
font-size: calc(1.2 * var(--font-size-base));
margin-bottom: 0;
flex: 1;
}
&__icon {
width: 25px;
height: 25px;
&.is-rotated {
transform: rotate(90deg);
}
@media (--viewport-xl) {
display: none;
}
}
&__content {
display: none;
&.is-active {
display: block;
}
@media (--viewport-xl) {
display: block;
}
}
.js-toc > .toc-list {
padding-left: 0;
}
} | 0.729134 | 0.166134 |
html,
body {
margin: 0;
font-family: 'Roboto'
}
.box {
display: flex;
flex-direction: column;
height: 100vh;
/* instead of using 100% all over, use viewport units once */
background: #2e435f;
}
.box .row.content,
.content .one-fifth.column {
align-items: center;
justify-content: center;
}
.box .row.header,
.box .row.footer {
color: #f5f5f5;
}
.box .row.footer p {
margin-left: 10px;
}
.box .row.content {
background: #f5f5f5;
}
#loader {
display: none;
justify-content: center;
align-content: center;
}
#loader svg {
width: 100px;
margin: 20px;
display: inline-block;
color: #2e435f;
}
.one-fifth.column.file_uploader {
overflow-y: hidden;
justify-content: center;
flex-direction: column;
}
.one-fifth.column.file_uploader div ol {
text-align: left;
}
.info {
margin-left: 20px;
overflow-y: auto;
}
.one-fifth.column.subbox {
width: 100%;
justify-content: flex-start;
flex-direction: column;
}
@media screen and (max-width: 900px) {
/* smaller screens */
.box .row.content {
flex-direction: column;
/* by simply swap direction it work on smaller screen */
}
}
/* Input Styling*/
.file_uploader_section {
display: block;
width: 100%;
justify-content: center;
align-content: center;
}
.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile+label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.inputfile:focus+label,
.inputfile.has-focus+label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.inputfile+label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */
}
/* style 5 */
.inputfile-5+label {
color: #2e435f;
}
.inputfile-5:focus+label,
.inputfile-5.has-focus+label,
.inputfile-5+label:hover {
color: #25354b;
}
.inputfile-5+label figure {
width: 100px;
height: 135px;
background-color: #2e435f;
display: block;
position: relative;
padding: 30px;
margin: 0 auto 10px;
}
.inputfile-5:focus+label figure,
.inputfile-5.has-focus+label figure,
.inputfile-5+label:hover figure {
background-color: #25354b;
}
.inputfile-5+label figure::before,
.inputfile-5+label figure::after {
width: 0;
height: 0;
content: '';
position: absolute;
top: 0;
right: 0;
}
.inputfile-5+label figure::before {
border-top: 20px solid #f5f5f5;
border-left: 20px solid transparent;
}
.inputfile-5+label figure::after {
border-bottom: 20px solid #25354b;
border-right: 20px solid transparent;
}
.inputfile-5:focus+label figure::after,
.inputfile-5.has-focus+label figure::after,
.inputfile-5+label:hover figure::after {
border-bottom-color: #2e435f;
}
.inputfile-5+label svg {
width: 100%;
height: 100%;
fill: #f5f5f5;
}
/* Form fields */
.form-group {
position: relative;
padding-top: 1.5rem;
}
.form-group input {
width: 100%;
}
/*
label.form {
position: absolute;
top: 0;
font-size: 12px;
opacity: 1;
transform: translateY(0);
transition: all 0.2s ease-out;
}
input.form:placeholder-shown + label {
opacity: 0;
transform: translateY(1rem);
}
*/
/* form starting stylings ------------------------------- */
.group {
position: relative;
margin-bottom: 45px;
}
.group input {
background: #f5f5f5;
font-size: 18px;
padding: 10px 0px 10px 0px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #757575;
}
.group input:focus {
outline: none;
}
/* LABEL ======================================= */
.group label {
color: #999;
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 0px;
top: 10px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
/* active state */
.group input:focus~label,
.group input:valid~label {
top: -20px;
font-size: 14px;
color: #2e435f;
}
/* BOTTOM BARS ================================= */
.group .bar {
position: relative;
display: block;
width: 100%;
}
.group .bar:before,
.group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #2e435f;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.group .bar:before {
left: 50%;
}
.group .bar:after {
right: 50%;
}
/* active state */
.group input:focus~.bar:before,
.group input:focus~.bar:after {
width: 50%;
}
/* HIGHLIGHTER ================================== */
.group .highlight {
position: absolute;
height: 60%;
width: 100px;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
/* active state */
.group input:focus~.highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
@-moz-keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
@keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
/** Textarea */
textarea {
display: block;
width: 100%;
border: 0;
padding: 10px 5px;
background: #F5F5F5 no-repeat;
/*
* IMPORTANT PART HERE
*/
/* 2 imgs : 1px gray line (normal state) AND 2px green line (focus state) */
background-image: linear-gradient(to bottom, #2e435f, #2e435f), linear-gradient(to bottom, silver, silver);
/* sizes for the 2 images (default state) */
background-size: 0 2px, 100% 1px;
/* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
background-position: 50% 100%, 50% 100%;
/* animation solely on background-size */
transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
textarea:focus {
/* sizes for the 2 images (focus state) */
background-size: 100% 2px, 100% 1px;
outline: none;
}
.work_exp_wrapper{
margin-top: 20px;
}
#cedefop_link{
color: #f5f5f5;
}
/*ck changes 2/8
***************************************/
.info,.subbox{
max-width:960px;
margin:0 auto 2vw;
}
.info{
border-bottom:1px solid lightgray;
}
h3{
margin-top:2vw;
}
#photo{
width:100%;
display:flex;
justify-content: center;
}
#photo img{
max-height:200px;
}
.file_uploader_section{
display:flex;
justify-content: center;
}
.form-group,.work_exp_wrapper,.edu_wrapper,.ach_wrapper,.mlang_wrapper,.flang_wrapper,#computer_skills{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
.form-group .group, .work_exp_wrapper .group, .edu_wrapper .group, .ach_wrapper .group, .mlang_wrapper .group,.flang_wrapper .group,#computer_skills .group,#driving{
width:45%;
}
.tab_label{
display:inline-block;
margin-bottom:2vw;
}
.tabordion section:not(:last-child){
margin-bottom:2vw;
border-bottom:1px solid lightgray;
}
textarea{
padding: 10px;
border: 1px solid lightgray;
margin-bottom:2vw;
min-height:150px;
}
.header h1{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.code {
color: #333;
font-weight: normal;
background-color: lightgray;
font-size: 14px;
padding: 15px 20px;
margin: 10px 0;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.footer{
background-color:#2e435f;
}
.footer.footer.footer p{
font-weight:400;
max-width:960px;
margin-left:auto;
margin-right:auto;
}
.footer b{
font-weight:normal;
} | docs/main.css | html,
body {
margin: 0;
font-family: 'Roboto'
}
.box {
display: flex;
flex-direction: column;
height: 100vh;
/* instead of using 100% all over, use viewport units once */
background: #2e435f;
}
.box .row.content,
.content .one-fifth.column {
align-items: center;
justify-content: center;
}
.box .row.header,
.box .row.footer {
color: #f5f5f5;
}
.box .row.footer p {
margin-left: 10px;
}
.box .row.content {
background: #f5f5f5;
}
#loader {
display: none;
justify-content: center;
align-content: center;
}
#loader svg {
width: 100px;
margin: 20px;
display: inline-block;
color: #2e435f;
}
.one-fifth.column.file_uploader {
overflow-y: hidden;
justify-content: center;
flex-direction: column;
}
.one-fifth.column.file_uploader div ol {
text-align: left;
}
.info {
margin-left: 20px;
overflow-y: auto;
}
.one-fifth.column.subbox {
width: 100%;
justify-content: flex-start;
flex-direction: column;
}
@media screen and (max-width: 900px) {
/* smaller screens */
.box .row.content {
flex-direction: column;
/* by simply swap direction it work on smaller screen */
}
}
/* Input Styling*/
.file_uploader_section {
display: block;
width: 100%;
justify-content: center;
align-content: center;
}
.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile+label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.inputfile:focus+label,
.inputfile.has-focus+label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.inputfile+label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */
}
/* style 5 */
.inputfile-5+label {
color: #2e435f;
}
.inputfile-5:focus+label,
.inputfile-5.has-focus+label,
.inputfile-5+label:hover {
color: #25354b;
}
.inputfile-5+label figure {
width: 100px;
height: 135px;
background-color: #2e435f;
display: block;
position: relative;
padding: 30px;
margin: 0 auto 10px;
}
.inputfile-5:focus+label figure,
.inputfile-5.has-focus+label figure,
.inputfile-5+label:hover figure {
background-color: #25354b;
}
.inputfile-5+label figure::before,
.inputfile-5+label figure::after {
width: 0;
height: 0;
content: '';
position: absolute;
top: 0;
right: 0;
}
.inputfile-5+label figure::before {
border-top: 20px solid #f5f5f5;
border-left: 20px solid transparent;
}
.inputfile-5+label figure::after {
border-bottom: 20px solid #25354b;
border-right: 20px solid transparent;
}
.inputfile-5:focus+label figure::after,
.inputfile-5.has-focus+label figure::after,
.inputfile-5+label:hover figure::after {
border-bottom-color: #2e435f;
}
.inputfile-5+label svg {
width: 100%;
height: 100%;
fill: #f5f5f5;
}
/* Form fields */
.form-group {
position: relative;
padding-top: 1.5rem;
}
.form-group input {
width: 100%;
}
/*
label.form {
position: absolute;
top: 0;
font-size: 12px;
opacity: 1;
transform: translateY(0);
transition: all 0.2s ease-out;
}
input.form:placeholder-shown + label {
opacity: 0;
transform: translateY(1rem);
}
*/
/* form starting stylings ------------------------------- */
.group {
position: relative;
margin-bottom: 45px;
}
.group input {
background: #f5f5f5;
font-size: 18px;
padding: 10px 0px 10px 0px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #757575;
}
.group input:focus {
outline: none;
}
/* LABEL ======================================= */
.group label {
color: #999;
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 0px;
top: 10px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
/* active state */
.group input:focus~label,
.group input:valid~label {
top: -20px;
font-size: 14px;
color: #2e435f;
}
/* BOTTOM BARS ================================= */
.group .bar {
position: relative;
display: block;
width: 100%;
}
.group .bar:before,
.group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #2e435f;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.group .bar:before {
left: 50%;
}
.group .bar:after {
right: 50%;
}
/* active state */
.group input:focus~.bar:before,
.group input:focus~.bar:after {
width: 50%;
}
/* HIGHLIGHTER ================================== */
.group .highlight {
position: absolute;
height: 60%;
width: 100px;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
/* active state */
.group input:focus~.highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
@-moz-keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
@keyframes inputHighlighter {
from {
background: #2e435f;
}
to {
width: 0;
background: transparent;
}
}
/** Textarea */
textarea {
display: block;
width: 100%;
border: 0;
padding: 10px 5px;
background: #F5F5F5 no-repeat;
/*
* IMPORTANT PART HERE
*/
/* 2 imgs : 1px gray line (normal state) AND 2px green line (focus state) */
background-image: linear-gradient(to bottom, #2e435f, #2e435f), linear-gradient(to bottom, silver, silver);
/* sizes for the 2 images (default state) */
background-size: 0 2px, 100% 1px;
/* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
background-position: 50% 100%, 50% 100%;
/* animation solely on background-size */
transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
textarea:focus {
/* sizes for the 2 images (focus state) */
background-size: 100% 2px, 100% 1px;
outline: none;
}
.work_exp_wrapper{
margin-top: 20px;
}
#cedefop_link{
color: #f5f5f5;
}
/*ck changes 2/8
***************************************/
.info,.subbox{
max-width:960px;
margin:0 auto 2vw;
}
.info{
border-bottom:1px solid lightgray;
}
h3{
margin-top:2vw;
}
#photo{
width:100%;
display:flex;
justify-content: center;
}
#photo img{
max-height:200px;
}
.file_uploader_section{
display:flex;
justify-content: center;
}
.form-group,.work_exp_wrapper,.edu_wrapper,.ach_wrapper,.mlang_wrapper,.flang_wrapper,#computer_skills{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
.form-group .group, .work_exp_wrapper .group, .edu_wrapper .group, .ach_wrapper .group, .mlang_wrapper .group,.flang_wrapper .group,#computer_skills .group,#driving{
width:45%;
}
.tab_label{
display:inline-block;
margin-bottom:2vw;
}
.tabordion section:not(:last-child){
margin-bottom:2vw;
border-bottom:1px solid lightgray;
}
textarea{
padding: 10px;
border: 1px solid lightgray;
margin-bottom:2vw;
min-height:150px;
}
.header h1{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.code {
color: #333;
font-weight: normal;
background-color: lightgray;
font-size: 14px;
padding: 15px 20px;
margin: 10px 0;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.footer{
background-color:#2e435f;
}
.footer.footer.footer p{
font-weight:400;
max-width:960px;
margin-left:auto;
margin-right:auto;
}
.footer b{
font-weight:normal;
} | 0.345878 | 0.072768 |
@charset "UTF-8";
/** Basic styling */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font: lighter 18px/1.5 Consolas, "Noto Sans", serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }
/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
/** Images */
img { display: block; margin: 0 auto; max-width: 100%; }
/** Figures */
figure > img { display: block; }
figcaption { font-size: 15.75px; }
/** Lists */
ul, ol { margin-left: 30px; color: #666; letter-spacing: 1px; }
ul { list-style-type: square; }
/** Headings */
h1 { font-size: 18px; }
h2, h3, h4, h5, h6 { font-size: 16px; }
/** Links */
a { color: #25b3bc; text-decoration: none; transition: border .5s; }
a:hover { border-bottom: 2px dotted #000; }
.post-content h2:before { content: "¶ "; margin-right: 20px; color: #25bcba; }
.link { padding: 2px; color: #25b3bc; text-decoration: none; transition: background-color .7s; }
.link:hover { background-color: #e6e6e6; border: none; }
/** Share */
.share { margin-bottom: 30px; border-top: 1px solid #eee; color: #777; font-size: 17px; }
.share a { border-bottom: none; }
.twitter-share { color: #1B95E0; }
.facebook-share { color: #3A5795; }
.googleplus-share { color: #E53935; }
/** Blockquotes */
blockquote { border-left: 5px solid #eee; margin-left: 30px; padding: 5px 15px; color: #888888; }
/** Hr */
hr { border: none; height: 1px; margin: 40px auto; background: #dcdcdc; width: 100%; }
/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #f8f8f8; border-radius: 3px; background-color: #f8f8f8; color: #27badf; }
code { padding: 1px 5px; }
pre { padding: 8px 12px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }
/** Table */
table, th { width: 100%; table-layout: fixed; margin: 24px; text-align: center; border-bottom: 1px solid #eee; border-collapse: collapse; line-height: 25px; letter-spacing: 1px; }
/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }
/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }
/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }
/** TBC */
.tbc { height: 1px; margin: 6rem auto; width: 100%; }
.tbc:before { content: "- T.B.C -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** EOF */
.eof { height: 1px; margin: 6rem auto; width: 100%; }
.eof:before { content: "- E.O.F -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** Evidence */
.evidence { background-image: -webkit-linear-gradient(top, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); background-image: linear-gradient(to bottom, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); color: #222; }
/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }
.site-title { font-size: 26px; font-weight: 300; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }
/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }
/** Posts */
.post-meta { margin-bottom: 30px; color: #91989F; }
.post-header { margin-bottom: 30px; border-bottom: 1px solid #eee; }
.post-title { margin-top: 50px; margin-bottom: 30px; font-size: 35px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }
.post-tags { color: #aaa; font-weight: 300; font-size: 1.4rem; font-variant: small-caps; text-align: center; display: block; letter-spacing: 1px; margin-bottom: 80px; }
.post-tags-item { padding: 2px 6px; border-radius: 3px; font-size: 1.1rem; background: #ededed; color: #666; letter-spacing: 1px; margin: 0 0.5rem; transition: background-color .7s; }
.post-tags-item:hover { border: none; background: #666; color: #ededed; }
.post-content { margin-bottom: 30px; }
.post-content h1 { font-size: 28px; }
.post-content h2 { font-size: 25px; }
.post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-size: 18px; margin: 24px; }
.post-content p { margin: 24px; line-height: 25px; letter-spacing: 1px; }
/** Others */
.contact-title { margin-top: 30px; font-size: 42px; }
.contact-subtitle { color: #6e6e6e; margin-bottom: 80px; }
#gpg-fieldset { background-color: #f5f5f5; border: 1px solid #e0e0e0; }
.about-list { list-style-type: none; }
.date { color: #B6B6B6; }
/** Skills Tree */
.tech { max-width: 700px; margin: 25px; }
.tech .item { width: 100%; clear: both; margin-right: auto; margin-left: auto; height: 35px; }
.tech .describe { font-family: 'Noto Sans', serif; margin-right: 12px; text-align: center; }
.tech .progress { float: left; height: 25px; background: white; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 70%; }
.tech .progress > span { position: relative; float: left; margin: 0 -1px; min-width: 30px; height: 25px; line-height: 21px; text-align: right; background: #cccccc; border: none; border-color: #bfbfbf #b3b3b3 #9e9e9e; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }
.tech .progress > span > span { padding: 0 8px; font-size: 14px; color: #404040; color: rgba(0, 0, 0, 0.7); font-family: 'Noto Sans', serif; line-height: 25px; }
.tech .progress > span:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 25px; border-radius: 10px; }
.tech .progress .yellow { background: #FFC408; }
.tech .progress .green { background: #BEC23F; }
.tech .progress .blue { background: #66BAB7; }
.tech .progress .darkblue { background: #0089A7; }
.tech .progress .red { background: #CC543A; }
.tech .progress .grey { background: #91989F; }
@media (min-width: 750px) { .tech .describe { width: 100px; float: left; }
.tech .progress { width: 80%; float: left; } }
@media (max-width: 750px) { .tech .describe { width: 100%; margin-bottom: 5px; text-align: left; }
.tech .progress { width: 100%; margin-bottom: 5px; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #f8f8f8; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-weight: lighter; font: 400 18px/1.5 Consolas,"Noto Sans",serif; color: #4e595e; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }
/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
/** Images */
img { display: run-in; margin: 15px auto; max-width: 100%; }
/** Figures */
figure > img { display: block; }
figcaption { font-size: 15.75px; }
/** Lists */
ul, ol { margin-left: 5px; color: #666; line-height: 1.75; letter-spacing: 1px; }
ul { list-style-type: square; }
/** Headings */
h1 { font-size: 18px; }
h2, h3, h4, h5, h6 { font-size: 16px; }
/** Links */
a { color: #198a45; text-decoration: none; transition: border .5s; }
a:hover { border-bottom: 2px dotted #000; }
.post-content h2:before { content: "🍃"; margin-right: 20px; color: #198a45; }
.link { padding: 2px; color: #198a45; text-decoration: none; transition: background-color .7s; }
.link:hover { background-color: #e6e6e6; border: none; }
/** Share */
.share { margin-bottom: 30px; border-top: 1px solid #eee; color: #777; font-size: 17px; }
.share a { border-bottom: none; }
.twitter-share { color: #1B95E0; }
.facebook-share { color: #3A5795; }
.googleplus-share { color: #E53935; }
/** Blockquotes */
blockquote { border-left: 5px solid #eee; margin-left: 0px; padding-left: 0px 20px; color: #6e7f86; }
/** Hr */
hr { border: none; height: 1px; margin: 40px auto; background: #dcdcdc; width: 100%; }
/** Code formatting */
pre, code { font-size: 16px; border: 1px solid #d4e0ec; border-radius: 4px; background-color: #f8f8f8; font-weight: normal !important; font-style: normal !important; color: #456976 !important; }
code { padding: 1px 5px; }
pre { padding: 8px 20px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }
/** Table */
table, th { width: 100%; table-layout: fixed; margin: 24px; text-align: center; border-bottom: 1px solid #eee; border-collapse: collapse; line-height: 25px; letter-spacing: 1px; }
/** Wrapper */
.wrapper { max-width: -webkit-calc(850px - (30px * 2)); max-width: calc(850px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }
/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }
/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }
/** TBC */
.tbc { height: 1px; margin: 6rem auto; width: 100%; }
.tbc:before { content: "- T.B.C -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** EOF */
.eof { height: 1px; margin: 6rem auto; width: 100%; }
.eof:before { content: "- E.O.F -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** Evidence */
.evidence { background-image: -webkit-linear-gradient(top, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); background-image: linear-gradient(to bottom, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); color: #222; }
/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }
.site-title { font-size: 26px; font-weight: lighter; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }
/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }
/** Posts */
.post-meta { margin-bottom: 30px; color: #91989F; }
.post-header { margin-bottom: 30px; border-bottom: 1px solid #eee; }
.post-title { margin-top: 50px; margin-bottom: 30px; font-size: 35px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }
.post-tags { color: #aaa; font-weight: 300; font-size: 1.4rem; font-variant: small-caps; text-align: center; display: block; letter-spacing: 1px; margin-bottom: 80px; }
.post-tags-item { padding: 2px 6px; border-radius: 3px; font-size: 1.1rem; background: #ededed; color: #666; letter-spacing: 1px; margin: 0 0.5rem; transition: background-color .7s; }
.post-tags-item:hover { border: none; background: #666; color: #ededed; }
.post-content { margin-bottom: 30px; }
.post-content h1 { font-weight: lighter; color: #198a45; font-size: 34px; }
.post-content h2 { font-weight: lighter; color: #444; font-size: 27px; }
.post-content h3 { font-weight: lighter; color: #198a45; margin-left: 0px; font-size: 22px; }
.post-content h4 { margin-left: 0px; font-size: 20px; }
.post-content h5 { margin-left: 0px; }
.post-content h6 { font-size: 18px; margin: 24px; }
.post-content p { margin: 0px; line-height: 1.7; letter-spacing: 1.2px; }
/** Others */
.contact-title { margin-top: 30px; font-size: 42px; }
.contact-subtitle { color: #6e6e6e; margin-bottom: 80px; }
#gpg-fieldset { background-color: #f5f5f5; border: 1px solid #e0e0e0; }
.about-list { list-style-type: none; }
.date { color: #B6B6B6; }
/** Skills Tree */
.tech { max-width: 700px; margin: 25px; }
.tech .item { width: 100%; clear: both; margin-right: auto; margin-left: auto; height: 35px; }
.tech .describe { font-family: 'Noto Sans', serif; margin-right: 12px; text-align: center; }
.tech .progress { float: left; height: 25px; background: white; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 70%; }
.tech .progress > span { position: relative; float: left; margin: 0 -1px; min-width: 30px; height: 25px; line-height: 21px; text-align: right; background: #cccccc; border: none; border-color: #bfbfbf #b3b3b3 #9e9e9e; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }
.tech .progress > span > span { padding: 0 8px; font-size: 14px; color: #404040; color: rgba(0, 0, 0, 0.7); font-family: 'Noto Sans', serif; line-height: 25px; }
.tech .progress > span:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 25px; border-radius: 10px; }
.tech .progress .yellow { background: #FFC408; }
.tech .progress .green { background: #BEC23F; }
.tech .progress .blue { background: #66BAB7; }
.tech .progress .darkblue { background: #0089A7; }
.tech .progress .red { background: #CC543A; }
.tech .progress .grey { background: #91989F; }
@media (min-width: 750px) { .tech .describe { width: 100px; float: left; }
.tech .progress { width: 80%; float: left; } }
@media (max-width: 750px) { .tech .describe { width: 100%; margin-bottom: 5px; text-align: left; }
.tech .progress { width: 100%; margin-bottom: 5px; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #f8f8f8; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
/*# sourceMappingURL=main.css.map */ | _site/css/main.css | @charset "UTF-8";
/** Basic styling */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font: lighter 18px/1.5 Consolas, "Noto Sans", serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }
/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
/** Images */
img { display: block; margin: 0 auto; max-width: 100%; }
/** Figures */
figure > img { display: block; }
figcaption { font-size: 15.75px; }
/** Lists */
ul, ol { margin-left: 30px; color: #666; letter-spacing: 1px; }
ul { list-style-type: square; }
/** Headings */
h1 { font-size: 18px; }
h2, h3, h4, h5, h6 { font-size: 16px; }
/** Links */
a { color: #25b3bc; text-decoration: none; transition: border .5s; }
a:hover { border-bottom: 2px dotted #000; }
.post-content h2:before { content: "¶ "; margin-right: 20px; color: #25bcba; }
.link { padding: 2px; color: #25b3bc; text-decoration: none; transition: background-color .7s; }
.link:hover { background-color: #e6e6e6; border: none; }
/** Share */
.share { margin-bottom: 30px; border-top: 1px solid #eee; color: #777; font-size: 17px; }
.share a { border-bottom: none; }
.twitter-share { color: #1B95E0; }
.facebook-share { color: #3A5795; }
.googleplus-share { color: #E53935; }
/** Blockquotes */
blockquote { border-left: 5px solid #eee; margin-left: 30px; padding: 5px 15px; color: #888888; }
/** Hr */
hr { border: none; height: 1px; margin: 40px auto; background: #dcdcdc; width: 100%; }
/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #f8f8f8; border-radius: 3px; background-color: #f8f8f8; color: #27badf; }
code { padding: 1px 5px; }
pre { padding: 8px 12px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }
/** Table */
table, th { width: 100%; table-layout: fixed; margin: 24px; text-align: center; border-bottom: 1px solid #eee; border-collapse: collapse; line-height: 25px; letter-spacing: 1px; }
/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }
/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }
/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }
/** TBC */
.tbc { height: 1px; margin: 6rem auto; width: 100%; }
.tbc:before { content: "- T.B.C -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** EOF */
.eof { height: 1px; margin: 6rem auto; width: 100%; }
.eof:before { content: "- E.O.F -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** Evidence */
.evidence { background-image: -webkit-linear-gradient(top, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); background-image: linear-gradient(to bottom, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); color: #222; }
/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }
.site-title { font-size: 26px; font-weight: 300; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }
/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }
/** Posts */
.post-meta { margin-bottom: 30px; color: #91989F; }
.post-header { margin-bottom: 30px; border-bottom: 1px solid #eee; }
.post-title { margin-top: 50px; margin-bottom: 30px; font-size: 35px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }
.post-tags { color: #aaa; font-weight: 300; font-size: 1.4rem; font-variant: small-caps; text-align: center; display: block; letter-spacing: 1px; margin-bottom: 80px; }
.post-tags-item { padding: 2px 6px; border-radius: 3px; font-size: 1.1rem; background: #ededed; color: #666; letter-spacing: 1px; margin: 0 0.5rem; transition: background-color .7s; }
.post-tags-item:hover { border: none; background: #666; color: #ededed; }
.post-content { margin-bottom: 30px; }
.post-content h1 { font-size: 28px; }
.post-content h2 { font-size: 25px; }
.post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-size: 18px; margin: 24px; }
.post-content p { margin: 24px; line-height: 25px; letter-spacing: 1px; }
/** Others */
.contact-title { margin-top: 30px; font-size: 42px; }
.contact-subtitle { color: #6e6e6e; margin-bottom: 80px; }
#gpg-fieldset { background-color: #f5f5f5; border: 1px solid #e0e0e0; }
.about-list { list-style-type: none; }
.date { color: #B6B6B6; }
/** Skills Tree */
.tech { max-width: 700px; margin: 25px; }
.tech .item { width: 100%; clear: both; margin-right: auto; margin-left: auto; height: 35px; }
.tech .describe { font-family: 'Noto Sans', serif; margin-right: 12px; text-align: center; }
.tech .progress { float: left; height: 25px; background: white; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 70%; }
.tech .progress > span { position: relative; float: left; margin: 0 -1px; min-width: 30px; height: 25px; line-height: 21px; text-align: right; background: #cccccc; border: none; border-color: #bfbfbf #b3b3b3 #9e9e9e; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }
.tech .progress > span > span { padding: 0 8px; font-size: 14px; color: #404040; color: rgba(0, 0, 0, 0.7); font-family: 'Noto Sans', serif; line-height: 25px; }
.tech .progress > span:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 25px; border-radius: 10px; }
.tech .progress .yellow { background: #FFC408; }
.tech .progress .green { background: #BEC23F; }
.tech .progress .blue { background: #66BAB7; }
.tech .progress .darkblue { background: #0089A7; }
.tech .progress .red { background: #CC543A; }
.tech .progress .grey { background: #91989F; }
@media (min-width: 750px) { .tech .describe { width: 100px; float: left; }
.tech .progress { width: 80%; float: left; } }
@media (max-width: 750px) { .tech .describe { width: 100%; margin-bottom: 5px; text-align: left; }
.tech .progress { width: 100%; margin-bottom: 5px; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #f8f8f8; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-weight: lighter; font: 400 18px/1.5 Consolas,"Noto Sans",serif; color: #4e595e; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }
/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
/** Images */
img { display: run-in; margin: 15px auto; max-width: 100%; }
/** Figures */
figure > img { display: block; }
figcaption { font-size: 15.75px; }
/** Lists */
ul, ol { margin-left: 5px; color: #666; line-height: 1.75; letter-spacing: 1px; }
ul { list-style-type: square; }
/** Headings */
h1 { font-size: 18px; }
h2, h3, h4, h5, h6 { font-size: 16px; }
/** Links */
a { color: #198a45; text-decoration: none; transition: border .5s; }
a:hover { border-bottom: 2px dotted #000; }
.post-content h2:before { content: "🍃"; margin-right: 20px; color: #198a45; }
.link { padding: 2px; color: #198a45; text-decoration: none; transition: background-color .7s; }
.link:hover { background-color: #e6e6e6; border: none; }
/** Share */
.share { margin-bottom: 30px; border-top: 1px solid #eee; color: #777; font-size: 17px; }
.share a { border-bottom: none; }
.twitter-share { color: #1B95E0; }
.facebook-share { color: #3A5795; }
.googleplus-share { color: #E53935; }
/** Blockquotes */
blockquote { border-left: 5px solid #eee; margin-left: 0px; padding-left: 0px 20px; color: #6e7f86; }
/** Hr */
hr { border: none; height: 1px; margin: 40px auto; background: #dcdcdc; width: 100%; }
/** Code formatting */
pre, code { font-size: 16px; border: 1px solid #d4e0ec; border-radius: 4px; background-color: #f8f8f8; font-weight: normal !important; font-style: normal !important; color: #456976 !important; }
code { padding: 1px 5px; }
pre { padding: 8px 20px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }
/** Table */
table, th { width: 100%; table-layout: fixed; margin: 24px; text-align: center; border-bottom: 1px solid #eee; border-collapse: collapse; line-height: 25px; letter-spacing: 1px; }
/** Wrapper */
.wrapper { max-width: -webkit-calc(850px - (30px * 2)); max-width: calc(850px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }
/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }
/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }
/** TBC */
.tbc { height: 1px; margin: 6rem auto; width: 100%; }
.tbc:before { content: "- T.B.C -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** EOF */
.eof { height: 1px; margin: 6rem auto; width: 100%; }
.eof:before { content: "- E.O.F -"; width: 100%; text-align: center; display: block; color: #aaa; letter-spacing: 4px; position: relative; top: -8px; }
/** Evidence */
.evidence { background-image: -webkit-linear-gradient(top, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); background-image: linear-gradient(to bottom, rgba(255, 240, 70, 0.7), rgba(255, 240, 70, 0.7)); color: #222; }
/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }
.site-title { font-size: 26px; font-weight: lighter; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }
/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }
/** Posts */
.post-meta { margin-bottom: 30px; color: #91989F; }
.post-header { margin-bottom: 30px; border-bottom: 1px solid #eee; }
.post-title { margin-top: 50px; margin-bottom: 30px; font-size: 35px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }
.post-tags { color: #aaa; font-weight: 300; font-size: 1.4rem; font-variant: small-caps; text-align: center; display: block; letter-spacing: 1px; margin-bottom: 80px; }
.post-tags-item { padding: 2px 6px; border-radius: 3px; font-size: 1.1rem; background: #ededed; color: #666; letter-spacing: 1px; margin: 0 0.5rem; transition: background-color .7s; }
.post-tags-item:hover { border: none; background: #666; color: #ededed; }
.post-content { margin-bottom: 30px; }
.post-content h1 { font-weight: lighter; color: #198a45; font-size: 34px; }
.post-content h2 { font-weight: lighter; color: #444; font-size: 27px; }
.post-content h3 { font-weight: lighter; color: #198a45; margin-left: 0px; font-size: 22px; }
.post-content h4 { margin-left: 0px; font-size: 20px; }
.post-content h5 { margin-left: 0px; }
.post-content h6 { font-size: 18px; margin: 24px; }
.post-content p { margin: 0px; line-height: 1.7; letter-spacing: 1.2px; }
/** Others */
.contact-title { margin-top: 30px; font-size: 42px; }
.contact-subtitle { color: #6e6e6e; margin-bottom: 80px; }
#gpg-fieldset { background-color: #f5f5f5; border: 1px solid #e0e0e0; }
.about-list { list-style-type: none; }
.date { color: #B6B6B6; }
/** Skills Tree */
.tech { max-width: 700px; margin: 25px; }
.tech .item { width: 100%; clear: both; margin-right: auto; margin-left: auto; height: 35px; }
.tech .describe { font-family: 'Noto Sans', serif; margin-right: 12px; text-align: center; }
.tech .progress { float: left; height: 25px; background: white; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 70%; }
.tech .progress > span { position: relative; float: left; margin: 0 -1px; min-width: 30px; height: 25px; line-height: 21px; text-align: right; background: #cccccc; border: none; border-color: #bfbfbf #b3b3b3 #9e9e9e; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }
.tech .progress > span > span { padding: 0 8px; font-size: 14px; color: #404040; color: rgba(0, 0, 0, 0.7); font-family: 'Noto Sans', serif; line-height: 25px; }
.tech .progress > span:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 25px; border-radius: 10px; }
.tech .progress .yellow { background: #FFC408; }
.tech .progress .green { background: #BEC23F; }
.tech .progress .blue { background: #66BAB7; }
.tech .progress .darkblue { background: #0089A7; }
.tech .progress .red { background: #CC543A; }
.tech .progress .grey { background: #91989F; }
@media (min-width: 750px) { .tech .describe { width: 100px; float: left; }
.tech .progress { width: 80%; float: left; } }
@media (max-width: 750px) { .tech .describe { width: 100%; margin-bottom: 5px; text-align: left; }
.tech .progress { width: 100%; margin-bottom: 5px; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #f8f8f8; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
/*# sourceMappingURL=main.css.map */ | 0.503174 | 0.099164 |
.pull-right {
float: left;
}
.pull-left {
float: right;
}
/* Tables */
.table th,
.table td {
text-align: right;
}
/* Navbar */
.navbar .brand {
float: right;
padding: 8px 20px 12px;
margin-right: -20px;
margin-left: 0;
}
.navbar .nav,
.navbar .nav > li {
float: left;
}
.navbar .nav.pull-right {
margin-right: 10px;
margin-left: 0px;
}
.pull-right > .dropdown-menu {
left: 0;
right: auto;
}
/* Forms */
.form-horizontal .control-label {
float: right;
width: 140px;
padding-top: 10px;
text-align: left;
}
.form-horizontal .controls {
*display: inline-block;
*padding-right: 20px;
margin-right: 160px;
*margin-right: 0;
margin-left: 0;
text-align: right;
margin-top: 6px;
}
.form-horizontal .controls:first-child {
*padding-right: 160px;
}
.form-vertical .control-label {
float: none;
padding-right: 0;
padding-top: 0;
text-align: right;
width: auto;
}
/* Nav */
/* Tabs */
.nav-tabs > li,
.nav-pills > li {
float: right;
}
.btn-group > .btn:first-child {
margin-right: 0;
}
/* Forms */
/* Input Prepend and Append */
.input-prepend .add-on {
float: right;
}
.input-append .add-on {
float: left;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-left: -1px;
margin-right: 0;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-left: -1px;
margin-right: 0px;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
float: right;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-right: -1px;
margin-left: 0px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
/* start myrtl */
body {
direction: auto;
}
.pager .next a {
float: left;
}
.pager .previous a {
float: right;
}
.icon-arrow-right {
background-position: -241px -94px;
float: left;
padding-right: 3px;
}
.icon-arrow-left {
background-position: -264px -95px;
}
.icon-refresh {
background-position: -240px -23px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: right;
margin-right: 2px;
margin-left: 5px;
}
.list-striped,
.row-striped {
list-style: none;
line-height: 18px;
text-align: right;
}
.btn-group + .btn-group {
margin-right: 5px;
margin-left: 0px;
}
.tabs-left > .nav-tabs {
float: right;
margin-left: 19px;
margin-right: 0px;
}
.tabs-left > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
margin-right: 0px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 0px;
}
.btn-toolbar {
margin-top: 14px;
margin-bottom: 3px;
}
.navbar .nav > li {
float: right;
}
.icon-folder-2 {
line-height: 25px;
padding-left: 5px;
}
.container-logo {
padding-top: 6px;
}
.modal-header .close {
float: left;
}
.pagination ul {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-right: 0;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pagination-centered {
text-align: center;
}
.pagination-right {
text-align: right;
}
.icon-first:before {
content: "\e000";
}
.icon-previous:before {
content: "\7d";
}
.icon-last:before {
content: "\7b";
}
.icon-next:before {
content: "\7c";
}
.dl-horizontal dt {
float: right;
}
.profile > ul {
margin: 9px 25px 0 0;
}
/* end myrtl */
.dropdown-submenu > a:after {
float: left;
border-width: 5px 5px 5px 0;
margin-left: -10px;
}
[class*="span"] {
float: right;
}
#s5_nav [class*="span"], #subMenusContainer [class*="span"], #s5_va_accordion [class*="span"] {
float: none;
}
.contact .dl-horizontal dd {
margin-left:0px;
margin-right:40px;
}
.contact .control-label {
float:none;
width:auto;
text-align:right;
}
.contact .controls {
margin-left:auto;
margin-right:auto;
}
.contact input, .contact textarea {
width:80%;
}
.userdata ul {
margin-right:0px;
}
.dl-horizontal dt {
float:right;
text-align:left;
}
.dl-horizontal dd {
margin-right:180px;
margin-left:0px;
}
#modlgn-remember {
float:right;
margin-right:0px;
margin-left:3px;
}
.row-fluid .thumbnails {
margin-right:0px;
}
.form-search .input-append .search-query {
-webkit-border-radius: 0px 14px 14px 0px;
-moz-border-radius: 0px 14px 14px 0px;
border-radius: 0px 14px 14px 0px;
}
.form-search .input-prepend .search-query {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
} | templates/business_line/css/bootstrap/bootstrap-rtl.css | .pull-right {
float: left;
}
.pull-left {
float: right;
}
/* Tables */
.table th,
.table td {
text-align: right;
}
/* Navbar */
.navbar .brand {
float: right;
padding: 8px 20px 12px;
margin-right: -20px;
margin-left: 0;
}
.navbar .nav,
.navbar .nav > li {
float: left;
}
.navbar .nav.pull-right {
margin-right: 10px;
margin-left: 0px;
}
.pull-right > .dropdown-menu {
left: 0;
right: auto;
}
/* Forms */
.form-horizontal .control-label {
float: right;
width: 140px;
padding-top: 10px;
text-align: left;
}
.form-horizontal .controls {
*display: inline-block;
*padding-right: 20px;
margin-right: 160px;
*margin-right: 0;
margin-left: 0;
text-align: right;
margin-top: 6px;
}
.form-horizontal .controls:first-child {
*padding-right: 160px;
}
.form-vertical .control-label {
float: none;
padding-right: 0;
padding-top: 0;
text-align: right;
width: auto;
}
/* Nav */
/* Tabs */
.nav-tabs > li,
.nav-pills > li {
float: right;
}
.btn-group > .btn:first-child {
margin-right: 0;
}
/* Forms */
/* Input Prepend and Append */
.input-prepend .add-on {
float: right;
}
.input-append .add-on {
float: left;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-left: -1px;
margin-right: 0;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-left: -1px;
margin-right: 0px;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
float: right;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-right: -1px;
margin-left: 0px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
/* start myrtl */
body {
direction: auto;
}
.pager .next a {
float: left;
}
.pager .previous a {
float: right;
}
.icon-arrow-right {
background-position: -241px -94px;
float: left;
padding-right: 3px;
}
.icon-arrow-left {
background-position: -264px -95px;
}
.icon-refresh {
background-position: -240px -23px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: right;
margin-right: 2px;
margin-left: 5px;
}
.list-striped,
.row-striped {
list-style: none;
line-height: 18px;
text-align: right;
}
.btn-group + .btn-group {
margin-right: 5px;
margin-left: 0px;
}
.tabs-left > .nav-tabs {
float: right;
margin-left: 19px;
margin-right: 0px;
}
.tabs-left > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
margin-right: 0px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 0px;
}
.btn-toolbar {
margin-top: 14px;
margin-bottom: 3px;
}
.navbar .nav > li {
float: right;
}
.icon-folder-2 {
line-height: 25px;
padding-left: 5px;
}
.container-logo {
padding-top: 6px;
}
.modal-header .close {
float: left;
}
.pagination ul {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-right: 0;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pagination-centered {
text-align: center;
}
.pagination-right {
text-align: right;
}
.icon-first:before {
content: "\e000";
}
.icon-previous:before {
content: "\7d";
}
.icon-last:before {
content: "\7b";
}
.icon-next:before {
content: "\7c";
}
.dl-horizontal dt {
float: right;
}
.profile > ul {
margin: 9px 25px 0 0;
}
/* end myrtl */
.dropdown-submenu > a:after {
float: left;
border-width: 5px 5px 5px 0;
margin-left: -10px;
}
[class*="span"] {
float: right;
}
#s5_nav [class*="span"], #subMenusContainer [class*="span"], #s5_va_accordion [class*="span"] {
float: none;
}
.contact .dl-horizontal dd {
margin-left:0px;
margin-right:40px;
}
.contact .control-label {
float:none;
width:auto;
text-align:right;
}
.contact .controls {
margin-left:auto;
margin-right:auto;
}
.contact input, .contact textarea {
width:80%;
}
.userdata ul {
margin-right:0px;
}
.dl-horizontal dt {
float:right;
text-align:left;
}
.dl-horizontal dd {
margin-right:180px;
margin-left:0px;
}
#modlgn-remember {
float:right;
margin-right:0px;
margin-left:3px;
}
.row-fluid .thumbnails {
margin-right:0px;
}
.form-search .input-append .search-query {
-webkit-border-radius: 0px 14px 14px 0px;
-moz-border-radius: 0px 14px 14px 0px;
border-radius: 0px 14px 14px 0px;
}
.form-search .input-prepend .search-query {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
} | 0.34798 | 0.202364 |
/*
MIT License
La Belle Physique
Copyright (c) 2019 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/* Remove borders when highlighted in Chrome*/
button:focus {outline:0;}
/* Custom tabs*/
.phy-tab{
font-weight: bold;
opacity:0.60;
border-bottom: 3px solid rgba(0, 0, 0, 0) !important; /*Transparent border*/
/*color:#009688;*/
-webkit-transition: .4s;
transition: .4s;
}
.phy-tab-alt:hover{
opacity:1 !important;
color: #009688 !important;
}
.phy-tab:hover{
opacity:1 !important;
color: #009688 !important;
}
.phy-tab-active{
font-weight: bold;
opacity:1 !important;
color: #009688;
border-bottom: 3px solid #009688 !important;
}
.phy-tab:hover > .phy-tab-close-button {
opacity:0.8!important;
-webkit-transition: .3s;
transition: .3s;
}
.phy-tab-close-button{
padding: 1px;
opacity:0;
color: #009688;
-webkit-transition: .3s;
transition: .3s;
}
.phy-tab-close-button:hover{
opacity:1 !important;
color: #3f51b5 !important;
}
.phy-fadeout {
display: none;
opacity: 0;
left:0;
transition: 200ms ease;
/*transition: visibility 0s 0.2s, opacity 0.2s linear;*/
}
/* Custom menu elements*/
.phy-menu-element{
margin-top: 16px;
margin-bottom: 16px;
margin-left: 0px;
margin-right: 16px;
}
/* Custom menu items*/
.phy-menu-label{
font-weight: bold;
opacity:0.60;
}
.phy-no-bmargin{
margin-bottom: 0px!important;
}
/* Remove the underline on card links*/
a.w3-card-4{text-decoration: none;}
/* Remove border focus*/
textarea:focus, input:focus, select:focus{
outline: none;
}
/* Remove the arrows in number inputs*/
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
}
.no-spin{
-moz-appearance:textfield !important;
}
/*----------------------------------------------------------------------------------------------
----------------------------------BUTTONS (Add ripple effect------------------------------------
----------------------------------------------------------------------------------------------*/
.w3-button {
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.w3-button:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
transform: scale(10, 10);
opacity: 0;
transition: transform .5s, opacity 1s;
}
.w3-button:active:after {
transform: scale(0, 0);
opacity: .2;
transition: 0s;
}
/*----------------------------------------------------------------------------------------------
--------------------------------------------CHECKBOX--------------------------------------------
----------------------------------------------------------------------------------------------*/
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
vertical-align: middle;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.toggleSlider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.toggleSlider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .toggleSlider {
background-color: rgb(75, 192, 85);
}
input:checked + .toggleSlider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.toggleSlider.round {
border-radius: 34px;
}
.toggleSlider.round:before {
border-radius: 50%;
}
/*----------------------------------------------------------------------------------------------
---------------------------------------------SLIDERS--------------------------------------------
----------------------------------------------------------------------------------------------*/
.range-slider_range {
-webkit-appearance: none;
width: calc(100% - (78px));
height: 10px;
border-radius: 5px;
background: #d7dcdf;
outline: none;
padding: 0;
margin-left: 10;
}
/* custom thumb */
.range-slider_range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #3f51b5;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.range-slider_range::-webkit-slider-thumb:hover {
background: #009688;
}
.range-slider_range:active::-webkit-slider-thumb {
background: #009688;
}
.range-slider_range::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: #3f51b5;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.range-slider_range::-moz-range-thumb:hover {
background: #009688;
}
.range-slider_range:active::-moz-range-thumb {
background: #009688;
}
/* custom label */
.range-slider_value {
display: inline-block;
position: relative;
width: 64px;
color: #fff;
line-height: 20px;
text-align: center;
border-radius: 3px;
background: #3f51b5;
padding: 4px 4px;
margin-left: 8px;
margin-bottom: 8px;
}
.range-slider_value:after {
position: absolute;
top: 8px;
left: -7px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-right: 7px solid #3f51b5;
border-bottom: 7px solid transparent;
content: '';
}
/* custom track */
::-moz-range-track {
background: #d7dcdf;
border: 0;
}
/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
border: 0;
}
/*----------------------------------------------------------------------------------------------
-------------------------------------------INPUT FILE-------------------------------------------
----------------------------------------------------------------------------------------------*/
.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
} | lib/phy.css | /*
MIT License
La Belle Physique
Copyright (c) 2019 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/* Remove borders when highlighted in Chrome*/
button:focus {outline:0;}
/* Custom tabs*/
.phy-tab{
font-weight: bold;
opacity:0.60;
border-bottom: 3px solid rgba(0, 0, 0, 0) !important; /*Transparent border*/
/*color:#009688;*/
-webkit-transition: .4s;
transition: .4s;
}
.phy-tab-alt:hover{
opacity:1 !important;
color: #009688 !important;
}
.phy-tab:hover{
opacity:1 !important;
color: #009688 !important;
}
.phy-tab-active{
font-weight: bold;
opacity:1 !important;
color: #009688;
border-bottom: 3px solid #009688 !important;
}
.phy-tab:hover > .phy-tab-close-button {
opacity:0.8!important;
-webkit-transition: .3s;
transition: .3s;
}
.phy-tab-close-button{
padding: 1px;
opacity:0;
color: #009688;
-webkit-transition: .3s;
transition: .3s;
}
.phy-tab-close-button:hover{
opacity:1 !important;
color: #3f51b5 !important;
}
.phy-fadeout {
display: none;
opacity: 0;
left:0;
transition: 200ms ease;
/*transition: visibility 0s 0.2s, opacity 0.2s linear;*/
}
/* Custom menu elements*/
.phy-menu-element{
margin-top: 16px;
margin-bottom: 16px;
margin-left: 0px;
margin-right: 16px;
}
/* Custom menu items*/
.phy-menu-label{
font-weight: bold;
opacity:0.60;
}
.phy-no-bmargin{
margin-bottom: 0px!important;
}
/* Remove the underline on card links*/
a.w3-card-4{text-decoration: none;}
/* Remove border focus*/
textarea:focus, input:focus, select:focus{
outline: none;
}
/* Remove the arrows in number inputs*/
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
}
.no-spin{
-moz-appearance:textfield !important;
}
/*----------------------------------------------------------------------------------------------
----------------------------------BUTTONS (Add ripple effect------------------------------------
----------------------------------------------------------------------------------------------*/
.w3-button {
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.w3-button:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
transform: scale(10, 10);
opacity: 0;
transition: transform .5s, opacity 1s;
}
.w3-button:active:after {
transform: scale(0, 0);
opacity: .2;
transition: 0s;
}
/*----------------------------------------------------------------------------------------------
--------------------------------------------CHECKBOX--------------------------------------------
----------------------------------------------------------------------------------------------*/
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
vertical-align: middle;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.toggleSlider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.toggleSlider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .toggleSlider {
background-color: rgb(75, 192, 85);
}
input:checked + .toggleSlider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.toggleSlider.round {
border-radius: 34px;
}
.toggleSlider.round:before {
border-radius: 50%;
}
/*----------------------------------------------------------------------------------------------
---------------------------------------------SLIDERS--------------------------------------------
----------------------------------------------------------------------------------------------*/
.range-slider_range {
-webkit-appearance: none;
width: calc(100% - (78px));
height: 10px;
border-radius: 5px;
background: #d7dcdf;
outline: none;
padding: 0;
margin-left: 10;
}
/* custom thumb */
.range-slider_range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #3f51b5;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.range-slider_range::-webkit-slider-thumb:hover {
background: #009688;
}
.range-slider_range:active::-webkit-slider-thumb {
background: #009688;
}
.range-slider_range::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: #3f51b5;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}
.range-slider_range::-moz-range-thumb:hover {
background: #009688;
}
.range-slider_range:active::-moz-range-thumb {
background: #009688;
}
/* custom label */
.range-slider_value {
display: inline-block;
position: relative;
width: 64px;
color: #fff;
line-height: 20px;
text-align: center;
border-radius: 3px;
background: #3f51b5;
padding: 4px 4px;
margin-left: 8px;
margin-bottom: 8px;
}
.range-slider_value:after {
position: absolute;
top: 8px;
left: -7px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-right: 7px solid #3f51b5;
border-bottom: 7px solid transparent;
content: '';
}
/* custom track */
::-moz-range-track {
background: #d7dcdf;
border: 0;
}
/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
border: 0;
}
/*----------------------------------------------------------------------------------------------
-------------------------------------------INPUT FILE-------------------------------------------
----------------------------------------------------------------------------------------------*/
.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
} | 0.498291 | 0.054374 |
header {
position: sticky;
top: 0;
z-index: 1;
box-shadow: 0 0 8px rgba(var(--bs-dark-rgb), 0.25);
}
nav {
background-color: var(--bs-body-bg);
}
.light-shadow {
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.75));
}
main {
min-height: 90vh;
}
.img-col {
margin-bottom: 25px;
}
.hero {
display: flex;
min-height: 400px;
align-items: center;
justify-content: center;
}
.hero .logo {
width: 60vw;
}
@media only screen and (max-width: 575px) {
.hero .logo {
width: 80vw;
}
.logo {
width: 80px;
margin-bottom: 5px;
}
.navbar .align-items-center a {
font-size: 14px;
margin-right: 0px !important;
}
.languages li {
margin: 0px;
}
.languages .remove_button_css {
font-size: 12px;
padding: 2px;
}
}
.hero h1 {
color: var(--bs-white);
text-shadow: 5px 5px 25px #000;
text-transform: uppercase;
letter-spacing: 1.15rem;
font-weight: 400;
}
.hero .lead {
color: var(--bs-white);
text-shadow: 5px 5px 25px #000;
letter-spacing: 2px;
font-size: 16px;
}
.about-us-img {
margin: auto;
box-shadow: 15px 15px 25px #0000003b;
}
.unstyled {
list-style: none;
padding-left: 0;
}
.languages {
list-style: none;
padding-left: 10px;
margin-bottom: 0px;
}
.languages li {
margin: 0px 2px;
font-weight: 300;
padding-right: 5px;
border-right: 1px solid var(--arkinet-separator-color);
}
.languages li button {
color: var(--bs-body-color);
text-shadow: none;
transition: 0.5s;
}
.languages li button:hover {
color: var(--arkinet-theme);
text-shadow: 0 0 2px var(--arkinet-theme);
transition: 0.5s;
}
.languages li:last-child {
padding-right: 0;
border-right: none;
}
.languages li button {
outline: none;
padding: 2px;
border: 0;
box-sizing: unset;
text-transform: uppercase;
background-color: transparent;
}
#contact {
min-height: 90vh;
}
.gal-menu {
list-style: none;
display: flex;
padding: 0;
}
.gal-menu li a {
text-transform: uppercase;
padding: 0 10px;
}
.gal-menu li:first-child a {
padding-left: 0;
}
.gal-menu li:last-child a {
padding-right: 0;
}
.gal-menu li {
border-right: 1px solid var(--arkinet-separator-color);
}
.gal-menu li:last-child {
border-right: none;
}
a {
text-decoration: none;
color: var(--bs-body-color);
text-shadow: none;
transition: 0.5s;
}
a:hover {
color: var(--arkinet-theme);
text-shadow: 0 0 2px var(--arkinet-theme);
transition: 0.5s;
}
.shared-img {
opacity: 0;
} | src/components/layout.css | header {
position: sticky;
top: 0;
z-index: 1;
box-shadow: 0 0 8px rgba(var(--bs-dark-rgb), 0.25);
}
nav {
background-color: var(--bs-body-bg);
}
.light-shadow {
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.75));
}
main {
min-height: 90vh;
}
.img-col {
margin-bottom: 25px;
}
.hero {
display: flex;
min-height: 400px;
align-items: center;
justify-content: center;
}
.hero .logo {
width: 60vw;
}
@media only screen and (max-width: 575px) {
.hero .logo {
width: 80vw;
}
.logo {
width: 80px;
margin-bottom: 5px;
}
.navbar .align-items-center a {
font-size: 14px;
margin-right: 0px !important;
}
.languages li {
margin: 0px;
}
.languages .remove_button_css {
font-size: 12px;
padding: 2px;
}
}
.hero h1 {
color: var(--bs-white);
text-shadow: 5px 5px 25px #000;
text-transform: uppercase;
letter-spacing: 1.15rem;
font-weight: 400;
}
.hero .lead {
color: var(--bs-white);
text-shadow: 5px 5px 25px #000;
letter-spacing: 2px;
font-size: 16px;
}
.about-us-img {
margin: auto;
box-shadow: 15px 15px 25px #0000003b;
}
.unstyled {
list-style: none;
padding-left: 0;
}
.languages {
list-style: none;
padding-left: 10px;
margin-bottom: 0px;
}
.languages li {
margin: 0px 2px;
font-weight: 300;
padding-right: 5px;
border-right: 1px solid var(--arkinet-separator-color);
}
.languages li button {
color: var(--bs-body-color);
text-shadow: none;
transition: 0.5s;
}
.languages li button:hover {
color: var(--arkinet-theme);
text-shadow: 0 0 2px var(--arkinet-theme);
transition: 0.5s;
}
.languages li:last-child {
padding-right: 0;
border-right: none;
}
.languages li button {
outline: none;
padding: 2px;
border: 0;
box-sizing: unset;
text-transform: uppercase;
background-color: transparent;
}
#contact {
min-height: 90vh;
}
.gal-menu {
list-style: none;
display: flex;
padding: 0;
}
.gal-menu li a {
text-transform: uppercase;
padding: 0 10px;
}
.gal-menu li:first-child a {
padding-left: 0;
}
.gal-menu li:last-child a {
padding-right: 0;
}
.gal-menu li {
border-right: 1px solid var(--arkinet-separator-color);
}
.gal-menu li:last-child {
border-right: none;
}
a {
text-decoration: none;
color: var(--bs-body-color);
text-shadow: none;
transition: 0.5s;
}
a:hover {
color: var(--arkinet-theme);
text-shadow: 0 0 2px var(--arkinet-theme);
transition: 0.5s;
}
.shared-img {
opacity: 0;
} | 0.449151 | 0.117243 |
*{
font-family: 'Microsoft Yahei';
}
body,html{
font-size: 10px;
/* width: 100%;
height: 100%;
padding: 0;
margin: 0; */
}
@media screen and (max-width:960px) {
body,html{font-size: 12px;}
}
p,div,span,a,button,input,textarea{
font-size: 1.4rem !important;
font-size: 14px;
}
/**h1-h6*/
h1{
font-size: 3.2rem !important;
font-size: 32px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h2{
font-size: 2.8rem !important;
font-size: 28px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h3{
font-size: 2.2rem !important;
font-size: 22px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h4{
font-size: 1.8rem !important;
font-size: 18px;
font-weight: bold;
margin: 10px 0px;
}
h5{
font-size: 1.6rem !important;
font-size: 16px;
font-weight: bold;
margin: 10px 0px;
}
h6{
font-size: 1.2rem !important;
font-size: 12px;
font-weight: bold;
margin: 10px 0px;
}
/**文本对齐*/
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
/**文本大小*/
.text-xxxlarge{
font-size: 3.0rem !important;
font-size: 30px;
}
.text-xxlarge{
font-size: 2.4rem !important;
font-size: 24px;
}
.text-xlarge{
font-size: 2.0rem !important;
font-size: 20px;
}
.text-large{
font-size: 1.6rem !important;
font-size: 16px;
}
.text-small{
font-size: 1.2rem !important;
font-size: 12px;
}
/*文本颜色*/
.text-primary,.text-blue{
color: #3a9aff !important;
}
.text-success,.text-green{
color: #8fbe33 !important;
}
.text-info,.text-sky-blue{
color: #8fbeef !important;
}
.text-warning,.text-orange{
color: #ff6700 !important;
}
.text-danger,.text-red{
color: #e53935 !important;
}
/*引用*/
div.h-quote,p.h-quote,span.h-quote{
border-left: 5px solid #aaa;
padding: 10px 15px;
background-color: #eee;
margin-bottom: 10px;
}
/*背景颜色*/
.bg-primary,.bg-blue{
background-color: #3a9aff !important;
color: #ffffff;
}
.bg-success,.bg-green{
background-color: #8fbe33 !important;
color: #ffffff;
}
.bg-info,.bg-sky-blue{
background-color: #8fbeef !important;
color: #ffffff;
}
.bg-warning,.bg-orange{
background-color: #ff6700 !important;
color: #ffffff;
}
.bg-danger,.bg-red{
background-color: #e53935 !important;
color: #ffffff;
}
/*显示 display*/
.dis-inline-block{
display: inline-block;
}
.dis-block{
display: block;
}
/*hr 分割线*/
hr{
margin: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid #ddd;
border-left: 0;
}
/**hide 显示/隐藏*/
.show{
display: block !important;
}
.invisible{
visibility: hidden !important;
}
.hide{
display: none !important;
visibility: hidden !important;
}
/**浮动*/
.f-left{
float: left !important;
}
.f-right{
float: right !important;
}
/*clear float 清除浮动*/
.clear-float:before,.clear-float:after{
display: table;
content: "";
}
.clear-float:after{
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}
/*外边距*/
.m-top-10{
margin-top: 10px;
}
.m-top-15{
margin-top: 15px;
}
.m-top-20{
margin-top: 20px;
}
.m-top-30{
margin-top: 30px;
}
.m-bottom-10{
margin-bottom: 10px;
}
.m-bottom-15{
margin-bottom: 15px;
}
.m-bottom-20{
margin-bottom: 20px;
}
.m-bottom-30{
margin-bottom: 30px;
}
.m-left-10{
margin-left: 10px;
}
.m-left-15{
margin-left: 15px;
}
.m-left-20{
margin-left: 20px;
}
.m-left-30{
margin-left: 30px;
}
.m-right-10{
margin-right: 10px;
}
.m-right-15{
margin-right: 15px;
}
.m-right-20{
margin-right: 20px;
}
.m-right-30{
margin-right: 30px;
}
/*内边距*/
.p-top-10{
padding-top: 10px;
}
.p-top-15{
padding-top: 15px;
}
.p-top-20{
padding-top: 20px;
}
.p-top-30{
padding-top: 30px;
}
.p-bottom-10{
padding-bottom: 10px;
}
.p-bottom-15{
padding-bottom: 15px;
}
.p-bottom-20{
padding-bottom: 20px;
}
.p-bottom-30{
padding-bottom: 30px;
}
.p-left-10{
padding-left: 10px;
}
.p-left-15{
padding-left: 15px;
}
.p-left-20{
padding-left: 20px;
}
.p-left-30{
padding-left: 30px;
}
.p-right-10{
padding-right: 10px;
}
.p-right-15{
padding-right: 15px;
}
.p-right-20{
padding-right: 20px;
}
.p-right-30{
padding-right: 30px;
}
@import url("../base/base.css");
/*1.default 默认样式*/
.h-btn,.h-btn:visited{
padding: 4px 8px;
color: #333333;
font-size: 14px;
*font-size: 1.4rem !important;
background-color: #eeeeee;
border: 1px solid #cdcdcd;
display: inline-block;
cursor:pointer;
line-height: 1.328;
}
.h-btn:hover,
.h-btn:active,
.h-btn .active{
background-color: #dddddd;
border: 1px solid #cccccc;
}
.h-btn.light,.h-btn.light:visited{/*light*/
background-color: #ffffff;
color: #666 !important;
}
.h-btn.light:hover,
.h-btn.light:active,
.h-btn.light.active{
color: #222 !important;
border: 1px solid #aaa;
}
/*2.主要 blue-primary*/
.h-btn-blue,.h-btn-primary,.h-btn-blue:visited,.h-btn-primary:visited{
color: #ffffff;
background-color: #3a9aff;
border: 1px solid #2989ee;
}
.h-btn-blue:hover,
.h-btn-blue:active,
.h-btn-primary:hover,
.h-btn-primary:active,
.h-btn-primary.active,
.h-btn-blue.active{
background-color: #2989ee;
border: 1px solid #2989ee;
}
.h-btn-blue.light,.h-btn-primary.light,.h-btn-blue.light:visited,.h-btn-primary.light:visited{/*light*/
background-color: #ffffff;
color: #3a9aff !important;
}
.h-btn-blue.light:hover,
.h-btn-blue.light:active,
.h-btn-primary.light:hover,
.h-btn-primary.light:active,
.h-btn-primary.light.active,
.h-btn-blue.light.active{
color: #2989ee !important;
border: 1px solid #2989ee;
}
/*2.成功 green-success:#7ead67*/
.h-btn-green,.h-btn-success,.h-btn-green:visited,.h-btn-success:visited{
color: #ffffff;
background-color: #8fbe33;
border: 1px solid #7ead22;
}
.h-btn-green:hover,
.h-btn-green:active,
.h-btn-success:hover,
.h-btn-success:active,
.h-btn-success.active,
.h-btn-green.active{
background-color: #7ead22;
border: 1px solid #7ead22;
}
.h-btn-green.light,.h-btn-success.light,.h-btn-green.light:visited,.h-btn-success.light:visited{/*light*/
background-color: #ffffff;
color: #8fbe33 !important;
}
.h-btn-green.light:hover,
.h-btn-green.light:active,
.h-btn-success.light:hover,
.h-btn-success.light:active,
.h-btn-success.light.active,
.h-btn-green.light.active{
color: #7ead22 !important;
border: 1px solid #7ead22;
}
/*3.信息 sky-blue/info:#e53935*/
.h-btn-sky-blue,.h-btn-info,.h-btn-sky-blue:visited,.h-btn-info:visited{
color: #ffffff;
background-color: #8fbeef;
border: 1px solid #7eadde;
}
.h-btn-sky-blue:hover,
.h-btn-sky-blue:active,
.h-btn-info:hover,
.h-btn-info:active,
.h-btn-info.active,
.h-btn-sky-blue.active{
background-color: #7eadde;
border: 1px solid #7eadde;
}
.h-btn-sky-blue.light,.h-btn-info.light,.h-btn-sky-blue.light:visited,.h-btn-info.light:visited{/*light*/
background-color: #ffffff;
color: #8fbeef !important;
}
.h-btn-sky-blue.light:hover,
.h-btn-sky-blue.light:active,
.h-btn-info.light:hover,
.h-btn-info.light:active,
.h-btn-info.light.active,
.h-btn-sky-blue.light.active{
color: #7eadde !important;
border: 1px solid #7eadde;
}
/*4.警告 orange-warning*/
.h-btn-orange,.h-btn-warning,.h-btn-orange:visited,.h-btn-warning:visited{
color: #ffffff;
background-color: #ff6700;
border: 1px solid #ee5600;
}
.h-btn-orange:hover,
.h-btn-orange:active,
.h-btn-warning:hover,
.h-btn-warning:active,
.h-btn-orange.active,
.h-btn-warning.active{
background-color: #ee5600;
border: 1px solid #ee5600;
}
.h-btn-orange.light,.h-btn-warning.light,.h-btn-orange.light:visited,.h-btn-warning.light:visited{/*light*/
background-color: #ffffff;
color: #ff6700 !important;
}
.h-btn-orange.light:hover,
.h-btn-orange.light:active,
.h-btn-warning.light:hover,
.h-btn-warning.light:active,
.h-btn-warning.light.active,
.h-btn-orange.light.active{
color: #de5620 !important;
border: 1px solid #de5620;
}
/*5.危险 red/danger:#e53935*/
.h-btn-red,.h-btn-danger,.h-btn-red:visited,.h-btn-danger:visited{
color: #ffffff;
background-color: #e53935;
border: 1px solid #d42824;
}
.h-btn-red:hover,
.h-btn-red:active,
.h-btn-danger:hover,
.h-btn-danger:active,
.h-btn-danger.active,
.h-btn-red.active{
background-color: #d42824;
border: 1px solid #d42824;
}
.h-btn-red.light,.h-btn-danger.light,.h-btn-red.light:visited,.h-btn-danger.light:visited{/*light*/
background-color: #ffffff;
color: #d42824 !important;
}
.h-btn-red.light:hover,
.h-btn-red.light:active,
.h-btn-danger.light:hover,
.h-btn-danger.light:active,
.h-btn-danger.light.active,
.h-btn-red.light.active{
color: #b32f24 !important;
border: 1px solid #b32f24;
}
/*6.round 圆角*/
.h-btn-round{
border-radius: 3px;
}
/*7.按钮大小 button size*/
/*large*/
.h-btn-large{
padding: 6px 10px;
font-size: 16px;
}
/*small*/
.h-btn-small{
padding: 3px 6px;
font-size: 13px;
}
/*mini*/
.h-btn-mini{
padding: 1px;
font-size: 12px;
}
/*8.块按钮 block button*/
.h-btn-block{
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}
/*9.禁用状态 disabled*/
.h-btn[disabled],button[disabled],button.disabled,a.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled{
cursor: not-allowed;
opacity: 0.45;
filter:alpha(opacity=45); /*IE5-IE7*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /*IE 8*/
}
/*10.链接按钮样式 link button*/
a.h-btn,
a.h-btn-blue,
a.h-btn-primary,
a.h-btn-sky-blue,
a.h-btn-info,
a.h-btn-orange,
a.h-btn-warning,
a.h-btn-red,
a.h-btn-danger{
text-decoration: none; //去掉下划线
}
@import url("../base/base.css");
input,textarea,select{
padding: 4px;
font-size: 14px;
}
input,textarea,.h-input{
border: 1px solid #bcbcbc;
}
/*状态 status input*/
/*default*/
input:focus,
textarea:focus,
input.focus,
textarea.focus{
border-color: #3a9aff;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
}
/*blue-primary*/
input.blue:focus,
textarea.blue:focus,
input.primary:focus,
textarea.primary:focus,
input.primary.focus,
textarea.primary.focus{
border-color: #3a9aff;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
}
/*green-success*/
input.green:focus,
textarea.green:focus,
input.success:focus,
textarea.success:focus,
input.success.focus,
textarea.success.focus{
border-color: #8fbe33;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(143, 190, 51, .075);
box-shadow:inset 0px 3px 2px rgba(143, 190, 51, .075);
}
/*sky-blue-info*/
input.info:focus,
textarea.info:focus,
input.sky-blue:focus,
textarea.sky-blue:focus,
input.sky-blue.focus,
textarea.sky-blue.focus{
border-color: #8fbeef;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(143, 190, 239, .075);
box-shadow:inset 0px 3px 2px rgba(143, 190, 239, .075);
}
/*orange-warning*/
input.warning:focus,
textarea.warning:focus,
input.orange:focus,
textarea.orange:focus,
input.warning.focus,
textarea.warning.focus{
border-color: #ff6700;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(255, 103, 0, .075);
box-shadow:inset 0px 3px 2px rgba(255, 103, 0, .075);
}
/*red-danger*/
input.red:focus,
textarea.red:focus,
input.danger:focus,
textarea.danger:focus,
input.danger.focus,
textarea.danger.focus{
border-color: #e53935;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(229, 57, 53, .075);
box-shadow:inset 0px 3px 2px rgba(229, 57, 53, .075);
}
/*round*/
input.round{
border-radius: 3px;
}
/*block*/
input.block,textarea.block,select.block{
display: block;
}
/*disabled*/
input[disabled],textarea[disabled],select[disabled],
input.disabled,textarea.disabled,select.disabled{
cursor: not-allowed;
}
/*readonly*/
input[readonly],textarea[readonly],select[readonly],
input.readonly,textarea.readonly,select.readonly{
cursor: not-allowed;
}
/*select*/
select option{
padding: 4px;
}
/*大小 size*/
input.xlarge{
padding: 6px;
font-size: 20px;
}
input.large{
padding: 6px 10px;
font-size: 16px;
}
input.small{
padding: 3px;
font-size: 12px;
}
input.mini{
padding: 1px;
font-size: 12px;
}
@import url("../base/base.css");
table,.h-table{
border-spacing: 0;
border-collapse: collapse;
display: table;
}
table > thead > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
.h-table > thead > tr > th,
.h-table > tfoot > tr > th,
.h-table > tbody > tr > td{
padding: 10px;
border-bottom: 1px solid #ddd;
}
table > thead > tr > th,
.h-table > thead > tr > th{
border-bottom: 1px solid #bbb;
}
/*table-status*/
.h-table > tbody > tr.active,
table > tbody > tr.active{
background-color: #efefef;
}
.h-table > tbody > tr.success,
table > tbody > tr.success{
background-color: #ecffaa;
}
.h-table > tbody > tr.info,
table > tbody > tr.info{
background-color: #cfefff;
}
.h-table > tbody > tr.warning,
table > tbody > tr.warning{
background-color: #fdaf7f;
}
.h-table > tbody > tr.danger,
table > tbody > tr.danger{
background-color: #ef8f8f;
}
/*table-striped 条纹*/
.h-table-striped > tbody > tr:nth-child(odd){
background-color: #efefef;
}
.h-table-striped > tbody > tr:nth-child(even){
background-color: #ffffff;
}
/*table-borderd 有边框的*/
.h-table-borderd{
border: 1px solid #ddd;
}
.h-table-borderd > thead > tr > th,
.h-table-borderd > tbody > tr > td{
padding: 10px;
border: 1px solid #ddd;
}
/*table-hover*/
.h-table-hover > tbody > tr:hover{
background-color: #eeeeee !important;
cursor:default;
} | dist/css/heyui.css | *{
font-family: 'Microsoft Yahei';
}
body,html{
font-size: 10px;
/* width: 100%;
height: 100%;
padding: 0;
margin: 0; */
}
@media screen and (max-width:960px) {
body,html{font-size: 12px;}
}
p,div,span,a,button,input,textarea{
font-size: 1.4rem !important;
font-size: 14px;
}
/**h1-h6*/
h1{
font-size: 3.2rem !important;
font-size: 32px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h2{
font-size: 2.8rem !important;
font-size: 28px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h3{
font-size: 2.2rem !important;
font-size: 22px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
h4{
font-size: 1.8rem !important;
font-size: 18px;
font-weight: bold;
margin: 10px 0px;
}
h5{
font-size: 1.6rem !important;
font-size: 16px;
font-weight: bold;
margin: 10px 0px;
}
h6{
font-size: 1.2rem !important;
font-size: 12px;
font-weight: bold;
margin: 10px 0px;
}
/**文本对齐*/
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
/**文本大小*/
.text-xxxlarge{
font-size: 3.0rem !important;
font-size: 30px;
}
.text-xxlarge{
font-size: 2.4rem !important;
font-size: 24px;
}
.text-xlarge{
font-size: 2.0rem !important;
font-size: 20px;
}
.text-large{
font-size: 1.6rem !important;
font-size: 16px;
}
.text-small{
font-size: 1.2rem !important;
font-size: 12px;
}
/*文本颜色*/
.text-primary,.text-blue{
color: #3a9aff !important;
}
.text-success,.text-green{
color: #8fbe33 !important;
}
.text-info,.text-sky-blue{
color: #8fbeef !important;
}
.text-warning,.text-orange{
color: #ff6700 !important;
}
.text-danger,.text-red{
color: #e53935 !important;
}
/*引用*/
div.h-quote,p.h-quote,span.h-quote{
border-left: 5px solid #aaa;
padding: 10px 15px;
background-color: #eee;
margin-bottom: 10px;
}
/*背景颜色*/
.bg-primary,.bg-blue{
background-color: #3a9aff !important;
color: #ffffff;
}
.bg-success,.bg-green{
background-color: #8fbe33 !important;
color: #ffffff;
}
.bg-info,.bg-sky-blue{
background-color: #8fbeef !important;
color: #ffffff;
}
.bg-warning,.bg-orange{
background-color: #ff6700 !important;
color: #ffffff;
}
.bg-danger,.bg-red{
background-color: #e53935 !important;
color: #ffffff;
}
/*显示 display*/
.dis-inline-block{
display: inline-block;
}
.dis-block{
display: block;
}
/*hr 分割线*/
hr{
margin: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid #ddd;
border-left: 0;
}
/**hide 显示/隐藏*/
.show{
display: block !important;
}
.invisible{
visibility: hidden !important;
}
.hide{
display: none !important;
visibility: hidden !important;
}
/**浮动*/
.f-left{
float: left !important;
}
.f-right{
float: right !important;
}
/*clear float 清除浮动*/
.clear-float:before,.clear-float:after{
display: table;
content: "";
}
.clear-float:after{
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}
/*外边距*/
.m-top-10{
margin-top: 10px;
}
.m-top-15{
margin-top: 15px;
}
.m-top-20{
margin-top: 20px;
}
.m-top-30{
margin-top: 30px;
}
.m-bottom-10{
margin-bottom: 10px;
}
.m-bottom-15{
margin-bottom: 15px;
}
.m-bottom-20{
margin-bottom: 20px;
}
.m-bottom-30{
margin-bottom: 30px;
}
.m-left-10{
margin-left: 10px;
}
.m-left-15{
margin-left: 15px;
}
.m-left-20{
margin-left: 20px;
}
.m-left-30{
margin-left: 30px;
}
.m-right-10{
margin-right: 10px;
}
.m-right-15{
margin-right: 15px;
}
.m-right-20{
margin-right: 20px;
}
.m-right-30{
margin-right: 30px;
}
/*内边距*/
.p-top-10{
padding-top: 10px;
}
.p-top-15{
padding-top: 15px;
}
.p-top-20{
padding-top: 20px;
}
.p-top-30{
padding-top: 30px;
}
.p-bottom-10{
padding-bottom: 10px;
}
.p-bottom-15{
padding-bottom: 15px;
}
.p-bottom-20{
padding-bottom: 20px;
}
.p-bottom-30{
padding-bottom: 30px;
}
.p-left-10{
padding-left: 10px;
}
.p-left-15{
padding-left: 15px;
}
.p-left-20{
padding-left: 20px;
}
.p-left-30{
padding-left: 30px;
}
.p-right-10{
padding-right: 10px;
}
.p-right-15{
padding-right: 15px;
}
.p-right-20{
padding-right: 20px;
}
.p-right-30{
padding-right: 30px;
}
@import url("../base/base.css");
/*1.default 默认样式*/
.h-btn,.h-btn:visited{
padding: 4px 8px;
color: #333333;
font-size: 14px;
*font-size: 1.4rem !important;
background-color: #eeeeee;
border: 1px solid #cdcdcd;
display: inline-block;
cursor:pointer;
line-height: 1.328;
}
.h-btn:hover,
.h-btn:active,
.h-btn .active{
background-color: #dddddd;
border: 1px solid #cccccc;
}
.h-btn.light,.h-btn.light:visited{/*light*/
background-color: #ffffff;
color: #666 !important;
}
.h-btn.light:hover,
.h-btn.light:active,
.h-btn.light.active{
color: #222 !important;
border: 1px solid #aaa;
}
/*2.主要 blue-primary*/
.h-btn-blue,.h-btn-primary,.h-btn-blue:visited,.h-btn-primary:visited{
color: #ffffff;
background-color: #3a9aff;
border: 1px solid #2989ee;
}
.h-btn-blue:hover,
.h-btn-blue:active,
.h-btn-primary:hover,
.h-btn-primary:active,
.h-btn-primary.active,
.h-btn-blue.active{
background-color: #2989ee;
border: 1px solid #2989ee;
}
.h-btn-blue.light,.h-btn-primary.light,.h-btn-blue.light:visited,.h-btn-primary.light:visited{/*light*/
background-color: #ffffff;
color: #3a9aff !important;
}
.h-btn-blue.light:hover,
.h-btn-blue.light:active,
.h-btn-primary.light:hover,
.h-btn-primary.light:active,
.h-btn-primary.light.active,
.h-btn-blue.light.active{
color: #2989ee !important;
border: 1px solid #2989ee;
}
/*2.成功 green-success:#7ead67*/
.h-btn-green,.h-btn-success,.h-btn-green:visited,.h-btn-success:visited{
color: #ffffff;
background-color: #8fbe33;
border: 1px solid #7ead22;
}
.h-btn-green:hover,
.h-btn-green:active,
.h-btn-success:hover,
.h-btn-success:active,
.h-btn-success.active,
.h-btn-green.active{
background-color: #7ead22;
border: 1px solid #7ead22;
}
.h-btn-green.light,.h-btn-success.light,.h-btn-green.light:visited,.h-btn-success.light:visited{/*light*/
background-color: #ffffff;
color: #8fbe33 !important;
}
.h-btn-green.light:hover,
.h-btn-green.light:active,
.h-btn-success.light:hover,
.h-btn-success.light:active,
.h-btn-success.light.active,
.h-btn-green.light.active{
color: #7ead22 !important;
border: 1px solid #7ead22;
}
/*3.信息 sky-blue/info:#e53935*/
.h-btn-sky-blue,.h-btn-info,.h-btn-sky-blue:visited,.h-btn-info:visited{
color: #ffffff;
background-color: #8fbeef;
border: 1px solid #7eadde;
}
.h-btn-sky-blue:hover,
.h-btn-sky-blue:active,
.h-btn-info:hover,
.h-btn-info:active,
.h-btn-info.active,
.h-btn-sky-blue.active{
background-color: #7eadde;
border: 1px solid #7eadde;
}
.h-btn-sky-blue.light,.h-btn-info.light,.h-btn-sky-blue.light:visited,.h-btn-info.light:visited{/*light*/
background-color: #ffffff;
color: #8fbeef !important;
}
.h-btn-sky-blue.light:hover,
.h-btn-sky-blue.light:active,
.h-btn-info.light:hover,
.h-btn-info.light:active,
.h-btn-info.light.active,
.h-btn-sky-blue.light.active{
color: #7eadde !important;
border: 1px solid #7eadde;
}
/*4.警告 orange-warning*/
.h-btn-orange,.h-btn-warning,.h-btn-orange:visited,.h-btn-warning:visited{
color: #ffffff;
background-color: #ff6700;
border: 1px solid #ee5600;
}
.h-btn-orange:hover,
.h-btn-orange:active,
.h-btn-warning:hover,
.h-btn-warning:active,
.h-btn-orange.active,
.h-btn-warning.active{
background-color: #ee5600;
border: 1px solid #ee5600;
}
.h-btn-orange.light,.h-btn-warning.light,.h-btn-orange.light:visited,.h-btn-warning.light:visited{/*light*/
background-color: #ffffff;
color: #ff6700 !important;
}
.h-btn-orange.light:hover,
.h-btn-orange.light:active,
.h-btn-warning.light:hover,
.h-btn-warning.light:active,
.h-btn-warning.light.active,
.h-btn-orange.light.active{
color: #de5620 !important;
border: 1px solid #de5620;
}
/*5.危险 red/danger:#e53935*/
.h-btn-red,.h-btn-danger,.h-btn-red:visited,.h-btn-danger:visited{
color: #ffffff;
background-color: #e53935;
border: 1px solid #d42824;
}
.h-btn-red:hover,
.h-btn-red:active,
.h-btn-danger:hover,
.h-btn-danger:active,
.h-btn-danger.active,
.h-btn-red.active{
background-color: #d42824;
border: 1px solid #d42824;
}
.h-btn-red.light,.h-btn-danger.light,.h-btn-red.light:visited,.h-btn-danger.light:visited{/*light*/
background-color: #ffffff;
color: #d42824 !important;
}
.h-btn-red.light:hover,
.h-btn-red.light:active,
.h-btn-danger.light:hover,
.h-btn-danger.light:active,
.h-btn-danger.light.active,
.h-btn-red.light.active{
color: #b32f24 !important;
border: 1px solid #b32f24;
}
/*6.round 圆角*/
.h-btn-round{
border-radius: 3px;
}
/*7.按钮大小 button size*/
/*large*/
.h-btn-large{
padding: 6px 10px;
font-size: 16px;
}
/*small*/
.h-btn-small{
padding: 3px 6px;
font-size: 13px;
}
/*mini*/
.h-btn-mini{
padding: 1px;
font-size: 12px;
}
/*8.块按钮 block button*/
.h-btn-block{
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}
/*9.禁用状态 disabled*/
.h-btn[disabled],button[disabled],button.disabled,a.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled{
cursor: not-allowed;
opacity: 0.45;
filter:alpha(opacity=45); /*IE5-IE7*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /*IE 8*/
}
/*10.链接按钮样式 link button*/
a.h-btn,
a.h-btn-blue,
a.h-btn-primary,
a.h-btn-sky-blue,
a.h-btn-info,
a.h-btn-orange,
a.h-btn-warning,
a.h-btn-red,
a.h-btn-danger{
text-decoration: none; //去掉下划线
}
@import url("../base/base.css");
input,textarea,select{
padding: 4px;
font-size: 14px;
}
input,textarea,.h-input{
border: 1px solid #bcbcbc;
}
/*状态 status input*/
/*default*/
input:focus,
textarea:focus,
input.focus,
textarea.focus{
border-color: #3a9aff;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
}
/*blue-primary*/
input.blue:focus,
textarea.blue:focus,
input.primary:focus,
textarea.primary:focus,
input.primary.focus,
textarea.primary.focus{
border-color: #3a9aff;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
box-shadow:inset 0px 3px 2px rgba(58, 154, 255, .075);
}
/*green-success*/
input.green:focus,
textarea.green:focus,
input.success:focus,
textarea.success:focus,
input.success.focus,
textarea.success.focus{
border-color: #8fbe33;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(143, 190, 51, .075);
box-shadow:inset 0px 3px 2px rgba(143, 190, 51, .075);
}
/*sky-blue-info*/
input.info:focus,
textarea.info:focus,
input.sky-blue:focus,
textarea.sky-blue:focus,
input.sky-blue.focus,
textarea.sky-blue.focus{
border-color: #8fbeef;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(143, 190, 239, .075);
box-shadow:inset 0px 3px 2px rgba(143, 190, 239, .075);
}
/*orange-warning*/
input.warning:focus,
textarea.warning:focus,
input.orange:focus,
textarea.orange:focus,
input.warning.focus,
textarea.warning.focus{
border-color: #ff6700;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(255, 103, 0, .075);
box-shadow:inset 0px 3px 2px rgba(255, 103, 0, .075);
}
/*red-danger*/
input.red:focus,
textarea.red:focus,
input.danger:focus,
textarea.danger:focus,
input.danger.focus,
textarea.danger.focus{
border-color: #e53935;
outline: 0;
-webkit-box-shadow:inset 0px 3px 2px rgba(229, 57, 53, .075);
box-shadow:inset 0px 3px 2px rgba(229, 57, 53, .075);
}
/*round*/
input.round{
border-radius: 3px;
}
/*block*/
input.block,textarea.block,select.block{
display: block;
}
/*disabled*/
input[disabled],textarea[disabled],select[disabled],
input.disabled,textarea.disabled,select.disabled{
cursor: not-allowed;
}
/*readonly*/
input[readonly],textarea[readonly],select[readonly],
input.readonly,textarea.readonly,select.readonly{
cursor: not-allowed;
}
/*select*/
select option{
padding: 4px;
}
/*大小 size*/
input.xlarge{
padding: 6px;
font-size: 20px;
}
input.large{
padding: 6px 10px;
font-size: 16px;
}
input.small{
padding: 3px;
font-size: 12px;
}
input.mini{
padding: 1px;
font-size: 12px;
}
@import url("../base/base.css");
table,.h-table{
border-spacing: 0;
border-collapse: collapse;
display: table;
}
table > thead > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
.h-table > thead > tr > th,
.h-table > tfoot > tr > th,
.h-table > tbody > tr > td{
padding: 10px;
border-bottom: 1px solid #ddd;
}
table > thead > tr > th,
.h-table > thead > tr > th{
border-bottom: 1px solid #bbb;
}
/*table-status*/
.h-table > tbody > tr.active,
table > tbody > tr.active{
background-color: #efefef;
}
.h-table > tbody > tr.success,
table > tbody > tr.success{
background-color: #ecffaa;
}
.h-table > tbody > tr.info,
table > tbody > tr.info{
background-color: #cfefff;
}
.h-table > tbody > tr.warning,
table > tbody > tr.warning{
background-color: #fdaf7f;
}
.h-table > tbody > tr.danger,
table > tbody > tr.danger{
background-color: #ef8f8f;
}
/*table-striped 条纹*/
.h-table-striped > tbody > tr:nth-child(odd){
background-color: #efefef;
}
.h-table-striped > tbody > tr:nth-child(even){
background-color: #ffffff;
}
/*table-borderd 有边框的*/
.h-table-borderd{
border: 1px solid #ddd;
}
.h-table-borderd > thead > tr > th,
.h-table-borderd > tbody > tr > td{
padding: 10px;
border: 1px solid #ddd;
}
/*table-hover*/
.h-table-hover > tbody > tr:hover{
background-color: #eeeeee !important;
cursor:default;
} | 0.198375 | 0.051558 |
* {
font-family: 'Roboto', sans-serif;
}
html, body {
background-color: #fff;
font-family: 'Roboto', sans-serif;
}
.clr{
*zoom:1;
}
.clr:before {
content:" ";
display: table;
}
.clr:after {
content:" ";
display:table;
clear:both;
}
header {
position: relative;
background-color: #fff;
/*height: 142px;*/
margin-bottom: 0;
}
.close-that-popup {
position: relative;
top: 3px;
left: 15px;
float: left;
background-image: url('../img/backb.png');
background-repeat: no-repeat;
background-position: center center;
width: 27px;
height: 20px;
cursor: pointer;
}
.close-that-popup:hover {
background-image: url('../img/backb_hov.png');
}
.logo {
width: 85px;
height: 21px;
background-image: url('../img/logo_sm.png');
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
}
.logo-link {
display: block;
width: 85px;
height: 21px;
text-decoration: none;
margin: 0 auto;
}
.logo-block {
position: relative;
z-index: 100;
}
.tap-menu {
position: relative;
z-index: 0;
float: right;
/*display: block;*/
width: 30px;
height: 22px;
top: 3px;
/*background-image: url('../img/menu_tap.png');*/
background-image: url('../img/sprite.png');
background-repeat: no-repeat;
background-position: center -53px;
}
.tap-menu:hover, .tap-menu.active {
background-position: center -78px;
}
.tap-menu-block {
position: absolute;
z-index: 1;
width: 300px;
top: 116px;
background: #ffffff;
}
.tap-menu-block h3 {
font-weight: normal;
font-size: 16px;
color: #889196;
display: table-cell;
height: 40px;
width: 300px;
vertical-align: middle;
padding: 0 22px;
background: #f7f7f7;
}
.tap-inner-btns {
padding: 40px 22px 12px;
}
.tap-inner-btns label {
display: inline-block;
width: 120px;
height: 44px;
text-align: center;
padding-top: 11px;
margin-bottom: 28px;
font-size: 16px;
color: #ffffff;
background: #a9afb3;
text-decoration: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor: pointer;
}
.tap-inner-btns label input {
display: none !important;
}
.tap-inner-btns label:nth-child(odd) {
float: left;
}
.tap-inner-btns label:nth-child(even) {
float: right;
}
.tap-inner-btns label.active {
color: #ffffff;
background: #00a6c4;
}
.tap-menu-block.active {
display: block;
}
/* Main menu */
.main_menu {
position: absolute;
z-index: 1;
width: 320px;
top: 37px;
background: #00a6c4;
/*padding-top: 35px;*/
/*border-top: 5px solid #03aaca;*/
/*display: none;*/
}
.main_menu .menu_logo {
height: 75px;
display: table-cell;
width: 320px;
vertical-align: middle;
padding: 0 22px;
background: #019cb8 url('../img/dummyico.png') 25px 50% no-repeat;
}
.main_menu .menu_logo a {
display: block;
text-align: center;
}
.main_menu ul {
padding: 0 12px;
}
.main_menu ul li {
float: none;
height: 43px;
margin-top: 12px;
display: block;
}
.main_menu ul li a {
display: block;
height: 43px;
padding: 6px 12px 0;
color: #ffffff;
font-size: 20px;
background: none;
text-decoration: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.button {background: none;}
.main_menu li:hover a, .main_menu li.active, .button.active {background: #019cb8;}
.main_menu.active {
display: block;
}
.search-text-icon {
width: 23px;
height: 23px;
float: left;
}
.go-btn {
float: right;
margin-right: 10px;
border-radius: 0;
border: none;
text-align: center;
background-color: #00a6c4;
color: #fff;
cursor: pointer;
width: 48px;
height: 48px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 3px;
padding-left: 14px;
}
.go-btn:active, .go-btn:focus {
outline: none;
}
.go-btn:active, .go-btn:hover {
background-color: #0193ae;
}
.cat-selector, .val-selector {
list-style: none;
margin: 0;
padding: 0;
}
.cat-selector .cur, .val-selector .cur {
background-color: #00a6c4;
}
.m-item a, .l-item a {
text-decoration: none;
display: block;
height: 32px;
text-align: center;
line-height: 32px;
background-color: #a9afb3;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.m-item a:active, .m-item a:hover { background-color: #00a6c4; }
.l-item a { text-align: left; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; }
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat;}
.l-item.cat-apps a:active, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; }
.l-item.cat-games a:active, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;}
.cat-selector {
float: left;
margin-left: 10px;
}
.val-selector {
float: right;
margin-right: 10px;
}
.cat-selector .m-item {
float: left;
margin-right: 2px;
}
.cat-selector .l-item {
float: left;
margin-right: 2px;
}
.val-selector .m-item {
float: right;
margin-left: 2px;
}
.the-app {
background-color: #fff;
width: 260px;
padding: 20px 20px 0;
}
.the-app .sp-cl {
background-color: #fbf2cc;
}
.rating {
color: #a9a9a9;
margin: 0;
padding: 0;
}
ul.rating {
display: inline-block;
margin-top: 10px;
}
.rating li {
list-style-type: none;
display: inline-block;
text-align: center;
font-weight: bold;
cursor: pointer;
color: #dbdbdb;
}
.rating .filled {
color: #f1c40f;
}
.green-price {color: green !important;}
.red-price {color: red !important;}
@media only screen and (max-width: 3000px) {
.logo-block {
padding: 8px 0 4px;
width: 1920px;
margin: 0 auto;
}
.tap-menu {
right: 490px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 25px;
}
#query-input {
width: 855px;
height: 20px;
border: 8px solid #889196;
padding-right: 5px;
float: left;
margin-left: 10px;
outline: none;
}
#query-input:focus {
border: 8px solid #34495e;
}
.default {
position: absolute;
z-index: 10;
left: 10px;
top: 0px;
width: 886px;
height: 48px;
/*-webkit-transition:all linear 0.3s;
-moz-transition:all linear 0.3s;
-o-transition:all linear 0.3s;
transition:all linear 0.3s;
opacity: 1;*/
}
.default p {
padding: 0 70px;
font-size: 22px;
color: #ffffff;
margin: 0;
display: table-cell;
vertical-align: middle;
height: 48px;
}
.default span {
position: absolute;
z-index: 1000;
display: block;
width: 60px;
height: 48px;
top: 0px;
right: -60px;
cursor: pointer;
}
.default.explore {
background: #34495e url('../img/sprite2.png') 25px -218px no-repeat;
}
.default.hide {
/*opacity: 0;*/
display: none;
}
.search-block {
position: relative;
width: 960px;
margin: 6px auto;
}
.clear-q {
position: absolute;
left: 868px;
top: 8px;
display: block;
float: left;
height: 32px;
width: 20px;
background-color: #de613b;
color: #fff;
font-size: 20px;
line-height: 30px;
text-align: center;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.filters-block {
width: 960px;
margin: 12px auto;
}
.m-item {
width: 150px;
height: 32px;
}
.l-item {
width: 226px;
height: 32px;
}
.l-item a { padding-left: 55px; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 75% -110px;}
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 75% -173px; }
.l-item.cat-apps a.cur, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; background-position: 75% -110px;}
.l-item.cat-games a.cur, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;background-position: 75% -173px;}
#main-holder {
width: 1870px;
margin: 0 auto;
padding: 10px 0;
background-color: #dbdbdb;
}
}
@media only screen and (max-width: 1919px) {
.logo-block {
width: 1600px;
}
.tap-menu {
right: 330px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 20px;
}
#main-holder {
width: 1560px;
}
}
@media only screen and (max-width: 1599px) {
.logo-block {
width: 1280px;
}
.tap-menu {
right: 170px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 15px;
}
#main-holder {
width: 1250px;
}
}
@media only screen and (max-width: 1279px) {
.logo-block {
width: 960px;
}
.tap-menu {
right: 10px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 10px;
}
#main-holder {
width: 940px;
}
}
@media only screen and (max-width: 959px) {
.logo-block {
width: 640px;
}
.tap-menu {
right: 10px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 5px;
}
#query-input {
width: 535px;
}
.default {
width: 566px;
}
.search-block {
width: 640px;
}
.clear-q {
left: 548px;
}
.m-item {
width: 100px;
}
.l-item {
width: 151px;
}
.l-item a { padding-left: 25px; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 80% -110px;}
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 80% -173px; }
.l-item.cat-apps a:active, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; background-position: 80% -110px;}
.l-item.cat-games a:active, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;background-position: 80% -173px;}
.filters-block {
width: 640px;
}
#main-holder {
width: 630px;
}
}
@media only screen and (max-width: 639px) {
.logo-block {
width: 320px;
}
.tap-menu-block {
right: 0px;
top: 425px;
}
.main_menu {
right: 0px;
}
#query-input {
width: 215px;
height: 20px;
border: 8px solid #889196;
}
.default {width: 246px;}
#query-input:focus {
border: 8px solid #34495e;
}
.search-block {
width: 320px;
}
.clear-q {
left: 228px;
top: 8px;
display: block;
float: left;
background-color: #de613b;
color: #fff;
font-size: 20px;
text-align: center;
}
.m-item {
width: 98px;
margin-bottom: 3px;
}
.l-item {
width: 148.5px;
margin-bottom: 3px;
}
.filters-block {
width: 320px;
margin: 6px auto;
}
.cat-selector .m-item {
float: left;
margin-right: 3px;
}
.cat-selector .l-item {
float: left;
margin-right: 3px;
}
.val-selector .m-item {
float: right;
margin-left: 3px;
}
#main-holder {
width: 320px;
}
header {
/*height: 166px;*/
}
}
.app-data-row {
position: relative;
}
.app-icon-holder {
float: left;
}
.app-icon {
width: 50px!important;
background-color: #fff;
}
.app-data-text {
float:left;
margin-left: 15px;
position: relative;
height: 55px;
padding-bottom: 10px;
}
.app-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
float: right;
display: inline-block;
width: 195px;
}
.app-title a {
color: #4f4f4f;
text-decoration: none;
}
.app-price {
color: #e74c3c;
text-decoration: none;
}
.app-price.for-free {
color: green;
}
.app-price:hover {
color: #4f4f4f;
}
.app-price:hover span {
display:none
}
.app-price:hover:before {
content: 'Install';
}
.app-screenshot {
width: 100%;
text-align: center;
}
.app-screenshot img {
/*max-width: 100%; */
width: 260px;
margin: 0 auto;
}
.app-screenshot a {
max-width: 100%;
}
.app-description {
background-color: #f7f7f7;
margin: 15px -20px 0;
padding: 5px 20px 25px;
overflow: hidden;
}
.app-rating {
margin-top: 10px;
font-size: 16px;
}
.app-rating .empty-star {
color: #dbdbdb;
}
.app-rating .solid-star {
color: #f1c40f;
}
.search-button-loader {
width: 20px;
height: 20px;
float: left;
}
.sp-cl {
background-color: #fbf2cc;
}
.go-top {
display: block;
width: 50px;
height: 50px;
background-color: #00a6c4;
opacity: .75;
line-height: 50px;
text-align: center;
position: fixed;
bottom: 0;
right: 15px;
text-decoration: none;
color: #fff;
font-size: 16px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.go-top-cont {
width: 20px;
height: 20px;
background-color: #00a6c4;
opacity: .75;
position: fixed;
bottom: 0;
right: 15px;
padding:15px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.go-top {display:none;}
.go-top.active {display: block;}
.go-top:hover, .go-top:active {
background-color: #0193ae;
}
.show_big_pic_class {
display: none;
}
#no-apps {
width: 270px;
margin: 38px auto;
padding: 15px;
background-color: #fff;
}
.no-app-logo {
width: 66px;
height: 67px;
float: left;
margin-right: 30px;
margin-bottom: 15px;
}
.no-app-title {
width: 170px;
color: #e74c3c;
float: left;
font-size: 16px;
}
.no-apps-sugg {
background-color: #f7f7f7;
margin: 0 -15px -38px;
padding: 10px;
}
.sugg-list {
font-size: 14px;
color #596067;
}
.sugg-list li {
margin-bottom: 3px;
}
.sugg-header {
font-size: 16px;
color: #1f2228;
margin-left: 5px;
}
/* ++++++++++++++++++++++++++++ */
input[type="text"] {
border-radius: 0;
font-size: 16px;
color: #34495e;
padding: 6px 10px;
tap-highlight-color:rgba(0,0,0,0);
}
input[type="text"]:active {
box-shadow: none;
}
input[type="text"]:focus {
box-shadow: none !important;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
border-radius: 0;
}
.sp-box {
position: absolute;
right: 0;
top: 30px;
border: none;
padding: 3px 10px;
background-color: #b69765;
display:none;
color: #fff;
font-size: 13px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#go-up {
position: absolute;
right: 0;
top: 6px;
width: 110px;
height: 43px;
border: 1px solid #00AFD1;
font-size: 19px;
padding-top: 6px;
text-align: center;
color: #fff;
cursor: pointer;
}
#go-up:hover {
background-color: #00AFD1;
}
.totally-hidden-src {
display:none !important;
}
.transition,.transition-links a {
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease
} | app/css/app.css | * {
font-family: 'Roboto', sans-serif;
}
html, body {
background-color: #fff;
font-family: 'Roboto', sans-serif;
}
.clr{
*zoom:1;
}
.clr:before {
content:" ";
display: table;
}
.clr:after {
content:" ";
display:table;
clear:both;
}
header {
position: relative;
background-color: #fff;
/*height: 142px;*/
margin-bottom: 0;
}
.close-that-popup {
position: relative;
top: 3px;
left: 15px;
float: left;
background-image: url('../img/backb.png');
background-repeat: no-repeat;
background-position: center center;
width: 27px;
height: 20px;
cursor: pointer;
}
.close-that-popup:hover {
background-image: url('../img/backb_hov.png');
}
.logo {
width: 85px;
height: 21px;
background-image: url('../img/logo_sm.png');
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
}
.logo-link {
display: block;
width: 85px;
height: 21px;
text-decoration: none;
margin: 0 auto;
}
.logo-block {
position: relative;
z-index: 100;
}
.tap-menu {
position: relative;
z-index: 0;
float: right;
/*display: block;*/
width: 30px;
height: 22px;
top: 3px;
/*background-image: url('../img/menu_tap.png');*/
background-image: url('../img/sprite.png');
background-repeat: no-repeat;
background-position: center -53px;
}
.tap-menu:hover, .tap-menu.active {
background-position: center -78px;
}
.tap-menu-block {
position: absolute;
z-index: 1;
width: 300px;
top: 116px;
background: #ffffff;
}
.tap-menu-block h3 {
font-weight: normal;
font-size: 16px;
color: #889196;
display: table-cell;
height: 40px;
width: 300px;
vertical-align: middle;
padding: 0 22px;
background: #f7f7f7;
}
.tap-inner-btns {
padding: 40px 22px 12px;
}
.tap-inner-btns label {
display: inline-block;
width: 120px;
height: 44px;
text-align: center;
padding-top: 11px;
margin-bottom: 28px;
font-size: 16px;
color: #ffffff;
background: #a9afb3;
text-decoration: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor: pointer;
}
.tap-inner-btns label input {
display: none !important;
}
.tap-inner-btns label:nth-child(odd) {
float: left;
}
.tap-inner-btns label:nth-child(even) {
float: right;
}
.tap-inner-btns label.active {
color: #ffffff;
background: #00a6c4;
}
.tap-menu-block.active {
display: block;
}
/* Main menu */
.main_menu {
position: absolute;
z-index: 1;
width: 320px;
top: 37px;
background: #00a6c4;
/*padding-top: 35px;*/
/*border-top: 5px solid #03aaca;*/
/*display: none;*/
}
.main_menu .menu_logo {
height: 75px;
display: table-cell;
width: 320px;
vertical-align: middle;
padding: 0 22px;
background: #019cb8 url('../img/dummyico.png') 25px 50% no-repeat;
}
.main_menu .menu_logo a {
display: block;
text-align: center;
}
.main_menu ul {
padding: 0 12px;
}
.main_menu ul li {
float: none;
height: 43px;
margin-top: 12px;
display: block;
}
.main_menu ul li a {
display: block;
height: 43px;
padding: 6px 12px 0;
color: #ffffff;
font-size: 20px;
background: none;
text-decoration: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.button {background: none;}
.main_menu li:hover a, .main_menu li.active, .button.active {background: #019cb8;}
.main_menu.active {
display: block;
}
.search-text-icon {
width: 23px;
height: 23px;
float: left;
}
.go-btn {
float: right;
margin-right: 10px;
border-radius: 0;
border: none;
text-align: center;
background-color: #00a6c4;
color: #fff;
cursor: pointer;
width: 48px;
height: 48px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 3px;
padding-left: 14px;
}
.go-btn:active, .go-btn:focus {
outline: none;
}
.go-btn:active, .go-btn:hover {
background-color: #0193ae;
}
.cat-selector, .val-selector {
list-style: none;
margin: 0;
padding: 0;
}
.cat-selector .cur, .val-selector .cur {
background-color: #00a6c4;
}
.m-item a, .l-item a {
text-decoration: none;
display: block;
height: 32px;
text-align: center;
line-height: 32px;
background-color: #a9afb3;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.m-item a:active, .m-item a:hover { background-color: #00a6c4; }
.l-item a { text-align: left; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; }
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat;}
.l-item.cat-apps a:active, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; }
.l-item.cat-games a:active, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;}
.cat-selector {
float: left;
margin-left: 10px;
}
.val-selector {
float: right;
margin-right: 10px;
}
.cat-selector .m-item {
float: left;
margin-right: 2px;
}
.cat-selector .l-item {
float: left;
margin-right: 2px;
}
.val-selector .m-item {
float: right;
margin-left: 2px;
}
.the-app {
background-color: #fff;
width: 260px;
padding: 20px 20px 0;
}
.the-app .sp-cl {
background-color: #fbf2cc;
}
.rating {
color: #a9a9a9;
margin: 0;
padding: 0;
}
ul.rating {
display: inline-block;
margin-top: 10px;
}
.rating li {
list-style-type: none;
display: inline-block;
text-align: center;
font-weight: bold;
cursor: pointer;
color: #dbdbdb;
}
.rating .filled {
color: #f1c40f;
}
.green-price {color: green !important;}
.red-price {color: red !important;}
@media only screen and (max-width: 3000px) {
.logo-block {
padding: 8px 0 4px;
width: 1920px;
margin: 0 auto;
}
.tap-menu {
right: 490px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 25px;
}
#query-input {
width: 855px;
height: 20px;
border: 8px solid #889196;
padding-right: 5px;
float: left;
margin-left: 10px;
outline: none;
}
#query-input:focus {
border: 8px solid #34495e;
}
.default {
position: absolute;
z-index: 10;
left: 10px;
top: 0px;
width: 886px;
height: 48px;
/*-webkit-transition:all linear 0.3s;
-moz-transition:all linear 0.3s;
-o-transition:all linear 0.3s;
transition:all linear 0.3s;
opacity: 1;*/
}
.default p {
padding: 0 70px;
font-size: 22px;
color: #ffffff;
margin: 0;
display: table-cell;
vertical-align: middle;
height: 48px;
}
.default span {
position: absolute;
z-index: 1000;
display: block;
width: 60px;
height: 48px;
top: 0px;
right: -60px;
cursor: pointer;
}
.default.explore {
background: #34495e url('../img/sprite2.png') 25px -218px no-repeat;
}
.default.hide {
/*opacity: 0;*/
display: none;
}
.search-block {
position: relative;
width: 960px;
margin: 6px auto;
}
.clear-q {
position: absolute;
left: 868px;
top: 8px;
display: block;
float: left;
height: 32px;
width: 20px;
background-color: #de613b;
color: #fff;
font-size: 20px;
line-height: 30px;
text-align: center;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.filters-block {
width: 960px;
margin: 12px auto;
}
.m-item {
width: 150px;
height: 32px;
}
.l-item {
width: 226px;
height: 32px;
}
.l-item a { padding-left: 55px; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 75% -110px;}
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 75% -173px; }
.l-item.cat-apps a.cur, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; background-position: 75% -110px;}
.l-item.cat-games a.cur, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;background-position: 75% -173px;}
#main-holder {
width: 1870px;
margin: 0 auto;
padding: 10px 0;
background-color: #dbdbdb;
}
}
@media only screen and (max-width: 1919px) {
.logo-block {
width: 1600px;
}
.tap-menu {
right: 330px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 20px;
}
#main-holder {
width: 1560px;
}
}
@media only screen and (max-width: 1599px) {
.logo-block {
width: 1280px;
}
.tap-menu {
right: 170px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 15px;
}
#main-holder {
width: 1250px;
}
}
@media only screen and (max-width: 1279px) {
.logo-block {
width: 960px;
}
.tap-menu {
right: 10px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 10px;
}
#main-holder {
width: 940px;
}
}
@media only screen and (max-width: 959px) {
.logo-block {
width: 640px;
}
.tap-menu {
right: 10px;
}
.tap-menu-block {
right: 320px;
}
.main_menu {
right: 5px;
}
#query-input {
width: 535px;
}
.default {
width: 566px;
}
.search-block {
width: 640px;
}
.clear-q {
left: 548px;
}
.m-item {
width: 100px;
}
.l-item {
width: 151px;
}
.l-item a { padding-left: 25px; }
.l-item.cat-apps a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 80% -110px;}
.l-item.cat-games a { background: #a9afb3 url('../img/sprite2.png') no-repeat; background-position: 80% -173px; }
.l-item.cat-apps a:active, .l-item.cat-apps a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat; background-position: 80% -110px;}
.l-item.cat-games a:active, .l-item.cat-games a:hover { background: #00a6c4 url('../img/sprite2.png') no-repeat;background-position: 80% -173px;}
.filters-block {
width: 640px;
}
#main-holder {
width: 630px;
}
}
@media only screen and (max-width: 639px) {
.logo-block {
width: 320px;
}
.tap-menu-block {
right: 0px;
top: 425px;
}
.main_menu {
right: 0px;
}
#query-input {
width: 215px;
height: 20px;
border: 8px solid #889196;
}
.default {width: 246px;}
#query-input:focus {
border: 8px solid #34495e;
}
.search-block {
width: 320px;
}
.clear-q {
left: 228px;
top: 8px;
display: block;
float: left;
background-color: #de613b;
color: #fff;
font-size: 20px;
text-align: center;
}
.m-item {
width: 98px;
margin-bottom: 3px;
}
.l-item {
width: 148.5px;
margin-bottom: 3px;
}
.filters-block {
width: 320px;
margin: 6px auto;
}
.cat-selector .m-item {
float: left;
margin-right: 3px;
}
.cat-selector .l-item {
float: left;
margin-right: 3px;
}
.val-selector .m-item {
float: right;
margin-left: 3px;
}
#main-holder {
width: 320px;
}
header {
/*height: 166px;*/
}
}
.app-data-row {
position: relative;
}
.app-icon-holder {
float: left;
}
.app-icon {
width: 50px!important;
background-color: #fff;
}
.app-data-text {
float:left;
margin-left: 15px;
position: relative;
height: 55px;
padding-bottom: 10px;
}
.app-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
float: right;
display: inline-block;
width: 195px;
}
.app-title a {
color: #4f4f4f;
text-decoration: none;
}
.app-price {
color: #e74c3c;
text-decoration: none;
}
.app-price.for-free {
color: green;
}
.app-price:hover {
color: #4f4f4f;
}
.app-price:hover span {
display:none
}
.app-price:hover:before {
content: 'Install';
}
.app-screenshot {
width: 100%;
text-align: center;
}
.app-screenshot img {
/*max-width: 100%; */
width: 260px;
margin: 0 auto;
}
.app-screenshot a {
max-width: 100%;
}
.app-description {
background-color: #f7f7f7;
margin: 15px -20px 0;
padding: 5px 20px 25px;
overflow: hidden;
}
.app-rating {
margin-top: 10px;
font-size: 16px;
}
.app-rating .empty-star {
color: #dbdbdb;
}
.app-rating .solid-star {
color: #f1c40f;
}
.search-button-loader {
width: 20px;
height: 20px;
float: left;
}
.sp-cl {
background-color: #fbf2cc;
}
.go-top {
display: block;
width: 50px;
height: 50px;
background-color: #00a6c4;
opacity: .75;
line-height: 50px;
text-align: center;
position: fixed;
bottom: 0;
right: 15px;
text-decoration: none;
color: #fff;
font-size: 16px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.go-top-cont {
width: 20px;
height: 20px;
background-color: #00a6c4;
opacity: .75;
position: fixed;
bottom: 0;
right: 15px;
padding:15px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.go-top {display:none;}
.go-top.active {display: block;}
.go-top:hover, .go-top:active {
background-color: #0193ae;
}
.show_big_pic_class {
display: none;
}
#no-apps {
width: 270px;
margin: 38px auto;
padding: 15px;
background-color: #fff;
}
.no-app-logo {
width: 66px;
height: 67px;
float: left;
margin-right: 30px;
margin-bottom: 15px;
}
.no-app-title {
width: 170px;
color: #e74c3c;
float: left;
font-size: 16px;
}
.no-apps-sugg {
background-color: #f7f7f7;
margin: 0 -15px -38px;
padding: 10px;
}
.sugg-list {
font-size: 14px;
color #596067;
}
.sugg-list li {
margin-bottom: 3px;
}
.sugg-header {
font-size: 16px;
color: #1f2228;
margin-left: 5px;
}
/* ++++++++++++++++++++++++++++ */
input[type="text"] {
border-radius: 0;
font-size: 16px;
color: #34495e;
padding: 6px 10px;
tap-highlight-color:rgba(0,0,0,0);
}
input[type="text"]:active {
box-shadow: none;
}
input[type="text"]:focus {
box-shadow: none !important;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
border-radius: 0;
}
.sp-box {
position: absolute;
right: 0;
top: 30px;
border: none;
padding: 3px 10px;
background-color: #b69765;
display:none;
color: #fff;
font-size: 13px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#go-up {
position: absolute;
right: 0;
top: 6px;
width: 110px;
height: 43px;
border: 1px solid #00AFD1;
font-size: 19px;
padding-top: 6px;
text-align: center;
color: #fff;
cursor: pointer;
}
#go-up:hover {
background-color: #00AFD1;
}
.totally-hidden-src {
display:none !important;
}
.transition,.transition-links a {
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease
} | 0.250363 | 0.077169 |
.ThemeSelector {
position: fixed;
top: 3rem;
right: 1.5rem;
display: flex;
flex-flow: column;
justify-content: space-evenly;
align-items: center;
z-index: 100;
opacity: 0.7;
transition: opacity 0.1s linear;
}
.ThemeSelectorActive {
opacity: 0.9;
}
.ThemeButton {
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.ThemeButtonIcon {
position: absolute;
width: 1.7rem;
height: 1.7rem;
transform: rotateZ(-45deg);
background: linear-gradient(
to bottom right,
var(--themeIconPrimary) 50%,
var(--themeIconSecondary) 50%
);
z-index: 10;
border: 2px solid var(--text);
box-sizing: border-box;
box-shadow: 0 0 15px 0 var(--boxShadowColor);
transition: transform 0.1s linear, box-shadow 0.1s linear,
border var(--theme-transition-duration) linear;
}
.ThemeButtonIcon:active {
transform: rotateZ(-45deg) scale(0.9);
}
.ThemeButton .ThemeButtonEllipsis {
width: 4px;
height: 4px;
margin: 2px;
background-color: var(--text);
transition: background-color var(--theme-transition-duration) linear;
border-radius: 2px;
z-index: 20;
pointer-events: none;
}
.Themes {
position: absolute;
top: 0.9rem;
z-index: 5;
transition: top 0.3s ease-out, opacity 0.3s linear;
opacity: 0;
pointer-events: none;
}
.ThemesExpanded {
top: 0.9rem;
opacity: 1;
pointer-events: all;
}
.Theme {
position: absolute;
transition: top 0.3s ease-out;
}
.ThemeIcon {
position: absolute;
width: 1.5rem;
height: 1.5rem;
transform: translate(-50%, -50%) rotateZ(45deg);
box-sizing: border-box;
border: 3px solid var(--text);
transition: box-shadow 0.2s linear, transform 0.2s linear,
border var(--theme-transition-duration) linear;
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset;
}
.ThemeIcon:active {
transform: translate(-50%, -50%) rotateZ(45deg) scale(0.9);
}
.ThemeIconSelected {
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset,
0 0 15px 0 var(--boxShadowColor);
}
.ThemeCheckMark {
position: absolute;
transform: translate(-50%, -50%) scale(0);
font-size: 0.8em;
font-weight: bold;
transition: transform 0.2s linear,
color var(--theme-transition-duration) linear;
pointer-events: none;
color: var(--text);
}
.ThemeCheckMarkSelected {
transform: translate(-50%, -50%) scale(1);
}
.Divider {
position: absolute;
width: 2rem;
height: 1px;
background-color: var(--text);
transform: translate(-50%, -50%);
transition: top 0.3s ease-out,
background-color var(--theme-transition-duration) linear,
box-shadow var(--theme-transition-duration) linear;
box-shadow: 0 0 5px 0 var(--boxShadowColor);
}
@media (hover: hover) {
.ThemeButtonIcon:hover {
cursor: pointer;
box-shadow: 0 0 10px 0 var(--boxShadowColor);
}
.ThemeIcon:hover {
cursor: pointer;
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset,
0 0 10px 0 var(--boxShadowColor);
}
}
@media (min-width: 500px) {
.ThemeSelector {
top: 1.5rem;
}
} | src/components/ThemeSelector/theme-selector.module.css | .ThemeSelector {
position: fixed;
top: 3rem;
right: 1.5rem;
display: flex;
flex-flow: column;
justify-content: space-evenly;
align-items: center;
z-index: 100;
opacity: 0.7;
transition: opacity 0.1s linear;
}
.ThemeSelectorActive {
opacity: 0.9;
}
.ThemeButton {
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.ThemeButtonIcon {
position: absolute;
width: 1.7rem;
height: 1.7rem;
transform: rotateZ(-45deg);
background: linear-gradient(
to bottom right,
var(--themeIconPrimary) 50%,
var(--themeIconSecondary) 50%
);
z-index: 10;
border: 2px solid var(--text);
box-sizing: border-box;
box-shadow: 0 0 15px 0 var(--boxShadowColor);
transition: transform 0.1s linear, box-shadow 0.1s linear,
border var(--theme-transition-duration) linear;
}
.ThemeButtonIcon:active {
transform: rotateZ(-45deg) scale(0.9);
}
.ThemeButton .ThemeButtonEllipsis {
width: 4px;
height: 4px;
margin: 2px;
background-color: var(--text);
transition: background-color var(--theme-transition-duration) linear;
border-radius: 2px;
z-index: 20;
pointer-events: none;
}
.Themes {
position: absolute;
top: 0.9rem;
z-index: 5;
transition: top 0.3s ease-out, opacity 0.3s linear;
opacity: 0;
pointer-events: none;
}
.ThemesExpanded {
top: 0.9rem;
opacity: 1;
pointer-events: all;
}
.Theme {
position: absolute;
transition: top 0.3s ease-out;
}
.ThemeIcon {
position: absolute;
width: 1.5rem;
height: 1.5rem;
transform: translate(-50%, -50%) rotateZ(45deg);
box-sizing: border-box;
border: 3px solid var(--text);
transition: box-shadow 0.2s linear, transform 0.2s linear,
border var(--theme-transition-duration) linear;
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset;
}
.ThemeIcon:active {
transform: translate(-50%, -50%) rotateZ(45deg) scale(0.9);
}
.ThemeIconSelected {
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset,
0 0 15px 0 var(--boxShadowColor);
}
.ThemeCheckMark {
position: absolute;
transform: translate(-50%, -50%) scale(0);
font-size: 0.8em;
font-weight: bold;
transition: transform 0.2s linear,
color var(--theme-transition-duration) linear;
pointer-events: none;
color: var(--text);
}
.ThemeCheckMarkSelected {
transform: translate(-50%, -50%) scale(1);
}
.Divider {
position: absolute;
width: 2rem;
height: 1px;
background-color: var(--text);
transform: translate(-50%, -50%);
transition: top 0.3s ease-out,
background-color var(--theme-transition-duration) linear,
box-shadow var(--theme-transition-duration) linear;
box-shadow: 0 0 5px 0 var(--boxShadowColor);
}
@media (hover: hover) {
.ThemeButtonIcon:hover {
cursor: pointer;
box-shadow: 0 0 10px 0 var(--boxShadowColor);
}
.ThemeIcon:hover {
cursor: pointer;
box-shadow: 0 0 5px 0 var(--boxShadowColor) inset,
0 0 10px 0 var(--boxShadowColor);
}
}
@media (min-width: 500px) {
.ThemeSelector {
top: 1.5rem;
}
} | 0.636918 | 0.11004 |
@CHARSET "UTF-8";
.jssora05l,.jssora05r {
display: block;
position: absolute;
/* size of arrow element */
width: 40px;
height: 40px;
cursor: pointer;
background: url('img/a17.png') no-repeat;
overflow: hidden;
}
.jssora05l {
background-position: -10px -40px;
}
.jssora05r {
background-position: -70px -40px;
}
.jssora05l:hover {
background-position: -130px -40px;
}
.jssora05r:hover {
background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
background-position: -310px -40px;
}
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p (normal)
.jssort01 .p:hover (normal mouseover)
.jssort01 .p.pav (active)
.jssort01 .p.pdn (mousedown)
*/
.jssort01 .p {
position: absolute;
top: 0;
left: 0;
width: 72px;
height: 72px;
}
.jssort01 .t {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.jssort01 .w {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.jssort01 .c {
position: absolute;
top: 0px;
left: 0px;
width: 68px;
height: 68px;
border: #000 2px solid;
box-sizing: content-box;
background: url('img/t01.png') -800px -800px no-repeat;
_background: none;
}
.jssort01 .pav .c {
top: 2px;
_top: 0px;
left: 2px;
_left: 0px;
width: 68px;
height: 68px;
border: #000 0px solid;
_border: #fff 2px solid;
background-position: 50% 50%;
}
.jssort01 .p:hover .c {
top: 0px;
left: 0px;
width: 70px;
height: 70px;
border: #fff 1px solid;
background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
background-position: 50% 50%;
width: 68px;
height: 68px;
border: #000 2px solid;
}
* html .jssort01 .c,* html .jssort01 .pdn .c,* html .jssort01 .pav .c {
/* ie quirks mode adjust */
width /**/: 72px;
height /**/: 72px;
}
.uwp_title_area{
margin-top:-20px;
margin-bottom: 10px;
float:left;
width:100%;
}
.uwp_title span{
margin: 0px 12px;
}
.uwp_version{
padding-top:20px;
padding-bottom:-25px;
margin: 0px auto;
width:50%;
font-size: 10px;
}
.uwp_version p{
text-align: center;
line-height: 20px;
} | WebRoot/resources/assets/css/customcss/mobileclientpagecss.css | @CHARSET "UTF-8";
.jssora05l,.jssora05r {
display: block;
position: absolute;
/* size of arrow element */
width: 40px;
height: 40px;
cursor: pointer;
background: url('img/a17.png') no-repeat;
overflow: hidden;
}
.jssora05l {
background-position: -10px -40px;
}
.jssora05r {
background-position: -70px -40px;
}
.jssora05l:hover {
background-position: -130px -40px;
}
.jssora05r:hover {
background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
background-position: -310px -40px;
}
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p (normal)
.jssort01 .p:hover (normal mouseover)
.jssort01 .p.pav (active)
.jssort01 .p.pdn (mousedown)
*/
.jssort01 .p {
position: absolute;
top: 0;
left: 0;
width: 72px;
height: 72px;
}
.jssort01 .t {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.jssort01 .w {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.jssort01 .c {
position: absolute;
top: 0px;
left: 0px;
width: 68px;
height: 68px;
border: #000 2px solid;
box-sizing: content-box;
background: url('img/t01.png') -800px -800px no-repeat;
_background: none;
}
.jssort01 .pav .c {
top: 2px;
_top: 0px;
left: 2px;
_left: 0px;
width: 68px;
height: 68px;
border: #000 0px solid;
_border: #fff 2px solid;
background-position: 50% 50%;
}
.jssort01 .p:hover .c {
top: 0px;
left: 0px;
width: 70px;
height: 70px;
border: #fff 1px solid;
background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
background-position: 50% 50%;
width: 68px;
height: 68px;
border: #000 2px solid;
}
* html .jssort01 .c,* html .jssort01 .pdn .c,* html .jssort01 .pav .c {
/* ie quirks mode adjust */
width /**/: 72px;
height /**/: 72px;
}
.uwp_title_area{
margin-top:-20px;
margin-bottom: 10px;
float:left;
width:100%;
}
.uwp_title span{
margin: 0px 12px;
}
.uwp_version{
padding-top:20px;
padding-bottom:-25px;
margin: 0px auto;
width:50%;
font-size: 10px;
}
.uwp_version p{
text-align: center;
line-height: 20px;
} | 0.206174 | 0.055132 |
._1Wt75OIwbE2JJDjAQL0S0h {
min-width: 380px
}
._1Wt75OIwbE2JJDjAQL0S0h .tips {
color: red;
font-size: 12px
}
._1Wt75OIwbE2JJDjAQL0S0h .sms-label {
margin: 5px 0;
font-size: 12px
}
._1Wt75OIwbE2JJDjAQL0S0h .zent-checkbox-wrap {
margin-top: 35px
}
._1Wt75OIwbE2JJDjAQL0S0h .foot {
margin-top: 30px;
text-align: center
}
.orange {
color: #f60
}
.dark-gray {
color: #666
}
.gray {
color: #999
}
.green {
color: #4b0
}
.red {
color: #f30
}
.qr-dialog {
text-align: center
}
.qr-dialog img {
width: 160px;
height: 160px
}
.qr-dialog p {
font-size: 12px;
color: #666;
margin-top: 20px
}
.infobar {
position: relative;
height: 45px;
padding: 15px 20px;
line-height: 20px;
background: #f8f8f8
}
.infobar .avatar {
float: left;
width: 45px;
height: 45px;
margin-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #e5e5e5;
border-radius: 50%
}
.infobar h3 {
font-size: 14px;
color: #111;
font-weight: 700;
padding-top: 3px
}
.infobar p {
font-size: 12px;
color: #666
}
.infobar .create-btn {
position: absolute;
bottom: 20px;
right: 25px
}
.infobar .info-setting {
margin-left: 15px;
color: #666
}
.select {
background: #f8f8f8;
padding-bottom: 5px
}
.select .box {
min-height: 460px;
padding: 0 30px 20px;
overflow-y: hidden;
margin: 0 5px;
background-color: #fff
}
.select .box h3 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 16px
}
.select .box .sort {
margin-top: 30px;
height: 30px;
line-height: 30px
}
.select .box .sort li {
font-size: 12px;
color: #666
}
.select .box .sort li:before {
content: "-";
margin: 0 5px;
color: #e5e5e5
}
.select .box .sort li:first-child {
padding-left: 0
}
.select .box .sort li:first-child:before {
content: none
}
.select .box .sort li:first-child span {
padding-left: 0
}
.select .box .sort li:last-child {
border-right: 0
}
.select .box .sort li.active {
color: #38f
}
.select .box .sort li span {
cursor: pointer;
display: inline-block;
height: 30px;
padding: 0 5px
}
.select .box .dp-list {
margin-top: 20px
}
.select .box .dp-list .dp-title {
margin-top: 18px;
font-size: 14px;
height: 20px;
line-height: 20px;
padding-bottom: 5px;
color: #111;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.select .box .dp-list .dp-title .dp-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block
}
.select .box .dp-list .dp-title .locked-mark {
display: inline-block;
width: 20px;
height: 20px;
background: url("/v2/image/dashboard/locked@2x.png") no-repeat 50%;
background-size: 10px;
vertical-align: middle
}
.select .box .dp-list .dp-item p {
height: 22px;
line-height: 22px;
font-size: 12px
}
.select .box .tag {
padding: 2px 4px;
margin-right: 5px;
border-radius: 1px;
background: #f44;
color: #fff
}
.select .box .dp-item {
position: relative
}
.select .box .dp-item span.bggray {
border: 1px solid #999;
color: #999
}
.select .box .dp-item:hover {
border-left-color: #d8d8d8;
border-right-color: #d8d8d8;
border-bottom-color: #d8d8d8
}
.select .box .dp-item:hover p {
color: #666
}
.select .box .dp-item:hover .operate-label {
display: block
}
.select .box .operate-label {
display: none;
position: absolute;
left: 20px;
bottom: 12px;
height: 12px
}
.select .box .operate-label a {
margin-right: 5px
}
.select .search-query {
width: 206px;
margin-top: 30px
}
.select .search-query input {
padding: 4px 14px
}
.select-info {
text-align: center
}
.select-info .desc-info {
font-size: 16px;
margin: 60px 0 35px;
color: #333
}
.select-info .how-to-join-info {
display: inline-block;
margin-top: 130px;
font-size: 12px;
color: #666;
padding: 20px 10px 0;
border-top: 1px solid #e5e5e5
}
.border-box {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}
.clearfix:after,.f-cb:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden
}
.clearfix,.f-cb {
*zoom: 1
}
.f-tc {
text-align: center
}
.f-tl {
text-align: left
}
.f-tr {
text-align: right
}
.text-gray {
color: #999
}
.text-red {
color: #ff4343
}
.text-green {
color: #12d24d
}
.text-blue {
color: #0099fc
}
.bg-gray {
background: #fdfdfd
}
.bg-red {
background: #ff4343
}
.bg-green {
background: #12d24d
}
.bg-blue {
background: #0099fc
}
.f-fl,.flt {
float: left
}
.f-fr,.frt {
float: right
}
.f-pr {
position: relative
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.inline {
display: inline
}
.f-pa {
position: absolute
}
.f-cp {
cursor: pointer
}
.f-thide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.f-hs::-webkit-scrollbar {
width: 0;
height: 0
}
.hide {
display: none
}
.orange {
color: #f60
}
.dark-gray {
color: #666
}
.gray {
color: #999
}
.green {
color: #4b0
}
.red {
color: #f30
}
.shop {
width: 900px;
margin: 0 auto
}
.shop .f-fr {
float: right
}
.shop .fl {
float: left
}
.shop .head {
height: 24px;
line-height: 30px;
margin: 26px 0 21px
}
.shop .head .logo {
float: left;
width: 70px;
height: 24px;
background-size: 100% 100%;
background-image: url("https://img.yzcdn.cn/wsc/shop/img/logo@2x.png")
}
.shop .head .logon_link+.sep {
float: left;
width: 1px;
height: 18px;
margin: 0 10px;
background: #e8e8e8;
position: relative;
top: 6px
}
.shop .head h2 {
float: left;
font-size: 16px;
position: relative;
color: #333
}
.shop .head .right {
float: right
}
.shop .head .right .sep {
display: inline-block;
margin: 0 5px;
color: #e5e5e5
}
.shop .gener-ambas-img {
display: block;
width: 100%;
height: 150px;
background-size: 900px 150px;
background-position: 50%;
margin-top: 10px;
background-image: url("https://img.yzcdn.cn/public_files/2018/01/17/9b66e04d9e205159dc6f280cd5a29f96.png")
}
.shop .foot {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #999;
padding-bottom: 30px
}
.shop .dp-list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.shop .dp-list .holder {
height: 0;
margin: 0;
padding: 0;
width: 260px
}
.shop .dp-item {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 260px;
height: 120px;
padding: 0 20px;
margin-bottom: 20px;
border-radius: 2px;
border: 1px solid #e5e5e5;
border-top: 3px solid #d5d7db;
background: #fff;
cursor: pointer;
color: #999
}
.shop .dp-item h4 {
margin-top: 22px;
font-size: 16px
}
.shop .dp-item p {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical
}
.shop .dp-item.blue {
border-top-color: #38f
}
.shop .dp-item svg {
position: absolute;
right: -9999px;
bottom: -9999px;
color: #f60
}
.shop .dp-item.active svg {
right: 10px;
bottom: 10px
}
.shop .dp-item .tag {
position: absolute;
bottom: 0;
right: 10px;
width: 34px;
line-height: 20px;
text-align: center;
background: #f44;
color: #fff
}
.shop .dp-item span.type {
position: absolute;
bottom: 10px;
right: 10px;
border-radius: 2px;
height: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 12px;
padding: 3px;
border: 1px solid #bbb;
font-size: 12px;
color: #bbb
}
.shop .red_bg {
border-top: 3px solid #ff6e6e
}
.shop .red_bg span.type {
border: 1px solid #ff6e6e;
color: #ff6e6e
}
.shop .title {
margin: 40px 0;
font-size: 16px
}
.shop .title:before {
content: "";
display: block;
float: left;
width: 5px;
height: 16px;
margin-right: 5px;
background: #f60
}
.shop .title .right {
float: right;
font-size: 12px
}
.shop .title .right .sep {
color: #cacaca;
margin: 0 5px
}
.shop .ui-form .control-label {
width: 150px;
padding-right: 10px;
font-size: 14px;
font-weight: 400
}
.shop .ui-form .form-control {
width: 250px;
height: 36px;
font-size: 14px
}
.shop .ui-form .radio label:not(.control-label) {
margin-right: 20px;
font-size: 14px
}
.shop .ui-form .radio label:not(.control-label) input {
margin-right: 5px
}
.shop .ui-form .widget-selectbox,.shop .ui-form .widget-selectbox-handle {
width: 250px
}
.shop .ui-form .location .zent-select {
width: 170px
}
.shop .ui-form .location .zent-select-text {
height: 36px;
line-height: 24px;
font-size: 14px
}
.shop .ui-form .addr .form-control {
width: 530px
}
.shop .ui-form .submit label {
display: block;
margin: 30px 0 20px
}
.shop .ui-form .submit label input {
margin-right: 5px
}
.shop .ui-form .submit .btn {
width: 250px
}
.shop .ui-form .static-label {
font-size: 14px
}
.shop .ui-form .error {
padding-left: 150px
}
body.theme-new-ui {
background-color: #fff
}
a {
color: #38f
} | public/assets/css/yzw.css | ._1Wt75OIwbE2JJDjAQL0S0h {
min-width: 380px
}
._1Wt75OIwbE2JJDjAQL0S0h .tips {
color: red;
font-size: 12px
}
._1Wt75OIwbE2JJDjAQL0S0h .sms-label {
margin: 5px 0;
font-size: 12px
}
._1Wt75OIwbE2JJDjAQL0S0h .zent-checkbox-wrap {
margin-top: 35px
}
._1Wt75OIwbE2JJDjAQL0S0h .foot {
margin-top: 30px;
text-align: center
}
.orange {
color: #f60
}
.dark-gray {
color: #666
}
.gray {
color: #999
}
.green {
color: #4b0
}
.red {
color: #f30
}
.qr-dialog {
text-align: center
}
.qr-dialog img {
width: 160px;
height: 160px
}
.qr-dialog p {
font-size: 12px;
color: #666;
margin-top: 20px
}
.infobar {
position: relative;
height: 45px;
padding: 15px 20px;
line-height: 20px;
background: #f8f8f8
}
.infobar .avatar {
float: left;
width: 45px;
height: 45px;
margin-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #e5e5e5;
border-radius: 50%
}
.infobar h3 {
font-size: 14px;
color: #111;
font-weight: 700;
padding-top: 3px
}
.infobar p {
font-size: 12px;
color: #666
}
.infobar .create-btn {
position: absolute;
bottom: 20px;
right: 25px
}
.infobar .info-setting {
margin-left: 15px;
color: #666
}
.select {
background: #f8f8f8;
padding-bottom: 5px
}
.select .box {
min-height: 460px;
padding: 0 30px 20px;
overflow-y: hidden;
margin: 0 5px;
background-color: #fff
}
.select .box h3 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 16px
}
.select .box .sort {
margin-top: 30px;
height: 30px;
line-height: 30px
}
.select .box .sort li {
font-size: 12px;
color: #666
}
.select .box .sort li:before {
content: "-";
margin: 0 5px;
color: #e5e5e5
}
.select .box .sort li:first-child {
padding-left: 0
}
.select .box .sort li:first-child:before {
content: none
}
.select .box .sort li:first-child span {
padding-left: 0
}
.select .box .sort li:last-child {
border-right: 0
}
.select .box .sort li.active {
color: #38f
}
.select .box .sort li span {
cursor: pointer;
display: inline-block;
height: 30px;
padding: 0 5px
}
.select .box .dp-list {
margin-top: 20px
}
.select .box .dp-list .dp-title {
margin-top: 18px;
font-size: 14px;
height: 20px;
line-height: 20px;
padding-bottom: 5px;
color: #111;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.select .box .dp-list .dp-title .dp-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block
}
.select .box .dp-list .dp-title .locked-mark {
display: inline-block;
width: 20px;
height: 20px;
background: url("/v2/image/dashboard/locked@2x.png") no-repeat 50%;
background-size: 10px;
vertical-align: middle
}
.select .box .dp-list .dp-item p {
height: 22px;
line-height: 22px;
font-size: 12px
}
.select .box .tag {
padding: 2px 4px;
margin-right: 5px;
border-radius: 1px;
background: #f44;
color: #fff
}
.select .box .dp-item {
position: relative
}
.select .box .dp-item span.bggray {
border: 1px solid #999;
color: #999
}
.select .box .dp-item:hover {
border-left-color: #d8d8d8;
border-right-color: #d8d8d8;
border-bottom-color: #d8d8d8
}
.select .box .dp-item:hover p {
color: #666
}
.select .box .dp-item:hover .operate-label {
display: block
}
.select .box .operate-label {
display: none;
position: absolute;
left: 20px;
bottom: 12px;
height: 12px
}
.select .box .operate-label a {
margin-right: 5px
}
.select .search-query {
width: 206px;
margin-top: 30px
}
.select .search-query input {
padding: 4px 14px
}
.select-info {
text-align: center
}
.select-info .desc-info {
font-size: 16px;
margin: 60px 0 35px;
color: #333
}
.select-info .how-to-join-info {
display: inline-block;
margin-top: 130px;
font-size: 12px;
color: #666;
padding: 20px 10px 0;
border-top: 1px solid #e5e5e5
}
.border-box {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}
.clearfix:after,.f-cb:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden
}
.clearfix,.f-cb {
*zoom: 1
}
.f-tc {
text-align: center
}
.f-tl {
text-align: left
}
.f-tr {
text-align: right
}
.text-gray {
color: #999
}
.text-red {
color: #ff4343
}
.text-green {
color: #12d24d
}
.text-blue {
color: #0099fc
}
.bg-gray {
background: #fdfdfd
}
.bg-red {
background: #ff4343
}
.bg-green {
background: #12d24d
}
.bg-blue {
background: #0099fc
}
.f-fl,.flt {
float: left
}
.f-fr,.frt {
float: right
}
.f-pr {
position: relative
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.inline {
display: inline
}
.f-pa {
position: absolute
}
.f-cp {
cursor: pointer
}
.f-thide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.f-hs::-webkit-scrollbar {
width: 0;
height: 0
}
.hide {
display: none
}
.orange {
color: #f60
}
.dark-gray {
color: #666
}
.gray {
color: #999
}
.green {
color: #4b0
}
.red {
color: #f30
}
.shop {
width: 900px;
margin: 0 auto
}
.shop .f-fr {
float: right
}
.shop .fl {
float: left
}
.shop .head {
height: 24px;
line-height: 30px;
margin: 26px 0 21px
}
.shop .head .logo {
float: left;
width: 70px;
height: 24px;
background-size: 100% 100%;
background-image: url("https://img.yzcdn.cn/wsc/shop/img/logo@2x.png")
}
.shop .head .logon_link+.sep {
float: left;
width: 1px;
height: 18px;
margin: 0 10px;
background: #e8e8e8;
position: relative;
top: 6px
}
.shop .head h2 {
float: left;
font-size: 16px;
position: relative;
color: #333
}
.shop .head .right {
float: right
}
.shop .head .right .sep {
display: inline-block;
margin: 0 5px;
color: #e5e5e5
}
.shop .gener-ambas-img {
display: block;
width: 100%;
height: 150px;
background-size: 900px 150px;
background-position: 50%;
margin-top: 10px;
background-image: url("https://img.yzcdn.cn/public_files/2018/01/17/9b66e04d9e205159dc6f280cd5a29f96.png")
}
.shop .foot {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #999;
padding-bottom: 30px
}
.shop .dp-list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.shop .dp-list .holder {
height: 0;
margin: 0;
padding: 0;
width: 260px
}
.shop .dp-item {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 260px;
height: 120px;
padding: 0 20px;
margin-bottom: 20px;
border-radius: 2px;
border: 1px solid #e5e5e5;
border-top: 3px solid #d5d7db;
background: #fff;
cursor: pointer;
color: #999
}
.shop .dp-item h4 {
margin-top: 22px;
font-size: 16px
}
.shop .dp-item p {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical
}
.shop .dp-item.blue {
border-top-color: #38f
}
.shop .dp-item svg {
position: absolute;
right: -9999px;
bottom: -9999px;
color: #f60
}
.shop .dp-item.active svg {
right: 10px;
bottom: 10px
}
.shop .dp-item .tag {
position: absolute;
bottom: 0;
right: 10px;
width: 34px;
line-height: 20px;
text-align: center;
background: #f44;
color: #fff
}
.shop .dp-item span.type {
position: absolute;
bottom: 10px;
right: 10px;
border-radius: 2px;
height: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 12px;
padding: 3px;
border: 1px solid #bbb;
font-size: 12px;
color: #bbb
}
.shop .red_bg {
border-top: 3px solid #ff6e6e
}
.shop .red_bg span.type {
border: 1px solid #ff6e6e;
color: #ff6e6e
}
.shop .title {
margin: 40px 0;
font-size: 16px
}
.shop .title:before {
content: "";
display: block;
float: left;
width: 5px;
height: 16px;
margin-right: 5px;
background: #f60
}
.shop .title .right {
float: right;
font-size: 12px
}
.shop .title .right .sep {
color: #cacaca;
margin: 0 5px
}
.shop .ui-form .control-label {
width: 150px;
padding-right: 10px;
font-size: 14px;
font-weight: 400
}
.shop .ui-form .form-control {
width: 250px;
height: 36px;
font-size: 14px
}
.shop .ui-form .radio label:not(.control-label) {
margin-right: 20px;
font-size: 14px
}
.shop .ui-form .radio label:not(.control-label) input {
margin-right: 5px
}
.shop .ui-form .widget-selectbox,.shop .ui-form .widget-selectbox-handle {
width: 250px
}
.shop .ui-form .location .zent-select {
width: 170px
}
.shop .ui-form .location .zent-select-text {
height: 36px;
line-height: 24px;
font-size: 14px
}
.shop .ui-form .addr .form-control {
width: 530px
}
.shop .ui-form .submit label {
display: block;
margin: 30px 0 20px
}
.shop .ui-form .submit label input {
margin-right: 5px
}
.shop .ui-form .submit .btn {
width: 250px
}
.shop .ui-form .static-label {
font-size: 14px
}
.shop .ui-form .error {
padding-left: 150px
}
body.theme-new-ui {
background-color: #fff
}
a {
color: #38f
} | 0.294925 | 0.101545 |
div.gridbox{
overflow:hidden;
text-align:left;
}
.dhx_sub_row
{
background-color:white;
}
div.gridbox .xhdr{
background-color:#D4D0C8;
}
div.gridbox table.obj{
height:1px;
}
div.gridbox table.hdr td {
line-height:normal;
font-family:arial;
font-size:12px;
background-Color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 0px 5px 0px ;
font-weight:normal;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
empty-cells:show;
}
div.gridbox table.hdr td div.hdrcell{
overflow:hidden;
}
div.gridbox table.obj td {
border: 1px solid;
border-color : white Gray Gray white;
font-family:Arial;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
empty-cells:show;
}
div.gridbox table.obj th, div.gridbox table.hdr th{
padding:0px 0px 0px 0px ;
margin:0px 0px 0px 0px ;
}
div.gridbox table.row20px tr td{
height:20px;
white-space: nowrap;
padding:0px;
}
div.gridbox .objbox {
background-color:white;
position:relative;
}
div.gridbox table.obj td span.space, div.gridbox table.obj td img.space{
width:18px;
}
div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
background-color:#d8d8d8;
color:black;
}
div.gridbox table.obj tr.rowselected td{
background-color:#e1e0d7;
color:black;
}
div.gridbox table.obj td.editable{
-moz-user-select:text;
}
div.gridbox table.obj td.group_row{
vertical-align:middle; font-family:Tahoma; font-size:10pt; font-weight:bold; height:30px; border:0px; border-bottom: 2px solid navy;
}
.dragSpanDiv{ font-size : 12px; border: 1px gray solid; background-color:white; z-index:999; }
.dhx_combo_select{
font-family:arial;
font-size:12px;
border:1px solid;
border-color:black silver silver black;
background-color:white;
overflow:hidden;
cursor:default;
position:absolute;
height:auto;
z-index:600;
}
.dhx_combo_edit{
width:100%;
border:0px;
padding:0px;
padding-right:1px !ie;
margin:0px;
font:12px arial;
overflow:hidden;
}
.dhx_textarea{
border:1px solid;
border-color:black silver silver black;
position:absolute;
height:100px;
z-index:600;
}
.dhx_clist{
background-color:white;
border:1px solid black;
padding:2px 2px 2px 2px;
z-index:300;
}
.gridDragLine{
position:absolute;
top:10px; left:0px;
width:100%;
height:2px;
background-color:black;
overflow:hidden;
}
/*paginal output*/
div.pagingBlock{
font-size:12px;
font-family:verdana,arial;
}
div.pagingBlock .pagingCurrentPage{
font-weight:bold;
cursor:default;
}
div.pagingBlock .pagingPage{
cursor:pointer;
text-decoration:underline;
}
span.recordsInfoBlock {
font-size:12px;
font-family:verdana,arial;
}
div.pagingBlock a{
text-decoration:none;
padding-right:2px;
color:black;
cursor:pointer;
}
div.pagingBlock a.dhx_not_active{
text-decoration:none;
cursor:default;
}
/*class for toolbar selectbox. used with pagingWT*/
.toolbar_select{
font-size:10px;
}
/*block selection style*/
.dhtmlxGrid_selection {
-moz-opacity: 0.5;
filter: alpha(opacity = 50);
background-color:yellow;
opacity:0.5;
border: 1px dotted black;
}
/* xp skin ------------------------------------------------------*/
div.gridbox_xp{
border:1px solid lightgrey;
}
div.gridbox_xp .xhdr{
background-image:url('imgs/header_bg_60.gif');
}
div.gridbox_xp table.hdr td {
color:#616161;
background-image:url('imgs/header_bg_60.gif');
border:0px;
text-align: center;
margin:0px;
padding:5px 0px 5px 0px ;
font-weight:bold;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
}
div.gridbox_xp table.hdr td div.hdrcell{
border-left: 1px solid white;
border-right: 1px solid gray;
height:16px;
white-space : nowrap;
font-family:Arial;
font-size:12px;
}
div.gridbox_xp table.obj td {
border:0px;
border-bottom: 1px solid lightgrey;
border-right: 1px solid lightgrey;
font-family:Arial;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
}
div.gridbox_xp table.obj tr.rowselected td{
background-color:whitesmoke;
color:black;
}
div.gridbox_xp table.obj tr.rowselected td.cellselected, div.gridbox_xp table.obj td.cellselected {
background-color:whitesmoke;
}
div.gridbox_xp table.row20px tr td{
height:22px;
white-space: nowrap;
padding:1px;
}
/* gray skin --------------------------------------------------*/
div.gridbox_gray {
border:1px solid gray;
background-color:#D4D0C8;
}
/* mt skin ------------------------------------------------------*/
div.gridbox_mt{
border:1px solid lightgrey;
}
div.gridbox_mt .dhx_sub_row
{
background-color:transparent;
}
div.gridbox_mt .xhdr{
background-image:url('imgs/header_bg.gif');
}
div.gridbox_mt .xhdr_last{
border:0px;
border-bottom: 1px solid lightgrey;
border-left: 1px solid lightgrey;
}
div.gridbox_mt table.hdr td {
color:#616161;
border:0px;
border-bottom: 1px solid lightgrey;
border-left: 1px solid lightgrey;
text-align: center;
margin:0px;
background-image:url('imgs/header_bg.gif');
padding: 0px 0px 0px 0px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
}
div.gridbox_mt table.hdr td div.hdrcell{
height:16px;
white-space : nowrap;
font-family:Verdana;
font-size:12px;
}
div.gridbox_mt table.obj td {
border:0px;
border-bottom: 1px solid lightgrey;
border-right: 0px solid lightgrey;
font-family:Verdana;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
}
div.gridbox_mt table.obj tr.rowselected td{
background-color:#D6D3FA;
color:black;
}
div.gridbox_mt table.obj tr.rowselected td.cellselected, div.gridbox_mt table.obj td.cellselected {
background-color:#D6D3FA;
}
div.gridbox_mt table.row20px tr td{
height:22px;
white-space: nowrap;
padding:1px;
}
/*------------------------------------------------------------*/
div.gridbox div.ftr{
position:absolute;
left:0px;
bottom:1px;
width:100%;
overflow:hidden;
}
div.gridbox div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:1px solid gray;
border-right:1px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
overflow:hidden;
}
div.gridbox table.hdr td.columnTargetR div.hdrcell{
border-right:3px double #FF6600;
border-left:3px solid #D4D0C8;
}
div.gridbox table.hdr td.columnTargetL div.hdrcell{
border-right:3px solid #D4D0C8;
border-left:3px double #FF6600;
}
.dhx_dragColDiv{
font-family:Arial;
font-size:12px;
background-color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 20px 5px 20px ;
font-weight:normal;
filter:alpha(opacity:75);
-moz-opacity:0.75;
opacity:0.75;
}
/*light*/
div.gridbox_light {
border:1px solid #c2d5dc;
}
div.gridbox_light .xhdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light .xhdr_last{
border: 1px solid;
border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
}
div.gridbox_light table.hdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light table.hdr td {
border: 1px solid;
border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_light table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_light table.hdr .filter{
padding-left:0px !important;
text-align:center;
-moz-user-select:text;
}
div.gridbox_light table.obj td {
border-width: 0px 1px 0px 1px;
border-left: 1px solid white;
border-right: 1px solid #D6D6D6;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_light table.obj{
border-bottom: 1px solid #D6D6D6;
}
div.gridbox_light table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_light .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_light table.obj tr.rowselected td{
background-color:#ededed;
color:black;
}
div.gridbox_light table.obj tr.rowselected td.cellselected, div.gridbox_light table.obj td.cellselected {
background-color:#ededed;
}
div.gridbox_light .odd_light{
background-color:#E5F2F8;
}
div.gridbox_light div.ftr td {
empty-cells:show;
}
/*modern*/
div.gridbox_modern {
border:1px solid #D6D6D6;
}
div.gridbox_modern .dhx_sub_row
{
background-color:transparent;
}
div.gridbox_modern .xhdr{
background-image:url(imgs/skin_modern_header.png);
}
div.gridbox_modern .xhdr_last{
border: 1px solid;
border-color : #FDFDFD #B5B5B5 #B5B5B5 #FDFDFD;
}
div.gridbox_modern table.hdr{
background-image:url(imgs/skin_modern_header.png);
}
div.gridbox_modern table.hdr td {
border-right:1px solid #B5B5B5;
border-left:1px solid #FDFDFD;
border-top:1px solid #FDFDFD;
border-bottom:1px solid #B5B5B5;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_modern table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_modern table.hdr .filter{
padding-left:0px !important;
text-align:center;
}
div.gridbox_modern table.obj td {
border: 0px solid;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_modern table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_modern .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_modern table.obj tr.rowselected td{
background-color:#9ac2e5;
color:black;
}
div.gridbox_modern table.obj tr.rowselected td.cellselected, div.gridbox_modern table.obj td.cellselected {
background-color:#9ac2e5;
}
div.gridbox_modern .odd_modern{
background-color:#EDEDED;
}
div.gridbox_modern div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:0px solid gray;
border-right:0px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
}
/*clear*/
div.gridbox_clear .xhdr{
background-color:transparent;
}
div.gridbox_clear div.topMumba{
position:absolute;
left:0px;
width:100%;
height:3px;
background-image:url(imgs/skinC_header.png);
overflow:hidden;
padding:0px;
margin:0px;
}
div.gridbox_clear div.bottomMumba{
position:absolute;
left:0px;
width:100%;
height:3px;
background-image:url(imgs/skinD_header.png);
overflow:hidden;
}
div.gridbox_clear div.bottomMumba img,div.gridbox_clear div.topMumba img{
border:0px;
position:absolute;
top:0px;
}
div.gridbox_clear{
padding-left: 10px;
padding-right: 10px;
}
div.gridbox_clear table.hdr td {
border:0px;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_clear table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
padding-bottom:2px;
}
div.gridbox_clear table.hdr .filter{
padding-left:0px !important;
text-align:center;
}
div.gridbox_clear table.obj td {
border-width: 0px 1px 0px 0px ;
border-color:#D6D6D6;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_clear table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_clear .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_clear .odd_clear{
background-color:#E5F2F8;
}
div.gridbox_clear div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:1px solid gray;
border-right:0px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
}
/*sb dark*/
div.gridbox_sbdark .objbox {
background: #313131 !important;
}
div.gridbox_sbdark .xhdr{
background-color:#313131;
}
div.gridbox_sbdark .xhdr_last{
border: 1px solid;
border-color : #474948 #202220 #202220 #202220;
}
div.gridbox_sbdark {
background: #313131 !important;
}
div.gridbox_sbdark table {
border-collapse: collapse;
}
div.gridbox_sbdark table.hdr tr {
border-top: 1px solid #202220;
}
div.gridbox_sbdark table.hdr,
div.gridbox_sbdark table.hdr td {
border-right:1px solid #202220;
border-left:1px solid #202220;
border-top: 1px solid #474948;
border-bottom:1px solid #202220;
background-color: #313131;
font-size:11px;
color:#8A8F84;
vertical-align:top;
text-align:left;
padding: 2px 5px;
}
div.gridbox_sbdark .hdrcell {
padding-left: 0px !important;
font-family: 'Lucida Sans Unicode','Tahoma';
}
div.gridbox_sbdark table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_sbdark table.obj td {
border-width: 0px 1px 0px 1px;
border-left: 1px solid #202220;
border-right: 1px solid #EDF3F0;
font-family: 'Consolas','Lucida Sans Unicode','Tahoma';
font-size:11px;
}
div.gridbox_sbdark table.row20px tr td {
padding: 0px 5px !important;
text-indent:1px;
}
div.gridbox_sbdark .dhx_combo_edit{
font-family: 'Lucida Sans Unicode','Tahoma';
font-size:11px;
}
div.gridbox_sbdark table.obj tr.rowselected td,
div.gridbox_sbdark table.obj tr:hover,
div.gridbox_sbdark .odd_light:hover {
background-color: #8A8F84;
color: white !important;
}
div.gridbox_sbdark table.obj tr.rowselected td.cellselected ,
div.gridbox_sbdark table.obj td.cellselected {
background-color:#8A8F84;
}
div.gridbox_sbdark .cellselected {
background-color: #6e6f64 !important;
}
div.gridbox_sbdark .ev_sbdark {
background-color: #FFFFFF;
}
div.gridbox_sbdark .odd_sbdark {
background-color:#EDF3F0;
}
.dhtmlx_live_validation_error{
background-color:#FFE0E0 !important;
}
.dhtmlx_validation_error{
border-bottom:2px solid red !important;
}
.dhx_header_cmenu{
background-color:#ffffff;
border:2px outset silver;
z-index:2;
}
.dhx_header_cmenu_item{
white-space:nowrap;
}
div.gridbox_dhx_skyblue div.ftr td{
text-align:right;
background-image:url(./imgs/sky_blue_grid.gif);
border-color:#A4BED4;
} | cute-web-view/src/main/resources/META-INF/resources/static/thirdparts/dhtmlxSuite/dhtmlxGrid/dhtmlxgrid.css | div.gridbox{
overflow:hidden;
text-align:left;
}
.dhx_sub_row
{
background-color:white;
}
div.gridbox .xhdr{
background-color:#D4D0C8;
}
div.gridbox table.obj{
height:1px;
}
div.gridbox table.hdr td {
line-height:normal;
font-family:arial;
font-size:12px;
background-Color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 0px 5px 0px ;
font-weight:normal;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
empty-cells:show;
}
div.gridbox table.hdr td div.hdrcell{
overflow:hidden;
}
div.gridbox table.obj td {
border: 1px solid;
border-color : white Gray Gray white;
font-family:Arial;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
empty-cells:show;
}
div.gridbox table.obj th, div.gridbox table.hdr th{
padding:0px 0px 0px 0px ;
margin:0px 0px 0px 0px ;
}
div.gridbox table.row20px tr td{
height:20px;
white-space: nowrap;
padding:0px;
}
div.gridbox .objbox {
background-color:white;
position:relative;
}
div.gridbox table.obj td span.space, div.gridbox table.obj td img.space{
width:18px;
}
div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
background-color:#d8d8d8;
color:black;
}
div.gridbox table.obj tr.rowselected td{
background-color:#e1e0d7;
color:black;
}
div.gridbox table.obj td.editable{
-moz-user-select:text;
}
div.gridbox table.obj td.group_row{
vertical-align:middle; font-family:Tahoma; font-size:10pt; font-weight:bold; height:30px; border:0px; border-bottom: 2px solid navy;
}
.dragSpanDiv{ font-size : 12px; border: 1px gray solid; background-color:white; z-index:999; }
.dhx_combo_select{
font-family:arial;
font-size:12px;
border:1px solid;
border-color:black silver silver black;
background-color:white;
overflow:hidden;
cursor:default;
position:absolute;
height:auto;
z-index:600;
}
.dhx_combo_edit{
width:100%;
border:0px;
padding:0px;
padding-right:1px !ie;
margin:0px;
font:12px arial;
overflow:hidden;
}
.dhx_textarea{
border:1px solid;
border-color:black silver silver black;
position:absolute;
height:100px;
z-index:600;
}
.dhx_clist{
background-color:white;
border:1px solid black;
padding:2px 2px 2px 2px;
z-index:300;
}
.gridDragLine{
position:absolute;
top:10px; left:0px;
width:100%;
height:2px;
background-color:black;
overflow:hidden;
}
/*paginal output*/
div.pagingBlock{
font-size:12px;
font-family:verdana,arial;
}
div.pagingBlock .pagingCurrentPage{
font-weight:bold;
cursor:default;
}
div.pagingBlock .pagingPage{
cursor:pointer;
text-decoration:underline;
}
span.recordsInfoBlock {
font-size:12px;
font-family:verdana,arial;
}
div.pagingBlock a{
text-decoration:none;
padding-right:2px;
color:black;
cursor:pointer;
}
div.pagingBlock a.dhx_not_active{
text-decoration:none;
cursor:default;
}
/*class for toolbar selectbox. used with pagingWT*/
.toolbar_select{
font-size:10px;
}
/*block selection style*/
.dhtmlxGrid_selection {
-moz-opacity: 0.5;
filter: alpha(opacity = 50);
background-color:yellow;
opacity:0.5;
border: 1px dotted black;
}
/* xp skin ------------------------------------------------------*/
div.gridbox_xp{
border:1px solid lightgrey;
}
div.gridbox_xp .xhdr{
background-image:url('imgs/header_bg_60.gif');
}
div.gridbox_xp table.hdr td {
color:#616161;
background-image:url('imgs/header_bg_60.gif');
border:0px;
text-align: center;
margin:0px;
padding:5px 0px 5px 0px ;
font-weight:bold;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
}
div.gridbox_xp table.hdr td div.hdrcell{
border-left: 1px solid white;
border-right: 1px solid gray;
height:16px;
white-space : nowrap;
font-family:Arial;
font-size:12px;
}
div.gridbox_xp table.obj td {
border:0px;
border-bottom: 1px solid lightgrey;
border-right: 1px solid lightgrey;
font-family:Arial;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
}
div.gridbox_xp table.obj tr.rowselected td{
background-color:whitesmoke;
color:black;
}
div.gridbox_xp table.obj tr.rowselected td.cellselected, div.gridbox_xp table.obj td.cellselected {
background-color:whitesmoke;
}
div.gridbox_xp table.row20px tr td{
height:22px;
white-space: nowrap;
padding:1px;
}
/* gray skin --------------------------------------------------*/
div.gridbox_gray {
border:1px solid gray;
background-color:#D4D0C8;
}
/* mt skin ------------------------------------------------------*/
div.gridbox_mt{
border:1px solid lightgrey;
}
div.gridbox_mt .dhx_sub_row
{
background-color:transparent;
}
div.gridbox_mt .xhdr{
background-image:url('imgs/header_bg.gif');
}
div.gridbox_mt .xhdr_last{
border:0px;
border-bottom: 1px solid lightgrey;
border-left: 1px solid lightgrey;
}
div.gridbox_mt table.hdr td {
color:#616161;
border:0px;
border-bottom: 1px solid lightgrey;
border-left: 1px solid lightgrey;
text-align: center;
margin:0px;
background-image:url('imgs/header_bg.gif');
padding: 0px 0px 0px 0px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
}
div.gridbox_mt table.hdr td div.hdrcell{
height:16px;
white-space : nowrap;
font-family:Verdana;
font-size:12px;
}
div.gridbox_mt table.obj td {
border:0px;
border-bottom: 1px solid lightgrey;
border-right: 0px solid lightgrey;
font-family:Verdana;
font-size:12px;
-moz-user-select:none;
-moz-user-select:-moz-none;
overflow:hidden;
padding-top:0px;
padding-bottom:0px;
}
div.gridbox_mt table.obj tr.rowselected td{
background-color:#D6D3FA;
color:black;
}
div.gridbox_mt table.obj tr.rowselected td.cellselected, div.gridbox_mt table.obj td.cellselected {
background-color:#D6D3FA;
}
div.gridbox_mt table.row20px tr td{
height:22px;
white-space: nowrap;
padding:1px;
}
/*------------------------------------------------------------*/
div.gridbox div.ftr{
position:absolute;
left:0px;
bottom:1px;
width:100%;
overflow:hidden;
}
div.gridbox div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:1px solid gray;
border-right:1px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
overflow:hidden;
}
div.gridbox table.hdr td.columnTargetR div.hdrcell{
border-right:3px double #FF6600;
border-left:3px solid #D4D0C8;
}
div.gridbox table.hdr td.columnTargetL div.hdrcell{
border-right:3px solid #D4D0C8;
border-left:3px double #FF6600;
}
.dhx_dragColDiv{
font-family:Arial;
font-size:12px;
background-color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 20px 5px 20px ;
font-weight:normal;
filter:alpha(opacity:75);
-moz-opacity:0.75;
opacity:0.75;
}
/*light*/
div.gridbox_light {
border:1px solid #c2d5dc;
}
div.gridbox_light .xhdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light .xhdr_last{
border: 1px solid;
border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
}
div.gridbox_light table.hdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light table.hdr td {
border: 1px solid;
border-color : #FDFDFD #93AFBA #93AFBA #FDFDFD;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_light table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_light table.hdr .filter{
padding-left:0px !important;
text-align:center;
-moz-user-select:text;
}
div.gridbox_light table.obj td {
border-width: 0px 1px 0px 1px;
border-left: 1px solid white;
border-right: 1px solid #D6D6D6;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_light table.obj{
border-bottom: 1px solid #D6D6D6;
}
div.gridbox_light table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_light .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_light table.obj tr.rowselected td{
background-color:#ededed;
color:black;
}
div.gridbox_light table.obj tr.rowselected td.cellselected, div.gridbox_light table.obj td.cellselected {
background-color:#ededed;
}
div.gridbox_light .odd_light{
background-color:#E5F2F8;
}
div.gridbox_light div.ftr td {
empty-cells:show;
}
/*modern*/
div.gridbox_modern {
border:1px solid #D6D6D6;
}
div.gridbox_modern .dhx_sub_row
{
background-color:transparent;
}
div.gridbox_modern .xhdr{
background-image:url(imgs/skin_modern_header.png);
}
div.gridbox_modern .xhdr_last{
border: 1px solid;
border-color : #FDFDFD #B5B5B5 #B5B5B5 #FDFDFD;
}
div.gridbox_modern table.hdr{
background-image:url(imgs/skin_modern_header.png);
}
div.gridbox_modern table.hdr td {
border-right:1px solid #B5B5B5;
border-left:1px solid #FDFDFD;
border-top:1px solid #FDFDFD;
border-bottom:1px solid #B5B5B5;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_modern table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_modern table.hdr .filter{
padding-left:0px !important;
text-align:center;
}
div.gridbox_modern table.obj td {
border: 0px solid;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_modern table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_modern .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_modern table.obj tr.rowselected td{
background-color:#9ac2e5;
color:black;
}
div.gridbox_modern table.obj tr.rowselected td.cellselected, div.gridbox_modern table.obj td.cellselected {
background-color:#9ac2e5;
}
div.gridbox_modern .odd_modern{
background-color:#EDEDED;
}
div.gridbox_modern div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:0px solid gray;
border-right:0px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
}
/*clear*/
div.gridbox_clear .xhdr{
background-color:transparent;
}
div.gridbox_clear div.topMumba{
position:absolute;
left:0px;
width:100%;
height:3px;
background-image:url(imgs/skinC_header.png);
overflow:hidden;
padding:0px;
margin:0px;
}
div.gridbox_clear div.bottomMumba{
position:absolute;
left:0px;
width:100%;
height:3px;
background-image:url(imgs/skinD_header.png);
overflow:hidden;
}
div.gridbox_clear div.bottomMumba img,div.gridbox_clear div.topMumba img{
border:0px;
position:absolute;
top:0px;
}
div.gridbox_clear{
padding-left: 10px;
padding-right: 10px;
}
div.gridbox_clear table.hdr td {
border:0px;
background-color:transparent;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#055A78;
vertical-align:top;
text-align:left;
}
div.gridbox_clear table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
padding-bottom:2px;
}
div.gridbox_clear table.hdr .filter{
padding-left:0px !important;
text-align:center;
}
div.gridbox_clear table.obj td {
border-width: 0px 1px 0px 0px ;
border-color:#D6D6D6;
font-family:Tahoma;
font-size:11px;
padding-right:4px;
padding-left:4px;
}
div.gridbox_clear table.row20px tr td {
padding-right:4px;
padding-left:4px;
}
div.gridbox_clear .dhx_combo_edit{
font-family:Tahoma;
font-size:11px;
}
div.gridbox_clear .odd_clear{
background-color:#E5F2F8;
}
div.gridbox_clear div.ftr td {
padding:0px;
padding-left:10px;
padding-right:5px;
border-top:1px solid gray;
border-right:0px solid gray;
background-color:#ffffcc;
font-style : italic;
font-family:arial;
font-size:12px;
}
/*sb dark*/
div.gridbox_sbdark .objbox {
background: #313131 !important;
}
div.gridbox_sbdark .xhdr{
background-color:#313131;
}
div.gridbox_sbdark .xhdr_last{
border: 1px solid;
border-color : #474948 #202220 #202220 #202220;
}
div.gridbox_sbdark {
background: #313131 !important;
}
div.gridbox_sbdark table {
border-collapse: collapse;
}
div.gridbox_sbdark table.hdr tr {
border-top: 1px solid #202220;
}
div.gridbox_sbdark table.hdr,
div.gridbox_sbdark table.hdr td {
border-right:1px solid #202220;
border-left:1px solid #202220;
border-top: 1px solid #474948;
border-bottom:1px solid #202220;
background-color: #313131;
font-size:11px;
color:#8A8F84;
vertical-align:top;
text-align:left;
padding: 2px 5px;
}
div.gridbox_sbdark .hdrcell {
padding-left: 0px !important;
font-family: 'Lucida Sans Unicode','Tahoma';
}
div.gridbox_sbdark table.hdr td div.hdrcell{
width:auto;
padding-left:10px;
}
div.gridbox_sbdark table.obj td {
border-width: 0px 1px 0px 1px;
border-left: 1px solid #202220;
border-right: 1px solid #EDF3F0;
font-family: 'Consolas','Lucida Sans Unicode','Tahoma';
font-size:11px;
}
div.gridbox_sbdark table.row20px tr td {
padding: 0px 5px !important;
text-indent:1px;
}
div.gridbox_sbdark .dhx_combo_edit{
font-family: 'Lucida Sans Unicode','Tahoma';
font-size:11px;
}
div.gridbox_sbdark table.obj tr.rowselected td,
div.gridbox_sbdark table.obj tr:hover,
div.gridbox_sbdark .odd_light:hover {
background-color: #8A8F84;
color: white !important;
}
div.gridbox_sbdark table.obj tr.rowselected td.cellselected ,
div.gridbox_sbdark table.obj td.cellselected {
background-color:#8A8F84;
}
div.gridbox_sbdark .cellselected {
background-color: #6e6f64 !important;
}
div.gridbox_sbdark .ev_sbdark {
background-color: #FFFFFF;
}
div.gridbox_sbdark .odd_sbdark {
background-color:#EDF3F0;
}
.dhtmlx_live_validation_error{
background-color:#FFE0E0 !important;
}
.dhtmlx_validation_error{
border-bottom:2px solid red !important;
}
.dhx_header_cmenu{
background-color:#ffffff;
border:2px outset silver;
z-index:2;
}
.dhx_header_cmenu_item{
white-space:nowrap;
}
div.gridbox_dhx_skyblue div.ftr td{
text-align:right;
background-image:url(./imgs/sky_blue_grid.gif);
border-color:#A4BED4;
} | 0.187467 | 0.077903 |
body{padding-top:50px}
#banner{border-bottom:none}
.page-header h1{font-size:4em}
.bs-docs-section{margin-top:8em}
footer{margin:5em 0}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}
footer p{clear:left;margin-bottom:0}
.splash{background-color:#1c2533;background:-webkit-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-o-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-ms-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-moz-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:linear-gradient(20deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background-attachment:fixed;padding:6em 0 2em;color:#fff;text-align:center}.splash .alert{margin:4em 0 2em}
.splash h1{font-size:4em}
.splash #social{margin-top:6em}
.section-tout{padding:4em 0 3em;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}
.section-tout p{margin-bottom:3em}
.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1;border:1px solid rgba(0,0,0,0.1);border-radius:6px}.section-preview .preview .image{padding:5px}.section-preview .preview .image img{border:1px solid rgba(0,0,0,0.1)}
.section-preview .preview .options{text-align:center;padding:0 2em 2em}.section-preview .preview .options p{margin-bottom:2em}
.section-preview .dropdown-menu{text-align:left}
.section-preview .lead{margin-bottom:2em}
@media (max-width:767px){.section-preview .image img{width:100%}}
.bsa .one .bsa_it_ad{border:none !important;background-color:transparent !important}.bsa .one .bsa_it_ad .bsa_it_t,.bsa .one .bsa_it_ad .bsa_it_d{color:inherit !important}
.bsa .one .bsa_it_p{display:none}
/***************************************
My custom css
***************************************/
.select-date-all{ width: 32% !important; float: left; margin: 2px; }
.wd-10{ width:100px; border-radius:5px !important; }
.wd-15{ width:150px; border-radius:5px !important; }
.wd-20{ width:200px; border-radius:5px !important; }
.wd-25{ width:250px; border-radius:5px !important; }
.tx-center{ text-align:center }
.tx-left { text-align:left }
.tx-right { text-align:right }
.fs-25{ font-size: 25px; }
ul li{list-style: none;}
.form-control{
height: 40px;
}
/* image button loader */
.img-loader.hide { display: none; }
.img-loader {
display: inline-block;
width: 16px;
height: 16px;
margin: -3px 5px 0 0 !important;
background-image: url(../images/loader.gif) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-color: transparent !important;
vertical-align: middle;
} | public/css/bootswatch.min.css | body{padding-top:50px}
#banner{border-bottom:none}
.page-header h1{font-size:4em}
.bs-docs-section{margin-top:8em}
footer{margin:5em 0}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}
footer p{clear:left;margin-bottom:0}
.splash{background-color:#1c2533;background:-webkit-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-o-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-ms-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:-moz-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background:linear-gradient(20deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);background-attachment:fixed;padding:6em 0 2em;color:#fff;text-align:center}.splash .alert{margin:4em 0 2em}
.splash h1{font-size:4em}
.splash #social{margin-top:6em}
.section-tout{padding:4em 0 3em;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}
.section-tout p{margin-bottom:3em}
.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1;border:1px solid rgba(0,0,0,0.1);border-radius:6px}.section-preview .preview .image{padding:5px}.section-preview .preview .image img{border:1px solid rgba(0,0,0,0.1)}
.section-preview .preview .options{text-align:center;padding:0 2em 2em}.section-preview .preview .options p{margin-bottom:2em}
.section-preview .dropdown-menu{text-align:left}
.section-preview .lead{margin-bottom:2em}
@media (max-width:767px){.section-preview .image img{width:100%}}
.bsa .one .bsa_it_ad{border:none !important;background-color:transparent !important}.bsa .one .bsa_it_ad .bsa_it_t,.bsa .one .bsa_it_ad .bsa_it_d{color:inherit !important}
.bsa .one .bsa_it_p{display:none}
/***************************************
My custom css
***************************************/
.select-date-all{ width: 32% !important; float: left; margin: 2px; }
.wd-10{ width:100px; border-radius:5px !important; }
.wd-15{ width:150px; border-radius:5px !important; }
.wd-20{ width:200px; border-radius:5px !important; }
.wd-25{ width:250px; border-radius:5px !important; }
.tx-center{ text-align:center }
.tx-left { text-align:left }
.tx-right { text-align:right }
.fs-25{ font-size: 25px; }
ul li{list-style: none;}
.form-control{
height: 40px;
}
/* image button loader */
.img-loader.hide { display: none; }
.img-loader {
display: inline-block;
width: 16px;
height: 16px;
margin: -3px 5px 0 0 !important;
background-image: url(../images/loader.gif) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-color: transparent !important;
vertical-align: middle;
} | 0.292494 | 0.12363 |
.content-container {
height: auto;
min-height: 100%;
}
#CategoryList > ul {
list-style: none;
padding-left: 10px;
}
#CategoryList > ul li {
margin-bottom: 15px;
cursor: pointer;
}
#CategoryList > ul li.active {
color: #3f51b5;
}
.button-clear {
color: red;
cursor: pointer;
}
.md-app-avatar {
width: 150px;
height: 150px;
}
.app-item {
margin-left: 50px;
}
.app-item-title {
width: 100%;
}
.app-item-text {
width: 100%;
float: left;
margin: 15px 0px;
}
.app-item-stars {
width: 100%;
float: left;
}
.app-version {
margin: 0 0;
}
.app-header-stars {
margin: 15px 0px;
}
.app-single-header {
padding-left: 16px;
}
.app-single-reviews-item {
border-bottom: 1px solid #000;
padding-bottom: 15px;
}
.app-single-reviews-text {
margin-top: 20px !important;
}
.app-single-write-comment-box {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.app-single-clear-margin {
margin: 0;
}
.app-single-back-button {
margin-left: 15px;
}
.app-single-back-btn {
font-size: initial;
}
.app-single-place-review-star-holder {
margin-bottom: 15px;
}
.place-review-star {
cursor: pointer;
}
.spinner {
margin: 100px auto 0;
width: 70px;
text-align: center;
}
.spinner-color {
background-color: #6fed5e;
}
.spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.ratingstar-24 {
width: 24px;
height: 24px !important;
}
.ratingstar-15 {
width: 15px;
height: 15px;
} | assets/css/style.css | .content-container {
height: auto;
min-height: 100%;
}
#CategoryList > ul {
list-style: none;
padding-left: 10px;
}
#CategoryList > ul li {
margin-bottom: 15px;
cursor: pointer;
}
#CategoryList > ul li.active {
color: #3f51b5;
}
.button-clear {
color: red;
cursor: pointer;
}
.md-app-avatar {
width: 150px;
height: 150px;
}
.app-item {
margin-left: 50px;
}
.app-item-title {
width: 100%;
}
.app-item-text {
width: 100%;
float: left;
margin: 15px 0px;
}
.app-item-stars {
width: 100%;
float: left;
}
.app-version {
margin: 0 0;
}
.app-header-stars {
margin: 15px 0px;
}
.app-single-header {
padding-left: 16px;
}
.app-single-reviews-item {
border-bottom: 1px solid #000;
padding-bottom: 15px;
}
.app-single-reviews-text {
margin-top: 20px !important;
}
.app-single-write-comment-box {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.app-single-clear-margin {
margin: 0;
}
.app-single-back-button {
margin-left: 15px;
}
.app-single-back-btn {
font-size: initial;
}
.app-single-place-review-star-holder {
margin-bottom: 15px;
}
.place-review-star {
cursor: pointer;
}
.spinner {
margin: 100px auto 0;
width: 70px;
text-align: center;
}
.spinner-color {
background-color: #6fed5e;
}
.spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.ratingstar-24 {
width: 24px;
height: 24px !important;
}
.ratingstar-15 {
width: 15px;
height: 15px;
} | 0.300027 | 0.063453 |
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');
*{
margin: 0%;
padding: 0%;
font-weight: 500;
font-size: 14px;
}
body{
background:linear-gradient(135deg, #E3E3E3 0%,#9a9a9a 100%);
display: grid;
place-items: center;
font-weight: 450;
opacity: 1;
}
.none
{
display: none;
}
.resume
{
margin-top: 20px;
width: 800px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#print
{
background-color: #fff;
padding: 30px 50px;
height: 1120px;
}
.head
{
display: grid;
grid-template-columns: 3fr 1.5fr;
}
.head .main .name
{
font-size: 55px;
font-family: 'Raleway', sans-serif;
}
.head .main span:nth-child(2)
{
color: rgb(100, 100, 100);
font-size: 55px;
font-family: 'Raleway', sans-serif;
margin-left: 5px;
}
.head .main .post
{
font-family: 'Barlow', sans-serif;
}
.head .contacts
{
text-align: right;
padding-top: 7px;
}
.head .contacts .content
{
font-weight: 500;
padding-right: 5px;
}
.head .contacts .symbol
{
margin-right: 5px;
font-size: 15px;
width: 17px;
height: 17px;
}
.line
{
height: 0.5px;
background-color: rgb(87, 87, 87);
margin: 25px 0;
margin-bottom: 50px;
}
.mainbody
{
display: grid;
grid-template-columns: 10fr 1fr 17fr;
height: 900px;
}
.mainbody .border
{
background-color: rgb(87, 87, 87);
width: 3px;
opacity: 2;
}
.mainbody .rightside
{
padding-left: 15px;
}
.title
{
font-weight: 700;
font-size: 18px;
border: none;
padding-bottom: 3px;
border-bottom: 2px greenyellow solid;
}
.skill
{
margin-bottom: 6px;
}
button
{
margin: 15px 0;
}
.language
{
margin-bottom:6px;
}
.language span:nth-child(odd)
{
font-weight: 700;
}
#education
{
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.edublock .head
{
font-weight: 700;
font-size: 17px;
}
/*-----------------------------------------*/
.navbtn
{
position: fixed;
top: 40%;
left: 4%;
transform: translate(-40%,-4%);
height: 60px;
width: 60px;
border-radius: 50%;
border:#fff 2px solid;
transition: 300ms ease-in-out;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.navbtn:nth-child(2)
{
top: 50%;
left: 4.4%;
transform: translate(-50%,-4.4%);
}
.navbtn:nth-child(3)
{
top: 60%;
left: 4.8%;
transform: translate(-60%,-4.8%);
}
.navbtn:hover
{
background-color: black;
color: #fff;
border: #000 2px solid;
height: 65px;
width: 65px;
} | assets/css/resume_builder.css | @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');
*{
margin: 0%;
padding: 0%;
font-weight: 500;
font-size: 14px;
}
body{
background:linear-gradient(135deg, #E3E3E3 0%,#9a9a9a 100%);
display: grid;
place-items: center;
font-weight: 450;
opacity: 1;
}
.none
{
display: none;
}
.resume
{
margin-top: 20px;
width: 800px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#print
{
background-color: #fff;
padding: 30px 50px;
height: 1120px;
}
.head
{
display: grid;
grid-template-columns: 3fr 1.5fr;
}
.head .main .name
{
font-size: 55px;
font-family: 'Raleway', sans-serif;
}
.head .main span:nth-child(2)
{
color: rgb(100, 100, 100);
font-size: 55px;
font-family: 'Raleway', sans-serif;
margin-left: 5px;
}
.head .main .post
{
font-family: 'Barlow', sans-serif;
}
.head .contacts
{
text-align: right;
padding-top: 7px;
}
.head .contacts .content
{
font-weight: 500;
padding-right: 5px;
}
.head .contacts .symbol
{
margin-right: 5px;
font-size: 15px;
width: 17px;
height: 17px;
}
.line
{
height: 0.5px;
background-color: rgb(87, 87, 87);
margin: 25px 0;
margin-bottom: 50px;
}
.mainbody
{
display: grid;
grid-template-columns: 10fr 1fr 17fr;
height: 900px;
}
.mainbody .border
{
background-color: rgb(87, 87, 87);
width: 3px;
opacity: 2;
}
.mainbody .rightside
{
padding-left: 15px;
}
.title
{
font-weight: 700;
font-size: 18px;
border: none;
padding-bottom: 3px;
border-bottom: 2px greenyellow solid;
}
.skill
{
margin-bottom: 6px;
}
button
{
margin: 15px 0;
}
.language
{
margin-bottom:6px;
}
.language span:nth-child(odd)
{
font-weight: 700;
}
#education
{
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.edublock .head
{
font-weight: 700;
font-size: 17px;
}
/*-----------------------------------------*/
.navbtn
{
position: fixed;
top: 40%;
left: 4%;
transform: translate(-40%,-4%);
height: 60px;
width: 60px;
border-radius: 50%;
border:#fff 2px solid;
transition: 300ms ease-in-out;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.navbtn:nth-child(2)
{
top: 50%;
left: 4.4%;
transform: translate(-50%,-4.4%);
}
.navbtn:nth-child(3)
{
top: 60%;
left: 4.8%;
transform: translate(-60%,-4.8%);
}
.navbtn:hover
{
background-color: black;
color: #fff;
border: #000 2px solid;
height: 65px;
width: 65px;
} | 0.289874 | 0.098686 |
.inputtext_s{
word-break: break-all;
box-sizing: border-box;
font: inherit;
margin: 5px 5px 5px 5px;
letter-spacing: -0.05em;
max-width: 100%;
font-family: 'Noto Sans';
color: #333;
width: 230px;
height: 34px;
padding: 0 19px;
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
font-size: 14px;
line-height: 20px;
outline: none;
}
.regibutton{
border-radius: 3px;
border: solid 1px #cccccc;
background-color: #ffffff;
color: #525252;
/* font-weight: bolder; */
height: 34px;
/* padding: 0px 30px 0px 30px; */
margin: 0px 9px;
position: relative;
right: 112px;
word-break: break-all;
box-sizing: border-box;
font: inherit;
margin: 5px 5px 5px 5px;
letter-spacing: -0.05em;
max-width: 100%;
font-family: 'Noto Sans';
color: #333;
/* width: 230px; */
height: 34px;
/* padding: 0 19px; */
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
font-size: 14px;
line-height: 20px;
outline: none;
}
.regibutton_s{
border-radius: 5px;
border: solid 1px #c5c5c5;
background-color: #ffffff;
color: #525252;
/* font-weight: bolder; */
height: 43px;
height: 43px;
adding: 0px 30px 0px 30px;
margin: 0px 9px;
width: 299px;
}
.memBtn{
/* padding: 10px; */
margin: 16px 0px 5px;
}
.page-container {
width: 100%;
height: 100%;
min-height: 100vh;
padding-left: 280px;
-webkit-transition: padding-left 0.3s ease 0s;
transition: padding-left 0.3s ease 0s;
}
.sbar_collapsed.page-container {
padding-left: 0;
}
.card {
border: none;
border-radius: 4px;
background-color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 480px;
}
.card:hover {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);
}
.card-body {
padding: 25.6px;
padding: 1.6rem;
}
.h-full {
height: 100%;
}
.main-content {
width: 100%;
background: #F3F8FB;
}
.main-content-inner {
padding: 0 30px 50px;
}
/*------------------------- END Core Css -------------------*/
/*-------------------- 2.1 Sidebar Menu -------------------*/
/*-------------------- END Sidebar Menu -------------------*/
/*-------------------- 2.1.1 Horizontal Menu -------------------*/
/*-------------------- END Header Area -------------------*/
/*-------------------- 2.3 Page Title Area -------------------*/
.page-title-area {
padding: 0 30px;
background: #fff;
position: relative;
}
.page-title-area:before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 36px;
background: var(--primary-color);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-title {
font-size: 24px;
font-weight: 300;
color: #313b3d;
letter-spacing: 0;
margin-right: 30px;
}
ul.breadcrumbs {
margin-top: 4px;
}
.breadcrumbs li {
display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
display: block;
font-size: 14px;
font-weight: 400;
color: #7801ff;
letter-spacing: 0;
margin-right: 16px;
position: relative;
}
.breadcrumbs li a:before {
content: '/';
color: #768387;
position: absolute;
right: -13px;
top: 0;
}
.breadcrumbs li span {
margin-right: 0;
color: #768387;
text-transform: capitalize;
}
.user-profile {
margin-right: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: -webkit-linear-gradient(left, #8914fe 0%, #8063f5 100%);
background: linear-gradient(to right, #8914fe 0%, #8063f5 100%);
padding: 17px 38px;
position: relative;
}
.user-profile img.avatar {
height: 35px;
width: 35px;
border-radius: 50%;
margin-right: 12px;
}
.user-name {
font-size: 17px;
font-weight: 500;
color: #fff;
letter-spacing: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.user-name i {
margin-left: 10px;
font-size: 21px;
vertical-align: middle;
position: relative;
}
.notification-area .dropdown-toggle,
.user-name.dropdown-toggle {
position: relative;
}
.notification-area .dropdown-toggle:after,
.user-name.dropdown-toggle:after {
display: none;
}
.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
background: #fff;
border: none;
-webkit-transform: none!important;
transform: none!important;
top: 130%!important;
right: 30px!important;
left: auto!important;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block!important;
visibility: hidden;
opacity: 0;
}
.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
top: 100%!important;
}
.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
top: 100%!important;
visibility: visible;
opacity: 1;
box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
}
.user-profile .dropdown-menu a {
font-size: 14px;
color: #8a8a8a;
letter-spacing: 0;
font-weight: 500;
padding: 4px 120px;
padding-left: 25px;
}
.user-profile .dropdown-menu a:hover {
background: #f8f9fa;
color: #2942fa;
}
/*-------------------- END Page Title Area -------------------*/
/*-------------------- 2.4 Fact Area ------------------- */
/*-------------------- END Fact Area ------------------- */
/*-------------------- 2.5 Overview ------------------- */
.custome-select {
font-size: 13px;
color: #565656;
font-weight: 500;
letter-spacing: 0;
}
.border-0 {
border: none;
}
#verview-shart {
height: 400px;
}
#verview-shart-license-text,
#coin_distribution-license-text {
display: none;
}
#coin_distribution-wrapper {
height: 400px!important;
margin-top: -30px;
}
#coin_distribution-menu {
display: none;
}
/*-------------------- END Overview ------------------- */
/*-------------------- 2.6 Market value ------------------- */
.market-status-table {
overflow: hidden;
}
/*
table.dbkit-table {
width: 100%;
}
table.dbkit-table tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 42px;
border: 1px solid transparent;
padding: 0 30px;
margin: 20px 2px 6px;
background: #f5f8f9;
}
table.dbkit-table tr th,
table.dbkit-table tr td {
border-top: none!important;
}
table.dbkit-table tr:hover {
border-color: #e4e2f5;
}
table.dbkit-table tr td {
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
color: #616161;
} */
.list_checkbox{
min-width: 30px;
}
.list_id, .list_name, .list_address, .list_email, .list_phone, .list_social, .list_rdate{
min-width: 200px;
max-width: 200px;
}
#delBtn{
border-radius: 5px;
background-color: white;
border: solid 1px #616161;
color: #616161;
padding: 0 5px;
}
.mv-icon img {
max-width: 29px;
}
.trends {
text-align: center;
}
.stats-chart canvas {
margin: auto;
}
.buy img,
.sell img {
margin-left: 10px;
}
/*-------------------- END Market value ------------------- */
/*-------------------- 2.7 Live Crypto Price ------------------- */
/*-------------------- END Letest Post ------------------- */
/*-------------------- 3. Dashboard Two ------------------- */
/*-------------------- END Dashboard Two ------------------- */
/*-------------------- 4. Dashboard Three ------------------- */
/*-------------------- END Dashboard Three ------------------- */
/*-------------------- 5. Bar Chart ------------------- */
/*-------------------- END Accroding ------------------- */
/*-------------------- 9. Alert------------------- */
.alert {
letter-spacing: 0;
font-size: 13px;
border: none;
padding: 10px 16px;
}
.alert strong,
.alert-link {
font-weight: 600;
}
.alert-items .alert-primary {
color: #4796ea;
background-color: #c8e1fb;
}
.alert-items .alert-primary .alert-link {
color: #4796ea;
}
.alert-items .alert-success {
color: #36b398;
background-color: #cff1ea;
}
.alert-items .alert-success .alert-link {
color: #36b398;
}
.alert-items .alert-danger {
color: #f96776;
background-color: #ffdde0;
}
.alert-items .alert-danger .alert-link {
color: #f96776;
}
.alert-items .alert-warning {
color: #d6a20c;
background-color: #f9efd2;
}
.alert-items .alert-warning .alert-link {
color: #d6a20c;
}
/* additional content */
.alert-heading {
margin-bottom: 7px;
}
.alert-dismiss .alert {
padding: 13px 15px;
}
.alert-dismiss .alert-dismissible .close {
top: 4px;
outline: none;
font-size: 13px;
}
/*-------------------- END Alert------------------- */
/*-------------------- 10. Badge------------------- */
.btn {
padding: 11px 17px;
font-size: 13px;
letter-spacing: 0;
}
.btn-xl {
padding: 19px 24px;
}
.btn-lg {
padding: 15px 22px;
}
.btn-md {
padding: 12px 19px;
}
.btn-sm {
padding: 9px 14px;
}
.btn-xs {
padding: 5px 10px;
}
.nav-pills .nav-link {
padding: 16px 48px;
padding: 1rem 3rem;
line-height: 19px;
}
/*-------------------- END Badge------------------- */
/*-------------------- 11. Button------------------- */
.btn-flat {
border-radius: 0;
}
.btn-rounded {
border-radius: 50px;
}
/*-------------------- END Button ------------------- */
/*-------------------- 12. Cards ------------------- */
.title {
font-size: 18px;
color: #444;
margin-bottom: 10px;
}
.card-bordered {
border: 1px solid rgba(0, 0, 0, .125);
}
p.card-text {
margin-bottom: 23px;
}
/*-------------------- END Cards ------------------- */
/*-------------------- 13. Dropdown Button ------------------- */
.drop-buttons .btn {
margin-bottom: 1.3em;
}
.dropdown-item {
font-size: 14px;
}
/*-------------------- END Dropdown Button ------------------- */
/*-------------------- 14. List Group ------------------- */
.list-group-item {
color: #444;
font-size: 13px;
}
.media-body {
font-size: 13px;
line-height: 27px;
}
/*-------------------- END List Group ------------------- */
/*-------------------- 15. Modal ------------------- */
.child-media {
padding-left: 100px;
}
.modal-dialog.modal-xl {
max-width: 100%;
}
/*-------------------- END Modal ------------------- */
/*-------------------- 16. Pagination ------------------- */
.pg-color-border li a {
border-color: #007BFF;
}
.pagination li a {
font-family: 'lato', sans-serif;
}
/*-------------------- END Pagination ------------------- */
/*-------------------- 17. Form ------------------- */
.form-control,
.form-control:focus {
outline: none;
box-shadow: none;
}
.form-rounded {
border-radius: 40px;
}
.form-control {
font-size: 14px;
border: 1px solid rgba(170, 170, 170, .3);
padding: 10.72px 12.8px;
padding: .67rem .8rem;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: 4px 8px;
padding: .25rem .5rem;
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: 13.6px 16px;
padding: .85rem 1rem;
}
label {
font-weight: 500;
color: #666;
display: inline-block;
margin-bottom: 8px;
margin-bottom: .5rem;
}
.font-14 {
font-size: 14px;
}
.input-rounded {
border-radius: 50px;
}
.custom-file-label,
.custom-file-input,
.custom-file {
height: calc(2.25rem + 7px);
padding: 10.8px 12px;
padding: .675rem .75rem;
}
.custom-file-label:after {
height: calc(calc(2.25rem + 7px) - 1px * 2);
padding: 10.8px 12px;
padding: .675rem .75rem;
}
.grid-col {
padding: 10px 15px;
background: #f3f8fb;
margin-bottom: 30px;
color: #666;
border: 1px solid #e3e6e8;
}
.custom-control-label {
margin-top: 2px;
}
/*-------------------- END Form ------------------- */
/*-------------------- 18. Icons ------------------- */
.fw-icons {}
.fw-icons a {
color: #444;
margin: 9px 0;
display: inline-block;
font-family: 'lato', sans-serif;
}
.fw-icons a:hover {
color: #007BFF;
}
.fw-icons a i {
width: 30px;
font-size: 14px;
}
/* icon-container */
.icon-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.icon-container {
cursor: pointer;
-ms-flex-preferred-size: calc(100% * (1/4));
flex-basis: calc(100% * (1/4));
}
.icon-container [class^="ti-"] {
width: 30px;
font-size: 14px;
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.icon-container:hover [class^="ti-"] {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transform-origin: left center;
transform-origin: left center;
}
.icon-container span.icon-name {
color: #444;
margin: 9px 0;
display: inline-block;
font-family: 'lato', sans-serif;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.icon-container:hover span.icon-name {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.icon-container:hover span {
color: #007BFF;
}
/*-------------------- END Icons ------------------- */
/*-------------------- 19. Table Basic ------------------- */
.single-table .table {
margin-bottom: 0;
}
table tr th {
border-bottom: none;
}
table tr th,
table tr td {
/* border-top: 1px solid rgba(120, 130, 140, 0.13) !important; */
}
.td_margin{
margin-left: 6px;
}
table tr td [class^="ti-"] {
cursor: pointer;
}
.table-bordered td,
.table-bordered th {
border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
.status-p {
color: #fff;
padding: 0px 20px 1px;
border-radius: 20px;
display: inline-block;
text-transform: capitalize;
vertical-align: middle;
}
/*-------------------- END Table Basic ------------------- */
/*-------------------- 20. Datatable ------------------- */
div.dataTables_wrapper div.dataTables_length select {
width: 76px;
margin: 0 10px;
}
/* datatable-primary */
.datatable-primary thead {
background: #4336fb;
color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
border: none;
background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
padding: 0;
border: none;
margin-top: 20px;
}
table.dataTable.no-footer {
border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}
table.dataTable thead th,
table.dataTable thead td {
border-bottom-color: transparent;
}
.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
background-color: #4336fb;
border-color: #4336fb;
color: #fff;
}
.datatable-primary .dataTables_paginate .page-link {
color: #4336fb;
border: 1px solid #4336fb;
}
.datatable-primary .dataTables_paginate .paginate_button.disabled,
.datatable-primary .dataTables_paginate .paginate_button.disabled:hover,
.datatable-primary .dataTables_paginate .paginate_button.disabled:active {
color: #4336fb!important;
border: none;
}
.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
color: #9f98f7;
background-color: #f9f9f9;
border-color: #c9c6f5;
}
/* datatable-dark */
.datatable-dark thead {
background: #444;
color: #fff;
}
.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
background-color: #444;
border-color: #444;
color: #fff;
}
.datatable-dark .dataTables_paginate .page-link {
color: #444;
border: 1px solid #444;
}
.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
color: #444!important;
border: none;
}
.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
color: #999;
background-color: #f9f9f9;
border-color: #999;
}
/*-------------------- END Datatable ------------------- */
/*-------------------- 21. Map Start ------------------- */
#mapamchart1,
#mapamchart2,
#mapamchart3,
#mapamchart4,
#mapamchart5,
#mapamchart6 {
height: 400px;
}
#google_map {
height: 600px;
}
/*-------------------- END Map Start ------------------- */
/*-------------------- 22. Invoice ------------------- */
.invoice-area {}
.invoice-head {
margin-bottom: 30px;
border-bottom: 1px solid #efebeb;
padding-bottom: 20px;
}
.invoice-head .iv-left span {
color: #444;
}
.invoice-head span {
font-size: 21px;
font-weight: 700;
color: #777;
}
.invoice-address h3 {
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}
.invoice-address h5 {
font-size: 17px;
margin-bottom: 10px;
}
.invoice-address p {
font-size: 15px;
color: #555;
}
.invoice-date li {
font-size: 15px;
color: #555;
font-weight: 700;
margin-bottom: 5px;
}
.invoice-table {}
.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
border: 1px solid rgba(120, 130, 140, 0.13) !important;
border-left: none!important;
border-right: none!important;
}
.invoice-table tr td {
color: #666;
}
.invoice-table tfoot tr td {
text-transform: uppercase;
font-weight: 600;
color: #444;
}
.invoice-buttons a {
display: inline-block;
font-size: 15px;
color: #fff;
background: #815ef6;
padding: 12px 19px;
border-radius: 3px;
text-transform: capitalize;
font-family: 'Lato', sans-serif;
font-weight: 600;
letter-spacing: 0.03em;
margin-left: 6px;
}
.invoice-buttons a:hover {
background: #574494;
}
/*-------------------- END Invoice ------------------- */
/*-------------------- 23. Login ------------------- */
.login-area {
background: #F3F8FB;
}
.login-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.login-box form {
margin: auto;
width: 450px;
max-width: 100%;
background: #fff;
border-radius: 3px;
}
.login-form-head {
text-align: center;
background: #8655FC;
padding: 50px;
}
.login-form-head h4 {
letter-spacing: 0;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 7px;
color: #fff;
}
.login-form-head p {
color: #fff;
font-size: 14px;
line-height: 22px;
}
.login-form-body {
padding: 50px;
}
.form-gp {
margin-bottom: 25px;
position: relative;
}
.form-gp label {
position: absolute;
left: 0;
top: 0;
color: #b3b2b2;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.form-gp.focused label {
top: -15px;
color: #7e74ff;
}
.form-gp input {
width: 100%;
height: 30px;
border: none;
border-bottom: 1px solid #e6e6e6;
}
.form-gp input::-webkit-input-placeholder {
color: #dad7d7;
}
.form-gp input::-moz-placeholder {
color: #dad7d7;
}
.form-gp input:-ms-input-placeholder {
color: #dad7d7;
}
.form-gp input:-moz-placeholder {
color: #dad7d7;
}
.form-gp i {
position: absolute;
right: 5px;
bottom: 15px;
color: #7e74ff;
font-size: 16px;
}
.rmber-area {
font-size: 13px;
}
.submit-btn-area {
text-align: center;
}
.submit-btn-area button {
width: 100%;
height: 50px;
border: none;
background: #fff;
color: #585b5f;
border-radius: 40px;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 600;
font-size: 12px;
box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.submit-btn-area button:hover {
background: #2c71da;
color: #ffffff;
}
.submit-btn-area button i {
margin-left: 15px;
-webkit-transition: margin-left 0.3s ease 0s;
transition: margin-left 0.3s ease 0s;
}
.submit-btn-area button:hover i {
margin-left: 20px;
}
.login-other a {
display: block;
width: 100%;
max-width: 250px;
height: 43px;
line-height: 43px;
border-radius: 40px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 600;
font-size: 12px;
box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}
.login-other a i {
margin-left: 5px;
}
.login-other a.fb-login {
background: #8655FC;
color: #fff;
}
.login-other a.fb-login:hover {
box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
}
.login-other a.google-login {
background: #fb5757;
color: #fff;
}
.login-other a.google-login:hover {
box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
}
.form-footer a {
margin-left: 5px;
}
/* login-s2 */
.login-s2 {
background: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.login-s2:before {
content: '';
position: absolute;
height: 206%;
width: 97%;
background: #fcfcff;
border-radius: 50%;
left: -42%;
z-index: -1;
top: -47%;
box-shadow: inset 0 0 51px rgba(0, 0, 0, 0.1);
}
.login-s2 .login-form-head,
.login-s2 .login-box form,
.login-s2 .login-box form .form-gp input {
background: transparent;
}
.login-s2 .login-form-head h4,
.login-s2 .login-form-head p {
color: #444;
}
/* login-s3 */
.login-bg {
background: url(../images/bg/singin-bg.jpg) center/cover no-repeat;
position: relative;
z-index: 1;
}
.login-bg:before {
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
background: #272727;
opacity: 0.7;
}
/* register 4 page */
.login-box-s2 {
min-height: 100vh;
background: #f9f9f9;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.login-box-s2 form {
margin: auto;
background: #fff;
width: 100%;
max-width: 500px;
}
/*-------------------- END Login ------------------- */
/*-------------------- 24. Pricing ------------------- */
.pricing-list {
text-align: center;
}
.prc-head h4 {
background: #805ff5;
color: #fff;
padding: 28px;
letter-spacing: 0;
font-family: 'lato', sans-serif;
font-weight: 500;
}
.prc-list {
padding: 30px;
}
.prc-list li a {
display: block;
font-size: 15px;
letter-spacing: 0;
margin: 23px 0;
color: #6d6969;
}
.prc-list li.bold {
font-weight: 600;
margin-top: 20px;
}
.prc-list>a {
display: inline-block;
margin-top: 40px;
background: #805ff5;
color: #fff;
padding: 11px 20px;
border-radius: 40px;
}
.prc-list>a:hover {
box-shadow: 0 3px 25px rgba(44, 113, 218, 0.38);
}
.dark-pricing .prc-head h4 {
background: #3e3b3b;
color: #fff;
}
.dark-pricing .prc-list>a {
background: #3e3b3b;
}
.dark-pricing .prc-list>a:hover {
box-shadow: 0 3px 25px rgba(27, 27, 27, 0.38);
}
/*-------------------- END Pricing ------------------- */
/*-------------------- 25. 404 Page ------------------- */
.error-area {
min-height: 100vh;
background: #F3F8FB;
}
.error-content {
background: #fff;
width: 100%;
max-width: 600px;
margin: auto;
padding: 70px 30px;
}
.error-content h2 {
font-size: 98px;
font-weight: 800;
color: #686cdc;
margin-bottom: 28px;
text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff, 4px 4px 0 #6569dc, 5px 5px 0 #6569dc, 6px 6px 0 #6569dc, 7px 7px 0 #6569dc;
font-family: 'lato', sans-serif;
}
.error-content img {
margin-bottom: 50px;
}
.error-content p {
font-size: 17px;
color: #787bd8;
font-weight: 600;
}
.error-content a {
display: inline-block;
margin-top: 40px;
background: #656aea;
color: #fff;
padding: 16px 26px;
border-radius: 3px;
}
/*-------------------- END 404 Page ------------------- */
/*-------------------- 26. Offset Sidebar ------------------- */
.offset-area {
position: fixed;
right: -320px;
top: 0;
height: 100vh;
width: 320px;
background: #f9f9f9;
z-index: 998;
box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
-webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
}
.show_hide.offset-area {
right: 0;
}
.offset-close {
font-size: 19px;
position: absolute;
left: 0;
top: 0;
height: 40px;
width: 40px;
cursor: pointer;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offset-close:hover {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.offset-menu-tab {
padding: 30px 20px;
}
.offset-menu-tab li {
display: inline-block;
width: 50%;
text-align: center;
}
.offset-menu-tab li a {
display: block;
font-size: 16px;
color: #444;
font-weight: 600;
font-family: 'lato', sans-serif;
position: relative;
padding-bottom: 15px;
}
.offset-menu-tab li a.active {
color: #853bfa;
}
.offset-menu-tab li a:before {
content: '';
position: absolute;
bottom: 0;
height: 5px;
width: 100%;
background: #853bfa;
border-radius: 30px;
-webkit-transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
}
.offset-menu-tab li a.active:before {
left: 0;
}
.offset-menu-tab li a:before {
left: 100%;
}
.offset-menu-tab li:last-child a:before {
display: none!important;
}
.offset-content {
padding: 15px;
}
.recent-activity {
padding-top: 7px;
padding-left: 53px;
}
.offset-settings h4 {
font-family: 'lato', sans-serif;
font-size: 18px;
letter-spacing: 0;
font-weight: 700;
color: #444;
margin-bottom: 23px;
}
.s-swtich input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
position: absolute;
}
.s-swtich label {
cursor: pointer;
text-indent: -9999px;
width: 40px;
height: 23px;
background: #1bd4a6;
display: block;
border-radius: 100px;
position: relative;
margin: 0;
}
.s-swtich label:after {
content: '';
position: absolute;
top: 5px;
left: 5px;
width: 15px;
height: 15px;
background: #fff;
border-radius: 90px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.s-swtich input:checked+label {
background: #bada55;
}
.s-swtich input:checked+label:after {
left: calc(100% - 5px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.s-swtich label:active:after {
width: 40px;
}
.s-settings {
margin-bottom: 30px;
}
.s-settings p {
color: #888383;
font-size: 14px;
}
.s-sw-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.s-sw-title h5 {
font-size: 16px;
color: #555;
}
/*-------------------- END Offset Sidebar ------------------- */ | src/main/resources/static/css/admin/member/memupdate_styles.css | .inputtext_s{
word-break: break-all;
box-sizing: border-box;
font: inherit;
margin: 5px 5px 5px 5px;
letter-spacing: -0.05em;
max-width: 100%;
font-family: 'Noto Sans';
color: #333;
width: 230px;
height: 34px;
padding: 0 19px;
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
font-size: 14px;
line-height: 20px;
outline: none;
}
.regibutton{
border-radius: 3px;
border: solid 1px #cccccc;
background-color: #ffffff;
color: #525252;
/* font-weight: bolder; */
height: 34px;
/* padding: 0px 30px 0px 30px; */
margin: 0px 9px;
position: relative;
right: 112px;
word-break: break-all;
box-sizing: border-box;
font: inherit;
margin: 5px 5px 5px 5px;
letter-spacing: -0.05em;
max-width: 100%;
font-family: 'Noto Sans';
color: #333;
/* width: 230px; */
height: 34px;
/* padding: 0 19px; */
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
font-size: 14px;
line-height: 20px;
outline: none;
}
.regibutton_s{
border-radius: 5px;
border: solid 1px #c5c5c5;
background-color: #ffffff;
color: #525252;
/* font-weight: bolder; */
height: 43px;
height: 43px;
adding: 0px 30px 0px 30px;
margin: 0px 9px;
width: 299px;
}
.memBtn{
/* padding: 10px; */
margin: 16px 0px 5px;
}
.page-container {
width: 100%;
height: 100%;
min-height: 100vh;
padding-left: 280px;
-webkit-transition: padding-left 0.3s ease 0s;
transition: padding-left 0.3s ease 0s;
}
.sbar_collapsed.page-container {
padding-left: 0;
}
.card {
border: none;
border-radius: 4px;
background-color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 480px;
}
.card:hover {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);
}
.card-body {
padding: 25.6px;
padding: 1.6rem;
}
.h-full {
height: 100%;
}
.main-content {
width: 100%;
background: #F3F8FB;
}
.main-content-inner {
padding: 0 30px 50px;
}
/*------------------------- END Core Css -------------------*/
/*-------------------- 2.1 Sidebar Menu -------------------*/
/*-------------------- END Sidebar Menu -------------------*/
/*-------------------- 2.1.1 Horizontal Menu -------------------*/
/*-------------------- END Header Area -------------------*/
/*-------------------- 2.3 Page Title Area -------------------*/
.page-title-area {
padding: 0 30px;
background: #fff;
position: relative;
}
.page-title-area:before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 36px;
background: var(--primary-color);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-title {
font-size: 24px;
font-weight: 300;
color: #313b3d;
letter-spacing: 0;
margin-right: 30px;
}
ul.breadcrumbs {
margin-top: 4px;
}
.breadcrumbs li {
display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
display: block;
font-size: 14px;
font-weight: 400;
color: #7801ff;
letter-spacing: 0;
margin-right: 16px;
position: relative;
}
.breadcrumbs li a:before {
content: '/';
color: #768387;
position: absolute;
right: -13px;
top: 0;
}
.breadcrumbs li span {
margin-right: 0;
color: #768387;
text-transform: capitalize;
}
.user-profile {
margin-right: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: -webkit-linear-gradient(left, #8914fe 0%, #8063f5 100%);
background: linear-gradient(to right, #8914fe 0%, #8063f5 100%);
padding: 17px 38px;
position: relative;
}
.user-profile img.avatar {
height: 35px;
width: 35px;
border-radius: 50%;
margin-right: 12px;
}
.user-name {
font-size: 17px;
font-weight: 500;
color: #fff;
letter-spacing: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.user-name i {
margin-left: 10px;
font-size: 21px;
vertical-align: middle;
position: relative;
}
.notification-area .dropdown-toggle,
.user-name.dropdown-toggle {
position: relative;
}
.notification-area .dropdown-toggle:after,
.user-name.dropdown-toggle:after {
display: none;
}
.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
background: #fff;
border: none;
-webkit-transform: none!important;
transform: none!important;
top: 130%!important;
right: 30px!important;
left: auto!important;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block!important;
visibility: hidden;
opacity: 0;
}
.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
top: 100%!important;
}
.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
top: 100%!important;
visibility: visible;
opacity: 1;
box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
}
.user-profile .dropdown-menu a {
font-size: 14px;
color: #8a8a8a;
letter-spacing: 0;
font-weight: 500;
padding: 4px 120px;
padding-left: 25px;
}
.user-profile .dropdown-menu a:hover {
background: #f8f9fa;
color: #2942fa;
}
/*-------------------- END Page Title Area -------------------*/
/*-------------------- 2.4 Fact Area ------------------- */
/*-------------------- END Fact Area ------------------- */
/*-------------------- 2.5 Overview ------------------- */
.custome-select {
font-size: 13px;
color: #565656;
font-weight: 500;
letter-spacing: 0;
}
.border-0 {
border: none;
}
#verview-shart {
height: 400px;
}
#verview-shart-license-text,
#coin_distribution-license-text {
display: none;
}
#coin_distribution-wrapper {
height: 400px!important;
margin-top: -30px;
}
#coin_distribution-menu {
display: none;
}
/*-------------------- END Overview ------------------- */
/*-------------------- 2.6 Market value ------------------- */
.market-status-table {
overflow: hidden;
}
/*
table.dbkit-table {
width: 100%;
}
table.dbkit-table tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 42px;
border: 1px solid transparent;
padding: 0 30px;
margin: 20px 2px 6px;
background: #f5f8f9;
}
table.dbkit-table tr th,
table.dbkit-table tr td {
border-top: none!important;
}
table.dbkit-table tr:hover {
border-color: #e4e2f5;
}
table.dbkit-table tr td {
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
color: #616161;
} */
.list_checkbox{
min-width: 30px;
}
.list_id, .list_name, .list_address, .list_email, .list_phone, .list_social, .list_rdate{
min-width: 200px;
max-width: 200px;
}
#delBtn{
border-radius: 5px;
background-color: white;
border: solid 1px #616161;
color: #616161;
padding: 0 5px;
}
.mv-icon img {
max-width: 29px;
}
.trends {
text-align: center;
}
.stats-chart canvas {
margin: auto;
}
.buy img,
.sell img {
margin-left: 10px;
}
/*-------------------- END Market value ------------------- */
/*-------------------- 2.7 Live Crypto Price ------------------- */
/*-------------------- END Letest Post ------------------- */
/*-------------------- 3. Dashboard Two ------------------- */
/*-------------------- END Dashboard Two ------------------- */
/*-------------------- 4. Dashboard Three ------------------- */
/*-------------------- END Dashboard Three ------------------- */
/*-------------------- 5. Bar Chart ------------------- */
/*-------------------- END Accroding ------------------- */
/*-------------------- 9. Alert------------------- */
.alert {
letter-spacing: 0;
font-size: 13px;
border: none;
padding: 10px 16px;
}
.alert strong,
.alert-link {
font-weight: 600;
}
.alert-items .alert-primary {
color: #4796ea;
background-color: #c8e1fb;
}
.alert-items .alert-primary .alert-link {
color: #4796ea;
}
.alert-items .alert-success {
color: #36b398;
background-color: #cff1ea;
}
.alert-items .alert-success .alert-link {
color: #36b398;
}
.alert-items .alert-danger {
color: #f96776;
background-color: #ffdde0;
}
.alert-items .alert-danger .alert-link {
color: #f96776;
}
.alert-items .alert-warning {
color: #d6a20c;
background-color: #f9efd2;
}
.alert-items .alert-warning .alert-link {
color: #d6a20c;
}
/* additional content */
.alert-heading {
margin-bottom: 7px;
}
.alert-dismiss .alert {
padding: 13px 15px;
}
.alert-dismiss .alert-dismissible .close {
top: 4px;
outline: none;
font-size: 13px;
}
/*-------------------- END Alert------------------- */
/*-------------------- 10. Badge------------------- */
.btn {
padding: 11px 17px;
font-size: 13px;
letter-spacing: 0;
}
.btn-xl {
padding: 19px 24px;
}
.btn-lg {
padding: 15px 22px;
}
.btn-md {
padding: 12px 19px;
}
.btn-sm {
padding: 9px 14px;
}
.btn-xs {
padding: 5px 10px;
}
.nav-pills .nav-link {
padding: 16px 48px;
padding: 1rem 3rem;
line-height: 19px;
}
/*-------------------- END Badge------------------- */
/*-------------------- 11. Button------------------- */
.btn-flat {
border-radius: 0;
}
.btn-rounded {
border-radius: 50px;
}
/*-------------------- END Button ------------------- */
/*-------------------- 12. Cards ------------------- */
.title {
font-size: 18px;
color: #444;
margin-bottom: 10px;
}
.card-bordered {
border: 1px solid rgba(0, 0, 0, .125);
}
p.card-text {
margin-bottom: 23px;
}
/*-------------------- END Cards ------------------- */
/*-------------------- 13. Dropdown Button ------------------- */
.drop-buttons .btn {
margin-bottom: 1.3em;
}
.dropdown-item {
font-size: 14px;
}
/*-------------------- END Dropdown Button ------------------- */
/*-------------------- 14. List Group ------------------- */
.list-group-item {
color: #444;
font-size: 13px;
}
.media-body {
font-size: 13px;
line-height: 27px;
}
/*-------------------- END List Group ------------------- */
/*-------------------- 15. Modal ------------------- */
.child-media {
padding-left: 100px;
}
.modal-dialog.modal-xl {
max-width: 100%;
}
/*-------------------- END Modal ------------------- */
/*-------------------- 16. Pagination ------------------- */
.pg-color-border li a {
border-color: #007BFF;
}
.pagination li a {
font-family: 'lato', sans-serif;
}
/*-------------------- END Pagination ------------------- */
/*-------------------- 17. Form ------------------- */
.form-control,
.form-control:focus {
outline: none;
box-shadow: none;
}
.form-rounded {
border-radius: 40px;
}
.form-control {
font-size: 14px;
border: 1px solid rgba(170, 170, 170, .3);
padding: 10.72px 12.8px;
padding: .67rem .8rem;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: 4px 8px;
padding: .25rem .5rem;
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: 13.6px 16px;
padding: .85rem 1rem;
}
label {
font-weight: 500;
color: #666;
display: inline-block;
margin-bottom: 8px;
margin-bottom: .5rem;
}
.font-14 {
font-size: 14px;
}
.input-rounded {
border-radius: 50px;
}
.custom-file-label,
.custom-file-input,
.custom-file {
height: calc(2.25rem + 7px);
padding: 10.8px 12px;
padding: .675rem .75rem;
}
.custom-file-label:after {
height: calc(calc(2.25rem + 7px) - 1px * 2);
padding: 10.8px 12px;
padding: .675rem .75rem;
}
.grid-col {
padding: 10px 15px;
background: #f3f8fb;
margin-bottom: 30px;
color: #666;
border: 1px solid #e3e6e8;
}
.custom-control-label {
margin-top: 2px;
}
/*-------------------- END Form ------------------- */
/*-------------------- 18. Icons ------------------- */
.fw-icons {}
.fw-icons a {
color: #444;
margin: 9px 0;
display: inline-block;
font-family: 'lato', sans-serif;
}
.fw-icons a:hover {
color: #007BFF;
}
.fw-icons a i {
width: 30px;
font-size: 14px;
}
/* icon-container */
.icon-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.icon-container {
cursor: pointer;
-ms-flex-preferred-size: calc(100% * (1/4));
flex-basis: calc(100% * (1/4));
}
.icon-container [class^="ti-"] {
width: 30px;
font-size: 14px;
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.icon-container:hover [class^="ti-"] {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transform-origin: left center;
transform-origin: left center;
}
.icon-container span.icon-name {
color: #444;
margin: 9px 0;
display: inline-block;
font-family: 'lato', sans-serif;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.icon-container:hover span.icon-name {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.icon-container:hover span {
color: #007BFF;
}
/*-------------------- END Icons ------------------- */
/*-------------------- 19. Table Basic ------------------- */
.single-table .table {
margin-bottom: 0;
}
table tr th {
border-bottom: none;
}
table tr th,
table tr td {
/* border-top: 1px solid rgba(120, 130, 140, 0.13) !important; */
}
.td_margin{
margin-left: 6px;
}
table tr td [class^="ti-"] {
cursor: pointer;
}
.table-bordered td,
.table-bordered th {
border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
.status-p {
color: #fff;
padding: 0px 20px 1px;
border-radius: 20px;
display: inline-block;
text-transform: capitalize;
vertical-align: middle;
}
/*-------------------- END Table Basic ------------------- */
/*-------------------- 20. Datatable ------------------- */
div.dataTables_wrapper div.dataTables_length select {
width: 76px;
margin: 0 10px;
}
/* datatable-primary */
.datatable-primary thead {
background: #4336fb;
color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
border: none;
background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
padding: 0;
border: none;
margin-top: 20px;
}
table.dataTable.no-footer {
border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}
table.dataTable thead th,
table.dataTable thead td {
border-bottom-color: transparent;
}
.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
background-color: #4336fb;
border-color: #4336fb;
color: #fff;
}
.datatable-primary .dataTables_paginate .page-link {
color: #4336fb;
border: 1px solid #4336fb;
}
.datatable-primary .dataTables_paginate .paginate_button.disabled,
.datatable-primary .dataTables_paginate .paginate_button.disabled:hover,
.datatable-primary .dataTables_paginate .paginate_button.disabled:active {
color: #4336fb!important;
border: none;
}
.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
color: #9f98f7;
background-color: #f9f9f9;
border-color: #c9c6f5;
}
/* datatable-dark */
.datatable-dark thead {
background: #444;
color: #fff;
}
.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
background-color: #444;
border-color: #444;
color: #fff;
}
.datatable-dark .dataTables_paginate .page-link {
color: #444;
border: 1px solid #444;
}
.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
color: #444!important;
border: none;
}
.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
color: #999;
background-color: #f9f9f9;
border-color: #999;
}
/*-------------------- END Datatable ------------------- */
/*-------------------- 21. Map Start ------------------- */
#mapamchart1,
#mapamchart2,
#mapamchart3,
#mapamchart4,
#mapamchart5,
#mapamchart6 {
height: 400px;
}
#google_map {
height: 600px;
}
/*-------------------- END Map Start ------------------- */
/*-------------------- 22. Invoice ------------------- */
.invoice-area {}
.invoice-head {
margin-bottom: 30px;
border-bottom: 1px solid #efebeb;
padding-bottom: 20px;
}
.invoice-head .iv-left span {
color: #444;
}
.invoice-head span {
font-size: 21px;
font-weight: 700;
color: #777;
}
.invoice-address h3 {
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}
.invoice-address h5 {
font-size: 17px;
margin-bottom: 10px;
}
.invoice-address p {
font-size: 15px;
color: #555;
}
.invoice-date li {
font-size: 15px;
color: #555;
font-weight: 700;
margin-bottom: 5px;
}
.invoice-table {}
.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
border: 1px solid rgba(120, 130, 140, 0.13) !important;
border-left: none!important;
border-right: none!important;
}
.invoice-table tr td {
color: #666;
}
.invoice-table tfoot tr td {
text-transform: uppercase;
font-weight: 600;
color: #444;
}
.invoice-buttons a {
display: inline-block;
font-size: 15px;
color: #fff;
background: #815ef6;
padding: 12px 19px;
border-radius: 3px;
text-transform: capitalize;
font-family: 'Lato', sans-serif;
font-weight: 600;
letter-spacing: 0.03em;
margin-left: 6px;
}
.invoice-buttons a:hover {
background: #574494;
}
/*-------------------- END Invoice ------------------- */
/*-------------------- 23. Login ------------------- */
.login-area {
background: #F3F8FB;
}
.login-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.login-box form {
margin: auto;
width: 450px;
max-width: 100%;
background: #fff;
border-radius: 3px;
}
.login-form-head {
text-align: center;
background: #8655FC;
padding: 50px;
}
.login-form-head h4 {
letter-spacing: 0;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 7px;
color: #fff;
}
.login-form-head p {
color: #fff;
font-size: 14px;
line-height: 22px;
}
.login-form-body {
padding: 50px;
}
.form-gp {
margin-bottom: 25px;
position: relative;
}
.form-gp label {
position: absolute;
left: 0;
top: 0;
color: #b3b2b2;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.form-gp.focused label {
top: -15px;
color: #7e74ff;
}
.form-gp input {
width: 100%;
height: 30px;
border: none;
border-bottom: 1px solid #e6e6e6;
}
.form-gp input::-webkit-input-placeholder {
color: #dad7d7;
}
.form-gp input::-moz-placeholder {
color: #dad7d7;
}
.form-gp input:-ms-input-placeholder {
color: #dad7d7;
}
.form-gp input:-moz-placeholder {
color: #dad7d7;
}
.form-gp i {
position: absolute;
right: 5px;
bottom: 15px;
color: #7e74ff;
font-size: 16px;
}
.rmber-area {
font-size: 13px;
}
.submit-btn-area {
text-align: center;
}
.submit-btn-area button {
width: 100%;
height: 50px;
border: none;
background: #fff;
color: #585b5f;
border-radius: 40px;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 600;
font-size: 12px;
box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.submit-btn-area button:hover {
background: #2c71da;
color: #ffffff;
}
.submit-btn-area button i {
margin-left: 15px;
-webkit-transition: margin-left 0.3s ease 0s;
transition: margin-left 0.3s ease 0s;
}
.submit-btn-area button:hover i {
margin-left: 20px;
}
.login-other a {
display: block;
width: 100%;
max-width: 250px;
height: 43px;
line-height: 43px;
border-radius: 40px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 600;
font-size: 12px;
box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}
.login-other a i {
margin-left: 5px;
}
.login-other a.fb-login {
background: #8655FC;
color: #fff;
}
.login-other a.fb-login:hover {
box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
}
.login-other a.google-login {
background: #fb5757;
color: #fff;
}
.login-other a.google-login:hover {
box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
}
.form-footer a {
margin-left: 5px;
}
/* login-s2 */
.login-s2 {
background: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.login-s2:before {
content: '';
position: absolute;
height: 206%;
width: 97%;
background: #fcfcff;
border-radius: 50%;
left: -42%;
z-index: -1;
top: -47%;
box-shadow: inset 0 0 51px rgba(0, 0, 0, 0.1);
}
.login-s2 .login-form-head,
.login-s2 .login-box form,
.login-s2 .login-box form .form-gp input {
background: transparent;
}
.login-s2 .login-form-head h4,
.login-s2 .login-form-head p {
color: #444;
}
/* login-s3 */
.login-bg {
background: url(../images/bg/singin-bg.jpg) center/cover no-repeat;
position: relative;
z-index: 1;
}
.login-bg:before {
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
background: #272727;
opacity: 0.7;
}
/* register 4 page */
.login-box-s2 {
min-height: 100vh;
background: #f9f9f9;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.login-box-s2 form {
margin: auto;
background: #fff;
width: 100%;
max-width: 500px;
}
/*-------------------- END Login ------------------- */
/*-------------------- 24. Pricing ------------------- */
.pricing-list {
text-align: center;
}
.prc-head h4 {
background: #805ff5;
color: #fff;
padding: 28px;
letter-spacing: 0;
font-family: 'lato', sans-serif;
font-weight: 500;
}
.prc-list {
padding: 30px;
}
.prc-list li a {
display: block;
font-size: 15px;
letter-spacing: 0;
margin: 23px 0;
color: #6d6969;
}
.prc-list li.bold {
font-weight: 600;
margin-top: 20px;
}
.prc-list>a {
display: inline-block;
margin-top: 40px;
background: #805ff5;
color: #fff;
padding: 11px 20px;
border-radius: 40px;
}
.prc-list>a:hover {
box-shadow: 0 3px 25px rgba(44, 113, 218, 0.38);
}
.dark-pricing .prc-head h4 {
background: #3e3b3b;
color: #fff;
}
.dark-pricing .prc-list>a {
background: #3e3b3b;
}
.dark-pricing .prc-list>a:hover {
box-shadow: 0 3px 25px rgba(27, 27, 27, 0.38);
}
/*-------------------- END Pricing ------------------- */
/*-------------------- 25. 404 Page ------------------- */
.error-area {
min-height: 100vh;
background: #F3F8FB;
}
.error-content {
background: #fff;
width: 100%;
max-width: 600px;
margin: auto;
padding: 70px 30px;
}
.error-content h2 {
font-size: 98px;
font-weight: 800;
color: #686cdc;
margin-bottom: 28px;
text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff, 4px 4px 0 #6569dc, 5px 5px 0 #6569dc, 6px 6px 0 #6569dc, 7px 7px 0 #6569dc;
font-family: 'lato', sans-serif;
}
.error-content img {
margin-bottom: 50px;
}
.error-content p {
font-size: 17px;
color: #787bd8;
font-weight: 600;
}
.error-content a {
display: inline-block;
margin-top: 40px;
background: #656aea;
color: #fff;
padding: 16px 26px;
border-radius: 3px;
}
/*-------------------- END 404 Page ------------------- */
/*-------------------- 26. Offset Sidebar ------------------- */
.offset-area {
position: fixed;
right: -320px;
top: 0;
height: 100vh;
width: 320px;
background: #f9f9f9;
z-index: 998;
box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
-webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
}
.show_hide.offset-area {
right: 0;
}
.offset-close {
font-size: 19px;
position: absolute;
left: 0;
top: 0;
height: 40px;
width: 40px;
cursor: pointer;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offset-close:hover {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.offset-menu-tab {
padding: 30px 20px;
}
.offset-menu-tab li {
display: inline-block;
width: 50%;
text-align: center;
}
.offset-menu-tab li a {
display: block;
font-size: 16px;
color: #444;
font-weight: 600;
font-family: 'lato', sans-serif;
position: relative;
padding-bottom: 15px;
}
.offset-menu-tab li a.active {
color: #853bfa;
}
.offset-menu-tab li a:before {
content: '';
position: absolute;
bottom: 0;
height: 5px;
width: 100%;
background: #853bfa;
border-radius: 30px;
-webkit-transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
}
.offset-menu-tab li a.active:before {
left: 0;
}
.offset-menu-tab li a:before {
left: 100%;
}
.offset-menu-tab li:last-child a:before {
display: none!important;
}
.offset-content {
padding: 15px;
}
.recent-activity {
padding-top: 7px;
padding-left: 53px;
}
.offset-settings h4 {
font-family: 'lato', sans-serif;
font-size: 18px;
letter-spacing: 0;
font-weight: 700;
color: #444;
margin-bottom: 23px;
}
.s-swtich input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
position: absolute;
}
.s-swtich label {
cursor: pointer;
text-indent: -9999px;
width: 40px;
height: 23px;
background: #1bd4a6;
display: block;
border-radius: 100px;
position: relative;
margin: 0;
}
.s-swtich label:after {
content: '';
position: absolute;
top: 5px;
left: 5px;
width: 15px;
height: 15px;
background: #fff;
border-radius: 90px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.s-swtich input:checked+label {
background: #bada55;
}
.s-swtich input:checked+label:after {
left: calc(100% - 5px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.s-swtich label:active:after {
width: 40px;
}
.s-settings {
margin-bottom: 30px;
}
.s-settings p {
color: #888383;
font-size: 14px;
}
.s-sw-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.s-sw-title h5 {
font-size: 16px;
color: #555;
}
/*-------------------- END Offset Sidebar ------------------- */ | 0.310799 | 0.066782 |
* Use is under MIT License.
*/
/* Hello, ECKit is a framework that mainly specializes
* in styling as well as a major grid system. It is very
* easy to use.
*/
/* Your ECKit version is the 12 column version.
* to another version. Now building using less.
*/
/* ECKit's Variables */
/* Note: Use this to change colors and such */
/* RESET */
/* Reset.css by ECWebServices.
* Use is under MIT License.
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
font-family: inherit;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
white-space: normal;
text-align: left;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
display: block; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
p {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0; }
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h4 {
display: block;
font-size: 1em;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h5 {
display: block;
font-size: .83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h6 {
display: block;
font-size: .67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
/*12 COLUMN ECKit */
/* 12 COLUMN : ECKit Grid
DEVELOPER : ECWebServices
VERSION : 3.0
LICENSE : GPL & MIT */
/* MAIN CONTAINER
Set the width to whatever you want the width of your site to be. Note width does not actually have to be set. */
.container {
max-width: 800px;
margin: 0 auto; }
/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
content: "";
display: table;
clear: both; }
/* DEFAULT ROW STYLES
Set bottom padding according to preference */
.row {
padding-bottom: 0em; }
/* DEFAULT COLUMN STYLES */
.col {
display: block;
float: left;
width: 100%; }
@media (min-width: 768px) {
.gutters .col {
margin-left: 2%; }
.gutters .col:first-child {
margin-left: 0; } }
/* COLUMN WIDTH ON DISPLAYS +768px
You might need to play with media queries here to suite your design. */
@media (min-width: 768px) {
.span_1 {
width: 8.33333333333%; }
.span_2 {
width: 16.6666666667%; }
.span_3 {
width: 25%; }
.span_4 {
width: 33.3333333333%; }
.span_5 {
width: 41.6666666667%; }
.span_6 {
width: 50%; }
.span_7 {
width: 58.3333333333%; }
.span_8 {
width: 66.6666666667%; }
.span_9 {
width: 75%; }
.span_10 {
width: 83.3333333333%; }
.span_11 {
width: 91.6666666667%; }
.span_12 {
width: 100%; }
.gutters .span_1 {
width: 6.5%; }
.gutters .span_2 {
width: 15.0%; }
.gutters .span_3 {
width: 23.5%; }
.gutters .span_4 {
width: 32.0%; }
.gutters .span_5 {
width: 40.5%; }
.gutters .span_6 {
width: 49.0%; }
.gutters .span_7 {
width: 57.5%; }
.gutters .span_8 {
width: 66.0%; }
.gutters .span_9 {
width: 74.5%; }
.gutters .span_10 {
width: 83.0%; }
.gutters .span_11 {
width: 91.5%; }
.gutters .span_12 {
width: 100%; } }
/*COLORS */
/* COLORS */
.text-amber {
color: #ffc107; }
.amber {
background-color: #ffc107; }
.text-aqua {
color: #00ffff; }
.aqua {
background-color: #00ffff; }
.text-blue {
color: #2196F3; }
.blue {
background-color: #2196F3; }
.text-light-blue {
color: #87CEEB; }
.light-blue {
background-color: #87CEEB; }
.text-brown {
color: #795548; }
.brown {
background-color: #795548; }
.text-cyan {
color: #00bcd4; }
.cyan {
background-color: #00bcd4; }
.text-blue-grey {
color: #607d8b; }
.blue-grey {
background-color: #607d8b; }
.text-green {
color: #4CAF50; }
.green {
background-color: #4CAF50; }
.text-light-green {
color: #8bc34a; }
.light-green {
background-color: #8bc34a; }
.text-indigo {
color: #3f51b5; }
.indigo {
background-color: #3f51b5; }
.text-khaki {
color: #b4aa50; }
.khaki {
background-color: #f0e68c; }
.text-lime {
color: #cddc39; }
.lime {
background-color: #cddc39; }
.text-orange {
color: #ff9800; }
.orange {
background-color: #ff9800; }
.text-deep-orange {
color: #ff5722; }
.deep-orange {
background-color: #ff5722; }
.text-pink {
color: #e91e63; }
.pink {
background-color: #e91e63; }
.text-purple {
color: #9c27b0; }
.purple {
background-color: #9c27b0; }
.text-deep-purple {
color: #673ab7; }
.deep-purple {
background-color: #673ab7; }
.text-red {
color: #f44336; }
.red {
background-color: #f44336; }
.text-sand {
color: #fdf5e6; }
.sand {
background-color: #fdf5e6; }
.text-teal {
color: #009688; }
.teal {
background-color: #009688; }
.text-yellow {
color: #d2be0e; }
.yellow {
background-color: #ffeb3b; }
.text-white {
color: #fff; }
.white {
background-color: #fff; }
.text-black {
color: #000; }
.black {
background-color: #000; }
.text-grey {
color: #757575; }
.grey {
background-color: #9e9e9e; }
.text-light-grey {
color: #f1f1f1; }
.light-grey {
background-color: #f1f1f1; }
.text-dark-grey {
color: #3a3a3a; }
.dark-grey {
background-color: #616161; }
.text-white-opacity {
color: #FFFFFF;
color: rgba(255, 255, 255, 0.65); }
.text-black-opacity {
color: #000000;
color: rgba(0, 0, 0, 0.6); }
.text-shadow {
text-shadow: 1px 1px 1px #444;
-moz-text-shadow: 1px 1px 1px #444;
letter-spacing: 2px; }
/*SPECIALTY SETTINGS */
/* ECKit's Special Settings for changing anything
Note that this is also a big waste of space.
You can Just delete the @import 'settings' before compiling the sass to use less space.
*/
@font-face {
font-family: HelveticaNeue;
src: url(/fonts/HelveticaNeue.tff); }
body {
font: HelveticaNeue, Helvetica, sans-serif; }
/*Font*/
.monospace {
font-family: monospace; }
.serif {
font-family: serif; }
.sans-serif {
font-family: sans-serif; }
.bold {
font-weight: 700; }
/*Margin and Padding Changers*/
/*Margin*/
.margin-small {
margin: 5px; }
.margin-medium {
margin: 10px; }
.margin-large {
margin: 20px; }
.margin-xl {
margin: 25px; }
.margin-top-small {
margin-top: 5px; }
.margin-top-medium {
margin-top: 10px; }
.margin-top-large {
margin-top: 20px; }
.margin-top-xl {
margin-top: 25px; }
.margin-left-small {
margin-left: 5px; }
.margin-left-medium {
margin-left: 10px; }
.margin-left-large {
margin-left: 20px; }
.margin-left-xl {
margin-left: 25px; }
.margin-right-small {
margin-right: 5px; }
.margin-right-medium {
margin-right: 10px; }
.margin-right-large {
margin-right: 20px; }
.margin-right-xl {
margin-right: 25px; }
.margin-bottom-small {
margin-bottom: 5px; }
.margin-bottom-medium {
margin-bottom: 10px; }
.margin-bottom-large {
margin-bottom: 20px; }
.margin-bottom-xl {
margin-bottom: 25px; }
/*Padding*/
.padding-small {
padding: 5px; }
.padding-medium {
margin: 10px; }
.padding-large {
padding: 20px; }
.padding-top-small {
padding-top: 5px; }
.padding-top-medium {
margin-top: 10px; }
.padding-top-large {
padding-top: 20px; }
.padding-top-xl {
padding-top: 25px; }
.padding-left-small {
padding-left: 5px; }
.padding-left-medium {
padding-left: 10px; }
.padding-left-large {
padding-left: 20px; }
.padding-left-xl {
margin-left: 25px; }
.padding-right-small {
padding-right: 5px; }
.padding-right-medium {
padding-right: 10px; }
.padding-right-large {
padding-top: 20px; }
.padding-right-xl {
padding-right: 25px; }
.padding-bottom-small {
padding-bottom: 5px; }
.padding-bottom-medium {
padding-bottom: 10px; }
.padding-bottom-large {
padding-bottom: 20px; }
.padding-bottom-xl {
padding-bottom: 25px; }
/*Moving Tags*/
.up-small {
position: relative;
bottom: 5px; }
.up-medium {
position: relative;
bottom: 10px; }
.up-large {
position: relative;
bottom: 20px; }
.down-small {
position: relative;
top: 5px; }
.down-medium {
position: relative;
top: 10px; }
.down-large {
position: relative;
bottom: 20px; }
.left-small {
position: relative;
right: 5px; }
.left-medium {
position: relative;
right: 10px; }
.left-large {
position: relative;
right: 20px; }
.right-small {
position: relative;
left: 5px; }
.right-medium {
position: relative;
left: 10px; }
.right-large {
position: relative;
left: 20px; }
/*Aligning*/
.align-left {
text-align: left; }
.align-right {
text-align: right; }
.align-center {
text-align: center; }
/*Text Decoration*/
.underline {
text-decoration: underline; }
.overline {
text-decoration: overline; }
.linethrough {
text-decoration: line-through; }
/*Border Type*/
.border-top {
border-top: solid;
border-top-width: 1px;
border-top-color: #fff; }
.border-top-inverse {
border-top: solid;
border-top-width: 1px;
border-top-color: #000; }
.border-bottom {
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #fff; }
.border-bottom-inverse {
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #000; }
.border-left {
border-left: solid;
border-left-width: 1px;
border-left-color: #fff; }
.border-left-inverse {
border-left: solid;
border-left-width: 1px;
border-left-color: #000; }
.border-right {
border-right: solid;
border-right-width: 1px;
border-right-color: #fff; }
.border-right-inverse {
border-right: solid;
border-right-width: 1px;
border-right-color: #000; }
.border {
border: solid;
border-width: 1px;
border-color: #fff; }
.border-inverse {
border: solid;
border-width: 1px;
border-color: #000; }
/* Removing Certain Style */
a {
text-decoration: none; }
/* Get Sizes for Header and for all other pieces of ECKit */
/* Example CSS */
.navbar {
font-weight: 500;
font-size: 25px;
line-height: 1em; }
.navbar .navicon {
float: left;
font-size: 25px;
line-height: 1em; }
.navbar .navicon a {
color: inherit;
line-height: 1em; }
.navicon, a {
color: inherit; }
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px; }
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
display: block;
transition: 0.3s; }
.sidenav a:hover {
color: #818181; }
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px; }
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px; }
.sidenav a {
font-size: 18px; } }
.brand {
float: left; }
.banner {
min-height: 45vh;
background-image: url("/ECKit/images/banner-bg.jpg");
background-size: cover; }
.banner .left-banner {
background-color: rgba(0, 0, 0, 0.7); }
.clear-right {
clear: right; }
.float-left {
float: left; }
.float-right {
float: right; }
.content-bars {
height: 50vh;
text-align: center;
line-height: 5em; }
.content-bars h3 {
text-align: center; }
.content-bars .material-icons {
line-height: 2em;
font-size: 48px; }
.footer .footer-col {
min-height: 10vh; }
/*# sourceMappingURL=style.css.map */ | ECKit/css/12col/build/style.css | * Use is under MIT License.
*/
/* Hello, ECKit is a framework that mainly specializes
* in styling as well as a major grid system. It is very
* easy to use.
*/
/* Your ECKit version is the 12 column version.
* to another version. Now building using less.
*/
/* ECKit's Variables */
/* Note: Use this to change colors and such */
/* RESET */
/* Reset.css by ECWebServices.
* Use is under MIT License.
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
font-family: inherit;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
white-space: normal;
text-align: left;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
display: block; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
p {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0; }
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h4 {
display: block;
font-size: 1em;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h5 {
display: block;
font-size: .83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
h6 {
display: block;
font-size: .67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
/*12 COLUMN ECKit */
/* 12 COLUMN : ECKit Grid
DEVELOPER : ECWebServices
VERSION : 3.0
LICENSE : GPL & MIT */
/* MAIN CONTAINER
Set the width to whatever you want the width of your site to be. Note width does not actually have to be set. */
.container {
max-width: 800px;
margin: 0 auto; }
/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
content: "";
display: table;
clear: both; }
/* DEFAULT ROW STYLES
Set bottom padding according to preference */
.row {
padding-bottom: 0em; }
/* DEFAULT COLUMN STYLES */
.col {
display: block;
float: left;
width: 100%; }
@media (min-width: 768px) {
.gutters .col {
margin-left: 2%; }
.gutters .col:first-child {
margin-left: 0; } }
/* COLUMN WIDTH ON DISPLAYS +768px
You might need to play with media queries here to suite your design. */
@media (min-width: 768px) {
.span_1 {
width: 8.33333333333%; }
.span_2 {
width: 16.6666666667%; }
.span_3 {
width: 25%; }
.span_4 {
width: 33.3333333333%; }
.span_5 {
width: 41.6666666667%; }
.span_6 {
width: 50%; }
.span_7 {
width: 58.3333333333%; }
.span_8 {
width: 66.6666666667%; }
.span_9 {
width: 75%; }
.span_10 {
width: 83.3333333333%; }
.span_11 {
width: 91.6666666667%; }
.span_12 {
width: 100%; }
.gutters .span_1 {
width: 6.5%; }
.gutters .span_2 {
width: 15.0%; }
.gutters .span_3 {
width: 23.5%; }
.gutters .span_4 {
width: 32.0%; }
.gutters .span_5 {
width: 40.5%; }
.gutters .span_6 {
width: 49.0%; }
.gutters .span_7 {
width: 57.5%; }
.gutters .span_8 {
width: 66.0%; }
.gutters .span_9 {
width: 74.5%; }
.gutters .span_10 {
width: 83.0%; }
.gutters .span_11 {
width: 91.5%; }
.gutters .span_12 {
width: 100%; } }
/*COLORS */
/* COLORS */
.text-amber {
color: #ffc107; }
.amber {
background-color: #ffc107; }
.text-aqua {
color: #00ffff; }
.aqua {
background-color: #00ffff; }
.text-blue {
color: #2196F3; }
.blue {
background-color: #2196F3; }
.text-light-blue {
color: #87CEEB; }
.light-blue {
background-color: #87CEEB; }
.text-brown {
color: #795548; }
.brown {
background-color: #795548; }
.text-cyan {
color: #00bcd4; }
.cyan {
background-color: #00bcd4; }
.text-blue-grey {
color: #607d8b; }
.blue-grey {
background-color: #607d8b; }
.text-green {
color: #4CAF50; }
.green {
background-color: #4CAF50; }
.text-light-green {
color: #8bc34a; }
.light-green {
background-color: #8bc34a; }
.text-indigo {
color: #3f51b5; }
.indigo {
background-color: #3f51b5; }
.text-khaki {
color: #b4aa50; }
.khaki {
background-color: #f0e68c; }
.text-lime {
color: #cddc39; }
.lime {
background-color: #cddc39; }
.text-orange {
color: #ff9800; }
.orange {
background-color: #ff9800; }
.text-deep-orange {
color: #ff5722; }
.deep-orange {
background-color: #ff5722; }
.text-pink {
color: #e91e63; }
.pink {
background-color: #e91e63; }
.text-purple {
color: #9c27b0; }
.purple {
background-color: #9c27b0; }
.text-deep-purple {
color: #673ab7; }
.deep-purple {
background-color: #673ab7; }
.text-red {
color: #f44336; }
.red {
background-color: #f44336; }
.text-sand {
color: #fdf5e6; }
.sand {
background-color: #fdf5e6; }
.text-teal {
color: #009688; }
.teal {
background-color: #009688; }
.text-yellow {
color: #d2be0e; }
.yellow {
background-color: #ffeb3b; }
.text-white {
color: #fff; }
.white {
background-color: #fff; }
.text-black {
color: #000; }
.black {
background-color: #000; }
.text-grey {
color: #757575; }
.grey {
background-color: #9e9e9e; }
.text-light-grey {
color: #f1f1f1; }
.light-grey {
background-color: #f1f1f1; }
.text-dark-grey {
color: #3a3a3a; }
.dark-grey {
background-color: #616161; }
.text-white-opacity {
color: #FFFFFF;
color: rgba(255, 255, 255, 0.65); }
.text-black-opacity {
color: #000000;
color: rgba(0, 0, 0, 0.6); }
.text-shadow {
text-shadow: 1px 1px 1px #444;
-moz-text-shadow: 1px 1px 1px #444;
letter-spacing: 2px; }
/*SPECIALTY SETTINGS */
/* ECKit's Special Settings for changing anything
Note that this is also a big waste of space.
You can Just delete the @import 'settings' before compiling the sass to use less space.
*/
@font-face {
font-family: HelveticaNeue;
src: url(/fonts/HelveticaNeue.tff); }
body {
font: HelveticaNeue, Helvetica, sans-serif; }
/*Font*/
.monospace {
font-family: monospace; }
.serif {
font-family: serif; }
.sans-serif {
font-family: sans-serif; }
.bold {
font-weight: 700; }
/*Margin and Padding Changers*/
/*Margin*/
.margin-small {
margin: 5px; }
.margin-medium {
margin: 10px; }
.margin-large {
margin: 20px; }
.margin-xl {
margin: 25px; }
.margin-top-small {
margin-top: 5px; }
.margin-top-medium {
margin-top: 10px; }
.margin-top-large {
margin-top: 20px; }
.margin-top-xl {
margin-top: 25px; }
.margin-left-small {
margin-left: 5px; }
.margin-left-medium {
margin-left: 10px; }
.margin-left-large {
margin-left: 20px; }
.margin-left-xl {
margin-left: 25px; }
.margin-right-small {
margin-right: 5px; }
.margin-right-medium {
margin-right: 10px; }
.margin-right-large {
margin-right: 20px; }
.margin-right-xl {
margin-right: 25px; }
.margin-bottom-small {
margin-bottom: 5px; }
.margin-bottom-medium {
margin-bottom: 10px; }
.margin-bottom-large {
margin-bottom: 20px; }
.margin-bottom-xl {
margin-bottom: 25px; }
/*Padding*/
.padding-small {
padding: 5px; }
.padding-medium {
margin: 10px; }
.padding-large {
padding: 20px; }
.padding-top-small {
padding-top: 5px; }
.padding-top-medium {
margin-top: 10px; }
.padding-top-large {
padding-top: 20px; }
.padding-top-xl {
padding-top: 25px; }
.padding-left-small {
padding-left: 5px; }
.padding-left-medium {
padding-left: 10px; }
.padding-left-large {
padding-left: 20px; }
.padding-left-xl {
margin-left: 25px; }
.padding-right-small {
padding-right: 5px; }
.padding-right-medium {
padding-right: 10px; }
.padding-right-large {
padding-top: 20px; }
.padding-right-xl {
padding-right: 25px; }
.padding-bottom-small {
padding-bottom: 5px; }
.padding-bottom-medium {
padding-bottom: 10px; }
.padding-bottom-large {
padding-bottom: 20px; }
.padding-bottom-xl {
padding-bottom: 25px; }
/*Moving Tags*/
.up-small {
position: relative;
bottom: 5px; }
.up-medium {
position: relative;
bottom: 10px; }
.up-large {
position: relative;
bottom: 20px; }
.down-small {
position: relative;
top: 5px; }
.down-medium {
position: relative;
top: 10px; }
.down-large {
position: relative;
bottom: 20px; }
.left-small {
position: relative;
right: 5px; }
.left-medium {
position: relative;
right: 10px; }
.left-large {
position: relative;
right: 20px; }
.right-small {
position: relative;
left: 5px; }
.right-medium {
position: relative;
left: 10px; }
.right-large {
position: relative;
left: 20px; }
/*Aligning*/
.align-left {
text-align: left; }
.align-right {
text-align: right; }
.align-center {
text-align: center; }
/*Text Decoration*/
.underline {
text-decoration: underline; }
.overline {
text-decoration: overline; }
.linethrough {
text-decoration: line-through; }
/*Border Type*/
.border-top {
border-top: solid;
border-top-width: 1px;
border-top-color: #fff; }
.border-top-inverse {
border-top: solid;
border-top-width: 1px;
border-top-color: #000; }
.border-bottom {
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #fff; }
.border-bottom-inverse {
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #000; }
.border-left {
border-left: solid;
border-left-width: 1px;
border-left-color: #fff; }
.border-left-inverse {
border-left: solid;
border-left-width: 1px;
border-left-color: #000; }
.border-right {
border-right: solid;
border-right-width: 1px;
border-right-color: #fff; }
.border-right-inverse {
border-right: solid;
border-right-width: 1px;
border-right-color: #000; }
.border {
border: solid;
border-width: 1px;
border-color: #fff; }
.border-inverse {
border: solid;
border-width: 1px;
border-color: #000; }
/* Removing Certain Style */
a {
text-decoration: none; }
/* Get Sizes for Header and for all other pieces of ECKit */
/* Example CSS */
.navbar {
font-weight: 500;
font-size: 25px;
line-height: 1em; }
.navbar .navicon {
float: left;
font-size: 25px;
line-height: 1em; }
.navbar .navicon a {
color: inherit;
line-height: 1em; }
.navicon, a {
color: inherit; }
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px; }
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
display: block;
transition: 0.3s; }
.sidenav a:hover {
color: #818181; }
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px; }
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px; }
.sidenav a {
font-size: 18px; } }
.brand {
float: left; }
.banner {
min-height: 45vh;
background-image: url("/ECKit/images/banner-bg.jpg");
background-size: cover; }
.banner .left-banner {
background-color: rgba(0, 0, 0, 0.7); }
.clear-right {
clear: right; }
.float-left {
float: left; }
.float-right {
float: right; }
.content-bars {
height: 50vh;
text-align: center;
line-height: 5em; }
.content-bars h3 {
text-align: center; }
.content-bars .material-icons {
line-height: 2em;
font-size: 48px; }
.footer .footer-col {
min-height: 10vh; }
/*# sourceMappingURL=style.css.map */ | 0.520253 | 0.133981 |
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: rgb(177, 177, 177);
font-family: Oswald, sans-serif;
overflow: hidden;
}
.top-bar {
padding-left: 15px;
height: 50px;
width: 100%;
position: fixed;
background-color: grey;
display: flex;
justify-content: center;
}
/* Font Awesome Icons */
.fas,
.far {
font-size: 25px;
position: relative;
top: 5px;
background-color: rgb(82, 82, 82);
color: white;
padding: 5px;
border-radius: 5px;
width: 40px;
text-align: center;
cursor: pointer;
}
.fas:hover,
.far:hover {
filter: brightness(90%);
}
.fa-fill-drip {
cursor: default;
}
.fa-undo-alt:hover,
.fa-trash-alt:hover {
color: rgb(223, 37, 37);
}
/* Tools */
.active-tool {
position: absolute;
top: 9px;
left: 5px;
}
.active-tool > span {
background-color: rgb(82, 82, 82);
border-radius: 5px;
padding: 2.5px 16px;
color: white;
font-size: 20px;
user-select: none;
}
.tool {
position: relative;
top: 3px;
}
.tool:not(:first-child) {
margin-left: 8px;
}
.brush {
background-color: rgb(114, 114, 114);
height: 44px;
width: 345px;
}
.brush > * {
margin-left: 10px;
}
.size {
min-width: 40px;
height: 35px;
position: relative;
top: 4px;
left: -5px;
background-color: rgb(82, 82, 82);
border-radius: 5px;
padding: 2.5px 8px;
color: white;
font-size: 20px;
user-select: none;
}
/* Custom Slider */
.slider {
-webkit-appearance: none;
position: relative;
left: -8px;
width: 100px;
height: 10px;
background: rgb(177, 177, 177);
outline: none;
opacity: 0.7;
cursor: pointer;
-webkit-transition: 0.2s;
transition: opacity 0.2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
background: rgb(47, 47, 47);
}
.slider::-moz-range-thumb {
width: 10px;
height: 10px;
background: rgb(47, 47, 47);
}
/* JS Color */
.jscolor {
border-style: solid;
border-radius: 5px;
height: 35px;
width: 120px;
margin-left: 3px;
text-align: center;
cursor: pointer;
outline: none;
}
/* Canvas */
canvas#canvas {
position: absolute;
top: 50px;
cursor: crosshair;
z-index: 10;
}
/* Mobile Message */
.mobile-message {
display: none;
}
/* Media Query: Mobile Devices */
@media screen and (max-width: 800px) {
.mobile-message {
position: absolute;
height: 100vh;
width: 100%;
background-color: rgb(0, 0, 0);
color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 100;
}
} | style.css | @import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: rgb(177, 177, 177);
font-family: Oswald, sans-serif;
overflow: hidden;
}
.top-bar {
padding-left: 15px;
height: 50px;
width: 100%;
position: fixed;
background-color: grey;
display: flex;
justify-content: center;
}
/* Font Awesome Icons */
.fas,
.far {
font-size: 25px;
position: relative;
top: 5px;
background-color: rgb(82, 82, 82);
color: white;
padding: 5px;
border-radius: 5px;
width: 40px;
text-align: center;
cursor: pointer;
}
.fas:hover,
.far:hover {
filter: brightness(90%);
}
.fa-fill-drip {
cursor: default;
}
.fa-undo-alt:hover,
.fa-trash-alt:hover {
color: rgb(223, 37, 37);
}
/* Tools */
.active-tool {
position: absolute;
top: 9px;
left: 5px;
}
.active-tool > span {
background-color: rgb(82, 82, 82);
border-radius: 5px;
padding: 2.5px 16px;
color: white;
font-size: 20px;
user-select: none;
}
.tool {
position: relative;
top: 3px;
}
.tool:not(:first-child) {
margin-left: 8px;
}
.brush {
background-color: rgb(114, 114, 114);
height: 44px;
width: 345px;
}
.brush > * {
margin-left: 10px;
}
.size {
min-width: 40px;
height: 35px;
position: relative;
top: 4px;
left: -5px;
background-color: rgb(82, 82, 82);
border-radius: 5px;
padding: 2.5px 8px;
color: white;
font-size: 20px;
user-select: none;
}
/* Custom Slider */
.slider {
-webkit-appearance: none;
position: relative;
left: -8px;
width: 100px;
height: 10px;
background: rgb(177, 177, 177);
outline: none;
opacity: 0.7;
cursor: pointer;
-webkit-transition: 0.2s;
transition: opacity 0.2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
background: rgb(47, 47, 47);
}
.slider::-moz-range-thumb {
width: 10px;
height: 10px;
background: rgb(47, 47, 47);
}
/* JS Color */
.jscolor {
border-style: solid;
border-radius: 5px;
height: 35px;
width: 120px;
margin-left: 3px;
text-align: center;
cursor: pointer;
outline: none;
}
/* Canvas */
canvas#canvas {
position: absolute;
top: 50px;
cursor: crosshair;
z-index: 10;
}
/* Mobile Message */
.mobile-message {
display: none;
}
/* Media Query: Mobile Devices */
@media screen and (max-width: 800px) {
.mobile-message {
position: absolute;
height: 100vh;
width: 100%;
background-color: rgb(0, 0, 0);
color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 100;
}
} | 0.403449 | 0.087994 |
a:hover, button:hover {
cursor: pointer;
}
.row-blue {
background: #0092e2;
height: 3px;
margin-bottom: 20px;
}
.container {
padding-bottom: 32px;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.8);
}
footer {
border-top: 1px solid #EFEFEF;
color: #333333;
font-size: 0.9rem;
padding-top: 30px;
}
/* Admin Component */
.form-inline {
display: inline;
width: 50%;
}
.options {
list-style-type:none;
margin:25px 0 0 0;
padding:0;
}
.options li {
margin:0 5px 0 0;
width:80%;
height:40px;
position:relative;
}
.options label, .options input {
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.options input[type="radio"] {
opacity:0.011;
z-index:100;
}
.options input[type="radio"]:checked + label {
background: #0275d8;
color: #FFFFFF;
}
.options label {
padding:5px;
cursor:pointer;
z-index:90;
}
.options label:hover {
background:#F1F1F1;
color: #0275d8;
}
.vertical-center {
padding-top: 50px;
}
.vertical-center form {
width: 75%;
}
.add-options {
margin-top: 4px;
margin-bottom: 10px;
}
.empty-chart {
display: block;
padding-top: 30px;
}
/* Polls Component */
.brick {
width: 200px;
margin: 10px;
padding: 10px;
background-color: #F9F9F9;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.brick-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 15px 30px 15px;
border-bottom: 1px solid #eceeef;
background: rgba(0, 146, 226, 0.1);
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.brick-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0px;
background-color: #EEEEEE;
}
.brick-body div {
display: flex
}
.brick-button {
margin: auto;
justify-content: center;
flex-grow: 1;
padding: 10px 0px;
}
.brick-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: center;
padding: 10px 0px;
background: rgba(0, 146, 226, 1);
color: #FFFFFF;
border-bottom-left-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.brick-footer:hover {
background: rgba(0, 146, 226, 0.8);
cursor: pointer;
}
.brick-button:hover {
background: rgb(220, 220, 220);
cursor: pointer;
} | src/styles.css |
a:hover, button:hover {
cursor: pointer;
}
.row-blue {
background: #0092e2;
height: 3px;
margin-bottom: 20px;
}
.container {
padding-bottom: 32px;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.8);
}
footer {
border-top: 1px solid #EFEFEF;
color: #333333;
font-size: 0.9rem;
padding-top: 30px;
}
/* Admin Component */
.form-inline {
display: inline;
width: 50%;
}
.options {
list-style-type:none;
margin:25px 0 0 0;
padding:0;
}
.options li {
margin:0 5px 0 0;
width:80%;
height:40px;
position:relative;
}
.options label, .options input {
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.options input[type="radio"] {
opacity:0.011;
z-index:100;
}
.options input[type="radio"]:checked + label {
background: #0275d8;
color: #FFFFFF;
}
.options label {
padding:5px;
cursor:pointer;
z-index:90;
}
.options label:hover {
background:#F1F1F1;
color: #0275d8;
}
.vertical-center {
padding-top: 50px;
}
.vertical-center form {
width: 75%;
}
.add-options {
margin-top: 4px;
margin-bottom: 10px;
}
.empty-chart {
display: block;
padding-top: 30px;
}
/* Polls Component */
.brick {
width: 200px;
margin: 10px;
padding: 10px;
background-color: #F9F9F9;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.brick-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 15px 30px 15px;
border-bottom: 1px solid #eceeef;
background: rgba(0, 146, 226, 0.1);
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.brick-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0px;
background-color: #EEEEEE;
}
.brick-body div {
display: flex
}
.brick-button {
margin: auto;
justify-content: center;
flex-grow: 1;
padding: 10px 0px;
}
.brick-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: center;
padding: 10px 0px;
background: rgba(0, 146, 226, 1);
color: #FFFFFF;
border-bottom-left-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.brick-footer:hover {
background: rgba(0, 146, 226, 0.8);
cursor: pointer;
}
.brick-button:hover {
background: rgb(220, 220, 220);
cursor: pointer;
} | 0.47244 | 0.093678 |
body{
background-color: whitesmoke;
margin: 7%;
font-family: 'poppins', sans-serif;
}
.mainHeader{
font-weight: 100;
text-align: center;
}
.secondHeader{
text-align: center;
}
p{
font-size: 20px;
color: gray;
}
.headerDescription{
text-align: center;
}
.card1{
background-color: white;
border-top: hsl(180, 62%, 55%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin-top: 250px;
float: left;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
}
.card1 img{
float: right;
margin-top: 10px;
}
.card2{
background-color: white;
border-top: hsl(0, 78%, 62%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin: 15px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
margin-top: 22%;
margin-bottom: 20%
}
.card2 img{
float: right;
margin-top: 10px;
}
.card3{
background-color: white;
border-top: hsl(34, 97%, 64%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin: 15px;
margin-top: 30px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
margin-bottom: 20px;
}
.card3 img{
float: right;
margin-top: 10px;
}
.card2-3{
float: left;
margin-left: 4%;
margin-right: 4%;
}
.card4{
background-color: white;
border-top: hsl(212, 86%, 64%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
float: left;
margin-top: 250px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
}
.card4 img{
float: right;
margin-top: 10px;
}
.cards{
display: flex;
justify-content: center;
}
@media screen and (max-width:1156px){
.card1{
margin: 10px;
float: left;
width: 65%;
}
.card2{
margin: 10px;
width: 65%;
}
.card3{
margin: 10px;
width: 65%;
}
.card2-3{
float: none;
margin-left: 0%;
margin-right: 0%;
display: flex;
flex-flow: column;
align-items: center;
width: 100%;
}
.card4{
float: left;
margin: 10px;
width: 65%;
}
.cards{
display: flex;
flex-flow: column;
align-items: center;
}
} | style.css | body{
background-color: whitesmoke;
margin: 7%;
font-family: 'poppins', sans-serif;
}
.mainHeader{
font-weight: 100;
text-align: center;
}
.secondHeader{
text-align: center;
}
p{
font-size: 20px;
color: gray;
}
.headerDescription{
text-align: center;
}
.card1{
background-color: white;
border-top: hsl(180, 62%, 55%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin-top: 250px;
float: left;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
}
.card1 img{
float: right;
margin-top: 10px;
}
.card2{
background-color: white;
border-top: hsl(0, 78%, 62%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin: 15px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
margin-top: 22%;
margin-bottom: 20%
}
.card2 img{
float: right;
margin-top: 10px;
}
.card3{
background-color: white;
border-top: hsl(34, 97%, 64%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
margin: 15px;
margin-top: 30px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
margin-bottom: 20px;
}
.card3 img{
float: right;
margin-top: 10px;
}
.card2-3{
float: left;
margin-left: 4%;
margin-right: 4%;
}
.card4{
background-color: white;
border-top: hsl(212, 86%, 64%) solid;
padding: 10px 50px 0% 50px;
width: 250px;
height: 260px;
float: left;
margin-top: 250px;
box-shadow: 0px 6px hsla(229, 6%, 66%, 0.35);
border-radius: 5px;
}
.card4 img{
float: right;
margin-top: 10px;
}
.cards{
display: flex;
justify-content: center;
}
@media screen and (max-width:1156px){
.card1{
margin: 10px;
float: left;
width: 65%;
}
.card2{
margin: 10px;
width: 65%;
}
.card3{
margin: 10px;
width: 65%;
}
.card2-3{
float: none;
margin-left: 0%;
margin-right: 0%;
display: flex;
flex-flow: column;
align-items: center;
width: 100%;
}
.card4{
float: left;
margin: 10px;
width: 65%;
}
.cards{
display: flex;
flex-flow: column;
align-items: center;
}
} | 0.567697 | 0.119229 |
* {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%; /* = 10px */
}
:root {
--first-level-color: #ddd;
--second-level-color: #bbb;
--third-level-color: #999;
--fourth-level-color: #6a6666;
}
/* ===== Styles ===== */
/* resets */
a {
text-decoration: none;
color: #000;
}
#main_nav li {
list-style: none;
}
#main_nav {
/* display: flex; */
}
/* ===== Utitlies ===== */
/* Presets */
ul {
padding: 0;
margin: 0;
}
li {
display: inline;
position: relative;
}
/* ===== Utitlies ===== */
/* UTILITIES on hover-effect */
/* description: Color highlight on first level and second level */
#main_nav li:hover, #main_nav li:hover li {
background: var(--first-level-color);
}
/* #main_nav li a {
background: var(--first-level-color);
} */
/* #main_nav li:focus-within {
border: green solid 1px;
} */
/* description: color highlight for second level on HOVER */
#main_nav li li:hover, #main_nav li li:hover li {
background: var(--first-level-color);
}
/* description: color highlight for third level on HOVER */
#main_nav li li li:hover, #main_nav li li li:hover li {
background: #999;
}
#main_nav li li li a {
background: #999;
}
/* description: color highlight for fourth level on HOVER */
#main_nav li li li li:hover {
background: #6a6666;
}
#main_nav li li li li a {
background: #6a6666;
}
/* on HOVER make visible for all levels */
/* SELECT all ul elements where the parent is #main_nav li */
#main_nav li:hover > ul {
visibility: visible;
opacity: 1;
}
/* ===== Mobile ===== */
@media (max-width: 480px) {
/* ===== Styling ===== */
#menu-icon {
display: block;
height: 48px;
background: grey;
color: white;
text-align: center;
font-size: 24pc;
line-height: 2em;
font-family: roboto;
font-size: 2em;
cursor: pointer;
}
.has-submenu-1,
.has-submenu-2,
.has-submenu-3,
.has-submenu-4 {
background: var(--first-level-color);
}
.has-submenu-1 ~ ul,
.has-submenu-2 ~ ul,
.has-submenu-3 ~ ul,
.has-submenu-4 ~ ul {
background: var(--second-level-color);
}
#main_nav,
#main_nav ul ul {
display: none;
}
#main_nav ul {
display: flex;
flex-direction: column;
}
#main_nav a,
#menu-icon {
height: 48px;
padding: 21px;
/* padding: 16px; */
/* margin: 5px; */
display: flex;
align-items: center;
justify-content: center;
border: solid red 1px;
}
.arrow {
margin-left: 0.8em;
}
/* ===== Utitlies ===== */
.display-block {
display: block !important;
}
/* Arrow rotate animation on 'click' event listener */
.arrow {
transition: transform 0.15s linear;
}
.display-rotate {
transform: rotate(90deg);
}
/* (1) Uncomment below to use */
/* ===== STYLE PREFERENCE option i =====
description: HIGHLIGHTS selected main submenus */
.display-selected {
/* Use '!important' for the third level */
background: yellow !important;
}
/* (2) Uncomment below to use */
/* ===== STYLE PREFERENCE option ii =====
description: HIGHLIGHTS selected main submenus with the same color as its lower level
With selector: .third-floor-selected
USE '!important' for the third level
Because it gets ignored by more "important" selectors used on that element */
/* .first-floor-selected {
background: var(--second-level-color);
}
.second-floor-selected {
background: var(--third-level-color);
}
.third-floor-selected {
background: var(--fourth-level-color) !important;
} */
}
/* ===== Desktop and w/e [test] ===== */
/* Testing only to and from mobile and desktop responsive menu */
@media (min-width: 481px) {
#menu-icon {
display: none;
}
/* Presets fo 'multi levels' dropdowns */
/* NB: If there's more dropdowns add extra 'ul' to target them */
ul ul ul {
left: 100%;
top: 0;
}
/* ===== Styling ===== */
#main_nav {
/* Already declared 'display: flex' above */
justify-content: space-around;
}
#main_nav li {
padding: 20px; /* specify size */
border: 1px solid red; /* customize */
position: relative;
float: left;
width: 150px; /* Specify size */
}
#main_nav ul ul {
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
opacity: 0;
}
#main_nav ul ul ul {
left: 100%;
top: 0;
}
/* IF there's anymore levels, add more 'ul' and give the same syntax above */
/* ===== Utitlies ===== */
/* For 'two levels' dropdowns, add the following and it will be enough */
/* li:hover ul {
display: block;
} */
/* For more thant two or 'multiple levels', add the following instead */
li:hover > ul {
display: block;
}
/* functionality: HIDES sub-menus */
ul ul {
position: absolute;
display: none;
}
/* animation */
#main_nav ul {
transition: 0.5s;
}
#main_nav li {
transition: 0.5s;
}
} | dropdowns/dropdowns-04/style.css | * {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%; /* = 10px */
}
:root {
--first-level-color: #ddd;
--second-level-color: #bbb;
--third-level-color: #999;
--fourth-level-color: #6a6666;
}
/* ===== Styles ===== */
/* resets */
a {
text-decoration: none;
color: #000;
}
#main_nav li {
list-style: none;
}
#main_nav {
/* display: flex; */
}
/* ===== Utitlies ===== */
/* Presets */
ul {
padding: 0;
margin: 0;
}
li {
display: inline;
position: relative;
}
/* ===== Utitlies ===== */
/* UTILITIES on hover-effect */
/* description: Color highlight on first level and second level */
#main_nav li:hover, #main_nav li:hover li {
background: var(--first-level-color);
}
/* #main_nav li a {
background: var(--first-level-color);
} */
/* #main_nav li:focus-within {
border: green solid 1px;
} */
/* description: color highlight for second level on HOVER */
#main_nav li li:hover, #main_nav li li:hover li {
background: var(--first-level-color);
}
/* description: color highlight for third level on HOVER */
#main_nav li li li:hover, #main_nav li li li:hover li {
background: #999;
}
#main_nav li li li a {
background: #999;
}
/* description: color highlight for fourth level on HOVER */
#main_nav li li li li:hover {
background: #6a6666;
}
#main_nav li li li li a {
background: #6a6666;
}
/* on HOVER make visible for all levels */
/* SELECT all ul elements where the parent is #main_nav li */
#main_nav li:hover > ul {
visibility: visible;
opacity: 1;
}
/* ===== Mobile ===== */
@media (max-width: 480px) {
/* ===== Styling ===== */
#menu-icon {
display: block;
height: 48px;
background: grey;
color: white;
text-align: center;
font-size: 24pc;
line-height: 2em;
font-family: roboto;
font-size: 2em;
cursor: pointer;
}
.has-submenu-1,
.has-submenu-2,
.has-submenu-3,
.has-submenu-4 {
background: var(--first-level-color);
}
.has-submenu-1 ~ ul,
.has-submenu-2 ~ ul,
.has-submenu-3 ~ ul,
.has-submenu-4 ~ ul {
background: var(--second-level-color);
}
#main_nav,
#main_nav ul ul {
display: none;
}
#main_nav ul {
display: flex;
flex-direction: column;
}
#main_nav a,
#menu-icon {
height: 48px;
padding: 21px;
/* padding: 16px; */
/* margin: 5px; */
display: flex;
align-items: center;
justify-content: center;
border: solid red 1px;
}
.arrow {
margin-left: 0.8em;
}
/* ===== Utitlies ===== */
.display-block {
display: block !important;
}
/* Arrow rotate animation on 'click' event listener */
.arrow {
transition: transform 0.15s linear;
}
.display-rotate {
transform: rotate(90deg);
}
/* (1) Uncomment below to use */
/* ===== STYLE PREFERENCE option i =====
description: HIGHLIGHTS selected main submenus */
.display-selected {
/* Use '!important' for the third level */
background: yellow !important;
}
/* (2) Uncomment below to use */
/* ===== STYLE PREFERENCE option ii =====
description: HIGHLIGHTS selected main submenus with the same color as its lower level
With selector: .third-floor-selected
USE '!important' for the third level
Because it gets ignored by more "important" selectors used on that element */
/* .first-floor-selected {
background: var(--second-level-color);
}
.second-floor-selected {
background: var(--third-level-color);
}
.third-floor-selected {
background: var(--fourth-level-color) !important;
} */
}
/* ===== Desktop and w/e [test] ===== */
/* Testing only to and from mobile and desktop responsive menu */
@media (min-width: 481px) {
#menu-icon {
display: none;
}
/* Presets fo 'multi levels' dropdowns */
/* NB: If there's more dropdowns add extra 'ul' to target them */
ul ul ul {
left: 100%;
top: 0;
}
/* ===== Styling ===== */
#main_nav {
/* Already declared 'display: flex' above */
justify-content: space-around;
}
#main_nav li {
padding: 20px; /* specify size */
border: 1px solid red; /* customize */
position: relative;
float: left;
width: 150px; /* Specify size */
}
#main_nav ul ul {
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
opacity: 0;
}
#main_nav ul ul ul {
left: 100%;
top: 0;
}
/* IF there's anymore levels, add more 'ul' and give the same syntax above */
/* ===== Utitlies ===== */
/* For 'two levels' dropdowns, add the following and it will be enough */
/* li:hover ul {
display: block;
} */
/* For more thant two or 'multiple levels', add the following instead */
li:hover > ul {
display: block;
}
/* functionality: HIDES sub-menus */
ul ul {
position: absolute;
display: none;
}
/* animation */
#main_nav ul {
transition: 0.5s;
}
#main_nav li {
transition: 0.5s;
}
} | 0.347426 | 0.06767 |
.juxtapo-btn {
background-color: white;
border: solid 1px #000;
color: #000;
cursor: pointer;
float: left;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
font-size: 9px;
height: 6px;
padding: 3px;
position: relative;
text-align: center;
z-index: 2000;
}
div.juxtapo-btn-open {
background-color:#000000;
border-bottom:1px solid #aaa;
border-left:1px solid #CCCCCC;
border-right:1px solid #aaa;
color:#FFFFFF;
padding-bottom: 5px;
top:-3px;
}
div.juxtapo-btn:hover { background-color: #555; color: white; }
/* cc - clear container
----------------------------------------------------*/
.juxtapo-cc { zoom: 1; }
.juxtapo-cc:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#juxtapo-container {
background:#000000 url(juxtapo-logo-12.gif) no-repeat 2px 2px;
border-top: solid 1px #aaa;
bottom: 0;
height: 15px;
left: 0;
line-height: 7px;
padding:1px 3px 1px 47px;
position: fixed;
z-index: 2001;
}
.juxtapo-dropDown {
border: solid 1px #000;
color: #000;
position: relative;
/*width: 5px;*/
height: 6px;
float: left;
font-family: arial, helvetica,sans-serif;
font-weight: bold;
text-align: center;
padding: 3px;
cursor: pointer;
background-color: white;
font-size: 9px;
z-index: 2000;
}
.juxtapo-dropDown:hover { background-color: #555; color: white; }
.juxtapo-lightBox {
background-color: white;
border: solid 5px #000;
bottom: 18px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
color: #000;
display: none;
font-family: Arial,sans-serif;
font-size: 11px;
font-weight: bold;
left: 1px;
padding: 0px;
position: fixed;
text-align: left;
width: 90%;
z-index: 2000;
}
.juxtapo-lightBox h4 {
border-top: solid 1px #ccc;
font-size: 1.1em;
margin: 6px 0px 3px;
padding: 5px 3px 3px;
}
.juxtapo-lightBox table {
border-collapse: separate;
border-spacing: 0;
}
.juxtapo-lightBox table tr {
}
.juxtapo-lightBox table tr:nth-child(even) td {
background-color: #ddd;
}
.juxtapo-lightBox table tr td {
background-color: #eee;
border-left: solid 1px #fff;
border-right: solid 1px #bbb;
padding: 8px 5px;
}
.juxtapo-lightBox ul {
margin: 5px 0px 3px 10px;
}
/*
juxtapo-btn
-----------------------------------------*/
.juxtapo-overlayOpaque {
background-color: #00ADEF;
}
.juxtapo-overlaySemiTrans {
background-color: #88ddFF;
}
.juxtapo-overlayTransparent {}
#juxtapo-searchDesigns { width: 300px; }
.juxtapo-ui-toolbar {
background-color: #444;
padding: 6px 20px;
}
.juxtapo-ui-toolbarL {
float: left;
}
.juxtapo-ui-toolbarR {
float:right;
}
.juxtapo-ui-toolbar .label-text {
color: #ccc;
padding-right: 5px;
}
#juxtapo-thumbs-container {
display:block;
height: 530px;
margin: 0;
overflow: auto;
padding: 0;
position:relative;
}
.juxtapo-thumb {
display: block;
float: left;
height: 252px;
margin: 10px;
overflow: hidden;
position: relative;
padding: 0;
width: 202px;
}
a.juxtapo-thumb-lnk {
border: solid 1px #ccc;
display: block;
height: 250px;
margin:0;
overflow: hidden;
padding:0;
position: relative;
width: 200px;
}
a.juxtapo-thumb-lnk:hover,
a.juxtapo-thumb-lnk:focus,
a.juxtapo-thumb-lnk:active {
border: solid 1px #000;
color: #fff;
}
.juxtapo-thumb-img {
display:block;
height: 220px;
margin:0;
overflow: hidden;
padding:0;
}
.juxtapo-thumb-img img {
border: none;
float: left;
position: relative;
z-index: 1;
}
span.juxtapo-thumb-caption {
position: absolute;
background-color: #efefef;
bottom: 1px;
left: 1px;
padding: 3px;
display: block;
width: 194px;
z-index: 2;
}
a.juxtapo-thumb-lnk:hover span.juxtapo-thumb-caption,
a.juxtapo-thumb-lnk:focus span.juxtapo-thumb-caption,
a.juxtapo-thumb-lnk:active span.juxtapo-thumb-caption {
background-color: #000;
}
.juxtapo-info { }
.juxtapo-error,
.juxtapo-eh-error {
background-color: #900 !important;
color: white;
}
.juxtapo-errorBox {
font-size: 12px !important;
overflow: auto;
}
.juxtapo-errorBox ul {
margin: 0;
padding:0;
list-style: none;
}
.juxtapo-errorBox ul ul {
list-style: disc;
margin: 0 15px;
padding:0;
}
.juxtapo-errorBox li {
background-color: #eee;
border-bottom: solid 1px #aaa;
border-top: solid 1px #fff;
margin:0;
padding: 3px 5px;
}
.juxtapo-errorBox li ul li {
background-color: inherit;
border: none;
}
.juxtapo-toolbtn {
background-color: #555;
border-color: #aaa #777 #888 #aaa;
border-style: solid;
border-width: 1px;
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor:pointer;
display:block;
float: left;
line-height: 20px;
margin: 0 2px;
text-decoration: none;
}
.juxtapo-toolbtn-contents {
color: #bbb;
display:block;
float:left;
padding: 0 5px;
}
.juxtapo-toolbtn:hover {
background-color: #777;
}
.juxtapo-toolbtn:hover .juxtapo-toolbtn-contents {
color: #ddd;
} | core/juxtapo.css | .juxtapo-btn {
background-color: white;
border: solid 1px #000;
color: #000;
cursor: pointer;
float: left;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
font-size: 9px;
height: 6px;
padding: 3px;
position: relative;
text-align: center;
z-index: 2000;
}
div.juxtapo-btn-open {
background-color:#000000;
border-bottom:1px solid #aaa;
border-left:1px solid #CCCCCC;
border-right:1px solid #aaa;
color:#FFFFFF;
padding-bottom: 5px;
top:-3px;
}
div.juxtapo-btn:hover { background-color: #555; color: white; }
/* cc - clear container
----------------------------------------------------*/
.juxtapo-cc { zoom: 1; }
.juxtapo-cc:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#juxtapo-container {
background:#000000 url(juxtapo-logo-12.gif) no-repeat 2px 2px;
border-top: solid 1px #aaa;
bottom: 0;
height: 15px;
left: 0;
line-height: 7px;
padding:1px 3px 1px 47px;
position: fixed;
z-index: 2001;
}
.juxtapo-dropDown {
border: solid 1px #000;
color: #000;
position: relative;
/*width: 5px;*/
height: 6px;
float: left;
font-family: arial, helvetica,sans-serif;
font-weight: bold;
text-align: center;
padding: 3px;
cursor: pointer;
background-color: white;
font-size: 9px;
z-index: 2000;
}
.juxtapo-dropDown:hover { background-color: #555; color: white; }
.juxtapo-lightBox {
background-color: white;
border: solid 5px #000;
bottom: 18px;
box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
color: #000;
display: none;
font-family: Arial,sans-serif;
font-size: 11px;
font-weight: bold;
left: 1px;
padding: 0px;
position: fixed;
text-align: left;
width: 90%;
z-index: 2000;
}
.juxtapo-lightBox h4 {
border-top: solid 1px #ccc;
font-size: 1.1em;
margin: 6px 0px 3px;
padding: 5px 3px 3px;
}
.juxtapo-lightBox table {
border-collapse: separate;
border-spacing: 0;
}
.juxtapo-lightBox table tr {
}
.juxtapo-lightBox table tr:nth-child(even) td {
background-color: #ddd;
}
.juxtapo-lightBox table tr td {
background-color: #eee;
border-left: solid 1px #fff;
border-right: solid 1px #bbb;
padding: 8px 5px;
}
.juxtapo-lightBox ul {
margin: 5px 0px 3px 10px;
}
/*
juxtapo-btn
-----------------------------------------*/
.juxtapo-overlayOpaque {
background-color: #00ADEF;
}
.juxtapo-overlaySemiTrans {
background-color: #88ddFF;
}
.juxtapo-overlayTransparent {}
#juxtapo-searchDesigns { width: 300px; }
.juxtapo-ui-toolbar {
background-color: #444;
padding: 6px 20px;
}
.juxtapo-ui-toolbarL {
float: left;
}
.juxtapo-ui-toolbarR {
float:right;
}
.juxtapo-ui-toolbar .label-text {
color: #ccc;
padding-right: 5px;
}
#juxtapo-thumbs-container {
display:block;
height: 530px;
margin: 0;
overflow: auto;
padding: 0;
position:relative;
}
.juxtapo-thumb {
display: block;
float: left;
height: 252px;
margin: 10px;
overflow: hidden;
position: relative;
padding: 0;
width: 202px;
}
a.juxtapo-thumb-lnk {
border: solid 1px #ccc;
display: block;
height: 250px;
margin:0;
overflow: hidden;
padding:0;
position: relative;
width: 200px;
}
a.juxtapo-thumb-lnk:hover,
a.juxtapo-thumb-lnk:focus,
a.juxtapo-thumb-lnk:active {
border: solid 1px #000;
color: #fff;
}
.juxtapo-thumb-img {
display:block;
height: 220px;
margin:0;
overflow: hidden;
padding:0;
}
.juxtapo-thumb-img img {
border: none;
float: left;
position: relative;
z-index: 1;
}
span.juxtapo-thumb-caption {
position: absolute;
background-color: #efefef;
bottom: 1px;
left: 1px;
padding: 3px;
display: block;
width: 194px;
z-index: 2;
}
a.juxtapo-thumb-lnk:hover span.juxtapo-thumb-caption,
a.juxtapo-thumb-lnk:focus span.juxtapo-thumb-caption,
a.juxtapo-thumb-lnk:active span.juxtapo-thumb-caption {
background-color: #000;
}
.juxtapo-info { }
.juxtapo-error,
.juxtapo-eh-error {
background-color: #900 !important;
color: white;
}
.juxtapo-errorBox {
font-size: 12px !important;
overflow: auto;
}
.juxtapo-errorBox ul {
margin: 0;
padding:0;
list-style: none;
}
.juxtapo-errorBox ul ul {
list-style: disc;
margin: 0 15px;
padding:0;
}
.juxtapo-errorBox li {
background-color: #eee;
border-bottom: solid 1px #aaa;
border-top: solid 1px #fff;
margin:0;
padding: 3px 5px;
}
.juxtapo-errorBox li ul li {
background-color: inherit;
border: none;
}
.juxtapo-toolbtn {
background-color: #555;
border-color: #aaa #777 #888 #aaa;
border-style: solid;
border-width: 1px;
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor:pointer;
display:block;
float: left;
line-height: 20px;
margin: 0 2px;
text-decoration: none;
}
.juxtapo-toolbtn-contents {
color: #bbb;
display:block;
float:left;
padding: 0 5px;
}
.juxtapo-toolbtn:hover {
background-color: #777;
}
.juxtapo-toolbtn:hover .juxtapo-toolbtn-contents {
color: #ddd;
} | 0.215516 | 0.058025 |
body {
font-family: 'Verdana', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Verdana', sans-serif;
}
a {
color: inherit;
}
.selectie-knoppen {
display: block;
margin-bottom: 10px;
}
/* kleuren */
.dof-blauw {
background-color: #0aa0e1; /* medium blauw */
}
.dof-rood {
background-color: #f94137; /* hoofdkleur rood */
}
.dof-grijs {
background-color: #eee; /* grey lighten-3 */
}
/* gebruik: extra ruimte rond dicht op elkaar geplaatst buttons
die bij wrap elkaar zouden raken */
.margin-5 {
margin: 5px;
}
/* lagere regel in een grid */
.small-row {
padding: 5px 10px 5px 10px;
margin-bottom: 0px;
}
.in-table-icon {
vertical-align: middle; /* betere alignment met text in andere td */
font-size: 22px; /* deze maat aligned beter met de tekst */
}
/* invoerveld voor een zoek / filter veld boven aan de tabel */
.table-filter {
padding: 0 5px; /* deze padding komt voor en na het invoer veld */
}
input.table-filter {
font-size: 14px;
padding: 0;
}
/* gebruik voor witte achtergrond achter blok buttons */
.shrink-wrap-5 {
display: inline-block;
padding: 5px;
}
/* pre-formatted / code block in de handleiding */
.handleiding_code {
padding: 10px;
color: #000; /* <NAME> */
background-color: #eee; /* nhb-grijs */
}
/* site feedback floater */
.site-sidebar-box {
width: 180px;
float: right;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
background-color: #fff; /* wit */
}
/* de binnenkant van de feedback floater */
.site-feedback {
display: inline-block;
font-size: 12px;
}
/* padding rond de main content */
#content {
padding: 20px;
}
/* reduceer de padding rond de content op echt kleine schermen */
@media only screen and (max-width: 500px) {
#content {
padding: 5px;
}
}
/* toon content tegen de linker kan als het menu niet in beeld is */
@media only screen and (max-width: 1020px) {
#container {
padding-left: 0px;
}
}
/* small: <=720 */
@media only screen and (min-width: 721px) {
.hide-unless-small {
display: none;
}
}
/* medium: 720-1020 */
@media only screen and (max-width : 720px) {
.hide-unless-medium {
display: none;
}
}
@media only screen and (min-width: 1021px) {
.hide-unless-medium {
display: none;
}
}
/* large: 1021-1350 */
@media only screen and (max-width : 1020px) {
.hide-unless-large {
display: none;
}
}
@media only screen and (min-width: 1351px) {
.hide-unless-large {
display: none;
}
}
/* xlarge: >1330 */
@media only screen and (max-width : 1350px) {
.hide-unless-xlarge {
display: none;
}
}
/* end of file */ | dof/css/site_layout.css | body {
font-family: 'Verdana', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Verdana', sans-serif;
}
a {
color: inherit;
}
.selectie-knoppen {
display: block;
margin-bottom: 10px;
}
/* kleuren */
.dof-blauw {
background-color: #0aa0e1; /* medium blauw */
}
.dof-rood {
background-color: #f94137; /* hoofdkleur rood */
}
.dof-grijs {
background-color: #eee; /* grey lighten-3 */
}
/* gebruik: extra ruimte rond dicht op elkaar geplaatst buttons
die bij wrap elkaar zouden raken */
.margin-5 {
margin: 5px;
}
/* lagere regel in een grid */
.small-row {
padding: 5px 10px 5px 10px;
margin-bottom: 0px;
}
.in-table-icon {
vertical-align: middle; /* betere alignment met text in andere td */
font-size: 22px; /* deze maat aligned beter met de tekst */
}
/* invoerveld voor een zoek / filter veld boven aan de tabel */
.table-filter {
padding: 0 5px; /* deze padding komt voor en na het invoer veld */
}
input.table-filter {
font-size: 14px;
padding: 0;
}
/* gebruik voor witte achtergrond achter blok buttons */
.shrink-wrap-5 {
display: inline-block;
padding: 5px;
}
/* pre-formatted / code block in de handleiding */
.handleiding_code {
padding: 10px;
color: #000; /* <NAME> */
background-color: #eee; /* nhb-grijs */
}
/* site feedback floater */
.site-sidebar-box {
width: 180px;
float: right;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
background-color: #fff; /* wit */
}
/* de binnenkant van de feedback floater */
.site-feedback {
display: inline-block;
font-size: 12px;
}
/* padding rond de main content */
#content {
padding: 20px;
}
/* reduceer de padding rond de content op echt kleine schermen */
@media only screen and (max-width: 500px) {
#content {
padding: 5px;
}
}
/* toon content tegen de linker kan als het menu niet in beeld is */
@media only screen and (max-width: 1020px) {
#container {
padding-left: 0px;
}
}
/* small: <=720 */
@media only screen and (min-width: 721px) {
.hide-unless-small {
display: none;
}
}
/* medium: 720-1020 */
@media only screen and (max-width : 720px) {
.hide-unless-medium {
display: none;
}
}
@media only screen and (min-width: 1021px) {
.hide-unless-medium {
display: none;
}
}
/* large: 1021-1350 */
@media only screen and (max-width : 1020px) {
.hide-unless-large {
display: none;
}
}
@media only screen and (min-width: 1351px) {
.hide-unless-large {
display: none;
}
}
/* xlarge: >1330 */
@media only screen and (max-width : 1350px) {
.hide-unless-xlarge {
display: none;
}
}
/* end of file */ | 0.312895 | 0.082957 |
html, body{
font-size: 100%;
background: #f2d80f;
font-family: 'Open Sans', sans-serif;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- Header Part Starts Here --*/
.navigation {
float: right;
text-align: right;
}
.logo {
float: left;
}
.logo a{
display:block;
}
.header {
padding-top: 2%;
}
ul.navig {
padding: 0;
}
ul.navig li span {
color: #fff;
margin: 0 15px;
font-size: 16px;
}
ul.navig li {
display: inline-block;
margin: 0 2px;
}
ul.navig li a {
font-size: 1.28em;
color: #000;
font-weight: 400;
text-decoration: none;
padding: 7px 14px;
background: #ffe40f;
}
ul.navig li a.active {
color: #fff;
background:#ff0030;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Shutter Out Horizontal */
a.hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
background: #fff;
color: #fff;
padding:6px 15px;
}
a.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ff0030;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
color:#fff;
padding:6px 15px;
}
a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
color: white;
}
a.hvr-shutter-out-horizontal:hover:before,a.hvr-shutter-out-horizontal:focus:before,a.hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
ul.navig li a:hover ul.navig li a:after{
display: block;
}
ul.navig li a:after{
width:15px;
height:15px;
background:red;
display: none;
content:"";
position:absolute;
top:0;
}
.head_grid{
text-align:center;
width: 26.3%;
}
.head_grid_center{
margin: 0 7em;
}
.grid_ba{
width:100%;
background:#dfdfdf;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius:50%;
-o-border-radius:50%;
text-align:center;
padding: 5em 1em;
margin:0 auto;
}
.grid_ba p{
margin:1em 0 0 0;
font-size:1em;
font-weight:600;
color: #4c4a5a;
}
.stars {
margin: 7em 0 2em 0;
text-align: center;
position: relative;
}
.stars:before {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
left: 9%;
}
.stars:after {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
right: 9%;
}
@media (max-width: 768px){
span.menu:before {
content: url(../images/nav-icon.png);
cursor: pointer;
height:32px;
}
ul.navig {
width: 11%;
float: right;
margin:0;
}
.header {
margin: 0 auto;
position: absolute;
width: 100%;
left:0;
}
ul.navig{
display:none;
}
ul.navig li {
font-size: 12px;
display:inline-block;
width: 100%;
margin:0;
}
ul.navig li a {
padding: 7px;
font-size: 15px;
width: 100%;
font-weight: 600;
display: block;
background: #fff;
color: #333333;
margin: 3px 0px;
}
ul.navig li a:hover{
color:#ffffff;
}
span.menu{
display:block;
float:right;
margin: 20px 15px 0 0;
}
ul.navig {
margin: 0;
z-index: 999;
position: absolute;
width: 96%;
text-align: center;
top: 100%;
left: 2%;
background: rgba(255, 255, 255, 0.97);
}
.navigation {
height: 60px;
padding: 0px 16px 0em;
margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
background: #ffe40f;
padding: 4em 0px 3.5em 0px;
}
.banner-bottom {
margin-top: 12%;
}
.banner-left{
text-align:center;
}
.banner-right {
margin-top: 9.5%;
}
.banner-right h1{
color: #000;
font-size: 2.3em;
font-weight: 300;
margin: 0;
}
.banner-right h1 span{
font-weight:700;
}
.banner-right h2 {
font-size: 1.95em;
font-weight: 400;
color: #000;
margin-top: 1.8%;
}
.banner-right p {
color: #000;
font-size: 23px;
line-height: 1.38em;
padding-right: 3em;
margin-top: 11%;
font-weight: 600;
}
.bnr-btn{
margin-top:10%;
}
.bnr-btn a {
padding: 13px 35px;
color: #fff;
font-weight: 400;
font-size: 20px;
background: #ff0030;
border-bottom: 4px solid #cf032a;
}
.bnr-btn a:hover{
background:#cf032a;
border-bottom:4px solid #ff0030;
}
.banner-right ul{
padding:0;
margin-top: 8.5%;
}
.banner-right ul li{
list-style:none;
display:inline-block;
}
.banner-right ul li:nth-child(1){
margin-right:17px;
}
.banner-right ul li span{
background:url(../images/bnr-sprit.png) no-repeat;
width:42px;
height:48px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
background-position:0px 0px;
}
.banner-right ul li span.rbt{
background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: #ff0030;
color: #fff;
}
a.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
padding: 9em 0px 0 0;
}
.feature-top h3,.get-top h3,.support-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top p{
color: #000;
width: 100%;
margin-top: 1em;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
.feature-main{
background:url(../images/ftr-bnr.png) no-repeat;
width:906px;
height:856px;
display:block;
margin-top:6%;
position:relative;
}
.ftr-left {
position: absolute;
top: 7.5%;
left: 27.8%;
}
.ftr-left-one {
position: absolute;
top: 23%;
left: 27.8%;
}
.ftr-left-two {
position: absolute;
top: 39%;
left: 27.8%;
}
.ftr-left-tre {
position: absolute;
top: 54%;
left: 27.8%;
}
.ftr-left-fvr {
position: absolute;
top: 70%;
left: 27.8%;
}
.ftr-right {
position: absolute;
top: 4%;
left: 41%;
}
.ftr-right-one {
position: absolute;
top: 20%;
left: 41%;
}
.ftr-right-two {
position: absolute;
top: 37%;
left: 41%;
}
.ftr-right-tre {
position: absolute;
top: 54%;
left: 41%;
}
.ftr-right-fvr {
position: absolute;
top: 72%;
left: 41%;
}
.ftr-right h4,.ftr-right-one h4,.ftr-right-two h4,
.ftr-right-tre h4,.ftr-right-fvr h4{
color:#000;
font-size:1.9em;
font-weight:400;
margin:0;
}
.ftr-right h4{
transform: rotate(0.1deg);
}
.ftr-right-one h4 {
transform: rotate(1.5deg);
}
.ftr-right-two h4 {
transform: rotate(3deg);
}
.ftr-right-tre h4 {
transform: rotate(6deg);
}
.ftr-right-fvr h4 {
transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
color: #000;
font-size: 16px;
font-weight: 400;
margin-top: 13px;
padding-right: 16%;
line-height: 1.2em;
}
.ftr-right p{
transform: rotate(0.1deg);
}
.ftr-right-one p {
transform: rotate(2.1deg);
}
.ftr-right-two p {
transform: rotate(4deg);
}
.ftr-right-tre p {
transform: rotate(5.9deg);
}
.ftr-right-fvr p {
transform: rotate(9.5deg);
}
.feature-right {
text-align: left;
width: 38%;
float: right;
}
.feature-left{
width:62%;
float:left;
}
.feature-top {
margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
background:url(../images/est-banner.png) no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
margin-top: -8%;
min-height: 735px;
}
.est-bottom p span {
display: block;
}
.est-top {
margin-top: 20%;
}
.est-left{
float:left;
}
.est-right {
float: left;
text-align: left;
margin: 3% 0 0 4%;
}
.est-right ul{
padding:0;
margin-top:1%;
}
.est-right ul li{
list-style:none;
display:inline-block;
}
.est-right h3{
font-size:1.8em;
font-weight:700;
color:#000;
margin:0;
}
.est-right p {
color: #000;
font-size: 18px;
font-weight: 400;
width: 70%;
margin-top: 3%;
line-height: 1.3em;
}
.est-bottom {
margin-top: 10%;
}
.est-bottom p {
color: #000;
font-weight: 300;
font-size: 2.2em;
font-style: italic;
line-height: 0.7em;
width: 100%;
text-align: center;
}
.est-bottom p sup {
top: -1.5em;
}
.est-bottom p sub {
bottom: -0.25em;
margin-left: 80%;
display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
width:100%;
}
.awe-left:hover {
transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
z-index: 1;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.awe{
padding:6em 0px;
background: #fff;
}
.awe-top{
text-align:center;
}
.awe-bottom{
margin-top:10%;
}
.awe-top h3,.demo-top h3 {
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.awe-top p,.demo-top p{
color: #000;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
padding-top:6em;
background: #ffe40f;
}
.demo-top{
text-align:center;
}
.demo-bottom{
margin-top:6%;
text-align: center;
}
.demo-bottom iframe {
width: 78%;
height: 550px;
border: 10px solid #fff;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
background: url(../images/get-bnr.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 1040px;
margin-top:-19%;
}
.get-top {
margin-top: 40%;
}
.get-top p,.support-top p{
color: #000;
margin-top: 1.5em;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
width: 58%;
}
.get-top ul{
padding:0;
margin-top:7%;
}
.get-top ul li{
list-style:none;
display:block;
}
.get-top ul li:nth-child(2){
margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
position: absolute;
right: 13.5%;
top: -45.4%;
}
.support{
padding:6em 0px;
background:#ffe40f;
position: relative;
}
.support-bottom{
margin-top:5%;
}
.support-left input[type="text"] {
width: 90%;
color: #6d6d6b;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.49);
padding: 20px 1.3em;
margin-bottom: 1em;
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
resize: none;
width: 90%;
color: #6d6d6b;
font-size: 18px;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
padding: 20px 1.3em;
border: none;
min-height: 15em;
border: 1px solid rgba(0, 0, 0, 0.49);
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but form input[type="submit"] {
border: none;
outline: none;
color: #fff;
background: #ff0030;
padding: 6px 55px;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight: 400;
-webkit-appearance: none;
border-bottom: 5px solid #cf032a;
}
.contact-but input[type="submit"]:hover {
background: #cf032a;
border-bottom: 5px solid #ff0030;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.contact-but {
text-align: right;
margin: 7.5% 9.2% 0 0;
}
.support-left {
padding: 0;
}
.sup-left {
width: 16%;
float: left;
text-align: center;
padding-top: 9px;
}
.sup-right {
width: 84%;
float: right;
}
.sup-right p {
color: #000;
font-size: 17px;
font-weight: 400;
line-height: 1.3em;
}
.support-one{
margin-top:3em;
}
.support-right {
margin-top: 11%;
}
/*--support-Part-Ends-Here--*/
/*--footer-Part-starts-Here--*/
.footer{
background:#cbb509;
padding:6em 0px;
}
.footer-main{
text-align:center;
}
.footer-main ul{
padding:0;
margin:3em 0px;
}
.footer-main ul li{
list-style:none;
display:inline-block;
margin:0 10px;
}
.footer-main ul li span{
background:url(../images/social.png) no-repeat;
width:52px;
height:52px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.footer-main ul li span.fb{
background-position:0px 0px;
}
.footer-main ul li span.twit{
background-position:-52px 0px;
}
.footer-main ul li span.skp{
background-position:-104px 0px;
}
.footer-main ul li span.fb:hover,.footer-main ul li span.fb.active{
background-position:0px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main ul li span.twit:hover{
background-position:-52px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main ul li span.skp:hover{
background-position:-104px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main a{
display:block;
}
.footer-main p {
color: #fff;
font-size: 18px;
font-weight: 400;
}
.footer-main p a{
color:#fff;
display: inline-block !important;
}
.footer-main p a:hover{
color:#000;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
/*--footer-Part-Ends-Here--*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/up-arrow.png) no-repeat;
}
/*--media-quaries-starts-here--*/
@media (max-width: 1440px){
.banner {
padding: 3em 0px 3.5em 0px;
}
.banner-bottom {
margin-top: 11%;
}
.feature {
padding: 8em 0px 0 0;
}
.feature-main {
width: 880px;
height: 832px;
background-size: 100%;
}
.ftr-left,.ftr-left-one,.ftr-left-two,.ftr-left-tre,.ftr-left-fvr{
left: 28%;
}
.ftr-left-one {
top: 22%;
}
.ftr-left-two {
top: 38%;
}
.ftr-left-tre {
top: 53%;
}
.ftr-left-fvr {
top: 69%;
}
.est-top {
margin-top: 17%;
}
.establish {
margin-top: -11%;
min-height: 700px;
}
.awe-bottom {
margin-top: 9%;
}
.get {
margin-top: -23%;
}
.feature-top {
margin-left: 18%;
}
}
@media (max-width: 1366px){
.banner-bottom {
margin-top: 10%;
}
.feature-top {
margin-left: 14%;
}
.banner {
padding: 2.7em 0px 3em 0px;
}
.feature {
padding: 7em 0px 0 0;
}
.feature-main {
width: 827px;
height: 782px;
}
.bnr-btn a {
padding: 12px 31px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.7em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 15px;
}
.est-top {
margin-top: 15%;
}
.est-bottom {
margin-top: 9%;
}
.feature-right img {
width: 81%;
}
.establish {
margin-top: -7.5%;
min-height: 680px;
}
.awe {
padding: 5em 0px;
}
.awe-bottom {
margin-top: 7%;
}
.get {
min-height: 990px;
margin-top: -25%;
}
.sup img {
width: 90%;
}
.sup {
right: 5.5%;
top: -44.4%;
}
.contact-but form input[type="submit"] {
padding: 5px 52px;
font-size: 28px;
}
.support {
padding: 5em 0px;
}
.support-left input[type="text"] {
font-size: 17px;
padding: 18px 1.15em;
}
.contact-textarea textarea {
font-size: 17px;
padding: 18px 1.15em;
min-height: 14.5em;
}
.support-bottom {
margin-top: 4%;
}
.support-right {
margin-top: 9%;
}
.footer {
padding: 5em 0px;
}
}
@media (max-width: 1280px){
ul.navig li a {
font-size: 1.2em;
}
.logo a img {
width: 95%;
}
.logo {
margin-top: 4px;
}
.banner {
padding: 2.2em 0px 3em 0px;
}
.banner-left img {
width: 62%;
}
.banner-right h1 {
font-size: 2.18em;
}
.banner-right h2 {
font-size: 1.81em;
}
.banner-right p {
font-size: 21px;
padding-right: 5em;
margin-top: 10%;
}
.banner-bottom {
margin-top: 8.5%;
}
.feature {
padding: 6em 0px 0 0;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 2.1em;
}
.feature-main {
width: 773px;
height: 732px;
}
.est-left img {
width: 92%;
}
.est-right h3 {
font-size: 1.8em;
}
.est-right {
margin: 2.2% 0 0 2.5%;
}
.est-bottom p {
font-size: 2.1em;
}
.establish {
margin-top: -9%;
min-height: 620px;
}
.awe-bottom {
margin-top: 6%;
}
.demo {
padding-top: 5em;
}
.demo-bottom {
margin-top: 5%;
}
.demo-bottom iframe {
width: 75%;
height: 500px;
}
.feature-top p,.awe-top p,
.demo-top p,.get-top p, .support-top p{
font-size: 17px;
}
.feature-top {
margin-left: 9%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.62em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 14px;
}
.feature-one img {
width: 90%;
}
.est-top {
margin-top: 14%;
}
.est-bottom p {
font-size: 2em;
}
.est-bottom p sup img{
width: 5%;
}
.est-bottom p sub {
bottom: -0.1em;
margin-left: 74%;
display: block;
}
.est-bottom p sub img {
width: 19%;
}
.est-bottom {
margin-top: 8%;
}
.get-top {
margin-top: 37%;
}
.get-top ul li img {
width: 16%;
}
.get-top ul {
margin-top: 6%;
}
.get {
min-height: 880px;
margin-top: -23%;
}
.support {
padding: 4em 0px;
}
.support-left input[type="text"] {
font-size: 16px;
padding: 16px 1.15em;
width: 88%;
}
.contact-textarea textarea {
font-size: 16px;
padding: 16px 1.15em;
min-height: 14em;
width: 88%;
}
.contact-but form input[type="submit"] {
padding: 4px 45px;
font-size: 25px;
}
.contact-but {
margin: 5.5% 11% 0 0;
}
.sup img {
width: 78%;
}
.sup-right p {
font-size: 16px;
}
.support-one {
margin-top: 2.2em;
}
.sup {
right: 1.5%;
top: -43.4%;
}
.footer-main a img {
width: 10%;
}
.footer-main ul {
margin: 2.5em 0px;
}
.footer {
padding: 4em 0px;
}
.awe-top p, .demo-top p {
width: 62%;
}
}
@media (max-width: 1024px){
.logo a img {
width: 90%;
}
ul.navig li a {
font-size: 1.1em;
padding: 5px 11px;
}
.banner {
padding: 2em 0px 2.3em 0px;
}
.banner-right h1 {
font-size: 2.1em;
}
.banner-right h2 {
font-size: 1.72em;
}
.banner-right p {
font-size: 19px;
padding-right: 2em;
margin-top: 8%;
}
.bnr-btn a {
padding: 10px 24px;
font-size: 19px;
}
.banner-left img {
width: 65%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.9em;
}
.banner-bottom {
margin-top: 8%;
}
.feature-top {
margin-left: 7%;
}
.feature-top {
margin-left: 7%;
}
.feature-main {
width: 621px;
height: 590px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 13px;
margin-top: 8px;
padding-right: 4%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.4em;
}
.feature-one img {
width: 80%;
}
.ftr-left, .ftr-left-one, .ftr-left-two,
.ftr-left-tre, .ftr-left-fvr {
left: 27.7%;
}
.feature-right img {
width: 80.5%;
margin-left: 8%;
}
.est-right h3 {
font-size: 1.6em;
}
.est-left img {
width: 83%;
}
.est-right p {
font-size: 16px;
}
.est-right ul li img {
width: 83%;
}
.est-right {
margin: 3.2% 0 0 1%;
}
.est-top {
margin-top: 13%;
}
.est-bottom p {
font-size: 1.75em;
}
.est-bottom p sub {
margin-left: 75%;
}
.est-bottom {
margin-top: 7.5%;
}
.establish {
margin-top: -7%;
min-height: 500px;
}
.awe-top p, .demo-top p {
width: 72%;
margin: 1.1em auto 0;
}
.awe-bottom {
margin-top: 5.5%;
}
.demo {
padding-top: 4em;
}
.demo-bottom {
margin-top: 4%;
}
.demo-bottom iframe {
width: 77%;
height: 440px;
}
.get-top p, .support-top p {
width: 62%;
margin-top: 1.1em;
}
.get-top ul {
margin-top: 5%;
}
.get {
min-height: 740px;
margin-top: -25%;
}
.support-left input[type="text"] {
font-size: 15px;
padding: 14px 1em;
width: 85%;
}
.contact-textarea textarea {
font-size: 15px;
padding: 12px 1em;
min-height: 13em;
width: 85%;
}
.contact-but form input[type="submit"] {
padding: 5px 38px;
font-size: 22px;
}
.contact-but {
margin: 5% 14.1% 0 0;
}
.sup-right {
width: 85%;
}
.sup-left {
width: 13%;
padding-top: 5px;
}
.sup-right p {
font-size: 14px;
}
.sup-left img {
width: 40%;
}
.ph img{
width: 31%;
}
.support-one {
margin-top: 2em;
}
.support-right {
margin-top: 10%;
}
.sup img {
width: 71%;
}
.sup {
right: 0;
top: -41.4%;
text-align: center;
}
.footer-main a img {
width: 12%;
}
.footer-main ul {
margin: 2em 0px;
}
.footer-main ul li span {
width: 48px;
height: 48px;
background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -48px;
}
.footer-main ul li span.twit {
background-position: -48px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -48px -48px;
}
.footer-main ul li span.skp {
background-position: -96px 0px;
}
.footer-main ul li span.skp:hover {
background-position: -96px -48px;
}
.footer-main ul li {
margin: 0 8px;
}
}
@media (max-width: 768px){
.banner {
padding: 10px 0px 2em 0px;
}
.logo {
margin: 4px 0 0 3%;
}
span.menu {
margin: 10px 7px 0 0;
}
.banner-bottom {
margin-top: 14%;
}
.banner-left {
width: 45%;
float: left;
}
.banner-right {
margin-top: 3.5%;
width: 55%;
float: right;
}
.banner-right h1 {
font-size: 1.8em;
}
.banner-right h2 {
font-size: 1.52em;
}
.banner-right p {
font-size: 17px;
padding-right: 1em;
margin-top: 8%;
}
.bnr-btn a {
padding: 7px 17px;
font-size: 16px;
}
.bnr-btn {
margin-top: 9%;
}
.banner-right ul li span {
width: 37px;
height: 43px;
background-size: 198%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -43px;
}
.banner-right ul li span.rbt {
background-position: -37px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -37px -43px;
}
.banner-left img {
width: 67%;
}
.logo a img {
width: 82%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.6em;
}
.feature-top p {
margin-top: 12px;
}
.feature-top {
margin-left: 5%;
}
.feature-top p, .awe-top p, .demo-top p, .get-top p, .support-top p {
font-size: 15px;
}
.feature {
padding: 4em 0px 0 0;
}
.feature-main {
width: 462px;
height: 436px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.22em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 12px;
margin-top: 6px;
padding-right: 17%;
overflow: hidden;
height: 30px;
}
.feature-one img {
width: 66%;
}
.feature-right img {
width: 82.5%;
margin-left: 10%;
}
.est-left {
width: 20%;
text-align: center;
}
.est-right {
margin: 1.5% 0 0 0%;
width: 80%;
}
.est-left img {
width: 72%;
}
.est-right h3 {
font-size: 1.3em;
}
.est-right p {
font-size: 14px;
width: 61%;
margin-top: 2%;
}
.est-right ul li img {
width: 65%;
}
.est-right ul li {
text-align: center;
}
.est-right ul {
margin-top: 2px;
}
.est-bottom p {
font-size: 1.35em;
}
.establish {
margin-top: -6%;
min-height: 373px;
}
.awe-top p, .demo-top p {
width: 88%;
margin: 1em auto 0;
}
.awe-left {
width: 25%;
float: left;
}
.awe {
padding: 3em 0px;
}
.awe-bottom {
margin-top: 5%;
}
.demo {
padding-top: 3em;
}
.demo-bottom {
margin-top: 3.5%;
}
.demo-bottom iframe {
width: 76%;
height: 315px;
}
.get-top {
margin-top: 44%;
text-align: center;
}
.get-top p, .support-top p {
width: 86%;
margin: 14px auto 0;
}
.get-top ul li {
display: inline-block;
}
.sup img {
width: 36%;
}
.sup {
right: 19.6%;
top: -38.4%;
}
.get-top ul {
margin-top: 2%;
}
.get-top ul li img {
width: 70%;
}
.get {
min-height: 800px;
margin-top: -36%;
}
.support {
padding: 3em 0px;
text-align: center;
}
.support-bottom {
margin-top: 5%;
}
.support-left input[type="text"] {
padding: 13px 1em;
width: 67%;
}
.contact-textarea textarea {
padding: 13px 1em;
width: 67%;
}
.contact-but {
margin: 4% 0% 0 0;
text-align: center;
}
.contact-but form input[type="submit"] {
padding: 4px 34px;
font-size: 21px;
}
.support-one {
width: 59%;
margin: 1.5em auto 0;
}
.sup-right {
text-align: left;
}
.support-right {
margin-top: 5%;
}
.footer {
padding: 2.5em 0px;
}
.footer-main a img {
width: 14%;
}
.footer-main ul li span {
width: 45px;
height: 45px;
background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -45px;
}
.footer-main ul li span.twit {
background-position: -45px 0px;
}
.footer-main ul li span.skp {
background-position: -90px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -45px -45px;
}
.footer-main ul li span.skp:hover {
background-position: -90px -45px;
}
.footer-main ul {
margin: 1.5em 0px;
}
}
@media (max-width: 640px){
.banner {
padding: 6px 0px 1.5em 0px;
}
span.menu {
margin: 7px 2px 0 0;
}
.navigation {
height: 40px;
}
.banner-left img {
width: 75%;
}
.banner-right h1 {
font-size: 1.7em;
}
.banner-right h2 {
font-size: 1.41em;
}
.banner-right p {
font-size: 14px;
padding-right: 0em;
}
.bnr-btn a {
padding: 5px 15px;
font-size: 15px;
}
.banner-right ul li span {
width: 34px;
height: 40px;
background-size: 202%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -40px;
}
.banner-right ul li span.rbt {
background-position: -34px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -34px -40px;
}
.banner-bottom {
margin-top: 15%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.5em;
}
.feature-top {
margin-left: 4%;
}
.feature-top p, .awe-top p, .demo-top p,
.get-top p, .support-top p {
font-size: 14px;
}
.feature-main {
width: 383px;
height: 362px;
}
.ftr-right-tre,.ftr-left-tre {
display: none;
}
.ftr-right h4, .ftr-right-one h4,
.ftr-right-two h4, .ftr-right-fvr h4 {
font-size: 1.1em;
}
.ftr-right {
top: 5%;
left: 42%;
}
.ftr-right-one {
top: 26%;
left: 42%;
}
.ftr-right-two {
top: 47%;
left: 42%;
}
.ftr-right-fvr {
top: 70%;
left: 42%;
}
.feature-one img {
width: 60%;
}
.ftr-left, .ftr-left-one, .ftr-left-two, .ftr-left-fvr {
left: 27%;
}
.ftr-left-one {
top: 27%;
}
.ftr-left-two {
top: 47%;
}
.ftr-left-fvr {
top: 66%;
}
.feature-right img {
width: 86.5%;
}
.est-right h3 {
font-size: 1.2em;
}
.est-right ul li img {
width: 60%;
}
.est-right ul {
margin-top: 0px;
}
.est-right p {
margin-top: 1.7%;
}
.est-left img {
width: 81%;
}
.est-right {
margin: 1.7% 0 0 0%;
}
.est-bottom p {
font-size: 1.2em;
}
.est-bottom p sub img {
width: 26%;
}
.est-bottom p sub {
margin-left: 80%;
bottom: -0.5em;
}
.est-bottom p sup img {
width: 5.1%;
}
.est-top {
margin-top: 15%;
}
.establish {
margin-top: -6%;
min-height: 345px;
}
.demo {
padding-top: 2.5em;
}
.demo-bottom iframe {
width: 78%;
height: 285px;
}
.get-top ul li img {
width: 67%;
}
.get-top ul {
margin-top: 1.8%;
}
.sup {
right: 13.5%;
top: -42%;
}
.get {
min-height: 772px;
margin-top: -44%;
}
.get-top {
margin-top: 51%;
}
.support {
padding: 2.5em 0px;
}
.support-left input[type="text"] {
padding: 11px 10px;
width: 68%;
}
.contact-textarea textarea {
padding: 11px 10px;
min-height: 12em;
width: 68%;
}
.contact-but form input[type="submit"] {
padding: 4px 30px;
font-size: 19px;
}
.contact-but {
margin: 3% 0% 0 0;
}
.support-one {
width: 66%;
margin: 1.3em auto 0;
}
.footer-main a img {
width: 15%;
}
.footer {
padding: 2.2em 0px;
}
.footer-main ul {
margin: 1.3em 0px;
}
}
@media (max-width: 480px){
.logo a img {
width: 70%;
}
span.menu {
margin: 4px 0px 0 0;
}
.banner-left {
width: 40%;
}
.banner-right {
margin-top: 3.5%;
width: 60%;
}
.banner-right h1 {
font-size: 1.4em;
}
.banner-right h2 {
font-size: 1.23em;
}
.banner-right p {
overflow: hidden;
height: 41px;
margin-top: 7%;
}
.bnr-btn a {
padding: 4px 11px;
font-size: 14px;
}
.banner-right ul li span {
width: 26px;
height: 32px;
background-size: 212%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -32px;
}
.banner-right ul li span.rbt {
background-position: -28px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -28px -32px;
}
.banner-bottom {
margin-top: 17%;
}
.banner-right ul {
margin-top: 7.5%;
}
.banner-left img {
width: 93%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.3em;
}
.feature-top p, .awe-top p, .demo-top p,
.get-top p, .support-top p {
font-size: 13px;
}
.feature-top p {
margin-top: 9px;
overflow: hidden;
height: 31px;
}
.feature-main {
width: 284px;
height: 271px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p,
.ftr-right-fvr p {
font-size: 10px;
margin-top: 5px;
height: 24px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, .ftr-right-fvr h4 {
font-size: 14px;
}
.feature-one img {
width: 54%;
}
.ftr-left, .ftr-left-one,
.ftr-left-two, .ftr-left-fvr {
left: 26.5%;
}
.feature-right img {
width: 85.5%;
}
.feature {
padding: 2.5em 0px 0 0;
}
.est-right h3 {
font-size: 1.1em;
}
.est-right p {
font-size: 13px;
width: 73%;
}
.est-right ul li img {
width: 50%;
}
.est-left {
width: 22%;
}
.est-right {
width: 78%;
}
.est-bottom p span {
display: none;
}
.est-bottom p sub img {
width: 9%;
}
.est-bottom p sub {
margin-left: 40%;
bottom: -0.1em;
}
.est-bottom p sup img {
width: 5.7%;
}
.establish {
min-height: 265px;
}
.awe-left {
width: 33.3%;
}
.awe-left:nth-child(4){
display:none;
}
.awe-top p, .demo-top p {
width: 100%;
margin: 9px auto 0;
}
.awe-bottom {
margin-top: 4.2%;
}
.awe {
padding: 2em 0px;
}
.demo {
padding-top: 2em;
}
.demo-bottom iframe {
width: 82%;
height: 234px;
border: 6px solid #fff;
}
.get-top p, .support-top p {
width: 100%;
margin: 10px auto 0;
}
.get {
min-height: 665px;
margin-top: -51%;
}
.get-top {
margin-top: 61%;
}
.get-top ul {
margin-top: 0.8%;
}
.get-top ul li img {
width: 63%;
}
.sup {
right: 1%;
top: -40.5%;
}
.sup img {
width: 30%;
}
.support-left input[type="text"] {
padding: 9px 10px;
font-size: 14px;
width: 70%;
}
.contact-textarea textarea {
padding: 9px 10px;
min-height: 11em;
font-size: 14px;
width: 70%;
}
.contact-but form input[type="submit"] {
padding: 5px 27px;
font-size: 17px;
}
.contact-but {
margin: 4% 0% 0 0;
}
.support-one {
width: 95%;
margin: 1em auto 0;
}
.support-right {
margin-top: 6%;
}
.support {
padding: 2em 0px;
}
.footer {
padding: 2em 0px;
}
.footer-main p {
font-size: 16px;
}
.footer-main a img {
width: 20%;
}
.footer-main ul {
margin: 1.1em 0px;
}
.footer-main ul li span {
width: 40px;
height: 40px;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -40px;
}
.footer-main ul li span.twit {
background-position: -40px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -40px -40px;
}
.footer-main ul li span.skp {
background-position: -80px 0px;
}
.footer-main ul li span.skp:hover {
background-position: -80px -40px;
}
.footer-main ul li {
margin: 0 5px;
}
}
@media (max-width: 320px){
.banner-left {
width: 100%;
}
.banner-left img {
width: 40%;
}
.banner-bottom {
margin-top: 22%;
}
.banner-right {
margin-top: 6.5%;
width: 100%;
text-align: center;
}
.banner-right h1 {
font-size: 1.3em;
}
.banner-right h2 {
font-size: 1.1em;
}
.banner-right p {
margin-top: 5%;
}
.bnr-btn a {
padding: 4px 9px;
font-size: 13px;
}
.bnr-btn {
margin-top: 7%;
}
.feature-left {
width: 100%;
}
.feature-right {
display: none;
}
.feature-top {
margin-left: 0%;
text-align: center;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.2em;
}
.feature {
padding: 1.7em 0px 0 0;
}
.est-right h3 {
font-size: 1em;
}
.est-left img {
width: 90%;
}
.est-right {
width: 74%;
padding-left: 10px;
}
.est-left {
width: 26%;
}
.est-right p {
overflow: hidden;
height: 31px;
}
.est-bottom p {
font-size: 1.1em;
line-height: 1.3em;
}
.est-bottom p {
font-size: 1em;
line-height: 1.3em;
}
.est-bottom p sup {
top: -1.2em;
}
.est-bottom p sub img {
width: 60%;
}
.est-bottom p sub {
margin-left: 90%;
bottom: 5px;
}
.est-bottom {
margin-top: 6.5%;
}
.est-top {
margin-top: 19%;
}
.establish {
min-height: 220px;
margin-top: -9%;
}
.awe-top p, .demo-top p,.get-top p, .support-top p {
margin: 8px auto 0;
overflow: hidden;
height: 32px;
}
.awe-bottom {
margin-top: 5%;
}
.awe-left {
width: 50%;
}
.awe-left:nth-child(3){
display:none;
}
span.menu {
margin: 6px 0px 0 0;
}
.demo-bottom iframe {
width: 85%;
height: 165px;
border: 4px solid #fff;
}
.sup {
display: none;
}
.get-top ul {
margin-top: 6.8%;
}
.get-top {
margin-top: 54%;
}
.get {
min-height: 345px;
margin-top: -42%;
}
.support-left input[type="text"],.contact-textarea textarea {
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
}
.support-left input[type="text"] {
padding: 8px 10px;
font-size: 13px;
width: 85%;
margin-bottom: 10px;
}
.contact-textarea textarea {
padding: 8px 10px;
min-height: 9em;
font-size: 13px;
width: 85%;
}
.contact-but form input[type="submit"] {
padding: 3px 21px;
font-size: 15px;
}
.contact-but {
margin: 5% 0% 0 0;
}
.sup-right p {
font-size: 13px;
overflow: hidden;
height: 33px;
}
.sup-left img {
width: 55%;
}
.ph img {
width: 41%;
}
.footer-main a img {
width: 29%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -35px;
}
.footer-main ul li span {
width: 35px;
height: 35px;
}
.footer-main ul li span.twit {
background-position: -35px 0px;
}
.footer-main ul li span.skp {
background-position: -70px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -35px -35px;
}
.footer-main ul li span.skp:hover {
background-position: -70px -35px;
}
.get-top ul li img {
width: 55%;
}
.footer-main ul li {
margin: 0 3px;
}
.footer-main ul {
margin: 22px 0px 10px 0px;
}
.footer-main p {
font-size: 13px;
}
.footer {
padding: 1.5em 0px;
}
#toTop {
width: 40px;
height: 40px;
background-size: 100%;
}
}
/*--media-quaries-ends-here--*/ | app/moban420/css/style.css | html, body{
font-size: 100%;
background: #f2d80f;
font-family: 'Open Sans', sans-serif;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- Header Part Starts Here --*/
.navigation {
float: right;
text-align: right;
}
.logo {
float: left;
}
.logo a{
display:block;
}
.header {
padding-top: 2%;
}
ul.navig {
padding: 0;
}
ul.navig li span {
color: #fff;
margin: 0 15px;
font-size: 16px;
}
ul.navig li {
display: inline-block;
margin: 0 2px;
}
ul.navig li a {
font-size: 1.28em;
color: #000;
font-weight: 400;
text-decoration: none;
padding: 7px 14px;
background: #ffe40f;
}
ul.navig li a.active {
color: #fff;
background:#ff0030;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Shutter Out Horizontal */
a.hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
background: #fff;
color: #fff;
padding:6px 15px;
}
a.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ff0030;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
color:#fff;
padding:6px 15px;
}
a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
color: white;
}
a.hvr-shutter-out-horizontal:hover:before,a.hvr-shutter-out-horizontal:focus:before,a.hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
ul.navig li a:hover ul.navig li a:after{
display: block;
}
ul.navig li a:after{
width:15px;
height:15px;
background:red;
display: none;
content:"";
position:absolute;
top:0;
}
.head_grid{
text-align:center;
width: 26.3%;
}
.head_grid_center{
margin: 0 7em;
}
.grid_ba{
width:100%;
background:#dfdfdf;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius:50%;
-o-border-radius:50%;
text-align:center;
padding: 5em 1em;
margin:0 auto;
}
.grid_ba p{
margin:1em 0 0 0;
font-size:1em;
font-weight:600;
color: #4c4a5a;
}
.stars {
margin: 7em 0 2em 0;
text-align: center;
position: relative;
}
.stars:before {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
left: 9%;
}
.stars:after {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
right: 9%;
}
@media (max-width: 768px){
span.menu:before {
content: url(../images/nav-icon.png);
cursor: pointer;
height:32px;
}
ul.navig {
width: 11%;
float: right;
margin:0;
}
.header {
margin: 0 auto;
position: absolute;
width: 100%;
left:0;
}
ul.navig{
display:none;
}
ul.navig li {
font-size: 12px;
display:inline-block;
width: 100%;
margin:0;
}
ul.navig li a {
padding: 7px;
font-size: 15px;
width: 100%;
font-weight: 600;
display: block;
background: #fff;
color: #333333;
margin: 3px 0px;
}
ul.navig li a:hover{
color:#ffffff;
}
span.menu{
display:block;
float:right;
margin: 20px 15px 0 0;
}
ul.navig {
margin: 0;
z-index: 999;
position: absolute;
width: 96%;
text-align: center;
top: 100%;
left: 2%;
background: rgba(255, 255, 255, 0.97);
}
.navigation {
height: 60px;
padding: 0px 16px 0em;
margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
background: #ffe40f;
padding: 4em 0px 3.5em 0px;
}
.banner-bottom {
margin-top: 12%;
}
.banner-left{
text-align:center;
}
.banner-right {
margin-top: 9.5%;
}
.banner-right h1{
color: #000;
font-size: 2.3em;
font-weight: 300;
margin: 0;
}
.banner-right h1 span{
font-weight:700;
}
.banner-right h2 {
font-size: 1.95em;
font-weight: 400;
color: #000;
margin-top: 1.8%;
}
.banner-right p {
color: #000;
font-size: 23px;
line-height: 1.38em;
padding-right: 3em;
margin-top: 11%;
font-weight: 600;
}
.bnr-btn{
margin-top:10%;
}
.bnr-btn a {
padding: 13px 35px;
color: #fff;
font-weight: 400;
font-size: 20px;
background: #ff0030;
border-bottom: 4px solid #cf032a;
}
.bnr-btn a:hover{
background:#cf032a;
border-bottom:4px solid #ff0030;
}
.banner-right ul{
padding:0;
margin-top: 8.5%;
}
.banner-right ul li{
list-style:none;
display:inline-block;
}
.banner-right ul li:nth-child(1){
margin-right:17px;
}
.banner-right ul li span{
background:url(../images/bnr-sprit.png) no-repeat;
width:42px;
height:48px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
background-position:0px 0px;
}
.banner-right ul li span.rbt{
background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: #ff0030;
color: #fff;
}
a.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
padding: 9em 0px 0 0;
}
.feature-top h3,.get-top h3,.support-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top p{
color: #000;
width: 100%;
margin-top: 1em;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
.feature-main{
background:url(../images/ftr-bnr.png) no-repeat;
width:906px;
height:856px;
display:block;
margin-top:6%;
position:relative;
}
.ftr-left {
position: absolute;
top: 7.5%;
left: 27.8%;
}
.ftr-left-one {
position: absolute;
top: 23%;
left: 27.8%;
}
.ftr-left-two {
position: absolute;
top: 39%;
left: 27.8%;
}
.ftr-left-tre {
position: absolute;
top: 54%;
left: 27.8%;
}
.ftr-left-fvr {
position: absolute;
top: 70%;
left: 27.8%;
}
.ftr-right {
position: absolute;
top: 4%;
left: 41%;
}
.ftr-right-one {
position: absolute;
top: 20%;
left: 41%;
}
.ftr-right-two {
position: absolute;
top: 37%;
left: 41%;
}
.ftr-right-tre {
position: absolute;
top: 54%;
left: 41%;
}
.ftr-right-fvr {
position: absolute;
top: 72%;
left: 41%;
}
.ftr-right h4,.ftr-right-one h4,.ftr-right-two h4,
.ftr-right-tre h4,.ftr-right-fvr h4{
color:#000;
font-size:1.9em;
font-weight:400;
margin:0;
}
.ftr-right h4{
transform: rotate(0.1deg);
}
.ftr-right-one h4 {
transform: rotate(1.5deg);
}
.ftr-right-two h4 {
transform: rotate(3deg);
}
.ftr-right-tre h4 {
transform: rotate(6deg);
}
.ftr-right-fvr h4 {
transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
color: #000;
font-size: 16px;
font-weight: 400;
margin-top: 13px;
padding-right: 16%;
line-height: 1.2em;
}
.ftr-right p{
transform: rotate(0.1deg);
}
.ftr-right-one p {
transform: rotate(2.1deg);
}
.ftr-right-two p {
transform: rotate(4deg);
}
.ftr-right-tre p {
transform: rotate(5.9deg);
}
.ftr-right-fvr p {
transform: rotate(9.5deg);
}
.feature-right {
text-align: left;
width: 38%;
float: right;
}
.feature-left{
width:62%;
float:left;
}
.feature-top {
margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
background:url(../images/est-banner.png) no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
margin-top: -8%;
min-height: 735px;
}
.est-bottom p span {
display: block;
}
.est-top {
margin-top: 20%;
}
.est-left{
float:left;
}
.est-right {
float: left;
text-align: left;
margin: 3% 0 0 4%;
}
.est-right ul{
padding:0;
margin-top:1%;
}
.est-right ul li{
list-style:none;
display:inline-block;
}
.est-right h3{
font-size:1.8em;
font-weight:700;
color:#000;
margin:0;
}
.est-right p {
color: #000;
font-size: 18px;
font-weight: 400;
width: 70%;
margin-top: 3%;
line-height: 1.3em;
}
.est-bottom {
margin-top: 10%;
}
.est-bottom p {
color: #000;
font-weight: 300;
font-size: 2.2em;
font-style: italic;
line-height: 0.7em;
width: 100%;
text-align: center;
}
.est-bottom p sup {
top: -1.5em;
}
.est-bottom p sub {
bottom: -0.25em;
margin-left: 80%;
display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
width:100%;
}
.awe-left:hover {
transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
z-index: 1;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.awe{
padding:6em 0px;
background: #fff;
}
.awe-top{
text-align:center;
}
.awe-bottom{
margin-top:10%;
}
.awe-top h3,.demo-top h3 {
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.awe-top p,.demo-top p{
color: #000;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
padding-top:6em;
background: #ffe40f;
}
.demo-top{
text-align:center;
}
.demo-bottom{
margin-top:6%;
text-align: center;
}
.demo-bottom iframe {
width: 78%;
height: 550px;
border: 10px solid #fff;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
background: url(../images/get-bnr.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 1040px;
margin-top:-19%;
}
.get-top {
margin-top: 40%;
}
.get-top p,.support-top p{
color: #000;
margin-top: 1.5em;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
width: 58%;
}
.get-top ul{
padding:0;
margin-top:7%;
}
.get-top ul li{
list-style:none;
display:block;
}
.get-top ul li:nth-child(2){
margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
position: absolute;
right: 13.5%;
top: -45.4%;
}
.support{
padding:6em 0px;
background:#ffe40f;
position: relative;
}
.support-bottom{
margin-top:5%;
}
.support-left input[type="text"] {
width: 90%;
color: #6d6d6b;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.49);
padding: 20px 1.3em;
margin-bottom: 1em;
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
resize: none;
width: 90%;
color: #6d6d6b;
font-size: 18px;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
padding: 20px 1.3em;
border: none;
min-height: 15em;
border: 1px solid rgba(0, 0, 0, 0.49);
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but form input[type="submit"] {
border: none;
outline: none;
color: #fff;
background: #ff0030;
padding: 6px 55px;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight: 400;
-webkit-appearance: none;
border-bottom: 5px solid #cf032a;
}
.contact-but input[type="submit"]:hover {
background: #cf032a;
border-bottom: 5px solid #ff0030;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.contact-but {
text-align: right;
margin: 7.5% 9.2% 0 0;
}
.support-left {
padding: 0;
}
.sup-left {
width: 16%;
float: left;
text-align: center;
padding-top: 9px;
}
.sup-right {
width: 84%;
float: right;
}
.sup-right p {
color: #000;
font-size: 17px;
font-weight: 400;
line-height: 1.3em;
}
.support-one{
margin-top:3em;
}
.support-right {
margin-top: 11%;
}
/*--support-Part-Ends-Here--*/
/*--footer-Part-starts-Here--*/
.footer{
background:#cbb509;
padding:6em 0px;
}
.footer-main{
text-align:center;
}
.footer-main ul{
padding:0;
margin:3em 0px;
}
.footer-main ul li{
list-style:none;
display:inline-block;
margin:0 10px;
}
.footer-main ul li span{
background:url(../images/social.png) no-repeat;
width:52px;
height:52px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.footer-main ul li span.fb{
background-position:0px 0px;
}
.footer-main ul li span.twit{
background-position:-52px 0px;
}
.footer-main ul li span.skp{
background-position:-104px 0px;
}
.footer-main ul li span.fb:hover,.footer-main ul li span.fb.active{
background-position:0px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main ul li span.twit:hover{
background-position:-52px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main ul li span.skp:hover{
background-position:-104px -52px;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.footer-main a{
display:block;
}
.footer-main p {
color: #fff;
font-size: 18px;
font-weight: 400;
}
.footer-main p a{
color:#fff;
display: inline-block !important;
}
.footer-main p a:hover{
color:#000;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
/*--footer-Part-Ends-Here--*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/up-arrow.png) no-repeat;
}
/*--media-quaries-starts-here--*/
@media (max-width: 1440px){
.banner {
padding: 3em 0px 3.5em 0px;
}
.banner-bottom {
margin-top: 11%;
}
.feature {
padding: 8em 0px 0 0;
}
.feature-main {
width: 880px;
height: 832px;
background-size: 100%;
}
.ftr-left,.ftr-left-one,.ftr-left-two,.ftr-left-tre,.ftr-left-fvr{
left: 28%;
}
.ftr-left-one {
top: 22%;
}
.ftr-left-two {
top: 38%;
}
.ftr-left-tre {
top: 53%;
}
.ftr-left-fvr {
top: 69%;
}
.est-top {
margin-top: 17%;
}
.establish {
margin-top: -11%;
min-height: 700px;
}
.awe-bottom {
margin-top: 9%;
}
.get {
margin-top: -23%;
}
.feature-top {
margin-left: 18%;
}
}
@media (max-width: 1366px){
.banner-bottom {
margin-top: 10%;
}
.feature-top {
margin-left: 14%;
}
.banner {
padding: 2.7em 0px 3em 0px;
}
.feature {
padding: 7em 0px 0 0;
}
.feature-main {
width: 827px;
height: 782px;
}
.bnr-btn a {
padding: 12px 31px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.7em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 15px;
}
.est-top {
margin-top: 15%;
}
.est-bottom {
margin-top: 9%;
}
.feature-right img {
width: 81%;
}
.establish {
margin-top: -7.5%;
min-height: 680px;
}
.awe {
padding: 5em 0px;
}
.awe-bottom {
margin-top: 7%;
}
.get {
min-height: 990px;
margin-top: -25%;
}
.sup img {
width: 90%;
}
.sup {
right: 5.5%;
top: -44.4%;
}
.contact-but form input[type="submit"] {
padding: 5px 52px;
font-size: 28px;
}
.support {
padding: 5em 0px;
}
.support-left input[type="text"] {
font-size: 17px;
padding: 18px 1.15em;
}
.contact-textarea textarea {
font-size: 17px;
padding: 18px 1.15em;
min-height: 14.5em;
}
.support-bottom {
margin-top: 4%;
}
.support-right {
margin-top: 9%;
}
.footer {
padding: 5em 0px;
}
}
@media (max-width: 1280px){
ul.navig li a {
font-size: 1.2em;
}
.logo a img {
width: 95%;
}
.logo {
margin-top: 4px;
}
.banner {
padding: 2.2em 0px 3em 0px;
}
.banner-left img {
width: 62%;
}
.banner-right h1 {
font-size: 2.18em;
}
.banner-right h2 {
font-size: 1.81em;
}
.banner-right p {
font-size: 21px;
padding-right: 5em;
margin-top: 10%;
}
.banner-bottom {
margin-top: 8.5%;
}
.feature {
padding: 6em 0px 0 0;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 2.1em;
}
.feature-main {
width: 773px;
height: 732px;
}
.est-left img {
width: 92%;
}
.est-right h3 {
font-size: 1.8em;
}
.est-right {
margin: 2.2% 0 0 2.5%;
}
.est-bottom p {
font-size: 2.1em;
}
.establish {
margin-top: -9%;
min-height: 620px;
}
.awe-bottom {
margin-top: 6%;
}
.demo {
padding-top: 5em;
}
.demo-bottom {
margin-top: 5%;
}
.demo-bottom iframe {
width: 75%;
height: 500px;
}
.feature-top p,.awe-top p,
.demo-top p,.get-top p, .support-top p{
font-size: 17px;
}
.feature-top {
margin-left: 9%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.62em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 14px;
}
.feature-one img {
width: 90%;
}
.est-top {
margin-top: 14%;
}
.est-bottom p {
font-size: 2em;
}
.est-bottom p sup img{
width: 5%;
}
.est-bottom p sub {
bottom: -0.1em;
margin-left: 74%;
display: block;
}
.est-bottom p sub img {
width: 19%;
}
.est-bottom {
margin-top: 8%;
}
.get-top {
margin-top: 37%;
}
.get-top ul li img {
width: 16%;
}
.get-top ul {
margin-top: 6%;
}
.get {
min-height: 880px;
margin-top: -23%;
}
.support {
padding: 4em 0px;
}
.support-left input[type="text"] {
font-size: 16px;
padding: 16px 1.15em;
width: 88%;
}
.contact-textarea textarea {
font-size: 16px;
padding: 16px 1.15em;
min-height: 14em;
width: 88%;
}
.contact-but form input[type="submit"] {
padding: 4px 45px;
font-size: 25px;
}
.contact-but {
margin: 5.5% 11% 0 0;
}
.sup img {
width: 78%;
}
.sup-right p {
font-size: 16px;
}
.support-one {
margin-top: 2.2em;
}
.sup {
right: 1.5%;
top: -43.4%;
}
.footer-main a img {
width: 10%;
}
.footer-main ul {
margin: 2.5em 0px;
}
.footer {
padding: 4em 0px;
}
.awe-top p, .demo-top p {
width: 62%;
}
}
@media (max-width: 1024px){
.logo a img {
width: 90%;
}
ul.navig li a {
font-size: 1.1em;
padding: 5px 11px;
}
.banner {
padding: 2em 0px 2.3em 0px;
}
.banner-right h1 {
font-size: 2.1em;
}
.banner-right h2 {
font-size: 1.72em;
}
.banner-right p {
font-size: 19px;
padding-right: 2em;
margin-top: 8%;
}
.bnr-btn a {
padding: 10px 24px;
font-size: 19px;
}
.banner-left img {
width: 65%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.9em;
}
.banner-bottom {
margin-top: 8%;
}
.feature-top {
margin-left: 7%;
}
.feature-top {
margin-left: 7%;
}
.feature-main {
width: 621px;
height: 590px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 13px;
margin-top: 8px;
padding-right: 4%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.4em;
}
.feature-one img {
width: 80%;
}
.ftr-left, .ftr-left-one, .ftr-left-two,
.ftr-left-tre, .ftr-left-fvr {
left: 27.7%;
}
.feature-right img {
width: 80.5%;
margin-left: 8%;
}
.est-right h3 {
font-size: 1.6em;
}
.est-left img {
width: 83%;
}
.est-right p {
font-size: 16px;
}
.est-right ul li img {
width: 83%;
}
.est-right {
margin: 3.2% 0 0 1%;
}
.est-top {
margin-top: 13%;
}
.est-bottom p {
font-size: 1.75em;
}
.est-bottom p sub {
margin-left: 75%;
}
.est-bottom {
margin-top: 7.5%;
}
.establish {
margin-top: -7%;
min-height: 500px;
}
.awe-top p, .demo-top p {
width: 72%;
margin: 1.1em auto 0;
}
.awe-bottom {
margin-top: 5.5%;
}
.demo {
padding-top: 4em;
}
.demo-bottom {
margin-top: 4%;
}
.demo-bottom iframe {
width: 77%;
height: 440px;
}
.get-top p, .support-top p {
width: 62%;
margin-top: 1.1em;
}
.get-top ul {
margin-top: 5%;
}
.get {
min-height: 740px;
margin-top: -25%;
}
.support-left input[type="text"] {
font-size: 15px;
padding: 14px 1em;
width: 85%;
}
.contact-textarea textarea {
font-size: 15px;
padding: 12px 1em;
min-height: 13em;
width: 85%;
}
.contact-but form input[type="submit"] {
padding: 5px 38px;
font-size: 22px;
}
.contact-but {
margin: 5% 14.1% 0 0;
}
.sup-right {
width: 85%;
}
.sup-left {
width: 13%;
padding-top: 5px;
}
.sup-right p {
font-size: 14px;
}
.sup-left img {
width: 40%;
}
.ph img{
width: 31%;
}
.support-one {
margin-top: 2em;
}
.support-right {
margin-top: 10%;
}
.sup img {
width: 71%;
}
.sup {
right: 0;
top: -41.4%;
text-align: center;
}
.footer-main a img {
width: 12%;
}
.footer-main ul {
margin: 2em 0px;
}
.footer-main ul li span {
width: 48px;
height: 48px;
background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -48px;
}
.footer-main ul li span.twit {
background-position: -48px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -48px -48px;
}
.footer-main ul li span.skp {
background-position: -96px 0px;
}
.footer-main ul li span.skp:hover {
background-position: -96px -48px;
}
.footer-main ul li {
margin: 0 8px;
}
}
@media (max-width: 768px){
.banner {
padding: 10px 0px 2em 0px;
}
.logo {
margin: 4px 0 0 3%;
}
span.menu {
margin: 10px 7px 0 0;
}
.banner-bottom {
margin-top: 14%;
}
.banner-left {
width: 45%;
float: left;
}
.banner-right {
margin-top: 3.5%;
width: 55%;
float: right;
}
.banner-right h1 {
font-size: 1.8em;
}
.banner-right h2 {
font-size: 1.52em;
}
.banner-right p {
font-size: 17px;
padding-right: 1em;
margin-top: 8%;
}
.bnr-btn a {
padding: 7px 17px;
font-size: 16px;
}
.bnr-btn {
margin-top: 9%;
}
.banner-right ul li span {
width: 37px;
height: 43px;
background-size: 198%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -43px;
}
.banner-right ul li span.rbt {
background-position: -37px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -37px -43px;
}
.banner-left img {
width: 67%;
}
.logo a img {
width: 82%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.6em;
}
.feature-top p {
margin-top: 12px;
}
.feature-top {
margin-left: 5%;
}
.feature-top p, .awe-top p, .demo-top p, .get-top p, .support-top p {
font-size: 15px;
}
.feature {
padding: 4em 0px 0 0;
}
.feature-main {
width: 462px;
height: 436px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
.ftr-right-tre h4, .ftr-right-fvr h4 {
font-size: 1.22em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
.ftr-right-tre p, .ftr-right-fvr p {
font-size: 12px;
margin-top: 6px;
padding-right: 17%;
overflow: hidden;
height: 30px;
}
.feature-one img {
width: 66%;
}
.feature-right img {
width: 82.5%;
margin-left: 10%;
}
.est-left {
width: 20%;
text-align: center;
}
.est-right {
margin: 1.5% 0 0 0%;
width: 80%;
}
.est-left img {
width: 72%;
}
.est-right h3 {
font-size: 1.3em;
}
.est-right p {
font-size: 14px;
width: 61%;
margin-top: 2%;
}
.est-right ul li img {
width: 65%;
}
.est-right ul li {
text-align: center;
}
.est-right ul {
margin-top: 2px;
}
.est-bottom p {
font-size: 1.35em;
}
.establish {
margin-top: -6%;
min-height: 373px;
}
.awe-top p, .demo-top p {
width: 88%;
margin: 1em auto 0;
}
.awe-left {
width: 25%;
float: left;
}
.awe {
padding: 3em 0px;
}
.awe-bottom {
margin-top: 5%;
}
.demo {
padding-top: 3em;
}
.demo-bottom {
margin-top: 3.5%;
}
.demo-bottom iframe {
width: 76%;
height: 315px;
}
.get-top {
margin-top: 44%;
text-align: center;
}
.get-top p, .support-top p {
width: 86%;
margin: 14px auto 0;
}
.get-top ul li {
display: inline-block;
}
.sup img {
width: 36%;
}
.sup {
right: 19.6%;
top: -38.4%;
}
.get-top ul {
margin-top: 2%;
}
.get-top ul li img {
width: 70%;
}
.get {
min-height: 800px;
margin-top: -36%;
}
.support {
padding: 3em 0px;
text-align: center;
}
.support-bottom {
margin-top: 5%;
}
.support-left input[type="text"] {
padding: 13px 1em;
width: 67%;
}
.contact-textarea textarea {
padding: 13px 1em;
width: 67%;
}
.contact-but {
margin: 4% 0% 0 0;
text-align: center;
}
.contact-but form input[type="submit"] {
padding: 4px 34px;
font-size: 21px;
}
.support-one {
width: 59%;
margin: 1.5em auto 0;
}
.sup-right {
text-align: left;
}
.support-right {
margin-top: 5%;
}
.footer {
padding: 2.5em 0px;
}
.footer-main a img {
width: 14%;
}
.footer-main ul li span {
width: 45px;
height: 45px;
background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -45px;
}
.footer-main ul li span.twit {
background-position: -45px 0px;
}
.footer-main ul li span.skp {
background-position: -90px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -45px -45px;
}
.footer-main ul li span.skp:hover {
background-position: -90px -45px;
}
.footer-main ul {
margin: 1.5em 0px;
}
}
@media (max-width: 640px){
.banner {
padding: 6px 0px 1.5em 0px;
}
span.menu {
margin: 7px 2px 0 0;
}
.navigation {
height: 40px;
}
.banner-left img {
width: 75%;
}
.banner-right h1 {
font-size: 1.7em;
}
.banner-right h2 {
font-size: 1.41em;
}
.banner-right p {
font-size: 14px;
padding-right: 0em;
}
.bnr-btn a {
padding: 5px 15px;
font-size: 15px;
}
.banner-right ul li span {
width: 34px;
height: 40px;
background-size: 202%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -40px;
}
.banner-right ul li span.rbt {
background-position: -34px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -34px -40px;
}
.banner-bottom {
margin-top: 15%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.5em;
}
.feature-top {
margin-left: 4%;
}
.feature-top p, .awe-top p, .demo-top p,
.get-top p, .support-top p {
font-size: 14px;
}
.feature-main {
width: 383px;
height: 362px;
}
.ftr-right-tre,.ftr-left-tre {
display: none;
}
.ftr-right h4, .ftr-right-one h4,
.ftr-right-two h4, .ftr-right-fvr h4 {
font-size: 1.1em;
}
.ftr-right {
top: 5%;
left: 42%;
}
.ftr-right-one {
top: 26%;
left: 42%;
}
.ftr-right-two {
top: 47%;
left: 42%;
}
.ftr-right-fvr {
top: 70%;
left: 42%;
}
.feature-one img {
width: 60%;
}
.ftr-left, .ftr-left-one, .ftr-left-two, .ftr-left-fvr {
left: 27%;
}
.ftr-left-one {
top: 27%;
}
.ftr-left-two {
top: 47%;
}
.ftr-left-fvr {
top: 66%;
}
.feature-right img {
width: 86.5%;
}
.est-right h3 {
font-size: 1.2em;
}
.est-right ul li img {
width: 60%;
}
.est-right ul {
margin-top: 0px;
}
.est-right p {
margin-top: 1.7%;
}
.est-left img {
width: 81%;
}
.est-right {
margin: 1.7% 0 0 0%;
}
.est-bottom p {
font-size: 1.2em;
}
.est-bottom p sub img {
width: 26%;
}
.est-bottom p sub {
margin-left: 80%;
bottom: -0.5em;
}
.est-bottom p sup img {
width: 5.1%;
}
.est-top {
margin-top: 15%;
}
.establish {
margin-top: -6%;
min-height: 345px;
}
.demo {
padding-top: 2.5em;
}
.demo-bottom iframe {
width: 78%;
height: 285px;
}
.get-top ul li img {
width: 67%;
}
.get-top ul {
margin-top: 1.8%;
}
.sup {
right: 13.5%;
top: -42%;
}
.get {
min-height: 772px;
margin-top: -44%;
}
.get-top {
margin-top: 51%;
}
.support {
padding: 2.5em 0px;
}
.support-left input[type="text"] {
padding: 11px 10px;
width: 68%;
}
.contact-textarea textarea {
padding: 11px 10px;
min-height: 12em;
width: 68%;
}
.contact-but form input[type="submit"] {
padding: 4px 30px;
font-size: 19px;
}
.contact-but {
margin: 3% 0% 0 0;
}
.support-one {
width: 66%;
margin: 1.3em auto 0;
}
.footer-main a img {
width: 15%;
}
.footer {
padding: 2.2em 0px;
}
.footer-main ul {
margin: 1.3em 0px;
}
}
@media (max-width: 480px){
.logo a img {
width: 70%;
}
span.menu {
margin: 4px 0px 0 0;
}
.banner-left {
width: 40%;
}
.banner-right {
margin-top: 3.5%;
width: 60%;
}
.banner-right h1 {
font-size: 1.4em;
}
.banner-right h2 {
font-size: 1.23em;
}
.banner-right p {
overflow: hidden;
height: 41px;
margin-top: 7%;
}
.bnr-btn a {
padding: 4px 11px;
font-size: 14px;
}
.banner-right ul li span {
width: 26px;
height: 32px;
background-size: 212%;
}
.banner-right ul li span.apl:hover {
background-position: 0px -32px;
}
.banner-right ul li span.rbt {
background-position: -28px 0px;
}
.banner-right ul li span.rbt:hover {
background-position: -28px -32px;
}
.banner-bottom {
margin-top: 17%;
}
.banner-right ul {
margin-top: 7.5%;
}
.banner-left img {
width: 93%;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.3em;
}
.feature-top p, .awe-top p, .demo-top p,
.get-top p, .support-top p {
font-size: 13px;
}
.feature-top p {
margin-top: 9px;
overflow: hidden;
height: 31px;
}
.feature-main {
width: 284px;
height: 271px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p,
.ftr-right-fvr p {
font-size: 10px;
margin-top: 5px;
height: 24px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, .ftr-right-fvr h4 {
font-size: 14px;
}
.feature-one img {
width: 54%;
}
.ftr-left, .ftr-left-one,
.ftr-left-two, .ftr-left-fvr {
left: 26.5%;
}
.feature-right img {
width: 85.5%;
}
.feature {
padding: 2.5em 0px 0 0;
}
.est-right h3 {
font-size: 1.1em;
}
.est-right p {
font-size: 13px;
width: 73%;
}
.est-right ul li img {
width: 50%;
}
.est-left {
width: 22%;
}
.est-right {
width: 78%;
}
.est-bottom p span {
display: none;
}
.est-bottom p sub img {
width: 9%;
}
.est-bottom p sub {
margin-left: 40%;
bottom: -0.1em;
}
.est-bottom p sup img {
width: 5.7%;
}
.establish {
min-height: 265px;
}
.awe-left {
width: 33.3%;
}
.awe-left:nth-child(4){
display:none;
}
.awe-top p, .demo-top p {
width: 100%;
margin: 9px auto 0;
}
.awe-bottom {
margin-top: 4.2%;
}
.awe {
padding: 2em 0px;
}
.demo {
padding-top: 2em;
}
.demo-bottom iframe {
width: 82%;
height: 234px;
border: 6px solid #fff;
}
.get-top p, .support-top p {
width: 100%;
margin: 10px auto 0;
}
.get {
min-height: 665px;
margin-top: -51%;
}
.get-top {
margin-top: 61%;
}
.get-top ul {
margin-top: 0.8%;
}
.get-top ul li img {
width: 63%;
}
.sup {
right: 1%;
top: -40.5%;
}
.sup img {
width: 30%;
}
.support-left input[type="text"] {
padding: 9px 10px;
font-size: 14px;
width: 70%;
}
.contact-textarea textarea {
padding: 9px 10px;
min-height: 11em;
font-size: 14px;
width: 70%;
}
.contact-but form input[type="submit"] {
padding: 5px 27px;
font-size: 17px;
}
.contact-but {
margin: 4% 0% 0 0;
}
.support-one {
width: 95%;
margin: 1em auto 0;
}
.support-right {
margin-top: 6%;
}
.support {
padding: 2em 0px;
}
.footer {
padding: 2em 0px;
}
.footer-main p {
font-size: 16px;
}
.footer-main a img {
width: 20%;
}
.footer-main ul {
margin: 1.1em 0px;
}
.footer-main ul li span {
width: 40px;
height: 40px;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -40px;
}
.footer-main ul li span.twit {
background-position: -40px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -40px -40px;
}
.footer-main ul li span.skp {
background-position: -80px 0px;
}
.footer-main ul li span.skp:hover {
background-position: -80px -40px;
}
.footer-main ul li {
margin: 0 5px;
}
}
@media (max-width: 320px){
.banner-left {
width: 100%;
}
.banner-left img {
width: 40%;
}
.banner-bottom {
margin-top: 22%;
}
.banner-right {
margin-top: 6.5%;
width: 100%;
text-align: center;
}
.banner-right h1 {
font-size: 1.3em;
}
.banner-right h2 {
font-size: 1.1em;
}
.banner-right p {
margin-top: 5%;
}
.bnr-btn a {
padding: 4px 9px;
font-size: 13px;
}
.bnr-btn {
margin-top: 7%;
}
.feature-left {
width: 100%;
}
.feature-right {
display: none;
}
.feature-top {
margin-left: 0%;
text-align: center;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
font-size: 1.2em;
}
.feature {
padding: 1.7em 0px 0 0;
}
.est-right h3 {
font-size: 1em;
}
.est-left img {
width: 90%;
}
.est-right {
width: 74%;
padding-left: 10px;
}
.est-left {
width: 26%;
}
.est-right p {
overflow: hidden;
height: 31px;
}
.est-bottom p {
font-size: 1.1em;
line-height: 1.3em;
}
.est-bottom p {
font-size: 1em;
line-height: 1.3em;
}
.est-bottom p sup {
top: -1.2em;
}
.est-bottom p sub img {
width: 60%;
}
.est-bottom p sub {
margin-left: 90%;
bottom: 5px;
}
.est-bottom {
margin-top: 6.5%;
}
.est-top {
margin-top: 19%;
}
.establish {
min-height: 220px;
margin-top: -9%;
}
.awe-top p, .demo-top p,.get-top p, .support-top p {
margin: 8px auto 0;
overflow: hidden;
height: 32px;
}
.awe-bottom {
margin-top: 5%;
}
.awe-left {
width: 50%;
}
.awe-left:nth-child(3){
display:none;
}
span.menu {
margin: 6px 0px 0 0;
}
.demo-bottom iframe {
width: 85%;
height: 165px;
border: 4px solid #fff;
}
.sup {
display: none;
}
.get-top ul {
margin-top: 6.8%;
}
.get-top {
margin-top: 54%;
}
.get {
min-height: 345px;
margin-top: -42%;
}
.support-left input[type="text"],.contact-textarea textarea {
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
}
.support-left input[type="text"] {
padding: 8px 10px;
font-size: 13px;
width: 85%;
margin-bottom: 10px;
}
.contact-textarea textarea {
padding: 8px 10px;
min-height: 9em;
font-size: 13px;
width: 85%;
}
.contact-but form input[type="submit"] {
padding: 3px 21px;
font-size: 15px;
}
.contact-but {
margin: 5% 0% 0 0;
}
.sup-right p {
font-size: 13px;
overflow: hidden;
height: 33px;
}
.sup-left img {
width: 55%;
}
.ph img {
width: 41%;
}
.footer-main a img {
width: 29%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
background-position: 0px -35px;
}
.footer-main ul li span {
width: 35px;
height: 35px;
}
.footer-main ul li span.twit {
background-position: -35px 0px;
}
.footer-main ul li span.skp {
background-position: -70px 0px;
}
.footer-main ul li span.twit:hover {
background-position: -35px -35px;
}
.footer-main ul li span.skp:hover {
background-position: -70px -35px;
}
.get-top ul li img {
width: 55%;
}
.footer-main ul li {
margin: 0 3px;
}
.footer-main ul {
margin: 22px 0px 10px 0px;
}
.footer-main p {
font-size: 13px;
}
.footer {
padding: 1.5em 0px;
}
#toTop {
width: 40px;
height: 40px;
background-size: 100%;
}
}
/*--media-quaries-ends-here--*/ | 0.229276 | 0.059949 |
@font-face {
font-family: Okuda;
src: url("fonts/Okuda.otf") format("opentype");
}
@font-face {
font-family:Okuda;
font-face: bold;
src: url("fonts/Okuda Bold.otf") format("opentype");
}
* {
box-sizing: border-box;
}
html, body, .root {
height: 100%;
}
.App {
height: 100%;
}
body {
background-color:#000;
font-family: Okuda, Calibri, arial, helvetica;
font-size: 30px;
}
.header, .headerbutton, .footer, .lefter, .footertall,.headerblack {
color: #000;
background-color: rgba(200,225,250,1);
font-family: Okuda;
font-face: bold;
font-size: 40pt;
letter-spacing: 1px;
margin:4px;
height:70px;
padding:3px;
padding-left:10px;
}
.headerblack {
background-color: black;
color: rgba(186,171,98,1);
}
.lefter {
float:left;
width: 12px;
height:90px;
margin-top:0px;
margin-right:10px;
border-radius:0px;
}
.footer {
margin:4px;
height:20px;
padding:3px;
padding-left:10px;
margin-bottom:20px;
border-bottom-left-radius:20px;
border-top-left-radius:0px;
}
.footertall {
height:50px;
border-bottom-left-radius:20px;
border-top-left-radius:0px;
}
.headerbutton {
float:right;
margin-right:10px;
margin-top:0px;
height:30px;
}
.gap {
background-color: rgba(0,0,0,1);
float:right;
width:4px;
margin-right:4px;
height:57px;
}
.griditemgap {
background-color: black;
width:5px;
height:40px;
margin:0px;
float:right;
}
.drawerOpener {
float:right;
height:40px;
width:60px;
margin-right: -60px;
}
.on, .off, .color {
background-color: white;
width:40px;
height:40px;
float:right;
margin:0px;
margin-right:0px;
border-radius:0px;
transition: background-color 2s;
text-align: center;
}
.off {
background-color: black;
}
/* we are displaying an emoji. */
.on {
background-color: black;
}
.light {
color:#000;
background-color: rgba(100,150,250,1);
font-family: Okuda;
font-face: bold;
margin:4px;
margin-left:40px;
margin-right:40px;
min-height:50px;
padding:1px;
padding-left:10px;
letter-spacing: 1px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
}
.drawer {
background-color: black;
margin-top:40px;
margin-bottom:30px;
margin-right: -40px;
margin-left:-10px;
border-top-right-radius : 10px;
border-bottom-right-radius : 10px;
padding:20px;
}
.number {
width:63px;
float:left;
padding-left:5px;
padding-right:5px;
margin-right:5px;
text-align: right;
background-color:orange;
}
.datafield--field {
position:relative;
width:auto;
padding-left:5px;
padding-right:5px;
margin-right:5px;
margin-bottom:5px;
text-align: right;
background-color:rgb(113,94,60);
}
.datafield--string {
position:relative;
z-index:20;
}
.datafield--label {
position: absolute;
bottom: 4px;
color: black;
font-size: 1rem;
text-transform: uppercase;
}
.datafield--graph-bar {
height:30px;
background-color:green;
margin-left: auto;
}
.grid {
display:grid;
grid-gap:4px;
grid-template-columns: 15px 174px auto 90px 50px 12px;
grid-auto-rows: minmax(20px, auto);
margin-bottom:4px;
margin-left:5px;
margin-right:5px;
}
.gridheader {
grid-column: 1/7;
padding-left:15px;
color: #000;
background-color: rgba(200,225,250,1);
font-family: bold Okuda 25pt;
border-top-left-radius:80px;
}
.gridheaderbutton,.gridheaderend {
float:right;
color: #000;
width:40px;
height:50px;
background-color: rgba(200,225,250,1);
font-family: bold Okuda 25pt;
border-radius:0px;
text-align:center;
}
.gridheaderend {
width: 15px;
}
.gridheadergap {
float:right;
width:4px;
height:50px;
background-color: black;
}
.gridlefter {
background-color: rgba(200,225,250,1);
grid-column: 1/2;
border-radius:0px;
}
.gridtitle {
float:right;
color: lemonchiffon;
background-color: black;
letter-spacing: .5px;
border-radius: 0px;
text-align: center;
font-size: 50pt;
padding: 0;
line-height: 0.75;
}
.griditem {
position: relative;
grid-column: 2/6;
color:#000;
background-color: rgba(100,150,250,1);
margin-left:10px;
min-height:40px;
padding:0px;
padding-right:60px;
margin:3px;
padding-left:10px;
letter-spacing: 1px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
}
.name {
font-size:18pt;
margin-left: 10px;
text-transform:uppercase;
position: absolute;
bottom:0px;
}
.gridfooter, .gridfooterbutton {
background-color: rgba(200,225,250,1);
grid-column: 1 / end;
border-top-left-radius:0px;
height:30px;
}
.gridfooter {
border-bottom-left-radius: 40px;
padding-right:20px;
}
.gridfooterbutton {
float:right;
padding-left:3px;
padding-right:3px;
color:lemonchiffon;
background-color: black;
margin-left:10px;
font-size: 41px;
font-face: unset;
letter-spacing: .5px;
line-height: .75;
padding-top:0px;
}
.scrollinglist {
overflow: auto;
margin-top: 4px;
}
*::-webkit-scrollbar {
display: none;
} | app/src/App.css | @font-face {
font-family: Okuda;
src: url("fonts/Okuda.otf") format("opentype");
}
@font-face {
font-family:Okuda;
font-face: bold;
src: url("fonts/Okuda Bold.otf") format("opentype");
}
* {
box-sizing: border-box;
}
html, body, .root {
height: 100%;
}
.App {
height: 100%;
}
body {
background-color:#000;
font-family: Okuda, Calibri, arial, helvetica;
font-size: 30px;
}
.header, .headerbutton, .footer, .lefter, .footertall,.headerblack {
color: #000;
background-color: rgba(200,225,250,1);
font-family: Okuda;
font-face: bold;
font-size: 40pt;
letter-spacing: 1px;
margin:4px;
height:70px;
padding:3px;
padding-left:10px;
}
.headerblack {
background-color: black;
color: rgba(186,171,98,1);
}
.lefter {
float:left;
width: 12px;
height:90px;
margin-top:0px;
margin-right:10px;
border-radius:0px;
}
.footer {
margin:4px;
height:20px;
padding:3px;
padding-left:10px;
margin-bottom:20px;
border-bottom-left-radius:20px;
border-top-left-radius:0px;
}
.footertall {
height:50px;
border-bottom-left-radius:20px;
border-top-left-radius:0px;
}
.headerbutton {
float:right;
margin-right:10px;
margin-top:0px;
height:30px;
}
.gap {
background-color: rgba(0,0,0,1);
float:right;
width:4px;
margin-right:4px;
height:57px;
}
.griditemgap {
background-color: black;
width:5px;
height:40px;
margin:0px;
float:right;
}
.drawerOpener {
float:right;
height:40px;
width:60px;
margin-right: -60px;
}
.on, .off, .color {
background-color: white;
width:40px;
height:40px;
float:right;
margin:0px;
margin-right:0px;
border-radius:0px;
transition: background-color 2s;
text-align: center;
}
.off {
background-color: black;
}
/* we are displaying an emoji. */
.on {
background-color: black;
}
.light {
color:#000;
background-color: rgba(100,150,250,1);
font-family: Okuda;
font-face: bold;
margin:4px;
margin-left:40px;
margin-right:40px;
min-height:50px;
padding:1px;
padding-left:10px;
letter-spacing: 1px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
}
.drawer {
background-color: black;
margin-top:40px;
margin-bottom:30px;
margin-right: -40px;
margin-left:-10px;
border-top-right-radius : 10px;
border-bottom-right-radius : 10px;
padding:20px;
}
.number {
width:63px;
float:left;
padding-left:5px;
padding-right:5px;
margin-right:5px;
text-align: right;
background-color:orange;
}
.datafield--field {
position:relative;
width:auto;
padding-left:5px;
padding-right:5px;
margin-right:5px;
margin-bottom:5px;
text-align: right;
background-color:rgb(113,94,60);
}
.datafield--string {
position:relative;
z-index:20;
}
.datafield--label {
position: absolute;
bottom: 4px;
color: black;
font-size: 1rem;
text-transform: uppercase;
}
.datafield--graph-bar {
height:30px;
background-color:green;
margin-left: auto;
}
.grid {
display:grid;
grid-gap:4px;
grid-template-columns: 15px 174px auto 90px 50px 12px;
grid-auto-rows: minmax(20px, auto);
margin-bottom:4px;
margin-left:5px;
margin-right:5px;
}
.gridheader {
grid-column: 1/7;
padding-left:15px;
color: #000;
background-color: rgba(200,225,250,1);
font-family: bold Okuda 25pt;
border-top-left-radius:80px;
}
.gridheaderbutton,.gridheaderend {
float:right;
color: #000;
width:40px;
height:50px;
background-color: rgba(200,225,250,1);
font-family: bold Okuda 25pt;
border-radius:0px;
text-align:center;
}
.gridheaderend {
width: 15px;
}
.gridheadergap {
float:right;
width:4px;
height:50px;
background-color: black;
}
.gridlefter {
background-color: rgba(200,225,250,1);
grid-column: 1/2;
border-radius:0px;
}
.gridtitle {
float:right;
color: lemonchiffon;
background-color: black;
letter-spacing: .5px;
border-radius: 0px;
text-align: center;
font-size: 50pt;
padding: 0;
line-height: 0.75;
}
.griditem {
position: relative;
grid-column: 2/6;
color:#000;
background-color: rgba(100,150,250,1);
margin-left:10px;
min-height:40px;
padding:0px;
padding-right:60px;
margin:3px;
padding-left:10px;
letter-spacing: 1px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
}
.name {
font-size:18pt;
margin-left: 10px;
text-transform:uppercase;
position: absolute;
bottom:0px;
}
.gridfooter, .gridfooterbutton {
background-color: rgba(200,225,250,1);
grid-column: 1 / end;
border-top-left-radius:0px;
height:30px;
}
.gridfooter {
border-bottom-left-radius: 40px;
padding-right:20px;
}
.gridfooterbutton {
float:right;
padding-left:3px;
padding-right:3px;
color:lemonchiffon;
background-color: black;
margin-left:10px;
font-size: 41px;
font-face: unset;
letter-spacing: .5px;
line-height: .75;
padding-top:0px;
}
.scrollinglist {
overflow: auto;
margin-top: 4px;
}
*::-webkit-scrollbar {
display: none;
} | 0.395018 | 0.07843 |
-------------------------------------------------------------- */
/* =Fonts
-------------------------------------------------------------- */
/* Import Fonts */
@font-face {
font-family: "Pacifico";
src: url('../fonts/pacifico-webfont.eot?1402738684');
src: url('../fonts/pacifico-webfont.eot?&1402738684#iefix') format('embedded-opentype'), url('../fonts/pacifico-webfont.woff?1402738684') format('woff'), url('../fonts/pacifico-webfont.ttf?1402738684') format('truetype'), url('../fonts/pacifico-webfont.svg?1402738684#pacificowebfont') format('svg');
}
/* Font Family 1 (headings) */
h1, h2, h3, h4, h5, h6,
.site-navigation,
.btn,
.dropcaps:first-letter,
.pricing-table header,
.blog-loop.columns article header,
.filter,
.blog-single .comment-list li header,
.order-menu .food-item.price-right header .quantity {
font-family: 'Pacifico';
}
/* Font Family 2 (main texts) */
body,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2,
.panel-title,
.recent-widget ul li > h5 {
font-family: 'Open Sans', sans-serif;
}
/* =Text Colors
-------------------------------------------------------------- */
/* main text color */
body,
.widget-container .twitter {
color: #727272;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu a {
color: #727272;
}
}
/* light text color */
.site-navigation li > a,
.btn,
.btn:hover,
mark,
.pricing-table .price,
.icon .fa,
span.page-numbers,
a.page-numbers:hover,
.tagcloud a:hover,
.jumbotron h5,
.jumbotron.style-2 .color.style-2,
.posts article > a .hover,
.blog-loop.columns article header a,
.blog-loop.columns article header i,
.form-date input[type="text"], .form-date input[type="tel"], .form-date input[type="email"], .form-date input[type="number"], .form-date input[type="password"], .form-date textarea, .form-date select,
.twitter,
.ls-container,
.ls-kataleya .ls-nav-prev,
.ls-kataleya .ls-nav-next,
.posts article > a i,
a.carousel-control i,
a.carousel-control:hover i,
.menu-dark.sticky-scroll .site-navigation > li > a,
.btn:focus,
a.btn:hover i {
color: #fff;
}
/* headings */
h1, h2, h3, h4, h5, h6,
.page-heading ul li a,
.dropcaps:first-letter,
.page-numbers.style-2 a,
.nav-tabs > li a,
.panel .panel-heading a.collapsed,
.jumbotron.style-2,
a:hover, a:focus,
blockquote,
.searchform button,
.social a:hover,
.color.style-2,
.filter button,
.landing-icons a i,
.blog-single .comment-list li header,
.blog-single .comment-list li h5:after,
.blog-single .comment-list li a,
.recent-widget ul li > h5,
.recent-widget ul li > .post-date,
a:hover i {
color: #363636;
}
.btn.style-2.secondary,
.btn.style-2:hover,
.btn.style-2:focus {
color: #363636 !important;
}
strong,
.menu-dark .site-navigation li > a {
color: #000;
}
/* primary color */
a,
.color,
.site-navigation > li a:hover,
.site-navigation li.active > a,
.site-navigation .sub-menu a:hover,
.page-heading ul li span,
.dropcaps.style-2:first-letter,
.list li:before,
i.fa,
.pricing-table.style-2 header,
.page-numbers.style-2 a.page-numbers:hover,
.nav-tabs > li.active a,
.nav-tabs > li a:hover,
.nav-tabs > li.active > a:hover,
.panel .panel-heading a,
.panel .panel-heading a:hover,
.food-item .price,
.landing-page .demo-selection a:hover h4,
.landing-page .demo-selection a:hover h5,
blockquote:before,
.site-footer .copyright .social a:hover,
a:hover h2,
.filter li,
.filter li button.selected,
.menu-dark .site-navigation li.active > a,
.blog-single .comment-list li h5,
.blog-single .comment-list li a:hover,
.order-menu .food-item.price-right header .quantity .minus,
.order-menu .food-item.price-right header .quantity .plus,
.food-item.active header h3,
.order-menu-wrapper .close-order {
color: #87c73b;
}
.icon span {
color: #bfbfbf;
}
/* =Background Colors
-------------------------------------------------------------- */
.site-header .navbar-header button,
.btn,
mark,
.pricing-table header,
.icon .fa,
span.page-numbers,
a.page-numbers:hover,
.page-numbers.style-2 span.page-numbers,
.tagcloud a:hover,
.nav-tabs.style-2 > li.active:before,
.posts article > a:before,
.form-date input[type="text"], .form-date input[type="tel"], .form-date input[type="email"], .form-date input[type="number"], .form-date input[type="password"], .form-date textarea, .form-date select,
.twitter .carousel-indicators li.active,
.twitter .carousel-indicators li.active:hover,
.testimonials .carousel-indicators li.active,
.testimonials .carousel-indicators li.active:hover,
.ls-kataleya .ls-nav-prev,
.ls-kataleya .ls-nav-next,
.ls-kataleya .ls-bottom-slidebuttons a:hover,
.ls-kataleya .ls-bottom-slidebuttons a.ls-nav-active,
.carousel.post-images .carousel-indicators li:hover,
.carousel.post-images .carousel-indicators li.active,
.blog-loop.columns article header:before,
.flickr-widget a:after,
.widget-container .twitter .carousel-indicators li.active,
.testimonials .carousel-indicators li.active,
a.carousel-control i,
.order-menu-wrapper .close-order:after,
.order-menu-wrapper .order-menu .mobile-close {
background-color: #87c73b;
}
.mini-logo *,
.mini-logo-2 *,
.mini-logo-3 * {
fill: #87c73b;
}
mark.style-2,
.twitter .carousel-indicators li:hover,
.testimonials .carousel-indicators li:hover,
.ls-kataleya .ls-nav-prev:hover,
.ls-kataleya .ls-nav-next:hover,
.widget-container .twitter .carousel-indicators li,
.testimonials .carousel-indicators li,
a.carousel-control:hover i {
background-color: #363636;
}
.btn.secondary,
.btn:hover,
.btn:focus {
background-color: #363636 !important;
}
.site-header,
.pricing-table.style-2 header,
.pricing-table.style-2 .btn {
background-color: #2e1e1f;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu {
background-color: #fff;
}
}
@media (max-width: 992px) {
.responsive .site-navigation {
background-color: #333;
}
}
.site-header .navbar-header button:hover {
background-color: #333;
}
::-moz-selection {
color: #fff;
background-color: #87c73b;
}
::selection {
color: #fff;
background-color: #87c73b;
}
.ls-kataleya .ls-bottom-slidebuttons a,
.carousel.post-images .carousel-indicators li,
.blog-loop article,
.blog-loop article .post-inner,
.twitter .carousel-indicators li {
background-color: #fff;
}
/* =Border Colors
-------------------------------------------------------------- */
.form-date input[type="text"]:focus,
.form-date input[type="tel"]:focus,
.form-date input[type="email"]:focus,
.form-date input[type="number"]:focus,
.form-date input[type="password"]:focus,
.form-date textarea:focus,
.form-date select:focus {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.form-date input[type="text"],
.form-date input[type="tel"],
.form-date input[type="email"],
.form-date input[type="number"],
.form-date input[type="password"],
.form-date textarea:focus,
.form-date select {
border: 1px solid #87c73b;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
border: 1px solid #87c73b;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu {
border-color: #87c73b !important;
}
}
.nav-tabs > li.active {
border-bottom-color: #87c73b;
}
.blog-single .comment-list li img,
.blog-single .author img,
.recent-posts-widget ul li img {
border-color: #87c73b;
} | assets/css/scheme-1.css | -------------------------------------------------------------- */
/* =Fonts
-------------------------------------------------------------- */
/* Import Fonts */
@font-face {
font-family: "Pacifico";
src: url('../fonts/pacifico-webfont.eot?1402738684');
src: url('../fonts/pacifico-webfont.eot?&1402738684#iefix') format('embedded-opentype'), url('../fonts/pacifico-webfont.woff?1402738684') format('woff'), url('../fonts/pacifico-webfont.ttf?1402738684') format('truetype'), url('../fonts/pacifico-webfont.svg?1402738684#pacificowebfont') format('svg');
}
/* Font Family 1 (headings) */
h1, h2, h3, h4, h5, h6,
.site-navigation,
.btn,
.dropcaps:first-letter,
.pricing-table header,
.blog-loop.columns article header,
.filter,
.blog-single .comment-list li header,
.order-menu .food-item.price-right header .quantity {
font-family: 'Pacifico';
}
/* Font Family 2 (main texts) */
body,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2,
.panel-title,
.recent-widget ul li > h5 {
font-family: 'Open Sans', sans-serif;
}
/* =Text Colors
-------------------------------------------------------------- */
/* main text color */
body,
.widget-container .twitter {
color: #727272;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu a {
color: #727272;
}
}
/* light text color */
.site-navigation li > a,
.btn,
.btn:hover,
mark,
.pricing-table .price,
.icon .fa,
span.page-numbers,
a.page-numbers:hover,
.tagcloud a:hover,
.jumbotron h5,
.jumbotron.style-2 .color.style-2,
.posts article > a .hover,
.blog-loop.columns article header a,
.blog-loop.columns article header i,
.form-date input[type="text"], .form-date input[type="tel"], .form-date input[type="email"], .form-date input[type="number"], .form-date input[type="password"], .form-date textarea, .form-date select,
.twitter,
.ls-container,
.ls-kataleya .ls-nav-prev,
.ls-kataleya .ls-nav-next,
.posts article > a i,
a.carousel-control i,
a.carousel-control:hover i,
.menu-dark.sticky-scroll .site-navigation > li > a,
.btn:focus,
a.btn:hover i {
color: #fff;
}
/* headings */
h1, h2, h3, h4, h5, h6,
.page-heading ul li a,
.dropcaps:first-letter,
.page-numbers.style-2 a,
.nav-tabs > li a,
.panel .panel-heading a.collapsed,
.jumbotron.style-2,
a:hover, a:focus,
blockquote,
.searchform button,
.social a:hover,
.color.style-2,
.filter button,
.landing-icons a i,
.blog-single .comment-list li header,
.blog-single .comment-list li h5:after,
.blog-single .comment-list li a,
.recent-widget ul li > h5,
.recent-widget ul li > .post-date,
a:hover i {
color: #363636;
}
.btn.style-2.secondary,
.btn.style-2:hover,
.btn.style-2:focus {
color: #363636 !important;
}
strong,
.menu-dark .site-navigation li > a {
color: #000;
}
/* primary color */
a,
.color,
.site-navigation > li a:hover,
.site-navigation li.active > a,
.site-navigation .sub-menu a:hover,
.page-heading ul li span,
.dropcaps.style-2:first-letter,
.list li:before,
i.fa,
.pricing-table.style-2 header,
.page-numbers.style-2 a.page-numbers:hover,
.nav-tabs > li.active a,
.nav-tabs > li a:hover,
.nav-tabs > li.active > a:hover,
.panel .panel-heading a,
.panel .panel-heading a:hover,
.food-item .price,
.landing-page .demo-selection a:hover h4,
.landing-page .demo-selection a:hover h5,
blockquote:before,
.site-footer .copyright .social a:hover,
a:hover h2,
.filter li,
.filter li button.selected,
.menu-dark .site-navigation li.active > a,
.blog-single .comment-list li h5,
.blog-single .comment-list li a:hover,
.order-menu .food-item.price-right header .quantity .minus,
.order-menu .food-item.price-right header .quantity .plus,
.food-item.active header h3,
.order-menu-wrapper .close-order {
color: #87c73b;
}
.icon span {
color: #bfbfbf;
}
/* =Background Colors
-------------------------------------------------------------- */
.site-header .navbar-header button,
.btn,
mark,
.pricing-table header,
.icon .fa,
span.page-numbers,
a.page-numbers:hover,
.page-numbers.style-2 span.page-numbers,
.tagcloud a:hover,
.nav-tabs.style-2 > li.active:before,
.posts article > a:before,
.form-date input[type="text"], .form-date input[type="tel"], .form-date input[type="email"], .form-date input[type="number"], .form-date input[type="password"], .form-date textarea, .form-date select,
.twitter .carousel-indicators li.active,
.twitter .carousel-indicators li.active:hover,
.testimonials .carousel-indicators li.active,
.testimonials .carousel-indicators li.active:hover,
.ls-kataleya .ls-nav-prev,
.ls-kataleya .ls-nav-next,
.ls-kataleya .ls-bottom-slidebuttons a:hover,
.ls-kataleya .ls-bottom-slidebuttons a.ls-nav-active,
.carousel.post-images .carousel-indicators li:hover,
.carousel.post-images .carousel-indicators li.active,
.blog-loop.columns article header:before,
.flickr-widget a:after,
.widget-container .twitter .carousel-indicators li.active,
.testimonials .carousel-indicators li.active,
a.carousel-control i,
.order-menu-wrapper .close-order:after,
.order-menu-wrapper .order-menu .mobile-close {
background-color: #87c73b;
}
.mini-logo *,
.mini-logo-2 *,
.mini-logo-3 * {
fill: #87c73b;
}
mark.style-2,
.twitter .carousel-indicators li:hover,
.testimonials .carousel-indicators li:hover,
.ls-kataleya .ls-nav-prev:hover,
.ls-kataleya .ls-nav-next:hover,
.widget-container .twitter .carousel-indicators li,
.testimonials .carousel-indicators li,
a.carousel-control:hover i {
background-color: #363636;
}
.btn.secondary,
.btn:hover,
.btn:focus {
background-color: #363636 !important;
}
.site-header,
.pricing-table.style-2 header,
.pricing-table.style-2 .btn {
background-color: #2e1e1f;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu {
background-color: #fff;
}
}
@media (max-width: 992px) {
.responsive .site-navigation {
background-color: #333;
}
}
.site-header .navbar-header button:hover {
background-color: #333;
}
::-moz-selection {
color: #fff;
background-color: #87c73b;
}
::selection {
color: #fff;
background-color: #87c73b;
}
.ls-kataleya .ls-bottom-slidebuttons a,
.carousel.post-images .carousel-indicators li,
.blog-loop article,
.blog-loop article .post-inner,
.twitter .carousel-indicators li {
background-color: #fff;
}
/* =Border Colors
-------------------------------------------------------------- */
.form-date input[type="text"]:focus,
.form-date input[type="tel"]:focus,
.form-date input[type="email"]:focus,
.form-date input[type="number"]:focus,
.form-date input[type="password"]:focus,
.form-date textarea:focus,
.form-date select:focus {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.form-date input[type="text"],
.form-date input[type="tel"],
.form-date input[type="email"],
.form-date input[type="number"],
.form-date input[type="password"],
.form-date textarea:focus,
.form-date select {
border: 1px solid #87c73b;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
border: 1px solid #87c73b;
}
@media (min-width: 992px) {
.responsive .site-navigation .sub-menu {
border-color: #87c73b !important;
}
}
.nav-tabs > li.active {
border-bottom-color: #87c73b;
}
.blog-single .comment-list li img,
.blog-single .author img,
.recent-posts-widget ul li img {
border-color: #87c73b;
} | 0.241132 | 0.062103 |
.app-container {
min-height: 100vh;
background:#fff;
color:#9d9d9d;
padding-bottom: 1rem;
}
*, ::after, ::before {
box-sizing: border-box;
}
header, footer{
grid-area: header;
text-align: center;
margin: 0;
padding: 0.5em;
background: #222;
color:#9d9d9d;
font-size: 1.5em;
}
.bg-primary {
background-color: #007bff;
}
.bg-warning {
background-color: #dd9105;
}
.bg-success {
background-color: #28a745;
}
.bg-danger {
background-color: #dc3545;
}
.bg-info {
background-color: #17a2b8;
}
.bg-secondary {
background-color: #413b7f;
}
.bg-light {
background-color: #2664a2!important;
}
.white-color{
color:white;
}
.space{
justify-content: space-between;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
background: #fff;
}
table {
display: table;
border-collapse: collapse;
border-spacing: 2px;
border-color: grey;
}
.table-bordered thead td, .table-bordered thead th {
border-bottom-width: 2px;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
background: #1b262c;
color: white;
}
.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}
.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
font-size: 1rem;
}
th {
text-align: inherit;
}
.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}
.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
h1{
text-align: center;
font-size: 2rem;
font-weight: 700px;
}
.lgc-bg {
background-color: #0f4c81;
}
.label-text{
color:#fff !important;
font-size: 1rem;
}
lightning-input.label-text.slds-form-element label {
color: #fff;
}
/**table colors**/
.activeColumnClass{
background-color:#fe346e;
color:#fff;
}
.recoveredColumnClass{
background-color:#5b8c5a;
color:#fff;
}
.fatalityColumnClass-success{
background-color:#1eb2a6;
color:#fff;
}
.fatalityColumnClass-danger{
background-color:#d63447;
color:#fff;
}
.recoveryColumnClass-warning{
background-color:#ffac41;
color:#fff;
}
.recoveryColumnClass-success{
background-color:#48c774;
color:#fff;
}
.countryName{
font-size: 1.5rem;
font-weight: 700;
}
/**toggle switch**/
.toggle-container{
display: flex;
justify-content: flex-end;
color:#fff;
}
.toggle-container>div{
padding: 0.5rem 1rem;
background: #fff;
border:1px solid #212529;
color: #000;
}
.toggle-container>div.active{
background: #28a745;
color:#fff;
}
.box-container{
display: flex;
justify-content: space-between;
align-items: baseline;
} | src/main/java/com/example/app.css | .app-container {
min-height: 100vh;
background:#fff;
color:#9d9d9d;
padding-bottom: 1rem;
}
*, ::after, ::before {
box-sizing: border-box;
}
header, footer{
grid-area: header;
text-align: center;
margin: 0;
padding: 0.5em;
background: #222;
color:#9d9d9d;
font-size: 1.5em;
}
.bg-primary {
background-color: #007bff;
}
.bg-warning {
background-color: #dd9105;
}
.bg-success {
background-color: #28a745;
}
.bg-danger {
background-color: #dc3545;
}
.bg-info {
background-color: #17a2b8;
}
.bg-secondary {
background-color: #413b7f;
}
.bg-light {
background-color: #2664a2!important;
}
.white-color{
color:white;
}
.space{
justify-content: space-between;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
background: #fff;
}
table {
display: table;
border-collapse: collapse;
border-spacing: 2px;
border-color: grey;
}
.table-bordered thead td, .table-bordered thead th {
border-bottom-width: 2px;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
background: #1b262c;
color: white;
}
.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}
.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
font-size: 1rem;
}
th {
text-align: inherit;
}
.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}
.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
h1{
text-align: center;
font-size: 2rem;
font-weight: 700px;
}
.lgc-bg {
background-color: #0f4c81;
}
.label-text{
color:#fff !important;
font-size: 1rem;
}
lightning-input.label-text.slds-form-element label {
color: #fff;
}
/**table colors**/
.activeColumnClass{
background-color:#fe346e;
color:#fff;
}
.recoveredColumnClass{
background-color:#5b8c5a;
color:#fff;
}
.fatalityColumnClass-success{
background-color:#1eb2a6;
color:#fff;
}
.fatalityColumnClass-danger{
background-color:#d63447;
color:#fff;
}
.recoveryColumnClass-warning{
background-color:#ffac41;
color:#fff;
}
.recoveryColumnClass-success{
background-color:#48c774;
color:#fff;
}
.countryName{
font-size: 1.5rem;
font-weight: 700;
}
/**toggle switch**/
.toggle-container{
display: flex;
justify-content: flex-end;
color:#fff;
}
.toggle-container>div{
padding: 0.5rem 1rem;
background: #fff;
border:1px solid #212529;
color: #000;
}
.toggle-container>div.active{
background: #28a745;
color:#fff;
}
.box-container{
display: flex;
justify-content: space-between;
align-items: baseline;
} | 0.519034 | 0.107063 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: rgb(255, 255, 255);
font: 14px 'Oswald', sans-serif;
height: 100%;
}
.container{
background: black;
background-size: cover;
margin: 0;
overflow: auto;
padding: 0 2rem;
min-height: 100%;
}
.top-bar{
height: 100vh;
background-color: rgb(0, 0, 0);
margin-bottom: 20;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 10;
overflow: auto;
}
.top-bar p {
max-width: 30%;
width: auto;
height: auto;
font-size: 1.5vw;
margin: 30 0;
color: white;
}
.top-bar h1{
width: auto;
height: auto;
font-size: 10vw;
color:white;
}
.top-bar h2 {
color:white;
font-size: 3vw;
}
span{
font-size: 4vw;
color: rgb(221, 0, 90);
}
a{
border: 2px lightblue solid;
font-size: 2vw;
text-decoration: none;
color: rgb(221, 0, 90);
padding: 10 40;
border-radius: 15px;
margin: 30 0;
}
a:hover{
background-color: white;
}
a.playbutton{
color: white;
}
a.playbutton:hover{
color: black;
}
.card{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem;
background: lightgray;
margin-bottom: 2rem;
border-radius: 20px;
}
img {
width: 100%;
}
.card h1{
font-size: 5vw;
margin-left: 20;
}
.card ol {
font-size: 1.8vw;
margin-left: 50;
}
.card ol span {
font-size: 2vw;
color: rgb(221, 0, 90);
}
.card:nth-child(odd) img {
order: 2;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.card:nth-child(even) img {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}
.bottom-bar{
height: 70vh;
background-color: rgb(0, 0, 0);
margin-bottom: 20;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 10;
overflow: auto;
}
.bottom-bar p {
font-size: 3.5vw;
margin: 30 0;
color: white;
}
@media(max-width: 800px) {
.card {
display: block;
border-radius: 0;
}
.card:nth-child(odd) img {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.card:nth-child(even) img {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
}
/* width */
::-webkit-scrollbar {
margin-right: 10;
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
background-color: black;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: white;
border-radius: 30px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(221, 0, 90);
} | public/stylesheets/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: rgb(255, 255, 255);
font: 14px 'Oswald', sans-serif;
height: 100%;
}
.container{
background: black;
background-size: cover;
margin: 0;
overflow: auto;
padding: 0 2rem;
min-height: 100%;
}
.top-bar{
height: 100vh;
background-color: rgb(0, 0, 0);
margin-bottom: 20;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 10;
overflow: auto;
}
.top-bar p {
max-width: 30%;
width: auto;
height: auto;
font-size: 1.5vw;
margin: 30 0;
color: white;
}
.top-bar h1{
width: auto;
height: auto;
font-size: 10vw;
color:white;
}
.top-bar h2 {
color:white;
font-size: 3vw;
}
span{
font-size: 4vw;
color: rgb(221, 0, 90);
}
a{
border: 2px lightblue solid;
font-size: 2vw;
text-decoration: none;
color: rgb(221, 0, 90);
padding: 10 40;
border-radius: 15px;
margin: 30 0;
}
a:hover{
background-color: white;
}
a.playbutton{
color: white;
}
a.playbutton:hover{
color: black;
}
.card{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem;
background: lightgray;
margin-bottom: 2rem;
border-radius: 20px;
}
img {
width: 100%;
}
.card h1{
font-size: 5vw;
margin-left: 20;
}
.card ol {
font-size: 1.8vw;
margin-left: 50;
}
.card ol span {
font-size: 2vw;
color: rgb(221, 0, 90);
}
.card:nth-child(odd) img {
order: 2;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.card:nth-child(even) img {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}
.bottom-bar{
height: 70vh;
background-color: rgb(0, 0, 0);
margin-bottom: 20;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 10;
overflow: auto;
}
.bottom-bar p {
font-size: 3.5vw;
margin: 30 0;
color: white;
}
@media(max-width: 800px) {
.card {
display: block;
border-radius: 0;
}
.card:nth-child(odd) img {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.card:nth-child(even) img {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
}
/* width */
::-webkit-scrollbar {
margin-right: 10;
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
background-color: black;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: white;
border-radius: 30px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(221, 0, 90);
} | 0.578686 | 0.102934 |
body{
margin: 0;
padding: 0;
}
.clearfix{
clear: both;
}
.buton-style{
font-family: 'SourceSansPro Bold';
font-size: 15px;
padding: 8px 25px;
text-decoration: none;
color: white;
background-color: rgb(52,83,46);
border-radius: 0px;
opacity: 1;
transition: all .5s;
}
.buton-style:hover{
opacity: .6
}
.text-center{
text-align: center;
}
.set-wrapper{
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.set-wrapper #set-width{
position: relative;
margin: 0 auto;
}
.set-wrapper #set-width.width-large{
width: 90%;
}
.set-wrapper #set-width.width-medium{
width: 80%;
}
/* mobile */
@media (max-width: 480px) {
body{
overflow-x: hidden !important;
}
}
/* mobile */
/* public */
/* navbar */
#navbar{
position: fixed;
top: 0;
width: 100%;
z-index: 20;
font-family: 'open sans bold'
}
#navbar .bar{
position: relative;
}
#navbar .bar .midle{
position: relative;
display: table-cell;
vertical-align: middle;
height: 100px;
}
#navbar .bar .midle #col{
position: relative;
padding: 0 14px;
}
/* logo */
#navbar #logo.bar{
float: left;
}
#navbar #logo.bar img{
height: 80px;
}
/* logo */
/* list */
#navbar #list.bar{
float: right;
}
#navbar #list.bar a{
font-size: 18px;
color: rgb(104,161,71);
text-decoration: none;
/*transition: all .51s;*/
}
#navbar #list.bar a.active,
#navbar #list.bar a:hover{
color: rgb(52,83,46);
}
/* list */
/* navbar */
/* navbar in-scroll */
/*#navbar,
#navbar .bar .midle,
#navbar .bar .midle #col,
#navbar #logo.bar img,
#navbar #list.bar a{
transition: all 1.51s;
}*/
#navbar.in-scroll{
background-color: rgba(211,234,105,.9);
}
#navbar.in-scroll .bar .midle{
height: 45px;
}
#navbar.in-scroll .bar .midle #col{
padding: 0 10px;
}
#navbar.in-scroll #logo.bar img{
height: 40px;
}
#navbar.in-scroll #list.bar a{
font-size: 16px;
}
/* navbar in-scroll */
/* footer */
#footer{
position: relative;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: white;
}
#footer .bar{
position: relative;
float: left;
padding: 30px 0;
}
#footer .bar:nth-child(odd){
width: 60%;
}
#footer .bar:nth-child(even){
width: 40%;
}
#footer .bar h2{
font-family: 'SourceSansPro Bold';
font-size: 32px;
}
#footer .bar .rows{
display: table;
width: 100%;
}
#footer .bar .rows .cell{
display: table-cell;
vertical-align: middle;
height: 45px;
/*padding: 0 10px;*/
}
#footer .bar .rows .cell:nth-child(odd){
width: 7.5%;
text-align: left;
}
#footer .bar .rows .cell:nth-child(even){
width: 92.5%;
}
#footer .bar .rows .cell p{
margin: 0;
font-family: 'kanit-light';
}
#footer .bar #temukan-kami img{
width: 40px;
display: inline-grid;
margin: 0 2.5px;
}
#footer .bar #tabs{
display: table;
width: 100%;
}
#footer .bar #tabs .cols{
display: table-cell;
vertical-align: middle;
padding: 0 10px;
text-align: center;
}
#footer .bar #tabs .cols img{
width: 120px;
margin-top: 60px;
}
/* footer */
/* mobile */
@media (max-width: 960px) {
/* public */
body{
overflow-x: hidden !important;
}
/* public */
/* navbar */
#navbar{
background-color: rgba(211,234,105,.9);
}
#navbar .bar .midle{
display: block;
height: auto;
padding: 5px 0;
}
#navbar #logo.bar,
#navbar #list.bar{
float: none;
}
#navbar #logo.bar img{
height: 45px;
}
#navbar #logo.bar .midle #col #burger-icon{
position: absolute;
border: .5px solid rgb(1, 137, 224);
border-radius: 4px;
padding: 2.5px;
right: 15px;
top: 10px;
cursor: pointer;
}
#navbar #logo.bar .midle #col #burger-icon div{
width: 26px;
height: 3px;
margin: 3px 0;
background-color: rgb(1, 137, 224);
border-radius: 5px;
}
/* navbar */
/* navbar active */
#navbar #list.bar,
#navbar #list.bar .midle{
display: none;
}
#navbar.active #list.bar,
#navbar.active #list.bar .midle{
display: block;
padding: 5px 0;
}
/* navbar active */
/* footer */
#footer .bar{
float: none;
width: 100% !important;
padding: 10px 0;
}
#footer .bar #tabs .cols{
padding: 0;
}
#footer .bar #tabs .cols img{
height: 75px;
width: auto;
margin-top: 0px;
}
#footer .bar .rows .cell:nth-child(odd){
width: 20%;
}
#footer .bar .rows .cell:nth-child(even){
width: 80%;
}
/* footer */
}
/* mobile */ | public/assets/css/public.css | body{
margin: 0;
padding: 0;
}
.clearfix{
clear: both;
}
.buton-style{
font-family: 'SourceSansPro Bold';
font-size: 15px;
padding: 8px 25px;
text-decoration: none;
color: white;
background-color: rgb(52,83,46);
border-radius: 0px;
opacity: 1;
transition: all .5s;
}
.buton-style:hover{
opacity: .6
}
.text-center{
text-align: center;
}
.set-wrapper{
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.set-wrapper #set-width{
position: relative;
margin: 0 auto;
}
.set-wrapper #set-width.width-large{
width: 90%;
}
.set-wrapper #set-width.width-medium{
width: 80%;
}
/* mobile */
@media (max-width: 480px) {
body{
overflow-x: hidden !important;
}
}
/* mobile */
/* public */
/* navbar */
#navbar{
position: fixed;
top: 0;
width: 100%;
z-index: 20;
font-family: 'open sans bold'
}
#navbar .bar{
position: relative;
}
#navbar .bar .midle{
position: relative;
display: table-cell;
vertical-align: middle;
height: 100px;
}
#navbar .bar .midle #col{
position: relative;
padding: 0 14px;
}
/* logo */
#navbar #logo.bar{
float: left;
}
#navbar #logo.bar img{
height: 80px;
}
/* logo */
/* list */
#navbar #list.bar{
float: right;
}
#navbar #list.bar a{
font-size: 18px;
color: rgb(104,161,71);
text-decoration: none;
/*transition: all .51s;*/
}
#navbar #list.bar a.active,
#navbar #list.bar a:hover{
color: rgb(52,83,46);
}
/* list */
/* navbar */
/* navbar in-scroll */
/*#navbar,
#navbar .bar .midle,
#navbar .bar .midle #col,
#navbar #logo.bar img,
#navbar #list.bar a{
transition: all 1.51s;
}*/
#navbar.in-scroll{
background-color: rgba(211,234,105,.9);
}
#navbar.in-scroll .bar .midle{
height: 45px;
}
#navbar.in-scroll .bar .midle #col{
padding: 0 10px;
}
#navbar.in-scroll #logo.bar img{
height: 40px;
}
#navbar.in-scroll #list.bar a{
font-size: 16px;
}
/* navbar in-scroll */
/* footer */
#footer{
position: relative;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: white;
}
#footer .bar{
position: relative;
float: left;
padding: 30px 0;
}
#footer .bar:nth-child(odd){
width: 60%;
}
#footer .bar:nth-child(even){
width: 40%;
}
#footer .bar h2{
font-family: 'SourceSansPro Bold';
font-size: 32px;
}
#footer .bar .rows{
display: table;
width: 100%;
}
#footer .bar .rows .cell{
display: table-cell;
vertical-align: middle;
height: 45px;
/*padding: 0 10px;*/
}
#footer .bar .rows .cell:nth-child(odd){
width: 7.5%;
text-align: left;
}
#footer .bar .rows .cell:nth-child(even){
width: 92.5%;
}
#footer .bar .rows .cell p{
margin: 0;
font-family: 'kanit-light';
}
#footer .bar #temukan-kami img{
width: 40px;
display: inline-grid;
margin: 0 2.5px;
}
#footer .bar #tabs{
display: table;
width: 100%;
}
#footer .bar #tabs .cols{
display: table-cell;
vertical-align: middle;
padding: 0 10px;
text-align: center;
}
#footer .bar #tabs .cols img{
width: 120px;
margin-top: 60px;
}
/* footer */
/* mobile */
@media (max-width: 960px) {
/* public */
body{
overflow-x: hidden !important;
}
/* public */
/* navbar */
#navbar{
background-color: rgba(211,234,105,.9);
}
#navbar .bar .midle{
display: block;
height: auto;
padding: 5px 0;
}
#navbar #logo.bar,
#navbar #list.bar{
float: none;
}
#navbar #logo.bar img{
height: 45px;
}
#navbar #logo.bar .midle #col #burger-icon{
position: absolute;
border: .5px solid rgb(1, 137, 224);
border-radius: 4px;
padding: 2.5px;
right: 15px;
top: 10px;
cursor: pointer;
}
#navbar #logo.bar .midle #col #burger-icon div{
width: 26px;
height: 3px;
margin: 3px 0;
background-color: rgb(1, 137, 224);
border-radius: 5px;
}
/* navbar */
/* navbar active */
#navbar #list.bar,
#navbar #list.bar .midle{
display: none;
}
#navbar.active #list.bar,
#navbar.active #list.bar .midle{
display: block;
padding: 5px 0;
}
/* navbar active */
/* footer */
#footer .bar{
float: none;
width: 100% !important;
padding: 10px 0;
}
#footer .bar #tabs .cols{
padding: 0;
}
#footer .bar #tabs .cols img{
height: 75px;
width: auto;
margin-top: 0px;
}
#footer .bar .rows .cell:nth-child(odd){
width: 20%;
}
#footer .bar .rows .cell:nth-child(even){
width: 80%;
}
/* footer */
}
/* mobile */ | 0.093844 | 0.045289 |
body{
text-align: center;
background-color: rgb(248, 248, 248);
width: 100%;
}
#monthAndYear{
font-size: 40px;
}
table{
width: 84%;
margin: 0 auto;
}
th, td{
width: 12%;
border: 1px solid black;
}
tr{
height: 100px;
border: 1px solid black;
}
thead tr{
height: 30px;
}
.otherDay{
font-weight: 100;
font-style: italic;
}
#loginSignup{
display: inline-block;
}
#loginSignup button{
padding: 5px 18px;
}
#createEvent{
border: 1px solid black;
width: fit-content;
padding: 10px;
border-radius: 10px;
position: fixed;
left: 20%;
top: 20%;
background-color: white;
z-index: 100;
}
#closeCreateBtn{
float: right;
background-color: red;
border-radius: 5px;
border: 1px solid rgb(99, 99, 99);
/* font-size: 13px; */
padding: 5px 10px;
margin-top: 10px;
}
#closeEventBtn{
float: right;
background-color: red;
border-radius: 5px;
border: 1px solid rgb(99, 99, 99);
padding: 5px 10px;
}
.createEl{
margin: 20px;
}
.events{
cursor: pointer;
}
.events:hover{
background-color: rgb(240, 240, 240);
}
.eventTime{
display: inline;
font-style: italic;
color: gray;
}
.eventTitle{
display: inline;
color: blue;
}
#eventPopUp{
height: 30%;
width: 20%;
position: absolute;
left: 30%;
top: 20%;
background-color: white;
border-radius: 10px;
border: 1px solid black;
z-index: 100;
color: black;
padding: 20px;
}
#popHeading{
font-size: 30px;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
margin-top: 10px;
padding-bottom: 30px;
margin-bottom: 0px;
}
#popDetails{
margin-top: 0px;
padding-right: 30px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 40px;
}
#deleteEvent{
float: right;
}
#calendarTable{
/* display: inline-block; */
}
#prevBtn, #nextBtn{
border-radius: 20px;
font-size: 20px;
background-color: blue;
}
#createEventBtn{
margin-left: 10%;
margin-right: 10%;
}
button {
background-color: blue;
border: none;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
}
h2{
display: inline-block;
}
input{
height: 25px;
border: 1px solid rgba(0, 0, 17, 0.363);
}
.editEl{
margin: 5px;
}
#editTime{
margin-bottom: 10px;
} | style.css | body{
text-align: center;
background-color: rgb(248, 248, 248);
width: 100%;
}
#monthAndYear{
font-size: 40px;
}
table{
width: 84%;
margin: 0 auto;
}
th, td{
width: 12%;
border: 1px solid black;
}
tr{
height: 100px;
border: 1px solid black;
}
thead tr{
height: 30px;
}
.otherDay{
font-weight: 100;
font-style: italic;
}
#loginSignup{
display: inline-block;
}
#loginSignup button{
padding: 5px 18px;
}
#createEvent{
border: 1px solid black;
width: fit-content;
padding: 10px;
border-radius: 10px;
position: fixed;
left: 20%;
top: 20%;
background-color: white;
z-index: 100;
}
#closeCreateBtn{
float: right;
background-color: red;
border-radius: 5px;
border: 1px solid rgb(99, 99, 99);
/* font-size: 13px; */
padding: 5px 10px;
margin-top: 10px;
}
#closeEventBtn{
float: right;
background-color: red;
border-radius: 5px;
border: 1px solid rgb(99, 99, 99);
padding: 5px 10px;
}
.createEl{
margin: 20px;
}
.events{
cursor: pointer;
}
.events:hover{
background-color: rgb(240, 240, 240);
}
.eventTime{
display: inline;
font-style: italic;
color: gray;
}
.eventTitle{
display: inline;
color: blue;
}
#eventPopUp{
height: 30%;
width: 20%;
position: absolute;
left: 30%;
top: 20%;
background-color: white;
border-radius: 10px;
border: 1px solid black;
z-index: 100;
color: black;
padding: 20px;
}
#popHeading{
font-size: 30px;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
margin-top: 10px;
padding-bottom: 30px;
margin-bottom: 0px;
}
#popDetails{
margin-top: 0px;
padding-right: 30px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 40px;
}
#deleteEvent{
float: right;
}
#calendarTable{
/* display: inline-block; */
}
#prevBtn, #nextBtn{
border-radius: 20px;
font-size: 20px;
background-color: blue;
}
#createEventBtn{
margin-left: 10%;
margin-right: 10%;
}
button {
background-color: blue;
border: none;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
}
h2{
display: inline-block;
}
input{
height: 25px;
border: 1px solid rgba(0, 0, 17, 0.363);
}
.editEl{
margin: 5px;
}
#editTime{
margin-bottom: 10px;
} | 0.337968 | 0.106598 |
html, body {
margin: 0;
height: 100%;
overflow: auto;
}
.bg {
background: rgb(253,121,173);
background: linear-gradient(180deg,rgb(253,121,173) 4%,rgb(255,188,198) 30%,rgb(241,228,230) 69%);
height: 100%;
overflow: auto;
display: flex;
flex-direction: column;
}
.content {
background-color: #fffafc; border-radius: 3rem;
}
.notice {
border-radius: 3rem;
}
.notice button {
height: 100%;
}
.notice.n_all {
box-shadow: 0 0 1rem #fff;
max-width: 75%;
position: fixed;
margin: 2% 3%;
top: 0;
right: 0;
z-index: 200;
cursor: pointer;
}
.nav_title {
font-family: Lucida Handwriting, Brush Script MT, cursive;
color: black !important;
text-decoration: none !important;
}
.nav_title h1 {
font-weight: bold;
}
.nav_link_bar {
background: linear-gradient(180deg, #ffc6dd 5%, #ffd6e7 50%, #ffc6dd 95%);
border: 2px solid #dc8a6b;
border-width: 2px 0;
box-shadow: 0 0 3rem #fffafc;
}
.nav_link {
font-weight: bold;
color: #954123;
font-size: 1.2rem;
}
.nav_link:hover {
color: #954123;
text-decoration: underline;
}
.nav_link.active {
color: #70311a;
}
.dropdown_menu {
background-color: #fffafc;
}
.dropdown_menu a {
color: #954123;
}
.dropdown_menu a:active {
color: #fffafc;
background-color: #70311a;
}
.banner {
background-color: #ffa09f;
padding: 0.8rem 0;
}
.banner_board {
display: inline-block;
border-radius: 1rem;
background-color: #fffafc;
border: 0.3rem solid #dc8a6b;
padding: 0.7rem 1.6rem;
font-weight: bold;
}
.item {
border-right: 0.4rem solid #ffc6dd;
border-radius: 3rem;
}
.price {
border: 0.5rem solid #dc8a6b;
border-width: 0 0.5rem;
border-radius: 3rem;
}
.nav_order {
white-space: nowrap;
overflow-x: hidden;
}
.nav_order a {
display: inline-block;
float: none;
padding: 0 1rem;
border: 0.3rem solid #dc8a6b;
border-width: 0 0.5rem;
padding: 1rem 1.4rem;
border-radius: 0.8rem;
color: #70311a;
font-weight: bold;
}
.scroll {
position: absolute;
cursor: pointer;
}
.scroll i {
color: #70311a;
font-size: 3rem;
}
.scroll.left {
right: 0;
}
.scroll.right {
left: 0;
}
.order {
border: 0.3rem solid #dc8a6b;
border-width: 0 0.5rem;
padding: 1rem;
border-radius: 0.8rem;
color: #70311a;
}
.order td {
border-width: 0;
}
.order div {
text-align: center;
}
.paging span, .pagination a {
color: #954123;
background: linear-gradient(180deg, #fffafc 5%, #ffe7f8 50%, #fffafc 95%);
border-color: #dc8a6b !important;
}
.paging li span:hover, .pagination li a:hover {
color: #000 !important;
}
.paging li.active span, .pagination li.active a {
font-weight: bold;
color: #70311a !important;
}
.button {
font-weight: bold;
cursor: pointer;
margin: 0.1rem;
border-width: 0;
padding: 0.5rem 0.8rem;
border-radius: 2rem;
}
.button.b_lg {
padding: 0.75rem 1.2rem;
font-size: 1.3rem;
}
.button.b_p, .button.b_n:hover {
background-color: #ffc6dd;
color: #70311a;
}
.button.b_n, .button.b_p:hover {
background-color: #dc8a6b;
color: #fff;
}
.custom_description {
border: 0.5rem solid #dc8a6b;
border-width: 0 0.5rem;
border-radius: 3rem;
padding: 1rem 1.5rem;
margin: 1rem 0;
}
.item_img {
border: 0.3rem solid #ffc6dd;
border-radius: 10%;
box-shadow: 0 0 1.2rem #fff;
width: 100%;
}
.img_u_box {
position: relative;
}
.img_u_change {
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
color: #fff;
font-weight: bold;
cursor: pointer;
}
.img_u_preview {
max-width: 50%;
max-height: 80%;
}
/* 576 768 992 1200 */
@media (min-width: 576px) {
.notice.n_all {
max-width: 65%;
}
}
@media (min-width: 768px) {
.notice.n_all {
max-width: 55%;
}
}
@media (min-width: 992px) {
.notice.n_all {
max-width: 45%;
}
}
@media (min-width: 1200px) {
.notice.n_all {
max-width: 35%;
}
} | assets/css/u_style.css | html, body {
margin: 0;
height: 100%;
overflow: auto;
}
.bg {
background: rgb(253,121,173);
background: linear-gradient(180deg,rgb(253,121,173) 4%,rgb(255,188,198) 30%,rgb(241,228,230) 69%);
height: 100%;
overflow: auto;
display: flex;
flex-direction: column;
}
.content {
background-color: #fffafc; border-radius: 3rem;
}
.notice {
border-radius: 3rem;
}
.notice button {
height: 100%;
}
.notice.n_all {
box-shadow: 0 0 1rem #fff;
max-width: 75%;
position: fixed;
margin: 2% 3%;
top: 0;
right: 0;
z-index: 200;
cursor: pointer;
}
.nav_title {
font-family: Lucida Handwriting, Brush Script MT, cursive;
color: black !important;
text-decoration: none !important;
}
.nav_title h1 {
font-weight: bold;
}
.nav_link_bar {
background: linear-gradient(180deg, #ffc6dd 5%, #ffd6e7 50%, #ffc6dd 95%);
border: 2px solid #dc8a6b;
border-width: 2px 0;
box-shadow: 0 0 3rem #fffafc;
}
.nav_link {
font-weight: bold;
color: #954123;
font-size: 1.2rem;
}
.nav_link:hover {
color: #954123;
text-decoration: underline;
}
.nav_link.active {
color: #70311a;
}
.dropdown_menu {
background-color: #fffafc;
}
.dropdown_menu a {
color: #954123;
}
.dropdown_menu a:active {
color: #fffafc;
background-color: #70311a;
}
.banner {
background-color: #ffa09f;
padding: 0.8rem 0;
}
.banner_board {
display: inline-block;
border-radius: 1rem;
background-color: #fffafc;
border: 0.3rem solid #dc8a6b;
padding: 0.7rem 1.6rem;
font-weight: bold;
}
.item {
border-right: 0.4rem solid #ffc6dd;
border-radius: 3rem;
}
.price {
border: 0.5rem solid #dc8a6b;
border-width: 0 0.5rem;
border-radius: 3rem;
}
.nav_order {
white-space: nowrap;
overflow-x: hidden;
}
.nav_order a {
display: inline-block;
float: none;
padding: 0 1rem;
border: 0.3rem solid #dc8a6b;
border-width: 0 0.5rem;
padding: 1rem 1.4rem;
border-radius: 0.8rem;
color: #70311a;
font-weight: bold;
}
.scroll {
position: absolute;
cursor: pointer;
}
.scroll i {
color: #70311a;
font-size: 3rem;
}
.scroll.left {
right: 0;
}
.scroll.right {
left: 0;
}
.order {
border: 0.3rem solid #dc8a6b;
border-width: 0 0.5rem;
padding: 1rem;
border-radius: 0.8rem;
color: #70311a;
}
.order td {
border-width: 0;
}
.order div {
text-align: center;
}
.paging span, .pagination a {
color: #954123;
background: linear-gradient(180deg, #fffafc 5%, #ffe7f8 50%, #fffafc 95%);
border-color: #dc8a6b !important;
}
.paging li span:hover, .pagination li a:hover {
color: #000 !important;
}
.paging li.active span, .pagination li.active a {
font-weight: bold;
color: #70311a !important;
}
.button {
font-weight: bold;
cursor: pointer;
margin: 0.1rem;
border-width: 0;
padding: 0.5rem 0.8rem;
border-radius: 2rem;
}
.button.b_lg {
padding: 0.75rem 1.2rem;
font-size: 1.3rem;
}
.button.b_p, .button.b_n:hover {
background-color: #ffc6dd;
color: #70311a;
}
.button.b_n, .button.b_p:hover {
background-color: #dc8a6b;
color: #fff;
}
.custom_description {
border: 0.5rem solid #dc8a6b;
border-width: 0 0.5rem;
border-radius: 3rem;
padding: 1rem 1.5rem;
margin: 1rem 0;
}
.item_img {
border: 0.3rem solid #ffc6dd;
border-radius: 10%;
box-shadow: 0 0 1.2rem #fff;
width: 100%;
}
.img_u_box {
position: relative;
}
.img_u_change {
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
color: #fff;
font-weight: bold;
cursor: pointer;
}
.img_u_preview {
max-width: 50%;
max-height: 80%;
}
/* 576 768 992 1200 */
@media (min-width: 576px) {
.notice.n_all {
max-width: 65%;
}
}
@media (min-width: 768px) {
.notice.n_all {
max-width: 55%;
}
}
@media (min-width: 992px) {
.notice.n_all {
max-width: 45%;
}
}
@media (min-width: 1200px) {
.notice.n_all {
max-width: 35%;
}
} | 0.390825 | 0.082365 |
html,
body,
.main {
height: 100%;
}
.app {
padding-top: 3em;
}
.topbar {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.main .loader {
display: none;
}
.main .loader:after {
position: fixed;
content: "";
top: 50%;
left: 50%;
width: 3em;
height: 3em;
margin-top: -1.5em;
margin-left: -1.5em;
background: #fff url(../images/loader.black.gif) no-repeat center center;
border-radius: 50%;
z-index: 10000000;
}
body.loading .topbar:after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 4em;
height: 3em;
background: #000 url(../images/loader.white.gif) no-repeat center center;
border-left: 1px solid #555;
z-index: 10000000;
}
.dropdown {
display: none;
}
.sidebar-content > .marginalia {
margin-bottom: 1.5em;
line-height: 1.5em;
}
.dropzone.subpages .items {
min-height: 2.5em;
}
@media screen and (min-width: 50em) {
.mainbar .form {
padding: 0 1.5em 6em 1.5em;
}
}
.draggable-helper {
position: fixed;
z-index: 10000;
white-space: nowrap;
background: #000;
padding: .25em 1em;
color: #fff;
border-radius: 3px;
}
.file-selector {
border: 1px solid #efefef;
max-height: 15.4em;
overflow: auto;
}
.file-selector label {
cursor: pointer;
}
.file-selector input {
position: absolute;
top: 1.1em;
right: 1.5em;
}
.sidebar .pagination {
border-top: 2px solid #ddd;
margin-top: -1em;
}
.subpages {
margin-bottom: 1em;
}
.mainbar .form .message {
margin: 1.5em 0 3em;
}
.mainbar .form .message-content {
border-radius: 3px;
}
.search-field {
position: relative;
overflow: hidden;
white-space: nowrap;
}
.search-field .icon {
position: absolute;
top: .4em;
left: 0;
z-index: 1;
}
.search-input {
position: relative;
padding: 0 0 .5em 2em;
font-weight: 600;
line-height: 1.5em;
border: 0;
border-bottom: 2px solid #ddd;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.search-dropdown {
padding-bottom: 3em;
}
.search-dropdown button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
width: 100%;
text-align: left;
border: 0;
padding: 1em 2em;
line-height: 1em;
margin-bottom: 1px;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
background: #fff;
}
.search-dropdown button:focus {
outline: 0;
background: #8dae28;
color: #fff;
}
.search-dropdown button::-moz-focus-inner {
border: 0;
padding: 0;
}
.search-close {
position: absolute;
top: 0;
right: 0;
border-left: 1px solid #555;
width: 4em;
color: #fff;
text-align: center;
background: #000;
}
.search-help {
position: relative;
font-style: italic;
max-width: 30em;
padding-left: 4.5em;
}
.search-help:after {
left: 1.5em;
top: -.5em;
background: url(../images/hint.arrows.png) no-repeat top left;
}
.languages {
right: 4em;
}
.subpages-help {
position: relative;
font-style: italic;
}
.subpages-help:after,
.search-help:after {
position: absolute;
content: "";
top: -1.5em;
height: 6em;
width: 3em;
}
.subpages-help-right {
padding-right: 3em;
}
.subpages-help-right:after {
right: 0;
background: url(../images/hint.arrows.png) no-repeat top right;
}
.subpages-help-left {
padding-left: 3em;
}
.subpages-help-left:after {
left: 0;
background: url(../images/hint.arrows.png) no-repeat top left;
}
a.tag {
line-height: 1.25em;
}
.field-is-disabled {
opacity: .5;
}
.field-is-disabled .label {
color: #555;
}
.selectbox-wrapper {
height: 1.5em;
overflow: hidden;
}
.label-option {
line-height: 1.5em;
}
.dashboard-box {
border: 2px solid #ddd;
overflow: hidden;
background: #efefef;
}
.dashboard-box li {
border-bottom: 1px solid #ddd;
list-style: none;
}
.dashboard-box li:last-child {
border-bottom: 0;
}
.dashboard-box li a {
display: block;
padding: .5em 1em;
line-height: 1.5em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.dashboard-box .text {
padding: .75em 1em;
}
.input-is-readonly .selectbox-wrapper {
pointer-events: none;
}
.uid-preview {
max-width: 20em;
overflow: hidden;
display: block;
-ms-word-break: break-word;
word-break: break-word;
text-overflow: ellipsis;
}
.field-buttons ul {
overflow-y: hidden;
}
.field-with-icon .input {
padding-right: 3.5em;
}
.modal {
z-index: 1000;
}
.input-list-item .input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.message-is-alert a {
color: #fff;
border-bottom: 2px solid rgba(255,255,255,.5);
}
.field-grid-item {
display: inline-block;
}
.hgroup-option-right a {
margin-left: 1em;
}
@media screen and (max-width:70em){
.hgroup-option-right > a .icon-left {
padding-right: 0em;
}
.hgroup-option-right > a span {
display: none;
}
} | panel/assets/css/hacks.css | html,
body,
.main {
height: 100%;
}
.app {
padding-top: 3em;
}
.topbar {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.main .loader {
display: none;
}
.main .loader:after {
position: fixed;
content: "";
top: 50%;
left: 50%;
width: 3em;
height: 3em;
margin-top: -1.5em;
margin-left: -1.5em;
background: #fff url(../images/loader.black.gif) no-repeat center center;
border-radius: 50%;
z-index: 10000000;
}
body.loading .topbar:after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 4em;
height: 3em;
background: #000 url(../images/loader.white.gif) no-repeat center center;
border-left: 1px solid #555;
z-index: 10000000;
}
.dropdown {
display: none;
}
.sidebar-content > .marginalia {
margin-bottom: 1.5em;
line-height: 1.5em;
}
.dropzone.subpages .items {
min-height: 2.5em;
}
@media screen and (min-width: 50em) {
.mainbar .form {
padding: 0 1.5em 6em 1.5em;
}
}
.draggable-helper {
position: fixed;
z-index: 10000;
white-space: nowrap;
background: #000;
padding: .25em 1em;
color: #fff;
border-radius: 3px;
}
.file-selector {
border: 1px solid #efefef;
max-height: 15.4em;
overflow: auto;
}
.file-selector label {
cursor: pointer;
}
.file-selector input {
position: absolute;
top: 1.1em;
right: 1.5em;
}
.sidebar .pagination {
border-top: 2px solid #ddd;
margin-top: -1em;
}
.subpages {
margin-bottom: 1em;
}
.mainbar .form .message {
margin: 1.5em 0 3em;
}
.mainbar .form .message-content {
border-radius: 3px;
}
.search-field {
position: relative;
overflow: hidden;
white-space: nowrap;
}
.search-field .icon {
position: absolute;
top: .4em;
left: 0;
z-index: 1;
}
.search-input {
position: relative;
padding: 0 0 .5em 2em;
font-weight: 600;
line-height: 1.5em;
border: 0;
border-bottom: 2px solid #ddd;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.search-dropdown {
padding-bottom: 3em;
}
.search-dropdown button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
width: 100%;
text-align: left;
border: 0;
padding: 1em 2em;
line-height: 1em;
margin-bottom: 1px;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
background: #fff;
}
.search-dropdown button:focus {
outline: 0;
background: #8dae28;
color: #fff;
}
.search-dropdown button::-moz-focus-inner {
border: 0;
padding: 0;
}
.search-close {
position: absolute;
top: 0;
right: 0;
border-left: 1px solid #555;
width: 4em;
color: #fff;
text-align: center;
background: #000;
}
.search-help {
position: relative;
font-style: italic;
max-width: 30em;
padding-left: 4.5em;
}
.search-help:after {
left: 1.5em;
top: -.5em;
background: url(../images/hint.arrows.png) no-repeat top left;
}
.languages {
right: 4em;
}
.subpages-help {
position: relative;
font-style: italic;
}
.subpages-help:after,
.search-help:after {
position: absolute;
content: "";
top: -1.5em;
height: 6em;
width: 3em;
}
.subpages-help-right {
padding-right: 3em;
}
.subpages-help-right:after {
right: 0;
background: url(../images/hint.arrows.png) no-repeat top right;
}
.subpages-help-left {
padding-left: 3em;
}
.subpages-help-left:after {
left: 0;
background: url(../images/hint.arrows.png) no-repeat top left;
}
a.tag {
line-height: 1.25em;
}
.field-is-disabled {
opacity: .5;
}
.field-is-disabled .label {
color: #555;
}
.selectbox-wrapper {
height: 1.5em;
overflow: hidden;
}
.label-option {
line-height: 1.5em;
}
.dashboard-box {
border: 2px solid #ddd;
overflow: hidden;
background: #efefef;
}
.dashboard-box li {
border-bottom: 1px solid #ddd;
list-style: none;
}
.dashboard-box li:last-child {
border-bottom: 0;
}
.dashboard-box li a {
display: block;
padding: .5em 1em;
line-height: 1.5em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.dashboard-box .text {
padding: .75em 1em;
}
.input-is-readonly .selectbox-wrapper {
pointer-events: none;
}
.uid-preview {
max-width: 20em;
overflow: hidden;
display: block;
-ms-word-break: break-word;
word-break: break-word;
text-overflow: ellipsis;
}
.field-buttons ul {
overflow-y: hidden;
}
.field-with-icon .input {
padding-right: 3.5em;
}
.modal {
z-index: 1000;
}
.input-list-item .input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.message-is-alert a {
color: #fff;
border-bottom: 2px solid rgba(255,255,255,.5);
}
.field-grid-item {
display: inline-block;
}
.hgroup-option-right a {
margin-left: 1em;
}
@media screen and (max-width:70em){
.hgroup-option-right > a .icon-left {
padding-right: 0em;
}
.hgroup-option-right > a span {
display: none;
}
} | 0.571767 | 0.090695 |
@-moz-document domain("leakreality.com"), domain("gorefix.com") {
body {
background-color: #232323;
color: #232323;
}
.well-filters {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-box-shadow: inset 0 -2px 0 #e5e5e5;
-webkit-box-shadow: inset 0 -2px 0 #e5e5e5;
box-shadow: inset 0 -2px 0 #232323;
padding: 0 !important;
border: none;
background-color: transparent !important;
}
.comments-list .comment-item .comment-info .comment-text {
display: block;
margin: 5px 0;
color: #fff;
line-height: 20px;
overflow-wrap: break-word;
word-wrap: break-word;
font-size: 14px;
}
.comments-list .comment-item .comment-info .comment-user-info .comment-username {
font-weight: 500;
line-height: 20px;
color: #b1b1b1;
}
.content-rating {
font-size: 14px;
color: #fff;
}
h1 {
font-size: 20px;
color: #ddd;
font-weight: 700;
font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
}
body {
color: #fff;
}
a {
color: #b1b1b1;
}
.content-row a, .content-row a:focus {
color: #fff;
font-weight: 500;
}
.text-highlighted {
color: #fff !important;
font-weight: 500;
}
.well-filters a {
color: #b1b1b1 !important;
cursor: pointer;
}
.content-views {
color: #999;
font-size: 14px;
}
.well-info {
color: #b1b1b1;
margin: 5px 0 10px;
}
a.list-group-item {
color: #b1b1b1;
}
.page-link {
font-weight: bold;
margin: 0 3px;
color: #c6c6c6;
background-color: #000;
border: 1px solid #000;
padding: .5rem .8rem;
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}
.form-horizontal .form-control {
background-color: #000;
border: 1px solid #070606;
color: #b1b1b1;
}
.form-horizontal label {
color: #fff;
}
fieldset {
color: #fff;
}
h5 {
color: #f00;
}
#comments_input {
margin: 10px 0 10px;
width: 80%;
resize: none;
background-color: #000;
border: 1px solid #b1b1b1;
}
.user-info a {
color: #f00;
}
a.show-hide {
padding: .15rem 1.5rem;
color: #b1b1b1;
font-size: 18px;
}
.btn-secondary, .btn-secondary:active {
background-color: #000;
border-color: #e5e5e5;
color: #b1b1b1 !important;
}
.comments-section .vote-up span, .comments-section .vote-down span {
position: relative;
top: 0;
font-size: 12px;
color: #f00;
margin: 0 5px 10px;
}
.user-menu a {
padding: 4px 10px 5px;
float: left;
background-color: #000;
color: #f00;
}
.active .sw-left, .active .sw-right {
border: 1px solid #fff;
}
.sw-right {
border: 1px solid #232323;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
padding: 0 5px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sw-left {
border: 1px solid #232323;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
padding: 0 5px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
h2 {
font-size: 24px;
color: #b1b1b1;
font-weight: 500;
font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
padding: 15px 0;
}
.list-group-item {
background-color: #000;
padding: 8px 15px;
border: 1px solid #333;
}
.content-row a:hover {
color: #b1b1b1;
text-decoration: none;
}
.well-filters a:hover, .well-filters>a:focus {
color: #666!important;
text-decoration: none!important;
}
.well-filters .dropdown-menu {
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-webkit-border-top-right-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius: .25rem;
-moz-border-radius-topright: 0;
-moz-border-radius-topleft: 0;
border-radius: .25rem;
border-top-right-radius: 0;
border-top-left-radius: 0;
z-index: 999;
padding: 5px 0 8px;
width: 180px;
left: -14px !important;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.well-filters .dropdown-menu .active a {
color: #fff !important;
font-weight: 500;
}
.modal-content {
background-color: #020202;
}
.modal-title {
color: #fff;
}
.modal-content a {
color: #b3b3b3;
}
.what-is h5 {
color: #fff;
}
.user-actions .dropdown-menu {
top: 3px !important;
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.user-actions .dropdown-menu a {
color: #fff;
}
.language-active {
color: #f00;
font-weight: 500;
}
.modal-content a:hover {
color: #fff;
}
a:hover, a:focus, a:active {
color: #fff;
text-decoration: none;
}
a.replies-show-more:hover, a.replies-hide:hover {
color: #fff;
}
a:hover.comments-show-more, a:hover.comments-hide {
color: #fff;
}
.comments-section .comment-reply a:hover {
color: #fff;
}
.comments-section .comment-reply a:hover i {
color: #fff;
}
.vote-up .fa-thumbs-up:hover, .vote-down .fa-thumbs-down:hover {
color: #fff;
cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgb(255, 255, 255);
}
.well-filters a:hover, .well-filters > a:focus {
color: #fff !important;
}
.comments-section .dropdown-menu a:hover {
background-color: #888;
color: #0d0d0d;
}
.comments-section .dropdown-item.active {
color: #fff !important;
font-weight: 900;
text-decoration: none;
background-color: transparent;
}
.modal-body label {
color: #b3b3b3;
}
.form-control:disabled, .form-control[readonly] {
color: #fff;
background-color: #000;
}
.video-actions .dropdown-menu {
top: 3px !important;
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgb(0, 0, 0);
}
.video-actions .dropdown-menu a {
color: #fff;
}
.comments-list .comment-item .comment-actions a {
color: #fff;
}
a.replies-show-more, a.replies-hide {
margin: 0 15px 0 0;
color: #b1b1b1;
font-size: 16px;
margin-top: 5px;
}
.comments-list .comment-item .comment-info .comment-user-info .comment-username {
font-weight: 500;
line-height: 20px;
color: #b3b3b3;
}
input.form-control, textarea.form-control {
color: #fff;
background-color: #000;
border: 1px solid #ccc;
}
.comments-section .dropdown-menu {
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.comments-list .comment-item .comment-actions a:hover {
color: #fff;
}
.comments-section .dropdown-menu a:hover {
background-color: #555;
color: #0d0d0d;
}
.modal-body {
color: #b1b1b1;
}
a.comments-show-more, a.comments-hide {
margin: 0 15px 0 0;
color: #b3b3b3;
font-size: 18px;
}
.form-horizontal .custom-file-label {
color: #fff;
background-color: #000;
border: 1px solid #fff;
}
.user-info-box {
color: #cecece;
}
.table-dark {
color: #fff;
background-color: #0f0f0f !important;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
background-color: rgba(100, 100, 100, 0.5) !important;
}
} | data/usercss/186423.user.css | @-moz-document domain("leakreality.com"), domain("gorefix.com") {
body {
background-color: #232323;
color: #232323;
}
.well-filters {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-box-shadow: inset 0 -2px 0 #e5e5e5;
-webkit-box-shadow: inset 0 -2px 0 #e5e5e5;
box-shadow: inset 0 -2px 0 #232323;
padding: 0 !important;
border: none;
background-color: transparent !important;
}
.comments-list .comment-item .comment-info .comment-text {
display: block;
margin: 5px 0;
color: #fff;
line-height: 20px;
overflow-wrap: break-word;
word-wrap: break-word;
font-size: 14px;
}
.comments-list .comment-item .comment-info .comment-user-info .comment-username {
font-weight: 500;
line-height: 20px;
color: #b1b1b1;
}
.content-rating {
font-size: 14px;
color: #fff;
}
h1 {
font-size: 20px;
color: #ddd;
font-weight: 700;
font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
}
body {
color: #fff;
}
a {
color: #b1b1b1;
}
.content-row a, .content-row a:focus {
color: #fff;
font-weight: 500;
}
.text-highlighted {
color: #fff !important;
font-weight: 500;
}
.well-filters a {
color: #b1b1b1 !important;
cursor: pointer;
}
.content-views {
color: #999;
font-size: 14px;
}
.well-info {
color: #b1b1b1;
margin: 5px 0 10px;
}
a.list-group-item {
color: #b1b1b1;
}
.page-link {
font-weight: bold;
margin: 0 3px;
color: #c6c6c6;
background-color: #000;
border: 1px solid #000;
padding: .5rem .8rem;
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}
.form-horizontal .form-control {
background-color: #000;
border: 1px solid #070606;
color: #b1b1b1;
}
.form-horizontal label {
color: #fff;
}
fieldset {
color: #fff;
}
h5 {
color: #f00;
}
#comments_input {
margin: 10px 0 10px;
width: 80%;
resize: none;
background-color: #000;
border: 1px solid #b1b1b1;
}
.user-info a {
color: #f00;
}
a.show-hide {
padding: .15rem 1.5rem;
color: #b1b1b1;
font-size: 18px;
}
.btn-secondary, .btn-secondary:active {
background-color: #000;
border-color: #e5e5e5;
color: #b1b1b1 !important;
}
.comments-section .vote-up span, .comments-section .vote-down span {
position: relative;
top: 0;
font-size: 12px;
color: #f00;
margin: 0 5px 10px;
}
.user-menu a {
padding: 4px 10px 5px;
float: left;
background-color: #000;
color: #f00;
}
.active .sw-left, .active .sw-right {
border: 1px solid #fff;
}
.sw-right {
border: 1px solid #232323;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
padding: 0 5px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sw-left {
border: 1px solid #232323;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
padding: 0 5px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
h2 {
font-size: 24px;
color: #b1b1b1;
font-weight: 500;
font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
padding: 15px 0;
}
.list-group-item {
background-color: #000;
padding: 8px 15px;
border: 1px solid #333;
}
.content-row a:hover {
color: #b1b1b1;
text-decoration: none;
}
.well-filters a:hover, .well-filters>a:focus {
color: #666!important;
text-decoration: none!important;
}
.well-filters .dropdown-menu {
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-webkit-border-top-right-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius: .25rem;
-moz-border-radius-topright: 0;
-moz-border-radius-topleft: 0;
border-radius: .25rem;
border-top-right-radius: 0;
border-top-left-radius: 0;
z-index: 999;
padding: 5px 0 8px;
width: 180px;
left: -14px !important;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.well-filters .dropdown-menu .active a {
color: #fff !important;
font-weight: 500;
}
.modal-content {
background-color: #020202;
}
.modal-title {
color: #fff;
}
.modal-content a {
color: #b3b3b3;
}
.what-is h5 {
color: #fff;
}
.user-actions .dropdown-menu {
top: 3px !important;
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.user-actions .dropdown-menu a {
color: #fff;
}
.language-active {
color: #f00;
font-weight: 500;
}
.modal-content a:hover {
color: #fff;
}
a:hover, a:focus, a:active {
color: #fff;
text-decoration: none;
}
a.replies-show-more:hover, a.replies-hide:hover {
color: #fff;
}
a:hover.comments-show-more, a:hover.comments-hide {
color: #fff;
}
.comments-section .comment-reply a:hover {
color: #fff;
}
.comments-section .comment-reply a:hover i {
color: #fff;
}
.vote-up .fa-thumbs-up:hover, .vote-down .fa-thumbs-down:hover {
color: #fff;
cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgb(255, 255, 255);
}
.well-filters a:hover, .well-filters > a:focus {
color: #fff !important;
}
.comments-section .dropdown-menu a:hover {
background-color: #888;
color: #0d0d0d;
}
.comments-section .dropdown-item.active {
color: #fff !important;
font-weight: 900;
text-decoration: none;
background-color: transparent;
}
.modal-body label {
color: #b3b3b3;
}
.form-control:disabled, .form-control[readonly] {
color: #fff;
background-color: #000;
}
.video-actions .dropdown-menu {
top: 3px !important;
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgb(0, 0, 0);
}
.video-actions .dropdown-menu a {
color: #fff;
}
.comments-list .comment-item .comment-actions a {
color: #fff;
}
a.replies-show-more, a.replies-hide {
margin: 0 15px 0 0;
color: #b1b1b1;
font-size: 16px;
margin-top: 5px;
}
.comments-list .comment-item .comment-info .comment-user-info .comment-username {
font-weight: 500;
line-height: 20px;
color: #b3b3b3;
}
input.form-control, textarea.form-control {
color: #fff;
background-color: #000;
border: 1px solid #ccc;
}
.comments-section .dropdown-menu {
background-color: #000;
margin: 0;
border: 0;
padding: .3rem 0;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
z-index: 999;
font-size: 14px;
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.12);
}
.comments-list .comment-item .comment-actions a:hover {
color: #fff;
}
.comments-section .dropdown-menu a:hover {
background-color: #555;
color: #0d0d0d;
}
.modal-body {
color: #b1b1b1;
}
a.comments-show-more, a.comments-hide {
margin: 0 15px 0 0;
color: #b3b3b3;
font-size: 18px;
}
.form-horizontal .custom-file-label {
color: #fff;
background-color: #000;
border: 1px solid #fff;
}
.user-info-box {
color: #cecece;
}
.table-dark {
color: #fff;
background-color: #0f0f0f !important;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
background-color: rgba(100, 100, 100, 0.5) !important;
}
} | 0.144843 | 0.083031 |
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&display=swap');
:root{
--sidebar-flex:1.5;
--condiv-flex:6;
--fontsize-p:1.2rem;
--fontsize-nav:1.2rem;
--typing-font:1.8rem;
}
*
{
margin:0;
padding: 0;
}
body{
font-family: 'Raleway';
background: #dde1e7;
}
.App
{
display: flex;
width: 100vw;
min-height: 100vh;
}
nav
{
width: 20%;
height: 90%;
position: absolute;
top: 4%;
left: 4%;
background: #dde1e7;
border-radius: 30px;
padding: 0;
line-height: 1;
text-align: center;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.condiv
{
width: 60%;
height: 90%;
position: absolute;
top: 4%;
left: 28%;
border-radius: 30px;
line-height: 1;
padding-left: 10px;
padding-right: 10px;
background: #dde1e7;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.neu1{
width: 180px;
height: 180px;
margin: 10px;
border-radius: 50%;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.neu2{
position: absolute;
top: 2%;
left: 12%;
width: 200px;
height: 200px;
border-radius: 50%;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.home
{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.profilepic
{
border-radius: 50%;
width: 160px;
margin: 10px;
}
.typingeffect
{
font-size: var(--typing-font);
margin-bottom: 30px;
color: #6c757d;
}
nav ul{
position: absolute;
bottom: 2%;
left: 5%;
width: 90%;
font-size:var(--fontsize-nav) ;
text-align: center;
list-style-type: none;
text-decoration: none;
color: #969696 !important;
}
nav ul li
{
margin:15px;
padding: 11px;
border-radius: 50px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
nav ul li:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
a
{
text-decoration: none;
}
.subtopic
{
margin:10px 10px 10px 15px;
font-size: 1.6rem;
}
p{
font-size: var(--fontsize-p);
color: #6c757d;
margin: 10px;
}
h1{
margin: 10px;
font-size: 3.3rem;
}
h2{
margin-top: 90%;
font-size: 1.8rem;
}
.abouthead{
margin: 15px 10px;
font-size: 2.3rem;
}
h3{
font-size: 1.4rem;
margin: 37px 0 0 90px;
}
h4{
font-size: 1.2rem;
margin: 24px 0 0 90px;
}
.p1{
margin-left: 90px;
font-size: 1rem;
}
.sk_head{
position: absolute;
top: 50%;
left: 45%;
}
.sk{
position: absolute;
top: 65%;
left: 58%;
display: inline-block;
width: 90px;
height: 15px;
font-weight: bolder;
color: rgba(245, 108, 109,1);
text-align: center;
padding: 10px;
border-radius: 50px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.s2{
left: 75%;
}
.s3{
top: 75%;
left: 58%;
}
.s4{
top: 75%;
left: 75%;
}
.s5{
top: 85%;
left: 58%;
}
.s6{
top: 85%;
left: 75%;
}
mark{
color: inherit;
padding: 0;
background: 0 0;
background-position-x: 0px;
background-position-y: 0px;
background-repeat: repeat;
background-size: auto;
background-image: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
background-repeat: no-repeat;
background-size: 100% .28em;
background-position: 0 70%;
position: relative;
}
.hr_line{
width: 60px;
height: 10px;
border-radius: 5px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.hr_inner{
width: 30px;
height: 5px;
border-radius: 5px;
margin: 2.5px 15px;
background: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
}
.line2{
margin: 1px 25px;
height: 5px;
}
.inner2{
background: rgba(245, 108, 109,1);
width: 30px;
height: 5px;
border-radius: 5px;
margin: 7px;
}
.vr_line{
width: 10px;
height: 210px;
border-radius: 5px;
position: absolute;
top: 58%;
left: 6.25%;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.vr_inner{
width: 10px;
height: 15px;
border-radius: 5px;
background: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
}
.inn1{
margin-top: 45px;
}
.inn2{
margin-top: 80px;
}
.social
{
width: 50%;
height: 14%;
position: absolute;
bottom: 4%;
right: 25%;
background: #dde1e7;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.btnsame{
background: #dde1e7;
height: 50px;
width: 50px;
margin: 15px 20px;
border-radius: 5px;
cursor: pointer;
align-items: center;
justify-content: center;
transition: all 400ms;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
border: 1px solid rgba(255, 255, 255, 0.3);
position: relative;
}
.btnsame i{
font-size: 28px;
transition: all 400ms;
position: absolute;
top: 20%;
left: 25%;
color: #6c757d;
}
.btn1:hover i{
color: #43de85;
}
.btn2:hover i{
color:#0088ee;
}
.btn3:hover i{
color:#3b5998;
}
.btn4:hover i{
color: #ee6644;
}
.active
{
color: #0088ee;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
font-weight: bolder;
}
.port_out{
position: absolute;
width: 38%;
height: 30%;
border-radius: 10px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.port1{
top: 18%;
left: 10%;
}
.port2{
top: 18%;
left: 53%;
}
.port3{
top: 58%;
left: 10%;
}
.port4{
top: 58%;
left: 53%;
}
.port_in{
position: absolute;
width: 93%;
height: 89%;
margin: 3% 3%;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.po1{
width: 96%;
height: 93%;
margin: 2% 2%;
border-radius: 10px;
}
.line3{
position: absolute;
top: 70%;
left: 45%;
}
.inner3{
margin: 3px 15px;
background: rgba(245, 108, 109,1);
width: 30px;
height: 5px;
border-radius: 5px;
}
.con_out{
position: absolute;
width: 88%;
top: 13%;
left: 6%;
border-radius: 10px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.con_in{
width: 98%;
height: 90.5%;
margin: 8px 8px;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.co1{
width: 100%;
height: 100%;
border-radius: 10px;
}
.back1{
width: 50px;
height: 50px;
position: absolute;
top: 4%;
right: 2%;
background: #dde1e7;
border-radius: 25px;
font-size: 22px;
cursor: pointer;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back1:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.i1{
position: absolute;
top: 13px;
left: 15px;
}
.i2{
color: #6c757d;
}
.i3{
color: rgba(245, 108, 109,1);
}
.back2{
top: 55%;
left: 4%;
z-index: 1;
}
.back3{
width: 210px;
height: 25px;
padding: 12px 0;
position: absolute;
top: 54%;
left: 22%;
background: rgba(245, 108, 109,1);
border-radius: 25px;
font-size: 22px;
text-align: center;
cursor: pointer;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back3:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back4{
left: 56%;
}
@media all and (max-width: 450px) {
:root {
--fontsize-nav:1.2rem;
--sidebar-flex:0;
--typing-font:1.4rem;
}
body{
height: 1400px;
}
.App
{
flex-direction: column;
}
.sidebar
{
padding: 30px;
}
.back1{
right: 5%;
}
nav
{
width: 90%;
top: 15%;
left: 5%;
}
nav ul li
{
margin: 10px;
}
.neu2{
top: 5%;
left: 19%;
}
h2{
margin-top: 80%;
font-size: 2.2rem;
}
p{
font-size: 1.4rem;
}
.condiv
{
top: 110%;
left: 5%;
width: 84.5%;
height: 100%;
margin-bottom: 50px;
}
h1{
text-align: center;
font-size: 2.8rem;
}
.p10{
display: none;
}
.back2{
top: 27%;
}
.vr_line{
top: 30.5%;
left: 10.5%;
}
h3{
margin-top: 25px;
}
.sk_head{
left: 0;
top: 65%;
margin-left: 30px;
}.sk{
top: 74%;
left: 10%;
}
.s2{
left: 50%;
}
.s3{
top: 82%;
}
.s4{
top: 82%;
left: 50%;
}
.s5{
top: 90%;
}
.s6{
top: 90%;
left: 50%;
}
.subtopic{
margin: 10px !important;
}
.con_out{
width: 88%;
height: 20%;
}
.con_in{
width: 94%;
height: 86%;
}
.back3{
top: 44%;
left: 19%;
}
.back4{
top: 54%;
left: 19%;
}
.line2{
margin: 1px 120px;
}
.inner2{
margin: 15px;
}
.port_out{
width: 80%;
height: 26%;
}
.port1{
top: 12%;
}
.port2{
left: 10%;
top: 42%;
}
.port3{
display: none;
}
.port4{
top: 72%;
left: 10%;
}
.social
{
width: 90%;
bottom: 5%;
right: 5%;
}
.btnsame{
margin: 15px 10px;
}
} | Portfolios/Neumorphism P/src/App.css | @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&display=swap');
:root{
--sidebar-flex:1.5;
--condiv-flex:6;
--fontsize-p:1.2rem;
--fontsize-nav:1.2rem;
--typing-font:1.8rem;
}
*
{
margin:0;
padding: 0;
}
body{
font-family: 'Raleway';
background: #dde1e7;
}
.App
{
display: flex;
width: 100vw;
min-height: 100vh;
}
nav
{
width: 20%;
height: 90%;
position: absolute;
top: 4%;
left: 4%;
background: #dde1e7;
border-radius: 30px;
padding: 0;
line-height: 1;
text-align: center;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.condiv
{
width: 60%;
height: 90%;
position: absolute;
top: 4%;
left: 28%;
border-radius: 30px;
line-height: 1;
padding-left: 10px;
padding-right: 10px;
background: #dde1e7;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.neu1{
width: 180px;
height: 180px;
margin: 10px;
border-radius: 50%;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.neu2{
position: absolute;
top: 2%;
left: 12%;
width: 200px;
height: 200px;
border-radius: 50%;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.home
{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.profilepic
{
border-radius: 50%;
width: 160px;
margin: 10px;
}
.typingeffect
{
font-size: var(--typing-font);
margin-bottom: 30px;
color: #6c757d;
}
nav ul{
position: absolute;
bottom: 2%;
left: 5%;
width: 90%;
font-size:var(--fontsize-nav) ;
text-align: center;
list-style-type: none;
text-decoration: none;
color: #969696 !important;
}
nav ul li
{
margin:15px;
padding: 11px;
border-radius: 50px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
nav ul li:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
a
{
text-decoration: none;
}
.subtopic
{
margin:10px 10px 10px 15px;
font-size: 1.6rem;
}
p{
font-size: var(--fontsize-p);
color: #6c757d;
margin: 10px;
}
h1{
margin: 10px;
font-size: 3.3rem;
}
h2{
margin-top: 90%;
font-size: 1.8rem;
}
.abouthead{
margin: 15px 10px;
font-size: 2.3rem;
}
h3{
font-size: 1.4rem;
margin: 37px 0 0 90px;
}
h4{
font-size: 1.2rem;
margin: 24px 0 0 90px;
}
.p1{
margin-left: 90px;
font-size: 1rem;
}
.sk_head{
position: absolute;
top: 50%;
left: 45%;
}
.sk{
position: absolute;
top: 65%;
left: 58%;
display: inline-block;
width: 90px;
height: 15px;
font-weight: bolder;
color: rgba(245, 108, 109,1);
text-align: center;
padding: 10px;
border-radius: 50px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.s2{
left: 75%;
}
.s3{
top: 75%;
left: 58%;
}
.s4{
top: 75%;
left: 75%;
}
.s5{
top: 85%;
left: 58%;
}
.s6{
top: 85%;
left: 75%;
}
mark{
color: inherit;
padding: 0;
background: 0 0;
background-position-x: 0px;
background-position-y: 0px;
background-repeat: repeat;
background-size: auto;
background-image: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
background-repeat: no-repeat;
background-size: 100% .28em;
background-position: 0 70%;
position: relative;
}
.hr_line{
width: 60px;
height: 10px;
border-radius: 5px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.hr_inner{
width: 30px;
height: 5px;
border-radius: 5px;
margin: 2.5px 15px;
background: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
}
.line2{
margin: 1px 25px;
height: 5px;
}
.inner2{
background: rgba(245, 108, 109,1);
width: 30px;
height: 5px;
border-radius: 5px;
margin: 7px;
}
.vr_line{
width: 10px;
height: 210px;
border-radius: 5px;
position: absolute;
top: 58%;
left: 6.25%;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.vr_inner{
width: 10px;
height: 15px;
border-radius: 5px;
background: linear-gradient(120deg,rgba(245, 108, 109,1) 0,rgba(245, 108, 109,1) 100%);
}
.inn1{
margin-top: 45px;
}
.inn2{
margin-top: 80px;
}
.social
{
width: 50%;
height: 14%;
position: absolute;
bottom: 4%;
right: 25%;
background: #dde1e7;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.btnsame{
background: #dde1e7;
height: 50px;
width: 50px;
margin: 15px 20px;
border-radius: 5px;
cursor: pointer;
align-items: center;
justify-content: center;
transition: all 400ms;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
border: 1px solid rgba(255, 255, 255, 0.3);
position: relative;
}
.btnsame i{
font-size: 28px;
transition: all 400ms;
position: absolute;
top: 20%;
left: 25%;
color: #6c757d;
}
.btn1:hover i{
color: #43de85;
}
.btn2:hover i{
color:#0088ee;
}
.btn3:hover i{
color:#3b5998;
}
.btn4:hover i{
color: #ee6644;
}
.active
{
color: #0088ee;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
font-weight: bolder;
}
.port_out{
position: absolute;
width: 38%;
height: 30%;
border-radius: 10px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.port1{
top: 18%;
left: 10%;
}
.port2{
top: 18%;
left: 53%;
}
.port3{
top: 58%;
left: 10%;
}
.port4{
top: 58%;
left: 53%;
}
.port_in{
position: absolute;
width: 93%;
height: 89%;
margin: 3% 3%;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.po1{
width: 96%;
height: 93%;
margin: 2% 2%;
border-radius: 10px;
}
.line3{
position: absolute;
top: 70%;
left: 45%;
}
.inner3{
margin: 3px 15px;
background: rgba(245, 108, 109,1);
width: 30px;
height: 5px;
border-radius: 5px;
}
.con_out{
position: absolute;
width: 88%;
top: 13%;
left: 6%;
border-radius: 10px;
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.con_in{
width: 98%;
height: 90.5%;
margin: 8px 8px;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.co1{
width: 100%;
height: 100%;
border-radius: 10px;
}
.back1{
width: 50px;
height: 50px;
position: absolute;
top: 4%;
right: 2%;
background: #dde1e7;
border-radius: 25px;
font-size: 22px;
cursor: pointer;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back1:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.i1{
position: absolute;
top: 13px;
left: 15px;
}
.i2{
color: #6c757d;
}
.i3{
color: rgba(245, 108, 109,1);
}
.back2{
top: 55%;
left: 4%;
z-index: 1;
}
.back3{
width: 210px;
height: 25px;
padding: 12px 0;
position: absolute;
top: 54%;
left: 22%;
background: rgba(245, 108, 109,1);
border-radius: 25px;
font-size: 22px;
text-align: center;
cursor: pointer;
box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back3:hover{
box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(18, 18, 19, 0.288);
}
.back4{
left: 56%;
}
@media all and (max-width: 450px) {
:root {
--fontsize-nav:1.2rem;
--sidebar-flex:0;
--typing-font:1.4rem;
}
body{
height: 1400px;
}
.App
{
flex-direction: column;
}
.sidebar
{
padding: 30px;
}
.back1{
right: 5%;
}
nav
{
width: 90%;
top: 15%;
left: 5%;
}
nav ul li
{
margin: 10px;
}
.neu2{
top: 5%;
left: 19%;
}
h2{
margin-top: 80%;
font-size: 2.2rem;
}
p{
font-size: 1.4rem;
}
.condiv
{
top: 110%;
left: 5%;
width: 84.5%;
height: 100%;
margin-bottom: 50px;
}
h1{
text-align: center;
font-size: 2.8rem;
}
.p10{
display: none;
}
.back2{
top: 27%;
}
.vr_line{
top: 30.5%;
left: 10.5%;
}
h3{
margin-top: 25px;
}
.sk_head{
left: 0;
top: 65%;
margin-left: 30px;
}.sk{
top: 74%;
left: 10%;
}
.s2{
left: 50%;
}
.s3{
top: 82%;
}
.s4{
top: 82%;
left: 50%;
}
.s5{
top: 90%;
}
.s6{
top: 90%;
left: 50%;
}
.subtopic{
margin: 10px !important;
}
.con_out{
width: 88%;
height: 20%;
}
.con_in{
width: 94%;
height: 86%;
}
.back3{
top: 44%;
left: 19%;
}
.back4{
top: 54%;
left: 19%;
}
.line2{
margin: 1px 120px;
}
.inner2{
margin: 15px;
}
.port_out{
width: 80%;
height: 26%;
}
.port1{
top: 12%;
}
.port2{
left: 10%;
top: 42%;
}
.port3{
display: none;
}
.port4{
top: 72%;
left: 10%;
}
.social
{
width: 90%;
bottom: 5%;
right: 5%;
}
.btnsame{
margin: 15px 10px;
}
} | 0.46563 | 0.076961 |
:root {
--primary-theme-color: #de4d00;
--second-theme-color: #dfdfdf;
--link-color: #337ab7;
--light-grey: #f1f1f1;
--white: #ffffff;
--hover-grey: #848484;
--nav-bg: var(--white);
--nav-color: #333;
--main-text-color: #333;
--main-bg-color: var(--second-theme-color);
--footer-bg: var(--light-grey);
--footer-color: #333;
--white-text: var(--white);
--title-font: 'Titillium Web', sans-serif;
}
/*-----General styling-----*/
body {
color: var(--main-text-color);
background-color: var(--main-bg-color);
font-variant-ligatures: none;
font-size: 1em;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-family: var(--title-font);
font-size: 3.5em;
font-weight: 300;
margin-bottom: 0.5em;
}
@media (max-width: 576px) {
h1 {
font-size: 2.5em;
}
}
main h2 {
font-family: var(--title-font);
font-size: 1.6em;
color: var(--primary-theme-color);
margin: 40px 0 10px;
font-weight: 700;
}
@media (max-width: 576px) {
main h2 {
font-size: 1.3em;
color: var(--primary-theme-color);
margin: 40px 0 10px;
}
}
main h3 {
font-weight: 700;
font-size: 1.2em;
margin-top: 20px;
}
main h4 {
font-weight: 700;
font-size: 1.1em;
color: var(--hover-grey);
margin-top: 20px;
}
main h2+h3 {
margin-top: 12px;
}
main h3+h4 {
margin-top: 15px;
}
main a {
text-decoration: none;
color: var(--link-color);
}
main a:hover {
color: var(--link-color);
text-decoration: underline;
}
blockquote {
margin-left: 20px;
border-left: 3px solid var(--hover-grey);
padding-left: 10px;
color: var(--hover-grey);
border-radius: 4px;
}
hr {
background: #999;
width: 90%;
margin-left: auto;
margin-right: auto;
}
/* Selection color */
::-moz-selection {
/* Code for Firefox */
color: var(--white-text);
background: var(--primary-theme-color);
}
::selection {
color: var(--white-text);
background: var(--primary-theme-color);
}
/* End - Selection color */
main ol li, main ul li {
margin: 10px 0px;
}
/* list circles colored */
ul li::marker {
color: var(--primary-theme-color);
}
/* position and size emoji */
main img.emoji {
margin: 0px 0px 0.2em 0px;
width: 1.3em;
}
/*-----Code highlighting-----*/
code {
background-color: #fcf2f7;
border-radius: 4px;
padding: 2px 4px;
}
pre {
padding: 9.5px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
/* make sure urls don't break trough the body of the website */
main a {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
/*-----Top navigation-----*/
.navbar {
background-color: var(--nav-bg);
border-bottom: 1px solid #c9cdd0;
}
.navbar-brand img {
height: 55px;
}
@media (max-width: 576px) {
.navbar-brand img {
height: 50px;
}
}
.navbar-nav .nav-item>a, .navbar-nav .nav-item .form-control::placeholder {
color: var(--nav-color);
font-size: 1em;
font-family: var(--title-font);
}
.navbar-nav .nav-item a {
border-radius: 10px;
}
.navbar-nav>.nav-item>a.active, .navbar-nav>.nav-item>a:hover {
color: var(--white-text);
background-color: var(--primary-theme-color);
}
.navbar-toggler {
color: var(--primary-theme-color);
}
/*-----Search box top navigation-----*/
#search-input:focus {
box-shadow: 0 0 0 0.25rem #ffffff00;
border-color: var(--primary-theme-color);
}
.search {
position: relative;
z-index: 2;
}
.search .fa-search {
position: absolute;
top: 14px;
left: 15px;
color: var(--primary-theme-color)
}
.search-results {
position: absolute;
right: 0;
top: 100%;
display: none;
width: 36em;
max-height: calc(90vh - 200%) !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 20%), 0 3px 10px rgba(0, 0, 0, 15%);
overflow-y: auto;
background-color: var(--white);
border-radius: 10px;
font-family: var(--main-font);
}
@media (max-width: 992px) {
.search-results {
width: 100%;
}
}
.search-results ul {
padding-left: 0;
list-style: none;
}
.search-results a {
display: block;
padding: 0.5rem 0.75rem;
}
.search-results a:hover, .search-results a.active {
background-color: var(--light-grey);
}
.search-result-title {
display: inline-block;
width: 40%;
padding: 0.5rem 0.5rem 0.5rem 0;
vertical-align: top;
}
.search-result-doc {
display: flex;
align-items: center;
word-wrap: break-word;
}
.search-result-doc.search-result-doc-parent {
font-size: 12px !important;
font-weight: 600;
}
.search-result-doc .search-result-doc-title {
overflow: auto;
color: var(--main-text-color);
}
.search-result-section {
word-wrap: break-word;
color: var(--primary-theme-color)
}
.search-result-rel-url {
display: block;
overflow: hidden;
color: var(--hover-grey);
text-overflow: ellipsis;
white-space: nowrap;
font-size: 10px !important;
}
.search-result-previews {
display: inline-block;
width: 60%;
padding: 0.5rem 0 0.5rem 0.5rem;
color: var(--hover-grey);
word-wrap: break-word;
border-left: 1px solid var(--light-grey);
font-size: 12px !important;
vertical-align: top;
}
.search-result-preview+.search-result-preview {
margin-top: 0.25rem;
}
.search-result-highlight {
font-weight: bold;
}
.search-no-result {
padding: 0.5rem 0.75rem;
}
.search-active .search-results {
display: block;
}
/*-----Sidebar-----*/
@media (min-width: 992px) {
#side-nav {
display: block !important;
}
}
.sidebar-collapse i {
font-size: 1.25rem;
float: right;
line-height: 1.25em;
}
.sidebar-collapse:not(.collapsed) {
color: var(--nav-color);
background-color: var(--nav-bg);
}
.sidebar-title {
margin: 11px 0px;
font-weight: 800;
font-size: 1.3em;
}
.menu ul {
display: none;
padding-left: 0;
}
.menu li a {
margin-bottom: 4px;
display: block;
position: relative;
padding: 7px 19px;
border-radius: 10px;
border: 1px solid #c9cdd0;
font-size: 17px;
color: #333;
text-decoration: none;
background-color: var(--white);
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
font-family: var(--title-font);
}
.menu li a:active {
transform: translate(0px, 3px);
-webkit-transform: translate(0px, 3px);
}
.menu li a:hover {
background-color: var(--primary-theme-color);
color: white;
}
.menu ul li a {
margin-left: 30px;
}
.menu ul li ul li a {
margin-left: 60px;
}
.menu li.active:not(.parent)>a {
background-color: var(--primary-theme-color);
color: white;
}
.menu li>a>span {
float: right;
width: 15px;
text-align: center;
}
.menu li.active>a>span:after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f077";
}
.menu li>a>span:after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
}
/*-----Summary under page title-----*/
.summary {
font-size: 16px;
color: var(--hover-grey);
margin: 20px 0px 20px 0px;
border-left: 3px solid var(--primary-theme-color);
padding-left: 10px;
}
.summary:before {
font-weight: bold;
}
/*-----TOC-----*/
/* TOC base styling */
#toc {
padding: 15px;
border: 1px solid #dde1e4;
background-color: var(--light-grey);
margin: 1.75em 0 2em;
padding: 10px 25px;
border-radius: 10px;
max-width: 400px;
line-height: 1.4;
}
/* Indent the lists and reset any other padding */
#toc ul {
padding: 0 0 0 20px;
}
/* Consistent vertical space between list items */
#toc li, #toc ul ul li {
margin: 8px 0 0 0;
}
/* Sublists */
#toc ul ul {
list-style: circle outside;
}
/*-----Table properties-----*/
table {
display: block;
overflow-x: auto;
overflow-y: hidden;
}
table, .dataTables_wrapper {
margin: 40px 0 20px;
}
table>tbody>tr>th, table>thead>tr>td, table>tbody>tr>td {
padding: 8px 8px 8px 0px;
line-height: 1.42857143;
border-top: 1px solid var(--light-grey);
}
table>thead>tr>th {
border-bottom: 2px solid var(--light-grey);
}
.default-badge {
font-weight: inherit;
background-color: var(--light-grey);
color: var(--main-text-color);
}
.default-badge:hover {
color: var(--white-text);
background-color: var(--hover-grey);
}
/* name column bigger */
#tooltable tr th:nth-child(1) {
width: 25%;
}
/*-----Registries in tool table------*/
main img.registry_logo {
max-height: 40px;
max-width: 40px;
margin: 2px;
padding: 5px;
border-radius: 4px;
}
/*-----Footer-----*/
footer {
background-color: var(--footer-bg);
border-top: 1px solid #c9cdd0;
color: var(--footer-color);
font-size: 0.9em;
line-height: 24px;
margin-top: 80px;
}
footer h2 {
font-size: 1em;
}
footer a {
color: var(--footer-color);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-weight: bold;
text-decoration: none;
}
footer a:hover {
color: var(--primary-theme-color);
text-decoration: none;
}
footer .europe-flag {
width: 80px;
padding-top: 18px;
}
footer .company-logo {
float: right
}
/*-----MetaData section -----*/
.meta-line {
padding: 15px 0px;
}
.meta-obj {
margin: 5px 5px 5px 0px;
background-color: var(--main-bg-color);
color: var(--link-color);
text-align: center;
text-decoration: none;
font-size: 0.9em;
vertical-align: middle;
padding: .375rem .75rem;
border-radius: 4px;
display: inline-block;
transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.meta-obj-false {
background-color: var(--main-bg-color);
margin: 5px 5px 5px 0px;
color: var(--main-text-color);
text-align: center;
text-decoration: none;
font-size: 0.9em;
vertical-align: middle;
padding: .375rem .75rem;
display: inline-block;
border-radius: 4px;
}
.meta-obj-false:hover {
color: var(--main-text-color);
}
.meta-obj:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
.contributor-badge {
height: 1.25em;
border-radius: 50%;
margin: 0.25em;
}
.page-metadata {
background-color: var(--light-grey);
border-radius: 4px;
padding: 15px 15px;
margin-top: 70px;
}
/* ----- Home dropdown boxes ------ */
.home-cards .card {
min-height: 9.5em;
}
h2.card-title {
margin: 0 0 0.5rem 0;
}
/* Custom buttons */
.btn-custom {
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-family: var(--title-font);
background-color: var(--white);
padding: 7px 11px;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
border-radius: 10px;
text-align: left;
border: 1px solid #c9cdd0;
}
.btn-custom:active {
background-color: var(--primary-theme-color);
transform: translate(0px, 3px);
-webkit-transform: translate(0px, 3px);
color: white;
}
.btn-custom.plus::after {
float: right;
content: '+';
font-size: 1.5em;
min-width: 0.6em;
line-height: 1;
margin-left: 10px;
}
.btn-custom.plus:not(.collapsed)::after {
content: '-';
line-height: 0.8em;
}
/*-----Contributors cards-----*/
.contributor-cards .card {
background-color: var(--light-grey);
border-radius: 10px;
}
.contributor-cards .badge {
background-color: var(--primary-theme-color);
margin: 10px 10px 0px 0px;
}
.contributor-cards .card-affiliation {
color: var(--primary-theme-color);
font-size: 0.8em;
}
.contributor-cards .card-body {
padding-top: 0rem;
}
/*-----Contributors carousel-----*/
#contributors-carousel .carousel-control-next, #contributors-carousel .carousel-control-prev {
width: 3%;
}
@media (max-width:768px) {
#contributors-carousel .card-title {
font-size: 0.5em
}
#contributors-carousel .card-affiliation {
color: var(--primary-theme-color);
font-size: 0.4em;
}
#contributors-carousel .card-body {
padding: 0rem 0.5rem 0.5rem 0.5rem;
}
}
/*-----Social icons-----*/
.social-icons a {
background-color: var(--hover-grey);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
color: var(--white-text);
display: inline-block;
line-height: 4ex;
width: 4ex;
height: 4ex;
text-align: center;
border-radius: 100%;
}
.social-icons a:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
@media (max-width:768px) {
#contributors-carousel .social-icons a {
line-height: 1.2ex;
width: 1.2ex;
height: 1.2ex;
}
}
/*-----Edit me button-----*/
.github-edit-btn {
color: var(--primary-theme-color);
margin-left: 12px;
font-size: small;
}
.github-edit-btn:hover {
color: var(--primary-theme-color);
background-color: var(--light-grey);
text-decoration: none;
}
/* ----- Cookie consent ----- */
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all 500ms ease-out;
color: var(--footer-color);
background: var(--footer-bg);
border-radius: 0;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
background-color: var(--hover-grey);
color: var(--white-text);
padding: 7px 11px;
border: 0px;
border-radius: 10px;
}
.cookiealert .acceptcookies:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
.cookiealert a {
color: var(--footer-color);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-weight: bold;
text-decoration: none;
}
.cookiealert a:hover {
color: var(--primary-theme-color);
}
/*--------------Custom classes--------------*/
/* ---------------------------------------- */
/* subtitle frontpage */
.subtitle {
color: var(--hover-grey);
}
/*-----TeSS button-----*/
.TeSS-button {
margin: 30px 0px;
}
.TeSS-button .tess_logo {
max-height: 45px;
max-width: 45px;
margin-left: 17px;
margin-bottom: 5px;
}
.TeSS-button a {
padding: 16px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
border-radius: 4px;
background-color: var(--hover-grey);
text-decoration: none;
color: var(--white-text);
}
.TeSS-button a:hover {
background-color: #f47d20;
text-decoration: none;
color: var(--white-text);
}
/* -----Homepage----- */
.blurb-title {
font-size: 1.3em;
margin-bottom: 18px;
font-weight: 600;
}
/* -----Extra theming----- */
#main {
background-color: var(--white);
border: 1px solid #c9cdd0;
padding: 43px 50px;
border-radius: 10px;
}
#search-input {
background-color: var(--light-grey);
border-radius: 10px;
padding: .5rem 1rem;
}
.alert {
border: 0;
border-radius: 10px;
}
.alert-warning {
background-color: #f2d3659e;
}
.alert-danger {
background-color: #f285659e;
}
.alert-info {
background-color: #2ca2c659;
} | assets/css/main.css | :root {
--primary-theme-color: #de4d00;
--second-theme-color: #dfdfdf;
--link-color: #337ab7;
--light-grey: #f1f1f1;
--white: #ffffff;
--hover-grey: #848484;
--nav-bg: var(--white);
--nav-color: #333;
--main-text-color: #333;
--main-bg-color: var(--second-theme-color);
--footer-bg: var(--light-grey);
--footer-color: #333;
--white-text: var(--white);
--title-font: 'Titillium Web', sans-serif;
}
/*-----General styling-----*/
body {
color: var(--main-text-color);
background-color: var(--main-bg-color);
font-variant-ligatures: none;
font-size: 1em;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-family: var(--title-font);
font-size: 3.5em;
font-weight: 300;
margin-bottom: 0.5em;
}
@media (max-width: 576px) {
h1 {
font-size: 2.5em;
}
}
main h2 {
font-family: var(--title-font);
font-size: 1.6em;
color: var(--primary-theme-color);
margin: 40px 0 10px;
font-weight: 700;
}
@media (max-width: 576px) {
main h2 {
font-size: 1.3em;
color: var(--primary-theme-color);
margin: 40px 0 10px;
}
}
main h3 {
font-weight: 700;
font-size: 1.2em;
margin-top: 20px;
}
main h4 {
font-weight: 700;
font-size: 1.1em;
color: var(--hover-grey);
margin-top: 20px;
}
main h2+h3 {
margin-top: 12px;
}
main h3+h4 {
margin-top: 15px;
}
main a {
text-decoration: none;
color: var(--link-color);
}
main a:hover {
color: var(--link-color);
text-decoration: underline;
}
blockquote {
margin-left: 20px;
border-left: 3px solid var(--hover-grey);
padding-left: 10px;
color: var(--hover-grey);
border-radius: 4px;
}
hr {
background: #999;
width: 90%;
margin-left: auto;
margin-right: auto;
}
/* Selection color */
::-moz-selection {
/* Code for Firefox */
color: var(--white-text);
background: var(--primary-theme-color);
}
::selection {
color: var(--white-text);
background: var(--primary-theme-color);
}
/* End - Selection color */
main ol li, main ul li {
margin: 10px 0px;
}
/* list circles colored */
ul li::marker {
color: var(--primary-theme-color);
}
/* position and size emoji */
main img.emoji {
margin: 0px 0px 0.2em 0px;
width: 1.3em;
}
/*-----Code highlighting-----*/
code {
background-color: #fcf2f7;
border-radius: 4px;
padding: 2px 4px;
}
pre {
padding: 9.5px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
/* make sure urls don't break trough the body of the website */
main a {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
/*-----Top navigation-----*/
.navbar {
background-color: var(--nav-bg);
border-bottom: 1px solid #c9cdd0;
}
.navbar-brand img {
height: 55px;
}
@media (max-width: 576px) {
.navbar-brand img {
height: 50px;
}
}
.navbar-nav .nav-item>a, .navbar-nav .nav-item .form-control::placeholder {
color: var(--nav-color);
font-size: 1em;
font-family: var(--title-font);
}
.navbar-nav .nav-item a {
border-radius: 10px;
}
.navbar-nav>.nav-item>a.active, .navbar-nav>.nav-item>a:hover {
color: var(--white-text);
background-color: var(--primary-theme-color);
}
.navbar-toggler {
color: var(--primary-theme-color);
}
/*-----Search box top navigation-----*/
#search-input:focus {
box-shadow: 0 0 0 0.25rem #ffffff00;
border-color: var(--primary-theme-color);
}
.search {
position: relative;
z-index: 2;
}
.search .fa-search {
position: absolute;
top: 14px;
left: 15px;
color: var(--primary-theme-color)
}
.search-results {
position: absolute;
right: 0;
top: 100%;
display: none;
width: 36em;
max-height: calc(90vh - 200%) !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 20%), 0 3px 10px rgba(0, 0, 0, 15%);
overflow-y: auto;
background-color: var(--white);
border-radius: 10px;
font-family: var(--main-font);
}
@media (max-width: 992px) {
.search-results {
width: 100%;
}
}
.search-results ul {
padding-left: 0;
list-style: none;
}
.search-results a {
display: block;
padding: 0.5rem 0.75rem;
}
.search-results a:hover, .search-results a.active {
background-color: var(--light-grey);
}
.search-result-title {
display: inline-block;
width: 40%;
padding: 0.5rem 0.5rem 0.5rem 0;
vertical-align: top;
}
.search-result-doc {
display: flex;
align-items: center;
word-wrap: break-word;
}
.search-result-doc.search-result-doc-parent {
font-size: 12px !important;
font-weight: 600;
}
.search-result-doc .search-result-doc-title {
overflow: auto;
color: var(--main-text-color);
}
.search-result-section {
word-wrap: break-word;
color: var(--primary-theme-color)
}
.search-result-rel-url {
display: block;
overflow: hidden;
color: var(--hover-grey);
text-overflow: ellipsis;
white-space: nowrap;
font-size: 10px !important;
}
.search-result-previews {
display: inline-block;
width: 60%;
padding: 0.5rem 0 0.5rem 0.5rem;
color: var(--hover-grey);
word-wrap: break-word;
border-left: 1px solid var(--light-grey);
font-size: 12px !important;
vertical-align: top;
}
.search-result-preview+.search-result-preview {
margin-top: 0.25rem;
}
.search-result-highlight {
font-weight: bold;
}
.search-no-result {
padding: 0.5rem 0.75rem;
}
.search-active .search-results {
display: block;
}
/*-----Sidebar-----*/
@media (min-width: 992px) {
#side-nav {
display: block !important;
}
}
.sidebar-collapse i {
font-size: 1.25rem;
float: right;
line-height: 1.25em;
}
.sidebar-collapse:not(.collapsed) {
color: var(--nav-color);
background-color: var(--nav-bg);
}
.sidebar-title {
margin: 11px 0px;
font-weight: 800;
font-size: 1.3em;
}
.menu ul {
display: none;
padding-left: 0;
}
.menu li a {
margin-bottom: 4px;
display: block;
position: relative;
padding: 7px 19px;
border-radius: 10px;
border: 1px solid #c9cdd0;
font-size: 17px;
color: #333;
text-decoration: none;
background-color: var(--white);
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
font-family: var(--title-font);
}
.menu li a:active {
transform: translate(0px, 3px);
-webkit-transform: translate(0px, 3px);
}
.menu li a:hover {
background-color: var(--primary-theme-color);
color: white;
}
.menu ul li a {
margin-left: 30px;
}
.menu ul li ul li a {
margin-left: 60px;
}
.menu li.active:not(.parent)>a {
background-color: var(--primary-theme-color);
color: white;
}
.menu li>a>span {
float: right;
width: 15px;
text-align: center;
}
.menu li.active>a>span:after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f077";
}
.menu li>a>span:after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
}
/*-----Summary under page title-----*/
.summary {
font-size: 16px;
color: var(--hover-grey);
margin: 20px 0px 20px 0px;
border-left: 3px solid var(--primary-theme-color);
padding-left: 10px;
}
.summary:before {
font-weight: bold;
}
/*-----TOC-----*/
/* TOC base styling */
#toc {
padding: 15px;
border: 1px solid #dde1e4;
background-color: var(--light-grey);
margin: 1.75em 0 2em;
padding: 10px 25px;
border-radius: 10px;
max-width: 400px;
line-height: 1.4;
}
/* Indent the lists and reset any other padding */
#toc ul {
padding: 0 0 0 20px;
}
/* Consistent vertical space between list items */
#toc li, #toc ul ul li {
margin: 8px 0 0 0;
}
/* Sublists */
#toc ul ul {
list-style: circle outside;
}
/*-----Table properties-----*/
table {
display: block;
overflow-x: auto;
overflow-y: hidden;
}
table, .dataTables_wrapper {
margin: 40px 0 20px;
}
table>tbody>tr>th, table>thead>tr>td, table>tbody>tr>td {
padding: 8px 8px 8px 0px;
line-height: 1.42857143;
border-top: 1px solid var(--light-grey);
}
table>thead>tr>th {
border-bottom: 2px solid var(--light-grey);
}
.default-badge {
font-weight: inherit;
background-color: var(--light-grey);
color: var(--main-text-color);
}
.default-badge:hover {
color: var(--white-text);
background-color: var(--hover-grey);
}
/* name column bigger */
#tooltable tr th:nth-child(1) {
width: 25%;
}
/*-----Registries in tool table------*/
main img.registry_logo {
max-height: 40px;
max-width: 40px;
margin: 2px;
padding: 5px;
border-radius: 4px;
}
/*-----Footer-----*/
footer {
background-color: var(--footer-bg);
border-top: 1px solid #c9cdd0;
color: var(--footer-color);
font-size: 0.9em;
line-height: 24px;
margin-top: 80px;
}
footer h2 {
font-size: 1em;
}
footer a {
color: var(--footer-color);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-weight: bold;
text-decoration: none;
}
footer a:hover {
color: var(--primary-theme-color);
text-decoration: none;
}
footer .europe-flag {
width: 80px;
padding-top: 18px;
}
footer .company-logo {
float: right
}
/*-----MetaData section -----*/
.meta-line {
padding: 15px 0px;
}
.meta-obj {
margin: 5px 5px 5px 0px;
background-color: var(--main-bg-color);
color: var(--link-color);
text-align: center;
text-decoration: none;
font-size: 0.9em;
vertical-align: middle;
padding: .375rem .75rem;
border-radius: 4px;
display: inline-block;
transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.meta-obj-false {
background-color: var(--main-bg-color);
margin: 5px 5px 5px 0px;
color: var(--main-text-color);
text-align: center;
text-decoration: none;
font-size: 0.9em;
vertical-align: middle;
padding: .375rem .75rem;
display: inline-block;
border-radius: 4px;
}
.meta-obj-false:hover {
color: var(--main-text-color);
}
.meta-obj:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
.contributor-badge {
height: 1.25em;
border-radius: 50%;
margin: 0.25em;
}
.page-metadata {
background-color: var(--light-grey);
border-radius: 4px;
padding: 15px 15px;
margin-top: 70px;
}
/* ----- Home dropdown boxes ------ */
.home-cards .card {
min-height: 9.5em;
}
h2.card-title {
margin: 0 0 0.5rem 0;
}
/* Custom buttons */
.btn-custom {
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-family: var(--title-font);
background-color: var(--white);
padding: 7px 11px;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
border-radius: 10px;
text-align: left;
border: 1px solid #c9cdd0;
}
.btn-custom:active {
background-color: var(--primary-theme-color);
transform: translate(0px, 3px);
-webkit-transform: translate(0px, 3px);
color: white;
}
.btn-custom.plus::after {
float: right;
content: '+';
font-size: 1.5em;
min-width: 0.6em;
line-height: 1;
margin-left: 10px;
}
.btn-custom.plus:not(.collapsed)::after {
content: '-';
line-height: 0.8em;
}
/*-----Contributors cards-----*/
.contributor-cards .card {
background-color: var(--light-grey);
border-radius: 10px;
}
.contributor-cards .badge {
background-color: var(--primary-theme-color);
margin: 10px 10px 0px 0px;
}
.contributor-cards .card-affiliation {
color: var(--primary-theme-color);
font-size: 0.8em;
}
.contributor-cards .card-body {
padding-top: 0rem;
}
/*-----Contributors carousel-----*/
#contributors-carousel .carousel-control-next, #contributors-carousel .carousel-control-prev {
width: 3%;
}
@media (max-width:768px) {
#contributors-carousel .card-title {
font-size: 0.5em
}
#contributors-carousel .card-affiliation {
color: var(--primary-theme-color);
font-size: 0.4em;
}
#contributors-carousel .card-body {
padding: 0rem 0.5rem 0.5rem 0.5rem;
}
}
/*-----Social icons-----*/
.social-icons a {
background-color: var(--hover-grey);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
color: var(--white-text);
display: inline-block;
line-height: 4ex;
width: 4ex;
height: 4ex;
text-align: center;
border-radius: 100%;
}
.social-icons a:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
@media (max-width:768px) {
#contributors-carousel .social-icons a {
line-height: 1.2ex;
width: 1.2ex;
height: 1.2ex;
}
}
/*-----Edit me button-----*/
.github-edit-btn {
color: var(--primary-theme-color);
margin-left: 12px;
font-size: small;
}
.github-edit-btn:hover {
color: var(--primary-theme-color);
background-color: var(--light-grey);
text-decoration: none;
}
/* ----- Cookie consent ----- */
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all 500ms ease-out;
color: var(--footer-color);
background: var(--footer-bg);
border-radius: 0;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
background-color: var(--hover-grey);
color: var(--white-text);
padding: 7px 11px;
border: 0px;
border-radius: 10px;
}
.cookiealert .acceptcookies:hover {
background-color: var(--primary-theme-color);
color: var(--white-text);
}
.cookiealert a {
color: var(--footer-color);
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
font-weight: bold;
text-decoration: none;
}
.cookiealert a:hover {
color: var(--primary-theme-color);
}
/*--------------Custom classes--------------*/
/* ---------------------------------------- */
/* subtitle frontpage */
.subtitle {
color: var(--hover-grey);
}
/*-----TeSS button-----*/
.TeSS-button {
margin: 30px 0px;
}
.TeSS-button .tess_logo {
max-height: 45px;
max-width: 45px;
margin-left: 17px;
margin-bottom: 5px;
}
.TeSS-button a {
padding: 16px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
border-radius: 4px;
background-color: var(--hover-grey);
text-decoration: none;
color: var(--white-text);
}
.TeSS-button a:hover {
background-color: #f47d20;
text-decoration: none;
color: var(--white-text);
}
/* -----Homepage----- */
.blurb-title {
font-size: 1.3em;
margin-bottom: 18px;
font-weight: 600;
}
/* -----Extra theming----- */
#main {
background-color: var(--white);
border: 1px solid #c9cdd0;
padding: 43px 50px;
border-radius: 10px;
}
#search-input {
background-color: var(--light-grey);
border-radius: 10px;
padding: .5rem 1rem;
}
.alert {
border: 0;
border-radius: 10px;
}
.alert-warning {
background-color: #f2d3659e;
}
.alert-danger {
background-color: #f285659e;
}
.alert-info {
background-color: #2ca2c659;
} | 0.577972 | 0.112454 |
position: fixed;
top: 80px;
left: -60px;
font-size: small;
transform: rotate(-90deg);
color: grey;
}
#pylode a {
font-size: 2em;
font-weight: bold;
text-decoration: none;
color: #005A9C;
}
#pylode a:hover {
color: #333;
}
.cardinality {
font-style: italic;
color: #aa00aa;
}
dt {
font-weight: bold;
padding: 5px 0 5px 0;
}
ul.hlist {
list-style-type: none;
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}
ul.hlist li {
display: inline;
margin-right: 10px;
}
.entity {
border: 1px solid navy;
margin:5px 0 5px 0;
padding: 5px;
}
.entity th {
width: 150px;
vertical-align: top;
}
.entity th,
.entity td {
padding-bottom: 20px;
}
.entity table th {
text-align: left;
}
section#overview img {
max-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
text-align: left
}
h1, h2, h3 {
color: #005A9C; background: white
}
h1 {
font: 170% sans-serif;
line-height: 110%;
}
h2 {
font: 140% sans-serif;
margin-top:40px;
}
h3 {
font: 120% sans-serif;
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
body {
padding: 2em 70px 2em 70px;
margin: 0;
font-family: sans-serif;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
text-align: justify;
}
section {
max-width: 1500px;
}
.figure {
margin-bottom: 20px;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
.sup-c,
.sup-op,
.sup-fp,
.sup-dp,
.sup-ap,
.sup-p,
.sup-ni {
cursor:help;
margin-left: 3px;
}
.sup-c {
color:orange;
}
.sup-op {
color:navy;
}
.sup-fp {
color:lightskyblue;
}
.sup-dp {
color:green;
}
.sup-ap {
color:darkred;
}
.sup-p {
color:black;
}
.sup-ni {
color:brown;
}
code {
font-size: large;
color: darkred;
} | style.css | position: fixed;
top: 80px;
left: -60px;
font-size: small;
transform: rotate(-90deg);
color: grey;
}
#pylode a {
font-size: 2em;
font-weight: bold;
text-decoration: none;
color: #005A9C;
}
#pylode a:hover {
color: #333;
}
.cardinality {
font-style: italic;
color: #aa00aa;
}
dt {
font-weight: bold;
padding: 5px 0 5px 0;
}
ul.hlist {
list-style-type: none;
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}
ul.hlist li {
display: inline;
margin-right: 10px;
}
.entity {
border: 1px solid navy;
margin:5px 0 5px 0;
padding: 5px;
}
.entity th {
width: 150px;
vertical-align: top;
}
.entity th,
.entity td {
padding-bottom: 20px;
}
.entity table th {
text-align: left;
}
section#overview img {
max-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
text-align: left
}
h1, h2, h3 {
color: #005A9C; background: white
}
h1 {
font: 170% sans-serif;
line-height: 110%;
}
h2 {
font: 140% sans-serif;
margin-top:40px;
}
h3 {
font: 120% sans-serif;
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
body {
padding: 2em 70px 2em 70px;
margin: 0;
font-family: sans-serif;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
text-align: justify;
}
section {
max-width: 1500px;
}
.figure {
margin-bottom: 20px;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
.sup-c,
.sup-op,
.sup-fp,
.sup-dp,
.sup-ap,
.sup-p,
.sup-ni {
cursor:help;
margin-left: 3px;
}
.sup-c {
color:orange;
}
.sup-op {
color:navy;
}
.sup-fp {
color:lightskyblue;
}
.sup-dp {
color:green;
}
.sup-ap {
color:darkred;
}
.sup-p {
color:black;
}
.sup-ni {
color:brown;
}
code {
font-size: large;
color: darkred;
} | 0.639173 | 0.193757 |
.xterm-screen,
.xterm-rows > div {
width: 100% !important;
}
.xterm-terminated .xterm-rows > div {
width: auto !important;
min-height: 1.14375em !important; /* a bit different; we need to support resize post-termination */
height: auto !important; /* min-height and height: see https://github.com/IBM/kui/issues/1630 */
line-height: normal !important; /* ibid */
}
/*.xterm-terminated.error .xterm-rows > div {
disabled see https://github.com/IBM/kui/issues/3939
color: var(--color-error);
}*/
.xterm-container .xterm-rows > div > span {
width: auto !important;
}
.xterm-container:not(.xterm-terminated) .xterm-rows > div > span {
white-space: pre;
}
.repl-result-like > div.xterm-container {
padding-right: 0;
}
.xterm-screen,
.xterm-container .xterm-rows > div {
transition: width 10ms ease-in-out, height 10ms ease-in-out;
}
.kui--tab-content:not(.xterm-alt-buffer-mode) .xterm-container .xterm-screen {
height: auto !important;
}
/* alt buffer mode */
.kui--tab-content.xterm-alt-buffer-mode {
.xterm-container .xterm-rows.xterm-focus .xterm-cursor.xterm-cursor-block {
background-color: var(--color-support-01) !important;
}
.repl-inner {
overflow: hidden;
display: flex;
/* align-items: flex-start; */
-webkit-app-region: drag; /* for emacs/vi, in case there is a top slice of repl-inner visible */
/* when in alt-buffer mode, hide anything in the REPL not related to the current output */
.repl-block:not(.processing),
.repl-input,
.repl-result,
.repl-result-spinner {
display: none;
}
.repl-block {
& {
flex: 1;
}
&.processing {
padding: 0;
-webkit-app-region: no-drag; /* but make sure the content of the blocks are not draggable */
.bx--accordion__heading {
/** accordion around input */
display: none;
}
}
.repl-output {
&,
.repl-result-like {
flex: 1;
display: flex;
.xterm-container {
&,
.xterm {
flex: 1;
display: flex;
}
}
}
}
}
}
}
.kui--tab-content:not(.xterm-alt-buffer-mode) .xterm.xterm-empty-row-heuristic .xterm-rows > div:empty {
display: none;
}
.xterm .xterm-rows .xterm-hidden-row {
display: none;
}
.xterm-container .xterm-fg-7.xterm-dim {
opacity: 1;
color: var(--color-text-02);
}
.xterm-container .xterm-bold {
font-weight: bold;
}
.xterm-container .xterm-rows .xterm-cursor.xterm-cursor-block {
background-color: transparent !important;
outline-color: transparent !important;
transition-property: background-color, outline-color;
transition-delay: 150ms; /* only show the spinner block if the command takes a bit longer */
}
.xterm-container .xterm-rows.xterm-focus .xterm-cursor.xterm-cursor-block {
background-color: var(--color-processing) !important;
outline-color: transparent;
color: var(--color-base06) !important;
transition-property: background-color, outline-color;
transition-delay: 150ms; /* only show the spinner block if the command takes a bit longer */
}
.xterm-container .xterm-rows:not(.xterm-focus) .xterm-cursor.xterm-cursor-block {
outline-color: transparent !important;
}
/* rules for terminated xterm */
/* hide cursor block for terminated processes */
.xterm-terminated .xterm-rows .xterm-cursor {
display: none;
}
.xterm-terminated .xterm-rows,
.xterm-terminated .xterm-viewport .xterm-terminated .xterm-scroll-area {
/* we don't want scrollbars to appear for terminated xterms */
overflow: hidden;
}
.xterm-terminated .xterm-screen {
width: auto !important;
}
/* try to disable xterm components for terminated processes */
.xterm-terminated .xterm-helper-textarea {
display: none;
pointer-events: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.xterm-terminated .xterm {
user-select: unset;
-webkit-user-select: unset;
}
/* themes */
.xterm-container .xterm-viewport,
.xterm-rows {
background: transparent !important;
}
.xterm-rows {
font-size: 1em !important;
font-family: var(--font-monospace) !important;
color: var(--color-text-01) !important;
transition: font-size 10ms ease-in-out, background 300ms ease-in-out;
}
.xterm-rows > div > span {
transition: color 300ms ease-in-out;
color: var(--color-text-01) !important;
}
.xterm-rows .xterm-bg-0,
.xterm-rows .xterm-bg-8 {
background-color: var(--color-ui-01) !important;
}
.xterm-rows .xterm-fg-0,
.xterm-rows .xterm-fg-8 {
color: var(--color-ui-01) !important;
}
.xterm-rows .xterm-bg-1,
.xterm-rows .xterm-bg-9 {
background-color: var(--color-red) !important;
}
.xterm-rows .xterm-fg-1,
.xterm-rows .xterm-fg-9 {
color: var(--color-red) !important;
}
.xterm-rows .xterm-bg-2,
.xterm-rows .xterm-bg-10 {
background-color: var(--color-green) !important;
}
.xterm-rows .xterm-fg-2,
.xterm-rows .xterm-fg-10 {
color: var(--color-green) !important;
}
.xterm-rows .xterm-bg-3,
.xterm-rows .xterm-bg-11 {
background-color: var(--color-yellow-text) !important;
}
.xterm-rows .xterm-fg-3,
.xterm-rows .xterm-fg-11 {
color: var(--color-yellow-text) !important;
}
.xterm-rows .xterm-bg-4,
.xterm-rows .xterm-bg-12 {
background-color: var(--color-blue) !important;
}
.xterm-rows .xterm-fg-4,
.xterm-rows .xterm-fg-12 {
color: var(--color-blue) !important;
}
.xterm-rows .xterm-bg-5,
.xterm-rows .xterm-bg-13 {
background-color: var(--color-magenta) !important;
}
.xterm-rows .xterm-fg-5,
.xterm-rows .xterm-fg-13 {
color: var(--color-magenta) !important;
}
.xterm-rows .xterm-bg-6,
.xterm-rows .xterm-bg-14 {
background-color: var(--color-cyan) !important;
}
.xterm-rows .xterm-fg-6,
.xterm-rows .xterm-fg-14 {
color: var(--color-cyan) !important;
}
.xterm-rows .xterm-bg-7,
.xterm-rows .xterm-bg-15 {
background-color: var(--color-white) !important;
}
.xterm-rows .xterm-fg-7,
.xterm-rows .xterm-fg-15 {
color: var(--color-text-01) !important;
}
.xterm-rows .xterm-fg-257 {
/* inverted default color */
background-color: var(--color-text-01) !important;
color: var(--color-ui-01) !important;
}
/**
* When the xterm terminates, we signify lines that xtermjs inserted
* only for line wrapping, so that we can reflow them
* naturally. Please see `reflowLineWraps()` in `src/pty/client.ts`
* for the logic that establishes the `.xterm-is-wrapped` property.
*
*/
.xterm-terminated .xterm-rows > div {
white-space: pre-wrap;
}
.xterm-is-wrapped {
display: inline;
}
.xterm-is-wrapped-with-prefix-break:before {
/* see https://github.com/IBM/kui/issues/1605 */
display: block;
content: "";
/* see https://github.com/IBM/kui/issues/2681 */
height: 0;
}
/* in case we change our minds and want to hide it */
.xterm-invisible {
display: none;
}
.repl-block.processing .xterm-rows {
margin-bottom: 0.25em;
}
/* we never want to see inner scrollbars */
.xterm-container .xterm-viewport::-webkit-scrollbar {
background-color: transparent !important;
}
/* selection */
[kui-theme-style="light"] .xterm-container .xterm-screen .xterm-selection div {
background-color: rgba(0, 0, 0, 0.3);
} | plugins/plugin-bash-like/web/css/static/xterm.css | .xterm-screen,
.xterm-rows > div {
width: 100% !important;
}
.xterm-terminated .xterm-rows > div {
width: auto !important;
min-height: 1.14375em !important; /* a bit different; we need to support resize post-termination */
height: auto !important; /* min-height and height: see https://github.com/IBM/kui/issues/1630 */
line-height: normal !important; /* ibid */
}
/*.xterm-terminated.error .xterm-rows > div {
disabled see https://github.com/IBM/kui/issues/3939
color: var(--color-error);
}*/
.xterm-container .xterm-rows > div > span {
width: auto !important;
}
.xterm-container:not(.xterm-terminated) .xterm-rows > div > span {
white-space: pre;
}
.repl-result-like > div.xterm-container {
padding-right: 0;
}
.xterm-screen,
.xterm-container .xterm-rows > div {
transition: width 10ms ease-in-out, height 10ms ease-in-out;
}
.kui--tab-content:not(.xterm-alt-buffer-mode) .xterm-container .xterm-screen {
height: auto !important;
}
/* alt buffer mode */
.kui--tab-content.xterm-alt-buffer-mode {
.xterm-container .xterm-rows.xterm-focus .xterm-cursor.xterm-cursor-block {
background-color: var(--color-support-01) !important;
}
.repl-inner {
overflow: hidden;
display: flex;
/* align-items: flex-start; */
-webkit-app-region: drag; /* for emacs/vi, in case there is a top slice of repl-inner visible */
/* when in alt-buffer mode, hide anything in the REPL not related to the current output */
.repl-block:not(.processing),
.repl-input,
.repl-result,
.repl-result-spinner {
display: none;
}
.repl-block {
& {
flex: 1;
}
&.processing {
padding: 0;
-webkit-app-region: no-drag; /* but make sure the content of the blocks are not draggable */
.bx--accordion__heading {
/** accordion around input */
display: none;
}
}
.repl-output {
&,
.repl-result-like {
flex: 1;
display: flex;
.xterm-container {
&,
.xterm {
flex: 1;
display: flex;
}
}
}
}
}
}
}
.kui--tab-content:not(.xterm-alt-buffer-mode) .xterm.xterm-empty-row-heuristic .xterm-rows > div:empty {
display: none;
}
.xterm .xterm-rows .xterm-hidden-row {
display: none;
}
.xterm-container .xterm-fg-7.xterm-dim {
opacity: 1;
color: var(--color-text-02);
}
.xterm-container .xterm-bold {
font-weight: bold;
}
.xterm-container .xterm-rows .xterm-cursor.xterm-cursor-block {
background-color: transparent !important;
outline-color: transparent !important;
transition-property: background-color, outline-color;
transition-delay: 150ms; /* only show the spinner block if the command takes a bit longer */
}
.xterm-container .xterm-rows.xterm-focus .xterm-cursor.xterm-cursor-block {
background-color: var(--color-processing) !important;
outline-color: transparent;
color: var(--color-base06) !important;
transition-property: background-color, outline-color;
transition-delay: 150ms; /* only show the spinner block if the command takes a bit longer */
}
.xterm-container .xterm-rows:not(.xterm-focus) .xterm-cursor.xterm-cursor-block {
outline-color: transparent !important;
}
/* rules for terminated xterm */
/* hide cursor block for terminated processes */
.xterm-terminated .xterm-rows .xterm-cursor {
display: none;
}
.xterm-terminated .xterm-rows,
.xterm-terminated .xterm-viewport .xterm-terminated .xterm-scroll-area {
/* we don't want scrollbars to appear for terminated xterms */
overflow: hidden;
}
.xterm-terminated .xterm-screen {
width: auto !important;
}
/* try to disable xterm components for terminated processes */
.xterm-terminated .xterm-helper-textarea {
display: none;
pointer-events: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.xterm-terminated .xterm {
user-select: unset;
-webkit-user-select: unset;
}
/* themes */
.xterm-container .xterm-viewport,
.xterm-rows {
background: transparent !important;
}
.xterm-rows {
font-size: 1em !important;
font-family: var(--font-monospace) !important;
color: var(--color-text-01) !important;
transition: font-size 10ms ease-in-out, background 300ms ease-in-out;
}
.xterm-rows > div > span {
transition: color 300ms ease-in-out;
color: var(--color-text-01) !important;
}
.xterm-rows .xterm-bg-0,
.xterm-rows .xterm-bg-8 {
background-color: var(--color-ui-01) !important;
}
.xterm-rows .xterm-fg-0,
.xterm-rows .xterm-fg-8 {
color: var(--color-ui-01) !important;
}
.xterm-rows .xterm-bg-1,
.xterm-rows .xterm-bg-9 {
background-color: var(--color-red) !important;
}
.xterm-rows .xterm-fg-1,
.xterm-rows .xterm-fg-9 {
color: var(--color-red) !important;
}
.xterm-rows .xterm-bg-2,
.xterm-rows .xterm-bg-10 {
background-color: var(--color-green) !important;
}
.xterm-rows .xterm-fg-2,
.xterm-rows .xterm-fg-10 {
color: var(--color-green) !important;
}
.xterm-rows .xterm-bg-3,
.xterm-rows .xterm-bg-11 {
background-color: var(--color-yellow-text) !important;
}
.xterm-rows .xterm-fg-3,
.xterm-rows .xterm-fg-11 {
color: var(--color-yellow-text) !important;
}
.xterm-rows .xterm-bg-4,
.xterm-rows .xterm-bg-12 {
background-color: var(--color-blue) !important;
}
.xterm-rows .xterm-fg-4,
.xterm-rows .xterm-fg-12 {
color: var(--color-blue) !important;
}
.xterm-rows .xterm-bg-5,
.xterm-rows .xterm-bg-13 {
background-color: var(--color-magenta) !important;
}
.xterm-rows .xterm-fg-5,
.xterm-rows .xterm-fg-13 {
color: var(--color-magenta) !important;
}
.xterm-rows .xterm-bg-6,
.xterm-rows .xterm-bg-14 {
background-color: var(--color-cyan) !important;
}
.xterm-rows .xterm-fg-6,
.xterm-rows .xterm-fg-14 {
color: var(--color-cyan) !important;
}
.xterm-rows .xterm-bg-7,
.xterm-rows .xterm-bg-15 {
background-color: var(--color-white) !important;
}
.xterm-rows .xterm-fg-7,
.xterm-rows .xterm-fg-15 {
color: var(--color-text-01) !important;
}
.xterm-rows .xterm-fg-257 {
/* inverted default color */
background-color: var(--color-text-01) !important;
color: var(--color-ui-01) !important;
}
/**
* When the xterm terminates, we signify lines that xtermjs inserted
* only for line wrapping, so that we can reflow them
* naturally. Please see `reflowLineWraps()` in `src/pty/client.ts`
* for the logic that establishes the `.xterm-is-wrapped` property.
*
*/
.xterm-terminated .xterm-rows > div {
white-space: pre-wrap;
}
.xterm-is-wrapped {
display: inline;
}
.xterm-is-wrapped-with-prefix-break:before {
/* see https://github.com/IBM/kui/issues/1605 */
display: block;
content: "";
/* see https://github.com/IBM/kui/issues/2681 */
height: 0;
}
/* in case we change our minds and want to hide it */
.xterm-invisible {
display: none;
}
.repl-block.processing .xterm-rows {
margin-bottom: 0.25em;
}
/* we never want to see inner scrollbars */
.xterm-container .xterm-viewport::-webkit-scrollbar {
background-color: transparent !important;
}
/* selection */
[kui-theme-style="light"] .xterm-container .xterm-screen .xterm-selection div {
background-color: rgba(0, 0, 0, 0.3);
} | 0.496582 | 0.136407 |
@charset "utf-8";
/* CSS Document */
body{ height:auto;}
.shop{ background:#fff; border:1px solid #dfdfdf;}
.shop-top a, .shop-sidebar li, .shop-sidebar li.barhover, a.mygoods, span.soldpic{ background:url(../../fontimg/common/v5_icon.png) no-repeat;}
em.prot{ display:inline-block; width:36px; height:14px; line-height:14px;}
/* .shop-con */
.shop-con{ width:970px; margin:0 auto;}
/* ul.shop-sidebar */
.shop-sidebar{ width:154px;}
.shop-sidebar li{ width:154px; height:32px; line-height:32px; text-align:center; font-size:14px; color:#000; background-position:0 -327px; margin-bottom:10px; cursor:pointer;}
.shop-sidebar li a{color:#000; display:block; width:154px; height:32px;}
.shop-sidebar li.barhover, .shop-sidebar li.barvisited{ background-position:0 -369px; color:#fff; font-weight:bolder;}
.shop-sidebar li.barhover a, .shop-sidebar li.barvisited a{color:#fff;}
/* .shop-main */
.shop-main{ width:800px; margin-bottom:30px;}
.shop-ad{ height:210px;}
.shop-ad img{ width:800px; height:210px;}
.shop-main .open,.shop-main .open tr, .shop-main .open td, .shop-main .open th{ border:1px solid #d8d8d8; font-size:12px; color:#666;}
.shop-main .open{width:800px;}
.open tr td{ text-align:center;height:150px;}
.open tr td p{ margin-bottom:10px;}
.open tr td.term p{ margin-top:4px;}
.open tr td.power p em{ color:#ff0099;}
.open tr td.kind{ width:140px;}
.open tr td.power{vertical-align:top; text-align:left; padding:18px 4px 10px 18px;}
.open tr td.term{ width:140px;}
.open tr td.price{ width:240px;}
.open tr td.price p span{ display:inline-block; width:160px; text-align:left; margin-left:6px; overflow:hidden;}
.open tr td.price p a{ display:inline-block;}
.open tr td.price p span strong{ color:#ff0099;}
.open tr th, .shop-main h1{ height:38px; line-height:38px; background:url(../../fontimg/common/open_th.jpg) repeat-x; text-align:left; padding-left:14px;}
.open-header{ font-size:14px; float:left; font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
a.mygoods{ font-weight:normal; float:left; margin-top:6px; margin-left:10px; width:62px; height:25px; line-height:25px; color:#fff; text-align:center; background-position:0 -604px;}
.open tr.colum{background:#f8f7f5;text-align:center;}
.open tr.colum td{ height:28px;color:#333333; text-indent:0;}
.buy-btn{ display:inline-block; width:62px; height:26px; text-align:center; line-height:26px; color:#fff; background:#ef3d81;}
.shop-main h1{ border:1px solid #d8d8d8;}
.shop-main h1 .mygoods{ font-size:12px;}
/* .car-list */
.car-list{ width:800px;}
.car-list li{ width:256px; height:226px; float:left; margin-right:8px; margin-bottom:20px; _display:inline; border:1px solid #cccccc;}
/* .car-list .carlt-mid */
.carlt-mid{ width:210px; height:164px; border-bottom:1px dotted #dedede; text-align:center; margin:0 auto; margin-top:16px; position:relative;}
.carlt-mid img{ width:210px; height:136px;}
.carlt-mid p{ text-align:left; color:#666;}
.carlt-mid span{ display:block; width:100px; height:24px; line-height:24px; overflow:hidden; text-align:right; color:#000000; position:absolute; top:4px; left:120px;}
/* .car-list .carlt--foot */
.carlt--foot{ width:210px; height:42px;margin:0 auto;}
.carlt--foot select{ float:left; width:130px; height:20px; line-height:20px; margin-top:10px; _display:inline; background:none; border:none; outline:none; background:url(../../fontimg/common/v5_icon.png) no-repeat 0 -771px;}
a.car-btn{ margin-top:6px; float:right; _display:inline;}
span.soldout{ color:#cccccc;}
span.soldpic{ width:44px; height:41px; background-position:0 -639px; color:#fff; text-align:center; line-height:34px; top:-6px; left:176px;}
/* .cart-bottom */
.car-bottom{ width:800px; border:1px solid #fddddd; background:#fff8f8; padding-bottom:20px; padding-top:10px; *margin-top:20px;}
.car-bottom p{text-indent:16px; line-height:28px;}
.car-bottom strong{ margin-left:10px; line-height:28px; font-size:14px; color:#444444; font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
/* .gif-list */
.gif-list{ width:812px;}
.gif-list li{ width:144px; height:210px; float:left; margin-right:16px; margin-bottom:20px; _display:inline; border:1px solid #cccccc;}
.gif-list li.newpro{ position:relative;}
.gif-list li.hotbuy{ position:relative;}
.newpro-pic, .hotbuy-pic{ width:44px; height:50px; position:absolute; top:-1px; left:101px;}
.newpro-pic img, .hotbuy-pic img{ width:44px; height:50px;}
.giflt-top{ width:122px; height:140px; margin:0 auto; text-align:center; margin-top:4px; border-bottom:1px dotted #dbdbdb; line-height:20px;}
.giflt-top p{color:#333333;}
.giflt-top span{color:#999999;}
.giflt-bottom{ width:122px; height:60px;margin:0 auto; text-align:center; line-height:30px;}
/* .numb-main */
.numb-main{ width:800px; margin-bottom:30px;}
.numbtit{ width:770px; height:30px; padding:8px 15px 0 15px; background:url(../../fontimg/common/lh-tit-bj.jpg) repeat-x; border:1px solid #d8d8d8; font-size:14px; color:#333333;}
.numbtit span{ display:block;}
.numbtit input{ width:140px; height:22px;}
.numbbox{ width:790px; border:1px solid #d8d8d8; border-top:none; padding:0 0 15px 10px; position:relative;}
.numbbox ul{ display:block; overflow:hidden;}
.numbbox li{ display:block; float:left; list-style-type:none; width:100px; height:70px; padding:10px 0 0 0; border:3px solid #cccccc; background:#f4f4f4; margin-right:6px; margin-top:15px; }
.numbbox li p{ display:block; text-align:center;}
.numbbox .faq-tit{ font-size:16px; color:#ff6699; font-weight:bold;}
.wordbox{ position:absolute; left:200px; height:180px; width:220px; height:135px; padding:20px 0 0 30px; border:2px solid #ef3d81; background:#FFF; z-index:99;}
.wordbox input{ width:170px; height:28px; margin-top:10px;}
.blue{ color:#076fa2;}
span.tipcon{position: absolute; display:none; top:20px; left:20px; background:url(../../fontimg/common/tip-bg.png) center top no-repeat; width:130px; padding:10px 2px 5px 8px; color: #fff; line-height: 22px; font-weight: normal; font-size: 12px; margin: 0; z-index:99;} | applications/show/entry/assets/538abf65/css/shop/shop.css | @charset "utf-8";
/* CSS Document */
body{ height:auto;}
.shop{ background:#fff; border:1px solid #dfdfdf;}
.shop-top a, .shop-sidebar li, .shop-sidebar li.barhover, a.mygoods, span.soldpic{ background:url(../../fontimg/common/v5_icon.png) no-repeat;}
em.prot{ display:inline-block; width:36px; height:14px; line-height:14px;}
/* .shop-con */
.shop-con{ width:970px; margin:0 auto;}
/* ul.shop-sidebar */
.shop-sidebar{ width:154px;}
.shop-sidebar li{ width:154px; height:32px; line-height:32px; text-align:center; font-size:14px; color:#000; background-position:0 -327px; margin-bottom:10px; cursor:pointer;}
.shop-sidebar li a{color:#000; display:block; width:154px; height:32px;}
.shop-sidebar li.barhover, .shop-sidebar li.barvisited{ background-position:0 -369px; color:#fff; font-weight:bolder;}
.shop-sidebar li.barhover a, .shop-sidebar li.barvisited a{color:#fff;}
/* .shop-main */
.shop-main{ width:800px; margin-bottom:30px;}
.shop-ad{ height:210px;}
.shop-ad img{ width:800px; height:210px;}
.shop-main .open,.shop-main .open tr, .shop-main .open td, .shop-main .open th{ border:1px solid #d8d8d8; font-size:12px; color:#666;}
.shop-main .open{width:800px;}
.open tr td{ text-align:center;height:150px;}
.open tr td p{ margin-bottom:10px;}
.open tr td.term p{ margin-top:4px;}
.open tr td.power p em{ color:#ff0099;}
.open tr td.kind{ width:140px;}
.open tr td.power{vertical-align:top; text-align:left; padding:18px 4px 10px 18px;}
.open tr td.term{ width:140px;}
.open tr td.price{ width:240px;}
.open tr td.price p span{ display:inline-block; width:160px; text-align:left; margin-left:6px; overflow:hidden;}
.open tr td.price p a{ display:inline-block;}
.open tr td.price p span strong{ color:#ff0099;}
.open tr th, .shop-main h1{ height:38px; line-height:38px; background:url(../../fontimg/common/open_th.jpg) repeat-x; text-align:left; padding-left:14px;}
.open-header{ font-size:14px; float:left; font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
a.mygoods{ font-weight:normal; float:left; margin-top:6px; margin-left:10px; width:62px; height:25px; line-height:25px; color:#fff; text-align:center; background-position:0 -604px;}
.open tr.colum{background:#f8f7f5;text-align:center;}
.open tr.colum td{ height:28px;color:#333333; text-indent:0;}
.buy-btn{ display:inline-block; width:62px; height:26px; text-align:center; line-height:26px; color:#fff; background:#ef3d81;}
.shop-main h1{ border:1px solid #d8d8d8;}
.shop-main h1 .mygoods{ font-size:12px;}
/* .car-list */
.car-list{ width:800px;}
.car-list li{ width:256px; height:226px; float:left; margin-right:8px; margin-bottom:20px; _display:inline; border:1px solid #cccccc;}
/* .car-list .carlt-mid */
.carlt-mid{ width:210px; height:164px; border-bottom:1px dotted #dedede; text-align:center; margin:0 auto; margin-top:16px; position:relative;}
.carlt-mid img{ width:210px; height:136px;}
.carlt-mid p{ text-align:left; color:#666;}
.carlt-mid span{ display:block; width:100px; height:24px; line-height:24px; overflow:hidden; text-align:right; color:#000000; position:absolute; top:4px; left:120px;}
/* .car-list .carlt--foot */
.carlt--foot{ width:210px; height:42px;margin:0 auto;}
.carlt--foot select{ float:left; width:130px; height:20px; line-height:20px; margin-top:10px; _display:inline; background:none; border:none; outline:none; background:url(../../fontimg/common/v5_icon.png) no-repeat 0 -771px;}
a.car-btn{ margin-top:6px; float:right; _display:inline;}
span.soldout{ color:#cccccc;}
span.soldpic{ width:44px; height:41px; background-position:0 -639px; color:#fff; text-align:center; line-height:34px; top:-6px; left:176px;}
/* .cart-bottom */
.car-bottom{ width:800px; border:1px solid #fddddd; background:#fff8f8; padding-bottom:20px; padding-top:10px; *margin-top:20px;}
.car-bottom p{text-indent:16px; line-height:28px;}
.car-bottom strong{ margin-left:10px; line-height:28px; font-size:14px; color:#444444; font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
/* .gif-list */
.gif-list{ width:812px;}
.gif-list li{ width:144px; height:210px; float:left; margin-right:16px; margin-bottom:20px; _display:inline; border:1px solid #cccccc;}
.gif-list li.newpro{ position:relative;}
.gif-list li.hotbuy{ position:relative;}
.newpro-pic, .hotbuy-pic{ width:44px; height:50px; position:absolute; top:-1px; left:101px;}
.newpro-pic img, .hotbuy-pic img{ width:44px; height:50px;}
.giflt-top{ width:122px; height:140px; margin:0 auto; text-align:center; margin-top:4px; border-bottom:1px dotted #dbdbdb; line-height:20px;}
.giflt-top p{color:#333333;}
.giflt-top span{color:#999999;}
.giflt-bottom{ width:122px; height:60px;margin:0 auto; text-align:center; line-height:30px;}
/* .numb-main */
.numb-main{ width:800px; margin-bottom:30px;}
.numbtit{ width:770px; height:30px; padding:8px 15px 0 15px; background:url(../../fontimg/common/lh-tit-bj.jpg) repeat-x; border:1px solid #d8d8d8; font-size:14px; color:#333333;}
.numbtit span{ display:block;}
.numbtit input{ width:140px; height:22px;}
.numbbox{ width:790px; border:1px solid #d8d8d8; border-top:none; padding:0 0 15px 10px; position:relative;}
.numbbox ul{ display:block; overflow:hidden;}
.numbbox li{ display:block; float:left; list-style-type:none; width:100px; height:70px; padding:10px 0 0 0; border:3px solid #cccccc; background:#f4f4f4; margin-right:6px; margin-top:15px; }
.numbbox li p{ display:block; text-align:center;}
.numbbox .faq-tit{ font-size:16px; color:#ff6699; font-weight:bold;}
.wordbox{ position:absolute; left:200px; height:180px; width:220px; height:135px; padding:20px 0 0 30px; border:2px solid #ef3d81; background:#FFF; z-index:99;}
.wordbox input{ width:170px; height:28px; margin-top:10px;}
.blue{ color:#076fa2;}
span.tipcon{position: absolute; display:none; top:20px; left:20px; background:url(../../fontimg/common/tip-bg.png) center top no-repeat; width:130px; padding:10px 2px 5px 8px; color: #fff; line-height: 22px; font-weight: normal; font-size: 12px; margin: 0; z-index:99;} | 0.293303 | 0.062674 |
.twoW{padding:10px;background:#fff;}
.two_choose{height:35px;line-height:35px;position: relative;}
.two_choose p{float:left;display:inline-block;width:50%;color:#363636;text-align:center;cursor:pointer;border:1px solid #0674ba;}
.two_choose p.one{border-radius:10px 0 0 10px;}
.two_choose p.two{position: absolute;right: 0px;top: 0px;border-radius:0 10px 10px 0;}
.two_choose p.cur,.two_choose .active p{background:#0674ba;color:#fff;}
.show{display:none;padding-top:25px;}
.show.cur{display:block;}
span.choose{display:inline-block;margin-top:13px;margin-bottom:13px;margin-left:20px;font-size:1.125em;}
/* 下拉样式 */
.select{margin-top:1px;padding:0 10px 0 20px;background:#dcdcdf;}
.bt{border-bottom:#c8c7cc 1px solid;}
.select .text{display:block;display:inline-block;width:100%;height:2.5em;background:url(/public/images/sdrag.png) no-repeat right;background-size:.6em;color:#363636;font:18px/30px "微软雅黑";-webkit-appearance:none;appearance:none;}
.select .text p{line-height:2.5em;}
/* 下拉内页样式 */
.inlist{display:none;}
.inlist.cur{display:block;}
.in{padding:0 10px 0 20px;border-bottom:1px solid #c8c7cc;}
.inW{width:100%;height:100%;background:url(/public/images/rdrag.png) no-repeat right;background-size:.4em;z-index: 1000;}
.inW a{display:block;}
.in p{display:block;display:inline-block;width:100%;color:#363636;font:18px/30px "微软雅黑";line-height: 2.5em;}
.in em{font-size: 0.8em;line-height: 1em;padding-bottom: 1.2em;display: inline-block;}
/* 搜索图片显示 */
.pic{position: relative;}
.topnav{position:relative;background:#000;display: none;margin: 0 auto;}
.topnav .ts{height:40px;line-height:40px;}
.topnav .ts i{display:inline-block;}
.topnav .ts img.jt{float:left;margin-top:13px;padding-right:10px;padding-left:5%;}
.topnav .ts p{color:#fff;}
.timing_pic{display: none;}
.del{position:absolute;top:0px;right:0;z-index:100;width:45px;height:50px;text-align:center;}
.del img{cursor: pointer;margin: 5px 0px 0px 10px;}
.inputw p img{position: absolute;top: 15px; right: 10px;}
p.result{display:none;padding-left:20px;font:18px/2em "微软雅黑";}
.jg{/*display:none;*/margin-bottom:80px;border-top:1px solid #c8c7cc;background:#fff;}
.swiper-slide{width:100%;text-align:center;}
.swiper-slide img{width:100%;max-width:640px;}
#mask{position:fixed;top:50%;left:50%;z-index:100;display:none;width:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
a.pic_show{position:absolute;top:0;right:0;display:none;width:13%;height:2.5em;background:url("/public/images/bs.png") center center no-repeat;background-size:1.2em;font-size:1.125em;}
/*a#check{display:block;margin:auto;margin-top:30px;margin-top:10px;width:130px;height:40px;border-radius:40px;background:#1f93d3;color:#fff;text-align:center;text-decoration:none;font-weight:bold;font-size:18px;line-height:35px;}
*/#warn{position:fixed;top:30%;left:0;display:none;width:100%;height:150px;border-radius:10px;text-align:center;}
#warn p{position:relative;margin:0 auto;width:150px;}
#warn p img{display:inline-block;border-radius:10px;}
.delload{position:absolute;top:10px;right:10px;cursor:pointer;}
input#number{width:87%;padding-right: 13%;height:2.5em;color:#bababa;text-indent:20px;font-size:1.125em;font-family:"微软雅黑";}
.inputw{margin-bottom:15px;border-top:#c8c7cc 1px solid;border-bottom:#c8c7cc 1px solid;background:#fff;position: relative;}
.inputbox{position:relative;}
.timing a#nonecheck{display:block;margin:auto;margin-top:30px;margin-top:10px;width:130px;height:40px;border-radius:40px;background:#1f93d3;color:#fff;text-align:center;text-decoration:none;font-weight:700;font-size:18px;line-height:35px;}
.home a#nonecheck{position:absolute;top:0;right:0;display:block;width:13%;height:100%;background:url(/public/images/bs.png) no-repeat center center;background-size:1em;} | app/components/Timing/index.css | .twoW{padding:10px;background:#fff;}
.two_choose{height:35px;line-height:35px;position: relative;}
.two_choose p{float:left;display:inline-block;width:50%;color:#363636;text-align:center;cursor:pointer;border:1px solid #0674ba;}
.two_choose p.one{border-radius:10px 0 0 10px;}
.two_choose p.two{position: absolute;right: 0px;top: 0px;border-radius:0 10px 10px 0;}
.two_choose p.cur,.two_choose .active p{background:#0674ba;color:#fff;}
.show{display:none;padding-top:25px;}
.show.cur{display:block;}
span.choose{display:inline-block;margin-top:13px;margin-bottom:13px;margin-left:20px;font-size:1.125em;}
/* 下拉样式 */
.select{margin-top:1px;padding:0 10px 0 20px;background:#dcdcdf;}
.bt{border-bottom:#c8c7cc 1px solid;}
.select .text{display:block;display:inline-block;width:100%;height:2.5em;background:url(/public/images/sdrag.png) no-repeat right;background-size:.6em;color:#363636;font:18px/30px "微软雅黑";-webkit-appearance:none;appearance:none;}
.select .text p{line-height:2.5em;}
/* 下拉内页样式 */
.inlist{display:none;}
.inlist.cur{display:block;}
.in{padding:0 10px 0 20px;border-bottom:1px solid #c8c7cc;}
.inW{width:100%;height:100%;background:url(/public/images/rdrag.png) no-repeat right;background-size:.4em;z-index: 1000;}
.inW a{display:block;}
.in p{display:block;display:inline-block;width:100%;color:#363636;font:18px/30px "微软雅黑";line-height: 2.5em;}
.in em{font-size: 0.8em;line-height: 1em;padding-bottom: 1.2em;display: inline-block;}
/* 搜索图片显示 */
.pic{position: relative;}
.topnav{position:relative;background:#000;display: none;margin: 0 auto;}
.topnav .ts{height:40px;line-height:40px;}
.topnav .ts i{display:inline-block;}
.topnav .ts img.jt{float:left;margin-top:13px;padding-right:10px;padding-left:5%;}
.topnav .ts p{color:#fff;}
.timing_pic{display: none;}
.del{position:absolute;top:0px;right:0;z-index:100;width:45px;height:50px;text-align:center;}
.del img{cursor: pointer;margin: 5px 0px 0px 10px;}
.inputw p img{position: absolute;top: 15px; right: 10px;}
p.result{display:none;padding-left:20px;font:18px/2em "微软雅黑";}
.jg{/*display:none;*/margin-bottom:80px;border-top:1px solid #c8c7cc;background:#fff;}
.swiper-slide{width:100%;text-align:center;}
.swiper-slide img{width:100%;max-width:640px;}
#mask{position:fixed;top:50%;left:50%;z-index:100;display:none;width:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
a.pic_show{position:absolute;top:0;right:0;display:none;width:13%;height:2.5em;background:url("/public/images/bs.png") center center no-repeat;background-size:1.2em;font-size:1.125em;}
/*a#check{display:block;margin:auto;margin-top:30px;margin-top:10px;width:130px;height:40px;border-radius:40px;background:#1f93d3;color:#fff;text-align:center;text-decoration:none;font-weight:bold;font-size:18px;line-height:35px;}
*/#warn{position:fixed;top:30%;left:0;display:none;width:100%;height:150px;border-radius:10px;text-align:center;}
#warn p{position:relative;margin:0 auto;width:150px;}
#warn p img{display:inline-block;border-radius:10px;}
.delload{position:absolute;top:10px;right:10px;cursor:pointer;}
input#number{width:87%;padding-right: 13%;height:2.5em;color:#bababa;text-indent:20px;font-size:1.125em;font-family:"微软雅黑";}
.inputw{margin-bottom:15px;border-top:#c8c7cc 1px solid;border-bottom:#c8c7cc 1px solid;background:#fff;position: relative;}
.inputbox{position:relative;}
.timing a#nonecheck{display:block;margin:auto;margin-top:30px;margin-top:10px;width:130px;height:40px;border-radius:40px;background:#1f93d3;color:#fff;text-align:center;text-decoration:none;font-weight:700;font-size:18px;line-height:35px;}
.home a#nonecheck{position:absolute;top:0;right:0;display:block;width:13%;height:100%;background:url(/public/images/bs.png) no-repeat center center;background-size:1em;} | 0.26341 | 0.07843 |
a:link {
color:#333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color:#333333;
}
a:hover {
text-decoration: none;
color:#FFFF00;
}
a:active {
text-decoration: none;
color:#FFFFFF;
}
body{
margin:0;
}
#table_position{
padding-bottom:25px;
padding-left:0px;
padding-right:0px;
}
#content{
margin-top:100px;
padding-bottom:25px;
padding-left:25px;
padding-right:25px;
padding-top:25px;
text-align:center;
}
#summary{
color:#333333;
font-family:Arial;
font-size:14px;
padding-bottom:15px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#list_header{
background-color:#66CC00;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#list_body{
color:#333333;
font-family:Arial;
font-size:12px;
}
#menu_list{
background-color:#66CC00;
border-bottom:solid;
border-left:solid;
border-top:solid;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:5px;
margin-bottom:5px;
margin-left:25px;
margin-top:5px;
}
#menu_list:hover{
color:#FFFF00;
}
#menu_list_disabled{
border-bottom:solid;
border-left:solid;
border-top:solid;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:5px;
margin-bottom:5px;
margin-left:25px;
margin-top:20px;
}
#menu_logo{
padding-bottom:30px;
padding-top:10px;
text-align:center;
}
#text_greet{
color:#FFFFFF;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#text_login{
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
#text_normal{
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#title{
color:#333333;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding-bottom:15px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#top{
background-color:#66CC00;
border-bottom:solid;
border-bottom-color:#333333;
height:50px;
padding-bottom:5px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#top_index{
background-color:#66CC00;
border-bottom:solid;
border-bottom-color:#333333;
padding-bottom:10px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
text-align:right;
}
#total_head{
background-color:#009966;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
text-align:right;
width:181px;
}
#total_body, #total_body_red, #total_body_orange{
color:#FFFFFF;
font-family:Arial;
padding-left:10px;
padding-right:10px;
padding-top:5px;
text-align:right;
width:181px;
-moz-box-shadow: 0px 0px 5px #000000;
opacity: 0.80;
padding: 0;
box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-o-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-webkit-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-moz-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
}
#total_body{
background-color:#33CC99;
font-size:18px;
}
#total_body_red{
background-color:#FF8080;
font-size:24px;
font-weight:bold;
}
#showhideboard{
background-color:#009966;
color:#FFFFFF;
font-family:Arial;
font-size:14px;
padding:5px;
text-align:center;
} | data/assets/mot-reports/css/stylesheet.css | a:link {
color:#333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color:#333333;
}
a:hover {
text-decoration: none;
color:#FFFF00;
}
a:active {
text-decoration: none;
color:#FFFFFF;
}
body{
margin:0;
}
#table_position{
padding-bottom:25px;
padding-left:0px;
padding-right:0px;
}
#content{
margin-top:100px;
padding-bottom:25px;
padding-left:25px;
padding-right:25px;
padding-top:25px;
text-align:center;
}
#summary{
color:#333333;
font-family:Arial;
font-size:14px;
padding-bottom:15px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#list_header{
background-color:#66CC00;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#list_body{
color:#333333;
font-family:Arial;
font-size:12px;
}
#menu_list{
background-color:#66CC00;
border-bottom:solid;
border-left:solid;
border-top:solid;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:5px;
margin-bottom:5px;
margin-left:25px;
margin-top:5px;
}
#menu_list:hover{
color:#FFFF00;
}
#menu_list_disabled{
border-bottom:solid;
border-left:solid;
border-top:solid;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:5px;
margin-bottom:5px;
margin-left:25px;
margin-top:20px;
}
#menu_logo{
padding-bottom:30px;
padding-top:10px;
text-align:center;
}
#text_greet{
color:#FFFFFF;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#text_login{
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
#text_normal{
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#title{
color:#333333;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding-bottom:15px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#top{
background-color:#66CC00;
border-bottom:solid;
border-bottom-color:#333333;
height:50px;
padding-bottom:5px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}
#top_index{
background-color:#66CC00;
border-bottom:solid;
border-bottom-color:#333333;
padding-bottom:10px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
text-align:right;
}
#total_head{
background-color:#009966;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
text-align:right;
width:181px;
}
#total_body, #total_body_red, #total_body_orange{
color:#FFFFFF;
font-family:Arial;
padding-left:10px;
padding-right:10px;
padding-top:5px;
text-align:right;
width:181px;
-moz-box-shadow: 0px 0px 5px #000000;
opacity: 0.80;
padding: 0;
box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-o-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-webkit-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
-moz-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
}
#total_body{
background-color:#33CC99;
font-size:18px;
}
#total_body_red{
background-color:#FF8080;
font-size:24px;
font-weight:bold;
}
#showhideboard{
background-color:#009966;
color:#FFFFFF;
font-family:Arial;
font-size:14px;
padding:5px;
text-align:center;
} | 0.214239 | 0.056185 |
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
* {
box-sizing: border-box;
}
.aside {
background-color: #3c3c3c;
/*cuadro de la derecha*/
padding: 15px;
color: #ffffff;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cards{
background-color: #2e2e2e;
color: #29F100;
width: 25%;
height: 15%;
margin-left: 15px;
justify-content: space-around;
display: -webkit-inline-box;
padding: 5px;
}
.mainText {
padding-left: 5%;
padding-top: 25%;
}
.imgBody{
/* background-image: url("../media/carBanner.jpg"); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
width: 100vw;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
body{
margin: 0 auto;
color: #f0f0f0;
background: #2e2e2e;
font-family: "Open Sans", sans-serif;
}
.dark-mode{
margin: 0 auto;
color: #f0f0f0;
background: #2e2e2e;
font-family: "Open Sans", sans-serif;
}
.hidden{
display:none;
}
.header {
background-color: rgb(60, 60, 60);
color: #ffffff;
/*color letra*/
padding: 15px;
}
.nav1{
background: transparent;
height: 100px;
color:#fff;
}
.nav-container{
display: flex;
margin: auto;
width: 85%;
justify-content: space-between;
align-items: center;
max-width:1000px;
height:inherit;
overflow: hidden;
}
.sameLine {
justify-content: space-around;
display: flex;
}
.backImage {
background-image: url("../media/carBanner.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 30vh;
width: 100vw;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.footer {
bottom: 0;
width: 100%;
/* position: fixed;*/
background-color: #3c3c3c;
color: #ffffff;
text-align: center;
font-size: 12px;
padding: 15px;
}
.logo img{ height:80px;}
#dynamicTable {
justify-content: center;
display: flex;
}
th {
background-color: #a00;
color: #fff;
}
input[type="text"], [type="number"] {
width: 25%;
background: #fff;
color: #555;
margin-bottom: 1px;
padding: 7px;
/* El alto del box */
padding-left: 1rem;
font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 120%;
border-radius: 1.5rem;
border: 1px solid #ccc;
}
.menuIcon{
display:none;
font-size: 24px;
padding: 23.5px 20px;
}
/* Mobile */
@media screen and (max-width: 500px){
.menuIcon{
display:block;
cursor: pointer;
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
}
* {
margin: 0;
padding: 0;
}
.aside {
background-color: #3c3c3c;
/*cuadro de la derecha*/
padding: 15px;
color: #ffffff;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
nav .myLinks a{
display: inline-block;
padding: 5px 0;
margin-right: 17px;
font-size: 17px;
font-weight: 300;
text-decoration: none;
border-bottom: 3px solid transparent;
color: inherit;
}
nav .myLinks a:hover{
border-bottom: 3px solid #a45514;
transition: 0.6s;
}
#spinnerCont {
display: none;
justify-content: center;
text-align: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
#mySpinner {
position: absolute;
top: 30%;
}
/* Github Ribbon */
.github-fork-ribbon {
/* The right and left classes determine the side we attach our banner to */
position: absolute;
/* Add a bit of padding to give some substance outside the "stitching" */
padding: 2px 0;
/* Set the base colour */
background-color: #a00;
/* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
/* Add a drop shadow */
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
/* Set the font */
font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
z-index: 9999;
pointer-events: auto;
}
.github-fork-ribbon a,
.github-fork-ribbon a:hover {
/* Set the text properties */
color: #fff;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
text-align: center;
/* Set the geometry. If you fiddle with these you'll also need
to tweak the top and right values in .github-fork-ribbon. */
width: 200px;
line-height: 20px;
/* Set the layout properties */
display: inline-block;
padding: 2px 0;
/* Add "stitching" effect */
border-width: 1px 0;
border-style: dotted;
border-color: #fff;
border-color: rgba(255, 255, 255, 0.7);
}
.github-fork-ribbon-wrapper {
width: 135px;
height: 135px;
position: absolute;
overflow: hidden;
top: 0;
z-index: 9999;
pointer-events: none;
}
.github-fork-ribbon-wrapper.right {
right: 0;
}
.github-fork-ribbon-wrapper.right .github-fork-ribbon {
top: 42px;
right: -43px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.right .github-fork-ribbon {
background-color: #333;
} | 2 - Modelos_Examenes/2021_SP_Concesionaria/css/styles.css | @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
* {
box-sizing: border-box;
}
.aside {
background-color: #3c3c3c;
/*cuadro de la derecha*/
padding: 15px;
color: #ffffff;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cards{
background-color: #2e2e2e;
color: #29F100;
width: 25%;
height: 15%;
margin-left: 15px;
justify-content: space-around;
display: -webkit-inline-box;
padding: 5px;
}
.mainText {
padding-left: 5%;
padding-top: 25%;
}
.imgBody{
/* background-image: url("../media/carBanner.jpg"); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
width: 100vw;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
body{
margin: 0 auto;
color: #f0f0f0;
background: #2e2e2e;
font-family: "Open Sans", sans-serif;
}
.dark-mode{
margin: 0 auto;
color: #f0f0f0;
background: #2e2e2e;
font-family: "Open Sans", sans-serif;
}
.hidden{
display:none;
}
.header {
background-color: rgb(60, 60, 60);
color: #ffffff;
/*color letra*/
padding: 15px;
}
.nav1{
background: transparent;
height: 100px;
color:#fff;
}
.nav-container{
display: flex;
margin: auto;
width: 85%;
justify-content: space-between;
align-items: center;
max-width:1000px;
height:inherit;
overflow: hidden;
}
.sameLine {
justify-content: space-around;
display: flex;
}
.backImage {
background-image: url("../media/carBanner.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 30vh;
width: 100vw;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.footer {
bottom: 0;
width: 100%;
/* position: fixed;*/
background-color: #3c3c3c;
color: #ffffff;
text-align: center;
font-size: 12px;
padding: 15px;
}
.logo img{ height:80px;}
#dynamicTable {
justify-content: center;
display: flex;
}
th {
background-color: #a00;
color: #fff;
}
input[type="text"], [type="number"] {
width: 25%;
background: #fff;
color: #555;
margin-bottom: 1px;
padding: 7px;
/* El alto del box */
padding-left: 1rem;
font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 120%;
border-radius: 1.5rem;
border: 1px solid #ccc;
}
.menuIcon{
display:none;
font-size: 24px;
padding: 23.5px 20px;
}
/* Mobile */
@media screen and (max-width: 500px){
.menuIcon{
display:block;
cursor: pointer;
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
}
* {
margin: 0;
padding: 0;
}
.aside {
background-color: #3c3c3c;
/*cuadro de la derecha*/
padding: 15px;
color: #ffffff;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
nav .myLinks a{
display: inline-block;
padding: 5px 0;
margin-right: 17px;
font-size: 17px;
font-weight: 300;
text-decoration: none;
border-bottom: 3px solid transparent;
color: inherit;
}
nav .myLinks a:hover{
border-bottom: 3px solid #a45514;
transition: 0.6s;
}
#spinnerCont {
display: none;
justify-content: center;
text-align: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
#mySpinner {
position: absolute;
top: 30%;
}
/* Github Ribbon */
.github-fork-ribbon {
/* The right and left classes determine the side we attach our banner to */
position: absolute;
/* Add a bit of padding to give some substance outside the "stitching" */
padding: 2px 0;
/* Set the base colour */
background-color: #a00;
/* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
/* Add a drop shadow */
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
/* Set the font */
font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
z-index: 9999;
pointer-events: auto;
}
.github-fork-ribbon a,
.github-fork-ribbon a:hover {
/* Set the text properties */
color: #fff;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
text-align: center;
/* Set the geometry. If you fiddle with these you'll also need
to tweak the top and right values in .github-fork-ribbon. */
width: 200px;
line-height: 20px;
/* Set the layout properties */
display: inline-block;
padding: 2px 0;
/* Add "stitching" effect */
border-width: 1px 0;
border-style: dotted;
border-color: #fff;
border-color: rgba(255, 255, 255, 0.7);
}
.github-fork-ribbon-wrapper {
width: 135px;
height: 135px;
position: absolute;
overflow: hidden;
top: 0;
z-index: 9999;
pointer-events: none;
}
.github-fork-ribbon-wrapper.right {
right: 0;
}
.github-fork-ribbon-wrapper.right .github-fork-ribbon {
top: 42px;
right: -43px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.right .github-fork-ribbon {
background-color: #333;
} | 0.283385 | 0.107508 |
@import 'app/styles/variables.css';
.root {
composes: contentContainer from 'app/styles/utilities.css';
}
.quoteContainer {
display: flex;
flex-direction: column;
}
.quoteContainer h1 {
margin: 0 0 20px;
}
.quotepageRight {
min-height: 300px;
padding: 0 0 0 30px;
margin-left: 60px;
border-left: 1px solid #ccc;
order: 2;
}
.quotepageRight a {
display: block;
}
.comments {
order: 3;
margin: 15px 0 0 20px;
width: 100%;
}
.sortQuote {
order: 2;
width: 200px;
margin-top: 40px;
}
.selectedQuoteSort {
font-weight: 600;
}
.submitQuote {
padding: 10px 20px;
font-size: 14px;
margin: 10px 0 50px;
}
.submitQuote:disabled {
color: #ccc;
}
.addQuote label {
display: block;
}
.addQuoteContent {
width: 500px;
height: 150px;
}
.addQuoteSource {
width: 500px;
height: 75px;
}
.addQuote .fieldError {
color: red;
font-weight: bold;
}
.errorMessage {
color: red;
}
.clear {
clear: both;
}
/* Detail */
.singleQuote {
padding: 1px 20px 0 0;
background-repeat: no-repeat;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 50px;
&:last-child .quoteBottom {
border-bottom: none;
}
}
.theQuote {
padding-left: 5px;
}
.theQuote a {
color: black;
}
.theQuote a:hover {
color: black;
text-decoration: none;
}
.leftQuote {
display: flex;
width: 100%;
order: 1;
}
.leftQuote i {
@media (--small-viewport) {
display: none;
}
}
.rightQuote {
order: 2;
display: flex;
justify-content: space-between;
margin-top: 2px;
width: 70px;
margin-left: 20px;
}
.singleQuote h3 {
font-weight: 300;
font-size: 30px;
margin: 0;
line-height: 35px;
}
.singleQuote h3 a {
color: #777;
}
.singleQuote h3 a:hover {
color: orange;
}
.fa-thumbs-up {
padding-top: 5px;
font-size: 35px;
order: 0;
}
.quoteDefault {
color: gray;
}
.fa-thumbs-up:hover {
color: orange;
}
.quoteBottom {
width: 100%;
margin-top: 20px;
padding-bottom: 5px;
margin-left: 130px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
order: 3;
@media (--small-viewport) {
padding: 0 0 30px;
margin: 30px 0 0;
}
}
.quoteSource {
font-size: 20px;
order: 1;
margin-top: -5px;
width: 70%;
line-height: 25px;
}
.quoteSource i {
font-size: 20px !important;
}
.bottomRow {
display: flex;
justify-content: space-between;
width: 100%;
min-width: 140px;
order: 2;
}
.bottomRight {
order: 2;
display: flex;
flex-direction: row;
}
.bottomRight div {
margin-left: 10px;
}
.quoteDate {
color: #666;
font-size: 13px;
order: 1;
margin-top: 3px;
}
.dropdownIcon {
color: var(--lego-link-color);
font-size: 18px;
margin: 0;
padding: 0;
}
.commentCount {
order: 1;
}
.quoteAdmin {
order: 2;
}
.faQuote-right {
font-size: 100px;
color: #dbdbdb;
margin-right: 30px;
order: 0;
height: 0;
}
.adminDropdown {
position: absolute;
}
@media (--small-viewport) {
.quoteContainer {
margin: 0 15px;
width: 100%;
flex-direction: column;
}
.sortQuote {
margin: 0;
}
.quotepageLeft {
width: 100%;
}
.singleQuote {
width: 100%;
flex-direction: column;
}
.faQuote-right {
display: none;
}
.leftQuote {
width: 100%;
}
.quoteAdmin {
margin: 0;
width: 100%;
}
.quoteDate {
margin-top: 10px;
}
.theQuote {
width: 100%;
}
.rightQuote {
margin: -50px 0 0 0;
order: 4;
}
.quotepageRight {
order: 99;
border: 0;
margin: 0 0 0 100px;
font-size: 20px;
}
} | app/routes/quotes/components/Quotes.css | @import 'app/styles/variables.css';
.root {
composes: contentContainer from 'app/styles/utilities.css';
}
.quoteContainer {
display: flex;
flex-direction: column;
}
.quoteContainer h1 {
margin: 0 0 20px;
}
.quotepageRight {
min-height: 300px;
padding: 0 0 0 30px;
margin-left: 60px;
border-left: 1px solid #ccc;
order: 2;
}
.quotepageRight a {
display: block;
}
.comments {
order: 3;
margin: 15px 0 0 20px;
width: 100%;
}
.sortQuote {
order: 2;
width: 200px;
margin-top: 40px;
}
.selectedQuoteSort {
font-weight: 600;
}
.submitQuote {
padding: 10px 20px;
font-size: 14px;
margin: 10px 0 50px;
}
.submitQuote:disabled {
color: #ccc;
}
.addQuote label {
display: block;
}
.addQuoteContent {
width: 500px;
height: 150px;
}
.addQuoteSource {
width: 500px;
height: 75px;
}
.addQuote .fieldError {
color: red;
font-weight: bold;
}
.errorMessage {
color: red;
}
.clear {
clear: both;
}
/* Detail */
.singleQuote {
padding: 1px 20px 0 0;
background-repeat: no-repeat;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 50px;
&:last-child .quoteBottom {
border-bottom: none;
}
}
.theQuote {
padding-left: 5px;
}
.theQuote a {
color: black;
}
.theQuote a:hover {
color: black;
text-decoration: none;
}
.leftQuote {
display: flex;
width: 100%;
order: 1;
}
.leftQuote i {
@media (--small-viewport) {
display: none;
}
}
.rightQuote {
order: 2;
display: flex;
justify-content: space-between;
margin-top: 2px;
width: 70px;
margin-left: 20px;
}
.singleQuote h3 {
font-weight: 300;
font-size: 30px;
margin: 0;
line-height: 35px;
}
.singleQuote h3 a {
color: #777;
}
.singleQuote h3 a:hover {
color: orange;
}
.fa-thumbs-up {
padding-top: 5px;
font-size: 35px;
order: 0;
}
.quoteDefault {
color: gray;
}
.fa-thumbs-up:hover {
color: orange;
}
.quoteBottom {
width: 100%;
margin-top: 20px;
padding-bottom: 5px;
margin-left: 130px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
order: 3;
@media (--small-viewport) {
padding: 0 0 30px;
margin: 30px 0 0;
}
}
.quoteSource {
font-size: 20px;
order: 1;
margin-top: -5px;
width: 70%;
line-height: 25px;
}
.quoteSource i {
font-size: 20px !important;
}
.bottomRow {
display: flex;
justify-content: space-between;
width: 100%;
min-width: 140px;
order: 2;
}
.bottomRight {
order: 2;
display: flex;
flex-direction: row;
}
.bottomRight div {
margin-left: 10px;
}
.quoteDate {
color: #666;
font-size: 13px;
order: 1;
margin-top: 3px;
}
.dropdownIcon {
color: var(--lego-link-color);
font-size: 18px;
margin: 0;
padding: 0;
}
.commentCount {
order: 1;
}
.quoteAdmin {
order: 2;
}
.faQuote-right {
font-size: 100px;
color: #dbdbdb;
margin-right: 30px;
order: 0;
height: 0;
}
.adminDropdown {
position: absolute;
}
@media (--small-viewport) {
.quoteContainer {
margin: 0 15px;
width: 100%;
flex-direction: column;
}
.sortQuote {
margin: 0;
}
.quotepageLeft {
width: 100%;
}
.singleQuote {
width: 100%;
flex-direction: column;
}
.faQuote-right {
display: none;
}
.leftQuote {
width: 100%;
}
.quoteAdmin {
margin: 0;
width: 100%;
}
.quoteDate {
margin-top: 10px;
}
.theQuote {
width: 100%;
}
.rightQuote {
margin: -50px 0 0 0;
order: 4;
}
.quotepageRight {
order: 99;
border: 0;
margin: 0 0 0 100px;
font-size: 20px;
}
} | 0.447943 | 0.102305 |
@media (min-width: 1200px) {
.container {
width: 1080px;
}
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
filter: none;
filter: none;
background-repeat: repeat-x;
background-color:#f8f8f8;
border-color: transparent;
border-color: transparent;
color:#222;
}
.btn-default:hover,
.btn-default:focus {
background-color: #eee;
border-color: transparent;
color:#222;
}
.btn-default:active,
.btn-default.active {
background-color: #222;
border-color: #222;
color:#fff;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color:none;
border-color: #e8e8e8;
background-image: none;
}
.btn-primary {
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
border-color: transparent;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: transparent;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #2d6ca2;
}
.btn-success {
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
border-color: transparent;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: transparent;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #419641;
}
.btn-info {
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
border-color: transparent;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: transparent;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #2aabd2;
}
.btn-warning {
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
border-color: transparent;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: transparent;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #eb9316;
}
.btn-danger {
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
border-color: transparent;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: transparent;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #c12e2a;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
padding-left:20px;
padding-right:20px;
-webkit-transition:all 0.3s ease 0.2s;
-moz-transition:all 0.3s ease 0.2s;
-ms-transition:all 0.3s ease 0.2s;
-o-transition:all 0.3s ease 0.2s;
transition:all 0.3s ease 0.1s;
text-shadow: none;
border-width:0;
text-decoration:none;
-webkit-box-shadow: none;
box-shadow: none;
text-transform:uppercase;
letter-spacing:.07em;
line-height: 1.66857143;
font-weight:700;
color:rgba(255,255,255,.9);
position:relative;
font-size:12px;
border:1px solid transparent;
-webkit-border-radius:3px;
border-radius:3px;
}
.btn-default{
color:#222;
}
.btn-default.btn-transparent,
.btn-primary.btn-transparent,
.btn-success.btn-transparent,
.btn-info.btn-transparent,
.btn-warning.btn-transparent,
.btn-danger.btn-transparent{
background:none!important;
}
.btn-default.btn-transparent{
border-color:#222;
}
.btn-default.btn-transparent:hover,
.btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active{
background:#222!important;
border-color:#222!important;
color:#fff!important;
}
.btn-sm,
.btn-group-sm > .btn{
-webkit-border-radius:0;
border-radius:0;
font-size:11px;
padding-left:8px;
padding-right:8px;
}
.input-group-btn .btn-default,
.input-group-btn .btn-primary,
.input-group-btn .btn-success,
.input-group-btn .btn-info,
.input-group-btn .btn-warning,
.input-group-btn .btn-danger {
-webkit-border-radius:4px;
border-radius:4px;
}
.btn{
-webkit-border-radius:3px;
border-radius:3px;
}
.thumbnail,
.img-thumbnail {
background-color:#ffffff;
border:1px solid #e8e8e8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
}
.navbar-default {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
}
.navbar-inverse .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
border-color: #b2dba1;
}
.alert-info {
border-color: #9acfea;
}
.alert-warning {
border-color: #f5e79e;
}
.alert-danger {
border-color: #dca7a7;
}
.progress {
}
.progress-bar {
}
.progress-bar-success {
}
.progress-bar-info {
}
.progress-bar-warning {
}
.progress-bar-danger {
}
.progress-bar-striped {
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
border-color: #3278b3;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
}
.panel-primary > .panel-heading {
}
.panel-success > .panel-heading {
}
.panel-info > .panel-heading {
}
.panel-warning > .panel-heading {
}
.panel-danger > .panel-heading {
}
.well {
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/* ==================================================
Tabs
================================================== */
.tabs{
}
.nav-tabs{
border:0;
}
.nav-tabs > li{
position:relative;
display:block;
float:left;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:400;
font-size:12px;
}
.nav-tabs > li > a{
-webkit-border-radius:0;
border-radius:0;
letter-spacing:1px;
line-height:32px;
display:block;
padding:0 20px;
text-decoration:none;
background:#666;
color:#fff;
border:0;
margin-right:0;
padding-right:21px;
border-right:none;
border-bottom: none;
}
.nav-tabs > li > a:hover{
background:#333;
color:#fff;
border:0;
border-right:none;
text-decoration:none;
border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
border:0;
border-right:none;
border-bottom:none;
}
.nav-tabs li a:active, .nav-tabs li.active a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
background:#222;
color:#fff;
}
.tab-content{
padding:30px 0 0;
}
.tab-content > .tab-pane{
display:none;
}
.tab-content > .active{
display:block;
}
/* ==================================================
Accordion & Toggle
================================================== */
.accordion {
margin-bottom: 35px;
}
.accordion-group {
margin-bottom: 8px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.accordion-heading {
border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
position: relative;
display: block;
padding: 15px;
background:none;
text-decoration:none;
font-size: 13px;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
border:1px solid #e4e4e3;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-toggle:hover{
text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
background:none;
}
.accordion-heading .accordion-toggle.active {
color:#fff;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
position: absolute;
top: 50%;
right: 20px;
margin: -8px 0 0 0;
font-size: 18px;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
color: #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-heading.accordionize .accordion-toggle.active,
.accordion-heading.togglize .accordion-toggle.active {
color:#fff;
}
.accordion-heading.togglize .accordion-toggle i {
margin: -8px 0 0 0;
font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
display:block;
}
.accordion-inner {
padding: 16px;
border: 1px solid #efefef;
background: #fff;
}
/* ==================================================
Alerts
================================================== */
.alert {
margin-bottom: 20px;
padding: 15px 35px 15px 15px;
border: 1px solid #efefef;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #f8f8f8;
text-shadow: none;
}
.alert .close {
position: relative;
top: 0px;
right: -22px;
color: #FFFFFF;
text-shadow: none;
line-height: 20px;
-webkit-transition: opacity 0.1s linear 0s;
-moz-transition: opacity 0.1s linear 0s;
-ms-transition: opacity 0.1s linear 0s;
-o-transition: opacity 0.1s linear 0s;
transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
text-decoration:none;
opacity: 1;
}
.alert-standard {
border-color:#efefef;
background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
color:#666;
}
.alert-success {
border-color:#d6e9c6;
background-color: #dff0d8;
}
.alert-success, .alert-success .close {
color:#468847;
}
.alert-danger,
.alert-error {
border-color:#ebccd1;
background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
color:#b94a48;
}
.alert-info {
border-color:#bce8f1;
background-color: #d9edf7;
}
.alert-info, .alert-info .close {
color:#3a87ad;
}
.alert-warning {
border-color:#faebcc;
background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
color:#c09853;
}
/* ==================================================
Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
margin-bottom: 15px;
height: 20px;
border-radius: 3px;
background-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
background-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffffff;
text-align: center;
font-size: 12px;
line-height: 20px;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
position: relative;
border-radius: 3px;
}
.progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
span.progress-bar-tooltip {
position: absolute;
position: absolute;
top: -28px;
right: 5px;
display: block;
padding: 4px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #333;
color: #FFF;
font-size: 11px;
line-height: 15px;
opacity: 0;
filter: alpha(opacity=0);
-o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
position: absolute;
bottom: -5px;
left: 13px;
display: block;
width: 0;
border-width: 5px 5px 0;
border-style: solid;
border-color: #333 transparent;
content: "";
}
.progress-label{
text-transform:uppercase;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
color:#666;
}
.form-control:focus {
border-color: #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.breadcrumb{
background:none;
margin:0;
font-weight:300;
padding-left:0;
font-size:13px;
}
.breadcrumb > li + li:before {
content: "\203A";
color:##999;
padding:0 8px;
}
.breadcrumb li:first-child{
padding-left:0;
}
.breadcrumb a {
color: #ccc;
}
.breadcrumb a:hover{
color:rgba(255,255,255,.8);
}
.breadcrumb > .active {
color: #fff;
}
.label{
font-size:10px!important;
text-transform:uppercase;
position:relative;
top:-2px;
}
.pagination{
margin-bottom:0;
margin-top:30px;
}
.pagination > li > a, .pagination > li > span{
color:#666;
}
.nav{
margin:0;
}
.img-thumbnail{
border-radius:0;
background:#f8f8f8;
border-color:#efefef;
margin-bottom:20px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control{
font-size:15px;
}
.label {
padding: .3em .6em .3em;
}
.list-group{
list-style-type:none;
margin:20px 0;
} | public/landing/css/bootstrap-theme.css | @media (min-width: 1200px) {
.container {
width: 1080px;
}
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
filter: none;
filter: none;
background-repeat: repeat-x;
background-color:#f8f8f8;
border-color: transparent;
border-color: transparent;
color:#222;
}
.btn-default:hover,
.btn-default:focus {
background-color: #eee;
border-color: transparent;
color:#222;
}
.btn-default:active,
.btn-default.active {
background-color: #222;
border-color: #222;
color:#fff;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color:none;
border-color: #e8e8e8;
background-image: none;
}
.btn-primary {
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
border-color: transparent;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: transparent;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #2d6ca2;
}
.btn-success {
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
border-color: transparent;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: transparent;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #419641;
}
.btn-info {
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
border-color: transparent;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: transparent;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #2aabd2;
}
.btn-warning {
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
border-color: transparent;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: transparent;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #eb9316;
}
.btn-danger {
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
border-color: transparent;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: transparent;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #c12e2a;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
padding-left:20px;
padding-right:20px;
-webkit-transition:all 0.3s ease 0.2s;
-moz-transition:all 0.3s ease 0.2s;
-ms-transition:all 0.3s ease 0.2s;
-o-transition:all 0.3s ease 0.2s;
transition:all 0.3s ease 0.1s;
text-shadow: none;
border-width:0;
text-decoration:none;
-webkit-box-shadow: none;
box-shadow: none;
text-transform:uppercase;
letter-spacing:.07em;
line-height: 1.66857143;
font-weight:700;
color:rgba(255,255,255,.9);
position:relative;
font-size:12px;
border:1px solid transparent;
-webkit-border-radius:3px;
border-radius:3px;
}
.btn-default{
color:#222;
}
.btn-default.btn-transparent,
.btn-primary.btn-transparent,
.btn-success.btn-transparent,
.btn-info.btn-transparent,
.btn-warning.btn-transparent,
.btn-danger.btn-transparent{
background:none!important;
}
.btn-default.btn-transparent{
border-color:#222;
}
.btn-default.btn-transparent:hover,
.btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active{
background:#222!important;
border-color:#222!important;
color:#fff!important;
}
.btn-sm,
.btn-group-sm > .btn{
-webkit-border-radius:0;
border-radius:0;
font-size:11px;
padding-left:8px;
padding-right:8px;
}
.input-group-btn .btn-default,
.input-group-btn .btn-primary,
.input-group-btn .btn-success,
.input-group-btn .btn-info,
.input-group-btn .btn-warning,
.input-group-btn .btn-danger {
-webkit-border-radius:4px;
border-radius:4px;
}
.btn{
-webkit-border-radius:3px;
border-radius:3px;
}
.thumbnail,
.img-thumbnail {
background-color:#ffffff;
border:1px solid #e8e8e8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
}
.navbar-default {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
}
.navbar-inverse .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
border-color: #b2dba1;
}
.alert-info {
border-color: #9acfea;
}
.alert-warning {
border-color: #f5e79e;
}
.alert-danger {
border-color: #dca7a7;
}
.progress {
}
.progress-bar {
}
.progress-bar-success {
}
.progress-bar-info {
}
.progress-bar-warning {
}
.progress-bar-danger {
}
.progress-bar-striped {
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
border-color: #3278b3;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
}
.panel-primary > .panel-heading {
}
.panel-success > .panel-heading {
}
.panel-info > .panel-heading {
}
.panel-warning > .panel-heading {
}
.panel-danger > .panel-heading {
}
.well {
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/* ==================================================
Tabs
================================================== */
.tabs{
}
.nav-tabs{
border:0;
}
.nav-tabs > li{
position:relative;
display:block;
float:left;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
font-weight:400;
font-size:12px;
}
.nav-tabs > li > a{
-webkit-border-radius:0;
border-radius:0;
letter-spacing:1px;
line-height:32px;
display:block;
padding:0 20px;
text-decoration:none;
background:#666;
color:#fff;
border:0;
margin-right:0;
padding-right:21px;
border-right:none;
border-bottom: none;
}
.nav-tabs > li > a:hover{
background:#333;
color:#fff;
border:0;
border-right:none;
text-decoration:none;
border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
border:0;
border-right:none;
border-bottom:none;
}
.nav-tabs li a:active, .nav-tabs li.active a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
background:#222;
color:#fff;
}
.tab-content{
padding:30px 0 0;
}
.tab-content > .tab-pane{
display:none;
}
.tab-content > .active{
display:block;
}
/* ==================================================
Accordion & Toggle
================================================== */
.accordion {
margin-bottom: 35px;
}
.accordion-group {
margin-bottom: 8px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.accordion-heading {
border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
position: relative;
display: block;
padding: 15px;
background:none;
text-decoration:none;
font-size: 13px;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
border:1px solid #e4e4e3;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-toggle:hover{
text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
background:none;
}
.accordion-heading .accordion-toggle.active {
color:#fff;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
position: absolute;
top: 50%;
right: 20px;
margin: -8px 0 0 0;
font-size: 18px;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
color: #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-heading.accordionize .accordion-toggle.active,
.accordion-heading.togglize .accordion-toggle.active {
color:#fff;
}
.accordion-heading.togglize .accordion-toggle i {
margin: -8px 0 0 0;
font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
display:block;
}
.accordion-inner {
padding: 16px;
border: 1px solid #efefef;
background: #fff;
}
/* ==================================================
Alerts
================================================== */
.alert {
margin-bottom: 20px;
padding: 15px 35px 15px 15px;
border: 1px solid #efefef;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #f8f8f8;
text-shadow: none;
}
.alert .close {
position: relative;
top: 0px;
right: -22px;
color: #FFFFFF;
text-shadow: none;
line-height: 20px;
-webkit-transition: opacity 0.1s linear 0s;
-moz-transition: opacity 0.1s linear 0s;
-ms-transition: opacity 0.1s linear 0s;
-o-transition: opacity 0.1s linear 0s;
transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
text-decoration:none;
opacity: 1;
}
.alert-standard {
border-color:#efefef;
background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
color:#666;
}
.alert-success {
border-color:#d6e9c6;
background-color: #dff0d8;
}
.alert-success, .alert-success .close {
color:#468847;
}
.alert-danger,
.alert-error {
border-color:#ebccd1;
background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
color:#b94a48;
}
.alert-info {
border-color:#bce8f1;
background-color: #d9edf7;
}
.alert-info, .alert-info .close {
color:#3a87ad;
}
.alert-warning {
border-color:#faebcc;
background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
color:#c09853;
}
/* ==================================================
Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
margin-bottom: 15px;
height: 20px;
border-radius: 3px;
background-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
background-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffffff;
text-align: center;
font-size: 12px;
line-height: 20px;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
position: relative;
border-radius: 3px;
}
.progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
span.progress-bar-tooltip {
position: absolute;
position: absolute;
top: -28px;
right: 5px;
display: block;
padding: 4px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #333;
color: #FFF;
font-size: 11px;
line-height: 15px;
opacity: 0;
filter: alpha(opacity=0);
-o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
position: absolute;
bottom: -5px;
left: 13px;
display: block;
width: 0;
border-width: 5px 5px 0;
border-style: solid;
border-color: #333 transparent;
content: "";
}
.progress-label{
text-transform:uppercase;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
color:#666;
}
.form-control:focus {
border-color: #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.breadcrumb{
background:none;
margin:0;
font-weight:300;
padding-left:0;
font-size:13px;
}
.breadcrumb > li + li:before {
content: "\203A";
color:##999;
padding:0 8px;
}
.breadcrumb li:first-child{
padding-left:0;
}
.breadcrumb a {
color: #ccc;
}
.breadcrumb a:hover{
color:rgba(255,255,255,.8);
}
.breadcrumb > .active {
color: #fff;
}
.label{
font-size:10px!important;
text-transform:uppercase;
position:relative;
top:-2px;
}
.pagination{
margin-bottom:0;
margin-top:30px;
}
.pagination > li > a, .pagination > li > span{
color:#666;
}
.nav{
margin:0;
}
.img-thumbnail{
border-radius:0;
background:#f8f8f8;
border-color:#efefef;
margin-bottom:20px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control{
font-size:15px;
}
.label {
padding: .3em .6em .3em;
}
.list-group{
list-style-type:none;
margin:20px 0;
} | 0.277963 | 0.037397 |
body {
height: 100%;
background: linear-gradient(rgba(234,234,234,.30), rgba(234,234,234,.30)), url("../images/grayBackground.jpg");
background-size: cover;
max-width: 100%;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#dr-form {
background-color: white;
height: 100%;
width: 80%;
display: flex;
flex-direction: column;
padding-top: 2%;
padding-bottom: 2%;
}
#header-logo, #name-date-container, #lists-processor, #part3, #part4, #docs-options, #p-date-time, #d-date-time, #a-date-time,
/* modal */ #upper1-part1, #upper2-part1, #lower1-part1, #lower2-part1, #upper-part2, #middle-part2, #lower-part2,
#modal-part3, #arrival-date-ppoint, #arrival-time-ppoint, #departure-date-ppoint, #departure-time-ppoint, #arrival-date-dpoint,
#arrival-time-dpoint, #startload-date-dpoint, #startload-time-dpoint, #finishload-date-dpoint, #finishload-time-dpoint,
#departure-date-dpoint, #departure-time-dpoint, #modal-fleet1-details, #modal-fleet2-details, #modal-acknowledgement1,
#modal-acknowledgement2 {
display: flex;
flex-direction: row;
}
#a-date {
width:47%;
}
#part1, #part2, #description, #p-date, #p-time, /* modal */ #modal-part1, #modal-part2, #modal-part4,
#arrival-ppoint, #departure-ppoint, #arrival-dpoint, #startload-dpoint, #finishload-dpoint, #departure-dpoint {
display: flex;
flex-direction: column;
}
#part1, #part2, #part3, #part4, /* modal */ #modal-part1, #modal-part2, #modal-part3, #modal-part4 {
border-top: 5px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
border-color: #194A09;
border-style: solid;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 3%;
padding-right: 3%;
}
#header {
display: flex;
flex-direction: column;
align-items: center;
padding-left: 3%;
padding-bottom: 2%;
}
#header-logo {
display: flex;
align-items: center;
}
.header-logo img {
float: left;
width: 23%;
height: 23%;
}
.header-logo h1 {
position: relative;
font-size: 6vh;
padding-left: 1%;
color: #299B04;
}
#name-container, #mode-shipment, #pick-up, #fleet-details {
width: 55%;
}
#second-docs, #p-time, #d-time, #a-time {
margin-left: 7vh;
}
#description, #pickup-site, #delivery-site {
width: 50%;
padding-left: 7px;
resize: none;
}
#label-ack1, #label-ack2 {
font-size: 2vh;
}
/* Modal */ #a-date-label-dpoint-p3, #a-time-label-dpoint-p3, #sl-date-label-dpoint-p3, #sl-time-label-dpoint-p3,
#fl-date-label-dpoint-p3, #fl-time-label-dpoint-p3, #d-date-label-dpoint-p3, #d-time-label-dpoint-p3 {
width:81%;
}
/* Modal */ #a-date-label-ppoint-p3, #a-time-label-ppoint-p3, #d-date-label-ppoint-p3, #d-time-label-ppoint-p3 {
width:50%;
}
/*
* Modal
*/
.label-p3, #upper1-left-p1, #upper2-left-p1, #lower1-left-p1, #lower2-left-p1, #upper-left-p2, #middle-left-p2, #lower-left-p2,
#left-p3,#upper1-left-p4, #upper2-left-p4, #lower1-left-p4, #lower2-left-p4 {
width: 35%;
font-size: 2vh;
}
/*
* Modal
*/
.input-p3, #upper1-right-p1, #upper2-right-p1, #lower1-right-p1, #lower2-right-p1, #upper-right-p2, #middle-right-p2, #lower-right-p2,
#upper1-right-p4, #upper2-right-p4, #lower1-right-p4, #lower2-right-p4 {
width: 55%;
word-wrap: break-word;
color: black;
font-size: 2vh;
margin-left: 2vh;
}
/*
* Modal
*/
#right-p3 {
margin-left: 2vh;
width: 55%;
word-wrap: break-word;
}
#submit, #submit-confirm {
background-color: #194A09;
color: white;
font-size: 3vh;
padding-top: 1vh;
padding-bottom: 1vh;
padding-left: 5vh;
padding-right: 5vh;
border: #194A09;
float: right;
margin-right: 5%;
}
#closeConfirmModal {
background-color: #194A09;
border: #194A09;
}
#submit:hover, #submit-confirm:hover, #closeConfirmModal:hover {
background-color: #123524;
border: #123524;
}
#btn-cancel{
background: #828282;
border-color: #828282;
color: white;
font-size: 3vh;
padding-top: 0.9vh;
padding-bottom: 0.9vh;
padding-left: 5vh;
padding-right: 5vh;
float: right;
margin-right: 5%;
}
#btn-cancel:hover {
background-color: #707070;
border-color: #828282;
}
input[type=text], input[type=date], input[type=time], input[type=number]{
border: none;
border-bottom: 2px solid #194A09;
font-size: 2vh;
display: block;
width: auto;
}
.label,p {
display: block;
margin: 0;
color: #737373;
font-size: 2.5vh;
}
label, h6, h1 {
color: #194A09;
}
h6 {
font-size: 2.5vh;
font-weight: bold;
}
textarea {
border-color: #194A09;
border: 2px;
border-style: solid;
width: 75%;
border-radius: 2px;
padding-left: 1%;
margin-top: 0.5%;
}
#modal-header {
background-color: #FCFA0D;
margin: 1vh;
margin-top: 0vh;
padding: 2vh;
}
#modal-dr-title {
margin: 0vh;
}
#date-error-container {
display: flex;
flex-direction: column;
width:30%;
}
#secondModalTitle{
color: #194A09;
position: relative;
left:75px;
}
hr {
border: 0;
clear:both;
display:block;
width: 100%;
background-color:#cccccc;
height: 1px;
}
#submissionSuccessText{
position: relative;
left:60px;
top:10px;
}
#modalFooterId{
position: relative;
right:50px;
border-top:none;
}
#redirectConfirmModal{
background-color: #e0e0e0;
}
.modal-xl {
width: 60%;
max-width:1200px;
}
/* Error-related styles */
.error {
color: #ce2029;
font-weight: 500;
font-size: 1.8vh;
background-color: #FFFFFF;
}
#company-name, #client-name, #pickup-site, #delivery-site, #description, #processor,
#driver, #helper, #plate-number, #quantity, #docs-options {
background-color: #FFFFFF;
}
#name-date-container, #site-container, #mode-shipment, #documents-processor, #description-container,
#pick-up, #destination, #fleet-details, #acknowledgement {
padding-left: 1%;
padding-right: 1%;
} | public/css/dr-form.css | body {
height: 100%;
background: linear-gradient(rgba(234,234,234,.30), rgba(234,234,234,.30)), url("../images/grayBackground.jpg");
background-size: cover;
max-width: 100%;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#dr-form {
background-color: white;
height: 100%;
width: 80%;
display: flex;
flex-direction: column;
padding-top: 2%;
padding-bottom: 2%;
}
#header-logo, #name-date-container, #lists-processor, #part3, #part4, #docs-options, #p-date-time, #d-date-time, #a-date-time,
/* modal */ #upper1-part1, #upper2-part1, #lower1-part1, #lower2-part1, #upper-part2, #middle-part2, #lower-part2,
#modal-part3, #arrival-date-ppoint, #arrival-time-ppoint, #departure-date-ppoint, #departure-time-ppoint, #arrival-date-dpoint,
#arrival-time-dpoint, #startload-date-dpoint, #startload-time-dpoint, #finishload-date-dpoint, #finishload-time-dpoint,
#departure-date-dpoint, #departure-time-dpoint, #modal-fleet1-details, #modal-fleet2-details, #modal-acknowledgement1,
#modal-acknowledgement2 {
display: flex;
flex-direction: row;
}
#a-date {
width:47%;
}
#part1, #part2, #description, #p-date, #p-time, /* modal */ #modal-part1, #modal-part2, #modal-part4,
#arrival-ppoint, #departure-ppoint, #arrival-dpoint, #startload-dpoint, #finishload-dpoint, #departure-dpoint {
display: flex;
flex-direction: column;
}
#part1, #part2, #part3, #part4, /* modal */ #modal-part1, #modal-part2, #modal-part3, #modal-part4 {
border-top: 5px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
border-color: #194A09;
border-style: solid;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 3%;
padding-right: 3%;
}
#header {
display: flex;
flex-direction: column;
align-items: center;
padding-left: 3%;
padding-bottom: 2%;
}
#header-logo {
display: flex;
align-items: center;
}
.header-logo img {
float: left;
width: 23%;
height: 23%;
}
.header-logo h1 {
position: relative;
font-size: 6vh;
padding-left: 1%;
color: #299B04;
}
#name-container, #mode-shipment, #pick-up, #fleet-details {
width: 55%;
}
#second-docs, #p-time, #d-time, #a-time {
margin-left: 7vh;
}
#description, #pickup-site, #delivery-site {
width: 50%;
padding-left: 7px;
resize: none;
}
#label-ack1, #label-ack2 {
font-size: 2vh;
}
/* Modal */ #a-date-label-dpoint-p3, #a-time-label-dpoint-p3, #sl-date-label-dpoint-p3, #sl-time-label-dpoint-p3,
#fl-date-label-dpoint-p3, #fl-time-label-dpoint-p3, #d-date-label-dpoint-p3, #d-time-label-dpoint-p3 {
width:81%;
}
/* Modal */ #a-date-label-ppoint-p3, #a-time-label-ppoint-p3, #d-date-label-ppoint-p3, #d-time-label-ppoint-p3 {
width:50%;
}
/*
* Modal
*/
.label-p3, #upper1-left-p1, #upper2-left-p1, #lower1-left-p1, #lower2-left-p1, #upper-left-p2, #middle-left-p2, #lower-left-p2,
#left-p3,#upper1-left-p4, #upper2-left-p4, #lower1-left-p4, #lower2-left-p4 {
width: 35%;
font-size: 2vh;
}
/*
* Modal
*/
.input-p3, #upper1-right-p1, #upper2-right-p1, #lower1-right-p1, #lower2-right-p1, #upper-right-p2, #middle-right-p2, #lower-right-p2,
#upper1-right-p4, #upper2-right-p4, #lower1-right-p4, #lower2-right-p4 {
width: 55%;
word-wrap: break-word;
color: black;
font-size: 2vh;
margin-left: 2vh;
}
/*
* Modal
*/
#right-p3 {
margin-left: 2vh;
width: 55%;
word-wrap: break-word;
}
#submit, #submit-confirm {
background-color: #194A09;
color: white;
font-size: 3vh;
padding-top: 1vh;
padding-bottom: 1vh;
padding-left: 5vh;
padding-right: 5vh;
border: #194A09;
float: right;
margin-right: 5%;
}
#closeConfirmModal {
background-color: #194A09;
border: #194A09;
}
#submit:hover, #submit-confirm:hover, #closeConfirmModal:hover {
background-color: #123524;
border: #123524;
}
#btn-cancel{
background: #828282;
border-color: #828282;
color: white;
font-size: 3vh;
padding-top: 0.9vh;
padding-bottom: 0.9vh;
padding-left: 5vh;
padding-right: 5vh;
float: right;
margin-right: 5%;
}
#btn-cancel:hover {
background-color: #707070;
border-color: #828282;
}
input[type=text], input[type=date], input[type=time], input[type=number]{
border: none;
border-bottom: 2px solid #194A09;
font-size: 2vh;
display: block;
width: auto;
}
.label,p {
display: block;
margin: 0;
color: #737373;
font-size: 2.5vh;
}
label, h6, h1 {
color: #194A09;
}
h6 {
font-size: 2.5vh;
font-weight: bold;
}
textarea {
border-color: #194A09;
border: 2px;
border-style: solid;
width: 75%;
border-radius: 2px;
padding-left: 1%;
margin-top: 0.5%;
}
#modal-header {
background-color: #FCFA0D;
margin: 1vh;
margin-top: 0vh;
padding: 2vh;
}
#modal-dr-title {
margin: 0vh;
}
#date-error-container {
display: flex;
flex-direction: column;
width:30%;
}
#secondModalTitle{
color: #194A09;
position: relative;
left:75px;
}
hr {
border: 0;
clear:both;
display:block;
width: 100%;
background-color:#cccccc;
height: 1px;
}
#submissionSuccessText{
position: relative;
left:60px;
top:10px;
}
#modalFooterId{
position: relative;
right:50px;
border-top:none;
}
#redirectConfirmModal{
background-color: #e0e0e0;
}
.modal-xl {
width: 60%;
max-width:1200px;
}
/* Error-related styles */
.error {
color: #ce2029;
font-weight: 500;
font-size: 1.8vh;
background-color: #FFFFFF;
}
#company-name, #client-name, #pickup-site, #delivery-site, #description, #processor,
#driver, #helper, #plate-number, #quantity, #docs-options {
background-color: #FFFFFF;
}
#name-date-container, #site-container, #mode-shipment, #documents-processor, #description-container,
#pick-up, #destination, #fleet-details, #acknowledgement {
padding-left: 1%;
padding-right: 1%;
} | 0.386879 | 0.09645 |
@import url("https://fonts.googleapis.com/css?family=Cabin|Oswald|Righteous&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
body {
font-family: sans-serif;
}
#mainbox {
font-size: 24px;
cursor: pointer;
color: white;
transition: all 0.6s;
position: fixed;
margin-top: 20px;
margin-left: 20px;
z-index: 1;
background: #b00020;
border-radius: 50%;
padding: 3px;
}
.mainbox__show {
margin-left: 300px;
display: none;
}
.menu__show {
width: 300px !important;
}
.sidemenu {
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 0px;
background-color: #222;
z-index: 10;
padding-top: 100px;
overflow-x: hidden;
transition: all 0.5s;
font-size: 25px;
}
.sidemenu a {
padding: 8px 8px 8px 64px;
text-decoration: none;
color: #999;
display: block;
}
.sidemenu a:hover {
color: white;
}
.closebtn {
position: absolute;
top: 0px;
right: 25px;
}
}
@media only screen and (min-width: 768px) {
#mainbox {
font-size: 50px;
}
.sidemenu {
font-size: 60px;
}
.sidemenu a {
padding: 10px 10px 10px 64px;
}
.menu__show {
width: 500px !important;
}
}
@media only screen and (min-width: 1400px) {
.sidemenu {
position: fixed;
overflow-x: hidden;
width: 100%;
height: 8vh;
display: flex;
padding: 10px;
font-size: 1.5em;
}
.sidemenu a {
padding: 10px;
font-size: 0.8em;
}
#mainbox {
display: none;
}
.closebtn {
visibility: hidden;
}
.nav-link::after {
content: "";
display: block;
height: 2px;
width: 0;
background-color: white;
transition: width 500ms ease;
}
.nav-link:hover::after {
width: 100%;
}
}
@media only screen and (min-width: 320px) {
.info_items {
display: flex;
padding-top: 5px;
}
.info_items i,
.info_items p {
padding: 10px;
color: white;
}
.info_items i {
font-size: 0.9em;
width: 35px;
background: #b00020;
border-radius: 50%;
}
footer {
padding: 60px 2px;
background: #222;
}
.bio {
color: white;
text-align: center;
}
.bio h3,
.bio p {
display: none;
}
.bio i {
padding: 30px 10px;
font-size: 2em;
}
a {
color: #b00020;
transition: 1s;
}
a:hover {
color: #b1374d;
}
}
@media only screen and (min-width: 768px) {
footer {
display: flex;
}
.bio {
text-align: left;
padding: 10px;
width: 30vw;
margin-left: 15vw;
}
.bio h3,
.bio p {
display: block;
}
.bio p {
margin-top: 2vh;
}
.bio i {
padding: 30px, 10px;
}
.info_items {
margin-left: 30px;
}
}
@media only screen and (min-width: 1400px) {
.bio {
margin-left: 25vw;
}
.info_items {
margin-left: 10vw;
}
}
@media only screen and (min-width: 320px) {
.carousel-indicators {
display: none;
}
.slider__text {
color: white;
z-index: 1;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
.carousel {
position: relative;
}
}
@media only screen and (min-width: 768px) {
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
}
@media only screen and (min-width: 1400px) {
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
.carousel-item img,
.slider__text {
height: 100vh;
}
}
@media only screen and (min-width: 320px) {
.jumbo__bg {
background-color: #b00020;
margin: auto;
}
.jumbo-home {
background-color: #b00020;
height: 70vh;
width: 90%;
margin: auto;
overflow: show;
margin-bottom: 0;
border-radius: 0;
color: #e8e2da;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
margin-top: 5vh;
height: 225px;
width: 100%;
padding: 0;
transition: 1s;
}
.row {
margin: auto;
}
#Ac2,
#Ac3,
#Ac1 {
padding: 0;
}
#Ac2,
#Ac3 {
display: none;
}
}
@media only screen and (min-width: 768px) {
.jumbo-home {
height: 40vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
font-size: 1.3em;
}
.jumbo-home img {
height: 180px;
width: 180px;
}
.row {
margin-top: 1vh;
}
#Ac2,
#Ac3 {
display: block;
}
#Ac1,
#Ac2,
#Ac3 {
padding-right: 0;
}
}
@media only screen and (min-width: 1024px) {
.jumbo-home {
height: 35vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
height: 220px;
width: 220px;
}
}
@media only screen and (min-width: 1400px) {
.jumbo-home {
height: 65vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
height: 300px;
width: 300px;
}
.jumbo-home img:hover {
height: 310px;
width: 310px;
}
.row {
margin-top: 10vh;
}
}
@media only screen and (min-width: 320px) {
.feature__container {
padding-top: 50px;
width: 70%;
margin: auto;
}
.feature__container img {
margin-top: 5vh;
height: 100%;
width: 100%;
}
.feature__text {
margin-top: 5vh;
color: #e8e2da;
}
.feature__text h3,
.feature__text h4 {
padding-top: 3px;
}
.feature__text p {
padding-top: 20px;
}
.feature__bg {
background-color: #303030;
height: 100vh;
}
}
@media only screen and (min-width: 768px) {
.feature__container {
padding-top: 80px;
width: 60%;
margin: auto;
}
.feature__container img {
margin-top: 5vh;
height: 450px;
width: 100%;
}
.feature__text h4 {
padding-top: 10px;
}
.feature__text p {
font-size: 1.5em;
}
.feature__bg {
background-color: #303030;
height: 100vh;
}
}
@media only screen and (min-width: 1024px) {
.feature__container {
padding-top: 150px;
width: 40%;
}
.feature__container img {
margin-top: 5vh;
height: 400px;
width: 100%;
}
.feature__bg {
height: 100vh;
}
}
@media only screen and (min-width: 1400px) {
.feature__container {
padding-top: 110px;
display: flex;
width: 60%;
}
.feature__container img {
height: 100%;
width: 80%;
}
.feature__bg {
height: 100vh;
}
.feature__text h4 {
padding-top: 3vh;
}
.feature__text p {
padding-top: 10vh;
}
}
@media only screen and (min-width: 320px) {
.product__container,
.product__image_container,
.product__text_container {
height: 250px;
}
.product__image_container {
background: red;
position: relative;
width: 100%;
box-shadow: 10px 10px 7px #222;
}
.product__image_container img {
height: 100%;
width: 100%;
z-index: 1;
}
.product__text_container {
color: white;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.7);
top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.product__text_container h4 {
font-size: 1.2em;
margin-top: 5px;
}
.product__text_container p {
width: 80%;
margin-top: 5vh;
}
.product__container {
margin: auto;
width: 90%;
}
.cover__container {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.card__container {
padding-top: 10px;
padding-bottom: 20px;
}
.product_heading {
text-align: center;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
padding-top: 10vh;
color: white;
}
.product_heading h3 {
width: 100%;
margin: auto;
margin-top: 3vh;
}
.display_text {
display: none;
}
.App {
background: linear-gradient(#b00020, #353535);
}
}
@media only screen and (min-width: 768px) {
.product__container {
width: 60%;
}
.card__container {
width: 50%;
height: 45%;
}
.cover__container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.product__text_container {
padding: 15px;
}
.product__text_container p {
margin-top: 2vh;
}
.product_heading {
padding: 100px;
}
.product_heading p {
width: 100%;
}
}
@media only screen and (min-width: 1400px) {
.cover__container {
margin: auto;
justify-content: space-evenly;
width: 90%;
}
.card__container {
height: 45%;
width: 30%;
}
.product__container {
width: 70%;
height: 30%;
}
.product__container:hover {
width: 70%;
}
.product__text_container {
opacity: 0;
transition: 1s;
}
.product__text_container:hover {
opacity: 1;
}
.App {
padding: 100px;
}
.display_text {
display: block;
text-align: center;
color: white;
margin-top: 2vh;
}
.display_text p {
margin-top: 5px;
}
.hide {
display: none;
}
.card__container p {
margin-top: 2vh;
}
.display_text {
margin-top: 3vh;
}
}
@media only screen and (min-width: 320px) {
.filter_btn {
width: 100%;
margin: auto;
display: flex;
height: 15vh;
align-items: center;
justify-content: space-evenly;
}
.filter_btn button {
height: 35px;
width: 23vw;
background-color: white;
border-radius: 5px 5px 5px 5px;
}
.filter_bg {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.genre {
display: flex;
height: 15vh;
}
.genre h3 {
margin: auto;
margin-right: 10px;
color: white;
}
.genre select {
height: 35px;
background-color: whitesmoke;
margin: auto;
margin-left: 0;
}
}
@media only screen and (min-width: 768px) {
.filter_btn {
width: 60%;
height: 10vh;
}
.filter_btn button {
height: 40px;
width: 15vw;
}
.genre {
height: 10vh;
margin-bottom: 5vh;
}
.genre select {
width: 15vw;
}
}
@media only screen and (min-width: 1400px) {
.genre {
height: 10vh;
margin-bottom: 5vh;
}
.genre select {
width: 15vw;
}
}
@media only screen and (min-width: 320px) {
.form-main {
height: 100vh;
}
.form-bg {
height: 80vh;
padding-top: 20vh;
}
form {
display: flex;
flex-direction: column;
background-color: #222;
border-radius: 10%;
height: 70vh;
width: 100%;
margin: auto;
padding: 20px;
}
form input {
margin-top: 3vh;
height: 10vh;
padding-left: 10px;
border-radius: 5px;
}
form h1 {
text-align: center;
margin-top: 3vh;
color: white;
}
form textarea {
margin-top: 3vh;
width: 100%;
height: 15vh;
border-radius: 5px;
}
form button {
margin-top: 3vh;
width: 100%;
height: 10vh;
border-radius: 5px;
background-color: #b00020;
color: white;
border: none;
}
.comment_section {
background: #222;
width: 100%;
padding: 0px 20px;
margin: auto;
display: flex;
flex-direction: column;
color: white;
}
.comment_section p {
margin-top: 2vh;
}
.comments {
margin: 1.5vh 0vw;
padding: 10px;
background-color: #b00020;
border-radius: 5px;
width: 100%;
}
.comments p {
padding-left: 30px;
}
h2 {
color: white;
padding-left: 10px;
padding-bottom: 2vh;
}
.contact-main {
background: linear-gradient(#b00020, #353535);
}
}
@media only screen and (min-width: 768px) {
.form-main {
height: 65vh;
}
.form-bg {
padding: 150px;
}
form {
height: 50vh;
padding: 40px;
}
form h1 {
margin-top: 1vh;
}
h2 {
text-align: center;
padding-top: 5vh;
}
.comments {
padding: 20px;
margin-top: 2vh;
}
}
@media only screen and (min-width: 1400px) {
.form-main {
height: 90vh;
}
form {
width: 40vw;
height: 75vh;
padding: 50px;
}
form input {
margin-top: 3vh;
}
form textarea {
height: 40vh;
resize: none;
}
.comment_section {
width: 60%;
border-radius: 5px;
}
.comment_section p {
margin-top: 30px;
}
.comments {
padding: 20px;
margin-top: 30px;
}
h2 {
padding-top: 10vh;
}
.contact-main {
padding-bottom: 10vh;
}
}
@media only screen and (min-width: 320px) {
h1, h2 {
font-family: "Righteous", cursive;
}
h1,
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.2rem;
}
h3, h4 {
font-family: "Cabin", sans-serif;
}
p {
font-size: 0.9em;
font-family: "Oswald", sans-serif;
}
}
@media only screen and (min-width: 768px) {
h1, h2 {
font-size: 3rem;
}
h3 {
font-size: 2rem;
}
p {
font-size: 0.9rem;
}
h4 {
font-size: 1.3em;
}
}
@media only screen and (min-width: 1400px) {
h1, h2 {
font-size: 5em;
}
}
/*# sourceMappingURL=App.css.map */ | client/src/App.css | @import url("https://fonts.googleapis.com/css?family=Cabin|Oswald|Righteous&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
body {
font-family: sans-serif;
}
#mainbox {
font-size: 24px;
cursor: pointer;
color: white;
transition: all 0.6s;
position: fixed;
margin-top: 20px;
margin-left: 20px;
z-index: 1;
background: #b00020;
border-radius: 50%;
padding: 3px;
}
.mainbox__show {
margin-left: 300px;
display: none;
}
.menu__show {
width: 300px !important;
}
.sidemenu {
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 0px;
background-color: #222;
z-index: 10;
padding-top: 100px;
overflow-x: hidden;
transition: all 0.5s;
font-size: 25px;
}
.sidemenu a {
padding: 8px 8px 8px 64px;
text-decoration: none;
color: #999;
display: block;
}
.sidemenu a:hover {
color: white;
}
.closebtn {
position: absolute;
top: 0px;
right: 25px;
}
}
@media only screen and (min-width: 768px) {
#mainbox {
font-size: 50px;
}
.sidemenu {
font-size: 60px;
}
.sidemenu a {
padding: 10px 10px 10px 64px;
}
.menu__show {
width: 500px !important;
}
}
@media only screen and (min-width: 1400px) {
.sidemenu {
position: fixed;
overflow-x: hidden;
width: 100%;
height: 8vh;
display: flex;
padding: 10px;
font-size: 1.5em;
}
.sidemenu a {
padding: 10px;
font-size: 0.8em;
}
#mainbox {
display: none;
}
.closebtn {
visibility: hidden;
}
.nav-link::after {
content: "";
display: block;
height: 2px;
width: 0;
background-color: white;
transition: width 500ms ease;
}
.nav-link:hover::after {
width: 100%;
}
}
@media only screen and (min-width: 320px) {
.info_items {
display: flex;
padding-top: 5px;
}
.info_items i,
.info_items p {
padding: 10px;
color: white;
}
.info_items i {
font-size: 0.9em;
width: 35px;
background: #b00020;
border-radius: 50%;
}
footer {
padding: 60px 2px;
background: #222;
}
.bio {
color: white;
text-align: center;
}
.bio h3,
.bio p {
display: none;
}
.bio i {
padding: 30px 10px;
font-size: 2em;
}
a {
color: #b00020;
transition: 1s;
}
a:hover {
color: #b1374d;
}
}
@media only screen and (min-width: 768px) {
footer {
display: flex;
}
.bio {
text-align: left;
padding: 10px;
width: 30vw;
margin-left: 15vw;
}
.bio h3,
.bio p {
display: block;
}
.bio p {
margin-top: 2vh;
}
.bio i {
padding: 30px, 10px;
}
.info_items {
margin-left: 30px;
}
}
@media only screen and (min-width: 1400px) {
.bio {
margin-left: 25vw;
}
.info_items {
margin-left: 10vw;
}
}
@media only screen and (min-width: 320px) {
.carousel-indicators {
display: none;
}
.slider__text {
color: white;
z-index: 1;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
.carousel {
position: relative;
}
}
@media only screen and (min-width: 768px) {
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
}
@media only screen and (min-width: 1400px) {
.slider__text h3 {
width: 60%;
margin-top: 5vh;
}
.carousel-item img,
.slider__text {
height: 100vh;
}
}
@media only screen and (min-width: 320px) {
.jumbo__bg {
background-color: #b00020;
margin: auto;
}
.jumbo-home {
background-color: #b00020;
height: 70vh;
width: 90%;
margin: auto;
overflow: show;
margin-bottom: 0;
border-radius: 0;
color: #e8e2da;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
margin-top: 5vh;
height: 225px;
width: 100%;
padding: 0;
transition: 1s;
}
.row {
margin: auto;
}
#Ac2,
#Ac3,
#Ac1 {
padding: 0;
}
#Ac2,
#Ac3 {
display: none;
}
}
@media only screen and (min-width: 768px) {
.jumbo-home {
height: 40vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
font-size: 1.3em;
}
.jumbo-home img {
height: 180px;
width: 180px;
}
.row {
margin-top: 1vh;
}
#Ac2,
#Ac3 {
display: block;
}
#Ac1,
#Ac2,
#Ac3 {
padding-right: 0;
}
}
@media only screen and (min-width: 1024px) {
.jumbo-home {
height: 35vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
height: 220px;
width: 220px;
}
}
@media only screen and (min-width: 1400px) {
.jumbo-home {
height: 65vh;
overflow: show;
}
.jumbo-home p {
margin-top: 5vh;
}
.jumbo-home img {
height: 300px;
width: 300px;
}
.jumbo-home img:hover {
height: 310px;
width: 310px;
}
.row {
margin-top: 10vh;
}
}
@media only screen and (min-width: 320px) {
.feature__container {
padding-top: 50px;
width: 70%;
margin: auto;
}
.feature__container img {
margin-top: 5vh;
height: 100%;
width: 100%;
}
.feature__text {
margin-top: 5vh;
color: #e8e2da;
}
.feature__text h3,
.feature__text h4 {
padding-top: 3px;
}
.feature__text p {
padding-top: 20px;
}
.feature__bg {
background-color: #303030;
height: 100vh;
}
}
@media only screen and (min-width: 768px) {
.feature__container {
padding-top: 80px;
width: 60%;
margin: auto;
}
.feature__container img {
margin-top: 5vh;
height: 450px;
width: 100%;
}
.feature__text h4 {
padding-top: 10px;
}
.feature__text p {
font-size: 1.5em;
}
.feature__bg {
background-color: #303030;
height: 100vh;
}
}
@media only screen and (min-width: 1024px) {
.feature__container {
padding-top: 150px;
width: 40%;
}
.feature__container img {
margin-top: 5vh;
height: 400px;
width: 100%;
}
.feature__bg {
height: 100vh;
}
}
@media only screen and (min-width: 1400px) {
.feature__container {
padding-top: 110px;
display: flex;
width: 60%;
}
.feature__container img {
height: 100%;
width: 80%;
}
.feature__bg {
height: 100vh;
}
.feature__text h4 {
padding-top: 3vh;
}
.feature__text p {
padding-top: 10vh;
}
}
@media only screen and (min-width: 320px) {
.product__container,
.product__image_container,
.product__text_container {
height: 250px;
}
.product__image_container {
background: red;
position: relative;
width: 100%;
box-shadow: 10px 10px 7px #222;
}
.product__image_container img {
height: 100%;
width: 100%;
z-index: 1;
}
.product__text_container {
color: white;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.7);
top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.product__text_container h4 {
font-size: 1.2em;
margin-top: 5px;
}
.product__text_container p {
width: 80%;
margin-top: 5vh;
}
.product__container {
margin: auto;
width: 90%;
}
.cover__container {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.card__container {
padding-top: 10px;
padding-bottom: 20px;
}
.product_heading {
text-align: center;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
padding-top: 10vh;
color: white;
}
.product_heading h3 {
width: 100%;
margin: auto;
margin-top: 3vh;
}
.display_text {
display: none;
}
.App {
background: linear-gradient(#b00020, #353535);
}
}
@media only screen and (min-width: 768px) {
.product__container {
width: 60%;
}
.card__container {
width: 50%;
height: 45%;
}
.cover__container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.product__text_container {
padding: 15px;
}
.product__text_container p {
margin-top: 2vh;
}
.product_heading {
padding: 100px;
}
.product_heading p {
width: 100%;
}
}
@media only screen and (min-width: 1400px) {
.cover__container {
margin: auto;
justify-content: space-evenly;
width: 90%;
}
.card__container {
height: 45%;
width: 30%;
}
.product__container {
width: 70%;
height: 30%;
}
.product__container:hover {
width: 70%;
}
.product__text_container {
opacity: 0;
transition: 1s;
}
.product__text_container:hover {
opacity: 1;
}
.App {
padding: 100px;
}
.display_text {
display: block;
text-align: center;
color: white;
margin-top: 2vh;
}
.display_text p {
margin-top: 5px;
}
.hide {
display: none;
}
.card__container p {
margin-top: 2vh;
}
.display_text {
margin-top: 3vh;
}
}
@media only screen and (min-width: 320px) {
.filter_btn {
width: 100%;
margin: auto;
display: flex;
height: 15vh;
align-items: center;
justify-content: space-evenly;
}
.filter_btn button {
height: 35px;
width: 23vw;
background-color: white;
border-radius: 5px 5px 5px 5px;
}
.filter_bg {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.genre {
display: flex;
height: 15vh;
}
.genre h3 {
margin: auto;
margin-right: 10px;
color: white;
}
.genre select {
height: 35px;
background-color: whitesmoke;
margin: auto;
margin-left: 0;
}
}
@media only screen and (min-width: 768px) {
.filter_btn {
width: 60%;
height: 10vh;
}
.filter_btn button {
height: 40px;
width: 15vw;
}
.genre {
height: 10vh;
margin-bottom: 5vh;
}
.genre select {
width: 15vw;
}
}
@media only screen and (min-width: 1400px) {
.genre {
height: 10vh;
margin-bottom: 5vh;
}
.genre select {
width: 15vw;
}
}
@media only screen and (min-width: 320px) {
.form-main {
height: 100vh;
}
.form-bg {
height: 80vh;
padding-top: 20vh;
}
form {
display: flex;
flex-direction: column;
background-color: #222;
border-radius: 10%;
height: 70vh;
width: 100%;
margin: auto;
padding: 20px;
}
form input {
margin-top: 3vh;
height: 10vh;
padding-left: 10px;
border-radius: 5px;
}
form h1 {
text-align: center;
margin-top: 3vh;
color: white;
}
form textarea {
margin-top: 3vh;
width: 100%;
height: 15vh;
border-radius: 5px;
}
form button {
margin-top: 3vh;
width: 100%;
height: 10vh;
border-radius: 5px;
background-color: #b00020;
color: white;
border: none;
}
.comment_section {
background: #222;
width: 100%;
padding: 0px 20px;
margin: auto;
display: flex;
flex-direction: column;
color: white;
}
.comment_section p {
margin-top: 2vh;
}
.comments {
margin: 1.5vh 0vw;
padding: 10px;
background-color: #b00020;
border-radius: 5px;
width: 100%;
}
.comments p {
padding-left: 30px;
}
h2 {
color: white;
padding-left: 10px;
padding-bottom: 2vh;
}
.contact-main {
background: linear-gradient(#b00020, #353535);
}
}
@media only screen and (min-width: 768px) {
.form-main {
height: 65vh;
}
.form-bg {
padding: 150px;
}
form {
height: 50vh;
padding: 40px;
}
form h1 {
margin-top: 1vh;
}
h2 {
text-align: center;
padding-top: 5vh;
}
.comments {
padding: 20px;
margin-top: 2vh;
}
}
@media only screen and (min-width: 1400px) {
.form-main {
height: 90vh;
}
form {
width: 40vw;
height: 75vh;
padding: 50px;
}
form input {
margin-top: 3vh;
}
form textarea {
height: 40vh;
resize: none;
}
.comment_section {
width: 60%;
border-radius: 5px;
}
.comment_section p {
margin-top: 30px;
}
.comments {
padding: 20px;
margin-top: 30px;
}
h2 {
padding-top: 10vh;
}
.contact-main {
padding-bottom: 10vh;
}
}
@media only screen and (min-width: 320px) {
h1, h2 {
font-family: "Righteous", cursive;
}
h1,
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.2rem;
}
h3, h4 {
font-family: "Cabin", sans-serif;
}
p {
font-size: 0.9em;
font-family: "Oswald", sans-serif;
}
}
@media only screen and (min-width: 768px) {
h1, h2 {
font-size: 3rem;
}
h3 {
font-size: 2rem;
}
p {
font-size: 0.9rem;
}
h4 {
font-size: 1.3em;
}
}
@media only screen and (min-width: 1400px) {
h1, h2 {
font-size: 5em;
}
}
/*# sourceMappingURL=App.css.map */ | 0.52756 | 0.098642 |
HTML - styles
============================================================================= */
body {font:0.8em/1.5 "arial", sans-serif;}
h1, h2, h3, h4, h5, h6, address, blockquote, dl, fieldset, ol, p, table, ul {margin:15px 0;}
#content h1 {font-size:180%;}
#content h2 {font-size:160%;}
#content h3 {font-size:140%;}
#content h4 {font-size:120%;}
#content h5, h6 {font-size:100%;}
#content table {margin:0; border-collapse:collapse;}
#content table.width100 {width:100%;}
#content table th, #content table td {padding:5px 5px;}
#content table th {text-align:left; vertical-align:middle; font-weight:bold;}
#content ul {margin:15px 0; list-style:none;}
#content ul li {padding-left:15px; background:url("../design/ul.gif") 0 4px no-repeat;}
#content ul ul {margin:0 0 0 10px;}
#content ul ul li {padding-left:15px; background:url("../design/ul-ul.gif") 0 4px no-repeat;}
#content ol {margin:15px 0 15px 30px; list-style-type:decimal;}
#content ol ol {margin:0 0 0 20px;}
#content ol ol li {list-style-type:lower-alpha;}
#content dl {clear:both;}
#content dl dt {font-weight:bold;}
#content dl dd {margin:0 0 5px 0;}
#content fieldset {position:relative; margin:10px 0; padding:10px;}
#content legend {font-size:120%; font-weight:bold;}
#content code {font-family:"",monospace;}
#content .help {cursor:help;}
/* =============================================================================
HTML - without styles
============================================================================= */
table.nostyle, table.nostyle th, table.nostyle td {border:0 !important;}
table.nostyle th {background:none !important; text-align:left !important;}
table.nostyle th, table.nostyle td {padding:3px 5px !important;}
ul.nostyle {margin:15px 0 15px 20px !important; list-style-type:square !important;}
ul.nostyle ul {margin:0 0 0 25px !important; list-style-type:square !important;}
ul.nostyle li {padding:0 !important; background:none !important;}
dl.nostyle dt {font-weight:bold !important;}
dl.nostyle dd {margin:0 !important;}
/* =============================================================================
LAYOUT
============================================================================= */
#main {min-width:980px; width:expression(document.body.clientWidth < 980? "980px" : "auto" );}
#tray {padding:12px 15px; background:url("../design/tray.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}
#tray p {margin:0;}
#tray p.f-left {width:50%;}
#tray #logout {padding-left:18px; background:url("../design/tray-logout.gif") 0 50% no-repeat; text-transform:uppercase;}
#tray #switcher {margin-right:15px;}
#tray #switcher img {display:block; float:left; width:16px; height:16px; border:0;}
#menu {padding:15px 15px 13px 15px; background:url("../design/menu.gif") 0 0 repeat-x;}
#content {padding:20px; overflow:hidden;}
#footer {clear:both; padding:15px; background:url("../design/separator.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}
#footer p {margin:0;}
/* =============================================================================
/* =============================================================================
OTHERS
============================================================================= */
#aside .padding {padding-left:15px;}
#aside #logo {margin:0 0 15px 0;}
#aside #logo img {display:block; width:200px;}
#aside #search fieldset {padding:7px 10px;}
#aside #search fieldset p {margin:0;}
#aside #search fieldset legend {font-weight:bold;}
#aside #search fieldset .input-text {width:130px;}
#aside #search fieldset #search-options {margin-top:10px;}
#aside #btn-create {margin:0 0 15px 0;}
#aside #btn-create a {float:left; padding-left:27px; height:37px; overflow:hidden; background:url("../design/btn-create-left.gif") 0 0 no-repeat; text-decoration:none; font-weight:bold; cursor:pointer;}
#aside #btn-create a span {float:left; display:block; width:163px; padding:8px 0 10px 10px; background:url("../design/btn-create-right.gif") -2px 0 no-repeat;}
#aside #btn-create a:hover {background-position:0 -37px;}
#aside ul {width:215px; margin:0 0 15px 0; list-style:none;}
#aside ul li {display:inline;}
#aside ul li a {display:block; width:185px; padding:4px 15px; text-decoration:none;}
#aside ul li#submenu-active a {width:198px; border:0; background:url("../design/submenu-active.gif") 100% 50% no-repeat; font-weight:bold; z-index:999;}
#aside ul ul {margin:0; position:static;}
#aside ul ul li a, #aside ul li#submenu-active ul li a {width:170px; padding:5px 15px 5px 30px; background:url("../design/submenu-sub.gif") 15px 7px no-repeat; font:85%/1.2 "tahoma",sans-serif; font-weight:normal;}
#content h1 {margin:0; padding:10px 15px; background:url("../design/content-h1.gif") 0 0 repeat-x; letter-spacing:-1px;}
#content .col50 {float:left; width:49%;}
#content .col33 {float:left; width:32%;}
#content .col33.center {padding:0 2%;}
#content .tabs {margin:15px 0;}
#content .tabs ul {margin:0; padding:0; list-style-type:none;}
#content .tabs ul li {display:inline; margin:0; padding:0;}
#content .tabs a {float:left; margin-right:3px; padding-left:4px; background:url("../design/tabs-l.gif") 0 -100px no-repeat; text-decoration:none;}
#content .tabs a span {float:left; display:block; padding:8px 15px 6px 11px; background:url("../design/tabs-r.gif") 100% -100px no-repeat;}
#content .tabs a:hover, .tabs a:hover span {text-decoration:underline;}
#content .tabs .ui-tabs-selected a {background:url("../design/tabs-l.gif") 0 0 no-repeat; font-weight:bold;}
#content .tabs .ui-tabs-selected a span {background:url("../design/tabs-r.gif") 100% 0 no-repeat;}
#content .tabs .ui-tabs-selected a:hover, #content .tabs .ui-tabs-selected a:hover span {text-decoration:none;}
#content .ui-tabs-hide {display: none !important;}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}
.input-text-02 {padding:5px; font:140%/1.5 "arial", sans-serif;}
.input-submit {padding:5px; font-size:120%;}
.input-submit-02 {padding:1px; font-size:100%;}
.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("../design/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("../design/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("../design/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("../design/ico-delete.gif") 10px 50% no-repeat;}
/* =============================================================================
FONT STYLES
============================================================================= */
.bigger {font-size:120%;}
.smaller {font:85%/1.2 "tahoma",sans-serif;}
/* This line can be deleted */
.tit {padding:10px; background:#f5f5f5;} .tag {background:#ffa;} | admin/css/main.css | HTML - styles
============================================================================= */
body {font:0.8em/1.5 "arial", sans-serif;}
h1, h2, h3, h4, h5, h6, address, blockquote, dl, fieldset, ol, p, table, ul {margin:15px 0;}
#content h1 {font-size:180%;}
#content h2 {font-size:160%;}
#content h3 {font-size:140%;}
#content h4 {font-size:120%;}
#content h5, h6 {font-size:100%;}
#content table {margin:0; border-collapse:collapse;}
#content table.width100 {width:100%;}
#content table th, #content table td {padding:5px 5px;}
#content table th {text-align:left; vertical-align:middle; font-weight:bold;}
#content ul {margin:15px 0; list-style:none;}
#content ul li {padding-left:15px; background:url("../design/ul.gif") 0 4px no-repeat;}
#content ul ul {margin:0 0 0 10px;}
#content ul ul li {padding-left:15px; background:url("../design/ul-ul.gif") 0 4px no-repeat;}
#content ol {margin:15px 0 15px 30px; list-style-type:decimal;}
#content ol ol {margin:0 0 0 20px;}
#content ol ol li {list-style-type:lower-alpha;}
#content dl {clear:both;}
#content dl dt {font-weight:bold;}
#content dl dd {margin:0 0 5px 0;}
#content fieldset {position:relative; margin:10px 0; padding:10px;}
#content legend {font-size:120%; font-weight:bold;}
#content code {font-family:"",monospace;}
#content .help {cursor:help;}
/* =============================================================================
HTML - without styles
============================================================================= */
table.nostyle, table.nostyle th, table.nostyle td {border:0 !important;}
table.nostyle th {background:none !important; text-align:left !important;}
table.nostyle th, table.nostyle td {padding:3px 5px !important;}
ul.nostyle {margin:15px 0 15px 20px !important; list-style-type:square !important;}
ul.nostyle ul {margin:0 0 0 25px !important; list-style-type:square !important;}
ul.nostyle li {padding:0 !important; background:none !important;}
dl.nostyle dt {font-weight:bold !important;}
dl.nostyle dd {margin:0 !important;}
/* =============================================================================
LAYOUT
============================================================================= */
#main {min-width:980px; width:expression(document.body.clientWidth < 980? "980px" : "auto" );}
#tray {padding:12px 15px; background:url("../design/tray.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}
#tray p {margin:0;}
#tray p.f-left {width:50%;}
#tray #logout {padding-left:18px; background:url("../design/tray-logout.gif") 0 50% no-repeat; text-transform:uppercase;}
#tray #switcher {margin-right:15px;}
#tray #switcher img {display:block; float:left; width:16px; height:16px; border:0;}
#menu {padding:15px 15px 13px 15px; background:url("../design/menu.gif") 0 0 repeat-x;}
#content {padding:20px; overflow:hidden;}
#footer {clear:both; padding:15px; background:url("../design/separator.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}
#footer p {margin:0;}
/* =============================================================================
/* =============================================================================
OTHERS
============================================================================= */
#aside .padding {padding-left:15px;}
#aside #logo {margin:0 0 15px 0;}
#aside #logo img {display:block; width:200px;}
#aside #search fieldset {padding:7px 10px;}
#aside #search fieldset p {margin:0;}
#aside #search fieldset legend {font-weight:bold;}
#aside #search fieldset .input-text {width:130px;}
#aside #search fieldset #search-options {margin-top:10px;}
#aside #btn-create {margin:0 0 15px 0;}
#aside #btn-create a {float:left; padding-left:27px; height:37px; overflow:hidden; background:url("../design/btn-create-left.gif") 0 0 no-repeat; text-decoration:none; font-weight:bold; cursor:pointer;}
#aside #btn-create a span {float:left; display:block; width:163px; padding:8px 0 10px 10px; background:url("../design/btn-create-right.gif") -2px 0 no-repeat;}
#aside #btn-create a:hover {background-position:0 -37px;}
#aside ul {width:215px; margin:0 0 15px 0; list-style:none;}
#aside ul li {display:inline;}
#aside ul li a {display:block; width:185px; padding:4px 15px; text-decoration:none;}
#aside ul li#submenu-active a {width:198px; border:0; background:url("../design/submenu-active.gif") 100% 50% no-repeat; font-weight:bold; z-index:999;}
#aside ul ul {margin:0; position:static;}
#aside ul ul li a, #aside ul li#submenu-active ul li a {width:170px; padding:5px 15px 5px 30px; background:url("../design/submenu-sub.gif") 15px 7px no-repeat; font:85%/1.2 "tahoma",sans-serif; font-weight:normal;}
#content h1 {margin:0; padding:10px 15px; background:url("../design/content-h1.gif") 0 0 repeat-x; letter-spacing:-1px;}
#content .col50 {float:left; width:49%;}
#content .col33 {float:left; width:32%;}
#content .col33.center {padding:0 2%;}
#content .tabs {margin:15px 0;}
#content .tabs ul {margin:0; padding:0; list-style-type:none;}
#content .tabs ul li {display:inline; margin:0; padding:0;}
#content .tabs a {float:left; margin-right:3px; padding-left:4px; background:url("../design/tabs-l.gif") 0 -100px no-repeat; text-decoration:none;}
#content .tabs a span {float:left; display:block; padding:8px 15px 6px 11px; background:url("../design/tabs-r.gif") 100% -100px no-repeat;}
#content .tabs a:hover, .tabs a:hover span {text-decoration:underline;}
#content .tabs .ui-tabs-selected a {background:url("../design/tabs-l.gif") 0 0 no-repeat; font-weight:bold;}
#content .tabs .ui-tabs-selected a span {background:url("../design/tabs-r.gif") 100% 0 no-repeat;}
#content .tabs .ui-tabs-selected a:hover, #content .tabs .ui-tabs-selected a:hover span {text-decoration:none;}
#content .ui-tabs-hide {display: none !important;}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}
.input-text-02 {padding:5px; font:140%/1.5 "arial", sans-serif;}
.input-submit {padding:5px; font-size:120%;}
.input-submit-02 {padding:1px; font-size:100%;}
.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("../design/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("../design/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("../design/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("../design/ico-delete.gif") 10px 50% no-repeat;}
/* =============================================================================
FONT STYLES
============================================================================= */
.bigger {font-size:120%;}
.smaller {font:85%/1.2 "tahoma",sans-serif;}
/* This line can be deleted */
.tit {padding:10px; background:#f5f5f5;} .tag {background:#ffa;} | 0.21036 | 0.078219 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
html,
body {
overflow-x: hidden;
max-width: 640px;
margin: 0 auto;
position: relative;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #808080;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #808080;
opacity: 1;
}
input:-ms-input-placeholder {
color: #808080;
opacity: 1;
}
input::-webkit-input-placeholder {
color: #808080;
opacity: 1;
}
body {
background: #f0f0f0;
font: 400 14px/1.5 "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
input,
select,
button {
outline: none;
background: none;
}
a {
text-decoration: none;
}
em,
i {
font-style: normal;
}
ul li,
ul ol {
list-style: none;
}
input,
select,
button {
-webkit-appearance: none;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.fl {
float: left;
}
.fr {
float: right;
}
.ma {
margin: 0 auto;
}
.ps-r {
position: relative;
}
.ps-a {
position: absolute;
}
.h-auto {
height: auto;
overflow: hidden;
}
.tc {
text-align: center;
}
.impact {
font-family: Impact;
}
.oh {
overflow: hidden;
}
@font-face {
font-family: Impact;
src: url(../fonts/impact_0.ttf);
}
.header {
max-width: 640px;
width: 100%;
height: 1.2rem;
background: #fff;
padding-left: 0.24rem;
padding-right: 0.24rem;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 9999;
border-bottom: 1px solid #f0f0f0;
}
.logo {
float: left;
width: 40%;
height: 100%;
}
.logo img {
width: 100%;
vertical-align: middle;
margin-top: 0.14rem;
}
.citysa {
float: left;
width: 1.4rem;
height: 100%;
margin-left: 0.14rem;
}
.head-city {
width: 100%;
height: 100%;
line-height: 1.18rem;
}
.head-city a {
font-size: 0.33rem;
color: #646464;
}
.head-city .xiala {
display: inline-block;
width: 0.48rem;
height: 0.48rem;
background: url(../images/xiala.png) no-repeat center;
background-size: contain;
position: absolute;
top: 0.35rem;
}
.city-list {
width: 100%;
height: auto;
overflow: hidden;
position: absolute;
left: 0;
top: 1.2rem;
background: #fff;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
display: none;
}
.city-list li {
border-bottom: 1px solid #f0f0f0;
padding-left: 0.36rem;
padding-right: 0.36rem;
}
.city-list li h3 {
line-height: 1rem;
color: #323232;
}
.city-list li a {
line-height: 0.8rem;
color: #646464;
}
.nav-icon {
display: inline-block;
width: 1rem;
height: 1rem;
background: url(../images/icon.png) no-repeat center;
background-size: contain;
position: absolute;
right: 0.24rem;
top:0;
}
.nav {
max-width: 640px;
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
overflow: hidden;
z-index: -1;
}
.nav-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
z-index: 9999;
}
.nav-list {
position: absolute;
right: -2.4rem;
top: 0;
width: 2.4rem;
height: 100%;
background: #333;
padding-top: 1.2rem;
text-align: center;
z-index: 9999;
}
.nav-list li.cur {
background: #736f6f;
}
.nav-list li a {
font-size: 0.33rem;
color: #fff;
line-height: 1.2rem;
}
footer {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
margin-top: 0.24rem;
background: #fff;
margin-bottom: 1.11rem;
text-align: center;
}
footer h3 {
font-size: 0.338rem;
color: #323232;
line-height: 0.64rem;
}
footer p {
font-size: 0.3rem;
color: #909090;
line-height: 0.64rem;
}
.quote-price {
max-width: 640px;
width: 100%;
height: 1.11rem;
position: fixed;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
z-index: 99;
line-height: 1.11rem;
}
.quote-price a {
display: block;
width: 50%;
height: 100%;
float: left;
text-align: center;
}
.quote-price .zx {
background: #c70000;
font-size: 0.434rem;
color: #fff;
}
.quote-price .bj {
background: #3e3e3e;
font-size: 0.434rem;
color: #fff;
}
.ticket {
margin-top: 0.72rem;
width: 100%;
height: auto;
overflow: hidden;
}
.ticket li {
width: 49%;
height: auto;
overflow: hidden;
float: left;
position: relative;
}
.ticket li img {
width: 100%;
}
.ticket li:nth-of-type(1) {
margin-right: 2%;
}
.quan-form {
max-width: 640px;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
margin: 0 auto;
background: rgba(0, 0, 0, 0.5);
z-index: 999999;
padding: 0 0.48rem;
display: none;
}
.quan-form form {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.72rem 0.72rem 0.84rem;
background: #fff;
border-radius: 0.1rem;
margin-top: 20% !important;
position: relative;
}
.quan-form .yhq-tel {
width: 100%;
height: 1.1rem;
border: 1px solid #d9d9d9;
padding-left: 0.36rem;
outline: none;
background: none;
border-radius: 0.14rem;
margin-top: 0.48rem;
}
.quan-form .quan-btn {
width: 100%;
height: 1.1rem;
background: #c70000;
border: 1px solid #c70000;
color: #fff;
font-size: 0.338rem;
margin-top: 0.48rem;
outline: none;
border-radius: 0.14rem;
}
.quan-form .yhq-title {
font-size: 0.6rem;
color: #646464;
text-align: center;
}
.quan-form .close {
position: absolute;
right: 0.24rem;
top: 0.24rem;
width: 8%;
}
.quan-box {
width: 100%;
height: 2.173rem;
border: 1px solid #c70000;
border-radius: 0.14rem;
position: relative;
}
.q-price {
font-size: 0.96rem;
color: #c70000;
font-weight: 600;
position: absolute;
left: 0.12rem;
top: 0.2rem;
font-family: Impact;
}
.q-unit {
font-size: 0.48rem;
color: #c70000;
position: absolute;
left: 1.8rem;
top: 0.8rem;
}
.q-rule {
font-size: 0.28rem;
color: #646464;
position: absolute;
left: 0.24rem;
top: 1.4rem;
}
.q-type {
font-size: 0.36rem;
color: #646464;
position: absolute;
right: 0.38rem;
top: 0.12rem;
}
.q-btn {
padding: 0.08rem 0.12rem;
background: #c70000;
color: #fff;
font-size: 0.28rem;
border-radius: 0.14rem;
position: absolute;
right: 0.24rem;
top: 0.8rem;
}
.q-num {
font-size: 0.24rem;
color: #909090;
position: absolute;
right: 0.29rem;
bottom: 0.2rem;
}
.nums {
color: #c70000;
display: inline-block;
width: 0.48rem;
text-align: center;
}
.q-line {
width: 1px;
height: 60%;
background: #e6e6e6;
position: absolute;
right: 1.84rem;
bottom: 20%;
}
.triangle-rt {
border-left: 0.24rem solid #c70000;
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
position: absolute;
top: 0.12rem;
right: -0.2rem;
}
.triangle-lt {
border-right: 0.24rem solid #c70000;
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
position: absolute;
top: 0.12rem;
left: -0.2rem;
}
.triangle {
border-right: 0.18rem solid #c70000;
border-top: 0.18rem solid transparent;
border-bottom: 0.18rem solid transparent;
}
.form-center {
width: 100%;
margin-top: 0.36rem;
}
.form-center input {
width: 100%;
height: 1.1rem;
border: 1px solid #d9d9d9;
margin-top: 0.36rem;
border-radius: 0.14rem;
outline: none;
}
.form-center input:not(:last-child) {
padding-left: 0.36rem;
}
.form-center .sub-btn {
background: #c70000;
border: 1px solid #c70000;
color: #fff;
font-size: 0.38rem;
}
.all-form .all-mj {
display: block;
position: relative;
}
.all-form .all-mj i {
position: absolute;
right: 10px;
top: 40%;
display: block;
color: #999;
}
.nav-ul-index {
max-width: 640px;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10000;
display: flex;
justify-content: center;
display: none;
}
.nav-ul-index ul {
overflow: hidden;
position: absolute;
width: 100%;
left: 0;
top: 3.2rem;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
padding: 5%;
}
.nav-ul-index ul li {
float: left;
width: 33%;
height: 3rem;
padding: 2% 7%;
text-align: center;
}
.nav-ul-index ul li img {
width: 100%;
}
.nav-ul-index ul li a {
color: #646464;
font-size: 14px;
}
.nav-ul-index i {
display: inline-block;
width: 1rem;
height: 1rem;
background: url(../images/icon.png) no-repeat center;
background-size: contain;
margin-top: 0.11rem;
position: absolute;
top: 0;
right: 10px;
}
.menuin {
display: block;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-name: menuin;
animation-name: menuin;
-webkit-transform-origin: 50% 20%;
}
@-webkit-keyframes menuin {
0% {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.menuout {
display: block;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-name: menuout;
animation-name: menuout;
-webkit-transform-origin: 50% 20%;
}
@-webkit-keyframes menuout {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
opacity: 0;
}
}
.zhengz-pro {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: center;
}
.zhengz-pro h2 {
font-size: 0.53rem;
color: #323232;
}
.zhengz-pro .title-sm {
font-size: 0.338rem;
color: #808080;
line-height: 0.72rem;
}
#list-index {
overflow: hidden;
}
#list-index ul {
overflow: hidden;
margin: 0.36rem 0;
}
#list-index ul li {
float: left;
width: 32%;
padding: 0.2rem 0;
border: 1px solid #d9d9d9;
border-radius: 4px;
color: #333;
margin-left: 2%;
margin-bottom: 2%;
}
#list-index ul li:nth-of-type(3n+1) {
margin-left: 0;
}
#list-index ul li.cur {
border: 1px solid #c70000;
color: #c70000;
}
.zhengz-pro .div-all {
width: 100%;
}
.zhengz-pro .div-all .img1 {
display: none;
width: 100%;
}
.zhengz-pro .div-all .img1 img {
width: 100%;
}
.zhengz-pro .div-all .img1:first-child {
display: block;
}
.acti-a {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: center;
}
.acti-a h4 {
margin-bottom: 0.3rem;
}
.acti-a h4 .tc-title {
display: block;
width: 28%;
margin: 0 auto;
}
.acti-a h4 .tc-title img {
width: 100%;
}
.acti-a h4 .tc_bline {
display: block;
width: 34%;
margin: 0.1rem auto 0;
}
.acti-a h4 .tc_bline img {
width: 100%;
animation: sf 2s infinite linear;
-moz-animation: sf 2s infinite linear;
/* Firefox */
-webkit-animation: sf 2s infinite linear;
/* Safari and Chrome */
-o-animation: sf 2s infinite linear;
/* Opera */
}
.acti-a .p-s-con {
width: 100%;
position: relative;
}
.acti-a .p-s-con img {
width: 100%;
}
.acti-a .p-s-con p {
position: absolute;
right: 0.3rem;
width: 1rem;
bottom: -0.3rem;
animation: hb2 3s infinite linear;
-moz-animation: hb2 3s infinite linear;
-webkit-animation: hb2 3s infinite linear;
-o-animation: hb2 3s infinite linear;
}
.acti-a .p-s-con p img {
width: 100%;
}
.acti-b {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: left;
}
.acti-b p {
color: #323232;
margin-bottom: 0.2rem;
}
.acti-b p i {
width: 2px;
background: #c70000;
display: inline-block;
height: 10px;
margin-right: 1em;
margin-top: 10px;
}
.acti-b p:last-child {
margin-bottom: 0;
}
@keyframes hb2 {
0% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
50% {
transform: scale(1.2);
-ms-transform: scale(1.2);
/* Internet Explorer */
-moz-transform: scale(1.2);
/* Firefox */
-webkit-transform: scale(1.2);
/* Safari 和 Chrome */
-o-transform: scale(1.2);
/* Opera */
}
100% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
}
@keyframes sf {
0% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
25% {
transform: translate(3%, 0);
-ms-transform: translate(3%, 0);
/* Internet Explorer */
-moz-transform: translate(3%, 0);
/* Firefox */
-webkit-transform: translate(3%, 0);
/* Safari 和 Chrome */
-o-transform: translate(3%, 0);
/* Opera */
}
50% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
75% {
transform: translate(-3%, 0);
-ms-transform: translate(-3%, 0);
/* Internet Explorer */
-moz-transform: translate(-3%, 0);
/* Firefox */
-webkit-transform: translate(-3%, 0);
/* Safari 和 Chrome */
-o-transform: translate(-3%, 0);
/* Opera */
}
100% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
}
.pos-font {
position: absolute;
}
.pos-f1 {
top: 0.2rem;
right: 0.15rem;
width: 1.3rem;
display: inline-block;
line-height: 0.26rem;
color: #fff;
}
.pos-f2 {
top: 20%;
left: 5%;
width: 0.8rem;
display: inline-block;
line-height: 0.26rem;
color: #000;
}
.pos-f3 {
top: 20%;
left: 5%;
width: 1.3rem;
display: inline-block;
line-height: 0.26rem;
color: #000;
}
.p-ssl i img {
width: 100%;
}
.p-s-con,
.p-s-con .p-i-img,
.p-s-con p img,
.p-i-img {
width: 100%;
}
.p-s-con {
position: relative;
}
.p-s-con p {
position: absolute;
right: 10px;
width: 1rem;
bottom: -0.2rem;
animation: hb2 3s infinite linear;
-moz-animation: hb2 3s infinite linear;
/* Firefox */
-webkit-animation: hb2 3s infinite linear;
/* Safari and Chrome */
-o-animation: hb2 3s infinite linear;
/* Opera */
}
.p-ssl {
margin: 0.2rem 0;
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: left;
}
.p-ssl h4 {
font-size: .52rem;
height: 1.1rem;
background: url('../images/31.png') center bottom no-repeat;
text-align: center;
margin-bottom: 0.36rem;
}
.p-ssl h4 i {
width: 0.4rem;
display: inline-block;
margin-right: 0.1rem;
animation: hb1 1s infinite linear;
-moz-animation: hb1 1s infinite linear;
/* Firefox */
-webkit-animation: hb1 1s infinite linear;
/* Safari and Chrome */
-o-animation: hb1 1s infinite linear;
/* Opera */
margin-left: -0.1rem;
}
@keyframes hb1 {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
/* Internet Explorer */
-moz-transform: rotate(0deg);
/* Firefox */
-webkit-transform: rotate(0deg);
/* Safari 和 Chrome */
-o-transform: rotate(0deg);
/* Opera */
}
50% {
transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
/* Internet Explorer */
-moz-transform: rotate(-25deg);
/* Firefox */
-webkit-transform: rotate(-25deg);
/* Safari 和 Chrome */
-o-transform: rotate(-25deg);
/* Opera */
}
100% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
/* Internet Explorer */
-moz-transform: rotate(0deg);
/* Firefox */
-webkit-transform: rotate(0deg);
/* Safari 和 Chrome */
-o-transform: rotate(0deg);
/* Opera */
}
}
@keyframes hb2 {
0% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
50% {
transform: scale(1.2);
-ms-transform: scale(1.2);
/* Internet Explorer */
-moz-transform: scale(1.2);
/* Firefox */
-webkit-transform: scale(1.2);
/* Safari 和 Chrome */
-o-transform: scale(1.2);
/* Opera */
}
100% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
} | public/xian/mobile/static/css/activity.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
html,
body {
overflow-x: hidden;
max-width: 640px;
margin: 0 auto;
position: relative;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #808080;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #808080;
opacity: 1;
}
input:-ms-input-placeholder {
color: #808080;
opacity: 1;
}
input::-webkit-input-placeholder {
color: #808080;
opacity: 1;
}
body {
background: #f0f0f0;
font: 400 14px/1.5 "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
input,
select,
button {
outline: none;
background: none;
}
a {
text-decoration: none;
}
em,
i {
font-style: normal;
}
ul li,
ul ol {
list-style: none;
}
input,
select,
button {
-webkit-appearance: none;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.fl {
float: left;
}
.fr {
float: right;
}
.ma {
margin: 0 auto;
}
.ps-r {
position: relative;
}
.ps-a {
position: absolute;
}
.h-auto {
height: auto;
overflow: hidden;
}
.tc {
text-align: center;
}
.impact {
font-family: Impact;
}
.oh {
overflow: hidden;
}
@font-face {
font-family: Impact;
src: url(../fonts/impact_0.ttf);
}
.header {
max-width: 640px;
width: 100%;
height: 1.2rem;
background: #fff;
padding-left: 0.24rem;
padding-right: 0.24rem;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 9999;
border-bottom: 1px solid #f0f0f0;
}
.logo {
float: left;
width: 40%;
height: 100%;
}
.logo img {
width: 100%;
vertical-align: middle;
margin-top: 0.14rem;
}
.citysa {
float: left;
width: 1.4rem;
height: 100%;
margin-left: 0.14rem;
}
.head-city {
width: 100%;
height: 100%;
line-height: 1.18rem;
}
.head-city a {
font-size: 0.33rem;
color: #646464;
}
.head-city .xiala {
display: inline-block;
width: 0.48rem;
height: 0.48rem;
background: url(../images/xiala.png) no-repeat center;
background-size: contain;
position: absolute;
top: 0.35rem;
}
.city-list {
width: 100%;
height: auto;
overflow: hidden;
position: absolute;
left: 0;
top: 1.2rem;
background: #fff;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
display: none;
}
.city-list li {
border-bottom: 1px solid #f0f0f0;
padding-left: 0.36rem;
padding-right: 0.36rem;
}
.city-list li h3 {
line-height: 1rem;
color: #323232;
}
.city-list li a {
line-height: 0.8rem;
color: #646464;
}
.nav-icon {
display: inline-block;
width: 1rem;
height: 1rem;
background: url(../images/icon.png) no-repeat center;
background-size: contain;
position: absolute;
right: 0.24rem;
top:0;
}
.nav {
max-width: 640px;
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
overflow: hidden;
z-index: -1;
}
.nav-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
z-index: 9999;
}
.nav-list {
position: absolute;
right: -2.4rem;
top: 0;
width: 2.4rem;
height: 100%;
background: #333;
padding-top: 1.2rem;
text-align: center;
z-index: 9999;
}
.nav-list li.cur {
background: #736f6f;
}
.nav-list li a {
font-size: 0.33rem;
color: #fff;
line-height: 1.2rem;
}
footer {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
margin-top: 0.24rem;
background: #fff;
margin-bottom: 1.11rem;
text-align: center;
}
footer h3 {
font-size: 0.338rem;
color: #323232;
line-height: 0.64rem;
}
footer p {
font-size: 0.3rem;
color: #909090;
line-height: 0.64rem;
}
.quote-price {
max-width: 640px;
width: 100%;
height: 1.11rem;
position: fixed;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
z-index: 99;
line-height: 1.11rem;
}
.quote-price a {
display: block;
width: 50%;
height: 100%;
float: left;
text-align: center;
}
.quote-price .zx {
background: #c70000;
font-size: 0.434rem;
color: #fff;
}
.quote-price .bj {
background: #3e3e3e;
font-size: 0.434rem;
color: #fff;
}
.ticket {
margin-top: 0.72rem;
width: 100%;
height: auto;
overflow: hidden;
}
.ticket li {
width: 49%;
height: auto;
overflow: hidden;
float: left;
position: relative;
}
.ticket li img {
width: 100%;
}
.ticket li:nth-of-type(1) {
margin-right: 2%;
}
.quan-form {
max-width: 640px;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
margin: 0 auto;
background: rgba(0, 0, 0, 0.5);
z-index: 999999;
padding: 0 0.48rem;
display: none;
}
.quan-form form {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.72rem 0.72rem 0.84rem;
background: #fff;
border-radius: 0.1rem;
margin-top: 20% !important;
position: relative;
}
.quan-form .yhq-tel {
width: 100%;
height: 1.1rem;
border: 1px solid #d9d9d9;
padding-left: 0.36rem;
outline: none;
background: none;
border-radius: 0.14rem;
margin-top: 0.48rem;
}
.quan-form .quan-btn {
width: 100%;
height: 1.1rem;
background: #c70000;
border: 1px solid #c70000;
color: #fff;
font-size: 0.338rem;
margin-top: 0.48rem;
outline: none;
border-radius: 0.14rem;
}
.quan-form .yhq-title {
font-size: 0.6rem;
color: #646464;
text-align: center;
}
.quan-form .close {
position: absolute;
right: 0.24rem;
top: 0.24rem;
width: 8%;
}
.quan-box {
width: 100%;
height: 2.173rem;
border: 1px solid #c70000;
border-radius: 0.14rem;
position: relative;
}
.q-price {
font-size: 0.96rem;
color: #c70000;
font-weight: 600;
position: absolute;
left: 0.12rem;
top: 0.2rem;
font-family: Impact;
}
.q-unit {
font-size: 0.48rem;
color: #c70000;
position: absolute;
left: 1.8rem;
top: 0.8rem;
}
.q-rule {
font-size: 0.28rem;
color: #646464;
position: absolute;
left: 0.24rem;
top: 1.4rem;
}
.q-type {
font-size: 0.36rem;
color: #646464;
position: absolute;
right: 0.38rem;
top: 0.12rem;
}
.q-btn {
padding: 0.08rem 0.12rem;
background: #c70000;
color: #fff;
font-size: 0.28rem;
border-radius: 0.14rem;
position: absolute;
right: 0.24rem;
top: 0.8rem;
}
.q-num {
font-size: 0.24rem;
color: #909090;
position: absolute;
right: 0.29rem;
bottom: 0.2rem;
}
.nums {
color: #c70000;
display: inline-block;
width: 0.48rem;
text-align: center;
}
.q-line {
width: 1px;
height: 60%;
background: #e6e6e6;
position: absolute;
right: 1.84rem;
bottom: 20%;
}
.triangle-rt {
border-left: 0.24rem solid #c70000;
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
position: absolute;
top: 0.12rem;
right: -0.2rem;
}
.triangle-lt {
border-right: 0.24rem solid #c70000;
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
position: absolute;
top: 0.12rem;
left: -0.2rem;
}
.triangle {
border-right: 0.18rem solid #c70000;
border-top: 0.18rem solid transparent;
border-bottom: 0.18rem solid transparent;
}
.form-center {
width: 100%;
margin-top: 0.36rem;
}
.form-center input {
width: 100%;
height: 1.1rem;
border: 1px solid #d9d9d9;
margin-top: 0.36rem;
border-radius: 0.14rem;
outline: none;
}
.form-center input:not(:last-child) {
padding-left: 0.36rem;
}
.form-center .sub-btn {
background: #c70000;
border: 1px solid #c70000;
color: #fff;
font-size: 0.38rem;
}
.all-form .all-mj {
display: block;
position: relative;
}
.all-form .all-mj i {
position: absolute;
right: 10px;
top: 40%;
display: block;
color: #999;
}
.nav-ul-index {
max-width: 640px;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10000;
display: flex;
justify-content: center;
display: none;
}
.nav-ul-index ul {
overflow: hidden;
position: absolute;
width: 100%;
left: 0;
top: 3.2rem;
-webkit-transform: translateY(-10%);
transform: translateY(-10%);
padding: 5%;
}
.nav-ul-index ul li {
float: left;
width: 33%;
height: 3rem;
padding: 2% 7%;
text-align: center;
}
.nav-ul-index ul li img {
width: 100%;
}
.nav-ul-index ul li a {
color: #646464;
font-size: 14px;
}
.nav-ul-index i {
display: inline-block;
width: 1rem;
height: 1rem;
background: url(../images/icon.png) no-repeat center;
background-size: contain;
margin-top: 0.11rem;
position: absolute;
top: 0;
right: 10px;
}
.menuin {
display: block;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-name: menuin;
animation-name: menuin;
-webkit-transform-origin: 50% 20%;
}
@-webkit-keyframes menuin {
0% {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.menuout {
display: block;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-name: menuout;
animation-name: menuout;
-webkit-transform-origin: 50% 20%;
}
@-webkit-keyframes menuout {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
opacity: 0;
}
}
.zhengz-pro {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: center;
}
.zhengz-pro h2 {
font-size: 0.53rem;
color: #323232;
}
.zhengz-pro .title-sm {
font-size: 0.338rem;
color: #808080;
line-height: 0.72rem;
}
#list-index {
overflow: hidden;
}
#list-index ul {
overflow: hidden;
margin: 0.36rem 0;
}
#list-index ul li {
float: left;
width: 32%;
padding: 0.2rem 0;
border: 1px solid #d9d9d9;
border-radius: 4px;
color: #333;
margin-left: 2%;
margin-bottom: 2%;
}
#list-index ul li:nth-of-type(3n+1) {
margin-left: 0;
}
#list-index ul li.cur {
border: 1px solid #c70000;
color: #c70000;
}
.zhengz-pro .div-all {
width: 100%;
}
.zhengz-pro .div-all .img1 {
display: none;
width: 100%;
}
.zhengz-pro .div-all .img1 img {
width: 100%;
}
.zhengz-pro .div-all .img1:first-child {
display: block;
}
.acti-a {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: center;
}
.acti-a h4 {
margin-bottom: 0.3rem;
}
.acti-a h4 .tc-title {
display: block;
width: 28%;
margin: 0 auto;
}
.acti-a h4 .tc-title img {
width: 100%;
}
.acti-a h4 .tc_bline {
display: block;
width: 34%;
margin: 0.1rem auto 0;
}
.acti-a h4 .tc_bline img {
width: 100%;
animation: sf 2s infinite linear;
-moz-animation: sf 2s infinite linear;
/* Firefox */
-webkit-animation: sf 2s infinite linear;
/* Safari and Chrome */
-o-animation: sf 2s infinite linear;
/* Opera */
}
.acti-a .p-s-con {
width: 100%;
position: relative;
}
.acti-a .p-s-con img {
width: 100%;
}
.acti-a .p-s-con p {
position: absolute;
right: 0.3rem;
width: 1rem;
bottom: -0.3rem;
animation: hb2 3s infinite linear;
-moz-animation: hb2 3s infinite linear;
-webkit-animation: hb2 3s infinite linear;
-o-animation: hb2 3s infinite linear;
}
.acti-a .p-s-con p img {
width: 100%;
}
.acti-b {
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: left;
}
.acti-b p {
color: #323232;
margin-bottom: 0.2rem;
}
.acti-b p i {
width: 2px;
background: #c70000;
display: inline-block;
height: 10px;
margin-right: 1em;
margin-top: 10px;
}
.acti-b p:last-child {
margin-bottom: 0;
}
@keyframes hb2 {
0% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
50% {
transform: scale(1.2);
-ms-transform: scale(1.2);
/* Internet Explorer */
-moz-transform: scale(1.2);
/* Firefox */
-webkit-transform: scale(1.2);
/* Safari 和 Chrome */
-o-transform: scale(1.2);
/* Opera */
}
100% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
}
@keyframes sf {
0% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
25% {
transform: translate(3%, 0);
-ms-transform: translate(3%, 0);
/* Internet Explorer */
-moz-transform: translate(3%, 0);
/* Firefox */
-webkit-transform: translate(3%, 0);
/* Safari 和 Chrome */
-o-transform: translate(3%, 0);
/* Opera */
}
50% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
75% {
transform: translate(-3%, 0);
-ms-transform: translate(-3%, 0);
/* Internet Explorer */
-moz-transform: translate(-3%, 0);
/* Firefox */
-webkit-transform: translate(-3%, 0);
/* Safari 和 Chrome */
-o-transform: translate(-3%, 0);
/* Opera */
}
100% {
transform: translate(0, 0);
-ms-transform: translate(0, 0);
/* Internet Explorer */
-moz-transform: translate(0, 0);
/* Firefox */
-webkit-transform: translate(0, 0);
/* Safari 和 Chrome */
-o-transform: translate(0, 0);
/* Opera */
}
}
.pos-font {
position: absolute;
}
.pos-f1 {
top: 0.2rem;
right: 0.15rem;
width: 1.3rem;
display: inline-block;
line-height: 0.26rem;
color: #fff;
}
.pos-f2 {
top: 20%;
left: 5%;
width: 0.8rem;
display: inline-block;
line-height: 0.26rem;
color: #000;
}
.pos-f3 {
top: 20%;
left: 5%;
width: 1.3rem;
display: inline-block;
line-height: 0.26rem;
color: #000;
}
.p-ssl i img {
width: 100%;
}
.p-s-con,
.p-s-con .p-i-img,
.p-s-con p img,
.p-i-img {
width: 100%;
}
.p-s-con {
position: relative;
}
.p-s-con p {
position: absolute;
right: 10px;
width: 1rem;
bottom: -0.2rem;
animation: hb2 3s infinite linear;
-moz-animation: hb2 3s infinite linear;
/* Firefox */
-webkit-animation: hb2 3s infinite linear;
/* Safari and Chrome */
-o-animation: hb2 3s infinite linear;
/* Opera */
}
.p-ssl {
margin: 0.2rem 0;
width: 100%;
height: auto;
overflow: hidden;
padding: 0.36rem;
background: #fff;
margin-top: 0.24rem;
text-align: left;
}
.p-ssl h4 {
font-size: .52rem;
height: 1.1rem;
background: url('../images/31.png') center bottom no-repeat;
text-align: center;
margin-bottom: 0.36rem;
}
.p-ssl h4 i {
width: 0.4rem;
display: inline-block;
margin-right: 0.1rem;
animation: hb1 1s infinite linear;
-moz-animation: hb1 1s infinite linear;
/* Firefox */
-webkit-animation: hb1 1s infinite linear;
/* Safari and Chrome */
-o-animation: hb1 1s infinite linear;
/* Opera */
margin-left: -0.1rem;
}
@keyframes hb1 {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
/* Internet Explorer */
-moz-transform: rotate(0deg);
/* Firefox */
-webkit-transform: rotate(0deg);
/* Safari 和 Chrome */
-o-transform: rotate(0deg);
/* Opera */
}
50% {
transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
/* Internet Explorer */
-moz-transform: rotate(-25deg);
/* Firefox */
-webkit-transform: rotate(-25deg);
/* Safari 和 Chrome */
-o-transform: rotate(-25deg);
/* Opera */
}
100% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
/* Internet Explorer */
-moz-transform: rotate(0deg);
/* Firefox */
-webkit-transform: rotate(0deg);
/* Safari 和 Chrome */
-o-transform: rotate(0deg);
/* Opera */
}
}
@keyframes hb2 {
0% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
50% {
transform: scale(1.2);
-ms-transform: scale(1.2);
/* Internet Explorer */
-moz-transform: scale(1.2);
/* Firefox */
-webkit-transform: scale(1.2);
/* Safari 和 Chrome */
-o-transform: scale(1.2);
/* Opera */
}
100% {
transform: scale(1);
-ms-transform: scale(1);
/* Internet Explorer */
-moz-transform: scale(1);
/* Firefox */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
}
} | 0.410166 | 0.070977 |
:root {
--dollar-logo-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath d='m54.5 9192.168.3.11L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
--dollar-logo-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath fill='%23fff' d='m54.5 97.23.51.29L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
--dollar-logo-cyan: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath fill='%2300ffff' d='m54.5 192.168.127.12L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
/* --dollar-logo-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' /%3E%3C/svg%3E");
--dollar-logo-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' fill='%23FFF' /%3E%3C/svg%3E");
--dollar-logo-cyan: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' fill='%230FF' /%3E%3C/svg%3E"); */
/* --box-shadow: 0 0 48px #ffffff10; */
--box-shadow: none;
}
header {
padding: 8px;
/* background-color: #000000; */
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
backdrop-filter: blur(24px);
}
header > div {
display: inline-block;
}
#account {
display: block;
width: auto;
}
#common > div {
display: inline-block;
vertical-align: top;
margin: 24px;
/* padding: 8px 16px; */
/* background-color: #00000080; */
/* background-color: #06061a; */
/* background-color: #000; */
/* vertical-align: top; */
border-radius: 4px;
position: relative;
/* box-shadow: 0 0 96px #00ffff20; */
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
backdrop-filter: blur(24px);
min-width: 33vw;
border: none;
}
#debt-coupon-deposit {
min-height: 124px;
}
#account p,
#account aside,
#chefugov p,
#chefugov aside,
#twap-price p,
#twap-price aside {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#twap-price p,
#chefugov p {
font-weight: normal;
background: linear-gradient(to right, #ffffffff, #ffffff00);
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
max-width: 75%;
margin: 16px auto;
}
#twap-price > p {
margin: 0 auto;
}
#chefugov p {
background: linear-gradient(to right, #00ffffff, #ffffff00);
background-clip: text;
-webkit-text-fill-color: transparent;
}
#balances p,
#markets aside,
div[id^="inventory-"] aside,
#chefugov aside,
#twap-price aside,
table th {
-webkit-text-fill-color: initial;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
color: #ffffff80;
text-rendering: optimizeLegibility;
}
table th {
font-weight: 400;
padding: 14px;
}
#rewards-summary {
color: #ffffffbf;
font-weight: 400;
/* text-align: right; */
padding: 14px 0 0;
}
#rewards-summary > div {
/* display: inline-block; */
/* padding: 14px; */
/* background-color: red; */
}
table {
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
border-radius: 4px;
margin: 12px auto;
}
#inventory-top > div > div {
display: inline-block;
margin: 8px 16px;
height: 24px;
vertical-align: middle;
/* float: left; */
/* background: red; */
}
#common > div::before {
/* content: attr(id); */
position: absolute;
right: 0;
text-transform: uppercase;
text-align: right;
font-weight: 900;
opacity: 0.125;
padding: 0 8px;
/* height: 100%; */
/* transform: translateY(50%); */
}
#logo {
background-image: var(--dollar-logo-white);
background-repeat: no-repeat;
background-size: contain;
color: #fff;
opacity: 0.5;
height: 20px;
font-size: 14px;
padding: 4px 6px;
}
#logo:hover {
opacity: 1;
filter: drop-shadow(0 0 16px #fff);
background-image: var(--dollar-logo-cyan);
color: #0ff;
}
#logo > span {
user-select: none;
width: auto;
text-align: right;
display: inline-block;
text-transform: uppercase;
letter-spacing: 3px;
padding-right: 13px;
text-rendering: optimizeLegibility;
font-weight: initial;
height: 11px;
}
#logo > span:first-child {
padding-left: 32px;
}
#account {
text-transform: uppercase;
letter-spacing: 2px;
color: #ffffff40;
}
body {
background: #06061a;
color: #fff;
font-family: "Ubiquity Nova", "Proxima Nova", Avenir, sans-serif;
/* font-weight: 100; */
text-align: center;
margin: 0;
}
.rdn-control-placeholder :disabled,
button:disabled,
input[type="button"]:disabled,
:disabled {
pointer-events: none;
opacity: 0.125;
background-color: transparent;
color: #fff;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown,
input,
button,
input[type="button"] {
/* font-weight: 100; */
font-family: "Ubiquity Nova", "Proxima Nova", Avenir, sans-serif;
background: #fff;
box-shadow: 0 0 48px #00000040;
appearance: none;
border: none;
height: 32px;
border-radius: 4px;
/* text-indent: 4px; */
padding: 0 8px;
margin: 8px;
opacity: 0.75;
/* transform: scale(1); */
transition: 0.25s all cubic-bezier(0, 1, 1, 1);
min-width: 128px;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown {
height: auto;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown,
button,
input[type="button"] {
background-color: #ffffff00;
border: 1px solid #ffffff40;
cursor: pointer;
padding: 8px 16px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: initial;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option:hover,
.rdn-control-placeholder.dropdown:hover,
button:hover,
input[type="button"]:hover {
border: 1px solid #ffffff00;
background-color: #ffffff40;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option:hover,
.rdn-control-placeholder.dropdown:hover,
input:hover,
button:hover,
input[type="button"]:hover {
/* transform: scale(0.99); */
opacity: 1;
filter: drop-shadow(0 0 16px #fff);
/* color: #0ff; */
}
.error {
/* font-weight: bolder; */
color: red;
}
.info {
/* font-weight: lighter; */
color: #808080;
/* margin-left: 10px; */
}
.disable-option {
color: #808080;
cursor: not-allowed;
padding: 8px;
/* pointer-events: none; */
}
.option {
/* color: black; */
cursor: pointer;
padding: 8px;
}
span {
vertical-align: middle;
}
img,
svg {
/* fill: #ffffff80; */
fill: #00ffffbf;
height: 24px;
margin-right: 12px;
}
img,
svg:hover {
/* fill: #00ffffff; */
}
img,
svg {
/* fill: #ffffff80; */
fill: #00ffffbf;
height: 24px;
margin-right: 12px;
}
#markets > div > div {
width: 50%;
display: inline-block;
}
#markets > div {
margin: 24px auto;
}
input[value*="Connect"] {
background-color: #00ffffff;
color: #000;
}
input[value*="Connect"]:hover {
background-color: #00ffffff;
}
#common > #twap-price,
#common > #chefugov {
display: block;
/* margin-left: auto; */
/* margin-right: auto; */
margin: 24px auto;
padding: 24px 0;
}
#common > div[id^="inventory-"] {
margin: 0;
width: 100%;
display: block;
backdrop-filter: blur(8px);
position: fixed;
left: 0;
bottom: 0;
padding: 4px 0;
height: 48px;
border-top: 1px solid #ffffff10;
}
div[id^="inventory-"] aside {
margin: 8px auto;
display: inline-block;
/* float: right; */
margin: 8px 16px;
}
div[id^="inventory-"] svg {
/* fill: #ffffff80; */
}
div[id^="inventory-"] {
overflow: scroll;
-webkit-overflow-scrolling: touch;
-webkit-mask-image: linear-gradient(to right, #00000000 0%, #000000ff 12.5%, #000000ff 87.5%, #00000000 100%);
}
div[id^="inventory-"] > div {
width: 1440px;
display: inline-block;
height: 48px;
vertical-align: middle;
text-align: center;
}
div[id^="inventory-"] figure {
display: inline-block;
height: 4px;
width: 4px;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
border: 2px solid #ffffff80;
border-left-color: transparent;
border-bottom-color: transparent;
border-radius: 1px;
animation-duration: 1.5s;
animation-timing-function: ease-in-out;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: inventory-chevron;
transform: rotate(45deg);
}
@keyframes inventory-chevron {
0% {
transform: rotate(45deg) translateX(0px) translateY(0px);
}
50% {
transform: rotate(45deg) translateX(50%) translateY(-50%);
}
100% {
transform: rotate(45deg) translateX(0px) translateY(0px);
}
}
div#background {
/* display: table; */
position: fixed;
width: 100vw;
height: 100vh;
}
div#grid {
/* display: table-cell; */
position: absolute;
background-position: center;
vertical-align: middle;
text-align: center;
width: 100vw;
height: 100vh;
-webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 1) 100%);
background-image: url(//ubq.fi/image/grid-1.png);
background-repeat: repeat;
/* background-color: rgba(0, 0, 0, 0.5); */
/* z-index: -1; */
}
body video {
opacity: 0.25;
filter: grayscale(0.25);
object-position: center;
margin: auto;
position: absolute;
/* z-index: 1; */
top: 50%;
left: 0%;
transform: translate(0%, -50%);
visibility: visible;
/* opacity: 1; */
width: 100vw;
height: 100vh;
object-fit: cover;
}
a:-webkit-any-link {
color: #fff;
}
#debt-coupon-redeem .rdn-control-arrow.dropdown {
display: none;
}
#debt-coupon-redeem > p {
padding: 0 12px;
}
[id^="inventory-"] [id$="-balance"] {
/* max-width: 145px; */
/* background-color: red; */
max-width: 194px;
/* background-color: red; */
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
[id^="inventory-"] [id$="-balance"]:hover {
filter: drop-shadow(0 0 16px #fff);
}
.bg-blur {
backdrop-filter: blur(24px);
}
[id^="inventory-"] [id$="-balance"] a {
text-decoration: none;
}
.lds-ring {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 16px;
height: 16px;
margin: 1px;
border: 1px solid #80ffff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #80ffff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#common > div > div.flex.justify-between.items-center > div {
background-repeat: no-repeat;
background-position: right;
background-size: contain;
padding: 24px;
border-radius: 4px;
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
}
#common > div > div.flex.justify-between.items-center > div > div > span {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
text-rendering: optimizeLegibility;
} | pages/styles/index.css | :root {
--dollar-logo-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath d='m54.5 9192.168.3.11L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
--dollar-logo-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath fill='%23fff' d='m54.5 97.23.51.29L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
--dollar-logo-cyan: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.66 150'%3E%3Cpath fill='%2300ffff' d='m54.5 192.168.127.12L95.45 121l-27.54 16a5.44 5.44 0 0 1-5.11.16l-.29-.16-49.1-28.35a5.42 5.42 0 0 1-2.69-4.36v-8.7a48.08 48.08 0 0 1 43.78 1.7zm-30.45-60.7 42.73 24.8.55.32a59 59 0 0 0 52.38 2.77v39.48a5.4 5.4 0 0 1-2.44 4.51l-.26.18-10.67 6.14-45.85-26.61a58.92 58.92 0 0 0-49.78-4.38v-36.4a5.42 5.42 0 0 1 2.44-4.51l.26-.16zm41.16-22.87a5.43 5.43 0 0 1 2.38.55l.32.17L117 42.67a5.4 5.4 0 0 1 2.7 4.35v5.33a48 48 0 0 1-46.8 0l-.64-.35-37.34-21.73 27.59-15.89a5.25 5.25 0 0 1 2.35-.72zm66.45 27.11a6.54 6.54 0 0 0-3.27-5.66L69.1.87a6.58 6.58 0 0 0-6.54 0L3.27 35.11A6.54 6.54 0 0 0 0 40.77v68.46a6.57 6.57 0 0 0 3.27 5.67l59.29 34.23a6.58 6.58 0 0 0 6.54 0l59.29-34.23a6.57 6.57 0 0 0 3.27-5.67z' /%3E%3C/svg%3E");
/* --dollar-logo-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' /%3E%3C/svg%3E");
--dollar-logo-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' fill='%23FFF' /%3E%3C/svg%3E");
--dollar-logo-cyan: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.57 104.19'%3E%3Cpath d='M43.28.67 2.5 24.22A5 5 0 0 0 0 28.55v47.09A5 5 0 0 0 2.5 80l40.78 23.55a5 5 0 0 0 5 0L89.07 80a5 5 0 0 0 2.5-4.33V28.55a5 5 0 0 0-2.5-4.33L48.28.67a5 5 0 0 0-5 0zm36.31 25a2 2 0 0 1 0 3.46l-6 3.48c-2.72 1.57-4.11 4.09-5.34 6.3-.18.33-.36.66-.55 1-3 5.24-4.4 10.74-5.64 15.6C59.71 64.76 58 70.1 50.19 72.09a17.76 17.76 0 0 1-8.81 0c-7.81-2-9.53-7.33-11.89-16.59-1.24-4.86-2.64-10.36-5.65-15.6l-.54-1c-1.23-2.21-2.62-4.73-5.34-6.3l-6-3.47a2 2 0 0 1 0-3.47L43.28 7.6a5 5 0 0 1 5 0zM43.28 96.59 8.5 76.51A5 5 0 0 1 6 72.18v-36.1a2 2 0 0 1 3-1.73l6 3.46c1.29.74 2.13 2.25 3.09 4l.6 1c2.59 4.54 3.84 9.41 5 14.11 2.25 8.84 4.58 18 16.25 20.93a23.85 23.85 0 0 0 11.71 0C63.3 75 65.63 65.82 67.89 57c1.2-4.7 2.44-9.57 5-14.1l.59-1.06c1-1.76 1.81-3.27 3.1-4l5.94-3.45a2 2 0 0 1 3 1.73v36.1a5 5 0 0 1-2.5 4.33L48.28 96.59a5 5 0 0 1-5 0z' fill='%230FF' /%3E%3C/svg%3E"); */
/* --box-shadow: 0 0 48px #ffffff10; */
--box-shadow: none;
}
header {
padding: 8px;
/* background-color: #000000; */
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
backdrop-filter: blur(24px);
}
header > div {
display: inline-block;
}
#account {
display: block;
width: auto;
}
#common > div {
display: inline-block;
vertical-align: top;
margin: 24px;
/* padding: 8px 16px; */
/* background-color: #00000080; */
/* background-color: #06061a; */
/* background-color: #000; */
/* vertical-align: top; */
border-radius: 4px;
position: relative;
/* box-shadow: 0 0 96px #00ffff20; */
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
backdrop-filter: blur(24px);
min-width: 33vw;
border: none;
}
#debt-coupon-deposit {
min-height: 124px;
}
#account p,
#account aside,
#chefugov p,
#chefugov aside,
#twap-price p,
#twap-price aside {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#twap-price p,
#chefugov p {
font-weight: normal;
background: linear-gradient(to right, #ffffffff, #ffffff00);
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
max-width: 75%;
margin: 16px auto;
}
#twap-price > p {
margin: 0 auto;
}
#chefugov p {
background: linear-gradient(to right, #00ffffff, #ffffff00);
background-clip: text;
-webkit-text-fill-color: transparent;
}
#balances p,
#markets aside,
div[id^="inventory-"] aside,
#chefugov aside,
#twap-price aside,
table th {
-webkit-text-fill-color: initial;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
color: #ffffff80;
text-rendering: optimizeLegibility;
}
table th {
font-weight: 400;
padding: 14px;
}
#rewards-summary {
color: #ffffffbf;
font-weight: 400;
/* text-align: right; */
padding: 14px 0 0;
}
#rewards-summary > div {
/* display: inline-block; */
/* padding: 14px; */
/* background-color: red; */
}
table {
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
border-radius: 4px;
margin: 12px auto;
}
#inventory-top > div > div {
display: inline-block;
margin: 8px 16px;
height: 24px;
vertical-align: middle;
/* float: left; */
/* background: red; */
}
#common > div::before {
/* content: attr(id); */
position: absolute;
right: 0;
text-transform: uppercase;
text-align: right;
font-weight: 900;
opacity: 0.125;
padding: 0 8px;
/* height: 100%; */
/* transform: translateY(50%); */
}
#logo {
background-image: var(--dollar-logo-white);
background-repeat: no-repeat;
background-size: contain;
color: #fff;
opacity: 0.5;
height: 20px;
font-size: 14px;
padding: 4px 6px;
}
#logo:hover {
opacity: 1;
filter: drop-shadow(0 0 16px #fff);
background-image: var(--dollar-logo-cyan);
color: #0ff;
}
#logo > span {
user-select: none;
width: auto;
text-align: right;
display: inline-block;
text-transform: uppercase;
letter-spacing: 3px;
padding-right: 13px;
text-rendering: optimizeLegibility;
font-weight: initial;
height: 11px;
}
#logo > span:first-child {
padding-left: 32px;
}
#account {
text-transform: uppercase;
letter-spacing: 2px;
color: #ffffff40;
}
body {
background: #06061a;
color: #fff;
font-family: "Ubiquity Nova", "Proxima Nova", Avenir, sans-serif;
/* font-weight: 100; */
text-align: center;
margin: 0;
}
.rdn-control-placeholder :disabled,
button:disabled,
input[type="button"]:disabled,
:disabled {
pointer-events: none;
opacity: 0.125;
background-color: transparent;
color: #fff;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown,
input,
button,
input[type="button"] {
/* font-weight: 100; */
font-family: "Ubiquity Nova", "Proxima Nova", Avenir, sans-serif;
background: #fff;
box-shadow: 0 0 48px #00000040;
appearance: none;
border: none;
height: 32px;
border-radius: 4px;
/* text-indent: 4px; */
padding: 0 8px;
margin: 8px;
opacity: 0.75;
/* transform: scale(1); */
transition: 0.25s all cubic-bezier(0, 1, 1, 1);
min-width: 128px;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown {
height: auto;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option,
.rdn-control-placeholder.dropdown,
button,
input[type="button"] {
background-color: #ffffff00;
border: 1px solid #ffffff40;
cursor: pointer;
padding: 8px 16px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: initial;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option:hover,
.rdn-control-placeholder.dropdown:hover,
button:hover,
input[type="button"]:hover {
border: 1px solid #ffffff00;
background-color: #ffffff40;
}
.rdn-drop.dropdown.is-open > div.option.rdn-drop-menu-option:hover,
.rdn-control-placeholder.dropdown:hover,
input:hover,
button:hover,
input[type="button"]:hover {
/* transform: scale(0.99); */
opacity: 1;
filter: drop-shadow(0 0 16px #fff);
/* color: #0ff; */
}
.error {
/* font-weight: bolder; */
color: red;
}
.info {
/* font-weight: lighter; */
color: #808080;
/* margin-left: 10px; */
}
.disable-option {
color: #808080;
cursor: not-allowed;
padding: 8px;
/* pointer-events: none; */
}
.option {
/* color: black; */
cursor: pointer;
padding: 8px;
}
span {
vertical-align: middle;
}
img,
svg {
/* fill: #ffffff80; */
fill: #00ffffbf;
height: 24px;
margin-right: 12px;
}
img,
svg:hover {
/* fill: #00ffffff; */
}
img,
svg {
/* fill: #ffffff80; */
fill: #00ffffbf;
height: 24px;
margin-right: 12px;
}
#markets > div > div {
width: 50%;
display: inline-block;
}
#markets > div {
margin: 24px auto;
}
input[value*="Connect"] {
background-color: #00ffffff;
color: #000;
}
input[value*="Connect"]:hover {
background-color: #00ffffff;
}
#common > #twap-price,
#common > #chefugov {
display: block;
/* margin-left: auto; */
/* margin-right: auto; */
margin: 24px auto;
padding: 24px 0;
}
#common > div[id^="inventory-"] {
margin: 0;
width: 100%;
display: block;
backdrop-filter: blur(8px);
position: fixed;
left: 0;
bottom: 0;
padding: 4px 0;
height: 48px;
border-top: 1px solid #ffffff10;
}
div[id^="inventory-"] aside {
margin: 8px auto;
display: inline-block;
/* float: right; */
margin: 8px 16px;
}
div[id^="inventory-"] svg {
/* fill: #ffffff80; */
}
div[id^="inventory-"] {
overflow: scroll;
-webkit-overflow-scrolling: touch;
-webkit-mask-image: linear-gradient(to right, #00000000 0%, #000000ff 12.5%, #000000ff 87.5%, #00000000 100%);
}
div[id^="inventory-"] > div {
width: 1440px;
display: inline-block;
height: 48px;
vertical-align: middle;
text-align: center;
}
div[id^="inventory-"] figure {
display: inline-block;
height: 4px;
width: 4px;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
border: 2px solid #ffffff80;
border-left-color: transparent;
border-bottom-color: transparent;
border-radius: 1px;
animation-duration: 1.5s;
animation-timing-function: ease-in-out;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: inventory-chevron;
transform: rotate(45deg);
}
@keyframes inventory-chevron {
0% {
transform: rotate(45deg) translateX(0px) translateY(0px);
}
50% {
transform: rotate(45deg) translateX(50%) translateY(-50%);
}
100% {
transform: rotate(45deg) translateX(0px) translateY(0px);
}
}
div#background {
/* display: table; */
position: fixed;
width: 100vw;
height: 100vh;
}
div#grid {
/* display: table-cell; */
position: absolute;
background-position: center;
vertical-align: middle;
text-align: center;
width: 100vw;
height: 100vh;
-webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 1) 100%);
background-image: url(//ubq.fi/image/grid-1.png);
background-repeat: repeat;
/* background-color: rgba(0, 0, 0, 0.5); */
/* z-index: -1; */
}
body video {
opacity: 0.25;
filter: grayscale(0.25);
object-position: center;
margin: auto;
position: absolute;
/* z-index: 1; */
top: 50%;
left: 0%;
transform: translate(0%, -50%);
visibility: visible;
/* opacity: 1; */
width: 100vw;
height: 100vh;
object-fit: cover;
}
a:-webkit-any-link {
color: #fff;
}
#debt-coupon-redeem .rdn-control-arrow.dropdown {
display: none;
}
#debt-coupon-redeem > p {
padding: 0 12px;
}
[id^="inventory-"] [id$="-balance"] {
/* max-width: 145px; */
/* background-color: red; */
max-width: 194px;
/* background-color: red; */
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
[id^="inventory-"] [id$="-balance"]:hover {
filter: drop-shadow(0 0 16px #fff);
}
.bg-blur {
backdrop-filter: blur(24px);
}
[id^="inventory-"] [id$="-balance"] a {
text-decoration: none;
}
.lds-ring {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 16px;
height: 16px;
margin: 1px;
border: 1px solid #80ffff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #80ffff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#common > div > div.flex.justify-between.items-center > div {
background-repeat: no-repeat;
background-position: right;
background-size: contain;
padding: 24px;
border-radius: 4px;
/* border: 1px solid #ffffff10; */
box-shadow: var(--box-shadow);
}
#common > div > div.flex.justify-between.items-center > div > div > span {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
text-rendering: optimizeLegibility;
} | 0.281109 | 0.399607 |
@import "game.css";
@import "accounts.css";
@import "hero_page.css";
@import "forum.css";
@import "news.css";
@import "forms.css";
@import "guide.css";
@import "newspaper.css";
@import "pvp.css";
@import "blogs.css";
@import "mobs.css";
@import "linguistics.css";
html {
height: 100%;
}
body {
padding-top: 44px;
height: 100%;
word-wrap: break-word;
background-color: #ebf0f0 !important;
/* old style blocks */
/* new style blocks */
}
body #main-container {
height: 100%;
min-height: 100%;
height: auto;
}
body #main-container #content {
padding-bottom: 125px;
}
body div.block,
body li.block {
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 8px;
padding: 0.75em;
margin-top: 0;
margin-bottom: 10px;
}
body div.block.white,
body li.block.white {
background-color: white;
}
body div.easy-block,
body li.easy-block {
padding: 0.75em;
margin-top: 0;
margin-bottom: 10px;
background-color: #f5fafa;
border-radius: 8px;
}
body hr {
border-top-color: #cccccc;
margin: 0;
}
body .progress {
border: 1px solid #808080;
height: 8px;
}
body .nav-tabs > li > a,
body .nav-pills > li > a {
padding-right: 10px;
padding-left: 10px;
}
body .nav-tabs > li > a:hover,
body .nav-pills > li > a:hover {
background-color: #e1e6e6;
}
body .nav-tabs > li > a.transparent,
body .nav-pills > li > a.transparent {
border: none;
}
body .nav-tabs > li > a.transparent:hover,
body .nav-pills > li > a.transparent:hover {
background-color: #f5fafa !important;
}
body .nav-tabs > .active > a {
background-color: #f5fafa;
}
body .nav-tabs > .active > a:hover {
background-color: #f5fafa;
}
body .navbar .navbar-inner {
min-height: 34px !important;
}
body .navbar .navbar-text {
padding-top: 9px;
line-height: 20px !important;
}
body .navbar .divider-vertical {
height: 34px !important;
}
body .navbar .nav > li > a {
padding-right: 8px;
padding-left: 8px;
padding-bottom: 0px;
}
body .navbar .brand {
padding: 3px 8px 0px 0px;
margin-left: 0px;
margin-bottom: -12px;
}
body .navbar .nav li .navbar-element {
opacity: 0.5;
}
body .navbar .nav li:hover .navbar-element {
opacity: 1.0;
}
body .navbar .nav li.active .navbar-element {
opacity: 1.0;
}
body footer {
clear: both;
position: relative;
z-index: 10;
height: 125px;
margin-top: -3em;
border-top: 1px solid #cccccc;
padding: 1em;
}
body .dl-record {
margin-bottom: 0.5em;
}
body .dl-record small {
font-weight: normal;
}
body .game-navigation-caption {
cursor: default;
padding-left: 0.8em;
color: #999999;
}
body .game-navigation .nav-element {
padding-left: 1em;
}
body .game-navigation .nav-element.disabled {
color: #999999;
}
body .game-navigation .nav-element.disabled a {
color: #999999;
}
body .game-navigation .nav-element.disabled a:hover {
background-color: #e1e6e6;
}
body .game-navigation .nav-element:not(.active) a:hover {
background-color: #e1e6e6;
}
body .game-navigation .nav-header {
cursor: default;
}
a.info-link {
text-decoration: none;
border-bottom: 1px dashed;
}
a.info-link:hover {
text-decoration: none;
border-bottom: 1px dashed;
}
#time-block {
cursor: default;
}
small {
color: #999999 !important;
}
.anchor {
display: block !important;
position: relative;
top: -54px;
}
.attention-link {
color: #faa732 !important;
}
.popover {
z-index: 30000000 !important;
}
.modal-backdrop {
opacity: 0.5 !important;
}
.modal-backdrop.wait-backdrop {
z-index: 10000;
}
.dropdown-menu {
background-color: #f5fafa !important;
}
.dropdown-menu .normal-link {
padding-left: 0;
padding-right: 0;
color: #0088cc;
display: inline-block;
}
.dropdown-menu .normal-link:hover {
padding-left: 0;
padding-right: 0;
display: inline-block;
background: none !important;
color: #005580;
text-decoration: underline;
}
.modal {
background-color: #f5fafa !important;
top: 40% !important;
}
.modal-body {
max-height: none !important;
}
.modal-body .bbfield .bbfield-preview {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
}
.nested-modal {
z-index: 1040 !important;
}
.pagination {
margin-top: 0 !important;
margin-bottom: 2px !important;
}
.pagination a {
padding: 0 5px !important;
line-height: 24px !important;
}
.wait-indicator-backdrop {
position: fixed;
z-index: 100010;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
}
.wait-indicator-backdrop .wait-indicator {
background-color: white;
margin-top: 300px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
height: 32px;
width: 32px;
}
.wait-indicator-backdrop .wait-indicator .spinner {
width: 32px;
left: 10px !important;
top: 5px !important;
}
table.table tbody tr:nth-child(odd):hover td {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd):hover th {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd) th {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd) td {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(even):hover td {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even):hover th {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even) td {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even) th {
background-color: #f5fafa !important;
}
table.table.table-highlighting tbody tr:nth-child(odd):hover td {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd) td {
background-color: #ebf0f0 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd):hover th {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd) th {
background-color: #ebf0f0 !important;
}
table.table.table-highlighting tbody tr:nth-child(even):hover td {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(even) td {
background-color: #f5fafa !important;
}
table.table.table-highlighting tbody tr:nth-child(even):hover th {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(even) th {
background-color: #f5fafa !important;
}
ul.breadcrumb {
background: #ebf0f0 !important;
border: none;
box-shadow: none;
}
blockquote {
font-style: italic;
border-left-color: #e1e6e6 !important;
}
.tooltip {
z-index: 2000 !important;
}
.tooltip-inner {
max-width: 400px !important;
}
.rss-link {
text-decoration: none !important;
}
.rss-link:hover {
text-decoration: none !important;
}
li .game-link {
font-weight: bold;
}
li.active .game-link {
font-weight: normal;
}
.spinner {
display: inline-block;
vertical-align: middle;
margin: 5px;
width: 1px;
left: 0 !important;
top: 0 !important;
}
a.disabled {
color: #999999 !important;
text-decoration: none !important;
}
a.disabled:hover {
color: #999999 !important;
text-decoration: none !important;
}
a.btn.disabled {
color: black !important;
}
.dygraph-legend {
background-color: transparent !important;
}
.statistics-plot input {
width: 3em;
}
textarea {
resize: vertical;
}
.underline-on-hover:hover {
text-decoration: underline;
}
.pgf-template {
display: none !important;
}
.pgf-hidden {
display: none !important;
}
.pgf-tooltip-container {
display: none !important;
}
#pgf-tooltip-window {
position: absolute;
z-index: 666;
border: black 1px solid;
background: #BBBBFF;
}
.pgf-map-container {
width: 100%;
height: 100%;
position: relative;
}
#pgf-game-map {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.pgf-navigation-layer {
width: 100%;
height: 100%;
position: absolute;
z-index: 502;
}
.pgf-map-canvas {
position: absolute;
z-index: 500;
} | src/the_tale/the_tale/static/css/main.css | @import "game.css";
@import "accounts.css";
@import "hero_page.css";
@import "forum.css";
@import "news.css";
@import "forms.css";
@import "guide.css";
@import "newspaper.css";
@import "pvp.css";
@import "blogs.css";
@import "mobs.css";
@import "linguistics.css";
html {
height: 100%;
}
body {
padding-top: 44px;
height: 100%;
word-wrap: break-word;
background-color: #ebf0f0 !important;
/* old style blocks */
/* new style blocks */
}
body #main-container {
height: 100%;
min-height: 100%;
height: auto;
}
body #main-container #content {
padding-bottom: 125px;
}
body div.block,
body li.block {
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 8px;
padding: 0.75em;
margin-top: 0;
margin-bottom: 10px;
}
body div.block.white,
body li.block.white {
background-color: white;
}
body div.easy-block,
body li.easy-block {
padding: 0.75em;
margin-top: 0;
margin-bottom: 10px;
background-color: #f5fafa;
border-radius: 8px;
}
body hr {
border-top-color: #cccccc;
margin: 0;
}
body .progress {
border: 1px solid #808080;
height: 8px;
}
body .nav-tabs > li > a,
body .nav-pills > li > a {
padding-right: 10px;
padding-left: 10px;
}
body .nav-tabs > li > a:hover,
body .nav-pills > li > a:hover {
background-color: #e1e6e6;
}
body .nav-tabs > li > a.transparent,
body .nav-pills > li > a.transparent {
border: none;
}
body .nav-tabs > li > a.transparent:hover,
body .nav-pills > li > a.transparent:hover {
background-color: #f5fafa !important;
}
body .nav-tabs > .active > a {
background-color: #f5fafa;
}
body .nav-tabs > .active > a:hover {
background-color: #f5fafa;
}
body .navbar .navbar-inner {
min-height: 34px !important;
}
body .navbar .navbar-text {
padding-top: 9px;
line-height: 20px !important;
}
body .navbar .divider-vertical {
height: 34px !important;
}
body .navbar .nav > li > a {
padding-right: 8px;
padding-left: 8px;
padding-bottom: 0px;
}
body .navbar .brand {
padding: 3px 8px 0px 0px;
margin-left: 0px;
margin-bottom: -12px;
}
body .navbar .nav li .navbar-element {
opacity: 0.5;
}
body .navbar .nav li:hover .navbar-element {
opacity: 1.0;
}
body .navbar .nav li.active .navbar-element {
opacity: 1.0;
}
body footer {
clear: both;
position: relative;
z-index: 10;
height: 125px;
margin-top: -3em;
border-top: 1px solid #cccccc;
padding: 1em;
}
body .dl-record {
margin-bottom: 0.5em;
}
body .dl-record small {
font-weight: normal;
}
body .game-navigation-caption {
cursor: default;
padding-left: 0.8em;
color: #999999;
}
body .game-navigation .nav-element {
padding-left: 1em;
}
body .game-navigation .nav-element.disabled {
color: #999999;
}
body .game-navigation .nav-element.disabled a {
color: #999999;
}
body .game-navigation .nav-element.disabled a:hover {
background-color: #e1e6e6;
}
body .game-navigation .nav-element:not(.active) a:hover {
background-color: #e1e6e6;
}
body .game-navigation .nav-header {
cursor: default;
}
a.info-link {
text-decoration: none;
border-bottom: 1px dashed;
}
a.info-link:hover {
text-decoration: none;
border-bottom: 1px dashed;
}
#time-block {
cursor: default;
}
small {
color: #999999 !important;
}
.anchor {
display: block !important;
position: relative;
top: -54px;
}
.attention-link {
color: #faa732 !important;
}
.popover {
z-index: 30000000 !important;
}
.modal-backdrop {
opacity: 0.5 !important;
}
.modal-backdrop.wait-backdrop {
z-index: 10000;
}
.dropdown-menu {
background-color: #f5fafa !important;
}
.dropdown-menu .normal-link {
padding-left: 0;
padding-right: 0;
color: #0088cc;
display: inline-block;
}
.dropdown-menu .normal-link:hover {
padding-left: 0;
padding-right: 0;
display: inline-block;
background: none !important;
color: #005580;
text-decoration: underline;
}
.modal {
background-color: #f5fafa !important;
top: 40% !important;
}
.modal-body {
max-height: none !important;
}
.modal-body .bbfield .bbfield-preview {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
}
.nested-modal {
z-index: 1040 !important;
}
.pagination {
margin-top: 0 !important;
margin-bottom: 2px !important;
}
.pagination a {
padding: 0 5px !important;
line-height: 24px !important;
}
.wait-indicator-backdrop {
position: fixed;
z-index: 100010;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
}
.wait-indicator-backdrop .wait-indicator {
background-color: white;
margin-top: 300px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
height: 32px;
width: 32px;
}
.wait-indicator-backdrop .wait-indicator .spinner {
width: 32px;
left: 10px !important;
top: 5px !important;
}
table.table tbody tr:nth-child(odd):hover td {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd):hover th {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd) th {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(odd) td {
background-color: #ebf0f0 !important;
}
table.table tbody tr:nth-child(even):hover td {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even):hover th {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even) td {
background-color: #f5fafa !important;
}
table.table tbody tr:nth-child(even) th {
background-color: #f5fafa !important;
}
table.table.table-highlighting tbody tr:nth-child(odd):hover td {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd) td {
background-color: #ebf0f0 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd):hover th {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(odd) th {
background-color: #ebf0f0 !important;
}
table.table.table-highlighting tbody tr:nth-child(even):hover td {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(even) td {
background-color: #f5fafa !important;
}
table.table.table-highlighting tbody tr:nth-child(even):hover th {
background-color: #e1e6e6 !important;
}
table.table.table-highlighting tbody tr:nth-child(even) th {
background-color: #f5fafa !important;
}
ul.breadcrumb {
background: #ebf0f0 !important;
border: none;
box-shadow: none;
}
blockquote {
font-style: italic;
border-left-color: #e1e6e6 !important;
}
.tooltip {
z-index: 2000 !important;
}
.tooltip-inner {
max-width: 400px !important;
}
.rss-link {
text-decoration: none !important;
}
.rss-link:hover {
text-decoration: none !important;
}
li .game-link {
font-weight: bold;
}
li.active .game-link {
font-weight: normal;
}
.spinner {
display: inline-block;
vertical-align: middle;
margin: 5px;
width: 1px;
left: 0 !important;
top: 0 !important;
}
a.disabled {
color: #999999 !important;
text-decoration: none !important;
}
a.disabled:hover {
color: #999999 !important;
text-decoration: none !important;
}
a.btn.disabled {
color: black !important;
}
.dygraph-legend {
background-color: transparent !important;
}
.statistics-plot input {
width: 3em;
}
textarea {
resize: vertical;
}
.underline-on-hover:hover {
text-decoration: underline;
}
.pgf-template {
display: none !important;
}
.pgf-hidden {
display: none !important;
}
.pgf-tooltip-container {
display: none !important;
}
#pgf-tooltip-window {
position: absolute;
z-index: 666;
border: black 1px solid;
background: #BBBBFF;
}
.pgf-map-container {
width: 100%;
height: 100%;
position: relative;
}
#pgf-game-map {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.pgf-navigation-layer {
width: 100%;
height: 100%;
position: absolute;
z-index: 502;
}
.pgf-map-canvas {
position: absolute;
z-index: 500;
} | 0.320609 | 0.047847 |
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
a{
cursor: pointer;
}
input[type="number"]{
-moz-appearance: textfield;
}
.layui-input-block{
margin-left:0;
}
.layui-card-header h1{
float:left;
line-height: 43px;
}
.layui-card-header p{
float:left;
margin-top: 8px;
color: #999;
margin-left: 5px;
}
.block{
margin-left: 110px;
}
.layui-btn {
background-color: #177ce3;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
background-image: -o-linear-gradient(left,#29adeb,#177ce3);
background-image: linear-gradient(left,#29adeb,#177ce3);
}
.layui-btn-primary {
border: 1px solid #177ce3;
background: #fff;
color: #177ce3;
}
.clickSreach{
line-height:36px;
color: #177ce3;
cursor: pointer;
}
#display{
display:none;
}
.cation-content {
width: 100%;
margin: 0 auto;
padding: 0;
}
.cation-middle {
line-height: 40px;
background: #fff;
font-size: 14px;
}
.cation-list {
overflow: hidden;
}
.cation-list dt {
float: left;
width: auto;
font-weight: 700;
line-height: 40px;
position: relative;
color: #333;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cation-list dd {
overflow: hidden;
}
.cation-list dd a {
color: #8d8d91;
font-size: 14px;
line-height: 14px;
height: 14px;
float: left;
padding: 0 8px;
margin: 14px 0;
cursor: pointer;
}
.cation-list dd input{
width:50px;
height: 20px;
}
.cation-list dd button{
width:50px;
line-height: 22px;
border:1px #ccc solid;
background: #fff;
color:#999;
margin-left: 2px;
}
.cation-list dd a.on, .cation-list a:hover {
color: #177ce3;
}
.cation-list dd a:last-child {
border-right: 0 none;
}
.cation-list:last-of-type dd {
border-bottom: 0 none;
}
.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
border-bottom-width: 1px!important;
border-bottom-style: solid!important;
border-bottom-color: #e6e6e6!important;
}
.tables .layui-table td, .tables .layui-table th, .tables .layui-table-fixed-r, .tables .layui-table-header, .tables .layui-table-page, .tables .layui-table-tips-main, .tables .layui-table-tool, .tables .layui-table-view, .tables .layui-table[lay-skin=line], .tables .layui-table[lay-skin=row] {
border:none;
border-bottom-width: 1px!important;
border-bottom-style: solid!important;
border-bottom-color: #e6e6e6!important;
}
.layui-table th,.layui-table td {
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px;
text-align: center;
}
.news_content .title,.news_contents .title{
text-align: left;
color:#333;
font-size: 16px;
font-weight: 700;
max-width: 150px;
min-width: 50px;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.news_content .title a , .news_contents .title a{
cursor:pointer;
}
.news_content .text,.news_contents .text{
text-align: left;
}
.sortbox th{
position: relative;
font-weight: 700;
cursor: pointer;
}
.sortbox th span.on{
color: #177ce3;
}
.sortbox th i{
padding-left: 5%;
}
.sortbox th .hover-down{
position: absolute;
width: 100%;
bottom:-100px;
text-align: center;
left: 0;
background-color: #fff;
z-index: 99;
display: none;
box-shadow: 0px 2px 5px #888888;
}
.sortbox th .hover-down .item{
line-height: 50px;
color: #177ce3;
cursor: pointer;
border:1px #f5f5f5 solid;
}
.demo{width:100%;}
.demo .name{
float:left;
font-weight: 700;
line-height: 40px;
color: #333;
}
.select{position:relative;float:left;margin:0 2px;}
.select dt{height:24px;
display:inline-block;
border:1px solid #d2ccc4;
line-height:24px;
font-weight:bold;
padding-left:10px;
cursor:pointer;
width:60px;
padding-right:12px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
position:relative;
z-index:99;
border-radius: 5px;
margin-top: 5px;
}
.select dt::after{
content:'';
display:block;
width:0;
height:0;
border-width:5px 5px 0;
border-style:solid;
border-color:#d2ccc4 transparent transparent;/*黄 透明 透明 */
position:absolute;
top:38%;
right:5px;
}
.select dt:hover,.select dt.cur{border:1px solid #409DFE;box-shadow:0 0 3px #409DFE;}
.select dd{position:absolute;left:0;top:29px;border:1px solid #d2ccc4;background:#fff;display:none;z-index: 99;}
.select dd ul{padding:4px;width:75px;max-height:250px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;padding:0 8px;}
.select dd ul li a:hover{background:#f5f5f5;}
.fly-right{position: absolute; right: 15px; top: 0;}
.flex-column, .flex-row {
display: flex;
flex-wrap: wrap;
}
.flex-item {
float: left;
flex-grow: 1;
}
.flex-column:after, .flex-row:after {
content: "";
display: table;
clear: both;
}
.flex-column {
flex-direction: row;
}
.flex-row {
flex-direction: column;
}
.price-view .price-wrap {
position: relative;
padding-bottom: 15px;
}
.price-view .price-wrap .price {
font-family: DINCond-Bold;
font-size: 50px;
line-height: 58px;
margin-right: 5px;
}
.price-view .price-wrap .text-red {
color: #f64f4f!important;
font-style: normal;
}
.margin{
padding:15px 0;
border-bottom: 1px #c1c1c1 dashed;
}
.seperate {
border-top: 1px solid #ebebeb;
}
.price-view .building-wrap {
position: relative;
padding-right: 40px;
text-align: center;
}
.flex-between {
justify-content: space-between;
}
.price-view .building-wrap .building-info {
margin-top: 5px;
}
.price-view .label, .detail-container label {
font-size: 13px;
color: #2a2a2a;
margin: 0;
}
.price-view .building-wrap .building-info div, .price-view .building-wrap .building-info label {
display: block;
margin: 12px 0;
}
.price-view .text-bold {
font-weight: 700;
}
.price-view .bold-row {
font-size: 14px;
font-family: Hiragino Sans GB;
color: #333;
margin: 15px 0;
}
.price-view .house-wrap {
padding: 10px 0;
font-size: 13px;
line-height: 25px;
}
.price-view .house-wrap .house-info {
width: 25%;
}
.role-lists {
margin: 15px 0 7px;
overflow: hidden;
}
.role-lists .role {
width: 254px;
height: 140px;
border: 1px solid #eee;
overflow: hidden;
position: relative;
font-size: 13px;
line-height: 20px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 1px;
float: left;
}
.role-lists .role img {
width: 66px;
height: 88px;
margin: 10px;
float: left;
border: 1px solid #eee;
}
.role-lists .role h2 {
height: 24px!important;
font-size: 16px;
margin-top: 6px;
}
.role-lists .role p {
line-height: 25px;
word-break: break-all;
}
.role-lists .role .label-type {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
background-color: #4093e6;
color: #fff;
padding: 0 7px;
} | public/view/campany/css/main1.css | input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
a{
cursor: pointer;
}
input[type="number"]{
-moz-appearance: textfield;
}
.layui-input-block{
margin-left:0;
}
.layui-card-header h1{
float:left;
line-height: 43px;
}
.layui-card-header p{
float:left;
margin-top: 8px;
color: #999;
margin-left: 5px;
}
.block{
margin-left: 110px;
}
.layui-btn {
background-color: #177ce3;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left,#29adeb,#177ce3);
background-image: -webkit-linear-gradient(left,#29adeb,#177ce3);
background-image: -o-linear-gradient(left,#29adeb,#177ce3);
background-image: linear-gradient(left,#29adeb,#177ce3);
}
.layui-btn-primary {
border: 1px solid #177ce3;
background: #fff;
color: #177ce3;
}
.clickSreach{
line-height:36px;
color: #177ce3;
cursor: pointer;
}
#display{
display:none;
}
.cation-content {
width: 100%;
margin: 0 auto;
padding: 0;
}
.cation-middle {
line-height: 40px;
background: #fff;
font-size: 14px;
}
.cation-list {
overflow: hidden;
}
.cation-list dt {
float: left;
width: auto;
font-weight: 700;
line-height: 40px;
position: relative;
color: #333;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cation-list dd {
overflow: hidden;
}
.cation-list dd a {
color: #8d8d91;
font-size: 14px;
line-height: 14px;
height: 14px;
float: left;
padding: 0 8px;
margin: 14px 0;
cursor: pointer;
}
.cation-list dd input{
width:50px;
height: 20px;
}
.cation-list dd button{
width:50px;
line-height: 22px;
border:1px #ccc solid;
background: #fff;
color:#999;
margin-left: 2px;
}
.cation-list dd a.on, .cation-list a:hover {
color: #177ce3;
}
.cation-list dd a:last-child {
border-right: 0 none;
}
.cation-list:last-of-type dd {
border-bottom: 0 none;
}
.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
border-bottom-width: 1px!important;
border-bottom-style: solid!important;
border-bottom-color: #e6e6e6!important;
}
.tables .layui-table td, .tables .layui-table th, .tables .layui-table-fixed-r, .tables .layui-table-header, .tables .layui-table-page, .tables .layui-table-tips-main, .tables .layui-table-tool, .tables .layui-table-view, .tables .layui-table[lay-skin=line], .tables .layui-table[lay-skin=row] {
border:none;
border-bottom-width: 1px!important;
border-bottom-style: solid!important;
border-bottom-color: #e6e6e6!important;
}
.layui-table th,.layui-table td {
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px;
text-align: center;
}
.news_content .title,.news_contents .title{
text-align: left;
color:#333;
font-size: 16px;
font-weight: 700;
max-width: 150px;
min-width: 50px;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.news_content .title a , .news_contents .title a{
cursor:pointer;
}
.news_content .text,.news_contents .text{
text-align: left;
}
.sortbox th{
position: relative;
font-weight: 700;
cursor: pointer;
}
.sortbox th span.on{
color: #177ce3;
}
.sortbox th i{
padding-left: 5%;
}
.sortbox th .hover-down{
position: absolute;
width: 100%;
bottom:-100px;
text-align: center;
left: 0;
background-color: #fff;
z-index: 99;
display: none;
box-shadow: 0px 2px 5px #888888;
}
.sortbox th .hover-down .item{
line-height: 50px;
color: #177ce3;
cursor: pointer;
border:1px #f5f5f5 solid;
}
.demo{width:100%;}
.demo .name{
float:left;
font-weight: 700;
line-height: 40px;
color: #333;
}
.select{position:relative;float:left;margin:0 2px;}
.select dt{height:24px;
display:inline-block;
border:1px solid #d2ccc4;
line-height:24px;
font-weight:bold;
padding-left:10px;
cursor:pointer;
width:60px;
padding-right:12px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
position:relative;
z-index:99;
border-radius: 5px;
margin-top: 5px;
}
.select dt::after{
content:'';
display:block;
width:0;
height:0;
border-width:5px 5px 0;
border-style:solid;
border-color:#d2ccc4 transparent transparent;/*黄 透明 透明 */
position:absolute;
top:38%;
right:5px;
}
.select dt:hover,.select dt.cur{border:1px solid #409DFE;box-shadow:0 0 3px #409DFE;}
.select dd{position:absolute;left:0;top:29px;border:1px solid #d2ccc4;background:#fff;display:none;z-index: 99;}
.select dd ul{padding:4px;width:75px;max-height:250px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;padding:0 8px;}
.select dd ul li a:hover{background:#f5f5f5;}
.fly-right{position: absolute; right: 15px; top: 0;}
.flex-column, .flex-row {
display: flex;
flex-wrap: wrap;
}
.flex-item {
float: left;
flex-grow: 1;
}
.flex-column:after, .flex-row:after {
content: "";
display: table;
clear: both;
}
.flex-column {
flex-direction: row;
}
.flex-row {
flex-direction: column;
}
.price-view .price-wrap {
position: relative;
padding-bottom: 15px;
}
.price-view .price-wrap .price {
font-family: DINCond-Bold;
font-size: 50px;
line-height: 58px;
margin-right: 5px;
}
.price-view .price-wrap .text-red {
color: #f64f4f!important;
font-style: normal;
}
.margin{
padding:15px 0;
border-bottom: 1px #c1c1c1 dashed;
}
.seperate {
border-top: 1px solid #ebebeb;
}
.price-view .building-wrap {
position: relative;
padding-right: 40px;
text-align: center;
}
.flex-between {
justify-content: space-between;
}
.price-view .building-wrap .building-info {
margin-top: 5px;
}
.price-view .label, .detail-container label {
font-size: 13px;
color: #2a2a2a;
margin: 0;
}
.price-view .building-wrap .building-info div, .price-view .building-wrap .building-info label {
display: block;
margin: 12px 0;
}
.price-view .text-bold {
font-weight: 700;
}
.price-view .bold-row {
font-size: 14px;
font-family: Hiragino Sans GB;
color: #333;
margin: 15px 0;
}
.price-view .house-wrap {
padding: 10px 0;
font-size: 13px;
line-height: 25px;
}
.price-view .house-wrap .house-info {
width: 25%;
}
.role-lists {
margin: 15px 0 7px;
overflow: hidden;
}
.role-lists .role {
width: 254px;
height: 140px;
border: 1px solid #eee;
overflow: hidden;
position: relative;
font-size: 13px;
line-height: 20px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 1px;
float: left;
}
.role-lists .role img {
width: 66px;
height: 88px;
margin: 10px;
float: left;
border: 1px solid #eee;
}
.role-lists .role h2 {
height: 24px!important;
font-size: 16px;
margin-top: 6px;
}
.role-lists .role p {
line-height: 25px;
word-break: break-all;
}
.role-lists .role .label-type {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
background-color: #4093e6;
color: #fff;
padding: 0 7px;
} | 0.288369 | 0.060004 |
.navbar,
hr {
margin-bottom: 20px;
}
a,
table {
background-color: transparent;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.form-control,
body {
font-size: 14px;
line-height: 1.42857143;
}
body {
font-family: "Helvetica Neue for IBM-Roman";
color: #333;
background-color: #fff;
}
:after,
:before {
box-sizing: border-box;
}
.navbar {
position: relative;
min-height: 50px;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both;
}
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
hr {
margin-top: 20px;
border: 0;
border-top: 1px solid #eee;
height: 0;
box-sizing: content-box;
}
a {
font-family: "Helvetica Neue for IBM-Bold";
color: #734098;
text-decoration: none;
cursor: pointer;
}
img {
vertical-align: middle;
border: 0;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
.form-group {
margin-bottom: 15px;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button,
input,
select,
textarea {
line-height: inherit;
margin: 0;
font: inherit;
color: inherit;
}
input {
visibility: hidden;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0;
}
p {
margin: 0 0 10px;
}
.h3,
h3 {
font-size: 24px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.close,
.dialog-placeholder-intro {
font-weight: 700;
}
@font-face {
font-family: "Helvetica Neue for IBM-Roman";
src: url(../fonts/roman/h-n-roman.eot?) format("eot"),
url(../fonts/roman/h-n-roman.woff2) format("woff2"),
url(../fonts/roman/h-n-roman.woff) format("woff"),
url(../fonts/roman/h-n-roman.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Helvetica Neue for IBM-Bold";
src: url(../fonts/bold/h-n-bold.eot?) format("eot"),
url(../fonts/bold/h-n-bold.woff2) format("woff2"),
url(../fonts/bold/h-n-bold.woff) format("woff"),
url(../fonts/bold/h-n-bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
.dialog-body {
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #323232;
transition: background-image 1s ease-in-out;
}
.dialog-body-running {
background: 0 0;
}
body,
html {
height: 100%;
min-height: 100%;
border: 0;
margin: 0;
overflow-y: hidden;
}
.container,
.dialog-rating-spacing {
margin-bottom: 35px;
}
.ng-view {
height: 100%;
width: 100%;
}
.container {
margin-left: 15px;
margin-right: 15px;
}
.dialog-header-intro .dialog-navbar-txt-img {
background-image: url(../images/Header_web_home.svg);
width: 424px;
height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
cursor: pointer;
}
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
background-color: #990033;
height: 15em;
}
.dialog-header-chatting .dialog-navbar-txt-img,
.dialog-header-preview .dialog-navbar-txt-img {
background-image: url(../images/Header_web_chat.svg);
width: 234px;
height: 55px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.dialog-navbar-txt {
font-family: "Helvetica Neue for IBM-Bold";
color: #fff;
font-size: 145%;
padding-top: 1%;
padding-bottom: 2%;
position: fixed;
float: left;
}
.dialog-header-inner {
min-height: 35px;
}
.dialog-header-intro .dialog-no-favorite-left {
display: none;
}
.dialog-header-chatting,
.dialog-header-intro,
.dialog-header-preview {
padding-right: 0;
padding-left: 0;
color: #252525;
}
.dialog-review-star {
vertical-align: initial;
height: 12px;
}
.dialog-header-text {
text-align: center;
}
.navbar {
height: 35px;
border: 0;
}
.dialog-link {
padding-top: 8px;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 10.86px;
color: rgba(0, 0, 0, 0.55);
letter-spacing: 0;
padding-right: 0.5vw;
}
.footer-container {
min-width: 320px;
max-width: 640px;
margin: auto;
}
.links-container {
display: inline-block;
margin-top: 10px;
}
.dialog-collapse-text-toggle,
.dialog-movie-overview {
font-family: "Helvetica Neue for IBM-Roman";
font-size: 16px;
}
.dialog-links-parent-chatting {
height: 3.2em;
background-color: #990033;
position: fixed;
color: inherit;
bottom: 0;
right: 0;
left: 0;
text-align: left;
display: block;
}
.dialog-ifooter,
.dialog-intro-text-intro,
.dialog-mct-option,
.dialog-welcome {
text-align: center;
}
.dialog-entry .dialog-white-bg {
background-color: #fff;
display: inline;
}
.RnR-answers .answer-container .answers h1:nth-child(1) {
letter-spacing: 0.2px;
margin-top: 12px;
margin-bottom: 8px;
color: #5f2788;
font-size: 16px;
font-family: "Helvetica Neue for IBM-Bold";
}
.dialog-watson-row .dialog-segment-bkg .dialog-row-text h1 {
margin-top: 2px;
margin-bottom: 5px;
color: #5f2788;
font-size: 20px;
font-family: "Helvetica Neue for IBM-Bold";
}
.answers,
.buttonRnR,
.dialog-mct-option,
.dialog-welcome,
.footer-intro .form-group .dialog-form-input {
font-family: "Helvetica Neue for IBM-Roman";
}
.dialog-mct-option {
margin-top: 10px;
margin-left: 6px;
border-radius: 25px;
font-size: 14px;
vertical-align: middle;
min-width: 75px;
border-style: solid;
border-width: 1px;
cursor: pointer;
color: #252525;
line-height: 20px;
display: inline-block;
padding: 11px 15px 8px;
padding: 11px 15px 8px;
}
.dialog-iheader,
.dialog-nextbtn,
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active {
margin-left: auto;
}
.dialog-mct-option:hover {
border-color: #00abfc;
}
.dialog-form-input-container {
padding-right: 0;
padding-left: 0;
}
.footer-intro {
display: block;
vertical-align: middle;
background-color: #fff;
padding-bottom: 75px;
}
.footer-intro .form-group .dialog-form-input {
resize: none;
border-color: #fff;
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px solid;
font-size: 20px;
}
.dialog-resize-col {
display: none;
}
.footer-chatting,
.footer-preview {
background-color: #fff;
position: absolute;
bottom: 0;
width: 100%;
}
.dialog-form-input:after {
content: "";
display: absolute;
top: 0;
right: 0;
}
.dialog-body-intro .dialog-form-input {
background-color: transparent;
color: #000;
}
.dialog-small-screen-placeholder-chatting,
.dialog-small-screen-placeholder-preview {
display: none;
}
.dialog-body-intro {
display: table;
}
.dialog-intro-image,
.dialog-intro-text-image {
height: 28px;
width: auto;
padding-right: 5px;
}
.dialog-intro-image {
padding-right: 0;
height: 21px;
}
.dialog-intro-text-chatting,
.dialog-intro-text-preview {
display: none;
color: #fff;
padding: 25px 15px 15px;
}
.dialog-happy-text-chatting,
.dialog-happy-text-preview,
.dialog-placeholder-chatting,
.dialog-placeholder-preview {
display: none;
}
.dialog-happy-text-intro,
.dialog-placeholder-intro {
color: #fff;
margin-top: 35px;
margin-bottom: 35px;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 24px;
}
.dialog-input-table {
border-collapse: collapse;
width: 100%;
}
.dialog-button-col {
width: 75px;
padding-left: 10px;
display: none;
}
.footer-intro .dialog-button-col {
display: table-cell;
}
.dialog-button {
height: 35px;
width: 100%;
padding-bottom: 2px;
border: 2px solid #00d6c3;
color: #00d6c3;
background-color: transparent;
}
.dialog-button:focus,
.dialog-button:hover {
color: #000;
background-color: #00d6c3;
}
.dialog-body-chatting ::-webkit-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting :-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting ::-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting :-ms-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview ::-webkit-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview :-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview ::-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview :-ms-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-intro ::-webkit-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro :-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro ::-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro :-ms-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
::-webkit-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
:-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
::-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
:-ms-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-container-chatting {
height: 100%;
}
.dialog-center {
height: 100%;
width: 100%;
position: relative;
}
.dialog-center-chatting {
top: 30px !important;
}
.dialog-user-row .dialog-row-text:after,
.dialog-user-row .dialog-row-text:before {
content: "";
position: absolute;
}
.dialog-user-row .dialog-row-text:before {
z-index: -2;
bottom: -.75rem;
right: 0;
height: 0.75rem;
width: 1rem;
background: #dfe0df;
}
.dialog-user-row .dialog-row-text:after {
z-index: -1;
bottom: -1rem;
right: 0;
height: 1rem;
width: 1rem;
background: #fff;
border-top-right-radius: 1.25rem;
}
.container .dialog-response .dialog-hidden {
display: none;
}
.dialog-segment-bkg,
.ng-enter .dialog-segment-bkg {
height: 55px;
display: table;
width: 100%;
}
.dialog-user-row .dialog-white-bg .dialog-row-text {
padding: 5px 5px 5px 0;
}
.dialog-user-row.ng-enter,
.dialog-watson-row.ng-enter {
bottom: -50px;
opacity: 0;
visibility: hidden;
}
.container .watson-thinking.dialog-watson-row:before {
content: none;
}
.dialog-watson-row .dialog-row-text:before {
content: " ";
position: absolute;
height: 17px;
display: inline-block;
left: 0;
margin-top: 3px;
background-color: #9a61cc;
border-radius: 2em;
width: 4px;
}
.watson-thinking {
background-image: url(../images/watson_black_animate.gif);
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
height: 55px;
}
.dialog-watson-row.watson-thinking {
border-right-width: 0;
}
.dialog-entries {
margin-bottom: 10px;
}
.dialog-trailer {
width: 100%;
height: 250px;
}
.dialog-trailer-hidden {
display: none !important;
}
.dialog-preview-parent {
display: block;
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 100%;
background: rgba(48, 48, 48, 0.97);
color: #ececec;
z-index: 3000;
transition: all 0.5s ease-in-out;
visibility: visible;
}
.dialog-preview-parent.ng-enter,
.dialog-preview-parent.ng-leave-active {
width: 0;
opacity: 0;
visibility: hidden;
}
.dialog-preview-scroll {
overflow-y: auto;
}
.dialog-scrollable-div {
width: 100%;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
top: 35px;
bottom: 60px;
padding-top: 15px;
}
.dialog-conversation-cell {
display: table-cell;
vertical-align: top;
}
.container.dialog-preview-showing {
transition-property: width, display, margin-left, margin-right;
-webkit-transition-property: width, display, margin-left, margin-right;
transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-timing-function: linear;
-webkit-transition-timing-function: linear;
}
.dialog-body-chatting,
.dialog-body-intro,
.dialog-body-preview {
height: 100%;
width: 100%;
min-height: 100%;
}
.dialog-body-intro {
background-color: #fff;
}
.dialog-body-chatting,
.dialog-body-preview {
margin-top: 35px;
margin-bottom: 60px;
padding-top: 10px;
}
.dialog-body-intro .container {
width: 310px;
margin-left: auto;
margin-right: auto;
}
.dialog-iheader {
margin-top: 35px;
margin-right: auto;
}
.dialog-ifooter {
margin-bottom: 20px;
padding-bottom: 75px;
}
.dialog-nextbtn {
margin-right: auto;
display: block;
cursor: pointer;
}
.dialog-welcome {
color: #fff;
font-size: 28px;
margin: 100px auto 80px;
}
.RnR-answers {
max-width: 558px;
}
.answers {
margin-bottom: 25px;
font-size: 16px;
color: #323232;
letter-spacing: 0.35px;
line-height: 21px;
}
.buttonRnR {
display: table;
margin-top: 10px;
font-size: 14px;
color: #9a61cc;
letter-spacing: 0.23px;
cursor: pointer;
border: 1px solid #9a61cc;
border-radius: 50px;
vertical-align: middle;
padding: 10px 25px;
}
.navbar-about,
.navbar-howto {
padding-top: 2.8%;
padding-bottom: 1%;
font-family: "Helvetica Neue for IBM-Bold";
font-size: 112%;
color: #ba8ff7;
cursor: pointer;
float: right;
}
.navbar-howto {
width: 4em;
}
.header-container {
margin: auto;
width: 95%;
max-width: 640px;
min-width: 320px;
}
.navbar-about {
padding-right: 20px;
}
.modal-body p,
.modal-button,
.modal-header {
font-family: "Helvetica Neue for IBM-Roman";
}
.modal-button {
width: 20px;
display: table;
margin: 10px;
font-size: 13px;
color: #ba8ff7;
letter-spacing: 0.28px;
}
.modal,
.modal-body h1:nth-child(1) {
display: none;
}
.modal {
position: fixed;
z-index: 1;
padding-top: 80px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
margin: auto;
border: 1px solid #888;
max-width: 640px;
width: 80%;
height: 80%;
}
.modal-body p {
font-size: 16px;
letter-spacing: 0.3px;
line-height: 1.4em;
padding: 20px 20px 5px;
}
.modal-body {
overflow-y: scroll;
overflow-x: hidden;
background-color: #fff;
width: 100%;
height: inherit;
}
.close {
color: #eee;
float: right;
font-size: 50px;
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header h2 {
font-size: 20px;
font-weight: 400;
}
.modal-header {
font-size: 25px;
color: #fbfbfb;
background-color: #562f72;
letter-spacing: 0.44px;
padding: 0.5em 20px;
display: block;
}
.answer-container {
padding-left: 30px;
margin-top: 25px;
margin-bottom: 20px;
position: relative;
}
.firstAnswer {
padding-top: 12px;
border-top: 1px solid #c9c9c9;
}
.myBtn {
padding-bottom: 12px;
border-bottom: 1px solid #c9c9c9;
cursor: pointer;
font-size: 13px;
color: #ba8ff7;
letter-spacing: 0.28px;
line-height: 21px;
}
.dialog-user-row .dialog-row-text,
.dialog-user-row .dialog-white-bg .dialog-row-text {
position: relative;
color: #323232;
letter-spacing: 0.015rem;
border-radius: 2.25rem 2.25rem 0;
text-align: center;
display: table;
min-width: 6rem;
font-size: 15px;
background-color: #dfe0df;
font-family: "Helvetica Neue for IBM-Roman";
padding-top: 10px;
padding-bottom: 10px;
max-width: 558px;
margin-top: 12px;
margin-bottom: 12px;
margin-left: auto;
}
.dialog-row-text {
display: table-cell;
padding-right: 10px;
padding-left: 10px;
vertical-align: middle;
}
.example-question {
color: #562f72;
margin-left: 3%;
cursor: pointer;
}
.feedback-button {
background-color: #9a61cc;
color: #fff;
font-size: 14px;
margin: 5px 5px 20px;
padding-right: 12px;
padding-left: 12px;
}
@media (min-width: 300px) and (max-width: 635px) {
.dialog-header-inner,
.footer-container {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 300px) {
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
height: 3.5em;
}
.dialog-welcome {
width: 250px;
margin-top: 50px;
margin-bottom: 40px;
}
.row {
margin-right: -30px;
margin-left: -30px;
}
.dialog-rating-label {
position: absolute;
right: -8px;
top: 19px;
}
h3 {
font-size: 20px;
}
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active {
background-color: transparent;
margin-left: auto;
}
.container .dialog-user-row:after {
right: 0;
height: 35px;
top: 10px;
border-radius: 50%;
}
.dialog-mct-option {
min-width: 70px;
}
.dialog-favorite-full-screen-image,
.dialog-favorite-full-screen-image.ng-leave {
height: 162px;
width: 137px;
margin-left: 15px;
margin-top: -10px;
}
.dialog-fullscreen-favorite-delete {
left: 50px;
}
.dialog-fullscreen-header {
height: 70px;
}
.dialog-fullscreen-header .dialog-favorite-indicator {
display: none;
}
}
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active,
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
border: 0 solid #fff;
transition: bottom 0.25s;
bottom: 0;
opacity: 1;
visibility: visible;
position: relative;
max-width: 558px;
}
.dialog-watson-row .dialog-row-text {
max-width: 558px;
padding-right: 0;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 635px) {
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
background-color: transparent;
padding-left: 8px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
height: 50px;
}
.dialog-iheader {
background-image: url(../images/Header_web_home.svg);
background-size: 459px;
background-repeat: no-repeat;
width: 447px;
height: 100px;
}
.dialog-nextbtn {
background-image: url(../images/Next_web.svg);
width: 109px;
height: 55px;
}
.dialog-header-intro .dialog-navbar-txt-img {
background-image: url(../images/Header_web_home.svg);
background-size: 459px;
background-repeat: no-repeat;
width: 447px;
height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
cursor: pointer;
}
.dialog-header-chatting .dialog-navbar-txt-img,
.dialog-header-preview .dialog-navbar-txt-img {
background-image: url(../images/Header_web_chat.svg);
width: 243px;
height: 55px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.dialog-line-separator {
border-color: #d1d4d6;
margin: 0 75px;
}
.container .dialog-user-row:after {
height: 55px;
top: 0;
}
.dialog-watson-row .dialog-row-text {
max-width: 558px;
padding-top: 10px;
padding-bottom: 10px;
}
.dialog-favorite-left,
.dialog-no-favorite-left {
height: 60px;
}
.dialog-form-group-intro {
width: 532px;
margin-left: auto;
margin-right: auto;
}
.dialog-body-running {
background: 0 0;
}
.dialog-body-chatting,
.dialog-body-preview {
font-size: 14px;
}
.container {
margin-right: auto;
margin-left: auto;
}
.navbar {
height: 50px;
}
.dialog-scrollable-div {
top: 50px;
}
.dialog-button {
height: 55px;
}
.dialog-small-screen-placeholder-intro {
display: none;
}
.dialog-intro-text-intro {
margin-bottom: 40px;
}
.dialog-favorite-sm {
display: inline-block;
}
.dialog-navbar-img {
background-size: auto 18px;
}
.dialog-review-star-rating {
padding-left: 15px;
display: inline-block;
}
.dialog-placeholder-intro {
display: none;
}
.dialog-body-intro .container {
width: 880px;
}
.dialog-body-preview .container {
width: 550px;
margin-left: 200px;
}
.container {
width: 100vw;
}
.dialog-intro-image,
.dialog-intro-text-image {
height: 44px;
padding-right: 25px;
}
.dialog-intro-image {
height: 33px;
padding-right: 0;
}
.dialog-preview-parent {
top: 60px;
width: 450px;
}
.form-group .dialog-form-input {
resize: none;
padding-left: 5px;
box-shadow: none;
box-sizing: border-box;
height: 45px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
border-radius: 0;
border-color: #ababab;
position: relative;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 20px;
color: #252525;
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px solid;
}
.dialog-watson-row.ng-enter {
max-width: 558px;
bottom: -10px;
}
.dialog-response {
display: table;
height: 100%;
width: 640px;
margin: auto;
}
.dialog-row-text {
margin-left: auto;
max-width: 558px;
}
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
max-width: 558px;
text-align: left;
font-size: 16px;
font-family: "Helvetica Neue for IBM-Roman";
color: #252525;
}
}
#howtovid {
margin-left: 10%;
}
.dialog-options hr {
display: block;
margin: 1px 0;
visibility: hidden;
}
.star {
background-image: url(../images/star-rating_24.svg);
background-size: contain;
height: 20px;
width: 20px;
float: right;
}
.small {
font-weight: lighter;
}
.modal-title {
padding: 10px 20px;
} | public/styles/main.min.css | .navbar,
hr {
margin-bottom: 20px;
}
a,
table {
background-color: transparent;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.form-control,
body {
font-size: 14px;
line-height: 1.42857143;
}
body {
font-family: "Helvetica Neue for IBM-Roman";
color: #333;
background-color: #fff;
}
:after,
:before {
box-sizing: border-box;
}
.navbar {
position: relative;
min-height: 50px;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both;
}
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
hr {
margin-top: 20px;
border: 0;
border-top: 1px solid #eee;
height: 0;
box-sizing: content-box;
}
a {
font-family: "Helvetica Neue for IBM-Bold";
color: #734098;
text-decoration: none;
cursor: pointer;
}
img {
vertical-align: middle;
border: 0;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
.form-group {
margin-bottom: 15px;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button,
input,
select,
textarea {
line-height: inherit;
margin: 0;
font: inherit;
color: inherit;
}
input {
visibility: hidden;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0;
}
p {
margin: 0 0 10px;
}
.h3,
h3 {
font-size: 24px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.close,
.dialog-placeholder-intro {
font-weight: 700;
}
@font-face {
font-family: "Helvetica Neue for IBM-Roman";
src: url(../fonts/roman/h-n-roman.eot?) format("eot"),
url(../fonts/roman/h-n-roman.woff2) format("woff2"),
url(../fonts/roman/h-n-roman.woff) format("woff"),
url(../fonts/roman/h-n-roman.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Helvetica Neue for IBM-Bold";
src: url(../fonts/bold/h-n-bold.eot?) format("eot"),
url(../fonts/bold/h-n-bold.woff2) format("woff2"),
url(../fonts/bold/h-n-bold.woff) format("woff"),
url(../fonts/bold/h-n-bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
.dialog-body {
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #323232;
transition: background-image 1s ease-in-out;
}
.dialog-body-running {
background: 0 0;
}
body,
html {
height: 100%;
min-height: 100%;
border: 0;
margin: 0;
overflow-y: hidden;
}
.container,
.dialog-rating-spacing {
margin-bottom: 35px;
}
.ng-view {
height: 100%;
width: 100%;
}
.container {
margin-left: 15px;
margin-right: 15px;
}
.dialog-header-intro .dialog-navbar-txt-img {
background-image: url(../images/Header_web_home.svg);
width: 424px;
height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
cursor: pointer;
}
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
background-color: #990033;
height: 15em;
}
.dialog-header-chatting .dialog-navbar-txt-img,
.dialog-header-preview .dialog-navbar-txt-img {
background-image: url(../images/Header_web_chat.svg);
width: 234px;
height: 55px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.dialog-navbar-txt {
font-family: "Helvetica Neue for IBM-Bold";
color: #fff;
font-size: 145%;
padding-top: 1%;
padding-bottom: 2%;
position: fixed;
float: left;
}
.dialog-header-inner {
min-height: 35px;
}
.dialog-header-intro .dialog-no-favorite-left {
display: none;
}
.dialog-header-chatting,
.dialog-header-intro,
.dialog-header-preview {
padding-right: 0;
padding-left: 0;
color: #252525;
}
.dialog-review-star {
vertical-align: initial;
height: 12px;
}
.dialog-header-text {
text-align: center;
}
.navbar {
height: 35px;
border: 0;
}
.dialog-link {
padding-top: 8px;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 10.86px;
color: rgba(0, 0, 0, 0.55);
letter-spacing: 0;
padding-right: 0.5vw;
}
.footer-container {
min-width: 320px;
max-width: 640px;
margin: auto;
}
.links-container {
display: inline-block;
margin-top: 10px;
}
.dialog-collapse-text-toggle,
.dialog-movie-overview {
font-family: "Helvetica Neue for IBM-Roman";
font-size: 16px;
}
.dialog-links-parent-chatting {
height: 3.2em;
background-color: #990033;
position: fixed;
color: inherit;
bottom: 0;
right: 0;
left: 0;
text-align: left;
display: block;
}
.dialog-ifooter,
.dialog-intro-text-intro,
.dialog-mct-option,
.dialog-welcome {
text-align: center;
}
.dialog-entry .dialog-white-bg {
background-color: #fff;
display: inline;
}
.RnR-answers .answer-container .answers h1:nth-child(1) {
letter-spacing: 0.2px;
margin-top: 12px;
margin-bottom: 8px;
color: #5f2788;
font-size: 16px;
font-family: "Helvetica Neue for IBM-Bold";
}
.dialog-watson-row .dialog-segment-bkg .dialog-row-text h1 {
margin-top: 2px;
margin-bottom: 5px;
color: #5f2788;
font-size: 20px;
font-family: "Helvetica Neue for IBM-Bold";
}
.answers,
.buttonRnR,
.dialog-mct-option,
.dialog-welcome,
.footer-intro .form-group .dialog-form-input {
font-family: "Helvetica Neue for IBM-Roman";
}
.dialog-mct-option {
margin-top: 10px;
margin-left: 6px;
border-radius: 25px;
font-size: 14px;
vertical-align: middle;
min-width: 75px;
border-style: solid;
border-width: 1px;
cursor: pointer;
color: #252525;
line-height: 20px;
display: inline-block;
padding: 11px 15px 8px;
padding: 11px 15px 8px;
}
.dialog-iheader,
.dialog-nextbtn,
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active {
margin-left: auto;
}
.dialog-mct-option:hover {
border-color: #00abfc;
}
.dialog-form-input-container {
padding-right: 0;
padding-left: 0;
}
.footer-intro {
display: block;
vertical-align: middle;
background-color: #fff;
padding-bottom: 75px;
}
.footer-intro .form-group .dialog-form-input {
resize: none;
border-color: #fff;
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px solid;
font-size: 20px;
}
.dialog-resize-col {
display: none;
}
.footer-chatting,
.footer-preview {
background-color: #fff;
position: absolute;
bottom: 0;
width: 100%;
}
.dialog-form-input:after {
content: "";
display: absolute;
top: 0;
right: 0;
}
.dialog-body-intro .dialog-form-input {
background-color: transparent;
color: #000;
}
.dialog-small-screen-placeholder-chatting,
.dialog-small-screen-placeholder-preview {
display: none;
}
.dialog-body-intro {
display: table;
}
.dialog-intro-image,
.dialog-intro-text-image {
height: 28px;
width: auto;
padding-right: 5px;
}
.dialog-intro-image {
padding-right: 0;
height: 21px;
}
.dialog-intro-text-chatting,
.dialog-intro-text-preview {
display: none;
color: #fff;
padding: 25px 15px 15px;
}
.dialog-happy-text-chatting,
.dialog-happy-text-preview,
.dialog-placeholder-chatting,
.dialog-placeholder-preview {
display: none;
}
.dialog-happy-text-intro,
.dialog-placeholder-intro {
color: #fff;
margin-top: 35px;
margin-bottom: 35px;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 24px;
}
.dialog-input-table {
border-collapse: collapse;
width: 100%;
}
.dialog-button-col {
width: 75px;
padding-left: 10px;
display: none;
}
.footer-intro .dialog-button-col {
display: table-cell;
}
.dialog-button {
height: 35px;
width: 100%;
padding-bottom: 2px;
border: 2px solid #00d6c3;
color: #00d6c3;
background-color: transparent;
}
.dialog-button:focus,
.dialog-button:hover {
color: #000;
background-color: #00d6c3;
}
.dialog-body-chatting ::-webkit-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting :-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting ::-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-chatting :-ms-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview ::-webkit-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview :-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview ::-moz-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-preview :-ms-input-placeholder {
color: #c7c7c7;
font-style: italic;
}
.dialog-body-intro ::-webkit-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro :-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro ::-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-body-intro :-ms-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
::-webkit-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
:-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
::-moz-placeholder {
color: #6e6e6e;
font-style: italic;
}
:-ms-input-placeholder {
color: #6e6e6e;
font-style: italic;
}
.dialog-container-chatting {
height: 100%;
}
.dialog-center {
height: 100%;
width: 100%;
position: relative;
}
.dialog-center-chatting {
top: 30px !important;
}
.dialog-user-row .dialog-row-text:after,
.dialog-user-row .dialog-row-text:before {
content: "";
position: absolute;
}
.dialog-user-row .dialog-row-text:before {
z-index: -2;
bottom: -.75rem;
right: 0;
height: 0.75rem;
width: 1rem;
background: #dfe0df;
}
.dialog-user-row .dialog-row-text:after {
z-index: -1;
bottom: -1rem;
right: 0;
height: 1rem;
width: 1rem;
background: #fff;
border-top-right-radius: 1.25rem;
}
.container .dialog-response .dialog-hidden {
display: none;
}
.dialog-segment-bkg,
.ng-enter .dialog-segment-bkg {
height: 55px;
display: table;
width: 100%;
}
.dialog-user-row .dialog-white-bg .dialog-row-text {
padding: 5px 5px 5px 0;
}
.dialog-user-row.ng-enter,
.dialog-watson-row.ng-enter {
bottom: -50px;
opacity: 0;
visibility: hidden;
}
.container .watson-thinking.dialog-watson-row:before {
content: none;
}
.dialog-watson-row .dialog-row-text:before {
content: " ";
position: absolute;
height: 17px;
display: inline-block;
left: 0;
margin-top: 3px;
background-color: #9a61cc;
border-radius: 2em;
width: 4px;
}
.watson-thinking {
background-image: url(../images/watson_black_animate.gif);
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
height: 55px;
}
.dialog-watson-row.watson-thinking {
border-right-width: 0;
}
.dialog-entries {
margin-bottom: 10px;
}
.dialog-trailer {
width: 100%;
height: 250px;
}
.dialog-trailer-hidden {
display: none !important;
}
.dialog-preview-parent {
display: block;
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 100%;
background: rgba(48, 48, 48, 0.97);
color: #ececec;
z-index: 3000;
transition: all 0.5s ease-in-out;
visibility: visible;
}
.dialog-preview-parent.ng-enter,
.dialog-preview-parent.ng-leave-active {
width: 0;
opacity: 0;
visibility: hidden;
}
.dialog-preview-scroll {
overflow-y: auto;
}
.dialog-scrollable-div {
width: 100%;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
top: 35px;
bottom: 60px;
padding-top: 15px;
}
.dialog-conversation-cell {
display: table-cell;
vertical-align: top;
}
.container.dialog-preview-showing {
transition-property: width, display, margin-left, margin-right;
-webkit-transition-property: width, display, margin-left, margin-right;
transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-timing-function: linear;
-webkit-transition-timing-function: linear;
}
.dialog-body-chatting,
.dialog-body-intro,
.dialog-body-preview {
height: 100%;
width: 100%;
min-height: 100%;
}
.dialog-body-intro {
background-color: #fff;
}
.dialog-body-chatting,
.dialog-body-preview {
margin-top: 35px;
margin-bottom: 60px;
padding-top: 10px;
}
.dialog-body-intro .container {
width: 310px;
margin-left: auto;
margin-right: auto;
}
.dialog-iheader {
margin-top: 35px;
margin-right: auto;
}
.dialog-ifooter {
margin-bottom: 20px;
padding-bottom: 75px;
}
.dialog-nextbtn {
margin-right: auto;
display: block;
cursor: pointer;
}
.dialog-welcome {
color: #fff;
font-size: 28px;
margin: 100px auto 80px;
}
.RnR-answers {
max-width: 558px;
}
.answers {
margin-bottom: 25px;
font-size: 16px;
color: #323232;
letter-spacing: 0.35px;
line-height: 21px;
}
.buttonRnR {
display: table;
margin-top: 10px;
font-size: 14px;
color: #9a61cc;
letter-spacing: 0.23px;
cursor: pointer;
border: 1px solid #9a61cc;
border-radius: 50px;
vertical-align: middle;
padding: 10px 25px;
}
.navbar-about,
.navbar-howto {
padding-top: 2.8%;
padding-bottom: 1%;
font-family: "Helvetica Neue for IBM-Bold";
font-size: 112%;
color: #ba8ff7;
cursor: pointer;
float: right;
}
.navbar-howto {
width: 4em;
}
.header-container {
margin: auto;
width: 95%;
max-width: 640px;
min-width: 320px;
}
.navbar-about {
padding-right: 20px;
}
.modal-body p,
.modal-button,
.modal-header {
font-family: "Helvetica Neue for IBM-Roman";
}
.modal-button {
width: 20px;
display: table;
margin: 10px;
font-size: 13px;
color: #ba8ff7;
letter-spacing: 0.28px;
}
.modal,
.modal-body h1:nth-child(1) {
display: none;
}
.modal {
position: fixed;
z-index: 1;
padding-top: 80px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
margin: auto;
border: 1px solid #888;
max-width: 640px;
width: 80%;
height: 80%;
}
.modal-body p {
font-size: 16px;
letter-spacing: 0.3px;
line-height: 1.4em;
padding: 20px 20px 5px;
}
.modal-body {
overflow-y: scroll;
overflow-x: hidden;
background-color: #fff;
width: 100%;
height: inherit;
}
.close {
color: #eee;
float: right;
font-size: 50px;
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header h2 {
font-size: 20px;
font-weight: 400;
}
.modal-header {
font-size: 25px;
color: #fbfbfb;
background-color: #562f72;
letter-spacing: 0.44px;
padding: 0.5em 20px;
display: block;
}
.answer-container {
padding-left: 30px;
margin-top: 25px;
margin-bottom: 20px;
position: relative;
}
.firstAnswer {
padding-top: 12px;
border-top: 1px solid #c9c9c9;
}
.myBtn {
padding-bottom: 12px;
border-bottom: 1px solid #c9c9c9;
cursor: pointer;
font-size: 13px;
color: #ba8ff7;
letter-spacing: 0.28px;
line-height: 21px;
}
.dialog-user-row .dialog-row-text,
.dialog-user-row .dialog-white-bg .dialog-row-text {
position: relative;
color: #323232;
letter-spacing: 0.015rem;
border-radius: 2.25rem 2.25rem 0;
text-align: center;
display: table;
min-width: 6rem;
font-size: 15px;
background-color: #dfe0df;
font-family: "Helvetica Neue for IBM-Roman";
padding-top: 10px;
padding-bottom: 10px;
max-width: 558px;
margin-top: 12px;
margin-bottom: 12px;
margin-left: auto;
}
.dialog-row-text {
display: table-cell;
padding-right: 10px;
padding-left: 10px;
vertical-align: middle;
}
.example-question {
color: #562f72;
margin-left: 3%;
cursor: pointer;
}
.feedback-button {
background-color: #9a61cc;
color: #fff;
font-size: 14px;
margin: 5px 5px 20px;
padding-right: 12px;
padding-left: 12px;
}
@media (min-width: 300px) and (max-width: 635px) {
.dialog-header-inner,
.footer-container {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 300px) {
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
height: 3.5em;
}
.dialog-welcome {
width: 250px;
margin-top: 50px;
margin-bottom: 40px;
}
.row {
margin-right: -30px;
margin-left: -30px;
}
.dialog-rating-label {
position: absolute;
right: -8px;
top: 19px;
}
h3 {
font-size: 20px;
}
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active {
background-color: transparent;
margin-left: auto;
}
.container .dialog-user-row:after {
right: 0;
height: 35px;
top: 10px;
border-radius: 50%;
}
.dialog-mct-option {
min-width: 70px;
}
.dialog-favorite-full-screen-image,
.dialog-favorite-full-screen-image.ng-leave {
height: 162px;
width: 137px;
margin-left: 15px;
margin-top: -10px;
}
.dialog-fullscreen-favorite-delete {
left: 50px;
}
.dialog-fullscreen-header {
height: 70px;
}
.dialog-fullscreen-header .dialog-favorite-indicator {
display: none;
}
}
.dialog-user-row,
.dialog-user-row.ng-enter.ng-enter-active,
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
border: 0 solid #fff;
transition: bottom 0.25s;
bottom: 0;
opacity: 1;
visibility: visible;
position: relative;
max-width: 558px;
}
.dialog-watson-row .dialog-row-text {
max-width: 558px;
padding-right: 0;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 635px) {
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
background-color: transparent;
padding-left: 8px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.dialog-header-chatting .dialog-header-inner,
.dialog-header-preview .dialog-header-inner {
height: 50px;
}
.dialog-iheader {
background-image: url(../images/Header_web_home.svg);
background-size: 459px;
background-repeat: no-repeat;
width: 447px;
height: 100px;
}
.dialog-nextbtn {
background-image: url(../images/Next_web.svg);
width: 109px;
height: 55px;
}
.dialog-header-intro .dialog-navbar-txt-img {
background-image: url(../images/Header_web_home.svg);
background-size: 459px;
background-repeat: no-repeat;
width: 447px;
height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
cursor: pointer;
}
.dialog-header-chatting .dialog-navbar-txt-img,
.dialog-header-preview .dialog-navbar-txt-img {
background-image: url(../images/Header_web_chat.svg);
width: 243px;
height: 55px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.dialog-line-separator {
border-color: #d1d4d6;
margin: 0 75px;
}
.container .dialog-user-row:after {
height: 55px;
top: 0;
}
.dialog-watson-row .dialog-row-text {
max-width: 558px;
padding-top: 10px;
padding-bottom: 10px;
}
.dialog-favorite-left,
.dialog-no-favorite-left {
height: 60px;
}
.dialog-form-group-intro {
width: 532px;
margin-left: auto;
margin-right: auto;
}
.dialog-body-running {
background: 0 0;
}
.dialog-body-chatting,
.dialog-body-preview {
font-size: 14px;
}
.container {
margin-right: auto;
margin-left: auto;
}
.navbar {
height: 50px;
}
.dialog-scrollable-div {
top: 50px;
}
.dialog-button {
height: 55px;
}
.dialog-small-screen-placeholder-intro {
display: none;
}
.dialog-intro-text-intro {
margin-bottom: 40px;
}
.dialog-favorite-sm {
display: inline-block;
}
.dialog-navbar-img {
background-size: auto 18px;
}
.dialog-review-star-rating {
padding-left: 15px;
display: inline-block;
}
.dialog-placeholder-intro {
display: none;
}
.dialog-body-intro .container {
width: 880px;
}
.dialog-body-preview .container {
width: 550px;
margin-left: 200px;
}
.container {
width: 100vw;
}
.dialog-intro-image,
.dialog-intro-text-image {
height: 44px;
padding-right: 25px;
}
.dialog-intro-image {
height: 33px;
padding-right: 0;
}
.dialog-preview-parent {
top: 60px;
width: 450px;
}
.form-group .dialog-form-input {
resize: none;
padding-left: 5px;
box-shadow: none;
box-sizing: border-box;
height: 45px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
border-radius: 0;
border-color: #ababab;
position: relative;
font-family: "Helvetica Neue for IBM-Roman";
font-size: 20px;
color: #252525;
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px solid;
}
.dialog-watson-row.ng-enter {
max-width: 558px;
bottom: -10px;
}
.dialog-response {
display: table;
height: 100%;
width: 640px;
margin: auto;
}
.dialog-row-text {
margin-left: auto;
max-width: 558px;
}
.dialog-watson-row,
.dialog-watson-row.ng-enter.ng-enter-active {
max-width: 558px;
text-align: left;
font-size: 16px;
font-family: "Helvetica Neue for IBM-Roman";
color: #252525;
}
}
#howtovid {
margin-left: 10%;
}
.dialog-options hr {
display: block;
margin: 1px 0;
visibility: hidden;
}
.star {
background-image: url(../images/star-rating_24.svg);
background-size: contain;
height: 20px;
width: 20px;
float: right;
}
.small {
font-weight: lighter;
}
.modal-title {
padding: 10px 20px;
} | 0.302185 | 0.064153 |
<div class='icon'>
<div class='ring'>
<div class='flame'>
<div class='main'>
<div class='inner'></div>
</div>
<div class='sub'></div>
</div>
</div>
</div>
*/
:root {
--background: #fff;
--flame-darkest: #ee5630;
--flame-second-darkest: #f18032;
--flame-third-darkest: #f49f36;
--flame-second-lightest: #f6b537;
--flame-lightest: #f8c83c;
}
:root {
--background: #0087BC;
--flame-darkest: #006B96;
--flame-second-darkest: #22ACE2;
--flame-third-darkest: #4DCDFF;
--flame-second-lightest: #73D8FF;
--flame-lightest: #99E2FF;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
background: #ccc;
font-size: 62.5%;
}
.icon {
display: block;
position:absolute;
top: 0;
left: 0;
background-color: var(--background);
border-radius: 100%;
border: 6px solid #fff;
width: 345px;
height: 345px;
}
.ring:after {
content: ' ';
position:absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 100%;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
z-index: 99;
}
.flame {
z-index: 1;
position: relative;
width: 14.8rem;
height: 24.8rem;
margin: 50px auto;
}
.flame .children, .flame .main, .flame .main .inner, .flame .sub {
position: absolute;
border-radius: 50%;
overflow: hidden;
}
.flame .psuedo, .flame .main .inner:before, .flame .sub:before {
content: '';
position: absolute;
border-radius: 50%;
}
.flame .main {
width: 19.0rem;
height: 19.0rem;
left: 4.4rem;
top: -0.7rem;
}
.flame .main .inner {
width: 18.7rem;
height: 18.7rem;
left: -8.3rem;
top: 5.3rem;
background: var(--flame-third-darkest);
box-shadow: 10.7rem -11.5rem 0 -3.0rem var(--background), 1.2rem -6.7rem 0 -4.6rem var(--flame-second-lightest), 3.7rem -11.4rem 0 -4.6rem var(--flame-third-darkest);
}
.flame .main .inner:before {
width: 9.5rem;
height: 9.5rem;
left: 5.8rem;
top: -2.1rem;
background: var(--flame-lightest);
box-shadow: 0 4.0rem 0 1.95rem var(--flame-second-lightest);
}
.flame .sub {
width: 20.08rem;
height: 19.6rem;
bottom: 0.8rem;
background: var(--background);
right: 0;
z-index: -1;
}
.flame .sub:before {
width: 9.5rem;
height: 9.5rem;
left: 7.2rem;
top: -1.77rem;
background: var(--background);
box-shadow: 0 4.0rem 0 1.95rem var(--flame-third-darkest), -4.0rem 1.0rem 0 1.95rem var(--background), 6.8rem 0 0 9.75rem var(--flame-second-darkest), -7.29rem 15.8rem 0 2.1rem var(--background), 0rem 15.8rem 0 2.1rem var(--flame-darkest);
} | app/assets/css/flame-icon.css | <div class='icon'>
<div class='ring'>
<div class='flame'>
<div class='main'>
<div class='inner'></div>
</div>
<div class='sub'></div>
</div>
</div>
</div>
*/
:root {
--background: #fff;
--flame-darkest: #ee5630;
--flame-second-darkest: #f18032;
--flame-third-darkest: #f49f36;
--flame-second-lightest: #f6b537;
--flame-lightest: #f8c83c;
}
:root {
--background: #0087BC;
--flame-darkest: #006B96;
--flame-second-darkest: #22ACE2;
--flame-third-darkest: #4DCDFF;
--flame-second-lightest: #73D8FF;
--flame-lightest: #99E2FF;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
background: #ccc;
font-size: 62.5%;
}
.icon {
display: block;
position:absolute;
top: 0;
left: 0;
background-color: var(--background);
border-radius: 100%;
border: 6px solid #fff;
width: 345px;
height: 345px;
}
.ring:after {
content: ' ';
position:absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 100%;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
z-index: 99;
}
.flame {
z-index: 1;
position: relative;
width: 14.8rem;
height: 24.8rem;
margin: 50px auto;
}
.flame .children, .flame .main, .flame .main .inner, .flame .sub {
position: absolute;
border-radius: 50%;
overflow: hidden;
}
.flame .psuedo, .flame .main .inner:before, .flame .sub:before {
content: '';
position: absolute;
border-radius: 50%;
}
.flame .main {
width: 19.0rem;
height: 19.0rem;
left: 4.4rem;
top: -0.7rem;
}
.flame .main .inner {
width: 18.7rem;
height: 18.7rem;
left: -8.3rem;
top: 5.3rem;
background: var(--flame-third-darkest);
box-shadow: 10.7rem -11.5rem 0 -3.0rem var(--background), 1.2rem -6.7rem 0 -4.6rem var(--flame-second-lightest), 3.7rem -11.4rem 0 -4.6rem var(--flame-third-darkest);
}
.flame .main .inner:before {
width: 9.5rem;
height: 9.5rem;
left: 5.8rem;
top: -2.1rem;
background: var(--flame-lightest);
box-shadow: 0 4.0rem 0 1.95rem var(--flame-second-lightest);
}
.flame .sub {
width: 20.08rem;
height: 19.6rem;
bottom: 0.8rem;
background: var(--background);
right: 0;
z-index: -1;
}
.flame .sub:before {
width: 9.5rem;
height: 9.5rem;
left: 7.2rem;
top: -1.77rem;
background: var(--background);
box-shadow: 0 4.0rem 0 1.95rem var(--flame-third-darkest), -4.0rem 1.0rem 0 1.95rem var(--background), 6.8rem 0 0 9.75rem var(--flame-second-darkest), -7.29rem 15.8rem 0 2.1rem var(--background), 0rem 15.8rem 0 2.1rem var(--flame-darkest);
} | 0.311532 | 0.096238 |
body {
background-color: #ddd;
font-size: 100%;
padding: 3em;
}
.mainNav {
float: left;
transform: perspective(500px);
transform-style: preserve-3d;
}
.mainNav ul {
list-style: none;
padding: 0;
position: relative;
}
.mainNav ul:after {
background-color: hsla(0,0%,0%,0.1);
box-shadow: 0 0.09375em 0.1875em 0.1875em hsla(0,0%,0%,0.1);
content: '';
height: 0.375em;
left: 0.75em;
position: absolute;
right: 0.75em;
top: 100%;
z-index: -1;
}
.mainNav a {
background-color: #f9f9f9;
background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05)),
linear-gradient(-197.5deg, hsla(0,0%,100%,.025) 50%, transparent 50%);
backface-visibility: hidden;
box-shadow: inset 0 0 .125em hsla(0,0%,0%,0),
inset 0 0 1.5em hsla(0,0%,0%,0);
color: #333;
display: block;
font: bold 1em/3 sans-serif;
padding: 0 1.5em;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
transition: .5s;
transform-origin: 50% 0;
transform-style: preserve-3d;
width: 6em;
z-index:-1000;
}
.mainNav a:after {
background-color: inherit;
background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05)),
linear-gradient(-197.5deg, hsla(0,0%,100%,.025) 50%, transparent 50%),
linear-gradient(hsla(0,0%,0%,.25), hsla(0,0%,0%,.25));
box-shadow: inset 0 0 .25em hsla(0,0%,0%,.2),
inset 0 0 1.5em hsla(0,0%,0%,.3);
bottom: 0;
color: #fff;
content: attr(data-title);
left: 100%;
line-height: 3;
position: absolute;
top: 0;
transform: rotateY(90deg);
transform-origin: 0 0;
width: 100%;
}
.mainNav a:before {
background-color: inherit;
background-image: linear-gradient(hsla(0,0%,0%), hsla(0,0%,0%,.07)),
linear-gradient(hsla(0,0%,0%,.5), hsla(0,0%,0%,.5));
bottom: 0;
content: '';
height: 9em;
left: 100%;
position: absolute;
top: 0;
transform-origin: 0 0;
width: 100%;
}
.mainNav li:nth-child(-n+2) a:before {
transform: rotateX(-90deg) translateX(-9em) translateZ(3em);
}
.mainNav li:nth-child(n+3) a:before {
transform: rotateX(-90deg) translateX(-9em);
}
.mainNav li:hover a {
transform: rotateY(-90deg) translateX(-4.5em) translateZ(4.5em);
z-index: 100;
color:red; background-color:green;
} | frontend/web/assets/css/old/my_code_cube_menu.css | body {
background-color: #ddd;
font-size: 100%;
padding: 3em;
}
.mainNav {
float: left;
transform: perspective(500px);
transform-style: preserve-3d;
}
.mainNav ul {
list-style: none;
padding: 0;
position: relative;
}
.mainNav ul:after {
background-color: hsla(0,0%,0%,0.1);
box-shadow: 0 0.09375em 0.1875em 0.1875em hsla(0,0%,0%,0.1);
content: '';
height: 0.375em;
left: 0.75em;
position: absolute;
right: 0.75em;
top: 100%;
z-index: -1;
}
.mainNav a {
background-color: #f9f9f9;
background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05)),
linear-gradient(-197.5deg, hsla(0,0%,100%,.025) 50%, transparent 50%);
backface-visibility: hidden;
box-shadow: inset 0 0 .125em hsla(0,0%,0%,0),
inset 0 0 1.5em hsla(0,0%,0%,0);
color: #333;
display: block;
font: bold 1em/3 sans-serif;
padding: 0 1.5em;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
transition: .5s;
transform-origin: 50% 0;
transform-style: preserve-3d;
width: 6em;
z-index:-1000;
}
.mainNav a:after {
background-color: inherit;
background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05)),
linear-gradient(-197.5deg, hsla(0,0%,100%,.025) 50%, transparent 50%),
linear-gradient(hsla(0,0%,0%,.25), hsla(0,0%,0%,.25));
box-shadow: inset 0 0 .25em hsla(0,0%,0%,.2),
inset 0 0 1.5em hsla(0,0%,0%,.3);
bottom: 0;
color: #fff;
content: attr(data-title);
left: 100%;
line-height: 3;
position: absolute;
top: 0;
transform: rotateY(90deg);
transform-origin: 0 0;
width: 100%;
}
.mainNav a:before {
background-color: inherit;
background-image: linear-gradient(hsla(0,0%,0%), hsla(0,0%,0%,.07)),
linear-gradient(hsla(0,0%,0%,.5), hsla(0,0%,0%,.5));
bottom: 0;
content: '';
height: 9em;
left: 100%;
position: absolute;
top: 0;
transform-origin: 0 0;
width: 100%;
}
.mainNav li:nth-child(-n+2) a:before {
transform: rotateX(-90deg) translateX(-9em) translateZ(3em);
}
.mainNav li:nth-child(n+3) a:before {
transform: rotateX(-90deg) translateX(-9em);
}
.mainNav li:hover a {
transform: rotateY(-90deg) translateX(-4.5em) translateZ(4.5em);
z-index: 100;
color:red; background-color:green;
} | 0.694717 | 0.160135 |
width: 100%;
height: 80px;
border-radius: 2px;
background-color: #2f2e2e;
}
#rect-1.logo{
width: 319;
height: 180;
}
img.log{
width: 30px;
height: 30px;
}
#background-img{
width: 100%;
height: 700px;
z-index: 1;
}
body{
font-family: 'Source code pro', Calibri, serif;
margin: 0px;
padding: 0px;
text-align:
}
nav > ul{
margin: 0px;
padding: 0px;
text-align: center;
border-top: 0;
}
nav > ul > li{
float: left;
position: relative;
}
nav li{
list-style-type: none;
text-align: center;
}
li{
list-style-type: none;
}
.sous_menu{
display: none;
}
nav{
width: 100%;
background-color: #2f2e2e;
}
nav > ul::after{
content:"";
display: block;
clear: both;
}
nav a{
display: inline-block;
text-decoration: none;
}
nav > ul > li > a{
padding: 20px, 30px;
color: #FFF;
}
nav li:hover .sous_menu{
display: inline-block;
position: absolute;
top: 100%;
left: 0px;
padding: 0px;
z-index: 100000;
}
.sous_menu li{
border-bottom: 1px solid #CCC;
}
.sous_menu li a{
padding: 15px 30px;
font-size: 13px;
color: #222538;
width: 270px;
}
.menu_accueil:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_accueil .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_events:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_events .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_tdah:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_tdah .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_publications:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_publications .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_contact:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_contact .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_dons:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_dons .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_compte:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_compte .sous_menu{
background-color: RGB(230, 100, 40);
}
nav > ul > li:hover a{
padding: 5px;
}
.texte1 {
position: absolute;
top: 65%;
left: 35%;
transform: translate(-50%, -50%);
}
ul > li > a{
padding: 2px;
margin: 2px;
}
#lab_social_icon_footer {
padding: 40px 0;
background-color: #dedede;
}
#lab_social_icon_footer a {
color: #333;
}
#lab_social_icon_footer .social:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
#lab_social_icon_footer .social {
-webkit-transform: scale(0.8);
/* Browser Variations: */
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
/*
Multicoloured Hover Variations
*/
#lab_social_icon_footer #social-fb:hover {
color: #3B5998;
}
#lab_social_icon_footer #social-tw:hover {
color: #4099FF;
}
#lab_social_icon_footer #social-yt:hover {
color: #d34836;
}
#lab_social_icon_footer #social-em:hover {
color: #f39c12;
} | www/assets/css/style.css | width: 100%;
height: 80px;
border-radius: 2px;
background-color: #2f2e2e;
}
#rect-1.logo{
width: 319;
height: 180;
}
img.log{
width: 30px;
height: 30px;
}
#background-img{
width: 100%;
height: 700px;
z-index: 1;
}
body{
font-family: 'Source code pro', Calibri, serif;
margin: 0px;
padding: 0px;
text-align:
}
nav > ul{
margin: 0px;
padding: 0px;
text-align: center;
border-top: 0;
}
nav > ul > li{
float: left;
position: relative;
}
nav li{
list-style-type: none;
text-align: center;
}
li{
list-style-type: none;
}
.sous_menu{
display: none;
}
nav{
width: 100%;
background-color: #2f2e2e;
}
nav > ul::after{
content:"";
display: block;
clear: both;
}
nav a{
display: inline-block;
text-decoration: none;
}
nav > ul > li > a{
padding: 20px, 30px;
color: #FFF;
}
nav li:hover .sous_menu{
display: inline-block;
position: absolute;
top: 100%;
left: 0px;
padding: 0px;
z-index: 100000;
}
.sous_menu li{
border-bottom: 1px solid #CCC;
}
.sous_menu li a{
padding: 15px 30px;
font-size: 13px;
color: #222538;
width: 270px;
}
.menu_accueil:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_accueil .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_events:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_events .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_tdah:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_tdah .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_publications:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_publications .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_contact:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_contact .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_dons:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_dons .sous_menu{
background-color: RGB(230, 100, 40);
}
.menu_compte:hover{
border-top: 2px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15);
}
.menu_compte .sous_menu{
background-color: RGB(230, 100, 40);
}
nav > ul > li:hover a{
padding: 5px;
}
.texte1 {
position: absolute;
top: 65%;
left: 35%;
transform: translate(-50%, -50%);
}
ul > li > a{
padding: 2px;
margin: 2px;
}
#lab_social_icon_footer {
padding: 40px 0;
background-color: #dedede;
}
#lab_social_icon_footer a {
color: #333;
}
#lab_social_icon_footer .social:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
#lab_social_icon_footer .social {
-webkit-transform: scale(0.8);
/* Browser Variations: */
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
/*
Multicoloured Hover Variations
*/
#lab_social_icon_footer #social-fb:hover {
color: #3B5998;
}
#lab_social_icon_footer #social-tw:hover {
color: #4099FF;
}
#lab_social_icon_footer #social-yt:hover {
color: #d34836;
}
#lab_social_icon_footer #social-em:hover {
color: #f39c12;
} | 0.417271 | 0.100481 |
html, body {
font-family: 'Roboto', sans-serif;
font-size:14px;
height:100%;
margin: 0px;
padding: 0px;
}
/* Toolbar area */
.menu {
background-color: transparent;
border: none;
height: 38px;
margin: 16px;
width: 36px;
}
md-toolbar h3 {
margin: auto;
font-weight: 500;
min-height: 80px; // custom
}
/* Sidenav area */
md-list-item > button {
width:100%;
text-align:left !important;
}
md-list .md-button.selected {
color: #03a9f4;
}
md-sidenav md-list {
padding: 0px 0px 8px 0px;
}
/* Primary content area */
#content {
/*overflow: scroll;*/
}
#content {
padding-left: 40px;
padding-right: 40px;
padding-top: 5px;
}
#content .md-button.share {
background-color: transparent;
border: none;
width: 48px;
height: 48px;
margin: 8px auto 16px 0;
position: absolute;
top: 10px;
right: 25px;
}
#content md-icon.avatar {
margin-top: 10px;
}
#content .md-button.share > md-icon {
fill:black;
width:36px;
height:36px;
}
md-button.menuBtn > md-icon {
fill:white;
width:24px;
height:24px;
}
#content .md-button.share:active > md-icon {
background-color: #dadada;
border-radius: 75%;
padding:4px;
transition: all 100ms ease-out 30ms;
}
#content img {
display: block;
height: auto;
max-width: 500px;
}
/* Utils */
.content-wrapper {
position: relative;
}
/* Typography support coming in 0.8.0 */
md-toolbar h1 {
font-size: 1.250em;
font-weight: 400;
}
.avatar {
position: relative;
width: 128px;
height: 128px;
border: 1px solid #ddd;
border-radius: 50%;
display: inline-block;
overflow: hidden;
margin: 0px;
vertical-align: middle;
zoom:0.70;
transform: translateZ(0);
-webkit-transform: scale(0.70);
-moz-transform:scale(0.70);
}
md-bottom-sheet md-icon {
margin-right:20px;
}
span.name {
font-weight: bold;
font-size:1.1em;
padding-left:5px;
}
.right-close-icon {
margin-right: 20px;
transition-duration: 400ms;
}
.right-close-icon:hover,
.right-close-icon:focus {
transform: scale(1.2);
}
/* ---------------------------------------------------------- */
/* ======================= Fab ======================= */
/* ---------------------------------------------------------- */
.fabSpeedDialdemoBasicUsage .text-capitalize {
text-transform: capitalize; }
.fabSpeedDialdemoBasicUsage .md-fab:hover, .fabSpeedDialdemoBasicUsage .md-fab.md-focused {
background-color: #000 !important; }
.fabSpeedDialdemoBasicUsage p.note {
font-size: 1.2rem; }
.fabSpeedDialdemoBasicUsage .lock-size {
min-width: 300px;
min-height: 300px;
width: 300px;
height: 300px;
margin-left: auto;
margin-right: auto; }
.fab-wrapper {
position: absolute;
right: 20px;
top: 20px;
}
/* ---------------------------------------------------------- */
/* ======================= Button - Custom Styles ======================= */
/* ---------------------------------------------------------- */
#user-list .md-button {
display: block;
text-align: left;
width: 100%;
} | app/assets/app.css | html, body {
font-family: 'Roboto', sans-serif;
font-size:14px;
height:100%;
margin: 0px;
padding: 0px;
}
/* Toolbar area */
.menu {
background-color: transparent;
border: none;
height: 38px;
margin: 16px;
width: 36px;
}
md-toolbar h3 {
margin: auto;
font-weight: 500;
min-height: 80px; // custom
}
/* Sidenav area */
md-list-item > button {
width:100%;
text-align:left !important;
}
md-list .md-button.selected {
color: #03a9f4;
}
md-sidenav md-list {
padding: 0px 0px 8px 0px;
}
/* Primary content area */
#content {
/*overflow: scroll;*/
}
#content {
padding-left: 40px;
padding-right: 40px;
padding-top: 5px;
}
#content .md-button.share {
background-color: transparent;
border: none;
width: 48px;
height: 48px;
margin: 8px auto 16px 0;
position: absolute;
top: 10px;
right: 25px;
}
#content md-icon.avatar {
margin-top: 10px;
}
#content .md-button.share > md-icon {
fill:black;
width:36px;
height:36px;
}
md-button.menuBtn > md-icon {
fill:white;
width:24px;
height:24px;
}
#content .md-button.share:active > md-icon {
background-color: #dadada;
border-radius: 75%;
padding:4px;
transition: all 100ms ease-out 30ms;
}
#content img {
display: block;
height: auto;
max-width: 500px;
}
/* Utils */
.content-wrapper {
position: relative;
}
/* Typography support coming in 0.8.0 */
md-toolbar h1 {
font-size: 1.250em;
font-weight: 400;
}
.avatar {
position: relative;
width: 128px;
height: 128px;
border: 1px solid #ddd;
border-radius: 50%;
display: inline-block;
overflow: hidden;
margin: 0px;
vertical-align: middle;
zoom:0.70;
transform: translateZ(0);
-webkit-transform: scale(0.70);
-moz-transform:scale(0.70);
}
md-bottom-sheet md-icon {
margin-right:20px;
}
span.name {
font-weight: bold;
font-size:1.1em;
padding-left:5px;
}
.right-close-icon {
margin-right: 20px;
transition-duration: 400ms;
}
.right-close-icon:hover,
.right-close-icon:focus {
transform: scale(1.2);
}
/* ---------------------------------------------------------- */
/* ======================= Fab ======================= */
/* ---------------------------------------------------------- */
.fabSpeedDialdemoBasicUsage .text-capitalize {
text-transform: capitalize; }
.fabSpeedDialdemoBasicUsage .md-fab:hover, .fabSpeedDialdemoBasicUsage .md-fab.md-focused {
background-color: #000 !important; }
.fabSpeedDialdemoBasicUsage p.note {
font-size: 1.2rem; }
.fabSpeedDialdemoBasicUsage .lock-size {
min-width: 300px;
min-height: 300px;
width: 300px;
height: 300px;
margin-left: auto;
margin-right: auto; }
.fab-wrapper {
position: absolute;
right: 20px;
top: 20px;
}
/* ---------------------------------------------------------- */
/* ======================= Button - Custom Styles ======================= */
/* ---------------------------------------------------------- */
#user-list .md-button {
display: block;
text-align: left;
width: 100%;
} | 0.316792 | 0.04888 |
@font-face {
font-family: BebasNeue;
src: url(http://alistgear.com/public/assets/fonts/BebasNeue-Regular.ttf);
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Light.eot');
src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Light.woff') format('woff'),
url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Medium.eot');
src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue Book';
src: url('../fonts/BebasNeue-Book.eot');
src: url('../fonts/BebasNeue-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue-Book.woff2') format('woff2'),
url('../fonts/BebasNeue-Book.woff') format('woff'),
url('../fonts/BebasNeue-Book.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url('../fonts/BebasNeue.eot');
src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue.woff2') format('woff2'),
url('../fonts/BebasNeue.woff') format('woff'),
url('../fonts/BebasNeue.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url('../fonts/BebasNeue-Bold.eot');
src: url('../fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue-Bold.woff2') format('woff2'),
url('../fonts/BebasNeue-Bold.woff') format('woff'),
url('../fonts/BebasNeue-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CPMono_v07';
src: url('../fonts/CPMono_v07Bold.eot');
src: url('../fonts/CPMono_v07Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/CPMono_v07Bold.woff2') format('woff2'),
url('../fonts/CPMono_v07Bold.woff') format('woff'),
url('../fonts/CPMono_v07Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CPMono_v07 Plain';
src: url('../fonts/CPMono_v07Plain.eot');
src: url('../fonts/CPMono_v07Plain.eot?#iefix') format('embedded-opentype'),
url('../fonts/CPMono_v07Plain.woff2') format('woff2'),
url('../fonts/CPMono_v07Plain.woff') format('woff'),
url('../fonts/CPMono_v07Plain.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Thin.eot');
src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/******************************/
/******************************/
input.form-control {
height: 35px;
/*margin-top: 12px;*/
}
.form-group {
margin-bottom: 0
}
.card-body_claim .form-group,
.slider_claim_profile-Body_three .col-md-6 input.form-control,
.slider_claim_profile-Body_three select.form-control {
margin-bottom: 15px;
}
.alistgear_wrapper {
background: #f5f5f5;
}
.alistgear_main_wrapper {
background: #f5f6f7;
background-color: #fff;
height: 100%;
min-height: 100%;
box-shadow: 0 0 120px rgba(100,100,100,0.35);
margin: 0;
overflow: hidden;
}
/*header css start*/
.header {
background: #000000;
border-bottom: 5px solid #ebeb00;
}
.logo {
text-align: center;
padding: 20px 20px;
}
.logo img {
width: 50%;
}
/*content section css start*/
.alistgear_section-card {
margin: 8px;
}
.alistgear_main {
margin: 60px 0;
}
.alistgear_section {
background-image: url(../images/home_bg.png);
background-position: center;
width: 100%;
height: auto;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
}
.alistgear_section_card {
text-align: center;
margin: 17px 12px 30px 9px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2),0 5px 6px 0 rgba(0,0,0,0.19) !important;
background-color: #fff;
}
.option_new {
text-align: left;
margin-bottom: 10px;
}
.alistgear_section_card h1 {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "Bebas Neue";
color: #000;
}
.alistgear_section_card h1 small {
font-size: 40px;
font-family: "Bebas Neue Book";
color: #000;
}
.alistgear_section_card.card_claim_profile h1 {
font-family: "Bebas Neue Book";
font-weight: 400;
}
.alistgear_section_card.card_claim_profile h1 small {
font-family: "Bebas Neue";
font-weight: 700;
}
.line_border:before {
content: "";
display: block;
background: url(../images/border.png) no-repeat scroll 0 0 transparent;
background-size: auto;
width: 100%;
height: 9px;
background-size: 91% auto;
background-position: center center;
max-width: 250px;
margin: 0 auto;
}
.line_border {
margin: 12px 0;
}
.alistgear_section_card p {
padding: 0 102px;
color: #000;
font-family: "Helvetica";
}
.joinUs {
color: #000;
font-family: "Helvetica";
font-weight: bold;
margin: 30px 0;
}
.btn_get-strated {
padding: 15px 30px;
width: 70%;
background: #fefe02;
border: 1px solid #b6b2b2;
font-family: "CPMono_v07 Plain";
}
.alistgear_bt {
margin: 0 0 20px 0;
}
.alistgear_bt a {
color: #000;
text-decoration: none;
font-size: 18px;
font-family: "CPMono_v07 Plain";
}
/*footer css start*/
footer#footer {
padding: 10px 0;
background-color: #979797;
margin: 0 !important;
}
#footer ul li a:before {
font-family: "FontAwesome";
content: "\f111";
padding-right: 15px;
font-size: 8px;
color: #404040 !important;
vertical-align: 2px;
margin-left: -10px;
}
#footer ul li:first-child a:before{
content: none;
}
#footer ul li a:hover {
background: no-repeat;
}
#footer ul li a{
padding: 2px 14px;
color: #404040;
font-size: 13px;
font-family: "CPMono_v07";
}
.footer-brand {
text-align: right;
font-family: "CPMono_v07";
font-size: 13px;
padding-top: 2px;
}
.footer-brand a {
color: #fefe02;
}
.footer-brand a:hover {
text-decoration: none;
}
.sign-up {
text-align: center;
}
.sign-up a {
color: #706a6a;
font-weight: 700;
}
/*login page css start*/
.alistgear_section_forgetPass,
.alistgear_section_signin{
background-image: url(../images/login-bg.png);
background-position: center;
width: 100%;
height: auto;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
}
.alistgear_section_card_forgetPass,
.alistgear_section_card_signIn {
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2),0 5px 6px 0 rgba(0,0,0,0.19) !important;
margin: 0 29px 20px 39px;
}
.alistgear_section_forgetPass {
background-size: cover;
}
.alistgear_section_card_forgetPass h1,
.alistgear_section_card_signIn h1 {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
text-transform: uppercase;
font-family: "Bebas Neue";
color: #000;
}
.alistgear_section_card_forgetPass h1 small,
.alistgear_section_card_signIn h1 small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.alistgear_section_card_forgetPass .card-body,
.alistgear_section_card_signIn .card-body {
margin: 10px 0;
padding: 10px;
}
a.forgot {
color: #666;
}
.login_bt .btn_get-strated {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-top: 10px;
}
.alistgear_section_card_forgetPass .form-control:focus,
.alistgear_section_card_signIn .form-control:focus {
border-color: #fefe02;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(254, 254, 2);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(254, 254, 2);
}
.btn_get-strated_profile {
padding: 15px 30px;
width: 70%;
background: #e4e5e5;
border: 1px solid #b6b2b2;
margin-top: 13px;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
}
.alistgear_section-card_claim{
z-index: 999;
}
.card_claim_profile{
background: #fff;
}
.card_claim_profile p {
padding: 0 77px !important;
}
.joinUs_create{
color: #000;
font-weight: normal;
margin: 30px 0;
text-align: left;
padding-left: 70px;
font-size: 12px;
width: 65%;
float: left;
}
.create_redio_bt {
width: 35%;
float: left;
text-align: left;
padding-left: 14px;
}
.create_redio_bt .radio {
display: inline-block;
margin: 28px 0 0 0;
padding-left: 10px;
}
.card-body_claim {
padding: 0 70px;
}
.card-body_claim label {
text-align: left;
width: 100%;
margin-bottom: 5px;
}
.create_profile_bt {
width: 60% !important;
}
.carousel-indicators li {
background: #d2d2d2;
width: 15px;
height: 15px;
border: 1px solid #ccc;
margin: 0;
}
.carousel-indicators .active{
background-color: #fefe02;
width: 15px;
height: 15px;
border: 1px solid #7c7979;
}
.redio_slider {
padding: 7px 0;
}
.creat_slider_dot {
position: inherit;
text-align: center;
margin: 0px;
width: 100%;
margin-bottom: 10px;
}
/*responsive css start*/
@media only screen and (max-width: 767px) {
.logo img {
width: 100%;
}
.logo {
padding: 10px 20px;
}
.alistgear_section_card p {
padding: 15px !important;
}
footer#footer{height: auto;}
.footer-brand{text-align: left;}
.joinUs_create{
padding-left: 15px !important;
width: 100%;
margin: 0px;
padding: 0 23px;
font-weight: 700;
float: none;
}
.create_redio_bt{
width: 100%;
float: none;
padding: 0px 15px;
}
.create_redio_bt .radio{
margin: 13px 0;
}
.card-body_claim {
padding: 0 15px;
}
.alistgear_section{
background: none;
}
.btn_get-strated{
width: 85%;
padding: 15px;
}
.btn_get-strated_profile{
width: 85%;
padding: 15px;
}
}
.alistgear_section_card_signIn .error{
}
.error {
clear: both;
text-align: left;
font-size: 11px;
padding: 3px 0 10px 17px;
font-weight: normal;
display: block;
clear: both;
color: red;
}
.error b {
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.alistgear_section_forgetPass,
.alistgear_section_signin {
background: none;
}
}
@media only screen and (max-width: 767px) {
.alistgear_section-card {
margin: 0
}
.alistgear_section_card,
.alistgear_section_card_forgetPass,
.alistgear_section_card_signIn {
margin: 0px;
margin-bottom: 30px;
}
}
ul#country-list.country_width {
width: auto !important;
}
/*ul#country-list li {
padding: 6px 12px;
text-align: left;
font-size: 12px;
background: #e9e8e8;
border-bottom: 1px solid #fff;
}*/
.mainError {
color: red;
margin-top: 10px;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
/*responsive css start ==================================================================================================*/
/*Header Css start*/
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
nav.navbar.navbar-inverse {
border-radius: 0px;
background: #000;
margin-bottom: 0px !important;
padding: 10px 0;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
padding: 10px 0;
}
#imaginary_container {
padding-top: 10px;
}
.stylish-input-group .input-group-addon{
background: white !important;
}
.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-size: 19px;
}
li.education_list:before {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
li.education_list:after {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/*home banner css start*/
#tm-homesec{
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
section.profile-search {
margin: 30px;
background: #9d9d9d;
margin-top: 0;
}
.joinUsBt {
width: 50%;
float: left;
}
.myProfile-bt {
width: 50%;
float: left;
}
.tm-box-group {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box img {
width: 100%;
}
.tm-box {
font-size: 50px;
padding: 40px;
background-size: cover;
background-position: center center;
color: #fff;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 95%;
text-align: justify;
}
a.join_us-bt {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
}
.my_profile-bt{
font-size: 16px;
color: black;
padding: 10px 25px 10px 25px;
background: #ffcc01;
text-align: center;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
}
.button-group {
overflow: hidden;
margin-top: 23px;
}
.submit-box-form {
padding: 50px 0px;
}
form#register-newsletter h3 {
font-size: 17px;
color: #000;
font-weight: 700;
margin: 0;
padding-left: 20px;
}
form#register-newsletter .sub-name {
width: 65%;
height: 38px;
border: 1px solid #e2e7ea;
margin-top: 10px;
vertical-align: middle;
padding-left: 10px;
}
form#register-newsletter .btn-custom-3 {
width: 30%;
height: 38px;
border: 1px solid #ffcc01;
background: #ffcc01;
border-radius: 0;
vertical-align: middle;
margin-top: 10px;
color: #000;
font-weight: 700;
}
/*Auto complite Search css here*/
div#suggesstion-box {
background: #000;
color: #fff;
}
ul#country-list {
list-style: none;
padding: 0;
}
ul#country-list li {
padding: 10px 13px;
border-bottom: 1px solid #ccc;
}
div#suggest-alert {
margin-top: 0px;
width: 65%;
}
/*div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
}*/
/*My Profile css here*/
.tm-box-group-profile p {
font-size: 17px;
}
#tm-profile {
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
.tm-box-group-profile {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box-group-profile h2 {
color: #ffcc01;
font-size: 22px;
}
.profile_form {
margin-top: 20px;
margin-left: 20px;
}
.profile_form .fnameForm {
margin-bottom: 20px;
}
.searchBt a{
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;}
.searchBt {
margin-top: 30px;
}
section.footer-sec {
background: #000;
}
ul.footerUl li {
display: inline-block;
padding-right: 30px;
}
ul.footerUl {
padding: 20px 0;
margin: 0;
}
ul.footerUl li a {
color: #fff;
}
.footerLink {
padding: 20px 0;
color: #fff;
font-size: 15px;
}
/*Popup css here*/
.tm-modal-title {
font-size: 20px;
color: #ffcc01;
padding-bottom: 20px;
}
.tm-profile-model .modal-content {
background: transparent !important;
border: none !important;
box-shadow: 0 0 0 rgba(0,0,0,.5);
padding-top: 20%;
}
.tm-profile-model .modal-body {
background: #fff;
}
.popupbox {
display: inline-block;
width: 100%;
}
.profileBox {
display: inline-block;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.profileImg {
width: 33%;
float: left;
}
.profile-des {
width: 64%;
float: left;
padding-left: 20px;
color: #000;
margin-top: 10px;
}
.profile-des h4 {
font-size: 16px;
font-weight: 700;
}
.profile-des p {
font-size: 14px;
}
.profileDespu a {
font-size: 11px;
}
.claimed {
overflow: hidden;
margin-top: 18px;
}
.profileDespu {
overflow: hidden;
margin-top: 3px;
}
.tm-primery-bt {
background: #ffcc01;
border-color: #ffcc01;
color: #000;
font-weight: 700;
font-size: 17px;
}
.tm-primery-bt:focus {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.tm-primery-bt:hover {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.profile-drop li a:hover {
background: #ffcc01;
color: #000;
}
.footer-left {
font-size: 14px;
color: #000;
}
.model-footer {
overflow: hidden;
}
.footer-left a {
text-decoration: underline;
}
.footer-right span {
font-size: 16px;
color: #000;
width: 50%;
}
.footerText {
font-size: 16px;
width: 50%;
float: left;
color: #000;
}
button.btn.btn-primery {
vertical-align: top;
background: #1f36ba;
}
button.btn.btn-primery:hover {
color: #ffffff;
}
button.close {
color: #fff;
opacity: 1;
}
#profileme{
width: 110px;
background-color: #ffcc01;
color: #000000;
font-size: 18px;
}
div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
/*Profile detail page*/
.diveIntoData {
position: absolute;
top: 0;
width: 190px;
right: 0;
padding: 10px;
}
.diveIntoData_profile {
background: #fff;
box-shadow: 0 0 120px rgba(100,100,100,0.35);
border-bottom: 2px solid #000;
}
.diveIntoData_profile h4 {
font-size: 13px;
background: #feff30;
padding: 8px 4px 8px 5px;
font-family: "CPMono_v07 Plain";
margin: 0px;
text-align: center;
}
.diveIntoData_profile p {
padding: 10px 7px 0 7px;
text-align: center;
font-size: 12px;
font-family: "CPMono_v07 Plain";
}
.addPerantText {
text-align: center;
padding: 30px;
font-size: 16px;
}
.parents_bt {
margin-top: 40px !important;
}
.tm-top-box-img_avtar img {
border-radius: 50%;
width: 90px;
height: 90px;
}
.logo-profile {
padding: 7px 0px !important;
}
.navHeaderCollapse ul li a:before {
font-family: "FontAwesome";
content: "\f111";
padding-right: 15px;
font-size: 5px;
color: #ffefef !important;
vertical-align: 2px;
margin-left: -10px;
}
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
}
#imaginary_container {
padding-top: 10px;
}
.stylish-input-group .input-group-addon{
background: #777777 !important;
height: 25px;
padding: 0;
border: 1px solid #fff;
border-left: 0px;
}
#imaginary_container .glyphicon-search:before {
content: "\e003";
color: #fff;
}
.stylish-input-group .form-control{
border-right: 0;
box-shadow: 0 0 0;
border-color: #fff;
height: 25px;
background: #ffffff;
margin-top: 0px;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-family: "CPMono_v07";
font-size: 14px;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
}
.card.hovercard .cardheader {
background: url("../images/profile-bg.png");
background-size: cover;
height: 240px;
}
.card.hovercard .avatar {
position: relative;
top: -78px;
margin-bottom: -74px;
}
.card.hovercard .avatar img {
width: 150px;
height: 150px;
max-width: 150px;
max-height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid #fff;
}
.card-info-title {
font-size: 30px;
}
.card-info-title a {
color: #000;
text-decoration: none;
font-size: 40px;
text-transform: uppercase;
font-family: "Bebas Neue";
}
.card-info-des {
font-size: 15px;
margin-top: 10px;
}
.card-info-link a {
color: #000;
font-size: 16px;
font-weight: 600;
margin-top: 0;
padding-top: 10px;
clear: both;
display: block;
}
.progress-bar-warning {
background-color: #feff2f;
border: 1px solid #000;
}
.progress-bar-main {
text-align: center;
color: #000;
font-weight: 600;
}
.progress{ border: 1px solid #000;}
.buttons {
text-align: center;
margin-top: 10px;
}
.profile-tab {
border-bottom: 1px solid #000;
overflow: hidden;
margin-top: 20px;
padding-bottom: 20px;
}
a.btn.watch {
padding: 10px 40px;
background: #feff2f;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-family: "CPMono_v07 Plain";
}
a.btn.message {
padding: 10px 40px;
background: #ffffff;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-weight: 700;
}
.location .fa.fa-map-marker {
font-size: 40px;
color: #ecec5f;
}
.location-text {
color: #000;
font-weight: 600;
font-size: 13px;
}
i.fa-cust.fa-map-location {
width: 26px;
height: 35px;
display: inline-block;
position: relative;
top: 7px;
}
.location .fa-cust.fa-map-location:before
{
content: url(../images/locaton-map.png);
}
section.profile-page {
background: #f5f6f7;
overflow: hidden;
position: relative;
}
.profile-top {
background: #fff;
}
.explore_bt {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.pad0{padding: 0}
.profile-tree {
background: #000000;
text-align: center;
padding: 10px 0;
font-family: "CPMono_v07 Plain";
color: #fff;
text-transform: uppercase;
font-size: 16px;
}
section.education-box {
background: #f5f6f7;
padding-top: 10px;
overflow: hidden;
}
#svgelem {
position: relative;
left: 50%;
-webkit-transform: translateX(-20%);
-ms-transform: translateX(-20%);
transform: translateX(-20%);
}
.header-social ul {
list-style: none;
padding: 0;
}
.header-social ul li {
display: inline-block;
}
.pad0{padding: 0;}
.header-social {
margin-top: -73px;
text-align: left;
padding-left: 10px;
}
.edit-btn {
background: #feff2f;
padding: 6px 20px;
color: #000;
font-size: 16px;
text-decoration: none !important;
font-family: "CPMono_v07";
}
.edit-btn:hover {color: #000000;}
.edit-button {
margin-top: -54px;
}
.tm-user-info {
padding: 20px 20px;
border-top: 1px solid #feff2f;
line-height: 56px;
text-align: justify;
}
span.tm-user-highlightd {
background: #feff2f;
padding: 10px;
font-size: 18px;
}
.profile-img {
text-align: center;
}
.profiles-tree ul {
list-style: none;
padding: 0;
}
.profiles-tree ul li {
display: inline-block;
padding-right: 20px;
}
.profiles-tree {
padding: 5px 0;
}
/*TOP COLLABORATORS css start*/
.tm-top-box-profile {
text-align: center;
}
.tm-top-box {
overflow: hidden;
background: #fff;
}
.tm-top-box {
overflow: hidden;
background: #fff;
padding: 10px 0;
margin: 5px 0;
}
.tm-top-box-des h4 {
font-size: 13px;
color: #000;
font-weight: 600;
}
.tm-top-box-des p {
color: #000;
font-size: 11px;
font-weight: 500;
}
.tm-top-box-video ul {
padding: 10px 10px;
list-style: none;
}
.tm-top-box-video .tm-top-box-img img {
width: 100%;
}
.tm-top-box-video {
background: #fff;
padding: 10px 0;
overflow-y: auto;
margin: 5px 0;
}
.tm-top-box-video ul li {
width: 24%;
display: inline-block;
white-space: normal;
vertical-align: top;
margin-right: 10px;
}
.all-videos {
overflow: hidden;
overflow-x: scroll;
white-space: nowrap;
margin: 0 10px;
}
div#all-videos .tm-top-box-des h4 {
font-size: 11px;
line-height: 18px;
font-weight: 500;
}
.tm-top-box-pub .table>thead>tr>th{ border: 0px; }
.tm-top-box-pub .table>tbody>tr>td {
border-top: 0;
}
.tm-top-box-pub .table>tbody>tr {
border-bottom: 1px solid #000;
}
.tm-top-box-pub .table>tbody>tr:last-child {
border: 0;
}
.tm-top-box-pub {
margin: 0 10px;
border-bottom: 2px solid black;
}
.tm-top-box-pub th {
background: #feff30;
color: #030202;
}
tr.odd {
background: #ffffdc;
}
.seeAll{ padding: 10px 20px;
background: #ffffff;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-weight: 700;}
div#pub-search .stylish-input-group {
width: 100%;
float: right;
}
div#pub-search .stylish-input-group input {
border-radius: 50px;
border-color: #000;
}
div#pub-search .stylish-input-group .input-group-addon {
border: 0;
background: transparent !important;
padding: 2px 5px;
margin-top: 6px;
position: absolute;
margin-bottom: 0;
color: #000000;
z-index: 999;
right: 37px;
}
.tm-pub-footer {
overflow: hidden;
vertical-align: top;
padding: 20px 0;
border-top: 2px solid #feff2f;
margin: 0px 10px;
}
h4.modal-title span {
font-weight: 700;
}
.bs-example{
margin: 100px 50px;
}
.table .popover {
background: rgba(0, 0, 0, 0.85);
border: none;
border-radius: unset;
width: auto;
color: #fff;
max-width: 700px;
}
h3.popover-title {
background: none;
border: 0 !important;
padding-top: 20px;
color: #feff2f;
}
.tm-top-box-pub .table>tbody>tr>td a {
color: #000;
cursor: pointer;
}
.popover.bottom>.arrow:after{border-bottom-color: #000000 !important;}
.geoffrey img {
width: 100%;
}
.buttons.parents_bt.margin_btn {
margin-top: -6px !important;
margin-bottom: 21px !important;
}
a.btn.explore_bt.margin_btn_1 {
margin-top: -69px;
}
a.btn.explore_bt.ADD_video_btn {
margin-bottom: 29px !important;
}
.author-search {
color: #333;
font-size: 14px;
}
.explore_bt1{
padding: 10px 47px;
background-color: #9c9c9a;
color: #000;
border-radius: 4px;
font-family: "CPMono_v07 Plain";
margin-bottom: 10px;
}
/*-------------- End Profile Details ------------------- */
/*================================13/06/2019======================*/
select#sel1 {
width: 200px;
border: 1px solid #000;
font-size: 12px;
}
label.selectArea {
float: left;
padding-top: 7px;
padding-left: 0px;
margin-right: 10px;
}
div#pub-searchNew .stylish-input-group input {
border-radius: 50px;
border-color: #000;
height: 33px;
}
div#pub-searchNew .stylish-input-group {
width: 100%;
}
div#pub-searchNew .stylish-input-group .input-group-addon {
border: 0;
background: transparent !important;
padding: 2px 5px;
margin-top: 6px;
position: absolute;
margin-bottom: 0;
color: #000000;
z-index: 999;
right: 37px;
}
.tm-serchArea {
overflow: hidden;
margin-top: 17px;
}
section.mapSec-bootom {
background: #f5f6f7;
overflow: hidden;
padding-bottom: 150px;
}
.map-card {
background: #fff;
display: inline-block;
width: 100%;
padding-bottom: 14px;
}
div#suggesstion-network ul#country-list {
position: initial !important;
}
div#mySeach input {
border-radius: 50px;
border-color: #000;
}
div#mySeach .input-group .form-control:focus {
z-index: auto;
}
.googleMap {
clear: both;
overflow: hidden;
}
.serchMap {
margin-top: 10px;
}
#custom-search-input {
margin:0;
padding: 0;
}
#custom-search-input .search-query {
padding-right: 3px;
padding-right: 4px \9;
padding-left: 3px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-radius: 50px;
border-color: #000;
}
#custom-search-input button {
border: 0;
background: none;
/** belows styles are working good */
padding: 2px 5px;
margin-top: 2px;
position: relative;
left: -28px;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#000000;
}
.search-query:focus + button {
z-index: 3;
}
.loader img {
width: 10%;
text-align: center;
margin: 0 auto;
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.loader {
position: absolute;
z-index: 999;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
height: 87%;
background: rgb(31, 31, 31, 0.5);
}
html,body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 100%;
}
/*================================ACADEMIC & PROFESSIONAL LINEAGE ======================*/
/*Header Css start*/
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
nav.navbar.navbar-inverse {
border-radius: 0px;
background: #000;
margin-bottom: 0px !important;
padding: 10px 0;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
padding: 10px 0;
}
#imaginary_container {
padding-top: 10px;
}
/*.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}*/
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-size: 19px;
}
li.education_list:before {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
li.education_list:after {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/*home banner css start*/
#tm-homesec{
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
section.profile-search {
margin: 30px;
background: #9d9d9d;
margin-top: 0;
}
.joinUsBt {
width: 50%;
float: left;
}
.myProfile-bt {
width: 50%;
float: left;
}
.tm-box-group {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box img {
width: 100%;
}
.tm-box {
font-size: 50px;
padding: 40px;
background-size: cover;
background-position: center center;
color: #fff;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 95%;
text-align: justify;
}
a.join_us-bt {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
}
.my_profile-bt{
font-size: 16px;
color: black;
padding: 10px 25px 10px 25px;
background: #ffcc01;
text-align: center;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
}
.button-group {
overflow: hidden;
margin-top: 23px;
}
.submit-box-form {
padding: 50px 0px;
}
form#register-newsletter h3 {
font-size: 17px;
color: #000;
font-weight: 700;
margin: 0;
padding-left: 20px;
}
form#register-newsletter .sub-name {
width: 65%;
height: 38px;
border: 1px solid #e2e7ea;
margin-top: 10px;
vertical-align: middle;
padding-left: 10px;
}
form#register-newsletter .btn-custom-3 {
width: 30%;
height: 38px;
border: 1px solid #ffcc01;
background: #ffcc01;
border-radius: 0;
vertical-align: middle;
margin-top: 10px;
color: #000;
font-weight: 700;
}
/*Auto complite Search css here*/
div#suggesstion-box {
background: #fff;
}
ul#country-list {
list-style: none;
padding: 0;
}
ul#country-list li {
padding: 10px 13px;
border-bottom: 1px solid #ccc;
text-align: left;
}
div#suggest-alert {
margin-top: 0px;
width: 65%;
}
/*div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
}*/
/*My Profile css here*/
.tm-box-group-profile p {
font-size: 17px;
}
#tm-profile {
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
.tm-box-group-profile {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box-group-profile h2 {
color: #ffcc01;
font-size: 22px;
}
.profile_form {
margin-top: 20px;
margin-left: 20px;
}
.profile_form .fnameForm {
margin-bottom: 20px;
}
.searchBt a{
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;}
.searchBt {
margin-top: 30px;
}
section.footer-sec {
background: #000;
}
ul.footerUl li {
display: inline-block;
padding-right: 30px;
}
ul.footerUl {
padding: 20px 0;
margin: 0;
}
ul.footerUl li a {
color: #fff;
}
.footerLink {
padding: 20px 0;
color: #fff;
font-size: 15px;
}
/*Popup css here*/
.tm-modal-title {
font-size: 20px;
color: #ffcc01;
padding-bottom: 20px;
}
.tm-profile-model .modal-content {
background: transparent !important;
border: none !important;
box-shadow: 0 0 0 rgba(0,0,0,.5);
padding-top: 20%;
}
.tm-profile-model .modal-body {
background: #fff;
}
.popupbox {
display: inline-block;
width: 100%;
}
.profileBox {
display: inline-block;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.profileImg {
width: 33%;
float: left;
}
.profile-des {
width: 64%;
float: left;
padding-left: 20px;
color: #000;
margin-top: 10px;
}
.profile-des h4 {
font-size: 16px;
font-weight: 700;
}
.profile-des p {
font-size: 14px;
}
.profileDespu a {
font-size: 11px;
}
.claimed {
overflow: hidden;
margin-top: 18px;
}
.profileDespu {
overflow: hidden;
margin-top: 3px;
}
.tm-primery-bt {
background: #ffcc01;
border-color: #ffcc01;
color: #000;
font-weight: 700;
font-size: 17px;
}
.tm-primery-bt:focus {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.tm-primery-bt:hover {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.profile-drop li a:hover {
background: #ffcc01;
color: #000;
}
.footer-left {
font-size: 14px;
color: #000;
}
.model-footer {
overflow: hidden;
}
.footer-left a {
text-decoration: underline;
}
.footer-right span {
font-size: 16px;
color: #000;
width: 50%;
}
.footerText {
font-size: 16px;
width: 50%;
float: left;
color: #000;
}
button.btn.btn-primery {
vertical-align: top;
background: #1f36ba;
}
button.btn.btn-primery:hover {
color: #ffffff;
}
button.close {
color: #fff;
opacity: 1;
}
#profileme{
width: 110px;
background-color: #ffcc01;
color: #000000;
font-size: 18px;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
/*profile detail page css start*/
.profile-dp {
width: 25%;
display: block;
float: left;
}
.prifile-des-detail p {
margin: 0;
padding: 4px 0;
font-size: 16px;
padding-left: 81px;
text-indent: -81px;
}
a.readmorebt {
color: #2774cb;
font-weight: 700;
}
.profile-des-detail {
padding: 40px 50px;
font-size: 16px;
line-height: 30px;
text-align: justify;
}
.exploreBt {
margin-top: 50px;
}
.exploreBt a {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;
}
.twPc-div {
background: #000 none repeat scroll 0 0;
width: 100%;
}
.twPc-bg {
/* background-image: url(../images/profile-bg.png); */
background-size: 100% auto;
border-bottom: 1px solid #e1e8ed;
border-radius: 4px 4px 0 0;
height: 255px;
width: 100%;
}
.twPc-block {
display: block !important;
}
.twPc-button {
margin: -35px -10px 0;
text-align: right;
width: 100%;
}
.twPc-avatarLink {
border-radius: 6px;
display: inline-block !important;
max-width: 100%;
padding: 1px;
vertical-align: bottom;
}
.twPc-avatarImg {
border: 2px solid #fff;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
height: 130px;
width: 130px;
}
.twPc-divUser {
margin: 5px 0 0;
padding: 18px 0;
color: #fff;
float: left;
width: 60%;
}
.twPc-divName {
font-size: 18px;
font-weight: 700;
line-height: 21px;
}
.twPc-divName a {
color: inherit !important;
}
.twPc-divStats {
margin-left: 11px;
padding: 10px 0;
}
.twPc-Arrange {
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto;
}
ul.twPc-Arrange {
list-style: outside none none;
margin: 0;
padding: 0;
}
.twPc-ArrangeSizeFit {
display: table-cell;
padding: 0;
vertical-align: top;
}
.twPc-ArrangeSizeFit a:hover {
text-decoration: none;
}
.twPc-StatValue {
display: block;
font-size: 18px;
font-weight: 500;
transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
color: #8899a6;
font-size: 10px;
letter-spacing: 0.02em;
overflow: hidden;
text-transform: uppercase;
transition: color 0.15s ease-in-out 0s;
}
.educational-tm {
text-align: center;
background: #000;
padding: 15px 0;
font-size: 20px;
text-transform: uppercase;
color: #ffcc01;
font-weight: 600;
}
.influenced {
background: #f0f130;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
color: #000;
font-size: 13px;
}
.educational-li-tm {
padding: 40px 0;
}
ul.influenced-tree {
padding: 30px 0;
list-style: none;
}
ul.influenced-tree li {
overflow: hidden;
margin-bottom: 10px;
}
/*ul.influenced-tree li {
padding: 10px 0;
background: #ededed;
text-align: center;
margin-bottom: 20px;
}*/
ul.influenced-tree li a {
font-size: 20px;
}
.glyphicon-lock:before {
font-size: 16px;
color: #040303;
}
.fa-unlock:before {
font-size: 18px;
content: "\f09c";
}
ul.influenced-tree li a {
font-size: 20px;
}
a.arrow-tm-lock {
width: 13%;
float: left;
padding: 4.5px 2px !important;
background: #ededed;
border: 1px solid #ededed;
}
a.user_tm_name {
background: #ffffff;
padding: 10px;
border: 1px solid #000;
width: 160px;
font-size: 12px;
float: left;
}
a.arrow-tm-user {
background: #f6cc01;
padding: 5px 4px !important
}
ul.influenced-tree li a {
text-align: center;
padding: 6.3px 7px;
border: 1px solid #000;
font-size: 11px;
float: left;
color: #000;
}
.glyphicon-user:before {
content: "\e008";
font-size: 15px;
}
ul.influenced-tree li{padding: 10px, 0;}
.profile-img-tm {
text-align: center;
padding: 50px 0 0 0;
margin-top: 30px;
float: left;
width: 100%;
}
.profile-img-tm:before {
content: '';
/*background: url(../images/left-arrow.png);*/
position: absolute;
width: 50%;
height: 100%;
background-repeat: no-repeat;
left: -29px;
top: 22%;
}
.profile-img-tm:after {
content: '';
/* background: url(../images/right-arrow.png);*/
position: absolute;
width: 50%;
height: 100%;
background-repeat: no-repeat;
right: -69px;
top: 22%;
z-index: 999;
}
.profile-tm {
padding: 0;
}
/*slider css start*/
.carousel-line > .controls {
width: 100%;
}
.info .name {
font-size: 20px;
color: #000;
margin-bottom: 10px;
font-weight: 600;
}
.info p {
font-size: 18px;
color: #000;
margin-bottom: 23px;
}
.info {
padding: 30px;
}
a.right {
right: 0;
position: absolute;
top: 30%;
}
a.left {
left: 0;
position: absolute;
top: 30%;
}
div#carousel-example {
padding: 60px;
}
a.educational-tm-bt {
padding: 10px 20px;
text-align: center;
background: #ffcc01;
color: #000;
border-radius: 5px;
border: 1px solid #000;
}
a.educational-tm-bt span {
border-right: 1px solid #000;
padding-right: 7px;
}
div#educational-video {
padding: 30px;
}
div#educational-video img {
width: 100%;
}
.publicationsearch button {
border: 0;
background: transparent;
}
.publicationsearch .form-control {
height: 42px;
}
label.publications-tm-title {
padding-top: 20px;
font-size: 17px;
}
.publicationsearch span {
background: #ffcc01;
}
.padl {
padding-left: 0;
}
.padr {
padding-right: 0;
}
label.publications-tm-sort {
float: left;
padding-top: 20px;
padding-right: 8px;
font-size: 15px;
}
.publications-img-tm {
width: 35%;
float: left;
}
.publications-img-tm img {
width: 100%;
}
.book-des {
width: 60%;
float: left;
padding-left: 20px;
}
.book-author {
font-size: 11px;
}
.book-title {
font-size: 16px;
color: #000;
font-weight: 700;
margin-top: 5px;
}
.book-date {
font-size: 12px;
margin-top: 5px;
}
.price {
width: 50%;
float: left;
font-size: 24px;
}
.price sup {
font-size: 12px;
padding-left: 3px;
}
.bok-byNow {
margin-top: 17px;
overflow: hidden;
}
.by-now-tm {
width: 50%;
float: left;
background: #4e4e4e;
padding: 8px;
text-align: center;
border-radius: 5px;
}
.by-now-tm a {
color: #fff;
font-size: 16px;
}
.publications-books {
margin-top: 40px;
}
a.citations-tm {
padding-top: 6px;
clear: both;
font-size: 12px;
text-decoration: underline;
}
.mabo50{margin-bottom: 50px;}
.view-more-tm {
font-size: 15px;
padding: 11px 0;
background: #ccc;
width: 60%;
float: left;
}
.view-more-bt {
padding: 12px 40px;
background: #ccc;
color: #000;
}
.viewMore-icon {
width: 40%;
float: left;
padding: 12px 0;}
a.arrow-tm-top {
background: #eee;
padding: 13px 16px;
border: 1px solid #a4a4a4;
color: #000;
}
a.arrow-tm-bottom {
background: #ffcc01;
padding: 5px;
}
.view-more-tm-new {
overflow: hidden;
background: #ccc;
text-align: right;
border: 1px solid #a4a4a4;
}
.circle img {
border-radius: 100px;
width: 110px;
height: 110px;
}
.custem-success {
color: #ffffff;
background-color: #00a65a;
border-color: #d6e9c6;
margin: 0;
font-size: 14px;
width: 100%;
margin: 0 auto;
}
.custem-error {
color: #721c24;
background-color: #f8d7da;
border-color: #ebccd1;
margin: 0;
font-size: 14px;
width: 57%;
margin: 0 auto;
}
.hidden-after:after{
display: none;
}
a.icon-color{
background: #000;
}
.icon-color span:before{
color:#fff;
}
/* Create New Page */
body{
margin:0;
padding:0;
}
.maindiv{
max-width:600px;
margin:auto;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
padding-bottom: 20px;
margin-bottom: 30px;
overflow: hidden;
margin-top: 50px;
margin-bottom: 115px;
clear: both;
}
.maindiv h1{
text-align:center;
margin:0px;
padding:10px;
}
.maindiv hr{
background-color: #dfdfdf !important;
height: 2px;
border: none;
width: 378px;
}
.form-text{
width: 70%;
margin-bottom: 20px !important;
margin: auto;
text-align: center;
}
.redio-text {
width: 55%;
line-height: 20px;
float: left;
color: #333;
}
ul.radiobox-first {
width: 30% !important;
float: left;
margin-top: 10px !important;
}
.form-text-chek-box{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 20px;
display: inline-block;
}
.form-text-chek-box p{
width: 100%;
margin: 0px;
margin-bottom: 10px;
color: #333;
}
.chek-box-buttan{
width:30%;
float:right;
}
.text-input-box{
width: 100%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.text-input-box-add{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 10px;
}
.text-input-box-cpny{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 20px;
}
.input-box{
padding: 8px;
border-radius: 5px;
width: 78%;
border: 2px solid yellow;
outline: none;
font-size: 17px;
}
.input-box-title{
padding: 8px;
border-radius: 5px;
width: 98%;
border: 1px solid #dbd7d7;
outline: none;
font-size: 17px;
/* margin-right: 35px;*/
}
.create-page{
border-radius: 5px;
width: 70%;
background-color: yellow;
border: 1px solid #928e8e;
padding: 10px;
margin: 0 auto;
text-align: center;
margin-top: 20px;
margin-bottom: 15px;
}
.maindiv h3 {
padding: 28px 0 0 0;
font-size: 20px;
}
.create-page p{
text-align: center;
font-size: 34px;
padding: 0px;
margin: 0px;
}
.clear{
clear:both;
}
.text-input-box img{
margin-left: 5px;
position: relative;
top: 8px;
right: 25px;
}
.add_field_top{
position: relative;
top: 10px;
}
.add_field_button{
position: relative;
top: 10px;
}
.redio-box {
width: 100%;
color: #5f5f5f;
margin: auto;
display: inline-block;
margin-bottom: 8px;
}
.redio-box ul{
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: inline-block;
}
.redio-box ul li{
color: #656565;
display: block;
position: relative;
float: left;
margin-right: 15px;
}
.redio-box ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.redio-box ul li label{
display: block;
position: relative;
font-weight: 300;
font-size: 17px;
padding: 0px 0px 0px 31px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
color: #333;
}
.redio-box ul li .check{
display: block;
position: absolute;
border: 2px solid #070707;
border-radius: 100%;
height: 20px;
width: 20px;
top: 1px;
left: 0px;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}
.redio-box ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 11px;
width: 11px;
top: 4px;
left: 4px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
border: 2px solid #000000;
}
input[type=radio]:checked ~ .check::before{
background: #000000;
}
.submit{
border: none;
background: none;
font-size: 20px;
}
.redio-text{
}
/*rajeev css start*/
.arrow-tm-lock.unlock .glyphicon-lock:before {
color: #fff;
}
.arrow-tm-lock.unlock {
background: #000;
}
div#suggest-alert3 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
/* background-color: transparent; */
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
left: 5px;
}
a.user_tm_nameBt {
width: 80%;
font-size: 14px;
display: block;
border: 1px solid;
padding: 6px;
margin-top: 20px !important;
margin: 0 auto;
}
.moSearch{display: none;}
.dekstopSearch{display: block;}
@media only screen and (min-width: 768px) {
.footer-brand {
margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #000;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
margin-bottom: 0;
}
.navbar-toggle {
background: #000 !important;
}
.logo {
width: 78%;
padding: 10px !important;
margin: 3px auto 0;
}
#imaginary_container {
padding-top: 0;
padding-bottom: 10px;
}
.dekstopSearch{display: none;}
.moSearch{
display: block;
}
ul.footerUl li {
display: inline-block;
padding-right: 15px;
}
.navbar-toggle {
position: relative;
float: right;
padding: 16px 15px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
/* background-color: transparent; */
background-color: white;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
top: -8px;
left: 4px;
}
a.left {
display: none;
}
a.right{
display: none;
}
div#carousel-example {
padding: 0px !important;
}
.photo.circle {
text-align: center;
}
.info {
padding: 20px;
text-align: center;
}
.profile-img-tm {
padding: 10% !important;
}
.twPc-avatarLink {
float: none !important;
display: block !important;
}
.padr {
padding-right: 15px;
}
#tm-homesec{
background-position: inherit !important;
padding: 25px;
margin: 0px;
}
.tm-box{padding: 0px !important}
.tm-box-group{ margin: 0px; background: #000;}
.joinUsBt{width: 100%}
.myProfile-bt{width: 100%}
section.profile-search{margin: 0px;}
.submit-box-form {
padding: 20px 0px;
}
.button-group{text-align: center;}
.tm-box1 {
padding: 0px !important;
font-size: 50px;
background-size: cover;
background-position: center center;
color: #fff;
background: black;
margin: -12px;
}
#tm-profile {
background-position: inherit !important;
padding: 25px;
margin: 0px;
background-size: inherit !important;
}
.tm-box-group-profile {
margin: 0px;
background: #000;
}
.pull-right{
margin-right: 59px;
position: relative;
top: -26px;
}
.twPc-divUser{
margin: 5px 64px 0;
}
/*.test {
margin-left: 10% !important;
}*/
ul.influenced-tree li {
/*padding: 0px 40px;*/
margin-left: 35px !important;
}
.influenced {
width: 61%;
margin-left: 32px;
}
label.publications-tm-title{
margin-left: 21% !important;
}
.input-group{
margin-left: 5%;
margin-right: 5%;
}
label.publications-tm-sort{
width: 100%;
text-align: center;
}
ul.footerUl{
font-size: 11px;
}
ul#country-list{
margin-top: -8% !important;
width: 318px !important;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 100%;
text-align: justify;
margin-top: 10px;
}
.searchBt1.search_btn {
margin-left: 24% !important;
}
ul#country-list {
top: 15px !important;
width: 100% !important;
}
.twPc-divUser {
width: 81% !important;
}
.custem-success {
width: 100%;
}
.col-md-5.col-md-offset-3.indent_l {
margin-left: 0% !important;
}
.custem-error {
width: 90% !important;
}
ul#country-list.country_width {
margin-left: 17px;
width: 321px !important;
}
/*ul#country-list {
width: 324px !important;
}*/
}
/*<!-------------medea quiry end---------------- >*/
.label_text {
display: block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
div#tm-user {
background: rgba(0, 0, 0, 0.8);
}
.tm-box1 {
font-size: 50px;
background-size: cover;
background-position: center center;
color: #fff;
}
.redioButton {
overflow: hidden;
width: 30%;
float: left;
}
.leftTest {
width: 50%;
float: left;
color: #333;
}
ul.nav.navbar-nav li a {
color: #fff !important;
font-size: 15px;
}
.brd_text{
border-left: 1px solid black;
text-align: center;
height: 44px;
width: 60%;
float: left;
border-bottom: 1px solid black;
border-top: 1px solid black;
}
.brd_text h4{
font-size: 14px;
}
.brd_text p{
font-size: 10px;
}
.brd_img{
width: 40%;
height: 50px;
float: left;
}
.brd_img img{
width: 40%;
height: 50px;
background-repeat: no-repeat;
background-size: cover;
margin-top: -5px;
border-radius: 50%;
}
/*=================================================*/
/*css by sachin*/
.form-class {
padding-left: 23px;
}
ul.radio-two.bbb_1 {
float: right;
position: relative;
left: 314px;
top: -28px;
}
.col-md-5.col-md-offset-3.indent_l {
text-align: center;
/* padding-left: 33px; */
margin-left: 29%;
}
span.p_password {
float: left !important;
padding-left: 15px !important;
}
.pad-l-0{
padding-left: 0px !important;
}
.pad-r-0{
padding-right: 0px !important;
}
/*Tringle Css*/
.tringle_right:before {
content: '';
border-top: 95px solid transparent;
border-bottom: 95px solid transparent;
border-right: 95px solid #f0f130;
position: absolute;
top: 68px;
left: -35px;
}
.tringle_left:after {
content: '';
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 67px solid #f0f130;
position: absolute;
top: 66px;
left: 0;
}
.topCollaborators:before {
content: '';
width: 20px;
height: 100%;
background: #f0f130;
position: absolute;
left: 0;
top: 0;
}
.topCollaborators:after {
content: '';
width: 20px;
height: 100%;
background: #f0f130;
position: absolute;
right: 0;
top: 0;
}
.myCanvas{
top: 68px;
max-height: 189px;
right: 6px;
width: 20%;
float: left;
position: absolute;
}
.myCanvasone {
top: 35px;
max-height: 189px;
right: -10px;
width: 20%;
float: left;
position: absolute;
}
.topCollaborators {
background: #fff;
margin-top: 7px;
position: relative;
padding: 0 12px;
}
.leftContril {
position: absolute;
left: 0;
top: 50%;
z-index: 10;
}
.iconControl {
clear: both;
}
.rightcontrol {
position: absolute;
right: 0;
top: 50%;
z-index: 10;
}
@media only screen and (max-width: 768px) {
ul.radio-two.bbb_1 {
float: right;
position: relative;
left: 0px;
top: 0px;
}
}
@media only screen and (max-width: 991px) {
.text-center-sm {
text-align: center;
}
footer#footer .nav-pills > li {
float: none;
display: inline-block;
}
footer#footer .footer-brand {
text-align: center;
padding-top: 5px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.alistgear_section_card p {
padding: 0 10px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.alistgear_section_card p {
padding: 0 65px !important;
}
}
/*popup Video css start*/
.addSec h4.modal-title {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
}
.addSec h4.modal-title small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.modal-header.addSec p {
font-size: 10px;
}
.body-popup{
overflow: hidden;
}
.btn.btn_get-add {
width: 90%;
background: #ffff01;
padding: 15px 0;
font-size: 23px;
text-transform: uppercase;
border-radius: 5px;
border: 1px solid #ccc;
}
.addSubmitBt {
margin-top: 50px;
margin-bottom: 40px;
}
.plus_icon {
margin-top: 30px;
text-align: center;
cursor: pointer;
}
.modal-header.addSec {
border: 0px !important;
}
/*popup Video css end*/
/*popup edit profile css start*/
div#editModal {
text-align: center !important;
}
.person_photo img {
width: 150px;
height: 150px;
max-width: 150px;
max-height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid #fff;
}
.update_photo_btn {
margin-top: 15px;
}
.update_photo_btn .btn_bg {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.bnr_image_edit img {
width: 100%;
height: auto;
/*padding: 20px 30px 20px 30px;*/
}
.update_bg_btn {
margin-top: 25px;
}
.update_bg_btn .update_bg {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.aflliated_text p {
font-weight: 600;
padding-top: 23px;
font-size: 14px;
letter-spacing: 1px;
}
.form-group.top_1 {
margin-top: 15px;
}
.level_left{
float: left;
font-size: 11px;
}
select#sel1 {
width: 100%;
/* border: 1px solid #000;*/
border: 1px solid #ccc;
font-size: 12px;
height: 30px !important;
}
.col-md-12.serchMap.pad0 .col-md-4
{float:right;}
.save_btn {
margin-top: 15px;
}
.save_btn .save_bg {
padding: 10px 82px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
font-weight: 700;
font-size: 20px;
}
.modal-content {
overflow: hidden;
}
.padd-l {
padding-left: 0px;
}
.padd-r {
padding-right: 0px;
}
.bnr_image_edit {
margin-top: 14px;
}
.aflliated_text.marine_top_2 {
clear: both;
}
.btn-bs-file{
position:relative;
}
.btn-bs-file input[type="file"]{
position: absolute;
top: -9999999;
filter: alpha(opacity=0);
opacity: 0;
width:0;
height:0;
outline: none;
cursor: inherit;
}
.btn-group-lg>.btn, .btn-lg {
padding: 6px 18px;
font-size: 14px;
line-height: 1.3333333;
border-radius: 6px;
}
.update_photo_btn .btn-primary {
color: #000;
background-color: #ffff01;
/*border-color: #d8dbde;*/
border-color: #000000;
font-family: "CPMono_v07 Plain";
}
/*============================medea Query==========================*/
@media only screen and (max-width : 768px) {
.padd-l {
padding-left: 0px;
padding-right: 0px;
}
.padd-r {
padding-right: 0px;
padding-left: 0px;
}
}
/*============================publication css ==========================*/
.addPublications_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.Publications_text h4.header_title_Publications {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 28px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.Publications_text h4.header_title_Publications small {
font-size: 28px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.Publications_header.Publications_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_Publications {
margin-top: 35px;
}
.add_circle_Publications {
width: 30px;
height: 30px;
background-color: yellow;
border-radius: 100%;
font-size: 30px;
line-height: 23px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_Publications {
float: right;
width: 8%;
height: 30px;
background-color: yellow;
border-radius: 100%;
font-size: 30px;
line-height: 24px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_Publications {
margin-top: 40px;
}
.save_btn_Publications .save_bg_Publications {
padding: 6px 81px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
font-weight: 700;
font-size: 29px;
}
.display_input_Publications {
width: 93% !important;
}
label.label_left {
float: left;
}
.top{
margin-top: 20px !important;
}
.padd-l {
padding-left: 0px;
}
.padd-r {
padding-right: 27px;
}
/* Add parent */
.addparrent_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.add_text h4.header_title {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.add_text h4.header_title small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.parrent_header.add_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin {
margin-top: 15px;
}
.add_circle {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_parent {
margin-top: 40px;
}
.save_btn_parent .save_bg_parent {
padding: 6px 68px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
/* font-weight: 700; */
font-size: 25px;
}
.display_input {
width: 93% !important;
}
/*Add Children */
addchild_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.child_text h4.header_title_child {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.child_text h4.header_title_child small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.child_header.child_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_child {
margin-top: 35px;
}
.add_circle_child {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_child {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_child {
margin-top: 40px;
}
.save_btn_child .save_bg_child {
padding: 6px 68px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
/* font-weight: 700; */
font-size: 25px;
}
.display_input_child {
width: 93% !important;
}
/* Add Collaborators */
.addCollaborators_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.Collaborators_text h4.header_title_Collaborators {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 28px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.Collaborators_text h4.header_title_Collaborators small {
font-size: 28px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.Collaborators_header.Collaborators_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_Collaborators {
margin-top: 35px;
}
.add_circle_Collaborators {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_Collaborators {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_Collaborators {
margin-top: 40px;
}
.save_btn_Collaborators .save_bg_Collaborators {
padding: 6px 81px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
font-weight: 700;
font-size: 29px;
}
.display_input_Collaborators {
width: 93% !important;
}
label.label_left {
float: left;
margin-top: 6px;
font-size: 11px;
clear: both;
}
.top{
margin-top: 20px !important;
}
/*====================sachin====================*/
div#suggest-alert2 .country_width {
width: 259px !important;
}
@media only screen and (max-width: 768px) {
div#suggest-alert2 .country_width {
width: 273px ;
margin-left: 1px !important;
}
.select_city{
width: 93% !important;
}
}
.select_city {
width: 81%;
height: 36px;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 19px;
}
.select_country{
height: 36px;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 26px;
}
.add_parent input {
margin-top: 15px;
}
.pad_r {
padding-right: 4px;
}
.pad_margin_1{
padding-right: 0px;
padding-left: 10px;
margin-left: 0px;
}
.pad_margin_2{
padding-left: 1px;
padding-right: 24px;
margin-right: 0px;
}
.googleMap div#mySeach input {
border-radius: 50px;
border-color: #000;
margin-top: 0;
height: 30px;
}
div#pub-search .glyphicon-search {
position: relative;
top: -3px;
left: 16px;
}
.top_1 div#suggest-alert2 .country_width {
width: 369px !important;
}
.googleMap select#sel1 {
width: 100%;
border: 1px solid #000;
/* border: 1px solid #ccc;*/
font-size: 12px;
height: 30px !important;
margin-left: -34px;
}
/*===================================================css sachin================================*/
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.name_box1{
width: 100%;
border: 1px solid #000;
height: 40px;
/* position: relative;
top: 62%;*/
}
.name_box2{
width: 100%;
border: 1px solid #000;
height: 40px;
/* position: relative;
top: 62%;*/
}
.name_box3{
width: 100%;
border: 1px solid #000;
height: 40px;
/*position: relative;
top: 58%;*/
}
.lagre_div {
position: relative;
top: 236px;
}
.title_child {
text-align: center;
background: yellow;
padding: 7px;
margin-top: 15px;
word-spacing: -2px;
}
.part1{
width: 15%;
float: left;
background: #000;
padding: 5px;
text-align: center;
}
.part2{
width: 65%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 700;
}
.part3 {
width: 19%;
float: left;
background: yellow;
padding: 16px;
border-left: 1px solid #000;
}
/*.main_box1 {
height: 205px;
padding-top: 76px;
}*/
/*.main_box2 {
height: 88px;
}
.main_box22 {
height: 100px;
padding-top: 38px;
}*/
i.fa.fa-lock {
color: #fff;
font-size: 22px;
}
.img_new {
float: right;
position: relative;
top: 148px;
left: 36px;
}
.mediam_img {
width: 0%;
float: right;
position: relative;
bottom: 76px;
}
i.fa.fa-unlock {
color: #ccc;
font-size: 22px;
}
i.fa.fa-unlock-alt {
font-size: 22px;
color: #ccc;
}
.lagre_div3 {
margin-top: -15px;
}
/*===================================================*/
.npart1{
width: 15%;
float: left;
background: #e8e4e4;
padding: 7px;
text-align: center;
border-right: 1px solid #000;
}
.npart2{
width: 70%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 700;
}
.npart3{
width: 15%;
float: left;
background: yellow;
padding: 33px 0px 0px 0px;;
border-left: 1px solid #000;
text-align: center;
}
.nmain_box1 {
height: 74px;
}
.nname_box{
width: 100%;
border: 1px solid #000;
height: 35px;
position: relative;
top: 40%;
}
i.fa.fa-lock {
color: #fff;
}
.nround_img img {
height: 115px;
width: 115px;
margin-left: 18px;
border-radius: 56px;
}
.nname_plate {
border: 1px solid blue;
height: 40px;
width: 161px;
padding: 7px;
margin-top: 6px;
}
.next {
clear: both;
min-height: 620px;
border-left: 20px solid yellow;
border-right: 20px solid yellow;
margin-top: 6px;
}
.scroll_down .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
bottom: 20px;
}
.scroll_down_parent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
bottom: 20px;
}
.scroll_up_parent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.scroll-up {
max-height: 19px;
}
.scroll_down_left_grand1 .pagination {
position: relative;
right: 32%;
background: yellow;
padding: 0px 4px;
}
.scroll_up_left_grand1 .pagination {
position: relative;
background: yellow;
padding: 0px 4px;
left: 47%;
}
.scroll_down_left .pagination {
position: relative;
top: 50px;
right: 29%;
background: yellow;
padding: 1px 6px 3px;
}
.scroll_up_left_grand0 .pagination {
background: yellow;
padding: 0px 4px 0px 4px;
position: relative;
left: 46%;
}
.scroll_down_left_grand0 .pagination {
position: relative;
right: 38%;
background: yellow;
padding: 0px 4px;
}
.scroll_up_left .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.mid_section {
left: 42px;
position: relative;
top: 82px;
}
span.angle_right {
position: absolute;
font-size: 25px;
top: 335px;
left: 98%;
}
span.angle_left {
position: relative;
top: 280px;
font-size: 25px;
right: 15px;
}
.name_box {
width: 100%;
border: 1px solid #000;
height: 35px;
}
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.name_box_new{
width: 100%;
border: 1px solid #000;
height: 35px;
/*position: relative;
top: 50%;*/
}
.lagre_div {
position: relative;
top: 170px;
}
.img_new {
position: relative;
float: right;
top: 142px;
right: 21px;
}
/*.medium_img {
float: right;
position: relative;
bottom: 87px;
left: 37px;
}
.medium_img1 {
float: right;
position: relative;
top: -1%;
left: 37px;
}*/
.img_new img {
position: relative;
float: right;
bottom: 59px;
right: -2px;
}
/*.medium_img1 {
position: relative;
bottom: 4px;
right: 29px;
}*/
/*.medium_img_a1 {
position: absolute;
right: 211px;
top: 74%;
}*/
.medium_img_1 {
position: absolute;
right: 216px;
top: 123px;
display: none;
}
/*.lagre_div2 {
height: 183px;
}*/
.lagre_div2 {
padding-top: 30px;
}
.main_box21 {
height: 190px;
margin-left: 8px;
}
.lagre_div3 {
margin-top: -15px;
height: 183px;
}
.medium_img_0 {
position: relative;
right: 96%;
}
.scroll_up_left {
max-height: 0px;
}
.scroll_up_left_grand0 {
max-height: 10px;
}
.scroll_up_left_grand1 {
max-height: 4px;
}
.scroll_down_left {
max-height: 20px;
position: relative;
bottom: 23px;
}
.scroll-up {
max-height: 19px;
}
.scroll_down_secondparent {
max-height: 20px;
position: relative;
bottom: 23px;
}
.scroll_up_secondparent {
max-height: 19px;
}
.scroll_down_secondparent .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
left: 46%;
/* bottom: 25px;*/
}
/*.scroll_down_secondparent .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
top: 18px;
right: 38%;
}*/
.scroll_up_secondparent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
/*.scroll_down_left_grand_parent1 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
left: 46%;
bottom: 25px;
}*/
.scroll_down_left_grand_parent1 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
right: 38%;
}
.scroll_up_left_grand_parent1 .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 41%;
top: 14px;
}
.scroll_down_left_grand_parent1 {
max-height: 20px;
position: relative;
}
.scroll_up_left_grand_parent1 {
max-height: 19px;
}
.scroll_down_left_grand_parent0 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
right: 38%;
}
.scroll_up_left_grand_parent0 .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
top:10px;
}
.scroll_up_left_grand_parent0 {
max-height: 19px;
}
.scroll_down_left_grand_parent0 {
max-height: 20px;
position: relative;
top: 18px;
}
.loader_lineage {
border: 2px solid #f3f3f3;
border-radius: 50%;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #fff;
border-left: 2px solid #000;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: relative;
left: 48%;
top: 203px;
}
.loader_greate_grand {
border: 2px solid #f3f3f3;
border-radius: 50%;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #fff;
border-left: 2px solid #000;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: relative;
left: 48%;
top: 203px;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
b.warning_text {
color: red;
position: relative;
top: 42%;
margin-left: 25px;
}
/*.main_box_ggchlideren {
height: 50px;
position: relative;
top: 6px;
}*/
.name_box_ggchlideren {
width: 100%;
border: 1px solid #000;
height: 35px;
/*position: relative;
top: 30%;*/
}
.img_small {
height: 0px;
position: relative;
right: 33px;
bottom: 5px;
}
.part11 {
width: 15%;
float: left;
background: #000;
padding: 5px;
text-align: center;
}
.part33 {
width: 20%;
float: left;
background: yellow;
padding: 16.5px;
border-left: 1px solid #000;
}
.part22 {
width: 65%;
float: left;
text-align: center;
line-height: 32px;
font-weight: 700;
}
.scroll_down_left_grand_8 .pagination {
background: yellow;
padding: 0px;
position: relative;
left: 40%;
bottom: 20px;
}
.scroll_down_left_grand_8 {
height: 0px;
}
.scroll_up_left_grand_8 .pagination {
background: yellow;
padding: 0px;
position: relative;
left: 46%;
bottom: 6px;
}
.scroll_up_left_grand_8 {
height: 0px;
position: relative;
bottom: 14px;
}
/*.part11 .fa.fa-lock {
font-size: 11px;
}*/
.scroll-up .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.lagre_div21{
padding-top: 45px;
color: red;
}
.img_small1{
display: none;
}
.img_small0 {
height: 0px;
position: relative;
right: 33px;
}
/* .lagre_div_ggchlideren {
margin-top: 22px;
height: 86px;
}*/
.scroll_down_left_grand0 {
position: relative;
top: 14px;
}
/*
div#grand_new_records {
position: relative;
bottom: 34px;
}
*/
.medium_img_0.right_r {
left: 19%;
}
/*.pagination {
margin: 13px 0 !important;
}*/
.scroll_up_parent {
height: 19px;
}
/*.grandchild_warning {
padding-top: 145px;
}*/
.main_box1 {
padding-top: 126px;
}
.main_box22 {
padding-top: 52px;
}
.main_box_ggchlideren {
padding-top: 20px;
}
.grandchild_warning {
padding-top: 110px;
}
div#lagre_div_ggchlideren2 {
padding-top: 40px;
}
div#lagre_div_ggchlideren3 {
padding-top: 29px;
}
div#lagre_div_ggchlideren0 {
padding-top: 27px;
}
/*.scroll_up_left_grand1 .pagination {
position: relative;
background: yellow;
padding: 0px 4px;
top: 183px;
left: 98px;
}*/
.img_small_left {
position: relative;
left: 95%;
}
.img_small2 {
position: relative;
height: 0;
right: 16%;
}
.img_small3{
display: none;
}
.main_box22_reverse {
height: 77px;
padding-top: 45px;
}
.main_box1_reverse {
padding-top: 130px;
height: 185px;
}
div#grand_parent_div1 {
margin-top: -18px;
}
.main_box_ggchlideren_revere {
padding-top: 4px;
height: 57px;
} | public/assets/css/style.css | @font-face {
font-family: BebasNeue;
src: url(http://alistgear.com/public/assets/fonts/BebasNeue-Regular.ttf);
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Light.eot');
src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Light.woff') format('woff'),
url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Medium.eot');
src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue Book';
src: url('../fonts/BebasNeue-Book.eot');
src: url('../fonts/BebasNeue-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue-Book.woff2') format('woff2'),
url('../fonts/BebasNeue-Book.woff') format('woff'),
url('../fonts/BebasNeue-Book.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url('../fonts/BebasNeue.eot');
src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue.woff2') format('woff2'),
url('../fonts/BebasNeue.woff') format('woff'),
url('../fonts/BebasNeue.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url('../fonts/BebasNeue-Bold.eot');
src: url('../fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/BebasNeue-Bold.woff2') format('woff2'),
url('../fonts/BebasNeue-Bold.woff') format('woff'),
url('../fonts/BebasNeue-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CPMono_v07';
src: url('../fonts/CPMono_v07Bold.eot');
src: url('../fonts/CPMono_v07Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/CPMono_v07Bold.woff2') format('woff2'),
url('../fonts/CPMono_v07Bold.woff') format('woff'),
url('../fonts/CPMono_v07Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CPMono_v07 Plain';
src: url('../fonts/CPMono_v07Plain.eot');
src: url('../fonts/CPMono_v07Plain.eot?#iefix') format('embedded-opentype'),
url('../fonts/CPMono_v07Plain.woff2') format('woff2'),
url('../fonts/CPMono_v07Plain.woff') format('woff'),
url('../fonts/CPMono_v07Plain.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url('../fonts/HelveticaNeue-Thin.eot');
src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/******************************/
/******************************/
input.form-control {
height: 35px;
/*margin-top: 12px;*/
}
.form-group {
margin-bottom: 0
}
.card-body_claim .form-group,
.slider_claim_profile-Body_three .col-md-6 input.form-control,
.slider_claim_profile-Body_three select.form-control {
margin-bottom: 15px;
}
.alistgear_wrapper {
background: #f5f5f5;
}
.alistgear_main_wrapper {
background: #f5f6f7;
background-color: #fff;
height: 100%;
min-height: 100%;
box-shadow: 0 0 120px rgba(100,100,100,0.35);
margin: 0;
overflow: hidden;
}
/*header css start*/
.header {
background: #000000;
border-bottom: 5px solid #ebeb00;
}
.logo {
text-align: center;
padding: 20px 20px;
}
.logo img {
width: 50%;
}
/*content section css start*/
.alistgear_section-card {
margin: 8px;
}
.alistgear_main {
margin: 60px 0;
}
.alistgear_section {
background-image: url(../images/home_bg.png);
background-position: center;
width: 100%;
height: auto;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
}
.alistgear_section_card {
text-align: center;
margin: 17px 12px 30px 9px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2),0 5px 6px 0 rgba(0,0,0,0.19) !important;
background-color: #fff;
}
.option_new {
text-align: left;
margin-bottom: 10px;
}
.alistgear_section_card h1 {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "Bebas Neue";
color: #000;
}
.alistgear_section_card h1 small {
font-size: 40px;
font-family: "Bebas Neue Book";
color: #000;
}
.alistgear_section_card.card_claim_profile h1 {
font-family: "Bebas Neue Book";
font-weight: 400;
}
.alistgear_section_card.card_claim_profile h1 small {
font-family: "Bebas Neue";
font-weight: 700;
}
.line_border:before {
content: "";
display: block;
background: url(../images/border.png) no-repeat scroll 0 0 transparent;
background-size: auto;
width: 100%;
height: 9px;
background-size: 91% auto;
background-position: center center;
max-width: 250px;
margin: 0 auto;
}
.line_border {
margin: 12px 0;
}
.alistgear_section_card p {
padding: 0 102px;
color: #000;
font-family: "Helvetica";
}
.joinUs {
color: #000;
font-family: "Helvetica";
font-weight: bold;
margin: 30px 0;
}
.btn_get-strated {
padding: 15px 30px;
width: 70%;
background: #fefe02;
border: 1px solid #b6b2b2;
font-family: "CPMono_v07 Plain";
}
.alistgear_bt {
margin: 0 0 20px 0;
}
.alistgear_bt a {
color: #000;
text-decoration: none;
font-size: 18px;
font-family: "CPMono_v07 Plain";
}
/*footer css start*/
footer#footer {
padding: 10px 0;
background-color: #979797;
margin: 0 !important;
}
#footer ul li a:before {
font-family: "FontAwesome";
content: "\f111";
padding-right: 15px;
font-size: 8px;
color: #404040 !important;
vertical-align: 2px;
margin-left: -10px;
}
#footer ul li:first-child a:before{
content: none;
}
#footer ul li a:hover {
background: no-repeat;
}
#footer ul li a{
padding: 2px 14px;
color: #404040;
font-size: 13px;
font-family: "CPMono_v07";
}
.footer-brand {
text-align: right;
font-family: "CPMono_v07";
font-size: 13px;
padding-top: 2px;
}
.footer-brand a {
color: #fefe02;
}
.footer-brand a:hover {
text-decoration: none;
}
.sign-up {
text-align: center;
}
.sign-up a {
color: #706a6a;
font-weight: 700;
}
/*login page css start*/
.alistgear_section_forgetPass,
.alistgear_section_signin{
background-image: url(../images/login-bg.png);
background-position: center;
width: 100%;
height: auto;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
}
.alistgear_section_card_forgetPass,
.alistgear_section_card_signIn {
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2),0 5px 6px 0 rgba(0,0,0,0.19) !important;
margin: 0 29px 20px 39px;
}
.alistgear_section_forgetPass {
background-size: cover;
}
.alistgear_section_card_forgetPass h1,
.alistgear_section_card_signIn h1 {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
text-transform: uppercase;
font-family: "Bebas Neue";
color: #000;
}
.alistgear_section_card_forgetPass h1 small,
.alistgear_section_card_signIn h1 small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.alistgear_section_card_forgetPass .card-body,
.alistgear_section_card_signIn .card-body {
margin: 10px 0;
padding: 10px;
}
a.forgot {
color: #666;
}
.login_bt .btn_get-strated {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-top: 10px;
}
.alistgear_section_card_forgetPass .form-control:focus,
.alistgear_section_card_signIn .form-control:focus {
border-color: #fefe02;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(254, 254, 2);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(254, 254, 2);
}
.btn_get-strated_profile {
padding: 15px 30px;
width: 70%;
background: #e4e5e5;
border: 1px solid #b6b2b2;
margin-top: 13px;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
}
.alistgear_section-card_claim{
z-index: 999;
}
.card_claim_profile{
background: #fff;
}
.card_claim_profile p {
padding: 0 77px !important;
}
.joinUs_create{
color: #000;
font-weight: normal;
margin: 30px 0;
text-align: left;
padding-left: 70px;
font-size: 12px;
width: 65%;
float: left;
}
.create_redio_bt {
width: 35%;
float: left;
text-align: left;
padding-left: 14px;
}
.create_redio_bt .radio {
display: inline-block;
margin: 28px 0 0 0;
padding-left: 10px;
}
.card-body_claim {
padding: 0 70px;
}
.card-body_claim label {
text-align: left;
width: 100%;
margin-bottom: 5px;
}
.create_profile_bt {
width: 60% !important;
}
.carousel-indicators li {
background: #d2d2d2;
width: 15px;
height: 15px;
border: 1px solid #ccc;
margin: 0;
}
.carousel-indicators .active{
background-color: #fefe02;
width: 15px;
height: 15px;
border: 1px solid #7c7979;
}
.redio_slider {
padding: 7px 0;
}
.creat_slider_dot {
position: inherit;
text-align: center;
margin: 0px;
width: 100%;
margin-bottom: 10px;
}
/*responsive css start*/
@media only screen and (max-width: 767px) {
.logo img {
width: 100%;
}
.logo {
padding: 10px 20px;
}
.alistgear_section_card p {
padding: 15px !important;
}
footer#footer{height: auto;}
.footer-brand{text-align: left;}
.joinUs_create{
padding-left: 15px !important;
width: 100%;
margin: 0px;
padding: 0 23px;
font-weight: 700;
float: none;
}
.create_redio_bt{
width: 100%;
float: none;
padding: 0px 15px;
}
.create_redio_bt .radio{
margin: 13px 0;
}
.card-body_claim {
padding: 0 15px;
}
.alistgear_section{
background: none;
}
.btn_get-strated{
width: 85%;
padding: 15px;
}
.btn_get-strated_profile{
width: 85%;
padding: 15px;
}
}
.alistgear_section_card_signIn .error{
}
.error {
clear: both;
text-align: left;
font-size: 11px;
padding: 3px 0 10px 17px;
font-weight: normal;
display: block;
clear: both;
color: red;
}
.error b {
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.alistgear_section_forgetPass,
.alistgear_section_signin {
background: none;
}
}
@media only screen and (max-width: 767px) {
.alistgear_section-card {
margin: 0
}
.alistgear_section_card,
.alistgear_section_card_forgetPass,
.alistgear_section_card_signIn {
margin: 0px;
margin-bottom: 30px;
}
}
ul#country-list.country_width {
width: auto !important;
}
/*ul#country-list li {
padding: 6px 12px;
text-align: left;
font-size: 12px;
background: #e9e8e8;
border-bottom: 1px solid #fff;
}*/
.mainError {
color: red;
margin-top: 10px;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
/*responsive css start ==================================================================================================*/
/*Header Css start*/
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
nav.navbar.navbar-inverse {
border-radius: 0px;
background: #000;
margin-bottom: 0px !important;
padding: 10px 0;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
padding: 10px 0;
}
#imaginary_container {
padding-top: 10px;
}
.stylish-input-group .input-group-addon{
background: white !important;
}
.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-size: 19px;
}
li.education_list:before {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
li.education_list:after {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/*home banner css start*/
#tm-homesec{
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
section.profile-search {
margin: 30px;
background: #9d9d9d;
margin-top: 0;
}
.joinUsBt {
width: 50%;
float: left;
}
.myProfile-bt {
width: 50%;
float: left;
}
.tm-box-group {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box img {
width: 100%;
}
.tm-box {
font-size: 50px;
padding: 40px;
background-size: cover;
background-position: center center;
color: #fff;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 95%;
text-align: justify;
}
a.join_us-bt {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
}
.my_profile-bt{
font-size: 16px;
color: black;
padding: 10px 25px 10px 25px;
background: #ffcc01;
text-align: center;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
}
.button-group {
overflow: hidden;
margin-top: 23px;
}
.submit-box-form {
padding: 50px 0px;
}
form#register-newsletter h3 {
font-size: 17px;
color: #000;
font-weight: 700;
margin: 0;
padding-left: 20px;
}
form#register-newsletter .sub-name {
width: 65%;
height: 38px;
border: 1px solid #e2e7ea;
margin-top: 10px;
vertical-align: middle;
padding-left: 10px;
}
form#register-newsletter .btn-custom-3 {
width: 30%;
height: 38px;
border: 1px solid #ffcc01;
background: #ffcc01;
border-radius: 0;
vertical-align: middle;
margin-top: 10px;
color: #000;
font-weight: 700;
}
/*Auto complite Search css here*/
div#suggesstion-box {
background: #000;
color: #fff;
}
ul#country-list {
list-style: none;
padding: 0;
}
ul#country-list li {
padding: 10px 13px;
border-bottom: 1px solid #ccc;
}
div#suggest-alert {
margin-top: 0px;
width: 65%;
}
/*div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
}*/
/*My Profile css here*/
.tm-box-group-profile p {
font-size: 17px;
}
#tm-profile {
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
.tm-box-group-profile {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box-group-profile h2 {
color: #ffcc01;
font-size: 22px;
}
.profile_form {
margin-top: 20px;
margin-left: 20px;
}
.profile_form .fnameForm {
margin-bottom: 20px;
}
.searchBt a{
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;}
.searchBt {
margin-top: 30px;
}
section.footer-sec {
background: #000;
}
ul.footerUl li {
display: inline-block;
padding-right: 30px;
}
ul.footerUl {
padding: 20px 0;
margin: 0;
}
ul.footerUl li a {
color: #fff;
}
.footerLink {
padding: 20px 0;
color: #fff;
font-size: 15px;
}
/*Popup css here*/
.tm-modal-title {
font-size: 20px;
color: #ffcc01;
padding-bottom: 20px;
}
.tm-profile-model .modal-content {
background: transparent !important;
border: none !important;
box-shadow: 0 0 0 rgba(0,0,0,.5);
padding-top: 20%;
}
.tm-profile-model .modal-body {
background: #fff;
}
.popupbox {
display: inline-block;
width: 100%;
}
.profileBox {
display: inline-block;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.profileImg {
width: 33%;
float: left;
}
.profile-des {
width: 64%;
float: left;
padding-left: 20px;
color: #000;
margin-top: 10px;
}
.profile-des h4 {
font-size: 16px;
font-weight: 700;
}
.profile-des p {
font-size: 14px;
}
.profileDespu a {
font-size: 11px;
}
.claimed {
overflow: hidden;
margin-top: 18px;
}
.profileDespu {
overflow: hidden;
margin-top: 3px;
}
.tm-primery-bt {
background: #ffcc01;
border-color: #ffcc01;
color: #000;
font-weight: 700;
font-size: 17px;
}
.tm-primery-bt:focus {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.tm-primery-bt:hover {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.profile-drop li a:hover {
background: #ffcc01;
color: #000;
}
.footer-left {
font-size: 14px;
color: #000;
}
.model-footer {
overflow: hidden;
}
.footer-left a {
text-decoration: underline;
}
.footer-right span {
font-size: 16px;
color: #000;
width: 50%;
}
.footerText {
font-size: 16px;
width: 50%;
float: left;
color: #000;
}
button.btn.btn-primery {
vertical-align: top;
background: #1f36ba;
}
button.btn.btn-primery:hover {
color: #ffffff;
}
button.close {
color: #fff;
opacity: 1;
}
#profileme{
width: 110px;
background-color: #ffcc01;
color: #000000;
font-size: 18px;
}
div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
/*Profile detail page*/
.diveIntoData {
position: absolute;
top: 0;
width: 190px;
right: 0;
padding: 10px;
}
.diveIntoData_profile {
background: #fff;
box-shadow: 0 0 120px rgba(100,100,100,0.35);
border-bottom: 2px solid #000;
}
.diveIntoData_profile h4 {
font-size: 13px;
background: #feff30;
padding: 8px 4px 8px 5px;
font-family: "CPMono_v07 Plain";
margin: 0px;
text-align: center;
}
.diveIntoData_profile p {
padding: 10px 7px 0 7px;
text-align: center;
font-size: 12px;
font-family: "CPMono_v07 Plain";
}
.addPerantText {
text-align: center;
padding: 30px;
font-size: 16px;
}
.parents_bt {
margin-top: 40px !important;
}
.tm-top-box-img_avtar img {
border-radius: 50%;
width: 90px;
height: 90px;
}
.logo-profile {
padding: 7px 0px !important;
}
.navHeaderCollapse ul li a:before {
font-family: "FontAwesome";
content: "\f111";
padding-right: 15px;
font-size: 5px;
color: #ffefef !important;
vertical-align: 2px;
margin-left: -10px;
}
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
}
#imaginary_container {
padding-top: 10px;
}
.stylish-input-group .input-group-addon{
background: #777777 !important;
height: 25px;
padding: 0;
border: 1px solid #fff;
border-left: 0px;
}
#imaginary_container .glyphicon-search:before {
content: "\e003";
color: #fff;
}
.stylish-input-group .form-control{
border-right: 0;
box-shadow: 0 0 0;
border-color: #fff;
height: 25px;
background: #ffffff;
margin-top: 0px;
}
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-family: "CPMono_v07";
font-size: 14px;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
}
.card.hovercard .cardheader {
background: url("../images/profile-bg.png");
background-size: cover;
height: 240px;
}
.card.hovercard .avatar {
position: relative;
top: -78px;
margin-bottom: -74px;
}
.card.hovercard .avatar img {
width: 150px;
height: 150px;
max-width: 150px;
max-height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid #fff;
}
.card-info-title {
font-size: 30px;
}
.card-info-title a {
color: #000;
text-decoration: none;
font-size: 40px;
text-transform: uppercase;
font-family: "Bebas Neue";
}
.card-info-des {
font-size: 15px;
margin-top: 10px;
}
.card-info-link a {
color: #000;
font-size: 16px;
font-weight: 600;
margin-top: 0;
padding-top: 10px;
clear: both;
display: block;
}
.progress-bar-warning {
background-color: #feff2f;
border: 1px solid #000;
}
.progress-bar-main {
text-align: center;
color: #000;
font-weight: 600;
}
.progress{ border: 1px solid #000;}
.buttons {
text-align: center;
margin-top: 10px;
}
.profile-tab {
border-bottom: 1px solid #000;
overflow: hidden;
margin-top: 20px;
padding-bottom: 20px;
}
a.btn.watch {
padding: 10px 40px;
background: #feff2f;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-family: "CPMono_v07 Plain";
}
a.btn.message {
padding: 10px 40px;
background: #ffffff;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-weight: 700;
}
.location .fa.fa-map-marker {
font-size: 40px;
color: #ecec5f;
}
.location-text {
color: #000;
font-weight: 600;
font-size: 13px;
}
i.fa-cust.fa-map-location {
width: 26px;
height: 35px;
display: inline-block;
position: relative;
top: 7px;
}
.location .fa-cust.fa-map-location:before
{
content: url(../images/locaton-map.png);
}
section.profile-page {
background: #f5f6f7;
overflow: hidden;
position: relative;
}
.profile-top {
background: #fff;
}
.explore_bt {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.pad0{padding: 0}
.profile-tree {
background: #000000;
text-align: center;
padding: 10px 0;
font-family: "CPMono_v07 Plain";
color: #fff;
text-transform: uppercase;
font-size: 16px;
}
section.education-box {
background: #f5f6f7;
padding-top: 10px;
overflow: hidden;
}
#svgelem {
position: relative;
left: 50%;
-webkit-transform: translateX(-20%);
-ms-transform: translateX(-20%);
transform: translateX(-20%);
}
.header-social ul {
list-style: none;
padding: 0;
}
.header-social ul li {
display: inline-block;
}
.pad0{padding: 0;}
.header-social {
margin-top: -73px;
text-align: left;
padding-left: 10px;
}
.edit-btn {
background: #feff2f;
padding: 6px 20px;
color: #000;
font-size: 16px;
text-decoration: none !important;
font-family: "CPMono_v07";
}
.edit-btn:hover {color: #000000;}
.edit-button {
margin-top: -54px;
}
.tm-user-info {
padding: 20px 20px;
border-top: 1px solid #feff2f;
line-height: 56px;
text-align: justify;
}
span.tm-user-highlightd {
background: #feff2f;
padding: 10px;
font-size: 18px;
}
.profile-img {
text-align: center;
}
.profiles-tree ul {
list-style: none;
padding: 0;
}
.profiles-tree ul li {
display: inline-block;
padding-right: 20px;
}
.profiles-tree {
padding: 5px 0;
}
/*TOP COLLABORATORS css start*/
.tm-top-box-profile {
text-align: center;
}
.tm-top-box {
overflow: hidden;
background: #fff;
}
.tm-top-box {
overflow: hidden;
background: #fff;
padding: 10px 0;
margin: 5px 0;
}
.tm-top-box-des h4 {
font-size: 13px;
color: #000;
font-weight: 600;
}
.tm-top-box-des p {
color: #000;
font-size: 11px;
font-weight: 500;
}
.tm-top-box-video ul {
padding: 10px 10px;
list-style: none;
}
.tm-top-box-video .tm-top-box-img img {
width: 100%;
}
.tm-top-box-video {
background: #fff;
padding: 10px 0;
overflow-y: auto;
margin: 5px 0;
}
.tm-top-box-video ul li {
width: 24%;
display: inline-block;
white-space: normal;
vertical-align: top;
margin-right: 10px;
}
.all-videos {
overflow: hidden;
overflow-x: scroll;
white-space: nowrap;
margin: 0 10px;
}
div#all-videos .tm-top-box-des h4 {
font-size: 11px;
line-height: 18px;
font-weight: 500;
}
.tm-top-box-pub .table>thead>tr>th{ border: 0px; }
.tm-top-box-pub .table>tbody>tr>td {
border-top: 0;
}
.tm-top-box-pub .table>tbody>tr {
border-bottom: 1px solid #000;
}
.tm-top-box-pub .table>tbody>tr:last-child {
border: 0;
}
.tm-top-box-pub {
margin: 0 10px;
border-bottom: 2px solid black;
}
.tm-top-box-pub th {
background: #feff30;
color: #030202;
}
tr.odd {
background: #ffffdc;
}
.seeAll{ padding: 10px 20px;
background: #ffffff;
border: 1px solid #000;
color: #000;
border-radius: 4px;
font-weight: 700;}
div#pub-search .stylish-input-group {
width: 100%;
float: right;
}
div#pub-search .stylish-input-group input {
border-radius: 50px;
border-color: #000;
}
div#pub-search .stylish-input-group .input-group-addon {
border: 0;
background: transparent !important;
padding: 2px 5px;
margin-top: 6px;
position: absolute;
margin-bottom: 0;
color: #000000;
z-index: 999;
right: 37px;
}
.tm-pub-footer {
overflow: hidden;
vertical-align: top;
padding: 20px 0;
border-top: 2px solid #feff2f;
margin: 0px 10px;
}
h4.modal-title span {
font-weight: 700;
}
.bs-example{
margin: 100px 50px;
}
.table .popover {
background: rgba(0, 0, 0, 0.85);
border: none;
border-radius: unset;
width: auto;
color: #fff;
max-width: 700px;
}
h3.popover-title {
background: none;
border: 0 !important;
padding-top: 20px;
color: #feff2f;
}
.tm-top-box-pub .table>tbody>tr>td a {
color: #000;
cursor: pointer;
}
.popover.bottom>.arrow:after{border-bottom-color: #000000 !important;}
.geoffrey img {
width: 100%;
}
.buttons.parents_bt.margin_btn {
margin-top: -6px !important;
margin-bottom: 21px !important;
}
a.btn.explore_bt.margin_btn_1 {
margin-top: -69px;
}
a.btn.explore_bt.ADD_video_btn {
margin-bottom: 29px !important;
}
.author-search {
color: #333;
font-size: 14px;
}
.explore_bt1{
padding: 10px 47px;
background-color: #9c9c9a;
color: #000;
border-radius: 4px;
font-family: "CPMono_v07 Plain";
margin-bottom: 10px;
}
/*-------------- End Profile Details ------------------- */
/*================================13/06/2019======================*/
select#sel1 {
width: 200px;
border: 1px solid #000;
font-size: 12px;
}
label.selectArea {
float: left;
padding-top: 7px;
padding-left: 0px;
margin-right: 10px;
}
div#pub-searchNew .stylish-input-group input {
border-radius: 50px;
border-color: #000;
height: 33px;
}
div#pub-searchNew .stylish-input-group {
width: 100%;
}
div#pub-searchNew .stylish-input-group .input-group-addon {
border: 0;
background: transparent !important;
padding: 2px 5px;
margin-top: 6px;
position: absolute;
margin-bottom: 0;
color: #000000;
z-index: 999;
right: 37px;
}
.tm-serchArea {
overflow: hidden;
margin-top: 17px;
}
section.mapSec-bootom {
background: #f5f6f7;
overflow: hidden;
padding-bottom: 150px;
}
.map-card {
background: #fff;
display: inline-block;
width: 100%;
padding-bottom: 14px;
}
div#suggesstion-network ul#country-list {
position: initial !important;
}
div#mySeach input {
border-radius: 50px;
border-color: #000;
}
div#mySeach .input-group .form-control:focus {
z-index: auto;
}
.googleMap {
clear: both;
overflow: hidden;
}
.serchMap {
margin-top: 10px;
}
#custom-search-input {
margin:0;
padding: 0;
}
#custom-search-input .search-query {
padding-right: 3px;
padding-right: 4px \9;
padding-left: 3px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-radius: 50px;
border-color: #000;
}
#custom-search-input button {
border: 0;
background: none;
/** belows styles are working good */
padding: 2px 5px;
margin-top: 2px;
position: relative;
left: -28px;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#000000;
}
.search-query:focus + button {
z-index: 3;
}
.loader img {
width: 10%;
text-align: center;
margin: 0 auto;
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.loader {
position: absolute;
z-index: 999;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
height: 87%;
background: rgb(31, 31, 31, 0.5);
}
html,body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 100%;
}
/*================================ACADEMIC & PROFESSIONAL LINEAGE ======================*/
/*Header Css start*/
.primeryColorBg {
background: #feff2f !important;
}
.logo{
padding: 8px 15px !important;
}
nav.navbar.navbar-inverse {
border-radius: 0px;
background: #000;
margin-bottom: 0px !important;
padding: 10px 0;
}
.hedaerCust{
background-color: #000000 !important;
border-color: #000000 !important;
margin: 0 !important;
padding: 10px 0;
}
#imaginary_container {
padding-top: 10px;
}
/*.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}*/
.stylish-input-group button{
border:0;
background:transparent;
}
.header-menu ul li a {
color: #fff !important;
font-size: 19px;
}
li.education_list:before {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
li.education_list:after {
content: "\e033";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/*home banner css start*/
#tm-homesec{
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
section.profile-search {
margin: 30px;
background: #9d9d9d;
margin-top: 0;
}
.joinUsBt {
width: 50%;
float: left;
}
.myProfile-bt {
width: 50%;
float: left;
}
.tm-box-group {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box img {
width: 100%;
}
.tm-box {
font-size: 50px;
padding: 40px;
background-size: cover;
background-position: center center;
color: #fff;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 95%;
text-align: justify;
}
a.join_us-bt {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
}
.my_profile-bt{
font-size: 16px;
color: black;
padding: 10px 25px 10px 25px;
background: #ffcc01;
text-align: center;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
}
.button-group {
overflow: hidden;
margin-top: 23px;
}
.submit-box-form {
padding: 50px 0px;
}
form#register-newsletter h3 {
font-size: 17px;
color: #000;
font-weight: 700;
margin: 0;
padding-left: 20px;
}
form#register-newsletter .sub-name {
width: 65%;
height: 38px;
border: 1px solid #e2e7ea;
margin-top: 10px;
vertical-align: middle;
padding-left: 10px;
}
form#register-newsletter .btn-custom-3 {
width: 30%;
height: 38px;
border: 1px solid #ffcc01;
background: #ffcc01;
border-radius: 0;
vertical-align: middle;
margin-top: 10px;
color: #000;
font-weight: 700;
}
/*Auto complite Search css here*/
div#suggesstion-box {
background: #fff;
}
ul#country-list {
list-style: none;
padding: 0;
}
ul#country-list li {
padding: 10px 13px;
border-bottom: 1px solid #ccc;
text-align: left;
}
div#suggest-alert {
margin-top: 0px;
width: 65%;
}
/*div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
}*/
/*My Profile css here*/
.tm-box-group-profile p {
font-size: 17px;
}
#tm-profile {
padding: 10%;
background-repeat: no-repeat;
background-size: cover;
margin: 30px;
position: relative;
background-position: top;
margin-bottom: 0px;
}
.tm-box-group-profile {
overflow: hidden;
margin: 0 0 0 20%;
padding: 10px 0;
}
.tm-box-group-profile h2 {
color: #ffcc01;
font-size: 22px;
}
.profile_form {
margin-top: 20px;
margin-left: 20px;
}
.profile_form .fnameForm {
margin-bottom: 20px;
}
.searchBt a{
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;}
.searchBt {
margin-top: 30px;
}
section.footer-sec {
background: #000;
}
ul.footerUl li {
display: inline-block;
padding-right: 30px;
}
ul.footerUl {
padding: 20px 0;
margin: 0;
}
ul.footerUl li a {
color: #fff;
}
.footerLink {
padding: 20px 0;
color: #fff;
font-size: 15px;
}
/*Popup css here*/
.tm-modal-title {
font-size: 20px;
color: #ffcc01;
padding-bottom: 20px;
}
.tm-profile-model .modal-content {
background: transparent !important;
border: none !important;
box-shadow: 0 0 0 rgba(0,0,0,.5);
padding-top: 20%;
}
.tm-profile-model .modal-body {
background: #fff;
}
.popupbox {
display: inline-block;
width: 100%;
}
.profileBox {
display: inline-block;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.profileImg {
width: 33%;
float: left;
}
.profile-des {
width: 64%;
float: left;
padding-left: 20px;
color: #000;
margin-top: 10px;
}
.profile-des h4 {
font-size: 16px;
font-weight: 700;
}
.profile-des p {
font-size: 14px;
}
.profileDespu a {
font-size: 11px;
}
.claimed {
overflow: hidden;
margin-top: 18px;
}
.profileDespu {
overflow: hidden;
margin-top: 3px;
}
.tm-primery-bt {
background: #ffcc01;
border-color: #ffcc01;
color: #000;
font-weight: 700;
font-size: 17px;
}
.tm-primery-bt:focus {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.tm-primery-bt:hover {
background: #ffcc01 !important;
border-color: #ffcc01 !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 17px !important;
}
.profile-drop li a:hover {
background: #ffcc01;
color: #000;
}
.footer-left {
font-size: 14px;
color: #000;
}
.model-footer {
overflow: hidden;
}
.footer-left a {
text-decoration: underline;
}
.footer-right span {
font-size: 16px;
color: #000;
width: 50%;
}
.footerText {
font-size: 16px;
width: 50%;
float: left;
color: #000;
}
button.btn.btn-primery {
vertical-align: top;
background: #1f36ba;
}
button.btn.btn-primery:hover {
color: #ffffff;
}
button.close {
color: #fff;
opacity: 1;
}
#profileme{
width: 110px;
background-color: #ffcc01;
color: #000000;
font-size: 18px;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
div#suggest-alert2 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
/*profile detail page css start*/
.profile-dp {
width: 25%;
display: block;
float: left;
}
.prifile-des-detail p {
margin: 0;
padding: 4px 0;
font-size: 16px;
padding-left: 81px;
text-indent: -81px;
}
a.readmorebt {
color: #2774cb;
font-weight: 700;
}
.profile-des-detail {
padding: 40px 50px;
font-size: 16px;
line-height: 30px;
text-align: justify;
}
.exploreBt {
margin-top: 50px;
}
.exploreBt a {
font-size: 16px;
color: black;
padding: 10px 50px 10px 50px;
background: #ffcc01;
border: 1px solid #ffcc01;
border-radius: 5px;
font-weight: 700;
text-align: center;
vertical-align: top;
}
.twPc-div {
background: #000 none repeat scroll 0 0;
width: 100%;
}
.twPc-bg {
/* background-image: url(../images/profile-bg.png); */
background-size: 100% auto;
border-bottom: 1px solid #e1e8ed;
border-radius: 4px 4px 0 0;
height: 255px;
width: 100%;
}
.twPc-block {
display: block !important;
}
.twPc-button {
margin: -35px -10px 0;
text-align: right;
width: 100%;
}
.twPc-avatarLink {
border-radius: 6px;
display: inline-block !important;
max-width: 100%;
padding: 1px;
vertical-align: bottom;
}
.twPc-avatarImg {
border: 2px solid #fff;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
height: 130px;
width: 130px;
}
.twPc-divUser {
margin: 5px 0 0;
padding: 18px 0;
color: #fff;
float: left;
width: 60%;
}
.twPc-divName {
font-size: 18px;
font-weight: 700;
line-height: 21px;
}
.twPc-divName a {
color: inherit !important;
}
.twPc-divStats {
margin-left: 11px;
padding: 10px 0;
}
.twPc-Arrange {
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto;
}
ul.twPc-Arrange {
list-style: outside none none;
margin: 0;
padding: 0;
}
.twPc-ArrangeSizeFit {
display: table-cell;
padding: 0;
vertical-align: top;
}
.twPc-ArrangeSizeFit a:hover {
text-decoration: none;
}
.twPc-StatValue {
display: block;
font-size: 18px;
font-weight: 500;
transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
color: #8899a6;
font-size: 10px;
letter-spacing: 0.02em;
overflow: hidden;
text-transform: uppercase;
transition: color 0.15s ease-in-out 0s;
}
.educational-tm {
text-align: center;
background: #000;
padding: 15px 0;
font-size: 20px;
text-transform: uppercase;
color: #ffcc01;
font-weight: 600;
}
.influenced {
background: #f0f130;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
color: #000;
font-size: 13px;
}
.educational-li-tm {
padding: 40px 0;
}
ul.influenced-tree {
padding: 30px 0;
list-style: none;
}
ul.influenced-tree li {
overflow: hidden;
margin-bottom: 10px;
}
/*ul.influenced-tree li {
padding: 10px 0;
background: #ededed;
text-align: center;
margin-bottom: 20px;
}*/
ul.influenced-tree li a {
font-size: 20px;
}
.glyphicon-lock:before {
font-size: 16px;
color: #040303;
}
.fa-unlock:before {
font-size: 18px;
content: "\f09c";
}
ul.influenced-tree li a {
font-size: 20px;
}
a.arrow-tm-lock {
width: 13%;
float: left;
padding: 4.5px 2px !important;
background: #ededed;
border: 1px solid #ededed;
}
a.user_tm_name {
background: #ffffff;
padding: 10px;
border: 1px solid #000;
width: 160px;
font-size: 12px;
float: left;
}
a.arrow-tm-user {
background: #f6cc01;
padding: 5px 4px !important
}
ul.influenced-tree li a {
text-align: center;
padding: 6.3px 7px;
border: 1px solid #000;
font-size: 11px;
float: left;
color: #000;
}
.glyphicon-user:before {
content: "\e008";
font-size: 15px;
}
ul.influenced-tree li{padding: 10px, 0;}
.profile-img-tm {
text-align: center;
padding: 50px 0 0 0;
margin-top: 30px;
float: left;
width: 100%;
}
.profile-img-tm:before {
content: '';
/*background: url(../images/left-arrow.png);*/
position: absolute;
width: 50%;
height: 100%;
background-repeat: no-repeat;
left: -29px;
top: 22%;
}
.profile-img-tm:after {
content: '';
/* background: url(../images/right-arrow.png);*/
position: absolute;
width: 50%;
height: 100%;
background-repeat: no-repeat;
right: -69px;
top: 22%;
z-index: 999;
}
.profile-tm {
padding: 0;
}
/*slider css start*/
.carousel-line > .controls {
width: 100%;
}
.info .name {
font-size: 20px;
color: #000;
margin-bottom: 10px;
font-weight: 600;
}
.info p {
font-size: 18px;
color: #000;
margin-bottom: 23px;
}
.info {
padding: 30px;
}
a.right {
right: 0;
position: absolute;
top: 30%;
}
a.left {
left: 0;
position: absolute;
top: 30%;
}
div#carousel-example {
padding: 60px;
}
a.educational-tm-bt {
padding: 10px 20px;
text-align: center;
background: #ffcc01;
color: #000;
border-radius: 5px;
border: 1px solid #000;
}
a.educational-tm-bt span {
border-right: 1px solid #000;
padding-right: 7px;
}
div#educational-video {
padding: 30px;
}
div#educational-video img {
width: 100%;
}
.publicationsearch button {
border: 0;
background: transparent;
}
.publicationsearch .form-control {
height: 42px;
}
label.publications-tm-title {
padding-top: 20px;
font-size: 17px;
}
.publicationsearch span {
background: #ffcc01;
}
.padl {
padding-left: 0;
}
.padr {
padding-right: 0;
}
label.publications-tm-sort {
float: left;
padding-top: 20px;
padding-right: 8px;
font-size: 15px;
}
.publications-img-tm {
width: 35%;
float: left;
}
.publications-img-tm img {
width: 100%;
}
.book-des {
width: 60%;
float: left;
padding-left: 20px;
}
.book-author {
font-size: 11px;
}
.book-title {
font-size: 16px;
color: #000;
font-weight: 700;
margin-top: 5px;
}
.book-date {
font-size: 12px;
margin-top: 5px;
}
.price {
width: 50%;
float: left;
font-size: 24px;
}
.price sup {
font-size: 12px;
padding-left: 3px;
}
.bok-byNow {
margin-top: 17px;
overflow: hidden;
}
.by-now-tm {
width: 50%;
float: left;
background: #4e4e4e;
padding: 8px;
text-align: center;
border-radius: 5px;
}
.by-now-tm a {
color: #fff;
font-size: 16px;
}
.publications-books {
margin-top: 40px;
}
a.citations-tm {
padding-top: 6px;
clear: both;
font-size: 12px;
text-decoration: underline;
}
.mabo50{margin-bottom: 50px;}
.view-more-tm {
font-size: 15px;
padding: 11px 0;
background: #ccc;
width: 60%;
float: left;
}
.view-more-bt {
padding: 12px 40px;
background: #ccc;
color: #000;
}
.viewMore-icon {
width: 40%;
float: left;
padding: 12px 0;}
a.arrow-tm-top {
background: #eee;
padding: 13px 16px;
border: 1px solid #a4a4a4;
color: #000;
}
a.arrow-tm-bottom {
background: #ffcc01;
padding: 5px;
}
.view-more-tm-new {
overflow: hidden;
background: #ccc;
text-align: right;
border: 1px solid #a4a4a4;
}
.circle img {
border-radius: 100px;
width: 110px;
height: 110px;
}
.custem-success {
color: #ffffff;
background-color: #00a65a;
border-color: #d6e9c6;
margin: 0;
font-size: 14px;
width: 100%;
margin: 0 auto;
}
.custem-error {
color: #721c24;
background-color: #f8d7da;
border-color: #ebccd1;
margin: 0;
font-size: 14px;
width: 57%;
margin: 0 auto;
}
.hidden-after:after{
display: none;
}
a.icon-color{
background: #000;
}
.icon-color span:before{
color:#fff;
}
/* Create New Page */
body{
margin:0;
padding:0;
}
.maindiv{
max-width:600px;
margin:auto;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
padding-bottom: 20px;
margin-bottom: 30px;
overflow: hidden;
margin-top: 50px;
margin-bottom: 115px;
clear: both;
}
.maindiv h1{
text-align:center;
margin:0px;
padding:10px;
}
.maindiv hr{
background-color: #dfdfdf !important;
height: 2px;
border: none;
width: 378px;
}
.form-text{
width: 70%;
margin-bottom: 20px !important;
margin: auto;
text-align: center;
}
.redio-text {
width: 55%;
line-height: 20px;
float: left;
color: #333;
}
ul.radiobox-first {
width: 30% !important;
float: left;
margin-top: 10px !important;
}
.form-text-chek-box{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 20px;
display: inline-block;
}
.form-text-chek-box p{
width: 100%;
margin: 0px;
margin-bottom: 10px;
color: #333;
}
.chek-box-buttan{
width:30%;
float:right;
}
.text-input-box{
width: 100%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.text-input-box-add{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 10px;
}
.text-input-box-cpny{
width: 100%;
padding: 0px;
margin: auto;
margin-top: 20px;
}
.input-box{
padding: 8px;
border-radius: 5px;
width: 78%;
border: 2px solid yellow;
outline: none;
font-size: 17px;
}
.input-box-title{
padding: 8px;
border-radius: 5px;
width: 98%;
border: 1px solid #dbd7d7;
outline: none;
font-size: 17px;
/* margin-right: 35px;*/
}
.create-page{
border-radius: 5px;
width: 70%;
background-color: yellow;
border: 1px solid #928e8e;
padding: 10px;
margin: 0 auto;
text-align: center;
margin-top: 20px;
margin-bottom: 15px;
}
.maindiv h3 {
padding: 28px 0 0 0;
font-size: 20px;
}
.create-page p{
text-align: center;
font-size: 34px;
padding: 0px;
margin: 0px;
}
.clear{
clear:both;
}
.text-input-box img{
margin-left: 5px;
position: relative;
top: 8px;
right: 25px;
}
.add_field_top{
position: relative;
top: 10px;
}
.add_field_button{
position: relative;
top: 10px;
}
.redio-box {
width: 100%;
color: #5f5f5f;
margin: auto;
display: inline-block;
margin-bottom: 8px;
}
.redio-box ul{
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: inline-block;
}
.redio-box ul li{
color: #656565;
display: block;
position: relative;
float: left;
margin-right: 15px;
}
.redio-box ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.redio-box ul li label{
display: block;
position: relative;
font-weight: 300;
font-size: 17px;
padding: 0px 0px 0px 31px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
color: #333;
}
.redio-box ul li .check{
display: block;
position: absolute;
border: 2px solid #070707;
border-radius: 100%;
height: 20px;
width: 20px;
top: 1px;
left: 0px;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}
.redio-box ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 11px;
width: 11px;
top: 4px;
left: 4px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
border: 2px solid #000000;
}
input[type=radio]:checked ~ .check::before{
background: #000000;
}
.submit{
border: none;
background: none;
font-size: 20px;
}
.redio-text{
}
/*rajeev css start*/
.arrow-tm-lock.unlock .glyphicon-lock:before {
color: #fff;
}
.arrow-tm-lock.unlock {
background: #000;
}
div#suggest-alert3 {
background: #fff;
margin-top: 0px;
width: 65%;
position: relative;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
/* background-color: transparent; */
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
left: 5px;
}
a.user_tm_nameBt {
width: 80%;
font-size: 14px;
display: block;
border: 1px solid;
padding: 6px;
margin-top: 20px !important;
margin: 0 auto;
}
.moSearch{display: none;}
.dekstopSearch{display: block;}
@media only screen and (min-width: 768px) {
.footer-brand {
margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #000;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
margin-bottom: 0;
}
.navbar-toggle {
background: #000 !important;
}
.logo {
width: 78%;
padding: 10px !important;
margin: 3px auto 0;
}
#imaginary_container {
padding-top: 0;
padding-bottom: 10px;
}
.dekstopSearch{display: none;}
.moSearch{
display: block;
}
ul.footerUl li {
display: inline-block;
padding-right: 15px;
}
.navbar-toggle {
position: relative;
float: right;
padding: 16px 15px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
/* background-color: transparent; */
background-color: white;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
top: -8px;
left: 4px;
}
a.left {
display: none;
}
a.right{
display: none;
}
div#carousel-example {
padding: 0px !important;
}
.photo.circle {
text-align: center;
}
.info {
padding: 20px;
text-align: center;
}
.profile-img-tm {
padding: 10% !important;
}
.twPc-avatarLink {
float: none !important;
display: block !important;
}
.padr {
padding-right: 15px;
}
#tm-homesec{
background-position: inherit !important;
padding: 25px;
margin: 0px;
}
.tm-box{padding: 0px !important}
.tm-box-group{ margin: 0px; background: #000;}
.joinUsBt{width: 100%}
.myProfile-bt{width: 100%}
section.profile-search{margin: 0px;}
.submit-box-form {
padding: 20px 0px;
}
.button-group{text-align: center;}
.tm-box1 {
padding: 0px !important;
font-size: 50px;
background-size: cover;
background-position: center center;
color: #fff;
background: black;
margin: -12px;
}
#tm-profile {
background-position: inherit !important;
padding: 25px;
margin: 0px;
background-size: inherit !important;
}
.tm-box-group-profile {
margin: 0px;
background: #000;
}
.pull-right{
margin-right: 59px;
position: relative;
top: -26px;
}
.twPc-divUser{
margin: 5px 64px 0;
}
/*.test {
margin-left: 10% !important;
}*/
ul.influenced-tree li {
/*padding: 0px 40px;*/
margin-left: 35px !important;
}
.influenced {
width: 61%;
margin-left: 32px;
}
label.publications-tm-title{
margin-left: 21% !important;
}
.input-group{
margin-left: 5%;
margin-right: 5%;
}
label.publications-tm-sort{
width: 100%;
text-align: center;
}
ul.footerUl{
font-size: 11px;
}
ul#country-list{
margin-top: -8% !important;
width: 318px !important;
}
.tm-banner-des {
font-size: 17px;
text-align: left;
width: 100%;
text-align: justify;
margin-top: 10px;
}
.searchBt1.search_btn {
margin-left: 24% !important;
}
ul#country-list {
top: 15px !important;
width: 100% !important;
}
.twPc-divUser {
width: 81% !important;
}
.custem-success {
width: 100%;
}
.col-md-5.col-md-offset-3.indent_l {
margin-left: 0% !important;
}
.custem-error {
width: 90% !important;
}
ul#country-list.country_width {
margin-left: 17px;
width: 321px !important;
}
/*ul#country-list {
width: 324px !important;
}*/
}
/*<!-------------medea quiry end---------------- >*/
.label_text {
display: block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
ul#country-list {
list-style: none;
padding: 0;
position: absolute;
top: auto;
left: auto;
width: 100%;
max-height: 139px;
overflow: auto;
z-index: 9999;
border: 1px solid #eeeeee;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
div#tm-user {
background: rgba(0, 0, 0, 0.8);
}
.tm-box1 {
font-size: 50px;
background-size: cover;
background-position: center center;
color: #fff;
}
.redioButton {
overflow: hidden;
width: 30%;
float: left;
}
.leftTest {
width: 50%;
float: left;
color: #333;
}
ul.nav.navbar-nav li a {
color: #fff !important;
font-size: 15px;
}
.brd_text{
border-left: 1px solid black;
text-align: center;
height: 44px;
width: 60%;
float: left;
border-bottom: 1px solid black;
border-top: 1px solid black;
}
.brd_text h4{
font-size: 14px;
}
.brd_text p{
font-size: 10px;
}
.brd_img{
width: 40%;
height: 50px;
float: left;
}
.brd_img img{
width: 40%;
height: 50px;
background-repeat: no-repeat;
background-size: cover;
margin-top: -5px;
border-radius: 50%;
}
/*=================================================*/
/*css by sachin*/
.form-class {
padding-left: 23px;
}
ul.radio-two.bbb_1 {
float: right;
position: relative;
left: 314px;
top: -28px;
}
.col-md-5.col-md-offset-3.indent_l {
text-align: center;
/* padding-left: 33px; */
margin-left: 29%;
}
span.p_password {
float: left !important;
padding-left: 15px !important;
}
.pad-l-0{
padding-left: 0px !important;
}
.pad-r-0{
padding-right: 0px !important;
}
/*Tringle Css*/
.tringle_right:before {
content: '';
border-top: 95px solid transparent;
border-bottom: 95px solid transparent;
border-right: 95px solid #f0f130;
position: absolute;
top: 68px;
left: -35px;
}
.tringle_left:after {
content: '';
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 67px solid #f0f130;
position: absolute;
top: 66px;
left: 0;
}
.topCollaborators:before {
content: '';
width: 20px;
height: 100%;
background: #f0f130;
position: absolute;
left: 0;
top: 0;
}
.topCollaborators:after {
content: '';
width: 20px;
height: 100%;
background: #f0f130;
position: absolute;
right: 0;
top: 0;
}
.myCanvas{
top: 68px;
max-height: 189px;
right: 6px;
width: 20%;
float: left;
position: absolute;
}
.myCanvasone {
top: 35px;
max-height: 189px;
right: -10px;
width: 20%;
float: left;
position: absolute;
}
.topCollaborators {
background: #fff;
margin-top: 7px;
position: relative;
padding: 0 12px;
}
.leftContril {
position: absolute;
left: 0;
top: 50%;
z-index: 10;
}
.iconControl {
clear: both;
}
.rightcontrol {
position: absolute;
right: 0;
top: 50%;
z-index: 10;
}
@media only screen and (max-width: 768px) {
ul.radio-two.bbb_1 {
float: right;
position: relative;
left: 0px;
top: 0px;
}
}
@media only screen and (max-width: 991px) {
.text-center-sm {
text-align: center;
}
footer#footer .nav-pills > li {
float: none;
display: inline-block;
}
footer#footer .footer-brand {
text-align: center;
padding-top: 5px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.alistgear_section_card p {
padding: 0 10px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.alistgear_section_card p {
padding: 0 65px !important;
}
}
/*popup Video css start*/
.addSec h4.modal-title {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
}
.addSec h4.modal-title small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.modal-header.addSec p {
font-size: 10px;
}
.body-popup{
overflow: hidden;
}
.btn.btn_get-add {
width: 90%;
background: #ffff01;
padding: 15px 0;
font-size: 23px;
text-transform: uppercase;
border-radius: 5px;
border: 1px solid #ccc;
}
.addSubmitBt {
margin-top: 50px;
margin-bottom: 40px;
}
.plus_icon {
margin-top: 30px;
text-align: center;
cursor: pointer;
}
.modal-header.addSec {
border: 0px !important;
}
/*popup Video css end*/
/*popup edit profile css start*/
div#editModal {
text-align: center !important;
}
.person_photo img {
width: 150px;
height: 150px;
max-width: 150px;
max-height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 5px solid #fff;
}
.update_photo_btn {
margin-top: 15px;
}
.update_photo_btn .btn_bg {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.bnr_image_edit img {
width: 100%;
height: auto;
/*padding: 20px 30px 20px 30px;*/
}
.update_bg_btn {
margin-top: 25px;
}
.update_bg_btn .update_bg {
padding: 10px 24px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
}
.aflliated_text p {
font-weight: 600;
padding-top: 23px;
font-size: 14px;
letter-spacing: 1px;
}
.form-group.top_1 {
margin-top: 15px;
}
.level_left{
float: left;
font-size: 11px;
}
select#sel1 {
width: 100%;
/* border: 1px solid #000;*/
border: 1px solid #ccc;
font-size: 12px;
height: 30px !important;
}
.col-md-12.serchMap.pad0 .col-md-4
{float:right;}
.save_btn {
margin-top: 15px;
}
.save_btn .save_bg {
padding: 10px 82px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 10px;
font-weight: 700;
font-size: 20px;
}
.modal-content {
overflow: hidden;
}
.padd-l {
padding-left: 0px;
}
.padd-r {
padding-right: 0px;
}
.bnr_image_edit {
margin-top: 14px;
}
.aflliated_text.marine_top_2 {
clear: both;
}
.btn-bs-file{
position:relative;
}
.btn-bs-file input[type="file"]{
position: absolute;
top: -9999999;
filter: alpha(opacity=0);
opacity: 0;
width:0;
height:0;
outline: none;
cursor: inherit;
}
.btn-group-lg>.btn, .btn-lg {
padding: 6px 18px;
font-size: 14px;
line-height: 1.3333333;
border-radius: 6px;
}
.update_photo_btn .btn-primary {
color: #000;
background-color: #ffff01;
/*border-color: #d8dbde;*/
border-color: #000000;
font-family: "CPMono_v07 Plain";
}
/*============================medea Query==========================*/
@media only screen and (max-width : 768px) {
.padd-l {
padding-left: 0px;
padding-right: 0px;
}
.padd-r {
padding-right: 0px;
padding-left: 0px;
}
}
/*============================publication css ==========================*/
.addPublications_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.Publications_text h4.header_title_Publications {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 28px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.Publications_text h4.header_title_Publications small {
font-size: 28px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.Publications_header.Publications_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_Publications {
margin-top: 35px;
}
.add_circle_Publications {
width: 30px;
height: 30px;
background-color: yellow;
border-radius: 100%;
font-size: 30px;
line-height: 23px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_Publications {
float: right;
width: 8%;
height: 30px;
background-color: yellow;
border-radius: 100%;
font-size: 30px;
line-height: 24px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_Publications {
margin-top: 40px;
}
.save_btn_Publications .save_bg_Publications {
padding: 6px 81px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
font-weight: 700;
font-size: 29px;
}
.display_input_Publications {
width: 93% !important;
}
label.label_left {
float: left;
}
.top{
margin-top: 20px !important;
}
.padd-l {
padding-left: 0px;
}
.padd-r {
padding-right: 27px;
}
/* Add parent */
.addparrent_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.add_text h4.header_title {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.add_text h4.header_title small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.parrent_header.add_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin {
margin-top: 15px;
}
.add_circle {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_parent {
margin-top: 40px;
}
.save_btn_parent .save_bg_parent {
padding: 6px 68px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
/* font-weight: 700; */
font-size: 25px;
}
.display_input {
width: 93% !important;
}
/*Add Children */
addchild_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.child_text h4.header_title_child {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 40px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.child_text h4.header_title_child small {
font-size: 40px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.child_header.child_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_child {
margin-top: 35px;
}
.add_circle_child {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_child {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_child {
margin-top: 40px;
}
.save_btn_child .save_bg_child {
padding: 6px 68px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
/* font-weight: 700; */
font-size: 25px;
}
.display_input_child {
width: 93% !important;
}
/* Add Collaborators */
.addCollaborators_model{
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
height: auto;
overflow: hidden;
text-align: center;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.Collaborators_text h4.header_title_Collaborators {
margin-bottom: 0 !important;
padding: 0;
line-height: 47px;
font-size: 28px;
font-weight: 700;
font-family: "BebasNeue";
color: #000;
text-transform: uppercase;
}
.Collaborators_text h4.header_title_Collaborators small {
font-size: 28px;
font-family: "Bebas Neue Book";
font-weight: 100;
color: #000;
}
.Collaborators_header.Collaborators_text p {
font-size: 10px;
font-weight: 700;
}
.text_top_margin_Collaborators {
margin-top: 35px;
}
.add_circle_Collaborators {
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 17px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
margin-top: 15px;
}
.minus_circle_Collaborators {
float: right;
width: 20px;
height: 20px;
background-color: yellow;
border-radius: 100%;
font-size: 18px;
line-height: 16px;
font-weight: 400;
border: 1px solid black;
margin: 0 auto;
cursor: pointer;
position: relative;
bottom: 32px;
left: 11px;
text-decoration: none;
}
.save_btn_Collaborators {
margin-top: 40px;
}
.save_btn_Collaborators .save_bg_Collaborators {
padding: 6px 81px;
background: #feff2f;
border: 1px solid #000;
color: #000;
font-family: "CPMono_v07 Plain";
border-radius: 4px;
margin-bottom: 25px;
font-weight: 700;
font-size: 29px;
}
.display_input_Collaborators {
width: 93% !important;
}
label.label_left {
float: left;
margin-top: 6px;
font-size: 11px;
clear: both;
}
.top{
margin-top: 20px !important;
}
/*====================sachin====================*/
div#suggest-alert2 .country_width {
width: 259px !important;
}
@media only screen and (max-width: 768px) {
div#suggest-alert2 .country_width {
width: 273px ;
margin-left: 1px !important;
}
.select_city{
width: 93% !important;
}
}
.select_city {
width: 81%;
height: 36px;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 19px;
}
.select_country{
height: 36px;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 26px;
}
.add_parent input {
margin-top: 15px;
}
.pad_r {
padding-right: 4px;
}
.pad_margin_1{
padding-right: 0px;
padding-left: 10px;
margin-left: 0px;
}
.pad_margin_2{
padding-left: 1px;
padding-right: 24px;
margin-right: 0px;
}
.googleMap div#mySeach input {
border-radius: 50px;
border-color: #000;
margin-top: 0;
height: 30px;
}
div#pub-search .glyphicon-search {
position: relative;
top: -3px;
left: 16px;
}
.top_1 div#suggest-alert2 .country_width {
width: 369px !important;
}
.googleMap select#sel1 {
width: 100%;
border: 1px solid #000;
/* border: 1px solid #ccc;*/
font-size: 12px;
height: 30px !important;
margin-left: -34px;
}
/*===================================================css sachin================================*/
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.name_box1{
width: 100%;
border: 1px solid #000;
height: 40px;
/* position: relative;
top: 62%;*/
}
.name_box2{
width: 100%;
border: 1px solid #000;
height: 40px;
/* position: relative;
top: 62%;*/
}
.name_box3{
width: 100%;
border: 1px solid #000;
height: 40px;
/*position: relative;
top: 58%;*/
}
.lagre_div {
position: relative;
top: 236px;
}
.title_child {
text-align: center;
background: yellow;
padding: 7px;
margin-top: 15px;
word-spacing: -2px;
}
.part1{
width: 15%;
float: left;
background: #000;
padding: 5px;
text-align: center;
}
.part2{
width: 65%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 700;
}
.part3 {
width: 19%;
float: left;
background: yellow;
padding: 16px;
border-left: 1px solid #000;
}
/*.main_box1 {
height: 205px;
padding-top: 76px;
}*/
/*.main_box2 {
height: 88px;
}
.main_box22 {
height: 100px;
padding-top: 38px;
}*/
i.fa.fa-lock {
color: #fff;
font-size: 22px;
}
.img_new {
float: right;
position: relative;
top: 148px;
left: 36px;
}
.mediam_img {
width: 0%;
float: right;
position: relative;
bottom: 76px;
}
i.fa.fa-unlock {
color: #ccc;
font-size: 22px;
}
i.fa.fa-unlock-alt {
font-size: 22px;
color: #ccc;
}
.lagre_div3 {
margin-top: -15px;
}
/*===================================================*/
.npart1{
width: 15%;
float: left;
background: #e8e4e4;
padding: 7px;
text-align: center;
border-right: 1px solid #000;
}
.npart2{
width: 70%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 700;
}
.npart3{
width: 15%;
float: left;
background: yellow;
padding: 33px 0px 0px 0px;;
border-left: 1px solid #000;
text-align: center;
}
.nmain_box1 {
height: 74px;
}
.nname_box{
width: 100%;
border: 1px solid #000;
height: 35px;
position: relative;
top: 40%;
}
i.fa.fa-lock {
color: #fff;
}
.nround_img img {
height: 115px;
width: 115px;
margin-left: 18px;
border-radius: 56px;
}
.nname_plate {
border: 1px solid blue;
height: 40px;
width: 161px;
padding: 7px;
margin-top: 6px;
}
.next {
clear: both;
min-height: 620px;
border-left: 20px solid yellow;
border-right: 20px solid yellow;
margin-top: 6px;
}
.scroll_down .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
bottom: 20px;
}
.scroll_down_parent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
bottom: 20px;
}
.scroll_up_parent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.scroll-up {
max-height: 19px;
}
.scroll_down_left_grand1 .pagination {
position: relative;
right: 32%;
background: yellow;
padding: 0px 4px;
}
.scroll_up_left_grand1 .pagination {
position: relative;
background: yellow;
padding: 0px 4px;
left: 47%;
}
.scroll_down_left .pagination {
position: relative;
top: 50px;
right: 29%;
background: yellow;
padding: 1px 6px 3px;
}
.scroll_up_left_grand0 .pagination {
background: yellow;
padding: 0px 4px 0px 4px;
position: relative;
left: 46%;
}
.scroll_down_left_grand0 .pagination {
position: relative;
right: 38%;
background: yellow;
padding: 0px 4px;
}
.scroll_up_left .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.mid_section {
left: 42px;
position: relative;
top: 82px;
}
span.angle_right {
position: absolute;
font-size: 25px;
top: 335px;
left: 98%;
}
span.angle_left {
position: relative;
top: 280px;
font-size: 25px;
right: 15px;
}
.name_box {
width: 100%;
border: 1px solid #000;
height: 35px;
}
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.part{
width: 80%;
float: left;
text-align: center;
line-height: 39px;
font-weight: 900;
}
.part_new{
width: 20%;
float: right;
background: yellow;
padding: 19px;
border-left: 1px solid #000;
}
.name_box_new{
width: 100%;
border: 1px solid #000;
height: 35px;
/*position: relative;
top: 50%;*/
}
.lagre_div {
position: relative;
top: 170px;
}
.img_new {
position: relative;
float: right;
top: 142px;
right: 21px;
}
/*.medium_img {
float: right;
position: relative;
bottom: 87px;
left: 37px;
}
.medium_img1 {
float: right;
position: relative;
top: -1%;
left: 37px;
}*/
.img_new img {
position: relative;
float: right;
bottom: 59px;
right: -2px;
}
/*.medium_img1 {
position: relative;
bottom: 4px;
right: 29px;
}*/
/*.medium_img_a1 {
position: absolute;
right: 211px;
top: 74%;
}*/
.medium_img_1 {
position: absolute;
right: 216px;
top: 123px;
display: none;
}
/*.lagre_div2 {
height: 183px;
}*/
.lagre_div2 {
padding-top: 30px;
}
.main_box21 {
height: 190px;
margin-left: 8px;
}
.lagre_div3 {
margin-top: -15px;
height: 183px;
}
.medium_img_0 {
position: relative;
right: 96%;
}
.scroll_up_left {
max-height: 0px;
}
.scroll_up_left_grand0 {
max-height: 10px;
}
.scroll_up_left_grand1 {
max-height: 4px;
}
.scroll_down_left {
max-height: 20px;
position: relative;
bottom: 23px;
}
.scroll-up {
max-height: 19px;
}
.scroll_down_secondparent {
max-height: 20px;
position: relative;
bottom: 23px;
}
.scroll_up_secondparent {
max-height: 19px;
}
.scroll_down_secondparent .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
left: 46%;
/* bottom: 25px;*/
}
/*.scroll_down_secondparent .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
top: 18px;
right: 38%;
}*/
.scroll_up_secondparent .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
/*.scroll_down_left_grand_parent1 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
left: 46%;
bottom: 25px;
}*/
.scroll_down_left_grand_parent1 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
right: 38%;
}
.scroll_up_left_grand_parent1 .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 41%;
top: 14px;
}
.scroll_down_left_grand_parent1 {
max-height: 20px;
position: relative;
}
.scroll_up_left_grand_parent1 {
max-height: 19px;
}
.scroll_down_left_grand_parent0 .pagination {
background: yellow;
padding: 1px 6px 3px 6px;
position: relative;
right: 38%;
}
.scroll_up_left_grand_parent0 .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
top:10px;
}
.scroll_up_left_grand_parent0 {
max-height: 19px;
}
.scroll_down_left_grand_parent0 {
max-height: 20px;
position: relative;
top: 18px;
}
.loader_lineage {
border: 2px solid #f3f3f3;
border-radius: 50%;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #fff;
border-left: 2px solid #000;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: relative;
left: 48%;
top: 203px;
}
.loader_greate_grand {
border: 2px solid #f3f3f3;
border-radius: 50%;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #fff;
border-left: 2px solid #000;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: relative;
left: 48%;
top: 203px;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
b.warning_text {
color: red;
position: relative;
top: 42%;
margin-left: 25px;
}
/*.main_box_ggchlideren {
height: 50px;
position: relative;
top: 6px;
}*/
.name_box_ggchlideren {
width: 100%;
border: 1px solid #000;
height: 35px;
/*position: relative;
top: 30%;*/
}
.img_small {
height: 0px;
position: relative;
right: 33px;
bottom: 5px;
}
.part11 {
width: 15%;
float: left;
background: #000;
padding: 5px;
text-align: center;
}
.part33 {
width: 20%;
float: left;
background: yellow;
padding: 16.5px;
border-left: 1px solid #000;
}
.part22 {
width: 65%;
float: left;
text-align: center;
line-height: 32px;
font-weight: 700;
}
.scroll_down_left_grand_8 .pagination {
background: yellow;
padding: 0px;
position: relative;
left: 40%;
bottom: 20px;
}
.scroll_down_left_grand_8 {
height: 0px;
}
.scroll_up_left_grand_8 .pagination {
background: yellow;
padding: 0px;
position: relative;
left: 46%;
bottom: 6px;
}
.scroll_up_left_grand_8 {
height: 0px;
position: relative;
bottom: 14px;
}
/*.part11 .fa.fa-lock {
font-size: 11px;
}*/
.scroll-up .pagination {
background: yellow;
padding: 4px 6px 4px 6px;
position: relative;
left: 46%;
}
.lagre_div21{
padding-top: 45px;
color: red;
}
.img_small1{
display: none;
}
.img_small0 {
height: 0px;
position: relative;
right: 33px;
}
/* .lagre_div_ggchlideren {
margin-top: 22px;
height: 86px;
}*/
.scroll_down_left_grand0 {
position: relative;
top: 14px;
}
/*
div#grand_new_records {
position: relative;
bottom: 34px;
}
*/
.medium_img_0.right_r {
left: 19%;
}
/*.pagination {
margin: 13px 0 !important;
}*/
.scroll_up_parent {
height: 19px;
}
/*.grandchild_warning {
padding-top: 145px;
}*/
.main_box1 {
padding-top: 126px;
}
.main_box22 {
padding-top: 52px;
}
.main_box_ggchlideren {
padding-top: 20px;
}
.grandchild_warning {
padding-top: 110px;
}
div#lagre_div_ggchlideren2 {
padding-top: 40px;
}
div#lagre_div_ggchlideren3 {
padding-top: 29px;
}
div#lagre_div_ggchlideren0 {
padding-top: 27px;
}
/*.scroll_up_left_grand1 .pagination {
position: relative;
background: yellow;
padding: 0px 4px;
top: 183px;
left: 98px;
}*/
.img_small_left {
position: relative;
left: 95%;
}
.img_small2 {
position: relative;
height: 0;
right: 16%;
}
.img_small3{
display: none;
}
.main_box22_reverse {
height: 77px;
padding-top: 45px;
}
.main_box1_reverse {
padding-top: 130px;
height: 185px;
}
div#grand_parent_div1 {
margin-top: -18px;
}
.main_box_ggchlideren_revere {
padding-top: 4px;
height: 57px;
} | 0.337859 | 0.060808 |
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
width: 10px;
/* 1px wider than Lion. */
/* This is more usable for users trying to click it. */
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 100px;
border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
background-color: rgba(0, 0, 0, 0.09);
}
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
/* This is the EXACT color of Mac OS scrollbars.
Yes, I pulled out digital color meter */
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100px;
border-radius: 100px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 10px;
/*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:hover {
background: rgba(0, 0, 0, 0.6);
-webkit-border-radius: 100px;
border-radius: 100px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 10px;
/*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:active {
background: rgba(0, 0, 0, 0.8);
/* Some darker color when you click it */
-webkit-border-radius: 100px;
border-radius: 100px;
}
ul,
li {
list-style: none !important;
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
li:before {
content: '' !important;
}
.clickable {
cursor: pointer;
}
.no-clickable {
cursor: default;
}
.hidden {
visibility: hidden !important;
}
.invisible {
display: none !important;
}
.width-100 {
width: 100% !important;
}
.padding-0 {
padding: 0 !important;
}
.margin-0 {
margin: 0 !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-auto {
overflow: auto !important;
}
.floated-right {
float: right !important;
}
.floated-left {
float: left !important;
}
[main-layout] [content] {
position: fixed;
top: 40px;
left: 0;
right: 0;
bottom: 0;
min-width: 1020px;
overflow: hidden;
}
[main-layout] [all-screen-dimmer] {
opacity: 0 !important;
} | proyecto-2b/ProyectoGrupal2B/testapp/static/styles/common.css | * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
width: 10px;
/* 1px wider than Lion. */
/* This is more usable for users trying to click it. */
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 100px;
border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
background-color: rgba(0, 0, 0, 0.09);
}
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
/* This is the EXACT color of Mac OS scrollbars.
Yes, I pulled out digital color meter */
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100px;
border-radius: 100px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 10px;
/*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:hover {
background: rgba(0, 0, 0, 0.6);
-webkit-border-radius: 100px;
border-radius: 100px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 10px;
/*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:active {
background: rgba(0, 0, 0, 0.8);
/* Some darker color when you click it */
-webkit-border-radius: 100px;
border-radius: 100px;
}
ul,
li {
list-style: none !important;
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
li:before {
content: '' !important;
}
.clickable {
cursor: pointer;
}
.no-clickable {
cursor: default;
}
.hidden {
visibility: hidden !important;
}
.invisible {
display: none !important;
}
.width-100 {
width: 100% !important;
}
.padding-0 {
padding: 0 !important;
}
.margin-0 {
margin: 0 !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-auto {
overflow: auto !important;
}
.floated-right {
float: right !important;
}
.floated-left {
float: left !important;
}
[main-layout] [content] {
position: fixed;
top: 40px;
left: 0;
right: 0;
bottom: 0;
min-width: 1020px;
overflow: hidden;
}
[main-layout] [all-screen-dimmer] {
opacity: 0 !important;
} | 0.391057 | 0.083815 |
body {
font-family: "Helvetica Neue",Arial,sans-serif;
color: #000000; background-color: #E8E8E8;
margin: 0px; padding: 0px }
a:link,
a:visited { color: #557A95; text-decoration: none }
a:hover { color: #557A95; text-decoration: underline }
a:active { color: #557A95; text-decoration: underline }
td {
vertical-align: top }
/* Comment out this line to use web-style paragraphs (blank line between paragraphs, no indent) instead of print-style
paragraphs (no blank line, indented.) */
p {
text-indent: 5ex; margin: 0 }
/* Can't use something like display: none or it won't break. */
.HiddenBreak {
font-size: 1px }
.Menu {
font-size: 9pt;
padding: 0 0 0 0;
width: 27ex;
background: #557A95}
.MTitle {
font-size: 18pt; font-weight: bold; color:lightgray;
background-color:#223847;
text-align: center;
padding: 10px 10px 15px 10px;
margin-bottom: 15px }
.MSubTitle {
font-size: 9pt; font-weight: normal;
margin-top: 1ex; margin-bottom: 5px }
.MEntry a:link,
.MEntry a:hover,
.MEntry a:visited { color: lightgray; margin-right: 0 }
.MEntry a:active { color: lightgray; margin-right: 0 }
.MGroup {
font-variant:normal; font-weight: bold;
margin: 1em 0 1em 10px }
.MGroupContent {
font-variant: normal; font-weight: normal }
.MGroup a:link,
.MGroup a:hover,
.MGroup a:visited { color: lightgray; margin-right: 10px }
.MGroup a:active { color: lightgray; margin-right: 10px }
.MFile,
.MText,
.MLink,
.MIndex {
padding: 1px 17px 2px 10px;
margin: .25em 0 .25em 0 }
.MText {
font-size: 8pt; font-style: italic }
.MLink {
font-style: italic }
.MFile#MSelected,
.MIndex#MSelected {
color: #000000; background-color: #A16D6C;
/* Replace padding with border. */
padding: 0 10px 0 10px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000;
margin-right: 0px }
.Content {
background-color: #FFFFFF;
padding-bottom: 15px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000 }
.CTopic {
font-size: 10pt;
margin: 0 15px 3em 15px }
.CTitle {
font-size: 12pt; font-weight: bold;
margin: 0 0 .5em 0 }
.CGroup .CTitle {
font-size: 16pt; font-variant: normal;
padding-left: 15px; padding-right: 15px;
border-width: 0 0 0 0; border-color: #000000;
margin-left: -15px; margin-right: -15px }
.CClass .CTitle,
.CSection .CTitle {
font-size: 18pt;
color: #FFFFFF; background-color: #A0A0A0;
padding: 10px 15px 10px 15px;
border-width: 0 0; border-color: #000000;
margin-left: -15px; margin-right: -15px }
.CMain .CTitle {
font-size: 20pt;
color: #557A95; background-color: white;
padding: 10px 15px 10px 15px;
border-width: 0 0 0 0;
margin-left: -15px; margin-right: -15px }
.CPrototype {
font: 10pt "Consolas", monaco, monospace;
padding: 5px 3ex;
border-width: 0; border-style: solid;
margin: 0 5ex 1.5em 5ex }
.CFunction .CPrototype {
background-color: rgba(231, 231, 231, 0.63)}
.CVariable .CPrototype {
background-color: rgba(231, 231, 231, 0.63) }
.CHeading {
font-weight: normal; font-size: 10pt;
margin-top: 1.5em; margin-bottom: .5em }
.CCode {
font: 10pt "Consolas", monaco, monospace };
.CBulletList {
/* I don't know why CTopic's margin doesn't apply, but it's consistent across browsers so whatever.
Reapply it here as padding.. */
padding-left: 15px; padding-right: 15px;
margin: .5em 5ex .5em 5ex;
}
.CDescriptionList {
margin: .5em 5ex 0 5ex }
.CDLEntry {
font: 10pt "Consolas", monaco, monospace; color: #808080;
padding-bottom: .25em;
white-space: nowrap }
.CDLDescription {
font-size: 10pt; /* For browsers that don't inherit correctly, like Opera 5. */
padding-bottom: .5em; padding-left: 5ex }
.Summary {
margin: 1.5em 5ex 0 5ex }
.STitle {
font-size: 12pt; font-weight: bold;
margin-bottom: .5em }
.SBorder {
width: 100%; /* IE 5 needs this. */
background-color: rgba(231, 231, 231, 0.63)/*rgba(58, 110, 146, 0.233)*/;
padding: 15px;
border: 1px solid #557A95 }
.STable {
font-size: 9pt; width: 100% }
.SEntrySize {
width: 30% }
.SDescriptionSize {
width: 70% }
.SMarked {
background-color: rgb(225, 225, 225) }
.SEntry .SInClass,
.SEntry .SInSection,
.SEntry .SInGroup {
margin-left: 1.5ex }
.SDescription {
padding-left: 3ex }
.SDescription a { color: #557A95}
.SDescription a:active { color: #557A95 }
.SGroup {
margin-top: .5em; margin-bottom: .25em }
.SGroup .SEntry {
font-weight: bold; font-variant: normal; }
.SGroup .SEntry a { color: #557A95 }
.SGroup .SEntry a:active { color: #557A95 }
.SMain .SEntry,
.SClass .SEntry,
.SSection .SEntry {
font-weight: bold; font-size: 10pt;
margin-bottom: .25em }
.SClass
.SSection {
margin-top: 1em }
.SMain .SEntry a,
.SClass .SEntry a,
.SSection .SEntry a { color: #557A95 }
.SMain .SEntry a:active,
.SClass .SEntry a:active,
.SSection .SEntry a:active { color: #557A95 }
.Index {
background-color: #FFFFFF;
font-size: 10pt;
padding: 15px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000 }
.IPageTitle {
font-size: 20pt; font-weight: bold;
color: #FFFFFF; background-color: #7070C0;
padding: 10px 15px 10px 15px;
border-width: 0 0 0 0; border-color: #000000; border-style: solid;
margin: -15px -15px 0 -15px }
.ISubIndex {
padding-left: 3ex; padding-bottom: .5em }
.IHeading {
font-size: 16pt; font-weight: bold;
padding-top: 1.5em; padding-bottom: .5em;
}
/* While it may cause some entries to look like links when they aren't, I found it's much easier to read the
index if everything's the same color. */
.ISymbol {
font-weight: bold; color: #557A95;
}
.INavigationBar {
text-align: center;
background-color: #FFFFF0;
padding: 5px;
border-bottom: solid 1px black;
margin: 0 -15px 0 -15px }
.INavigationBar a {
font-weight: bold }
.Footer {
font-size: 8pt; color: #909090;
text-align: right;
margin: 2px }
.Footer a:link,
.Footer a:hover,
.Footer a:visited { color: #909090 }
.Footer a:active { color: #557A95 } | NaturalDocs.css | body {
font-family: "Helvetica Neue",Arial,sans-serif;
color: #000000; background-color: #E8E8E8;
margin: 0px; padding: 0px }
a:link,
a:visited { color: #557A95; text-decoration: none }
a:hover { color: #557A95; text-decoration: underline }
a:active { color: #557A95; text-decoration: underline }
td {
vertical-align: top }
/* Comment out this line to use web-style paragraphs (blank line between paragraphs, no indent) instead of print-style
paragraphs (no blank line, indented.) */
p {
text-indent: 5ex; margin: 0 }
/* Can't use something like display: none or it won't break. */
.HiddenBreak {
font-size: 1px }
.Menu {
font-size: 9pt;
padding: 0 0 0 0;
width: 27ex;
background: #557A95}
.MTitle {
font-size: 18pt; font-weight: bold; color:lightgray;
background-color:#223847;
text-align: center;
padding: 10px 10px 15px 10px;
margin-bottom: 15px }
.MSubTitle {
font-size: 9pt; font-weight: normal;
margin-top: 1ex; margin-bottom: 5px }
.MEntry a:link,
.MEntry a:hover,
.MEntry a:visited { color: lightgray; margin-right: 0 }
.MEntry a:active { color: lightgray; margin-right: 0 }
.MGroup {
font-variant:normal; font-weight: bold;
margin: 1em 0 1em 10px }
.MGroupContent {
font-variant: normal; font-weight: normal }
.MGroup a:link,
.MGroup a:hover,
.MGroup a:visited { color: lightgray; margin-right: 10px }
.MGroup a:active { color: lightgray; margin-right: 10px }
.MFile,
.MText,
.MLink,
.MIndex {
padding: 1px 17px 2px 10px;
margin: .25em 0 .25em 0 }
.MText {
font-size: 8pt; font-style: italic }
.MLink {
font-style: italic }
.MFile#MSelected,
.MIndex#MSelected {
color: #000000; background-color: #A16D6C;
/* Replace padding with border. */
padding: 0 10px 0 10px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000;
margin-right: 0px }
.Content {
background-color: #FFFFFF;
padding-bottom: 15px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000 }
.CTopic {
font-size: 10pt;
margin: 0 15px 3em 15px }
.CTitle {
font-size: 12pt; font-weight: bold;
margin: 0 0 .5em 0 }
.CGroup .CTitle {
font-size: 16pt; font-variant: normal;
padding-left: 15px; padding-right: 15px;
border-width: 0 0 0 0; border-color: #000000;
margin-left: -15px; margin-right: -15px }
.CClass .CTitle,
.CSection .CTitle {
font-size: 18pt;
color: #FFFFFF; background-color: #A0A0A0;
padding: 10px 15px 10px 15px;
border-width: 0 0; border-color: #000000;
margin-left: -15px; margin-right: -15px }
.CMain .CTitle {
font-size: 20pt;
color: #557A95; background-color: white;
padding: 10px 15px 10px 15px;
border-width: 0 0 0 0;
margin-left: -15px; margin-right: -15px }
.CPrototype {
font: 10pt "Consolas", monaco, monospace;
padding: 5px 3ex;
border-width: 0; border-style: solid;
margin: 0 5ex 1.5em 5ex }
.CFunction .CPrototype {
background-color: rgba(231, 231, 231, 0.63)}
.CVariable .CPrototype {
background-color: rgba(231, 231, 231, 0.63) }
.CHeading {
font-weight: normal; font-size: 10pt;
margin-top: 1.5em; margin-bottom: .5em }
.CCode {
font: 10pt "Consolas", monaco, monospace };
.CBulletList {
/* I don't know why CTopic's margin doesn't apply, but it's consistent across browsers so whatever.
Reapply it here as padding.. */
padding-left: 15px; padding-right: 15px;
margin: .5em 5ex .5em 5ex;
}
.CDescriptionList {
margin: .5em 5ex 0 5ex }
.CDLEntry {
font: 10pt "Consolas", monaco, monospace; color: #808080;
padding-bottom: .25em;
white-space: nowrap }
.CDLDescription {
font-size: 10pt; /* For browsers that don't inherit correctly, like Opera 5. */
padding-bottom: .5em; padding-left: 5ex }
.Summary {
margin: 1.5em 5ex 0 5ex }
.STitle {
font-size: 12pt; font-weight: bold;
margin-bottom: .5em }
.SBorder {
width: 100%; /* IE 5 needs this. */
background-color: rgba(231, 231, 231, 0.63)/*rgba(58, 110, 146, 0.233)*/;
padding: 15px;
border: 1px solid #557A95 }
.STable {
font-size: 9pt; width: 100% }
.SEntrySize {
width: 30% }
.SDescriptionSize {
width: 70% }
.SMarked {
background-color: rgb(225, 225, 225) }
.SEntry .SInClass,
.SEntry .SInSection,
.SEntry .SInGroup {
margin-left: 1.5ex }
.SDescription {
padding-left: 3ex }
.SDescription a { color: #557A95}
.SDescription a:active { color: #557A95 }
.SGroup {
margin-top: .5em; margin-bottom: .25em }
.SGroup .SEntry {
font-weight: bold; font-variant: normal; }
.SGroup .SEntry a { color: #557A95 }
.SGroup .SEntry a:active { color: #557A95 }
.SMain .SEntry,
.SClass .SEntry,
.SSection .SEntry {
font-weight: bold; font-size: 10pt;
margin-bottom: .25em }
.SClass
.SSection {
margin-top: 1em }
.SMain .SEntry a,
.SClass .SEntry a,
.SSection .SEntry a { color: #557A95 }
.SMain .SEntry a:active,
.SClass .SEntry a:active,
.SSection .SEntry a:active { color: #557A95 }
.Index {
background-color: #FFFFFF;
font-size: 10pt;
padding: 15px;
border-width: 0 0 0 0; border-style: solid; border-color: #000000 }
.IPageTitle {
font-size: 20pt; font-weight: bold;
color: #FFFFFF; background-color: #7070C0;
padding: 10px 15px 10px 15px;
border-width: 0 0 0 0; border-color: #000000; border-style: solid;
margin: -15px -15px 0 -15px }
.ISubIndex {
padding-left: 3ex; padding-bottom: .5em }
.IHeading {
font-size: 16pt; font-weight: bold;
padding-top: 1.5em; padding-bottom: .5em;
}
/* While it may cause some entries to look like links when they aren't, I found it's much easier to read the
index if everything's the same color. */
.ISymbol {
font-weight: bold; color: #557A95;
}
.INavigationBar {
text-align: center;
background-color: #FFFFF0;
padding: 5px;
border-bottom: solid 1px black;
margin: 0 -15px 0 -15px }
.INavigationBar a {
font-weight: bold }
.Footer {
font-size: 8pt; color: #909090;
text-align: right;
margin: 2px }
.Footer a:link,
.Footer a:hover,
.Footer a:visited { color: #909090 }
.Footer a:active { color: #557A95 } | 0.333286 | 0.186891 |
span.cm-builtin { color: #333; }
span.cm-def { color: #333; }
span.cm-header { color: #333; }
span.cm-meta { color: #333; }
span.cm-operator { color: #333; }
span.cm-qualifier { color: #333; }
span.cm-atom { color: #008fff; }
span.cm-link { color: #008fff; }
span.cm-number { color: #008fff; }
span.cm-string { color: #008fff; }
span.cm-string-2 { color: #008fff; }
span.cm-variable-2 { color: #008fff; }
span.cm-variable-3 { color: #008fff; }
span.cm-bracket { color: #303da2; }
span.cm-tag { color: #303da2; }
span.cm-attribute { color: #1eac7a; }
span.cm-property { color: #1eac7a; } /* property after string */
span.cm-comment { color: #aebbc1; }
span.cm-error { color: #FB5050; }
span.cm-keyword { color: #303da2; }
span.cm-variable { color: #303da2; }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror {
line-height: 1.4;
}
.CodeMirror-scroll {
background: #fff;
color: #4d6071;
}
.CodeMirror-cursor {
border-left: 1px solid #000 !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 1px solid #000 !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #fff;
border-right: 1px solid #e6eff4;
}
.CodeMirror-linenumber {
color: #aebbc1;
}
.CodeMirror-selected {}
/* Active Line */
.CodeMirror-activeline-background {
background: #e7edf2 !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #000;
background-color: transparent !important;
}
/* Matching Brackets and Tags */
.CodeMirror-matchingbracket {
background: #b2e7ff !important;
color: #000 !important;
}
.CodeMirror-matchingtag {
background: #cbeeff !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #ff3da5 !important;
}
/* Search Match */
/*
.CodeMirror-searching {
background-color: #ffcd2d;
color: #000 !important;
}
.CodeMirror-searching.searching-current-match {
background-color: #ff8500;
}
*/
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #fff;
}
#image-holder {
color: #4d6071;
}
.sidebar-selection,
.filetree-selection {
/* Selected file or folder */
background: #d9d9d9;
border-bottom: none;
border-top: none;
}
/* Sidebar */
#sidebar,
#working-set-list-container {
background-color: #eaeaea;
text-shadow: none;
color: #222;
}
#sidebar #project-dropdown-toggle{
background-color: #d9d9d9;
}
#sidebar *{
-webkit-filter: none;
color: #3b3f40;
}
/* Pannel */
.bottom-panel{
border: none;
}
.bottom-panel .toolbar{
background-color: #eaeaea;
box-shadow: none;
} | src/extensions/default/themes-for-brackets/themes/MB-Creator-Light.css |
span.cm-builtin { color: #333; }
span.cm-def { color: #333; }
span.cm-header { color: #333; }
span.cm-meta { color: #333; }
span.cm-operator { color: #333; }
span.cm-qualifier { color: #333; }
span.cm-atom { color: #008fff; }
span.cm-link { color: #008fff; }
span.cm-number { color: #008fff; }
span.cm-string { color: #008fff; }
span.cm-string-2 { color: #008fff; }
span.cm-variable-2 { color: #008fff; }
span.cm-variable-3 { color: #008fff; }
span.cm-bracket { color: #303da2; }
span.cm-tag { color: #303da2; }
span.cm-attribute { color: #1eac7a; }
span.cm-property { color: #1eac7a; } /* property after string */
span.cm-comment { color: #aebbc1; }
span.cm-error { color: #FB5050; }
span.cm-keyword { color: #303da2; }
span.cm-variable { color: #303da2; }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror {
line-height: 1.4;
}
.CodeMirror-scroll {
background: #fff;
color: #4d6071;
}
.CodeMirror-cursor {
border-left: 1px solid #000 !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 1px solid #000 !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #fff;
border-right: 1px solid #e6eff4;
}
.CodeMirror-linenumber {
color: #aebbc1;
}
.CodeMirror-selected {}
/* Active Line */
.CodeMirror-activeline-background {
background: #e7edf2 !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #000;
background-color: transparent !important;
}
/* Matching Brackets and Tags */
.CodeMirror-matchingbracket {
background: #b2e7ff !important;
color: #000 !important;
}
.CodeMirror-matchingtag {
background: #cbeeff !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #ff3da5 !important;
}
/* Search Match */
/*
.CodeMirror-searching {
background-color: #ffcd2d;
color: #000 !important;
}
.CodeMirror-searching.searching-current-match {
background-color: #ff8500;
}
*/
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #fff;
}
#image-holder {
color: #4d6071;
}
.sidebar-selection,
.filetree-selection {
/* Selected file or folder */
background: #d9d9d9;
border-bottom: none;
border-top: none;
}
/* Sidebar */
#sidebar,
#working-set-list-container {
background-color: #eaeaea;
text-shadow: none;
color: #222;
}
#sidebar #project-dropdown-toggle{
background-color: #d9d9d9;
}
#sidebar *{
-webkit-filter: none;
color: #3b3f40;
}
/* Pannel */
.bottom-panel{
border: none;
}
.bottom-panel .toolbar{
background-color: #eaeaea;
box-shadow: none;
} | 0.422386 | 0.073165 |
margin: auto;
/*width: 940px;
text-align: center;*/
}
#add li {
display: inline;
cursor: pointer;
}
#add li span {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 5px;
background-repeat: no-repeat;
width: 150px;
height: 40px;
line-height: 40px;
color: #606060;
display: inline-block;
text-align: center;
background-position-y: 50%;
background-position-x: 7px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-top: 5px;
font-size: 15px;
}
.config,
.config1 {
margin-top: 30px;
/*width:50%;
float:left;*/
}
.column {
width: 90%;
padding-bottom: 100px;
margin: auto;
}
.config div,
.config1 div {
cursor: move;
}
.hover{
border:1px dotted #ccc;
}
.portlet {
/*border: none;
border-top: 1px #aaa dashed;
border-bottom: 1px #aaa dashed;*/
/* margin: 0 1em 1em 0;*/
}
.addField{
min-height: 22px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
position: relative;
text-shadow: 1px 1px 0 #FFFFFF;
color: #434343;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
border: 1px dashed #a5a5a5;
background: #f5f5f5;
-webkit-box-shadow: 0px 1px 0px #fdfdfd inset;
-moz-box-shadow: 0px 1px 0px #fdfdfd inset;
box-shadow: 0px 1px 0px #fdfdfd inset;
line-height: 20px;
display: inline-block;
clear: both;
cursor: move;
z-index: 999;
font-weight: 400 !important;
}
/*.options {
width:100%;
height:100%;
background-color:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
}
.options div.input_fields_wrap {
margin:0 auto;
width:290px;
min-height:170px;
padding:30px;
margin-top:150px;
background-color:white;
/*border-radius:15px;*/
/*}
.options p {
margin:0 auto;
width:300px;
text-align:center;
font-weight:bold;
}
.options button {
margin-top:40px;
width:290px;
}*/
.req{
color:red;
}
.portlet-header {
margin: 0.3em;
padding-bottom: 4px;
padding-left: 0.2em;
background-image: none;
/* padding-left: 40px;*/
min-height: 50px;
border: none;
}
.setdefault{
background-color:#e53935;
text-decoration: none;
border:none;
border-radius:2px;
color:white;
width:50px;
font-size:11px;
padding: 2px 6px;
line-height: 15px;
font-weight: 400;
}
.default{
background-color:#0097a7;
text-decoration: none;
border:none;
border-radius:2px;
color:white;
width:50px;
font-size:11px;
padding: 2px 6px;
line-height: 15px;
font-weight: 400;
}
.split{
border:1px solid;
border-color:red;
}
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
outline: none;
}
select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
border-radius: 0;
border-width: 0 0 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.12);
font: 400 15px / 18px "Roboto", sans-serif;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
box-sizing: border-box;
padding: 12px 4px;
background: transparent;
width: 100%;
display: block;
}
select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
border-color: #e53935;
}
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
border-bottom-color: #e53935;
}
select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
border-color: #7cb342;
}
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
border-bottom-color: #7cb342;
}
select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
background: transparent;
border-color: rgba(0, 0, 0, 0.12);
}
select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
padding: 4px;
}
.md-input-width-small {
min-width: 80px !important;
}
.md-input-width-medium {
min-width: 160px !important;
}
.md-input-width-large {
min-width: 320px !important;
}
textarea.md-input {
min-height: 80px;
resize: none;
overflow: hidden;
-webkit-transition: height 200ms ease-out;
transition: height 200ms ease-out;
line-height: 24px;
}
.md-input-wrapper {
position: relative;
padding-top: 4px;
width: 100%;
display: block;
}
.md-input-wrapper .md-input-bar {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
content: '';
display: block;
position: absolute;
bottom: 0;
width: 0;
height: 2px;
background: #1976d2;
-webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-input-wrapper .md-input-bar:before {
left: 50%;
}
.md-input-wrapper .md-input-bar:after {
right: 50%;
}
.md-input-wrapper > label {
color: #727272;
position: absolute;
top: 16px;
left: 4px;
right: 0;
pointer-events: none;
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
}
.md-input-wrapper + * {
margin-top: 10px;
}
.md-input-wrapper.md-input-wrapper-disabled > label {
color: rgba(0, 0, 0, 0.26);
}
.md-input-wrapper-count {
padding-bottom: 24px;
}
.md-input-wrapper-count .md-input-bar {
bottom: 24px;
}
.md-input-wrapper-count .text-count-wrapper {
font-size: 12px;
position: absolute;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
}
.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
position: absolute;
bottom: 0;
right: 0;
}
.md-input-filled > label,
.md-input-focus > label {
top: -6px;
font-size: 12px;
}
.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
opacity: 1;
}
.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
width: 50%;
}
.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
background: #e53935;
}
.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
color: #e53935;
}
.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
background: #7cb342;
}
.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
color: #7cb342;
}
.md-form-group {
position: relative;
}
label.md-label {
color: #999;
padding: 0 6px;
font-size: 11px;
}
input[type=text], input[type=password], textarea {
width: 200px;
height: 30px;
/*background: #eeeeee;
border: 1px solid #dedede;*/
padding: 0 12px !important;
margin-top: 3px;
color: #212121;
/*border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
}
.option {
height: 30px;
}
p.option p.error{
float:left;
}
.select_option {
float: left;
}
/* Sortable */
ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 45%; height: 90px; font-size: 4em; text-align: center; }
#pages {
list-style: outside none none;
/*padding-left: 16px !important;*/
width: 100%;
}
ul.config{
margin-right: 15px;
}
ul.config,
ul.config1{
min-height:100px;
background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
}
.left{
float: left;
}
.right{
float: right;
}
.background{
/*background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;*/
}
ul li.config{
min-height:100px;
background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
}
ul.config li > .portlet,
ul.config1 li > .portlet {
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
ul.config label,
ul.config1 label
{
/* display: block;
margin-top: 20px;
letter-spacing: 2px;
margin-bottom:0px;*/
font-weight:normal;
}
.publish .uk-icon-ban{
color:red;
font-weight:bold;
}
.unpublish .uk-icon-check{
color:green;
font-weight:bold;
}
.uk-active{
/*margin:5px 10px;*/
}
h3{
font-size:16px;
}
div.portlet-content > a{
font-size:13px;
}
ul.config li,
ul.config1 li
{
margin-left:0px;
}
.delete_field,
.delete_fields {
/* background: url('../images/delete.png');*/
background-size: 16px;
display: block;
width: 16px;
height: 16px;
float: right;
cursor: pointer;
}
.deleteOption {
background: url('../images/delete.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
cursor: pointer;
margin: 5px;
margin-top: 6px;
}
.edit_field,
.edit_fields {
margin-right: 20px;
/* background: url('../images/edit.png'); */
background-size: 16px;
display: block;
width: 16px;
height: 16px;
line-height: 16px;
float: right;
cursor: pointer;
}
#errors {
text-align: center;
margin-top: 10px;
}
.error {
color: crimson;
font-size: 12px;
width: 100%;
display: block;
margin: 0px;
}
.hide{
display:none;
}
.show{
display:block;
}
.field_error{
border-color: red !important;
}
.country{
background-image:url('../img/country.png');
background-repeat: no-repeat;
}
.countrys{
background-image:url('../img/country-2.png');
background-repeat: no-repeat;
}
.domain{
background-image:url('../img/domain.png');
background-repeat: no-repeat;
}
.domains{
background-image:url('../img/domain-2.png');
background-repeat: no-repeat;
}
.department{
background-image:url('../img/department.png');
background-repeat: no-repeat;
}
.departments{
background-image:url('../img/department-2.png');
background-repeat: no-repeat;
}
.category{
background-image:url('../img/category.png');
background-repeat: no-repeat;
}
.categories{
background-image:url('../img/category-2.png');
background-repeat: no-repeat;
}
.role{
background-image:url('../img/role.png');
background-repeat: no-repeat;
}
.roles{
background-image:url('../img/role-2.png');
background-repeat: no-repeat;
}
.location{
background-image:url('../img/location.png');
background-repeat: no-repeat;
}
.locations{
background-image:url('../img/location-2.png');
background-repeat: no-repeat;
}
.material-icons{
width:31px !important;
height:31px !important;
} | assets/assets/css/style_olds.css | margin: auto;
/*width: 940px;
text-align: center;*/
}
#add li {
display: inline;
cursor: pointer;
}
#add li span {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 5px;
background-repeat: no-repeat;
width: 150px;
height: 40px;
line-height: 40px;
color: #606060;
display: inline-block;
text-align: center;
background-position-y: 50%;
background-position-x: 7px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-top: 5px;
font-size: 15px;
}
.config,
.config1 {
margin-top: 30px;
/*width:50%;
float:left;*/
}
.column {
width: 90%;
padding-bottom: 100px;
margin: auto;
}
.config div,
.config1 div {
cursor: move;
}
.hover{
border:1px dotted #ccc;
}
.portlet {
/*border: none;
border-top: 1px #aaa dashed;
border-bottom: 1px #aaa dashed;*/
/* margin: 0 1em 1em 0;*/
}
.addField{
min-height: 22px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
position: relative;
text-shadow: 1px 1px 0 #FFFFFF;
color: #434343;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
border: 1px dashed #a5a5a5;
background: #f5f5f5;
-webkit-box-shadow: 0px 1px 0px #fdfdfd inset;
-moz-box-shadow: 0px 1px 0px #fdfdfd inset;
box-shadow: 0px 1px 0px #fdfdfd inset;
line-height: 20px;
display: inline-block;
clear: both;
cursor: move;
z-index: 999;
font-weight: 400 !important;
}
/*.options {
width:100%;
height:100%;
background-color:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
}
.options div.input_fields_wrap {
margin:0 auto;
width:290px;
min-height:170px;
padding:30px;
margin-top:150px;
background-color:white;
/*border-radius:15px;*/
/*}
.options p {
margin:0 auto;
width:300px;
text-align:center;
font-weight:bold;
}
.options button {
margin-top:40px;
width:290px;
}*/
.req{
color:red;
}
.portlet-header {
margin: 0.3em;
padding-bottom: 4px;
padding-left: 0.2em;
background-image: none;
/* padding-left: 40px;*/
min-height: 50px;
border: none;
}
.setdefault{
background-color:#e53935;
text-decoration: none;
border:none;
border-radius:2px;
color:white;
width:50px;
font-size:11px;
padding: 2px 6px;
line-height: 15px;
font-weight: 400;
}
.default{
background-color:#0097a7;
text-decoration: none;
border:none;
border-radius:2px;
color:white;
width:50px;
font-size:11px;
padding: 2px 6px;
line-height: 15px;
font-weight: 400;
}
.split{
border:1px solid;
border-color:red;
}
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
outline: none;
}
select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
border-radius: 0;
border-width: 0 0 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.12);
font: 400 15px / 18px "Roboto", sans-serif;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
box-sizing: border-box;
padding: 12px 4px;
background: transparent;
width: 100%;
display: block;
}
select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
border-color: #e53935;
}
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
border-bottom-color: #e53935;
}
select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
border-color: #7cb342;
}
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
border-bottom-color: #7cb342;
}
select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
background: transparent;
border-color: rgba(0, 0, 0, 0.12);
}
select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
padding: 4px;
}
.md-input-width-small {
min-width: 80px !important;
}
.md-input-width-medium {
min-width: 160px !important;
}
.md-input-width-large {
min-width: 320px !important;
}
textarea.md-input {
min-height: 80px;
resize: none;
overflow: hidden;
-webkit-transition: height 200ms ease-out;
transition: height 200ms ease-out;
line-height: 24px;
}
.md-input-wrapper {
position: relative;
padding-top: 4px;
width: 100%;
display: block;
}
.md-input-wrapper .md-input-bar {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
content: '';
display: block;
position: absolute;
bottom: 0;
width: 0;
height: 2px;
background: #1976d2;
-webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-input-wrapper .md-input-bar:before {
left: 50%;
}
.md-input-wrapper .md-input-bar:after {
right: 50%;
}
.md-input-wrapper > label {
color: #727272;
position: absolute;
top: 16px;
left: 4px;
right: 0;
pointer-events: none;
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
}
.md-input-wrapper + * {
margin-top: 10px;
}
.md-input-wrapper.md-input-wrapper-disabled > label {
color: rgba(0, 0, 0, 0.26);
}
.md-input-wrapper-count {
padding-bottom: 24px;
}
.md-input-wrapper-count .md-input-bar {
bottom: 24px;
}
.md-input-wrapper-count .text-count-wrapper {
font-size: 12px;
position: absolute;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
}
.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
position: absolute;
bottom: 0;
right: 0;
}
.md-input-filled > label,
.md-input-focus > label {
top: -6px;
font-size: 12px;
}
.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
opacity: 1;
}
.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
width: 50%;
}
.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
background: #e53935;
}
.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
color: #e53935;
}
.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
background: #7cb342;
}
.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
color: #7cb342;
}
.md-form-group {
position: relative;
}
label.md-label {
color: #999;
padding: 0 6px;
font-size: 11px;
}
input[type=text], input[type=password], textarea {
width: 200px;
height: 30px;
/*background: #eeeeee;
border: 1px solid #dedede;*/
padding: 0 12px !important;
margin-top: 3px;
color: #212121;
/*border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
}
.option {
height: 30px;
}
p.option p.error{
float:left;
}
.select_option {
float: left;
}
/* Sortable */
ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 45%; height: 90px; font-size: 4em; text-align: center; }
#pages {
list-style: outside none none;
/*padding-left: 16px !important;*/
width: 100%;
}
ul.config{
margin-right: 15px;
}
ul.config,
ul.config1{
min-height:100px;
background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
}
.left{
float: left;
}
.right{
float: right;
}
.background{
/*background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;*/
}
ul li.config{
min-height:100px;
background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
}
ul.config li > .portlet,
ul.config1 li > .portlet {
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
ul.config label,
ul.config1 label
{
/* display: block;
margin-top: 20px;
letter-spacing: 2px;
margin-bottom:0px;*/
font-weight:normal;
}
.publish .uk-icon-ban{
color:red;
font-weight:bold;
}
.unpublish .uk-icon-check{
color:green;
font-weight:bold;
}
.uk-active{
/*margin:5px 10px;*/
}
h3{
font-size:16px;
}
div.portlet-content > a{
font-size:13px;
}
ul.config li,
ul.config1 li
{
margin-left:0px;
}
.delete_field,
.delete_fields {
/* background: url('../images/delete.png');*/
background-size: 16px;
display: block;
width: 16px;
height: 16px;
float: right;
cursor: pointer;
}
.deleteOption {
background: url('../images/delete.png');
background-size: 15px;
display: block;
width: 15px;
height: 15px;
float: left;
cursor: pointer;
margin: 5px;
margin-top: 6px;
}
.edit_field,
.edit_fields {
margin-right: 20px;
/* background: url('../images/edit.png'); */
background-size: 16px;
display: block;
width: 16px;
height: 16px;
line-height: 16px;
float: right;
cursor: pointer;
}
#errors {
text-align: center;
margin-top: 10px;
}
.error {
color: crimson;
font-size: 12px;
width: 100%;
display: block;
margin: 0px;
}
.hide{
display:none;
}
.show{
display:block;
}
.field_error{
border-color: red !important;
}
.country{
background-image:url('../img/country.png');
background-repeat: no-repeat;
}
.countrys{
background-image:url('../img/country-2.png');
background-repeat: no-repeat;
}
.domain{
background-image:url('../img/domain.png');
background-repeat: no-repeat;
}
.domains{
background-image:url('../img/domain-2.png');
background-repeat: no-repeat;
}
.department{
background-image:url('../img/department.png');
background-repeat: no-repeat;
}
.departments{
background-image:url('../img/department-2.png');
background-repeat: no-repeat;
}
.category{
background-image:url('../img/category.png');
background-repeat: no-repeat;
}
.categories{
background-image:url('../img/category-2.png');
background-repeat: no-repeat;
}
.role{
background-image:url('../img/role.png');
background-repeat: no-repeat;
}
.roles{
background-image:url('../img/role-2.png');
background-repeat: no-repeat;
}
.location{
background-image:url('../img/location.png');
background-repeat: no-repeat;
}
.locations{
background-image:url('../img/location-2.png');
background-repeat: no-repeat;
}
.material-icons{
width:31px !important;
height:31px !important;
} | 0.222869 | 0.067639 |
list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
width: 100%;
text-align: center;
}
.door {
text-shadow: none;
position: relative;
display: inline-block;
margin-right: -4px;
}
.door a {
display: block;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
color: #a7a7a7;
margin: 36px;
width: 250px;
height: 250px;
position: relative;
text-align: center;
border-radius: 50%;
box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
text-decoration: none;
box-sizing: border-box;
}
.door a:before {
content: "";
display: block;
background: #fff;
border-top: 2px solid #ddd;
position: absolute;
top: -18px;
left: -18px;
bottom: -18px;
right: -18px;
z-index: -1;
border-radius: 50%;
box-shadow: inset 0px 8px 48px #ddd;
}
.door a:hover,
.door a:focus,
.door a:active {
text-decoration: none;
background: #f5f5f5;
}
.door:before {
content: "";
display: block;
border-top: 1px solid #ddd;
border-bottom: 1px solid #fff;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: -1;
}
.door h3 {
/* status label */
margin-top: 0;
font-size: 16pt;
margin-bottom: 35px;
position: relative;
top: -55px;
pointer-events: none;
}
.door p {
/* last updated time */
line-height:0;
margin:0;
color: #ccc;
font-size: 9pt;
border: none;
}
.door img {
display:block;
margin: 0 auto 20px;
opacity: 0.2;
}
.door-open {
}
.door-closed {
}
.door-opening {
border: 2px solid #ff4221;
}
.door-closing {
border: 2px solid #ff4221;
} | server/www/style.css | list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
width: 100%;
text-align: center;
}
.door {
text-shadow: none;
position: relative;
display: inline-block;
margin-right: -4px;
}
.door a {
display: block;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
color: #a7a7a7;
margin: 36px;
width: 250px;
height: 250px;
position: relative;
text-align: center;
border-radius: 50%;
box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
text-decoration: none;
box-sizing: border-box;
}
.door a:before {
content: "";
display: block;
background: #fff;
border-top: 2px solid #ddd;
position: absolute;
top: -18px;
left: -18px;
bottom: -18px;
right: -18px;
z-index: -1;
border-radius: 50%;
box-shadow: inset 0px 8px 48px #ddd;
}
.door a:hover,
.door a:focus,
.door a:active {
text-decoration: none;
background: #f5f5f5;
}
.door:before {
content: "";
display: block;
border-top: 1px solid #ddd;
border-bottom: 1px solid #fff;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: -1;
}
.door h3 {
/* status label */
margin-top: 0;
font-size: 16pt;
margin-bottom: 35px;
position: relative;
top: -55px;
pointer-events: none;
}
.door p {
/* last updated time */
line-height:0;
margin:0;
color: #ccc;
font-size: 9pt;
border: none;
}
.door img {
display:block;
margin: 0 auto 20px;
opacity: 0.2;
}
.door-open {
}
.door-closed {
}
.door-opening {
border: 2px solid #ff4221;
}
.door-closing {
border: 2px solid #ff4221;
} | 0.373876 | 0.102394 |
.text-size-1 {
font-size: 20px;
}
.text-size-3 {
font-size: 40px;
}
.thumbcaption {
margin: 5px 5px;
}
a {
text-decoration: none !important;
}
a:hover, a:hover * {
text-decoration: underline !important;
}
.countdown {
width: 60%;
font-size: 250px;
font-weight: bold;
}
.startgun {
width: 200px;
position: absolute;
left:60%;
}
.invgif {
transform: scaleX(-1);
left:25% !important;
}
.mirroredimgblock {
position:relative;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
.HUDwrapper {
position:fixed;
z-index: 1000;
width:auto !important;
bottom: 0;
background-color: #F8F8F8;
margin-bottom: 15px;
border: 2px solid #000000 !important;
}
.HUDwrapper-mobile {
position:fixed;
z-index: 1000;
width: 100vw;
bottom: 0;
left:0;
background-color: #F8F8F8;
border-top: 3px solid #000000 !important;
}
@media (max-width: 1200px) {
.mirroredimgblock {
visibility:hidden !important;
}
#springydemo {
display:none !important;
}
}
.checkpointCol {
display: block;
}
@media (max-width: 767px) {
.checkpointCol {
display: none;
}
.show-on-mobile {
display: block;
}
.show-on-desktop {
display: none;
}
.content span > img {
max-width: 100%;
height: auto;
}
}
@media (min-width: 768px) {
.show-on-mobile {
display: none;
}
.show-on-desktop {
display: block;
}
.tleft {
float: left;
margin: 15px 15px;
overflow: auto;
clear: left;
}
.tright {
float: right;
margin: 15px 15px;
overflow: auto;
clear: right;
}
.thumb {
font-size: 80%;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: black;
}
}
@media (min-width: 500px) {
.l-col {
white-space: nowrap
}
}
.bold {
font-weight: bold !important;
}
.table td.fit,
.table th.fit {
white-space: nowrap;
width: 1%;
}
[v-cloak] { display: none } | static/stylesheets/main.css | .text-size-1 {
font-size: 20px;
}
.text-size-3 {
font-size: 40px;
}
.thumbcaption {
margin: 5px 5px;
}
a {
text-decoration: none !important;
}
a:hover, a:hover * {
text-decoration: underline !important;
}
.countdown {
width: 60%;
font-size: 250px;
font-weight: bold;
}
.startgun {
width: 200px;
position: absolute;
left:60%;
}
.invgif {
transform: scaleX(-1);
left:25% !important;
}
.mirroredimgblock {
position:relative;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
.HUDwrapper {
position:fixed;
z-index: 1000;
width:auto !important;
bottom: 0;
background-color: #F8F8F8;
margin-bottom: 15px;
border: 2px solid #000000 !important;
}
.HUDwrapper-mobile {
position:fixed;
z-index: 1000;
width: 100vw;
bottom: 0;
left:0;
background-color: #F8F8F8;
border-top: 3px solid #000000 !important;
}
@media (max-width: 1200px) {
.mirroredimgblock {
visibility:hidden !important;
}
#springydemo {
display:none !important;
}
}
.checkpointCol {
display: block;
}
@media (max-width: 767px) {
.checkpointCol {
display: none;
}
.show-on-mobile {
display: block;
}
.show-on-desktop {
display: none;
}
.content span > img {
max-width: 100%;
height: auto;
}
}
@media (min-width: 768px) {
.show-on-mobile {
display: none;
}
.show-on-desktop {
display: block;
}
.tleft {
float: left;
margin: 15px 15px;
overflow: auto;
clear: left;
}
.tright {
float: right;
margin: 15px 15px;
overflow: auto;
clear: right;
}
.thumb {
font-size: 80%;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: black;
}
}
@media (min-width: 500px) {
.l-col {
white-space: nowrap
}
}
.bold {
font-weight: bold !important;
}
.table td.fit,
.table th.fit {
white-space: nowrap;
width: 1%;
}
[v-cloak] { display: none } | 0.584864 | 0.127952 |
@import url(https://fonts.googleapis.com/css2?family=Jua);
:root {
--squares-width: 100vw;
--squares-height: 100vh;
--color-border: #2c3e50;
--color-background: #2c3e50;
--color-square1: #aeb6bf;
--color-square2: #d5d8dc;
--color-font: #2c3e50;
--color-success: #28b463;
--color-wrong: #ba4a00;
--color-focus: #f4d03f;
--color-focus1: #f7dc6f;
--color-focus2: #f7dc6f;
--color-readonly: rgb(21, 32, 95);
--size-geid-4: 2;
--size-geid-9: 3;
}
body {
background-color: var(--color-background);
/* width: var(--squares-width); */
/* height: var(--squares-height); */
}
* {
font-family: 'Jua', sans-serif;
}
.title {
color: white;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: baseline;
}
.game {
height: var(--squares-width);
display: grid;
}
.game_4 {
grid-template-columns: repeat(var(--size-geid-4), auto);
}
.game_9 {
grid-template-columns: repeat(var(--size-geid-9), auto);
}
.square {
/* font-size: 30px; */
text-align: center;
/* padding: 20px; */
border: solid 1.5px var(--color-border);
display: grid;
/* padding: 20px; */
}
.square_4 {
grid-template-columns: repeat(var(--size-geid-4), auto);
}
.square_9 {
grid-template-columns: repeat(var(--size-geid-9), auto);
}
.square:nth-child(even) {
background-color: var(--color-square1);
}
.square:nth-child(odd) {
background-color: var(--color-square2);
}
.cell {
display: flex;
align-items: center;
justify-content: center;
border: solid 1px var(--color-border);
}
.cell > input {
border: solid 0 transparent;
background-color: transparent;
height: 100%;
width: 100%;
text-align: center;
color: blue;
font-size: 200%;
transition: background-color 0.5s ease-in-out;
}
.cell > input:disabled {
color: var(--color-font);
}
.cell > input:focus {
background-color: var(--color-focus);
opacity: 0.9;
}
.cell > .focus {
background-color: var(--color-focus1);
opacity: 0.5;
}
.cell > input.wrong {
color: var(--color-wrong);
} | sudoku/css/main.css | @import url(https://fonts.googleapis.com/css2?family=Jua);
:root {
--squares-width: 100vw;
--squares-height: 100vh;
--color-border: #2c3e50;
--color-background: #2c3e50;
--color-square1: #aeb6bf;
--color-square2: #d5d8dc;
--color-font: #2c3e50;
--color-success: #28b463;
--color-wrong: #ba4a00;
--color-focus: #f4d03f;
--color-focus1: #f7dc6f;
--color-focus2: #f7dc6f;
--color-readonly: rgb(21, 32, 95);
--size-geid-4: 2;
--size-geid-9: 3;
}
body {
background-color: var(--color-background);
/* width: var(--squares-width); */
/* height: var(--squares-height); */
}
* {
font-family: 'Jua', sans-serif;
}
.title {
color: white;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: baseline;
}
.game {
height: var(--squares-width);
display: grid;
}
.game_4 {
grid-template-columns: repeat(var(--size-geid-4), auto);
}
.game_9 {
grid-template-columns: repeat(var(--size-geid-9), auto);
}
.square {
/* font-size: 30px; */
text-align: center;
/* padding: 20px; */
border: solid 1.5px var(--color-border);
display: grid;
/* padding: 20px; */
}
.square_4 {
grid-template-columns: repeat(var(--size-geid-4), auto);
}
.square_9 {
grid-template-columns: repeat(var(--size-geid-9), auto);
}
.square:nth-child(even) {
background-color: var(--color-square1);
}
.square:nth-child(odd) {
background-color: var(--color-square2);
}
.cell {
display: flex;
align-items: center;
justify-content: center;
border: solid 1px var(--color-border);
}
.cell > input {
border: solid 0 transparent;
background-color: transparent;
height: 100%;
width: 100%;
text-align: center;
color: blue;
font-size: 200%;
transition: background-color 0.5s ease-in-out;
}
.cell > input:disabled {
color: var(--color-font);
}
.cell > input:focus {
background-color: var(--color-focus);
opacity: 0.9;
}
.cell > .focus {
background-color: var(--color-focus1);
opacity: 0.5;
}
.cell > input.wrong {
color: var(--color-wrong);
} | 0.455683 | 0.14774 |
@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");
#shopgateTeaser * {
font-family: 'Open Sans', Verdana, sans-serif;
font-size: 15px;
}
#shopgateTeaser a.register {
display: inline-block;
width: 175px;
padding: 8px;
background: #32ac5c;
color: white;
border-radius: 20px;
font-size: 13px;
text-align: center;
font-weight: normal;
}
#shopgateTeaserHeader {
display: table;
width: 100%;
}
#shopgateTeaserHeader > div {
display: table-row;
}
#shopgateTeaserHeader > div > div {
display: table-cell;
padding: 20px;
vertical-align: middle;
}
#shopgateTeaserHeader div.logo {
padding-left: 15px;
}
#shopgateTeaserHeader div.devices {
text-align: center;
}
#shopgateTeaserHeader div.register {
text-align: right;
width: 1%;
}
#shopgateTeaserContent {
padding: 25px;
background: #f5f5f5;
}
#shopgateTeaserContent h3 {
margin: 0;
padding: 0 0 15px;
font-size: 22px;
font-weight: normal;
}
#shopgateTeaserContent h4 {
margin: 5px 0;
padding: 0;
font-size: 18px;
font-weight: 600;
}
#shopgateTeaserContent ul {
list-style: none;
margin: 0 0 30px;
padding: 0;
}
#shopgateTeaserContent li {
padding: 5px 0 5px 20px;
background: url(../img/check.png) no-repeat left center;
}
#shopgateTeaserContent p {
margin: 0;
padding: 5px 0 20px;
}
#shopgateTeaserContent li,
#shopgateTeaserContent p {
color: #444444;
}
#shopgateTeaserSidebar {
float: left;
width: 330px;
}
#shopgateTeaserMain {
margin-left: 370px;
}
#shopgateTeaserMain .contentImage {
float: right;
}
#shopgateTeaserMain div.register {
display: inline-block;
border-right: 1px solid #c5c5c5;
margin-right: 10px;
padding-right: 15px;
}
#shopgateTeaserMain .registerText {
display: inline-block;
vertical-align: middle;
font-size: 13px;
font-weight: 600;
}
#shopgateTeaserContent {
margin-bottom: 20px;
}
.shopgate .panel {
position: relative;
padding: 20px;
margin-bottom: 20px;
border: solid 1px #e6e6e6;
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset
}
.shopgate .panel .panel-heading {
font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
color: #555;
height: 32px
}
.shopgate .panel-default {
border-color: #ddd
}
.shopgate .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}
.shopgate h3:not(.modal-title), .shopgate .panel-heading {
border: none;
font-size: 1.2em;
line-height: 2.2em;
height: 2.2em;
text-transform: uppercase;
border-bottom: solid 1px #eee;
padding: 0 0 0 5px;
margin: -20px -16px 15px -16px;
}
.shopgate .form-control[disabled], .shopgate input[disabled][type="text"],
.shopgate input[disabled][type="search"], .shopgate input[disabled][type="password"],
.shopgate textarea[disabled], .shopgate select[disabled], .shopgate .form-control[readonly],
.shopgate input[readonly][type="text"], .shopgate input[readonly][type="search"],
.shopgate input[readonly][type="password"], .shopgate textarea[readonly],
.shopgate select[readonly], fieldset[disabled] .shopgate .form-control,
fieldset[disabled] .shopgate input[type="text"], fieldset[disabled] .shopgate input[type="search"],
fieldset[disabled] .shopgate input[type="password"], fieldset[disabled] .shopgate textarea,
fieldset[disabled] .shopgate select {
cursor: not-allowed;
background-color: #eee;
opacity: 1
}
.shopgate .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 5px;
}
.shopgate .form-control, .shopgate input[type="text"], .shopgate input[type="search"], .shopgate input[type="password"], .shopgate textarea, .shopgate select {
display: block;
height: 27px;
width: 100%;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.shopgate .form-group .help-block {
padding-top: 5px;
display: block;
color: #5d5d5d;
}
.shopgate .panel-body {
padding-right: 20px;
}
.shopgate .col-xs-10 .radio-inline {
width: auto;
float: none;
}
.shopgate .col-xs-10 {
width: 82%;
margin-bottom: 10px;
margin-left: 18%;
}
.shopgate .col-xs-2 {
width: 16.66667%;
}
.shopgate.col-xs-10 {
float: left;
}
.shopgate .form-group {
clear: both;
margin-bottom: 15px;
content: " ";
}
.shopgate .form-group .radio {
margin-left: 25px;
font-weight: normal;
}
.shopgate label.radio {
float: none;
display: block;
text-align: left;
margin-left: 0px !important;
margin-bottom: 5px;
}
.shopgate .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.shopgate .btn.btn-default i {
color: #555
}
.shopgate .btn.btn-default:hover {
color: #fff;
background-color: #00aff0;
border-color: #008abd;
-webkit-box-shadow: none;
box-shadow: none
}
.shopgate .btn.btn-default:hover i {
color: #fff
}
.shopgate .btn.btn-primary {
background-color: #00aff0;
color: #fff;
text-transform: uppercase;
border-color: #008abd;
-webkit-box-shadow: #008abd 0 -2px 0 inset;
box-shadow: #008abd 0 -2px 0 inset
}
.bootstrap .btn.btn-primary:hover {
background-color: #008abd;
border-color: #00658a;
-webkit-box-shadow: none;
box-shadow: none
}
.form-group.native-carrier .checkbox input {
margin-left: 0;
margin-right: 10px
}
.form-group.native-carrier .checkbox {
float: none;
display: block;
text-align: left;
margin-left: 0px !important;
margin-bottom: 5px;
} | views/css/configurations_without_bs.css | @charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");
#shopgateTeaser * {
font-family: 'Open Sans', Verdana, sans-serif;
font-size: 15px;
}
#shopgateTeaser a.register {
display: inline-block;
width: 175px;
padding: 8px;
background: #32ac5c;
color: white;
border-radius: 20px;
font-size: 13px;
text-align: center;
font-weight: normal;
}
#shopgateTeaserHeader {
display: table;
width: 100%;
}
#shopgateTeaserHeader > div {
display: table-row;
}
#shopgateTeaserHeader > div > div {
display: table-cell;
padding: 20px;
vertical-align: middle;
}
#shopgateTeaserHeader div.logo {
padding-left: 15px;
}
#shopgateTeaserHeader div.devices {
text-align: center;
}
#shopgateTeaserHeader div.register {
text-align: right;
width: 1%;
}
#shopgateTeaserContent {
padding: 25px;
background: #f5f5f5;
}
#shopgateTeaserContent h3 {
margin: 0;
padding: 0 0 15px;
font-size: 22px;
font-weight: normal;
}
#shopgateTeaserContent h4 {
margin: 5px 0;
padding: 0;
font-size: 18px;
font-weight: 600;
}
#shopgateTeaserContent ul {
list-style: none;
margin: 0 0 30px;
padding: 0;
}
#shopgateTeaserContent li {
padding: 5px 0 5px 20px;
background: url(../img/check.png) no-repeat left center;
}
#shopgateTeaserContent p {
margin: 0;
padding: 5px 0 20px;
}
#shopgateTeaserContent li,
#shopgateTeaserContent p {
color: #444444;
}
#shopgateTeaserSidebar {
float: left;
width: 330px;
}
#shopgateTeaserMain {
margin-left: 370px;
}
#shopgateTeaserMain .contentImage {
float: right;
}
#shopgateTeaserMain div.register {
display: inline-block;
border-right: 1px solid #c5c5c5;
margin-right: 10px;
padding-right: 15px;
}
#shopgateTeaserMain .registerText {
display: inline-block;
vertical-align: middle;
font-size: 13px;
font-weight: 600;
}
#shopgateTeaserContent {
margin-bottom: 20px;
}
.shopgate .panel {
position: relative;
padding: 20px;
margin-bottom: 20px;
border: solid 1px #e6e6e6;
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset
}
.shopgate .panel .panel-heading {
font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
color: #555;
height: 32px
}
.shopgate .panel-default {
border-color: #ddd
}
.shopgate .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}
.shopgate h3:not(.modal-title), .shopgate .panel-heading {
border: none;
font-size: 1.2em;
line-height: 2.2em;
height: 2.2em;
text-transform: uppercase;
border-bottom: solid 1px #eee;
padding: 0 0 0 5px;
margin: -20px -16px 15px -16px;
}
.shopgate .form-control[disabled], .shopgate input[disabled][type="text"],
.shopgate input[disabled][type="search"], .shopgate input[disabled][type="password"],
.shopgate textarea[disabled], .shopgate select[disabled], .shopgate .form-control[readonly],
.shopgate input[readonly][type="text"], .shopgate input[readonly][type="search"],
.shopgate input[readonly][type="password"], .shopgate textarea[readonly],
.shopgate select[readonly], fieldset[disabled] .shopgate .form-control,
fieldset[disabled] .shopgate input[type="text"], fieldset[disabled] .shopgate input[type="search"],
fieldset[disabled] .shopgate input[type="password"], fieldset[disabled] .shopgate textarea,
fieldset[disabled] .shopgate select {
cursor: not-allowed;
background-color: #eee;
opacity: 1
}
.shopgate .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 5px;
}
.shopgate .form-control, .shopgate input[type="text"], .shopgate input[type="search"], .shopgate input[type="password"], .shopgate textarea, .shopgate select {
display: block;
height: 27px;
width: 100%;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.shopgate .form-group .help-block {
padding-top: 5px;
display: block;
color: #5d5d5d;
}
.shopgate .panel-body {
padding-right: 20px;
}
.shopgate .col-xs-10 .radio-inline {
width: auto;
float: none;
}
.shopgate .col-xs-10 {
width: 82%;
margin-bottom: 10px;
margin-left: 18%;
}
.shopgate .col-xs-2 {
width: 16.66667%;
}
.shopgate.col-xs-10 {
float: left;
}
.shopgate .form-group {
clear: both;
margin-bottom: 15px;
content: " ";
}
.shopgate .form-group .radio {
margin-left: 25px;
font-weight: normal;
}
.shopgate label.radio {
float: none;
display: block;
text-align: left;
margin-left: 0px !important;
margin-bottom: 5px;
}
.shopgate .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.shopgate .btn.btn-default i {
color: #555
}
.shopgate .btn.btn-default:hover {
color: #fff;
background-color: #00aff0;
border-color: #008abd;
-webkit-box-shadow: none;
box-shadow: none
}
.shopgate .btn.btn-default:hover i {
color: #fff
}
.shopgate .btn.btn-primary {
background-color: #00aff0;
color: #fff;
text-transform: uppercase;
border-color: #008abd;
-webkit-box-shadow: #008abd 0 -2px 0 inset;
box-shadow: #008abd 0 -2px 0 inset
}
.bootstrap .btn.btn-primary:hover {
background-color: #008abd;
border-color: #00658a;
-webkit-box-shadow: none;
box-shadow: none
}
.form-group.native-carrier .checkbox input {
margin-left: 0;
margin-right: 10px
}
.form-group.native-carrier .checkbox {
float: none;
display: block;
text-align: left;
margin-left: 0px !important;
margin-bottom: 5px;
} | 0.300643 | 0.100481 |
body.rtl #yith-quick-view-content div.summary,
body.rtl #yith-quick-view-content div.images,
body.rtl .comment-author img,
body.rtl .comment-navigation .nav-previous,
body.rtl .posts-navigation .nav-previous,
body.rtl .post-navigation .nav-previous,
body.rtl.woocommerce #content div.product div.images,
body.rtl.woocommerce div.product div.images,
body.rtl.woocommerce-page #content div.product div.images,
body.rtl.woocommerce-page div.product div.images,
body.rtl .search-form label,
body.rtl .float-l{
float: right;
}
body.rtl div.wpcf7 .ajax-loader{
float: left;
}
body.rtl .reply,
body.rtl .comment-navigation .nav-next,
body.rtl .posts-navigation .nav-next,
body.rtl .post-navigation .nav-next,
body.rtl .sidr-class-sidr-button-close,
body.rtl .secondary-footer .social-navigation{
text-align: left;
}
body.rtl #yith-quick-view-modal .yith-wcqv-wrapper,
body.rtl.woocommerce-js form,
body.rtl #sidr .widget-title,
body.rtl #secondary .widget-title,
body.rtl .woocommerce-tabs ul.tabs,
body.rtl .suport-single .support-content,
body.rtl .aft-product-list-mode .product-description,
body.rtl.single-product div.product table.variations td,
body.rtl.single-product div.product table.variations th,
body.rtl .page-carousel-upper .content-caption.on-left,
body.rtl .product-slider .content-caption.on-left,
body.rtl .product_store_faq_widget .blog-details,
body.rtl .posts_latest_widget .blog-details,
body.rtl .widget-title,
body.rtl .section-title{
text-align: right;
}
body.rtl .shopical_store_call_to_action_widget .section-title,
body.rtl .section-title.aft-center-align,
body.rtl .mail-wrappper .widget-title{
text-align: center;
}
body.rtl button.owl-next,
body.rtl .account-user .af-my-account-menu,
body.rtl .top-cart-content.primary-bgcolor,
body.rtl .lang-curr .aft-language-currency-switcher,
body.rtl .category-dropdown li.aft-mega-menu-list > a:after,
body.rtl .category-dropdown li.has-child-categories > a:after,
body.rtl .singlewrap:after,
body.rtl .inner-suscribe input[type=submit],
body.rtl .section-head span.aft-view-all{
right: inherit;
left: 0;
}
body.rtl #sidr .widget-title span:after,
body.rtl #secondary .widget-title span:after,
body.rtl span.header-after:after,
body.rtl button.owl-prev{
right: 0;
left: inherit;
}
body.rtl .aft-center-align span.header-after:after {
right: inherit;
left: 50%;
transform: translateX(-50%);
}
body.rtl .section-head span.aft-view-all a{
padding-right: 30px;
padding-left: 0;
}
body.rtl .af-tabs {
right: inherit;
left: calc(0% + 37px);
}
body.rtl #sidr .af-tabs,
body.rtl #secondary .af-tabs,
body.rtl footer .af-tabs,
body.rtl .shopical_tabbed_posts_widget .af-tabs {
position: relative;
display: block;
top: inherit;
right: inherit;
left: inherit;
margin-bottom: 15px;
}
.site-footer .widget .nav-tabs>li,
#secondary .widget .nav-tabs>li{
float: none;
}
body.rtl .menu-description:after,
body.rtl span.title-note span:after{
border-right: 0px solid transparent;
border-left: 5px solid transparent;
left: inherit;
right: 3px;
}
body.rtl .tab-article-image .shopical-post-format{
left: inherit;
right: 3px;
}
body.rtl .tab-article-image .shopical-post-format{
line-height: 12px;
}
body.rtl .aft-slider.product-slider .owl-dots,
body.rtl .insta-carousel .owl-dots,
body.rtl .left-grid-section .owl-dots,
body.rtl .main-banner-slider .owl-dots{
right: inherit;
left: 10px;
}
body.rtl .product-summary-wrapper .badge-wrapper,
body.rtl .product-rating-wrapper{
left: inherit;
right: 10px;
}
body.rtl #yith-quick-view-content .onsale {
left: inherit;
right: 15px;
}
body.rtl .entry-meta > span:after,
body.rtl .cat-links li:after{
padding: 0 0 0 5px;
}
body.rtl .header-right-part span.af-cart-amount:before,
body.rtl .header-style-3-1.header-style-compress span.af-cart-amount:before,
body.rtl .header-style-center span.af-cart-amount:before,
body.rtl .header-left-part span.af-cart-amount:before{
right: inherit;
left: 100%;
border-right: none;
border-left: 7px solid #fdb907;
}
body.rtl .content-caption .cat-links li,
body.rtl .top-bar-right span.aft-small-menu{
margin-right: 0;
margin-left: 15px;
}
body.rtl .style-3-search .search-field{
float: right;
padding-right: 20px;
padding-left: 0;
}
body.rtl .style-3-search button[type="submit"]{
float: left;
border-right: 1px solid;
border-left: none;
}
body.rtl .style-3-search .cate-dropdown{
border-right: 1px solid;
border-left: none;
}
body.rtl .menu-description{
left: inherit;
right: calc(100% - 5px);
}
body.rtl .menu-item-has-children .menu-description {
left: inherit;
right: calc(100% - 15px);
}
body.rtl .main-navigation ul.children li.page_item_has_children > a:after,
body.rtl .main-navigation ul .sub-menu li.menu-item-has-children > a:after{
display: none;
}
body.rtl .children .menu-description,
body.rtl .sub-menu .menu-description {
margin-left: 0;
margin-right: 10px;
left: inherit;
right: 0;
float: left;
margin-top: 5px;
}
body.rtl .header-style-3-1 .header-middle-part,
body.rtl .header-style-3 .header-middle-part{
float: right;
}
body.rtl .header-right-part{
float: left;
}
body.rtl .main-navigation ul ul{
left: inherit;
right: -999em;
}
body.rtl .main-navigation ul li:hover > ul,
body.rtl .main-navigation ul li.focus > ul {
left: inherit;
right: auto;
}
body.rtl .main-navigation ul ul li:hover > ul,
body.rtl .main-navigation ul ul li.focus > ul {
right: calc(100% + 1px);
left: inherit;
}
body.rtl .main-navigation ul.children li a,
body.rtl .main-navigation ul .sub-menu li a{
display: block;
text-align: right;
}
body.rtl .main-navigation ul.children li.page_item_has_children > a:before,
body.rtl .main-navigation ul .sub-menu li.menu-item-has-children > a:before{
display: inline-block;
float: right;
content: "\f104";
padding-right: 0;
padding-left: 10px;
}
body.rtl .header-style-3-1 .main-navigation ul.menu-desktop > li:first-child,
body.rtl .header-style-3 .main-navigation ul.menu-desktop > li:first-child{
padding-left: 10px;
padding-right: 0;
}
body.rtl .add-to-cart-button a.added_to_cart{
padding-left: 0;
padding-right: 10px;
}
body.rtl .product_meta span.posted_in a,
body.rtl .entry-footer span.cat-links a,
body.rtl .entry-footer span.tags-links a,
body.rtl .main-navigation ul li.page_item_has_children > a:after,
body.rtl .main-navigation ul li.menu-item-has-children > a:after{
display: inline-block;
}
body.rtl .shopical-post-format,
body.rtl ul.top-bar-menu li i{
margin-left: 5px;
margin-right: 0;
}
body.rtl .entry-footer span.tags-links a:first-child,
body.rtl .entry-footer span.cat-links a:first-child{
margin-left: 0;
margin-right: 5px;
}
body.rtl p.woocommerce-store-notice.demo_store a.woocommerce-store-notice__dismiss-link{
margin-left: 0;
margin-right: 10px;
}
body.rtl ul.top-bar-menu li{
margin-left: 10px;
margin-right: 0;
}
/*top categories*/
body.rtl .categories-mega-list-wrapper,
body.rtl .category-dropdown li.aft-category-list > ul{
left: inherit;
right: -99999em;
}
body.rtl .af-compress-right,
body.rtl .aft-product-list-mode .product-wrapper .product-description,
body.rtl .categories-mega-list-wrapper > span > .sub-cat-section-wrap,
body.rtl .right-list-section .category-dropdown > ul > li > a{
padding-left: 0;
padding-right: 10px;
}
body.rtl .category-dropdown li.aft-mega-menu-list > a:after,
body.rtl .category-dropdown li.has-child-categories > a:after{
content: "\f104";
padding-right: 5px;
padding-left: 10px;
}
body.rtl .category-dropdown li.aft-category-list.has-child-categories:hover > .categories-mega-list-wrapper,
body.rtl .category-dropdown li.aft-category-list:hover > ul {
left: inherit;
right: 100%;
}
body.rtl .category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-image-wrapper + .product-description{
text-align: right;
}
/*top categories*/
body.rtl.woocommerce ul.products li.product .onsale,
body.rtl.woocommerce span.onsale{
right: 0;
}
body.rtl .badge-wrapper{
right: inherit;
left: 5px;
}
body.rtl .product-slider .content-caption.on-left .star-rating{
margin-right: 0;
margin-left: auto;
}
body.rtl .comment-author img,
body.rtl .sale-info span.product-count{
margin-right: 0;
margin-left: 20px;
}
body.rtl .sale-info span.product-count:last-child,
body.rtl span.offer-date-counter > span:last-child{
margin-left: 0;
}
.post-navigation .nav-previous {
padding-left: 0;
padding-right: 20px;
}
.post-navigation .nav-next {
padding-left: 20px;
padding-right: 0;
}
body.rtl .nav-links .nav-previous a:before {
content: "\f054";
left: inherit;
right: 0;
}
body.rtl .nav-links .nav-next a:after {
content: "\f053";
right: inherit;
left: 0;
}
body.rtl .entry-footer span.cat-links a,
body.rtl .entry-footer span.tags-links a{
padding-left: 2px;
}
body.rtl .reply,
body.rtl .comment .children,
body.rtl .comment div#respond,
body.rtl .comment-content {
margin-left: 0;
margin-right: 70px;
}
#sidr .af-tabs.nav-tabs>li>a,
#secondary .af-tabs.nav-tabs>li>a,
footer .af-tabs.nav-tabs>li>a{
margin-left: 15px;
margin-right: 0;
}
body.rtl .woocommerce .widget_shopping_cart .buttons a,
body.rtl .woocommerce.widget_shopping_cart .buttons a {
margin-left: 0;
margin-right: 5px;
}
/*media query================*/
@media screen and (max-width: 1024px){
body.rtl .suport-single .support-content {
text-align: center;
}
}
@media screen and (max-width: 992em){
body.rtl .main-navigation .menu .menu-mobile li a i {
right: inherit;
left: 0;
}
}
@media screen and (max-width: 991px){
body.rtl .main-navigation ul ul {
left: inherit;
right: 0;
}
body.rtl .af-compress-right-bottom{
left: -20px;
right: inherit;
}
body.rtl div[class*=header-style-] .header-right-part {
right: inherit;
left: 0;
}
body.rtl .main-navigation .menu .menu-mobile li a{
text-align: right;
padding-left: 50px;
padding-right: 10px;
}
body.rtl .menu-item-has-children .menu-description {
left: inherit;
right: inherit;
}
}
@media screen and (max-width: 768px){
.aft-carousel.owl-theme .owl-nav button.owl-prev {
right: 0;
left: inherit;
}
} | wp-content/themes/shopical/rtl.css | body.rtl #yith-quick-view-content div.summary,
body.rtl #yith-quick-view-content div.images,
body.rtl .comment-author img,
body.rtl .comment-navigation .nav-previous,
body.rtl .posts-navigation .nav-previous,
body.rtl .post-navigation .nav-previous,
body.rtl.woocommerce #content div.product div.images,
body.rtl.woocommerce div.product div.images,
body.rtl.woocommerce-page #content div.product div.images,
body.rtl.woocommerce-page div.product div.images,
body.rtl .search-form label,
body.rtl .float-l{
float: right;
}
body.rtl div.wpcf7 .ajax-loader{
float: left;
}
body.rtl .reply,
body.rtl .comment-navigation .nav-next,
body.rtl .posts-navigation .nav-next,
body.rtl .post-navigation .nav-next,
body.rtl .sidr-class-sidr-button-close,
body.rtl .secondary-footer .social-navigation{
text-align: left;
}
body.rtl #yith-quick-view-modal .yith-wcqv-wrapper,
body.rtl.woocommerce-js form,
body.rtl #sidr .widget-title,
body.rtl #secondary .widget-title,
body.rtl .woocommerce-tabs ul.tabs,
body.rtl .suport-single .support-content,
body.rtl .aft-product-list-mode .product-description,
body.rtl.single-product div.product table.variations td,
body.rtl.single-product div.product table.variations th,
body.rtl .page-carousel-upper .content-caption.on-left,
body.rtl .product-slider .content-caption.on-left,
body.rtl .product_store_faq_widget .blog-details,
body.rtl .posts_latest_widget .blog-details,
body.rtl .widget-title,
body.rtl .section-title{
text-align: right;
}
body.rtl .shopical_store_call_to_action_widget .section-title,
body.rtl .section-title.aft-center-align,
body.rtl .mail-wrappper .widget-title{
text-align: center;
}
body.rtl button.owl-next,
body.rtl .account-user .af-my-account-menu,
body.rtl .top-cart-content.primary-bgcolor,
body.rtl .lang-curr .aft-language-currency-switcher,
body.rtl .category-dropdown li.aft-mega-menu-list > a:after,
body.rtl .category-dropdown li.has-child-categories > a:after,
body.rtl .singlewrap:after,
body.rtl .inner-suscribe input[type=submit],
body.rtl .section-head span.aft-view-all{
right: inherit;
left: 0;
}
body.rtl #sidr .widget-title span:after,
body.rtl #secondary .widget-title span:after,
body.rtl span.header-after:after,
body.rtl button.owl-prev{
right: 0;
left: inherit;
}
body.rtl .aft-center-align span.header-after:after {
right: inherit;
left: 50%;
transform: translateX(-50%);
}
body.rtl .section-head span.aft-view-all a{
padding-right: 30px;
padding-left: 0;
}
body.rtl .af-tabs {
right: inherit;
left: calc(0% + 37px);
}
body.rtl #sidr .af-tabs,
body.rtl #secondary .af-tabs,
body.rtl footer .af-tabs,
body.rtl .shopical_tabbed_posts_widget .af-tabs {
position: relative;
display: block;
top: inherit;
right: inherit;
left: inherit;
margin-bottom: 15px;
}
.site-footer .widget .nav-tabs>li,
#secondary .widget .nav-tabs>li{
float: none;
}
body.rtl .menu-description:after,
body.rtl span.title-note span:after{
border-right: 0px solid transparent;
border-left: 5px solid transparent;
left: inherit;
right: 3px;
}
body.rtl .tab-article-image .shopical-post-format{
left: inherit;
right: 3px;
}
body.rtl .tab-article-image .shopical-post-format{
line-height: 12px;
}
body.rtl .aft-slider.product-slider .owl-dots,
body.rtl .insta-carousel .owl-dots,
body.rtl .left-grid-section .owl-dots,
body.rtl .main-banner-slider .owl-dots{
right: inherit;
left: 10px;
}
body.rtl .product-summary-wrapper .badge-wrapper,
body.rtl .product-rating-wrapper{
left: inherit;
right: 10px;
}
body.rtl #yith-quick-view-content .onsale {
left: inherit;
right: 15px;
}
body.rtl .entry-meta > span:after,
body.rtl .cat-links li:after{
padding: 0 0 0 5px;
}
body.rtl .header-right-part span.af-cart-amount:before,
body.rtl .header-style-3-1.header-style-compress span.af-cart-amount:before,
body.rtl .header-style-center span.af-cart-amount:before,
body.rtl .header-left-part span.af-cart-amount:before{
right: inherit;
left: 100%;
border-right: none;
border-left: 7px solid #fdb907;
}
body.rtl .content-caption .cat-links li,
body.rtl .top-bar-right span.aft-small-menu{
margin-right: 0;
margin-left: 15px;
}
body.rtl .style-3-search .search-field{
float: right;
padding-right: 20px;
padding-left: 0;
}
body.rtl .style-3-search button[type="submit"]{
float: left;
border-right: 1px solid;
border-left: none;
}
body.rtl .style-3-search .cate-dropdown{
border-right: 1px solid;
border-left: none;
}
body.rtl .menu-description{
left: inherit;
right: calc(100% - 5px);
}
body.rtl .menu-item-has-children .menu-description {
left: inherit;
right: calc(100% - 15px);
}
body.rtl .main-navigation ul.children li.page_item_has_children > a:after,
body.rtl .main-navigation ul .sub-menu li.menu-item-has-children > a:after{
display: none;
}
body.rtl .children .menu-description,
body.rtl .sub-menu .menu-description {
margin-left: 0;
margin-right: 10px;
left: inherit;
right: 0;
float: left;
margin-top: 5px;
}
body.rtl .header-style-3-1 .header-middle-part,
body.rtl .header-style-3 .header-middle-part{
float: right;
}
body.rtl .header-right-part{
float: left;
}
body.rtl .main-navigation ul ul{
left: inherit;
right: -999em;
}
body.rtl .main-navigation ul li:hover > ul,
body.rtl .main-navigation ul li.focus > ul {
left: inherit;
right: auto;
}
body.rtl .main-navigation ul ul li:hover > ul,
body.rtl .main-navigation ul ul li.focus > ul {
right: calc(100% + 1px);
left: inherit;
}
body.rtl .main-navigation ul.children li a,
body.rtl .main-navigation ul .sub-menu li a{
display: block;
text-align: right;
}
body.rtl .main-navigation ul.children li.page_item_has_children > a:before,
body.rtl .main-navigation ul .sub-menu li.menu-item-has-children > a:before{
display: inline-block;
float: right;
content: "\f104";
padding-right: 0;
padding-left: 10px;
}
body.rtl .header-style-3-1 .main-navigation ul.menu-desktop > li:first-child,
body.rtl .header-style-3 .main-navigation ul.menu-desktop > li:first-child{
padding-left: 10px;
padding-right: 0;
}
body.rtl .add-to-cart-button a.added_to_cart{
padding-left: 0;
padding-right: 10px;
}
body.rtl .product_meta span.posted_in a,
body.rtl .entry-footer span.cat-links a,
body.rtl .entry-footer span.tags-links a,
body.rtl .main-navigation ul li.page_item_has_children > a:after,
body.rtl .main-navigation ul li.menu-item-has-children > a:after{
display: inline-block;
}
body.rtl .shopical-post-format,
body.rtl ul.top-bar-menu li i{
margin-left: 5px;
margin-right: 0;
}
body.rtl .entry-footer span.tags-links a:first-child,
body.rtl .entry-footer span.cat-links a:first-child{
margin-left: 0;
margin-right: 5px;
}
body.rtl p.woocommerce-store-notice.demo_store a.woocommerce-store-notice__dismiss-link{
margin-left: 0;
margin-right: 10px;
}
body.rtl ul.top-bar-menu li{
margin-left: 10px;
margin-right: 0;
}
/*top categories*/
body.rtl .categories-mega-list-wrapper,
body.rtl .category-dropdown li.aft-category-list > ul{
left: inherit;
right: -99999em;
}
body.rtl .af-compress-right,
body.rtl .aft-product-list-mode .product-wrapper .product-description,
body.rtl .categories-mega-list-wrapper > span > .sub-cat-section-wrap,
body.rtl .right-list-section .category-dropdown > ul > li > a{
padding-left: 0;
padding-right: 10px;
}
body.rtl .category-dropdown li.aft-mega-menu-list > a:after,
body.rtl .category-dropdown li.has-child-categories > a:after{
content: "\f104";
padding-right: 5px;
padding-left: 10px;
}
body.rtl .category-dropdown li.aft-category-list.has-child-categories:hover > .categories-mega-list-wrapper,
body.rtl .category-dropdown li.aft-category-list:hover > ul {
left: inherit;
right: 100%;
}
body.rtl .category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-image-wrapper + .product-description{
text-align: right;
}
/*top categories*/
body.rtl.woocommerce ul.products li.product .onsale,
body.rtl.woocommerce span.onsale{
right: 0;
}
body.rtl .badge-wrapper{
right: inherit;
left: 5px;
}
body.rtl .product-slider .content-caption.on-left .star-rating{
margin-right: 0;
margin-left: auto;
}
body.rtl .comment-author img,
body.rtl .sale-info span.product-count{
margin-right: 0;
margin-left: 20px;
}
body.rtl .sale-info span.product-count:last-child,
body.rtl span.offer-date-counter > span:last-child{
margin-left: 0;
}
.post-navigation .nav-previous {
padding-left: 0;
padding-right: 20px;
}
.post-navigation .nav-next {
padding-left: 20px;
padding-right: 0;
}
body.rtl .nav-links .nav-previous a:before {
content: "\f054";
left: inherit;
right: 0;
}
body.rtl .nav-links .nav-next a:after {
content: "\f053";
right: inherit;
left: 0;
}
body.rtl .entry-footer span.cat-links a,
body.rtl .entry-footer span.tags-links a{
padding-left: 2px;
}
body.rtl .reply,
body.rtl .comment .children,
body.rtl .comment div#respond,
body.rtl .comment-content {
margin-left: 0;
margin-right: 70px;
}
#sidr .af-tabs.nav-tabs>li>a,
#secondary .af-tabs.nav-tabs>li>a,
footer .af-tabs.nav-tabs>li>a{
margin-left: 15px;
margin-right: 0;
}
body.rtl .woocommerce .widget_shopping_cart .buttons a,
body.rtl .woocommerce.widget_shopping_cart .buttons a {
margin-left: 0;
margin-right: 5px;
}
/*media query================*/
@media screen and (max-width: 1024px){
body.rtl .suport-single .support-content {
text-align: center;
}
}
@media screen and (max-width: 992em){
body.rtl .main-navigation .menu .menu-mobile li a i {
right: inherit;
left: 0;
}
}
@media screen and (max-width: 991px){
body.rtl .main-navigation ul ul {
left: inherit;
right: 0;
}
body.rtl .af-compress-right-bottom{
left: -20px;
right: inherit;
}
body.rtl div[class*=header-style-] .header-right-part {
right: inherit;
left: 0;
}
body.rtl .main-navigation .menu .menu-mobile li a{
text-align: right;
padding-left: 50px;
padding-right: 10px;
}
body.rtl .menu-item-has-children .menu-description {
left: inherit;
right: inherit;
}
}
@media screen and (max-width: 768px){
.aft-carousel.owl-theme .owl-nav button.owl-prev {
right: 0;
left: inherit;
}
} | 0.481454 | 0.0341 |
.dz-success {
background: #EEFFF8 !important;
}
.compulsory {
border: 1px solid #f00;
}
#productae {
background: #fff;
}
#productae p {
padding-bottom: 3px;
font-weight: bold;
}
.fixed_head {
position: fixed;
top: 29px;
z-index: 100;
-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#productae .prod_head {
overflow: hidden;
background: #fff;
padding: 5px;
}
#productae .prod_head * {
display: inline-block;
margin-right: 10px;
}
#productae .prod_head *:last-child {
margin-right: 0;
}
#productae .head_block {
position: relative;
}
#productae .head_block .article {
display: block;
font-size: 15px;
line-height: 30px;
}
#productae .head_block .product_name {
display: none;
}
#productae .product_view {
margin-top: 2px;
}
#productae .prod_head.fixed_head .product_name {
display: block;
}
#productae .prod_head.fixed_head .article {
line-height: 15px;
font-size: 13px;
}
/*Second Navigation ==========================================================*/
#second_navigation {
/*display: none;*/
overflow: hidden;
margin-bottom: 20px;
}
.second_nav_menu {
position: relative;
width: 20%;
padding-right: 20px;
float: left;
padding-bottom: 20px;
}
.nav {
position: relative;
}
.nav li a {
outline: none;
text-decoration: none;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.nav li.active a {
color: #fff;
background-color: #00aff0;
border-color: #00aff0;
}
.tabs-panel {
width: 80%;
float: right;
padding-bottom: 20px;
}
.tabs-panel div[id^='nav_'] {
padding-top: 70px;
}
.tabs-panel div[id^='nav_']:first-of-type {
padding-top: 0;
}
.tabs-panel h2 {
border-bottom: 3px solid #00AFF0;
}
/*.ui-tabs-vertical {
display: block !important;
clear: both;
}
.ui-tabs-nav {
width: 20%;
padding-right: 20px;
float: left;
padding-bottom: 20px;
}
.ui-tabs-panel {
width: 80%;
float: right;
padding-bottom: 20px;
}
.ui-tabs-vertical .ui-tabs-nav li a {
outline: none;
text-decoration: none;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.ui-tabs-vertical .ui-tabs-nav .ui-tabs-active a {
color: #fff;
background-color: #00aff0;
border-color: #00aff0;
}*/
.main_photo {
padding: 10px 0;
}
.main_photo img {
display: block;
margin: 0 auto;
max-height: 200px;
max-width: 100%
}
/*Section SEO ================================================================*/
#productae #translit {
margin: 0;
}
#productae #translit label {
color: #000;
}
#productae #translit p {
float: left;
}
#productae .refresh_btn {
display: inline-block;
text-decoration: none;
cursor: pointer;
margin: 0 5px;
font-weight: bold;
font-size: 17px;
color: #989898;
}
/*Section Category and connection ============================================*/
#productae #addlink {
margin-top: 10px;
}
#productae #addlink a.dashed {
border-bottom-width: 1px;
border-bottom-style: dashed;
text-decoration: none;
}
#productae #addlink a.dashed:hover {
text-decoration: none !important;
border-bottom-style: none;
}
.sup_notation {
color: #f00;
position: absolute;
padding-top: 2px;
left: 50px;
}
#nav_connection .supplier select,
#nav_connection .supplier input[type="text"],
#nav_connection .supplier input[type="number"] {
width: 100%;
}
#nav_connection .supplier td > input {
margin-top: 17px;
}
#nav_connection .supplier .select_price {
width: 20%;
}
#nav_connection .supplier .price {
margin-left: 7px;
width: 36%;
}
#nav_connection .supplier .select_price label,
#nav_connection .supplier .price label {
padding-top: 0;
text-align: center;
}
#nav_connection .supplier .icon-font {
font-size: 15px;
cursor: pointer;
padding: 10px;
}
#nav_connection .supplier .icon-font:hover {
color: #f00;
}
#nav_connection .add_supplier tr:hover {
background: none;
}
#nav_connection .add_supplier td {
position: relative;
padding-bottom: 20px;
}
#nav_connection .add_supplier td > input,
#nav_connection .add_supplier td > select,
#nav_connection .add_supplier td > button {
margin-top: 17px;
}
#nav_connection .add_supplier label {
padding-top: 0;
}
#nav_connection .add_supplier .select_price {
width: 20%;
}
#nav_connection .add_supplier .price {
margin-left: 7px;
position: relative;
width: 36%;
}
#nav_connection .add_supplier .select_price label,
#nav_connection .add_supplier .price label {
text-align: center;
}
#nav_connection #sup_inusd {
width: 100%;
max-width: 100%;
text-align: center;
}
#nav_connection #sup_price_opt,
#nav_connection #sup_price_mopt {
width: 100%;
max-width: 100%;
}
#nav_connection #add_segment,
#nav_connection #segment_list {
min-width: 150px;
}
#nav_connection .del_segment {
padding: 10px;
cursor: pointer;
}
#nav_connection .del_segment:hover {
color: red;
}
/*Section Product content ====================================================*/
#productae .units_input {
width: 100px;
margin-bottom: 1px;
}
#productae .select_unit {
width: 285px;
}
/*Section Delivery ===========================================================*/
#nav_delivery .fl {
margin-right: 10px;
}
#nav_delivery .weight span {
font-weight: normal;
}
/*Section Information ========================================================*/
#productae .edition {
margin: 10px 0;
}
/*Section Comment ============================================================*/
#nav_comment .list tbody td.actions a {
cursor: pointer;
color: #444;
font-size: 18px;
}
#nav_comment .list tbody td.actions a:hover {
color: #f00;
}
/*Section Product, Photo, Video ==============================================*/
#productae #preview1,
#productae #preview2,
#productae #preview3 {
height: 70px;
display: block;
text-align: left;
vertical-align: middle;
padding: 5px 0 5px 5px;
}
#productae #preview1 input,
#productae #preview2 input,
#productae #preview3 input {
margin-top: 13px;
}
#photobox {
position: relative;
clear: both;
float: left;
min-height: 50px;
width: 100%;
}
#photobox .previews {
margin-bottom: 5px;
}
#photobox .image_block,
#photobox .ui-sortable-placeholder,
#photobox .image_block_new {
position: relative;
border: 1px solid #ccc;
height: 82px;
padding: 5px;
margin-bottom: 5px;
margin-right: 25px;
background: #fff;
}
#photobox .image_block:first-of-type:after {
content: 'Основное';
position: absolute;
top: -1px;
right: 0px;
width: 76px;
padding: 3px;
text-align: center;
border: none;
border-radius: 0 0 .3em .3em;
transform-origin: top right;
transform: rotate(-90deg);
background: #f36711;
color: #fff;
}
#photobox .image_block:last-of-type {
margin-bottom: 0;
}
#photobox .image_block.ui-sortable-helper {
box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
#photobox .ui-sortable-placeholder {
border-style: dotted;
background: #fafafa;
}
#photobox .image_block .sort_handle {
line-height: 70px;
width: 20px;
text-align: center;
margin-right: 5px;
float: left;
cursor: move;
cursor: -webkit-grab;
}
#photobox .image_block .image {
width: 70px;
height: 70px;
margin-right: 5px;
background: #eee;
float: left;
overflow: hidden;
}
#photobox .image_block .image img {
height: 70px;
max-height: 100%;
border: 1px solid #ccc;
/*box-shadow: 0 0 1px 0 #aaa;*/
}
#photobox .image_block .name {
width: calc(100% - 150px);
line-height: 1;
float: left;
}
#photobox .image_block .name .dz-filename,
#photobox .image_block .name .dz-size {
line-height: 70px;
width: 75%;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#photobox .image_block .name .dz-size {
width: 15%;
float: right;
}
#photobox .image_block .visibility {
line-height: 70px;
float: left;
}
#photobox .image_block .visibility p {
color: #4CAF50;
cursor: pointer;
}
#photobox .image_block.implicit .visibility p {
color: #444;
}
#photobox .image_block .visibility p:hover {
color: #f00;
}
#photobox .image_block:first-of-type.implicit img {
opacity: 1.0;
}
#photobox .image_block:first-of-type p {
display: none;
}
#photobox .image_block .image img {
opacity: 1.0;
}
#photobox .implicit .image img {
opacity: .3;
}
#photobox .image_block .controls {
line-height: 70px;
width: 30px;
float: right;
}
#photobox .image_block .controls p {
display: block;
float: right;
width: 100%;
color: #444;
cursor: pointer;
}
#photobox .image_block .controls p:hover {
color: #f00;
}
#photobox .image_block .controls p,
#photobox .image_block .controls p:hover {
text-decoration: none;
text-align: center;
/*margin-right: 1em;*/
}
#photobox .image_block .controls .icon-font {
font-size: 1.2em;
}
#photobox .image_block_new {
color: #ccc;
border-style: dashed;
height: auto;
padding: 1em;
cursor: pointer;
}
#photobox .image_block_new .dz-message {
line-height: 1.5em;
text-align: center;
font-weight: bold;
font-size: 1.5em;
}
#photobox .image_block_new.dz-drag-hover {
/*background: #f36711;*/
border-color: #f36711;
color: #f36711;
border-style: solid;
}
#photobox .image_block_new .dz-message .icon-font {
font-size: 2em;
text-align: center;
font-weight: bold;
clear: both;
}
#nav_product .add_video {
font-weight: normal;
padding: 10px 0;
display: inline-block;
cursor: pointer;
color: #2E62CF;
}
#nav_product .add_video span.icon-font {
cursor: pointer;
font-size: 15px;
vertical-align: bottom;
color: #2E62CF;
}
#nav_product .video_block {
list-style-type: decimal;
width: 98%;
float: right;
}
#nav_product .video_block input {
width: 95%;
margin-bottom: 20px;
}
#nav_product .video_block span.remove_video {
font-size: 18px;
width: 5%;
display: inline-block;
text-align: center;
cursor: pointer;
}
#nav_product .video_block span.remove_video:hover {
color: #f00;
}
.catblock {
margin-bottom: 10px;
}
.catblock select {
width: 300px;
}
.catblock .delcat {
margin-left: 10px;
cursor: pointer;
}
.catblock .icon-font.delcat:hover {
color: #ff1d31;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
} | adm/css/page_styles/productadd.css |
.dz-success {
background: #EEFFF8 !important;
}
.compulsory {
border: 1px solid #f00;
}
#productae {
background: #fff;
}
#productae p {
padding-bottom: 3px;
font-weight: bold;
}
.fixed_head {
position: fixed;
top: 29px;
z-index: 100;
-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#productae .prod_head {
overflow: hidden;
background: #fff;
padding: 5px;
}
#productae .prod_head * {
display: inline-block;
margin-right: 10px;
}
#productae .prod_head *:last-child {
margin-right: 0;
}
#productae .head_block {
position: relative;
}
#productae .head_block .article {
display: block;
font-size: 15px;
line-height: 30px;
}
#productae .head_block .product_name {
display: none;
}
#productae .product_view {
margin-top: 2px;
}
#productae .prod_head.fixed_head .product_name {
display: block;
}
#productae .prod_head.fixed_head .article {
line-height: 15px;
font-size: 13px;
}
/*Second Navigation ==========================================================*/
#second_navigation {
/*display: none;*/
overflow: hidden;
margin-bottom: 20px;
}
.second_nav_menu {
position: relative;
width: 20%;
padding-right: 20px;
float: left;
padding-bottom: 20px;
}
.nav {
position: relative;
}
.nav li a {
outline: none;
text-decoration: none;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.nav li.active a {
color: #fff;
background-color: #00aff0;
border-color: #00aff0;
}
.tabs-panel {
width: 80%;
float: right;
padding-bottom: 20px;
}
.tabs-panel div[id^='nav_'] {
padding-top: 70px;
}
.tabs-panel div[id^='nav_']:first-of-type {
padding-top: 0;
}
.tabs-panel h2 {
border-bottom: 3px solid #00AFF0;
}
/*.ui-tabs-vertical {
display: block !important;
clear: both;
}
.ui-tabs-nav {
width: 20%;
padding-right: 20px;
float: left;
padding-bottom: 20px;
}
.ui-tabs-panel {
width: 80%;
float: right;
padding-bottom: 20px;
}
.ui-tabs-vertical .ui-tabs-nav li a {
outline: none;
text-decoration: none;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.ui-tabs-vertical .ui-tabs-nav .ui-tabs-active a {
color: #fff;
background-color: #00aff0;
border-color: #00aff0;
}*/
.main_photo {
padding: 10px 0;
}
.main_photo img {
display: block;
margin: 0 auto;
max-height: 200px;
max-width: 100%
}
/*Section SEO ================================================================*/
#productae #translit {
margin: 0;
}
#productae #translit label {
color: #000;
}
#productae #translit p {
float: left;
}
#productae .refresh_btn {
display: inline-block;
text-decoration: none;
cursor: pointer;
margin: 0 5px;
font-weight: bold;
font-size: 17px;
color: #989898;
}
/*Section Category and connection ============================================*/
#productae #addlink {
margin-top: 10px;
}
#productae #addlink a.dashed {
border-bottom-width: 1px;
border-bottom-style: dashed;
text-decoration: none;
}
#productae #addlink a.dashed:hover {
text-decoration: none !important;
border-bottom-style: none;
}
.sup_notation {
color: #f00;
position: absolute;
padding-top: 2px;
left: 50px;
}
#nav_connection .supplier select,
#nav_connection .supplier input[type="text"],
#nav_connection .supplier input[type="number"] {
width: 100%;
}
#nav_connection .supplier td > input {
margin-top: 17px;
}
#nav_connection .supplier .select_price {
width: 20%;
}
#nav_connection .supplier .price {
margin-left: 7px;
width: 36%;
}
#nav_connection .supplier .select_price label,
#nav_connection .supplier .price label {
padding-top: 0;
text-align: center;
}
#nav_connection .supplier .icon-font {
font-size: 15px;
cursor: pointer;
padding: 10px;
}
#nav_connection .supplier .icon-font:hover {
color: #f00;
}
#nav_connection .add_supplier tr:hover {
background: none;
}
#nav_connection .add_supplier td {
position: relative;
padding-bottom: 20px;
}
#nav_connection .add_supplier td > input,
#nav_connection .add_supplier td > select,
#nav_connection .add_supplier td > button {
margin-top: 17px;
}
#nav_connection .add_supplier label {
padding-top: 0;
}
#nav_connection .add_supplier .select_price {
width: 20%;
}
#nav_connection .add_supplier .price {
margin-left: 7px;
position: relative;
width: 36%;
}
#nav_connection .add_supplier .select_price label,
#nav_connection .add_supplier .price label {
text-align: center;
}
#nav_connection #sup_inusd {
width: 100%;
max-width: 100%;
text-align: center;
}
#nav_connection #sup_price_opt,
#nav_connection #sup_price_mopt {
width: 100%;
max-width: 100%;
}
#nav_connection #add_segment,
#nav_connection #segment_list {
min-width: 150px;
}
#nav_connection .del_segment {
padding: 10px;
cursor: pointer;
}
#nav_connection .del_segment:hover {
color: red;
}
/*Section Product content ====================================================*/
#productae .units_input {
width: 100px;
margin-bottom: 1px;
}
#productae .select_unit {
width: 285px;
}
/*Section Delivery ===========================================================*/
#nav_delivery .fl {
margin-right: 10px;
}
#nav_delivery .weight span {
font-weight: normal;
}
/*Section Information ========================================================*/
#productae .edition {
margin: 10px 0;
}
/*Section Comment ============================================================*/
#nav_comment .list tbody td.actions a {
cursor: pointer;
color: #444;
font-size: 18px;
}
#nav_comment .list tbody td.actions a:hover {
color: #f00;
}
/*Section Product, Photo, Video ==============================================*/
#productae #preview1,
#productae #preview2,
#productae #preview3 {
height: 70px;
display: block;
text-align: left;
vertical-align: middle;
padding: 5px 0 5px 5px;
}
#productae #preview1 input,
#productae #preview2 input,
#productae #preview3 input {
margin-top: 13px;
}
#photobox {
position: relative;
clear: both;
float: left;
min-height: 50px;
width: 100%;
}
#photobox .previews {
margin-bottom: 5px;
}
#photobox .image_block,
#photobox .ui-sortable-placeholder,
#photobox .image_block_new {
position: relative;
border: 1px solid #ccc;
height: 82px;
padding: 5px;
margin-bottom: 5px;
margin-right: 25px;
background: #fff;
}
#photobox .image_block:first-of-type:after {
content: 'Основное';
position: absolute;
top: -1px;
right: 0px;
width: 76px;
padding: 3px;
text-align: center;
border: none;
border-radius: 0 0 .3em .3em;
transform-origin: top right;
transform: rotate(-90deg);
background: #f36711;
color: #fff;
}
#photobox .image_block:last-of-type {
margin-bottom: 0;
}
#photobox .image_block.ui-sortable-helper {
box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
#photobox .ui-sortable-placeholder {
border-style: dotted;
background: #fafafa;
}
#photobox .image_block .sort_handle {
line-height: 70px;
width: 20px;
text-align: center;
margin-right: 5px;
float: left;
cursor: move;
cursor: -webkit-grab;
}
#photobox .image_block .image {
width: 70px;
height: 70px;
margin-right: 5px;
background: #eee;
float: left;
overflow: hidden;
}
#photobox .image_block .image img {
height: 70px;
max-height: 100%;
border: 1px solid #ccc;
/*box-shadow: 0 0 1px 0 #aaa;*/
}
#photobox .image_block .name {
width: calc(100% - 150px);
line-height: 1;
float: left;
}
#photobox .image_block .name .dz-filename,
#photobox .image_block .name .dz-size {
line-height: 70px;
width: 75%;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#photobox .image_block .name .dz-size {
width: 15%;
float: right;
}
#photobox .image_block .visibility {
line-height: 70px;
float: left;
}
#photobox .image_block .visibility p {
color: #4CAF50;
cursor: pointer;
}
#photobox .image_block.implicit .visibility p {
color: #444;
}
#photobox .image_block .visibility p:hover {
color: #f00;
}
#photobox .image_block:first-of-type.implicit img {
opacity: 1.0;
}
#photobox .image_block:first-of-type p {
display: none;
}
#photobox .image_block .image img {
opacity: 1.0;
}
#photobox .implicit .image img {
opacity: .3;
}
#photobox .image_block .controls {
line-height: 70px;
width: 30px;
float: right;
}
#photobox .image_block .controls p {
display: block;
float: right;
width: 100%;
color: #444;
cursor: pointer;
}
#photobox .image_block .controls p:hover {
color: #f00;
}
#photobox .image_block .controls p,
#photobox .image_block .controls p:hover {
text-decoration: none;
text-align: center;
/*margin-right: 1em;*/
}
#photobox .image_block .controls .icon-font {
font-size: 1.2em;
}
#photobox .image_block_new {
color: #ccc;
border-style: dashed;
height: auto;
padding: 1em;
cursor: pointer;
}
#photobox .image_block_new .dz-message {
line-height: 1.5em;
text-align: center;
font-weight: bold;
font-size: 1.5em;
}
#photobox .image_block_new.dz-drag-hover {
/*background: #f36711;*/
border-color: #f36711;
color: #f36711;
border-style: solid;
}
#photobox .image_block_new .dz-message .icon-font {
font-size: 2em;
text-align: center;
font-weight: bold;
clear: both;
}
#nav_product .add_video {
font-weight: normal;
padding: 10px 0;
display: inline-block;
cursor: pointer;
color: #2E62CF;
}
#nav_product .add_video span.icon-font {
cursor: pointer;
font-size: 15px;
vertical-align: bottom;
color: #2E62CF;
}
#nav_product .video_block {
list-style-type: decimal;
width: 98%;
float: right;
}
#nav_product .video_block input {
width: 95%;
margin-bottom: 20px;
}
#nav_product .video_block span.remove_video {
font-size: 18px;
width: 5%;
display: inline-block;
text-align: center;
cursor: pointer;
}
#nav_product .video_block span.remove_video:hover {
color: #f00;
}
.catblock {
margin-bottom: 10px;
}
.catblock select {
width: 300px;
}
.catblock .delcat {
margin-left: 10px;
cursor: pointer;
}
.catblock .icon-font.delcat:hover {
color: #ff1d31;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
} | 0.220762 | 0.054727 |
font-size:14px!import;
}
h1 {
font-size: 18px!important;
}
h2 {
font-size: 17px!important;
}
#dtop {
position: fixed; /*固定位置*/
right: 10px;
bottom: 130px;
display: none;
/*开始默认隐藏*/
margin-bottom: 5px;
width: 40px;
height: 36px;
border-radius: 2px;
cursor: pointer;
}
#dBottom{
position: fixed; /*固定位置*/
right: 10px;
bottom: 90px;
display: none;
/*开始默认隐藏*/
margin-bottom: 5px;
width: 40px;
height: 36px;
border-radius: 2px;
cursor: pointer;
}
nav {background-color: #FFFFFF!important;}
#navbar-top {padding: 10px 10px 10px 10px;}
nav ul li a {color: #8590A6!important;font-size: 14px;}
nav div a:hover{color: #0a67fb!important;}
form div input {font-size: 13px!important;}
a>i {font-size: 18px!important;}
#right-container {background-color: #FFFFFF!important;}
/*对一行进行分隔*/
a.panel-item {float: left !important;margin-left: 55px!important;}
a.panel-item p{font-size: 16px;margin-left: -10px}
.panel a:link {color: black;}
/*.panel a:hover {color: #0084FF!important;}*/
.panel a i{font-size: 30px!important;}
.panel i {color: #8590A6;}
#profile-right-panel .panel{ font-size: 14px;}
#profile-right-panel .panel .panel-heading{
background-color: #fff!important;
color: #646464;
}
#sort-panel .panel{ font-size: 16px;}
#sort-panel .panel .panel-heading{
background-color: #fff!important;
color: #646464;
}
.profile-achievements{
color: #646464;
margin-bottom: 12px;
}
.profile-achievements i{
font-size: 16px;margin-right: 15px;
}
.sort-panel-body{
line-height: 40px;
}
.list-group a i{font-size: 16px!important;}
a:focus{text-decoration: none!important;}
a:link{text-decoration:none!important;} /*指正常的未被访问过的链接*/
a:visited{text-decoration:none!important;} /*指已经访问过的链接*/
a:hover{text-decoration:none!important;} /*指鼠标在链接*/}
a:active{text-decoration:none!important;} /*指正在点的链接*/
#arcticle-code{
overflow: auto!important;
}
/*----------------页脚底部--------------------*/
html {
position: relative!important;
min-height: 100% !important;
}
body {
/* Margin bottom by footer height */
margin-bottom: 100px!important;
background-color: #F6F6F6!important;
padding-top: 70px!important;/*对固定头部进行内补,导致出现更多*/
}
.footer {
position: absolute!important;
bottom: 0!important;
width: 100% !important;
/* Set the fixed height of the footer here */
height: 100px!important;
background-color: black!important;
}
/*-----------------------------------------------------------------*/
#rightContent{
position: fixed!important;
right: 20px;
bottom: 60px;
}
/*评论的css*/
.comments_length{
font-size: 18px; padding-top: 1em;color: #333;
}
/*登陆css*/
/*.panel-heading h2{*/
/*margin-left: 130px;*/
/*}*/
h2 .active{
padding-bottom: 3px;
color: #0a67fb!important;
border-bottom: 2px solid #0a67fb;
}
h2 a {
color: #969696!important;
font-weight: 700;
}
.panel-footer-form p{
text-align: center;
color: #b5b5b5;
}
.panel-footer-form{
background-color: #fff!important;
}
#c{
float:left;margin-left: 40px;
}
#c .iconCenter{
float:left; height:50px;width:50px;
}
/*文章详情css*/
#article{
line-height: 1.7!important;
color: #1A1A1A!important;
font-size: 17px!important;
}
#article p {
display: block!important;
margin-block-start: 1em!important;
margin-block-end: 1em!important;
margin-inline-start: 0px!important;
margin-inline-end: 0px!important;
}
#notificationContent li{
display: block!important;
padding: 3px 20px!important;
clear: both!important;
font-weight: 400!important;
line-height: 1.53846154!important;
color: #353535!important;
font-size: 16px;
}
#notificationContent {
right: 100!important;
left: 100!important;
min-width: 280px!important;
left: -120px!important;
}
#notificationContent a{
color: #175199!important;
}
#profile-info h1{
margin-left: 180px;
}
#profile-info h1 span{
font-size: 18px;margin-left: 12px;color: #1A1A1A;font-weight: normal;
}
#profile-info ul{
margin-left: 180px;
}
.profileHeadItem{
line-height: 2.5;
margin-right: 35px;
font-weight: 600;
font-size: 16px;
}
#editProfileHeadList li{
border-bottom: 1px solid #EBEBEB;
padding: 30px 0;
}
#edit-profile-info h1 a{
color: #808080;
font-size: 14px;
}
#edit-profile-info{
margin-left: 180px;
}
#id_comment{
border: 1px solid #dcdcdc;
background-color: hsla(0,0%,71%,.1);
border-radius: 4px;
outline: none!important;
}
textarea{
resize:none!important;
}
.profileHeadValue{
font-size: 16px;
line-height: 1.8;
margin-left: 100px;
}
/**/
.profileHeadButton{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
}
.profileHeadButtonTop{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
}
.postOrderButton{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
/*margin-left: 10px;*/
}
#icon-post{
margin-left: 10px;color: #8590A6;
}
.Footer-dot::after {
margin: 0 5px;
content: '\B7';
}
.profileInfoFullName button{
background-color: transparent!important;
border: none;
font-size: 16px;
color:#175199;
margin-left: 20px;
opacity: 0;
}
.profileGender button {
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileOneWord button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileLocation button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileTrade button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileJob button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileStudy button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileIntroduction button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
#profile-info{
line-height: 60px;
}
#edit-profile-info input{
/*display: block;*/
height: 32px;
padding: 5px 8px;
width: 500px;
/*font-size: 13px;*/
line-height: 1.53846154;
color: #222;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#profileGender input{
height: 15px;width: 100px;margin-top: -5px;
}
#postAuthor .media-body{
font-size: 15px;line-height: 1.5;padding-left: 50px;
}
#postAuthor .media-body p span{
margin-left: 5px;
color: #8590A6;
}
#left-inprofile{
margin-left: -5px!important;
color: #8590A6!important;
}
.button-mysettings{
background: #fff!important;
border-color: transparent!important;
color: #8590A6!important;
font-size: 15px!important;
/*line-height: 32px!important;*/
border: none!important;
}
.popover-area{
border: 0px solid rgba(0,0,0,.2)!important;
}
/*去掉按钮边框*/
*{outline:0!important;}
#agree-button{
margin-top: 5px;margin-left: 60px;background: rgba(0, 132, 255, 0.1);border-color: transparent;color: #0084FF;font-size: 15px;line-height: 32px;
}
#share-button{
margin-top: 5px;background: #fff;border-color: transparent;color: #8590A6;font-size: 15px;line-height: 32px;
}
#setting-button{
margin-top: 5px;background: #fff;border-color: transparent;color: #8590A6;font-size: 15px;line-height: 32px;border: none;
}
.popover-notifications{
display: inline-block;
padding: 5px 12px;
margin-bottom: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.53846154;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
-o-transition: all .4s cubic-bezier(.175,.885,.32,1);
transition: all .4s cubic-bezier(.175,.885,.32,1);
}
#label-notification {
background-color: red;
margin-top: -20px;
margin-left: -7px;
}
.agree{
color: #fff!important;background: #0084FF!important;
}
.notAgree{
color: #0084FF!important;background: rgba(0, 132, 255, 0.1);!important;
}
.notAgreeTwoButton{
line-height: 1.5!important;border-radius: 40px!important;background-color: transparent!important;border: 1px solid #EA6F5A!important;color: #EA6F5A!important;
}
.notAgreeTwoFont{
margin-left: 8px;font-size: 18px;border-right-width: 1px;padding-right: 10px;border-right-style: solid;border-right-color: #EA6F5A;
}
.agreeTwoButton{
line-height: 1.5!important;border-radius: 40px!important;background-color: #EA6F5A!important;border: 1px solid #EA6F5A!important;
}
.agreeTwoFont{
margin-left: 8px;font-size: 18px;border-right-width: 1px;padding-right: 10px;border-right-style: solid;border-right-color: white;color: white;text-shadow: 0 0px 0 #fff;
}
.load-more{
padding: 10px 150px!important;background-color: #a5a5a5!important;color: #fff;
}
.color-index{
color: black;
background-color:#b3d4fc;!important;
background:1;
margin-left: 10px;
margin-right: 10px;
padding: 5px 5px;
}
.spanFollow{
padding: 5px 5px;
}
.sort{
font-size: 14px; font-weight: normal; line-height: 40px;
}
.sortClick{
color: #999!important;
}
.sortHead{
background-color: hsla(100, 0%, 1%, 0.1)!important;
}
#Search li{
width: 258px!important;
color: #000;
font: 14px arial;
line-height: 22px;
padding: 0 8px;
position: relative;
cursor: default;
}
#Search a{
padding-right: 20px!important;
}
#Search a:link{
background-color: #fff!important;
}
#Search a:hover{
background-color: #f0f0f0!important;
}
#Search a:active{
background-color: #FFF!important;
}
#aboutSearch a:hover{
color: #0a67fb;;
} | static/css/main.css | font-size:14px!import;
}
h1 {
font-size: 18px!important;
}
h2 {
font-size: 17px!important;
}
#dtop {
position: fixed; /*固定位置*/
right: 10px;
bottom: 130px;
display: none;
/*开始默认隐藏*/
margin-bottom: 5px;
width: 40px;
height: 36px;
border-radius: 2px;
cursor: pointer;
}
#dBottom{
position: fixed; /*固定位置*/
right: 10px;
bottom: 90px;
display: none;
/*开始默认隐藏*/
margin-bottom: 5px;
width: 40px;
height: 36px;
border-radius: 2px;
cursor: pointer;
}
nav {background-color: #FFFFFF!important;}
#navbar-top {padding: 10px 10px 10px 10px;}
nav ul li a {color: #8590A6!important;font-size: 14px;}
nav div a:hover{color: #0a67fb!important;}
form div input {font-size: 13px!important;}
a>i {font-size: 18px!important;}
#right-container {background-color: #FFFFFF!important;}
/*对一行进行分隔*/
a.panel-item {float: left !important;margin-left: 55px!important;}
a.panel-item p{font-size: 16px;margin-left: -10px}
.panel a:link {color: black;}
/*.panel a:hover {color: #0084FF!important;}*/
.panel a i{font-size: 30px!important;}
.panel i {color: #8590A6;}
#profile-right-panel .panel{ font-size: 14px;}
#profile-right-panel .panel .panel-heading{
background-color: #fff!important;
color: #646464;
}
#sort-panel .panel{ font-size: 16px;}
#sort-panel .panel .panel-heading{
background-color: #fff!important;
color: #646464;
}
.profile-achievements{
color: #646464;
margin-bottom: 12px;
}
.profile-achievements i{
font-size: 16px;margin-right: 15px;
}
.sort-panel-body{
line-height: 40px;
}
.list-group a i{font-size: 16px!important;}
a:focus{text-decoration: none!important;}
a:link{text-decoration:none!important;} /*指正常的未被访问过的链接*/
a:visited{text-decoration:none!important;} /*指已经访问过的链接*/
a:hover{text-decoration:none!important;} /*指鼠标在链接*/}
a:active{text-decoration:none!important;} /*指正在点的链接*/
#arcticle-code{
overflow: auto!important;
}
/*----------------页脚底部--------------------*/
html {
position: relative!important;
min-height: 100% !important;
}
body {
/* Margin bottom by footer height */
margin-bottom: 100px!important;
background-color: #F6F6F6!important;
padding-top: 70px!important;/*对固定头部进行内补,导致出现更多*/
}
.footer {
position: absolute!important;
bottom: 0!important;
width: 100% !important;
/* Set the fixed height of the footer here */
height: 100px!important;
background-color: black!important;
}
/*-----------------------------------------------------------------*/
#rightContent{
position: fixed!important;
right: 20px;
bottom: 60px;
}
/*评论的css*/
.comments_length{
font-size: 18px; padding-top: 1em;color: #333;
}
/*登陆css*/
/*.panel-heading h2{*/
/*margin-left: 130px;*/
/*}*/
h2 .active{
padding-bottom: 3px;
color: #0a67fb!important;
border-bottom: 2px solid #0a67fb;
}
h2 a {
color: #969696!important;
font-weight: 700;
}
.panel-footer-form p{
text-align: center;
color: #b5b5b5;
}
.panel-footer-form{
background-color: #fff!important;
}
#c{
float:left;margin-left: 40px;
}
#c .iconCenter{
float:left; height:50px;width:50px;
}
/*文章详情css*/
#article{
line-height: 1.7!important;
color: #1A1A1A!important;
font-size: 17px!important;
}
#article p {
display: block!important;
margin-block-start: 1em!important;
margin-block-end: 1em!important;
margin-inline-start: 0px!important;
margin-inline-end: 0px!important;
}
#notificationContent li{
display: block!important;
padding: 3px 20px!important;
clear: both!important;
font-weight: 400!important;
line-height: 1.53846154!important;
color: #353535!important;
font-size: 16px;
}
#notificationContent {
right: 100!important;
left: 100!important;
min-width: 280px!important;
left: -120px!important;
}
#notificationContent a{
color: #175199!important;
}
#profile-info h1{
margin-left: 180px;
}
#profile-info h1 span{
font-size: 18px;margin-left: 12px;color: #1A1A1A;font-weight: normal;
}
#profile-info ul{
margin-left: 180px;
}
.profileHeadItem{
line-height: 2.5;
margin-right: 35px;
font-weight: 600;
font-size: 16px;
}
#editProfileHeadList li{
border-bottom: 1px solid #EBEBEB;
padding: 30px 0;
}
#edit-profile-info h1 a{
color: #808080;
font-size: 14px;
}
#edit-profile-info{
margin-left: 180px;
}
#id_comment{
border: 1px solid #dcdcdc;
background-color: hsla(0,0%,71%,.1);
border-radius: 4px;
outline: none!important;
}
textarea{
resize:none!important;
}
.profileHeadValue{
font-size: 16px;
line-height: 1.8;
margin-left: 100px;
}
/**/
.profileHeadButton{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
}
.profileHeadButtonTop{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
}
.postOrderButton{
background-color: transparent;
border: none;
color: #8590A6;
font-size: 15px;
padding: 0px;
/*margin-left: 10px;*/
}
#icon-post{
margin-left: 10px;color: #8590A6;
}
.Footer-dot::after {
margin: 0 5px;
content: '\B7';
}
.profileInfoFullName button{
background-color: transparent!important;
border: none;
font-size: 16px;
color:#175199;
margin-left: 20px;
opacity: 0;
}
.profileGender button {
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileOneWord button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileLocation button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileTrade button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileJob button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileStudy button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
.profileIntroduction button{
background-color: transparent !important;
border: none;
font-size: 16px;
color: #175199;
margin-left: 20px;
opacity: 0;
}
#profile-info{
line-height: 60px;
}
#edit-profile-info input{
/*display: block;*/
height: 32px;
padding: 5px 8px;
width: 500px;
/*font-size: 13px;*/
line-height: 1.53846154;
color: #222;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#profileGender input{
height: 15px;width: 100px;margin-top: -5px;
}
#postAuthor .media-body{
font-size: 15px;line-height: 1.5;padding-left: 50px;
}
#postAuthor .media-body p span{
margin-left: 5px;
color: #8590A6;
}
#left-inprofile{
margin-left: -5px!important;
color: #8590A6!important;
}
.button-mysettings{
background: #fff!important;
border-color: transparent!important;
color: #8590A6!important;
font-size: 15px!important;
/*line-height: 32px!important;*/
border: none!important;
}
.popover-area{
border: 0px solid rgba(0,0,0,.2)!important;
}
/*去掉按钮边框*/
*{outline:0!important;}
#agree-button{
margin-top: 5px;margin-left: 60px;background: rgba(0, 132, 255, 0.1);border-color: transparent;color: #0084FF;font-size: 15px;line-height: 32px;
}
#share-button{
margin-top: 5px;background: #fff;border-color: transparent;color: #8590A6;font-size: 15px;line-height: 32px;
}
#setting-button{
margin-top: 5px;background: #fff;border-color: transparent;color: #8590A6;font-size: 15px;line-height: 32px;border: none;
}
.popover-notifications{
display: inline-block;
padding: 5px 12px;
margin-bottom: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.53846154;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
-o-transition: all .4s cubic-bezier(.175,.885,.32,1);
transition: all .4s cubic-bezier(.175,.885,.32,1);
}
#label-notification {
background-color: red;
margin-top: -20px;
margin-left: -7px;
}
.agree{
color: #fff!important;background: #0084FF!important;
}
.notAgree{
color: #0084FF!important;background: rgba(0, 132, 255, 0.1);!important;
}
.notAgreeTwoButton{
line-height: 1.5!important;border-radius: 40px!important;background-color: transparent!important;border: 1px solid #EA6F5A!important;color: #EA6F5A!important;
}
.notAgreeTwoFont{
margin-left: 8px;font-size: 18px;border-right-width: 1px;padding-right: 10px;border-right-style: solid;border-right-color: #EA6F5A;
}
.agreeTwoButton{
line-height: 1.5!important;border-radius: 40px!important;background-color: #EA6F5A!important;border: 1px solid #EA6F5A!important;
}
.agreeTwoFont{
margin-left: 8px;font-size: 18px;border-right-width: 1px;padding-right: 10px;border-right-style: solid;border-right-color: white;color: white;text-shadow: 0 0px 0 #fff;
}
.load-more{
padding: 10px 150px!important;background-color: #a5a5a5!important;color: #fff;
}
.color-index{
color: black;
background-color:#b3d4fc;!important;
background:1;
margin-left: 10px;
margin-right: 10px;
padding: 5px 5px;
}
.spanFollow{
padding: 5px 5px;
}
.sort{
font-size: 14px; font-weight: normal; line-height: 40px;
}
.sortClick{
color: #999!important;
}
.sortHead{
background-color: hsla(100, 0%, 1%, 0.1)!important;
}
#Search li{
width: 258px!important;
color: #000;
font: 14px arial;
line-height: 22px;
padding: 0 8px;
position: relative;
cursor: default;
}
#Search a{
padding-right: 20px!important;
}
#Search a:link{
background-color: #fff!important;
}
#Search a:hover{
background-color: #f0f0f0!important;
}
#Search a:active{
background-color: #FFF!important;
}
#aboutSearch a:hover{
color: #0a67fb;;
} | 0.207857 | 0.041852 |
<style>
body{
margin: 0;
padding: 0;
}
#overlay #Admin {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
#Admin {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: red;
z-index: 2;
cursor: pointer;
}
#text{
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
.contact-form
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 400px;
height: 580px;
padding: 80px 40px;
box-sizing: border-box;
background: rgba(0,0,0,.5);
}
.avatar {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
top: calc(-80px/2);
left: calc(50% - 40px);
}
.close {
float:right;
position: absolute;
right: 25px;
top: 0;
color: #fff;
font-size: 35px;
font-weight: bold;
}
.contact-form h2 {
font-size:30px;
margin: 0;
padding: 0 0 20px;
color: ;
text-align: center;
text-transform: uppercase;
}
.contact-form p
{
font-size:20px;
margin: 0;
padding: 0;
font-weight: bold;
color: #fff;
}
.contact-form input
{
width: 100%;
margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="password"]
{
border: none;
border-bottom: 2px solid #fff;
background: transparent;
outline: none;
height: 40px;
color: darkturquoise;
font-size: 16px;
}
.contact-form input[type="submit"] {
height: 30px;
color: #fff;
font-size: 15px;
background: red;
cursor: pointer;
border-radius: 25px;
border: none;
outline: none;
margin-top: 15%;
}
.contact-form a
{
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
input[type="checkbox"] {
width: 20%;
}
span.psw {
float: right;
padding-top: 16px;
}
span.dis {
float:left;
padding-top: 16px;
}
contact-form.option{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
</style> | includes/css/main1.css | <style>
body{
margin: 0;
padding: 0;
}
#overlay #Admin {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
#Admin {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: red;
z-index: 2;
cursor: pointer;
}
#text{
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
.contact-form
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 400px;
height: 580px;
padding: 80px 40px;
box-sizing: border-box;
background: rgba(0,0,0,.5);
}
.avatar {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
top: calc(-80px/2);
left: calc(50% - 40px);
}
.close {
float:right;
position: absolute;
right: 25px;
top: 0;
color: #fff;
font-size: 35px;
font-weight: bold;
}
.contact-form h2 {
font-size:30px;
margin: 0;
padding: 0 0 20px;
color: ;
text-align: center;
text-transform: uppercase;
}
.contact-form p
{
font-size:20px;
margin: 0;
padding: 0;
font-weight: bold;
color: #fff;
}
.contact-form input
{
width: 100%;
margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="password"]
{
border: none;
border-bottom: 2px solid #fff;
background: transparent;
outline: none;
height: 40px;
color: darkturquoise;
font-size: 16px;
}
.contact-form input[type="submit"] {
height: 30px;
color: #fff;
font-size: 15px;
background: red;
cursor: pointer;
border-radius: 25px;
border: none;
outline: none;
margin-top: 15%;
}
.contact-form a
{
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
input[type="checkbox"] {
width: 20%;
}
span.psw {
float: right;
padding-top: 16px;
}
span.dis {
float:left;
padding-top: 16px;
}
contact-form.option{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
</style> | 0.461259 | 0.086131 |
html{}
body{ background:#FFF;}
#SPPIO{ width:10px; height:10px;}
/* #TOPER{ width:100%; height:20px;} */
#WRAPPER{ width:1000px; color:#CC0000; padding:0 0 20px 0; margin:0 auto; position:relative;}
#HEADER{ width:1000px; height:200px; border-radius:0 0 10px 10px;
background:url(../images/header_bkere.jpg) no-repeat; margin:0 0 10px 0;}
#HEADER_DEMO{ width:1000px; height:200px; border-radius:0 0 10px 10px;
background:url(../images/header_demo.jpg) no-repeat; margin:0 0 10px 0;}
css2.css(as css.css u have):
#CONTENT{ width:1000px;}
#SUB_NAV{ float:left; width:25%; /* background:#fbfbfb; */ padding:0 0 20px 0;}
#MAINi{ float:right; width:75%; color:#6b7788; }
#TAB_TYP_A{ text-align:center; background:url(../images/tab_type-a_bkere.jpg) center bottom no-repeat; padding:30px 0;}
#TAB_TYP_B{ text-align:center; padding:24px 0;}
#FOOTERx{ clear:both; width:100%; height:60px; line-height:30px; font-size:15px; text-align:center; color:#FFF;
background-color:#67c6a7;}
#MAIN_TITLE_BAR{ width:100%; color:#FFF; border-radius:10px 10px 0 0;}
#MAIN_SECOND_BAR{ width:100%; color:#4d8000;}
#MAIM_LINER_A{ clear:both; width:100%; border-bottom:dashed 1px #71a91e;}
#MAIM_LINER_B{ clear:both; width:100%; border-bottom:solid 4px #6e9b44;}
/*--- ��釭嚙踝蕭�蝎�蕭-----------------------------------------------------------------------------------------------------------------------------------*/
#TAB_BOX_DATA{ padding:0 5px; margin:10px 0 30px 0;}
#TAB_BOX_DATA table{ border:solid 1px #999;}
#TAB_BOX_DATA table td{ padding:5px 5px;}
#tb-border {
width: 100%;
}
#tb-border caption {
font-family: "Century Gothic";
font-size: 16px;
color: #678240;
}
#tb-border th {
font-size: 15px;
font-weight: bold;
color: #fff;
text-align: left;
}
#tb-border td {
font-family: "Arial";
font-size: 15px;
color: #555;
text-align: left;
background-color: #fff;
}
#tb-border td a {
font-family: "Arial";
font-size: 15px;
}
#tb-border-2 {
width: 100%;
border-collapse: separate;
margin: 10px;
}
#tb-border-2 caption {
font-family: "Century Gothic";
font-size: 15px;
color: #678240;
padding: 2px;
margin: 0px;
}
#tb-border-2 th {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 3px;
margin: 0px;
background-color: #e3e3e3;
border: 1px solid #678240;
}
#tb-border-2 td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 2px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
#tbcommon {
width: 100%;
}
#tbcommon th {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 3px;
margin: 0px;
background-color: #bde5f9;
border: 1px solid #a6c9e2;
}
#tbcommon td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 1px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
.tableCss {
width: 100%;
border-collapse: separate;
margin:5px 0 5px 0;
}
.tableCss caption {
font-family: "Century Gothic";
font-size: 16px;
color: #678240;
padding: 2px;
margin: 0px;
}
.tableCss th {
font-size: 15px;
font-weight: bold;
color: #ffffff;
padding: 3px;
margin: 0px;
background-color: #6fa72a;
border: 1px solid #678240;
}
.tableCss td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 2px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
.tableCss td a {
font-family: "Arial";
font-size: 15px;
}
/*******2011-11-23*********/
a
{
text-decoration:none;
}
a:link
{
color:#0000ee;
}
a:visited
{
color:#0000ee;
}
.component a:hover
{
color: #f07d22;
}
.navidiv
{
margin-left:8px;
margin-bottom:10px;
}
.commonTable
{
font-size:13px;
font-family: "Arial";
}
.commonTable th
{
text-align:left;
}
.tdTitle
{
white-space:nowrap;
text-align:left;
color:#008000;
padding:0 5px 0 15px;
font-weight:bold;
}
.tdContent
{
text-align:left;
}
.tdImg
{
border:0;
padding:0 5px 0 15px;
vertical-align:top;
}
.imgContent
{
height:48px;
width:48px;
cursor:pointer;
}
.includeImgDiv
{
width:525px;
}
.includeImgDiv2
{
width:360px;
}
.includeImgDiv3
{
width:450px;
font-family: "Arial";
font-size: 12px;
}
.includeContent
{
/*
float: right;
width:503px;
*/
width:100%;
}
.divOne
{
float:left;
text-align:center;
}
.divContent
{
clear: both;
margin-top:15px;
}
.component
{
font-family: "Arial";
font-size: 12px;
width:100%;
border-spacing:0;
}
.component a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.componentTitle
{
text-align:center;
border-bottom:1px solid #92cf51;
font-weight:bold;
}
.componetContentHead
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
font-weight:bold;
}
.componetContent
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent2
{
background-color:#ffffff;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContentAdmi
{
background-color:#ebf1de;
text-align:left;
border:1px solid #DDDDDD;
padding:2px;
}
.componetContentAdmi2
{
background-color:#ffffff;
text-align:left;
border:1px solid #DDDDDD;
padding:2px;
}
.componetContent3
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size: 13px;
}
.componetContent4
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size: 14px;
}
.componetContent3
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size:13px;
}
.componetContent4
{
background-color:#ffffff;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size:13px;
}
.componetContentByCenter
{
background-color:#ebf1de;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent2ByCenter
{
background-color:#ffffff;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent3ByCenter
{
font-size:14px;
background-color:#92cf51;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
color:#ffffff;
}
.componetContentInput
{
background-color:#ffffff;
text-align:right;
border-bottom:1px solid #92cf51;
}
.componentContentRightLine
{
border-right:1px solid #c0c0c0;
}
.componentContentLeftLine
{
border-left:1px solid #92cf51;
}
.componentContentLeftLine
{
border-right:1px solid #92cf51;
}.componentContentRLLine
{
border-right:1px solid #92cf51;
border-left:1px solid #92cf51;
}
.componetContentInput2
{
background-color:#ebf1de;
text-align:right;
border-bottom:1px solid #92cf51;
}
.componetContentbyCenter
{
text-align:center;
}
.componetContentPercent
{
width:33%;
}
.tdImgNoPadding
{
cursor:pointer;
}
.divPageArea1
{
float:left;
font-family: "Arial";
font-size: 12px;
margin:10px 0 10px 10px;
color:#008000;
}
.footerdiv
{
margin-bottom:10px;
}
.tdtrace
{
border:1px solid #92cf51;
}
.divLink
{
text-align:right;
margin:0 0 10px 0;
}
.divLink a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.divPageArea2
{
float:right;
margin:10px 0 10px 10px;
}
.divPageArea2 a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.user
{
width:120px;
}
.pushFacebook
{
vertical-align:top;
padding:5px 0 8px 0;
}
.imageLink
{
border:0;
}
.sourceFont
{
font-size: 13px;
}
.tableCss2{
width:100%;
font-family: "Arial";
font-size: 15px;
text-decoration:none;
vertical-align:middle;
}
.tableCss2 tr{
height:35px;
}
.tableCss2 tr:nth-child(even){
background-color:#ffffff;
}
.tableCss2 tr:nth-child(odd){
background-color:#ececec;
}
.tableCss2 th{
background-color:#678948;
text-shadow:1px 1px 0 #4a8d0e; color:#FFF;
vertical-align:middle;
padding-left:5px;
}
.tableCss2 td{
border:1px solid #c0c0c0;
padding-left:5px;
word-break:break-all;
}
#main
{
/* width:1003px; */
}
#navi
{
margin-top:8px;
float:left;
text-align:left;
width:210px;
}
#content
{
margin-top:10px;
padding-left:7px;
float:left;
text-align:left;
width:702px;
}
#footer
{
clear: both;
text-align:center;
width:1003px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
ol, ul {
list-style:none;
}
caption, th {
text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}*/
q:before, q:after {
content:'';
}
abbr, acronym {
border:0;
}
.w_100ps{ width:100%;}
.h_25px{ height:25px;}
.h_30px{ height:30px;}
.h_35px{ height:35px;}
.h_40px{ height:40px;}
.h_44px{ height:44px;}
.h_55px{ height:55px;}
.lh_25{ line-height:25px;}
.lh_30{ line-height:30px;}
.lh_35{ line-height:35px;}
.lh_40{ line-height:40px;}
.font_14{ font-size:14px;}
.tal_le{ text-align:left;}
.tal_ch{ text-align:center;}
.mgt_10{ margin-top:10px;}
.mgl_10{ margin-left::20px;}
.mgr_10{ margin-right:10px;}
.dis_intb{ display:inline-table;}
.flo_l{ float:left;}
.flo_r{ float:right;}
.LOGIN_BBTER_A{ width:194px; height:40px; line-height:40px; font-size:15px; border-radius:5px; color:#2d5609;
background:#006666; margin:0 0 10px 0;}
.LOGIN_BBTER_A a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_b.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_A a:hover{}
.LOGIN_BBTER_B{ width:194px; height:40px; line-height:40px; font-size:15px; border-radius:5px; color:#506e35;
background:#006666; margin:0 0 10px 0;}
.LOGIN_BBTER_B a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_a.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_B a:hober{}
.LOGIN_BBTER_B_IN{ width:195px; height:40px; line-height:40px; font-size:15px; border-radius:5px 5px 0 0; color:#506e35;
background:#006666; margin:0 0 20px 0;}
.LOGIN_BBTER_B_IN a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_a.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_B_IN a:hober{}
.SEL_POP{ width:90%; height:30px; line-height:30px; border-bottom:dashed 1px #71a91e; padding:0 0 0 0; margin:0 auto 10px auto;}
.LOGIN_JO_FG{}
.LOGIN_JO_FG a{ color:#90969f;}
.LOGIN_JO_FG a:hover{ color:#71a91e;}
.FOOTER_JO_FG{}
.FOOTER_JO_FG a{ color:blueviolet;}
.FOOTER_JO_FG a:hover{ color:#FF9933;}
.LOGIN_US_PS input{ height:18px; width: 120px; border:solid 1px #71a91e; border-radius:3px; padding:0 5px;}
.NAV_ZONE_A{ width:175px; text-align:left; border-radius:0 0 5px 5px; padding:0 0 20px 0; margin:0 0 10px 0;}
.NAV_ZONE_A_TITLE{ height:30px; line-height:30px; border-radius:5px; color:#FFFFFF;}
.NAV_ZONE_ATIT{ width:175px; height:32px; line-height:36px; border-bottom:solid 1px #dfdfdf; font-size:15px; font-weight:bold; color:#1791e6;
background:url(../images/sel_nav_a_tit.png) no-repeat 0 0; padding:0 0 0 20px; margin:0 auto 6px auto;}
.NAV_ZONE_BTIT{ width:175px; height:32px; line-height:36px; border-bottom:solid 1px #dfdfdf; font-size:15px; font-weight:bold; color:#1791e6;
background:url(../images/sel_nav_a_tit.png) no-repeat 0 0; padding:0 0 0 20px; margin:0 auto;}
.NAV_ZONE_AMIN{ width:195px; border-bottom:dashed 1px #dfdfdf; font-size:15px; padding:0 0 5px 0; margin:0 auto 5px auto;}
.NAV_ZONE_AMIN a{ display:block; width:160px; line-height:22px; text-decoration:none; color:#6b7788;
background:url(../images/sel_nav_b_tit.png) no-repeat 5px 0; padding:3px 0 0 25px;}
.NAV_ZONE_AMIN a:hover{ color:#71a91e;}
.NAV_ZONE_ARTICLE{ width:175px; height:73px; line-height:26px; border-bottom:solid 1px #dfdfdf; font-size:15px; padding:5px 10px 10px 10px;
margin:0 auto 0 auto; overflow:hidden;}
.NAV_ZONE_ARTICLE a{ display:block; width:160px; text-decoration:none; color:#6b7788; padding:0 10px;}
.NAV_ZONE_ARTICLE a:hover{ color:#71a91e;}
.NAV_ZONE_B{ width:194px; line-height:25px; text-align:center; font-size:15px; border-bottom:solid 1px #dfdfdf; color:#996; padding:0 0 10px 0; margin:0 0 30px 0;}
.SECOND_TXT{ font-size:15px;
background:url(../images/second_bar_icon.png) no-repeat 0 6px; padding:0 0 0 20px; margin:0 0 0 20px;}
.SECOND_TXT_INP{ font-size:15px; background:url(../images/second_bar_icon.png) no-repeat 0 5px; padding:0 0 0 20px; margin:0 0 0 20px;}
.HEADER_TXT{ font-size:36px; font-weight:bold; text-shadow:1px 1px 5px #063; color:#FFFFFF; position:absolute; top:120px; left:50px;}
.TITLE_TXT{ font-size:15px; background:url(../images/title_bar_icon.png) no-repeat 0 -2px; padding:0 0 0 28px; margin:0 0 0 10px; color:#fff;}
.TITLE_TXT_BBT{ float:right;}
.TITLE_TXT_BBT a{ display:block; height:22px; line-height:22px; font-size:15px; text-decoration:none; text-shadow:1px 1px 0 #f5f5f5;
color:#78ab00; border-radius:5px; padding:0 10px; box-shadow:inset 1px 1px 2px #063; margin:4px 10px 0 0; background:#FFF; position:relative; float:left;}
.TITLE_TXT_BBT a:hover{ text-shadow:1px 1px 0 #600; color:#FFF; box-shadow:inset 0 0 5px #063; background:#CC0000;}
.GOBK_BBT{ line-height:44px; font-size:15px;}
.GOBK_BBT a{ text-decoration:none; text-align:center; border:solid 1px #CCC; border-radius:5px; color:#3f7715;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:5px 14px; margin:0 5px;
}
.GOBK_BBT a:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.TAB_BBT{ line-height:83px; font-size:15px;}
.TAB_BBT a{ text-decoration:none; text-align:center; border:solid 2px #bbc9ad; border-radius:5px 5px 0 0; border-bottom:none; color:#506e35; padding:10px 14px 5px 14px;
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top, #e4efc0 1%, #f1f7c8 5%, #e1edc0 38%, #cae58b 39%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4efc0), color-stop(5%,#f1f7c8), color-stop(38%,#e1edc0), color-stop(39%,#cae58b), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.TAB_BBT a:hover{ background:#FFF; border-bottom:solid 4px #FFF;}
.TAB_BBT span{ display:block; display:inline-table; width:10px; background:#FFF;}
.GRE_ABR{
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top, #e4efc0 1%, #f1f7c8 5%, #e1edc0 38%, #cae58b 39%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4efc0), color-stop(5%,#f1f7c8), color-stop(38%,#e1edc0), color-stop(39%,#cae58b), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.GRA_ABR{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 2%, #e9e9e9 3%, #ffffff 68%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(3%,#e9e9e9), color-stop(68%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.TAB_TY_A{ display:inline-table;}
.TAB_TY_A table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_A table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_A table tr:hover{ text-shadow:none; color:#C00;}
.TAB_TY_A table td{ padding:5px 6px;}
.TAB_TY_B{ }
.TAB_TY_B table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_B table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_B table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_B table td{ border:solid 1px #dfdfdf; padding:10px 6px;}
.TAB_TY_B table td input[type='text'] { font-size: 15px; }
.TAB_TY_C{ margin:10px 0;}
.TAB_TY_C table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_C table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_C table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_C table td{ border:solid 1px #dfdfdf; padding:10px 6px;}
.TAB_TY_D{}
.TAB_TY_D table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_D table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_D table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_D table td{ border:none; padding:10px 6px;}
.BT_IN_BBTER{}
.BT_IN_BBTER a{ text-decoration:none; border:none; border-radius:3px; color:#FFF; text-shadow:none; border:solid 1px #CCC; color:#3f7715; white-space: nowrap;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:4px 8px; margin:5px 0;}
.BT_IN_BBTER a:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.BT_IN_BBTER input{ color:#FFF; border:none; border-radius:3px; padding:2px 5px 4px 5px; border:solid 1px #CCC; color:#3f7715;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin:5px 0;
}
.BT_IN_BBTER input:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.MENU_BOX{}
.MENU_BOX ul{}
.MENU_BOX ul li{ display:inline-table; width:150px; height:150px; border:solid 1px #dfdfdf; border-radius:5px; margin:0 10px 20px 10px; overflow:hidden;
-moz-box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);
-webkit-box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);
box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);}
.MENU_BOX ul li img{ display:block; width:150px; border-radius:4px 4px 0 0; background:#FFF;}
.menu_tit_txt{ width:100%; height:30px; line-height:30px; text-align:center; font-size:15px; font-weight:bold; color:#4d8100;}
.menu_ini_txt{ width:100%; height:26px; line-height:26px; text-align:center; font-size:15px; border-top:dashed 1px #dfdfdf; color:#6b7788;
background:#fdfff7;}
.TIT_A{ text-shadow:1px 1px 0 #4a8d0e; color:#FFF;}
.SPP_A{ display:inline-table; width:50px;}
.custom0,
.custom0 div,
.custom0 span {
background-color: #567e52; /* background color */
border-color: #567e52; /* border color */
/* color: yellow; text color */
}
.custom1,
.custom1 div,
.custom1 span {
background-color: #527e7a; /* background color */
border-color: #527e7a; /* border color */
/* color: yellow; text color */
}
.custom2,
.custom2 div,
.custom2 span {
background-color: #52567e; /* background color */
border-color: #52567e; /* border color */
/* color: yellow; text color */
}
.custom3,
.custom3 div,
.custom3 span {
background-color: #7a527e; /* background color */
border-color: #7a527e; /* border color */
/* color: yellow; text color */
}
.custom4,
.custom4 div,
.custom4 span {
background-color: #7e5256; /* background color */
border-color: #7e5256; /* border color */
/* color: yellow; text color */
}
.photodone{
background-image:url(images/photodone.png);
background-position: right center;
background-repeat: no-repeat;
}
.blockUI_css{
display:block;
width:100%;
text-align:center;
line-height:30px;
}
.blockUI_css p{
display:block;
padding:10px 0 ;
max-height:300px;
overflow-y: auto;
overflow-x: hidden;
}
.divMain
{
width:100%;
clear:both;
}
.divCenter
{
text-align:center;
}
.massageWidth1
{
width:200px;
}
.massageWidth2
{
width:290px;
}
.massageWidth3
{
width:200px;
}
.massageDetailWidth1
{
width:200px;
}
.massageDetailHeight1
{
height:200px;
}
.massageDetailWidth2
{
width:496px;
}
.messageMain
{
clear:both;
width:100%;
}
.message
{
font-family: "Arial";
font-size: 13px;
text-align:center;
border: 1px solid #678240;
float:left;
margin:1px 1px 1px 0;
}
.message div
{
text-align:left;
margin:0 0 0 0;
}
.massageHeight
{
height:70px;
line-height:70px;
}
.massageHeight2
{
text-align:left;
height:70px;
}
.massageHeight3
{
height:70px;
}
.responseSapn
{
float:left;
}
.responseSapn2
{
float:right;
}
.messageaTitle
{
float:left;
font-family: "Arial";
font-size: 13px;
margin:10px 0 10px 10px;
}
.tableDivHeader{
display:block;
width: 100%;
line-height: 35px;
text-align: center;
padding: 10px 6px;
}
.ui-widget-header {
background: #67c6a7 !important;
}
.ui-widget-content {
background: white !important;
} | src/main/webapp/css/integration.css | html{}
body{ background:#FFF;}
#SPPIO{ width:10px; height:10px;}
/* #TOPER{ width:100%; height:20px;} */
#WRAPPER{ width:1000px; color:#CC0000; padding:0 0 20px 0; margin:0 auto; position:relative;}
#HEADER{ width:1000px; height:200px; border-radius:0 0 10px 10px;
background:url(../images/header_bkere.jpg) no-repeat; margin:0 0 10px 0;}
#HEADER_DEMO{ width:1000px; height:200px; border-radius:0 0 10px 10px;
background:url(../images/header_demo.jpg) no-repeat; margin:0 0 10px 0;}
css2.css(as css.css u have):
#CONTENT{ width:1000px;}
#SUB_NAV{ float:left; width:25%; /* background:#fbfbfb; */ padding:0 0 20px 0;}
#MAINi{ float:right; width:75%; color:#6b7788; }
#TAB_TYP_A{ text-align:center; background:url(../images/tab_type-a_bkere.jpg) center bottom no-repeat; padding:30px 0;}
#TAB_TYP_B{ text-align:center; padding:24px 0;}
#FOOTERx{ clear:both; width:100%; height:60px; line-height:30px; font-size:15px; text-align:center; color:#FFF;
background-color:#67c6a7;}
#MAIN_TITLE_BAR{ width:100%; color:#FFF; border-radius:10px 10px 0 0;}
#MAIN_SECOND_BAR{ width:100%; color:#4d8000;}
#MAIM_LINER_A{ clear:both; width:100%; border-bottom:dashed 1px #71a91e;}
#MAIM_LINER_B{ clear:both; width:100%; border-bottom:solid 4px #6e9b44;}
/*--- ��釭嚙踝蕭�蝎�蕭-----------------------------------------------------------------------------------------------------------------------------------*/
#TAB_BOX_DATA{ padding:0 5px; margin:10px 0 30px 0;}
#TAB_BOX_DATA table{ border:solid 1px #999;}
#TAB_BOX_DATA table td{ padding:5px 5px;}
#tb-border {
width: 100%;
}
#tb-border caption {
font-family: "Century Gothic";
font-size: 16px;
color: #678240;
}
#tb-border th {
font-size: 15px;
font-weight: bold;
color: #fff;
text-align: left;
}
#tb-border td {
font-family: "Arial";
font-size: 15px;
color: #555;
text-align: left;
background-color: #fff;
}
#tb-border td a {
font-family: "Arial";
font-size: 15px;
}
#tb-border-2 {
width: 100%;
border-collapse: separate;
margin: 10px;
}
#tb-border-2 caption {
font-family: "Century Gothic";
font-size: 15px;
color: #678240;
padding: 2px;
margin: 0px;
}
#tb-border-2 th {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 3px;
margin: 0px;
background-color: #e3e3e3;
border: 1px solid #678240;
}
#tb-border-2 td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 2px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
#tbcommon {
width: 100%;
}
#tbcommon th {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 3px;
margin: 0px;
background-color: #bde5f9;
border: 1px solid #a6c9e2;
}
#tbcommon td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 1px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
.tableCss {
width: 100%;
border-collapse: separate;
margin:5px 0 5px 0;
}
.tableCss caption {
font-family: "Century Gothic";
font-size: 16px;
color: #678240;
padding: 2px;
margin: 0px;
}
.tableCss th {
font-size: 15px;
font-weight: bold;
color: #ffffff;
padding: 3px;
margin: 0px;
background-color: #6fa72a;
border: 1px solid #678240;
}
.tableCss td {
font-family: "Arial";
font-size: 15px;
color: #555;
padding: 2px;
margin: 0px;
background-color: #fff;
border: 1px solid #678240;
}
.tableCss td a {
font-family: "Arial";
font-size: 15px;
}
/*******2011-11-23*********/
a
{
text-decoration:none;
}
a:link
{
color:#0000ee;
}
a:visited
{
color:#0000ee;
}
.component a:hover
{
color: #f07d22;
}
.navidiv
{
margin-left:8px;
margin-bottom:10px;
}
.commonTable
{
font-size:13px;
font-family: "Arial";
}
.commonTable th
{
text-align:left;
}
.tdTitle
{
white-space:nowrap;
text-align:left;
color:#008000;
padding:0 5px 0 15px;
font-weight:bold;
}
.tdContent
{
text-align:left;
}
.tdImg
{
border:0;
padding:0 5px 0 15px;
vertical-align:top;
}
.imgContent
{
height:48px;
width:48px;
cursor:pointer;
}
.includeImgDiv
{
width:525px;
}
.includeImgDiv2
{
width:360px;
}
.includeImgDiv3
{
width:450px;
font-family: "Arial";
font-size: 12px;
}
.includeContent
{
/*
float: right;
width:503px;
*/
width:100%;
}
.divOne
{
float:left;
text-align:center;
}
.divContent
{
clear: both;
margin-top:15px;
}
.component
{
font-family: "Arial";
font-size: 12px;
width:100%;
border-spacing:0;
}
.component a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.componentTitle
{
text-align:center;
border-bottom:1px solid #92cf51;
font-weight:bold;
}
.componetContentHead
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
font-weight:bold;
}
.componetContent
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent2
{
background-color:#ffffff;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContentAdmi
{
background-color:#ebf1de;
text-align:left;
border:1px solid #DDDDDD;
padding:2px;
}
.componetContentAdmi2
{
background-color:#ffffff;
text-align:left;
border:1px solid #DDDDDD;
padding:2px;
}
.componetContent3
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size: 13px;
}
.componetContent4
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size: 14px;
}
.componetContent3
{
background-color:#ebf1de;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size:13px;
}
.componetContent4
{
background-color:#ffffff;
text-align:left;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
font-size:13px;
}
.componetContentByCenter
{
background-color:#ebf1de;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent2ByCenter
{
background-color:#ffffff;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
}
.componetContent3ByCenter
{
font-size:14px;
background-color:#92cf51;
text-align:center;
border-bottom:1px solid #92cf51;
padding:5px 0 5px 0;
color:#ffffff;
}
.componetContentInput
{
background-color:#ffffff;
text-align:right;
border-bottom:1px solid #92cf51;
}
.componentContentRightLine
{
border-right:1px solid #c0c0c0;
}
.componentContentLeftLine
{
border-left:1px solid #92cf51;
}
.componentContentLeftLine
{
border-right:1px solid #92cf51;
}.componentContentRLLine
{
border-right:1px solid #92cf51;
border-left:1px solid #92cf51;
}
.componetContentInput2
{
background-color:#ebf1de;
text-align:right;
border-bottom:1px solid #92cf51;
}
.componetContentbyCenter
{
text-align:center;
}
.componetContentPercent
{
width:33%;
}
.tdImgNoPadding
{
cursor:pointer;
}
.divPageArea1
{
float:left;
font-family: "Arial";
font-size: 12px;
margin:10px 0 10px 10px;
color:#008000;
}
.footerdiv
{
margin-bottom:10px;
}
.tdtrace
{
border:1px solid #92cf51;
}
.divLink
{
text-align:right;
margin:0 0 10px 0;
}
.divLink a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.divPageArea2
{
float:right;
margin:10px 0 10px 10px;
}
.divPageArea2 a
{
font-family: "Arial";
font-size: 12px;
text-decoration:none;
}
.user
{
width:120px;
}
.pushFacebook
{
vertical-align:top;
padding:5px 0 8px 0;
}
.imageLink
{
border:0;
}
.sourceFont
{
font-size: 13px;
}
.tableCss2{
width:100%;
font-family: "Arial";
font-size: 15px;
text-decoration:none;
vertical-align:middle;
}
.tableCss2 tr{
height:35px;
}
.tableCss2 tr:nth-child(even){
background-color:#ffffff;
}
.tableCss2 tr:nth-child(odd){
background-color:#ececec;
}
.tableCss2 th{
background-color:#678948;
text-shadow:1px 1px 0 #4a8d0e; color:#FFF;
vertical-align:middle;
padding-left:5px;
}
.tableCss2 td{
border:1px solid #c0c0c0;
padding-left:5px;
word-break:break-all;
}
#main
{
/* width:1003px; */
}
#navi
{
margin-top:8px;
float:left;
text-align:left;
width:210px;
}
#content
{
margin-top:10px;
padding-left:7px;
float:left;
text-align:left;
width:702px;
}
#footer
{
clear: both;
text-align:center;
width:1003px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
ol, ul {
list-style:none;
}
caption, th {
text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}*/
q:before, q:after {
content:'';
}
abbr, acronym {
border:0;
}
.w_100ps{ width:100%;}
.h_25px{ height:25px;}
.h_30px{ height:30px;}
.h_35px{ height:35px;}
.h_40px{ height:40px;}
.h_44px{ height:44px;}
.h_55px{ height:55px;}
.lh_25{ line-height:25px;}
.lh_30{ line-height:30px;}
.lh_35{ line-height:35px;}
.lh_40{ line-height:40px;}
.font_14{ font-size:14px;}
.tal_le{ text-align:left;}
.tal_ch{ text-align:center;}
.mgt_10{ margin-top:10px;}
.mgl_10{ margin-left::20px;}
.mgr_10{ margin-right:10px;}
.dis_intb{ display:inline-table;}
.flo_l{ float:left;}
.flo_r{ float:right;}
.LOGIN_BBTER_A{ width:194px; height:40px; line-height:40px; font-size:15px; border-radius:5px; color:#2d5609;
background:#006666; margin:0 0 10px 0;}
.LOGIN_BBTER_A a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_b.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_A a:hover{}
.LOGIN_BBTER_B{ width:194px; height:40px; line-height:40px; font-size:15px; border-radius:5px; color:#506e35;
background:#006666; margin:0 0 10px 0;}
.LOGIN_BBTER_B a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_a.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_B a:hober{}
.LOGIN_BBTER_B_IN{ width:195px; height:40px; line-height:40px; font-size:15px; border-radius:5px 5px 0 0; color:#506e35;
background:#006666; margin:0 0 20px 0;}
.LOGIN_BBTER_B_IN a{ display:block; width:150px; height:40px; text-decoration:none; color:#506e35;
background:url(../images/login_a.png) no-repeat; padding:0 0 0 38px;}
.LOGIN_BBTER_B_IN a:hober{}
.SEL_POP{ width:90%; height:30px; line-height:30px; border-bottom:dashed 1px #71a91e; padding:0 0 0 0; margin:0 auto 10px auto;}
.LOGIN_JO_FG{}
.LOGIN_JO_FG a{ color:#90969f;}
.LOGIN_JO_FG a:hover{ color:#71a91e;}
.FOOTER_JO_FG{}
.FOOTER_JO_FG a{ color:blueviolet;}
.FOOTER_JO_FG a:hover{ color:#FF9933;}
.LOGIN_US_PS input{ height:18px; width: 120px; border:solid 1px #71a91e; border-radius:3px; padding:0 5px;}
.NAV_ZONE_A{ width:175px; text-align:left; border-radius:0 0 5px 5px; padding:0 0 20px 0; margin:0 0 10px 0;}
.NAV_ZONE_A_TITLE{ height:30px; line-height:30px; border-radius:5px; color:#FFFFFF;}
.NAV_ZONE_ATIT{ width:175px; height:32px; line-height:36px; border-bottom:solid 1px #dfdfdf; font-size:15px; font-weight:bold; color:#1791e6;
background:url(../images/sel_nav_a_tit.png) no-repeat 0 0; padding:0 0 0 20px; margin:0 auto 6px auto;}
.NAV_ZONE_BTIT{ width:175px; height:32px; line-height:36px; border-bottom:solid 1px #dfdfdf; font-size:15px; font-weight:bold; color:#1791e6;
background:url(../images/sel_nav_a_tit.png) no-repeat 0 0; padding:0 0 0 20px; margin:0 auto;}
.NAV_ZONE_AMIN{ width:195px; border-bottom:dashed 1px #dfdfdf; font-size:15px; padding:0 0 5px 0; margin:0 auto 5px auto;}
.NAV_ZONE_AMIN a{ display:block; width:160px; line-height:22px; text-decoration:none; color:#6b7788;
background:url(../images/sel_nav_b_tit.png) no-repeat 5px 0; padding:3px 0 0 25px;}
.NAV_ZONE_AMIN a:hover{ color:#71a91e;}
.NAV_ZONE_ARTICLE{ width:175px; height:73px; line-height:26px; border-bottom:solid 1px #dfdfdf; font-size:15px; padding:5px 10px 10px 10px;
margin:0 auto 0 auto; overflow:hidden;}
.NAV_ZONE_ARTICLE a{ display:block; width:160px; text-decoration:none; color:#6b7788; padding:0 10px;}
.NAV_ZONE_ARTICLE a:hover{ color:#71a91e;}
.NAV_ZONE_B{ width:194px; line-height:25px; text-align:center; font-size:15px; border-bottom:solid 1px #dfdfdf; color:#996; padding:0 0 10px 0; margin:0 0 30px 0;}
.SECOND_TXT{ font-size:15px;
background:url(../images/second_bar_icon.png) no-repeat 0 6px; padding:0 0 0 20px; margin:0 0 0 20px;}
.SECOND_TXT_INP{ font-size:15px; background:url(../images/second_bar_icon.png) no-repeat 0 5px; padding:0 0 0 20px; margin:0 0 0 20px;}
.HEADER_TXT{ font-size:36px; font-weight:bold; text-shadow:1px 1px 5px #063; color:#FFFFFF; position:absolute; top:120px; left:50px;}
.TITLE_TXT{ font-size:15px; background:url(../images/title_bar_icon.png) no-repeat 0 -2px; padding:0 0 0 28px; margin:0 0 0 10px; color:#fff;}
.TITLE_TXT_BBT{ float:right;}
.TITLE_TXT_BBT a{ display:block; height:22px; line-height:22px; font-size:15px; text-decoration:none; text-shadow:1px 1px 0 #f5f5f5;
color:#78ab00; border-radius:5px; padding:0 10px; box-shadow:inset 1px 1px 2px #063; margin:4px 10px 0 0; background:#FFF; position:relative; float:left;}
.TITLE_TXT_BBT a:hover{ text-shadow:1px 1px 0 #600; color:#FFF; box-shadow:inset 0 0 5px #063; background:#CC0000;}
.GOBK_BBT{ line-height:44px; font-size:15px;}
.GOBK_BBT a{ text-decoration:none; text-align:center; border:solid 1px #CCC; border-radius:5px; color:#3f7715;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:5px 14px; margin:0 5px;
}
.GOBK_BBT a:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.TAB_BBT{ line-height:83px; font-size:15px;}
.TAB_BBT a{ text-decoration:none; text-align:center; border:solid 2px #bbc9ad; border-radius:5px 5px 0 0; border-bottom:none; color:#506e35; padding:10px 14px 5px 14px;
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top, #e4efc0 1%, #f1f7c8 5%, #e1edc0 38%, #cae58b 39%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4efc0), color-stop(5%,#f1f7c8), color-stop(38%,#e1edc0), color-stop(39%,#cae58b), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.TAB_BBT a:hover{ background:#FFF; border-bottom:solid 4px #FFF;}
.TAB_BBT span{ display:block; display:inline-table; width:10px; background:#FFF;}
.GRE_ABR{
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top, #e4efc0 1%, #f1f7c8 5%, #e1edc0 38%, #cae58b 39%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4efc0), color-stop(5%,#f1f7c8), color-stop(38%,#e1edc0), color-stop(39%,#cae58b), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4efc0 1%,#f1f7c8 5%,#e1edc0 38%,#cae58b 39%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.GRA_ABR{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 2%, #e9e9e9 3%, #ffffff 68%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(3%,#e9e9e9), color-stop(68%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 2%,#e9e9e9 3%,#ffffff 68%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.TAB_TY_A{ display:inline-table;}
.TAB_TY_A table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_A table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_A table tr:hover{ text-shadow:none; color:#C00;}
.TAB_TY_A table td{ padding:5px 6px;}
.TAB_TY_B{ }
.TAB_TY_B table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_B table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_B table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_B table td{ border:solid 1px #dfdfdf; padding:10px 6px;}
.TAB_TY_B table td input[type='text'] { font-size: 15px; }
.TAB_TY_C{ margin:10px 0;}
.TAB_TY_C table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_C table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_C table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_C table td{ border:solid 1px #dfdfdf; padding:10px 6px;}
.TAB_TY_D{}
.TAB_TY_D table{ border:solid 1px #dfdfdf; font-size:15px; color:#6b7788; word-break:break-all;}
.TAB_TY_D table tr{ border:solid 1px #dfdfdf;}
.TAB_TY_D table tr:hover{ text-shadow:1px 1px #FFF; color:#F00;}
.TAB_TY_D table td{ border:none; padding:10px 6px;}
.BT_IN_BBTER{}
.BT_IN_BBTER a{ text-decoration:none; border:none; border-radius:3px; color:#FFF; text-shadow:none; border:solid 1px #CCC; color:#3f7715; white-space: nowrap;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:4px 8px; margin:5px 0;}
.BT_IN_BBTER a:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.BT_IN_BBTER input{ color:#FFF; border:none; border-radius:3px; padding:2px 5px 4px 5px; border:solid 1px #CCC; color:#3f7715;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin:5px 0;
}
.BT_IN_BBTER input:hover{ border:solid 1px #ccc; color:#FFF; background:#75a83b; box-shadow:inset 1px 1px 5px #476f19;}
.MENU_BOX{}
.MENU_BOX ul{}
.MENU_BOX ul li{ display:inline-table; width:150px; height:150px; border:solid 1px #dfdfdf; border-radius:5px; margin:0 10px 20px 10px; overflow:hidden;
-moz-box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);
-webkit-box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);
box-shadow:2px 2px 2px rgba(10%,10%,20%,0.3),4px 4px 6px rgba(10%,10%,20%,0.2),6px 6px 12px rgba(10%,10%,20%,0.2);}
.MENU_BOX ul li img{ display:block; width:150px; border-radius:4px 4px 0 0; background:#FFF;}
.menu_tit_txt{ width:100%; height:30px; line-height:30px; text-align:center; font-size:15px; font-weight:bold; color:#4d8100;}
.menu_ini_txt{ width:100%; height:26px; line-height:26px; text-align:center; font-size:15px; border-top:dashed 1px #dfdfdf; color:#6b7788;
background:#fdfff7;}
.TIT_A{ text-shadow:1px 1px 0 #4a8d0e; color:#FFF;}
.SPP_A{ display:inline-table; width:50px;}
.custom0,
.custom0 div,
.custom0 span {
background-color: #567e52; /* background color */
border-color: #567e52; /* border color */
/* color: yellow; text color */
}
.custom1,
.custom1 div,
.custom1 span {
background-color: #527e7a; /* background color */
border-color: #527e7a; /* border color */
/* color: yellow; text color */
}
.custom2,
.custom2 div,
.custom2 span {
background-color: #52567e; /* background color */
border-color: #52567e; /* border color */
/* color: yellow; text color */
}
.custom3,
.custom3 div,
.custom3 span {
background-color: #7a527e; /* background color */
border-color: #7a527e; /* border color */
/* color: yellow; text color */
}
.custom4,
.custom4 div,
.custom4 span {
background-color: #7e5256; /* background color */
border-color: #7e5256; /* border color */
/* color: yellow; text color */
}
.photodone{
background-image:url(images/photodone.png);
background-position: right center;
background-repeat: no-repeat;
}
.blockUI_css{
display:block;
width:100%;
text-align:center;
line-height:30px;
}
.blockUI_css p{
display:block;
padding:10px 0 ;
max-height:300px;
overflow-y: auto;
overflow-x: hidden;
}
.divMain
{
width:100%;
clear:both;
}
.divCenter
{
text-align:center;
}
.massageWidth1
{
width:200px;
}
.massageWidth2
{
width:290px;
}
.massageWidth3
{
width:200px;
}
.massageDetailWidth1
{
width:200px;
}
.massageDetailHeight1
{
height:200px;
}
.massageDetailWidth2
{
width:496px;
}
.messageMain
{
clear:both;
width:100%;
}
.message
{
font-family: "Arial";
font-size: 13px;
text-align:center;
border: 1px solid #678240;
float:left;
margin:1px 1px 1px 0;
}
.message div
{
text-align:left;
margin:0 0 0 0;
}
.massageHeight
{
height:70px;
line-height:70px;
}
.massageHeight2
{
text-align:left;
height:70px;
}
.massageHeight3
{
height:70px;
}
.responseSapn
{
float:left;
}
.responseSapn2
{
float:right;
}
.messageaTitle
{
float:left;
font-family: "Arial";
font-size: 13px;
margin:10px 0 10px 10px;
}
.tableDivHeader{
display:block;
width: 100%;
line-height: 35px;
text-align: center;
padding: 10px 6px;
}
.ui-widget-header {
background: #67c6a7 !important;
}
.ui-widget-content {
background: white !important;
} | 0.162314 | 0.093761 |
body {
height: 100vh;
display: flex;
flex-direction: column;
background: #F9F9F9;
margin: 0px;
}
body #index_header {
font-size: 4.5vw;
padding: 3% 10px;
/*display: flex;*/
/*justify-content: space-between;*/
background: #F53D33;
}
body #index_header i {
color: white;
}
body #index_header span {
color: white;
}
body #index_header .icon-user {
font-size: 4.8vw;
font-weight: 700;
}
body .nav {
height: 10.66666667vw;
border-bottom: 1px solid #e0e0e0;
background: white;
display: flex;
justify-content: space-between;
}
body .nav .left {
flex: 1;
overflow: hidden;
line-height: 10.66666667vw;
padding-left: 10px;
font-size: 4.26666667vw;
}
body .nav .left .current_category {
color: #F5433A;
}
body .nav .menu {
text-align: center;
width: 10.66666667vw;
height: 5.33333333vw;
line-height: 5.33333333vw;
margin-top: 2.66666667vw;
border-left: 1px solid #e0e0e0;
font-size: 4.8vw;
}
body .nav .menu a {
color: #707070;
}
body .content_wrap {
flex: 1;
overflow: auto;
}
body .content_wrap .flashBox img {
width: 100%;
}
body .content_wrap ul.articleList {
padding: 10px 10px;
margin: 0;
margin-top: 10px;
position: relative;
}
/*body .content_wrap ul.articleList:before {
position: absolute;
top: 0px;
left: 3vw;
content: ' ';
width: 94vw;
border-top: 1px solid #E1E1E1;
}*/
body .content_wrap ul.articleList li {
padding: 5px 0vw;
height: 26.66666667vw;
border-bottom: 1px solid #E1E1E1;
display: flex;
}
body .content_wrap ul.articleList li .artilce {
flex: 1;
height: 21.33333333vw;
margin-right: 8px;
}
body .content_wrap ul.articleList li .artilce .title {
height: 16vw;
line-height: 7.46666667vw;
font-size: 4.5vw;
overflow: hidden;
color: #333;
}
body .content_wrap ul.articleList li .artilce .info {
height: 5.33333333vw;
font-size: 3.73333333vw;
color: #A1A1A1;
}
body .content_wrap ul.articleList li .artilce .info span {
margin-left: 10px;
}
body .content_wrap ul.articleList li .pic {
width: 26.66666667vw;
height: 21.33333333vw;
}
body .content_wrap ul.articleList li .pic img {
width: 100%;
height: 100%;
}
.swiper-slide{
overflow: hidden;
width: auto;
}
.swiper-slide.m{
float: left;
overflow: hidden;
padding-left: 2%;
padding-right: 2%;
width: auto;
}
.swiper-slide.m a{
color: #333;
float: left;
color: #828282;
font-size: 3.8vw;
}
a:hover,a:active{
text-decoration: none;
} | theme/default/mobile/css/index.css | body {
height: 100vh;
display: flex;
flex-direction: column;
background: #F9F9F9;
margin: 0px;
}
body #index_header {
font-size: 4.5vw;
padding: 3% 10px;
/*display: flex;*/
/*justify-content: space-between;*/
background: #F53D33;
}
body #index_header i {
color: white;
}
body #index_header span {
color: white;
}
body #index_header .icon-user {
font-size: 4.8vw;
font-weight: 700;
}
body .nav {
height: 10.66666667vw;
border-bottom: 1px solid #e0e0e0;
background: white;
display: flex;
justify-content: space-between;
}
body .nav .left {
flex: 1;
overflow: hidden;
line-height: 10.66666667vw;
padding-left: 10px;
font-size: 4.26666667vw;
}
body .nav .left .current_category {
color: #F5433A;
}
body .nav .menu {
text-align: center;
width: 10.66666667vw;
height: 5.33333333vw;
line-height: 5.33333333vw;
margin-top: 2.66666667vw;
border-left: 1px solid #e0e0e0;
font-size: 4.8vw;
}
body .nav .menu a {
color: #707070;
}
body .content_wrap {
flex: 1;
overflow: auto;
}
body .content_wrap .flashBox img {
width: 100%;
}
body .content_wrap ul.articleList {
padding: 10px 10px;
margin: 0;
margin-top: 10px;
position: relative;
}
/*body .content_wrap ul.articleList:before {
position: absolute;
top: 0px;
left: 3vw;
content: ' ';
width: 94vw;
border-top: 1px solid #E1E1E1;
}*/
body .content_wrap ul.articleList li {
padding: 5px 0vw;
height: 26.66666667vw;
border-bottom: 1px solid #E1E1E1;
display: flex;
}
body .content_wrap ul.articleList li .artilce {
flex: 1;
height: 21.33333333vw;
margin-right: 8px;
}
body .content_wrap ul.articleList li .artilce .title {
height: 16vw;
line-height: 7.46666667vw;
font-size: 4.5vw;
overflow: hidden;
color: #333;
}
body .content_wrap ul.articleList li .artilce .info {
height: 5.33333333vw;
font-size: 3.73333333vw;
color: #A1A1A1;
}
body .content_wrap ul.articleList li .artilce .info span {
margin-left: 10px;
}
body .content_wrap ul.articleList li .pic {
width: 26.66666667vw;
height: 21.33333333vw;
}
body .content_wrap ul.articleList li .pic img {
width: 100%;
height: 100%;
}
.swiper-slide{
overflow: hidden;
width: auto;
}
.swiper-slide.m{
float: left;
overflow: hidden;
padding-left: 2%;
padding-right: 2%;
width: auto;
}
.swiper-slide.m a{
color: #333;
float: left;
color: #828282;
font-size: 3.8vw;
}
a:hover,a:active{
text-decoration: none;
} | 0.424651 | 0.057838 |
@charset "utf-8";
/* initial
--------------------------*/
*,
:after,
:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;border: 0;text-decoration: none;}
html, body{height: 100%;word-break: keep-all;}
html,
input,
button {font: normal 14px/1.5 'Noto Sans',sans-serif;letter-spacing: -1px}
textarea,
input,
select {-webkit-apperence: none;vertical-align: middle;}
textarea,
[type=text],
[type=password] {padding-left: 5px;padding-right: 5px;}
[type=text],
[type=password] {height: 28px;line-height: 28px;}
textarea:focus,
[type=text]:focus,
[type=password]:focus {outline: 1px solid #58bddf;}
[type=submit],
[type=button] {background-color: transparent;cursor: pointer;}
textarea{resize: none;padding: 5px;}
table{width: 100%;table-layout: fixed;border-collapse: collapse;}
button {background-color: transparent;}
a:focus,
a:hover,
a:focus *,
a:hover *,
button:focus,
button:hover,
button:focus *,
button:hover * {text-decoration: underline;cursor: pointer;}
ol,
ul {list-style-type: none;}
em {font-style: normal;}
strong,
b {font-weight: 600;}
h1,
h2,
h3,
h4,
h5,
h6{font-weight: normal;}
ul,
ol {margin: 0;}
[data-placeholder=true] {color: #dadada !important;}
[type="text"]:focus,
[type="password"]:focus{outline: none;}
a,
input,
textarea {color: #808080;}
label {font-weight: normal;}
/*
[readonly] {background-color: #f2f4f7;}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc;
opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #ccc;
}
/* clear, blind text */
.clearfix,
.clearfix:after {display: block;content: '';clear: both;}
.blind {overflow: hidden;position: absolute;z-index: -99999;width: 0;height: 0;font-size: 0;line-height: 0;text-indent: -9999px;}
/* table */
.table {display: table;width: 100%;border-collapse: collapse;}
.t-row {display: table-row;}
.t-cell {display: table-cell;}
/* inline-block */
.ib {display: inline-block;}
.block {display: block;}
/* grid
----------------------*/
div.row,
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
} | css/global.css | @charset "utf-8";
/* initial
--------------------------*/
*,
:after,
:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;border: 0;text-decoration: none;}
html, body{height: 100%;word-break: keep-all;}
html,
input,
button {font: normal 14px/1.5 'Noto Sans',sans-serif;letter-spacing: -1px}
textarea,
input,
select {-webkit-apperence: none;vertical-align: middle;}
textarea,
[type=text],
[type=password] {padding-left: 5px;padding-right: 5px;}
[type=text],
[type=password] {height: 28px;line-height: 28px;}
textarea:focus,
[type=text]:focus,
[type=password]:focus {outline: 1px solid #58bddf;}
[type=submit],
[type=button] {background-color: transparent;cursor: pointer;}
textarea{resize: none;padding: 5px;}
table{width: 100%;table-layout: fixed;border-collapse: collapse;}
button {background-color: transparent;}
a:focus,
a:hover,
a:focus *,
a:hover *,
button:focus,
button:hover,
button:focus *,
button:hover * {text-decoration: underline;cursor: pointer;}
ol,
ul {list-style-type: none;}
em {font-style: normal;}
strong,
b {font-weight: 600;}
h1,
h2,
h3,
h4,
h5,
h6{font-weight: normal;}
ul,
ol {margin: 0;}
[data-placeholder=true] {color: #dadada !important;}
[type="text"]:focus,
[type="password"]:focus{outline: none;}
a,
input,
textarea {color: #808080;}
label {font-weight: normal;}
/*
[readonly] {background-color: #f2f4f7;}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc;
opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #ccc;
}
/* clear, blind text */
.clearfix,
.clearfix:after {display: block;content: '';clear: both;}
.blind {overflow: hidden;position: absolute;z-index: -99999;width: 0;height: 0;font-size: 0;line-height: 0;text-indent: -9999px;}
/* table */
.table {display: table;width: 100%;border-collapse: collapse;}
.t-row {display: table-row;}
.t-cell {display: table-cell;}
/* inline-block */
.ib {display: inline-block;}
.block {display: block;}
/* grid
----------------------*/
div.row,
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
} | 0.293101 | 0.052912 |
#ABOVE THE FOLD
\*------------------------------------*/
body {
background: #fff;
width: 100%;
max-width: 100%;
}
main {
position: relative;
min-height: 100vh;
width: 100%;
overflow-x: hidden;
}
/*-------------------*\
#HEADER
\*-------------------*/
.header {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100px;
z-index: 0;
background-color: #fff;
}
.header-title {
padding: 12px;
width: 100%;
text-align: right;
}
@media (min-width: 1100px) {
.header-title {
padding: 24px;
}
}
/*-------------------*\
NAV-PRESENTATION
\*-------------------*/
.X-square {
position: relative;
width: 24px;
height: 24px;
background-color: #000;
border: 2px solid;
color: #000;
cursor: pointer;
}
.presentation {
position: fixed;
border-left: 2px solid;
padding-left: 6px;
margin-left: 6px;
top: 120px;
}
@media (min-width: 500px) {
.presentation {
top: 30vh;
max-width: 50vw;
}
}
@media (min-width: 850px) {
.presentation {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: fixed;
max-width: 20vw;
top: 50vh;
padding-left: 1vw;
margin-left: 1vw;
width: 270px;
}
}
@media (min-width: 1100px) {
.presentation {
top: 40vh;
}
}
.navigation-square {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: fixed;
top: -40vh;
width: 150px;
height: 150px;
border: 2px solid;
opacity: 0;
}
@media (min-width: 500px) {
.navigation-square {
top: 40vh;
left: 50%;
opacity: 1;
}
}
@media (min-width: 500px) {
.navigation-square {
right: 0;
left: auto;
}
}
@media (min-width: 850px) {
.navigation-square {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: fixed;
top: 40vh;
}
}
@media (min-width: 1100px) {
.navigation-square {
width: 250px;
height: 250px;
}
}
.nav-image-gif {
position: relative;
width: 100%;
height: 100%;
}
.nav-image-gif:after {
position: absolute;
content: '';
top: 50%;
left: 221%;
width: 1px;
height: 142%;
background: black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 0% -121%;
-ms-transform-origin: 0% -121%;
transform-origin: 0% -121%;
}
.nav-image-gif:hover:after {
opacity: 0;
}
.nav-image-gif:hover img {
opacity: 1;
}
.nav-image-gif img {
position: relative;
width: 100%;
height: 100%;
opacity: 0;
}
.nav-ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nav-li-square {
position: relative;
width: 24px;
height: 24px;
background-color: #000;
border: 2px solid;
color: #000;
cursor: pointer;
}
.nav-li-title {
position: absolute;
bottom: 100%;
left: 0;
width: 168px;
border-bottom: 2px solid;
cursor: pointer;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.nav-li-title > * {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.nav-li-title:hover > * {
letter-spacing: 2pt;
font-weight: 100;
}
.nav-li-practice {
position: absolute;
z-index: 2;
top: -12px;
left: calc(100% - 12px + 1px);
}
.nav-li-practice .nav-li-title {
text-align: right;
}
.nav-li-theory {
position: absolute;
z-index: 2;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: calc(100% - 6px - 4px);
}
.nav-li-theory .nav-li-title {
right: 0;
left: auto;
}
.nav-li-background {
position: absolute;
z-index: 2;
bottom: calc(-12px - 1px);
right: -2px;
}
.nav-li-background .nav-li-square {
width: 96px;
}
.nav-li-background .nav-li-title {
left: -2px;
top: 22px;
height: 96px;
padding-left: 6px;
border-bottom: 0;
border-left: 2px solid;
}
.nav-li-background .nav-li-title > * {
position: absolute;
bottom: 0;
}
/*----------------*\
ABOVE THE FOALD LOAD
\*----------------*/
.header,
.main {
display: block;
} | assets/styles20160415/01_organisms/index_atf.css | #ABOVE THE FOLD
\*------------------------------------*/
body {
background: #fff;
width: 100%;
max-width: 100%;
}
main {
position: relative;
min-height: 100vh;
width: 100%;
overflow-x: hidden;
}
/*-------------------*\
#HEADER
\*-------------------*/
.header {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100px;
z-index: 0;
background-color: #fff;
}
.header-title {
padding: 12px;
width: 100%;
text-align: right;
}
@media (min-width: 1100px) {
.header-title {
padding: 24px;
}
}
/*-------------------*\
NAV-PRESENTATION
\*-------------------*/
.X-square {
position: relative;
width: 24px;
height: 24px;
background-color: #000;
border: 2px solid;
color: #000;
cursor: pointer;
}
.presentation {
position: fixed;
border-left: 2px solid;
padding-left: 6px;
margin-left: 6px;
top: 120px;
}
@media (min-width: 500px) {
.presentation {
top: 30vh;
max-width: 50vw;
}
}
@media (min-width: 850px) {
.presentation {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: fixed;
max-width: 20vw;
top: 50vh;
padding-left: 1vw;
margin-left: 1vw;
width: 270px;
}
}
@media (min-width: 1100px) {
.presentation {
top: 40vh;
}
}
.navigation-square {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: fixed;
top: -40vh;
width: 150px;
height: 150px;
border: 2px solid;
opacity: 0;
}
@media (min-width: 500px) {
.navigation-square {
top: 40vh;
left: 50%;
opacity: 1;
}
}
@media (min-width: 500px) {
.navigation-square {
right: 0;
left: auto;
}
}
@media (min-width: 850px) {
.navigation-square {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: fixed;
top: 40vh;
}
}
@media (min-width: 1100px) {
.navigation-square {
width: 250px;
height: 250px;
}
}
.nav-image-gif {
position: relative;
width: 100%;
height: 100%;
}
.nav-image-gif:after {
position: absolute;
content: '';
top: 50%;
left: 221%;
width: 1px;
height: 142%;
background: black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 0% -121%;
-ms-transform-origin: 0% -121%;
transform-origin: 0% -121%;
}
.nav-image-gif:hover:after {
opacity: 0;
}
.nav-image-gif:hover img {
opacity: 1;
}
.nav-image-gif img {
position: relative;
width: 100%;
height: 100%;
opacity: 0;
}
.nav-ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nav-li-square {
position: relative;
width: 24px;
height: 24px;
background-color: #000;
border: 2px solid;
color: #000;
cursor: pointer;
}
.nav-li-title {
position: absolute;
bottom: 100%;
left: 0;
width: 168px;
border-bottom: 2px solid;
cursor: pointer;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.nav-li-title > * {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.nav-li-title:hover > * {
letter-spacing: 2pt;
font-weight: 100;
}
.nav-li-practice {
position: absolute;
z-index: 2;
top: -12px;
left: calc(100% - 12px + 1px);
}
.nav-li-practice .nav-li-title {
text-align: right;
}
.nav-li-theory {
position: absolute;
z-index: 2;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: calc(100% - 6px - 4px);
}
.nav-li-theory .nav-li-title {
right: 0;
left: auto;
}
.nav-li-background {
position: absolute;
z-index: 2;
bottom: calc(-12px - 1px);
right: -2px;
}
.nav-li-background .nav-li-square {
width: 96px;
}
.nav-li-background .nav-li-title {
left: -2px;
top: 22px;
height: 96px;
padding-left: 6px;
border-bottom: 0;
border-left: 2px solid;
}
.nav-li-background .nav-li-title > * {
position: absolute;
bottom: 0;
}
/*----------------*\
ABOVE THE FOALD LOAD
\*----------------*/
.header,
.main {
display: block;
} | 0.446736 | 0.064801 |
@import url(./reset.css);
.clear:after, .container:after, .header_ul:after, .nav_ul:after, .win_box:after, .lotto_content_up_txt:after, .lotto_content_down_next_money:after, .w520_content_up_header:after, .w520_content_up_txt:after, .w520_content_down_btn:after, .speetto_content_header:after, .speetto_content_table:after, .wrap2_borderbox:after, .wrap2_header:after, .wrap2_jjbg_ul:after, .wrap2_jjbg_li:after, .wrap2_jackpot_li:after, .wrap3_wrapbox:after, .wrap3_interview_article:after, .wrap3_notice_head:after, .wrap3_fund:after, .wrap5_link:after, .bottom_ul:after {
display: block;
content: "";
clear: both;
}
.header {
height: 130px;
padding-top: 24px;
}
.container {
width: 1200px;
margin: 0 auto;
}
.header_logo {
float: left;
}
.header_ul {
float: right;
padding-top: 30px;
}
.header_ul_li {
float: left;
min-width: 45px;
height: 25px;
font-size: 13px;
color: white;
text-align: center;
line-height: 22px;
padding: 0 9px;
margin-right: 5px;
}
.header_ul_li1 {
background-color: #666666;
}
.header_ul_li2 {
background-color: #007bc3;
}
.header_ul_li3 {
background-color: #0a857e;
}
.header_ul_li4 {
margin-right: 0;
background-color: #0a857e;
}
.nav {
height: 62px;
border-top: 1px solid #eeeeee;
border-bottom: 3px solid #007bc3;
}
.nav_ul {
text-align: center;
}
.nav_ul_li {
float: left;
height: 61px;
font-size: 18px;
padding: 0 49px;
line-height: 60px;
color: #252525;
}
.nav_ul_li:hover {
color: white;
background-color: #007bc3;
}
.nav_ul_li1 {
margin-left: 120px;
}
.wrap {
height: 1000px;
}
.wrap1 {
padding-top: 60px;
}
.win_box {
height: 427px;
color: white;
}
.win_header {
font-size: 18px;
height: 41px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.win_content {
margin-top: 18px;
}
.win_lotto {
width: 639px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #227dbd;
}
.lotto_content_up {
text-align: center;
}
.lotto_content_up_header_title {
font-size: 25px;
vertical-align: middle;
}
.lotto_content_up_header_date {
font-size: 13px;
vertical-align: middle;
opacity: 0.7;
}
.lotto_content_up_circle {
margin-top: 30px;
}
.lotto_ball {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50px;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 47px;
margin-left: 5px;
text-shadow: 0 0 3px rgba(73, 57, 0, 0.8);
}
.lotto_ball1 {
margin-left: 0;
background-color: #fbc400;
}
.lotto_ball2 {
background-color: #69c8f2;
}
.lotto_ball3 {
background-color: #ff7272;
}
.lotto_ball4 {
background-color: #ff7272;
}
.lotto_ball5 {
background-color: #aaa;
}
.lotto_ball6 {
background-color: #b0d840;
}
.lotto_ball7 {
background-color: #ff7272;
}
.lotto_ball_plus {
display: inline-block;
width: 20px;
height: 50px;
border-radius: 50px;
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 47px;
margin-right: 5px;
}
.lotto_content_up_txt {
margin-top: 20px;
}
.lotto_content_up_txt_money {
font-size: 18px;
}
.lotto_content_up_txt_money1 {
font-size: 16px;
}
.lotto_content_down {
position: relative;
margin-top: 28px;
padding-top: 28px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.lotto_content_down_header {
position: relative;
font-size: 13px;
}
.lotto_content_down_header_next {
font-size: 16px;
}
.lotto_content_down_header_now {
margin-left: 10px;
opacity: 0.7;
}
.lotto_content_down_all {
position: absolute;
top: 0;
right: 0;
}
.lotto_content_down_next_money {
margin-top: 15px;
}
.lotto_content_down_money {
float: left;
width: 366px;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_tr {
height: 34px;
text-align: center;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_th {
height: 34px;
vertical-align: middle;
border: 1px solid #63a1c8;
background-color: #3b647d;
}
.lotto_content_down_money_td {
height: 34px;
vertical-align: middle;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_td:before {
display: inline-block;
width: 21px;
height: 20px;
content: "";
vertical-align: middle;
background: url(../assets/images/icon_won_white.png) 0 50% no-repeat;
}
.lotto_content_down_money_td_span {
display: inline-block;
vertical-align: middle;
margin-top: -1px;
}
.lotto_content_down_button {
float: right;
width: 173px;
height: 70px;
font-size: 19px;
text-align: center;
line-height: 71px;
border: none;
color: white;
background-color: #0a857e;
}
.win_520 {
width: 281px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #589ed3;
}
.w520_content_up_header_win {
float: left;
font-size: 16px;
}
.w520_content_up_header_date {
float: right;
font-size: 13px;
margin-top: 1px;
}
.w520_content_up_square {
padding-top: 25px;
font-weight: bold;
}
.w520_square_group {
display: inline-block;
width: 25px;
font-size: 15px;
}
.w520_square {
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
line-height: 23px;
border-radius: 2px;
font-size: 17px;
color: #444;
background-color: white;
}
.w520_square_second {
margin-top: 14px;
}
.w520_content_up_txt {
margin-top: 17px;
margin-bottom: 10px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.w520_content_up_txt_circle {
float: left;
width: 30px;
height: 30px;
border-radius: 100%;
font-size: 10px;
text-align: center;
line-height: 28px;
background-color: #3b647d;
}
.w520_content_up_txt_how {
float: right;
margin-top: 7px;
}
.w520_content_down_btn {
margin-top: 15px;
}
.w520_content_down_btn_button {
height: 27px;
color: white;
border: none;
padding: 0 11px;
}
.w520_content_down_btn_before {
float: left;
background-color: #444;
}
.w520_content_down_btn_buy {
float: right;
background-color: #0a857e;
}
.win_speetto {
width: 280px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #5e7bc1;
}
.speetto_content_header_win {
float: left;
}
.speetto_content_header_date {
float: right;
font-size: 13px;
opacity: 0.7;
}
.speetto_content_wrap {
margin-top: 14px;
}
.speetto_content_title {
font-size: 15px;
}
.speetto_content_img {
margin-top: 10px;
}
.speetto_content_amount {
font-size: 13px;
}
.speetto_content_table {
height: 100px;
text-align: center;
margin-top: 10px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.speetto_content_table_li {
float: left;
width: 25%;
font-size: 11px;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.speetto_content_table_li_up {
height: 55px;
padding-top: 35px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.speetto_content_table_li_down {
height: 44px;
line-height: 40px;
}
.speetto_content_table_li_strong {
font-size: 12px;
}
.speetto_table_li1 {
background: #515f82 url(../assets/images/bg_speetto_1st.png) 50% 0 no-repeat;
}
.speetto_table_li2 {
background: #515f82 url(../assets/images/bg_speetto_2nd.png) 50% 0 no-repeat;
}
.speetto_table_li3 {
background: #515f82 url(../assets/images/bg_speetto_3rd.png) 50% 0 no-repeat;
}
.speetto_table_li4 {
line-height: 17px;
padding-top: 35px;
border-right: none;
}
.wrap_marginTop {
margin-top: 20px;
}
.wrap2_borderbox {
border: 1px solid #ddd;
}
.wrap2_box {
float: left;
height: 367px;
padding: 30px;
}
.jjbg {
width: 920px;
border-right: 1px solid #ddd;
}
.wrap2_header {
color: #333;
}
.wrap2_header_name {
font-size: 18px;
}
.wrap2_header_plus {
float: right;
}
.wrap2_jjbg_ul {
margin: 18px -15px 0 -14px;
}
.wrap2_jjbg_li {
float: left;
width: 193px;
margin: 0 15px 30px 14px;
}
.wrap2_btn {
float: left;
width: 50%;
height: 30px;
border: none;
color: white;
margin-top: -1px;
}
.wrap2_btn1 {
background-color: #0a857e;
}
.wrap2_btn2 {
background-color: #444;
}
.jackpot {
width: 278px;
background-color: #fafafa;
}
.wrap2_jackpot_ul {
margin-top: 18px;
}
.wrap2_jackpot_li {
padding: 0 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
background-color: white;
}
.wrap2_jackpot_jjbg {
float: left;
font-size: 13px;
line-height: 29px;
}
.wrap2_jackpot_money {
float: right;
line-height: 29px;
color: #2179af;
padding-left: 20px;
background: url(../assets/images/ico_won_blue.jpg) 0 no-repeat;
}
.wrap3 {
height: 421px;
}
.wrap3_box {
float: left;
height: 421px;
border: 1px solid #ddd;
border-left: 0px;
}
.wrap3_padding {
padding: 25px;
}
.wrap3_box1 {
width: 320px;
border-left: 1px solid #ddd;
}
.wrap3_interview {
height: 209px;
border-bottom: 1px solid #ddd;
}
.wrap3_interview_article {
margin-top: 7px;
}
.wrap3_interview_img {
float: left;
position: relative;
margin-right: 20px;
width: 110px;
height: 70px;
border: 1px solid #ddd;
background: url(../assets/images/logo_speetto.png) 50% 50% no-repeat;
background-size: auto 100%;
}
.wrap3_interview_img_span {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
line-height: 23px;
color: white;
font-size: 12px;
background-color: rgba(68, 68, 68, 0.8);
}
.wrap3_interview_txt {
font-size: 15px;
line-height: 20px;
padding-top: 5px;
}
.wrap3_interview_txt_p {
font-size: 13px;
color: #999;
}
.wrap3_notice_header {
float: left;
padding: 0 20px;
line-height: 35px;
}
.wrap3_notice_header1 {
color: white;
border: 1px solid #2179af;
background-color: #2179af;
}
.wrap3_notice_header2 {
color: #666;
border: 1px solid #ddd;
background-color: #fafafa;
}
.wrap3_notice_list {
border-top: 1px solid #ddd;
padding-top: 10px;
margin-top: -1px;
padding-left: 15px;
font-size: 15px;
color: #555;
}
.wrap3_notice_list1 {
display: block;
}
.wrap3_notice_list2 {
display: none;
}
.wrap3_notice_list_txt {
list-style-type: disc;
padding-top: 22px;
}
.wrap3_notice_list_date {
float: right;
font-size: 13px;
color: #777;
}
.wrap3_box2 {
width: 320px;
}
.wrap3_fund {
height: 314px;
border-bottom: 1px solid #ddd;
background: #fafafa url(../assets/images/wrap3_3.png) 150px 100px no-repeat;
}
.wrap3_fund_txt1 {
font-size: 17px;
line-height: 23px;
}
.wrap3_fund_txt1_blue {
color: #2179af;
}
.wrap3_fund_txt2 {
margin-top: 20px;
}
.wrap3_fund_txt2_li {
color: #666;
margin-top: 10px;
padding-left: 18px;
background: url(../assets/images/bul_fund.png) 1px no-repeat;
}
.wrap3_fund_txt3 {
margin-top: 30px;
text-align: center;
border: 1px solid #ddd;
}
.wrap3_fund_txt3_li1 {
line-height: 30px;
color: #464646;
background-color: #e7f5f5;
border-bottom: 1px solid #ddd;
}
.wrap3_fund_txt3_li2 {
font-size: 17px;
line-height: 30px;
color: #2179af;
}
.wrap3_fund_txt4 {
float: right;
margin-top: 10px;
color: #444;
}
.wrap3_happyPlus {
height: 105px;
background: #eaf3f5 url(../assets/images/wrap3_4.png) 170px 50% no-repeat;
}
.wrap3_happyPlus_strong {
font-size: 16px;
}
.wrap3_happyPlus_txt {
margin-top: 7px;
line-height: 18px;
color: #777;
}
.wrap3_box3 {
width: 280px;
padding: 0 15px 0 17px;
}
.wrap3_link {
height: 70px;
padding-top: 15px;
border-bottom: 1px solid #ddd;
}
.wrap3_link1 {
background: url(../assets/images/wrap3_5_1.png) 3px 50% no-repeat;
}
.wrap3_link2 {
background: url(../assets/images/wrap3_5_2.png) 3px 50% no-repeat;
}
.wrap3_link3 {
background: url(../assets/images/wrap3_5_3.png) 3px 50% no-repeat;
}
.wrap3_link4 {
background: url(../assets/images/wrap3_5_4.png) 3px 50% no-repeat;
}
.wrap3_link5 {
background: url(../assets/images/wrap3_5_5.png) 3px 50% no-repeat;
}
.wrap3_link6 {
background: url(../assets/images/wrap3_5_6.png) 3px 50% no-repeat;
border-bottom: none;
}
.wrap3_link_txt {
padding-left: 60px;
font-size: 12px;
line-height: 20px;
}
.wrap3_link_gray {
color: #777;
}
.wrap3_box4 {
width: 280px;
background: url(../assets/images/wrap3_6.jpg);
}
.wrap3_center_txt1 {
font-size: 13px;
color: #bfe6ff;
line-height: 16px;
}
.wrap3_center_txt2 {
font-size: 17px;
color: #ffcda5;
line-height: 50px;
}
.wrap3_center_txt3 {
font-size: 13px;
color: white;
}
.wrap3_center_txt4 {
font-size: 15px;
color: white;
line-height: 30px;
}
.wrap3_selfPlan {
padding-top: 35px;
}
.wrap3_self_li1 {
background: url(../assets/images/ico_self1.png) 25px 50% no-repeat;
}
.wrap3_self_li2 {
background: url(../assets/images/ico_self2.png) 25px 50% no-repeat;
}
.wrap3_self_li3 {
background: url(../assets/images/ico_self3.png) 25px 50% no-repeat;
}
.wrap3_self_li {
height: 60px;
background-color: white;
border-bottom: 1px solid #ddd;
}
.wrap3_self_li:nth-last-of-type(1) {
border-bottom: none;
}
.wrap3_self_txt {
color: #333;
padding: 23px 0 0 90px;
}
.wrap4 {
height: 340px;
}
.wrap4_table {
border: 1px solid #ddd;
background-color: #f8f8f8;
}
.wrap4_table_th {
width: 200px;
padding: 20px 30px;
font-size: 16px;
font-weight: bold;
color: #222;
text-align: left;
border-right: 1px solid #eeeeee;
}
.wrap4_table_th:nth-last-of-type(1) {
border-right: none;
}
.wrap4_table_td {
width: 200px;
padding: 20px 30px;
font-size: 14px;
color: #777;
border: 1px solid #eeeeee;
border-bottom: 1px solid #ddd;
}
.wrap4_table_td:nth-last-of-type(1) {
border-right: 1px solid #ddd;
}
.wrap4_table_td:nth-last-of-type(6) {
border-left: 1px solid #ddd;
}
.wrap4_table_td_p {
padding-bottom: 7px;
line-height: 20px;
}
.wrap5 {
margin: 30px 0;
}
.wrap5_link_li {
float: left;
width: 216px;
height: 45px;
text-align: center;
line-height: 50px;
border: 1px solid #ddd;
margin-right: 30px;
}
.wrap5_link_li:nth-last-of-type(1) {
margin-right: 0;
}
.bottom_nav {
background-color: #626262;
}
.bottom_ul {
height: 70px;
margin-left: 120px;
color: white;
}
.bottom_li {
float: left;
position: relative;
display: inline-block;
padding: 0 30px;
line-height: 70px;
}
.bottom_footer {
margin: 40px 0;
}
.bottom_footer_in {
position: relative;
}
.footer_left {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 150px;
text-align: center;
}
.footer_left_wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.footer_btn {
margin-top: 10px;
padding: 5px;
font-size: 10px;
color: #888;
border: 1px solid #ddd;
background-color: white;
}
.footer_center {
padding-left: 200px;
color: #888;
line-height: 20px;
}
.footer_txt {
font-size: 15px;
margin-bottom: 10px;
}
.footer_txt:nth-last-of-type(1) {
margin-bottom: 0;
}
.footer_txt14 {
font-size: 14px;
margin-top: 20px;
}
.footer_span {
margin-left: 15px;
}
.footer_right {
position: absolute;
top: 5px;
right: 0;
}
.footer_right_img1 {
margin-right: 15px;
} | dist/styles/index.css | @import url(./reset.css);
.clear:after, .container:after, .header_ul:after, .nav_ul:after, .win_box:after, .lotto_content_up_txt:after, .lotto_content_down_next_money:after, .w520_content_up_header:after, .w520_content_up_txt:after, .w520_content_down_btn:after, .speetto_content_header:after, .speetto_content_table:after, .wrap2_borderbox:after, .wrap2_header:after, .wrap2_jjbg_ul:after, .wrap2_jjbg_li:after, .wrap2_jackpot_li:after, .wrap3_wrapbox:after, .wrap3_interview_article:after, .wrap3_notice_head:after, .wrap3_fund:after, .wrap5_link:after, .bottom_ul:after {
display: block;
content: "";
clear: both;
}
.header {
height: 130px;
padding-top: 24px;
}
.container {
width: 1200px;
margin: 0 auto;
}
.header_logo {
float: left;
}
.header_ul {
float: right;
padding-top: 30px;
}
.header_ul_li {
float: left;
min-width: 45px;
height: 25px;
font-size: 13px;
color: white;
text-align: center;
line-height: 22px;
padding: 0 9px;
margin-right: 5px;
}
.header_ul_li1 {
background-color: #666666;
}
.header_ul_li2 {
background-color: #007bc3;
}
.header_ul_li3 {
background-color: #0a857e;
}
.header_ul_li4 {
margin-right: 0;
background-color: #0a857e;
}
.nav {
height: 62px;
border-top: 1px solid #eeeeee;
border-bottom: 3px solid #007bc3;
}
.nav_ul {
text-align: center;
}
.nav_ul_li {
float: left;
height: 61px;
font-size: 18px;
padding: 0 49px;
line-height: 60px;
color: #252525;
}
.nav_ul_li:hover {
color: white;
background-color: #007bc3;
}
.nav_ul_li1 {
margin-left: 120px;
}
.wrap {
height: 1000px;
}
.wrap1 {
padding-top: 60px;
}
.win_box {
height: 427px;
color: white;
}
.win_header {
font-size: 18px;
height: 41px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.win_content {
margin-top: 18px;
}
.win_lotto {
width: 639px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #227dbd;
}
.lotto_content_up {
text-align: center;
}
.lotto_content_up_header_title {
font-size: 25px;
vertical-align: middle;
}
.lotto_content_up_header_date {
font-size: 13px;
vertical-align: middle;
opacity: 0.7;
}
.lotto_content_up_circle {
margin-top: 30px;
}
.lotto_ball {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50px;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 47px;
margin-left: 5px;
text-shadow: 0 0 3px rgba(73, 57, 0, 0.8);
}
.lotto_ball1 {
margin-left: 0;
background-color: #fbc400;
}
.lotto_ball2 {
background-color: #69c8f2;
}
.lotto_ball3 {
background-color: #ff7272;
}
.lotto_ball4 {
background-color: #ff7272;
}
.lotto_ball5 {
background-color: #aaa;
}
.lotto_ball6 {
background-color: #b0d840;
}
.lotto_ball7 {
background-color: #ff7272;
}
.lotto_ball_plus {
display: inline-block;
width: 20px;
height: 50px;
border-radius: 50px;
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 47px;
margin-right: 5px;
}
.lotto_content_up_txt {
margin-top: 20px;
}
.lotto_content_up_txt_money {
font-size: 18px;
}
.lotto_content_up_txt_money1 {
font-size: 16px;
}
.lotto_content_down {
position: relative;
margin-top: 28px;
padding-top: 28px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.lotto_content_down_header {
position: relative;
font-size: 13px;
}
.lotto_content_down_header_next {
font-size: 16px;
}
.lotto_content_down_header_now {
margin-left: 10px;
opacity: 0.7;
}
.lotto_content_down_all {
position: absolute;
top: 0;
right: 0;
}
.lotto_content_down_next_money {
margin-top: 15px;
}
.lotto_content_down_money {
float: left;
width: 366px;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_tr {
height: 34px;
text-align: center;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_th {
height: 34px;
vertical-align: middle;
border: 1px solid #63a1c8;
background-color: #3b647d;
}
.lotto_content_down_money_td {
height: 34px;
vertical-align: middle;
border: 1px solid #63a1c8;
}
.lotto_content_down_money_td:before {
display: inline-block;
width: 21px;
height: 20px;
content: "";
vertical-align: middle;
background: url(../assets/images/icon_won_white.png) 0 50% no-repeat;
}
.lotto_content_down_money_td_span {
display: inline-block;
vertical-align: middle;
margin-top: -1px;
}
.lotto_content_down_button {
float: right;
width: 173px;
height: 70px;
font-size: 19px;
text-align: center;
line-height: 71px;
border: none;
color: white;
background-color: #0a857e;
}
.win_520 {
width: 281px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #589ed3;
}
.w520_content_up_header_win {
float: left;
font-size: 16px;
}
.w520_content_up_header_date {
float: right;
font-size: 13px;
margin-top: 1px;
}
.w520_content_up_square {
padding-top: 25px;
font-weight: bold;
}
.w520_square_group {
display: inline-block;
width: 25px;
font-size: 15px;
}
.w520_square {
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
line-height: 23px;
border-radius: 2px;
font-size: 17px;
color: #444;
background-color: white;
}
.w520_square_second {
margin-top: 14px;
}
.w520_content_up_txt {
margin-top: 17px;
margin-bottom: 10px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.w520_content_up_txt_circle {
float: left;
width: 30px;
height: 30px;
border-radius: 100%;
font-size: 10px;
text-align: center;
line-height: 28px;
background-color: #3b647d;
}
.w520_content_up_txt_how {
float: right;
margin-top: 7px;
}
.w520_content_down_btn {
margin-top: 15px;
}
.w520_content_down_btn_button {
height: 27px;
color: white;
border: none;
padding: 0 11px;
}
.w520_content_down_btn_before {
float: left;
background-color: #444;
}
.w520_content_down_btn_buy {
float: right;
background-color: #0a857e;
}
.win_speetto {
width: 280px;
height: 100%;
float: left;
padding: 28px 40px 0;
background-color: #5e7bc1;
}
.speetto_content_header_win {
float: left;
}
.speetto_content_header_date {
float: right;
font-size: 13px;
opacity: 0.7;
}
.speetto_content_wrap {
margin-top: 14px;
}
.speetto_content_title {
font-size: 15px;
}
.speetto_content_img {
margin-top: 10px;
}
.speetto_content_amount {
font-size: 13px;
}
.speetto_content_table {
height: 100px;
text-align: center;
margin-top: 10px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.speetto_content_table_li {
float: left;
width: 25%;
font-size: 11px;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.speetto_content_table_li_up {
height: 55px;
padding-top: 35px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.speetto_content_table_li_down {
height: 44px;
line-height: 40px;
}
.speetto_content_table_li_strong {
font-size: 12px;
}
.speetto_table_li1 {
background: #515f82 url(../assets/images/bg_speetto_1st.png) 50% 0 no-repeat;
}
.speetto_table_li2 {
background: #515f82 url(../assets/images/bg_speetto_2nd.png) 50% 0 no-repeat;
}
.speetto_table_li3 {
background: #515f82 url(../assets/images/bg_speetto_3rd.png) 50% 0 no-repeat;
}
.speetto_table_li4 {
line-height: 17px;
padding-top: 35px;
border-right: none;
}
.wrap_marginTop {
margin-top: 20px;
}
.wrap2_borderbox {
border: 1px solid #ddd;
}
.wrap2_box {
float: left;
height: 367px;
padding: 30px;
}
.jjbg {
width: 920px;
border-right: 1px solid #ddd;
}
.wrap2_header {
color: #333;
}
.wrap2_header_name {
font-size: 18px;
}
.wrap2_header_plus {
float: right;
}
.wrap2_jjbg_ul {
margin: 18px -15px 0 -14px;
}
.wrap2_jjbg_li {
float: left;
width: 193px;
margin: 0 15px 30px 14px;
}
.wrap2_btn {
float: left;
width: 50%;
height: 30px;
border: none;
color: white;
margin-top: -1px;
}
.wrap2_btn1 {
background-color: #0a857e;
}
.wrap2_btn2 {
background-color: #444;
}
.jackpot {
width: 278px;
background-color: #fafafa;
}
.wrap2_jackpot_ul {
margin-top: 18px;
}
.wrap2_jackpot_li {
padding: 0 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
background-color: white;
}
.wrap2_jackpot_jjbg {
float: left;
font-size: 13px;
line-height: 29px;
}
.wrap2_jackpot_money {
float: right;
line-height: 29px;
color: #2179af;
padding-left: 20px;
background: url(../assets/images/ico_won_blue.jpg) 0 no-repeat;
}
.wrap3 {
height: 421px;
}
.wrap3_box {
float: left;
height: 421px;
border: 1px solid #ddd;
border-left: 0px;
}
.wrap3_padding {
padding: 25px;
}
.wrap3_box1 {
width: 320px;
border-left: 1px solid #ddd;
}
.wrap3_interview {
height: 209px;
border-bottom: 1px solid #ddd;
}
.wrap3_interview_article {
margin-top: 7px;
}
.wrap3_interview_img {
float: left;
position: relative;
margin-right: 20px;
width: 110px;
height: 70px;
border: 1px solid #ddd;
background: url(../assets/images/logo_speetto.png) 50% 50% no-repeat;
background-size: auto 100%;
}
.wrap3_interview_img_span {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
line-height: 23px;
color: white;
font-size: 12px;
background-color: rgba(68, 68, 68, 0.8);
}
.wrap3_interview_txt {
font-size: 15px;
line-height: 20px;
padding-top: 5px;
}
.wrap3_interview_txt_p {
font-size: 13px;
color: #999;
}
.wrap3_notice_header {
float: left;
padding: 0 20px;
line-height: 35px;
}
.wrap3_notice_header1 {
color: white;
border: 1px solid #2179af;
background-color: #2179af;
}
.wrap3_notice_header2 {
color: #666;
border: 1px solid #ddd;
background-color: #fafafa;
}
.wrap3_notice_list {
border-top: 1px solid #ddd;
padding-top: 10px;
margin-top: -1px;
padding-left: 15px;
font-size: 15px;
color: #555;
}
.wrap3_notice_list1 {
display: block;
}
.wrap3_notice_list2 {
display: none;
}
.wrap3_notice_list_txt {
list-style-type: disc;
padding-top: 22px;
}
.wrap3_notice_list_date {
float: right;
font-size: 13px;
color: #777;
}
.wrap3_box2 {
width: 320px;
}
.wrap3_fund {
height: 314px;
border-bottom: 1px solid #ddd;
background: #fafafa url(../assets/images/wrap3_3.png) 150px 100px no-repeat;
}
.wrap3_fund_txt1 {
font-size: 17px;
line-height: 23px;
}
.wrap3_fund_txt1_blue {
color: #2179af;
}
.wrap3_fund_txt2 {
margin-top: 20px;
}
.wrap3_fund_txt2_li {
color: #666;
margin-top: 10px;
padding-left: 18px;
background: url(../assets/images/bul_fund.png) 1px no-repeat;
}
.wrap3_fund_txt3 {
margin-top: 30px;
text-align: center;
border: 1px solid #ddd;
}
.wrap3_fund_txt3_li1 {
line-height: 30px;
color: #464646;
background-color: #e7f5f5;
border-bottom: 1px solid #ddd;
}
.wrap3_fund_txt3_li2 {
font-size: 17px;
line-height: 30px;
color: #2179af;
}
.wrap3_fund_txt4 {
float: right;
margin-top: 10px;
color: #444;
}
.wrap3_happyPlus {
height: 105px;
background: #eaf3f5 url(../assets/images/wrap3_4.png) 170px 50% no-repeat;
}
.wrap3_happyPlus_strong {
font-size: 16px;
}
.wrap3_happyPlus_txt {
margin-top: 7px;
line-height: 18px;
color: #777;
}
.wrap3_box3 {
width: 280px;
padding: 0 15px 0 17px;
}
.wrap3_link {
height: 70px;
padding-top: 15px;
border-bottom: 1px solid #ddd;
}
.wrap3_link1 {
background: url(../assets/images/wrap3_5_1.png) 3px 50% no-repeat;
}
.wrap3_link2 {
background: url(../assets/images/wrap3_5_2.png) 3px 50% no-repeat;
}
.wrap3_link3 {
background: url(../assets/images/wrap3_5_3.png) 3px 50% no-repeat;
}
.wrap3_link4 {
background: url(../assets/images/wrap3_5_4.png) 3px 50% no-repeat;
}
.wrap3_link5 {
background: url(../assets/images/wrap3_5_5.png) 3px 50% no-repeat;
}
.wrap3_link6 {
background: url(../assets/images/wrap3_5_6.png) 3px 50% no-repeat;
border-bottom: none;
}
.wrap3_link_txt {
padding-left: 60px;
font-size: 12px;
line-height: 20px;
}
.wrap3_link_gray {
color: #777;
}
.wrap3_box4 {
width: 280px;
background: url(../assets/images/wrap3_6.jpg);
}
.wrap3_center_txt1 {
font-size: 13px;
color: #bfe6ff;
line-height: 16px;
}
.wrap3_center_txt2 {
font-size: 17px;
color: #ffcda5;
line-height: 50px;
}
.wrap3_center_txt3 {
font-size: 13px;
color: white;
}
.wrap3_center_txt4 {
font-size: 15px;
color: white;
line-height: 30px;
}
.wrap3_selfPlan {
padding-top: 35px;
}
.wrap3_self_li1 {
background: url(../assets/images/ico_self1.png) 25px 50% no-repeat;
}
.wrap3_self_li2 {
background: url(../assets/images/ico_self2.png) 25px 50% no-repeat;
}
.wrap3_self_li3 {
background: url(../assets/images/ico_self3.png) 25px 50% no-repeat;
}
.wrap3_self_li {
height: 60px;
background-color: white;
border-bottom: 1px solid #ddd;
}
.wrap3_self_li:nth-last-of-type(1) {
border-bottom: none;
}
.wrap3_self_txt {
color: #333;
padding: 23px 0 0 90px;
}
.wrap4 {
height: 340px;
}
.wrap4_table {
border: 1px solid #ddd;
background-color: #f8f8f8;
}
.wrap4_table_th {
width: 200px;
padding: 20px 30px;
font-size: 16px;
font-weight: bold;
color: #222;
text-align: left;
border-right: 1px solid #eeeeee;
}
.wrap4_table_th:nth-last-of-type(1) {
border-right: none;
}
.wrap4_table_td {
width: 200px;
padding: 20px 30px;
font-size: 14px;
color: #777;
border: 1px solid #eeeeee;
border-bottom: 1px solid #ddd;
}
.wrap4_table_td:nth-last-of-type(1) {
border-right: 1px solid #ddd;
}
.wrap4_table_td:nth-last-of-type(6) {
border-left: 1px solid #ddd;
}
.wrap4_table_td_p {
padding-bottom: 7px;
line-height: 20px;
}
.wrap5 {
margin: 30px 0;
}
.wrap5_link_li {
float: left;
width: 216px;
height: 45px;
text-align: center;
line-height: 50px;
border: 1px solid #ddd;
margin-right: 30px;
}
.wrap5_link_li:nth-last-of-type(1) {
margin-right: 0;
}
.bottom_nav {
background-color: #626262;
}
.bottom_ul {
height: 70px;
margin-left: 120px;
color: white;
}
.bottom_li {
float: left;
position: relative;
display: inline-block;
padding: 0 30px;
line-height: 70px;
}
.bottom_footer {
margin: 40px 0;
}
.bottom_footer_in {
position: relative;
}
.footer_left {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 150px;
text-align: center;
}
.footer_left_wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.footer_btn {
margin-top: 10px;
padding: 5px;
font-size: 10px;
color: #888;
border: 1px solid #ddd;
background-color: white;
}
.footer_center {
padding-left: 200px;
color: #888;
line-height: 20px;
}
.footer_txt {
font-size: 15px;
margin-bottom: 10px;
}
.footer_txt:nth-last-of-type(1) {
margin-bottom: 0;
}
.footer_txt14 {
font-size: 14px;
margin-top: 20px;
}
.footer_span {
margin-left: 15px;
}
.footer_right {
position: absolute;
top: 5px;
right: 0;
}
.footer_right_img1 {
margin-right: 15px;
} | 0.256739 | 0.058507 |
:root {
--blushpink: #ebc3c3;
--darkgrey: #343434;
--darkblue: #171a28;
--darkbluelightertint: #2c324d;
--white: #fff;
--bodyfont: "Rubik", sans-serif;
}
html, body {
height: 100%;
padding: 0;
margin: 0;
box-sizing: border-box;
color: var(--white);
font-family: var(--bodyfont);
background-color: var(--darkblue);
}
body.page {
height: initial;
}
a {
color: var(--blushpink);
}
.wrapper {
display: grid;
height: 100%;
gap: 0;
grid-template-columns: 2fr 5fr;
grid-template-areas:
"sidebar main"
}
aside {
grid-area: sidebar;
padding: 1rem;
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
main {
grid-area: main;
}
footer {
padding-bottom: 1rem;
}
#map {
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
color: var(--blushpink);
font-weight: 300;
}
h1 {
font-size: 3rem;
margin: 2rem 0;
}
h2 {
font-size: 2rem;
margin: 1rem 0;
}
h1.site-title {
margin: 0;
font-size: 2.2rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}
.near-me {
margin: 1rem 0;
padding: 0.3rem 0.6rem;
}
.near-me-text {
text-decoration: none;
}
.near-me-text>span {
text-decoration: underline;
}
.near-me-text:before {
content: '📍 ';
}
.near-me-error {
display: block;
margin: 0.6rem 0;
padding: 0.3rem 0.5rem;
background-color: var(--darkbluelightertint);
}
.library-list ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.library-entry {
padding: 1rem;
border: 1px solid var(--white);
margin: 0.5rem 0 1rem;
}
.library-entry:before {
content: '📚';
padding-right: 0.5rem;
}
.library-entry:hover {
cursor: pointer;
color: var(--blushpink);
}
.library-thumbnail {
max-width: 100px;
margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-rows: 2fr 1fr;
grid-template-areas:
"main"
"sidebar"
}
}
@media screen and (max-width: 450px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
"main"
"sidebar"
}
}
/* Page layouts */
.page {
line-height: 1.5;
width: 90%;
max-width: 1000px;
margin: 0 auto;
font-size: 1.3rem;
box-sizing: border-box;
}
/* Leaflet overrides */
.leaflet-popup-content-wrapper {
border-radius: 0!important;
box-shadow: none!important;
font-family: var(--bodyfont);
}
.leaflet-popup-tip-container {
display: none;
} | web/web/static/web/style.css | :root {
--blushpink: #ebc3c3;
--darkgrey: #343434;
--darkblue: #171a28;
--darkbluelightertint: #2c324d;
--white: #fff;
--bodyfont: "Rubik", sans-serif;
}
html, body {
height: 100%;
padding: 0;
margin: 0;
box-sizing: border-box;
color: var(--white);
font-family: var(--bodyfont);
background-color: var(--darkblue);
}
body.page {
height: initial;
}
a {
color: var(--blushpink);
}
.wrapper {
display: grid;
height: 100%;
gap: 0;
grid-template-columns: 2fr 5fr;
grid-template-areas:
"sidebar main"
}
aside {
grid-area: sidebar;
padding: 1rem;
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
main {
grid-area: main;
}
footer {
padding-bottom: 1rem;
}
#map {
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
color: var(--blushpink);
font-weight: 300;
}
h1 {
font-size: 3rem;
margin: 2rem 0;
}
h2 {
font-size: 2rem;
margin: 1rem 0;
}
h1.site-title {
margin: 0;
font-size: 2.2rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}
.near-me {
margin: 1rem 0;
padding: 0.3rem 0.6rem;
}
.near-me-text {
text-decoration: none;
}
.near-me-text>span {
text-decoration: underline;
}
.near-me-text:before {
content: '📍 ';
}
.near-me-error {
display: block;
margin: 0.6rem 0;
padding: 0.3rem 0.5rem;
background-color: var(--darkbluelightertint);
}
.library-list ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.library-entry {
padding: 1rem;
border: 1px solid var(--white);
margin: 0.5rem 0 1rem;
}
.library-entry:before {
content: '📚';
padding-right: 0.5rem;
}
.library-entry:hover {
cursor: pointer;
color: var(--blushpink);
}
.library-thumbnail {
max-width: 100px;
margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-rows: 2fr 1fr;
grid-template-areas:
"main"
"sidebar"
}
}
@media screen and (max-width: 450px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
"main"
"sidebar"
}
}
/* Page layouts */
.page {
line-height: 1.5;
width: 90%;
max-width: 1000px;
margin: 0 auto;
font-size: 1.3rem;
box-sizing: border-box;
}
/* Leaflet overrides */
.leaflet-popup-content-wrapper {
border-radius: 0!important;
box-shadow: none!important;
font-family: var(--bodyfont);
}
.leaflet-popup-tip-container {
display: none;
} | 0.529507 | 0.173253 |
font-family: 'Open Sans', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Bangers', cursive;
font-family: 'Audiowide', cursive;
font-family: 'Anaheim', sans-serif;
font-family: 'Iceland', cursive;
*/
body, p, header, aside,
section, article, h1,
h2, h3, nav, div, footer {
padding: 0;
margin: 0;
}
body {
font: 100%;
font-family: 'Open Sans', sans-serif;
}
#wrapper {
max-width: 1920px;
margin: 0 auto;
background-color: white;
}
p {
margin-bottom: 1.2em;
font-family: 'Open Sans', sans-serif;
}
h2 {
color: #3a5173;
}
header {
text-align: center;
background: #f0edf2 url('../img/backgroundHeader.jpg') 50% no-repeat;
border: 3px solid #f6dc10;
height: auto;
max-height: 700px;
}
header h1 {
color: #545354;
font-weight: 500;
font-size: 7em;
margin-bottom: .25em;
font-family: 'Iceland', cursive;
min-width: 800px;
text-transform: uppercase
}
.headTitle {
color: #ff9c00;
}
aside {
max-width: 200px;
float: left;
min-height: 600px;
color: #dadaed;
background-color: #333;
border: 10px solid RGBa(255,255,255,.5);
text-align: center;
font-size: 90%;
padding: 1px;
}
aside p {
padding: 0px 20px;
padding-top: 0.3em;
font-family: 'Noto Sans', sans-serif;
}
section {
padding: 10px;
float: left;
max-width: 65%;
}
article p {
padding-left: 1.5em;
font-family: 'Open Sans', sans-serif;
}
footer {
clear: both;
background-color: #f0edf2;
color: #3a5173;
border-top: 3px solid #f6dc10;
text-align: left;
font-size: 80%;
min-height: 100px;
padding: 2em;
}
.copy {
padding-top: 1%;
text-align: center;
}
#menu {
min-width: 916px;
margin: 0 auto 10px -40px;
}
#menu ul {
margin: 0;
list-style: none;
vertical-align: middle;
position: relative;
z-index: 397;
}
#menu ul li {
display: inline-block;
margin: 0 0.35em;
position: relative;
min-height: 1px;
line-height: 1em;
vertical-align: middle;
}
#menu ul li ul {
display: none;
}
#menu ul li a {
border-radius: 20px;
color: #3a5173;
text-decoration: none;
padding: 0.6em 1.2em;
width: auto;
border: 3px solid #ff9c00;
background-color: #ff9c00;
font-size: 1.5em;
font-family: 'Play', sans-serif;
text-align: center;
cursor: pointer;
text-transform: uppercase;
outline: none;
line-height: 1;
letter-spacing: .025em;
font-weight: 700;
text-shadow: none;
display: block;
margin-left: -1px;
white-space: nowrap;
}
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active {
background-color: #4c4743;
color: RGBa(255, 156, 0, 0.9);
}
#menu li:hover ul,
#menu li.hover ul {
display: block;
position: absolute;
float: none;
}
#menu ul li:hover ul a,
#menu ul li.hover ul a {
background-color: RGBa(255, 156, 0, 0.9);
color: #4c4743;
width: 200px;
border-radius: 0;
text-align: left;
padding-left: 0.6em;
}
#menu ul li:hover ul a:hover,
#menu ul li.hover ul a:hover,
#menu ul li.hover ul a:focus,
#menu ul li.hover ul a:active {
background-color: #4c4743;
color: RGBa(255, 156, 0, 0.9);
}
#menu ul li:hover {
position: relative;
z-index: 399;
cursor: default;
}
#menu ul ul {
visibility: hidden; /* hide sub menus by default */
position: absolute;
top: 100%;
left: 0;
z-index: 398;
width: 100%;
}
#menu ul ul ul {
top: 0;
left: 82%;
}
#menu ul li:hover > ul {
visibility: visible; /* show sub menu */
}
#menu ul ul {
top: 99%;
left: -45px;
}
#menu ul ul {
width: 200px; /* sub menu width */
}
.cols {
-webkit-column-width: 300px;
-moz-column-width: 300px;
column-width: 300px;
}
.cols-span {
-webkit-column-span: all;
-moz-column-span: all;
column-span: all;
font-size: 1.2em;
margin-bottom: 0.2em;
line-height: 1.2em;
}
.cols p {
margin-bottom: 1.1em;
text-align: justify;
}
.lead {
font-family: 'Open Sans', sans-serif;
font-size: 1.3em;
text-align: left;
font-style: italic;
}
img {
padding: 0.3em;
}
.bottomNav {
text-align: left;
font-family: 'Open Sans', sans-serif;
}
.bottomNavCols {
display: inline-block;
width: 20%;
vertical-align: top;
}
.bottomNavCols ul li {
list-style-type: none;
margin-left: -40px;
}
.bottomNavCols ul li a {
color: #3a5173;
text-decoration: none;
cursor: pointer;
}
h2.banger {
font-family: 'Noto Sans', sans-serif;
font-size: 2em;
line-height: 1.2em;
color: #ff9c00;
}
h1 a {
text-decoration: none;
color: #545354;
cursor: pointer;
}
.names {
color: #3a5173;
font-weight: 700;
letter-spacing: .025em;
line-height: 1em;
font-size: 1.8em;
padding: inherit;
margin: inherit
}
.jumbotron {
color: white;
max-height: 400px;
max-width: 820px;
margin: 1.3em auto;
}
.jumbotron img {
max-width: 100%;
}
.smImg {
float: left;
max-width: 30%;
padding-right: 0.4em;
}
/* ********************* Slider ********************* */
#slider3 {
width: 99%;
height: 400px;
list-style: none;
}
/* images with caption */
#slider3 img {
width: 100%;
height: 100%;
}
/* position the panels so the captions appear correctly */
#slider3 .panel {
position: relative;
}
/* captions */
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left {
background: #000;
color: #ff9c00;
padding: 10px;
margin: 0;
position: relative;
z-index: 10;
opacity: 0.8;
filter: alpha(opacity=90);
}
/* Top caption - padding is included in the width (480px here, 500px in
the script), same for height */
#slider3 .caption-top {
left: 0;
top: 0;
width: 480px;
height: 30px;
}
/* Right caption - padding is included in the width (130px here, 150px in
the script), same for height */
#slider3 .caption-right {
right: 0;
bottom: 0;
width: 130px;
height: 180px;
}
/* Bottom caption - padding is included in the width (480px here, 500px in
the script), same for height */
#slider3 .caption-bottom {
left: 0;
bottom: 0;
width: 480px;
height: 30px;
}
/* Left caption - padding is included in the width (130px here, 150px in
the script), same for height */
#slider3 .caption-left {
right: 0;
bottom: 0;
width: 130px;
height: 180px;
}
/* Caption close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close {
font-size: 80%;
cursor: pointer;
float: right;
display: inline-block;
}
iframe, matchVideo {
float: left;
padding: 5px;
margin-top: 10px;
}
.clearing {
overflow: hidden;
clear: both;
}
.logo {
padding: 50px 0 0 0;
margin: 0;
outline: none;
cursor: pointer;
text-decoration: none;
width: 100px;
}
#dashboard {
width: 70px;
border-radius: 7px;
background-color: #e1e2dd;
padding: 20px 20px 0 20px;
position: absolute;
left: -92px;
float: left;
clear: right;
z-index: 100;
}
#dashboard img {
margin-bottom: 20px;
border: 1px solid rgb(0,0,0);
border-radius: 7px;
opacity: 0.4;
}
.large {
font-size: 24px;
} | ilab/week4/css/main.css |
font-family: 'Open Sans', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Bangers', cursive;
font-family: 'Audiowide', cursive;
font-family: 'Anaheim', sans-serif;
font-family: 'Iceland', cursive;
*/
body, p, header, aside,
section, article, h1,
h2, h3, nav, div, footer {
padding: 0;
margin: 0;
}
body {
font: 100%;
font-family: 'Open Sans', sans-serif;
}
#wrapper {
max-width: 1920px;
margin: 0 auto;
background-color: white;
}
p {
margin-bottom: 1.2em;
font-family: 'Open Sans', sans-serif;
}
h2 {
color: #3a5173;
}
header {
text-align: center;
background: #f0edf2 url('../img/backgroundHeader.jpg') 50% no-repeat;
border: 3px solid #f6dc10;
height: auto;
max-height: 700px;
}
header h1 {
color: #545354;
font-weight: 500;
font-size: 7em;
margin-bottom: .25em;
font-family: 'Iceland', cursive;
min-width: 800px;
text-transform: uppercase
}
.headTitle {
color: #ff9c00;
}
aside {
max-width: 200px;
float: left;
min-height: 600px;
color: #dadaed;
background-color: #333;
border: 10px solid RGBa(255,255,255,.5);
text-align: center;
font-size: 90%;
padding: 1px;
}
aside p {
padding: 0px 20px;
padding-top: 0.3em;
font-family: 'Noto Sans', sans-serif;
}
section {
padding: 10px;
float: left;
max-width: 65%;
}
article p {
padding-left: 1.5em;
font-family: 'Open Sans', sans-serif;
}
footer {
clear: both;
background-color: #f0edf2;
color: #3a5173;
border-top: 3px solid #f6dc10;
text-align: left;
font-size: 80%;
min-height: 100px;
padding: 2em;
}
.copy {
padding-top: 1%;
text-align: center;
}
#menu {
min-width: 916px;
margin: 0 auto 10px -40px;
}
#menu ul {
margin: 0;
list-style: none;
vertical-align: middle;
position: relative;
z-index: 397;
}
#menu ul li {
display: inline-block;
margin: 0 0.35em;
position: relative;
min-height: 1px;
line-height: 1em;
vertical-align: middle;
}
#menu ul li ul {
display: none;
}
#menu ul li a {
border-radius: 20px;
color: #3a5173;
text-decoration: none;
padding: 0.6em 1.2em;
width: auto;
border: 3px solid #ff9c00;
background-color: #ff9c00;
font-size: 1.5em;
font-family: 'Play', sans-serif;
text-align: center;
cursor: pointer;
text-transform: uppercase;
outline: none;
line-height: 1;
letter-spacing: .025em;
font-weight: 700;
text-shadow: none;
display: block;
margin-left: -1px;
white-space: nowrap;
}
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active {
background-color: #4c4743;
color: RGBa(255, 156, 0, 0.9);
}
#menu li:hover ul,
#menu li.hover ul {
display: block;
position: absolute;
float: none;
}
#menu ul li:hover ul a,
#menu ul li.hover ul a {
background-color: RGBa(255, 156, 0, 0.9);
color: #4c4743;
width: 200px;
border-radius: 0;
text-align: left;
padding-left: 0.6em;
}
#menu ul li:hover ul a:hover,
#menu ul li.hover ul a:hover,
#menu ul li.hover ul a:focus,
#menu ul li.hover ul a:active {
background-color: #4c4743;
color: RGBa(255, 156, 0, 0.9);
}
#menu ul li:hover {
position: relative;
z-index: 399;
cursor: default;
}
#menu ul ul {
visibility: hidden; /* hide sub menus by default */
position: absolute;
top: 100%;
left: 0;
z-index: 398;
width: 100%;
}
#menu ul ul ul {
top: 0;
left: 82%;
}
#menu ul li:hover > ul {
visibility: visible; /* show sub menu */
}
#menu ul ul {
top: 99%;
left: -45px;
}
#menu ul ul {
width: 200px; /* sub menu width */
}
.cols {
-webkit-column-width: 300px;
-moz-column-width: 300px;
column-width: 300px;
}
.cols-span {
-webkit-column-span: all;
-moz-column-span: all;
column-span: all;
font-size: 1.2em;
margin-bottom: 0.2em;
line-height: 1.2em;
}
.cols p {
margin-bottom: 1.1em;
text-align: justify;
}
.lead {
font-family: 'Open Sans', sans-serif;
font-size: 1.3em;
text-align: left;
font-style: italic;
}
img {
padding: 0.3em;
}
.bottomNav {
text-align: left;
font-family: 'Open Sans', sans-serif;
}
.bottomNavCols {
display: inline-block;
width: 20%;
vertical-align: top;
}
.bottomNavCols ul li {
list-style-type: none;
margin-left: -40px;
}
.bottomNavCols ul li a {
color: #3a5173;
text-decoration: none;
cursor: pointer;
}
h2.banger {
font-family: 'Noto Sans', sans-serif;
font-size: 2em;
line-height: 1.2em;
color: #ff9c00;
}
h1 a {
text-decoration: none;
color: #545354;
cursor: pointer;
}
.names {
color: #3a5173;
font-weight: 700;
letter-spacing: .025em;
line-height: 1em;
font-size: 1.8em;
padding: inherit;
margin: inherit
}
.jumbotron {
color: white;
max-height: 400px;
max-width: 820px;
margin: 1.3em auto;
}
.jumbotron img {
max-width: 100%;
}
.smImg {
float: left;
max-width: 30%;
padding-right: 0.4em;
}
/* ********************* Slider ********************* */
#slider3 {
width: 99%;
height: 400px;
list-style: none;
}
/* images with caption */
#slider3 img {
width: 100%;
height: 100%;
}
/* position the panels so the captions appear correctly */
#slider3 .panel {
position: relative;
}
/* captions */
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left {
background: #000;
color: #ff9c00;
padding: 10px;
margin: 0;
position: relative;
z-index: 10;
opacity: 0.8;
filter: alpha(opacity=90);
}
/* Top caption - padding is included in the width (480px here, 500px in
the script), same for height */
#slider3 .caption-top {
left: 0;
top: 0;
width: 480px;
height: 30px;
}
/* Right caption - padding is included in the width (130px here, 150px in
the script), same for height */
#slider3 .caption-right {
right: 0;
bottom: 0;
width: 130px;
height: 180px;
}
/* Bottom caption - padding is included in the width (480px here, 500px in
the script), same for height */
#slider3 .caption-bottom {
left: 0;
bottom: 0;
width: 480px;
height: 30px;
}
/* Left caption - padding is included in the width (130px here, 150px in
the script), same for height */
#slider3 .caption-left {
right: 0;
bottom: 0;
width: 130px;
height: 180px;
}
/* Caption close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close {
font-size: 80%;
cursor: pointer;
float: right;
display: inline-block;
}
iframe, matchVideo {
float: left;
padding: 5px;
margin-top: 10px;
}
.clearing {
overflow: hidden;
clear: both;
}
.logo {
padding: 50px 0 0 0;
margin: 0;
outline: none;
cursor: pointer;
text-decoration: none;
width: 100px;
}
#dashboard {
width: 70px;
border-radius: 7px;
background-color: #e1e2dd;
padding: 20px 20px 0 20px;
position: absolute;
left: -92px;
float: left;
clear: right;
z-index: 100;
}
#dashboard img {
margin-bottom: 20px;
border: 1px solid rgb(0,0,0);
border-radius: 7px;
opacity: 0.4;
}
.large {
font-size: 24px;
} | 0.372277 | 0.064949 |
@media screen and (min-height: 480px) {
.Perfil--foto {
margin-top: 5px !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 0px !important;
}
.Perfil--email {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.Perfil--flag {
margin-bottom: 10px !important;
}
.plans-container--card {
height: 250px !important;
margin-bottom: 60px !important;
}
.modal-content {
margin-top: 0px !important;
}
.Login {
height: 90vh;
}
}
@media screen and (min-height: 568px) {
.Perfil--foto {
width: 80px !important;
height: 80px !important;
margin-top: 5px !important;
border: 3px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 0px !important;
}
.Perfil--user {
margin-top: 5px !important;
}
.Perfil--email {
margin-top: -10px !important;
margin-bottom: 0px !important;
}
.Perfil--flag {
margin-bottom: 0px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 250px !important;
margin-bottom: 60px !important;
}
.modal-content {
margin-top: 50px !important;
}
.Login {
height: 65vh;
}
}
@media screen and (min-height: 736px) {
.Perfil--foto {
width: 100px !important;
height: 100px !important;
margin-top: 5px !important;
border: 3px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.Perfil--flag {
margin-bottom: 10px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 300px !important;
margin-bottom: 60px !important;
}
.Login {
height: 60vh;
}
}
@media screen and (min-height: 812px) {
.Perfil--foto {
width: 130px !important;
height: 130px !important;
margin-top: 20px !important;
border: 5px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.Perfil--user {
margin-top: 10px !important;
}
.Perfil--email {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.Perfil--flag {
margin-bottom: 40px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 280px !important;
margin-bottom: 60px !important;
}
}
@media screen and (min-width: 964px) {
.List--container {
width: 50%;
}
.Search--container {
width: 50%;
}
.menu {
width: 300px;
}
.perfil-menu {
width: 300px;
}
.Search--container {
width: 50%;
}
}
@media screen and (min-width: 1024px) {
.Login {
width: 40%;
}
.Registrar {
width: 40%;
}
}
/*# sourceMappingURL=mobile.css.map */ | css/mobile.css | @media screen and (min-height: 480px) {
.Perfil--foto {
margin-top: 5px !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 0px !important;
}
.Perfil--email {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.Perfil--flag {
margin-bottom: 10px !important;
}
.plans-container--card {
height: 250px !important;
margin-bottom: 60px !important;
}
.modal-content {
margin-top: 0px !important;
}
.Login {
height: 90vh;
}
}
@media screen and (min-height: 568px) {
.Perfil--foto {
width: 80px !important;
height: 80px !important;
margin-top: 5px !important;
border: 3px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 0px !important;
}
.Perfil--user {
margin-top: 5px !important;
}
.Perfil--email {
margin-top: -10px !important;
margin-bottom: 0px !important;
}
.Perfil--flag {
margin-bottom: 0px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 250px !important;
margin-bottom: 60px !important;
}
.modal-content {
margin-top: 50px !important;
}
.Login {
height: 65vh;
}
}
@media screen and (min-height: 736px) {
.Perfil--foto {
width: 100px !important;
height: 100px !important;
margin-top: 5px !important;
border: 3px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.Perfil--flag {
margin-bottom: 10px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 300px !important;
margin-bottom: 60px !important;
}
.Login {
height: 60vh;
}
}
@media screen and (min-height: 812px) {
.Perfil--foto {
width: 130px !important;
height: 130px !important;
margin-top: 20px !important;
border: 5px solid #3B82F6 !important;
}
.Perfil--edit {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.Perfil--user {
margin-top: 10px !important;
}
.Perfil--email {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.Perfil--flag {
margin-bottom: 40px !important;
}
.plans-container--card {
margin: 0px 1px 0 !important;
height: 280px !important;
margin-bottom: 60px !important;
}
}
@media screen and (min-width: 964px) {
.List--container {
width: 50%;
}
.Search--container {
width: 50%;
}
.menu {
width: 300px;
}
.perfil-menu {
width: 300px;
}
.Search--container {
width: 50%;
}
}
@media screen and (min-width: 1024px) {
.Login {
width: 40%;
}
.Registrar {
width: 40%;
}
}
/*# sourceMappingURL=mobile.css.map */ | 0.180865 | 0.057998 |
body {
background-color: #2D3142;
color: #FFFFFF; }
body h1, body h2 {
font-family: antic_slab; }
body h1 {
color: #BFC0C0; }
body h2 {
color: #BFC0C0; }
body p {
color: #FFFFFF; }
body .btn-primary {
border-color: #4F5D75;
background-color: #4F5D75; }
body .btn-primary:hover {
border-color: #BFC0C0;
background-color: #BFC0C0; }
body .btn-primary:focus, body .btn-primary:active, body .btn-primary.active, body .btn-primary.focus {
outline: none;
box-shadow: none;
border-color: #EF8354;
background-color: #EF8354; }
body .list-group .list-group-item {
color: #BFC0C0;
background-color: #2D3142;
border: None; }
body .list-group .list-group-item a {
color: #EF8354; }
body .list-group .list-group-item a:hover {
color: #FFFFFF; }
body .list-group .list-group-item .badge-primary {
background-color: #4F5D75; }
body .txt3 {
color: #EF8354; }
body .bgd2 {
color: #4F5D75; }
nav {
font-family: antic_slab; }
nav .navbar-brand {
font-family: recursive;
color: #EF8354; }
nav .navbar-brand #brand-img {
width: 5vh;
height: auto;
filter: invert(78%) sepia(29%) saturate(5568%) hue-rotate(322deg) brightness(97%) contrast(94%); }
nav .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,131,84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
nav .nav-link {
color: #BFC0C0; }
nav .nav-link .icon {
filter: invert(67%) sepia(71%) saturate(0%) hue-rotate(230deg) brightness(98%) contrast(98%); }
nav .nav-link:hover {
color: #FFFFFF; }
nav .nav-link:hover .icon {
filter: invert(99%) sepia(1%) saturate(924%) hue-rotate(210deg) brightness(115%) contrast(100%); }
nav .active {
color: #EF8354; }
nav .active .icon-active {
filter: invert(78%) sepia(29%) saturate(5568%) hue-rotate(322deg) brightness(97%) contrast(94%); }
nav .active:hover {
color: #EF8354; }
.welcome {
color: #BFC0C0; }
.welcome #user-img {
filter: invert(34%) sepia(9%) saturate(1211%) hue-rotate(179deg) brightness(100%) contrast(92%); }
a {
color: #4F5D75; }
a:hover {
color: #BFC0C0; }
#info {
filter: invert(34%) sepia(9%) saturate(1211%) hue-rotate(179deg) brightness(100%) contrast(92%); }
@media (min-width: 0px) {
#info {
position: absolute;
left: 10vw;
bottom: 20vh;
width: 15vw;
height: auto; } }
@media (min-width: 530px) {
#info {
position: absolute;
left: 10vw;
bottom: 15vh;
width: 15vw;
height: auto; } }
@media (min-width: 768px) {
#info {
position: absolute;
left: 7.5vw;
bottom: 7.5vh;
width: 15vw;
height: auto; } }
@media (min-width: 1600px) {
#info {
position: absolute;
left: 2.5vw;
bottom: 2.5vh;
width: 15vw;
height: auto; } }
@font-face {
font-family: "recursive";
src: local("recursive"), url("../fonts/Recursive/Recursive-VariableFont_CASL,CRSV,MONO,slnt,wght.d6184c5ec58a.ttf") format("truetype"); }
@font-face {
font-family: "antic_slab";
src: local("antic_slab"), url("../fonts/Antic_Slab/AnticSlab-Regular.2ec9de28ade8.ttf") format("truetype"); }
/*# sourceMappingURL=style.css.map */ | staticfiles/review/css/style.d65ae737cf58.css | body {
background-color: #2D3142;
color: #FFFFFF; }
body h1, body h2 {
font-family: antic_slab; }
body h1 {
color: #BFC0C0; }
body h2 {
color: #BFC0C0; }
body p {
color: #FFFFFF; }
body .btn-primary {
border-color: #4F5D75;
background-color: #4F5D75; }
body .btn-primary:hover {
border-color: #BFC0C0;
background-color: #BFC0C0; }
body .btn-primary:focus, body .btn-primary:active, body .btn-primary.active, body .btn-primary.focus {
outline: none;
box-shadow: none;
border-color: #EF8354;
background-color: #EF8354; }
body .list-group .list-group-item {
color: #BFC0C0;
background-color: #2D3142;
border: None; }
body .list-group .list-group-item a {
color: #EF8354; }
body .list-group .list-group-item a:hover {
color: #FFFFFF; }
body .list-group .list-group-item .badge-primary {
background-color: #4F5D75; }
body .txt3 {
color: #EF8354; }
body .bgd2 {
color: #4F5D75; }
nav {
font-family: antic_slab; }
nav .navbar-brand {
font-family: recursive;
color: #EF8354; }
nav .navbar-brand #brand-img {
width: 5vh;
height: auto;
filter: invert(78%) sepia(29%) saturate(5568%) hue-rotate(322deg) brightness(97%) contrast(94%); }
nav .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,131,84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
nav .nav-link {
color: #BFC0C0; }
nav .nav-link .icon {
filter: invert(67%) sepia(71%) saturate(0%) hue-rotate(230deg) brightness(98%) contrast(98%); }
nav .nav-link:hover {
color: #FFFFFF; }
nav .nav-link:hover .icon {
filter: invert(99%) sepia(1%) saturate(924%) hue-rotate(210deg) brightness(115%) contrast(100%); }
nav .active {
color: #EF8354; }
nav .active .icon-active {
filter: invert(78%) sepia(29%) saturate(5568%) hue-rotate(322deg) brightness(97%) contrast(94%); }
nav .active:hover {
color: #EF8354; }
.welcome {
color: #BFC0C0; }
.welcome #user-img {
filter: invert(34%) sepia(9%) saturate(1211%) hue-rotate(179deg) brightness(100%) contrast(92%); }
a {
color: #4F5D75; }
a:hover {
color: #BFC0C0; }
#info {
filter: invert(34%) sepia(9%) saturate(1211%) hue-rotate(179deg) brightness(100%) contrast(92%); }
@media (min-width: 0px) {
#info {
position: absolute;
left: 10vw;
bottom: 20vh;
width: 15vw;
height: auto; } }
@media (min-width: 530px) {
#info {
position: absolute;
left: 10vw;
bottom: 15vh;
width: 15vw;
height: auto; } }
@media (min-width: 768px) {
#info {
position: absolute;
left: 7.5vw;
bottom: 7.5vh;
width: 15vw;
height: auto; } }
@media (min-width: 1600px) {
#info {
position: absolute;
left: 2.5vw;
bottom: 2.5vh;
width: 15vw;
height: auto; } }
@font-face {
font-family: "recursive";
src: local("recursive"), url("../fonts/Recursive/Recursive-VariableFont_CASL,CRSV,MONO,slnt,wght.d6184c5ec58a.ttf") format("truetype"); }
@font-face {
font-family: "antic_slab";
src: local("antic_slab"), url("../fonts/Antic_Slab/AnticSlab-Regular.2ec9de28ade8.ttf") format("truetype"); }
/*# sourceMappingURL=style.css.map */ | 0.416085 | 0.054324 |
html,body {
height:100%;
color: #333;
text-align: center;
font-family: 'Maven Pro', sans-serif;
}
body::after {
content: "";
position: fixed;
bottom: 0;
left: 0;
z-index: -1;
border-width: 0 60vw 30vh 0;
border-style: solid;
border-color: #FED766 rgba(0,0,0,0); /* second is bg*/
}
body::before {
content: "";
position: fixed;
bottom: 0;
right: 0;
z-index: -1;
border-width: 0 0 80vh 80vw;
border-style: solid;
border-color: #E84855 rgba(0,0,0,0); /* second is bg*/
}
/* view container */
.view-container {
height: 100%;
}
h1 {
font-family: 'Lato', sans-serif;
font-weight: bold;
font-size: 50px;
}
nav {
padding: 20px 0 0 0 ;
}
nav h1{
text-align: left;
font-size: 40px;
text-decoration: none;
}
nav h1 a{
color: #333;
}
nav h1 a:hover{
color: #333;
text-decoration: none;
}
.center {
text-align: center;
}
.red {
color: #E84855;
}
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
footer {
position:absolute;
bottom:0;
width: 100%;
}
/*
landing page layout
*/
#hover-img-container {
z-index: -1;
}
img.floating {
left: 50%;
top: 50%;
position:fixed;
border-radius: 40px;
transition: left 15s linear, top 15s linear, transform 15s linear;
}
.main {
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 30px 30px 30px 30px;
border: #E84855 5px solid;
background-color: white;
backface-visibility: hidden;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
/*
error screen
*/
.error-screen {
position: relative;
height: 100%;
/*width: 100%;
background-color: #fff;
text-align: center;*/
}
.error {
background-color: #eee;
/*border-radius: 40%;*/
/*border: #E84855 5px solid;*/
border-left: 20px solid gray;
top: 15%;
height: 40%;
/*width: 60%;*/
}
.error h1 {
font-family: 'VT323', sans-serif;
}
.error h1,h2{
margin-top: 0;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.mascot {
position: fixed;
height: 100%;
right:50px;
}
.bubble-text {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.widen {
margin: 0 5vw;
}
.flex-item object {
max-width:100%;
max-height:100%;
}
/*
monster screen
*/
div.monster-info {
text-align: left;
}
.monster-info h3 {
margin-top: 50px;
}
.monster-name {
font-family: 'Lato';
margin-top: 10px;
}
.md-size.d-flex.content {
margin-top: 50px;
}
.materials-container {
height: 75%;
}
.evo_material {
display: inline-block;
margin: 10px;
}
.evo_material .tip-wrapper{
display: inline-block;
margin-left: 10px;
overflow: hidden;
max-width: 0px;
transition: all 500ms ease-out;
}
.evo_material .tip-wrapper.showTip{
width: auto;
max-width: 500px;
}
.tip-wrapper h4 {
white-space: nowrap;
}
.header-image {
height: 80px;
display: inline;
}
.d-flex {
display: flex;
justify-content: space-between;
}
.flex-item {
position: relative;
margin: 10px;
display: inline-block;
flex: 0 1 auto;
}
.justify-center {
justify-content: center;
}
.vertical-center {
position: absolute; /* must be wrapped with a position relative item */
top: 50%;
transform: translateY(-50%);
}
.abs-center {
position: absolute; /* must be wrapped with a position relative item */
width: 75%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.fixed-right {
right: 0;
}
/*
responsive layouts WIP
*/
@media (max-width: 500px) {
.main {
width: 100%;
}
.monster-dropdown {
width: 100%;
}
nav .full-width {
width: auto;
}
nav .flex-item .fixed-right {
margin-top: 50px;
top:0;
transform: translateY(0);
}
span.select2.select2-container {
min-width: 200px;
right: 0;
}
}
@media (min-width: 1200px) {
.md-size {
width: 1200px;
margin: 0 auto;
}
.evo-data {
width: 600px;
}
}
@media (max-height: 670px) {
.select2-container .select2-results {
max-height: 100px;
}
.select2-results__options {
height: 100px;
}
} | public/stylesheets/custom.css | html,body {
height:100%;
color: #333;
text-align: center;
font-family: 'Maven Pro', sans-serif;
}
body::after {
content: "";
position: fixed;
bottom: 0;
left: 0;
z-index: -1;
border-width: 0 60vw 30vh 0;
border-style: solid;
border-color: #FED766 rgba(0,0,0,0); /* second is bg*/
}
body::before {
content: "";
position: fixed;
bottom: 0;
right: 0;
z-index: -1;
border-width: 0 0 80vh 80vw;
border-style: solid;
border-color: #E84855 rgba(0,0,0,0); /* second is bg*/
}
/* view container */
.view-container {
height: 100%;
}
h1 {
font-family: 'Lato', sans-serif;
font-weight: bold;
font-size: 50px;
}
nav {
padding: 20px 0 0 0 ;
}
nav h1{
text-align: left;
font-size: 40px;
text-decoration: none;
}
nav h1 a{
color: #333;
}
nav h1 a:hover{
color: #333;
text-decoration: none;
}
.center {
text-align: center;
}
.red {
color: #E84855;
}
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
footer {
position:absolute;
bottom:0;
width: 100%;
}
/*
landing page layout
*/
#hover-img-container {
z-index: -1;
}
img.floating {
left: 50%;
top: 50%;
position:fixed;
border-radius: 40px;
transition: left 15s linear, top 15s linear, transform 15s linear;
}
.main {
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 30px 30px 30px 30px;
border: #E84855 5px solid;
background-color: white;
backface-visibility: hidden;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
/*
error screen
*/
.error-screen {
position: relative;
height: 100%;
/*width: 100%;
background-color: #fff;
text-align: center;*/
}
.error {
background-color: #eee;
/*border-radius: 40%;*/
/*border: #E84855 5px solid;*/
border-left: 20px solid gray;
top: 15%;
height: 40%;
/*width: 60%;*/
}
.error h1 {
font-family: 'VT323', sans-serif;
}
.error h1,h2{
margin-top: 0;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.mascot {
position: fixed;
height: 100%;
right:50px;
}
.bubble-text {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.widen {
margin: 0 5vw;
}
.flex-item object {
max-width:100%;
max-height:100%;
}
/*
monster screen
*/
div.monster-info {
text-align: left;
}
.monster-info h3 {
margin-top: 50px;
}
.monster-name {
font-family: 'Lato';
margin-top: 10px;
}
.md-size.d-flex.content {
margin-top: 50px;
}
.materials-container {
height: 75%;
}
.evo_material {
display: inline-block;
margin: 10px;
}
.evo_material .tip-wrapper{
display: inline-block;
margin-left: 10px;
overflow: hidden;
max-width: 0px;
transition: all 500ms ease-out;
}
.evo_material .tip-wrapper.showTip{
width: auto;
max-width: 500px;
}
.tip-wrapper h4 {
white-space: nowrap;
}
.header-image {
height: 80px;
display: inline;
}
.d-flex {
display: flex;
justify-content: space-between;
}
.flex-item {
position: relative;
margin: 10px;
display: inline-block;
flex: 0 1 auto;
}
.justify-center {
justify-content: center;
}
.vertical-center {
position: absolute; /* must be wrapped with a position relative item */
top: 50%;
transform: translateY(-50%);
}
.abs-center {
position: absolute; /* must be wrapped with a position relative item */
width: 75%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.fixed-right {
right: 0;
}
/*
responsive layouts WIP
*/
@media (max-width: 500px) {
.main {
width: 100%;
}
.monster-dropdown {
width: 100%;
}
nav .full-width {
width: auto;
}
nav .flex-item .fixed-right {
margin-top: 50px;
top:0;
transform: translateY(0);
}
span.select2.select2-container {
min-width: 200px;
right: 0;
}
}
@media (min-width: 1200px) {
.md-size {
width: 1200px;
margin: 0 auto;
}
.evo-data {
width: 600px;
}
}
@media (max-height: 670px) {
.select2-container .select2-results {
max-height: 100px;
}
.select2-results__options {
height: 100px;
}
} | 0.501465 | 0.064801 |
.background_glassyCrimson7,
.hover_background_glassyCrimson7:hover,
.active_background_glassyCrimson7:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(139, 13, 38)), color-stop(50%, rgb(123, 11, 34)), color-stop(55%, rgb(108, 10, 29)), color-stop(100%, rgb(154, 14, 42)));
background-image: -webkit-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -o-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -ms-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: linear-gradient(to bottom, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0d26', endColorstr='#9a0e2a',GradientType=0 );
}
.background_glassyCrimson7h,
.hover_background_glassyCrimson7h:hover,
.active_background_glassyCrimson7h:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(167, 15, 45)), color-stop(50%, rgb(148, 13, 40)), color-stop(55%, rgb(130, 12, 35)), color-stop(100%, rgb(185, 17, 50)));
background-image: -webkit-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -o-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -ms-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: linear-gradient(to bottom, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70f2d', endColorstr='#b91132',GradientType=0 );
}
.background_glassyCrimson7a,
.hover_background_glassyCrimson7a:hover,
.active_background_glassyCrimson7a:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(185, 17, 50)), color-stop(50%, rgb(130, 12, 35)), color-stop(55%, rgb(148, 13, 40)), color-stop(100%, rgb(167, 15, 45)));
background-image: -webkit-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -o-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -ms-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: linear-gradient(to bottom, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91132', endColorstr='#a70f2d',GradientType=0 );
}
.background_glassyCrimson7s,
.hover_background_glassyCrimson7s:hover,
.active_background_glassyCrimson7s:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 19, 57)), color-stop(50%, rgb(185, 17, 50)), color-stop(55%, rgb(162, 15, 44)), color-stop(100%, rgb(231, 21, 63)));
background-image: -webkit-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -o-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -ms-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: linear-gradient(to bottom, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01339', endColorstr='#e7153f',GradientType=0 );
}
.background_color_glassyCrimson7,
.hover_background_color_glassyCrimson7:hover,
.active_background_color_glassyCrimson7:active:hover {
background-color:#9a0e2a;
}
.background_first_color_glassyCrimson7,
.hover_background_first_color_glassyCrimson7:hover,
.active_background_first_color_glassyCrimson7:active:hover {
background-color:#8b0d26;
}
.background_last_color_glassyCrimson7,
.hover_background_last_color_glassyCrimson7:hover,
.active_background_color_last_glassyCrimson7:active:hover {
background-color:#9a0e2a;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCrimson7,
.hover_color_glassyCrimson7:hover,
.active_color_glassyCrimson7:active:hover {
color: #c8c8c8;
}
.color_glassyCrimson7h,
.hover_color_glassyCrimson7h:hover,
.active_color_glassyCrimson7h:active:hover {
color: #c8c8c8;
}
.color_glassyCrimson7a,
.hover_color_glassyCrimson7a:hover,
.active_color_glassyCrimson7a:active:hover {
color: #ff0;
}
.color_glassyCrimson7s,
.hover_color_glassyCrimson7s:hover,
.active_color_glassyCrimson7s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCrimson7,
.hover_border_glassyCrimson7:hover,
.active_border_glassyCrimson7:active:hover {
border-color: #6f0a1e #5d0819 #5d0819 #6f0a1e;
}
.border_glassyCrimson7h,
.hover_border_glassyCrimson7h:hover,
.active_border_glassyCrimson7h:active:hover {
border-color: #6f0a1e #5d0819 #5d0819 #6f0a1e;
}
.border_glassyCrimson7a,
.hover_border_glassyCrimson7a:hover,
.active_border_glassyCrimson7a:active:hover {
border-color: #560818 #560818 #560818 #560818;
}
.border_glassyCrimson7s,
.hover_border_glassyCrimson7s:hover,
.active_border_glassyCrimson7s:active:hover {
border-color: #560818 #560818 #560818 #560818;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCrimson7,
.hover_shadow_expand_glassyCrimson7:hover,
.active_shadow_expand_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
}
.shadow_expand_glassyCrimson7h,
.hover_shadow_expand_glassyCrimson7h:hover,
.active_shadow_expand_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
}
.shadow_expand_glassyCrimson7a,
.hover_shadow_expand_glassyCrimson7a:hover,
.active_shadow_expand_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
}
.shadow_expand_glassyCrimson7s,
.hover_shadow_expand_glassyCrimson7s:hover,
.active_shadow_expand_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCrimson7,
.hover_shadow_left_glassyCrimson7:hover,
.active_shadow_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_left_glassyCrimson7h,
.hover_shadow_left_glassyCrimson7h:hover,
.active_shadow_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_left_glassyCrimson7a,
.hover_shadow_left_glassyCrimson7a:hover,
.active_shadow_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_left_glassyCrimson7s,
.hover_shadow_left_glassyCrimson7s:hover,
.active_shadow_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCrimson7,
.hover_shadow_right_glassyCrimson7:hover,
.active_shadow_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
}
.shadow_right_glassyCrimson7h,
.hover_shadow_right_glassyCrimson7h:hover,
.active_shadow_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
}
.shadow_right_glassyCrimson7a,
.hover_shadow_right_glassyCrimson7a:hover,
.active_shadow_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
}
.shadow_right_glassyCrimson7s,
.hover_shadow_right_glassyCrimson7s:hover,
.active_shadow_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCrimson7,
.hover_shadow_top_glassyCrimson7:hover,
.active_shadow_top_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_glassyCrimson7h,
.hover_shadow_top_glassyCrimson7h:hover,
.active_shadow_top_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_glassyCrimson7a,
.hover_shadow_top_glassyCrimson7a:hover,
.active_shadow_top_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_glassyCrimson7s,
.hover_shadow_top_glassyCrimson7s:hover,
.active_shadow_top_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCrimson7,
.hover_shadow_bottom_glassyCrimson7:hover,
.active_shadow_bottom_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_glassyCrimson7h,
.hover_shadow_bottom_glassyCrimson7h:hover,
.active_shadow_bottom_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_glassyCrimson7a,
.hover_shadow_bottom_glassyCrimson7a:hover,
.active_shadow_bottom_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_glassyCrimson7s,
.hover_shadow_bottom_glassyCrimson7s:hover,
.active_shadow_bottom_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCrimson7,
.hover_shadow_top_left_glassyCrimson7:hover,
.active_shadow_top_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_left_glassyCrimson7h,
.hover_shadow_top_left_glassyCrimson7h:hover,
.active_shadow_top_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_left_glassyCrimson7a,
.hover_shadow_top_left_glassyCrimson7a:hover,
.active_shadow_top_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_left_glassyCrimson7s,
.hover_shadow_top_left_glassyCrimson7s:hover,
.active_shadow_top_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCrimson7,
.hover_shadow_top_right_glassyCrimson7:hover,
.active_shadow_top_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_right_glassyCrimson7h,
.hover_shadow_top_right_glassyCrimson7h:hover,
.active_shadow_top_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_right_glassyCrimson7a,
.hover_shadow_top_right_glassyCrimson7a:hover,
.active_shadow_top_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_right_glassyCrimson7s,
.hover_shadow_top_right_glassyCrimson7s:hover,
.active_shadow_top_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCrimson7,
.hover_shadow_bottom_left_glassyCrimson7:hover,
.active_shadow_bottom_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_left_glassyCrimson7h,
.hover_shadow_bottom_left_glassyCrimson7h:hover,
.active_shadow_bottom_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_left_glassyCrimson7a,
.hover_shadow_bottom_left_glassyCrimson7a:hover,
.active_shadow_bottom_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_left_glassyCrimson7s,
.hover_shadow_bottom_left_glassyCrimson7s:hover,
.active_shadow_bottom_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCrimson7,
.hover_shadow_bottom_right_glassyCrimson7:hover,
.active_shadow_bottom_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_right_glassyCrimson7h,
.hover_shadow_bottom_right_glassyCrimson7h:hover,
.active_shadow_bottom_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_right_glassyCrimson7a,
.hover_shadow_bottom_right_glassyCrimson7a:hover,
.active_shadow_bottom_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_right_glassyCrimson7s,
.hover_shadow_bottom_right_glassyCrimson7s:hover,
.active_shadow_bottom_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
} | widgets/common/assets/gradients/glassy/glassyCrimson/glassyCrimson7.css | .background_glassyCrimson7,
.hover_background_glassyCrimson7:hover,
.active_background_glassyCrimson7:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(139, 13, 38)), color-stop(50%, rgb(123, 11, 34)), color-stop(55%, rgb(108, 10, 29)), color-stop(100%, rgb(154, 14, 42)));
background-image: -webkit-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -o-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: -ms-linear-gradient(top, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
background-image: linear-gradient(to bottom, rgb(139, 13, 38) 0%, rgb(123, 11, 34) 50%, rgb(108, 10, 29) 55%, rgb(154, 14, 42) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0d26', endColorstr='#9a0e2a',GradientType=0 );
}
.background_glassyCrimson7h,
.hover_background_glassyCrimson7h:hover,
.active_background_glassyCrimson7h:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(167, 15, 45)), color-stop(50%, rgb(148, 13, 40)), color-stop(55%, rgb(130, 12, 35)), color-stop(100%, rgb(185, 17, 50)));
background-image: -webkit-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -o-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: -ms-linear-gradient(top, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
background-image: linear-gradient(to bottom, rgb(167, 15, 45) 0%, rgb(148, 13, 40) 50%, rgb(130, 12, 35) 55%, rgb(185, 17, 50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70f2d', endColorstr='#b91132',GradientType=0 );
}
.background_glassyCrimson7a,
.hover_background_glassyCrimson7a:hover,
.active_background_glassyCrimson7a:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(185, 17, 50)), color-stop(50%, rgb(130, 12, 35)), color-stop(55%, rgb(148, 13, 40)), color-stop(100%, rgb(167, 15, 45)));
background-image: -webkit-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -o-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: -ms-linear-gradient(top, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
background-image: linear-gradient(to bottom, rgb(185, 17, 50) 0%, rgb(130, 12, 35) 50%, rgb(148, 13, 40) 55%, rgb(167, 15, 45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91132', endColorstr='#a70f2d',GradientType=0 );
}
.background_glassyCrimson7s,
.hover_background_glassyCrimson7s:hover,
.active_background_glassyCrimson7s:active:hover {
background: #9a0e2a;
background-image: -moz-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 19, 57)), color-stop(50%, rgb(185, 17, 50)), color-stop(55%, rgb(162, 15, 44)), color-stop(100%, rgb(231, 21, 63)));
background-image: -webkit-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -o-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: -ms-linear-gradient(top, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
background-image: linear-gradient(to bottom, rgb(208, 19, 57) 0%, rgb(185, 17, 50) 50%, rgb(162, 15, 44) 55%, rgb(231, 21, 63) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01339', endColorstr='#e7153f',GradientType=0 );
}
.background_color_glassyCrimson7,
.hover_background_color_glassyCrimson7:hover,
.active_background_color_glassyCrimson7:active:hover {
background-color:#9a0e2a;
}
.background_first_color_glassyCrimson7,
.hover_background_first_color_glassyCrimson7:hover,
.active_background_first_color_glassyCrimson7:active:hover {
background-color:#8b0d26;
}
.background_last_color_glassyCrimson7,
.hover_background_last_color_glassyCrimson7:hover,
.active_background_color_last_glassyCrimson7:active:hover {
background-color:#9a0e2a;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCrimson7,
.hover_color_glassyCrimson7:hover,
.active_color_glassyCrimson7:active:hover {
color: #c8c8c8;
}
.color_glassyCrimson7h,
.hover_color_glassyCrimson7h:hover,
.active_color_glassyCrimson7h:active:hover {
color: #c8c8c8;
}
.color_glassyCrimson7a,
.hover_color_glassyCrimson7a:hover,
.active_color_glassyCrimson7a:active:hover {
color: #ff0;
}
.color_glassyCrimson7s,
.hover_color_glassyCrimson7s:hover,
.active_color_glassyCrimson7s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCrimson7,
.hover_border_glassyCrimson7:hover,
.active_border_glassyCrimson7:active:hover {
border-color: #6f0a1e #5d0819 #5d0819 #6f0a1e;
}
.border_glassyCrimson7h,
.hover_border_glassyCrimson7h:hover,
.active_border_glassyCrimson7h:active:hover {
border-color: #6f0a1e #5d0819 #5d0819 #6f0a1e;
}
.border_glassyCrimson7a,
.hover_border_glassyCrimson7a:hover,
.active_border_glassyCrimson7a:active:hover {
border-color: #560818 #560818 #560818 #560818;
}
.border_glassyCrimson7s,
.hover_border_glassyCrimson7s:hover,
.active_border_glassyCrimson7s:active:hover {
border-color: #560818 #560818 #560818 #560818;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCrimson7,
.hover_shadow_expand_glassyCrimson7:hover,
.active_shadow_expand_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
box-shadow: 0em 0em 1em 0.25em rgba(154, 14, 42, .39);
}
.shadow_expand_glassyCrimson7h,
.hover_shadow_expand_glassyCrimson7h:hover,
.active_shadow_expand_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
box-shadow: 0em 0em 1em 0.25em rgba(185, 17, 50, .50);
}
.shadow_expand_glassyCrimson7a,
.hover_shadow_expand_glassyCrimson7a:hover,
.active_shadow_expand_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .63);
}
.shadow_expand_glassyCrimson7s,
.hover_shadow_expand_glassyCrimson7s:hover,
.active_shadow_expand_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
box-shadow: 0em 0em 1em 0.25em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCrimson7,
.hover_shadow_left_glassyCrimson7:hover,
.active_shadow_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_left_glassyCrimson7h,
.hover_shadow_left_glassyCrimson7h:hover,
.active_shadow_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_left_glassyCrimson7a,
.hover_shadow_left_glassyCrimson7a:hover,
.active_shadow_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_left_glassyCrimson7s,
.hover_shadow_left_glassyCrimson7s:hover,
.active_shadow_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCrimson7,
.hover_shadow_right_glassyCrimson7:hover,
.active_shadow_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em 0em 1em rgba(154, 14, 42, .39);
}
.shadow_right_glassyCrimson7h,
.hover_shadow_right_glassyCrimson7h:hover,
.active_shadow_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em 0em 1em rgba(185, 17, 50, .50);
}
.shadow_right_glassyCrimson7a,
.hover_shadow_right_glassyCrimson7a:hover,
.active_shadow_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .63);
}
.shadow_right_glassyCrimson7s,
.hover_shadow_right_glassyCrimson7s:hover,
.active_shadow_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em 0em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCrimson7,
.hover_shadow_top_glassyCrimson7:hover,
.active_shadow_top_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_glassyCrimson7h,
.hover_shadow_top_glassyCrimson7h:hover,
.active_shadow_top_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_glassyCrimson7a,
.hover_shadow_top_glassyCrimson7a:hover,
.active_shadow_top_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_glassyCrimson7s,
.hover_shadow_top_glassyCrimson7s:hover,
.active_shadow_top_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCrimson7,
.hover_shadow_bottom_glassyCrimson7:hover,
.active_shadow_bottom_glassyCrimson7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_glassyCrimson7h,
.hover_shadow_bottom_glassyCrimson7h:hover,
.active_shadow_bottom_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_glassyCrimson7a,
.hover_shadow_bottom_glassyCrimson7a:hover,
.active_shadow_bottom_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_glassyCrimson7s,
.hover_shadow_bottom_glassyCrimson7s:hover,
.active_shadow_bottom_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0em 0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCrimson7,
.hover_shadow_top_left_glassyCrimson7:hover,
.active_shadow_top_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_left_glassyCrimson7h,
.hover_shadow_top_left_glassyCrimson7h:hover,
.active_shadow_top_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_left_glassyCrimson7a,
.hover_shadow_top_left_glassyCrimson7a:hover,
.active_shadow_top_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_left_glassyCrimson7s,
.hover_shadow_top_left_glassyCrimson7s:hover,
.active_shadow_top_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCrimson7,
.hover_shadow_top_right_glassyCrimson7:hover,
.active_shadow_top_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em -0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_top_right_glassyCrimson7h,
.hover_shadow_top_right_glassyCrimson7h:hover,
.active_shadow_top_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em -0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_top_right_glassyCrimson7a,
.hover_shadow_top_right_glassyCrimson7a:hover,
.active_shadow_top_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_top_right_glassyCrimson7s,
.hover_shadow_top_right_glassyCrimson7s:hover,
.active_shadow_top_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em -0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCrimson7,
.hover_shadow_bottom_left_glassyCrimson7:hover,
.active_shadow_bottom_left_glassyCrimson7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: -0.5em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_left_glassyCrimson7h,
.hover_shadow_bottom_left_glassyCrimson7h:hover,
.active_shadow_bottom_left_glassyCrimson7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: -0.5em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_left_glassyCrimson7a,
.hover_shadow_bottom_left_glassyCrimson7a:hover,
.active_shadow_bottom_left_glassyCrimson7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_left_glassyCrimson7s,
.hover_shadow_bottom_left_glassyCrimson7s:hover,
.active_shadow_bottom_left_glassyCrimson7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: -0.5em 0.5em 1em rgba(167, 15, 45, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCrimson7,
.hover_shadow_bottom_right_glassyCrimson7:hover,
.active_shadow_bottom_right_glassyCrimson7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
box-shadow: 0.5em 0.5em 1em rgba(154, 14, 42, .39);
}
.shadow_bottom_right_glassyCrimson7h,
.hover_shadow_bottom_right_glassyCrimson7h:hover,
.active_shadow_bottom_right_glassyCrimson7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
box-shadow: 0.5em 0.5em 1em rgba(185, 17, 50, .50);
}
.shadow_bottom_right_glassyCrimson7a,
.hover_shadow_bottom_right_glassyCrimson7a:hover,
.active_shadow_bottom_right_glassyCrimson7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .63);
}
.shadow_bottom_right_glassyCrimson7s,
.hover_shadow_bottom_right_glassyCrimson7s:hover,
.active_shadow_bottom_right_glassyCrimson7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
box-shadow: 0.5em 0.5em 1em rgba(167, 15, 45, .78);
} | 0.453262 | 0.131368 |
.ace--themeby-dark-v2 .ace_gutter {
background: rgba(24,24,24,1);
color: rgb(114,114,114)
}
.ace--themeby-dark-v2 .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--themeby-dark-v2 {
background-color: rgba(24,24,24,1);
color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_cursor {
color: rgba(220,220,220,1)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_selection {
background: rgba(38,79,120,1)
}
.ace--themeby-dark-v2.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(24,24,24,1);
border-radius: 2px
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255,255,255,0.64)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_active-line {
background: rgba(34,34,34,1)
}
.ace--themeby-dark-v2 .ace_gutter-active-line {
background-color: rgba(34,34,34,1)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(38,79,120,1)
}
.ace--themeby-dark-v2 .ace_fold {
background-color: rgba(17,17,17,1);
border-color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_keyword,
.ace--themeby-dark-v2 .ace_storage.ace_type {
color: rgba(51,102,153,1)
}
.ace--themeby-dark-v2 .ace_constant,
.ace--themeby-dark-v2 .ace_support.ace_constant {
color: rgba(86,156,214,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_language {
color: rgba(102,156,214,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_numeric {
color: rgba(170,0,0,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_character.ace_escape {
color: rgba(255,153,0,1)
}
.ace--themeby-dark-v2 .ace_support.ace_function {
font-style: italic;
color: rgba(0,187,0,1)
}
.ace--themeby-dark-v2 .ace_support.ace_class,
.ace--themeby-dark-v2 .ace_support.ace_type {
color: rgba(51,102,153,1);
background-color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_invalid {
color: rgba(255,0,0,1)
}
.ace--themeby-dark-v2 .ace_string {
color: rgba(170,170,170,1)
}
.ace--themeby-dark-v2 .ace_comment {
font-style: italic;
color: rgba(68,68,68,1)
}
.ace--themeby-dark-v2 .ace_variable {
color: rgba(204,204,0,1)
}
.ace--themeby-dark-v2 .ace_meta.ace_tag {
color: rgba(136,136,136,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_other.ace_attribute-name {
font-style: italic;
color: rgba(0,170,0,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_name.ace_function {
color: rgba(17,17,17,1);
background-color: rgba(0,136,0,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_name.ace_tag {
color: rgba(153,0,0,1)
}
.ace--themeby-dark-v2 .ace_markup.ace_heading {
color: rgba(12,7,255,1)
}
.ace--themeby-dark-v2 .ace_markup.ace_list {
color: rgba(185,6,144,1)
} | ace/lib/ace/theme/ThemebyDarkV2.css | .ace--themeby-dark-v2 .ace_gutter {
background: rgba(24,24,24,1);
color: rgb(114,114,114)
}
.ace--themeby-dark-v2 .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--themeby-dark-v2 {
background-color: rgba(24,24,24,1);
color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_cursor {
color: rgba(220,220,220,1)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_selection {
background: rgba(38,79,120,1)
}
.ace--themeby-dark-v2.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(24,24,24,1);
border-radius: 2px
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255,255,255,0.64)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_active-line {
background: rgba(34,34,34,1)
}
.ace--themeby-dark-v2 .ace_gutter-active-line {
background-color: rgba(34,34,34,1)
}
.ace--themeby-dark-v2 .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(38,79,120,1)
}
.ace--themeby-dark-v2 .ace_fold {
background-color: rgba(17,17,17,1);
border-color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_keyword,
.ace--themeby-dark-v2 .ace_storage.ace_type {
color: rgba(51,102,153,1)
}
.ace--themeby-dark-v2 .ace_constant,
.ace--themeby-dark-v2 .ace_support.ace_constant {
color: rgba(86,156,214,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_language {
color: rgba(102,156,214,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_numeric {
color: rgba(170,0,0,1)
}
.ace--themeby-dark-v2 .ace_constant.ace_character.ace_escape {
color: rgba(255,153,0,1)
}
.ace--themeby-dark-v2 .ace_support.ace_function {
font-style: italic;
color: rgba(0,187,0,1)
}
.ace--themeby-dark-v2 .ace_support.ace_class,
.ace--themeby-dark-v2 .ace_support.ace_type {
color: rgba(51,102,153,1);
background-color: rgba(204,204,204,1)
}
.ace--themeby-dark-v2 .ace_invalid {
color: rgba(255,0,0,1)
}
.ace--themeby-dark-v2 .ace_string {
color: rgba(170,170,170,1)
}
.ace--themeby-dark-v2 .ace_comment {
font-style: italic;
color: rgba(68,68,68,1)
}
.ace--themeby-dark-v2 .ace_variable {
color: rgba(204,204,0,1)
}
.ace--themeby-dark-v2 .ace_meta.ace_tag {
color: rgba(136,136,136,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_other.ace_attribute-name {
font-style: italic;
color: rgba(0,170,0,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_name.ace_function {
color: rgba(17,17,17,1);
background-color: rgba(0,136,0,1)
}
.ace--themeby-dark-v2 .ace_entity.ace_name.ace_tag {
color: rgba(153,0,0,1)
}
.ace--themeby-dark-v2 .ace_markup.ace_heading {
color: rgba(12,7,255,1)
}
.ace--themeby-dark-v2 .ace_markup.ace_list {
color: rgba(185,6,144,1)
} | 0.544559 | 0.091018 |
* { margin: 0; padding: 0; list-style-type: none;}
html { height: 100%; font-size: 62.5% }
body {
height: 100%;
background-color: #10578D;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
color: #004F8B;
text-decoration: none;
font-weight: bolder;
outline: medium none;
}
a:hover {
text-decoration: none;
color:#000;
}
.left-nav {
height: 40px;
margin-top: 0;
width: 285px;
}
.left-nav:hover {
background: #004f8b;
color: #ffffff;
}
.left-nav:hover a{
color: #ffffff;
}
.event-list {
position: relative;
top: 12px;
}
.selected {
background-color: #004f8b;
}
.selected a {
color: #FFFFFF;
}
table {
border-collapse: collapse;
border-left-style: hidden;
border-right-style: hidden;
border-top-style: hidden;
}
table, td, th {
border: 1px solid black;
}
/* Cleaner */
/* Skip menu */
/* Images */
/* Wrapper */
/* #wrapper {
width: 850px;
margin: 60px auto 0 auto;
padding-bottom: 90px;
text-align: left;
} */
/* Headings, paragraphs */
.title {
letter-spacing: 1px;
width: 39em;
}
.title p {
color: #FFFFFF;
margin: 4px 0 0 21px;
padding-bottom: 12px;
}
h1 {
font: normal 2.4em Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
padding-top: 25px;
margin-left: 20px;
}
h1 a:link, h1 a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}
h1 span {
color: #FFB849;
}
h2 {
font: normal 1.5em Georgia, "Times New Roman", Times, serif;
color: #004F8B;
letter-spacing: 1px;
padding-left: 25px;
margin-bottom: 7px;
}
/* Menu */
ul.menu {
list-style-type: none;
}
ul.menu li {
padding: 18px 0;
}
ul.menu li a, ul.menu li a:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
padding: 4px 7px;
}
ul.menu li a:hover, ul.menu li a.active {
background-color: #002F53;
}
ul.menu li.last {
background: none;
}
/* Content box */
#dashboard-body-container {
width: 90%;
margin-top: 50px;
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
margin-left: 65px;
}
#dashboard-body{
width: 100%;
}
.column-left {
float: left;
width: 25%;
height: 385px;
text-align: center;
color: #000;
background: #fff;
padding: 0em 0 5em 0;
}
.column-left h3 {
font: normal 1.5em Georgia, "Times New Roman", Times, serif;
margin: 10px 0 7px 0;
letter-spacing: 1px;
}
.column-right {
margin: 0 0 0 286px;
}
.box-in {
background-color: #FFFFFF;
padding: 0.8em 0 5em 0;
height: 385px;
}
.box-in p {
line-height: 1.6;
margin: 0 0 10px 25px;
color: #242424;
}
/* Footer */ | webmail-ui/src/main/resources/bhr/css/dashboardstyle.css | * { margin: 0; padding: 0; list-style-type: none;}
html { height: 100%; font-size: 62.5% }
body {
height: 100%;
background-color: #10578D;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
color: #004F8B;
text-decoration: none;
font-weight: bolder;
outline: medium none;
}
a:hover {
text-decoration: none;
color:#000;
}
.left-nav {
height: 40px;
margin-top: 0;
width: 285px;
}
.left-nav:hover {
background: #004f8b;
color: #ffffff;
}
.left-nav:hover a{
color: #ffffff;
}
.event-list {
position: relative;
top: 12px;
}
.selected {
background-color: #004f8b;
}
.selected a {
color: #FFFFFF;
}
table {
border-collapse: collapse;
border-left-style: hidden;
border-right-style: hidden;
border-top-style: hidden;
}
table, td, th {
border: 1px solid black;
}
/* Cleaner */
/* Skip menu */
/* Images */
/* Wrapper */
/* #wrapper {
width: 850px;
margin: 60px auto 0 auto;
padding-bottom: 90px;
text-align: left;
} */
/* Headings, paragraphs */
.title {
letter-spacing: 1px;
width: 39em;
}
.title p {
color: #FFFFFF;
margin: 4px 0 0 21px;
padding-bottom: 12px;
}
h1 {
font: normal 2.4em Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
padding-top: 25px;
margin-left: 20px;
}
h1 a:link, h1 a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}
h1 span {
color: #FFB849;
}
h2 {
font: normal 1.5em Georgia, "Times New Roman", Times, serif;
color: #004F8B;
letter-spacing: 1px;
padding-left: 25px;
margin-bottom: 7px;
}
/* Menu */
ul.menu {
list-style-type: none;
}
ul.menu li {
padding: 18px 0;
}
ul.menu li a, ul.menu li a:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
padding: 4px 7px;
}
ul.menu li a:hover, ul.menu li a.active {
background-color: #002F53;
}
ul.menu li.last {
background: none;
}
/* Content box */
#dashboard-body-container {
width: 90%;
margin-top: 50px;
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
margin-left: 65px;
}
#dashboard-body{
width: 100%;
}
.column-left {
float: left;
width: 25%;
height: 385px;
text-align: center;
color: #000;
background: #fff;
padding: 0em 0 5em 0;
}
.column-left h3 {
font: normal 1.5em Georgia, "Times New Roman", Times, serif;
margin: 10px 0 7px 0;
letter-spacing: 1px;
}
.column-right {
margin: 0 0 0 286px;
}
.box-in {
background-color: #FFFFFF;
padding: 0.8em 0 5em 0;
height: 385px;
}
.box-in p {
line-height: 1.6;
margin: 0 0 10px 25px;
color: #242424;
}
/* Footer */ | 0.393385 | 0.134321 |
#debug-kit-toolbar {
position: fixed;
top: 0;
right:0px;
width: 100%;
height: 1%;
overflow: visible;
z-index:10000;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
direction: ltr;
}
#debug-kit-toolbar img {
border:0;
outline:0;
}
/* panel tabs */
#debug-kit-toolbar #panel-tabs {
float: right;
list-style: none;
margin: 0;
padding: 0;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
border-radius: 8px 0 0 8px;
}
#debug-kit-toolbar .panel-tab {
clear: none;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
#debug-kit-toolbar .panel-tab > a {
float: left;
clear: none;
background: #efefef;
background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cacaca));
background: -moz-linear-gradient(top, #efefef, #cacaca);
color: #222;
padding: 6px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #aaa;
font-size: 12px;
line-height: 16px;
margin: 0;
display: block;
text-decoration:none;
text-shadow:1px 1px #eee;
-moz-text-shadow:1px 1px #eee;
-webkit-text-shadow:1px 1px #eee;
}
#debug-kit-toolbar .panel-tab .active {
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
background: -moz-linear-gradient(top, #f5f5f5, #fff);
}
#debug-kit-toolbar .panel-tab > a:hover {
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
background: -moz-linear-gradient(top, #f5f5f5, #fff);
text-decoration:underline;
}
#debug-kit-toolbar .panel-tab.icon a {
padding: 4px;
}
#debug-kit-toolbar .panel-tab a.edit-value {
float: none;
display: inline;
}
/* Hovering over link shows tab, useful for no js */
#debug-kit-toolbar .panel-tab a:hover + .panel-content,
#debug-kit-toolbar .panel-tab a + .panel-content:hover {
display: block;
}
#debug-kit-toolbar .panel-tab.icon a {
border-radius: 8px 0 0 8px;
}
#debug-kit-toolbar .panel-tab.icon img {
display:block;
}
/* panel content */
#debug-kit-toolbar .panel-content {
position: absolute;
text-align: left;
width: auto;
top:28px;
right:0px;
background: #fff;
color: #000;
width:100%;
box-shadow:0px 5px 6px rgba(0, 0, 0, 0.5);
height: 200px;
overflow: hidden;
}
#debug-kit-toolbar .panel-resize-region {
padding:15px;
position: absolute;
top: 0;
bottom: 14px;
left: 0;
right: 0;
overflow: auto;
}
#debug-kit-toolbar .ui-control {
background:#ccc;
background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c2c2c2));
background: -moz-linear-gradient(top, #d6d6d6, #c2c2c2);
text-align:center;
border-top:1px solid #afafaf;
border-bottom:1px solid #7c7c7c;
color:#666;
text-shadow: 1px 1px #eee;
-webkit-text-shadow: 1px 1px #eee;
-moz-text-shadow: 1px 1px #eee;
}
#debug-kit-toolbar .ui-button {
border-radius: 5px;
}
#debug-kit-toolbar .ui-button:hover {
text-decoration: none;
background:#ccc;
background: -webkit-gradient(linear, left top, left bottom, from(#c2c2c2), to(#d6d6d6));
background: -moz-linear-gradient(top, #c2c2c2, #d6d6d6);
}
#debug-kit-toolbar .panel-resize-handle {
cursor: row-resize;
height:14px;
line-height: 14px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#debug-kit-toolbar .panel-toggle {
float: right;
display: block;
width: 16px;
height: 16px;
font-size: 16px;
line-height: 14px;
border-left: 1px solid #afafaf;
border-right: 1px solid #7c7c7c;
text-decoration: none;
margin: 10px 20px 0 0;
z-index: 999;
position: relative;
}
/* Hide panel content by default */
#debug-kit-toolbar .panel-content {
display: none;
}
#debug-kit-toolbar .panel-content p {
margin: 1em 0;
}
#debug-kit-toolbar .panel-content h2 {
padding: 0;
margin-top:0;
}
#debug-kit-toolbar .panel-content h3 {
padding: 0;
margin-top: 1em;
}
#debug-kit-toolbar .panel-content .info {
padding: 4px;
border-top: 1px dashed #6c6cff;
border-bottom: 1px dashed #6c6cff;
}
#debug-kit-toolbar h1,
#debug-kit-toolbar h2,
#debug-kit-toolbar h3,
#debug-kit-toolbar h4,
#debug-kit-toolbar h5,
#debug-kit-toolbar th {
color: #5d1717;
font-family: Arial, sans-serif;
margin-bottom:0.6em;
background:none;
}
#debug-kit-toolbar h1 {
font-size: 18px;
}
#debug-kit-toolbar h2 {
font-size: 16px;
}
#debug-kit-toolbar h4 {
font-size: 14px;
}
/* panel tables */
#debug-kit-toolbar .debug-table {
width: 100%;
border: 1px solid #eee;
border-left: 0;
clear:both;
margin-bottom: 20px;
border-spacing: 0;
}
#debug-kit-toolbar .debug-table td,
#debug-kit-toolbar .debug-table th {
text-align: left;
border: 0;
border-left: 1px solid #eee;
padding: 3px;
margin: 0;
}
#debug-kit-toolbar table.debug-table th {
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
background: -webkit-linear-gradient(top, #d4d4d4, #c1c1c1);
background: -moz-linear-gradient(top, #d4d4d4, #c1c1c1);
color: #222;
font-weight: bold;
line-height: 16px;
}
#debug-kit-toolbar .debug-table tr:nth-child(2n) td {
background: #f6f6f6;
}
#debug-kit-toolbar .debug-timers .debug-table td:nth-child(2),
#debug-kit-toolbar .debug-timers .debug-table th:nth-child(2) {
text-align:right;
}
/** code tables **/
#debug-kit-toolbar .code-table td {
white-space: pre;
font-family: monaco, Consolas, "courier new", courier, monospaced;
}
#debug-kit-toolbar .code-table td:first-child {
width: 15%;
}
#debug-kit-toolbar .code-table td:last-child {
width: 80%;
}
#debug-kit-toolbar .panel-content.request {
display: block;
}
/** Neat Array styles **/
#debug-kit-toolbar .neat-array,
#debug-kit-toolbar .neat-array li {
list-style:none;
list-style-image:none;
}
#debug-kit-toolbar .neat-array {
padding: 1px 2px 1px 20px;
background: #CE9E23;
list-style: none;
margin: 0 0 1em 0;
}
#debug-kit-toolbar .neat-array .neat-array {
padding: 0 0 0 20px;
margin: 0;
border-top:1px solid #CE9E23;
}
#debug-kit-toolbar .neat-array li {
background: #FEF6E5;
border-top: 1px solid #CE9E23;
border-bottom: 1px solid #CE9E23;
margin: 0;
line-height: 1.5em;
}
#debug-kit-toolbar .neat-array li:hover {
background: #fff;
}
#debug-kit-toolbar .neat-array li strong {
padding: 0 8px;
font-weight: bold;
}
/* expandable sections */
#debug-kit-toolbar .neat-array li.expandable {
cursor: pointer;
}
#debug-kit-toolbar .neat-array .expanded {
border-bottom:0;
}
#debug-kit-toolbar .neat-array li.expandable.expanded > strong:before {
content: 'v ';
}
#debug-kit-toolbar .neat-array li.expandable.collapsed > strong:before,
#debug-kit-toolbar .neat-array li.expandable.expanded .expandable.collapsed > strong:before {
content: '> ';
}
#debug-kit-toolbar .neat-array li {
cursor: default;
}
#debug-kit-toolbar .debug-kit-graph-bar,
#debug-kit-toolbar .debug-kit-graph-bar-value {
margin: 0;
padding: 0;
border: none;
overflow: hidden;
height: 10px;
}
#debug-kit-toolbar .debug-kit-graph-bar {
background: #ddd;
padding: 2px;
border-radius: 2px;
height: 12px;
}
#debug-kit-toolbar .debug-kit-graph-bar-value {
background: -webkit-linear-gradient(top, #77D124, #4B9406);
background: -moz-linear-gradient(top, #77D124, #4B9406);
border-radius: 3px;
border: 1px solid #4B9406;
}
/* Sql Log */
#sqllog-tab td,
#sqllog-tab .slow-query-container p {
font-family: Monaco, 'Consolas', "Courier New", Courier, monospaced;
}
#debug-kit-toolbar #sqllog-tab a.show-slow {
display:block;
margin: 3px;
float:none;
}
#sqllog-tab .slow-query-container p {
display:block;
clear:both;
margin: 20px 0 5px;
}
#debug-kit-toolbar #sqllog-tab .panel-content-data a {
background: none;
border:none;
}
#sqllog-tab .slow-query {
background:#e79302;
font-size:9px;
color:#fff;
padding: 2px;
white-space:nowrap;
}
#sqllog-tab input[type=submit] {
border: 0;
background: transparent;
cursor: pointer;
font-size: 12px;
font-family: Monaco, 'Consolas', "Courier New", Courier, monospaced;
}
#sqllog-tab input[type=submit]:hover {
color: darkred;
}
#debug-kit-toolbar .alert-duplicate {
color: red;
}
/* previous panels */
#debug-kit-toolbar .panel-history {
display: none;
background:#eeffff;
}
#debug-kit-toolbar #history-tab ul {
margin: 20px 0 0 20px;
}
#debug-kit-toolbar #history-tab li {
margin: 0 0 5px 0;
}
#debug-kit-toolbar #history-tab .panel-content-data a {
float: none;
display:block;
}
#debug-kit-toolbar #history-tab a.active {
background: #FEF6E5;
}
#debug-kit-toolbar #history-tab a.loading:after {
content : ' Loading...';
font-style:italic;
}
/* Minimized mode */
#debug-kit-toolbar.minimized {
opacity: 0.75;
}
#debug-kit-toolbar.minimized:hover {
opacity: inherit;
} | app/Plugin/DebugKit/webroot/css/debug_toolbar.css | #debug-kit-toolbar {
position: fixed;
top: 0;
right:0px;
width: 100%;
height: 1%;
overflow: visible;
z-index:10000;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
direction: ltr;
}
#debug-kit-toolbar img {
border:0;
outline:0;
}
/* panel tabs */
#debug-kit-toolbar #panel-tabs {
float: right;
list-style: none;
margin: 0;
padding: 0;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
border-radius: 8px 0 0 8px;
}
#debug-kit-toolbar .panel-tab {
clear: none;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
#debug-kit-toolbar .panel-tab > a {
float: left;
clear: none;
background: #efefef;
background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cacaca));
background: -moz-linear-gradient(top, #efefef, #cacaca);
color: #222;
padding: 6px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #aaa;
font-size: 12px;
line-height: 16px;
margin: 0;
display: block;
text-decoration:none;
text-shadow:1px 1px #eee;
-moz-text-shadow:1px 1px #eee;
-webkit-text-shadow:1px 1px #eee;
}
#debug-kit-toolbar .panel-tab .active {
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
background: -moz-linear-gradient(top, #f5f5f5, #fff);
}
#debug-kit-toolbar .panel-tab > a:hover {
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
background: -moz-linear-gradient(top, #f5f5f5, #fff);
text-decoration:underline;
}
#debug-kit-toolbar .panel-tab.icon a {
padding: 4px;
}
#debug-kit-toolbar .panel-tab a.edit-value {
float: none;
display: inline;
}
/* Hovering over link shows tab, useful for no js */
#debug-kit-toolbar .panel-tab a:hover + .panel-content,
#debug-kit-toolbar .panel-tab a + .panel-content:hover {
display: block;
}
#debug-kit-toolbar .panel-tab.icon a {
border-radius: 8px 0 0 8px;
}
#debug-kit-toolbar .panel-tab.icon img {
display:block;
}
/* panel content */
#debug-kit-toolbar .panel-content {
position: absolute;
text-align: left;
width: auto;
top:28px;
right:0px;
background: #fff;
color: #000;
width:100%;
box-shadow:0px 5px 6px rgba(0, 0, 0, 0.5);
height: 200px;
overflow: hidden;
}
#debug-kit-toolbar .panel-resize-region {
padding:15px;
position: absolute;
top: 0;
bottom: 14px;
left: 0;
right: 0;
overflow: auto;
}
#debug-kit-toolbar .ui-control {
background:#ccc;
background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c2c2c2));
background: -moz-linear-gradient(top, #d6d6d6, #c2c2c2);
text-align:center;
border-top:1px solid #afafaf;
border-bottom:1px solid #7c7c7c;
color:#666;
text-shadow: 1px 1px #eee;
-webkit-text-shadow: 1px 1px #eee;
-moz-text-shadow: 1px 1px #eee;
}
#debug-kit-toolbar .ui-button {
border-radius: 5px;
}
#debug-kit-toolbar .ui-button:hover {
text-decoration: none;
background:#ccc;
background: -webkit-gradient(linear, left top, left bottom, from(#c2c2c2), to(#d6d6d6));
background: -moz-linear-gradient(top, #c2c2c2, #d6d6d6);
}
#debug-kit-toolbar .panel-resize-handle {
cursor: row-resize;
height:14px;
line-height: 14px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#debug-kit-toolbar .panel-toggle {
float: right;
display: block;
width: 16px;
height: 16px;
font-size: 16px;
line-height: 14px;
border-left: 1px solid #afafaf;
border-right: 1px solid #7c7c7c;
text-decoration: none;
margin: 10px 20px 0 0;
z-index: 999;
position: relative;
}
/* Hide panel content by default */
#debug-kit-toolbar .panel-content {
display: none;
}
#debug-kit-toolbar .panel-content p {
margin: 1em 0;
}
#debug-kit-toolbar .panel-content h2 {
padding: 0;
margin-top:0;
}
#debug-kit-toolbar .panel-content h3 {
padding: 0;
margin-top: 1em;
}
#debug-kit-toolbar .panel-content .info {
padding: 4px;
border-top: 1px dashed #6c6cff;
border-bottom: 1px dashed #6c6cff;
}
#debug-kit-toolbar h1,
#debug-kit-toolbar h2,
#debug-kit-toolbar h3,
#debug-kit-toolbar h4,
#debug-kit-toolbar h5,
#debug-kit-toolbar th {
color: #5d1717;
font-family: Arial, sans-serif;
margin-bottom:0.6em;
background:none;
}
#debug-kit-toolbar h1 {
font-size: 18px;
}
#debug-kit-toolbar h2 {
font-size: 16px;
}
#debug-kit-toolbar h4 {
font-size: 14px;
}
/* panel tables */
#debug-kit-toolbar .debug-table {
width: 100%;
border: 1px solid #eee;
border-left: 0;
clear:both;
margin-bottom: 20px;
border-spacing: 0;
}
#debug-kit-toolbar .debug-table td,
#debug-kit-toolbar .debug-table th {
text-align: left;
border: 0;
border-left: 1px solid #eee;
padding: 3px;
margin: 0;
}
#debug-kit-toolbar table.debug-table th {
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
background: -webkit-linear-gradient(top, #d4d4d4, #c1c1c1);
background: -moz-linear-gradient(top, #d4d4d4, #c1c1c1);
color: #222;
font-weight: bold;
line-height: 16px;
}
#debug-kit-toolbar .debug-table tr:nth-child(2n) td {
background: #f6f6f6;
}
#debug-kit-toolbar .debug-timers .debug-table td:nth-child(2),
#debug-kit-toolbar .debug-timers .debug-table th:nth-child(2) {
text-align:right;
}
/** code tables **/
#debug-kit-toolbar .code-table td {
white-space: pre;
font-family: monaco, Consolas, "courier new", courier, monospaced;
}
#debug-kit-toolbar .code-table td:first-child {
width: 15%;
}
#debug-kit-toolbar .code-table td:last-child {
width: 80%;
}
#debug-kit-toolbar .panel-content.request {
display: block;
}
/** Neat Array styles **/
#debug-kit-toolbar .neat-array,
#debug-kit-toolbar .neat-array li {
list-style:none;
list-style-image:none;
}
#debug-kit-toolbar .neat-array {
padding: 1px 2px 1px 20px;
background: #CE9E23;
list-style: none;
margin: 0 0 1em 0;
}
#debug-kit-toolbar .neat-array .neat-array {
padding: 0 0 0 20px;
margin: 0;
border-top:1px solid #CE9E23;
}
#debug-kit-toolbar .neat-array li {
background: #FEF6E5;
border-top: 1px solid #CE9E23;
border-bottom: 1px solid #CE9E23;
margin: 0;
line-height: 1.5em;
}
#debug-kit-toolbar .neat-array li:hover {
background: #fff;
}
#debug-kit-toolbar .neat-array li strong {
padding: 0 8px;
font-weight: bold;
}
/* expandable sections */
#debug-kit-toolbar .neat-array li.expandable {
cursor: pointer;
}
#debug-kit-toolbar .neat-array .expanded {
border-bottom:0;
}
#debug-kit-toolbar .neat-array li.expandable.expanded > strong:before {
content: 'v ';
}
#debug-kit-toolbar .neat-array li.expandable.collapsed > strong:before,
#debug-kit-toolbar .neat-array li.expandable.expanded .expandable.collapsed > strong:before {
content: '> ';
}
#debug-kit-toolbar .neat-array li {
cursor: default;
}
#debug-kit-toolbar .debug-kit-graph-bar,
#debug-kit-toolbar .debug-kit-graph-bar-value {
margin: 0;
padding: 0;
border: none;
overflow: hidden;
height: 10px;
}
#debug-kit-toolbar .debug-kit-graph-bar {
background: #ddd;
padding: 2px;
border-radius: 2px;
height: 12px;
}
#debug-kit-toolbar .debug-kit-graph-bar-value {
background: -webkit-linear-gradient(top, #77D124, #4B9406);
background: -moz-linear-gradient(top, #77D124, #4B9406);
border-radius: 3px;
border: 1px solid #4B9406;
}
/* Sql Log */
#sqllog-tab td,
#sqllog-tab .slow-query-container p {
font-family: Monaco, 'Consolas', "Courier New", Courier, monospaced;
}
#debug-kit-toolbar #sqllog-tab a.show-slow {
display:block;
margin: 3px;
float:none;
}
#sqllog-tab .slow-query-container p {
display:block;
clear:both;
margin: 20px 0 5px;
}
#debug-kit-toolbar #sqllog-tab .panel-content-data a {
background: none;
border:none;
}
#sqllog-tab .slow-query {
background:#e79302;
font-size:9px;
color:#fff;
padding: 2px;
white-space:nowrap;
}
#sqllog-tab input[type=submit] {
border: 0;
background: transparent;
cursor: pointer;
font-size: 12px;
font-family: Monaco, 'Consolas', "Courier New", Courier, monospaced;
}
#sqllog-tab input[type=submit]:hover {
color: darkred;
}
#debug-kit-toolbar .alert-duplicate {
color: red;
}
/* previous panels */
#debug-kit-toolbar .panel-history {
display: none;
background:#eeffff;
}
#debug-kit-toolbar #history-tab ul {
margin: 20px 0 0 20px;
}
#debug-kit-toolbar #history-tab li {
margin: 0 0 5px 0;
}
#debug-kit-toolbar #history-tab .panel-content-data a {
float: none;
display:block;
}
#debug-kit-toolbar #history-tab a.active {
background: #FEF6E5;
}
#debug-kit-toolbar #history-tab a.loading:after {
content : ' Loading...';
font-style:italic;
}
/* Minimized mode */
#debug-kit-toolbar.minimized {
opacity: 0.75;
}
#debug-kit-toolbar.minimized:hover {
opacity: inherit;
} | 0.121269 | 0.066327 |
.catalog-body.pf-c-page__main-section > .pf-c-card {
border: 1px solid #f0f0f0;
box-shadow: none;
}
.catalog-body.pf-c-page__main-section > .pf-c-card > .pf-c-card__body {
padding: 1.5em 0 1.5em 0;
}
.catalog-body-header.pf-c-page__main-section {
padding: 0 2em 1em 0;
}
.catalog-body-header.pf-c-page__main-section .pf-c-title {
margin-bottom: 0.3em;
}
.catalog-body-header.pf-c-page__main-section .pf-c-search-input {
max-width: 20em;
}
.catalog-body-header.pf-c-page__main-section .catalog-item-count.pf-l-split__item {
align-items: flex-end;
display: flex;
font-weight: bold;
}
.catalog-category-selector.pf-c-tabs {
margin-bottom: 1em;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item.pf-m-current .pf-c-tabs__item-text {
color: var(--pf-global--link--Color);
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item-text {
color: var(--pf-global--palette--black-800);
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item:first-child {
margin-bottom: 0.5em;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item .pf-c-tabs__link {
padding: 0 12px 0 12px;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__scroll-button {
display: none;
}
.catalog-content-box.pf-c-page__main-section {
background-color: var(--pf-global--palette--black-200);
display: grid;
gap: 25px 25px;
grid-auto-flow: dense;
grid-template-columns: repeat(auto-fill,280px);
min-height: 450px;
}
.catalog-content-box-empty.pf-c-page__main-section {
background-color: var(--pf-global--palette--black-200);
min-height: 450px;
}
.catalog-header.pf-c-page__main-section {
padding-bottom: 0;
}
.catalog-item-access-deny-reason {
color: red;
padding: 0.1em;
}
.catalog-item-card {
color: var(--pf-global--Color--100);
display: block;
background-color: white;
box-shadow: var(--pf-c-card--BoxShadow);
height: 240px;
width: 280px;
padding: 18px 24px;
}
.catalog-item-card:hover {
box-shadow: var(--pf-c-card--m-hoverable--hover--BoxShadow);
text-decoration: none;
}
.catalog-item-card .catalog-item-icon {
height: 60px;
width: 60px;
box-sizing: border-box;
overflow: hidden;
}
.catalog-item-card-body.pf-c-card__body {
padding: 0 !important;
}
/* fixes for mis-formatted descriptions - hide all content in description */
.catalog-item-card-description {
visibility:hidden;
margin-top: 5px;
}
/* show first element in description or nested element in first element only */
.catalog-item-card-description > *:nth-child(1),
.catalog-item-card-description > *:nth-child(1) > * {
color: var(--pf-global--Color--100);
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
visibility:visible;
}
.catalog-item-card-header.pf-c-card__header {
margin-bottom: 3px;
padding: 0 !important;
height: 60px;
}
.catalog-item-card-header.pf-c-card__header > .pf-l-split {
width: 100%;
}
.catalog-item-card-header .catalog-item-badges {
text-align: right;
}
.catalog-item-card-header .catalog-product-badge.pf-c-badge {
color: var(--pf-c-badge--m-read--Color);
background-color: var(--pf-c-badge--m-read--BackgroundColor);
}
.catalog-item-card-header .catalog-dev-badge.pf-c-badge {
background-color: var(--pf-global--danger-color--100);
}
.catalog-item-card-header .catalog-test-badge.pf-c-badge {
background-color: var(--pf-global--danger-color--100);
}
.catalog-item-card-subtitle.pf-c-title {
color: var(--pf-global--palette--black-600);
font-size: 13px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
height: 20px;
}
.catalog-item-card-title.pf-c-title {
color: var(--pf-global--Color--100);
font-size: 15px;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 45px;
}
.catalog-item-details .catalog-item-actions.pf-c-page__main-section {
padding: 0;
}
.catalog-item-details .catalog-item-actions.pf-c-page__main-section .catalog-item-actions-loading-icon {
display: block;
text-align: center;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body {
border-top: 1px solid var(--pf-global--palette--black-300);
padding-top: 1em;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__content .pf-c-title {
font-size: 20pt;
font-weight: normal;
color: var(--pf-global--palette--black-600);
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel {
font-size: 10pt;
max-width: 150px;
padding-top: 0.5em;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list {
row-gap: 1pt;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__description {
margin-bottom: 7pt;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__group {
row-gap: 0;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__text {
text-transform: capitalize;
}
.catalog-item-details .pf-c-drawer__body:first-child {
padding-bottom: 10pt;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-icon {
height: 90px;
width: 90px;
margin-right: 20px;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-title.pf-c-title {
font-size: 20pt;
font-weight: bold;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-subtitle.pf-c-title {
color: var(--pf-global--palette--black-600);
font-size: 13pt;
font-weight: bold;
}
.catalog-item-details-description h1 {
font-size: 1.3em;
font-weight: bold;
}
.catalog-item-details-description h2 {
font-size: 1.2em;
font-weight: bold;
}
.catalog-item-details-description h3 {
font-size: 1.1em;
font-weight: bold;
}
.catalog-item-details-description h4 {
font-size: 1.05em;
font-weight: bold;
}
.catalog-item-details-description h5 {
font-weight: bold;
}
.catalog-item-details-description p {
margin-bottom: 0.5em;
}
.catalog-item-details-description pre {
background-color: #ddd;
padding: 0.6em 0.8em;
margin: 0.6em 0;
}
.catalog-item-details-description ul {
list-style: unset;
margin-left: 18pt;
}
.catalog-item-details-description a::after {
content: url('data:image/svg+xml; utf8, <svg style="vertical-align:-0.125em" fill="rgb(0,102,204)" height="100%" width="100%" viewBox="0 0 512 512" aria-hidden="true" role="img" aria-describedby="pf-tooltip-183" xmlns="http://www.w3.org/2000/svg"><path d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"></path></svg>');
color: var(--pf-global--link--Color);
display: inline-block;
width: 10pt;
height: 14pt;
}
.catalog-label-selector.pf-c-form {
padding-right: 10px;
}
.catalog-label-selector.pf-c-form .pf-c-check .pf-c-check__label {
font-size: 0.9em;
line-height: 1.2em;
padding-bottom: 0.4em;
}
.catalog-label-selector.pf-c-form .pf-c-form__group {
margin-left: 10px;
}
.catalog-label-selector.pf-c-form .pf-c-form__group fieldset {
border: none;
}
.catalog-label-selector.pf-c-form legend.pf-c-form__label {
font-size: 1em;
font-weight: bold;
margin-bottom: 0.3em;
}
.catalog-project-select.pf-c-page__main-section {
padding: 5pt 15pt;
border-bottom: 1px solid var(--pf-global--palette--black-300);
display: flex;
}
.catalog-project-select.pf-c-page__main-section .pf-c-dropdown__toggle {
color: var(--pf-global--palette--black-900);
}
.catalog-project-select.pf-c-page__main-section .pf-c-dropdown__menu {
max-height: 500px;
overflow-y: scroll;
} | catalog/ui/src/app/Catalog/catalog.css | .catalog-body.pf-c-page__main-section > .pf-c-card {
border: 1px solid #f0f0f0;
box-shadow: none;
}
.catalog-body.pf-c-page__main-section > .pf-c-card > .pf-c-card__body {
padding: 1.5em 0 1.5em 0;
}
.catalog-body-header.pf-c-page__main-section {
padding: 0 2em 1em 0;
}
.catalog-body-header.pf-c-page__main-section .pf-c-title {
margin-bottom: 0.3em;
}
.catalog-body-header.pf-c-page__main-section .pf-c-search-input {
max-width: 20em;
}
.catalog-body-header.pf-c-page__main-section .catalog-item-count.pf-l-split__item {
align-items: flex-end;
display: flex;
font-weight: bold;
}
.catalog-category-selector.pf-c-tabs {
margin-bottom: 1em;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item.pf-m-current .pf-c-tabs__item-text {
color: var(--pf-global--link--Color);
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item-text {
color: var(--pf-global--palette--black-800);
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item:first-child {
margin-bottom: 0.5em;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__item .pf-c-tabs__link {
padding: 0 12px 0 12px;
}
.catalog-category-selector.pf-c-tabs .pf-c-tabs__scroll-button {
display: none;
}
.catalog-content-box.pf-c-page__main-section {
background-color: var(--pf-global--palette--black-200);
display: grid;
gap: 25px 25px;
grid-auto-flow: dense;
grid-template-columns: repeat(auto-fill,280px);
min-height: 450px;
}
.catalog-content-box-empty.pf-c-page__main-section {
background-color: var(--pf-global--palette--black-200);
min-height: 450px;
}
.catalog-header.pf-c-page__main-section {
padding-bottom: 0;
}
.catalog-item-access-deny-reason {
color: red;
padding: 0.1em;
}
.catalog-item-card {
color: var(--pf-global--Color--100);
display: block;
background-color: white;
box-shadow: var(--pf-c-card--BoxShadow);
height: 240px;
width: 280px;
padding: 18px 24px;
}
.catalog-item-card:hover {
box-shadow: var(--pf-c-card--m-hoverable--hover--BoxShadow);
text-decoration: none;
}
.catalog-item-card .catalog-item-icon {
height: 60px;
width: 60px;
box-sizing: border-box;
overflow: hidden;
}
.catalog-item-card-body.pf-c-card__body {
padding: 0 !important;
}
/* fixes for mis-formatted descriptions - hide all content in description */
.catalog-item-card-description {
visibility:hidden;
margin-top: 5px;
}
/* show first element in description or nested element in first element only */
.catalog-item-card-description > *:nth-child(1),
.catalog-item-card-description > *:nth-child(1) > * {
color: var(--pf-global--Color--100);
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
visibility:visible;
}
.catalog-item-card-header.pf-c-card__header {
margin-bottom: 3px;
padding: 0 !important;
height: 60px;
}
.catalog-item-card-header.pf-c-card__header > .pf-l-split {
width: 100%;
}
.catalog-item-card-header .catalog-item-badges {
text-align: right;
}
.catalog-item-card-header .catalog-product-badge.pf-c-badge {
color: var(--pf-c-badge--m-read--Color);
background-color: var(--pf-c-badge--m-read--BackgroundColor);
}
.catalog-item-card-header .catalog-dev-badge.pf-c-badge {
background-color: var(--pf-global--danger-color--100);
}
.catalog-item-card-header .catalog-test-badge.pf-c-badge {
background-color: var(--pf-global--danger-color--100);
}
.catalog-item-card-subtitle.pf-c-title {
color: var(--pf-global--palette--black-600);
font-size: 13px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
height: 20px;
}
.catalog-item-card-title.pf-c-title {
color: var(--pf-global--Color--100);
font-size: 15px;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 45px;
}
.catalog-item-details .catalog-item-actions.pf-c-page__main-section {
padding: 0;
}
.catalog-item-details .catalog-item-actions.pf-c-page__main-section .catalog-item-actions-loading-icon {
display: block;
text-align: center;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body {
border-top: 1px solid var(--pf-global--palette--black-300);
padding-top: 1em;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__content .pf-c-title {
font-size: 20pt;
font-weight: normal;
color: var(--pf-global--palette--black-600);
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel {
font-size: 10pt;
max-width: 150px;
padding-top: 0.5em;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list {
row-gap: 1pt;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__description {
margin-bottom: 7pt;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__group {
row-gap: 0;
}
.catalog-item-details .catalog-item-body.pf-c-drawer__body .pf-c-sidebar__panel .pf-c-description-list__text {
text-transform: capitalize;
}
.catalog-item-details .pf-c-drawer__body:first-child {
padding-bottom: 10pt;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-icon {
height: 90px;
width: 90px;
margin-right: 20px;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-title.pf-c-title {
font-size: 20pt;
font-weight: bold;
}
.catalog-item-details .pf-c-drawer__head .catalog-item-subtitle.pf-c-title {
color: var(--pf-global--palette--black-600);
font-size: 13pt;
font-weight: bold;
}
.catalog-item-details-description h1 {
font-size: 1.3em;
font-weight: bold;
}
.catalog-item-details-description h2 {
font-size: 1.2em;
font-weight: bold;
}
.catalog-item-details-description h3 {
font-size: 1.1em;
font-weight: bold;
}
.catalog-item-details-description h4 {
font-size: 1.05em;
font-weight: bold;
}
.catalog-item-details-description h5 {
font-weight: bold;
}
.catalog-item-details-description p {
margin-bottom: 0.5em;
}
.catalog-item-details-description pre {
background-color: #ddd;
padding: 0.6em 0.8em;
margin: 0.6em 0;
}
.catalog-item-details-description ul {
list-style: unset;
margin-left: 18pt;
}
.catalog-item-details-description a::after {
content: url('data:image/svg+xml; utf8, <svg style="vertical-align:-0.125em" fill="rgb(0,102,204)" height="100%" width="100%" viewBox="0 0 512 512" aria-hidden="true" role="img" aria-describedby="pf-tooltip-183" xmlns="http://www.w3.org/2000/svg"><path d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"></path></svg>');
color: var(--pf-global--link--Color);
display: inline-block;
width: 10pt;
height: 14pt;
}
.catalog-label-selector.pf-c-form {
padding-right: 10px;
}
.catalog-label-selector.pf-c-form .pf-c-check .pf-c-check__label {
font-size: 0.9em;
line-height: 1.2em;
padding-bottom: 0.4em;
}
.catalog-label-selector.pf-c-form .pf-c-form__group {
margin-left: 10px;
}
.catalog-label-selector.pf-c-form .pf-c-form__group fieldset {
border: none;
}
.catalog-label-selector.pf-c-form legend.pf-c-form__label {
font-size: 1em;
font-weight: bold;
margin-bottom: 0.3em;
}
.catalog-project-select.pf-c-page__main-section {
padding: 5pt 15pt;
border-bottom: 1px solid var(--pf-global--palette--black-300);
display: flex;
}
.catalog-project-select.pf-c-page__main-section .pf-c-dropdown__toggle {
color: var(--pf-global--palette--black-900);
}
.catalog-project-select.pf-c-page__main-section .pf-c-dropdown__menu {
max-height: 500px;
overflow-y: scroll;
} | 0.404155 | 0.044452 |
padding: 1px 20px;
}
.gitment-card {
margin-top: 20px;
}
.gitment-container {
color: #34495e !important;
}
.gitment-container .gitment-header-like-btn {
color: #ab47bc;
}
.gitment-container .gitment-header-like-btn svg {
fill: #ab47bc;
}
.gitment-header-container span {
color: #ab47bc;
}
.gitment-container .gitment-header-issue-link {
color: #ab47bc;
font-weight: 500;
}
.gitment-container a.gitment-header-issue-link,
a.gitment-header-issue-link:visited {
color: #ab47bc;
}
.gitment-container .gitment-comment-main {
border: 1px solid #e1bee7;
border-radius: 5px;
}
.gitment-container .gitment-comment-main .gitment-comment-header {
background-color: #fff;
}
.gitment-container .gitment-comment-main .gitment-comment-like-btn {
color: #ab47bc;
}
.gitment-container .gitment-comment-main .gitment-comment-like-btn svg {
fill: #ab47bc;
stroke: #ab47bc;
stroke-width: 2px;
}
.gitment-editor-container .gitment-editor-avatar .gitment-github-icon {
background-color: #ab47bc;
}
.gitment-editor-container .gitment-editor-main {
border: 1px solid #e1bee7;
border-radius: 3px;
}
.gitment-editor-container .gitment-editor-header {
border-bottom: 0;
border-radius: 3px;
}
.gitment-editor-main::after,
.gitment-comment-main::after {
border-right-color: #ab47bc !important;
}
.gitment-editor-main .gitment-editor-tabs {
margin-left: 0;
padding-left: 10px;
background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.gitment-editor-main .gitment-editor-tabs .gitment-editor-tab {
color: #fff;
border-radius: 3px;
}
.gitment-editor-main .gitment-editor-tabs .gitment-selected {
background-color: rgba(255, 255, 255, 0.2);
transition: 0.3s background-color 0.2s;
border: 0 !important;
color: #fff !important;
font-weight: 500;
}
.gitment-editor-main .gitment-editor-login {
margin-top: -40px;
color: #ccc;
}
.gitment-editor-main .gitment-editor-login .gitment-editor-login-link {
color: #fff;
}
.gitment-comments-init-btn:disabled,
.gitment-editor-submit:disabled {
background-color: #DFDFDF !important;
color: #9F9F9F !important;
border-radius: 0.2rem;
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12) !important;
}
.gitment-editor-footer .gitment-editor-submit, .gitment-comments-init-btn {
color: #fff;
background-color: #9c27b0;
border-color: #9c27b0;
border-radius: 0.2rem;
box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.gitment-footer-container {
color: #34495e !important;
}
.gitment-comments-pagination .gitment-comments-page-item {
display: inline-block;
cursor: pointer;
margin: 4px 5px;
padding: .25rem .5rem;
background-color: #9c27b0;
color: #fff;
border: 0;
border-radius: 2px !important;
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.gitment-footer-container a {
padding: 0 2px;
color: #ab47bc !important;
font-weight: 500;
}
.gitment-comment-main .gitment-markdown p {
color: #34495e;
}
.gitment-markdown p {
margin: 2px 2px 10px;
font-size: 1.05rem;
line-height: 1.78rem;
}
.gitment-markdown blockquote p {
text-indent: 0.2rem;
}
.gitment-markdown a {
padding: 0 2px;
color: #42b983;
font-weight: 500;
text-decoration: underline;
}
.gitment-markdown img {
max-width: 100%;
height: auto;
cursor: pointer;
}
.gitment-markdown ol li {
list-style-type: decimal;
}
.gitment-markdown ol,
ul {
display: block;
padding-left: 2em;
word-spacing: 0.05rem;
}
.gitment-markdown ul li,
ol li {
display: list-item;
line-height: 1.8rem;
font-size: 1rem;
}
.gitment-markdown ul li {
list-style-type: disc;
}
.gitment-markdown ul ul li {
list-style-type: circle;
}
.gitment-markdown table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}
.gitment-markdown table, th, td {
border: 0;
}
table tr:nth-child(2n), thead {
background-color: #fafafa;
}
.gitment-markdown table th {
background-color: #f2f2f2;
min-width: 80px;
}
.gitment-markdown table td {
min-width: 80px;
}
.gitment-markdown h1 {
font-size: 1.85rem;
font-weight: bold;
line-height: 2.2rem;
}
.gitment-markdown h2 {
font-size: 1.65rem;
font-weight: bold;
line-height: 1.9rem;
}
.gitment-markdown h3 {
font-size: 1.45rem;
font-weight: bold;
line-height: 1.7rem;
}
.gitment-markdown h4 {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.5rem;
}
.gitment-markdown h5 {
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4rem;
}
.gitment-markdown h6 {
font-size: 1rem;
line-height: 1.3rem;
}
.gitment-markdown p {
font-size: 1rem;
line-height: 1.5rem;
}
.gitment-markdown hr {
margin: 12px 0;
border: 0;
border-top: 1px solid #ccc;
}
.gitment-markdown blockquote {
margin: 15px 0;
border-left: 5px solid #42b983;
padding: 1rem 0.8rem 1rem 0.8rem;
color: #666;
background-color: rgba(66, 185, 131, .1);
}
.gitment-markdown pre {
padding: 1.2em;
margin: .5em 0;
background: #272822;
overflow: auto;
border-radius: 0.3em;
tab-size: 4;
}
.gitment-markdown code {
padding: 1px 1px;
font-size: 0.92rem;
color: #e96900;
background-color: #f8f8f8;
border-radius: 2px;
}
.gitment-markdown pre code {
padding: 0;
color: #e8eaf6;
background-color: #272822;
}
.gitment-markdown pre[class*="language-"] {
padding: 1.2em;
margin: .5em 0;
}
.gitment-markdown code[class*="language-"],
pre[class*="language-"] {
color: #e8eaf6;
}
.gitment-markdown b,
strong {
font-weight: bold;
}
.gitment-markdown dfn {
font-style: italic;
}
.gitment-markdown small {
font-size: 85%;
}
.gitment-markdown cite {
font-style: normal;
}
.gitment-markdown mark {
background-color: #fcf8e3;
padding: .2em;
} | themes/matery/source/css/gitment.css | padding: 1px 20px;
}
.gitment-card {
margin-top: 20px;
}
.gitment-container {
color: #34495e !important;
}
.gitment-container .gitment-header-like-btn {
color: #ab47bc;
}
.gitment-container .gitment-header-like-btn svg {
fill: #ab47bc;
}
.gitment-header-container span {
color: #ab47bc;
}
.gitment-container .gitment-header-issue-link {
color: #ab47bc;
font-weight: 500;
}
.gitment-container a.gitment-header-issue-link,
a.gitment-header-issue-link:visited {
color: #ab47bc;
}
.gitment-container .gitment-comment-main {
border: 1px solid #e1bee7;
border-radius: 5px;
}
.gitment-container .gitment-comment-main .gitment-comment-header {
background-color: #fff;
}
.gitment-container .gitment-comment-main .gitment-comment-like-btn {
color: #ab47bc;
}
.gitment-container .gitment-comment-main .gitment-comment-like-btn svg {
fill: #ab47bc;
stroke: #ab47bc;
stroke-width: 2px;
}
.gitment-editor-container .gitment-editor-avatar .gitment-github-icon {
background-color: #ab47bc;
}
.gitment-editor-container .gitment-editor-main {
border: 1px solid #e1bee7;
border-radius: 3px;
}
.gitment-editor-container .gitment-editor-header {
border-bottom: 0;
border-radius: 3px;
}
.gitment-editor-main::after,
.gitment-comment-main::after {
border-right-color: #ab47bc !important;
}
.gitment-editor-main .gitment-editor-tabs {
margin-left: 0;
padding-left: 10px;
background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.gitment-editor-main .gitment-editor-tabs .gitment-editor-tab {
color: #fff;
border-radius: 3px;
}
.gitment-editor-main .gitment-editor-tabs .gitment-selected {
background-color: rgba(255, 255, 255, 0.2);
transition: 0.3s background-color 0.2s;
border: 0 !important;
color: #fff !important;
font-weight: 500;
}
.gitment-editor-main .gitment-editor-login {
margin-top: -40px;
color: #ccc;
}
.gitment-editor-main .gitment-editor-login .gitment-editor-login-link {
color: #fff;
}
.gitment-comments-init-btn:disabled,
.gitment-editor-submit:disabled {
background-color: #DFDFDF !important;
color: #9F9F9F !important;
border-radius: 0.2rem;
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12) !important;
}
.gitment-editor-footer .gitment-editor-submit, .gitment-comments-init-btn {
color: #fff;
background-color: #9c27b0;
border-color: #9c27b0;
border-radius: 0.2rem;
box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.gitment-footer-container {
color: #34495e !important;
}
.gitment-comments-pagination .gitment-comments-page-item {
display: inline-block;
cursor: pointer;
margin: 4px 5px;
padding: .25rem .5rem;
background-color: #9c27b0;
color: #fff;
border: 0;
border-radius: 2px !important;
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.gitment-footer-container a {
padding: 0 2px;
color: #ab47bc !important;
font-weight: 500;
}
.gitment-comment-main .gitment-markdown p {
color: #34495e;
}
.gitment-markdown p {
margin: 2px 2px 10px;
font-size: 1.05rem;
line-height: 1.78rem;
}
.gitment-markdown blockquote p {
text-indent: 0.2rem;
}
.gitment-markdown a {
padding: 0 2px;
color: #42b983;
font-weight: 500;
text-decoration: underline;
}
.gitment-markdown img {
max-width: 100%;
height: auto;
cursor: pointer;
}
.gitment-markdown ol li {
list-style-type: decimal;
}
.gitment-markdown ol,
ul {
display: block;
padding-left: 2em;
word-spacing: 0.05rem;
}
.gitment-markdown ul li,
ol li {
display: list-item;
line-height: 1.8rem;
font-size: 1rem;
}
.gitment-markdown ul li {
list-style-type: disc;
}
.gitment-markdown ul ul li {
list-style-type: circle;
}
.gitment-markdown table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}
.gitment-markdown table, th, td {
border: 0;
}
table tr:nth-child(2n), thead {
background-color: #fafafa;
}
.gitment-markdown table th {
background-color: #f2f2f2;
min-width: 80px;
}
.gitment-markdown table td {
min-width: 80px;
}
.gitment-markdown h1 {
font-size: 1.85rem;
font-weight: bold;
line-height: 2.2rem;
}
.gitment-markdown h2 {
font-size: 1.65rem;
font-weight: bold;
line-height: 1.9rem;
}
.gitment-markdown h3 {
font-size: 1.45rem;
font-weight: bold;
line-height: 1.7rem;
}
.gitment-markdown h4 {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.5rem;
}
.gitment-markdown h5 {
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4rem;
}
.gitment-markdown h6 {
font-size: 1rem;
line-height: 1.3rem;
}
.gitment-markdown p {
font-size: 1rem;
line-height: 1.5rem;
}
.gitment-markdown hr {
margin: 12px 0;
border: 0;
border-top: 1px solid #ccc;
}
.gitment-markdown blockquote {
margin: 15px 0;
border-left: 5px solid #42b983;
padding: 1rem 0.8rem 1rem 0.8rem;
color: #666;
background-color: rgba(66, 185, 131, .1);
}
.gitment-markdown pre {
padding: 1.2em;
margin: .5em 0;
background: #272822;
overflow: auto;
border-radius: 0.3em;
tab-size: 4;
}
.gitment-markdown code {
padding: 1px 1px;
font-size: 0.92rem;
color: #e96900;
background-color: #f8f8f8;
border-radius: 2px;
}
.gitment-markdown pre code {
padding: 0;
color: #e8eaf6;
background-color: #272822;
}
.gitment-markdown pre[class*="language-"] {
padding: 1.2em;
margin: .5em 0;
}
.gitment-markdown code[class*="language-"],
pre[class*="language-"] {
color: #e8eaf6;
}
.gitment-markdown b,
strong {
font-weight: bold;
}
.gitment-markdown dfn {
font-style: italic;
}
.gitment-markdown small {
font-size: 85%;
}
.gitment-markdown cite {
font-style: normal;
}
.gitment-markdown mark {
background-color: #fcf8e3;
padding: .2em;
} | 0.365683 | 0.085939 |
.elastislide-list {
list-style-type: none;
display: none;
}
.no-js .elastislide-list {
display: block;
}
.elastislide-carousel ul li {
}
.elastislide-wrapper {
position: relative;
margin: 0 auto;
}
.elastislide-wrapper nav {
margin-top: 56%;
position: absolute;
right: 33%;
}
.elastislide-wrapper.elastislide-loading {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
}
.elastislide-vertical {
padding: 40px 10px;
}
.elastislide-carousel {
overflow: hidden;
position: relative;
}
.elastislide-carousel ul {
position: relative;
display: block;
list-style-type: none;
padding: 0;
margin: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.elastislide-horizontal ul {
white-space: nowrap;
padding-bottom: 10px;
}
.elastislide-carousel ul li {
margin: 0;
-webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
height: 100%;
display: inline-block;
margin-right: 24px;
position: relative
}
.elastislide-vertical ul li {
display: block;
}
.elastislide-carousel ul li a {
display: inline-block;
width: 100%;
}
.elastislide-carousel ul li a img {
display: block;
border: 1px solid #cbc9c8;
max-width: 100%;
}
.elastislide-wrapper nav span {
position: absolute;
background: url(../images/nav.png) no-repeat;
width: 19px;
height: 19px;
border-radius: 50%;
text-indent: -9000px;
cursor: pointer;
opacity: 0.8;
display: block !important;
}
.elastislide-wrapper nav span:hover {
opacity: 1.0
}
.elastislide-horizontal nav span {
top: 3%;
right: 31px;
margin-top: -3px;
}
.elastislide-vertical nav span {
top: 10px;
left: 50%;
margin-left: -11px;
background-position: -17px 5px;
}
.elastislide-horizontal nav span.elastislide-next {
right: 10px;
left: auto;
background-position: -20px 0px;
}
.elastislide-vertical nav span.elastislide-next {
bottom: 10px;
top: auto;
background-position: -17px -18px;
}
.candidate-name {
position: absolute;
left: 0;
bottom: 20%;
font: normal 21px/21px Verdana,Geneva,sans-serif;
padding: 15px 0;
color: #252525;
width: 100%;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.8);
} | src/assets/css/elastislide.css | .elastislide-list {
list-style-type: none;
display: none;
}
.no-js .elastislide-list {
display: block;
}
.elastislide-carousel ul li {
}
.elastislide-wrapper {
position: relative;
margin: 0 auto;
}
.elastislide-wrapper nav {
margin-top: 56%;
position: absolute;
right: 33%;
}
.elastislide-wrapper.elastislide-loading {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
}
.elastislide-vertical {
padding: 40px 10px;
}
.elastislide-carousel {
overflow: hidden;
position: relative;
}
.elastislide-carousel ul {
position: relative;
display: block;
list-style-type: none;
padding: 0;
margin: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.elastislide-horizontal ul {
white-space: nowrap;
padding-bottom: 10px;
}
.elastislide-carousel ul li {
margin: 0;
-webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
height: 100%;
display: inline-block;
margin-right: 24px;
position: relative
}
.elastislide-vertical ul li {
display: block;
}
.elastislide-carousel ul li a {
display: inline-block;
width: 100%;
}
.elastislide-carousel ul li a img {
display: block;
border: 1px solid #cbc9c8;
max-width: 100%;
}
.elastislide-wrapper nav span {
position: absolute;
background: url(../images/nav.png) no-repeat;
width: 19px;
height: 19px;
border-radius: 50%;
text-indent: -9000px;
cursor: pointer;
opacity: 0.8;
display: block !important;
}
.elastislide-wrapper nav span:hover {
opacity: 1.0
}
.elastislide-horizontal nav span {
top: 3%;
right: 31px;
margin-top: -3px;
}
.elastislide-vertical nav span {
top: 10px;
left: 50%;
margin-left: -11px;
background-position: -17px 5px;
}
.elastislide-horizontal nav span.elastislide-next {
right: 10px;
left: auto;
background-position: -20px 0px;
}
.elastislide-vertical nav span.elastislide-next {
bottom: 10px;
top: auto;
background-position: -17px -18px;
}
.candidate-name {
position: absolute;
left: 0;
bottom: 20%;
font: normal 21px/21px Verdana,Geneva,sans-serif;
padding: 15px 0;
color: #252525;
width: 100%;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.8);
} | 0.543348 | 0.079854 |
.djangocms-admin-style div.calendarbox {
margin-left: -247px;
margin-top: -1px; }
.djangocms-admin-style div.clockbox {
margin-left: -147px;
margin-top: -7px; }
.djangocms-admin-style form input.vDateField, .djangocms-admin-style form input.vTimeField {
width: calc(100% - 222px) !important;
max-width: 200px !important; }
.djangocms-admin-style #content h1 {
font-size: 21px !important; }
.djangocms-admin-style #content h1 select {
font-size: inherit !important; }
.djangocms-admin-style #content form label, .djangocms-admin-style #content form label.aligned {
text-transform: none; }
.djangocms-admin-style #content form .form-row:not(tr) {
padding-bottom: 1.2em; }
.djangocms-admin-style #content form .field-type label, .djangocms-admin-style #content form .sortedm2m label, .djangocms-admin-style #content form .vCheckboxLabel {
font-size: 14px !important; }
.djangocms-admin-style #content form fieldset, .djangocms-admin-style #content form .inline-group {
padding-bottom: 0.3em; }
.djangocms-admin-style #content form fieldset > h2, .djangocms-admin-style #content form .inline-group > h2 {
padding: 1em 0 0.75em 0;
box-sizing: border-box;
margin-bottom: 0.75em;
font-size: 21px !important;
font-weight: bold;
border-bottom: 3px solid #d3d3d3; }
.djangocms-admin-style #content form .inline-group .inline-related {
margin: 0;
box-shadow: none; }
.djangocms-admin-style #content form .inline-group .inline-related fieldset {
padding: 0 0 0 10px !important; }
.djangocms-admin-style #content form .inline-group .inline-related h3 {
background-color: transparent;
border-top: 1px solid #d3d3d3;
margin: 0;
padding: 0;
padding-top: 10px; }
.djangocms-admin-style #content form .inline-group .inline-related h3 b {
display: none;
font-weight: bold; }
.djangocms-admin-style #content form .inline-group .inline-related h3 .inline_label {
display: none; }
.djangocms-admin-style #content form .inline-group .form-row {
padding: 0 0 1.2em; }
.djangocms-admin-style #content form .inline-group .form-row input[type="text"]:not(.vDateField):not(.vTimeField) {
width: 100% !important; }
.djangocms-admin-style #content form .inline-group .add-row {
padding: 0.8em;
padding-left: 8px;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3 !important;
line-height: 2.3em; }
.djangocms-admin-style #content form .tabular table tbody td {
padding: 0.8em !important; }
.djangocms-admin-style #content form .tabular table tbody td.original p {
display: none; }
.djangocms-admin-style #content form .tabular table tbody tr.add-row td {
padding-left: 0 !important; }
.djangocms-admin-style .ui-tabs .ui-tabs-nav {
padding: 0;
border: none;
margin: 0; }
.djangocms-admin-style .ui-tabs .ui-tabs-nav .ui-state-default {
border: none;
padding-top: 0; } | djangocms_misc/admin_style/static/admin/djangocms_misc/css/admin_style.css | .djangocms-admin-style div.calendarbox {
margin-left: -247px;
margin-top: -1px; }
.djangocms-admin-style div.clockbox {
margin-left: -147px;
margin-top: -7px; }
.djangocms-admin-style form input.vDateField, .djangocms-admin-style form input.vTimeField {
width: calc(100% - 222px) !important;
max-width: 200px !important; }
.djangocms-admin-style #content h1 {
font-size: 21px !important; }
.djangocms-admin-style #content h1 select {
font-size: inherit !important; }
.djangocms-admin-style #content form label, .djangocms-admin-style #content form label.aligned {
text-transform: none; }
.djangocms-admin-style #content form .form-row:not(tr) {
padding-bottom: 1.2em; }
.djangocms-admin-style #content form .field-type label, .djangocms-admin-style #content form .sortedm2m label, .djangocms-admin-style #content form .vCheckboxLabel {
font-size: 14px !important; }
.djangocms-admin-style #content form fieldset, .djangocms-admin-style #content form .inline-group {
padding-bottom: 0.3em; }
.djangocms-admin-style #content form fieldset > h2, .djangocms-admin-style #content form .inline-group > h2 {
padding: 1em 0 0.75em 0;
box-sizing: border-box;
margin-bottom: 0.75em;
font-size: 21px !important;
font-weight: bold;
border-bottom: 3px solid #d3d3d3; }
.djangocms-admin-style #content form .inline-group .inline-related {
margin: 0;
box-shadow: none; }
.djangocms-admin-style #content form .inline-group .inline-related fieldset {
padding: 0 0 0 10px !important; }
.djangocms-admin-style #content form .inline-group .inline-related h3 {
background-color: transparent;
border-top: 1px solid #d3d3d3;
margin: 0;
padding: 0;
padding-top: 10px; }
.djangocms-admin-style #content form .inline-group .inline-related h3 b {
display: none;
font-weight: bold; }
.djangocms-admin-style #content form .inline-group .inline-related h3 .inline_label {
display: none; }
.djangocms-admin-style #content form .inline-group .form-row {
padding: 0 0 1.2em; }
.djangocms-admin-style #content form .inline-group .form-row input[type="text"]:not(.vDateField):not(.vTimeField) {
width: 100% !important; }
.djangocms-admin-style #content form .inline-group .add-row {
padding: 0.8em;
padding-left: 8px;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3 !important;
line-height: 2.3em; }
.djangocms-admin-style #content form .tabular table tbody td {
padding: 0.8em !important; }
.djangocms-admin-style #content form .tabular table tbody td.original p {
display: none; }
.djangocms-admin-style #content form .tabular table tbody tr.add-row td {
padding-left: 0 !important; }
.djangocms-admin-style .ui-tabs .ui-tabs-nav {
padding: 0;
border: none;
margin: 0; }
.djangocms-admin-style .ui-tabs .ui-tabs-nav .ui-state-default {
border: none;
padding-top: 0; } | 0.339937 | 0.054727 |
body {
background:#f4f4f4;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1;
margin: 0;
min-width: 960px;
padding: 0;
}
.header {
color: #0d71bb;
font-size: large;
margin: 10px;
}
.product-photo{
height: 150px;
width: 150px;
}
.product-body {
margin: 20px;
}
.product-name {
color: #2e3436;
font-size: large;
}
.product-description {
font-style: italic;
}
.product-price {
font-size: medium;
margin-top: 20px;
color: #8a6d3b;
}
.product {
color: #2e3436;
height: 170px;
background: #fff;
padding: 10px;
margin-top: 20px;
border-radius: 2px;
padding-bottom: 30px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.card-title {
margin-right: -15px;
margin-left: -15px;
background-color: #eeeeee;
color: #0882cf;
font-size: large;
text-align: center;
padding-top: 10px;
height: 45px;
}
.card-body {
margin: 20px;
}
.card {
/* Add shadows to create the "card" effect */
background: #fff;
margin-top: 20px;
border-radius: 2px;
padding-bottom: 30px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.card-link {
font-size: 0.5cm;
color: white;
}
.navbar-custom {
background-color: #1a1a1a;
}
.navbar-custom > div > ul > li{
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.admin-side-bar {
background: #b84e64;
}
.admin-side-bar > ul > li {
height: 30px;
}
.admin-side-bar > ul > li > a {
color: white;
font-size: medium;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}
.navbar-custom > div > ul > li > span > a{
color: white;
}
.navbar-custom > div > ul > li > span > .active{
color: black;
}
#background {
margin: 0;
padding: 0;
}
#page {
margin: 0 auto;
overflow: hidden;
padding: 0 10px;
width: 1400px;
}
#sidebar {
background: #b84e64;
float: left;
margin: 0 10px 0 0;
padding: 0;
width: 200px;
}
#sidebar a.logo {
display: block;
margin: 0;
padding: 0;
}
#sidebar a.logo img {
border: 0;
display: block;
}
#sidebar div {
margin: 0;
padding: 0;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar > ul {
padding: 18px 10px 0;
}
#sidebar > ul li {
height: 20px;
margin: 0 0 28px;
text-align: Center;
}
#sidebar > ul li a {
color: #b84e64;
font-family: Georgia, serif;
font-size: 16px;
height: 22px;
letter-spacing: 1px;
margin: 0;
padding: 0;
text-decoration: none;
text-transform: uppercase;
width: auto;
}
#sidebar > ul li a:hover {
color: #ebcdd4;
}
#sidebar > ul li.selected span {
background: url(../images/brace-left.png) no-repeat bottom left;
display: inline-block;
margin: 0;
padding: 0 0 0 20px;
}
#sidebar > ul li.selected a {
background: url(../images/brace-right.png) no-repeat bottom right;
color: #ebcdd4;
display: inline-block;
padding: 0 20px 0 0;
}
#sidebar .contact {
background: #b84e64;
}
#sidebar .contact ul li {
padding: 15px 10px;
text-align: center;
}
#sidebar .contact > ul {
padding: 0 0 10px;
}
#sidebar .contact ul ul li {
color: rgba(255, 255, 255, 0.98);
line-height: 18px;
padding: 0;
}
#sidebar .contact ul li span {
background: url(../images/icons.png) no-repeat;
display: block;
margin: 0 auto 10px;
padding: 0;
text-indent: -99999px;
width: 21px;
}
#sidebar .contact ul li.address span {
background-position: -8px -198px;
height: 22px;
}
#sidebar .contact ul li.contactInfo span {
background-position: -8px -240px;
height: 19px;
}
#sidebar .contact ul li.mail span {
background-position: -8px -279px;
height: 17px;
}
#sidebar .contact ul ul li a {
color: #ffffff;
text-decoration: none;
}
#sidebar .contact ul ul li a:hover {
color: #000;
}
#sidebar .connect {
background: #202958;
padding: 20px 0;
}
#sidebar .connect b {
color: #fff;
display: block;
font-family: Georgia, serif;
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
padding: 0 10px 10px;
text-align: center;
text-transform: uppercase;
}
#sidebar .connect p {
color: #ccc;
font-size: 12px;
line-height: 16px;
margin: 0;
padding: 0 10px;
text-align: center;
}
#sidebar .connect ul {
overflow: hidden;
padding: 17px 21px 0 29px;
}
#sidebar .connect ul li {
float: left;
margin: 0 8px 0 0;
}
#sidebar .connect ul li a {
background: url(../images/icons.png) no-repeat;
display: block;
height: 37px;
text-indent: -99999px;
width: 37px;
}
#sidebar .connect ul #facebook a {
background-position: 0 0;
}
#sidebar .connect ul #facebook a:hover {
background-position: -42px 0;
}
#sidebar .connect ul #twitter a {
background-position: 0 -47px;
}
#sidebar .connect ul #twitter a:hover {
background-position: -42px -47px;
}
#sidebar .connect ul #googleplus a {
background-position: 0 -94px;
}
#sidebar .connect ul #googleplus a:hover {
background-position: -42px -94px;
}
#sidebar .connect ul #connectemail a {
background-position: 0 -141px;
}
#sidebar .connect ul #connectemail a:hover {
background-position: -42px -141px;
}
#sidebar .newsletter {
padding: 14px 0 18px;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#home-content{
width: 100%;
}
#home-img{
width: 100%;
}
#content {
background: #fff;
float: left;
margin: 0;
padding: 0;
width: 950px;
}
#content #header {
margin: 0;
padding: 0;
position: relative;
width: 938px;
}
#content #header h1 {
color: #fff;
top:40px;
font-family: Georgia, serif;
font-size: 75px;
font-style: italic;
font-weight: normal;
left: 43px;
margin: 0;
padding: 0;
position: absolute;
text-transform: uppercase;
z-index: 3;
}
#content #header img {
display: block;
}
#content #header div {
background: url(../images/bg-transparent.png) repeat-x left bottom;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: absolute;
width: 700px;
z-index: 3;
}
#content #header div i {
color: #fff;
display: block;
float: left;
font-family: Georgia, serif;
font-size: 40px;
line-height: 32px;
margin: 0;
padding: 225px 0 0 54px;
width: 372px;
}
#content #header div i .more {
background: url(../images/icons.png) no-repeat 0 -355px;
color: #eee778;
font-size: 24px;
margin: 0;
padding: 0 0 0 35px;
text-decoration: none;
text-transform: capitalize;
}
#content #header div i .more:hover {
text-decoration: underline;
}
#content #header div img {
display: block;
float: right;
}
#content #body {
margin: 0;
overflow: hidden;
padding-top: 10px;
padding-right: 30px;
padding-left: 30px;
}
#content #body .header {
margin: 0;
overflow: hidden;
padding: 0;
}
#content #body .header div {
float: left;
margin: 0;
padding: 0;
position: relative;
width: 350px;
}
#content #body .header div img {
display: block;
}
#content #body .header div div, #content #body .header div i {
display: block;
margin: 0;
padding: 0;
position: absolute;
z-index: 3;
}
#content #body .header div div {
background: url(../images/bg-transparent2.png) repeat;
border-radius: 10px;
bottom: 20px;
left: 0;
padding: 20px;
width: 195px;
}
#content #body .header div div p, #content #body .header div div b {
color: #fff;
font-family: Georgia, serif;
font-size: 17px;
font-style: italic;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body .header div div p {
padding: 15px 0;
}
#content #body .header div div b {
font-size: 26px;
font-weight: normal;
}
#content #body .header div div a {
background: url(../images/icons.png) no-repeat 0 -383px;
color: #b84e64;
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 18px;
margin: 0;
padding: 0 0 0 27px;
text-decoration: none;
text-transform: capitalize;
}
#content #body .header div div a:hover {
text-decoration: underline;
}
#content #body .header div i {
background: url(../images/bg-transparent3.png) repeat;
border-radius: 10px;
bottom: 8px;
color: #fff;
font-family: Georgia, serif;
font-size: 32px;
left: 22px;
margin: 0;
padding: 5px 15px;
width: 276px;
}
#content #body .header div i a {
background: url(../images/icons.png) no-repeat 0 -400px;
color: #eee778;
font-size: 18px;
margin: 0;
padding: 0 0 0 27px;
text-decoration: none;
text-transform: capitalize;
}
#content #body .header div i a:hover {
text-decoration: underline;
}
#content #body .body {
margin: 0;
padding: 0;
}
#content #body p {
color: #7c7c7c;
font-size: 13px;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body p a {
color: #7c7c7c;
}
#content #body p a:hover {
color: #b84e64;
}
#content #body .body ul {
margin: 0;
overflow: hidden;
padding: 27px 0;
}
#content #body .body ul li {
float: left;
list-style: none;
margin: 0 0 0 40px;
padding: 0;
text-align: center;
width: 180px;
}
#content #body .body ul li a.figure {
display: block;
margin: 0;
padding: 0;
}
#content #body .body ul li a.figure:hover {
opacity: 0.8;
}
#content #body .body ul li a.figure img {
border: 0;
display: block;
}
#content #body .body ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
margin: 0;
text-align: center;
text-transform: capitalize;
}
#content #body .body ul li p {
text-align: center;
}
#content #body .body ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .body ul li a.more:hover {
text-decoration: underline;
}
#footer {
background: #b84e64;
}
#content #body > h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 25px 0 20px 30px;
text-transform: capitalize;
}
#content #body > p {
padding: 0 80px 0 40px;
}
#content #body > p span {
display: block;
margin: 0;
padding: 0 0 20px;
}
#content #body > ul {
margin: 0;
overflow: hidden;
padding: 10px 5px 0;
}
#content #body > ul li {
float: left;
list-style: none;
margin: 0;
padding: 0 0 20px;
text-align: center;
width: 230px;
}
#content #body > ul li a.figure {
display: block;
}
#content #body > ul li a.figure:hover {
opacity: 0.8;
}
#content #body > ul li a.figure img {
border: 0;
display: block;
}
#content #body > ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: lighter;
text-align: center;
}
#content #body > ul li p {
text-align: center;
padding: 0 25px;
}
#content #body > ul li p a {
color: #b84e64;
}
#content #body > ul li p a:hover {
color: #dc2f53;
}
#content #body > ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body > ul li a.more:hover {
text-decoration: underline;
}
#content #body > img {
display: block;
margin: 20px 0 0 40px;
padding: 0;
}
#content #body .section {
margin: 0;
padding: 50px 0 0;
}
#content #body .section ul {
background: url(../images/border.gif) no-repeat top center;
margin: 0;
overflow: hidden;
padding: 27px 0 15px;
}
#content #body .section ul li {
float: left;
list-style: none;
margin: 0 0 0 40px;
padding: 0;
text-align: center;
width: 180px;
}
#content #body .section ul li a.figure {
display: block;
margin: 0;
padding: 0;
}
#content #body .section ul li a.figure:hover {
opacity: 0.8;
}
#content #body .section ul li a.figure img {
border: 0;
display: block;
}
#content #body .section ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
margin: 0;
padding: 20px 0 25px;
text-align: center;
text-transform: capitalize;
}
#content #body .section ul li p {
text-align: center;
}
#content #body .section ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .section ul li a.more:hover {
text-decoration: underline;
}
#content #body .blog {
float: left;
margin: 0 0 0 40px;
padding: 0;
width: 400px;
}
#content #body .blog div {
border-top: 1px solid #e6e6e9;
margin: 0;
overflow: hidden;
padding: 37px 0;
}
#content #body .blog div:first-child {
border: 0;
}
#content #body .blog div h3 {
font-weight: normal;
margin: 0;
padding: 0;
}
#content #body .blog div h3 a {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-style: italic;
text-decoration: none;
text-transform: capitalize;
}
#content #body .blog div small {
color: #b84e64;
font-size: 12px;
font-style: italic;
display: block;
margin: 0;
padding: 0;
}
#content #body .blog div small a {
color: #b84e64;
text-decoration: none;
}
#content #body .blog div a.comment {
color: #b84e64;
float: right;
font-size: 10px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .blog a.more {
background: url(../images/icons.png) no-repeat 0 -427px;
color: #b84e64;
font-size: 10px;
padding: 0 0 0 22px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .blog div h3 a:hover, #content #body .blog div small a:hover, #content #body .blog div a.comment:hover, #content #body .blog a.more:hover {
text-decoration: underline;
}
#content #body .blog div p {
clear: both;
padding: 0 0 22px;
}
#content #body .blog div img {
display: block;
margin: 20px 0;
padding: 0;
}
#content #body .aside {
float: left;
margin: 0 0 0 40px;
padding: 35px 0 0;
width: 180px;
}
#content #body .aside h3 {
border-bottom: 1px solid #e6e6e9;
border-top: 1px solid #e6e6e9;
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
height: 53px;
line-height: 53px;
margin: 0;
padding: 0;
text-align: center;
text-transform: capitalize;
}
#content #body .aside div, #content #body .aside ul {
margin: 0;
padding: 0;
}
#content #body .aside ul li {
list-style: none;
margin: 0;
padding: 0;
}
#content #body .aside .archive > ul {
padding: 22px 0 22px 14px;
}
#content #body .aside .archive ul li {
background: url(../images/arrow-right.png) no-repeat 0 5px;
line-height: 18px;
padding: 0 0 0 14px;
text-transform: capitalize;
}
#content #body .aside .archive ul li.expand {
background: url(../images/arrow-down.png) no-repeat 0 5px;
}
#content #body .aside .archive ul ul ul li {
background: none;
}
#content #body .aside .archive ul li a {
color: #7d7c7c;
text-decoration: none;
}
#content #body .aside .archive ul li a:hover {
color: #b84e64;
}
#content #body .aside .archive ul ul ul li a:hover {
color: #b84e64;
}
#content #body .aside .popular {
text-align: center;
}
#content #body .aside .popular ul li {
border-top: 1px solid #e6e6e9;
padding: 17px 0;
}
#content #body .aside .popular ul li:first-child {
border: 0;
}
#content #body .aside .popular a.figure:hover {
opacity: 0.8;
}
#content #body .aside .popular a.figure img {
border: 0;
padding: 0 0 10px;
}
#content #body .aside .popular h4 {
font-size: 12px;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body .aside .popular h4 a {
color: #b84e64;
text-decoration: none;
text-transform: uppercase;
}
#content #body .aside .popular h4 a:hover {
color: #dc2f53;
}
#content #body .aside .popular small {
color: #b84e64;
font-size: 10px;
text-transform: uppercase;
}
#content #body .aside .popular p {
padding: 10px 0 0;
text-align: left;
}
#content #body .aside .popular p a {
color: #b84e64;
text-decoration: none;
}
#content #body .aside .popular p a:hover {
text-decoration: underline;
}
#content #body .aside .featured {
height: 314px;
position: relative;
}
#content #body .aside .featured a {
display: block;
left: -18px;
margin: 0;
padding: 0;
position: absolute;
top: 44px;
}
#content #body .aside .featured a:hover {
opacity: 0.8;
}
#content #body .aside .featured a img {
border: 0;
display: block;
}
#content #body form {
margin: 0;
padding: 35px 0 0 50px;
width: 488px;
}
#content #body form label {
display: block;
margin: 0 0 20px;
overflow: hidden;
padding: 0;
}
#content #body form label span {
color: #7d7c7c;
display: block;
font-size: 13px;
float: left;
height: 31px;
margin: 0;
padding: 5px 14px 0 0;
text-align: right;
text-transform: uppercase;
width: 74px;
}
#content #body form label input {
border: 1px solid #d6d6d6;
background: #fff;
color: #7d7c7c;
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;
width: 388px;
}
#content #body form label textarea {
border: 1px solid #d6d6d6;
background: #fff;
color: #7d7c7c;
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 205px;
margin: 0;
overflow: auto;
padding: 5px;
width: 388px;
}
#content #body form #submit2 {
border: 0;
background: url(../images/button-submit.png) no-repeat top left;
display: block;
height: 37px;
margin: 0 0 0 88px;
padding: 0;
width: 101px;
}
#footer {
background: #b84e64;
margin: 0;
padding: 20px 0;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footer a {
color: white;
font-size: 12px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
}
#footer a:hover {
color: #fff;
}
#footer ul {
display: inline-block;
margin: 0;
overflow: hidden;
padding: 0;
}
#footer ul li {
float: left;
list-style: none;
margin: 0 0 0 24px;
padding: 0;
}
#footer ul li.selected a {
color: #fff;
}
#footer p {
color: #6e7492;
font-size: 12px;
float: right;
margin: 0 24px 0 0;
padding: 0;
} | public/css/style.css | body {
background:#f4f4f4;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1;
margin: 0;
min-width: 960px;
padding: 0;
}
.header {
color: #0d71bb;
font-size: large;
margin: 10px;
}
.product-photo{
height: 150px;
width: 150px;
}
.product-body {
margin: 20px;
}
.product-name {
color: #2e3436;
font-size: large;
}
.product-description {
font-style: italic;
}
.product-price {
font-size: medium;
margin-top: 20px;
color: #8a6d3b;
}
.product {
color: #2e3436;
height: 170px;
background: #fff;
padding: 10px;
margin-top: 20px;
border-radius: 2px;
padding-bottom: 30px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.card-title {
margin-right: -15px;
margin-left: -15px;
background-color: #eeeeee;
color: #0882cf;
font-size: large;
text-align: center;
padding-top: 10px;
height: 45px;
}
.card-body {
margin: 20px;
}
.card {
/* Add shadows to create the "card" effect */
background: #fff;
margin-top: 20px;
border-radius: 2px;
padding-bottom: 30px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.card-link {
font-size: 0.5cm;
color: white;
}
.navbar-custom {
background-color: #1a1a1a;
}
.navbar-custom > div > ul > li{
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.admin-side-bar {
background: #b84e64;
}
.admin-side-bar > ul > li {
height: 30px;
}
.admin-side-bar > ul > li > a {
color: white;
font-size: medium;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}
.navbar-custom > div > ul > li > span > a{
color: white;
}
.navbar-custom > div > ul > li > span > .active{
color: black;
}
#background {
margin: 0;
padding: 0;
}
#page {
margin: 0 auto;
overflow: hidden;
padding: 0 10px;
width: 1400px;
}
#sidebar {
background: #b84e64;
float: left;
margin: 0 10px 0 0;
padding: 0;
width: 200px;
}
#sidebar a.logo {
display: block;
margin: 0;
padding: 0;
}
#sidebar a.logo img {
border: 0;
display: block;
}
#sidebar div {
margin: 0;
padding: 0;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar > ul {
padding: 18px 10px 0;
}
#sidebar > ul li {
height: 20px;
margin: 0 0 28px;
text-align: Center;
}
#sidebar > ul li a {
color: #b84e64;
font-family: Georgia, serif;
font-size: 16px;
height: 22px;
letter-spacing: 1px;
margin: 0;
padding: 0;
text-decoration: none;
text-transform: uppercase;
width: auto;
}
#sidebar > ul li a:hover {
color: #ebcdd4;
}
#sidebar > ul li.selected span {
background: url(../images/brace-left.png) no-repeat bottom left;
display: inline-block;
margin: 0;
padding: 0 0 0 20px;
}
#sidebar > ul li.selected a {
background: url(../images/brace-right.png) no-repeat bottom right;
color: #ebcdd4;
display: inline-block;
padding: 0 20px 0 0;
}
#sidebar .contact {
background: #b84e64;
}
#sidebar .contact ul li {
padding: 15px 10px;
text-align: center;
}
#sidebar .contact > ul {
padding: 0 0 10px;
}
#sidebar .contact ul ul li {
color: rgba(255, 255, 255, 0.98);
line-height: 18px;
padding: 0;
}
#sidebar .contact ul li span {
background: url(../images/icons.png) no-repeat;
display: block;
margin: 0 auto 10px;
padding: 0;
text-indent: -99999px;
width: 21px;
}
#sidebar .contact ul li.address span {
background-position: -8px -198px;
height: 22px;
}
#sidebar .contact ul li.contactInfo span {
background-position: -8px -240px;
height: 19px;
}
#sidebar .contact ul li.mail span {
background-position: -8px -279px;
height: 17px;
}
#sidebar .contact ul ul li a {
color: #ffffff;
text-decoration: none;
}
#sidebar .contact ul ul li a:hover {
color: #000;
}
#sidebar .connect {
background: #202958;
padding: 20px 0;
}
#sidebar .connect b {
color: #fff;
display: block;
font-family: Georgia, serif;
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
padding: 0 10px 10px;
text-align: center;
text-transform: uppercase;
}
#sidebar .connect p {
color: #ccc;
font-size: 12px;
line-height: 16px;
margin: 0;
padding: 0 10px;
text-align: center;
}
#sidebar .connect ul {
overflow: hidden;
padding: 17px 21px 0 29px;
}
#sidebar .connect ul li {
float: left;
margin: 0 8px 0 0;
}
#sidebar .connect ul li a {
background: url(../images/icons.png) no-repeat;
display: block;
height: 37px;
text-indent: -99999px;
width: 37px;
}
#sidebar .connect ul #facebook a {
background-position: 0 0;
}
#sidebar .connect ul #facebook a:hover {
background-position: -42px 0;
}
#sidebar .connect ul #twitter a {
background-position: 0 -47px;
}
#sidebar .connect ul #twitter a:hover {
background-position: -42px -47px;
}
#sidebar .connect ul #googleplus a {
background-position: 0 -94px;
}
#sidebar .connect ul #googleplus a:hover {
background-position: -42px -94px;
}
#sidebar .connect ul #connectemail a {
background-position: 0 -141px;
}
#sidebar .connect ul #connectemail a:hover {
background-position: -42px -141px;
}
#sidebar .newsletter {
padding: 14px 0 18px;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#home-content{
width: 100%;
}
#home-img{
width: 100%;
}
#content {
background: #fff;
float: left;
margin: 0;
padding: 0;
width: 950px;
}
#content #header {
margin: 0;
padding: 0;
position: relative;
width: 938px;
}
#content #header h1 {
color: #fff;
top:40px;
font-family: Georgia, serif;
font-size: 75px;
font-style: italic;
font-weight: normal;
left: 43px;
margin: 0;
padding: 0;
position: absolute;
text-transform: uppercase;
z-index: 3;
}
#content #header img {
display: block;
}
#content #header div {
background: url(../images/bg-transparent.png) repeat-x left bottom;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: absolute;
width: 700px;
z-index: 3;
}
#content #header div i {
color: #fff;
display: block;
float: left;
font-family: Georgia, serif;
font-size: 40px;
line-height: 32px;
margin: 0;
padding: 225px 0 0 54px;
width: 372px;
}
#content #header div i .more {
background: url(../images/icons.png) no-repeat 0 -355px;
color: #eee778;
font-size: 24px;
margin: 0;
padding: 0 0 0 35px;
text-decoration: none;
text-transform: capitalize;
}
#content #header div i .more:hover {
text-decoration: underline;
}
#content #header div img {
display: block;
float: right;
}
#content #body {
margin: 0;
overflow: hidden;
padding-top: 10px;
padding-right: 30px;
padding-left: 30px;
}
#content #body .header {
margin: 0;
overflow: hidden;
padding: 0;
}
#content #body .header div {
float: left;
margin: 0;
padding: 0;
position: relative;
width: 350px;
}
#content #body .header div img {
display: block;
}
#content #body .header div div, #content #body .header div i {
display: block;
margin: 0;
padding: 0;
position: absolute;
z-index: 3;
}
#content #body .header div div {
background: url(../images/bg-transparent2.png) repeat;
border-radius: 10px;
bottom: 20px;
left: 0;
padding: 20px;
width: 195px;
}
#content #body .header div div p, #content #body .header div div b {
color: #fff;
font-family: Georgia, serif;
font-size: 17px;
font-style: italic;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body .header div div p {
padding: 15px 0;
}
#content #body .header div div b {
font-size: 26px;
font-weight: normal;
}
#content #body .header div div a {
background: url(../images/icons.png) no-repeat 0 -383px;
color: #b84e64;
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 18px;
margin: 0;
padding: 0 0 0 27px;
text-decoration: none;
text-transform: capitalize;
}
#content #body .header div div a:hover {
text-decoration: underline;
}
#content #body .header div i {
background: url(../images/bg-transparent3.png) repeat;
border-radius: 10px;
bottom: 8px;
color: #fff;
font-family: Georgia, serif;
font-size: 32px;
left: 22px;
margin: 0;
padding: 5px 15px;
width: 276px;
}
#content #body .header div i a {
background: url(../images/icons.png) no-repeat 0 -400px;
color: #eee778;
font-size: 18px;
margin: 0;
padding: 0 0 0 27px;
text-decoration: none;
text-transform: capitalize;
}
#content #body .header div i a:hover {
text-decoration: underline;
}
#content #body .body {
margin: 0;
padding: 0;
}
#content #body p {
color: #7c7c7c;
font-size: 13px;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body p a {
color: #7c7c7c;
}
#content #body p a:hover {
color: #b84e64;
}
#content #body .body ul {
margin: 0;
overflow: hidden;
padding: 27px 0;
}
#content #body .body ul li {
float: left;
list-style: none;
margin: 0 0 0 40px;
padding: 0;
text-align: center;
width: 180px;
}
#content #body .body ul li a.figure {
display: block;
margin: 0;
padding: 0;
}
#content #body .body ul li a.figure:hover {
opacity: 0.8;
}
#content #body .body ul li a.figure img {
border: 0;
display: block;
}
#content #body .body ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
margin: 0;
text-align: center;
text-transform: capitalize;
}
#content #body .body ul li p {
text-align: center;
}
#content #body .body ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .body ul li a.more:hover {
text-decoration: underline;
}
#footer {
background: #b84e64;
}
#content #body > h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 25px 0 20px 30px;
text-transform: capitalize;
}
#content #body > p {
padding: 0 80px 0 40px;
}
#content #body > p span {
display: block;
margin: 0;
padding: 0 0 20px;
}
#content #body > ul {
margin: 0;
overflow: hidden;
padding: 10px 5px 0;
}
#content #body > ul li {
float: left;
list-style: none;
margin: 0;
padding: 0 0 20px;
text-align: center;
width: 230px;
}
#content #body > ul li a.figure {
display: block;
}
#content #body > ul li a.figure:hover {
opacity: 0.8;
}
#content #body > ul li a.figure img {
border: 0;
display: block;
}
#content #body > ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: lighter;
text-align: center;
}
#content #body > ul li p {
text-align: center;
padding: 0 25px;
}
#content #body > ul li p a {
color: #b84e64;
}
#content #body > ul li p a:hover {
color: #dc2f53;
}
#content #body > ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body > ul li a.more:hover {
text-decoration: underline;
}
#content #body > img {
display: block;
margin: 20px 0 0 40px;
padding: 0;
}
#content #body .section {
margin: 0;
padding: 50px 0 0;
}
#content #body .section ul {
background: url(../images/border.gif) no-repeat top center;
margin: 0;
overflow: hidden;
padding: 27px 0 15px;
}
#content #body .section ul li {
float: left;
list-style: none;
margin: 0 0 0 40px;
padding: 0;
text-align: center;
width: 180px;
}
#content #body .section ul li a.figure {
display: block;
margin: 0;
padding: 0;
}
#content #body .section ul li a.figure:hover {
opacity: 0.8;
}
#content #body .section ul li a.figure img {
border: 0;
display: block;
}
#content #body .section ul li h3 {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
margin: 0;
padding: 20px 0 25px;
text-align: center;
text-transform: capitalize;
}
#content #body .section ul li p {
text-align: center;
}
#content #body .section ul li a.more {
color: #b84e64;
font-size: 10px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .section ul li a.more:hover {
text-decoration: underline;
}
#content #body .blog {
float: left;
margin: 0 0 0 40px;
padding: 0;
width: 400px;
}
#content #body .blog div {
border-top: 1px solid #e6e6e9;
margin: 0;
overflow: hidden;
padding: 37px 0;
}
#content #body .blog div:first-child {
border: 0;
}
#content #body .blog div h3 {
font-weight: normal;
margin: 0;
padding: 0;
}
#content #body .blog div h3 a {
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-style: italic;
text-decoration: none;
text-transform: capitalize;
}
#content #body .blog div small {
color: #b84e64;
font-size: 12px;
font-style: italic;
display: block;
margin: 0;
padding: 0;
}
#content #body .blog div small a {
color: #b84e64;
text-decoration: none;
}
#content #body .blog div a.comment {
color: #b84e64;
float: right;
font-size: 10px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .blog a.more {
background: url(../images/icons.png) no-repeat 0 -427px;
color: #b84e64;
font-size: 10px;
padding: 0 0 0 22px;
text-decoration: none;
text-transform: uppercase;
}
#content #body .blog div h3 a:hover, #content #body .blog div small a:hover, #content #body .blog div a.comment:hover, #content #body .blog a.more:hover {
text-decoration: underline;
}
#content #body .blog div p {
clear: both;
padding: 0 0 22px;
}
#content #body .blog div img {
display: block;
margin: 20px 0;
padding: 0;
}
#content #body .aside {
float: left;
margin: 0 0 0 40px;
padding: 35px 0 0;
width: 180px;
}
#content #body .aside h3 {
border-bottom: 1px solid #e6e6e9;
border-top: 1px solid #e6e6e9;
color: #b84e64;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
height: 53px;
line-height: 53px;
margin: 0;
padding: 0;
text-align: center;
text-transform: capitalize;
}
#content #body .aside div, #content #body .aside ul {
margin: 0;
padding: 0;
}
#content #body .aside ul li {
list-style: none;
margin: 0;
padding: 0;
}
#content #body .aside .archive > ul {
padding: 22px 0 22px 14px;
}
#content #body .aside .archive ul li {
background: url(../images/arrow-right.png) no-repeat 0 5px;
line-height: 18px;
padding: 0 0 0 14px;
text-transform: capitalize;
}
#content #body .aside .archive ul li.expand {
background: url(../images/arrow-down.png) no-repeat 0 5px;
}
#content #body .aside .archive ul ul ul li {
background: none;
}
#content #body .aside .archive ul li a {
color: #7d7c7c;
text-decoration: none;
}
#content #body .aside .archive ul li a:hover {
color: #b84e64;
}
#content #body .aside .archive ul ul ul li a:hover {
color: #b84e64;
}
#content #body .aside .popular {
text-align: center;
}
#content #body .aside .popular ul li {
border-top: 1px solid #e6e6e9;
padding: 17px 0;
}
#content #body .aside .popular ul li:first-child {
border: 0;
}
#content #body .aside .popular a.figure:hover {
opacity: 0.8;
}
#content #body .aside .popular a.figure img {
border: 0;
padding: 0 0 10px;
}
#content #body .aside .popular h4 {
font-size: 12px;
line-height: 18px;
margin: 0;
padding: 0;
}
#content #body .aside .popular h4 a {
color: #b84e64;
text-decoration: none;
text-transform: uppercase;
}
#content #body .aside .popular h4 a:hover {
color: #dc2f53;
}
#content #body .aside .popular small {
color: #b84e64;
font-size: 10px;
text-transform: uppercase;
}
#content #body .aside .popular p {
padding: 10px 0 0;
text-align: left;
}
#content #body .aside .popular p a {
color: #b84e64;
text-decoration: none;
}
#content #body .aside .popular p a:hover {
text-decoration: underline;
}
#content #body .aside .featured {
height: 314px;
position: relative;
}
#content #body .aside .featured a {
display: block;
left: -18px;
margin: 0;
padding: 0;
position: absolute;
top: 44px;
}
#content #body .aside .featured a:hover {
opacity: 0.8;
}
#content #body .aside .featured a img {
border: 0;
display: block;
}
#content #body form {
margin: 0;
padding: 35px 0 0 50px;
width: 488px;
}
#content #body form label {
display: block;
margin: 0 0 20px;
overflow: hidden;
padding: 0;
}
#content #body form label span {
color: #7d7c7c;
display: block;
font-size: 13px;
float: left;
height: 31px;
margin: 0;
padding: 5px 14px 0 0;
text-align: right;
text-transform: uppercase;
width: 74px;
}
#content #body form label input {
border: 1px solid #d6d6d6;
background: #fff;
color: #7d7c7c;
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;
width: 388px;
}
#content #body form label textarea {
border: 1px solid #d6d6d6;
background: #fff;
color: #7d7c7c;
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 205px;
margin: 0;
overflow: auto;
padding: 5px;
width: 388px;
}
#content #body form #submit2 {
border: 0;
background: url(../images/button-submit.png) no-repeat top left;
display: block;
height: 37px;
margin: 0 0 0 88px;
padding: 0;
width: 101px;
}
#footer {
background: #b84e64;
margin: 0;
padding: 20px 0;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footer a {
color: white;
font-size: 12px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
}
#footer a:hover {
color: #fff;
}
#footer ul {
display: inline-block;
margin: 0;
overflow: hidden;
padding: 0;
}
#footer ul li {
float: left;
list-style: none;
margin: 0 0 0 24px;
padding: 0;
}
#footer ul li.selected a {
color: #fff;
}
#footer p {
color: #6e7492;
font-size: 12px;
float: right;
margin: 0 24px 0 0;
padding: 0;
} | 0.416915 | 0.091911 |
body{
color: #333;
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
background: #fff;
margin: 0;
paddign: 0;
}
/* Style for text
* --------------------------------------- */
p{
color: #333;
}
/* Common styles
* --------------------------------------- */
*{
box-sizing: border-box;
}
textarea {
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.wrap{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.box{
font-size: 1.2em;
line-height: 1.6em;
text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
.wrap{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
}
#section h2{
margin-bottom: 50px;
position: relative;
display: block;
}
#section p a{
color: #00B16A;
text-decoration: none;
}
#section .wrap {
text-align: center;
width: 100%;
}
#section .box{
text-align: center;
margin: 5% 0 0 0;
width: 100%;
}
.contact-form {
width: 50%;
margin: 0 auto;
padding: 40px;
}
.contact-form .input-block {
background-color: transparent;
border: none;
width: 100%;
height: 60px;
border-bottom: 2px solid #00b16a;
margin: 0;
position: relative;
margin-bottom: 20px;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
}
.contact-form .input-block.textarea {
height: auto;
}
.contact-form .input-block.textarea .form-control {
height: auto;
resize: none;
}
.contact-form .input-block label {
position: absolute;
left: 10px;
top: 25px;
display: block;
margin: 0;
font-weight: 400;
z-index: 1;
color: #aaa;
font-size: 18px;
line-height: 10px;
}
.contact-form .input-block .form-control {
background-color: transparent;
margin: 0;
outline: none;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 30px 10px;
width: 100%;
position: relative;
z-index: 2;
font-size: 18px;
color: #333;
}
.contact-form .input-block .form-control:focus label {
top: 0;
}
.contact-form .square-button {
background-color: #00B16A;
color: #fff;
font-size: 26px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0 60px;
height: 60px;
cursor: pointer;
outline: none;
border: none;
width: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
background-color: #66CC99;
box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
transform: translateY(-4px);
}
@media (min-width: 768px) {
.contact-wrap {
margin: auto;
}
}
@media (max-width: 868px) {
.contact-form {
width: 100%;
padding: 40px;
}
}
@media (max-width: 568px) {
.contact-form {
padding: 10px;
}
}
/*----page styles---*/
.contact-wrap {
padding: 15px;
background: #ecf0f1;
}
.contact-wrap h1 {
background-color: white;
color: #ff7c62;
padding: 40px;
margin: 0 0 50px;
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
}
.contact-wrap h1 small {
font-size: 18px;
display: block;
text-transform: none;
font-weight: 300;
margin-top: 10px;
color: #ff7c62;
} | asset/styles/form3.css | body{
color: #333;
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
background: #fff;
margin: 0;
paddign: 0;
}
/* Style for text
* --------------------------------------- */
p{
color: #333;
}
/* Common styles
* --------------------------------------- */
*{
box-sizing: border-box;
}
textarea {
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.wrap{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.box{
font-size: 1.2em;
line-height: 1.6em;
text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
.wrap{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
}
#section h2{
margin-bottom: 50px;
position: relative;
display: block;
}
#section p a{
color: #00B16A;
text-decoration: none;
}
#section .wrap {
text-align: center;
width: 100%;
}
#section .box{
text-align: center;
margin: 5% 0 0 0;
width: 100%;
}
.contact-form {
width: 50%;
margin: 0 auto;
padding: 40px;
}
.contact-form .input-block {
background-color: transparent;
border: none;
width: 100%;
height: 60px;
border-bottom: 2px solid #00b16a;
margin: 0;
position: relative;
margin-bottom: 20px;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
}
.contact-form .input-block.textarea {
height: auto;
}
.contact-form .input-block.textarea .form-control {
height: auto;
resize: none;
}
.contact-form .input-block label {
position: absolute;
left: 10px;
top: 25px;
display: block;
margin: 0;
font-weight: 400;
z-index: 1;
color: #aaa;
font-size: 18px;
line-height: 10px;
}
.contact-form .input-block .form-control {
background-color: transparent;
margin: 0;
outline: none;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 30px 10px;
width: 100%;
position: relative;
z-index: 2;
font-size: 18px;
color: #333;
}
.contact-form .input-block .form-control:focus label {
top: 0;
}
.contact-form .square-button {
background-color: #00B16A;
color: #fff;
font-size: 26px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0 60px;
height: 60px;
cursor: pointer;
outline: none;
border: none;
width: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
background-color: #66CC99;
box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
transform: translateY(-4px);
}
@media (min-width: 768px) {
.contact-wrap {
margin: auto;
}
}
@media (max-width: 868px) {
.contact-form {
width: 100%;
padding: 40px;
}
}
@media (max-width: 568px) {
.contact-form {
padding: 10px;
}
}
/*----page styles---*/
.contact-wrap {
padding: 15px;
background: #ecf0f1;
}
.contact-wrap h1 {
background-color: white;
color: #ff7c62;
padding: 40px;
margin: 0 0 50px;
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
}
.contact-wrap h1 small {
font-size: 18px;
display: block;
text-transform: none;
font-weight: 300;
margin-top: 10px;
color: #ff7c62;
} | 0.253953 | 0.048564 |
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: url(storage/close-up-male-hands-using-laptop-home.jpg) no-repeat ;
background-size: cover;
}
header
{
background-color: #2e3131;
height: 50px;
}
.main-nav1
{
float: right;
list-style: none;
margin-top: -8px;
margin-left: 400px;
}
.main-nav1 li
{
display: inline-block;
}
.main-nav1 li a
{
color: white;
text-decoration: none;
padding: 7px 10px;
font-size: 15px;
}
/* .main-nav1 li a:hover
{
border: 1px solid white;
border-radius: 24px;
} */
.login-box{
width: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: rgb(0, 0, 0);
text-align: center;
}
.login-box h1{
border:0;
background:none;
display:block;
/* margin:20px auto; */
text-align: center;
font-size: 40px;
border-bottom: 6px solid #000000;
margin-bottom: 50px;
padding: 13px 0;
}
/* ------------------------------------------text & animation------------- */
.text1
{
color:rgb(0, 0, 0);
font-weight: 700;
letter-spacing: 2px;
margin-bottom:20px;
position:relative;
animation: text 2.5s 1;
}
@keyframes text
{ 0%
{ color: black;
margin-top:-40px;
}
20%
{
letter-spacing: 25px;
margin-top:-40px;
}
85%
{ letter-spacing: 8px;
margin-top: -40px;
}
}
.text2
{
font-size: 20px;
color: white;
letter-spacing: 5px;
text-transform: uppercase;
position:absolute;
animation: htext 2.5s 1;
}
@keyframes htext
{ 0%
{ color: black;
margin-bottom:-40px;
}
20%
{
letter-spacing: 25px;
margin-bottom:-20px;
}
85%
{
letter-spacing: 8px;
margin-bottom: -15px;
}
}
/* --------------------------------------textbox starts-------------- */
.textbox{
width: 100%;
overflow: hidden;
font-size: 20px;
padding: 8px 0;
margin: 8px 0;
/* border-bottom: 1px solid #4caf50; */
}
/* ----------------------for icon ------------ */
.textbox i{
width: 26px;
float: left;
text-align: center;
}
.textbox input{
border: 0;
outline: none;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border:2px solid #000000;
padding: 14px 10px;
color: rgb(0, 0, 0);
font-size: 18px;
width: 200px;
outline:none;
float: left;
margin: 0 10px;
border-radius: 24px;
transition: 0.5s;
}
.textbox input[type= text]:focus,.textbox input[type=password]:focus
{
width: 350px;
}
/* --------------------does work */
.textbox span{
border: none;
outline: none;
background: none;
color: red;
font-size: 12px;
width: 80%;
float: right;
margin: 0 100px;
}
/* -------------------------------------------------------- */
.btn{
width: 50%;
border: 2px solid #000000;
background: none;
padding: 10px 20px;
font-size: 20px;
font-family: "montserrat";
cursor: pointer;
margin: 10px;
transition: 1.5s all ease;
position: relative;
overflow: hidden;
margin-right:40%;
}
.btn2
{ border:0;
color:rgb(255, 255, 255);
width:auto;
}
.btn2:hover
{
background: rgb(255, 255, 255);
color: #000000;
border-radius: 24px;
}
.btn1
{ color: rgb(0, 0, 0);
border-radius: 24px;
}
.btn1:hover
{
background: white;
color : #3489db;
transform: scale(1.05);
}
/* ---------------for button animation------------------- */
.btn::before
{
content: "";
position: absolute;
left: 0;
width: 100%;
height: 0%;
background: rgb(75, 77, 75);
z-index: -1;
transition: 0.8s;
}
.btn1::before{
bottom: 0;
border-radius: 50% 50% 0 0;
}
.btn1:hover::before{
height: 180%;
}
/* --------------------------------------------- */ | Mid/ATP-3-mid-project-main/assets/css/login.css | body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: url(storage/close-up-male-hands-using-laptop-home.jpg) no-repeat ;
background-size: cover;
}
header
{
background-color: #2e3131;
height: 50px;
}
.main-nav1
{
float: right;
list-style: none;
margin-top: -8px;
margin-left: 400px;
}
.main-nav1 li
{
display: inline-block;
}
.main-nav1 li a
{
color: white;
text-decoration: none;
padding: 7px 10px;
font-size: 15px;
}
/* .main-nav1 li a:hover
{
border: 1px solid white;
border-radius: 24px;
} */
.login-box{
width: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: rgb(0, 0, 0);
text-align: center;
}
.login-box h1{
border:0;
background:none;
display:block;
/* margin:20px auto; */
text-align: center;
font-size: 40px;
border-bottom: 6px solid #000000;
margin-bottom: 50px;
padding: 13px 0;
}
/* ------------------------------------------text & animation------------- */
.text1
{
color:rgb(0, 0, 0);
font-weight: 700;
letter-spacing: 2px;
margin-bottom:20px;
position:relative;
animation: text 2.5s 1;
}
@keyframes text
{ 0%
{ color: black;
margin-top:-40px;
}
20%
{
letter-spacing: 25px;
margin-top:-40px;
}
85%
{ letter-spacing: 8px;
margin-top: -40px;
}
}
.text2
{
font-size: 20px;
color: white;
letter-spacing: 5px;
text-transform: uppercase;
position:absolute;
animation: htext 2.5s 1;
}
@keyframes htext
{ 0%
{ color: black;
margin-bottom:-40px;
}
20%
{
letter-spacing: 25px;
margin-bottom:-20px;
}
85%
{
letter-spacing: 8px;
margin-bottom: -15px;
}
}
/* --------------------------------------textbox starts-------------- */
.textbox{
width: 100%;
overflow: hidden;
font-size: 20px;
padding: 8px 0;
margin: 8px 0;
/* border-bottom: 1px solid #4caf50; */
}
/* ----------------------for icon ------------ */
.textbox i{
width: 26px;
float: left;
text-align: center;
}
.textbox input{
border: 0;
outline: none;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border:2px solid #000000;
padding: 14px 10px;
color: rgb(0, 0, 0);
font-size: 18px;
width: 200px;
outline:none;
float: left;
margin: 0 10px;
border-radius: 24px;
transition: 0.5s;
}
.textbox input[type= text]:focus,.textbox input[type=password]:focus
{
width: 350px;
}
/* --------------------does work */
.textbox span{
border: none;
outline: none;
background: none;
color: red;
font-size: 12px;
width: 80%;
float: right;
margin: 0 100px;
}
/* -------------------------------------------------------- */
.btn{
width: 50%;
border: 2px solid #000000;
background: none;
padding: 10px 20px;
font-size: 20px;
font-family: "montserrat";
cursor: pointer;
margin: 10px;
transition: 1.5s all ease;
position: relative;
overflow: hidden;
margin-right:40%;
}
.btn2
{ border:0;
color:rgb(255, 255, 255);
width:auto;
}
.btn2:hover
{
background: rgb(255, 255, 255);
color: #000000;
border-radius: 24px;
}
.btn1
{ color: rgb(0, 0, 0);
border-radius: 24px;
}
.btn1:hover
{
background: white;
color : #3489db;
transform: scale(1.05);
}
/* ---------------for button animation------------------- */
.btn::before
{
content: "";
position: absolute;
left: 0;
width: 100%;
height: 0%;
background: rgb(75, 77, 75);
z-index: -1;
transition: 0.8s;
}
.btn1::before{
bottom: 0;
border-radius: 50% 50% 0 0;
}
.btn1:hover::before{
height: 180%;
}
/* --------------------------------------------- */ | 0.271348 | 0.053329 |
.txt_Titulo{
text-align: center;
font-family: Roboto;
color: #771414;
font-size: 143.75%;
font-weight: medium;
}
#sobreNosotrosDivPrincipal br{
height: 1px;
}
.hrMediano{
height: 1px;
border: 0;
color:none;
background-color: #707070;
width: 65%;
text-align: center;
margin: auto;
}
.txt_TituloGrande{
text-align: center;
font-family: Roboto;
color: #771414;
font-size: 281.25%;
font-weight:bolder;
}
.txt_contenido{
text-align: center;
font-family: Roboto;
color: #13161A;
font-size: 150%;
font-weight:normal;
}
.div_contenido{
width: 80%;
margin: auto;
}
#img_SENASICA{
float: right;
margin-right: 10%;
}
.div_BigSeparacion{
height: 120px;
text-align: center;
background-color: none;
}
#div_mision{
height: 660%;
width: 100%;
background: url("/img/misionFondo.jpg") ;
background-size: cover;
}
.div_misionTransparente{
color: #757575;
background-color:rgba(117, 117,117, 0.65);
/* opacity:0.65; */
height:267px;
width: 100%;
margin: auto;
}
.txt_mision{
text-align: center;
font-family: Roboto;
background-color:rgba(117, 117,117, 0);
color: #FAFAFA;
font-size: 281.25%;
font-weight:black;
}
.txt_misionContenido{
text-align: center;
font-family: Roboto;
background-color:rgba(117, 117,117, 0);
color: #FAFAFA;
font-size: 150%;
font-weight:medium;
}
#div_historia{
background-color: #E2DFD8;
height:660%;
width: 50%;
float: left;
}
#div_historiaPII{
background-color: #207457;
height:660%;
width: 50%;
float: right;
}
#img_historia{
width:95%;
height:60%;
margin-top: 20%;
}
#div_certificacion{
height: 660%;
}
#div_certificacionII{
height: 666%;
width: 45%;
float: right;
}
#txt_certificacion{
text-align: center;
font-family: Roboto;
color: black;
font-size: 270%;
}
#txt_certificacionContenido{
text-align: center;
font-family: Roboto;
color: black;
font-size: 110%;
font-weight:medium;
}
#img_certificacion{
margin:auto;
display:block;
}
#btn_certificacion{
float: right;
margin-right: 25%;
text-align: center;
text-decoration: none;
padding: 2.5%;
font-family: Roboto;
font-size: 80%;
color: #fafafa;
padding-left: 20%;
padding-right: 20%;
background-color:black;
}
#btn_certificacion:hover{
background-color:#757575;
text-decoration: none;
}
#div_ubicanos{
float: center;
height: 666%;
width: 100%;
background: url("/img/ubicanos3.jpg") ;
background-color:rgba(117, 117,117, 0.65);
background-size: cover;
}
.div_pantallaSeparacion{
height: 660%;
text-align: center;
background-color: none;
}
#mapa{
background-color: transparent;
margin:auto;
display:block;
}
/* Estilo de la galeria */
.galeria{
width: 90%;
margin: auto;
list-style: none;
padding: 20px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.galeria li{
margin: 5px;
}
.galeria img{
width: 280px;
width: 280px;
}
.galeria img:hover{
filter:brightness(0.4);
}
/* Estilo del modal de galeria */
.modal{
display: none;
}
.modal:target{
display: block;
position: fixed;
background:rgba(0, 0,0, 0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.imagen{
background-color:transparent;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.modal p{
background-color:transparent;
color:#FAFAFA;
font-family: Roboto;
font-size: 38px;
text-align: center;
margin: 15px 0;
font-weight:bolder;
}
.imagen a{
color: #fff;
font-size: 40px;
text-decoration: none;
margin: 0 10px;
margin-top: 170px;
background-color: transparent;
}
.imagen a:nth-child(2){
margin: 0;
height: 100%;
flex-shrink: 2;
}
.imagen img{
/* Imagenes grandes */
width: 100%;
height: 150%;
max-width: 100%;
border: 2px solid;
box-sizing: border-box;
}
.cerrar{
display: block;
background: url("/img/close.png") ;
background-size: cover;
/* background:white; */
width: 35px;
height: 35px;
margin: 180px auto;
border-radius: 100%;
}
.next{
background: url("/img/next.png") ;
background-size: cover;
width: 35px;
height: 35px;
}
.before{
background: url("/img/before.png") ;
background-size: cover;
width: 35px;
height: 35px;
} | public/css/estiloSobreNosotros.css | .txt_Titulo{
text-align: center;
font-family: Roboto;
color: #771414;
font-size: 143.75%;
font-weight: medium;
}
#sobreNosotrosDivPrincipal br{
height: 1px;
}
.hrMediano{
height: 1px;
border: 0;
color:none;
background-color: #707070;
width: 65%;
text-align: center;
margin: auto;
}
.txt_TituloGrande{
text-align: center;
font-family: Roboto;
color: #771414;
font-size: 281.25%;
font-weight:bolder;
}
.txt_contenido{
text-align: center;
font-family: Roboto;
color: #13161A;
font-size: 150%;
font-weight:normal;
}
.div_contenido{
width: 80%;
margin: auto;
}
#img_SENASICA{
float: right;
margin-right: 10%;
}
.div_BigSeparacion{
height: 120px;
text-align: center;
background-color: none;
}
#div_mision{
height: 660%;
width: 100%;
background: url("/img/misionFondo.jpg") ;
background-size: cover;
}
.div_misionTransparente{
color: #757575;
background-color:rgba(117, 117,117, 0.65);
/* opacity:0.65; */
height:267px;
width: 100%;
margin: auto;
}
.txt_mision{
text-align: center;
font-family: Roboto;
background-color:rgba(117, 117,117, 0);
color: #FAFAFA;
font-size: 281.25%;
font-weight:black;
}
.txt_misionContenido{
text-align: center;
font-family: Roboto;
background-color:rgba(117, 117,117, 0);
color: #FAFAFA;
font-size: 150%;
font-weight:medium;
}
#div_historia{
background-color: #E2DFD8;
height:660%;
width: 50%;
float: left;
}
#div_historiaPII{
background-color: #207457;
height:660%;
width: 50%;
float: right;
}
#img_historia{
width:95%;
height:60%;
margin-top: 20%;
}
#div_certificacion{
height: 660%;
}
#div_certificacionII{
height: 666%;
width: 45%;
float: right;
}
#txt_certificacion{
text-align: center;
font-family: Roboto;
color: black;
font-size: 270%;
}
#txt_certificacionContenido{
text-align: center;
font-family: Roboto;
color: black;
font-size: 110%;
font-weight:medium;
}
#img_certificacion{
margin:auto;
display:block;
}
#btn_certificacion{
float: right;
margin-right: 25%;
text-align: center;
text-decoration: none;
padding: 2.5%;
font-family: Roboto;
font-size: 80%;
color: #fafafa;
padding-left: 20%;
padding-right: 20%;
background-color:black;
}
#btn_certificacion:hover{
background-color:#757575;
text-decoration: none;
}
#div_ubicanos{
float: center;
height: 666%;
width: 100%;
background: url("/img/ubicanos3.jpg") ;
background-color:rgba(117, 117,117, 0.65);
background-size: cover;
}
.div_pantallaSeparacion{
height: 660%;
text-align: center;
background-color: none;
}
#mapa{
background-color: transparent;
margin:auto;
display:block;
}
/* Estilo de la galeria */
.galeria{
width: 90%;
margin: auto;
list-style: none;
padding: 20px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.galeria li{
margin: 5px;
}
.galeria img{
width: 280px;
width: 280px;
}
.galeria img:hover{
filter:brightness(0.4);
}
/* Estilo del modal de galeria */
.modal{
display: none;
}
.modal:target{
display: block;
position: fixed;
background:rgba(0, 0,0, 0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.imagen{
background-color:transparent;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.modal p{
background-color:transparent;
color:#FAFAFA;
font-family: Roboto;
font-size: 38px;
text-align: center;
margin: 15px 0;
font-weight:bolder;
}
.imagen a{
color: #fff;
font-size: 40px;
text-decoration: none;
margin: 0 10px;
margin-top: 170px;
background-color: transparent;
}
.imagen a:nth-child(2){
margin: 0;
height: 100%;
flex-shrink: 2;
}
.imagen img{
/* Imagenes grandes */
width: 100%;
height: 150%;
max-width: 100%;
border: 2px solid;
box-sizing: border-box;
}
.cerrar{
display: block;
background: url("/img/close.png") ;
background-size: cover;
/* background:white; */
width: 35px;
height: 35px;
margin: 180px auto;
border-radius: 100%;
}
.next{
background: url("/img/next.png") ;
background-size: cover;
width: 35px;
height: 35px;
}
.before{
background: url("/img/before.png") ;
background-size: cover;
width: 35px;
height: 35px;
} | 0.20343 | 0.106458 |
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/** Remove default margin. */
body { margin: 0; }
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }
/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }
/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }
/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }
/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }
/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }
/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }
/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }
/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 1em 40px; }
/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
/** Contain overflow in all browsers. */
pre { overflow: auto; }
/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }
/** Address `overflow` set to `hidden` in IE 8/9/10. */
button { overflow: visible; }
/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8+, and Opera Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }
/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }
/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }
/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/** Remove default vertical scrollbar in IE 8/9. */
textarea { overflow: auto; }
/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }
/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
/* MNML by @mrmrs_
*/
/* ========================================================================== VARIABLES ========================================================================== */
/* Colors ========================================================================== */
/* Don't use black */
/* Type Scale ========================================================================== */
/** 12 & 16 as roots then powers of two. */
/* Medium */
/* Large */
/* ========================================================================== QUERIES ========================================================================== */
/*
Mixing for mobile first queries. Two breakpoints. Use like this:
@include break(medium) { .class-name { color: red; } }
*/
/* ========================================================================== Media Queries
- Not-small - Medium - Large ========================================================================== */
/* Not-small (anything bigger than your first breakpoint) ========================================================================== */
/* Medium - only targets 1st breakpoint. Styles do not extend past 64em. ========================================================================== */
/* Large - only targets 2nd breakpoint. Styles do not extend past 64em. ========================================================================== */
/* BASSCSS by Jxnblk
*/
body, button, input, select, textarea, pre { margin: 0; }
h1, h2, h3, h4, h5, h6, p, dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
body { font-family: 'Helvetica Neue', Helvetica, sans-serif; line-height: 1.5rem; font-weight: 200; letter-spacing: .02rem; }
pre { padding: 20px 20px 0 20px; background-color: #fafafa; border: thin solid #f3f3f3; }
h1, .h1, .f1 { font-size: 2rem; line-height: 2.5rem; }
h2, .h2, .f2 { font-size: 1.5rem; line-height: 2rem; }
h3, .h3, p, .f3 { font-size: 1.65rem; line-height: 1.5rem; }
p, .p, .f4, h4, h5, h6, dl, ol, ul { font-size: 1.125rem; line-height: 1.5rem; font-family: 'Merriweather', Georgia, 'Times New Roman', serif; }
small, .small, .f5 { font-size: .875rem; line-height: 1.5rem; opacity: 0.8; }
@media screen and (min-width: 48em) { .h1 { font-size: 4rem; line-height: 5rem; }
.h2 { font-size: 2rem; line-height: 2.5rem; }
.h3, p { font-size: 1.5rem; line-height: 2rem; }
.p { font-size: 1.25rem; line-height: 2rem; }
.small { font-size: .85rem; } }
@media screen and (min-width: 64em) { .h1 { font-size: 6rem; line-height: 8rem; }
.h2 { font-size: 3rem; line-height: 3.5rem; } }
strong, .bold { font-weight: bold; }
.regular { font-weight: normal; }
.italic { font-style: italic; }
.caps { text-transform: uppercase; letter-spacing: .2em; }
.center { text-align: center; }
.right-align { text-align: right; }
.dim { opacity: 0.8; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
.measure { max-width: 48rem; }
.measure-narrow { max-width: 32rem; }
.measure-wide { max-width: 60rem; }
.leading-1 { line-height: 1.5rem; }
.leading-2 { line-height: 2rem; }
.leading-3 { line-height: 3rem; }
.leading-4 { line-height: 4rem; }
.m0 { margin: 0; }
.mb0 { margin-bottom: 0; }
.m1 { margin: 1rem; }
.mt1 { margin-top: 1rem; }
.mr1 { margin-right: 1rem; }
.mb1 { margin-bottom: 1rem; }
.ml1 { margin-left: 1rem; }
.m2 { margin: 2rem; }
.mt2 { margin-top: 2rem; }
.mr2 { margin-right: 2rem; }
.mb2 { margin-bottom: 2rem; }
.ml2 { margin-left: 2rem; }
.m3 { margin: 3rem; }
.mt3 { margin-top: 3rem; }
.mr3 { margin-right: 3rem; }
.mb3 { margin-bottom: 3rem; }
.ml3 { margin-left: 3rem; }
.m4 { margin: 4rem; }
.mt4 { margin-top: 4rem; }
.mr4 { margin-right: 4rem; }
.mb4 { margin-bottom: 4rem; }
.ml4 { margin-left: 4rem; }
.wrap { margin-right: auto; margin-left: auto; }
.m-responsive { margin: 2rem; }
.mt-responsive { margin-top: 2rem; }
.mr-responsive { margin-right: 2rem; }
.mb-responsive { margin-bottom: 2rem; }
.ml-responsive { margin-left: 2rem; }
@media screen and (min-width: 48em) and (max-width: 64em) { .m-responsive { margin: 3rem; }
.mt-responsive { margin-top: 3rem; }
.mr-responsive { margin-right: 3rem; }
.mb-responsive { margin-bottom: 3rem; }
.ml-responsive { margin-left: 3rem; } }
@media screen and (min-width: 64em) { .m-responsive { margin: 4rem; }
.mt-responsive { margin-top: 4rem; }
.mr-responsive { margin-right: 4rem; }
.mb-responsive { margin-bottom: 4rem; }
.ml-responsive { margin-left: 4rem; } }
.p1 { padding: 1rem; }
.px1 { padding-right: 1rem; padding-left: 1rem; }
.py1, p { padding-top: 1rem; padding-bottom: 1rem; }
.p2 { padding: 2rem; }
.px2 { padding-right: 2rem; padding-left: 2rem; }
.py2 { padding-top: 2rem; padding-bottom: 2rem; }
.p3 { padding: 3rem; }
.px3 { padding-right: 3rem; padding-left: 3rem; }
.py3 { padding-top: 3rem; padding-bottom: 3rem; }
.p4 { padding: 4rem; }
.px4 { padding-right: 4rem; padding-left: 4rem; }
.py4 { padding-top: 4rem; padding-bottom: 4rem; }
.p-responsive { padding: 1.5rem; }
.px-responsive { padding-right: 1.5rem; padding-left: 1.5rem; }
.py-responsive { padding-top: 1.5rem; padding-bottom: 1.5rem; }
@media screen and (min-width: 48em) and (max-width: 64em) { .p-responsive { padding: 3rem; }
.px-responsive { padding-right: 3rem; padding-left: 3rem; }
.py-responsive { padding-top: 3rem; padding-bottom: 3rem; } }
@media screen and (min-width: 64em) { .p-responsive { padding: 4rem; }
.px-responsive { padding-right: 4rem; padding-left: 4rem; }
.py-responsive { padding-top: 4rem; padding-bottom: 4rem; } }
.inline { display: inline; }
.block { display: block; }
.inline-block { display: inline-block; }
.oh { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.fit { max-width: 100%; }
.full-width { width: 100%; }
.half-width { width: 50%; }
.mobile-show { display: none; }
@media screen and (max-width: 48em) { .mobile-show, .mobile-block { display: block; }
.mobile-block { width: 100%; }
.mobile-hide { display: none; }
.mobile-center { text-align: center; } }
.button { font-family: inherit; font-weight: bold; text-decoration: none; cursor: pointer; border: none; -webkit-appearance: none; appearance: none; white-space: nowrap; display: inline-block; line-height: 2rem; height: auto; min-height: 2rem; padding: .5rem 1rem; }
.button-big { padding: 1rem 1.5rem; }
.button-small { padding: 0 1rem; }
.form { font-size: 1rem; }
.input { appearance: none; border-style: solid; border-width: 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; height: 3rem; line-height: 2rem; padding: .5rem; border-radius: .25rem; }
.select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 3rem; margin-right: 0; margin-left: 0; border-radius: .25rem; }
.textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 1rem; line-height: 1.5rem; border-radius: .25rem; }
.form-stacked label, .form-stacked .input, .form-stacked .select { display: block; width: 100%; }
.form-stacked .input, .form-stacked .select, .form-stacked .radio, .form-stacked .checkbox { margin-bottom: 1rem; }
.list { padding-left: 2rem; }
.list-simple { list-style: none; padding-left: 0; }
.list-inline { list-style: none; padding-left: 0; }
.list-inline li { display: inline; white-space: nowrap; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.t0 { top: 0; }
.r0 { right: 0; }
.b0 { bottom: 0; }
.l0 { left: 0; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }
.z4 { z-index: 4; }
.absolute-center { top: 0; right: 0; bottom: 0; left: 0; margin: auto; display: table; }
.white { color: #fff; }
.blue { color: #2c3e50; }
.light-gray { color: #bdc3c7; }
.mid-gray { color: #95a5a6; }
.dark-gray { color: #333333; }
.red { color: #ff5522; }
.green { color: #16a085; }
.orange { color: #ffcc22; }
.bg-white { background-color: #fff; }
.bg-blue { background-color: #2c3e50; }
.bg-very-light-gray { background-color: #fafafa; }
.bg-light-gray { background-color: #bdc3c7; }
.bg-mid-gray { background-color: #95a5a6; }
.bg-dark-gray { background-color: #333333; }
.bg-red { background-color: #ff5522; }
.bg-green { background-color: #16a085; }
.bg-orange { background-color: #ffcc22; }
body { color: #333333; background-color: #fff; }
a { color: #16a085; text-decoration: none; }
a:hover { color: #107360; }
.button { border-radius: .25rem; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-property: -webkit-box-shadow , background-color; transition-property: box-shadow , background-color; }
.button:focus { outline: none; -webkit-box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); }
.button-green { color: #fff; background-color: #16a085; }
.button-green:hover { color: #fff; background-color: #0a463a; }
.button-gray { color: #fff; background-color: #95a5a6; }
.button-gray:hover { color: #fff; background-color: #617374; }
.form-light .input, .form-light .textarea, .form-light .select { -webkit-transition: -webkit-box-shadow .2s ease; transition: box-shadow .2s ease; border-color: #95a5a6; }
.form-light .input:focus, .form-light .textarea:focus, .form-light .select:focus { outline: none; border-color: #2c3e50; -webkit-box-shadow: 0 0 0.125rem rgba(44, 62, 80, 0.5); box-shadow: 0 0 0.125rem rgba(44, 62, 80, 0.5); }
.form-light .radio input, .form-light .checkbox input { -webkit-transition: -webkit-box-shadow .2s ease; transition: box-shadow .2s ease; }
.form-light .radio input:focus, .form-light .checkbox input:focus { outline: none; -webkit-box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); }
.form-light .radio input { border-radius: 50%; }
.border { border-style: solid; border-width: 1px; }
.border-top { border-top-style: solid; border-top-width: 1px; }
.border-light-gray { border-color: #bdc3c7; }
.rounded { border-radius: .25rem; }
.transition-all { -webkit-transition: all .2s ease; transition: all .2s ease; }
/* Custom styling by <NAME>
*/
/* ========================================================================== Site styles ========================================================================== */
html, body { height: 100%; }
.table { display: table; width: 100%; }
.table-cell { display: table-cell; }
.va-middle { vertical-align: middle; }
header { min-height: 100%; }
.wrap { margin: 0 auto; }
.container { max-width: 48rem; }
p { line-height: 2.5rem; } | css/i.css | html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/** Remove default margin. */
body { margin: 0; }
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }
/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }
/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }
/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }
/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }
/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }
/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }
/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }
/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 1em 40px; }
/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
/** Contain overflow in all browsers. */
pre { overflow: auto; }
/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }
/** Address `overflow` set to `hidden` in IE 8/9/10. */
button { overflow: visible; }
/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8+, and Opera Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }
/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }
/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }
/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/** Remove default vertical scrollbar in IE 8/9. */
textarea { overflow: auto; }
/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }
/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
/* MNML by @mrmrs_
*/
/* ========================================================================== VARIABLES ========================================================================== */
/* Colors ========================================================================== */
/* Don't use black */
/* Type Scale ========================================================================== */
/** 12 & 16 as roots then powers of two. */
/* Medium */
/* Large */
/* ========================================================================== QUERIES ========================================================================== */
/*
Mixing for mobile first queries. Two breakpoints. Use like this:
@include break(medium) { .class-name { color: red; } }
*/
/* ========================================================================== Media Queries
- Not-small - Medium - Large ========================================================================== */
/* Not-small (anything bigger than your first breakpoint) ========================================================================== */
/* Medium - only targets 1st breakpoint. Styles do not extend past 64em. ========================================================================== */
/* Large - only targets 2nd breakpoint. Styles do not extend past 64em. ========================================================================== */
/* BASSCSS by Jxnblk
*/
body, button, input, select, textarea, pre { margin: 0; }
h1, h2, h3, h4, h5, h6, p, dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
body { font-family: 'Helvetica Neue', Helvetica, sans-serif; line-height: 1.5rem; font-weight: 200; letter-spacing: .02rem; }
pre { padding: 20px 20px 0 20px; background-color: #fafafa; border: thin solid #f3f3f3; }
h1, .h1, .f1 { font-size: 2rem; line-height: 2.5rem; }
h2, .h2, .f2 { font-size: 1.5rem; line-height: 2rem; }
h3, .h3, p, .f3 { font-size: 1.65rem; line-height: 1.5rem; }
p, .p, .f4, h4, h5, h6, dl, ol, ul { font-size: 1.125rem; line-height: 1.5rem; font-family: 'Merriweather', Georgia, 'Times New Roman', serif; }
small, .small, .f5 { font-size: .875rem; line-height: 1.5rem; opacity: 0.8; }
@media screen and (min-width: 48em) { .h1 { font-size: 4rem; line-height: 5rem; }
.h2 { font-size: 2rem; line-height: 2.5rem; }
.h3, p { font-size: 1.5rem; line-height: 2rem; }
.p { font-size: 1.25rem; line-height: 2rem; }
.small { font-size: .85rem; } }
@media screen and (min-width: 64em) { .h1 { font-size: 6rem; line-height: 8rem; }
.h2 { font-size: 3rem; line-height: 3.5rem; } }
strong, .bold { font-weight: bold; }
.regular { font-weight: normal; }
.italic { font-style: italic; }
.caps { text-transform: uppercase; letter-spacing: .2em; }
.center { text-align: center; }
.right-align { text-align: right; }
.dim { opacity: 0.8; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
.measure { max-width: 48rem; }
.measure-narrow { max-width: 32rem; }
.measure-wide { max-width: 60rem; }
.leading-1 { line-height: 1.5rem; }
.leading-2 { line-height: 2rem; }
.leading-3 { line-height: 3rem; }
.leading-4 { line-height: 4rem; }
.m0 { margin: 0; }
.mb0 { margin-bottom: 0; }
.m1 { margin: 1rem; }
.mt1 { margin-top: 1rem; }
.mr1 { margin-right: 1rem; }
.mb1 { margin-bottom: 1rem; }
.ml1 { margin-left: 1rem; }
.m2 { margin: 2rem; }
.mt2 { margin-top: 2rem; }
.mr2 { margin-right: 2rem; }
.mb2 { margin-bottom: 2rem; }
.ml2 { margin-left: 2rem; }
.m3 { margin: 3rem; }
.mt3 { margin-top: 3rem; }
.mr3 { margin-right: 3rem; }
.mb3 { margin-bottom: 3rem; }
.ml3 { margin-left: 3rem; }
.m4 { margin: 4rem; }
.mt4 { margin-top: 4rem; }
.mr4 { margin-right: 4rem; }
.mb4 { margin-bottom: 4rem; }
.ml4 { margin-left: 4rem; }
.wrap { margin-right: auto; margin-left: auto; }
.m-responsive { margin: 2rem; }
.mt-responsive { margin-top: 2rem; }
.mr-responsive { margin-right: 2rem; }
.mb-responsive { margin-bottom: 2rem; }
.ml-responsive { margin-left: 2rem; }
@media screen and (min-width: 48em) and (max-width: 64em) { .m-responsive { margin: 3rem; }
.mt-responsive { margin-top: 3rem; }
.mr-responsive { margin-right: 3rem; }
.mb-responsive { margin-bottom: 3rem; }
.ml-responsive { margin-left: 3rem; } }
@media screen and (min-width: 64em) { .m-responsive { margin: 4rem; }
.mt-responsive { margin-top: 4rem; }
.mr-responsive { margin-right: 4rem; }
.mb-responsive { margin-bottom: 4rem; }
.ml-responsive { margin-left: 4rem; } }
.p1 { padding: 1rem; }
.px1 { padding-right: 1rem; padding-left: 1rem; }
.py1, p { padding-top: 1rem; padding-bottom: 1rem; }
.p2 { padding: 2rem; }
.px2 { padding-right: 2rem; padding-left: 2rem; }
.py2 { padding-top: 2rem; padding-bottom: 2rem; }
.p3 { padding: 3rem; }
.px3 { padding-right: 3rem; padding-left: 3rem; }
.py3 { padding-top: 3rem; padding-bottom: 3rem; }
.p4 { padding: 4rem; }
.px4 { padding-right: 4rem; padding-left: 4rem; }
.py4 { padding-top: 4rem; padding-bottom: 4rem; }
.p-responsive { padding: 1.5rem; }
.px-responsive { padding-right: 1.5rem; padding-left: 1.5rem; }
.py-responsive { padding-top: 1.5rem; padding-bottom: 1.5rem; }
@media screen and (min-width: 48em) and (max-width: 64em) { .p-responsive { padding: 3rem; }
.px-responsive { padding-right: 3rem; padding-left: 3rem; }
.py-responsive { padding-top: 3rem; padding-bottom: 3rem; } }
@media screen and (min-width: 64em) { .p-responsive { padding: 4rem; }
.px-responsive { padding-right: 4rem; padding-left: 4rem; }
.py-responsive { padding-top: 4rem; padding-bottom: 4rem; } }
.inline { display: inline; }
.block { display: block; }
.inline-block { display: inline-block; }
.oh { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.fit { max-width: 100%; }
.full-width { width: 100%; }
.half-width { width: 50%; }
.mobile-show { display: none; }
@media screen and (max-width: 48em) { .mobile-show, .mobile-block { display: block; }
.mobile-block { width: 100%; }
.mobile-hide { display: none; }
.mobile-center { text-align: center; } }
.button { font-family: inherit; font-weight: bold; text-decoration: none; cursor: pointer; border: none; -webkit-appearance: none; appearance: none; white-space: nowrap; display: inline-block; line-height: 2rem; height: auto; min-height: 2rem; padding: .5rem 1rem; }
.button-big { padding: 1rem 1.5rem; }
.button-small { padding: 0 1rem; }
.form { font-size: 1rem; }
.input { appearance: none; border-style: solid; border-width: 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; height: 3rem; line-height: 2rem; padding: .5rem; border-radius: .25rem; }
.select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 3rem; margin-right: 0; margin-left: 0; border-radius: .25rem; }
.textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 1rem; line-height: 1.5rem; border-radius: .25rem; }
.form-stacked label, .form-stacked .input, .form-stacked .select { display: block; width: 100%; }
.form-stacked .input, .form-stacked .select, .form-stacked .radio, .form-stacked .checkbox { margin-bottom: 1rem; }
.list { padding-left: 2rem; }
.list-simple { list-style: none; padding-left: 0; }
.list-inline { list-style: none; padding-left: 0; }
.list-inline li { display: inline; white-space: nowrap; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.t0 { top: 0; }
.r0 { right: 0; }
.b0 { bottom: 0; }
.l0 { left: 0; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }
.z4 { z-index: 4; }
.absolute-center { top: 0; right: 0; bottom: 0; left: 0; margin: auto; display: table; }
.white { color: #fff; }
.blue { color: #2c3e50; }
.light-gray { color: #bdc3c7; }
.mid-gray { color: #95a5a6; }
.dark-gray { color: #333333; }
.red { color: #ff5522; }
.green { color: #16a085; }
.orange { color: #ffcc22; }
.bg-white { background-color: #fff; }
.bg-blue { background-color: #2c3e50; }
.bg-very-light-gray { background-color: #fafafa; }
.bg-light-gray { background-color: #bdc3c7; }
.bg-mid-gray { background-color: #95a5a6; }
.bg-dark-gray { background-color: #333333; }
.bg-red { background-color: #ff5522; }
.bg-green { background-color: #16a085; }
.bg-orange { background-color: #ffcc22; }
body { color: #333333; background-color: #fff; }
a { color: #16a085; text-decoration: none; }
a:hover { color: #107360; }
.button { border-radius: .25rem; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-property: -webkit-box-shadow , background-color; transition-property: box-shadow , background-color; }
.button:focus { outline: none; -webkit-box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); }
.button-green { color: #fff; background-color: #16a085; }
.button-green:hover { color: #fff; background-color: #0a463a; }
.button-gray { color: #fff; background-color: #95a5a6; }
.button-gray:hover { color: #fff; background-color: #617374; }
.form-light .input, .form-light .textarea, .form-light .select { -webkit-transition: -webkit-box-shadow .2s ease; transition: box-shadow .2s ease; border-color: #95a5a6; }
.form-light .input:focus, .form-light .textarea:focus, .form-light .select:focus { outline: none; border-color: #2c3e50; -webkit-box-shadow: 0 0 0.125rem rgba(44, 62, 80, 0.5); box-shadow: 0 0 0.125rem rgba(44, 62, 80, 0.5); }
.form-light .radio input, .form-light .checkbox input { -webkit-transition: -webkit-box-shadow .2s ease; transition: box-shadow .2s ease; }
.form-light .radio input:focus, .form-light .checkbox input:focus { outline: none; -webkit-box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); box-shadow: 0 0 0 2px white, 0 0 1px 4px rgba(44, 62, 80, 0.5); }
.form-light .radio input { border-radius: 50%; }
.border { border-style: solid; border-width: 1px; }
.border-top { border-top-style: solid; border-top-width: 1px; }
.border-light-gray { border-color: #bdc3c7; }
.rounded { border-radius: .25rem; }
.transition-all { -webkit-transition: all .2s ease; transition: all .2s ease; }
/* Custom styling by <NAME>
*/
/* ========================================================================== Site styles ========================================================================== */
html, body { height: 100%; }
.table { display: table; width: 100%; }
.table-cell { display: table-cell; }
.va-middle { vertical-align: middle; }
header { min-height: 100%; }
.wrap { margin: 0 auto; }
.container { max-width: 48rem; }
p { line-height: 2.5rem; } | 0.649134 | 0.168344 |
.msg_slideshow{
width:600px;
height:600px;
padding:10px;
position:relative;
overflow:hidden;
background:#101010 url(../images/icons/loading.gif) no-repeat center center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.msg_slideshow a{
outline:none;
}
.msg_slideshow a img{
border:none;
}
.msg_wrapper{
width:600px;
height:600px;
position:relative;
margin:0;
padding:0;
display:table-cell;
text-align:center;
vertical-align:middle;
}
.msg_wrapper img{
display: inline-block!important;
vertical-align:middle;
-moz-box-shadow:0px 0px 10px #000;
-webkit-box-shadow:0px 0px 10px #000;
box-shadow:0px 0px 10px #000;
}
.msg_controls{
position:absolute;
bottom:15px;
right:-110px;
width:104px;
height:26px;
z-index: 20;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background-color:#000;
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.msg_controls a{
float:left;
background-color:#000;
width:20px;
height:20px;
margin:3px 3px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
background-repeat:no-repeat;
background-position: center center;
}
.msg_controls a:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_controls a.msg_grid{
background-image:url(../images/icons/grid.png);
}
.msg_controls a.msg_prev{
background-image:url(../images/icons/prev.png);
}
.msg_controls a.msg_next{
background-image:url(../images/icons/next.png);
}
.msg_controls a.msg_pause{
background-image:url(../images/icons/pause.png);
}
.msg_controls a.msg_play{
background-image:url(../images/icons/play.png);
}
.msg_thumbs{
background:#000;
position:absolute;
width:250px;
height:166px;
top:-230px;
left:50%;
padding:30px;
margin:0 0 0 -155px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-box-shadow:1px 1px 5px #000;
-webkit-box-shadow:1px 1px 5px #000;
box-shadow:1px 1px 5px #000;
opacity:0.9;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
overflow:hidden;
}
.msg_thumb_wrapper{
position:absolute;
width:250px;
height:166px;
top:30px;
left:30px;
z-index:30;
}
.msg_thumb_wrapper a{
display:block;
width:75px;
height:75px;
float:left;
margin:4px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next,
.msg_thumbs a.msg_thumb_prev{
width:18px;
height:20px;
background-repeat:no-repeat;
background-position: center center;
position:absolute;
top:50%;
margin-top:-10px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next:hover,
.msg_thumbs a.msg_thumb_prev:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_thumbs a.msg_thumb_next{
background-image:url(../images/icons/next_thumb.png);
right:5px;
}
.msg_thumbs a.msg_thumb_prev{
background-image:url(../images/icons/prev_thumb.png);
left:5px;
}
.msg_thumbs a.msg_thumb_close{
position:absolute;
bottom:0px;
width:50px;
left:50%;
margin:0 0 0 -25px;
background:#202020 url(../images/icons/up.png) no-repeat center center;
height:16px;
opacity:0.7;
-moz-border-radius:5px 5px 0 0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.msg_thumbs a.msg_thumb_close:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_loading{
position:absolute;
background:transparent url(../images/icons/loading.gif) no-repeat center center;
top:50%;
left:50%;
width:50px;
height:50px;
margin:-25px 0 0 -25px;
z-index:25;
display:none;
} | cms_form/Web_CMS/Formosa/CSS/style_albums.css | .msg_slideshow{
width:600px;
height:600px;
padding:10px;
position:relative;
overflow:hidden;
background:#101010 url(../images/icons/loading.gif) no-repeat center center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.msg_slideshow a{
outline:none;
}
.msg_slideshow a img{
border:none;
}
.msg_wrapper{
width:600px;
height:600px;
position:relative;
margin:0;
padding:0;
display:table-cell;
text-align:center;
vertical-align:middle;
}
.msg_wrapper img{
display: inline-block!important;
vertical-align:middle;
-moz-box-shadow:0px 0px 10px #000;
-webkit-box-shadow:0px 0px 10px #000;
box-shadow:0px 0px 10px #000;
}
.msg_controls{
position:absolute;
bottom:15px;
right:-110px;
width:104px;
height:26px;
z-index: 20;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background-color:#000;
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.msg_controls a{
float:left;
background-color:#000;
width:20px;
height:20px;
margin:3px 3px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
background-repeat:no-repeat;
background-position: center center;
}
.msg_controls a:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_controls a.msg_grid{
background-image:url(../images/icons/grid.png);
}
.msg_controls a.msg_prev{
background-image:url(../images/icons/prev.png);
}
.msg_controls a.msg_next{
background-image:url(../images/icons/next.png);
}
.msg_controls a.msg_pause{
background-image:url(../images/icons/pause.png);
}
.msg_controls a.msg_play{
background-image:url(../images/icons/play.png);
}
.msg_thumbs{
background:#000;
position:absolute;
width:250px;
height:166px;
top:-230px;
left:50%;
padding:30px;
margin:0 0 0 -155px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-box-shadow:1px 1px 5px #000;
-webkit-box-shadow:1px 1px 5px #000;
box-shadow:1px 1px 5px #000;
opacity:0.9;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
overflow:hidden;
}
.msg_thumb_wrapper{
position:absolute;
width:250px;
height:166px;
top:30px;
left:30px;
z-index:30;
}
.msg_thumb_wrapper a{
display:block;
width:75px;
height:75px;
float:left;
margin:4px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next,
.msg_thumbs a.msg_thumb_prev{
width:18px;
height:20px;
background-repeat:no-repeat;
background-position: center center;
position:absolute;
top:50%;
margin-top:-10px;
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next:hover,
.msg_thumbs a.msg_thumb_prev:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_thumbs a.msg_thumb_next{
background-image:url(../images/icons/next_thumb.png);
right:5px;
}
.msg_thumbs a.msg_thumb_prev{
background-image:url(../images/icons/prev_thumb.png);
left:5px;
}
.msg_thumbs a.msg_thumb_close{
position:absolute;
bottom:0px;
width:50px;
left:50%;
margin:0 0 0 -25px;
background:#202020 url(../images/icons/up.png) no-repeat center center;
height:16px;
opacity:0.7;
-moz-border-radius:5px 5px 0 0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.msg_thumbs a.msg_thumb_close:hover{
opacity:1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_loading{
position:absolute;
background:transparent url(../images/icons/loading.gif) no-repeat center center;
top:50%;
left:50%;
width:50px;
height:50px;
margin:-25px 0 0 -25px;
z-index:25;
display:none;
} | 0.226441 | 0.069352 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
.max-width{
max-width: 1300px;
padding: 0 80px;
margin: auto;
}
.navbar{
width: 100%;
padding: 30px 0;
background: #E42B50;
font-family: 'Ubuntu', sans-serif;
}
.navbar .max-width{
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .logo a{
font-size: 35px;
font-weight: 600;
color:#ffff;
}
.navbar .logo a span{
color: #373636;
}
.navbar .menu li{
list-style: none;
display: inline-block;
}
.navbar .menu li a{
color: #ffff;
font-size: 18px;
font-weight: 500;
margin-left: 25px
}
.navbar .menu li a:hover{
color: #373636;
}
section .title{
display: flex;
justify-content: center;
padding-top: 50px;
color: #373636;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 40px;
}
section .title2{
display: flex;
justify-content: center;
color: #E42B50;
font-family:'Ubuntu', sans-serif;
font-size: 18px;
}
.Skills-content{
display: grid;
grid-template-columns: 100%;
margin: 0 auto;
grid-template-columns: 50% 50%;
font-family:'Ubuntu', sans-serif;
}
.column-left .text{
font-size: 28px;
font-weight: 500;
margin-top: 100px;
}
.column-left p{
font-size: 20px;
max-width: 90%;
padding-top: 20px;
line-height: 1.8rem;
text-align: justify;
}
.column-right{
font-size: 20px;
font-weight: 500;
margin-top: 100px;
margin-left: 45px;
}
.column-right .bars{
margin-bottom: 60px;
}
.column-right .infos{
display: flex;
align-items: center;
justify-content: space-between;
}
.column-right .line{
height: 5px;
width: 100%;
background: #D4CFD0;
position: relative;
transition: 0.4s linear;
transition-property: width, background-color;
}
@keyframes progressAnimation {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 90%; background-color: #E42B50; }
}
@keyframes progressAnimation1 {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 80%; background-color: #E42B50; }
}
@keyframes progressAnimation2 {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 60%; background-color: #E42B50; }
}
.column-right .line::before{
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: #E42B50;
}
.column-right .HTML::before{
width: 90%;
animation: progressAnimation 2s;
}
.column-right .CSS::before{
width: 80%;
animation: progressAnimation1 2s;
}
.column-right .JavaScript::before{
width: 60%;
animation: progressAnimation2 2s;
}
footer{
display: grid;
grid-template-columns: 100%;
grid-template-columns: 80% 20%;
font-family:'Ubuntu', sans-serif;
margin-top: 100px;
}
footer .attribution{
font-family: 'Poppins', sans-serif;
font-size: 15px;
display: flex;
justify-content: center;
margin-left: 250px;
margin-top: 5px;
}
footer .links{
display: inline-flex;
justify-content: center;
list-style-type: none;
margin-right: 50px;
margin-bottom: 45px;
}
footer .links a{
padding-left: 40px;
font-size: 27px;
}
footer a:hover{
color: #E42B50;
}
footer .links .fa-facebook-f{
color: #552BE4;
}
footer .links .fa-linkedin{
color: #097494;
}
footer .links .fa-github{
color: #373636;
}
@media (max-width: 890px){
.max-width{
padding: 0 30px;
}
.navbar .menu{
position: fixed;
height: 32vh;
width: 20%;
left: 80%;
top: 0;
background: #373636;
border-radius: 6px ;
box-shadow: 0px 0px 10px 1px rgb(131, 128, 128);
}
.navbar .menu li{
display: block;
}
.navbar .menu li a{
display: inline-block;
margin: 17px 35%;
font-size: 20px;
color: white;
}
.navbar .menu li a:hover{
color: #E42B50;
}
footer .attribution{
font-size: 12px;
margin-left: 150px;
}
}
@media (max-width: 490px){
.max-width{
padding: 0 20px;
}
.navbar .menu li{
display: block;
}
.navbar .menu li a{
display: inline-block;
margin: 17px 20%;
font-size: 17px;
color: white;
}
.navbar .menu li a:hover{
color: #E42B50;
}
section .title{
font-size: 30px;
}
section .title2{
font-size: 13px;
}
.Skills-content{
display: grid;
grid-template-columns: 100%;
}
.column-right{
margin-top: 100px;
margin-left: 5px;
}
footer{
display: grid;
grid-template-columns: 100%;
margin-top: 10px;
}
footer .attribution{
font-size: 12px;
margin-left: 0;
}
footer .links{
margin-top: 12px;
margin-right: 50px;
}
} | styles2.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
.max-width{
max-width: 1300px;
padding: 0 80px;
margin: auto;
}
.navbar{
width: 100%;
padding: 30px 0;
background: #E42B50;
font-family: 'Ubuntu', sans-serif;
}
.navbar .max-width{
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .logo a{
font-size: 35px;
font-weight: 600;
color:#ffff;
}
.navbar .logo a span{
color: #373636;
}
.navbar .menu li{
list-style: none;
display: inline-block;
}
.navbar .menu li a{
color: #ffff;
font-size: 18px;
font-weight: 500;
margin-left: 25px
}
.navbar .menu li a:hover{
color: #373636;
}
section .title{
display: flex;
justify-content: center;
padding-top: 50px;
color: #373636;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 40px;
}
section .title2{
display: flex;
justify-content: center;
color: #E42B50;
font-family:'Ubuntu', sans-serif;
font-size: 18px;
}
.Skills-content{
display: grid;
grid-template-columns: 100%;
margin: 0 auto;
grid-template-columns: 50% 50%;
font-family:'Ubuntu', sans-serif;
}
.column-left .text{
font-size: 28px;
font-weight: 500;
margin-top: 100px;
}
.column-left p{
font-size: 20px;
max-width: 90%;
padding-top: 20px;
line-height: 1.8rem;
text-align: justify;
}
.column-right{
font-size: 20px;
font-weight: 500;
margin-top: 100px;
margin-left: 45px;
}
.column-right .bars{
margin-bottom: 60px;
}
.column-right .infos{
display: flex;
align-items: center;
justify-content: space-between;
}
.column-right .line{
height: 5px;
width: 100%;
background: #D4CFD0;
position: relative;
transition: 0.4s linear;
transition-property: width, background-color;
}
@keyframes progressAnimation {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 90%; background-color: #E42B50; }
}
@keyframes progressAnimation1 {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 80%; background-color: #E42B50; }
}
@keyframes progressAnimation2 {
0% { width: 5%; background-color: #F9BCCA;}
100% { width: 60%; background-color: #E42B50; }
}
.column-right .line::before{
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: #E42B50;
}
.column-right .HTML::before{
width: 90%;
animation: progressAnimation 2s;
}
.column-right .CSS::before{
width: 80%;
animation: progressAnimation1 2s;
}
.column-right .JavaScript::before{
width: 60%;
animation: progressAnimation2 2s;
}
footer{
display: grid;
grid-template-columns: 100%;
grid-template-columns: 80% 20%;
font-family:'Ubuntu', sans-serif;
margin-top: 100px;
}
footer .attribution{
font-family: 'Poppins', sans-serif;
font-size: 15px;
display: flex;
justify-content: center;
margin-left: 250px;
margin-top: 5px;
}
footer .links{
display: inline-flex;
justify-content: center;
list-style-type: none;
margin-right: 50px;
margin-bottom: 45px;
}
footer .links a{
padding-left: 40px;
font-size: 27px;
}
footer a:hover{
color: #E42B50;
}
footer .links .fa-facebook-f{
color: #552BE4;
}
footer .links .fa-linkedin{
color: #097494;
}
footer .links .fa-github{
color: #373636;
}
@media (max-width: 890px){
.max-width{
padding: 0 30px;
}
.navbar .menu{
position: fixed;
height: 32vh;
width: 20%;
left: 80%;
top: 0;
background: #373636;
border-radius: 6px ;
box-shadow: 0px 0px 10px 1px rgb(131, 128, 128);
}
.navbar .menu li{
display: block;
}
.navbar .menu li a{
display: inline-block;
margin: 17px 35%;
font-size: 20px;
color: white;
}
.navbar .menu li a:hover{
color: #E42B50;
}
footer .attribution{
font-size: 12px;
margin-left: 150px;
}
}
@media (max-width: 490px){
.max-width{
padding: 0 20px;
}
.navbar .menu li{
display: block;
}
.navbar .menu li a{
display: inline-block;
margin: 17px 20%;
font-size: 17px;
color: white;
}
.navbar .menu li a:hover{
color: #E42B50;
}
section .title{
font-size: 30px;
}
section .title2{
font-size: 13px;
}
.Skills-content{
display: grid;
grid-template-columns: 100%;
}
.column-right{
margin-top: 100px;
margin-left: 5px;
}
footer{
display: grid;
grid-template-columns: 100%;
margin-top: 10px;
}
footer .attribution{
font-size: 12px;
margin-left: 0;
}
footer .links{
margin-top: 12px;
margin-right: 50px;
}
} | 0.375936 | 0.056862 |
body,html,#app{height:100%; font-size: 12px;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
body{padding:0px;margin:0px;}
.el-header, .el-footer {line-height: 60px;height: 60px;background-color: #fff;position: relative;z-index: 10;max-width: 100%; font-size: 12px}
.el-header{-webkit-box-shadow: 0 2px 8px #f0f1f2;box-shadow: 0 2px 8px #f0f1f2;}
.el-header{padding: 0 !important; display: flex; position: relative;flex-direction: row;}
.logo{width:170px;padding-left: 55px;white-space: nowrap;text-decoration: none;line-height: 60px;overflow: hidden;height: 60px;float: left;position: relative}
.head-right{float:left;flex: 0 0 auto;box-sizing: border-box; width: calc(100% - 200px)}
.head-right .search{border-left: 1px solid #ebedf0;padding-left: 20px; line-height: 22px;line-height: 22px;margin: 22px auto 0;}
.el-aside {color: #333;text-align: left;width: 200px;height: 100%; -webkit-box-shadow: 0px 1px 1px #ccc;box-shadow: 0px 1px 1px #ccc; }
.main-wrapper{box-shadow: 0 2px 8px #f0f1f2;position: relative;background: #fff;padding-top: 20px;}
.el-main {flex: 1;padding:20px;}
.el-aside, .el-main {overflow: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
.el-aside a{text-decoration: none;color: #303133}
.wrapper{height:100%;}
.el-menu{border-right:none;list-style: none;position: relative;margin: 0;padding-left: 0;background-color: #fff;height:100%;}
::-webkit-scrollbar {width: 3px;height: 3px;}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {border-radius: 6px;background: #BDBDBD;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {background: -webkit-gradient(linear,left)}
::-webkit-scrollbar-track-piece {background: #FFF;}
[v-cloak] {display: none;}
.table-list{padding-top: 20px}
.el-submenu__title *,.el-menu-item,.el-submenu__title,.el-breadcrumb{font-size: 12px}
.el-dropdown{float: right;padding-right: 22px}
.el-dropdown-link {cursor: pointer;color: #409EFF;}
.el-icon-arrow-down {font-size: 12px;}
.demonstration {display: block;color: #8492a6;font-size: 14px;margin-bottom: 20px;}
.avatar-uploader .el-upload {border: 1px dashed #d9d9d9;border-radius: 6px;cursor: pointer;position: relative;overflow: hidden;}
.avatar-uploader .el-upload:hover {border-color: #409EFF;}
.avatar-uploader-icon {font-size: 28px;color: #8c939d;width: 100px;height: 100px;line-height: 100px;text-align: center;}
.avatar {width: 100px;height: 100px;display: block;} | public/admin/static/css/style.css | body,html,#app{height:100%; font-size: 12px;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
body{padding:0px;margin:0px;}
.el-header, .el-footer {line-height: 60px;height: 60px;background-color: #fff;position: relative;z-index: 10;max-width: 100%; font-size: 12px}
.el-header{-webkit-box-shadow: 0 2px 8px #f0f1f2;box-shadow: 0 2px 8px #f0f1f2;}
.el-header{padding: 0 !important; display: flex; position: relative;flex-direction: row;}
.logo{width:170px;padding-left: 55px;white-space: nowrap;text-decoration: none;line-height: 60px;overflow: hidden;height: 60px;float: left;position: relative}
.head-right{float:left;flex: 0 0 auto;box-sizing: border-box; width: calc(100% - 200px)}
.head-right .search{border-left: 1px solid #ebedf0;padding-left: 20px; line-height: 22px;line-height: 22px;margin: 22px auto 0;}
.el-aside {color: #333;text-align: left;width: 200px;height: 100%; -webkit-box-shadow: 0px 1px 1px #ccc;box-shadow: 0px 1px 1px #ccc; }
.main-wrapper{box-shadow: 0 2px 8px #f0f1f2;position: relative;background: #fff;padding-top: 20px;}
.el-main {flex: 1;padding:20px;}
.el-aside, .el-main {overflow: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
.el-aside a{text-decoration: none;color: #303133}
.wrapper{height:100%;}
.el-menu{border-right:none;list-style: none;position: relative;margin: 0;padding-left: 0;background-color: #fff;height:100%;}
::-webkit-scrollbar {width: 3px;height: 3px;}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {border-radius: 6px;background: #BDBDBD;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {background: -webkit-gradient(linear,left)}
::-webkit-scrollbar-track-piece {background: #FFF;}
[v-cloak] {display: none;}
.table-list{padding-top: 20px}
.el-submenu__title *,.el-menu-item,.el-submenu__title,.el-breadcrumb{font-size: 12px}
.el-dropdown{float: right;padding-right: 22px}
.el-dropdown-link {cursor: pointer;color: #409EFF;}
.el-icon-arrow-down {font-size: 12px;}
.demonstration {display: block;color: #8492a6;font-size: 14px;margin-bottom: 20px;}
.avatar-uploader .el-upload {border: 1px dashed #d9d9d9;border-radius: 6px;cursor: pointer;position: relative;overflow: hidden;}
.avatar-uploader .el-upload:hover {border-color: #409EFF;}
.avatar-uploader-icon {font-size: 28px;color: #8c939d;width: 100px;height: 100px;line-height: 100px;text-align: center;}
.avatar {width: 100px;height: 100px;display: block;} | 0.229708 | 0.043589 |