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 |
|---|---|---|---|---|
@-moz-document domain("installgentoo.com") {
/* Base */
/* Install Gentoo Wiki Grey Theme
* By Desu
* V.0.5
* Mascot: Gentoo Penguin, Kemono Friends
*/
/* Fork */
/* Install Gentoo Wiki Grey Theme (Weebless Fork)
* By VCX
* v.0.1
* Mascot Replaced with: Shitty recolor of original IGW logo
* Changed: Resized the side bar to be its original hight, replaced logo, recolored back of sidebar links to match sidebar
*/
body {
position: relative;
}
body, #mw-page-base {
background: #555;
}
body, body * {
font-size: 12px!important;/*everything is 12px*/
font-family: monospace!important;/*for best results, replace with your favorite bitmap font*/
}
input[type="search"] {
background: #444!important;
border: 0!important;
color: #111!important;
}
div#simpleSearch {
background: #444!important;
border: 0!important;
height: auto!important;
}
div.vectorTabs {
background: transparent;
}
div.vectorTabs ul {
background: transparent;
}
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
background: transparent;
}
div.vectorTabs ul li span {
border: 0;
background: transparent;
}
div.vectorTabs li a {
color: #efefef!important;
}
div.vectorTabs li.selected a {
color: #fff!Important;
}
#p-logo {
position: static;
float: none;
top: 0;
}
#p-logo, #p-logo a {
}
div#mw-panel div.portal {
border: 1px solid #555;
margin: 0 5px 1px 5px!important;
padding: 0!important;
background: #555;
background-image: none!important;
text-align: right;
}
#p-navigation .body, #p-tb .body {
}
div#mw-panel {
color: #555;
position: fixed;
top: 0;
padding: 0;
}
div#mw-panel *, div#mw-head *, #footer * {
color: #D3D3D3!important;
}
#left-navigation {
}
.mw-body {
background: #ccc;
border-color: #555;
}
#footer {
}
.mw-wiki-logo {
background-image: url(https://files.catbox.moe/5m5ebd.png);
}
/* QOL Additions */
.mw-body .mw-indicators {
line-height: 5.6;
}
.mw-body-content {
line-height: 1.0;
}
} | data/usercss/171525.user.css | @-moz-document domain("installgentoo.com") {
/* Base */
/* Install Gentoo Wiki Grey Theme
* By Desu
* V.0.5
* Mascot: Gentoo Penguin, Kemono Friends
*/
/* Fork */
/* Install Gentoo Wiki Grey Theme (Weebless Fork)
* By VCX
* v.0.1
* Mascot Replaced with: Shitty recolor of original IGW logo
* Changed: Resized the side bar to be its original hight, replaced logo, recolored back of sidebar links to match sidebar
*/
body {
position: relative;
}
body, #mw-page-base {
background: #555;
}
body, body * {
font-size: 12px!important;/*everything is 12px*/
font-family: monospace!important;/*for best results, replace with your favorite bitmap font*/
}
input[type="search"] {
background: #444!important;
border: 0!important;
color: #111!important;
}
div#simpleSearch {
background: #444!important;
border: 0!important;
height: auto!important;
}
div.vectorTabs {
background: transparent;
}
div.vectorTabs ul {
background: transparent;
}
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
background: transparent;
}
div.vectorTabs ul li span {
border: 0;
background: transparent;
}
div.vectorTabs li a {
color: #efefef!important;
}
div.vectorTabs li.selected a {
color: #fff!Important;
}
#p-logo {
position: static;
float: none;
top: 0;
}
#p-logo, #p-logo a {
}
div#mw-panel div.portal {
border: 1px solid #555;
margin: 0 5px 1px 5px!important;
padding: 0!important;
background: #555;
background-image: none!important;
text-align: right;
}
#p-navigation .body, #p-tb .body {
}
div#mw-panel {
color: #555;
position: fixed;
top: 0;
padding: 0;
}
div#mw-panel *, div#mw-head *, #footer * {
color: #D3D3D3!important;
}
#left-navigation {
}
.mw-body {
background: #ccc;
border-color: #555;
}
#footer {
}
.mw-wiki-logo {
background-image: url(https://files.catbox.moe/5m5ebd.png);
}
/* QOL Additions */
.mw-body .mw-indicators {
line-height: 5.6;
}
.mw-body-content {
line-height: 1.0;
}
} | 0.276788 | 0.057177 |
body,
html {
height: 100%;
font-family: "arial";
background-repeat: no-repeat;
background-image: linear-gradient(#041e42, #87ceeb);
}
.card-container.card {
top: 100px;
max-width: 400px;
padding: 40px 40px;
}
.btn {
font-weight: 700;
height: 36px;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/*
* Card component
*/
.card {
background-color: #f7f7f7;
/* just in case there no content*/
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
/* shadows and rounded borders */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card h3 {
margin: 1rem;
font-weight: bold;
}
.profile-img-card {
top: 10px;
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.reauth-email {
display: block;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}
.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button,
.form-signin .form-control input[type="text"],
#form-container .form-control {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 1;
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} | static/login.css | body,
html {
height: 100%;
font-family: "arial";
background-repeat: no-repeat;
background-image: linear-gradient(#041e42, #87ceeb);
}
.card-container.card {
top: 100px;
max-width: 400px;
padding: 40px 40px;
}
.btn {
font-weight: 700;
height: 36px;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/*
* Card component
*/
.card {
background-color: #f7f7f7;
/* just in case there no content*/
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
/* shadows and rounded borders */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card h3 {
margin: 1rem;
font-weight: bold;
}
.profile-img-card {
top: 10px;
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.reauth-email {
display: block;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}
.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button,
.form-signin .form-control input[type="text"],
#form-container .form-control {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 1;
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} | 0.269902 | 0.06354 |
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;
}
*, *:before, *:after {
-moz-box-sizing: border-box; box-sizing: border-box; box-sizing: border-box;
}
html, body {
height: 100%;
background: #333;
}
.credits {
text-decoration: none;
font: normal 8px "C64 User Mono";
color: #777;
position: absolute;
right: 1em;
bottom: 1em;
}
.credits:hover {
color: #aaa;
}
/**
* Fonts
*/
@font-face {
font-family: "C64 User Mono";
src: url("C64_User_Mono_v1.0-STYLE.eot");
src: url("C64_User_Mono_v1.0-STYLE.eot?#iefix") format("embedded-opentype"),
url("C64_User_Mono_v1.0-STYLE.woff") format("woff"),
url("C64_User_Mono_v1.0-STYLE.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/**
* The blue C64 screen
*/
.spacebar,
section {
position: absolute;
width: 90%;
height: 90%;
color: #6076c5;
font: normal 16px "C64 User Mono";
text-transform: uppercase;
z-index: 1;
}
/* Border of the sceen */
section:before {
position: absolute;
left: -10%;
right: -11%;
top: -10%;
bottom: -11%;
/* width: 100%;
height: 100%; */
content: "";
background: #6076c5;
z-index: -1;
}
/* Inside screen */
section:after {
position: absolute;
width: 92%;
height: 92%;
left: 8%;
right: 8%;
top: 8%;
bottom: 8%;
content: "";
background: #20398d;
z-index: -1;
}
@keyframes decrunch {
/* Firefox and IE10 won't animate linear-gradients, so we fall back to full border color change */
20% {
background: #b8b8b8;
background-image: linear-gradient(to bottom, #ffffff 5%,#000000 5%,#000000 10%,#b8b8b8 10%,#b8b8b8 16%,#5090d0 16%,#5090d0 23%,#98ff98 23%,#98ff98 28%,#808080 28%,#808080 33%,#484848 33%,#484848 40%,#c87870 40%,#c87870 46%,#472b1b 46%,#472b1b 51%,#a04800 51%,#a04800 57%,#f0e858 57%,#f0e858 62%,#181090 62%,#181090 69%,#50b818 69%,#50b818 78%,#a838a0 78%,#a838a0 86%,#68d0a8 86%,#68d0a8 95%,#882000 95%);
}
40% {
background: #484848;
background-image: linear-gradient(to bottom, #882000 10%,#68d0a8 10%,#68d0a8 12%,#a838a0 12%,#a838a0 18%,#50b818 18%,#50b818 27%,#181090 27%,#181090 38%,#f0e858 38%,#f0e858 41%,#a04800 41%,#a04800 56%,#472b1b 56%,#472b1b 61%,#c87870 61%,#c87870 66%,#484848 66%,#484848 68%,#808080 68%,#808080 75%,#98ff98 75%,#98ff98 77%,#5090d0 77%,#5090d0 92%,#b8b8b8 92%,#b8b8b8 94%,#000000 94%,#000000 97%,#ffffff 97%);
}
60% {
background: #c87870;
background-image: linear-gradient(to bottom, #ffffff 5%,#c87870 5%,#c87870 14%,#484848 14%,#484848 22%,#808080 22%,#808080 31%,#98ff98 31%,#98ff98 38%,#5090d0 38%,#5090d0 43%,#b8b8b8 43%,#b8b8b8 49%,#000000 49%,#000000 54%,#68d0a8 54%,#68d0a8 60%,#a838a0 60%,#a838a0 67%,#50b818 67%,#50b818 72%,#181090 72%,#181090 77%,#f0e858 77%,#f0e858 84%,#a04800 84%,#a04800 90%,#472b1b 90%,#472b1b 95%,#882000 95%);
}
80% {
background: #68d0a8;
background-image: linear-gradient(to bottom, #882000 5%,#68d0a8 5%,#68d0a8 14%,#a838a0 14%,#a838a0 22%,#50b818 22%,#50b818 31%,#181090 31%,#181090 38%,#f0e858 38%,#f0e858 43%,#a04800 43%,#a04800 49%,#472b1b 49%,#472b1b 54%,#c87870 54%,#c87870 60%,#484848 60%,#484848 67%,#808080 67%,#808080 72%,#98ff98 72%,#98ff98 77%,#5090d0 77%,#5090d0 84%,#b8b8b8 84%,#b8b8b8 90%,#000000 90%,#000000 95%,#ffffff 95%);
}
100% {
background: #50b818;
background-image: linear-gradient(to bottom, #ffffff 3%,#000000 3%,#000000 6%,#b8b8b8 6%,#b8b8b8 8%,#5090d0 8%,#5090d0 23%,#98ff98 23%,#98ff98 25%,#808080 25%,#808080 32%,#484848 32%,#484848 34%,#c87870 34%,#c87870 39%,#472b1b 39%,#472b1b 44%,#a04800 44%,#a04800 59%,#f0e858 59%,#f0e858 62%,#181090 62%,#181090 73%,#50b818 73%,#50b818 82%,#a838a0 82%,#a838a0 88%,#68d0a8 88%,#68d0a8 90%,#882000 90%);
}
}
/**
* All the typing stuff on the blue screen
*/
.loading {
line-height: 1;
}
.loading li {
padding-right: 1em;
width: 0;
height: 0;
overflow: hidden;
display: inline-block;
position: relative;
float: left;
clear: left;
}
.loading li:first-child {
height: auto;
width: auto;
}
.loading li:before {
white-space: pre;
}
/**
* Decrunching
*/
section.bluescreen:before {
animation-name: decrunch;
animation-duration: 0.25s;
animation-iteration-count: infinite;
}
/**
* Intro screen animations
*/
@keyframes startintro {
to {
visibility: visible;
}
}
@keyframes logoswing {
50% {
left: -162px;
}
}
@keyframes rasterswing {
50% {
top: 168px;
}
}
@keyframes rasterindex {
50% {
z-index: 10;
}
}
@keyframes textflash {
0% { color: #000000; }
1% { color: #20398d; }
2% { color: #6076c5; }
3% { color: #86bec5; }
4% { color: #ffffff; }
5% { color: #86bec5; }
6% { color: #6076c5; }
7% { color: #20398d; }
8% { color: #000000; }
26% { color: #873b31; }
27% { color: #ba7369; }
28% { color: #dce78c; }
29% { color: #ffffff; }
30% { color: #dce78c; }
31% { color: #ba7369; }
32% { color: #873b31; }
33% { color: #000000; }
51% { color: #555555; }
52% { color: #808080; }
53% { color: #ababab; }
54% { color: #ffffff; }
55% { color: #ababab; }
56% { color: #808080; }
57% { color: #555555; }
58% { color: #000000; }
76% { color: #625000; }
77% { color: #74ab54; }
78% { color: #b7eb9b; }
79% { color: #ffffff; }
80% { color: #b7eb9b; }
81% { color: #74ab54; }
82% { color: #625000; }
83% { color: #000000; }
}
@keyframes starscroll {
to {
left: -40em;
}
}
@keyframes scroller {
to {
text-indent: -220em; /* Should match text length */
}
}
@keyframes scrollerbounce {
from, to {
animation-timing-function: ease-out;
}
50% {
line-height: 1em;
animation-timing-function: ease-in;
}
} | static/slides/push/lib/css/c64.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
-moz-box-sizing: border-box; box-sizing: border-box; box-sizing: border-box;
}
html, body {
height: 100%;
background: #333;
}
.credits {
text-decoration: none;
font: normal 8px "C64 User Mono";
color: #777;
position: absolute;
right: 1em;
bottom: 1em;
}
.credits:hover {
color: #aaa;
}
/**
* Fonts
*/
@font-face {
font-family: "C64 User Mono";
src: url("C64_User_Mono_v1.0-STYLE.eot");
src: url("C64_User_Mono_v1.0-STYLE.eot?#iefix") format("embedded-opentype"),
url("C64_User_Mono_v1.0-STYLE.woff") format("woff"),
url("C64_User_Mono_v1.0-STYLE.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/**
* The blue C64 screen
*/
.spacebar,
section {
position: absolute;
width: 90%;
height: 90%;
color: #6076c5;
font: normal 16px "C64 User Mono";
text-transform: uppercase;
z-index: 1;
}
/* Border of the sceen */
section:before {
position: absolute;
left: -10%;
right: -11%;
top: -10%;
bottom: -11%;
/* width: 100%;
height: 100%; */
content: "";
background: #6076c5;
z-index: -1;
}
/* Inside screen */
section:after {
position: absolute;
width: 92%;
height: 92%;
left: 8%;
right: 8%;
top: 8%;
bottom: 8%;
content: "";
background: #20398d;
z-index: -1;
}
@keyframes decrunch {
/* Firefox and IE10 won't animate linear-gradients, so we fall back to full border color change */
20% {
background: #b8b8b8;
background-image: linear-gradient(to bottom, #ffffff 5%,#000000 5%,#000000 10%,#b8b8b8 10%,#b8b8b8 16%,#5090d0 16%,#5090d0 23%,#98ff98 23%,#98ff98 28%,#808080 28%,#808080 33%,#484848 33%,#484848 40%,#c87870 40%,#c87870 46%,#472b1b 46%,#472b1b 51%,#a04800 51%,#a04800 57%,#f0e858 57%,#f0e858 62%,#181090 62%,#181090 69%,#50b818 69%,#50b818 78%,#a838a0 78%,#a838a0 86%,#68d0a8 86%,#68d0a8 95%,#882000 95%);
}
40% {
background: #484848;
background-image: linear-gradient(to bottom, #882000 10%,#68d0a8 10%,#68d0a8 12%,#a838a0 12%,#a838a0 18%,#50b818 18%,#50b818 27%,#181090 27%,#181090 38%,#f0e858 38%,#f0e858 41%,#a04800 41%,#a04800 56%,#472b1b 56%,#472b1b 61%,#c87870 61%,#c87870 66%,#484848 66%,#484848 68%,#808080 68%,#808080 75%,#98ff98 75%,#98ff98 77%,#5090d0 77%,#5090d0 92%,#b8b8b8 92%,#b8b8b8 94%,#000000 94%,#000000 97%,#ffffff 97%);
}
60% {
background: #c87870;
background-image: linear-gradient(to bottom, #ffffff 5%,#c87870 5%,#c87870 14%,#484848 14%,#484848 22%,#808080 22%,#808080 31%,#98ff98 31%,#98ff98 38%,#5090d0 38%,#5090d0 43%,#b8b8b8 43%,#b8b8b8 49%,#000000 49%,#000000 54%,#68d0a8 54%,#68d0a8 60%,#a838a0 60%,#a838a0 67%,#50b818 67%,#50b818 72%,#181090 72%,#181090 77%,#f0e858 77%,#f0e858 84%,#a04800 84%,#a04800 90%,#472b1b 90%,#472b1b 95%,#882000 95%);
}
80% {
background: #68d0a8;
background-image: linear-gradient(to bottom, #882000 5%,#68d0a8 5%,#68d0a8 14%,#a838a0 14%,#a838a0 22%,#50b818 22%,#50b818 31%,#181090 31%,#181090 38%,#f0e858 38%,#f0e858 43%,#a04800 43%,#a04800 49%,#472b1b 49%,#472b1b 54%,#c87870 54%,#c87870 60%,#484848 60%,#484848 67%,#808080 67%,#808080 72%,#98ff98 72%,#98ff98 77%,#5090d0 77%,#5090d0 84%,#b8b8b8 84%,#b8b8b8 90%,#000000 90%,#000000 95%,#ffffff 95%);
}
100% {
background: #50b818;
background-image: linear-gradient(to bottom, #ffffff 3%,#000000 3%,#000000 6%,#b8b8b8 6%,#b8b8b8 8%,#5090d0 8%,#5090d0 23%,#98ff98 23%,#98ff98 25%,#808080 25%,#808080 32%,#484848 32%,#484848 34%,#c87870 34%,#c87870 39%,#472b1b 39%,#472b1b 44%,#a04800 44%,#a04800 59%,#f0e858 59%,#f0e858 62%,#181090 62%,#181090 73%,#50b818 73%,#50b818 82%,#a838a0 82%,#a838a0 88%,#68d0a8 88%,#68d0a8 90%,#882000 90%);
}
}
/**
* All the typing stuff on the blue screen
*/
.loading {
line-height: 1;
}
.loading li {
padding-right: 1em;
width: 0;
height: 0;
overflow: hidden;
display: inline-block;
position: relative;
float: left;
clear: left;
}
.loading li:first-child {
height: auto;
width: auto;
}
.loading li:before {
white-space: pre;
}
/**
* Decrunching
*/
section.bluescreen:before {
animation-name: decrunch;
animation-duration: 0.25s;
animation-iteration-count: infinite;
}
/**
* Intro screen animations
*/
@keyframes startintro {
to {
visibility: visible;
}
}
@keyframes logoswing {
50% {
left: -162px;
}
}
@keyframes rasterswing {
50% {
top: 168px;
}
}
@keyframes rasterindex {
50% {
z-index: 10;
}
}
@keyframes textflash {
0% { color: #000000; }
1% { color: #20398d; }
2% { color: #6076c5; }
3% { color: #86bec5; }
4% { color: #ffffff; }
5% { color: #86bec5; }
6% { color: #6076c5; }
7% { color: #20398d; }
8% { color: #000000; }
26% { color: #873b31; }
27% { color: #ba7369; }
28% { color: #dce78c; }
29% { color: #ffffff; }
30% { color: #dce78c; }
31% { color: #ba7369; }
32% { color: #873b31; }
33% { color: #000000; }
51% { color: #555555; }
52% { color: #808080; }
53% { color: #ababab; }
54% { color: #ffffff; }
55% { color: #ababab; }
56% { color: #808080; }
57% { color: #555555; }
58% { color: #000000; }
76% { color: #625000; }
77% { color: #74ab54; }
78% { color: #b7eb9b; }
79% { color: #ffffff; }
80% { color: #b7eb9b; }
81% { color: #74ab54; }
82% { color: #625000; }
83% { color: #000000; }
}
@keyframes starscroll {
to {
left: -40em;
}
}
@keyframes scroller {
to {
text-indent: -220em; /* Should match text length */
}
}
@keyframes scrollerbounce {
from, to {
animation-timing-function: ease-out;
}
50% {
line-height: 1em;
animation-timing-function: ease-in;
}
} | 0.431824 | 0.067332 |
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-solid-900.eot");
src: url("../webfonts/free-fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-solid-900.woff2") format("woff2"), url("../webfonts/free-fa-solid-900.woff") format("woff"), url("../webfonts/free-fa-solid-900.ttf") format("truetype"), url("../webfonts/free-fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-brands-400.eot");
src: url("../webfonts/free-fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-brands-400.woff2") format("woff2"), url("../webfonts/free-fa-brands-400.woff") format("woff"), url("../webfonts/free-fa-brands-400.ttf") format("truetype"), url("../webfonts/free-fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-regular-400.eot");
src: url("../webfonts/free-fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-regular-400.woff2") format("woff2"), url("../webfonts/free-fa-regular-400.woff") format("woff"), url("../webfonts/free-fa-regular-400.ttf") format("truetype"), url("../webfonts/free-fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F3A5,U+F3D1,U+F410;
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-v4deprecations.eot");
src: url("../webfonts/free-fa-v4deprecations.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-v4deprecations.woff2") format("woff2"), url("../webfonts/free-fa-v4deprecations.woff") format("woff"), url("../webfonts/free-fa-v4deprecations.ttf") format("truetype"), url("../webfonts/free-fa-v4deprecations.svg#fontawesome") format("svg");
unicode-range: U+F003,U+F006,U+F014,U+F016,U+F01A-F01B,U+F01D,U+F040,U+F045-F047,U+F05C-F05D,U+F07D-F07E,U+F087-F088,U+F08A-F08B,U+F08E,U+F090,U+F096-F097,U+F0A2,U+F0E4-F0E6,U+F0EC-F0EE,U+F0F5-F0F7,U+F10C,U+F112,U+F114-F115,U+F11D,U+F123,U+F132,U+F145,U+F147-F149,U+F14C,U+F166,U+F16A,U+F172,U+F175-F178,U+F18E,U+F190,U+F196,U+F1B1,U+F1D9,U+F1DB,U+F1F7,U+F20C,U+F219,U+F230,U+F24A,U+F250,U+F278,U+F27B,U+F283,U+F28C,U+F28E,U+F29B-F29C,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0,U+F2C3,U+F2D3-F2D4;
} | public/css/free-v4-font-face.min.css | @font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-solid-900.eot");
src: url("../webfonts/free-fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-solid-900.woff2") format("woff2"), url("../webfonts/free-fa-solid-900.woff") format("woff"), url("../webfonts/free-fa-solid-900.ttf") format("truetype"), url("../webfonts/free-fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-brands-400.eot");
src: url("../webfonts/free-fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-brands-400.woff2") format("woff2"), url("../webfonts/free-fa-brands-400.woff") format("woff"), url("../webfonts/free-fa-brands-400.ttf") format("truetype"), url("../webfonts/free-fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-regular-400.eot");
src: url("../webfonts/free-fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-regular-400.woff2") format("woff2"), url("../webfonts/free-fa-regular-400.woff") format("woff"), url("../webfonts/free-fa-regular-400.ttf") format("truetype"), url("../webfonts/free-fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F3A5,U+F3D1,U+F410;
}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("../webfonts/free-fa-v4deprecations.eot");
src: url("../webfonts/free-fa-v4deprecations.eot?#iefix") format("embedded-opentype"), url("../webfonts/free-fa-v4deprecations.woff2") format("woff2"), url("../webfonts/free-fa-v4deprecations.woff") format("woff"), url("../webfonts/free-fa-v4deprecations.ttf") format("truetype"), url("../webfonts/free-fa-v4deprecations.svg#fontawesome") format("svg");
unicode-range: U+F003,U+F006,U+F014,U+F016,U+F01A-F01B,U+F01D,U+F040,U+F045-F047,U+F05C-F05D,U+F07D-F07E,U+F087-F088,U+F08A-F08B,U+F08E,U+F090,U+F096-F097,U+F0A2,U+F0E4-F0E6,U+F0EC-F0EE,U+F0F5-F0F7,U+F10C,U+F112,U+F114-F115,U+F11D,U+F123,U+F132,U+F145,U+F147-F149,U+F14C,U+F166,U+F16A,U+F172,U+F175-F178,U+F18E,U+F190,U+F196,U+F1B1,U+F1D9,U+F1DB,U+F1F7,U+F20C,U+F219,U+F230,U+F24A,U+F250,U+F278,U+F27B,U+F283,U+F28C,U+F28E,U+F29B-F29C,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0,U+F2C3,U+F2D3-F2D4;
} | 0.176601 | 0.068975 |
margin: 0 10px;
padding: 0;
text-align: center;
min-height: 30px;
padding-bottom: 5px;
background: #ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat,
url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x,
url({T_THEME_PATH}/images/header_g2.png) top center repeat-y,
#ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
.old-ie #header {
padding-bottom: 0;
}
.old-ie #header .hdr1, .old-ie #footer .hdr1 {
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
}
.old-ie #header .hdr2 {
background: url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x;
}
.old-ie #footer .hdr2 {
background: url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x;
}
.old-ie #header .hdr3, .old-ie #footer .hdr3 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
.old-ie #header .hdr4, .old-ie #footer .hdr4 {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
}
.old-ie #header .hdr5 {
background: url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat;
}
.old-ie #footer .hdr5 {
background: url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat;
}
.old-ie #header .hdr6 {
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat;
min-height: 30px;
padding-bottom: 5px;
}
.old-ie #footer .hdr6 {
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat;
}
#header a {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 1px;
text-decoration: none;
border-width: 0;
}
#header a img {
display: inline-block;
margin: 0;
padding: 0;
opacity: 1 !important;
max-width: 100%;
}
#header p, #header h1 {
margin: 0;
padding: 0;
text-align: center;
white-space: nowrap;
font-weight: normal;
line-height: 1.4em;
font-family: Arial;
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}
#header h1 {
font-size: 24px;
color: #1e8fc7;
}
#header p {
font-size: 16px;
color: #888;
}
#header .skiplink { display: none; }
#page-header {
clear: both;
margin: -16px 15px 0;
min-height: 10px;
}
#nav-header, #search-adv {
display: block;
float: left;
z-index: 1;
margin-left: 5px;
font-size: 12px;
line-height: 1em;
text-align: center;
}
.menu-buttons a, .menu-buttons a:visited, #search-adv a, #search-adv a:visited {
display: block;
float: left;
margin: 0 19px 5px 4px;
padding: 0;
padding-left: 15px;
line-height: 1em;
color: #1e8fc7;
background: url({T_THEME_PATH}/images/menu.png) top left no-repeat;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.menu-buttons a span, #search-adv a span {
display: inline-block;
margin: 0;
margin-right: -15px;
padding: 0;
padding-right: 15px;
padding-top: 9px;
height: 21px;
background: url({T_THEME_PATH}/images/menu2.png) top right no-repeat;
font-size: 14px;
font-family: Arial;
}
.menu-buttons a:hover, .menu-buttons a.new, #search-adv a:hover {
background-position: bottom left;
}
.menu-buttons a:hover span, .menu-buttons a.new span, #search-adv a:hover span {
background-position: bottom right;
color: #da7320;
}
.menu-buttons span.arrow { padding-top: 8px; height: 22px; font-size: 15px; }
#nav-header strong { font-weight: normal; }
#search-adv {
float: right;
z-index: 1;
margin-left: 0;
margin-right: 5px;
}
#search-box {
position: relative;
float: right;
z-index: 1;
width: 174px;
height: 27px;
background: url({T_THEME_PATH}/images/header_search.png) 0 0 no-repeat;
margin: 0 4px 5px;
padding: 3px 0 0 26px;
}
#search-box:hover { background-position: 0 -40px; }
#search-box form {
display: inline;
border-width: 0;
margin: 0;
padding: 0;
}
.browser-ie #search-box input[type="text"] {
margin-top: 1px;
}
#search-box input[type="text"] {
margin: 0;
padding: 4px 3px;
border-width: 0;
border-radius: 0;
background: transparent;
height: 16px;
width: 160px;
line-height: 1em;
font-size: 14px;
font-family: Arial;
color: #1e8fc7;
outline-style: none;
-webkit-appearance: none;
}
#search-box:hover input[type="text"], #search-box input[type="text"]:hover, #search-box input[type="text"]:focus {
color: #da7320;
}
.browser-ie #search-box input[type="text"] {
height: 14px;
}
/*
Footer
*/
#footer {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
text-align: center;
vertical-align: bottom;
line-height: 1.3em;
font-size: 11px;
color: #888;
text-shadow: none;
background: #ececec url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat,
url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x,
url({T_THEME_PATH}/images/header_g2.png) top center repeat-y,
#ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
#footer, .old-ie #footer .hdr6 {
padding: 8px 10px 6px;
max-height: 30px;
overflow: hidden;
}
.old-ie #footer {
padding: 0;
max-height: auto;
}
#footer .copyright:after {
content: '';
display: block;
clear: both;
}
#footer .copyright > strong {
display: block;
clear: both;
text-align: center;
font-weight: normal;
font-size: 14px;
font-family: Arial;
}
#footer .copyright a, #footer .copyright a:visited {
color: #666;
}
#footer .copyright a:hover {
color: #da7320;
text-decoration: underline;
}
body.simple .copyright {
text-align: center;
color: #888;
font-size: 11px;
}
.copyright .copy-left {
float: left;
text-align: left;
}
.copyright .copy-right {
float: right;
text-align: right;
}
/*
Wrapper
*/
#page-body {
padding: 0 10px 45px;
clear: both;
}
#page-body > p, .section-index #page-body > form { margin: 6px 4px; }
#page-body > p.rightside { margin-top: 0; }
body.simple #page-body > h2.solo {
margin-top: 10px;
}
/*
Navigation
*/
.nav-links {
clear: left;
height: 36px;
margin: 0;
padding: 0 10px;
text-align: left;
}
.nav-links a {
display: block;
float: left;
height: 30px;
padding-right: 15px;
margin-right: 6px;
margin-bottom: 5px;
background: url({T_THEME_PATH}/images/nav.png) right 0 no-repeat;
}
.nav-links a, .nav-links a:visited, .nav-links a:hover, .nav-links a:active {
outline-style: none;
}
.nav-links a span {
display: block;
background: url({T_THEME_PATH}/images/nav2.png) 0 0 no-repeat;
margin-left: -10px;
padding-top: 8px;
padding-left: 14px;
height: 22px;
font-size: 14px;
font-family: Arial;
line-height: 1em;
white-space: nowrap;
max-width: 200px;
overflow: hidden;
color: #1e8fc7;
}
.nav-links a:first-child span {
background-image: url({T_THEME_PATH}/images/nav2a.png);
padding-left: 25px;
}
.nav-links a:hover {
background-position: right -40px;
}
.nav-links a:hover span {
background-position: 0 -40px;
color: #da7320;
}
.nav-extra {
z-index: 2;
clear: right;
float: right;
position: relative;
top: -8px;
font-size: 11px;
margin: 8px;
color: #888;
}
.nav-extra-footer { top: 0; }
.nav-extra .time { color: #444; }
/*
Rules
*/
div.rules {
margin: 6px 0;
padding: 1px;
background: #faf8f6;
border: solid 1px #ccaa8f;
border-radius: 10px;
text-shadow: none;
}
div.rules .inner {
background: #f5e9df;
padding: 6px;
border-radius: 8px;
}
div.rules .inner > strong {
color: #1e8fc7;
font-family: Arial;
font-size: 14px;
font-weight: normal;
line-height: 1.4em;
}
#information .inner, #newpm .inner {
text-align: center;
padding: 20px;
}
/*
Switch to mobile style link
*/
.mobile-style-switch a {
padding: 5px 10px 6px;
border: 1px solid #d3d3d3;
border-radius: 10px;
background: #f0f0f0;
box-shadow: #f8f8f8 0 0 0 1px inset;
} | styles/art_air/theme/layout_main.css | margin: 0 10px;
padding: 0;
text-align: center;
min-height: 30px;
padding-bottom: 5px;
background: #ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat,
url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x,
url({T_THEME_PATH}/images/header_g2.png) top center repeat-y,
#ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
.old-ie #header {
padding-bottom: 0;
}
.old-ie #header .hdr1, .old-ie #footer .hdr1 {
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
}
.old-ie #header .hdr2 {
background: url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x;
}
.old-ie #footer .hdr2 {
background: url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x;
}
.old-ie #header .hdr3, .old-ie #footer .hdr3 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
.old-ie #header .hdr4, .old-ie #footer .hdr4 {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
}
.old-ie #header .hdr5 {
background: url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat;
}
.old-ie #footer .hdr5 {
background: url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat;
}
.old-ie #header .hdr6 {
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat;
min-height: 30px;
padding-bottom: 5px;
}
.old-ie #footer .hdr6 {
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat;
}
#header a {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 1px;
text-decoration: none;
border-width: 0;
}
#header a img {
display: inline-block;
margin: 0;
padding: 0;
opacity: 1 !important;
max-width: 100%;
}
#header p, #header h1 {
margin: 0;
padding: 0;
text-align: center;
white-space: nowrap;
font-weight: normal;
line-height: 1.4em;
font-family: Arial;
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}
#header h1 {
font-size: 24px;
color: #1e8fc7;
}
#header p {
font-size: 16px;
color: #888;
}
#header .skiplink { display: none; }
#page-header {
clear: both;
margin: -16px 15px 0;
min-height: 10px;
}
#nav-header, #search-adv {
display: block;
float: left;
z-index: 1;
margin-left: 5px;
font-size: 12px;
line-height: 1em;
text-align: center;
}
.menu-buttons a, .menu-buttons a:visited, #search-adv a, #search-adv a:visited {
display: block;
float: left;
margin: 0 19px 5px 4px;
padding: 0;
padding-left: 15px;
line-height: 1em;
color: #1e8fc7;
background: url({T_THEME_PATH}/images/menu.png) top left no-repeat;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.menu-buttons a span, #search-adv a span {
display: inline-block;
margin: 0;
margin-right: -15px;
padding: 0;
padding-right: 15px;
padding-top: 9px;
height: 21px;
background: url({T_THEME_PATH}/images/menu2.png) top right no-repeat;
font-size: 14px;
font-family: Arial;
}
.menu-buttons a:hover, .menu-buttons a.new, #search-adv a:hover {
background-position: bottom left;
}
.menu-buttons a:hover span, .menu-buttons a.new span, #search-adv a:hover span {
background-position: bottom right;
color: #da7320;
}
.menu-buttons span.arrow { padding-top: 8px; height: 22px; font-size: 15px; }
#nav-header strong { font-weight: normal; }
#search-adv {
float: right;
z-index: 1;
margin-left: 0;
margin-right: 5px;
}
#search-box {
position: relative;
float: right;
z-index: 1;
width: 174px;
height: 27px;
background: url({T_THEME_PATH}/images/header_search.png) 0 0 no-repeat;
margin: 0 4px 5px;
padding: 3px 0 0 26px;
}
#search-box:hover { background-position: 0 -40px; }
#search-box form {
display: inline;
border-width: 0;
margin: 0;
padding: 0;
}
.browser-ie #search-box input[type="text"] {
margin-top: 1px;
}
#search-box input[type="text"] {
margin: 0;
padding: 4px 3px;
border-width: 0;
border-radius: 0;
background: transparent;
height: 16px;
width: 160px;
line-height: 1em;
font-size: 14px;
font-family: Arial;
color: #1e8fc7;
outline-style: none;
-webkit-appearance: none;
}
#search-box:hover input[type="text"], #search-box input[type="text"]:hover, #search-box input[type="text"]:focus {
color: #da7320;
}
.browser-ie #search-box input[type="text"] {
height: 14px;
}
/*
Footer
*/
#footer {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
text-align: center;
vertical-align: bottom;
line-height: 1.3em;
font-size: 11px;
color: #888;
text-shadow: none;
background: #ececec url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat,
url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x,
url({T_THEME_PATH}/images/header_g2.png) top center repeat-y,
#ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
#footer, .old-ie #footer .hdr6 {
padding: 8px 10px 6px;
max-height: 30px;
overflow: hidden;
}
.old-ie #footer {
padding: 0;
max-height: auto;
}
#footer .copyright:after {
content: '';
display: block;
clear: both;
}
#footer .copyright > strong {
display: block;
clear: both;
text-align: center;
font-weight: normal;
font-size: 14px;
font-family: Arial;
}
#footer .copyright a, #footer .copyright a:visited {
color: #666;
}
#footer .copyright a:hover {
color: #da7320;
text-decoration: underline;
}
body.simple .copyright {
text-align: center;
color: #888;
font-size: 11px;
}
.copyright .copy-left {
float: left;
text-align: left;
}
.copyright .copy-right {
float: right;
text-align: right;
}
/*
Wrapper
*/
#page-body {
padding: 0 10px 45px;
clear: both;
}
#page-body > p, .section-index #page-body > form { margin: 6px 4px; }
#page-body > p.rightside { margin-top: 0; }
body.simple #page-body > h2.solo {
margin-top: 10px;
}
/*
Navigation
*/
.nav-links {
clear: left;
height: 36px;
margin: 0;
padding: 0 10px;
text-align: left;
}
.nav-links a {
display: block;
float: left;
height: 30px;
padding-right: 15px;
margin-right: 6px;
margin-bottom: 5px;
background: url({T_THEME_PATH}/images/nav.png) right 0 no-repeat;
}
.nav-links a, .nav-links a:visited, .nav-links a:hover, .nav-links a:active {
outline-style: none;
}
.nav-links a span {
display: block;
background: url({T_THEME_PATH}/images/nav2.png) 0 0 no-repeat;
margin-left: -10px;
padding-top: 8px;
padding-left: 14px;
height: 22px;
font-size: 14px;
font-family: Arial;
line-height: 1em;
white-space: nowrap;
max-width: 200px;
overflow: hidden;
color: #1e8fc7;
}
.nav-links a:first-child span {
background-image: url({T_THEME_PATH}/images/nav2a.png);
padding-left: 25px;
}
.nav-links a:hover {
background-position: right -40px;
}
.nav-links a:hover span {
background-position: 0 -40px;
color: #da7320;
}
.nav-extra {
z-index: 2;
clear: right;
float: right;
position: relative;
top: -8px;
font-size: 11px;
margin: 8px;
color: #888;
}
.nav-extra-footer { top: 0; }
.nav-extra .time { color: #444; }
/*
Rules
*/
div.rules {
margin: 6px 0;
padding: 1px;
background: #faf8f6;
border: solid 1px #ccaa8f;
border-radius: 10px;
text-shadow: none;
}
div.rules .inner {
background: #f5e9df;
padding: 6px;
border-radius: 8px;
}
div.rules .inner > strong {
color: #1e8fc7;
font-family: Arial;
font-size: 14px;
font-weight: normal;
line-height: 1.4em;
}
#information .inner, #newpm .inner {
text-align: center;
padding: 20px;
}
/*
Switch to mobile style link
*/
.mobile-style-switch a {
padding: 5px 10px 6px;
border: 1px solid #d3d3d3;
border-radius: 10px;
background: #f0f0f0;
box-shadow: #f8f8f8 0 0 0 1px inset;
} | 0.307462 | 0.155142 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("discuss.com.hk") {
@font-face { font-family: 微軟正黑體; src: local(Microsoft JhengHei), local(Lantinghei TC); }
@font-face { font-family: Microsoft JhengHei; src: local(Microsoft JhengHei), local(Lantinghei TC); }
table[id^="pid"] {
margin: auto;
}
.defaultpost {
min-height: 0px !important;
}
*:not(.focus-thumb),a, .inlineHotTopicCard{
background: #00331a !important;
color: #CCC !important; /*b0b000*/
text-shadow:none;
text-shadow: none !important;
}
div.mainbox:nth-child(2) span{
color: #CCC !important; /**/
text-shadow:none;
max-width: 800px;
line-height: 40px !important;
font-size:25px;
}
.t_msgfont,
.t_msgfont td
{
font-family: -apple-system, 'Helvetica Neue', 'Segoe UI', Arial, 'PingFang HK', 'PingFang TC', 'PingFang SC', 'Lantinghei TC', 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
font-weight: 400;
font-size: 25px;
letter-spacing: 1.2px;
}
/* Link */
a:link,
a:link *:not(img){
color: #B1CBF7 !important;
background-color: transparent !important;
border-color: #666 !important;}
a:visited,
a:visited * {
color: #CDB4E7 !important;
}
a:hover,
a:hover *:not(img){
color: #FFE900 !important;
background-color: #363037 !important;
border-color: #999 !important;
}
html [href*="#"]:hover {
color: #FFE900 !important;
background-color: transparent !important;
}
/*
body {
font-family: "source-han-sans-traditional","Microsoft Jhenghei" !important;
color: #000;
font-size: 18px;
font-weight: 200;
}*/
.quote {
border-style:none !important;
margin:-10px;
width:1200px;
margin-left: -35px;
/* background: Khaki !important;*/
margin-bottom: -15px;
color:orange !important;
}
.quote blockquote {
color:00331a !important;
}
#mainbody{
min-width:280px;
max-width:1390px;
margin:0 auto;
margin-left:0px;
border: none;
}
span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="prite"]) {
background: none transparent !important;
border-color: #000 !important;
}
h1,
h2 {
background: none #28313E !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
h3,
h4 {
background: none #2A3731 !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
h5,
h6 {
background: none #372A2A !important;
}
table {
background-color: #232323 !important;
border-color: #333 !important;
}
table table {
background: #191919 !important;
}
th,
caption {
background-color: #353535 !important;
}
html body input:not([type="image"]),
button,
html body textarea {
background: none #353535 !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
color: #DDD !important;
border: solid 1px #777 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
opacity: 1 !important;
}
* {
color: #CCC !important;
border-color: #444 !important;
outline-color: #444 !important;
text-shadow: none !important;
}
html *:after,
html *:before {
color: #CCC !important;
border-color: #666 !important;
background: none transparent !important;
}
.mainbox{
border: 0px solid;
margin-left: 0px;
}
tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > cite:nth-child(1) > a{
}
span[id^="thread"] a{
font-size: 25px;
}
.content li a{
font-size: 20px;
}
tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > cite:nth-child(1) > a:nth-child(2){
margin: 6px;
height: 50px;
}
.postauthor cite{
font-weight:normal;
font-size:15px;
margin-left: 2px;
}
.postmessage {
margin: -8px;
margin-left: -4px;
}
.item-title{
font-size:30px;
}
.thread-list-item{
font-size:25px;
}
.gid_list_style a{
font-size:16px;
}
div[id^="postmessage"]{
margin-top: 10px;
}
div[id^="postmessage"]:nth-child(6) {
text-shadow: none !important;
margin:-2px;
}
.t_msgfont,
.t_msgfont td {
max-width: 5000px;
/* background: Khaki !important;*/
}
.t_msgfont *, .t_smallfont *, .t_bigfont *,.t_msgfont *, .t_smallfont *, .t_bigfont *{
line-height: 35px !important;
}
body, td, input, textarea, select, button{
font:inherit;
}
/* tr th,.hottopics tr td*/
.hottopics tr th span a {
color: green !important;
font-size: 22px;
}
.wrap {
margin-left: 0px;
}
.t_msgfont img {
max-height: 600px;
}
.t_msgfont img[smilieid] {
max-height: 30px;
}
#document,
.mainbox h1,
.category,
tbody[id^="stickthread"],#mycircle_btn{
display: none;
}
.mainbox table tr:nth-child(2){display: none;}
#right_column {
margin-left: 100px;
}
form,
#mainbody {
margin-top: 0px;
}
.mainbox table tbody:nth-child(2) {
display: none;
}
div[id^="ad_thread"] ,.legend{
display: none !important;
}
b {
content: " ";
display: none;
}
a[href^="https://hk.promotions."] {
display: none;
}
.mainbox {
background: white;
margin-bottom: 0px;
}
#topbar {
font-size: 8px;
max-height: 8px;
}
.postauthor cite{
margin-top: -12px;
}
.postinfo {
/* margin-top: -8px;
margin-left: -46px;
position: absolute;
right: 0;
left: 0;
border: 0px;*/
font-size: 12px;
margin-top: -5px;
color:00331a !important;
}
.postinfo a {
/* position: absolute;
right: 0;
left: 5;
border: 0px;
color: #00331a;*/
font-size: 12px;
margin-top: -10px;
color:red;
}
.avatar img{
}
.postinfo input {
display: none;
}
a {
z-index: 1;
}
#topbar_blank,.lastpost cite {
display: none;
}
em, em font, cite a, em a{
font-size: 15px;
color: #00331a;
}
.profile dt:nth-child(7),
.profile dd:nth-child(8){
margin-bottom: -5px;
}
i{
font-size: 12px;
font-style: normal;
}
.quote br, .quote h5{
display:none;
}
/* .profile dt:nth-child(1),
.profile dd:nth-child(2),
.profile dt:nth-child(3),
.profile dd:nth-child(4),
.profile dt:nth-child(5),
.profile dd:nth-child(6),
.related-post-list.rpl-discuss,*/
#footer,
#ad_sc2,
#right_column,
#foruminfo,
#qLdbcfhri,
.fb-share-button,
.mainbox.forumlist,
.portalbox,
.relative-fid-wrap,
.tabs,
#NW_Splash_Container,
.postinfo em,
.threadflow,
img[src="http://n2.hk/d/images/avatars/noavatar.gif"],
.buddy,
.headactions,
.pm,
/* .profile,*/
.signatures,
DIV[align="center"],
DIV[align="right"],
DIV[style="margin:5px 10px;"],
IMG[src="http://n2.hk/d/images/r10/androidD.jpg"],
IMG[src="http://n2.hk/d/images/r10/mobile.jpg"],
.wrap:nth-child(7) > p,
NOBR,
.fb-page-plugin-border,
.banner center,
#content-area center,
#sticky-create-post,
#sticky-share,
#sticky-share,
#footer,
.kskdDiv,
.img_ad img,
.banner-forum,
h4,
img[src="http://n2.hk/d/images/r10/iphoneD.jpg"],
.avatar,
.banner-focus,
.related-post-list,
.signatures {
display: none !important;
}
.wrap p
.pages_btns:nth-child(1),
.pages_btns:nth-child(2),
.pages_btns:nth-child(3),
.pages_btns:nth-child(4),
.pages_btns:nth-child(5),
.pages_btns:nth-child(6),
.pages_btns:nth-child(7),
.pages_btns:nth-child(0),
.pages_btns:nth-child(8),
.pages_btns:nth-child(9),
.pages_btns:nth-child(10),
.pages_btns:nth-child(11),
.pages_btns:nth-child(12),
.pages_btns:nth-child(13),
.pages_btns:nth-child(14),
.pages_btns:nth-child(15),
.pages_btns:nth-child(16),
.pages_btns:nth-child(17)
{
margin-top: 10px;
margin-bottom: -10px;
}
.pages_btns strong,.pages_btns a,.pages_btns em{
font-size:15px;
float:none;
}
div.pages_btns:nth-child(7)
{
margin-top: 0px;
}
.t_attachlist dt {
display: block;
}
dd p {
display: block !important;
}
}
@-moz-document regexp("http://.*\.discuss.com.hk/viewthread\.php.*"){
#footfilter{
display: none;
}
} | data/usercss/128151.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("discuss.com.hk") {
@font-face { font-family: 微軟正黑體; src: local(Microsoft JhengHei), local(Lantinghei TC); }
@font-face { font-family: Microsoft JhengHei; src: local(Microsoft JhengHei), local(Lantinghei TC); }
table[id^="pid"] {
margin: auto;
}
.defaultpost {
min-height: 0px !important;
}
*:not(.focus-thumb),a, .inlineHotTopicCard{
background: #00331a !important;
color: #CCC !important; /*b0b000*/
text-shadow:none;
text-shadow: none !important;
}
div.mainbox:nth-child(2) span{
color: #CCC !important; /**/
text-shadow:none;
max-width: 800px;
line-height: 40px !important;
font-size:25px;
}
.t_msgfont,
.t_msgfont td
{
font-family: -apple-system, 'Helvetica Neue', 'Segoe UI', Arial, 'PingFang HK', 'PingFang TC', 'PingFang SC', 'Lantinghei TC', 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
font-weight: 400;
font-size: 25px;
letter-spacing: 1.2px;
}
/* Link */
a:link,
a:link *:not(img){
color: #B1CBF7 !important;
background-color: transparent !important;
border-color: #666 !important;}
a:visited,
a:visited * {
color: #CDB4E7 !important;
}
a:hover,
a:hover *:not(img){
color: #FFE900 !important;
background-color: #363037 !important;
border-color: #999 !important;
}
html [href*="#"]:hover {
color: #FFE900 !important;
background-color: transparent !important;
}
/*
body {
font-family: "source-han-sans-traditional","Microsoft Jhenghei" !important;
color: #000;
font-size: 18px;
font-weight: 200;
}*/
.quote {
border-style:none !important;
margin:-10px;
width:1200px;
margin-left: -35px;
/* background: Khaki !important;*/
margin-bottom: -15px;
color:orange !important;
}
.quote blockquote {
color:00331a !important;
}
#mainbody{
min-width:280px;
max-width:1390px;
margin:0 auto;
margin-left:0px;
border: none;
}
span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="prite"]) {
background: none transparent !important;
border-color: #000 !important;
}
h1,
h2 {
background: none #28313E !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
h3,
h4 {
background: none #2A3731 !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
h5,
h6 {
background: none #372A2A !important;
}
table {
background-color: #232323 !important;
border-color: #333 !important;
}
table table {
background: #191919 !important;
}
th,
caption {
background-color: #353535 !important;
}
html body input:not([type="image"]),
button,
html body textarea {
background: none #353535 !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
color: #DDD !important;
border: solid 1px #777 !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
opacity: 1 !important;
}
* {
color: #CCC !important;
border-color: #444 !important;
outline-color: #444 !important;
text-shadow: none !important;
}
html *:after,
html *:before {
color: #CCC !important;
border-color: #666 !important;
background: none transparent !important;
}
.mainbox{
border: 0px solid;
margin-left: 0px;
}
tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > cite:nth-child(1) > a{
}
span[id^="thread"] a{
font-size: 25px;
}
.content li a{
font-size: 20px;
}
tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > cite:nth-child(1) > a:nth-child(2){
margin: 6px;
height: 50px;
}
.postauthor cite{
font-weight:normal;
font-size:15px;
margin-left: 2px;
}
.postmessage {
margin: -8px;
margin-left: -4px;
}
.item-title{
font-size:30px;
}
.thread-list-item{
font-size:25px;
}
.gid_list_style a{
font-size:16px;
}
div[id^="postmessage"]{
margin-top: 10px;
}
div[id^="postmessage"]:nth-child(6) {
text-shadow: none !important;
margin:-2px;
}
.t_msgfont,
.t_msgfont td {
max-width: 5000px;
/* background: Khaki !important;*/
}
.t_msgfont *, .t_smallfont *, .t_bigfont *,.t_msgfont *, .t_smallfont *, .t_bigfont *{
line-height: 35px !important;
}
body, td, input, textarea, select, button{
font:inherit;
}
/* tr th,.hottopics tr td*/
.hottopics tr th span a {
color: green !important;
font-size: 22px;
}
.wrap {
margin-left: 0px;
}
.t_msgfont img {
max-height: 600px;
}
.t_msgfont img[smilieid] {
max-height: 30px;
}
#document,
.mainbox h1,
.category,
tbody[id^="stickthread"],#mycircle_btn{
display: none;
}
.mainbox table tr:nth-child(2){display: none;}
#right_column {
margin-left: 100px;
}
form,
#mainbody {
margin-top: 0px;
}
.mainbox table tbody:nth-child(2) {
display: none;
}
div[id^="ad_thread"] ,.legend{
display: none !important;
}
b {
content: " ";
display: none;
}
a[href^="https://hk.promotions."] {
display: none;
}
.mainbox {
background: white;
margin-bottom: 0px;
}
#topbar {
font-size: 8px;
max-height: 8px;
}
.postauthor cite{
margin-top: -12px;
}
.postinfo {
/* margin-top: -8px;
margin-left: -46px;
position: absolute;
right: 0;
left: 0;
border: 0px;*/
font-size: 12px;
margin-top: -5px;
color:00331a !important;
}
.postinfo a {
/* position: absolute;
right: 0;
left: 5;
border: 0px;
color: #00331a;*/
font-size: 12px;
margin-top: -10px;
color:red;
}
.avatar img{
}
.postinfo input {
display: none;
}
a {
z-index: 1;
}
#topbar_blank,.lastpost cite {
display: none;
}
em, em font, cite a, em a{
font-size: 15px;
color: #00331a;
}
.profile dt:nth-child(7),
.profile dd:nth-child(8){
margin-bottom: -5px;
}
i{
font-size: 12px;
font-style: normal;
}
.quote br, .quote h5{
display:none;
}
/* .profile dt:nth-child(1),
.profile dd:nth-child(2),
.profile dt:nth-child(3),
.profile dd:nth-child(4),
.profile dt:nth-child(5),
.profile dd:nth-child(6),
.related-post-list.rpl-discuss,*/
#footer,
#ad_sc2,
#right_column,
#foruminfo,
#qLdbcfhri,
.fb-share-button,
.mainbox.forumlist,
.portalbox,
.relative-fid-wrap,
.tabs,
#NW_Splash_Container,
.postinfo em,
.threadflow,
img[src="http://n2.hk/d/images/avatars/noavatar.gif"],
.buddy,
.headactions,
.pm,
/* .profile,*/
.signatures,
DIV[align="center"],
DIV[align="right"],
DIV[style="margin:5px 10px;"],
IMG[src="http://n2.hk/d/images/r10/androidD.jpg"],
IMG[src="http://n2.hk/d/images/r10/mobile.jpg"],
.wrap:nth-child(7) > p,
NOBR,
.fb-page-plugin-border,
.banner center,
#content-area center,
#sticky-create-post,
#sticky-share,
#sticky-share,
#footer,
.kskdDiv,
.img_ad img,
.banner-forum,
h4,
img[src="http://n2.hk/d/images/r10/iphoneD.jpg"],
.avatar,
.banner-focus,
.related-post-list,
.signatures {
display: none !important;
}
.wrap p
.pages_btns:nth-child(1),
.pages_btns:nth-child(2),
.pages_btns:nth-child(3),
.pages_btns:nth-child(4),
.pages_btns:nth-child(5),
.pages_btns:nth-child(6),
.pages_btns:nth-child(7),
.pages_btns:nth-child(0),
.pages_btns:nth-child(8),
.pages_btns:nth-child(9),
.pages_btns:nth-child(10),
.pages_btns:nth-child(11),
.pages_btns:nth-child(12),
.pages_btns:nth-child(13),
.pages_btns:nth-child(14),
.pages_btns:nth-child(15),
.pages_btns:nth-child(16),
.pages_btns:nth-child(17)
{
margin-top: 10px;
margin-bottom: -10px;
}
.pages_btns strong,.pages_btns a,.pages_btns em{
font-size:15px;
float:none;
}
div.pages_btns:nth-child(7)
{
margin-top: 0px;
}
.t_attachlist dt {
display: block;
}
dd p {
display: block !important;
}
}
@-moz-document regexp("http://.*\.discuss.com.hk/viewthread\.php.*"){
#footfilter{
display: none;
}
} | 0.193109 | 0.088269 |
*,*::before,*::after {box-sizing: border-box;}
body {
font-family: Verdana;
font-size: 14pt;
padding: 0;
margin: 0;
position: relative;
}
.fontInherit {font-size: inherit!important;}
#app {position: relative; width: 100%;display: grid;}
.wrap {
margin:auto;
z-index: 2;
margin: auto;
padding: 0.35rem;
max-width: 800px;
}
.col {
grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
}
p {margin:0;}
p.center {margin:0.5em 0; text-align: center;}
small {font-size:0.6em;}
div {display:inline-block; margin:0.15em 0;padding: 0.15em;width: 100%;}
#sta,#vol {min-width:2em; text-align: center; display: inherit;}
button,.button {
padding: 0.75em;
border: 1px;
background-color: #3cf;
color: #000;
margin:0.2em;
border-radius: 0.8em;
font-size: 12pt;
font-family: "Verdana";
cursor: pointer;
min-width: 4.4em;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
text-decoration: none;
}
button.def {background-color: #369; color: #fff;}
button.gitt {background-color: #2da44e;color: #fff;}
button.active {background-color: red!important;}
button.succ {background-color: #13ce66;color: #fff;}
button.warn {background-color: orange;color: #000;}
button.navy {background-color: darkviolet;color: white;}
button.info, .button.info{
background-color: #369;
color: #fff;
min-width: 9em;
font-size: 1.0em;
padding: 0.5em;
}
button.nr {background-color: #3cf;color: black;}
#info {
min-height: 1.75em;
background: #f4f4f4;
margin: 0.5em auto;
padding: 0.2em;
/*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
}
div.sm button {font-size:0.75em;margin:0.2em 0.1em; padding: 0.65em 0.25em;}
div.admi button {background-color: orange;color: #000; min-width:7.1em;}
div.bg {background-color: whitesmoke; margin: 0.75em 0; padding: 1em 0;}
div.add {}
div.add p {margin-bottom: 0.5em;}
div.add span {display: inline-block;min-width:4em;}
div.add input {width: calc(99% - 5em);font-size: 1em;}
input[type="file"] {font-size: 1em; background-color: thistle;}
.button {/*
background: #ccffff;
cursor: pointer;
width:100%;
padding: 0.5em;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
}
.button:hover {opacity: 0.7;}
.acordion {
background: #ffffcc;
padding: 0 0.5em;
width: 100%;
overflow: hidden;
max-height: 0;
transition: all 1s ease-in-out;
padding:0;
}
#state:checked ~ .acordion { max-height: 160vh;}
.fileUpload {
background: #00bcbe;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #fff;
margin: 1.25em auto;
overflow: hidden;
padding: 0.75em;
position: relative;
text-align: center;
width: 220px;
cursor: pointer;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
background: #00a2a4;
cursor: pointer;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 248px;
height: 46px;
cursor: pointer;
}
input[type="file"] {
position: fixed;
right: 100%;
bottom: 100%;
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
.shadow {box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;} | public/css/cartoon.css | *,*::before,*::after {box-sizing: border-box;}
body {
font-family: Verdana;
font-size: 14pt;
padding: 0;
margin: 0;
position: relative;
}
.fontInherit {font-size: inherit!important;}
#app {position: relative; width: 100%;display: grid;}
.wrap {
margin:auto;
z-index: 2;
margin: auto;
padding: 0.35rem;
max-width: 800px;
}
.col {
grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
}
p {margin:0;}
p.center {margin:0.5em 0; text-align: center;}
small {font-size:0.6em;}
div {display:inline-block; margin:0.15em 0;padding: 0.15em;width: 100%;}
#sta,#vol {min-width:2em; text-align: center; display: inherit;}
button,.button {
padding: 0.75em;
border: 1px;
background-color: #3cf;
color: #000;
margin:0.2em;
border-radius: 0.8em;
font-size: 12pt;
font-family: "Verdana";
cursor: pointer;
min-width: 4.4em;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
text-decoration: none;
}
button.def {background-color: #369; color: #fff;}
button.gitt {background-color: #2da44e;color: #fff;}
button.active {background-color: red!important;}
button.succ {background-color: #13ce66;color: #fff;}
button.warn {background-color: orange;color: #000;}
button.navy {background-color: darkviolet;color: white;}
button.info, .button.info{
background-color: #369;
color: #fff;
min-width: 9em;
font-size: 1.0em;
padding: 0.5em;
}
button.nr {background-color: #3cf;color: black;}
#info {
min-height: 1.75em;
background: #f4f4f4;
margin: 0.5em auto;
padding: 0.2em;
/*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
}
div.sm button {font-size:0.75em;margin:0.2em 0.1em; padding: 0.65em 0.25em;}
div.admi button {background-color: orange;color: #000; min-width:7.1em;}
div.bg {background-color: whitesmoke; margin: 0.75em 0; padding: 1em 0;}
div.add {}
div.add p {margin-bottom: 0.5em;}
div.add span {display: inline-block;min-width:4em;}
div.add input {width: calc(99% - 5em);font-size: 1em;}
input[type="file"] {font-size: 1em; background-color: thistle;}
.button {/*
background: #ccffff;
cursor: pointer;
width:100%;
padding: 0.5em;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
}
.button:hover {opacity: 0.7;}
.acordion {
background: #ffffcc;
padding: 0 0.5em;
width: 100%;
overflow: hidden;
max-height: 0;
transition: all 1s ease-in-out;
padding:0;
}
#state:checked ~ .acordion { max-height: 160vh;}
.fileUpload {
background: #00bcbe;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #fff;
margin: 1.25em auto;
overflow: hidden;
padding: 0.75em;
position: relative;
text-align: center;
width: 220px;
cursor: pointer;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
background: #00a2a4;
cursor: pointer;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 248px;
height: 46px;
cursor: pointer;
}
input[type="file"] {
position: fixed;
right: 100%;
bottom: 100%;
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
.shadow {box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;} | 0.294215 | 0.115237 |
margin: 0;
padding: 0;
background-color: transparent;
width: 762px;
}
#mmrpg.windowFlag_landscapeMode,
#mmrpg.mobileFlag_landscapeMode,
#mmrpg.windowFlag_landscapeMode #prototype,
#mmrpg.mobileFlag_landscapeMode #prototype {
width: 1024px;
}
#prototype .header {
width: 100%;
}
#prototype .help {
}
#prototype .help {
display: block;
float: none;
clear: left;
text-align: left;
height: 284px;
overflow: hidden;
}
#prototype .help .wrapper {
display: block;
height: 284px;
overflow: scroll;
overflow-x: hidden;
margin-right: -17px;
padding-right: 3px;
padding-left: 3px;
}
body.windowFlag_landscapeMode #prototype .help .wrapper,
body.mobileFlag_landscapeMode #prototype .help .wrapper {
padding-left: 0;
}
#prototype .help .wrapper_full {
height: auto;
overflow: hidden;
}
#prototype .help .inner_wrapper {
height: auto;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
padding: 2px;
width: auto;
float: left;
clear: left;
margin: 0 auto 1px 0;
}
#prototype .help .inner_wrapper_dr-light {
background-color: rgba(0, 0, 255, 0.15);
}
#prototype .help .inner_wrapper_dr-wily {
background-color: rgba(255, 0, 0, 0.15);
}
#prototype .help .rule,
#prototype .help .more {
display: block;
margin: 4px auto 8px;
veritcal-align: top;
border: 1px solid #1A1A1A;
border-width: 1px 2px;
font-size: 14px;
line-height: 16px;
letter-spacing: 1px;
/*text-transform: uppercase;*/
text-decoration: none;
padding: 4px 0;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
color: #FFFFFF;
background-position: center top;
background-color: #2A2A2A;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.15, rgba(0, 0, 0, 0.05)),
color-stop(0.75, rgba(255, 255, 255, 0.05))
);
background-image: -moz-linear-gradient(
center bottom,
rgba(0, 0, 0, 0.05) 15%,
rgba(255, 255, 255, 0.05) 75%
);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
overflow: hidden;
position: relative;
}
#prototype .help .rule:first-child {
border-top-width: 2px;
}
#prototype .help .rule:last-child {
border-bottom-width: 2px;
}
#prototype .help .rule_01 {
background-color: rgba(136, 113, 19, 0.75);
}
#prototype .help .rule_02 {
background-color: rgba(101, 108, 112, 0.75);
}
#prototype .help .rule_03 {
background-color: rgba(99, 61, 21, 0.75);
}
#prototype .help .rule .number,
#prototype .help .rule .text {
display: block;
overflow: hidden;
margin: 0;
}
#prototype .help .rule .avatar {
display: none;
}
#prototype .help .rule .number {
display: block;
position: absolute;
top: 6px;
left: 6px;
width: auto;
padding: 2px 4px;
font-size: 18px;
line-height: 18px;
text-align: center;
border: 1px solid #252525;
background-color: #313131;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#prototype .help .rule .number .sup {
display: block;
font-size: 8px;
line-height: 10px;
}
#prototype .help .rule .text {
width: auto;
font-size: 13px;
line-height: 15px;
padding: 4px 16px 4px 58px;
min-height: 30px;
letter-spacing: 0;
}
#prototype .help .rule .points .padding {
color: #969696;
}
#prototype .help .rule .points .value {
color: #CFCFCF;
}
#prototype .menu .back {
display: block;
margin: 20px auto 0 0;
color: #ABABAB;
text-align: center;
cursor: pointer;
_cursor: hand;
}
#prototype .menu .back:hover {
text-decoration: underline;
}
#prototype .help .rule .robots .sprite {
position: static;
float: left;
width: 16px;
height: 16px;
background-size: 16px 16px;
}
#prototype .help .rule .robots .sprite_base_80x80 {
background-size: 32px 32px;
background-position: -8px -8px;
}
#prototype .help .more {
border: 0 none transparent;
background-color: transparent;
background-image: none;
text-align: center;
text-decoration: none;
cursor: pointer;
_cursor: hand;
box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
font-size: 10px;
line-height: 10px;
height: 10px;
color: #CACACA;
}
#prototype .help .more:hover {
color: #FAFAFA;
}
#prototype .help .container {
display: block;
margin: 5px auto 0;
} | styles/help.css | margin: 0;
padding: 0;
background-color: transparent;
width: 762px;
}
#mmrpg.windowFlag_landscapeMode,
#mmrpg.mobileFlag_landscapeMode,
#mmrpg.windowFlag_landscapeMode #prototype,
#mmrpg.mobileFlag_landscapeMode #prototype {
width: 1024px;
}
#prototype .header {
width: 100%;
}
#prototype .help {
}
#prototype .help {
display: block;
float: none;
clear: left;
text-align: left;
height: 284px;
overflow: hidden;
}
#prototype .help .wrapper {
display: block;
height: 284px;
overflow: scroll;
overflow-x: hidden;
margin-right: -17px;
padding-right: 3px;
padding-left: 3px;
}
body.windowFlag_landscapeMode #prototype .help .wrapper,
body.mobileFlag_landscapeMode #prototype .help .wrapper {
padding-left: 0;
}
#prototype .help .wrapper_full {
height: auto;
overflow: hidden;
}
#prototype .help .inner_wrapper {
height: auto;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
padding: 2px;
width: auto;
float: left;
clear: left;
margin: 0 auto 1px 0;
}
#prototype .help .inner_wrapper_dr-light {
background-color: rgba(0, 0, 255, 0.15);
}
#prototype .help .inner_wrapper_dr-wily {
background-color: rgba(255, 0, 0, 0.15);
}
#prototype .help .rule,
#prototype .help .more {
display: block;
margin: 4px auto 8px;
veritcal-align: top;
border: 1px solid #1A1A1A;
border-width: 1px 2px;
font-size: 14px;
line-height: 16px;
letter-spacing: 1px;
/*text-transform: uppercase;*/
text-decoration: none;
padding: 4px 0;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
color: #FFFFFF;
background-position: center top;
background-color: #2A2A2A;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.15, rgba(0, 0, 0, 0.05)),
color-stop(0.75, rgba(255, 255, 255, 0.05))
);
background-image: -moz-linear-gradient(
center bottom,
rgba(0, 0, 0, 0.05) 15%,
rgba(255, 255, 255, 0.05) 75%
);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
overflow: hidden;
position: relative;
}
#prototype .help .rule:first-child {
border-top-width: 2px;
}
#prototype .help .rule:last-child {
border-bottom-width: 2px;
}
#prototype .help .rule_01 {
background-color: rgba(136, 113, 19, 0.75);
}
#prototype .help .rule_02 {
background-color: rgba(101, 108, 112, 0.75);
}
#prototype .help .rule_03 {
background-color: rgba(99, 61, 21, 0.75);
}
#prototype .help .rule .number,
#prototype .help .rule .text {
display: block;
overflow: hidden;
margin: 0;
}
#prototype .help .rule .avatar {
display: none;
}
#prototype .help .rule .number {
display: block;
position: absolute;
top: 6px;
left: 6px;
width: auto;
padding: 2px 4px;
font-size: 18px;
line-height: 18px;
text-align: center;
border: 1px solid #252525;
background-color: #313131;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#prototype .help .rule .number .sup {
display: block;
font-size: 8px;
line-height: 10px;
}
#prototype .help .rule .text {
width: auto;
font-size: 13px;
line-height: 15px;
padding: 4px 16px 4px 58px;
min-height: 30px;
letter-spacing: 0;
}
#prototype .help .rule .points .padding {
color: #969696;
}
#prototype .help .rule .points .value {
color: #CFCFCF;
}
#prototype .menu .back {
display: block;
margin: 20px auto 0 0;
color: #ABABAB;
text-align: center;
cursor: pointer;
_cursor: hand;
}
#prototype .menu .back:hover {
text-decoration: underline;
}
#prototype .help .rule .robots .sprite {
position: static;
float: left;
width: 16px;
height: 16px;
background-size: 16px 16px;
}
#prototype .help .rule .robots .sprite_base_80x80 {
background-size: 32px 32px;
background-position: -8px -8px;
}
#prototype .help .more {
border: 0 none transparent;
background-color: transparent;
background-image: none;
text-align: center;
text-decoration: none;
cursor: pointer;
_cursor: hand;
box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
font-size: 10px;
line-height: 10px;
height: 10px;
color: #CACACA;
}
#prototype .help .more:hover {
color: #FAFAFA;
}
#prototype .help .container {
display: block;
margin: 5px auto 0;
} | 0.305905 | 0.066266 |
@import url('https://fonts.googleapis.com/css?family=Numans');
html,
body {
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
position: relative;
}
.container {
height: 100%;
align-content: center;
}
.card {
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0, 0, 0, 0.5) !important;
}
.social_icon span {
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}
.social_icon span:hover {
color: white;
cursor: pointer;
}
.card-header h3 {
color: white;
}
.social_icon {
position: absolute;
right: 20px;
top: -45px;
}
.input-group-prepend span {
width: 40px;
background-color: #FFC312;
color: black;
border: 0 !important;
}
input:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.remember {
color: white;
}
.remember input {
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}
.login_btn {
color: black;
background-color: #FFC312;
width: 100px;
}
.login_btn:hover {
color: black;
background-color: white;
}
.links {
color: white;
}
.links a {
margin-left: 4px;
}
.show-pass, .show-confirmpass {
position: absolute;
right: 0;
top: 25%;
padding-right: 10px;
cursor: pointer;
}
.pageLoader {
height: 100%;
position: absolute;
top: 0;
}
.loader {
position: absolute;
top: 50%;
left: 50%;
color: #FFC312;
font-size: 20px;
width: 1em;
height: 1em;
border-radius: 50%;;
-webkit-animation: load4 1.3s infinite linear;
animation: load4 1.3s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
@-webkit-keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
} | resources/css/auth.css |
@import url('https://fonts.googleapis.com/css?family=Numans');
html,
body {
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
position: relative;
}
.container {
height: 100%;
align-content: center;
}
.card {
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0, 0, 0, 0.5) !important;
}
.social_icon span {
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}
.social_icon span:hover {
color: white;
cursor: pointer;
}
.card-header h3 {
color: white;
}
.social_icon {
position: absolute;
right: 20px;
top: -45px;
}
.input-group-prepend span {
width: 40px;
background-color: #FFC312;
color: black;
border: 0 !important;
}
input:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.remember {
color: white;
}
.remember input {
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}
.login_btn {
color: black;
background-color: #FFC312;
width: 100px;
}
.login_btn:hover {
color: black;
background-color: white;
}
.links {
color: white;
}
.links a {
margin-left: 4px;
}
.show-pass, .show-confirmpass {
position: absolute;
right: 0;
top: 25%;
padding-right: 10px;
cursor: pointer;
}
.pageLoader {
height: 100%;
position: absolute;
top: 0;
}
.loader {
position: absolute;
top: 50%;
left: 50%;
color: #FFC312;
font-size: 20px;
width: 1em;
height: 1em;
border-radius: 50%;;
-webkit-animation: load4 1.3s infinite linear;
animation: load4 1.3s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
@-webkit-keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
} | 0.475605 | 0.278055 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');
body{
margin: 0;
padding: 0;
position: relative;
height: 100vh;
width: 100%;
background-image: linear-gradient(to bottom right, red , blue);
overflow: hidden;
font-family: sans-serif;
}
.container{
position: absolute;
top: 50%;left: 50%;
transform: translate(-50%,-50%);
width: 32%;
background-color: white;
min-height: 450px;
border-radius: 10px;
}
.container h1{
text-align: center;
padding:0 0 5px 0;
}
.container form{
padding:0 40px;
box-sizing: border-box;
}
form .txt-filed{
padding: 30px 0px;
outline:none;
position: relative;
}
.txt-filed input{
width: 100%;
height: 30px;
border:none;
outline: none;
}
.txt-filed label{
position: absolute;
top: 50%;
left: 10px;
color:#a6a6a6;
transform:translateY(-50%);
font-size:16px;
pointer-events: none;
transition: 1s;
}
.txt-filed span::before{
content:'';
position: absolute;
top:40px;
left: 0;
width: 100%;
height: 2px;
}
.txt-filed input:focus ~ label,
.txt-filed input:valid ~ label{
top: 20%;
}
input[type="text"],input[type="password"]{
border-bottom: 1px solid grey;
/* border: 1px black solid; */
}
.forgot-pass{
margin: -5px 0 20px 5px;
}
.forgot-pass a{
text-decoration: none;
color:#a6a6a6;
position: absolute;
top: 260px;
right: 40px;
}
input[type="submit"]{
width: 80%;
height: 40px;
cursor: pointer;
margin: 50px 10%;
background-image: linear-gradient(120deg,red , blue);
color: white;
border: none;
outline: none;
border-radius: 10px;
}
.link{
width:30%;
margin: auto;
height: 50px;
}
.face{
width: 50px;
height: 50px;
line-height: 30px;
background: #0000cc;
border-radius: 50px;
float: left;
text-align: center;
}
.face p{
font-size: 18px;
font-weight: bold;
margin-bottom:5px
}
.google{
width:50px;
height: 50px;
line-height: 30px;
background: red;
border-radius: 50px;
float: right;
text-align: center;
font-size: 16px;
}
i{
font-size: 20px;
}
.forgot-pass a:hover{
text-decoration: underline;
}
h4{
font-family: 'Noto Sans JP', sans-serif;
} | site/views/css/formdn.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');
body{
margin: 0;
padding: 0;
position: relative;
height: 100vh;
width: 100%;
background-image: linear-gradient(to bottom right, red , blue);
overflow: hidden;
font-family: sans-serif;
}
.container{
position: absolute;
top: 50%;left: 50%;
transform: translate(-50%,-50%);
width: 32%;
background-color: white;
min-height: 450px;
border-radius: 10px;
}
.container h1{
text-align: center;
padding:0 0 5px 0;
}
.container form{
padding:0 40px;
box-sizing: border-box;
}
form .txt-filed{
padding: 30px 0px;
outline:none;
position: relative;
}
.txt-filed input{
width: 100%;
height: 30px;
border:none;
outline: none;
}
.txt-filed label{
position: absolute;
top: 50%;
left: 10px;
color:#a6a6a6;
transform:translateY(-50%);
font-size:16px;
pointer-events: none;
transition: 1s;
}
.txt-filed span::before{
content:'';
position: absolute;
top:40px;
left: 0;
width: 100%;
height: 2px;
}
.txt-filed input:focus ~ label,
.txt-filed input:valid ~ label{
top: 20%;
}
input[type="text"],input[type="password"]{
border-bottom: 1px solid grey;
/* border: 1px black solid; */
}
.forgot-pass{
margin: -5px 0 20px 5px;
}
.forgot-pass a{
text-decoration: none;
color:#a6a6a6;
position: absolute;
top: 260px;
right: 40px;
}
input[type="submit"]{
width: 80%;
height: 40px;
cursor: pointer;
margin: 50px 10%;
background-image: linear-gradient(120deg,red , blue);
color: white;
border: none;
outline: none;
border-radius: 10px;
}
.link{
width:30%;
margin: auto;
height: 50px;
}
.face{
width: 50px;
height: 50px;
line-height: 30px;
background: #0000cc;
border-radius: 50px;
float: left;
text-align: center;
}
.face p{
font-size: 18px;
font-weight: bold;
margin-bottom:5px
}
.google{
width:50px;
height: 50px;
line-height: 30px;
background: red;
border-radius: 50px;
float: right;
text-align: center;
font-size: 16px;
}
i{
font-size: 20px;
}
.forgot-pass a:hover{
text-decoration: underline;
}
h4{
font-family: 'Noto Sans JP', sans-serif;
} | 0.464416 | 0.087291 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100vh;
overflow-x: hidden;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul {
list-style: none;
}
button {
border: none;
outline: none;
background-color: transparent;
}
a {
text-decoration: none;
color: inherit;
}
.site-container {
min-height: 100vh;
}
.container {
max-width: 400px;
padding: 10px 20px;
margin: 0 auto;
padding-top: 40px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.title {
text-align: center;
font-size: 32px;
margin-bottom: 20px;
}
.currency > span {
display: inline-block;
text-align: center;
width: 100px;
}
.currency__icon {
text-align: left !important;
max-width: 50px;
}
.currency {
padding: 10px 0px;
border: 1px solid transparent;
transition: border .2s;
cursor: pointer;
position: relative;
display: flex;
justify-content: center;
border-radius: 4px;
}
.currency:hover {
transition: border .2s;
border-color: rgb(36, 35, 35);
}
.currencies-list,
.currency-history__list {
margin-bottom: 30px;
}
.currencies-list__item,
.currency-history__item {
margin-bottom: 10px;
}
.currencies-list__item:last-child,
.currency-history__item:last-child {
margin-bottom: 0;
}
/* Tooltip */
.tooltip {
position: absolute;
background-color: rgb(252, 252, 252);
border: 1px solid black;
font-size: 12px;
border-radius: 4px;
padding: 3px;
z-index: 1;
display: none;
text-align: center;
max-width: 150px;
}
.tooltip-visible {
display: block;
}
/* Loader */
.loader {
flex: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.lds-dual-ring {
display: inline-block;
width: 80px;
height: 80px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid rgb(0, 0, 0);
border-color: rgb(3, 3, 3) transparent rgb(2, 2, 2) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* other */
.btn-back {
border: 1px solid black;
position: absolute;
top: 20px;
left: 20px;
cursor: pointer;
border-radius: 6px;
padding: 6px;
transition: color .3s, background-color .3s;
}
.btn-back:hover {
color: #fff;
background-color: #000;
transition: color .3s, background-color .3s;
}
/* Page Currency History */
.currencyPage__container {
max-width: 600px;
}
.currency-history__title {
font-size: 24px;
text-align: center;
margin-bottom: 30px;
}
.currency-history__item {
padding: 10px 10px;
cursor: auto;
border: none;
}
.currency-history__item:hover {
border: none;
}
/* error */
.error {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.error-text {
color: red;
font-size: 24px;
text-align: center;
}
/* media */
@media (max-width: 640px) {
.container {
padding: 10px;
}
.title {
font-size: 24px;
}
.currencyPage__container {
padding-top: 70px;
}
.currency-history__title {
font-size: 18px;
margin-bottom: 20px;
}
.error-text {
font-size: 18px;
}
} | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100vh;
overflow-x: hidden;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul {
list-style: none;
}
button {
border: none;
outline: none;
background-color: transparent;
}
a {
text-decoration: none;
color: inherit;
}
.site-container {
min-height: 100vh;
}
.container {
max-width: 400px;
padding: 10px 20px;
margin: 0 auto;
padding-top: 40px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.title {
text-align: center;
font-size: 32px;
margin-bottom: 20px;
}
.currency > span {
display: inline-block;
text-align: center;
width: 100px;
}
.currency__icon {
text-align: left !important;
max-width: 50px;
}
.currency {
padding: 10px 0px;
border: 1px solid transparent;
transition: border .2s;
cursor: pointer;
position: relative;
display: flex;
justify-content: center;
border-radius: 4px;
}
.currency:hover {
transition: border .2s;
border-color: rgb(36, 35, 35);
}
.currencies-list,
.currency-history__list {
margin-bottom: 30px;
}
.currencies-list__item,
.currency-history__item {
margin-bottom: 10px;
}
.currencies-list__item:last-child,
.currency-history__item:last-child {
margin-bottom: 0;
}
/* Tooltip */
.tooltip {
position: absolute;
background-color: rgb(252, 252, 252);
border: 1px solid black;
font-size: 12px;
border-radius: 4px;
padding: 3px;
z-index: 1;
display: none;
text-align: center;
max-width: 150px;
}
.tooltip-visible {
display: block;
}
/* Loader */
.loader {
flex: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.lds-dual-ring {
display: inline-block;
width: 80px;
height: 80px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid rgb(0, 0, 0);
border-color: rgb(3, 3, 3) transparent rgb(2, 2, 2) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* other */
.btn-back {
border: 1px solid black;
position: absolute;
top: 20px;
left: 20px;
cursor: pointer;
border-radius: 6px;
padding: 6px;
transition: color .3s, background-color .3s;
}
.btn-back:hover {
color: #fff;
background-color: #000;
transition: color .3s, background-color .3s;
}
/* Page Currency History */
.currencyPage__container {
max-width: 600px;
}
.currency-history__title {
font-size: 24px;
text-align: center;
margin-bottom: 30px;
}
.currency-history__item {
padding: 10px 10px;
cursor: auto;
border: none;
}
.currency-history__item:hover {
border: none;
}
/* error */
.error {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.error-text {
color: red;
font-size: 24px;
text-align: center;
}
/* media */
@media (max-width: 640px) {
.container {
padding: 10px;
}
.title {
font-size: 24px;
}
.currencyPage__container {
padding-top: 70px;
}
.currency-history__title {
font-size: 18px;
margin-bottom: 20px;
}
.error-text {
font-size: 18px;
}
} | 0.550607 | 0.07658 |
.mdl-layout__drawer-button {
color: #000 !important;
}
.header-color {
color: black !important;
background: #ADA996; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* landing page css */
.landing-grid {
background: #ADA996; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}
.avatar-img {
height: 300px;
padding-top: 5em;
}
.avatar-img-phone {
height: 200px;
padding-top: 5em;
}
.banner-text {
background-color: black;
opacity: .8;
width: 70%;
margin: auto;
border-radius: 10px;
word-wrap: break-word;
}
.banner-text-phone {
background-color: black;
opacity: .8;
width: 100%;
margin: auto;
border-radius: 10px;
word-wrap: break-word;
}
.banner-text-phone h1 {
font-size: 35px;
font-weight: bold;
color: white;
}
.banner-text-phone p {
color: white;
font-size: 18px;
}
.banner-text h1 {
font-size: 66px;
font-weight: bold;
color: white;
}
.banner-text hr {
border-top: 5px dotted white;
width: 50%;
margin: auto;
}
.banner-text p {
color: white;
font-size: 22px;
padding: 1em;
}
.banner-text-phone .social-links {
display: flex;
justify-content: space-between;
width: 50%;
margin: auto;
flex-wrap: wrap;
}
.banner-text-phone .social-links i {
color: white;
font-size: 2em;
padding: 6px;
}
.banner-text .social-links {
display: flex;
justify-content: space-between;
width: 50%;
margin: auto;
flex-wrap: wrap;
}
.banner-text .social-links i {
color: white;
font-size: 5em;
padding: 8px;
}
/* projects page css */
.projects-grid {
display: flex;
padding: 20px;
}
/* resume page css */
.resume-right-col {
background-color: black;
opacity: .8;
color: #fff;
padding: 2em;
} | src/pages/App.css | .mdl-layout__drawer-button {
color: #000 !important;
}
.header-color {
color: black !important;
background: #ADA996; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* landing page css */
.landing-grid {
background: #ADA996; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}
.avatar-img {
height: 300px;
padding-top: 5em;
}
.avatar-img-phone {
height: 200px;
padding-top: 5em;
}
.banner-text {
background-color: black;
opacity: .8;
width: 70%;
margin: auto;
border-radius: 10px;
word-wrap: break-word;
}
.banner-text-phone {
background-color: black;
opacity: .8;
width: 100%;
margin: auto;
border-radius: 10px;
word-wrap: break-word;
}
.banner-text-phone h1 {
font-size: 35px;
font-weight: bold;
color: white;
}
.banner-text-phone p {
color: white;
font-size: 18px;
}
.banner-text h1 {
font-size: 66px;
font-weight: bold;
color: white;
}
.banner-text hr {
border-top: 5px dotted white;
width: 50%;
margin: auto;
}
.banner-text p {
color: white;
font-size: 22px;
padding: 1em;
}
.banner-text-phone .social-links {
display: flex;
justify-content: space-between;
width: 50%;
margin: auto;
flex-wrap: wrap;
}
.banner-text-phone .social-links i {
color: white;
font-size: 2em;
padding: 6px;
}
.banner-text .social-links {
display: flex;
justify-content: space-between;
width: 50%;
margin: auto;
flex-wrap: wrap;
}
.banner-text .social-links i {
color: white;
font-size: 5em;
padding: 8px;
}
/* projects page css */
.projects-grid {
display: flex;
padding: 20px;
}
/* resume page css */
.resume-right-col {
background-color: black;
opacity: .8;
color: #fff;
padding: 2em;
} | 0.357568 | 0.088662 |
body {
padding-top: 20px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.spinner {
background-image: url("/images/spinner.gif");
background-repeat: no-repeat;
background-position: center;
background-size: 2em;
padding: 1em;
display: none;
}
.jsonResponseBox {
width: 100%;
display: none;
font-size: .85em;
height: 15em;
}
.logo {
background-image: url("/images/omh_logo-monochromatic.png");
background-repeat: no-repeat;
background-size: 70%;
background-position: left top;
text-align: right;
padding: 30px;
padding-left: 200px;
color: transparent;
}
.shim-nav {
/*border: 1px solid red;*/
margin-top: 30px;
}
.connected-row {
/*padding: 15px 25px 15px 15px;*/
}
.connected-row:hover {
background-color: #eee;
cursor: pointer;
}
.connected-row .label-success {
border-radius: 100px;
padding: 3px;
margin-left: 10px;
}
.connected-row .glyphicon {
padding-left: 10px;
}
.sublink {
margin-right: 30px;
margin-bottom: 10px;
font-size: 13px;
}
.settings-form {
margin-top: 10px;
margin-bottom: 10px;
}
.settings-form input{
font-size: 1.2em;
margin-right: 15px;
margin-left: 15px;
}
.settings-form button{
margin-left: 20px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
.authorization-complete-message {
padding: 40px;
text-align: center;
}
} | shim-server-ui/app/styles/main.css |
body {
padding-top: 20px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.spinner {
background-image: url("/images/spinner.gif");
background-repeat: no-repeat;
background-position: center;
background-size: 2em;
padding: 1em;
display: none;
}
.jsonResponseBox {
width: 100%;
display: none;
font-size: .85em;
height: 15em;
}
.logo {
background-image: url("/images/omh_logo-monochromatic.png");
background-repeat: no-repeat;
background-size: 70%;
background-position: left top;
text-align: right;
padding: 30px;
padding-left: 200px;
color: transparent;
}
.shim-nav {
/*border: 1px solid red;*/
margin-top: 30px;
}
.connected-row {
/*padding: 15px 25px 15px 15px;*/
}
.connected-row:hover {
background-color: #eee;
cursor: pointer;
}
.connected-row .label-success {
border-radius: 100px;
padding: 3px;
margin-left: 10px;
}
.connected-row .glyphicon {
padding-left: 10px;
}
.sublink {
margin-right: 30px;
margin-bottom: 10px;
font-size: 13px;
}
.settings-form {
margin-top: 10px;
margin-bottom: 10px;
}
.settings-form input{
font-size: 1.2em;
margin-right: 15px;
margin-left: 15px;
}
.settings-form button{
margin-left: 20px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
.authorization-complete-message {
padding: 40px;
text-align: center;
}
} | 0.450118 | 0.092524 |
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400|Roboto:300&display=swap");
/**
* Reset Styles
*/
* {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
}
img {
border-style: none;
height: auto;
}
a img {
border: none;
outline: none;
}
figure {
display: block;
background-color: #fff;
-ms-interpolation-mode: bicubic;
}
figure img {
display: block;
width: auto;
max-width: 100%;
}
/**
* Variables
*/
:root {
--master-color: #c19f63;
--master-color-partner-dark: #7c591d;
--headings-color: #263358;
--main-bg-color: #fff;
--secondary1-bg-color: #f6f6f6;
--secondary2-bg-color: #fff0ec;
--main-txt-color: #333;
--secondary-txt-color: #757575;
--sub-color: #b4b4b4;
}
/**
* Typography
*/
body {
font-family: 'Roboto', Tahoma, sans-serif;
font-size: 125%;
font-style: normal;
font-weight: 300;
line-height: 1.8em;
color: var(--main-txt-color);
background: var(--main-bg-color);
}
h1, h2 {
display: block;
font-family: 'Oswald', sans-serif;
font-style: normal;
line-height: 1.4em;
color: var(--headings-color);
}
h1 {
font-size: calc(22px + .8vw);
margin: .5em 0 1em;
}
h2 {
font-size: calc(22px + 2vw);
margin-bottom: calc(1em + 1vw);
}
a {
color: var(--master-color);
text-decoration: none;
border-bottom: 1px var(--master-color) solid;
background-color: transparent;
outline: none;
}
a:hover {
color: var(--master-color-partner-dark);
}
a:focus {
color: var(--headings-color);
background-color: var(--secondary2-bg-color);
}
h1 a,
h2 a {
border: none;
color: var(--headings-color);
background-color: transparent;
outline: none;
}
p {
margin: calc(.5em + .5vw) 0;
}
/**
* Page Layout
*/
html, body { height: 100%; }
.main {
display: grid;
grid-template-columns: minmax(1em, 1fr) minmax(0, 1000px) minmax(1em, 1fr);
}
.main > * {
grid-column: 2 / 3;
}
.section {
grid-column: 1 / 3;
display: grid; /* subgrid */
grid-template-columns: minmax(1em, 1fr) minmax(0, 1000px);
background-image: linear-gradient(to bottom, #fff 0%, #fff 30%, var(--secondary1-bg-color) 30%, var(--secondary1-bg-color) 100%);
margin-bottom: 4em;
}
.slider {
grid-column: 2 / 3;
}
/**
* Slider
*/
.bx-wrapper {
position: relative;
-ms-touch-action: pan-y;
touch-action: pan-y;
background-image: linear-gradient(to right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.bx-viewport {
z-index: 10;
-webkit-transform: translatez(0);
}
.slider {
visibility: hidden;
}
.slider,
.slider__content,
.slider__item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/**
* One Slide
*/
.slide {
margin: 0;
background-color: transparent;
}
.slide__img-wrap {
width: 100%;
padding-top: 56.25%;
position: relative;
overflow: hidden;
}
.slide__img-wrap a {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.slide__img-wrap img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: auto;
}
.slide__description {
position: relative;
padding: 1em 3em;
margin: -8em 0 0 50%;
background: #fff;
color: var(--sub-color);
font-weight: 300;
font-style: normal;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
/**
* Slider Controls
*/
.bx-controls {
position: absolute;
top: 0;
right: 50%;
padding-top: 56.25%;
}
.bx-controls-direction {
z-index: 11;
position: relative;
}
.bx-prev,
.bx-next {
display: inline-block;
font-size: 1.8em; /* relative body font-size */
width: 1.5em; /* relative $this font-size */
height: 1.5em;
line-height: 1.5em;
border: none;
background: var(--master-color);
color: #fff;
text-align: center;
}
.bx-prev {
border-right: 1px #fff solid;
}
.bx-controls a:hover,
.bx-controls a:focus {
outline: none;
color: var(--headings-color);
background-color: var(--secondary2-bg-color);
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
.slider .pager {
position: absolute;
top: 0;
right: 50%;
padding-top: 57%;
margin-right: 6em;
z-index: 9;
font-family: 'Oswald', sans-serif;
font-size: 1em;
font-weight: 400;
text-align: center;
color: var(--secondary-txt-color);
}
.pager .curr-item {
font-size: 1.778em;
}
.pager .curr-item:after {
content: '/';
display: inline-block;
font-size: .6em;
margin: 0 .25em;
}
.bx-wrapper .bx-loading {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #fff;
z-index: 2000;
}
.bx-wrapper .bx-loading:after {
font-size: 2em;
content: "\27F3";
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-animation: fa-spin 2s infinite steps(8);
animation: fa-spin 2s infinite steps(8);
}
/**
* 3.0 Breakpoint 901px
*/
@media all and (max-width: 900px) {
body {
font-size: 112.5%;
line-height: 1.6em;
}
/**
* Slider
*/
.bx-wrapper {
background-image: linear-gradient(to right, transparent 0%, transparent 4em, #fff 4em, #fff 100%);
}
.slide__description {
padding: 1em 2em;
margin: -2em 0 0 4em;
}
/**
* Slider Controls
*/
.bx-prev,
.bx-next {
display: block;
}
.bx-prev {
border-right: none;
border-bottom: 1px #fff solid;
}
.slider .bx-controls {
margin-top: 0;
right: calc(100% - 4em);
}
.slider .bx-controls .bx-controls-direction {
margin-top: 0;
}
.slider .pager {
right: calc(100% - 3.5em);
margin: 6em 0 0 0;
}
.slider .pager .curr-item {
display: block;
border-bottom: 1px var(--secondary-txt-color) solid;
padding-bottom: .25em;
}
.slider .pager .curr-item:after {
display: none;
}
}
/**
* 4.0 Breakpoint 769px
*/
@media all and (max-width: 769px) {
.slide__img-wrap { width: 99%; } /* bug fix */
} | slider/bxSlider-v1/styles.css | @import url("https://fonts.googleapis.com/css?family=Oswald:300,400|Roboto:300&display=swap");
/**
* Reset Styles
*/
* {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
}
img {
border-style: none;
height: auto;
}
a img {
border: none;
outline: none;
}
figure {
display: block;
background-color: #fff;
-ms-interpolation-mode: bicubic;
}
figure img {
display: block;
width: auto;
max-width: 100%;
}
/**
* Variables
*/
:root {
--master-color: #c19f63;
--master-color-partner-dark: #7c591d;
--headings-color: #263358;
--main-bg-color: #fff;
--secondary1-bg-color: #f6f6f6;
--secondary2-bg-color: #fff0ec;
--main-txt-color: #333;
--secondary-txt-color: #757575;
--sub-color: #b4b4b4;
}
/**
* Typography
*/
body {
font-family: 'Roboto', Tahoma, sans-serif;
font-size: 125%;
font-style: normal;
font-weight: 300;
line-height: 1.8em;
color: var(--main-txt-color);
background: var(--main-bg-color);
}
h1, h2 {
display: block;
font-family: 'Oswald', sans-serif;
font-style: normal;
line-height: 1.4em;
color: var(--headings-color);
}
h1 {
font-size: calc(22px + .8vw);
margin: .5em 0 1em;
}
h2 {
font-size: calc(22px + 2vw);
margin-bottom: calc(1em + 1vw);
}
a {
color: var(--master-color);
text-decoration: none;
border-bottom: 1px var(--master-color) solid;
background-color: transparent;
outline: none;
}
a:hover {
color: var(--master-color-partner-dark);
}
a:focus {
color: var(--headings-color);
background-color: var(--secondary2-bg-color);
}
h1 a,
h2 a {
border: none;
color: var(--headings-color);
background-color: transparent;
outline: none;
}
p {
margin: calc(.5em + .5vw) 0;
}
/**
* Page Layout
*/
html, body { height: 100%; }
.main {
display: grid;
grid-template-columns: minmax(1em, 1fr) minmax(0, 1000px) minmax(1em, 1fr);
}
.main > * {
grid-column: 2 / 3;
}
.section {
grid-column: 1 / 3;
display: grid; /* subgrid */
grid-template-columns: minmax(1em, 1fr) minmax(0, 1000px);
background-image: linear-gradient(to bottom, #fff 0%, #fff 30%, var(--secondary1-bg-color) 30%, var(--secondary1-bg-color) 100%);
margin-bottom: 4em;
}
.slider {
grid-column: 2 / 3;
}
/**
* Slider
*/
.bx-wrapper {
position: relative;
-ms-touch-action: pan-y;
touch-action: pan-y;
background-image: linear-gradient(to right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.bx-viewport {
z-index: 10;
-webkit-transform: translatez(0);
}
.slider {
visibility: hidden;
}
.slider,
.slider__content,
.slider__item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/**
* One Slide
*/
.slide {
margin: 0;
background-color: transparent;
}
.slide__img-wrap {
width: 100%;
padding-top: 56.25%;
position: relative;
overflow: hidden;
}
.slide__img-wrap a {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.slide__img-wrap img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: auto;
}
.slide__description {
position: relative;
padding: 1em 3em;
margin: -8em 0 0 50%;
background: #fff;
color: var(--sub-color);
font-weight: 300;
font-style: normal;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
/**
* Slider Controls
*/
.bx-controls {
position: absolute;
top: 0;
right: 50%;
padding-top: 56.25%;
}
.bx-controls-direction {
z-index: 11;
position: relative;
}
.bx-prev,
.bx-next {
display: inline-block;
font-size: 1.8em; /* relative body font-size */
width: 1.5em; /* relative $this font-size */
height: 1.5em;
line-height: 1.5em;
border: none;
background: var(--master-color);
color: #fff;
text-align: center;
}
.bx-prev {
border-right: 1px #fff solid;
}
.bx-controls a:hover,
.bx-controls a:focus {
outline: none;
color: var(--headings-color);
background-color: var(--secondary2-bg-color);
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
.slider .pager {
position: absolute;
top: 0;
right: 50%;
padding-top: 57%;
margin-right: 6em;
z-index: 9;
font-family: 'Oswald', sans-serif;
font-size: 1em;
font-weight: 400;
text-align: center;
color: var(--secondary-txt-color);
}
.pager .curr-item {
font-size: 1.778em;
}
.pager .curr-item:after {
content: '/';
display: inline-block;
font-size: .6em;
margin: 0 .25em;
}
.bx-wrapper .bx-loading {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #fff;
z-index: 2000;
}
.bx-wrapper .bx-loading:after {
font-size: 2em;
content: "\27F3";
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-animation: fa-spin 2s infinite steps(8);
animation: fa-spin 2s infinite steps(8);
}
/**
* 3.0 Breakpoint 901px
*/
@media all and (max-width: 900px) {
body {
font-size: 112.5%;
line-height: 1.6em;
}
/**
* Slider
*/
.bx-wrapper {
background-image: linear-gradient(to right, transparent 0%, transparent 4em, #fff 4em, #fff 100%);
}
.slide__description {
padding: 1em 2em;
margin: -2em 0 0 4em;
}
/**
* Slider Controls
*/
.bx-prev,
.bx-next {
display: block;
}
.bx-prev {
border-right: none;
border-bottom: 1px #fff solid;
}
.slider .bx-controls {
margin-top: 0;
right: calc(100% - 4em);
}
.slider .bx-controls .bx-controls-direction {
margin-top: 0;
}
.slider .pager {
right: calc(100% - 3.5em);
margin: 6em 0 0 0;
}
.slider .pager .curr-item {
display: block;
border-bottom: 1px var(--secondary-txt-color) solid;
padding-bottom: .25em;
}
.slider .pager .curr-item:after {
display: none;
}
}
/**
* 4.0 Breakpoint 769px
*/
@media all and (max-width: 769px) {
.slide__img-wrap { width: 99%; } /* bug fix */
} | 0.374333 | 0.08438 |
body{
margin:0;
padding:0;
font-family: 'Dosis', sans-serif;
font-family: 'Poppins', sans-serif;
}
.body{
height: 100vh;
/* width: 100vw; */
padding:0;
margin:0;
}
.header{
background: rgb(255, 29, 96);
box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
color: white;
text-align: center;
position: absolute;
top:0;
left:0;
right:0;
max-height: 90px ;
}
@media only screen and (min-width : 770px){
.content{
padding: 100px 10rem 0 10rem;
}
}
@media only screen and (max-width : 770px){
.content{
padding: 92px 1rem 0 1rem;
}
}
hr{
color: rgba(80, 80, 80, 0.336);
border: 1px solid #dae1e7;
}
.block{
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.formula{
text-align: center;
padding: 0.5rem 0rem;
/* font-size: 1.3rem; */
/* align-items: center; */
}
.go {
padding: 0.5rem 1.25rem;
font-size: 1rem;
border: 1px solid rgb(228, 228, 228);
cursor: pointer;
border-color: #dae1e7;
border-radius: 5px;
transition: 0.2s;
margin: 0;
background: #fff;
font-weight: 600;
color: #3d4852;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.go:hover{
background-color: #f8fafc;
}
p {
font-weight: 300;
}
.wrap-actions {
justify-content: center;
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media only screen and (max-width : 500px){
.wrap-actions a{
display: inline-block;
margin-top: 1em;
}
}
#input {
padding: 0.4rem 0.75rem;
font-size: 1.15rem;
outline: none;
border-radius: 5px;
transition: all .3s;
margin-right: 0.5rem;
/* margin-bottom: 1em; */
background-color: #f1f5f8;
border-bottom-width: 1px;
border-color: transparent;
color: #40383a;
}
#input::placeholder {
color: rgba(64, 56, 58, 0.40);
letter-spacing: .25px;
}
#input:focus, #input:active {
border-bottom: 1px solid #ddd;
}
.box {
text-align: center;
padding: 1rem;
border: 1px solid #dae1e7;
margin: 2.5rem 0;
border-radius: 4px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.box h2{
margin: 0;
} | css/style.css | body{
margin:0;
padding:0;
font-family: 'Dosis', sans-serif;
font-family: 'Poppins', sans-serif;
}
.body{
height: 100vh;
/* width: 100vw; */
padding:0;
margin:0;
}
.header{
background: rgb(255, 29, 96);
box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
color: white;
text-align: center;
position: absolute;
top:0;
left:0;
right:0;
max-height: 90px ;
}
@media only screen and (min-width : 770px){
.content{
padding: 100px 10rem 0 10rem;
}
}
@media only screen and (max-width : 770px){
.content{
padding: 92px 1rem 0 1rem;
}
}
hr{
color: rgba(80, 80, 80, 0.336);
border: 1px solid #dae1e7;
}
.block{
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.formula{
text-align: center;
padding: 0.5rem 0rem;
/* font-size: 1.3rem; */
/* align-items: center; */
}
.go {
padding: 0.5rem 1.25rem;
font-size: 1rem;
border: 1px solid rgb(228, 228, 228);
cursor: pointer;
border-color: #dae1e7;
border-radius: 5px;
transition: 0.2s;
margin: 0;
background: #fff;
font-weight: 600;
color: #3d4852;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.go:hover{
background-color: #f8fafc;
}
p {
font-weight: 300;
}
.wrap-actions {
justify-content: center;
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media only screen and (max-width : 500px){
.wrap-actions a{
display: inline-block;
margin-top: 1em;
}
}
#input {
padding: 0.4rem 0.75rem;
font-size: 1.15rem;
outline: none;
border-radius: 5px;
transition: all .3s;
margin-right: 0.5rem;
/* margin-bottom: 1em; */
background-color: #f1f5f8;
border-bottom-width: 1px;
border-color: transparent;
color: #40383a;
}
#input::placeholder {
color: rgba(64, 56, 58, 0.40);
letter-spacing: .25px;
}
#input:focus, #input:active {
border-bottom: 1px solid #ddd;
}
.box {
text-align: center;
padding: 1rem;
border: 1px solid #dae1e7;
margin: 2.5rem 0;
border-radius: 4px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.box h2{
margin: 0;
} | 0.404155 | 0.087798 |
body {
margin: 0 !important;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
#__next {
width: 100%;
min-height: 100vh;
display: flex;
flex-flow: column;
}
.shadow {
box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.border-radius-1 {
border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-webkit-border-radius: 0.8rem;
}
.border-radius-half {
border-radius:0.45rem;
-moz-border-radius:0.45rem;
-webkit-border-radius:0.45rem;
}
.border-radius-quarter {
border-radius: 0.22rem;
-moz-border-radius: 0.22rem;
-webkit-border-radius: 0.22rem;
}
.ignore-bottom-radius {
border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
.trim-vertical-margins > :first-child {
margin-top:0rem !important;
}
.trim-vertical-margins > :last-child {
margin-bottom:0rem !important;
}
.shake {
transform-origin: center center;
animation: shake-base 0.5s ease-in-out;
animation-iteration-count: infinite;
}
@keyframes shake-base {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
} | styles/global.css | body {
margin: 0 !important;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
#__next {
width: 100%;
min-height: 100vh;
display: flex;
flex-flow: column;
}
.shadow {
box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.border-radius-1 {
border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-webkit-border-radius: 0.8rem;
}
.border-radius-half {
border-radius:0.45rem;
-moz-border-radius:0.45rem;
-webkit-border-radius:0.45rem;
}
.border-radius-quarter {
border-radius: 0.22rem;
-moz-border-radius: 0.22rem;
-webkit-border-radius: 0.22rem;
}
.ignore-bottom-radius {
border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
.trim-vertical-margins > :first-child {
margin-top:0rem !important;
}
.trim-vertical-margins > :last-child {
margin-bottom:0rem !important;
}
.shake {
transform-origin: center center;
animation: shake-base 0.5s ease-in-out;
animation-iteration-count: infinite;
}
@keyframes shake-base {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
} | 0.531209 | 0.180648 |
body, div, span, 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, dl, dt, dd, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
footer, header, menu, nav,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-family: arial;
vertical-align: baseline;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ul,ol,li{
list-style: none;
}
a{
text-decoration: none;
}
/*外包*/
.wrapper{
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
}
/*百度新闻头部各工具选项*/
.public-news-toolbar{
position: relative;
min-width: 320px;
height: 44px;
text-align: center;
font-weight: 400;
color:#fff;
background-color: #3e98f0;
background-image: url(../image/bg-news-logo_344ce44.png);
background-repeat: no-repeat;
background-position: center 6px;
background-size: 77px auto;
-webkit-background-size:77px auto;
}
/*左右侧选项公共样式*/
.public-news-toolbar-l,.public-news-toolbar-r{
position: absolute;
height: 100%;
overflow: hidden;
}
/*icon图标公共样式*/
.btn-baidu,.btn-userhome,.btn-search,.btn-subscribe{
border:0;
background-image: url(../image/bg-new-toolbar_6e9bc53.png);
background-size:40px 500px;
-webkit-background-size:40px 500px;
background-repeat: no-repeat;
}
/*toolbar-btn公共样式*/
.news-toolbar-btn{
width:34px;
height: 100%;
font-size:15px;
line-height: 44px;
}
/*左侧选项*/
.public-news-toolbar-l{
top: 0;
left: 0;
}
/*左侧选项公共样式*/
.public-news-toolbar-l .news-toolbar-btn{
float: left;
}
/*百度logo*/
.public-news-toolbar-l .btn-baidu{
background-position: center 4px;
}
/*用户logo*/
.public-news-toolbar-l .btn-userhome{
background-position: center -463px;
margin-left: 10px;
}
/*右侧选项*/
.public-news-toolbar-r{
top: 0;
right: 0;
}
/*右侧公共样式*/
.public-news-toolbar-r .news-toolbar-btn{
float: left;
}
/*搜索icon*/
.public-news-toolbar-r .btn-search{
background-position: center -162px;
margin-right: 10px;
}
/*订阅icon*/
.public-news-toolbar-r .btn-subscribe{
background-position: center -107px;
}
/*导航部分*/
.index-content-navigator{
position: relative;
background-color: #3e98f0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow: hidden;
z-index: 2;
color: #fff;
}
.index-content-navigator .divider{
height: 1px;
margin:0 10px;
background-color: #5dabf0;
}
.index-content-navigator .content{
padding-top: 3px;
padding-bottom: 5px;
}
/*公共td样式*/
.index-content-navigator .content td{
height: 33px;
font-size: 16px;
line-height: 32px;
font-weight: 400;
text-align: center;
}
.index-content-navigator .content table{
width: 100%;
table-layout: fixed;/*设置表格布局算法,列宽由表格宽度和列宽度设定*/
}
/*第一行*/
.index-content-navigator .content tr:first-child{
border-top: 0;
}
.index-content-navigator .content tr:first-child td{
border-top: 0;
}
/*div公共样式*/
.index-content-navigator .content td>div{
position: relative;
height: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
/*b公共样式*/
.index-content-navigator .content td b{
position: absolute;
top: 10px;
left: 0;
height: 12px;
width: 1px;
display: block;
overflow-y: hidden;
background-color: #5dabf0;
}
.index-content-navigator .content td a{
padding-bottom: 3px;
border-bottom: 2px solid transparent;
color: #fff;
white-space: nowrap;
margin: 0 2px;
}
/*被选中的样式*/
.index-content-navigator .content td a.cur{
border-bottom: 1px solid #fff;
margin: 0 2px;
}
/*第一列td公共样式*/
.index-content-navigator .content tr td:first-child b{
left: -1px;
}
/*第二行*/
.index-content-navigator .content tr.last-shown-line td{
border-bottom: 0;
}
.index-content-navigator .content td span.cur {
border-bottom: 1px solid #fff;
margin: 0 2px;
}
/*更多选项*/
.index-content-navigator .more{
position: absolute;
left: 1px;
bottom: 0;
top: 0;
right: 0;
overflow-y: hidden;
background-color: #3e98f0;
color: #fff;
text-align: center;
}
.index-content-navigator .less .up-triangle, .index-content-navigator .more .down-triangle {
display: inline-block;
position: absolute;
right: 4px;
top: 14px;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.index-content-navigator .more .down-triangle {
right: 2px;
border-top: 4px solid #fff;
}
/*隐藏的分隔线*/
.index-content-navigator .tail{
display: none;
}
.index-content-navigator .footer{
/*display: none;*/
position: relative;
height: 41px;
border-bottom: 0 inset #bbc2ce;
background-color: #3e98f0;
font-size: 15px;
line-height: 32px;
text-align: center;
}
.index-content-navigator .footer .btn-group{
position: absolute;
top:6px;
left: 10px;
bottom: 6px;
}
/*三项公共样式*/
.index-content-navigator .footer .reporter-rank,.index-content-navigator .footer .media-rank,
.index-content-navigator .footer .manage-subscribe{
float: left;
padding-right: 10px;
text-align: left;
}
/*媒体榜*/
.index-content-navigator .footer .media-rank{
position: relative;
margin-left: 10px;
}
/*媒体榜和删除及排序的左侧分隔线*/
.index-content-navigator .footer .manage-subscribe b, .index-content-navigator .footer .media-rank b {
display: block;
position: absolute;
top: 9px;
left: -11px;
height: 12px;
width: 1px;
background-color: #5dabf0;
}
/*删除及排序*/
.index-content-navigator .footer .manage-subscribe{
position: relative;
width:96px;
margin-left: 10px;
}
.index-content-navigator .less {
position: absolute;
top: 6px;
right: 8px;
bottom: 6px;
width: 52px;
padding-right: 4px;
color: #fff;
}
.index-content-navigator .less .up-triangle {
border-bottom: 4px solid #fff;
}
/*具体内容*/
.index-content-section{
position: relative;
z-index: 1;
top: -2px;
min-height: 800px;
}
.index-content-subpage{
position: relative;
margin-top: -1px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.topic-gallery-container{
margin: 10px 10px 0;
overflow: hidden;
}
/*新闻列表*/
.index-view-subpage .index-list{
width: 100%;
background-color: #fff;
}
.index-list-item{
position: relative;
border-bottom: 1px solid #f6f6f6;
overflow: hidden;
padding: 10px 0;
margin: 0 10px;
}
.index-list-main .index-list-image{
font-size: 0;
height: 68px;
vertical-align: middle;
width: 95px;
text-align: center;
overflow: hidden;
border: 1px solid #e8e8e8;
float: left;
margin-left: 0;
margin-right: 10px;
background-color: #F4F7F9;
position: relative;
}
.index-list-image img {
height: 100%;
width: 100%;
vertical-align: middle;
}
.index-list-main .index-list-text{
height: 40px;
max-height: 40px;
overflow: hidden;
}
.index-list-main .index-list-text .index-list-text-title{
font-size: 16px;
line-height: 20px;
color: #262b31;
margin: -1px 0 4px 0;
}
.index-list-main .index-list-text .index-list-text-abs{
font-size: 13px;
line-height: 20px;
color: #b8bac0;
font-weight: 400;
}
.index-list-main .index-list-bottom{
margin-top: 10px;
}
.index-list-main .index-list-time{
line-height: 20px;
text-align: left;
font-size: 12px;
color: #b8bac0;
font-weight: 400;
} | task09/task09_1/public/css/app.css | body, div, span, 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, dl, dt, dd, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
footer, header, menu, nav,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-family: arial;
vertical-align: baseline;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ul,ol,li{
list-style: none;
}
a{
text-decoration: none;
}
/*外包*/
.wrapper{
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
}
/*百度新闻头部各工具选项*/
.public-news-toolbar{
position: relative;
min-width: 320px;
height: 44px;
text-align: center;
font-weight: 400;
color:#fff;
background-color: #3e98f0;
background-image: url(../image/bg-news-logo_344ce44.png);
background-repeat: no-repeat;
background-position: center 6px;
background-size: 77px auto;
-webkit-background-size:77px auto;
}
/*左右侧选项公共样式*/
.public-news-toolbar-l,.public-news-toolbar-r{
position: absolute;
height: 100%;
overflow: hidden;
}
/*icon图标公共样式*/
.btn-baidu,.btn-userhome,.btn-search,.btn-subscribe{
border:0;
background-image: url(../image/bg-new-toolbar_6e9bc53.png);
background-size:40px 500px;
-webkit-background-size:40px 500px;
background-repeat: no-repeat;
}
/*toolbar-btn公共样式*/
.news-toolbar-btn{
width:34px;
height: 100%;
font-size:15px;
line-height: 44px;
}
/*左侧选项*/
.public-news-toolbar-l{
top: 0;
left: 0;
}
/*左侧选项公共样式*/
.public-news-toolbar-l .news-toolbar-btn{
float: left;
}
/*百度logo*/
.public-news-toolbar-l .btn-baidu{
background-position: center 4px;
}
/*用户logo*/
.public-news-toolbar-l .btn-userhome{
background-position: center -463px;
margin-left: 10px;
}
/*右侧选项*/
.public-news-toolbar-r{
top: 0;
right: 0;
}
/*右侧公共样式*/
.public-news-toolbar-r .news-toolbar-btn{
float: left;
}
/*搜索icon*/
.public-news-toolbar-r .btn-search{
background-position: center -162px;
margin-right: 10px;
}
/*订阅icon*/
.public-news-toolbar-r .btn-subscribe{
background-position: center -107px;
}
/*导航部分*/
.index-content-navigator{
position: relative;
background-color: #3e98f0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow: hidden;
z-index: 2;
color: #fff;
}
.index-content-navigator .divider{
height: 1px;
margin:0 10px;
background-color: #5dabf0;
}
.index-content-navigator .content{
padding-top: 3px;
padding-bottom: 5px;
}
/*公共td样式*/
.index-content-navigator .content td{
height: 33px;
font-size: 16px;
line-height: 32px;
font-weight: 400;
text-align: center;
}
.index-content-navigator .content table{
width: 100%;
table-layout: fixed;/*设置表格布局算法,列宽由表格宽度和列宽度设定*/
}
/*第一行*/
.index-content-navigator .content tr:first-child{
border-top: 0;
}
.index-content-navigator .content tr:first-child td{
border-top: 0;
}
/*div公共样式*/
.index-content-navigator .content td>div{
position: relative;
height: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
/*b公共样式*/
.index-content-navigator .content td b{
position: absolute;
top: 10px;
left: 0;
height: 12px;
width: 1px;
display: block;
overflow-y: hidden;
background-color: #5dabf0;
}
.index-content-navigator .content td a{
padding-bottom: 3px;
border-bottom: 2px solid transparent;
color: #fff;
white-space: nowrap;
margin: 0 2px;
}
/*被选中的样式*/
.index-content-navigator .content td a.cur{
border-bottom: 1px solid #fff;
margin: 0 2px;
}
/*第一列td公共样式*/
.index-content-navigator .content tr td:first-child b{
left: -1px;
}
/*第二行*/
.index-content-navigator .content tr.last-shown-line td{
border-bottom: 0;
}
.index-content-navigator .content td span.cur {
border-bottom: 1px solid #fff;
margin: 0 2px;
}
/*更多选项*/
.index-content-navigator .more{
position: absolute;
left: 1px;
bottom: 0;
top: 0;
right: 0;
overflow-y: hidden;
background-color: #3e98f0;
color: #fff;
text-align: center;
}
.index-content-navigator .less .up-triangle, .index-content-navigator .more .down-triangle {
display: inline-block;
position: absolute;
right: 4px;
top: 14px;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.index-content-navigator .more .down-triangle {
right: 2px;
border-top: 4px solid #fff;
}
/*隐藏的分隔线*/
.index-content-navigator .tail{
display: none;
}
.index-content-navigator .footer{
/*display: none;*/
position: relative;
height: 41px;
border-bottom: 0 inset #bbc2ce;
background-color: #3e98f0;
font-size: 15px;
line-height: 32px;
text-align: center;
}
.index-content-navigator .footer .btn-group{
position: absolute;
top:6px;
left: 10px;
bottom: 6px;
}
/*三项公共样式*/
.index-content-navigator .footer .reporter-rank,.index-content-navigator .footer .media-rank,
.index-content-navigator .footer .manage-subscribe{
float: left;
padding-right: 10px;
text-align: left;
}
/*媒体榜*/
.index-content-navigator .footer .media-rank{
position: relative;
margin-left: 10px;
}
/*媒体榜和删除及排序的左侧分隔线*/
.index-content-navigator .footer .manage-subscribe b, .index-content-navigator .footer .media-rank b {
display: block;
position: absolute;
top: 9px;
left: -11px;
height: 12px;
width: 1px;
background-color: #5dabf0;
}
/*删除及排序*/
.index-content-navigator .footer .manage-subscribe{
position: relative;
width:96px;
margin-left: 10px;
}
.index-content-navigator .less {
position: absolute;
top: 6px;
right: 8px;
bottom: 6px;
width: 52px;
padding-right: 4px;
color: #fff;
}
.index-content-navigator .less .up-triangle {
border-bottom: 4px solid #fff;
}
/*具体内容*/
.index-content-section{
position: relative;
z-index: 1;
top: -2px;
min-height: 800px;
}
.index-content-subpage{
position: relative;
margin-top: -1px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.topic-gallery-container{
margin: 10px 10px 0;
overflow: hidden;
}
/*新闻列表*/
.index-view-subpage .index-list{
width: 100%;
background-color: #fff;
}
.index-list-item{
position: relative;
border-bottom: 1px solid #f6f6f6;
overflow: hidden;
padding: 10px 0;
margin: 0 10px;
}
.index-list-main .index-list-image{
font-size: 0;
height: 68px;
vertical-align: middle;
width: 95px;
text-align: center;
overflow: hidden;
border: 1px solid #e8e8e8;
float: left;
margin-left: 0;
margin-right: 10px;
background-color: #F4F7F9;
position: relative;
}
.index-list-image img {
height: 100%;
width: 100%;
vertical-align: middle;
}
.index-list-main .index-list-text{
height: 40px;
max-height: 40px;
overflow: hidden;
}
.index-list-main .index-list-text .index-list-text-title{
font-size: 16px;
line-height: 20px;
color: #262b31;
margin: -1px 0 4px 0;
}
.index-list-main .index-list-text .index-list-text-abs{
font-size: 13px;
line-height: 20px;
color: #b8bac0;
font-weight: 400;
}
.index-list-main .index-list-bottom{
margin-top: 10px;
}
.index-list-main .index-list-time{
line-height: 20px;
text-align: left;
font-size: 12px;
color: #b8bac0;
font-weight: 400;
} | 0.281504 | 0.059156 |
body {
background:#EFEFEF;
}
.wrapper {
width:950px;
margin:0 auto;
position:relative;
display:block;
}
a:link, a:visited {
color:#316594;
text-decoration:underline;
}
a:hover, a:focus {
color:#222;
text-decoration:underline;
}
/* HEADER */
.header {
background: #6B94B4;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:80px;
border-bottom:#2B5780 1px solid;
}
/* HEADER: breadcrumbs */
header .breadcrumbs {
text-shadow: 1px 1px 0px rgba(255,255,255,.5);
border-top:#FFF 1px solid;
border-bottom:#ccc 1px solid;
font-size:11px;
height:25px;
line-height:25px;
overflow:hidden;
color:#666;
text-transform:uppercase;
width:100%;
background: #eee;
background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 );
}
header .breadcrumbs a:link,
header .breadcrumbs a:visited {
color:#666;
text-decoration:underline;
}
header .breadcrumbs a:focus,
header .breadcrumbs a:hover {
color:#316594;
text-decoration:underline;
}
#index header .breadcrumbs {
display:none; /* no reason to have breadcrumbs on homepage */
}
/* HEADER: logo */
header #logo {
position:absolute;
top:20px;
left:0;
font-size:35px;
white-space:nowrap;
color:#fff;
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 1px 1px 0px rgba(0,0,0, .4);
}
header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
text-decoration:none;
}
/* HEADER: navigation */
header nav {
position:absolute;
top:30px;
right:0;
text-shadow: 1px 1px 0px rgba(0,0,0, .3);
}
header nav ul {
list-style:none;
float:right;
}
header nav li {
display:block;
float:left;
margin:0 0 0 10px;
}
header nav li a {
display:block;
font-size:13px;
padding:5px 15px;
text-transform:uppercase;
font-weight:bold;
}
header nav li a:link,
header nav li a:visited {
color:#eee;
text-decoration:none;
}
header nav li a:hover,
header nav li a:focus {
color:#FFF;
text-decoration:none;
}
header nav li.current a {
color:#FFF;
background:#7096B6;
background:rgba(255,255,255,.2);
text-decoration:none;
border-radius:40px;
-moz-border-radius:40px;
-khtml-border-radius:40px;
-webkit-border-radius:40px;
}
/* BODY CONTENT */
article {
float:left;
width:688px;
min-height:500px;
background:#fff;
border-bottom:1px solid #c8c8c8;
border-left:1px solid #e4e4e4;
border-right:1px solid #c8c8c8;
-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
article h1 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 45px 0;
color: #275176;
font-size:37px;
}
article h2 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 10px 0;
color: #222222;
font-size:30px;
}
article h3 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 15px 0;
color: #275176;
font-size:25px;
}
article h4 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 10px 0;
color: #555;
font-size:20px;
font-weight:100;
}
article h5 {
font-family: arial, serif;
margin:0 0 10px 0;
color: #333;
font-size:15px;
}
article h6 {
font-family: arial, serif;
margin:0 0 10px 0;
color: #666;
font-size:14px;
}
article section {
padding:40px;
line-height:22px;
font-size:14px;
color:#333;
}
article section p {margin:0 0 25px 0;}
article section ul,
article section ol {
margin:0 0 25px 30px;
}
article section ul ul,
article section ol ol,
article section ul ol,
article section ol ul {
margin:0 0 0 25px;
}
article section code {
border:1px solid #ccc;
background:#f6f6f6;
font-size:12px;
padding:1px;
}
article section pre {
border:1px solid #ccc;
background:#f6f6f6;
padding:15px;
margin:0 0 25px 0;
line-height:16px;
font-size:13px;
color:#555;
text-shadow: 1px 1px 0px #fff;
border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
-khtml-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
border:none;
background:none;
padding:none;
}
article section blockquote {
margin:0 0 25px 20px;
color:#555;
line-height:20px;
font-family:georgia, garamond, serif;
font-style:italic;
padding:0 0 0 15px;
border-left:1px solid #ccc;
}
article section .footer {
color:#888;
font-size:11px;
margin-top:40px;
border-top:1px dotted #ccc;
padding-top:15px;
}
article section .footer p {
margin:0 0 10px 0;
}
/* SIDEBAR */
aside {
float:right;
width:260px;
margin:40px 0 0 0;
}
aside .section {
padding:0 0 0 30px;
}
aside .section {
margin:0 0 40px 0;
font-size:11px;
line-height:16px;
color:#555;
text-shadow: 1px 1px 0px #fff;
}
aside .section p {
margin:0 0 15px 0;
}
aside .section ul,
aside .section ol {
margin:0 0 15px 20px;
}
aside .section h2 {
background:#333;
border-top:1px solid rgba(255,255,255,.4);
text-shadow: 1px 1px 0px rgba(0,0,0,.5);
text-transform:uppercase;
background: -moz-linear-gradient(top, #444 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
font-weight:100;
color:#fff;
font-size:19px;
line-height:19px;
margin:0 0 20px -31px;
padding:5px 0 7px 25px;
border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
-khtml-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
/* SIDEBAR: socialmedia */
aside #socialmedia {
position:relative;
}
aside #socialmedia h2 {
width:65px;
background: #316594;
background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 );
}
aside #socialmedia .icons {
position:absolute;
top:3px;
left:100px;
}
aside #socialmedia .icons a{
margin:0 2px;
}
/* FOOTER */
footer {
padding:20px 0;
text-shadow: 1px 1px 0px rgba(255,255,255,.8);
color:#888;
font-size:11px;
}
footer .left {
float:left;
width:40%;
text-align:left;
}
footer .right {
float:right;
width:60%;
text-align:right;
}
footer a:link, footer a:visited {
color:#888;
text-decoration:underline;
}
footer a:hover, footer a:focus {
color:#555;
text-decoration:underline;
} | public/SimpleCMS/theme/Innovation/style.css | body {
background:#EFEFEF;
}
.wrapper {
width:950px;
margin:0 auto;
position:relative;
display:block;
}
a:link, a:visited {
color:#316594;
text-decoration:underline;
}
a:hover, a:focus {
color:#222;
text-decoration:underline;
}
/* HEADER */
.header {
background: #6B94B4;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:80px;
border-bottom:#2B5780 1px solid;
}
/* HEADER: breadcrumbs */
header .breadcrumbs {
text-shadow: 1px 1px 0px rgba(255,255,255,.5);
border-top:#FFF 1px solid;
border-bottom:#ccc 1px solid;
font-size:11px;
height:25px;
line-height:25px;
overflow:hidden;
color:#666;
text-transform:uppercase;
width:100%;
background: #eee;
background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 );
}
header .breadcrumbs a:link,
header .breadcrumbs a:visited {
color:#666;
text-decoration:underline;
}
header .breadcrumbs a:focus,
header .breadcrumbs a:hover {
color:#316594;
text-decoration:underline;
}
#index header .breadcrumbs {
display:none; /* no reason to have breadcrumbs on homepage */
}
/* HEADER: logo */
header #logo {
position:absolute;
top:20px;
left:0;
font-size:35px;
white-space:nowrap;
color:#fff;
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 1px 1px 0px rgba(0,0,0, .4);
}
header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
text-decoration:none;
}
/* HEADER: navigation */
header nav {
position:absolute;
top:30px;
right:0;
text-shadow: 1px 1px 0px rgba(0,0,0, .3);
}
header nav ul {
list-style:none;
float:right;
}
header nav li {
display:block;
float:left;
margin:0 0 0 10px;
}
header nav li a {
display:block;
font-size:13px;
padding:5px 15px;
text-transform:uppercase;
font-weight:bold;
}
header nav li a:link,
header nav li a:visited {
color:#eee;
text-decoration:none;
}
header nav li a:hover,
header nav li a:focus {
color:#FFF;
text-decoration:none;
}
header nav li.current a {
color:#FFF;
background:#7096B6;
background:rgba(255,255,255,.2);
text-decoration:none;
border-radius:40px;
-moz-border-radius:40px;
-khtml-border-radius:40px;
-webkit-border-radius:40px;
}
/* BODY CONTENT */
article {
float:left;
width:688px;
min-height:500px;
background:#fff;
border-bottom:1px solid #c8c8c8;
border-left:1px solid #e4e4e4;
border-right:1px solid #c8c8c8;
-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
article h1 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 45px 0;
color: #275176;
font-size:37px;
}
article h2 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 10px 0;
color: #222222;
font-size:30px;
}
article h3 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 15px 0;
color: #275176;
font-size:25px;
}
article h4 {
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
margin:0 0 10px 0;
color: #555;
font-size:20px;
font-weight:100;
}
article h5 {
font-family: arial, serif;
margin:0 0 10px 0;
color: #333;
font-size:15px;
}
article h6 {
font-family: arial, serif;
margin:0 0 10px 0;
color: #666;
font-size:14px;
}
article section {
padding:40px;
line-height:22px;
font-size:14px;
color:#333;
}
article section p {margin:0 0 25px 0;}
article section ul,
article section ol {
margin:0 0 25px 30px;
}
article section ul ul,
article section ol ol,
article section ul ol,
article section ol ul {
margin:0 0 0 25px;
}
article section code {
border:1px solid #ccc;
background:#f6f6f6;
font-size:12px;
padding:1px;
}
article section pre {
border:1px solid #ccc;
background:#f6f6f6;
padding:15px;
margin:0 0 25px 0;
line-height:16px;
font-size:13px;
color:#555;
text-shadow: 1px 1px 0px #fff;
border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
-khtml-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
border:none;
background:none;
padding:none;
}
article section blockquote {
margin:0 0 25px 20px;
color:#555;
line-height:20px;
font-family:georgia, garamond, serif;
font-style:italic;
padding:0 0 0 15px;
border-left:1px solid #ccc;
}
article section .footer {
color:#888;
font-size:11px;
margin-top:40px;
border-top:1px dotted #ccc;
padding-top:15px;
}
article section .footer p {
margin:0 0 10px 0;
}
/* SIDEBAR */
aside {
float:right;
width:260px;
margin:40px 0 0 0;
}
aside .section {
padding:0 0 0 30px;
}
aside .section {
margin:0 0 40px 0;
font-size:11px;
line-height:16px;
color:#555;
text-shadow: 1px 1px 0px #fff;
}
aside .section p {
margin:0 0 15px 0;
}
aside .section ul,
aside .section ol {
margin:0 0 15px 20px;
}
aside .section h2 {
background:#333;
border-top:1px solid rgba(255,255,255,.4);
text-shadow: 1px 1px 0px rgba(0,0,0,.5);
text-transform:uppercase;
background: -moz-linear-gradient(top, #444 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
font-weight:100;
color:#fff;
font-size:19px;
line-height:19px;
margin:0 0 20px -31px;
padding:5px 0 7px 25px;
border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
-khtml-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
/* SIDEBAR: socialmedia */
aside #socialmedia {
position:relative;
}
aside #socialmedia h2 {
width:65px;
background: #316594;
background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 );
}
aside #socialmedia .icons {
position:absolute;
top:3px;
left:100px;
}
aside #socialmedia .icons a{
margin:0 2px;
}
/* FOOTER */
footer {
padding:20px 0;
text-shadow: 1px 1px 0px rgba(255,255,255,.8);
color:#888;
font-size:11px;
}
footer .left {
float:left;
width:40%;
text-align:left;
}
footer .right {
float:right;
width:60%;
text-align:right;
}
footer a:link, footer a:visited {
color:#888;
text-decoration:underline;
}
footer a:hover, footer a:focus {
color:#555;
text-decoration:underline;
} | 0.182899 | 0.084682 |
body
{
font-family: "Arial"
}
.text-red
{
color: red;
}
.text-green
{
color: #00ff00
}
.text-blue
{
font-weight: bold;
color:#0000ff
}
.text-small
{
font-size: 18px;
}
.text-big
{
font-size: 24px;
font-style: italic;
}
.text-white-brown
{
color: white;
background-color: saddlebrown;
}
.text-centered
{
text-align: center;
line-height: 32px;
}
.text-caps
{
text-align: justify;
text-transform: uppercase;
}
.box-1
{
width: 400px;
height: 300px;
border-width: 1px;
border-style: solid;
border-color:purple;
padding: 30px;
}
.box-2
{
width: 500px;
height: 200px;
background-color: red;
margin: 100px;
}
.text-ghost
{
visibility: hidden;
}
.box-3
{
background-color: mediumblue;
padding: 50px;
border-width: 10px;
border-style: solid;
border-color: yellow;
}
.box-4
{
width: 500px;
height: 200px;
background-color: green;
opacity: 0.5;
}
.box-5
{
width: 300px;
height: 400px;
position: relative;
background-color: lightblue;
}
.box-6
{
width: 50px;
height: 50px;
position: absolute;
top: 50px;
right: 10px;
background-color: pink;
}
.box-7
{
width: 200px;
height: 400px;
border-color: brown;
border-width: 20px;
border-style: solid;
border-radius: 10px;
}
.button-1
{
width: 300px;
height: 100px;
}
.button-1:focus
{
color: blue;
}
.button-2
{
width: 200px;
height: 50px;
}
.button-2:hover
{
background-color: brown;
}
.box-8
{
width: 200px;
height: 500px;
background-color: blue;
margin-top: 200px;
}
.box-8:hover
{
cursor: grab;
} | www/hw/hw04/original/kasm13/styles_hw04.css | body
{
font-family: "Arial"
}
.text-red
{
color: red;
}
.text-green
{
color: #00ff00
}
.text-blue
{
font-weight: bold;
color:#0000ff
}
.text-small
{
font-size: 18px;
}
.text-big
{
font-size: 24px;
font-style: italic;
}
.text-white-brown
{
color: white;
background-color: saddlebrown;
}
.text-centered
{
text-align: center;
line-height: 32px;
}
.text-caps
{
text-align: justify;
text-transform: uppercase;
}
.box-1
{
width: 400px;
height: 300px;
border-width: 1px;
border-style: solid;
border-color:purple;
padding: 30px;
}
.box-2
{
width: 500px;
height: 200px;
background-color: red;
margin: 100px;
}
.text-ghost
{
visibility: hidden;
}
.box-3
{
background-color: mediumblue;
padding: 50px;
border-width: 10px;
border-style: solid;
border-color: yellow;
}
.box-4
{
width: 500px;
height: 200px;
background-color: green;
opacity: 0.5;
}
.box-5
{
width: 300px;
height: 400px;
position: relative;
background-color: lightblue;
}
.box-6
{
width: 50px;
height: 50px;
position: absolute;
top: 50px;
right: 10px;
background-color: pink;
}
.box-7
{
width: 200px;
height: 400px;
border-color: brown;
border-width: 20px;
border-style: solid;
border-radius: 10px;
}
.button-1
{
width: 300px;
height: 100px;
}
.button-1:focus
{
color: blue;
}
.button-2
{
width: 200px;
height: 50px;
}
.button-2:hover
{
background-color: brown;
}
.box-8
{
width: 200px;
height: 500px;
background-color: blue;
margin-top: 200px;
}
.box-8:hover
{
cursor: grab;
} | 0.526343 | 0.094678 |
body,
html {
font-family: "Cardo", serif;
font-size: 16px;
background-color: white;
color: #031411;
}
body {
overflow-x: hidden;
}
/* Containers */
.wrapper {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
box-sizing: border-box;
}
.primary {
left: 50%;
margin-left: -50vw;
width: 100vw;
height: calc(628 * (100vw / 1200));
background-color: #f3f3f3;
}
/* Typography */
h1,
h2 {
font-family: "Oswald", sans-serif;
text-transform: uppercase;
}
.hero h1 {
margin-bottom: 0;
}
article {
font-size: calc(0.5rem + 2vmin);
}
article.intro {
font-family: "Oswald", sans-serif;
font-size: calc(1rem + 5vmin);
line-height: calc(1.5rem + 5vmin);
margin: 2rem 0;
opacity: 0;
}
/* Links */
#contact article a {
display: block;
margin-bottom: 0.5em;
}
a,
a:visited,
a:hover,
a:active {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
transition: 0.5s color ease;
text-decoration: none;
color: #0567d6;
}
a:hover {
color: #63a0e4;
}
/* Animation */
@keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.animated {
animation-duration: 0.5s;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
}
.fadeInUp {
opacity: 0;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
/* Media queries */
@media (prefers-color-scheme: light) {
body,
html {
background-color: white;
color: #031411;
}
a,
a:visited,
a:hover,
a:active {
color: #0567d6;
}
a:hover {
color: #63a0e4;
}
}
@media (prefers-color-scheme: dark) {
body,
html {
background-color: #282a36;
color: white;
}
a,
a:visited,
a:hover,
a:active {
color: #bd93f9;
}
a:hover {
color: #ff79c6;
}
.primary {
background-color: #f3f3f3;
}
}
@media screen and (min-width: 320px) {
body,
html {
font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
.wrapper {
width: 85%;
}
}
@media screen and (min-width: 1000px) {
body,
html {
font-size: 22px;
}
.wrapper {
width: 80%;
}
.primary {
background-color: #333333;
}
} | src/css/styles.css | body,
html {
font-family: "Cardo", serif;
font-size: 16px;
background-color: white;
color: #031411;
}
body {
overflow-x: hidden;
}
/* Containers */
.wrapper {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
box-sizing: border-box;
}
.primary {
left: 50%;
margin-left: -50vw;
width: 100vw;
height: calc(628 * (100vw / 1200));
background-color: #f3f3f3;
}
/* Typography */
h1,
h2 {
font-family: "Oswald", sans-serif;
text-transform: uppercase;
}
.hero h1 {
margin-bottom: 0;
}
article {
font-size: calc(0.5rem + 2vmin);
}
article.intro {
font-family: "Oswald", sans-serif;
font-size: calc(1rem + 5vmin);
line-height: calc(1.5rem + 5vmin);
margin: 2rem 0;
opacity: 0;
}
/* Links */
#contact article a {
display: block;
margin-bottom: 0.5em;
}
a,
a:visited,
a:hover,
a:active {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
transition: 0.5s color ease;
text-decoration: none;
color: #0567d6;
}
a:hover {
color: #63a0e4;
}
/* Animation */
@keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.animated {
animation-duration: 0.5s;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
}
.fadeInUp {
opacity: 0;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
/* Media queries */
@media (prefers-color-scheme: light) {
body,
html {
background-color: white;
color: #031411;
}
a,
a:visited,
a:hover,
a:active {
color: #0567d6;
}
a:hover {
color: #63a0e4;
}
}
@media (prefers-color-scheme: dark) {
body,
html {
background-color: #282a36;
color: white;
}
a,
a:visited,
a:hover,
a:active {
color: #bd93f9;
}
a:hover {
color: #ff79c6;
}
.primary {
background-color: #f3f3f3;
}
}
@media screen and (min-width: 320px) {
body,
html {
font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
.wrapper {
width: 85%;
}
}
@media screen and (min-width: 1000px) {
body,
html {
font-size: 22px;
}
.wrapper {
width: 80%;
}
.primary {
background-color: #333333;
}
} | 0.510741 | 0.076615 |
.panel {
margin: 0 auto; /* center for now */
width: 17em; /* ems so it will grow */
background: url(images/panel_bg.gif) top repeat-x;
font-size: 100%;
padding: 0px;
display: block;
border: 0px;
position: relative;
}
.panelstatus {
margin: 0 auto; /* center for now */
width: 17em; /* ems so it will grow */
font-size: 100%;
}
.panel .boxhead {
background: url(images/panel_boxhead_bg.gif) top left no-repeat;
margin: 0px;
padding: 0px;
text-align: center;
display: block;
width: auto;
border: 0px;
position: relative;
}
.panel .boxhead h2, .panel .boxfooter h2 {
background: url(images/panel_boxhead_h2_bg.gif) top right no-repeat;
margin: 0px;
padding: 3px 0px 1px 10px;
font-weight: bold;
text-align: left;
font-family: "Trebuchet MS", verdana, arial;
font-size: 10px; color: #378080;
display: block;
height: 14px;
width: auto;
}
.panel .boxbody {
border-top: 1px solid #cac9c9;
border-right: 1px solid #cac9c9;
background: url(images/panel_boxfooter_bg.gif) bottom left repeat-y #fff;
padding: 0px;
margin: 0px;
position: relative;
}
.panel .boxfooter {
height: 12px;
margin: 0;
padding: 0px;
background: url(images/panel_boxfooter_bg.gif) 11px 11px repeat-x #fff;
}
.panel .boxfooter .statusBar{height: 12px; margin: 0px; background: url(images/panel_boxfooter_statusBar_bg.gif) top left no-repeat;}
.panel .boxfooter .statusBar h2{display: block; height: 12px; margin: 0px; padding: 0px; background: url(images/panel_boxfooter_statusBar_h2_bg.gif) top right no-repeat;}
.panelstatus .boxfooter {
font-size: 9px;
color: #999;
height: 15px;
margin: 0;
padding: 5px 0 8px 15px;
}
.panel .content {
overflow: auto;
padding: 0px 10px 0px 10px;
margin:0px;
position: relative;
width: auto !Important;
width: 10em;
}
.panel .content .innerContent{padding: 0px; margin: 0px; width: 100%;}
#treeWindow .innerContent{height: 100%;}
.panel .menubar_panel {
background-image: url(../tabView/images/background.gif);
height:32px;
display: block;
border-bottom:1px solid #CAC9C9;
border-left:1px solid #CAC9C9;
border-right:1px solid #CAC9C9 !Important;
overflow:hidden;
padding: 0px;
margin: 0px;
}
.guiDialogTinyMark {
font-family: "Trebuchet MS", verdana, arial;
font-size: 10px; color: #606057;
} | src/Umbraco.Web.UI/umbraco_client/Panel/style.css | .panel {
margin: 0 auto; /* center for now */
width: 17em; /* ems so it will grow */
background: url(images/panel_bg.gif) top repeat-x;
font-size: 100%;
padding: 0px;
display: block;
border: 0px;
position: relative;
}
.panelstatus {
margin: 0 auto; /* center for now */
width: 17em; /* ems so it will grow */
font-size: 100%;
}
.panel .boxhead {
background: url(images/panel_boxhead_bg.gif) top left no-repeat;
margin: 0px;
padding: 0px;
text-align: center;
display: block;
width: auto;
border: 0px;
position: relative;
}
.panel .boxhead h2, .panel .boxfooter h2 {
background: url(images/panel_boxhead_h2_bg.gif) top right no-repeat;
margin: 0px;
padding: 3px 0px 1px 10px;
font-weight: bold;
text-align: left;
font-family: "Trebuchet MS", verdana, arial;
font-size: 10px; color: #378080;
display: block;
height: 14px;
width: auto;
}
.panel .boxbody {
border-top: 1px solid #cac9c9;
border-right: 1px solid #cac9c9;
background: url(images/panel_boxfooter_bg.gif) bottom left repeat-y #fff;
padding: 0px;
margin: 0px;
position: relative;
}
.panel .boxfooter {
height: 12px;
margin: 0;
padding: 0px;
background: url(images/panel_boxfooter_bg.gif) 11px 11px repeat-x #fff;
}
.panel .boxfooter .statusBar{height: 12px; margin: 0px; background: url(images/panel_boxfooter_statusBar_bg.gif) top left no-repeat;}
.panel .boxfooter .statusBar h2{display: block; height: 12px; margin: 0px; padding: 0px; background: url(images/panel_boxfooter_statusBar_h2_bg.gif) top right no-repeat;}
.panelstatus .boxfooter {
font-size: 9px;
color: #999;
height: 15px;
margin: 0;
padding: 5px 0 8px 15px;
}
.panel .content {
overflow: auto;
padding: 0px 10px 0px 10px;
margin:0px;
position: relative;
width: auto !Important;
width: 10em;
}
.panel .content .innerContent{padding: 0px; margin: 0px; width: 100%;}
#treeWindow .innerContent{height: 100%;}
.panel .menubar_panel {
background-image: url(../tabView/images/background.gif);
height:32px;
display: block;
border-bottom:1px solid #CAC9C9;
border-left:1px solid #CAC9C9;
border-right:1px solid #CAC9C9 !Important;
overflow:hidden;
padding: 0px;
margin: 0px;
}
.guiDialogTinyMark {
font-family: "Trebuchet MS", verdana, arial;
font-size: 10px; color: #606057;
} | 0.291888 | 0.095265 |
@charset "UTF-8";
@font-face {
font-family: "linea";
src:url("fonts/linea.eot");
src:url("fonts/linea.eot?#iefix") format("embedded-opentype"),
url("fonts/linea.woff") format("woff"),
url("fonts/linea.ttf") format("truetype"),
url("fonts/linea.svg#linea") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "linea" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "linea" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
content: "a";
}
.icon-basic-alarm:before {
content: "b";
}
.icon-basic-anchor:before {
content: "c";
}
.icon-basic-anticlockwise:before {
content: "d";
}
.icon-basic-archive:before {
content: "e";
}
.icon-basic-archive-full:before {
content: "f";
}
.icon-basic-ban:before {
content: "g";
}
.icon-basic-battery-charge:before {
content: "h";
}
.icon-basic-battery-empty:before {
content: "i";
}
.icon-basic-battery-full:before {
content: "j";
}
.icon-basic-battery-half:before {
content: "k";
}
.icon-basic-bolt:before {
content: "l";
}
.icon-basic-book:before {
content: "m";
}
.icon-basic-book-pen:before {
content: "n";
}
.icon-basic-book-pencil:before {
content: "o";
}
.icon-basic-bookmark:before {
content: "p";
}
.icon-basic-calculator:before {
content: "q";
}
.icon-basic-calendar:before {
content: "r";
}
.icon-basic-cards-diamonds:before {
content: "s";
}
.icon-basic-cards-hearts:before {
content: "t";
}
.icon-basic-case:before {
content: "u";
}
.icon-basic-chronometer:before {
content: "v";
}
.icon-basic-clessidre:before {
content: "w";
}
.icon-basic-clock:before {
content: "x";
}
.icon-basic-clockwise:before {
content: "y";
}
.icon-basic-cloud:before {
content: "z";
}
.icon-basic-clubs:before {
content: "A";
}
.icon-basic-compass:before {
content: "B";
}
.icon-basic-cup:before {
content: "C";
}
.icon-basic-diamonds:before {
content: "D";
}
.icon-basic-display:before {
content: "E";
}
.icon-basic-download:before {
content: "F";
}
.icon-basic-exclamation:before {
content: "G";
}
.icon-basic-eye:before {
content: "H";
}
.icon-basic-eye-closed:before {
content: "I";
}
.icon-basic-female:before {
content: "J";
}
.icon-basic-flag1:before {
content: "K";
}
.icon-basic-flag2:before {
content: "L";
}
.icon-basic-floppydisk:before {
content: "M";
}
.icon-basic-folder:before {
content: "N";
}
.icon-basic-folder-multiple:before {
content: "O";
}
.icon-basic-gear:before {
content: "P";
}
.icon-basic-geolocalize-01:before {
content: "Q";
}
.icon-basic-geolocalize-05:before {
content: "R";
}
.icon-basic-globe:before {
content: "S";
}
.icon-basic-gunsight:before {
content: "T";
}
.icon-basic-hammer:before {
content: "U";
}
.icon-basic-headset:before {
content: "V";
}
.icon-basic-heart:before {
content: "W";
}
.icon-basic-heart-broken:before {
content: "X";
}
.icon-basic-helm:before {
content: "Y";
}
.icon-basic-home:before {
content: "Z";
}
.icon-basic-info:before {
content: "0";
}
.icon-basic-ipod:before {
content: "1";
}
.icon-basic-joypad:before {
content: "2";
}
.icon-basic-key:before {
content: "3";
}
.icon-basic-keyboard:before {
content: "4";
}
.icon-basic-laptop:before {
content: "5";
}
.icon-basic-life-buoy:before {
content: "6";
}
.icon-basic-lightbulb:before {
content: "7";
}
.icon-basic-link:before {
content: "8";
}
.icon-basic-lock:before {
content: "9";
}
.icon-basic-lock-open:before {
content: "!";
}
.icon-basic-magic-mouse:before {
content: "\"";
}
.icon-basic-magnifier:before {
content: "#";
}
.icon-basic-magnifier-minus:before {
content: "$";
}
.icon-basic-magnifier-plus:before {
content: "%";
}
.icon-basic-mail:before {
content: "&";
}
.icon-basic-mail-multiple:before {
content: "'";
}
.icon-basic-mail-open:before {
content: "(";
}
.icon-basic-mail-open-text:before {
content: ")";
}
.icon-basic-male:before {
content: "*";
}
.icon-basic-map:before {
content: "+";
}
.icon-basic-message:before {
content: ",";
}
.icon-basic-message-multiple:before {
content: "-";
}
.icon-basic-message-txt:before {
content: ".";
}
.icon-basic-mixer2:before {
content: "/";
}
.icon-basic-mouse:before {
content: ":";
}
.icon-basic-notebook:before {
content: ";";
}
.icon-basic-notebook-pen:before {
content: "<";
}
.icon-basic-notebook-pencil:before {
content: "=";
}
.icon-basic-paperplane:before {
content: ">";
}
.icon-basic-pencil-ruler:before {
content: "?";
}
.icon-basic-pencil-ruler-pen:before {
content: "@";
}
.icon-basic-photo:before {
content: "[";
}
.icon-basic-picture:before {
content: "]";
}
.icon-basic-picture-multiple:before {
content: "^";
}
.icon-basic-pin1:before {
content: "_";
}
.icon-basic-pin2:before {
content: "`";
}
.icon-basic-postcard:before {
content: "{";
}
.icon-basic-postcard-multiple:before {
content: "|";
}
.icon-basic-printer:before {
content: "}";
}
.icon-basic-question:before {
content: "~";
}
.icon-basic-rss:before {
content: "\\";
}
.icon-basic-server:before {
content: "\e000";
}
.icon-basic-server2:before {
content: "\e001";
}
.icon-basic-server-cloud:before {
content: "\e002";
}
.icon-basic-server-download:before {
content: "\e003";
}
.icon-basic-server-upload:before {
content: "\e004";
}
.icon-basic-settings:before {
content: "\e005";
}
.icon-basic-share:before {
content: "\e006";
}
.icon-basic-sheet:before {
content: "\e007";
}
.icon-basic-sheet-multiple:before {
content: "\e008";
}
.icon-basic-sheet-pen:before {
content: "\e009";
}
.icon-basic-sheet-pencil:before {
content: "\e00a";
}
.icon-basic-sheet-txt:before {
content: "\e00b";
}
.icon-basic-signs:before {
content: "\e00c";
}
.icon-basic-smartphone:before {
content: "\e00d";
}
.icon-basic-spades:before {
content: "\e00e";
}
.icon-basic-spread:before {
content: "\e00f";
}
.icon-basic-spread-bookmark:before {
content: "\e010";
}
.icon-basic-spread-text:before {
content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
content: "\e012";
}
.icon-basic-star:before {
content: "\e013";
}
.icon-basic-tablet:before {
content: "\e014";
}
.icon-basic-target:before {
content: "\e015";
}
.icon-basic-todo:before {
content: "\e016";
}
.icon-basic-todo-pen:before {
content: "\e017";
}
.icon-basic-todo-pencil:before {
content: "\e018";
}
.icon-basic-todo-txt:before {
content: "\e019";
}
.icon-basic-todolist-pen:before {
content: "\e01a";
}
.icon-basic-todolist-pencil:before {
content: "\e01b";
}
.icon-basic-trashcan:before {
content: "\e01c";
}
.icon-basic-trashcan-full:before {
content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
content: "\e01e";
}
.icon-basic-trashcan-remove:before {
content: "\e01f";
}
.icon-basic-upload:before {
content: "\e020";
}
.icon-basic-usb:before {
content: "\e021";
}
.icon-basic-video:before {
content: "\e022";
}
.icon-basic-watch:before {
content: "\e023";
}
.icon-basic-webpage:before {
content: "\e024";
}
.icon-basic-webpage-img-txt:before {
content: "\e025";
}
.icon-basic-webpage-multiple:before {
content: "\e026";
}
.icon-basic-webpage-txt:before {
content: "\e027";
}
.icon-basic-world:before {
content: "\e028";
}
.icon-ecommerce-bag:before {
content: "\e029";
}
.icon-ecommerce-bag-check:before {
content: "\e02a";
}
.icon-ecommerce-bag-cloud:before {
content: "\e02b";
}
.icon-ecommerce-bag-download:before {
content: "\e02c";
}
.icon-ecommerce-bag-minus:before {
content: "\e02d";
}
.icon-ecommerce-bag-plus:before {
content: "\e02e";
}
.icon-ecommerce-bag-refresh:before {
content: "\e02f";
}
.icon-ecommerce-bag-remove:before {
content: "\e030";
}
.icon-ecommerce-bag-search:before {
content: "\e031";
}
.icon-ecommerce-bag-upload:before {
content: "\e032";
}
.icon-ecommerce-banknote:before {
content: "\e033";
}
.icon-ecommerce-banknotes:before {
content: "\e034";
}
.icon-ecommerce-basket:before {
content: "\e035";
}
.icon-ecommerce-basket-check:before {
content: "\e036";
}
.icon-ecommerce-basket-cloud:before {
content: "\e037";
}
.icon-ecommerce-basket-download:before {
content: "\e038";
}
.icon-ecommerce-basket-minus:before {
content: "\e039";
}
.icon-ecommerce-basket-plus:before {
content: "\e03a";
}
.icon-ecommerce-basket-refresh:before {
content: "\e03b";
}
.icon-ecommerce-basket-remove:before {
content: "\e03c";
}
.icon-ecommerce-basket-search:before {
content: "\e03d";
}
.icon-ecommerce-basket-upload:before {
content: "\e03e";
}
.icon-ecommerce-bath:before {
content: "\e03f";
}
.icon-ecommerce-cart:before {
content: "\e040";
}
.icon-ecommerce-cart-check:before {
content: "\e041";
}
.icon-ecommerce-cart-cloud:before {
content: "\e042";
}
.icon-ecommerce-cart-content:before {
content: "\e043";
}
.icon-ecommerce-cart-download:before {
content: "\e044";
}
.icon-ecommerce-cart-minus:before {
content: "\e045";
}
.icon-ecommerce-cart-plus:before {
content: "\e046";
}
.icon-ecommerce-cart-refresh:before {
content: "\e047";
}
.icon-ecommerce-cart-remove:before {
content: "\e048";
}
.icon-ecommerce-cart-search:before {
content: "\e049";
}
.icon-ecommerce-cart-upload:before {
content: "\e04a";
}
.icon-ecommerce-cent:before {
content: "\e04b";
}
.icon-ecommerce-colon:before {
content: "\e04c";
}
.icon-ecommerce-creditcard:before {
content: "\e04d";
}
.icon-ecommerce-diamond:before {
content: "\e04e";
}
.icon-ecommerce-dollar:before {
content: "\e04f";
}
.icon-ecommerce-euro:before {
content: "\e050";
}
.icon-ecommerce-franc:before {
content: "\e051";
}
.icon-ecommerce-gift:before {
content: "\e052";
}
.icon-ecommerce-graph1:before {
content: "\e053";
}
.icon-ecommerce-graph2:before {
content: "\e054";
}
.icon-ecommerce-graph3:before {
content: "\e055";
}
.icon-ecommerce-graph-decrease:before {
content: "\e056";
}
.icon-ecommerce-graph-increase:before {
content: "\e057";
}
.icon-ecommerce-guarani:before {
content: "\e058";
}
.icon-ecommerce-kips:before {
content: "\e059";
}
.icon-ecommerce-lira:before {
content: "\e05a";
}
.icon-ecommerce-megaphone:before {
content: "\e05b";
}
.icon-ecommerce-money:before {
content: "\e05c";
}
.icon-ecommerce-naira:before {
content: "\e05d";
}
.icon-ecommerce-pesos:before {
content: "\e05e";
}
.icon-ecommerce-pound:before {
content: "\e05f";
}
.icon-ecommerce-receipt:before {
content: "\e060";
}
.icon-ecommerce-receipt-bath:before {
content: "\e061";
}
.icon-ecommerce-receipt-cent:before {
content: "\e062";
}
.icon-ecommerce-receipt-dollar:before {
content: "\e063";
}
.icon-ecommerce-receipt-euro:before {
content: "\e064";
}
.icon-ecommerce-receipt-franc:before {
content: "\e065";
}
.icon-ecommerce-receipt-guarani:before {
content: "\e066";
}
.icon-ecommerce-receipt-kips:before {
content: "\e067";
}
.icon-ecommerce-receipt-lira:before {
content: "\e068";
}
.icon-ecommerce-receipt-naira:before {
content: "\e069";
}
.icon-ecommerce-receipt-pesos:before {
content: "\e06a";
}
.icon-ecommerce-receipt-pound:before {
content: "\e06b";
}
.icon-ecommerce-receipt-rublo:before {
content: "\e06c";
}
.icon-ecommerce-receipt-rupee:before {
content: "\e06d";
}
.icon-ecommerce-receipt-tugrik:before {
content: "\e06e";
}
.icon-ecommerce-receipt-won:before {
content: "\e06f";
}
.icon-ecommerce-receipt-yen:before {
content: "\e070";
}
.icon-ecommerce-receipt-yen2:before {
content: "\e071";
}
.icon-ecommerce-recept-colon:before {
content: "\e072";
}
.icon-ecommerce-rublo:before {
content: "\e073";
}
.icon-ecommerce-rupee:before {
content: "\e074";
}
.icon-ecommerce-safe:before {
content: "\e075";
}
.icon-ecommerce-sale:before {
content: "\e076";
}
.icon-ecommerce-sales:before {
content: "\e077";
}
.icon-ecommerce-ticket:before {
content: "\e078";
}
.icon-ecommerce-tugriks:before {
content: "\e079";
}
.icon-ecommerce-wallet:before {
content: "\e07a";
}
.icon-ecommerce-won:before {
content: "\e07b";
}
.icon-ecommerce-yen:before {
content: "\e07c";
}
.icon-ecommerce-yen2:before {
content: "\e07d";
}
.icon-music-beginning-button:before {
content: "\e029";
}
.icon-music-bell:before {
content: "\e02a";
}
.icon-music-cd:before {
content: "\e02b";
}
.icon-music-diapason:before {
content: "\e02c";
}
.icon-music-eject-button:before {
content: "\e02d";
}
.icon-music-end-button:before {
content: "\e02e";
}
.icon-music-fastforward-button:before {
content: "\e02f";
}
.icon-music-headphones:before {
content: "\e030";
}
.icon-music-ipod:before {
content: "\e031";
}
.icon-music-loudspeaker:before {
content: "\e032";
}
.icon-music-microphone:before {
content: "\e033";
}
.icon-music-microphone-old:before {
content: "\e034";
}
.icon-music-mixer:before {
content: "\e035";
}
.icon-music-mute:before {
content: "\e036";
}
.icon-music-note-multiple:before {
content: "\e037";
}
.icon-music-note-single:before {
content: "\e038";
}
.icon-music-pause-button:before {
content: "\e039";
}
.icon-music-play-button:before {
content: "\e03a";
}
.icon-music-playlist:before {
content: "\e03b";
}
.icon-music-radio-ghettoblaster:before {
content: "\e03c";
}
.icon-music-radio-portable:before {
content: "\e03d";
}
.icon-music-record:before {
content: "\e03e";
}
.icon-music-recordplayer:before {
content: "\e03f";
}
.icon-music-repeat-button:before {
content: "\e040";
}
.icon-music-rewind-button:before {
content: "\e041";
}
.icon-music-shuffle-button:before {
content: "\e042";
}
.icon-music-stop-button:before {
content: "\e043";
}
.icon-music-tape:before {
content: "\e044";
}
.icon-music-volume-down:before {
content: "\e045";
}
.icon-music-volume-up:before {
content: "\e046";
}
.icon-ecommerce-bag:before {
content: "\e047";
}
.icon-ecommerce-bag-check:before {
content: "\e048";
}
.icon-ecommerce-bag-cloud:before {
content: "\e049";
}
.icon-ecommerce-bag-download:before {
content: "\e04a";
}
.icon-ecommerce-bag-minus:before {
content: "\e04b";
}
.icon-ecommerce-bag-plus:before {
content: "\e04c";
}
.icon-ecommerce-bag-refresh:before {
content: "\e04d";
}
.icon-ecommerce-bag-remove:before {
content: "\e04e";
}
.icon-ecommerce-bag-search:before {
content: "\e04f";
}
.icon-ecommerce-bag-upload:before {
content: "\e050";
}
.icon-ecommerce-banknote:before {
content: "\e051";
}
.icon-ecommerce-banknotes:before {
content: "\e052";
}
.icon-ecommerce-basket:before {
content: "\e053";
}
.icon-ecommerce-basket-check:before {
content: "\e054";
}
.icon-ecommerce-basket-cloud:before {
content: "\e055";
}
.icon-ecommerce-basket-download:before {
content: "\e056";
}
.icon-ecommerce-basket-minus:before {
content: "\e057";
}
.icon-ecommerce-basket-plus:before {
content: "\e058";
}
.icon-ecommerce-basket-refresh:before {
content: "\e059";
}
.icon-ecommerce-basket-remove:before {
content: "\e05a";
}
.icon-ecommerce-basket-search:before {
content: "\e05b";
}
.icon-ecommerce-basket-upload:before {
content: "\e05c";
}
.icon-ecommerce-bath:before {
content: "\e05d";
}
.icon-ecommerce-cart:before {
content: "\e05e";
}
.icon-ecommerce-cart-check:before {
content: "\e05f";
}
.icon-ecommerce-cart-cloud:before {
content: "\e060";
}
.icon-ecommerce-cart-content:before {
content: "\e061";
}
.icon-ecommerce-cart-download:before {
content: "\e062";
}
.icon-ecommerce-cart-minus:before {
content: "\e063";
}
.icon-ecommerce-cart-plus:before {
content: "\e064";
}
.icon-ecommerce-cart-refresh:before {
content: "\e065";
}
.icon-ecommerce-cart-remove:before {
content: "\e066";
}
.icon-ecommerce-cart-search:before {
content: "\e067";
}
.icon-ecommerce-cart-upload:before {
content: "\e068";
}
.icon-ecommerce-cent:before {
content: "\e069";
}
.icon-ecommerce-colon:before {
content: "\e06a";
}
.icon-ecommerce-creditcard:before {
content: "\e06b";
}
.icon-ecommerce-diamond:before {
content: "\e06c";
}
.icon-ecommerce-dollar:before {
content: "\e06d";
}
.icon-ecommerce-euro:before {
content: "\e06e";
}
.icon-ecommerce-franc:before {
content: "\e06f";
}
.icon-ecommerce-gift:before {
content: "\e070";
}
.icon-ecommerce-graph1:before {
content: "\e071";
}
.icon-ecommerce-graph2:before {
content: "\e072";
}
.icon-ecommerce-graph3:before {
content: "\e073";
}
.icon-ecommerce-graph-decrease:before {
content: "\e074";
}
.icon-ecommerce-graph-increase:before {
content: "\e075";
}
.icon-ecommerce-guarani:before {
content: "\e076";
}
.icon-ecommerce-kips:before {
content: "\e077";
}
.icon-ecommerce-lira:before {
content: "\e078";
}
.icon-ecommerce-megaphone:before {
content: "\e079";
}
.icon-ecommerce-money:before {
content: "\e07a";
}
.icon-ecommerce-naira:before {
content: "\e07b";
}
.icon-ecommerce-pesos:before {
content: "\e07c";
}
.icon-ecommerce-pound:before {
content: "\e07d";
}
.icon-ecommerce-receipt:before {
content: "\e07e";
}
.icon-ecommerce-receipt-bath:before {
content: "\e07f";
}
.icon-ecommerce-receipt-cent:before {
content: "\e080";
}
.icon-ecommerce-receipt-dollar:before {
content: "\e081";
}
.icon-ecommerce-receipt-euro:before {
content: "\e082";
}
.icon-ecommerce-receipt-franc:before {
content: "\e083";
}
.icon-ecommerce-receipt-guarani:before {
content: "\e084";
}
.icon-ecommerce-receipt-kips:before {
content: "\e085";
}
.icon-ecommerce-receipt-lira:before {
content: "\e086";
}
.icon-ecommerce-receipt-naira:before {
content: "\e087";
}
.icon-ecommerce-receipt-pesos:before {
content: "\e088";
}
.icon-ecommerce-receipt-pound:before {
content: "\e089";
}
.icon-ecommerce-receipt-rublo:before {
content: "\e08a";
}
.icon-ecommerce-receipt-rupee:before {
content: "\e08b";
}
.icon-ecommerce-receipt-tugrik:before {
content: "\e08c";
}
.icon-ecommerce-receipt-won:before {
content: "\e08d";
}
.icon-ecommerce-receipt-yen:before {
content: "\e08e";
}
.icon-ecommerce-receipt-yen2:before {
content: "\e08f";
}
.icon-ecommerce-recept-colon:before {
content: "\e090";
}
.icon-ecommerce-rublo:before {
content: "\e091";
}
.icon-ecommerce-rupee:before {
content: "\e092";
}
.icon-ecommerce-safe:before {
content: "\e093";
}
.icon-ecommerce-sale:before {
content: "\e094";
}
.icon-ecommerce-sales:before {
content: "\e095";
}
.icon-ecommerce-ticket:before {
content: "\e096";
}
.icon-ecommerce-tugriks:before {
content: "\e097";
}
.icon-ecommerce-wallet:before {
content: "\e098";
}
.icon-ecommerce-won:before {
content: "\e099";
}
.icon-ecommerce-yen:before {
content: "\e09a";
}
.icon-ecommerce-yen2:before {
content: "\e09b";
} | LineaIcons/styles.css | @charset "UTF-8";
@font-face {
font-family: "linea";
src:url("fonts/linea.eot");
src:url("fonts/linea.eot?#iefix") format("embedded-opentype"),
url("fonts/linea.woff") format("woff"),
url("fonts/linea.ttf") format("truetype"),
url("fonts/linea.svg#linea") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "linea" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "linea" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
content: "a";
}
.icon-basic-alarm:before {
content: "b";
}
.icon-basic-anchor:before {
content: "c";
}
.icon-basic-anticlockwise:before {
content: "d";
}
.icon-basic-archive:before {
content: "e";
}
.icon-basic-archive-full:before {
content: "f";
}
.icon-basic-ban:before {
content: "g";
}
.icon-basic-battery-charge:before {
content: "h";
}
.icon-basic-battery-empty:before {
content: "i";
}
.icon-basic-battery-full:before {
content: "j";
}
.icon-basic-battery-half:before {
content: "k";
}
.icon-basic-bolt:before {
content: "l";
}
.icon-basic-book:before {
content: "m";
}
.icon-basic-book-pen:before {
content: "n";
}
.icon-basic-book-pencil:before {
content: "o";
}
.icon-basic-bookmark:before {
content: "p";
}
.icon-basic-calculator:before {
content: "q";
}
.icon-basic-calendar:before {
content: "r";
}
.icon-basic-cards-diamonds:before {
content: "s";
}
.icon-basic-cards-hearts:before {
content: "t";
}
.icon-basic-case:before {
content: "u";
}
.icon-basic-chronometer:before {
content: "v";
}
.icon-basic-clessidre:before {
content: "w";
}
.icon-basic-clock:before {
content: "x";
}
.icon-basic-clockwise:before {
content: "y";
}
.icon-basic-cloud:before {
content: "z";
}
.icon-basic-clubs:before {
content: "A";
}
.icon-basic-compass:before {
content: "B";
}
.icon-basic-cup:before {
content: "C";
}
.icon-basic-diamonds:before {
content: "D";
}
.icon-basic-display:before {
content: "E";
}
.icon-basic-download:before {
content: "F";
}
.icon-basic-exclamation:before {
content: "G";
}
.icon-basic-eye:before {
content: "H";
}
.icon-basic-eye-closed:before {
content: "I";
}
.icon-basic-female:before {
content: "J";
}
.icon-basic-flag1:before {
content: "K";
}
.icon-basic-flag2:before {
content: "L";
}
.icon-basic-floppydisk:before {
content: "M";
}
.icon-basic-folder:before {
content: "N";
}
.icon-basic-folder-multiple:before {
content: "O";
}
.icon-basic-gear:before {
content: "P";
}
.icon-basic-geolocalize-01:before {
content: "Q";
}
.icon-basic-geolocalize-05:before {
content: "R";
}
.icon-basic-globe:before {
content: "S";
}
.icon-basic-gunsight:before {
content: "T";
}
.icon-basic-hammer:before {
content: "U";
}
.icon-basic-headset:before {
content: "V";
}
.icon-basic-heart:before {
content: "W";
}
.icon-basic-heart-broken:before {
content: "X";
}
.icon-basic-helm:before {
content: "Y";
}
.icon-basic-home:before {
content: "Z";
}
.icon-basic-info:before {
content: "0";
}
.icon-basic-ipod:before {
content: "1";
}
.icon-basic-joypad:before {
content: "2";
}
.icon-basic-key:before {
content: "3";
}
.icon-basic-keyboard:before {
content: "4";
}
.icon-basic-laptop:before {
content: "5";
}
.icon-basic-life-buoy:before {
content: "6";
}
.icon-basic-lightbulb:before {
content: "7";
}
.icon-basic-link:before {
content: "8";
}
.icon-basic-lock:before {
content: "9";
}
.icon-basic-lock-open:before {
content: "!";
}
.icon-basic-magic-mouse:before {
content: "\"";
}
.icon-basic-magnifier:before {
content: "#";
}
.icon-basic-magnifier-minus:before {
content: "$";
}
.icon-basic-magnifier-plus:before {
content: "%";
}
.icon-basic-mail:before {
content: "&";
}
.icon-basic-mail-multiple:before {
content: "'";
}
.icon-basic-mail-open:before {
content: "(";
}
.icon-basic-mail-open-text:before {
content: ")";
}
.icon-basic-male:before {
content: "*";
}
.icon-basic-map:before {
content: "+";
}
.icon-basic-message:before {
content: ",";
}
.icon-basic-message-multiple:before {
content: "-";
}
.icon-basic-message-txt:before {
content: ".";
}
.icon-basic-mixer2:before {
content: "/";
}
.icon-basic-mouse:before {
content: ":";
}
.icon-basic-notebook:before {
content: ";";
}
.icon-basic-notebook-pen:before {
content: "<";
}
.icon-basic-notebook-pencil:before {
content: "=";
}
.icon-basic-paperplane:before {
content: ">";
}
.icon-basic-pencil-ruler:before {
content: "?";
}
.icon-basic-pencil-ruler-pen:before {
content: "@";
}
.icon-basic-photo:before {
content: "[";
}
.icon-basic-picture:before {
content: "]";
}
.icon-basic-picture-multiple:before {
content: "^";
}
.icon-basic-pin1:before {
content: "_";
}
.icon-basic-pin2:before {
content: "`";
}
.icon-basic-postcard:before {
content: "{";
}
.icon-basic-postcard-multiple:before {
content: "|";
}
.icon-basic-printer:before {
content: "}";
}
.icon-basic-question:before {
content: "~";
}
.icon-basic-rss:before {
content: "\\";
}
.icon-basic-server:before {
content: "\e000";
}
.icon-basic-server2:before {
content: "\e001";
}
.icon-basic-server-cloud:before {
content: "\e002";
}
.icon-basic-server-download:before {
content: "\e003";
}
.icon-basic-server-upload:before {
content: "\e004";
}
.icon-basic-settings:before {
content: "\e005";
}
.icon-basic-share:before {
content: "\e006";
}
.icon-basic-sheet:before {
content: "\e007";
}
.icon-basic-sheet-multiple:before {
content: "\e008";
}
.icon-basic-sheet-pen:before {
content: "\e009";
}
.icon-basic-sheet-pencil:before {
content: "\e00a";
}
.icon-basic-sheet-txt:before {
content: "\e00b";
}
.icon-basic-signs:before {
content: "\e00c";
}
.icon-basic-smartphone:before {
content: "\e00d";
}
.icon-basic-spades:before {
content: "\e00e";
}
.icon-basic-spread:before {
content: "\e00f";
}
.icon-basic-spread-bookmark:before {
content: "\e010";
}
.icon-basic-spread-text:before {
content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
content: "\e012";
}
.icon-basic-star:before {
content: "\e013";
}
.icon-basic-tablet:before {
content: "\e014";
}
.icon-basic-target:before {
content: "\e015";
}
.icon-basic-todo:before {
content: "\e016";
}
.icon-basic-todo-pen:before {
content: "\e017";
}
.icon-basic-todo-pencil:before {
content: "\e018";
}
.icon-basic-todo-txt:before {
content: "\e019";
}
.icon-basic-todolist-pen:before {
content: "\e01a";
}
.icon-basic-todolist-pencil:before {
content: "\e01b";
}
.icon-basic-trashcan:before {
content: "\e01c";
}
.icon-basic-trashcan-full:before {
content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
content: "\e01e";
}
.icon-basic-trashcan-remove:before {
content: "\e01f";
}
.icon-basic-upload:before {
content: "\e020";
}
.icon-basic-usb:before {
content: "\e021";
}
.icon-basic-video:before {
content: "\e022";
}
.icon-basic-watch:before {
content: "\e023";
}
.icon-basic-webpage:before {
content: "\e024";
}
.icon-basic-webpage-img-txt:before {
content: "\e025";
}
.icon-basic-webpage-multiple:before {
content: "\e026";
}
.icon-basic-webpage-txt:before {
content: "\e027";
}
.icon-basic-world:before {
content: "\e028";
}
.icon-ecommerce-bag:before {
content: "\e029";
}
.icon-ecommerce-bag-check:before {
content: "\e02a";
}
.icon-ecommerce-bag-cloud:before {
content: "\e02b";
}
.icon-ecommerce-bag-download:before {
content: "\e02c";
}
.icon-ecommerce-bag-minus:before {
content: "\e02d";
}
.icon-ecommerce-bag-plus:before {
content: "\e02e";
}
.icon-ecommerce-bag-refresh:before {
content: "\e02f";
}
.icon-ecommerce-bag-remove:before {
content: "\e030";
}
.icon-ecommerce-bag-search:before {
content: "\e031";
}
.icon-ecommerce-bag-upload:before {
content: "\e032";
}
.icon-ecommerce-banknote:before {
content: "\e033";
}
.icon-ecommerce-banknotes:before {
content: "\e034";
}
.icon-ecommerce-basket:before {
content: "\e035";
}
.icon-ecommerce-basket-check:before {
content: "\e036";
}
.icon-ecommerce-basket-cloud:before {
content: "\e037";
}
.icon-ecommerce-basket-download:before {
content: "\e038";
}
.icon-ecommerce-basket-minus:before {
content: "\e039";
}
.icon-ecommerce-basket-plus:before {
content: "\e03a";
}
.icon-ecommerce-basket-refresh:before {
content: "\e03b";
}
.icon-ecommerce-basket-remove:before {
content: "\e03c";
}
.icon-ecommerce-basket-search:before {
content: "\e03d";
}
.icon-ecommerce-basket-upload:before {
content: "\e03e";
}
.icon-ecommerce-bath:before {
content: "\e03f";
}
.icon-ecommerce-cart:before {
content: "\e040";
}
.icon-ecommerce-cart-check:before {
content: "\e041";
}
.icon-ecommerce-cart-cloud:before {
content: "\e042";
}
.icon-ecommerce-cart-content:before {
content: "\e043";
}
.icon-ecommerce-cart-download:before {
content: "\e044";
}
.icon-ecommerce-cart-minus:before {
content: "\e045";
}
.icon-ecommerce-cart-plus:before {
content: "\e046";
}
.icon-ecommerce-cart-refresh:before {
content: "\e047";
}
.icon-ecommerce-cart-remove:before {
content: "\e048";
}
.icon-ecommerce-cart-search:before {
content: "\e049";
}
.icon-ecommerce-cart-upload:before {
content: "\e04a";
}
.icon-ecommerce-cent:before {
content: "\e04b";
}
.icon-ecommerce-colon:before {
content: "\e04c";
}
.icon-ecommerce-creditcard:before {
content: "\e04d";
}
.icon-ecommerce-diamond:before {
content: "\e04e";
}
.icon-ecommerce-dollar:before {
content: "\e04f";
}
.icon-ecommerce-euro:before {
content: "\e050";
}
.icon-ecommerce-franc:before {
content: "\e051";
}
.icon-ecommerce-gift:before {
content: "\e052";
}
.icon-ecommerce-graph1:before {
content: "\e053";
}
.icon-ecommerce-graph2:before {
content: "\e054";
}
.icon-ecommerce-graph3:before {
content: "\e055";
}
.icon-ecommerce-graph-decrease:before {
content: "\e056";
}
.icon-ecommerce-graph-increase:before {
content: "\e057";
}
.icon-ecommerce-guarani:before {
content: "\e058";
}
.icon-ecommerce-kips:before {
content: "\e059";
}
.icon-ecommerce-lira:before {
content: "\e05a";
}
.icon-ecommerce-megaphone:before {
content: "\e05b";
}
.icon-ecommerce-money:before {
content: "\e05c";
}
.icon-ecommerce-naira:before {
content: "\e05d";
}
.icon-ecommerce-pesos:before {
content: "\e05e";
}
.icon-ecommerce-pound:before {
content: "\e05f";
}
.icon-ecommerce-receipt:before {
content: "\e060";
}
.icon-ecommerce-receipt-bath:before {
content: "\e061";
}
.icon-ecommerce-receipt-cent:before {
content: "\e062";
}
.icon-ecommerce-receipt-dollar:before {
content: "\e063";
}
.icon-ecommerce-receipt-euro:before {
content: "\e064";
}
.icon-ecommerce-receipt-franc:before {
content: "\e065";
}
.icon-ecommerce-receipt-guarani:before {
content: "\e066";
}
.icon-ecommerce-receipt-kips:before {
content: "\e067";
}
.icon-ecommerce-receipt-lira:before {
content: "\e068";
}
.icon-ecommerce-receipt-naira:before {
content: "\e069";
}
.icon-ecommerce-receipt-pesos:before {
content: "\e06a";
}
.icon-ecommerce-receipt-pound:before {
content: "\e06b";
}
.icon-ecommerce-receipt-rublo:before {
content: "\e06c";
}
.icon-ecommerce-receipt-rupee:before {
content: "\e06d";
}
.icon-ecommerce-receipt-tugrik:before {
content: "\e06e";
}
.icon-ecommerce-receipt-won:before {
content: "\e06f";
}
.icon-ecommerce-receipt-yen:before {
content: "\e070";
}
.icon-ecommerce-receipt-yen2:before {
content: "\e071";
}
.icon-ecommerce-recept-colon:before {
content: "\e072";
}
.icon-ecommerce-rublo:before {
content: "\e073";
}
.icon-ecommerce-rupee:before {
content: "\e074";
}
.icon-ecommerce-safe:before {
content: "\e075";
}
.icon-ecommerce-sale:before {
content: "\e076";
}
.icon-ecommerce-sales:before {
content: "\e077";
}
.icon-ecommerce-ticket:before {
content: "\e078";
}
.icon-ecommerce-tugriks:before {
content: "\e079";
}
.icon-ecommerce-wallet:before {
content: "\e07a";
}
.icon-ecommerce-won:before {
content: "\e07b";
}
.icon-ecommerce-yen:before {
content: "\e07c";
}
.icon-ecommerce-yen2:before {
content: "\e07d";
}
.icon-music-beginning-button:before {
content: "\e029";
}
.icon-music-bell:before {
content: "\e02a";
}
.icon-music-cd:before {
content: "\e02b";
}
.icon-music-diapason:before {
content: "\e02c";
}
.icon-music-eject-button:before {
content: "\e02d";
}
.icon-music-end-button:before {
content: "\e02e";
}
.icon-music-fastforward-button:before {
content: "\e02f";
}
.icon-music-headphones:before {
content: "\e030";
}
.icon-music-ipod:before {
content: "\e031";
}
.icon-music-loudspeaker:before {
content: "\e032";
}
.icon-music-microphone:before {
content: "\e033";
}
.icon-music-microphone-old:before {
content: "\e034";
}
.icon-music-mixer:before {
content: "\e035";
}
.icon-music-mute:before {
content: "\e036";
}
.icon-music-note-multiple:before {
content: "\e037";
}
.icon-music-note-single:before {
content: "\e038";
}
.icon-music-pause-button:before {
content: "\e039";
}
.icon-music-play-button:before {
content: "\e03a";
}
.icon-music-playlist:before {
content: "\e03b";
}
.icon-music-radio-ghettoblaster:before {
content: "\e03c";
}
.icon-music-radio-portable:before {
content: "\e03d";
}
.icon-music-record:before {
content: "\e03e";
}
.icon-music-recordplayer:before {
content: "\e03f";
}
.icon-music-repeat-button:before {
content: "\e040";
}
.icon-music-rewind-button:before {
content: "\e041";
}
.icon-music-shuffle-button:before {
content: "\e042";
}
.icon-music-stop-button:before {
content: "\e043";
}
.icon-music-tape:before {
content: "\e044";
}
.icon-music-volume-down:before {
content: "\e045";
}
.icon-music-volume-up:before {
content: "\e046";
}
.icon-ecommerce-bag:before {
content: "\e047";
}
.icon-ecommerce-bag-check:before {
content: "\e048";
}
.icon-ecommerce-bag-cloud:before {
content: "\e049";
}
.icon-ecommerce-bag-download:before {
content: "\e04a";
}
.icon-ecommerce-bag-minus:before {
content: "\e04b";
}
.icon-ecommerce-bag-plus:before {
content: "\e04c";
}
.icon-ecommerce-bag-refresh:before {
content: "\e04d";
}
.icon-ecommerce-bag-remove:before {
content: "\e04e";
}
.icon-ecommerce-bag-search:before {
content: "\e04f";
}
.icon-ecommerce-bag-upload:before {
content: "\e050";
}
.icon-ecommerce-banknote:before {
content: "\e051";
}
.icon-ecommerce-banknotes:before {
content: "\e052";
}
.icon-ecommerce-basket:before {
content: "\e053";
}
.icon-ecommerce-basket-check:before {
content: "\e054";
}
.icon-ecommerce-basket-cloud:before {
content: "\e055";
}
.icon-ecommerce-basket-download:before {
content: "\e056";
}
.icon-ecommerce-basket-minus:before {
content: "\e057";
}
.icon-ecommerce-basket-plus:before {
content: "\e058";
}
.icon-ecommerce-basket-refresh:before {
content: "\e059";
}
.icon-ecommerce-basket-remove:before {
content: "\e05a";
}
.icon-ecommerce-basket-search:before {
content: "\e05b";
}
.icon-ecommerce-basket-upload:before {
content: "\e05c";
}
.icon-ecommerce-bath:before {
content: "\e05d";
}
.icon-ecommerce-cart:before {
content: "\e05e";
}
.icon-ecommerce-cart-check:before {
content: "\e05f";
}
.icon-ecommerce-cart-cloud:before {
content: "\e060";
}
.icon-ecommerce-cart-content:before {
content: "\e061";
}
.icon-ecommerce-cart-download:before {
content: "\e062";
}
.icon-ecommerce-cart-minus:before {
content: "\e063";
}
.icon-ecommerce-cart-plus:before {
content: "\e064";
}
.icon-ecommerce-cart-refresh:before {
content: "\e065";
}
.icon-ecommerce-cart-remove:before {
content: "\e066";
}
.icon-ecommerce-cart-search:before {
content: "\e067";
}
.icon-ecommerce-cart-upload:before {
content: "\e068";
}
.icon-ecommerce-cent:before {
content: "\e069";
}
.icon-ecommerce-colon:before {
content: "\e06a";
}
.icon-ecommerce-creditcard:before {
content: "\e06b";
}
.icon-ecommerce-diamond:before {
content: "\e06c";
}
.icon-ecommerce-dollar:before {
content: "\e06d";
}
.icon-ecommerce-euro:before {
content: "\e06e";
}
.icon-ecommerce-franc:before {
content: "\e06f";
}
.icon-ecommerce-gift:before {
content: "\e070";
}
.icon-ecommerce-graph1:before {
content: "\e071";
}
.icon-ecommerce-graph2:before {
content: "\e072";
}
.icon-ecommerce-graph3:before {
content: "\e073";
}
.icon-ecommerce-graph-decrease:before {
content: "\e074";
}
.icon-ecommerce-graph-increase:before {
content: "\e075";
}
.icon-ecommerce-guarani:before {
content: "\e076";
}
.icon-ecommerce-kips:before {
content: "\e077";
}
.icon-ecommerce-lira:before {
content: "\e078";
}
.icon-ecommerce-megaphone:before {
content: "\e079";
}
.icon-ecommerce-money:before {
content: "\e07a";
}
.icon-ecommerce-naira:before {
content: "\e07b";
}
.icon-ecommerce-pesos:before {
content: "\e07c";
}
.icon-ecommerce-pound:before {
content: "\e07d";
}
.icon-ecommerce-receipt:before {
content: "\e07e";
}
.icon-ecommerce-receipt-bath:before {
content: "\e07f";
}
.icon-ecommerce-receipt-cent:before {
content: "\e080";
}
.icon-ecommerce-receipt-dollar:before {
content: "\e081";
}
.icon-ecommerce-receipt-euro:before {
content: "\e082";
}
.icon-ecommerce-receipt-franc:before {
content: "\e083";
}
.icon-ecommerce-receipt-guarani:before {
content: "\e084";
}
.icon-ecommerce-receipt-kips:before {
content: "\e085";
}
.icon-ecommerce-receipt-lira:before {
content: "\e086";
}
.icon-ecommerce-receipt-naira:before {
content: "\e087";
}
.icon-ecommerce-receipt-pesos:before {
content: "\e088";
}
.icon-ecommerce-receipt-pound:before {
content: "\e089";
}
.icon-ecommerce-receipt-rublo:before {
content: "\e08a";
}
.icon-ecommerce-receipt-rupee:before {
content: "\e08b";
}
.icon-ecommerce-receipt-tugrik:before {
content: "\e08c";
}
.icon-ecommerce-receipt-won:before {
content: "\e08d";
}
.icon-ecommerce-receipt-yen:before {
content: "\e08e";
}
.icon-ecommerce-receipt-yen2:before {
content: "\e08f";
}
.icon-ecommerce-recept-colon:before {
content: "\e090";
}
.icon-ecommerce-rublo:before {
content: "\e091";
}
.icon-ecommerce-rupee:before {
content: "\e092";
}
.icon-ecommerce-safe:before {
content: "\e093";
}
.icon-ecommerce-sale:before {
content: "\e094";
}
.icon-ecommerce-sales:before {
content: "\e095";
}
.icon-ecommerce-ticket:before {
content: "\e096";
}
.icon-ecommerce-tugriks:before {
content: "\e097";
}
.icon-ecommerce-wallet:before {
content: "\e098";
}
.icon-ecommerce-won:before {
content: "\e099";
}
.icon-ecommerce-yen:before {
content: "\e09a";
}
.icon-ecommerce-yen2:before {
content: "\e09b";
} | 0.263315 | 0.064212 |
.type7 .cnt_7 {
padding-bottom: 160px;
padding-top: 155px;
max-width: 1200px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.type7 .jm1 {
padding: 50px;
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .plan-sign {
font-size: 30px;
position: relative;
top: -45px;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
line-height: 0.7;
}
.type7 .plan-price {
font-size: 50px;
font-weight: 900;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
}
.type7 .plan-name h3 {
font-size: 20px;
letter-spacing: normal;
color: #0d425e;
}
.type7 .jm2 {
padding: 50px;
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .plan-sign2 {
font-size: 30px;
position: relative;
top: -45px;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
line-height: 0.7;
}
.type7 .plan-price2 {
font-size: 50px;
font-weight: 900;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
}
.type7 .plan-name2 h3 {
font-size: 20px;
letter-spacing: normal;
color: #0d425e;
}
.type7 .jn2 {
background: #fdd123;
opacity: 0.82;
padding: 50px 40px;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #598aa4;
}
.type7 .bnn2 {
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .button2 {
margin-left: 50px;
background-color: white;
opacity: 0.82;
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.type7 .jn1 {
padding: 50px 40px;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #598aa4;
}
.type7 .enen {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
padding: 5px 0;
line-height: 30px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
}
.type7 .button {
margin-left: 120px;
background-color: #fdd123;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.type7 .tai_7 {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
color: #598aa4;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
text-align: center;
}
.type7 .tai_7 h6 {
font-size: 20px;
}
.type7 .tai_7 h3 {
color: #0d425e;
border-color: #0d425e;
font-weight: 500;
font-size: 50px;
word-break: break-word;
font-family: 'Fira Sans Condensed', sans-serif;
font-variant-numeric: lining-nums;
font-feature-settings: "lnum" 1;
}
.type7 .p1 {
color: #062637;
border-color: #062637;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
}
.type7 .p1::before {
content: '';
display: inline-block;
width: 40px;
height: 1px;
background-color: #0d425e;
transform: translateY(-0.3em);
margin-right: 20px;
}
.type7 .p1::after {
box-sizing: border-box;
} | 7/css/7.css | .type7 .cnt_7 {
padding-bottom: 160px;
padding-top: 155px;
max-width: 1200px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.type7 .jm1 {
padding: 50px;
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .plan-sign {
font-size: 30px;
position: relative;
top: -45px;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
line-height: 0.7;
}
.type7 .plan-price {
font-size: 50px;
font-weight: 900;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
}
.type7 .plan-name h3 {
font-size: 20px;
letter-spacing: normal;
color: #0d425e;
}
.type7 .jm2 {
padding: 50px;
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .plan-sign2 {
font-size: 30px;
position: relative;
top: -45px;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
line-height: 0.7;
}
.type7 .plan-price2 {
font-size: 50px;
font-weight: 900;
font-family: 'Fira Sans Condensed', sans-serif;
color: #0d425e;
}
.type7 .plan-name2 h3 {
font-size: 20px;
letter-spacing: normal;
color: #0d425e;
}
.type7 .jn2 {
background: #fdd123;
opacity: 0.82;
padding: 50px 40px;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #598aa4;
}
.type7 .bnn2 {
text-align: center;
background-color: #fdd123;
opacity: 0.82;
}
.type7 .button2 {
margin-left: 50px;
background-color: white;
opacity: 0.82;
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.type7 .jn1 {
padding: 50px 40px;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
color: #598aa4;
}
.type7 .enen {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
padding: 5px 0;
line-height: 30px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
}
.type7 .button {
margin-left: 120px;
background-color: #fdd123;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.type7 .tai_7 {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
color: #598aa4;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
text-align: center;
}
.type7 .tai_7 h6 {
font-size: 20px;
}
.type7 .tai_7 h3 {
color: #0d425e;
border-color: #0d425e;
font-weight: 500;
font-size: 50px;
word-break: break-word;
font-family: 'Fira Sans Condensed', sans-serif;
font-variant-numeric: lining-nums;
font-feature-settings: "lnum" 1;
}
.type7 .p1 {
color: #062637;
border-color: #062637;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
}
.type7 .p1::before {
content: '';
display: inline-block;
width: 40px;
height: 1px;
background-color: #0d425e;
transform: translateY(-0.3em);
margin-right: 20px;
}
.type7 .p1::after {
box-sizing: border-box;
} | 0.340047 | 0.074871 |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,400);
/* Universal
-------------------------------------------------- */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-overflow-scrolling: touch;
height: 100%;
background-position: center top;
background-image: url(assets/bg-academic.jpg);
background-repeat: repeat;
background-size: cover;
transition: background-image 0.3s ease;
-webkit-transition: background-image 0.3s ease;
font-family: 'Open Sans';
font-weight: 300;
text-decoration: none;
background-color: black;
}
body {
margin: 0;
position: fixed;
height: 100%;
width: 100%;
}
::-webkit-scrollbar {
display: none;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
a {
margin-right: 5%;
text-decoration: none;
}
hr {
border: none;
}
.sectionheader {
letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6, p, td, th, span {
font-family: 'Open Sans';
font-weight: 500;
margin: 0;
/*color: #101010;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
}
/* H2 used only for bubble headings */
h2 {
font-family: 'Roboto';
font-weight: 300;
letter-spacing: 2px;
font-size: 1.2rem;
color: rgb(240, 240, 240);
}
h3 {
font-weight: 300;
font-size: 1.1rem;
}
/* H4 used to delineate sections of listed content */
h4 {
background-color: rgb(177, 182, 203);
margin: 0 -2%;
padding: 0 2%;
line-height: 1.5rem;
letter-spacing: 1px;
font-weight: 400;
font-size: .8rem;
}
h5 {
font-weight: 400;
font-size: .8rem;
}
p {
font-size: 1.1rem;
font-weight: 400;
margin-bottom: 5px;
}
/* HEADER
-------------------------------------------------- */
#header {
z-index: 2;
padding: 5px;
text-align: center;
line-height: 50px;
height: 60px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: fixed;
top: 0;
min-height: 60px;
background-color: rgba(75, 110, 145, 0.9);
}
#headercontent {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
height: 50px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.headerbutton {
vertical-align: top;
}
.headerbutton img {
height: 100%;
padding: 10px;
}
.title {
/*width: 70%;*/
}
.icon {
margin: 10px 3%;
width: 1.9rem;
height: auto;
}
.fltrt {
float: right;
}
.fltlft {
float: left;
}
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
background: #e74c3c;
min-height: 100%;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.md-content {
position: relative;
border-radius: 3px;
margin: 0 auto;
}
.md-content h3 {
color: white;
margin: 0;
padding: 0.4em;
text-align: center;
font-size: 2.4em;
}
.md-content > div {
font-size: 1.15em;
}
.md-content > .bubblecontent {
background-color: white;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
white-space: initial;
line-height: 28px;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
list-style-type: none;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
#intro h3 {
white-space: initial;
overflow: initial;
text-overflow: initial;
}
.extrainfo {
padding: .8rem .8rem 0 0;
color: rgb(240, 240, 240);
}
.iteminfo {
margin-top: -7px;
margin-bottom: 5px;
}
#joeyfull h3 {
text-align: center;
}
/* Hides Google Maps' report error button */
.gm-style-cc {
display: none;
}
#background {
position: fixed;
height: 100%;
width: 100%;
background-position: center top;
background-size: cover;
background-image: url(assets/bg-pattern-1.jpg);
transition: background-image 0.3s ease;
-webkit-transition: background-image 0.3s ease;
}
#title {
font-family: 'Open Sans';
font-weight: 300;
letter-spacing: 1px;
font-size: 2rem;
margin-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
color: white;
}
#content {
margin-top: 60px;
width: 100%;
height: 100%;
overflow: auto;
/*-webkit-overflow-scrolling: touch;*/ /* enables inertial scrolling on iOS: http://cooshtee.com/blog/2012/11/add-inertial-scrolling-to-a-fixed-height-div-in-ios/ */
padding-bottom: 100px;
}
#bubblecontainer {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
-webkit-overflow-scrolling: touch;
}
.bubble {
margin-top: 3%;
margin-bottom: 3%;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
padding: 0 2%;
}
.bubblecontent {
padding: 2%;
background-color: rgba(255, 255, 255, 0.85);
overflow: auto;
}
.bubble h2 {
padding: 2%;
}
#halName {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
}
.ifon #route-selector {
display: none;
}
nav ul ul {
display: none;
}
/*Hide dropdown links until they are needed*/
nav ul li: hover > ul {
display: block;
}
.full{
display: none;
}
/* BUBBLE-SPECIFIC
-------------------------------------------------- */
/* JOEY */
#map_canvas {
height: 230px;
margin: 0.5rem;
border-radius: 5px;
}
#joey td, #joeyfull td{
width: 33%;
text-align: center;
}
.old_time {
color: rgb(178, 178, 178);
}
/* RADIO */
.radiobutton {
float: left;
margin-right: 2%;
width: 48px;
z-index: 5;
}
.songurl span {
color: rgb(0, 8, 150);
}
marquee {
width: 60%;
}
#radiofull a.songurl {
white-space: initial;
}
.radioplayer {
overflow: auto;
}
.songhistory {
margin-top: 2%;
}
.song {
padding: 5px 0px;
border-bottom: 1px solid rgb(173, 173, 173);
}
.song:last-child {
border-bottom: none;
}
.songbutton {
float: right;
margin: 10 3%;
width: 1.9rem;
height: auto;
}
.songbutton > ul {
margin: 0;
background-image: url(assets/ico-more.png);
background-size: contain;
list-style: none;
height: 30px;
}
.songbutton > ul li {
font: bold 12px/18px sans-serif;
display: inline-block;
position: relative;
padding: 15px 15px;
cursor: pointer;
}
.albumart {
width: 150px;
max-width: 25%;
float: left;
background-image: url(assets/dummy-albumart.jpg);
background-size: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
transition: all 200ms ease-out;
cursor: pointer;
/*
max-height: 111px;
position: absolute;
*/
}
.albumart .play {
content: url("assets/ico-play.png") url("assets/ico-pause.png");
background: url("assets/ico-play.png") no-repeat center center;
background-size: auto;
height: 100%;
width: 100%;
opacity: .8;
filter: alpha(opacity=80);
transition: all 0.2s ease-out;
}
#radiofull .songname {
font-size: 1.5rem;
}
/* EVENTS */
#events {
}
.time, .place {
font-size: .9rem;
}
.time {
padding-right: 5px;
text-align: right;
}
#intro {
padding: 15px;
text-align: center;
}
/* DINING */
#dining, #diningfull {
}
#dining p, #diningfull p {
margin-bottom: 0px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
#diningfull {
display: none;
}
.selected_meal {
font-weight: bold;
}
#foodlist > span {
width: 100%;
}
/* TODO: someone (andy) plz make overflow nice, make titles look nice :) */
.dininghall {
margin-bottom: 20px;
}
.dining_menu_item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.foodlist h4:nth-child(1) {background-color: #B8BCCD;}
.foodlist h4:nth-child(2) {background-color: #B9CEC2;}
.foodlist h4:nth-child(3) {background-color: #CEC7B9;}
.foodlist h4:nth-child(4) {background-color: #CEB9B9;}
.foodlist h4:nth-child(5) {background-color: #CCB9CE;}
.foodlist h4:nth-child(6) {background-color: #B9CEC9;}
.foodlist h5 {
line-height: 2rem;
}
/* NEWS */
#news {
}
/* PLACES */
#places {
}
/* SPORTS */
#sports {
}
/* LINKS */
#links {
}
#links > a {
margin-top: 5px;
}
table {
width: 100%;
table-layout: fixed;
border-spacing: 0;
padding: 0;
}
th {
font-size: 1.1rem;
text-align: left;
padding: 0;
}
td {
padding: 0;
}
/* IOS STATUS BAR CORRECTION
-------------------------------------------------- */
@media
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3), /* iPhone 6 Plus */
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2), /* iPhone 6 */
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2), /* iPhone 5 */
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3), /* iPhone 4 */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (device-aspect-ratio: 3/4) /* iPads */ {
/*
#header {
padding-top: 20px;
}
#header-bg {
height: 70px;
}
#content {
margin-top: 75px !important;
}
*/
}
#header.standalone {
height: 75px !important;
padding-top: 20px;
}
#content.standalone {
margin-top: 75px !important;
}
/* DROPDOWN MENU
http://cssdeck.com/labs/another-simple-css3-dropdown-menu
-------------------------------------------------- */
/*
#buttonright > ul {
margin: 0;
background-image: url(assets/ico-more.png);
background-size: contain;
list-style: none;
}
#buttonright > ul li {
font: bold 12px/18px sans-serif;
display: inline-block;
position: relative;
padding: 15px 15px;
cursor: pointer;
}
#buttonright > ul li ul {
padding: 0;
position: absolute;
top: 30px;
right: 0;
width: 150px;
display: none;
opacity: 0;
visibility: hidden;
}
#buttonright > ul li ul li {
background: rgba(0, 0, 0, 0.6);
display: block;
color: #fff;
}
#buttonright > ul li ul a li {
float: none;
font-family: 'Open Sans';
font-weight: 500;
color: #FFF;
text-decoration: none;
font-size: 1rem;
}
#buttonright > ul li ul li:hover {
background: rgba(58, 58, 58, 0.6);
}
#buttonright > ul li:hover ul {
display: block;
opacity: 1;
visibility: visible;
}
*/
/* COLORS
-------------------------------------------------- */
/* Blue */
#header.color1, .bubbletitle.color1 {
background-color: rgba(75, 110, 145, 0.9);
}
/* Green */
#header.color2, .bubbletitle.color2 {
background-color: rgba(119, 161, 98, 0.9);
}
/* Red */
#header.color3, .bubbletitle.color3 {
background-color: rgba(150, 52, 52, 0.9);
}
/* Gold */
#header.color4, .bubbletitle.color4{
background-color: rgba(202, 174, 86, 0.9);
}
/* Purple */
#header.color5, .bubbletitle.color5{
background-color: rgba(154, 83, 195, 0.9);
}
/* NIGHT MODE
-------------------------------------------------- */
html.night {
background-image: none;
}
.bubbletitle.night {
background-color: #2C2C2C;
color: #F0F0F0;
}
.bubblecontent.night {
background-color: #454545;
}
#header.night {
background-color: rgba(29, 42, 55, 0.9);
}
.night h2 {
color: rgba(108, 159, 209, 0.9);
}
.night h1, .night h3, .night h4, .night h5, .night h6, .night p, .night td, .night th, .night span {
color: #bebebe;
}
.a{}
.b{-webkit-animation-delay: .1s; animation-delay: .1s;}
.c{-webkit-animation-delay: .2s; animation-delay: .2s;}
.d{-webkit-animation-delay: .3s; animation-delay: .3s;}
.e{-webkit-animation-delay: .4s; animation-delay: .4s;}
.f{-webkit-animation-delay: .5s; animation-delay: .5s;}
.g{-webkit-animation-delay: .6s; animation-delay: .6s;}
.h{-webkit-animation-delay: .7s; animation-delay: .7s;}
/* Animations
http://daneden.github.io/animate.css/
-------------------------------------------------- */
.animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Fade in */
.fadein {-webkit-animation-name: fadein; animation-name: fadein;}
@-webkit-keyframes fadein {0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes fadein {0% {opacity: 0;} 100% {opacity: 1;}}
/* Fade out */
.fadeout {-webkit-animation-name: fadeout; animation-name: fadeout;}
@-webkit-keyframes fadeout {0% {opacity: 1;} 100% {opacity: 0;}}
@keyframes fadeout {0% {opacity: 1;} 100% {opacity: 0;}}
/* Fade in right */
.fadeinright {-webkit-animation-name: fadeinright; animation-name: fadeinright;z-index:-1;}
@-webkit-keyframes fadeinright {
0% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeinright {
0% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
/* Fade out right */
.fadeoutright {-webkit-animation-name: fadeoutright; animation-name: fadeoutright;z-index:1;}
@-webkit-keyframes fadeoutright {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
}
@keyframes fadeoutright {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
}
/* Fade in left */
.fadeinleft {-webkit-animation-name: fadeinleft; animation-name: fadeinleft; z-index:-1;}
@-webkit-keyframes fadeinleft {
0% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none;transform: none;}
}
@keyframes fadeinleft {
0% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
/* Fade out left */
.fadeoutleft {-webkit-animation-name: fadeoutleft; animation-name: fadeoutleft; z-index: -1;}
@-webkit-keyframes fadeoutleft {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
}
@keyframes fadeoutleft {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
} | style.css | @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,400);
/* Universal
-------------------------------------------------- */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-overflow-scrolling: touch;
height: 100%;
background-position: center top;
background-image: url(assets/bg-academic.jpg);
background-repeat: repeat;
background-size: cover;
transition: background-image 0.3s ease;
-webkit-transition: background-image 0.3s ease;
font-family: 'Open Sans';
font-weight: 300;
text-decoration: none;
background-color: black;
}
body {
margin: 0;
position: fixed;
height: 100%;
width: 100%;
}
::-webkit-scrollbar {
display: none;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
a {
margin-right: 5%;
text-decoration: none;
}
hr {
border: none;
}
.sectionheader {
letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6, p, td, th, span {
font-family: 'Open Sans';
font-weight: 500;
margin: 0;
/*color: #101010;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
}
/* H2 used only for bubble headings */
h2 {
font-family: 'Roboto';
font-weight: 300;
letter-spacing: 2px;
font-size: 1.2rem;
color: rgb(240, 240, 240);
}
h3 {
font-weight: 300;
font-size: 1.1rem;
}
/* H4 used to delineate sections of listed content */
h4 {
background-color: rgb(177, 182, 203);
margin: 0 -2%;
padding: 0 2%;
line-height: 1.5rem;
letter-spacing: 1px;
font-weight: 400;
font-size: .8rem;
}
h5 {
font-weight: 400;
font-size: .8rem;
}
p {
font-size: 1.1rem;
font-weight: 400;
margin-bottom: 5px;
}
/* HEADER
-------------------------------------------------- */
#header {
z-index: 2;
padding: 5px;
text-align: center;
line-height: 50px;
height: 60px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: fixed;
top: 0;
min-height: 60px;
background-color: rgba(75, 110, 145, 0.9);
}
#headercontent {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
height: 50px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.headerbutton {
vertical-align: top;
}
.headerbutton img {
height: 100%;
padding: 10px;
}
.title {
/*width: 70%;*/
}
.icon {
margin: 10px 3%;
width: 1.9rem;
height: auto;
}
.fltrt {
float: right;
}
.fltlft {
float: left;
}
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
background: #e74c3c;
min-height: 100%;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.md-content {
position: relative;
border-radius: 3px;
margin: 0 auto;
}
.md-content h3 {
color: white;
margin: 0;
padding: 0.4em;
text-align: center;
font-size: 2.4em;
}
.md-content > div {
font-size: 1.15em;
}
.md-content > .bubblecontent {
background-color: white;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
white-space: initial;
line-height: 28px;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
list-style-type: none;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
#intro h3 {
white-space: initial;
overflow: initial;
text-overflow: initial;
}
.extrainfo {
padding: .8rem .8rem 0 0;
color: rgb(240, 240, 240);
}
.iteminfo {
margin-top: -7px;
margin-bottom: 5px;
}
#joeyfull h3 {
text-align: center;
}
/* Hides Google Maps' report error button */
.gm-style-cc {
display: none;
}
#background {
position: fixed;
height: 100%;
width: 100%;
background-position: center top;
background-size: cover;
background-image: url(assets/bg-pattern-1.jpg);
transition: background-image 0.3s ease;
-webkit-transition: background-image 0.3s ease;
}
#title {
font-family: 'Open Sans';
font-weight: 300;
letter-spacing: 1px;
font-size: 2rem;
margin-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
color: white;
}
#content {
margin-top: 60px;
width: 100%;
height: 100%;
overflow: auto;
/*-webkit-overflow-scrolling: touch;*/ /* enables inertial scrolling on iOS: http://cooshtee.com/blog/2012/11/add-inertial-scrolling-to-a-fixed-height-div-in-ios/ */
padding-bottom: 100px;
}
#bubblecontainer {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
-webkit-overflow-scrolling: touch;
}
.bubble {
margin-top: 3%;
margin-bottom: 3%;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
padding: 0 2%;
}
.bubblecontent {
padding: 2%;
background-color: rgba(255, 255, 255, 0.85);
overflow: auto;
}
.bubble h2 {
padding: 2%;
}
#halName {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
}
.ifon #route-selector {
display: none;
}
nav ul ul {
display: none;
}
/*Hide dropdown links until they are needed*/
nav ul li: hover > ul {
display: block;
}
.full{
display: none;
}
/* BUBBLE-SPECIFIC
-------------------------------------------------- */
/* JOEY */
#map_canvas {
height: 230px;
margin: 0.5rem;
border-radius: 5px;
}
#joey td, #joeyfull td{
width: 33%;
text-align: center;
}
.old_time {
color: rgb(178, 178, 178);
}
/* RADIO */
.radiobutton {
float: left;
margin-right: 2%;
width: 48px;
z-index: 5;
}
.songurl span {
color: rgb(0, 8, 150);
}
marquee {
width: 60%;
}
#radiofull a.songurl {
white-space: initial;
}
.radioplayer {
overflow: auto;
}
.songhistory {
margin-top: 2%;
}
.song {
padding: 5px 0px;
border-bottom: 1px solid rgb(173, 173, 173);
}
.song:last-child {
border-bottom: none;
}
.songbutton {
float: right;
margin: 10 3%;
width: 1.9rem;
height: auto;
}
.songbutton > ul {
margin: 0;
background-image: url(assets/ico-more.png);
background-size: contain;
list-style: none;
height: 30px;
}
.songbutton > ul li {
font: bold 12px/18px sans-serif;
display: inline-block;
position: relative;
padding: 15px 15px;
cursor: pointer;
}
.albumart {
width: 150px;
max-width: 25%;
float: left;
background-image: url(assets/dummy-albumart.jpg);
background-size: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
transition: all 200ms ease-out;
cursor: pointer;
/*
max-height: 111px;
position: absolute;
*/
}
.albumart .play {
content: url("assets/ico-play.png") url("assets/ico-pause.png");
background: url("assets/ico-play.png") no-repeat center center;
background-size: auto;
height: 100%;
width: 100%;
opacity: .8;
filter: alpha(opacity=80);
transition: all 0.2s ease-out;
}
#radiofull .songname {
font-size: 1.5rem;
}
/* EVENTS */
#events {
}
.time, .place {
font-size: .9rem;
}
.time {
padding-right: 5px;
text-align: right;
}
#intro {
padding: 15px;
text-align: center;
}
/* DINING */
#dining, #diningfull {
}
#dining p, #diningfull p {
margin-bottom: 0px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
#diningfull {
display: none;
}
.selected_meal {
font-weight: bold;
}
#foodlist > span {
width: 100%;
}
/* TODO: someone (andy) plz make overflow nice, make titles look nice :) */
.dininghall {
margin-bottom: 20px;
}
.dining_menu_item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.foodlist h4:nth-child(1) {background-color: #B8BCCD;}
.foodlist h4:nth-child(2) {background-color: #B9CEC2;}
.foodlist h4:nth-child(3) {background-color: #CEC7B9;}
.foodlist h4:nth-child(4) {background-color: #CEB9B9;}
.foodlist h4:nth-child(5) {background-color: #CCB9CE;}
.foodlist h4:nth-child(6) {background-color: #B9CEC9;}
.foodlist h5 {
line-height: 2rem;
}
/* NEWS */
#news {
}
/* PLACES */
#places {
}
/* SPORTS */
#sports {
}
/* LINKS */
#links {
}
#links > a {
margin-top: 5px;
}
table {
width: 100%;
table-layout: fixed;
border-spacing: 0;
padding: 0;
}
th {
font-size: 1.1rem;
text-align: left;
padding: 0;
}
td {
padding: 0;
}
/* IOS STATUS BAR CORRECTION
-------------------------------------------------- */
@media
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3), /* iPhone 6 Plus */
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2), /* iPhone 6 */
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2), /* iPhone 5 */
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3), /* iPhone 4 */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (device-aspect-ratio: 3/4) /* iPads */ {
/*
#header {
padding-top: 20px;
}
#header-bg {
height: 70px;
}
#content {
margin-top: 75px !important;
}
*/
}
#header.standalone {
height: 75px !important;
padding-top: 20px;
}
#content.standalone {
margin-top: 75px !important;
}
/* DROPDOWN MENU
http://cssdeck.com/labs/another-simple-css3-dropdown-menu
-------------------------------------------------- */
/*
#buttonright > ul {
margin: 0;
background-image: url(assets/ico-more.png);
background-size: contain;
list-style: none;
}
#buttonright > ul li {
font: bold 12px/18px sans-serif;
display: inline-block;
position: relative;
padding: 15px 15px;
cursor: pointer;
}
#buttonright > ul li ul {
padding: 0;
position: absolute;
top: 30px;
right: 0;
width: 150px;
display: none;
opacity: 0;
visibility: hidden;
}
#buttonright > ul li ul li {
background: rgba(0, 0, 0, 0.6);
display: block;
color: #fff;
}
#buttonright > ul li ul a li {
float: none;
font-family: 'Open Sans';
font-weight: 500;
color: #FFF;
text-decoration: none;
font-size: 1rem;
}
#buttonright > ul li ul li:hover {
background: rgba(58, 58, 58, 0.6);
}
#buttonright > ul li:hover ul {
display: block;
opacity: 1;
visibility: visible;
}
*/
/* COLORS
-------------------------------------------------- */
/* Blue */
#header.color1, .bubbletitle.color1 {
background-color: rgba(75, 110, 145, 0.9);
}
/* Green */
#header.color2, .bubbletitle.color2 {
background-color: rgba(119, 161, 98, 0.9);
}
/* Red */
#header.color3, .bubbletitle.color3 {
background-color: rgba(150, 52, 52, 0.9);
}
/* Gold */
#header.color4, .bubbletitle.color4{
background-color: rgba(202, 174, 86, 0.9);
}
/* Purple */
#header.color5, .bubbletitle.color5{
background-color: rgba(154, 83, 195, 0.9);
}
/* NIGHT MODE
-------------------------------------------------- */
html.night {
background-image: none;
}
.bubbletitle.night {
background-color: #2C2C2C;
color: #F0F0F0;
}
.bubblecontent.night {
background-color: #454545;
}
#header.night {
background-color: rgba(29, 42, 55, 0.9);
}
.night h2 {
color: rgba(108, 159, 209, 0.9);
}
.night h1, .night h3, .night h4, .night h5, .night h6, .night p, .night td, .night th, .night span {
color: #bebebe;
}
.a{}
.b{-webkit-animation-delay: .1s; animation-delay: .1s;}
.c{-webkit-animation-delay: .2s; animation-delay: .2s;}
.d{-webkit-animation-delay: .3s; animation-delay: .3s;}
.e{-webkit-animation-delay: .4s; animation-delay: .4s;}
.f{-webkit-animation-delay: .5s; animation-delay: .5s;}
.g{-webkit-animation-delay: .6s; animation-delay: .6s;}
.h{-webkit-animation-delay: .7s; animation-delay: .7s;}
/* Animations
http://daneden.github.io/animate.css/
-------------------------------------------------- */
.animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Fade in */
.fadein {-webkit-animation-name: fadein; animation-name: fadein;}
@-webkit-keyframes fadein {0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes fadein {0% {opacity: 0;} 100% {opacity: 1;}}
/* Fade out */
.fadeout {-webkit-animation-name: fadeout; animation-name: fadeout;}
@-webkit-keyframes fadeout {0% {opacity: 1;} 100% {opacity: 0;}}
@keyframes fadeout {0% {opacity: 1;} 100% {opacity: 0;}}
/* Fade in right */
.fadeinright {-webkit-animation-name: fadeinright; animation-name: fadeinright;z-index:-1;}
@-webkit-keyframes fadeinright {
0% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeinright {
0% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
/* Fade out right */
.fadeoutright {-webkit-animation-name: fadeoutright; animation-name: fadeoutright;z-index:1;}
@-webkit-keyframes fadeoutright {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
}
@keyframes fadeoutright {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0);}
}
/* Fade in left */
.fadeinleft {-webkit-animation-name: fadeinleft; animation-name: fadeinleft; z-index:-1;}
@-webkit-keyframes fadeinleft {
0% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none;transform: none;}
}
@keyframes fadeinleft {
0% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
100% {opacity: 1; -webkit-transform: none; transform: none;}
}
/* Fade out left */
.fadeoutleft {-webkit-animation-name: fadeoutleft; animation-name: fadeoutleft; z-index: -1;}
@-webkit-keyframes fadeoutleft {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
}
@keyframes fadeoutleft {
0% {opacity: 1;}
100% {opacity: 0; -webkit-transform: translate3d(-7%, 0, 0); transform: translate3d(-7%, 0, 0);}
} | 0.260295 | 0.085366 |
position: absolute;
bottom: 40px;
right: 20px;
z-index: 15000;
/* IE 5-7 */
filter: alpha(opacity=70);
/* Netscape */
-moz-opacity: 0.7;
/* Safari 1.x */
-khtml-opacity: 0.7;
/* Good browsers */
opacity: 0.7;
}
#poweredby div {
position: relative;
width: 150px;
height: 25px;
background-image: url(../images/powered-by-ext-js.png);
background-repeat: no-repeat;
}
/* The simple background image PNG does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
}
/*----------------------------------------------------
Start Button
*/
.ux-start-button-icon {
background-image: url(../images/start_menu.png) !important;
background-color: transparent;
}
.ux-start-button .x-btn-arrow {
background-image: none;
}
.ux-start-button .x-btn-arrow-right {
padding-left: 10px;
}
.ux-taskbar {
padding-left: 4px !important;
z-index: 8999;
}
/*
Start Button (Black)
*/
.ux-desktop-black .ux-start-button {
height: 28px;
padding: 0px;
display: block;
}
.ux-desktop-black .ux-start-button em {
margin-top: 5px;
}
.ux-desktop-black .ux-start-button .x-btn-inner {
color: black;
font-size:11px;
font-weight: bold;
}
.ux-desktop-black .ux-start-button {
background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
border-radius: 8px 8px 8px 8px;
border-color: #81A4D0;
}
/*----------------------------------------------------
Start Menu
*/
.ux-start-menu-toolbar .x-btn-inner {
text-align: left;
}
.ux-start-menu-toolbar {
padding: 4px !important;
}
/*----------------------------------------------------
TaskBar
*/
.ux-taskbar .x-toolbar {
background: transparent none;
border-color: transparent;
}
.ux-toolbar-splitter {
cursor: move;
}
.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
text-align: left !important;
}
.ux-taskbar .x-toolbar {
height: 30px;
}
.ux-taskbar {
height: 30px;
padding: 0;
}
.x-toolbar .x-toolbar {
padding: 0;
}
/*
TaskBar (Black)
*/
.ux-desktop-black .ux-taskbar {
background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
border-color: transparent;
/*height: 30px;*/
}
.ux-desktop-black .ux-taskbar .x-splitter {
background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}
.ux-desktop-black .ux-taskbar .x-toolbar-text {
color: white !important;
}
.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
background-color: yellow;
}
.ux-desktop-black .ux-taskbar .x-btn-inner {
color: white;
}
.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
color: black;
}
/*----------------------------------------------------
Tray Clock
*/
.ux-desktop-trayclock {
text-align: center;
vertical-align: middle;
padding-top: 0;
padding-bottom: 0;
}
/*----------------------------------------------------
Desktop DataView
*/
/**����ɫ��*/
.ux-wallpaper {
background-color: #3d71b8;
}
.ux-wallpaper-tiled {
background-repeat: repeat;
}
.ux-desktop-shortcut-column {
float: left;
}
/*��ݷ�ʽ*/
.ux-desktop-shortcut {
cursor: pointer;
text-align: center;
margin: 10px;
width: 70px;
height: 70px;
overflow: hidden;
}
.ux-desktop-shortcut-over {
cursor: pointer;
text-align: center;
overflow: hidden;
background-image:
url("../images/appbutton_mouseover_bg.png");
}
.ux-desktop-shortcut-selected {
background: #b0f6c0;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/*����ͼ��*/
.ux-desktop-shortcut-icon {
height: 48px;
margin: 5px auto 1px;
overflow: hidden;
position: relative;
width: 48px;
background-color: transparent;
background-repeat: no-repeat;
}
/*��������*/
.ux-desktop-shortcut-text {
font: normal 11px tahoma, arial, verdana, sans-serif;
background: rgba(255, 255, 255, 0.80);
color: white;
cursor: pointer;
height: 20px;
overflow: hidden;
text-align: center;
color: #333;
padding: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: 1px 1px 2px #FFF;
-webkit-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
}
.ux-desktop-shortcut-text-inner {
overflow: hidden;
vertical-align:middle;
text-overflow: ellipsis;
white-space: nowrap !important;
font-size: 10px;
}
.x-view-over .ux-desktop-shortcut-text {
text-decoration: underline;
}
.x-item-selected{
background: #b0f6c0;
}
/*----------------------------------------------------
Various icon classes
*/
/*ukey����*/
.ukeygl-shortcut{
background-image: url(../images/ico/xwxbglxt48.png);
}
.ukeygl{
background-image: url(../images/ico/xwxbglxt48.png);
}
.funico
{background-image: url(../images/images/fun.png);
}
.xwxbgl-shortcut{
background-image: url(../images/ico/xwxbglxt48.png);
}
.xwxbgl{
background-image: url(../images/ico/xwxbglxt16.png);
}
.accordion-shortcut {
background-image: url(../images/im48x48.png);
}
.cpu-shortcut {
background-image: url(../images/statusLarge.png);
}
.grid-shortcut {
background-image: url(../images/grid48x48.png);
}
.notepad-shortcut {
background-image: url(../images/notepadLarge.png);
width: 46px;
height: 46px;
}
.x-ie6 .accordion-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/im48x48.png', sizingMethod='scale');
}
.x-ie6 .cpu-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/statusLarge.png', sizingMethod='scale');
}
.x-ie6 .grid-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/grid48x48.png', sizingMethod='scale');
}
.x-ie6 .notepad-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/notepadLarge.png', sizingMethod='scale');
}
.bogus {
background-image: url( ../images/bogus.png ) !important;
}
.game {
background-image: url( ../images/game.png ) !important;
}
.game_item {
background-image: url( ../images/game_item.png ) !important;
}
.notepad {
background-image: url( ../images/bogus.png ) !important;
}
.lock{
background-image: url( ../images/lock_mini.png ) !important;
}
.logout {
background-image: url( ../images/logout.gif ) !important;
}
.settings {
background-image: url( ../images/system_edit.png ) !important;
}
.icon-grid {
background-image:url( ../images/grid.png ) !important;
}
.add {
background-image:url(../images/add.gif) !important;
}
.option {
background-image:url(../images/plugin.gif) !important;
}
.remove {
background-image:url(../images/delete.gif) !important;
}
.save {
background-image:url(../../shared/icons/save.gif) !important;
}
.accordion {
background-image:url(../images/accordian.gif) !important;
}
.tabs {
background-image:url(../images/tabs.gif) !important;
}
/*----------------------------------------------------
IM window icons
*/
.user {
background-image:url( ../images/icon_system.png ) !important;
}
.user-add {
background-image:url(../images/user_add.gif) !important;
}
.user-delete {
background-image:url(../images/user_delete.gif) !important;
}
.connect {
background-image:url(../images/connect.gif) !important;
}
.user-girl {
background-image:url(../images/user_female.gif) !important;
}
.user-kid {
background-image:url(../images/user_green.gif) !important;
}
.user-suit {
background-image:url(../images/user_suit.gif) !important;
}
#ip{
text-align: right;
}
.msg .x-box-mc {
font-size:14px;
}
#msg-div {
position:absolute;
right:10px;
top:10px;
width:200px;
z-index:20000;
}
#copy-right{
position:absolute;
left: 42%;
top:35%;
width:240px;
height:150px;
z-index:2;
}
#msg-div .msg {
border-radius: 8px;
-moz-border-radius: 8px;
background: #F6F6F6;
border: 2px solid #ccc;
margin-top: 2px;
padding: 10px 15px;
color: #555;
}
#msg-div .msg h3 {
margin: 0 0 8px;
font-weight: bold;
font-size: 15px;
}
#msg-div .msg p {
margin: 0;
}
.ux-theme-item-over {
border: 1px solid #dddddd;
background: #efefef url(../images/item_over.gif)
repeat-x left top;
padding: 4px;
}
.ux-theme-item-selected {
background: #eff5fb
url(../images/item_selected.gif) repeat-y right
bottom;
border: 1px solid #99bbe8;
padding: 4px;
}
.ux-theme-item-selected .ux-backgroud-item {
background: transparent;
}
.ux-theme-item {
background: #dddddd;
padding: 3px;
padding-bottom: 3px;
}
.ux-theme-item img {
height: 110px;
width: 186px;
}
.ux-theme-item-wrap {
border: 1px solid #dddde8;
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
}
.ux-theme-item-wrap span {
display: block;
overflow: hidden;
text-align: center;
white-space: nowrap !important;
text-overflow: ellipsis;
}
.x-message-box .ext-mb-download {
background: url("../images/download.gif")
no-repeat scroll 6px 0px transparent;
font-size: 12px;
height: 52px !important;
} | Client/src/main/webapp/resources/resources/css/desktop.css | position: absolute;
bottom: 40px;
right: 20px;
z-index: 15000;
/* IE 5-7 */
filter: alpha(opacity=70);
/* Netscape */
-moz-opacity: 0.7;
/* Safari 1.x */
-khtml-opacity: 0.7;
/* Good browsers */
opacity: 0.7;
}
#poweredby div {
position: relative;
width: 150px;
height: 25px;
background-image: url(../images/powered-by-ext-js.png);
background-repeat: no-repeat;
}
/* The simple background image PNG does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
}
/*----------------------------------------------------
Start Button
*/
.ux-start-button-icon {
background-image: url(../images/start_menu.png) !important;
background-color: transparent;
}
.ux-start-button .x-btn-arrow {
background-image: none;
}
.ux-start-button .x-btn-arrow-right {
padding-left: 10px;
}
.ux-taskbar {
padding-left: 4px !important;
z-index: 8999;
}
/*
Start Button (Black)
*/
.ux-desktop-black .ux-start-button {
height: 28px;
padding: 0px;
display: block;
}
.ux-desktop-black .ux-start-button em {
margin-top: 5px;
}
.ux-desktop-black .ux-start-button .x-btn-inner {
color: black;
font-size:11px;
font-weight: bold;
}
.ux-desktop-black .ux-start-button {
background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
border-radius: 8px 8px 8px 8px;
border-color: #81A4D0;
}
/*----------------------------------------------------
Start Menu
*/
.ux-start-menu-toolbar .x-btn-inner {
text-align: left;
}
.ux-start-menu-toolbar {
padding: 4px !important;
}
/*----------------------------------------------------
TaskBar
*/
.ux-taskbar .x-toolbar {
background: transparent none;
border-color: transparent;
}
.ux-toolbar-splitter {
cursor: move;
}
.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
text-align: left !important;
}
.ux-taskbar .x-toolbar {
height: 30px;
}
.ux-taskbar {
height: 30px;
padding: 0;
}
.x-toolbar .x-toolbar {
padding: 0;
}
/*
TaskBar (Black)
*/
.ux-desktop-black .ux-taskbar {
background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
border-color: transparent;
/*height: 30px;*/
}
.ux-desktop-black .ux-taskbar .x-splitter {
background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}
.ux-desktop-black .ux-taskbar .x-toolbar-text {
color: white !important;
}
.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
background-color: yellow;
}
.ux-desktop-black .ux-taskbar .x-btn-inner {
color: white;
}
.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
color: black;
}
/*----------------------------------------------------
Tray Clock
*/
.ux-desktop-trayclock {
text-align: center;
vertical-align: middle;
padding-top: 0;
padding-bottom: 0;
}
/*----------------------------------------------------
Desktop DataView
*/
/**����ɫ��*/
.ux-wallpaper {
background-color: #3d71b8;
}
.ux-wallpaper-tiled {
background-repeat: repeat;
}
.ux-desktop-shortcut-column {
float: left;
}
/*��ݷ�ʽ*/
.ux-desktop-shortcut {
cursor: pointer;
text-align: center;
margin: 10px;
width: 70px;
height: 70px;
overflow: hidden;
}
.ux-desktop-shortcut-over {
cursor: pointer;
text-align: center;
overflow: hidden;
background-image:
url("../images/appbutton_mouseover_bg.png");
}
.ux-desktop-shortcut-selected {
background: #b0f6c0;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/*����ͼ��*/
.ux-desktop-shortcut-icon {
height: 48px;
margin: 5px auto 1px;
overflow: hidden;
position: relative;
width: 48px;
background-color: transparent;
background-repeat: no-repeat;
}
/*��������*/
.ux-desktop-shortcut-text {
font: normal 11px tahoma, arial, verdana, sans-serif;
background: rgba(255, 255, 255, 0.80);
color: white;
cursor: pointer;
height: 20px;
overflow: hidden;
text-align: center;
color: #333;
padding: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: 1px 1px 2px #FFF;
-webkit-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 5px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
}
.ux-desktop-shortcut-text-inner {
overflow: hidden;
vertical-align:middle;
text-overflow: ellipsis;
white-space: nowrap !important;
font-size: 10px;
}
.x-view-over .ux-desktop-shortcut-text {
text-decoration: underline;
}
.x-item-selected{
background: #b0f6c0;
}
/*----------------------------------------------------
Various icon classes
*/
/*ukey����*/
.ukeygl-shortcut{
background-image: url(../images/ico/xwxbglxt48.png);
}
.ukeygl{
background-image: url(../images/ico/xwxbglxt48.png);
}
.funico
{background-image: url(../images/images/fun.png);
}
.xwxbgl-shortcut{
background-image: url(../images/ico/xwxbglxt48.png);
}
.xwxbgl{
background-image: url(../images/ico/xwxbglxt16.png);
}
.accordion-shortcut {
background-image: url(../images/im48x48.png);
}
.cpu-shortcut {
background-image: url(../images/statusLarge.png);
}
.grid-shortcut {
background-image: url(../images/grid48x48.png);
}
.notepad-shortcut {
background-image: url(../images/notepadLarge.png);
width: 46px;
height: 46px;
}
.x-ie6 .accordion-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/im48x48.png', sizingMethod='scale');
}
.x-ie6 .cpu-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/statusLarge.png', sizingMethod='scale');
}
.x-ie6 .grid-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/grid48x48.png', sizingMethod='scale');
}
.x-ie6 .notepad-shortcut {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/notepadLarge.png', sizingMethod='scale');
}
.bogus {
background-image: url( ../images/bogus.png ) !important;
}
.game {
background-image: url( ../images/game.png ) !important;
}
.game_item {
background-image: url( ../images/game_item.png ) !important;
}
.notepad {
background-image: url( ../images/bogus.png ) !important;
}
.lock{
background-image: url( ../images/lock_mini.png ) !important;
}
.logout {
background-image: url( ../images/logout.gif ) !important;
}
.settings {
background-image: url( ../images/system_edit.png ) !important;
}
.icon-grid {
background-image:url( ../images/grid.png ) !important;
}
.add {
background-image:url(../images/add.gif) !important;
}
.option {
background-image:url(../images/plugin.gif) !important;
}
.remove {
background-image:url(../images/delete.gif) !important;
}
.save {
background-image:url(../../shared/icons/save.gif) !important;
}
.accordion {
background-image:url(../images/accordian.gif) !important;
}
.tabs {
background-image:url(../images/tabs.gif) !important;
}
/*----------------------------------------------------
IM window icons
*/
.user {
background-image:url( ../images/icon_system.png ) !important;
}
.user-add {
background-image:url(../images/user_add.gif) !important;
}
.user-delete {
background-image:url(../images/user_delete.gif) !important;
}
.connect {
background-image:url(../images/connect.gif) !important;
}
.user-girl {
background-image:url(../images/user_female.gif) !important;
}
.user-kid {
background-image:url(../images/user_green.gif) !important;
}
.user-suit {
background-image:url(../images/user_suit.gif) !important;
}
#ip{
text-align: right;
}
.msg .x-box-mc {
font-size:14px;
}
#msg-div {
position:absolute;
right:10px;
top:10px;
width:200px;
z-index:20000;
}
#copy-right{
position:absolute;
left: 42%;
top:35%;
width:240px;
height:150px;
z-index:2;
}
#msg-div .msg {
border-radius: 8px;
-moz-border-radius: 8px;
background: #F6F6F6;
border: 2px solid #ccc;
margin-top: 2px;
padding: 10px 15px;
color: #555;
}
#msg-div .msg h3 {
margin: 0 0 8px;
font-weight: bold;
font-size: 15px;
}
#msg-div .msg p {
margin: 0;
}
.ux-theme-item-over {
border: 1px solid #dddddd;
background: #efefef url(../images/item_over.gif)
repeat-x left top;
padding: 4px;
}
.ux-theme-item-selected {
background: #eff5fb
url(../images/item_selected.gif) repeat-y right
bottom;
border: 1px solid #99bbe8;
padding: 4px;
}
.ux-theme-item-selected .ux-backgroud-item {
background: transparent;
}
.ux-theme-item {
background: #dddddd;
padding: 3px;
padding-bottom: 3px;
}
.ux-theme-item img {
height: 110px;
width: 186px;
}
.ux-theme-item-wrap {
border: 1px solid #dddde8;
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
}
.ux-theme-item-wrap span {
display: block;
overflow: hidden;
text-align: center;
white-space: nowrap !important;
text-overflow: ellipsis;
}
.x-message-box .ext-mb-download {
background: url("../images/download.gif")
no-repeat scroll 6px 0px transparent;
font-size: 12px;
height: 52px !important;
} | 0.339937 | 0.06357 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
body {
width: 320px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: whitesmoke;
}
header {
width: 320px;
position: absolute;
top: 5%;
}
footer {
width: 320px;
margin-bottom: 5vh;
position: absolute;
bottom: 0%;
}
i {
color: black;
font-size: 24px;
margin-left: 16px;
}
/*
CALCULATOR STRUCTURE
***************************************/
.calculator {
width: 320px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 4px;
padding: 5px;
border: 1px solid rgb(68, 68, 68);
border-radius: 6px;
box-shadow: 0px 2px 2px 0px #555555;
background-color: rgb(235, 235, 235);
}
#display {
grid-column: 1 / 5;
padding: 4px;
background-color: rgb(97, 219, 117);
border-radius: 3px;
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
font-weight: bold;
color: #444444;
text-align: right;
}
#message {
grid-column: 2 / 5;
font-size: 12px;
text-align: center;
line-height: 32px;
}
/*
BUTTONS
***************************************/
button {
border-radius: 6px;
cursor: pointer;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-shadow: 0px 1px 0px #ffffff;
padding: 8px;
}
button:active {
position: relative;
top: 1px;
}
.number {
box-shadow: inset 0px 1px 0px 0px #ffffff;
background: linear-gradient(to bottom, #eeeaea 5%, #d8d6d6 100%);
background-color: #eeeaea;
border: 1px solid #bbbbbb;
color: #555555;
}
.number:hover {
background: linear-gradient(to bottom, #d8d6d6 5%, #eeeaea 100%);
background-color: #d8d6d6;
}
.operation {
box-shadow: inset 0px 1px 0px 0px #b8b8b8;
background: linear-gradient(to bottom, #aaaaaa 5%, #cccccc 100%);
background-color: #aaaaaa;
border: 1px solid #888888;
color: #222222;
}
.operation:hover {
background: linear-gradient(to bottom, #cccccc 5%, #aaaaaa 100%);
background-color: #cccccc;
}
.delete {
box-shadow: inset 0px 1px 0px 0px #f5978e;
background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
background-color: #f24537;
border: 1px solid #d02718;
color: #ffffff;
text-shadow:0px 1px 0px #810e05;
}
.delete:hover {
background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
background-color: #c62d1f;
} | styles.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
body {
width: 320px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: whitesmoke;
}
header {
width: 320px;
position: absolute;
top: 5%;
}
footer {
width: 320px;
margin-bottom: 5vh;
position: absolute;
bottom: 0%;
}
i {
color: black;
font-size: 24px;
margin-left: 16px;
}
/*
CALCULATOR STRUCTURE
***************************************/
.calculator {
width: 320px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 4px;
padding: 5px;
border: 1px solid rgb(68, 68, 68);
border-radius: 6px;
box-shadow: 0px 2px 2px 0px #555555;
background-color: rgb(235, 235, 235);
}
#display {
grid-column: 1 / 5;
padding: 4px;
background-color: rgb(97, 219, 117);
border-radius: 3px;
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
font-weight: bold;
color: #444444;
text-align: right;
}
#message {
grid-column: 2 / 5;
font-size: 12px;
text-align: center;
line-height: 32px;
}
/*
BUTTONS
***************************************/
button {
border-radius: 6px;
cursor: pointer;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-shadow: 0px 1px 0px #ffffff;
padding: 8px;
}
button:active {
position: relative;
top: 1px;
}
.number {
box-shadow: inset 0px 1px 0px 0px #ffffff;
background: linear-gradient(to bottom, #eeeaea 5%, #d8d6d6 100%);
background-color: #eeeaea;
border: 1px solid #bbbbbb;
color: #555555;
}
.number:hover {
background: linear-gradient(to bottom, #d8d6d6 5%, #eeeaea 100%);
background-color: #d8d6d6;
}
.operation {
box-shadow: inset 0px 1px 0px 0px #b8b8b8;
background: linear-gradient(to bottom, #aaaaaa 5%, #cccccc 100%);
background-color: #aaaaaa;
border: 1px solid #888888;
color: #222222;
}
.operation:hover {
background: linear-gradient(to bottom, #cccccc 5%, #aaaaaa 100%);
background-color: #cccccc;
}
.delete {
box-shadow: inset 0px 1px 0px 0px #f5978e;
background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
background-color: #f24537;
border: 1px solid #d02718;
color: #ffffff;
text-shadow:0px 1px 0px #810e05;
}
.delete:hover {
background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
background-color: #c62d1f;
} | 0.416085 | 0.158728 |
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-LightItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Light.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-ThinItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-ThinItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Thin.otf") format("opentype");
}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Regular.otf") format("opentype");
}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-BlackItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Black.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-HeavyItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-HeavyItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Heavy.otf") format("opentype");
}
@font-face {
font-family:"Aleo Light";
src:url("https://static.canva.com/static/truetypefonts/Aleo-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-LightItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Aleo Light";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Light.woff") format("woff");
}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Regular.woff") format("woff");
}
@font-face {
font-family:"Allerta Stencil";
src:url("https://static.canva.com/static/truetypefonts/AllertaStencil-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AllertaStencil-Regular.woff") format("woff");
}
@font-face {
font-family:"Antic";
src:url("https://static.canva.com/static/truetypefonts/Antic-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Antic-Regular.woff") format("woff");
}
@font-face {
font-family:"Aqua";
src:url("https://static.canva.com/static/truetypefonts/aqua.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/aqua.woff") format("woff");
}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Regular.woff") format("woff");
}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Archivo Black";
src:url("https://static.canva.com/static/truetypefonts/ArchivoBlack.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoBlack.woff") format("woff");
}
@font-face {
font-family:"Code";
src:url("https://static.canva.com/static/truetypefonts/CodeLight.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CodeLight.woff") format("woff");
}
@font-face {
font-family:"Code";
src:url("https://static.canva.com/static/truetypefonts/CodeBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CodeBold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CarterOne.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CarterOne.woff") format("woff");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Book.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-Book.otf") format("opentype");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-BookItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-BookItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Thin.ttf") format("truetype");
}
@font-face {
font-family:"<NAME> Thin";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-ThinItalic.ttf") format("truetype");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-LightItalic.ttf") format("truetype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"<NAME> Heavy";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Heavy.ttf") format("truetype");
}
@font-face {
font-family:"<NAME> Heavy";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-HeavyItalic.ttf") format("truetype");
font-style: italic;}
@font-face {
font-family:"Fredoka One";
src:url("https://static.canva.com/static/truetypefonts/FredokaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/FredokaOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Hammersmith One";
src:url("https://static.canva.com/static/truetypefonts/HammersmithOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/HammersmithOne.woff") format("woff");
}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans.woff") format("woff");
}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab.woff") format("woff");
}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Regular.woff") format("woff");
}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-ThinItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-ThinItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Thin.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-HairlineItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-HairlineItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-Hairline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Hairline.woff") format("woff");
}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-BlackItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Black.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-HeavyItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-HeavyItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Heavy.woff") format("woff");
}
@font-face {
font-family:"League Gothic";
src:url("https://static.canva.com/static/truetypefonts/LeagueGothic-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueGothic-Regular.otf") format("opentype");
}
@font-face {
font-family:"League Gothic";
src:url("https://static.canva.com/static/truetypefonts/LeagueGothic-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueGothic-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"League Spartan";
src:url("https://static.canva.com/static/truetypefonts/LeagueSpartan-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueSpartan-Bold.woff") format("woff");
}
@font-face {
font-family:"Limelight";
src:url("https://static.canva.com/static/truetypefonts/Limelight-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Limelight.woff") format("woff");
}
@font-face {
font-family:"Montserrat Hairline";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Hairline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Hairline.woff") format("woff");
}
@font-face {
font-family:"Montserrat Light";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Light.woff") format("woff");
}
@font-face {
font-family:"Montserrat";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Montserrat";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
font-family:"Oswald";
src:url("https://static.canva.com/static/truetypefonts/Oswald-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oswald-Regular.woff") format("woff");
}
@font-face {
font-family:"Oswald";
src:url("https://static.canva.com/static/truetypefonts/Oswald-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oswald-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Peace Sans";
src:url("https://static.canva.com/static/truetypefonts/Peace-Sans.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Peace-Sans.woff") format("woff");
}
@font-face {
font-family:"Pirou";
src:url("https://static.canva.com/static/truetypefonts/Pirou-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Pirou-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Regular.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Devanagari";
src:url("https://static.canva.com/static/truetypefonts/NotoSansDevanagari-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/NotoSansDevanagari-Regular.woff") format("woff");
}
@font-face {
font-family:"Nunito Light";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Light.woff") format("woff");
}
@font-face {
font-family:"Nunito";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Regular.woff") format("woff");
}
@font-face {
font-family:"Nunito";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Norwester";
src:url("https://static.canva.com/static/truetypefonts/Norwester.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Norwester.woff") format("woff");
}
@font-face {
font-family:"Raleway";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway.woff") format("woff");
}
@font-face {
font-family:"Raleway";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Raleway Thin";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Thin.woff") format("woff");
}
@font-face {
font-family:"Raleway Heavy";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Heavy.woff") format("woff");
}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Regular.woff") format("woff");
}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Rubik One";
src:url("https://static.canva.com/static/truetypefonts/RubikOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rubik-One.woff") format("woff");
}
@font-face {
font-family:"Rubik Mono";
src:url("https://static.canva.com/static/truetypefonts/RubikMonoOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rubik-Mono-One.woff") format("woff");
}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth.woff") format("woff");
}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Anton";
src:url("https://static.canva.com/static/truetypefonts/Anton.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Anton.woff") format("woff");
}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Crushed";
src:url("https://static.canva.com/static/truetypefonts/Crushed.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Crushed-Regular.woff") format("woff");
}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Regular.woff") format("woff");
}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-700-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Regular.woff") format("woff");
}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-700.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Exo Thin";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-100.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Thin.woff") format("woff");
}
@font-face {
font-family:"Exo Thin";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-100-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-ThinItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Gruppo";
src:url("https://static.canva.com/static/truetypefonts/Gruppo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Gruppo.woff") format("woff");
}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Regular.woff") format("woff");
}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Gidole";
src:url("https://static.canva.com/static/truetypefonts/Gidole-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Gidole-Regular.woff") format("woff");
}
@font-face {
font-family:"Julius Sans One";
src:url("https://static.canva.com/static/truetypefonts/JuliusSansOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JuliusSansOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Kite One";
src:url("https://static.canva.com/static/truetypefonts/KiteOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/KiteOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif.woff") format("woff");
}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lilita One";
src:url("https://static.canva.com/static/truetypefonts/LilitaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LilitaOne.woff") format("woff");
}
@font-face {
font-family:"Open Sans Light";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-LightItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans Light";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Light.woff") format("woff");
}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans.woff") format("woff");
}
@font-face {
font-family:"Open Sans Extra Bold";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-ExtraBoldItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans Extra Bold";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-ExtraBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
font-family:"Racing Sans One";
src:url("https://static.canva.com/static/truetypefonts/RacingSansOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RacingSansOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Regular.woff") format("woff");
}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu.woff") format("woff");
}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Unity Display";
src:url("https://static.canva.com/static/truetypefonts/UnityDisplay-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Unity Display";
src:url("https://static.canva.com/static/truetypefonts/UnityDisplay-Roman.ttf") format("truetype");
}
@font-face {
font-family:"Unity Text";
src:url("https://static.canva.com/static/truetypefonts/UnityText-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Unity Text";
src:url("https://static.canva.com/static/truetypefonts/UnityText-Roman.ttf") format("truetype");
}
@font-face {
font-family:"Six Caps";
src:url("https://static.canva.com/static/truetypefonts/SixCaps.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SixCaps.woff") format("woff");
}
@font-face {
font-family:"Sifonn";
src:url("https://static.canva.com/static/truetypefonts/Sifonn-Basic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sifonn-Basic.woff") format("woff");
}
@font-face {
font-family:"Sifonn Outline";
src:url("https://static.canva.com/static/truetypefonts/Sifonn-Basic-Outline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sifonn-Basic-Outline.woff") format("woff");
}
@font-face {
font-family:"Signika";
src:url("https://static.canva.com/static/truetypefonts/Signika-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Signika-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Signika";
src:url("https://static.canva.com/static/truetypefonts/Signika-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Signika-Regular.woff") format("woff");
}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-BoldIt.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-BoldIt.otf.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-It.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-It.otf.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-Regular.otf.woff") format("woff");
}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-Bold.otf.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Text Me One";
src:url("https://static.canva.com/static/truetypefonts/TextMeOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/TextMeOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Tenor Sans";
src:url("https://static.canva.com/static/truetypefonts/TenorSans.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/TenorSans.woff") format("woff");
}
@font-face {
font-family:"Abril Fatface";
src:url("https://static.canva.com/static/truetypefonts/AbrilFatface-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AbrilFatface-Regular.woff") format("woff");
}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Alfa Slab One";
src:url("https://static.canva.com/static/truetypefonts/AlfaSlabOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlfaSlabOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Alike";
src:url("https://static.canva.com/static/truetypefonts/Alike-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Alike-Regular.woff") format("woff");
}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro.woff") format("woff");
}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo.woff") format("woff");
}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Bebas Neue";
src:url("https://static.canva.com/static/truetypefonts/BebasNeueBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BebasNeueBold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Bebas Neue";
src:url("https://static.canva.com/static/truetypefonts/BebasNeueRegular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BebasNeueRegular.woff") format("woff");
}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Roman.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Roman.woff") format("woff");
}
@font-face {
font-family:"Cinzel";
src:url("https://static.canva.com/static/truetypefonts/Cinzel-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Cinzel-Regular.woff") format("woff");
}
@font-face {
font-family:"Cinzel";
src:url("https://static.canva.com/static/truetypefonts/Cinzel-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Cinzel-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif.woff") format("woff");
}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Forum";
src:url("https://static.canva.com/static/truetypefonts/Forum-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Forum-Regular.woff") format("woff");
}
@font-face {
font-family:"Granaina";
src:url("https://static.canva.com/static/truetypefonts/Granaina-Limpia.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Granaina-Limpia.woff") format("woff");
}
@font-face {
font-family:"Glegoo";
src:url("https://static.canva.com/static/truetypefonts/Glegoo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Glegoo-Regular.woff") format("woff");
}
@font-face {
font-family:"IM Fell English SC";
src:url("https://static.canva.com/static/truetypefonts/IMFeENsc28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM_FELL_English_SC.woff") format("woff");
}
@font-face {
font-family:"IM Fell Double Pica";
src:url("https://static.canva.com/static/truetypefonts/IMFeDPit28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM-Fell-Double-Pica-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"IM Fell Double Pica";
src:url("https://static.canva.com/static/truetypefonts/IMFeDPrm28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM-Fell-Double-Pica-Roman.woff") format("woff");
}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Regular.woff") format("woff");
}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora.woff") format("woff");
}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lustria";
src:url("https://static.canva.com/static/truetypefonts/Lustria-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lustria-Regular.woff") format("woff");
}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Regular.woff") format("woff");
}
@font-face {
font-family:"Nixie One";
src:url("https://static.canva.com/static/truetypefonts/NixieOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/NixieOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display Black";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-BlackItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display Black";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Black.woff") format("woff");
}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Prata";
src:url("https://static.canva.com/static/truetypefonts/Prata-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Prata-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Regular.woff") format("woff");
}
@font-face {
font-family:"Quando";
src:url("https://static.canva.com/static/truetypefonts/Quando-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quando-Regular.woff") format("woff");
}
@font-face {
font-family:"Quattrocento";
src:url("https://static.canva.com/static/truetypefonts/Quattrocento-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quattrocento.woff") format("woff");
}
@font-face {
font-family:"Quattrocento";
src:url("https://static.canva.com/static/truetypefonts/Quattrocento-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quattrocento-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Sanchez";
src:url("https://static.canva.com/static/truetypefonts/Sanchez-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sanchez-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Sanchez";
src:url("https://static.canva.com/static/truetypefonts/Sanchez-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sanchez-Regular.woff") format("woff");
}
@font-face {
font-family:"Source Serif Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSerifPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSerifPro-Regular.otf.woff") format("woff");
}
@font-face {
font-family:"Source Serif Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSerifPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSerifPro-Bold.otf.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Regular.woff") format("woff");
}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-bolditalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-bolditalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-regular.woff") format("woff");
}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Trocchi";
src:url("https://static.canva.com/static/truetypefonts/Trocchi-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Trocchi.woff") format("woff");
}
@font-face {
font-family:"Ultra";
src:url("https://static.canva.com/static/truetypefonts/Ultra.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ultra.woff") format("woff");
}
@font-face {
font-family:"Vidaloka";
src:url("https://static.canva.com/static/truetypefonts/Vidaloka-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vidaloka-Regular.woff") format("woff");
}
@font-face {
font-family:"Voga";
src:url("https://static.canva.com/static/truetypefonts/Voga-Medium.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Voga-Medium.woff") format("woff");
}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Regular.woff") format("woff");
}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Cantora One";
src:url("https://static.canva.com/static/truetypefonts/CantoraOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CantoraOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Coustard";
src:url("https://static.canva.com/static/truetypefonts/Coustard-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Coustard.woff") format("woff");
}
@font-face {
font-family:"Emilys Candy";
src:url("https://static.canva.com/static/truetypefonts/EmilysCandy-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/EmilysCandy-Regular.woff") format("woff");
}
@font-face {
font-family:"Glass Antiqua";
src:url("https://static.canva.com/static/truetypefonts/GlassAntiqua-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlassAntiqua-Regular.woff") format("woff");
}
@font-face {
font-family:"Graduate";
src:url("https://static.canva.com/static/truetypefonts/Graduate-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Graduate-Regular.woff") format("woff");
}
@font-face {
font-family:"Ribeye";
src:url("https://static.canva.com/static/truetypefonts/Ribeye-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ribeye-Regular.woff") format("woff");
}
@font-face {
font-family:"Vast Shadow";
src:url("https://static.canva.com/static/truetypefonts/VastShadow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VastShadow-Regular.woff") format("woff");
}
@font-face {
font-family:"Gochi Hand";
src:url("https://static.canva.com/static/truetypefonts/GochiHand-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GochiHand-Regular.woff") format("woff");
}
@font-face {
font-family:"Over The Rainbow";
src:url("https://static.canva.com/static/truetypefonts/OvertheRainbow.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OvertheRainbow.woff") format("woff");
}
@font-face {
font-family:"Permanent Marker";
src:url("https://static.canva.com/static/truetypefonts/PermanentMarker.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PermanentMarker.woff") format("woff");
}
@font-face {
font-family:"Sacramento";
src:url("https://static.canva.com/static/truetypefonts/Sacramento-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sacramento-Regular.woff") format("woff");
}
@font-face {
font-family:"Schoolbell";
src:url("https://static.canva.com/static/truetypefonts/Schoolbell.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Schoolbell.woff") format("woff");
}
@font-face {
font-family:"Shadows Into Light Two";
src:url("https://static.canva.com/static/truetypefonts/ShadowsIntoLight.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ShadowsIntoLightTwo-Regular.woff") format("woff");
}
@font-face {
font-family:"Amatic SC";
src:url("https://static.canva.com/static/truetypefonts/AmaticSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AmaticSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Amatic SC";
src:url("https://static.canva.com/static/truetypefonts/AmaticSC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AmaticSC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Architects Daughter";
src:url("https://static.canva.com/static/truetypefonts/ArchitectsDaughter.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchitectsDaughter.woff") format("woff");
}
@font-face {
font-family:"Cabin Sketch";
src:url("https://static.canva.com/static/truetypefonts/CabinSketch-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CabinSketch-Regular.woff") format("woff");
}
@font-face {
font-family:"Cabin Sketch";
src:url("https://static.canva.com/static/truetypefonts/CabinSketch-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CabinSketch-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Coming Soon";
src:url("https://static.canva.com/static/truetypefonts/ComingSoon.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ComingSoon.woff") format("woff");
}
@font-face {
font-family:"Allura";
src:url("https://static.canva.com/static/truetypefonts/Allura-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Allura-Regular.woff") format("woff");
}
@font-face {
font-family:"Clicker Script";
src:url("https://static.canva.com/static/truetypefonts/ClickerScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ClickerScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Courgette";
src:url("https://static.canva.com/static/truetypefonts/Courgette-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Courgette-Regular.woff") format("woff");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/DearJoe5.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DearJoe5.woff") format("woff");
}
@font-face {
font-family:"Engagement";
src:url("https://static.canva.com/static/truetypefonts/Engagement-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Engagement-Regular.woff") format("woff");
}
@font-face {
font-family:"Euphoria Script";
src:url("https://static.canva.com/static/truetypefonts/EuphoriaScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/EuphoriaScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Great Vibes";
src:url("https://static.canva.com/static/truetypefonts/GreatVibes-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GreatVibes-Regular.woff") format("woff");
}
@font-face {
font-family:"Kaushan Script";
src:url("https://static.canva.com/static/truetypefonts/KaushanScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/KaushanScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Regular.woff") format("woff");
}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather.woff") format("woff");
}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/MrDafoe-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/MrDafoe-Regular.woff") format("woff");
}
@font-face {
font-family:"Niconne";
src:url("https://static.canva.com/static/truetypefonts/Niconne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Niconne-Regular.woff") format("woff");
}
@font-face {
font-family:"Parisienne";
src:url("https://static.canva.com/static/truetypefonts/Parisienne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Parisienne-Regular.woff") format("woff");
}
@font-face {
font-family:"Pinyon Script";
src:url("https://static.canva.com/static/truetypefonts/PinyonScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PinyonScript.woff") format("woff");
}
@font-face {
font-family:"Dr Sugiyama";
src:url("https://static.canva.com/static/truetypefonts/DrSugiyama-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DrSugiyama-Regular.woff") format("woff");
}
@font-face {
font-family:"Grand Hotel";
src:url("https://static.canva.com/static/truetypefonts/GrandHotel-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GrandHotel-Regular.woff") format("woff");
}
@font-face {
font-family:"Knewave";
src:url("https://static.canva.com/static/truetypefonts/Knewave-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Knewave-Regular.woff") format("woff");
}
@font-face {
font-family:"Pacifico";
src:url("https://static.canva.com/static/truetypefonts/Pacifico.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Pacifico-Regular.woff") format("woff");
}
@font-face {
font-family:"Princess Sofia";
src:url("https://static.canva.com/static/truetypefonts/PrincessSofia-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PrincessSofia.woff") format("woff");
}
@font-face {
font-family:"Satisfy";
src:url("https://static.canva.com/static/truetypefonts/Satisfy-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Satisfy.woff") format("woff");
}
@font-face {
font-family:"Streamster";
src:url("https://static.canva.com/static/truetypefonts/Streamster.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Streamster.woff") format("woff");
}
@font-face {
font-family:"Yellowtail";
src:url("https://static.canva.com/static/truetypefonts/Yellowtail-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Yellowtail.woff") format("woff");
}
@font-face {
font-family:"Berkshire Swash";
src:url("https://static.canva.com/static/truetypefonts/BerkshireSwash-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BerkshireSwash-Regular.woff") format("woff");
}
@font-face {
font-family:"Black Ops One";
src:url("https://static.canva.com/static/truetypefonts/BlackOpsOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BlackOpsOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Chewy";
src:url("https://static.canva.com/static/truetypefonts/Chewy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Chewy.woff") format("woff");
}
@font-face {
font-family:"Creepster";
src:url("https://static.canva.com/static/truetypefonts/Creepster-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Creepster-Regular.woff") format("woff");
}
@font-face {
font-family:"Diplomata SC";
src:url("https://static.canva.com/static/truetypefonts/DiplomataSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DiplomataSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Germania One";
src:url("https://static.canva.com/static/truetypefonts/GermaniaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GermaniaOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Megrim";
src:url("https://static.canva.com/static/truetypefonts/Megrim.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Megrim.woff") format("woff");
}
@font-face {
font-family:"Rye";
src:url("https://static.canva.com/static/truetypefonts/Rye-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rye-Regular.woff") format("woff");
}
@font-face {
font-family:"UnifrakturMaguntia";
src:url("https://static.canva.com/static/truetypefonts/UnifrakturMaguntia-Book.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/UnifrakturMaguntia.woff") format("woff");
}
@font-face {
font-family:"Codystar";
src:url("https://static.canva.com/static/truetypefonts/Codystar-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Codystar.woff") format("woff");
}
@font-face {
font-family:"Crafty Girls";
src:url("https://static.canva.com/static/truetypefonts/CraftyGirls.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CraftyGirls.woff") format("woff");
}
@font-face {
font-family:"Hitchcut";
src:url("https://static.canva.com/static/truetypefonts/Hitchcut.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Hitchcut.woff") format("woff");
}
@font-face {
font-family:"Lobster";
src:url("https://static.canva.com/static/truetypefonts/Lobster.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lobster.woff") format("woff");
}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Regular.woff") format("woff");
}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Oleo Script";
src:url("https://static.canva.com/static/truetypefonts/OleoScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OleoScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Oleo Script";
src:url("https://static.canva.com/static/truetypefonts/OleoScript-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OleoScript-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Londrina Shadow";
src:url("https://static.canva.com/static/truetypefonts/LondrinaShadow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LondrinaShadow-Regular.woff") format("woff");
}
@font-face {
font-family:"Londrina Sketch";
src:url("https://static.canva.com/static/truetypefonts/LondrinaSketch-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LondrinaSketch-Regular.woff") format("woff");
}
@font-face {
font-family:"Oregano";
src:url("https://static.canva.com/static/truetypefonts/Oregano-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oregano-Regular.woff") format("woff");
}
@font-face {
font-family:"Oregano";
src:url("https://static.canva.com/static/truetypefonts/Oregano-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oregano-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Sniglet";
src:url("https://static.canva.com/static/truetypefonts/Sniglet-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sniglet.woff") format("woff");
}
@font-face {
font-family:"Special Elite";
src:url("https://static.canva.com/static/truetypefonts/SpecialElite.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SpecialElite-Regular.woff") format("woff");
}
@font-face {
font-family:"Sunday";
src:url("https://static.canva.com/static/truetypefonts/Sunday.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sunday.woff") format("woff");
}
@font-face {
font-family:"Vampiro One";
src:url("https://static.canva.com/static/truetypefonts/VampiroOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VampiroOne-Regular.woff") format("woff");
}
@font-face {
font-family:"VT323";
src:url("https://static.canva.com/static/truetypefonts/VT323-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VT323-Regular.woff") format("woff");
}
@font-face {
font-family:"Waterlily";
src:url("https://static.canva.com/static/truetypefonts/Waterlily.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Waterlily.woff") format("woff");
}
@font-face {
font-family:"Brusher";
src:url("https://static.canva.com/static/truetypefonts/Brusher-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Brusher-Regular.woff") format("woff");
}
@font-face {
font-family:"Playlist Script";
src:url("https://static.canva.com/static/truetypefonts/Playlist-Script.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Playlist-Script.woff") format("woff");
}
@font-face {
font-family:"Selima";
src:url("https://static.canva.com/static/truetypefonts/Selima.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Selima.woff") format("woff");
}
@font-face {
font-family:"Sensei";
src:url("https://static.canva.com/static/truetypefonts/Sensei-Medium.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sensei-Medium.woff") format("woff");
}
@font-face {
font-family:"Edo";
src:url("https://static.canva.com/static/truetypefonts/Edo.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Edo.woff") format("woff");
}
@font-face {
font-family:"M Plus Thin";
src:url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-thin.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Thin";
src:url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-light.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Regular";
src:url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-regular.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Regular";
src:url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-medium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Black";
src:url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-bold.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Black";
src:url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-black.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-black.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Heavy";
src:url("https://static.canva.com/static/fonts/MPlusHeavy/mplus-1p-heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusHeavy/mplus-1p-heavy.ttf") format("truetype");
}
@font-face {
font-family:"Noto Sans Thin";
src:url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Thin";
src:url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Light.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Light";
src:url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-DemiLight.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Light";
src:url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-Regular.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Regular";
src:url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Regular";
src:url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Black";
src:url("https://static.canva.com/static/fonts/NotoSansBlack/NotoSansJP-Black.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansBlack/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
font-family:"Kodomo Rounded Gothic Light";
src:url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded-Light.otf") format("opentype");
}
@font-face {
font-family:"Kodomo Rounded Gothic Light";
src:url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded.woff") format("woff"),
url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Bokutachi Gothic Regular";
src:url("https://static.canva.com/static/fonts/BokutachiGothicRegular/BokutachinoGothic2Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/BokutachiGothicRegular/Boku2-Regular.otf") format("opentype");
}
@font-face {
font-family:"Bokutachi Gothic Regular";
src:url("https://static.canva.com/static/fonts/BokutachiGothicRegular/BokutachinoGothic2Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/BokutachiGothicRegular/Boku2-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Yasashisa Gothic";
src:url("https://static.canva.com/static/fonts/YasashisaGothic/YasashisaGothic.woff") format("woff"),
url("https://static.canva.com/static/fonts/YasashisaGothic/YasashisaGothic.otf") format("opentype");
}
@font-face {
font-family:"Logo Type Gothic";
src:url("https://static.canva.com/static/fonts/LogoTypeGothic/07LogoTypeGothic7.woff") format("woff"),
url("https://static.canva.com/static/fonts/LogoTypeGothic/07LogoTypeGothic7.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Thin";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-ExtraLight.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-ExtraLight.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Thin";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-Light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Light";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Normal.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Normal.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Light";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Regular.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Black";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Medium.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Black";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Heavy";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicHeavy/GenJyuuGothic-Heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicHeavy/GenJyuuGothic-Heavy.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Thin";
src:url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-thin.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Thin";
src:url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-light.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Regular";
src:url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-regular.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Regular";
src:url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-medium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Black";
src:url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-bold.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Black";
src:url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-black.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-black.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Heavy";
src:url("https://static.canva.com/static/fonts/MPlusRoundedHeavy/rounded-mplus-1p-heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedHeavy/rounded-mplus-1p-heavy.ttf") format("truetype");
}
@font-face {
font-family:"Ipaex Mincho";
src:url("https://static.canva.com/static/fonts/IpaexMincho/ipaexm.woff") format("woff"),
url("https://static.canva.com/static/fonts/IpaexMincho/Ipaexm.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Regular";
src:url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoRegular.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoRegular.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Regular";
src:url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoMedium.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoMedium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Aozora Mincho Heavy";
src:url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMincho-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMincho-bold.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Heavy";
src:url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMinchoHeavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMinchoHeavy.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Kokoro Minchoutai";
src:url("https://static.canva.com/static/fonts/KokoroMinchoutai/Kokoro.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokoroMinchoutai/Kokoro.otf") format("opentype");
}
@font-face {
font-family:"Hannari Mincho";
src:url("https://static.canva.com/static/fonts/HannariMincho/HannariMincho.woff") format("woff"),
url("https://static.canva.com/static/fonts/HannariMincho/Hannari.otf") format("opentype");
}
@font-face {
font-family:"Yasashisa Antique";
src:url("https://static.canva.com/static/fonts/YasashisaAntique/07YasashisaAntique.woff") format("woff"),
url("https://static.canva.com/static/fonts/YasashisaAntique/07YasashisaAntique.otf") format("opentype");
}
@font-face {
font-family:"Dejima Mincho";
src:url("https://static.canva.com/static/fonts/DejimaMincho/dejima-mincho-r227.woff") format("woff"),
url("https://static.canva.com/static/fonts/DejimaMincho/dejima-mincho-r227.ttf") format("truetype");
}
@font-face {
font-family:"Koku Maru Mincho";
src:url("https://static.canva.com/static/fonts/KokuMaruMincho/KokuMaruMinchoKana-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokuMaruMincho/KokuMaruMinchoKana-Regular.otf") format("opentype");
}
@font-face {
font-family:"Koku Mincho Regular";
src:url("https://static.canva.com/static/fonts/KokuMinchoRegular/font_1_kokumr_1.00_rls.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokuMinchoRegular/font_1_kokumr_1.00_rls.ttf") format("truetype");
}
@font-face {
font-family:"Hanazono Mincho";
src:url("https://static.canva.com/static/fonts/HanazonoMincho/HanaMinA.woff") format("woff"),
url("https://static.canva.com/static/fonts/HanazonoMincho/HanaMinA.ttf") format("truetype");
}
@font-face {
font-family:"Checkpoint";
src:url("https://static.canva.com/static/fonts/Checkpoint/CPFont.woff") format("woff"),
url("https://static.canva.com/static/fonts/Checkpoint/CPFont.otf") format("opentype");
}
@font-face {
font-family:"Nicomoji Plus";
src:url("https://static.canva.com/static/fonts/NicomojiPlus/nicomoji-plus_1.11.woff") format("woff"),
url("https://static.canva.com/static/fonts/NicomojiPlus/nicomoji-plus_1.11.ttf") format("truetype");
}
@font-face {
font-family:"Light Novel Pop";
src:url("https://static.canva.com/static/fonts/LightNovelPop/LightNovelPop.woff") format("woff"),
url("https://static.canva.com/static/fonts/LightNovelPop/LightNovelPop.otf") format("opentype");
}
@font-face {
font-family:"Uzura";
src:url("https://static.canva.com/static/fonts/Uzura/uzura.woff") format("woff"),
url("https://static.canva.com/static/fonts/Uzura/uzura.ttf") format("truetype");
}
@font-face {
font-family:"Cinecaption";
src:url("https://static.canva.com/static/fonts/Cinecaption/cinecaption227.woff") format("woff"),
url("https://static.canva.com/static/fonts/Cinecaption/cinecaption227.TTF") format("truetype");
}
@font-face {
font-family:"Jiyucho";
src:url("https://static.canva.com/static/fonts/Jiyucho/Jiyucho.woff") format("woff"),
url("https://static.canva.com/static/fonts/Jiyucho/Jiyucho.otf") format("opentype");
}
@font-face {
font-family:"Tanuki";
src:url("https://static.canva.com/static/fonts/Tanuki/TanukiMagic.woff") format("woff"),
url("https://static.canva.com/static/fonts/Tanuki/TanukiMagic.ttf") format("truetype");
}
@font-face {
font-family:"Hanazome";
src:url("https://static.canva.com/static/fonts/Hanazome/HanazomeFont.woff") format("woff"),
url("https://static.canva.com/static/fonts/Hanazome/HanazomeFont.ttf") format("truetype");
}
@font-face {
font-family:"Fuiji";
src:url("https://static.canva.com/static/fonts/Fuiji/HuiFontP.woff") format("woff"),
url("https://static.canva.com/static/fonts/Fuiji/HuiFontP29.ttf") format("truetype");
}
@font-face {
font-family:"Nagayama Kai";
src:url("https://static.canva.com/static/fonts/NagayamaKai/nagayama_kai08.woff") format("woff"),
url("https://static.canva.com/static/fonts/NagayamaKai/nagayama_kai08.otf") format("opentype");
}
@font-face {
font-family:"Kouzan";
src:url("https://static.canva.com/static/fonts/Kouzan/KouzanGyoushoOTF.woff") format("woff"),
url("https://static.canva.com/static/fonts/Kouzan/KouzanBrushFontGyousyoOTF.otf") format("opentype");
} | css/canva_fonts.css | @font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-LightItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Light.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-ThinItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-ThinItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Thin";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Thin.otf") format("opentype");
}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Regular";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Regular.otf") format("opentype");
}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-BlackItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Black.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-HeavyItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-HeavyItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Aileron Heavy";
src:url("https://static.canva.com/static/truetypefonts/Aileron-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aileron-Heavy.otf") format("opentype");
}
@font-face {
font-family:"Aleo Light";
src:url("https://static.canva.com/static/truetypefonts/Aleo-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-LightItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Aleo Light";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Light.woff") format("woff");
}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Aleo";
src:url("https://static.canva.com/static/truetypefonts/Aleo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Aleo-Regular.woff") format("woff");
}
@font-face {
font-family:"Allerta Stencil";
src:url("https://static.canva.com/static/truetypefonts/AllertaStencil-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AllertaStencil-Regular.woff") format("woff");
}
@font-face {
font-family:"Antic";
src:url("https://static.canva.com/static/truetypefonts/Antic-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Antic-Regular.woff") format("woff");
}
@font-face {
font-family:"Aqua";
src:url("https://static.canva.com/static/truetypefonts/aqua.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/aqua.woff") format("woff");
}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Arialle";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Regular.woff") format("woff");
}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Archivo Narrow";
src:url("https://static.canva.com/static/truetypefonts/ArchivoNarrow-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoNarrow-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Archivo Black";
src:url("https://static.canva.com/static/truetypefonts/ArchivoBlack.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchivoBlack.woff") format("woff");
}
@font-face {
font-family:"Code";
src:url("https://static.canva.com/static/truetypefonts/CodeLight.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CodeLight.woff") format("woff");
}
@font-face {
font-family:"Code";
src:url("https://static.canva.com/static/truetypefonts/CodeBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CodeBold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CarterOne.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CarterOne.woff") format("woff");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Book.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-Book.otf") format("opentype");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-BookItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-BookItalic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CooperHewitt-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Thin.ttf") format("truetype");
}
@font-face {
font-family:"<NAME> Thin";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-ThinItalic.ttf") format("truetype");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-LightItalic.ttf") format("truetype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"<NAME> Heavy";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-Heavy.ttf") format("truetype");
}
@font-face {
font-family:"<NAME> Heavy";
src:url("https://static.canva.com/static/truetypefonts/CooperHewitt-HeavyItalic.ttf") format("truetype");
font-style: italic;}
@font-face {
font-family:"Fredoka One";
src:url("https://static.canva.com/static/truetypefonts/FredokaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/FredokaOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Hammersmith One";
src:url("https://static.canva.com/static/truetypefonts/HammersmithOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/HammersmithOne.woff") format("woff");
}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Helveticish";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans.woff") format("woff");
}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Josefin Sans";
src:url("https://static.canva.com/static/truetypefonts/JosefinSans-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab.woff") format("woff");
}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Josefin Slab";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/JosefinSlab-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JosefinSlab-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato";
src:url("https://static.canva.com/static/truetypefonts/Lato-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Regular.woff") format("woff");
}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-ThinItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-ThinItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Thin.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-HairlineItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-HairlineItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato Hairline";
src:url("https://static.canva.com/static/truetypefonts/Lato-Hairline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Hairline.woff") format("woff");
}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-BlackItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Black.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-HeavyItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-HeavyItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lato Heavy";
src:url("https://static.canva.com/static/truetypefonts/Lato-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lato-Heavy.woff") format("woff");
}
@font-face {
font-family:"League Gothic";
src:url("https://static.canva.com/static/truetypefonts/LeagueGothic-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueGothic-Regular.otf") format("opentype");
}
@font-face {
font-family:"League Gothic";
src:url("https://static.canva.com/static/truetypefonts/LeagueGothic-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueGothic-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"League Spartan";
src:url("https://static.canva.com/static/truetypefonts/LeagueSpartan-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LeagueSpartan-Bold.woff") format("woff");
}
@font-face {
font-family:"Limelight";
src:url("https://static.canva.com/static/truetypefonts/Limelight-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Limelight.woff") format("woff");
}
@font-face {
font-family:"Montserrat Hairline";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Hairline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Hairline.woff") format("woff");
}
@font-face {
font-family:"Montserrat Light";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Light.woff") format("woff");
}
@font-face {
font-family:"Montserrat";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Montserrat";
src:url("https://static.canva.com/static/truetypefonts/Montserrat-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
font-family:"Oswald";
src:url("https://static.canva.com/static/truetypefonts/Oswald-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oswald-Regular.woff") format("woff");
}
@font-face {
font-family:"Oswald";
src:url("https://static.canva.com/static/truetypefonts/Oswald-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oswald-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Peace Sans";
src:url("https://static.canva.com/static/truetypefonts/Peace-Sans.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Peace-Sans.woff") format("woff");
}
@font-face {
font-family:"Pirou";
src:url("https://static.canva.com/static/truetypefonts/Pirou-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Pirou-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Sans";
src:url("https://static.canva.com/static/truetypefonts/PT_Sans-Web-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-BoldItalic.otf") format("opentype");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Italic.otf") format("opentype");
font-style: italic;}
@font-face {
font-family:"Quicksand";
src:url("https://static.canva.com/static/truetypefonts/Quicksand-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quicksand-Regular.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Devanagari";
src:url("https://static.canva.com/static/truetypefonts/NotoSansDevanagari-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/NotoSansDevanagari-Regular.woff") format("woff");
}
@font-face {
font-family:"Nunito Light";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Light.woff") format("woff");
}
@font-face {
font-family:"Nunito";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Regular.woff") format("woff");
}
@font-face {
font-family:"Nunito";
src:url("https://static.canva.com/static/truetypefonts/Nunito-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Nunito-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Norwester";
src:url("https://static.canva.com/static/truetypefonts/Norwester.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Norwester.woff") format("woff");
}
@font-face {
font-family:"Raleway";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway.woff") format("woff");
}
@font-face {
font-family:"Raleway";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Raleway Thin";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Thin.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Thin.woff") format("woff");
}
@font-face {
font-family:"Raleway Heavy";
src:url("https://static.canva.com/static/truetypefonts/Raleway-Heavy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Raleway-Heavy.woff") format("woff");
}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Roboto Condensed";
src:url("https://static.canva.com/static/truetypefonts/RobotoCondensed-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Regular.woff") format("woff");
}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Rosario";
src:url("https://static.canva.com/static/truetypefonts/Rosario-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rosario-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Rubik One";
src:url("https://static.canva.com/static/truetypefonts/RubikOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rubik-One.woff") format("woff");
}
@font-face {
font-family:"Rubik Mono";
src:url("https://static.canva.com/static/truetypefonts/RubikMonoOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rubik-Mono-One.woff") format("woff");
}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth.woff") format("woff");
}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Amaranth";
src:url("https://static.canva.com/static/truetypefonts/Amaranth-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Amaranth-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Anton";
src:url("https://static.canva.com/static/truetypefonts/Anton.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Anton.woff") format("woff");
}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo.woff") format("woff");
}
@font-face {
font-family:"Arimo";
src:url("https://static.canva.com/static/truetypefonts/Arimo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arimo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Crushed";
src:url("https://static.canva.com/static/truetypefonts/Crushed.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Crushed-Regular.woff") format("woff");
}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Regular.woff") format("woff");
}
@font-face {
font-family:"Economica";
src:url("https://static.canva.com/static/truetypefonts/Economica-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Economica-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-700-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Regular.woff") format("woff");
}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Exo";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-700.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Exo Thin";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-100.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-Thin.woff") format("woff");
}
@font-face {
font-family:"Exo Thin";
src:url("https://static.canva.com/static/truetypefonts/Exo-2-100-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Exo2-ThinItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Gruppo";
src:url("https://static.canva.com/static/truetypefonts/Gruppo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Gruppo.woff") format("woff");
}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Regular.woff") format("woff");
}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Glacial Indifference";
src:url("https://static.canva.com/static/truetypefonts/GlacialIndifference-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlacialIndifference-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Gidole";
src:url("https://static.canva.com/static/truetypefonts/Gidole-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Gidole-Regular.woff") format("woff");
}
@font-face {
font-family:"Julius Sans One";
src:url("https://static.canva.com/static/truetypefonts/JuliusSansOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/JuliusSansOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Kite One";
src:url("https://static.canva.com/static/truetypefonts/KiteOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/KiteOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif.woff") format("woff");
}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Kollektif";
src:url("https://static.canva.com/static/truetypefonts/Kollektif-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Kollektif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lilita One";
src:url("https://static.canva.com/static/truetypefonts/LilitaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LilitaOne.woff") format("woff");
}
@font-face {
font-family:"Open Sans Light";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-LightItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-LightItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans Light";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Light.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Light.woff") format("woff");
}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Open Sans";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans.woff") format("woff");
}
@font-face {
font-family:"Open Sans Extra Bold";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-ExtraBoldItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Open Sans Extra Bold";
src:url("https://static.canva.com/static/truetypefonts/OpenSans-ExtraBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
font-family:"Racing Sans One";
src:url("https://static.canva.com/static/truetypefonts/RacingSansOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/RacingSansOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Roboto";
src:url("https://static.canva.com/static/truetypefonts/Roboto-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Roboto-Regular.woff") format("woff");
}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu.woff") format("woff");
}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Ubuntu";
src:url("https://static.canva.com/static/truetypefonts/Ubuntu-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ubuntu-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Unity Display";
src:url("https://static.canva.com/static/truetypefonts/UnityDisplay-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Unity Display";
src:url("https://static.canva.com/static/truetypefonts/UnityDisplay-Roman.ttf") format("truetype");
}
@font-face {
font-family:"Unity Text";
src:url("https://static.canva.com/static/truetypefonts/UnityText-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Unity Text";
src:url("https://static.canva.com/static/truetypefonts/UnityText-Roman.ttf") format("truetype");
}
@font-face {
font-family:"Six Caps";
src:url("https://static.canva.com/static/truetypefonts/SixCaps.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SixCaps.woff") format("woff");
}
@font-face {
font-family:"Sifonn";
src:url("https://static.canva.com/static/truetypefonts/Sifonn-Basic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sifonn-Basic.woff") format("woff");
}
@font-face {
font-family:"Sifonn Outline";
src:url("https://static.canva.com/static/truetypefonts/Sifonn-Basic-Outline.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sifonn-Basic-Outline.woff") format("woff");
}
@font-face {
font-family:"Signika";
src:url("https://static.canva.com/static/truetypefonts/Signika-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Signika-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Signika";
src:url("https://static.canva.com/static/truetypefonts/Signika-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Signika-Regular.woff") format("woff");
}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-BoldIt.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-BoldIt.otf.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-It.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-It.otf.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-Regular.otf.woff") format("woff");
}
@font-face {
font-family:"Source Sans Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSansPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSansPro-Bold.otf.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Text Me One";
src:url("https://static.canva.com/static/truetypefonts/TextMeOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/TextMeOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Tenor Sans";
src:url("https://static.canva.com/static/truetypefonts/TenorSans.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/TenorSans.woff") format("woff");
}
@font-face {
font-family:"Abril Fatface";
src:url("https://static.canva.com/static/truetypefonts/AbrilFatface-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AbrilFatface-Regular.woff") format("woff");
}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Alegreya SC";
src:url("https://static.canva.com/static/truetypefonts/AlegreyaSC-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlegreyaSC-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Alfa Slab One";
src:url("https://static.canva.com/static/truetypefonts/AlfaSlabOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AlfaSlabOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Alike";
src:url("https://static.canva.com/static/truetypefonts/Alike-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Alike-Regular.woff") format("woff");
}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro.woff") format("woff");
}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Anonymous Pro";
src:url("https://static.canva.com/static/truetypefonts/AnonymousPro-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AnonymousPro-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo.woff") format("woff");
}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Arvo";
src:url("https://static.canva.com/static/truetypefonts/Arvo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Arvo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Bebas Neue";
src:url("https://static.canva.com/static/truetypefonts/BebasNeueBold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BebasNeueBold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Bebas Neue";
src:url("https://static.canva.com/static/truetypefonts/BebasNeueRegular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BebasNeueRegular.woff") format("woff");
}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Bodoni FLF";
src:url("https://static.canva.com/static/truetypefonts/BodoniFLF-Roman.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BodoniFLF-Roman.woff") format("woff");
}
@font-face {
font-family:"Cinzel";
src:url("https://static.canva.com/static/truetypefonts/Cinzel-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Cinzel-Regular.woff") format("woff");
}
@font-face {
font-family:"Cinzel";
src:url("https://static.canva.com/static/truetypefonts/Cinzel-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Cinzel-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif.woff") format("woff");
}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Droid Serif";
src:url("https://static.canva.com/static/truetypefonts/DroidSerif-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DroidSerif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Forum";
src:url("https://static.canva.com/static/truetypefonts/Forum-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Forum-Regular.woff") format("woff");
}
@font-face {
font-family:"Granaina";
src:url("https://static.canva.com/static/truetypefonts/Granaina-Limpia.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Granaina-Limpia.woff") format("woff");
}
@font-face {
font-family:"Glegoo";
src:url("https://static.canva.com/static/truetypefonts/Glegoo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Glegoo-Regular.woff") format("woff");
}
@font-face {
font-family:"IM Fell English SC";
src:url("https://static.canva.com/static/truetypefonts/IMFeENsc28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM_FELL_English_SC.woff") format("woff");
}
@font-face {
font-family:"IM Fell Double Pica";
src:url("https://static.canva.com/static/truetypefonts/IMFeDPit28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM-Fell-Double-Pica-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"IM Fell Double Pica";
src:url("https://static.canva.com/static/truetypefonts/IMFeDPrm28P.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/IM-Fell-Double-Pica-Roman.woff") format("woff");
}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Regular.woff") format("woff");
}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Libre Baskerville";
src:url("https://static.canva.com/static/truetypefonts/LibreBaskerville-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LibreBaskerville-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora.woff") format("woff");
}
@font-face {
font-family:"Lora";
src:url("https://static.canva.com/static/truetypefonts/Lora-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lora-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lustria";
src:url("https://static.canva.com/static/truetypefonts/Lustria-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lustria-Regular.woff") format("woff");
}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Luthier";
src:url("https://static.canva.com/static/truetypefonts/Luthier-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Luthier-Regular.woff") format("woff");
}
@font-face {
font-family:"Nixie One";
src:url("https://static.canva.com/static/truetypefonts/NixieOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/NixieOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display Black";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-BlackItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-BlackItalic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display Black";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplay-Black.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplay-Black.woff") format("woff");
}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Regular.woff") format("woff");
}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Playfair Display SC";
src:url("https://static.canva.com/static/truetypefonts/PlayfairDisplaySC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PlayfairDisplaySC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Prata";
src:url("https://static.canva.com/static/truetypefonts/Prata-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Prata-Regular.woff") format("woff");
}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"PT Serif";
src:url("https://static.canva.com/static/truetypefonts/PT_Serif-Web-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PTSerif-Regular.woff") format("woff");
}
@font-face {
font-family:"Quando";
src:url("https://static.canva.com/static/truetypefonts/Quando-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quando-Regular.woff") format("woff");
}
@font-face {
font-family:"Quattrocento";
src:url("https://static.canva.com/static/truetypefonts/Quattrocento-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quattrocento.woff") format("woff");
}
@font-face {
font-family:"Quattrocento";
src:url("https://static.canva.com/static/truetypefonts/Quattrocento-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Quattrocento-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Sanchez";
src:url("https://static.canva.com/static/truetypefonts/Sanchez-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sanchez-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Sanchez";
src:url("https://static.canva.com/static/truetypefonts/Sanchez-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sanchez-Regular.woff") format("woff");
}
@font-face {
font-family:"Source Serif Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSerifPro-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSerifPro-Regular.otf.woff") format("woff");
}
@font-face {
font-family:"Source Serif Pro";
src:url("https://static.canva.com/static/truetypefonts/SourceSerifPro-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SourceSerifPro-Bold.otf.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Regular.woff") format("woff");
}
@font-face {
font-family:"Old Standard";
src:url("https://static.canva.com/static/truetypefonts/OldStandard-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OldStandardTT-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-bolditalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-bolditalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-regular.woff") format("woff");
}
@font-face {
font-family:"Times Neue Roman";
src:url("https://static.canva.com/static/truetypefonts/texgyretermes-bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/texgyretermes-bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Trocchi";
src:url("https://static.canva.com/static/truetypefonts/Trocchi-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Trocchi.woff") format("woff");
}
@font-face {
font-family:"Ultra";
src:url("https://static.canva.com/static/truetypefonts/Ultra.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ultra.woff") format("woff");
}
@font-face {
font-family:"Vidaloka";
src:url("https://static.canva.com/static/truetypefonts/Vidaloka-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vidaloka-Regular.woff") format("woff");
}
@font-face {
font-family:"Voga";
src:url("https://static.canva.com/static/truetypefonts/Voga-Medium.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Voga-Medium.woff") format("woff");
}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Regular.woff") format("woff");
}
@font-face {
font-family:"Vollkorn";
src:url("https://static.canva.com/static/truetypefonts/Vollkorn-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Vollkorn-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Cantora One";
src:url("https://static.canva.com/static/truetypefonts/CantoraOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CantoraOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Coustard";
src:url("https://static.canva.com/static/truetypefonts/Coustard-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Coustard.woff") format("woff");
}
@font-face {
font-family:"Emilys Candy";
src:url("https://static.canva.com/static/truetypefonts/EmilysCandy-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/EmilysCandy-Regular.woff") format("woff");
}
@font-face {
font-family:"Glass Antiqua";
src:url("https://static.canva.com/static/truetypefonts/GlassAntiqua-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GlassAntiqua-Regular.woff") format("woff");
}
@font-face {
font-family:"Graduate";
src:url("https://static.canva.com/static/truetypefonts/Graduate-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Graduate-Regular.woff") format("woff");
}
@font-face {
font-family:"Ribeye";
src:url("https://static.canva.com/static/truetypefonts/Ribeye-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Ribeye-Regular.woff") format("woff");
}
@font-face {
font-family:"Vast Shadow";
src:url("https://static.canva.com/static/truetypefonts/VastShadow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VastShadow-Regular.woff") format("woff");
}
@font-face {
font-family:"Gochi Hand";
src:url("https://static.canva.com/static/truetypefonts/GochiHand-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GochiHand-Regular.woff") format("woff");
}
@font-face {
font-family:"Over The Rainbow";
src:url("https://static.canva.com/static/truetypefonts/OvertheRainbow.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OvertheRainbow.woff") format("woff");
}
@font-face {
font-family:"Permanent Marker";
src:url("https://static.canva.com/static/truetypefonts/PermanentMarker.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PermanentMarker.woff") format("woff");
}
@font-face {
font-family:"Sacramento";
src:url("https://static.canva.com/static/truetypefonts/Sacramento-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sacramento-Regular.woff") format("woff");
}
@font-face {
font-family:"Schoolbell";
src:url("https://static.canva.com/static/truetypefonts/Schoolbell.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Schoolbell.woff") format("woff");
}
@font-face {
font-family:"Shadows Into Light Two";
src:url("https://static.canva.com/static/truetypefonts/ShadowsIntoLight.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ShadowsIntoLightTwo-Regular.woff") format("woff");
}
@font-face {
font-family:"Amatic SC";
src:url("https://static.canva.com/static/truetypefonts/AmaticSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AmaticSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Amatic SC";
src:url("https://static.canva.com/static/truetypefonts/AmaticSC-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/AmaticSC-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Architects Daughter";
src:url("https://static.canva.com/static/truetypefonts/ArchitectsDaughter.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ArchitectsDaughter.woff") format("woff");
}
@font-face {
font-family:"Cabin Sketch";
src:url("https://static.canva.com/static/truetypefonts/CabinSketch-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CabinSketch-Regular.woff") format("woff");
}
@font-face {
font-family:"Cabin Sketch";
src:url("https://static.canva.com/static/truetypefonts/CabinSketch-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CabinSketch-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Coming Soon";
src:url("https://static.canva.com/static/truetypefonts/ComingSoon.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ComingSoon.woff") format("woff");
}
@font-face {
font-family:"Allura";
src:url("https://static.canva.com/static/truetypefonts/Allura-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Allura-Regular.woff") format("woff");
}
@font-face {
font-family:"Clicker Script";
src:url("https://static.canva.com/static/truetypefonts/ClickerScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/ClickerScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Courgette";
src:url("https://static.canva.com/static/truetypefonts/Courgette-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Courgette-Regular.woff") format("woff");
}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/DearJoe5.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DearJoe5.woff") format("woff");
}
@font-face {
font-family:"Engagement";
src:url("https://static.canva.com/static/truetypefonts/Engagement-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Engagement-Regular.woff") format("woff");
}
@font-face {
font-family:"Euphoria Script";
src:url("https://static.canva.com/static/truetypefonts/EuphoriaScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/EuphoriaScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Great Vibes";
src:url("https://static.canva.com/static/truetypefonts/GreatVibes-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GreatVibes-Regular.woff") format("woff");
}
@font-face {
font-family:"Kaushan Script";
src:url("https://static.canva.com/static/truetypefonts/KaushanScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/KaushanScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Regular.woff") format("woff");
}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Marta";
src:url("https://static.canva.com/static/truetypefonts/Marta-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Marta-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather.woff") format("woff");
}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Merriweather";
src:url("https://static.canva.com/static/truetypefonts/Merriweather-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Merriweather-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"<NAME>";
src:url("https://static.canva.com/static/truetypefonts/MrDafoe-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/MrDafoe-Regular.woff") format("woff");
}
@font-face {
font-family:"Niconne";
src:url("https://static.canva.com/static/truetypefonts/Niconne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Niconne-Regular.woff") format("woff");
}
@font-face {
font-family:"Parisienne";
src:url("https://static.canva.com/static/truetypefonts/Parisienne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Parisienne-Regular.woff") format("woff");
}
@font-face {
font-family:"Pinyon Script";
src:url("https://static.canva.com/static/truetypefonts/PinyonScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PinyonScript.woff") format("woff");
}
@font-face {
font-family:"Dr Sugiyama";
src:url("https://static.canva.com/static/truetypefonts/DrSugiyama-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DrSugiyama-Regular.woff") format("woff");
}
@font-face {
font-family:"Grand Hotel";
src:url("https://static.canva.com/static/truetypefonts/GrandHotel-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GrandHotel-Regular.woff") format("woff");
}
@font-face {
font-family:"Knewave";
src:url("https://static.canva.com/static/truetypefonts/Knewave-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Knewave-Regular.woff") format("woff");
}
@font-face {
font-family:"Pacifico";
src:url("https://static.canva.com/static/truetypefonts/Pacifico.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Pacifico-Regular.woff") format("woff");
}
@font-face {
font-family:"Princess Sofia";
src:url("https://static.canva.com/static/truetypefonts/PrincessSofia-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/PrincessSofia.woff") format("woff");
}
@font-face {
font-family:"Satisfy";
src:url("https://static.canva.com/static/truetypefonts/Satisfy-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Satisfy.woff") format("woff");
}
@font-face {
font-family:"Streamster";
src:url("https://static.canva.com/static/truetypefonts/Streamster.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Streamster.woff") format("woff");
}
@font-face {
font-family:"Yellowtail";
src:url("https://static.canva.com/static/truetypefonts/Yellowtail-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Yellowtail.woff") format("woff");
}
@font-face {
font-family:"Berkshire Swash";
src:url("https://static.canva.com/static/truetypefonts/BerkshireSwash-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BerkshireSwash-Regular.woff") format("woff");
}
@font-face {
font-family:"Black Ops One";
src:url("https://static.canva.com/static/truetypefonts/BlackOpsOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/BlackOpsOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Chewy";
src:url("https://static.canva.com/static/truetypefonts/Chewy.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Chewy.woff") format("woff");
}
@font-face {
font-family:"Creepster";
src:url("https://static.canva.com/static/truetypefonts/Creepster-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Creepster-Regular.woff") format("woff");
}
@font-face {
font-family:"Diplomata SC";
src:url("https://static.canva.com/static/truetypefonts/DiplomataSC-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/DiplomataSC-Regular.woff") format("woff");
}
@font-face {
font-family:"Germania One";
src:url("https://static.canva.com/static/truetypefonts/GermaniaOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/GermaniaOne-Regular.woff") format("woff");
}
@font-face {
font-family:"Megrim";
src:url("https://static.canva.com/static/truetypefonts/Megrim.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Megrim.woff") format("woff");
}
@font-face {
font-family:"Rye";
src:url("https://static.canva.com/static/truetypefonts/Rye-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Rye-Regular.woff") format("woff");
}
@font-face {
font-family:"UnifrakturMaguntia";
src:url("https://static.canva.com/static/truetypefonts/UnifrakturMaguntia-Book.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/UnifrakturMaguntia.woff") format("woff");
}
@font-face {
font-family:"Codystar";
src:url("https://static.canva.com/static/truetypefonts/Codystar-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Codystar.woff") format("woff");
}
@font-face {
font-family:"Crafty Girls";
src:url("https://static.canva.com/static/truetypefonts/CraftyGirls.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/CraftyGirls.woff") format("woff");
}
@font-face {
font-family:"Hitchcut";
src:url("https://static.canva.com/static/truetypefonts/Hitchcut.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Hitchcut.woff") format("woff");
}
@font-face {
font-family:"Lobster";
src:url("https://static.canva.com/static/truetypefonts/Lobster.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Lobster.woff") format("woff");
}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-BoldItalic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-BoldItalic.woff") format("woff");
font-weight: bold;font-style: italic;}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Regular.woff") format("woff");
}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Lobster Two";
src:url("https://static.canva.com/static/truetypefonts/LobsterTwo-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LobsterTwo-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Oleo Script";
src:url("https://static.canva.com/static/truetypefonts/OleoScript-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OleoScript-Regular.woff") format("woff");
}
@font-face {
font-family:"Oleo Script";
src:url("https://static.canva.com/static/truetypefonts/OleoScript-Bold.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/OleoScript-Bold.woff") format("woff");
font-weight: bold;}
@font-face {
font-family:"Londrina Shadow";
src:url("https://static.canva.com/static/truetypefonts/LondrinaShadow-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LondrinaShadow-Regular.woff") format("woff");
}
@font-face {
font-family:"Londrina Sketch";
src:url("https://static.canva.com/static/truetypefonts/LondrinaSketch-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/LondrinaSketch-Regular.woff") format("woff");
}
@font-face {
font-family:"Oregano";
src:url("https://static.canva.com/static/truetypefonts/Oregano-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oregano-Regular.woff") format("woff");
}
@font-face {
font-family:"Oregano";
src:url("https://static.canva.com/static/truetypefonts/Oregano-Italic.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Oregano-Italic.woff") format("woff");
font-style: italic;}
@font-face {
font-family:"Sniglet";
src:url("https://static.canva.com/static/truetypefonts/Sniglet-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sniglet.woff") format("woff");
}
@font-face {
font-family:"Special Elite";
src:url("https://static.canva.com/static/truetypefonts/SpecialElite.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/SpecialElite-Regular.woff") format("woff");
}
@font-face {
font-family:"Sunday";
src:url("https://static.canva.com/static/truetypefonts/Sunday.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sunday.woff") format("woff");
}
@font-face {
font-family:"Vampiro One";
src:url("https://static.canva.com/static/truetypefonts/VampiroOne-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VampiroOne-Regular.woff") format("woff");
}
@font-face {
font-family:"VT323";
src:url("https://static.canva.com/static/truetypefonts/VT323-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/VT323-Regular.woff") format("woff");
}
@font-face {
font-family:"Waterlily";
src:url("https://static.canva.com/static/truetypefonts/Waterlily.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Waterlily.woff") format("woff");
}
@font-face {
font-family:"Brusher";
src:url("https://static.canva.com/static/truetypefonts/Brusher-Regular.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Brusher-Regular.woff") format("woff");
}
@font-face {
font-family:"Playlist Script";
src:url("https://static.canva.com/static/truetypefonts/Playlist-Script.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Playlist-Script.woff") format("woff");
}
@font-face {
font-family:"Selima";
src:url("https://static.canva.com/static/truetypefonts/Selima.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Selima.woff") format("woff");
}
@font-face {
font-family:"Sensei";
src:url("https://static.canva.com/static/truetypefonts/Sensei-Medium.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Sensei-Medium.woff") format("woff");
}
@font-face {
font-family:"Edo";
src:url("https://static.canva.com/static/truetypefonts/Edo.ttf") format("truetype"),
url("https://static.canva.com/static/webfonts/Edo.woff") format("woff");
}
@font-face {
font-family:"M Plus Thin";
src:url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-thin.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Thin";
src:url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-light.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusThin/mplus-1p-light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Regular";
src:url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-regular.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Regular";
src:url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRegular/mplus-1p-medium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Black";
src:url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-bold.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Black";
src:url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-black.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusBlack/mplus-1p-black.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Heavy";
src:url("https://static.canva.com/static/fonts/MPlusHeavy/mplus-1p-heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusHeavy/mplus-1p-heavy.ttf") format("truetype");
}
@font-face {
font-family:"Noto Sans Thin";
src:url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Thin";
src:url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansThin/NotoSansJP-Light.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Light";
src:url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-DemiLight.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Light";
src:url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansLight/NotoSansJP-Regular.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Regular";
src:url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
font-family:"Noto Sans Regular";
src:url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansRegular/NotoSansJP-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Noto Sans Black";
src:url("https://static.canva.com/static/fonts/NotoSansBlack/NotoSansJP-Black.woff") format("woff"),
url("https://static.canva.com/static/fonts/NotoSansBlack/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
font-family:"Kodomo Rounded Gothic Light";
src:url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded-Light.otf") format("opentype");
}
@font-face {
font-family:"Kodomo Rounded Gothic Light";
src:url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded.woff") format("woff"),
url("https://static.canva.com/static/fonts/KodomoRoundedGothicLight/KodomoRounded.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Bokutachi Gothic Regular";
src:url("https://static.canva.com/static/fonts/BokutachiGothicRegular/BokutachinoGothic2Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/BokutachiGothicRegular/Boku2-Regular.otf") format("opentype");
}
@font-face {
font-family:"Bokutachi Gothic Regular";
src:url("https://static.canva.com/static/fonts/BokutachiGothicRegular/BokutachinoGothic2Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/BokutachiGothicRegular/Boku2-Bold.otf") format("opentype");
font-weight: bold;}
@font-face {
font-family:"Yasashisa Gothic";
src:url("https://static.canva.com/static/fonts/YasashisaGothic/YasashisaGothic.woff") format("woff"),
url("https://static.canva.com/static/fonts/YasashisaGothic/YasashisaGothic.otf") format("opentype");
}
@font-face {
font-family:"Logo Type Gothic";
src:url("https://static.canva.com/static/fonts/LogoTypeGothic/07LogoTypeGothic7.woff") format("woff"),
url("https://static.canva.com/static/fonts/LogoTypeGothic/07LogoTypeGothic7.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Thin";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-ExtraLight.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-ExtraLight.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Thin";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-Light.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicThin/GenJyuuGothic-Light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Light";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Normal.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Normal.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Light";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicLight/GenJyuuGothic-Regular.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Black";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Medium.ttf") format("truetype");
}
@font-face {
font-family:"Genjyuu Gothic Black";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicBlack/GenJyuuGothic-Bold.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Genjyuu Gothic Heavy";
src:url("https://static.canva.com/static/fonts/GenjyuuGothicHeavy/GenJyuuGothic-Heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/GenjyuuGothicHeavy/GenJyuuGothic-Heavy.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Thin";
src:url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-thin.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-thin.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Thin";
src:url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-light.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedThin/rounded-mplus-1p-light.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Regular";
src:url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-regular.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Regular";
src:url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-medium.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedRegular/rounded-mplus-1p-medium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Black";
src:url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-bold.ttf") format("truetype");
}
@font-face {
font-family:"M Plus Rounded Black";
src:url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-black.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedBlack/rounded-mplus-1p-black.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"M Plus Rounded Heavy";
src:url("https://static.canva.com/static/fonts/MPlusRoundedHeavy/rounded-mplus-1p-heavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/MPlusRoundedHeavy/rounded-mplus-1p-heavy.ttf") format("truetype");
}
@font-face {
font-family:"Ipaex Mincho";
src:url("https://static.canva.com/static/fonts/IpaexMincho/ipaexm.woff") format("woff"),
url("https://static.canva.com/static/fonts/IpaexMincho/Ipaexm.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Regular";
src:url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoRegular.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoRegular.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Regular";
src:url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoMedium.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoRegular/AozoraMinchoMedium.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Aozora Mincho Heavy";
src:url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMincho-bold.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMincho-bold.ttf") format("truetype");
}
@font-face {
font-family:"Aozora Mincho Heavy";
src:url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMinchoHeavy.woff") format("woff"),
url("https://static.canva.com/static/fonts/AozoraMinchoHeavy/AozoraMinchoHeavy.ttf") format("truetype");
font-weight: bold;}
@font-face {
font-family:"Kokoro Minchoutai";
src:url("https://static.canva.com/static/fonts/KokoroMinchoutai/Kokoro.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokoroMinchoutai/Kokoro.otf") format("opentype");
}
@font-face {
font-family:"Hannari Mincho";
src:url("https://static.canva.com/static/fonts/HannariMincho/HannariMincho.woff") format("woff"),
url("https://static.canva.com/static/fonts/HannariMincho/Hannari.otf") format("opentype");
}
@font-face {
font-family:"Yasashisa Antique";
src:url("https://static.canva.com/static/fonts/YasashisaAntique/07YasashisaAntique.woff") format("woff"),
url("https://static.canva.com/static/fonts/YasashisaAntique/07YasashisaAntique.otf") format("opentype");
}
@font-face {
font-family:"Dejima Mincho";
src:url("https://static.canva.com/static/fonts/DejimaMincho/dejima-mincho-r227.woff") format("woff"),
url("https://static.canva.com/static/fonts/DejimaMincho/dejima-mincho-r227.ttf") format("truetype");
}
@font-face {
font-family:"Koku Maru Mincho";
src:url("https://static.canva.com/static/fonts/KokuMaruMincho/KokuMaruMinchoKana-Regular.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokuMaruMincho/KokuMaruMinchoKana-Regular.otf") format("opentype");
}
@font-face {
font-family:"Koku Mincho Regular";
src:url("https://static.canva.com/static/fonts/KokuMinchoRegular/font_1_kokumr_1.00_rls.woff") format("woff"),
url("https://static.canva.com/static/fonts/KokuMinchoRegular/font_1_kokumr_1.00_rls.ttf") format("truetype");
}
@font-face {
font-family:"Hanazono Mincho";
src:url("https://static.canva.com/static/fonts/HanazonoMincho/HanaMinA.woff") format("woff"),
url("https://static.canva.com/static/fonts/HanazonoMincho/HanaMinA.ttf") format("truetype");
}
@font-face {
font-family:"Checkpoint";
src:url("https://static.canva.com/static/fonts/Checkpoint/CPFont.woff") format("woff"),
url("https://static.canva.com/static/fonts/Checkpoint/CPFont.otf") format("opentype");
}
@font-face {
font-family:"Nicomoji Plus";
src:url("https://static.canva.com/static/fonts/NicomojiPlus/nicomoji-plus_1.11.woff") format("woff"),
url("https://static.canva.com/static/fonts/NicomojiPlus/nicomoji-plus_1.11.ttf") format("truetype");
}
@font-face {
font-family:"Light Novel Pop";
src:url("https://static.canva.com/static/fonts/LightNovelPop/LightNovelPop.woff") format("woff"),
url("https://static.canva.com/static/fonts/LightNovelPop/LightNovelPop.otf") format("opentype");
}
@font-face {
font-family:"Uzura";
src:url("https://static.canva.com/static/fonts/Uzura/uzura.woff") format("woff"),
url("https://static.canva.com/static/fonts/Uzura/uzura.ttf") format("truetype");
}
@font-face {
font-family:"Cinecaption";
src:url("https://static.canva.com/static/fonts/Cinecaption/cinecaption227.woff") format("woff"),
url("https://static.canva.com/static/fonts/Cinecaption/cinecaption227.TTF") format("truetype");
}
@font-face {
font-family:"Jiyucho";
src:url("https://static.canva.com/static/fonts/Jiyucho/Jiyucho.woff") format("woff"),
url("https://static.canva.com/static/fonts/Jiyucho/Jiyucho.otf") format("opentype");
}
@font-face {
font-family:"Tanuki";
src:url("https://static.canva.com/static/fonts/Tanuki/TanukiMagic.woff") format("woff"),
url("https://static.canva.com/static/fonts/Tanuki/TanukiMagic.ttf") format("truetype");
}
@font-face {
font-family:"Hanazome";
src:url("https://static.canva.com/static/fonts/Hanazome/HanazomeFont.woff") format("woff"),
url("https://static.canva.com/static/fonts/Hanazome/HanazomeFont.ttf") format("truetype");
}
@font-face {
font-family:"Fuiji";
src:url("https://static.canva.com/static/fonts/Fuiji/HuiFontP.woff") format("woff"),
url("https://static.canva.com/static/fonts/Fuiji/HuiFontP29.ttf") format("truetype");
}
@font-face {
font-family:"Nagayama Kai";
src:url("https://static.canva.com/static/fonts/NagayamaKai/nagayama_kai08.woff") format("woff"),
url("https://static.canva.com/static/fonts/NagayamaKai/nagayama_kai08.otf") format("opentype");
}
@font-face {
font-family:"Kouzan";
src:url("https://static.canva.com/static/fonts/Kouzan/KouzanGyoushoOTF.woff") format("woff"),
url("https://static.canva.com/static/fonts/Kouzan/KouzanBrushFontGyousyoOTF.otf") format("opentype");
} | 0.22093 | 0.199425 |
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 100%;
border-width:0px;
border-style:solid;
width:0px;
height:0px;
opacity:0;
border-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.waves-effect.waves-light .waves-ripple {
border-color: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.waves-button,
.waves-icon {
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
a.waves-button,
a.waves-button:hover,
a.waves-button:visited,
a.waves-button:link,
button.waves-button,
input.waves-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border:none;
outline:none;
/*background:transparent;*/
color: inherit;
font-size:48px;
text-align: center;
text-decoration:none;
}
.waves-button {
padding:10px 15px;
border-radius:2px;
}
.waves-button-input {
margin:0;
padding:10px 15px;
}
.waves-input-wrapper {
border-radius:2px;
vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
padding:0;
}
.waves-input-wrapper .waves-button-input {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.waves-icon {
text-align:center;
width:2.5em;
height:2.5em;
line-height:2.5em;
border-radius:50%;
}
.waves-float {
-webkit-mask-image:none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.waves-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.30);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.30);
}
.waves-block {
display:block;
} | css/waves.css | .waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 100%;
border-width:0px;
border-style:solid;
width:0px;
height:0px;
opacity:0;
border-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.waves-effect.waves-light .waves-ripple {
border-color: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.waves-button,
.waves-icon {
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
a.waves-button,
a.waves-button:hover,
a.waves-button:visited,
a.waves-button:link,
button.waves-button,
input.waves-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border:none;
outline:none;
/*background:transparent;*/
color: inherit;
font-size:48px;
text-align: center;
text-decoration:none;
}
.waves-button {
padding:10px 15px;
border-radius:2px;
}
.waves-button-input {
margin:0;
padding:10px 15px;
}
.waves-input-wrapper {
border-radius:2px;
vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
padding:0;
}
.waves-input-wrapper .waves-button-input {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.waves-icon {
text-align:center;
width:2.5em;
height:2.5em;
line-height:2.5em;
border-radius:50%;
}
.waves-float {
-webkit-mask-image:none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.waves-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.30);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.30);
}
.waves-block {
display:block;
} | 0.435421 | 0.058939 |
body {
margin: 0px;
padding: 0px;
font-family: "helvetica", sans-serif;
}
header {
position: fixed;
top: 0px;
display: flex;
border: none;
height: 50px;
width: 100%;
background-color: lightgray;
box-shadow: 0 1px 4px grey;
}
.logo {
height: 50px;
width: auto;
background-color: transparent;
}
.logo:hover {
height: 60px;
width: auto;
background-color: gray;
}
#navbar {
display: flex;
margin: 0 0 0 auto;
height: 100%;
width: 75%;
}
#nav-list {
list-style: none;
flex-flow: row nowrap;
width: 100%;
display: flex;
margin: 0px;
padding: 0px;
}
.nav-sec {
display: flex;
flex: 1 1 auto;
text-align: center;
margin: 0px;
padding: 0px;
}
.nav-sec:hover {
background-color: grey;
height: 60px;
}
a:active {
background-color: white;
height: 60px;
}
.nav-link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
.nav-link:after {
text-decoration: none;
text-color: black;
}
/* Main */
main {
margin: 0px;
padding: 0px;
padding-top: 0px;
}
h1,
h2,
p {
text-align: center;
border: none;
padding: 0;
margin: 0px;
}
h1,
h2 {
font-weight: 1000;
font-size: 50px;
padding-top: 50px;
}
#welcome-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: #000;
background-image: linear-gradient(0deg, #f1f1f1 0%, #181719 100%);
}
#welcome-section h1 {
font-size: 4rem;
}
/* Projects */
#projects {
min-height: 100vh;
background-color: #000;
background-image: linear-gradient(180deg, #f1f1f1 0%, #6a6a6a 100%);
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: stretch;
padding-bottom: 20px;
}
#projects h1 {
width: 100%;
}
.text-project {
padding: 40px 10%;
}
.project-tile {
width: 26%;
border: none;
margin-bottom: 40px;
}
.project-link {
text-decoration: none;
color: #000;
text-shadow: 0px 0px 4px #fff;
border: none;
}
.project-img {
width: 100%;
border: none;
}
/* Social */
#social-section {
height: 80vh;
background-color: #6a6a6a;
padding: 0 2rem;
}
#social-section p {
padding: 20px;
}
/* Footer */
.credits {
background-color: lightgray;
border-top: 5px solid black;
display: block;
text-align: center;
text-decoration: none;
color: white;
font-size: 16px;
padding: 2rem;
text-shadow: 1px 1px 1px #000, 0px 0px 10px #000;
}
.credits:hover {
text-decoration: none;
color: #000;
font-size: 16px;
font-weight: 700;
text-shadow: 0px 0px 1px #fff;
}
@media screen and (max-width: 800px) {
/* Projects */
.project-tile {
width: 40%;
}
}
@media screen and (max-width: 520px) {
/* Projects */
.project-tile {
width: 70%;
}
}
@media screen and (max-width: 320px) {
/* Projects */
.project-tile {
width: 90%;
}
#nav-list {
flex-flow: row wrap;
align-items: center;
}
.nav-sec {
height: 30%;
flex: 1 1 auto;
margin-top: 1px;
}
.nav-sec:hover {
background-color: grey;
height: 40%;
}
}
/* Icon Pack*/
.icon-pack1 {
background-color: ;
position: relative;
z-index: 1;
padding: 20px;
}
.icon-pack1 ul li {
list-style-type: none;
margin: 15px;
padding-right: 5px;
display: inline-block;
}
.icon-pack1 ul {
display: flex;
justify-content: center;
align-items: center;
}
.icon-pack1 ul li a {
position: relative;
display: block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #666;
font-size: 30px;
border-radius: 50%;
background-color: #333;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.icon-pack1 ul li a:before {
position: absolute;
top: 0;
left: 0;
display: block;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
z-index: -1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
}
.icon-pack1 ul li:nth-child(1) a:before {
background-color: #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:before {
background-color: #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:before {
background-color: #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:before {
background-color: #55acee;
}
.icon-pack1 ul li:nth-child(1) a:hover {
color: #3b5999;
box-shadow: 0 0 5px #3b5999;
-webkit-box-shadow: 0 0 5px #3b5999;
-moz-box-shadow: 0 0 5px #3b5999;
-o-box-shadow: 0 0 5px #3b5999;
text-shadow: 0 0 5px #3b5999;
-webkit-text-shadow: 0 0 5px #3b5999;
-moz-text-shadow: 0 0 5px #3b5999;
-o-text-shadow: 0 0 5px #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:hover {
color: #0077b5;
box-shadow: 0 0 5px #0077b5;
-webkit-box-shadow: 0 0 5px #0077b5;
-moz-box-shadow: 0 0 5px #0077b5;
-o-box-shadow: 0 0 5px #0077b5;
text-shadow: 0 0 5px #0077b5;
-webkit-text-shadow: 0 0 5px #0077b5;
-moz-text-shadow: 0 0 5px #0077b5;
-o-text-shadow: 0 0 5px #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:hover {
color: #e4405f;
box-shadow: 0 0 5px #e4405f;
-webkit-box-shadow: 0 0 5px #e4405f;
-moz-box-shadow: 0 0 5px #e4405f;
-o-box-shadow: 0 0 5px #e4405f;
text-shadow: 0 0 5px #e4405f;
-webkit-text-shadow: 0 0 5px #e4405f;
-moz-text-shadow: 0 0 5px #e4405f;
-o-text-shadow: 0 0 5px #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:hover {
color: #55acee;
box-shadow: 0 0 5px #55acee;
-webkit-box-shadow: 0 0 5px #55acee;
-moz-box-shadow: 0 0 5px #55acee;
-o-box-shadow: 0 0 5px #55acee;
text-shadow: 0 0 5px #55acee;
-webkit-text-shadow: 0 0 5px #55acee;
-moz-text-shadow: 0 0 5px #55acee;
-o-text-shadow: 0 0 5px #55acee;
}
.icon-pack1 ul li:nth-child(1) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #3b5999;
-webkit-box-shadow: 0 0 15px #3b5999;
-moz-box-shadow: 0 0 15px #3b5999;
-o-box-shadow: 0 0 15px #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #0077b5;
-webkit-box-shadow: 0 0 15px #0077b5;
-moz-box-shadow: 0 0 15px #0077b5;
-o-box-shadow: 0 0 15px #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #e4405f;
-webkit-box-shadow: 0 0 15px #e4405f;
-moz-box-shadow: 0 0 15px #e4405f;
-o-box-shadow: 0 0 15px #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #55acee;
-webkit-box-shadow: 0 0 15px #55acee;
moz-box-shadow: 0 0 15px #55acee;
-o-box-shadow: 0 0 15px #55acee;
} | fcc/portfolio/style.css | body {
margin: 0px;
padding: 0px;
font-family: "helvetica", sans-serif;
}
header {
position: fixed;
top: 0px;
display: flex;
border: none;
height: 50px;
width: 100%;
background-color: lightgray;
box-shadow: 0 1px 4px grey;
}
.logo {
height: 50px;
width: auto;
background-color: transparent;
}
.logo:hover {
height: 60px;
width: auto;
background-color: gray;
}
#navbar {
display: flex;
margin: 0 0 0 auto;
height: 100%;
width: 75%;
}
#nav-list {
list-style: none;
flex-flow: row nowrap;
width: 100%;
display: flex;
margin: 0px;
padding: 0px;
}
.nav-sec {
display: flex;
flex: 1 1 auto;
text-align: center;
margin: 0px;
padding: 0px;
}
.nav-sec:hover {
background-color: grey;
height: 60px;
}
a:active {
background-color: white;
height: 60px;
}
.nav-link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
.nav-link:after {
text-decoration: none;
text-color: black;
}
/* Main */
main {
margin: 0px;
padding: 0px;
padding-top: 0px;
}
h1,
h2,
p {
text-align: center;
border: none;
padding: 0;
margin: 0px;
}
h1,
h2 {
font-weight: 1000;
font-size: 50px;
padding-top: 50px;
}
#welcome-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: #000;
background-image: linear-gradient(0deg, #f1f1f1 0%, #181719 100%);
}
#welcome-section h1 {
font-size: 4rem;
}
/* Projects */
#projects {
min-height: 100vh;
background-color: #000;
background-image: linear-gradient(180deg, #f1f1f1 0%, #6a6a6a 100%);
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: stretch;
padding-bottom: 20px;
}
#projects h1 {
width: 100%;
}
.text-project {
padding: 40px 10%;
}
.project-tile {
width: 26%;
border: none;
margin-bottom: 40px;
}
.project-link {
text-decoration: none;
color: #000;
text-shadow: 0px 0px 4px #fff;
border: none;
}
.project-img {
width: 100%;
border: none;
}
/* Social */
#social-section {
height: 80vh;
background-color: #6a6a6a;
padding: 0 2rem;
}
#social-section p {
padding: 20px;
}
/* Footer */
.credits {
background-color: lightgray;
border-top: 5px solid black;
display: block;
text-align: center;
text-decoration: none;
color: white;
font-size: 16px;
padding: 2rem;
text-shadow: 1px 1px 1px #000, 0px 0px 10px #000;
}
.credits:hover {
text-decoration: none;
color: #000;
font-size: 16px;
font-weight: 700;
text-shadow: 0px 0px 1px #fff;
}
@media screen and (max-width: 800px) {
/* Projects */
.project-tile {
width: 40%;
}
}
@media screen and (max-width: 520px) {
/* Projects */
.project-tile {
width: 70%;
}
}
@media screen and (max-width: 320px) {
/* Projects */
.project-tile {
width: 90%;
}
#nav-list {
flex-flow: row wrap;
align-items: center;
}
.nav-sec {
height: 30%;
flex: 1 1 auto;
margin-top: 1px;
}
.nav-sec:hover {
background-color: grey;
height: 40%;
}
}
/* Icon Pack*/
.icon-pack1 {
background-color: ;
position: relative;
z-index: 1;
padding: 20px;
}
.icon-pack1 ul li {
list-style-type: none;
margin: 15px;
padding-right: 5px;
display: inline-block;
}
.icon-pack1 ul {
display: flex;
justify-content: center;
align-items: center;
}
.icon-pack1 ul li a {
position: relative;
display: block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #666;
font-size: 30px;
border-radius: 50%;
background-color: #333;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.icon-pack1 ul li a:before {
position: absolute;
top: 0;
left: 0;
display: block;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
z-index: -1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
}
.icon-pack1 ul li:nth-child(1) a:before {
background-color: #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:before {
background-color: #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:before {
background-color: #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:before {
background-color: #55acee;
}
.icon-pack1 ul li:nth-child(1) a:hover {
color: #3b5999;
box-shadow: 0 0 5px #3b5999;
-webkit-box-shadow: 0 0 5px #3b5999;
-moz-box-shadow: 0 0 5px #3b5999;
-o-box-shadow: 0 0 5px #3b5999;
text-shadow: 0 0 5px #3b5999;
-webkit-text-shadow: 0 0 5px #3b5999;
-moz-text-shadow: 0 0 5px #3b5999;
-o-text-shadow: 0 0 5px #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:hover {
color: #0077b5;
box-shadow: 0 0 5px #0077b5;
-webkit-box-shadow: 0 0 5px #0077b5;
-moz-box-shadow: 0 0 5px #0077b5;
-o-box-shadow: 0 0 5px #0077b5;
text-shadow: 0 0 5px #0077b5;
-webkit-text-shadow: 0 0 5px #0077b5;
-moz-text-shadow: 0 0 5px #0077b5;
-o-text-shadow: 0 0 5px #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:hover {
color: #e4405f;
box-shadow: 0 0 5px #e4405f;
-webkit-box-shadow: 0 0 5px #e4405f;
-moz-box-shadow: 0 0 5px #e4405f;
-o-box-shadow: 0 0 5px #e4405f;
text-shadow: 0 0 5px #e4405f;
-webkit-text-shadow: 0 0 5px #e4405f;
-moz-text-shadow: 0 0 5px #e4405f;
-o-text-shadow: 0 0 5px #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:hover {
color: #55acee;
box-shadow: 0 0 5px #55acee;
-webkit-box-shadow: 0 0 5px #55acee;
-moz-box-shadow: 0 0 5px #55acee;
-o-box-shadow: 0 0 5px #55acee;
text-shadow: 0 0 5px #55acee;
-webkit-text-shadow: 0 0 5px #55acee;
-moz-text-shadow: 0 0 5px #55acee;
-o-text-shadow: 0 0 5px #55acee;
}
.icon-pack1 ul li:nth-child(1) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #3b5999;
-webkit-box-shadow: 0 0 15px #3b5999;
-moz-box-shadow: 0 0 15px #3b5999;
-o-box-shadow: 0 0 15px #3b5999;
}
.icon-pack1 ul li:nth-child(2) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #0077b5;
-webkit-box-shadow: 0 0 15px #0077b5;
-moz-box-shadow: 0 0 15px #0077b5;
-o-box-shadow: 0 0 15px #0077b5;
}
.icon-pack1 ul li:nth-child(3) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #e4405f;
-webkit-box-shadow: 0 0 15px #e4405f;
-moz-box-shadow: 0 0 15px #e4405f;
-o-box-shadow: 0 0 15px #e4405f;
}
.icon-pack1 ul li:nth-child(4) a:hover:before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
box-shadow: 0 0 15px #55acee;
-webkit-box-shadow: 0 0 15px #55acee;
moz-box-shadow: 0 0 15px #55acee;
-o-box-shadow: 0 0 15px #55acee;
} | 0.279238 | 0.052814 |
*{
margin: 0 auto;
padding: 0;
font-family: 'Lato',sans-serif;
box-sizing: border-box;
color:black;
}
.ulDefaultBlade{
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-around;
}
/*-----------------------CSS TEMAS DEFAULTBLADE---------------------------------------*/
.temas{
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: flex-end;
float: right;
}
.temaNocturno{
margin-right: 10px;
}
.temaNocturno :hover{
cursor: pointer;
}
.temaDia {
margin-right: 10px;
}
.temaDia :hover{
cursor: pointer;
}
.mobileFlex{
display: flex;
}
.mobileNone{
display:none;
}
/* carrousel */
body {
font-family: Verdana, sans-serif; margin:0;
}
.mySlides {
display: none;
}
img {
vertical-align: middle;
}
h2, h3, h4{
font-weight: bold;
}
button{
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 0px;
}
/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}
/*-----------------------------------------------------------*/
ion-icon{
font-size: 25px;
margin-top: 4%;
}
/*------------------------------------------------------------*/
header a:hover{
cursor:pointer;
text-decoration: none;
}
header{
margin-bottom: 35px;
background-image: url(../images/backgroundFood.png);
flex-direction: row;
justify-content: flex-start;
padding: 20px;
padding-top: 5px;
}
.userData{
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
}
#userPass{
width: 197px;
flex-direction: row;
}
header h1{
font-family: 'Dancing Script', cursive;
font-weight: bold;
display: flex;
justify-content: center;
}
/* -------------------------Con esto mato el css del bootstrap------------------------- */
#logo {
color: black;
text-decoration: none;
display: flex;
justify-content: center;
width: 23%;
margin-top: 0px;
margin-bottom: 0px;
}
/* ------------------------------------------------------------------------------------ */
.menuNoLogueado{
padding:20px
}
main{
display: flex;
flex-direction: column;
margin-bottom: 40px;
padding-top:20px ;
padding-bottom: 20px;
}
header li{
list-style: none;
margin: 0 10px;
margin-bottom: 10px;
}
footer li{
list-style: none;
margin: 0 10px;
margin-bottom: 10px;
}
#lista:hover {
color: rgb(135, 122, 134);
font-size: 101%;
}
.quienes{
margin-left: 10px;
}
#carrito:hover {
color: rgb(135, 122, 134);
}
#userAvatar{
font-size: 10px;
display:flex;
flex-direction: column;
}
footer{
background-image: url(../images/backgroundFood.png);
color: black;
padding-bottom: 30px;
}
footer .submit a{
display:none;
margin-right: -38%;
}
footer nav{
margin-top:3%;
display: flex;
padding: 1%;
}
ul{
margin: 0;
}
.hydrated:hover {
color: rgb(135, 122, 134);
}
.btn-info {
color:black;
background-image: url(../images/backgroundFood.png);
border-style: none;
font-size: 20px;
}
.btn-info:hover {
color: rgb(135, 122, 134);
}
.btn-info:focus{
color: black;
border-style: none;
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 0px;
}
.btn-info:active{
background-image: url(../images/backgroundFood.png);
color: black;
border-style: none;
}
footer .hydrated{
margin-top: 1%;
}
footer.hydrated:hover{
opacity: 55%;
}
footer li {
font-size: 20px;
display: block;
}
.contenido-redes{
margin-top: 6%;
}
.seguinos{
margin: 0 10px 0 0;
width: 100%;
}
.facebook{
width: 30%;
display: inline-block;
margin: 10px 10px 0 0;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.contenedor-login button{
border: solid black;
border-radius: 5%;
background-color: black;
color:white;
padding: 10px;
display: flex;
}
.formularioLogin {
margin-left: 0px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.extras {
flex-wrap: nowrap;
margin-bottom: 5%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 15px;
}
.extraCaja{
display:flex;
flex-direction: row;
width:100%;
align-items: center;
}
#remember{
margin: 0;
}
.centrar{
display: flex;
align-items: center;
}
.recordar{
font-size: 15px;
margin-bottom: 0;
margin-right: 5%;
}
#forgotPass{
color: blue;
font-size: 13px;
align-self: flex-start;
}
#forgotPass:hover{
text-decoration: underline;
}
h6{
font-size:16px;
font-weight:normal;
text-align:center;
}
#recuperarPas{
display: flex;
align-items: center;
}
#ingresar {
margin: 10px auto;
}
input{
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: left;
margin: 0;
font-size: 18px;
}
/*FINAL ESTILOS LOGIN.PHP*/
/*-----------------------------------------------------------------------------*/
/* CSS DEL REGISTRO */
#inicia-sesion{
display:flex;
justify-content: center;
margin-bottom: 25px;
margin-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-size: 40px;
}
#userCountry{
margin-left: 5px;
max-width: 200px;
}
#tituloRegistro{
display:flex;
justify-content: center;
margin-bottom: 25px;
margin-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-size: 40px;
}
a:hover{
text-decoration: none;
}
.formulario{
display: flex;
flex-direction: column;
}
form{
display: flex;
flex-direction: column;
}
/*CAJA USUARIO*/
.userData{
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
margin-bottom: 25px;
}
.userAge .userData {
flex-direction: column;
align-items: center;
}
.userAvatar .userData {
flex-direction: column;
align-items: center;
}
.userEmailcheck .userData {
margin-bottom: 0;
}
.userAge .userData {
margin-bottom: 0;
}
.userAvatar .userData {
margin-bottom: 0;
}
.labelUserData{
margin:0px;
}
.inputUserData {
margin:0px;
}
.inputUserData input{
border-color:white;
border-radius: 5%;
/* padding: 10px,100px; */
}
.changePass{
margin-left: 0px;
}
.submit{
display: flex;
flex-direction: column;
justify-content: space-between;
width:50%;
}
.submit label{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
}
.submit a{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
cursor:context-menu;
}
.submit a:hover{
cursor: pointer;
}
.submit button:hover{
cursor:pointer;
}
/*CAJA ERROR*/
.error{
display: flex;
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
min-width: 300px;
font-size: 15px;
}
/*CAJA DE ERRORES VALIDACION JAVASCRIPT*/
.errorJS{
color:darkred;
background-color:inherit;
}
.errorJS p{
color:darkred;
padding: 0px;
background-color:inherit;
}
.inputUserData{
display: flex;
}
.userEmailcheck{
width: 69%;
display: flex;
flex-direction: column;
}
.userAge{
display: flex;
flex-direction: column;
}
#corregir{
display: flex;
flex-direction: column;
color:darkred;
}
/*FIN CSS DEL REGISTRO*/
/*-------------------------------------------------------------------------*/
/*CSS DEL SUBIR INGREDIENTES*/
.ingredientData {
display: flex;
flex-direction: column;
}
.labelIngredientData {
display: flex;
}
/*-------------------------------------------------------------------------*/
/*CSS DEL CHANGE PASS*/
.changePassTitle {
margin-bottom: 30px;
}
/*-------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.imagenAvatar img{
display: flex;
margin-top: 30px;
min-width: 200px;
max-width: 200px;
margin-bottom: 30px;
}
.userInfo{
justify-content: space-between;
}
.userInfo li{
text-decoration: none;
list-style: none;
}
.mainProfile{
display: flex;
flex-direction: column;
background-image: none;
background-color: white;
}
.userName{
margin-bottom: 20px;
}
.direccionActual{
margin-bottom: 20px;
}
.direcciones{
margin-bottom: 20px;
}
.misUltimosPedidos{
margin-bottom: 20px;
width: 67%;
}
.pedidosEnCurso{
margin-bottom: 20px;
}
/*---------------------------------------------------------------------------*/
/*CSS DEL QUIENES SOMOS*/
#quienesSomos {
background-image: none;
background-color: white;
}
#quienesSomos h2{
margin-bottom: 10px;
}
.contenedor-quienes-somos{
width:70%;
text-align: center;
background-color: white;
}
/*--------------------------------------------------------------------------*/
/*FAQS */
#contenedorFaqs{
background-color:white;
background-image: none;
}
.contenedor-faqs{
width: 70%;
min-height: 200px;
padding: 5%;
text-align: left;
font-size: 20px;
}
/*----------------------------------CSS SUBIR PRODUCTO-----------------------------------------------*/
/*CAJA PRODUCTO*/
.prodData{
margin-bottom: 25px;
}
.labelProdData{
margin:0px;
display: flex;
margin-bottom: 2%;
}
.inputProdData {
margin:0px;
}
.inputProdData input{
border-color:white;
border-radius: 5%;
/* padding: 10px,100px; */
}
/*CAJA ERROR*/
.error{
display: flex;
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
min-width: 300px;
font-size: 15px;
}
.submitProd{
display:flex;
}
#buttonSubProd{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
cursor:context-menu;
}
#buttonSubProd:hover{
cursor:pointer;
}
/*--------------------------ESTILO DEL DROPDOWN----------------------------------*/
.dropdownMenu button{
-webkit-appearance: none;
padding: 0px;
background-color: none;
align-items: flex-start;
text-align: center;
cursor: pointer;
color: black;
background-color: inherit;
box-sizing: border-box;
border-width: 0px;
border-style: none;
border-color: none;
border-image: none;
justify-content: space-around;
margin-right: 10px;
display:flex;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
cursor: pointer;
font-size: 16px;
border: none;
outline: none;
color: black;
padding-top: 5px;
background-color: inherit;
font-family: inherit;
margin: 0;
font-size: inherit;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 114px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.show {
display: block;
}
/*--------------------------------MENU INDEX PARA MOBILE--------------------------------------------*/
.menu{
display: flex;
flex-direction: row;
align-content: center;
}
#cerrarSesion {
padding: 12px 16px;
font-size: 15px;
}
/*-------------------------------- FILTROS DEL CATALOGO --------------------------------------------*/
.filtros {
display: flex;
flex-direction: column;
padding-left: 3%;
padding-right: 3%;
}
.categorias {
border: 2px solid orange;
padding: 1%;
background-image: url(../images/backgroundFood.png);
margin-bottom: 3%;
}
.categorias ul {
align-items: center;
}
.ingredientes {
border: 2px solid orange;
padding: 1%;
background-image: url(../images/backgroundFood.png);
}
.ingredientes ul {
align-items: center;
}
/*-------------------------------- CATALOGO --------------------------------------------*/
.contenedor-principal{
display: flex;
flex-direction: column;
width: 100%;
}
.catalogo {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-right: 10px;
margin-left: 10px;
justify-content: center;
margin-top: 40px;
}
.filtros ul{
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.producto{
margin: 0px 10px 10px 10px;
display: flex;
flex-direction: column;
border: 2px solid grey;
padding: 1%;
align-self: center;
}
.producto-2 {
display: flex;
flex-direction: column;
}
.description {
display: none;
max-height: 100px;
}
/*-------------------------------- VISTA PRODUCTO INDIVIDUAL --------------------------------------------*/
.producto-individual{
display: flex;
flex-direction: column;
border: 2px solid grey;
border-radius: 5%;
padding: 1%;
align-self: center;
align-items: center;
}
.producto-1-individual img {
border: 2px inset orange;
border-radius: 50%;
display: flex;
}
.producto-2-individual {
display: flex;
flex-direction: column;
}
.categorias-producto li {
list-style: none;
}
.ingredientes-producto li {
list-style: none;
}
.submit-producto {
margin-top: 10%;
}
.ulProducto {
display: flex;
}
/*-------------------------------- CSS DEL PERFIL --------------------------------------------*/
#tituloPerfil {
display: flex;
justify-content: center;
}
.userInfo {
display: flex;
flex-direction: column;
}
/*---------------------------------------------------------------------------*/
@media (min-width:360px) {
.misUltimosPedidos {
width: 100%;
}
}
/*---------------------------------------------------------------------------*/
@media (min-width:720px) {
header h1{
flex-direction: row;
justify-content: space-around;
}
header{
flex-direction: column;
justify-content: space-around;
}
button .dropbtn{
margin-top:30px;
}
main{
overflow: scroll;
}
.userNav {
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
}
#ingresar{
margin: 10px 90px;
}
/*--------------------------------ESTILOS FORMULARIO DE REGISTRO-----------------------------------------------*/
.formulario {
width: 80%;
}
.inputUserData span{
margin:0px;
}
.inputUserData {
margin: 0px auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
.container {
width: auto;
}
}
header nav ul{
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
}
footer .submit a{
display:flex;
}
.submit {
flex-direction: row;
}
/*--------------------------------DEFAULTBLADE-----------------------------------------------*/
#aHide{
display: none;
}
#a2Hide{
display: none;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
font-size: 20px;
}
.fontsize{
font-size: 15px;
}
/*FINAL ESTILOS LOGIN.PHP*/
/*------------------------------------------------------------------------------------------*/
/*ACA ESTILOS DEL REGISTRO*/
.tituloRegistro h1{
margin-bottom:20px;
padding-left: 40px;
}
/*FIN ESTILOS REGISTRO*/
/*---------------------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.mainProfile{
justify-content:center;
flex-direction: row;
}
.myProfile{
display: flex;
justify-content: center;
flex-direction: column;
}
.myProfile h1{
margin-bottom:20px;
}
.imagenAvatar img{
display: flex;
margin-top: 30px;
min-width: 360px;
max-width: 360px;
margin-bottom: 30px;
}
.userInfo{
margin-top: 50px;
}
/*---------------------------------------------------------------------------------------*/
/*CSS DEL CATALOGO*/
.filtros {
flex-direction: row;
}
.categorias {
margin-right: 5%;
margin-bottom: 0;
}
.catalogo {
flex-direction: row;
}
.producto {
width: 30%;
}
/*--------------------------------------------------------------------------*/
@media (min-width:1024px) {
header{
font-size: 20px;
padding: 10px;
}
h1{
font-size: 80px;
}
main{
overflow:hidden;
scroll-behavior: smooth;
margin-bottom: 60px;
margin-top: 60px;
margin-left: 20px;
margin-right:20px;
}
p{
background-color: white;
padding:40px;
}
main{
background-color: white;
background-image: none;
}
footer{
margin: 0px auto;
padding-bottom: 40px;
font-size: 20px;
background-image: url(../images/backgroundFood.png);
}
.submit label{
padding:20px;
font-size: 20px;
margin-top:30px;
}
.submit a{
padding:20px;
font-size: 20px;
margin-top:30px;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
font-size: 20px;
}
.contenedor-login button{
font-size: 20px;
}
.contenedor-login{
font-size: 30px;
}
.extras{
flex-wrap: nowrap;
margin-bottom: 5%;
flex-direction: row;
}
#forgotPass{
margin-top: 1%;
margin-left: 0;
}
/*------------------------------------------------------------*/
/*CSS REGISTRO*/
.submit button{
padding:20px;
font-size: 20px;
}
.submit label:hover{
cursor:pointer;
}
/*FIN CSS DEL REGISTRO*/
/*------------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.myProfile h1{
margin-bottom:20px;
font-size: 60px;
}
.userInfo p{
font-size: 30px;
}
.userInfo h2{
font-size:30px;
}
.userInfo li{
font-size: 20px;
}
.userName p{
padding: 0;
}
.userName h2{
font-size: 40px;
}
.userName p{
font-size:30px;
}
.direccionActual p{
padding:0;
}
.userInfo{
margin-left: 0px;
}
/*--------------------------------------------------------------------------*/
/*CSS DE QUIENES-SOMOS:PHP*/
.contenedor-quienes-somos{
margin-top: 30px ;
margin-bottom:30px ;
font-size: 20px;
}
/*-----------------------------CSS CATALOGO----------------------------------------------*/
.description {
display: flex;
}
/*---------------------------------------------------------------------------------------*/
/*CSS DEL PRODUCTO INDIVIDUAL*/
.producto-individual{
width: 60%;
flex-direction: row;
}
.producto-1-individual img {
width: 400px;
height: 400px;
}
/*---------------------------------------------------------------------------------------*/
} | public/css/style.css | *{
margin: 0 auto;
padding: 0;
font-family: 'Lato',sans-serif;
box-sizing: border-box;
color:black;
}
.ulDefaultBlade{
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-around;
}
/*-----------------------CSS TEMAS DEFAULTBLADE---------------------------------------*/
.temas{
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: flex-end;
float: right;
}
.temaNocturno{
margin-right: 10px;
}
.temaNocturno :hover{
cursor: pointer;
}
.temaDia {
margin-right: 10px;
}
.temaDia :hover{
cursor: pointer;
}
.mobileFlex{
display: flex;
}
.mobileNone{
display:none;
}
/* carrousel */
body {
font-family: Verdana, sans-serif; margin:0;
}
.mySlides {
display: none;
}
img {
vertical-align: middle;
}
h2, h3, h4{
font-weight: bold;
}
button{
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 0px;
}
/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}
/*-----------------------------------------------------------*/
ion-icon{
font-size: 25px;
margin-top: 4%;
}
/*------------------------------------------------------------*/
header a:hover{
cursor:pointer;
text-decoration: none;
}
header{
margin-bottom: 35px;
background-image: url(../images/backgroundFood.png);
flex-direction: row;
justify-content: flex-start;
padding: 20px;
padding-top: 5px;
}
.userData{
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
}
#userPass{
width: 197px;
flex-direction: row;
}
header h1{
font-family: 'Dancing Script', cursive;
font-weight: bold;
display: flex;
justify-content: center;
}
/* -------------------------Con esto mato el css del bootstrap------------------------- */
#logo {
color: black;
text-decoration: none;
display: flex;
justify-content: center;
width: 23%;
margin-top: 0px;
margin-bottom: 0px;
}
/* ------------------------------------------------------------------------------------ */
.menuNoLogueado{
padding:20px
}
main{
display: flex;
flex-direction: column;
margin-bottom: 40px;
padding-top:20px ;
padding-bottom: 20px;
}
header li{
list-style: none;
margin: 0 10px;
margin-bottom: 10px;
}
footer li{
list-style: none;
margin: 0 10px;
margin-bottom: 10px;
}
#lista:hover {
color: rgb(135, 122, 134);
font-size: 101%;
}
.quienes{
margin-left: 10px;
}
#carrito:hover {
color: rgb(135, 122, 134);
}
#userAvatar{
font-size: 10px;
display:flex;
flex-direction: column;
}
footer{
background-image: url(../images/backgroundFood.png);
color: black;
padding-bottom: 30px;
}
footer .submit a{
display:none;
margin-right: -38%;
}
footer nav{
margin-top:3%;
display: flex;
padding: 1%;
}
ul{
margin: 0;
}
.hydrated:hover {
color: rgb(135, 122, 134);
}
.btn-info {
color:black;
background-image: url(../images/backgroundFood.png);
border-style: none;
font-size: 20px;
}
.btn-info:hover {
color: rgb(135, 122, 134);
}
.btn-info:focus{
color: black;
border-style: none;
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 0px;
}
.btn-info:active{
background-image: url(../images/backgroundFood.png);
color: black;
border-style: none;
}
footer .hydrated{
margin-top: 1%;
}
footer.hydrated:hover{
opacity: 55%;
}
footer li {
font-size: 20px;
display: block;
}
.contenido-redes{
margin-top: 6%;
}
.seguinos{
margin: 0 10px 0 0;
width: 100%;
}
.facebook{
width: 30%;
display: inline-block;
margin: 10px 10px 0 0;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.contenedor-login button{
border: solid black;
border-radius: 5%;
background-color: black;
color:white;
padding: 10px;
display: flex;
}
.formularioLogin {
margin-left: 0px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.extras {
flex-wrap: nowrap;
margin-bottom: 5%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 15px;
}
.extraCaja{
display:flex;
flex-direction: row;
width:100%;
align-items: center;
}
#remember{
margin: 0;
}
.centrar{
display: flex;
align-items: center;
}
.recordar{
font-size: 15px;
margin-bottom: 0;
margin-right: 5%;
}
#forgotPass{
color: blue;
font-size: 13px;
align-self: flex-start;
}
#forgotPass:hover{
text-decoration: underline;
}
h6{
font-size:16px;
font-weight:normal;
text-align:center;
}
#recuperarPas{
display: flex;
align-items: center;
}
#ingresar {
margin: 10px auto;
}
input{
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: left;
margin: 0;
font-size: 18px;
}
/*FINAL ESTILOS LOGIN.PHP*/
/*-----------------------------------------------------------------------------*/
/* CSS DEL REGISTRO */
#inicia-sesion{
display:flex;
justify-content: center;
margin-bottom: 25px;
margin-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-size: 40px;
}
#userCountry{
margin-left: 5px;
max-width: 200px;
}
#tituloRegistro{
display:flex;
justify-content: center;
margin-bottom: 25px;
margin-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-size: 40px;
}
a:hover{
text-decoration: none;
}
.formulario{
display: flex;
flex-direction: column;
}
form{
display: flex;
flex-direction: column;
}
/*CAJA USUARIO*/
.userData{
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
margin-bottom: 25px;
}
.userAge .userData {
flex-direction: column;
align-items: center;
}
.userAvatar .userData {
flex-direction: column;
align-items: center;
}
.userEmailcheck .userData {
margin-bottom: 0;
}
.userAge .userData {
margin-bottom: 0;
}
.userAvatar .userData {
margin-bottom: 0;
}
.labelUserData{
margin:0px;
}
.inputUserData {
margin:0px;
}
.inputUserData input{
border-color:white;
border-radius: 5%;
/* padding: 10px,100px; */
}
.changePass{
margin-left: 0px;
}
.submit{
display: flex;
flex-direction: column;
justify-content: space-between;
width:50%;
}
.submit label{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
}
.submit a{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
cursor:context-menu;
}
.submit a:hover{
cursor: pointer;
}
.submit button:hover{
cursor:pointer;
}
/*CAJA ERROR*/
.error{
display: flex;
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
min-width: 300px;
font-size: 15px;
}
/*CAJA DE ERRORES VALIDACION JAVASCRIPT*/
.errorJS{
color:darkred;
background-color:inherit;
}
.errorJS p{
color:darkred;
padding: 0px;
background-color:inherit;
}
.inputUserData{
display: flex;
}
.userEmailcheck{
width: 69%;
display: flex;
flex-direction: column;
}
.userAge{
display: flex;
flex-direction: column;
}
#corregir{
display: flex;
flex-direction: column;
color:darkred;
}
/*FIN CSS DEL REGISTRO*/
/*-------------------------------------------------------------------------*/
/*CSS DEL SUBIR INGREDIENTES*/
.ingredientData {
display: flex;
flex-direction: column;
}
.labelIngredientData {
display: flex;
}
/*-------------------------------------------------------------------------*/
/*CSS DEL CHANGE PASS*/
.changePassTitle {
margin-bottom: 30px;
}
/*-------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.imagenAvatar img{
display: flex;
margin-top: 30px;
min-width: 200px;
max-width: 200px;
margin-bottom: 30px;
}
.userInfo{
justify-content: space-between;
}
.userInfo li{
text-decoration: none;
list-style: none;
}
.mainProfile{
display: flex;
flex-direction: column;
background-image: none;
background-color: white;
}
.userName{
margin-bottom: 20px;
}
.direccionActual{
margin-bottom: 20px;
}
.direcciones{
margin-bottom: 20px;
}
.misUltimosPedidos{
margin-bottom: 20px;
width: 67%;
}
.pedidosEnCurso{
margin-bottom: 20px;
}
/*---------------------------------------------------------------------------*/
/*CSS DEL QUIENES SOMOS*/
#quienesSomos {
background-image: none;
background-color: white;
}
#quienesSomos h2{
margin-bottom: 10px;
}
.contenedor-quienes-somos{
width:70%;
text-align: center;
background-color: white;
}
/*--------------------------------------------------------------------------*/
/*FAQS */
#contenedorFaqs{
background-color:white;
background-image: none;
}
.contenedor-faqs{
width: 70%;
min-height: 200px;
padding: 5%;
text-align: left;
font-size: 20px;
}
/*----------------------------------CSS SUBIR PRODUCTO-----------------------------------------------*/
/*CAJA PRODUCTO*/
.prodData{
margin-bottom: 25px;
}
.labelProdData{
margin:0px;
display: flex;
margin-bottom: 2%;
}
.inputProdData {
margin:0px;
}
.inputProdData input{
border-color:white;
border-radius: 5%;
/* padding: 10px,100px; */
}
/*CAJA ERROR*/
.error{
display: flex;
flex-direction: row;
margin-bottom: 25px;
justify-content: center;
min-width: 300px;
font-size: 15px;
}
.submitProd{
display:flex;
}
#buttonSubProd{
margin-top: 10px;
margin-bottom: 10px;
color:white;
border-color: black;
border-radius: 5%;
background-color: black;
padding: 15px;
font-size: 15px;
cursor:context-menu;
}
#buttonSubProd:hover{
cursor:pointer;
}
/*--------------------------ESTILO DEL DROPDOWN----------------------------------*/
.dropdownMenu button{
-webkit-appearance: none;
padding: 0px;
background-color: none;
align-items: flex-start;
text-align: center;
cursor: pointer;
color: black;
background-color: inherit;
box-sizing: border-box;
border-width: 0px;
border-style: none;
border-color: none;
border-image: none;
justify-content: space-around;
margin-right: 10px;
display:flex;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
cursor: pointer;
font-size: 16px;
border: none;
outline: none;
color: black;
padding-top: 5px;
background-color: inherit;
font-family: inherit;
margin: 0;
font-size: inherit;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 114px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.show {
display: block;
}
/*--------------------------------MENU INDEX PARA MOBILE--------------------------------------------*/
.menu{
display: flex;
flex-direction: row;
align-content: center;
}
#cerrarSesion {
padding: 12px 16px;
font-size: 15px;
}
/*-------------------------------- FILTROS DEL CATALOGO --------------------------------------------*/
.filtros {
display: flex;
flex-direction: column;
padding-left: 3%;
padding-right: 3%;
}
.categorias {
border: 2px solid orange;
padding: 1%;
background-image: url(../images/backgroundFood.png);
margin-bottom: 3%;
}
.categorias ul {
align-items: center;
}
.ingredientes {
border: 2px solid orange;
padding: 1%;
background-image: url(../images/backgroundFood.png);
}
.ingredientes ul {
align-items: center;
}
/*-------------------------------- CATALOGO --------------------------------------------*/
.contenedor-principal{
display: flex;
flex-direction: column;
width: 100%;
}
.catalogo {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-right: 10px;
margin-left: 10px;
justify-content: center;
margin-top: 40px;
}
.filtros ul{
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.producto{
margin: 0px 10px 10px 10px;
display: flex;
flex-direction: column;
border: 2px solid grey;
padding: 1%;
align-self: center;
}
.producto-2 {
display: flex;
flex-direction: column;
}
.description {
display: none;
max-height: 100px;
}
/*-------------------------------- VISTA PRODUCTO INDIVIDUAL --------------------------------------------*/
.producto-individual{
display: flex;
flex-direction: column;
border: 2px solid grey;
border-radius: 5%;
padding: 1%;
align-self: center;
align-items: center;
}
.producto-1-individual img {
border: 2px inset orange;
border-radius: 50%;
display: flex;
}
.producto-2-individual {
display: flex;
flex-direction: column;
}
.categorias-producto li {
list-style: none;
}
.ingredientes-producto li {
list-style: none;
}
.submit-producto {
margin-top: 10%;
}
.ulProducto {
display: flex;
}
/*-------------------------------- CSS DEL PERFIL --------------------------------------------*/
#tituloPerfil {
display: flex;
justify-content: center;
}
.userInfo {
display: flex;
flex-direction: column;
}
/*---------------------------------------------------------------------------*/
@media (min-width:360px) {
.misUltimosPedidos {
width: 100%;
}
}
/*---------------------------------------------------------------------------*/
@media (min-width:720px) {
header h1{
flex-direction: row;
justify-content: space-around;
}
header{
flex-direction: column;
justify-content: space-around;
}
button .dropbtn{
margin-top:30px;
}
main{
overflow: scroll;
}
.userNav {
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
}
#ingresar{
margin: 10px 90px;
}
/*--------------------------------ESTILOS FORMULARIO DE REGISTRO-----------------------------------------------*/
.formulario {
width: 80%;
}
.inputUserData span{
margin:0px;
}
.inputUserData {
margin: 0px auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
.container {
width: auto;
}
}
header nav ul{
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
}
footer .submit a{
display:flex;
}
.submit {
flex-direction: row;
}
/*--------------------------------DEFAULTBLADE-----------------------------------------------*/
#aHide{
display: none;
}
#a2Hide{
display: none;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
font-size: 20px;
}
.fontsize{
font-size: 15px;
}
/*FINAL ESTILOS LOGIN.PHP*/
/*------------------------------------------------------------------------------------------*/
/*ACA ESTILOS DEL REGISTRO*/
.tituloRegistro h1{
margin-bottom:20px;
padding-left: 40px;
}
/*FIN ESTILOS REGISTRO*/
/*---------------------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.mainProfile{
justify-content:center;
flex-direction: row;
}
.myProfile{
display: flex;
justify-content: center;
flex-direction: column;
}
.myProfile h1{
margin-bottom:20px;
}
.imagenAvatar img{
display: flex;
margin-top: 30px;
min-width: 360px;
max-width: 360px;
margin-bottom: 30px;
}
.userInfo{
margin-top: 50px;
}
/*---------------------------------------------------------------------------------------*/
/*CSS DEL CATALOGO*/
.filtros {
flex-direction: row;
}
.categorias {
margin-right: 5%;
margin-bottom: 0;
}
.catalogo {
flex-direction: row;
}
.producto {
width: 30%;
}
/*--------------------------------------------------------------------------*/
@media (min-width:1024px) {
header{
font-size: 20px;
padding: 10px;
}
h1{
font-size: 80px;
}
main{
overflow:hidden;
scroll-behavior: smooth;
margin-bottom: 60px;
margin-top: 60px;
margin-left: 20px;
margin-right:20px;
}
p{
background-color: white;
padding:40px;
}
main{
background-color: white;
background-image: none;
}
footer{
margin: 0px auto;
padding-bottom: 40px;
font-size: 20px;
background-image: url(../images/backgroundFood.png);
}
.submit label{
padding:20px;
font-size: 20px;
margin-top:30px;
}
.submit a{
padding:20px;
font-size: 20px;
margin-top:30px;
}
/*-------------------------------------------------------------------------------------------*/
/*ACA LOS ESTILOS PARA EL LOGIN.PHP*/
.contenedor-login{
font-size: 20px;
}
.contenedor-login button{
font-size: 20px;
}
.contenedor-login{
font-size: 30px;
}
.extras{
flex-wrap: nowrap;
margin-bottom: 5%;
flex-direction: row;
}
#forgotPass{
margin-top: 1%;
margin-left: 0;
}
/*------------------------------------------------------------*/
/*CSS REGISTRO*/
.submit button{
padding:20px;
font-size: 20px;
}
.submit label:hover{
cursor:pointer;
}
/*FIN CSS DEL REGISTRO*/
/*------------------------------------------------------------------------------*/
/*CSS DEL PROFILE:PHP*/
.myProfile h1{
margin-bottom:20px;
font-size: 60px;
}
.userInfo p{
font-size: 30px;
}
.userInfo h2{
font-size:30px;
}
.userInfo li{
font-size: 20px;
}
.userName p{
padding: 0;
}
.userName h2{
font-size: 40px;
}
.userName p{
font-size:30px;
}
.direccionActual p{
padding:0;
}
.userInfo{
margin-left: 0px;
}
/*--------------------------------------------------------------------------*/
/*CSS DE QUIENES-SOMOS:PHP*/
.contenedor-quienes-somos{
margin-top: 30px ;
margin-bottom:30px ;
font-size: 20px;
}
/*-----------------------------CSS CATALOGO----------------------------------------------*/
.description {
display: flex;
}
/*---------------------------------------------------------------------------------------*/
/*CSS DEL PRODUCTO INDIVIDUAL*/
.producto-individual{
width: 60%;
flex-direction: row;
}
.producto-1-individual img {
width: 400px;
height: 400px;
}
/*---------------------------------------------------------------------------------------*/
} | 0.360264 | 0.052449 |
html {
position: relative;
min-height: 100%;
}
/* Space out content a bit */
body {
padding-top: 20px;
padding-bottom: 20px;
font-family: 'PT Sans', 'sans-serif';
background-color: #F0F0F0;
}
/******** MY STUFF ************/
h1 {
font-size:40pt;
padding-bottom: 5px;
font-family: 'PT Sans', 'serif';
}
#pageTitle {
font-size:24pt;
font-family: 'PT Sans', 'serif';
}
h2 {
padding-top: 20px;
font-size: 200%;
}
.fa { font-family: FontAwesome }
#inputText {
/*font-family: 'Share Tech Sans', Arial;*/
max-width: 436px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 0px;
overflow-y: scroll;
z-index: -1;
}
#filelimit {
color:#d9534f;
}
#instructions {
max-width: 436px;
margin-left: auto;
margin-right: auto;
font-size:12pt;
}
#bigtitle {
color: inherit;
text-decoration: none;
}
#welcomeText {
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
}
#formText {
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
#progressbar {
display:none;
}
.btn, .btn-group {
margin-left: 4px;
}
.form-signin {
text-align: left;
}
.form-control {
max-width: 200px;
margin-bottom: 10px;
}
/************************************************
Page details:
************************************************/
#page2, #page3, #page4, #page5 {
display:none;
}
@media screen and (max-width: 480px) {
#urlentry {
min-width: 300px;
}
}
ul {
list-style-type: none;
padding-left: 0px;
}
/*https://kuler.adobe.com/Red-Rose-Sand-color-theme-955060/*/
.nav-pills > li > a:hover {
background-color: #E1E3E1;
}
/******** MY STUFF ************/
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.jumbotron,
.footer {
padding-right: 0px;
padding-left: 0px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
font-family: 'Arial';
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
padding-bottom: 19px;
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
}
/* Custom page footer */
.footer {
position: absolute;
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
height: 60px;
bottom: 0;
left: 0;
right: 0;
/*margin-top: 200px;*/
margin-left: auto;
margin-right: auto;
max-width: 690px;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 710px;
padding-right: 20px;
padding-left: 20px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
/*border-bottom: 1px solid #e5e5e5;*/
}
.jumbotron .btn {
font-family: 'Arial';
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.jumbotron,
.container,
{
padding-right: 0;
padding-left: 0;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
padding-top: 20px;
margin-bottom: 40px;
}
} | static/css/test.css | html {
position: relative;
min-height: 100%;
}
/* Space out content a bit */
body {
padding-top: 20px;
padding-bottom: 20px;
font-family: 'PT Sans', 'sans-serif';
background-color: #F0F0F0;
}
/******** MY STUFF ************/
h1 {
font-size:40pt;
padding-bottom: 5px;
font-family: 'PT Sans', 'serif';
}
#pageTitle {
font-size:24pt;
font-family: 'PT Sans', 'serif';
}
h2 {
padding-top: 20px;
font-size: 200%;
}
.fa { font-family: FontAwesome }
#inputText {
/*font-family: 'Share Tech Sans', Arial;*/
max-width: 436px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 0px;
overflow-y: scroll;
z-index: -1;
}
#filelimit {
color:#d9534f;
}
#instructions {
max-width: 436px;
margin-left: auto;
margin-right: auto;
font-size:12pt;
}
#bigtitle {
color: inherit;
text-decoration: none;
}
#welcomeText {
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
}
#formText {
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
#progressbar {
display:none;
}
.btn, .btn-group {
margin-left: 4px;
}
.form-signin {
text-align: left;
}
.form-control {
max-width: 200px;
margin-bottom: 10px;
}
/************************************************
Page details:
************************************************/
#page2, #page3, #page4, #page5 {
display:none;
}
@media screen and (max-width: 480px) {
#urlentry {
min-width: 300px;
}
}
ul {
list-style-type: none;
padding-left: 0px;
}
/*https://kuler.adobe.com/Red-Rose-Sand-color-theme-955060/*/
.nav-pills > li > a:hover {
background-color: #E1E3E1;
}
/******** MY STUFF ************/
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.jumbotron,
.footer {
padding-right: 0px;
padding-left: 0px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
font-family: 'Arial';
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
padding-bottom: 19px;
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
}
/* Custom page footer */
.footer {
position: absolute;
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
height: 60px;
bottom: 0;
left: 0;
right: 0;
/*margin-top: 200px;*/
margin-left: auto;
margin-right: auto;
max-width: 690px;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 710px;
padding-right: 20px;
padding-left: 20px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
/*border-bottom: 1px solid #e5e5e5;*/
}
.jumbotron .btn {
font-family: 'Arial';
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.jumbotron,
.container,
{
padding-right: 0;
padding-left: 0;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
padding-top: 20px;
margin-bottom: 40px;
}
} | 0.394318 | 0.070848 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?147sh4');
src: url('fonts/icomoon.eot?147sh4#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?147sh4') format('truetype'),
url('fonts/icomoon.woff?147sh4') format('woff'),
url('fonts/icomoon.svg?147sh4#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-add-circle-1:before {
content: "\e900";
}
.icon-airplane:before {
content: "\e901";
}
.icon-alien:before {
content: "\e902";
}
.icon-alien-head:before {
content: "\e903";
}
.icon-android:before {
content: "\e904";
}
.icon-atomic-bomb:before {
content: "\e905";
}
.icon-at-sign:before {
content: "\e906";
}
.icon-baby:before {
content: "\e907";
}
.icon-baby-hanging-toy:before {
content: "\e908";
}
.icon-baby-trolley:before {
content: "\e909";
}
.icon-backpack:before {
content: "\e90a";
}
.icon-banking-debit-machine:before {
content: "\e90b";
}
.icon-banking-donation-2:before {
content: "\e90c";
}
.icon-banking-spendings-1:before {
content: "\e90d";
}
.icon-banking-spendings-2:before {
content: "\e90e";
}
.icon-banking-spendings-3:before {
content: "\e90f";
}
.icon-bank-note:before {
content: "\e910";
}
.icon-battery-charging-1:before {
content: "\e911";
}
.icon-battery-high:before {
content: "\e912";
}
.icon-battery-low:before {
content: "\e913";
}
.icon-beaker-science:before {
content: "\e914";
}
.icon-beauty-hand-soap:before {
content: "\e915";
}
.icon-beauty-lipstick:before {
content: "\e916";
}
.icon-bin:before {
content: "\e917";
}
.icon-binoculars:before {
content: "\e918";
}
.icon-bitcoin-cloud:before {
content: "\e919";
}
.icon-bitcoin-laptop:before {
content: "\e91a";
}
.icon-bitcoin-network:before {
content: "\e91b";
}
.icon-bitcoin-windows:before {
content: "\e91c";
}
.icon-box-2:before {
content: "\e91d";
}
.icon-box-add:before {
content: "\e91e";
}
.icon-box-check:before {
content: "\e91f";
}
.icon-box-handle-1:before {
content: "\e920";
}
.icon-box-subtract:before {
content: "\e921";
}
.icon-building-6:before {
content: "\e922";
}
.icon-building-10:before {
content: "\e923";
}
.icon-building-barn:before {
content: "\e924";
}
.icon-bus-2:before {
content: "\e925";
}
.icon-business-briefcase-cash:before {
content: "\e926";
}
.icon-business-whiteboard:before {
content: "\e927";
}
.icon-calendar-1:before {
content: "\e928";
}
.icon-camera-1:before {
content: "\e929";
}
.icon-camera-live-view-off:before {
content: "\e92a";
}
.icon-car-2:before {
content: "\e92b";
}
.icon-castle-1:before {
content: "\e92c";
}
.icon-cc-camera-1:before {
content: "\e92d";
}
.icon-chair-1:before {
content: "\e92e";
}
.icon-chat-bubble-square-1:before {
content: "\e92f";
}
.icon-chat-bubble-square-add:before {
content: "\e930";
}
.icon-chat-bubble-square-check:before {
content: "\e931";
}
.icon-chat-bubble-square-close:before {
content: "\e932";
}
.icon-chat-bubble-square-smiley:before {
content: "\e933";
}
.icon-chat-bubble-square-subtract:before {
content: "\e934";
}
.icon-check-box:before {
content: "\e935";
}
.icon-chef-1:before {
content: "\e936";
}
.icon-chef-hat:before {
content: "\e937";
}
.icon-close:before {
content: "\e938";
}
.icon-cloud:before {
content: "\e939";
}
.icon-cloud-harddisk-1:before {
content: "\e93a";
}
.icon-coffee-mug:before {
content: "\e93b";
}
.icon-cog-box:before {
content: "\e93c";
}
.icon-coin-purse-1:before {
content: "\e93d";
}
.icon-coin-stack-1:before {
content: "\e93e";
}
.icon-color-palette:before {
content: "\e93f";
}
.icon-computer-personal-1:before {
content: "\e940";
}
.icon-computer-screen-1:before {
content: "\e941";
}
.icon-content-book-2:before {
content: "\e942";
}
.icon-content-book-6:before {
content: "\e943";
}
.icon-content-bookmark-4:before {
content: "\e944";
}
.icon-couch:before {
content: "\e945";
}
.icon-crop-image:before {
content: "\e946";
}
.icon-cursor-arrow-1:before {
content: "\e947";
}
.icon-cursor-arrow-2:before {
content: "\e948";
}
.icon-cursor-touch-1:before {
content: "\e949";
}
.icon-data-download-5:before {
content: "\e94a";
}
.icon-data-upload-5:before {
content: "\e94b";
}
.icon-devices:before {
content: "\e94c";
}
.icon-dna:before {
content: "\e94d";
}
.icon-download-computer:before {
content: "\e94e";
}
.icon-eco-car:before {
content: "\e94f";
}
.icon-eco-factory:before {
content: "\e950";
}
.icon-eco-field:before {
content: "\e951";
}
.icon-email-heart:before {
content: "\e952";
}
.icon-email-inbox:before {
content: "\e953";
}
.icon-email-outbox:before {
content: "\e954";
}
.icon-email-timeout:before {
content: "\e955";
}
.icon-envelope-1:before {
content: "\e956";
}
.icon-espresso-machine:before {
content: "\e957";
}
.icon-exposure-level:before {
content: "\e958";
}
.icon-female-1:before {
content: "\e959";
}
.icon-fence-caution:before {
content: "\e95a";
}
.icon-file-bookmark:before {
content: "\e95b";
}
.icon-file-copy:before {
content: "\e95c";
}
.icon-file-hand:before {
content: "\e95d";
}
.icon-file-landscape-new-1:before {
content: "\e95e";
}
.icon-file-new-1:before {
content: "\e95f";
}
.icon-file-new-2:before {
content: "\e960";
}
.icon-file-notes-document:before {
content: "\e961";
}
.icon-file-notes-new:before {
content: "\e962";
}
.icon-file-office-graph:before {
content: "\e963";
}
.icon-file-office-text:before {
content: "\e964";
}
.icon-files-1:before {
content: "\e965";
}
.icon-files-2:before {
content: "\e966";
}
.icon-files-3:before {
content: "\e967";
}
.icon-file-swap:before {
content: "\e968";
}
.icon-file-tasks-add:before {
content: "\e969";
}
.icon-file-tasks-checklist:before {
content: "\e96a";
}
.icon-file-tasks-close:before {
content: "\e96b";
}
.icon-file-tasks-subtract:before {
content: "\e96c";
}
.icon-file-zipped-new:before {
content: "\e96d";
}
.icon-file-zipped-vice:before {
content: "\e96e";
}
.icon-fire-extinguisher:before {
content: "\e96f";
}
.icon-fire-lighter:before {
content: "\e970";
}
.icon-flash:before {
content: "\e971";
}
.icon-flash-off:before {
content: "\e972";
}
.icon-folder-add:before {
content: "\e973";
}
.icon-folder-check:before {
content: "\e974";
}
.icon-folder-close:before {
content: "\e975";
}
.icon-folder-subtract:before {
content: "\e976";
}
.icon-food-chicken-drum-stick:before {
content: "\e977";
}
.icon-food-double-burger:before {
content: "\e978";
}
.icon-food-icecream-2:before {
content: "\e979";
}
.icon-food-noodle-2:before {
content: "\e97a";
}
.icon-food-plate-knife-fork:before {
content: "\e97b";
}
.icon-food-steak:before {
content: "\e97c";
}
.icon-glass-cocktail-2:before {
content: "\e97d";
}
.icon-gold-nuggets:before {
content: "\e97e";
}
.icon-graduation-hat:before {
content: "\e97f";
}
.icon-gramophone:before {
content: "\e980";
}
.icon-greek-column:before {
content: "\e981";
}
.icon-hammer-anvil:before {
content: "\e982";
}
.icon-hand-gun:before {
content: "\e983";
}
.icon-hand-remote:before {
content: "\e984";
}
.icon-hanging-rope:before {
content: "\e985";
}
.icon-hat-1:before {
content: "\e986";
}
.icon-hat-magician:before {
content: "\e987";
}
.icon-health-ambulance:before {
content: "\e988";
}
.icon-health-graph-1:before {
content: "\e989";
}
.icon-health-heart-pulse:before {
content: "\e98a";
}
.icon-health-hospital-sign-1:before {
content: "\e98b";
}
.icon-health-medicine-bottle:before {
content: "\e98c";
}
.icon-health-prescription-2:before {
content: "\e98d";
}
.icon-helicopter:before {
content: "\e98e";
}
.icon-hot-air-balloon:before {
content: "\e98f";
}
.icon-hotel-bath-shower:before {
content: "\e990";
}
.icon-hotel-bed-1:before {
content: "\e991";
}
.icon-hotel-shower:before {
content: "\e992";
}
.icon-hotel-toilet-seat:before {
content: "\e993";
}
.icon-hourglass:before {
content: "\e994";
}
.icon-id-card-1:before {
content: "\e995";
}
.icon-inbox:before {
content: "\e996";
}
.icon-keyboard:before {
content: "\e997";
}
.icon-key-hole-1:before {
content: "\e998";
}
.icon-king:before {
content: "\e999";
}
.icon-kitchen-blender:before {
content: "\e99a";
}
.icon-kitchen-frying-machine:before {
content: "\e99b";
}
.icon-kitchen-pan-fry:before {
content: "\e99c";
}
.icon-lamp-1:before {
content: "\e99d";
}
.icon-lamp-studio-1:before {
content: "\e99e";
}
.icon-laptop-1:before {
content: "\e99f";
}
.icon-leisure-dj-booth:before {
content: "\e9a0";
}
.icon-leisure-magic:before {
content: "\e9a1";
}
.icon-leisure-marry-go-round:before {
content: "\e9a2";
}
.icon-leisure-rest:before {
content: "\e9a3";
}
.icon-location-gps-on-2:before {
content: "\e9a4";
}
.icon-location-map-1:before {
content: "\e9a5";
}
.icon-location-pin-4:before {
content: "\e9a6";
}
.icon-location-pin-add-2:before {
content: "\e9a7";
}
.icon-location-pin-bank-2:before {
content: "\e9a8";
}
.icon-location-pin-check-2:before {
content: "\e9a9";
}
.icon-location-pin-close-2:before {
content: "\e9aa";
}
.icon-location-pin-skull-2:before {
content: "\e9ab";
}
.icon-location-pin-subtract-2:before {
content: "\e9ac";
}
.icon-location-user:before {
content: "\e9ad";
}
.icon-lock-1:before {
content: "\e9ae";
}
.icon-lock-unlock-1:before {
content: "\e9af";
}
.icon-login-check:before {
content: "\e9b0";
}
.icon-login-lock:before {
content: "\e9b1";
}
.icon-login-wrong:before {
content: "\e9b2";
}
.icon-mail-refresh-1:before {
content: "\e9b3";
}
.icon-match-stick:before {
content: "\e9b4";
}
.icon-mobile-phone-audio:before {
content: "\e9b5";
}
.icon-mobile-phone-check-1:before {
content: "\e9b6";
}
.icon-mobile-phone-close-1:before {
content: "\e9b7";
}
.icon-mobile-phone-off:before {
content: "\e9b8";
}
.icon-monster-truck-1:before {
content: "\e9b9";
}
.icon-motorcycle-1:before {
content: "\e9ba";
}
.icon-motorcycle-2:before {
content: "\e9bb";
}
.icon-music-note-1:before {
content: "\e9bc";
}
.icon-nature-flower-1:before {
content: "\e9bd";
}
.icon-nature-plant-1:before {
content: "\e9be";
}
.icon-navigation-before-1:before {
content: "\e9bf";
}
.icon-navigation-next-1:before {
content: "\e9c0";
}
.icon-network-business:before {
content: "\e9c1";
}
.icon-network-laptop:before {
content: "\e9c2";
}
.icon-nuclear-power-plant:before {
content: "\e9c3";
}
.icon-operator-male:before {
content: "\e9c4";
}
.icon-organization-hierarchy-3:before {
content: "\e9c5";
}
.icon-origami-paper-bird:before {
content: "\e9c6";
}
.icon-outbox:before {
content: "\e9c7";
}
.icon-paint-brush-1:before {
content: "\e9c8";
}
.icon-paper-pin:before {
content: "\e9c9";
}
.icon-paperplane:before {
content: "\e9ca";
}
.icon-pencil-2:before {
content: "\e9cb";
}
.icon-pencil-ruler:before {
content: "\e9cc";
}
.icon-pen-tablet:before {
content: "\e9cd";
}
.icon-phone-incoming:before {
content: "\e9ce";
}
.icon-phone-outgoing:before {
content: "\e9cf";
}
.icon-photo-landscape:before {
content: "\e9d0";
}
.icon-photo-portrait:before {
content: "\e9d1";
}
.icon-picture-layer-1:before {
content: "\e9d2";
}
.icon-pin-2:before {
content: "\e9d3";
}
.icon-places-christ-the-redeemer:before {
content: "\e9d4";
}
.icon-places-colosseum:before {
content: "\e9d5";
}
.icon-places-eiffel-tower:before {
content: "\e9d6";
}
.icon-places-home-3:before {
content: "\e9d7";
}
.icon-places-home-4:before {
content: "\e9d8";
}
.icon-places-taj-mahal:before {
content: "\e9d9";
}
.icon-places-warehouse-1:before {
content: "\e9da";
}
.icon-places-water-well:before {
content: "\e9db";
}
.icon-pocket-knife:before {
content: "\e9dc";
}
.icon-police-officer-1:before {
content: "\e9dd";
}
.icon-polo-shirt:before {
content: "\e9de";
}
.icon-projector:before {
content: "\e9df";
}
.icon-quill:before {
content: "\e9e0";
}
.icon-receipt-1:before {
content: "\e9e1";
}
.icon-rechargable-battery:before {
content: "\e9e2";
}
.icon-register-machine:before {
content: "\e9e3";
}
.icon-remove-circle-1:before {
content: "\e9e4";
}
.icon-rewards-banner-check:before {
content: "\e9e5";
}
.icon-rewards-gift:before {
content: "\e9e6";
}
.icon-rewards-medal-1:before {
content: "\e9e7";
}
.icon-rewards-pedestal:before {
content: "\e9e8";
}
.icon-rewards-trophy-5:before {
content: "\e9e9";
}
.icon-ring-planet:before {
content: "\e9ea";
}
.icon-romance-bow:before {
content: "\e9eb";
}
.icon-romance-love-target:before {
content: "\e9ec";
}
.icon-romance-relationship:before {
content: "\e9ed";
}
.icon-safe:before {
content: "\e9ee";
}
.icon-save-water:before {
content: "\e9ef";
}
.icon-scissors:before {
content: "\e9f0";
}
.icon-send-to-back:before {
content: "\e9f1";
}
.icon-send-to-front:before {
content: "\e9f2";
}
.icon-server-2:before {
content: "\e9f3";
}
.icon-server-add-1:before {
content: "\e9f4";
}
.icon-server-bug:before {
content: "\e9f5";
}
.icon-server-check-1:before {
content: "\e9f6";
}
.icon-server-close-1:before {
content: "\e9f7";
}
.icon-server-network-1:before {
content: "\e9f8";
}
.icon-server-subtract-1:before {
content: "\e9f9";
}
.icon-settings-1:before {
content: "\e9fa";
}
.icon-share-megaphone-2:before {
content: "\e9fb";
}
.icon-share-radar:before {
content: "\e9fc";
}
.icon-share-signal-user:before {
content: "\e9fd";
}
.icon-shopping-basket-1:before {
content: "\e9fe";
}
.icon-shopping-basket-2:before {
content: "\e9ff";
}
.icon-shopping-basket-add:before {
content: "\ea00";
}
.icon-shopping-basket-check:before {
content: "\ea01";
}
.icon-shopping-basket-close:before {
content: "\ea02";
}
.icon-shopping-basket-subtract:before {
content: "\ea03";
}
.icon-sign-elevator:before {
content: "\ea04";
}
.icon-sign-toilet:before {
content: "\ea05";
}
.icon-smart-watch-circle-navigation:before {
content: "\ea06";
}
.icon-smiley-dolar:before {
content: "\ea07";
}
.icon-smiley-poker-face:before {
content: "\ea08";
}
.icon-smiley-shy-1:before {
content: "\ea09";
}
.icon-smiley-smile-2:before {
content: "\ea0a";
}
.icon-smiley-wink:before {
content: "\ea0b";
}
.icon-smiley-worry:before {
content: "\ea0c";
}
.icon-spa-bamboo:before {
content: "\ea0d";
}
.icon-spa-lotion:before {
content: "\ea0e";
}
.icon-spa-lotus-flower:before {
content: "\ea0f";
}
.icon-speaker-volume-decrease:before {
content: "\ea10";
}
.icon-speaker-volume-high:before {
content: "\ea11";
}
.icon-speaker-volume-increase:before {
content: "\ea12";
}
.icon-speaker-volume-medium:before {
content: "\ea13";
}
.icon-speaker-volume-off:before {
content: "\ea14";
}
.icon-sport-basketball:before {
content: "\ea15";
}
.icon-sport-bowling:before {
content: "\ea16";
}
.icon-sport-dumbbell-1:before {
content: "\ea17";
}
.icon-sport-football-field:before {
content: "\ea18";
}
.icon-sport-takraw:before {
content: "\ea19";
}
.icon-spray-bottle:before {
content: "\ea1a";
}
.icon-star-constellation:before {
content: "\ea1b";
}
.icon-subtract-circle-1:before {
content: "\ea1c";
}
.icon-sunny:before {
content: "\ea1d";
}
.icon-switch-left:before {
content: "\ea1e";
}
.icon-switch-right:before {
content: "\ea1f";
}
.icon-synchronize-1:before {
content: "\ea20";
}
.icon-synchronize-2:before {
content: "\ea21";
}
.icon-tank:before {
content: "\ea22";
}
.icon-telephone-1:before {
content: "\ea23";
}
.icon-temple-2:before {
content: "\ea24";
}
.icon-toilet-roll:before {
content: "\ea25";
}
.icon-tools-measuring-tape:before {
content: "\ea26";
}
.icon-tram:before {
content: "\ea27";
}
.icon-travel-bag-1:before {
content: "\ea28";
}
.icon-travel-beach:before {
content: "\ea29";
}
.icon-travel-camping:before {
content: "\ea2a";
}
.icon-travel-flippers:before {
content: "\ea2b";
}
.icon-travel-globe:before {
content: "\ea2c";
}
.icon-treasure-chest-open:before {
content: "\ea2d";
}
.icon-trolley-box-service:before {
content: "\ea2e";
}
.icon-umbrella-open:before {
content: "\ea2f";
}
.icon-undershirt:before {
content: "\ea30";
}
.icon-underwear:before {
content: "\ea31";
}
.icon-upload-computer:before {
content: "\ea32";
}
.icon-user-add:before {
content: "\ea33";
}
.icon-user-chat-1:before {
content: "\ea34";
}
.icon-user-check:before {
content: "\ea35";
}
.icon-user-female:before {
content: "\ea36";
}
.icon-user-headphone:before {
content: "\ea37";
}
.icon-user-heart:before {
content: "\ea38";
}
.icon-user-magnify:before {
content: "\ea39";
}
.icon-user-male:before {
content: "\ea3a";
}
.icon-user-subtract:before {
content: "\ea3b";
}
.icon-vector-circle:before {
content: "\ea3c";
}
.icon-vector-line:before {
content: "\ea3d";
}
.icon-vector-square-1:before {
content: "\ea3e";
}
.icon-vector-triangle:before {
content: "\ea3f";
}
.icon-video-call-1:before {
content: "\ea40";
}
.icon-video-call-mobile-phone:before {
content: "\ea41";
}
.icon-video-camera-3:before {
content: "\ea42";
}
.icon-video-clip-3:before {
content: "\ea43";
}
.icon-video-clip-4:before {
content: "\ea44";
}
.icon-video-control-eject:before {
content: "\ea45";
}
.icon-video-control-fast-forward:before {
content: "\ea46";
}
.icon-video-control-next:before {
content: "\ea47";
}
.icon-video-control-pause:before {
content: "\ea48";
}
.icon-video-control-play:before {
content: "\ea49";
}
.icon-video-control-previous:before {
content: "\ea4a";
}
.icon-video-control-record:before {
content: "\ea4b";
}
.icon-video-control-rewind:before {
content: "\ea4c";
}
.icon-video-control-stop:before {
content: "\ea4d";
}
.icon-video-games-gameboy:before {
content: "\ea4e";
}
.icon-video-games-pacman:before {
content: "\ea4f";
}
.icon-video-games-pacman-ghost:before {
content: "\ea50";
}
.icon-volcanoe:before {
content: "\ea51";
}
.icon-vote-heart-circle-1:before {
content: "\ea52";
}
.icon-vote-plus-one:before {
content: "\ea53";
}
.icon-vote-thumbs-down:before {
content: "\ea54";
}
.icon-vote-thumbs-up:before {
content: "\ea55";
}
.icon-wallet:before {
content: "\ea56";
}
.icon-warehouse-box:before {
content: "\ea57";
}
.icon-water-droplet:before {
content: "\ea58";
}
.icon-water-tap:before {
content: "\ea59";
}
.icon-water-tower:before {
content: "\ea5a";
}
.icon-wind-flag:before {
content: "\ea5b";
}
.icon-window:before {
content: "\ea5c";
}
.icon-window-programming:before {
content: "\ea5d";
} | Website New/css/nova/nova.css | @font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?147sh4');
src: url('fonts/icomoon.eot?147sh4#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?147sh4') format('truetype'),
url('fonts/icomoon.woff?147sh4') format('woff'),
url('fonts/icomoon.svg?147sh4#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-add-circle-1:before {
content: "\e900";
}
.icon-airplane:before {
content: "\e901";
}
.icon-alien:before {
content: "\e902";
}
.icon-alien-head:before {
content: "\e903";
}
.icon-android:before {
content: "\e904";
}
.icon-atomic-bomb:before {
content: "\e905";
}
.icon-at-sign:before {
content: "\e906";
}
.icon-baby:before {
content: "\e907";
}
.icon-baby-hanging-toy:before {
content: "\e908";
}
.icon-baby-trolley:before {
content: "\e909";
}
.icon-backpack:before {
content: "\e90a";
}
.icon-banking-debit-machine:before {
content: "\e90b";
}
.icon-banking-donation-2:before {
content: "\e90c";
}
.icon-banking-spendings-1:before {
content: "\e90d";
}
.icon-banking-spendings-2:before {
content: "\e90e";
}
.icon-banking-spendings-3:before {
content: "\e90f";
}
.icon-bank-note:before {
content: "\e910";
}
.icon-battery-charging-1:before {
content: "\e911";
}
.icon-battery-high:before {
content: "\e912";
}
.icon-battery-low:before {
content: "\e913";
}
.icon-beaker-science:before {
content: "\e914";
}
.icon-beauty-hand-soap:before {
content: "\e915";
}
.icon-beauty-lipstick:before {
content: "\e916";
}
.icon-bin:before {
content: "\e917";
}
.icon-binoculars:before {
content: "\e918";
}
.icon-bitcoin-cloud:before {
content: "\e919";
}
.icon-bitcoin-laptop:before {
content: "\e91a";
}
.icon-bitcoin-network:before {
content: "\e91b";
}
.icon-bitcoin-windows:before {
content: "\e91c";
}
.icon-box-2:before {
content: "\e91d";
}
.icon-box-add:before {
content: "\e91e";
}
.icon-box-check:before {
content: "\e91f";
}
.icon-box-handle-1:before {
content: "\e920";
}
.icon-box-subtract:before {
content: "\e921";
}
.icon-building-6:before {
content: "\e922";
}
.icon-building-10:before {
content: "\e923";
}
.icon-building-barn:before {
content: "\e924";
}
.icon-bus-2:before {
content: "\e925";
}
.icon-business-briefcase-cash:before {
content: "\e926";
}
.icon-business-whiteboard:before {
content: "\e927";
}
.icon-calendar-1:before {
content: "\e928";
}
.icon-camera-1:before {
content: "\e929";
}
.icon-camera-live-view-off:before {
content: "\e92a";
}
.icon-car-2:before {
content: "\e92b";
}
.icon-castle-1:before {
content: "\e92c";
}
.icon-cc-camera-1:before {
content: "\e92d";
}
.icon-chair-1:before {
content: "\e92e";
}
.icon-chat-bubble-square-1:before {
content: "\e92f";
}
.icon-chat-bubble-square-add:before {
content: "\e930";
}
.icon-chat-bubble-square-check:before {
content: "\e931";
}
.icon-chat-bubble-square-close:before {
content: "\e932";
}
.icon-chat-bubble-square-smiley:before {
content: "\e933";
}
.icon-chat-bubble-square-subtract:before {
content: "\e934";
}
.icon-check-box:before {
content: "\e935";
}
.icon-chef-1:before {
content: "\e936";
}
.icon-chef-hat:before {
content: "\e937";
}
.icon-close:before {
content: "\e938";
}
.icon-cloud:before {
content: "\e939";
}
.icon-cloud-harddisk-1:before {
content: "\e93a";
}
.icon-coffee-mug:before {
content: "\e93b";
}
.icon-cog-box:before {
content: "\e93c";
}
.icon-coin-purse-1:before {
content: "\e93d";
}
.icon-coin-stack-1:before {
content: "\e93e";
}
.icon-color-palette:before {
content: "\e93f";
}
.icon-computer-personal-1:before {
content: "\e940";
}
.icon-computer-screen-1:before {
content: "\e941";
}
.icon-content-book-2:before {
content: "\e942";
}
.icon-content-book-6:before {
content: "\e943";
}
.icon-content-bookmark-4:before {
content: "\e944";
}
.icon-couch:before {
content: "\e945";
}
.icon-crop-image:before {
content: "\e946";
}
.icon-cursor-arrow-1:before {
content: "\e947";
}
.icon-cursor-arrow-2:before {
content: "\e948";
}
.icon-cursor-touch-1:before {
content: "\e949";
}
.icon-data-download-5:before {
content: "\e94a";
}
.icon-data-upload-5:before {
content: "\e94b";
}
.icon-devices:before {
content: "\e94c";
}
.icon-dna:before {
content: "\e94d";
}
.icon-download-computer:before {
content: "\e94e";
}
.icon-eco-car:before {
content: "\e94f";
}
.icon-eco-factory:before {
content: "\e950";
}
.icon-eco-field:before {
content: "\e951";
}
.icon-email-heart:before {
content: "\e952";
}
.icon-email-inbox:before {
content: "\e953";
}
.icon-email-outbox:before {
content: "\e954";
}
.icon-email-timeout:before {
content: "\e955";
}
.icon-envelope-1:before {
content: "\e956";
}
.icon-espresso-machine:before {
content: "\e957";
}
.icon-exposure-level:before {
content: "\e958";
}
.icon-female-1:before {
content: "\e959";
}
.icon-fence-caution:before {
content: "\e95a";
}
.icon-file-bookmark:before {
content: "\e95b";
}
.icon-file-copy:before {
content: "\e95c";
}
.icon-file-hand:before {
content: "\e95d";
}
.icon-file-landscape-new-1:before {
content: "\e95e";
}
.icon-file-new-1:before {
content: "\e95f";
}
.icon-file-new-2:before {
content: "\e960";
}
.icon-file-notes-document:before {
content: "\e961";
}
.icon-file-notes-new:before {
content: "\e962";
}
.icon-file-office-graph:before {
content: "\e963";
}
.icon-file-office-text:before {
content: "\e964";
}
.icon-files-1:before {
content: "\e965";
}
.icon-files-2:before {
content: "\e966";
}
.icon-files-3:before {
content: "\e967";
}
.icon-file-swap:before {
content: "\e968";
}
.icon-file-tasks-add:before {
content: "\e969";
}
.icon-file-tasks-checklist:before {
content: "\e96a";
}
.icon-file-tasks-close:before {
content: "\e96b";
}
.icon-file-tasks-subtract:before {
content: "\e96c";
}
.icon-file-zipped-new:before {
content: "\e96d";
}
.icon-file-zipped-vice:before {
content: "\e96e";
}
.icon-fire-extinguisher:before {
content: "\e96f";
}
.icon-fire-lighter:before {
content: "\e970";
}
.icon-flash:before {
content: "\e971";
}
.icon-flash-off:before {
content: "\e972";
}
.icon-folder-add:before {
content: "\e973";
}
.icon-folder-check:before {
content: "\e974";
}
.icon-folder-close:before {
content: "\e975";
}
.icon-folder-subtract:before {
content: "\e976";
}
.icon-food-chicken-drum-stick:before {
content: "\e977";
}
.icon-food-double-burger:before {
content: "\e978";
}
.icon-food-icecream-2:before {
content: "\e979";
}
.icon-food-noodle-2:before {
content: "\e97a";
}
.icon-food-plate-knife-fork:before {
content: "\e97b";
}
.icon-food-steak:before {
content: "\e97c";
}
.icon-glass-cocktail-2:before {
content: "\e97d";
}
.icon-gold-nuggets:before {
content: "\e97e";
}
.icon-graduation-hat:before {
content: "\e97f";
}
.icon-gramophone:before {
content: "\e980";
}
.icon-greek-column:before {
content: "\e981";
}
.icon-hammer-anvil:before {
content: "\e982";
}
.icon-hand-gun:before {
content: "\e983";
}
.icon-hand-remote:before {
content: "\e984";
}
.icon-hanging-rope:before {
content: "\e985";
}
.icon-hat-1:before {
content: "\e986";
}
.icon-hat-magician:before {
content: "\e987";
}
.icon-health-ambulance:before {
content: "\e988";
}
.icon-health-graph-1:before {
content: "\e989";
}
.icon-health-heart-pulse:before {
content: "\e98a";
}
.icon-health-hospital-sign-1:before {
content: "\e98b";
}
.icon-health-medicine-bottle:before {
content: "\e98c";
}
.icon-health-prescription-2:before {
content: "\e98d";
}
.icon-helicopter:before {
content: "\e98e";
}
.icon-hot-air-balloon:before {
content: "\e98f";
}
.icon-hotel-bath-shower:before {
content: "\e990";
}
.icon-hotel-bed-1:before {
content: "\e991";
}
.icon-hotel-shower:before {
content: "\e992";
}
.icon-hotel-toilet-seat:before {
content: "\e993";
}
.icon-hourglass:before {
content: "\e994";
}
.icon-id-card-1:before {
content: "\e995";
}
.icon-inbox:before {
content: "\e996";
}
.icon-keyboard:before {
content: "\e997";
}
.icon-key-hole-1:before {
content: "\e998";
}
.icon-king:before {
content: "\e999";
}
.icon-kitchen-blender:before {
content: "\e99a";
}
.icon-kitchen-frying-machine:before {
content: "\e99b";
}
.icon-kitchen-pan-fry:before {
content: "\e99c";
}
.icon-lamp-1:before {
content: "\e99d";
}
.icon-lamp-studio-1:before {
content: "\e99e";
}
.icon-laptop-1:before {
content: "\e99f";
}
.icon-leisure-dj-booth:before {
content: "\e9a0";
}
.icon-leisure-magic:before {
content: "\e9a1";
}
.icon-leisure-marry-go-round:before {
content: "\e9a2";
}
.icon-leisure-rest:before {
content: "\e9a3";
}
.icon-location-gps-on-2:before {
content: "\e9a4";
}
.icon-location-map-1:before {
content: "\e9a5";
}
.icon-location-pin-4:before {
content: "\e9a6";
}
.icon-location-pin-add-2:before {
content: "\e9a7";
}
.icon-location-pin-bank-2:before {
content: "\e9a8";
}
.icon-location-pin-check-2:before {
content: "\e9a9";
}
.icon-location-pin-close-2:before {
content: "\e9aa";
}
.icon-location-pin-skull-2:before {
content: "\e9ab";
}
.icon-location-pin-subtract-2:before {
content: "\e9ac";
}
.icon-location-user:before {
content: "\e9ad";
}
.icon-lock-1:before {
content: "\e9ae";
}
.icon-lock-unlock-1:before {
content: "\e9af";
}
.icon-login-check:before {
content: "\e9b0";
}
.icon-login-lock:before {
content: "\e9b1";
}
.icon-login-wrong:before {
content: "\e9b2";
}
.icon-mail-refresh-1:before {
content: "\e9b3";
}
.icon-match-stick:before {
content: "\e9b4";
}
.icon-mobile-phone-audio:before {
content: "\e9b5";
}
.icon-mobile-phone-check-1:before {
content: "\e9b6";
}
.icon-mobile-phone-close-1:before {
content: "\e9b7";
}
.icon-mobile-phone-off:before {
content: "\e9b8";
}
.icon-monster-truck-1:before {
content: "\e9b9";
}
.icon-motorcycle-1:before {
content: "\e9ba";
}
.icon-motorcycle-2:before {
content: "\e9bb";
}
.icon-music-note-1:before {
content: "\e9bc";
}
.icon-nature-flower-1:before {
content: "\e9bd";
}
.icon-nature-plant-1:before {
content: "\e9be";
}
.icon-navigation-before-1:before {
content: "\e9bf";
}
.icon-navigation-next-1:before {
content: "\e9c0";
}
.icon-network-business:before {
content: "\e9c1";
}
.icon-network-laptop:before {
content: "\e9c2";
}
.icon-nuclear-power-plant:before {
content: "\e9c3";
}
.icon-operator-male:before {
content: "\e9c4";
}
.icon-organization-hierarchy-3:before {
content: "\e9c5";
}
.icon-origami-paper-bird:before {
content: "\e9c6";
}
.icon-outbox:before {
content: "\e9c7";
}
.icon-paint-brush-1:before {
content: "\e9c8";
}
.icon-paper-pin:before {
content: "\e9c9";
}
.icon-paperplane:before {
content: "\e9ca";
}
.icon-pencil-2:before {
content: "\e9cb";
}
.icon-pencil-ruler:before {
content: "\e9cc";
}
.icon-pen-tablet:before {
content: "\e9cd";
}
.icon-phone-incoming:before {
content: "\e9ce";
}
.icon-phone-outgoing:before {
content: "\e9cf";
}
.icon-photo-landscape:before {
content: "\e9d0";
}
.icon-photo-portrait:before {
content: "\e9d1";
}
.icon-picture-layer-1:before {
content: "\e9d2";
}
.icon-pin-2:before {
content: "\e9d3";
}
.icon-places-christ-the-redeemer:before {
content: "\e9d4";
}
.icon-places-colosseum:before {
content: "\e9d5";
}
.icon-places-eiffel-tower:before {
content: "\e9d6";
}
.icon-places-home-3:before {
content: "\e9d7";
}
.icon-places-home-4:before {
content: "\e9d8";
}
.icon-places-taj-mahal:before {
content: "\e9d9";
}
.icon-places-warehouse-1:before {
content: "\e9da";
}
.icon-places-water-well:before {
content: "\e9db";
}
.icon-pocket-knife:before {
content: "\e9dc";
}
.icon-police-officer-1:before {
content: "\e9dd";
}
.icon-polo-shirt:before {
content: "\e9de";
}
.icon-projector:before {
content: "\e9df";
}
.icon-quill:before {
content: "\e9e0";
}
.icon-receipt-1:before {
content: "\e9e1";
}
.icon-rechargable-battery:before {
content: "\e9e2";
}
.icon-register-machine:before {
content: "\e9e3";
}
.icon-remove-circle-1:before {
content: "\e9e4";
}
.icon-rewards-banner-check:before {
content: "\e9e5";
}
.icon-rewards-gift:before {
content: "\e9e6";
}
.icon-rewards-medal-1:before {
content: "\e9e7";
}
.icon-rewards-pedestal:before {
content: "\e9e8";
}
.icon-rewards-trophy-5:before {
content: "\e9e9";
}
.icon-ring-planet:before {
content: "\e9ea";
}
.icon-romance-bow:before {
content: "\e9eb";
}
.icon-romance-love-target:before {
content: "\e9ec";
}
.icon-romance-relationship:before {
content: "\e9ed";
}
.icon-safe:before {
content: "\e9ee";
}
.icon-save-water:before {
content: "\e9ef";
}
.icon-scissors:before {
content: "\e9f0";
}
.icon-send-to-back:before {
content: "\e9f1";
}
.icon-send-to-front:before {
content: "\e9f2";
}
.icon-server-2:before {
content: "\e9f3";
}
.icon-server-add-1:before {
content: "\e9f4";
}
.icon-server-bug:before {
content: "\e9f5";
}
.icon-server-check-1:before {
content: "\e9f6";
}
.icon-server-close-1:before {
content: "\e9f7";
}
.icon-server-network-1:before {
content: "\e9f8";
}
.icon-server-subtract-1:before {
content: "\e9f9";
}
.icon-settings-1:before {
content: "\e9fa";
}
.icon-share-megaphone-2:before {
content: "\e9fb";
}
.icon-share-radar:before {
content: "\e9fc";
}
.icon-share-signal-user:before {
content: "\e9fd";
}
.icon-shopping-basket-1:before {
content: "\e9fe";
}
.icon-shopping-basket-2:before {
content: "\e9ff";
}
.icon-shopping-basket-add:before {
content: "\ea00";
}
.icon-shopping-basket-check:before {
content: "\ea01";
}
.icon-shopping-basket-close:before {
content: "\ea02";
}
.icon-shopping-basket-subtract:before {
content: "\ea03";
}
.icon-sign-elevator:before {
content: "\ea04";
}
.icon-sign-toilet:before {
content: "\ea05";
}
.icon-smart-watch-circle-navigation:before {
content: "\ea06";
}
.icon-smiley-dolar:before {
content: "\ea07";
}
.icon-smiley-poker-face:before {
content: "\ea08";
}
.icon-smiley-shy-1:before {
content: "\ea09";
}
.icon-smiley-smile-2:before {
content: "\ea0a";
}
.icon-smiley-wink:before {
content: "\ea0b";
}
.icon-smiley-worry:before {
content: "\ea0c";
}
.icon-spa-bamboo:before {
content: "\ea0d";
}
.icon-spa-lotion:before {
content: "\ea0e";
}
.icon-spa-lotus-flower:before {
content: "\ea0f";
}
.icon-speaker-volume-decrease:before {
content: "\ea10";
}
.icon-speaker-volume-high:before {
content: "\ea11";
}
.icon-speaker-volume-increase:before {
content: "\ea12";
}
.icon-speaker-volume-medium:before {
content: "\ea13";
}
.icon-speaker-volume-off:before {
content: "\ea14";
}
.icon-sport-basketball:before {
content: "\ea15";
}
.icon-sport-bowling:before {
content: "\ea16";
}
.icon-sport-dumbbell-1:before {
content: "\ea17";
}
.icon-sport-football-field:before {
content: "\ea18";
}
.icon-sport-takraw:before {
content: "\ea19";
}
.icon-spray-bottle:before {
content: "\ea1a";
}
.icon-star-constellation:before {
content: "\ea1b";
}
.icon-subtract-circle-1:before {
content: "\ea1c";
}
.icon-sunny:before {
content: "\ea1d";
}
.icon-switch-left:before {
content: "\ea1e";
}
.icon-switch-right:before {
content: "\ea1f";
}
.icon-synchronize-1:before {
content: "\ea20";
}
.icon-synchronize-2:before {
content: "\ea21";
}
.icon-tank:before {
content: "\ea22";
}
.icon-telephone-1:before {
content: "\ea23";
}
.icon-temple-2:before {
content: "\ea24";
}
.icon-toilet-roll:before {
content: "\ea25";
}
.icon-tools-measuring-tape:before {
content: "\ea26";
}
.icon-tram:before {
content: "\ea27";
}
.icon-travel-bag-1:before {
content: "\ea28";
}
.icon-travel-beach:before {
content: "\ea29";
}
.icon-travel-camping:before {
content: "\ea2a";
}
.icon-travel-flippers:before {
content: "\ea2b";
}
.icon-travel-globe:before {
content: "\ea2c";
}
.icon-treasure-chest-open:before {
content: "\ea2d";
}
.icon-trolley-box-service:before {
content: "\ea2e";
}
.icon-umbrella-open:before {
content: "\ea2f";
}
.icon-undershirt:before {
content: "\ea30";
}
.icon-underwear:before {
content: "\ea31";
}
.icon-upload-computer:before {
content: "\ea32";
}
.icon-user-add:before {
content: "\ea33";
}
.icon-user-chat-1:before {
content: "\ea34";
}
.icon-user-check:before {
content: "\ea35";
}
.icon-user-female:before {
content: "\ea36";
}
.icon-user-headphone:before {
content: "\ea37";
}
.icon-user-heart:before {
content: "\ea38";
}
.icon-user-magnify:before {
content: "\ea39";
}
.icon-user-male:before {
content: "\ea3a";
}
.icon-user-subtract:before {
content: "\ea3b";
}
.icon-vector-circle:before {
content: "\ea3c";
}
.icon-vector-line:before {
content: "\ea3d";
}
.icon-vector-square-1:before {
content: "\ea3e";
}
.icon-vector-triangle:before {
content: "\ea3f";
}
.icon-video-call-1:before {
content: "\ea40";
}
.icon-video-call-mobile-phone:before {
content: "\ea41";
}
.icon-video-camera-3:before {
content: "\ea42";
}
.icon-video-clip-3:before {
content: "\ea43";
}
.icon-video-clip-4:before {
content: "\ea44";
}
.icon-video-control-eject:before {
content: "\ea45";
}
.icon-video-control-fast-forward:before {
content: "\ea46";
}
.icon-video-control-next:before {
content: "\ea47";
}
.icon-video-control-pause:before {
content: "\ea48";
}
.icon-video-control-play:before {
content: "\ea49";
}
.icon-video-control-previous:before {
content: "\ea4a";
}
.icon-video-control-record:before {
content: "\ea4b";
}
.icon-video-control-rewind:before {
content: "\ea4c";
}
.icon-video-control-stop:before {
content: "\ea4d";
}
.icon-video-games-gameboy:before {
content: "\ea4e";
}
.icon-video-games-pacman:before {
content: "\ea4f";
}
.icon-video-games-pacman-ghost:before {
content: "\ea50";
}
.icon-volcanoe:before {
content: "\ea51";
}
.icon-vote-heart-circle-1:before {
content: "\ea52";
}
.icon-vote-plus-one:before {
content: "\ea53";
}
.icon-vote-thumbs-down:before {
content: "\ea54";
}
.icon-vote-thumbs-up:before {
content: "\ea55";
}
.icon-wallet:before {
content: "\ea56";
}
.icon-warehouse-box:before {
content: "\ea57";
}
.icon-water-droplet:before {
content: "\ea58";
}
.icon-water-tap:before {
content: "\ea59";
}
.icon-water-tower:before {
content: "\ea5a";
}
.icon-wind-flag:before {
content: "\ea5b";
}
.icon-window:before {
content: "\ea5c";
}
.icon-window-programming:before {
content: "\ea5d";
} | 0.261142 | 0.098686 |
@font-face {
font-family: 'comfortaa';
src: url('./Comfortaa-Medium.ttf');
}
@font-face {
font-family: 'Open Sans';
src: url('./OpenSans-Regular.ttf');
}
body {
margin: 0;
padding: 0;
color: #fff;
font: 16px/1.3 Open Sans, sans-serif;
}
.logo {
font-size: 30px;
letter-spacing: 4px;
font-weight: normal;
}
.navigation a {
display: inline-block;
text-decoration: none;
}
* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
font-family: comfortaa;
}
.grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 60px 1fr 120px;
grid-template-areas: 'header''main''footer';
height: 100vh;
}
.sidebar {
display: none;
}
.light-gray-background {
background: #EEF5F5;
}
.dark-gray-background {
background: #404747;
}
.red-highlight {
position: relative;
}
.red-highlight::before {
content: "";
position: absolute;
border-top: 42px solid #e9625873;
width: 114%;
height: 2px;
bottom: -1px;
left: -7%;
transform: rotate(-0.8deg);
z-index: -1;
}
.button {
padding: 0.8em;
padding-left: 1em;
padding-right: 1em;
display: inline-block;
background: #e96158;
background: hsl(4deg 61% 51%);
color: white;
font-weight: bold;
margin-top: 0.5em;
text-align: center;
text-decoration: none;
}
.button-secondary {
padding: 0.8em;
padding-left: 1em;
padding-right: 1em;
display: inline-block;
background: white;
color: hsl(4deg 61% 51%);
font-weight: bold;
margin-top: 0.5em;
text-align: center;
border: 2px solid hsl(4deg 61% 51%);
}
.button:hover {
color: white;
background: hsl(4deg 61% 45%);
}
.header {
grid-area: header;
}
.header-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: baseline;
justify-content: space-between;
padding-left: 1em;
padding-right: 1em;
font-family: comfortaa;
font-size: 1.1rem;
font-weight: bold;
color: #1b98a1;
}
a, a:hover {
color: #404747;
}
.main {
grid-area: main;
color: #404747;
padding: 1em;
height: 100%;
}
.footer {
grid-area: footer;
background: #40494d;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.footer a, .footer a:hover {
color: white;
}
.navigation {
display: flex;
align-items: baseline;
}
.logo {
padding: 20px 5px 20px 5px;
text-decoration: none;
}
.navigation li {
list-style-type: none;
padding: 20px 10px 20px 10px;
margin: 0px;
}
.navigation {
margin: 0;
padding: 0;
}
.hero {
margin-top: 4em;
margin-bottom: 4em;
}
ul.features {
list-style-type: none;
margin: 0;
margin-top: 2em;
margin-bottom: 4em;
padding: 0;
display: flex;
flex-direction: column;
gap: 30px;
}
.feature-card {
margin-top: 1em;
text-align: left;
margin-bottom: 1em;
max-width: 600px;
}
.picture-card {
margin-top: 2em;
text-align: left;
margin-bottom: 2em;
box-shadow: rgb(27 152 161 / 28%) 6px 8px 0px;
border: 2px solid#1b98a1;
}
.feature-card h2 {
margin-top: 0;
}
.picture-card {
margin-top: 1em;
}
.picture-card img {
object-fit: cover;
width: 100%;
height: 300px;
}
@media only screen and (min-width: 350px) {
.grid-container {
grid-template-rows: 100px 1fr 120px;
}
.header-wrapper {
flex-direction: row;
}
}
.main-content {
grid-area: main-content;
}
nav a {
display: block;
margin-bottom: 0.5em;
}
nav a.active {
position: relative;
}
nav a.active::before {
content: "";
position: absolute;
border-top: 4px solid #1b98a1;
width: 10%;
height: -9px;
bottom: -2px;
z-index: -1;
}
@media only screen and (min-width: 1000px) {
.header-wrapper {
width: 80%;
margin: auto;
}
.main {
width: 80%;
margin: auto;
}
ul.features {
list-style-type: none;
margin: 0;
margin-top: 2em;
margin-bottom: 4em;
padding: 0;
/* display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
column-gap: 20px;
align-items: stretch;
}
.picture-card img {
object-fit: cover;
width: 100%;
height: 100%;
}
} | static/base.css | @font-face {
font-family: 'comfortaa';
src: url('./Comfortaa-Medium.ttf');
}
@font-face {
font-family: 'Open Sans';
src: url('./OpenSans-Regular.ttf');
}
body {
margin: 0;
padding: 0;
color: #fff;
font: 16px/1.3 Open Sans, sans-serif;
}
.logo {
font-size: 30px;
letter-spacing: 4px;
font-weight: normal;
}
.navigation a {
display: inline-block;
text-decoration: none;
}
* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
font-family: comfortaa;
}
.grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 60px 1fr 120px;
grid-template-areas: 'header''main''footer';
height: 100vh;
}
.sidebar {
display: none;
}
.light-gray-background {
background: #EEF5F5;
}
.dark-gray-background {
background: #404747;
}
.red-highlight {
position: relative;
}
.red-highlight::before {
content: "";
position: absolute;
border-top: 42px solid #e9625873;
width: 114%;
height: 2px;
bottom: -1px;
left: -7%;
transform: rotate(-0.8deg);
z-index: -1;
}
.button {
padding: 0.8em;
padding-left: 1em;
padding-right: 1em;
display: inline-block;
background: #e96158;
background: hsl(4deg 61% 51%);
color: white;
font-weight: bold;
margin-top: 0.5em;
text-align: center;
text-decoration: none;
}
.button-secondary {
padding: 0.8em;
padding-left: 1em;
padding-right: 1em;
display: inline-block;
background: white;
color: hsl(4deg 61% 51%);
font-weight: bold;
margin-top: 0.5em;
text-align: center;
border: 2px solid hsl(4deg 61% 51%);
}
.button:hover {
color: white;
background: hsl(4deg 61% 45%);
}
.header {
grid-area: header;
}
.header-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: baseline;
justify-content: space-between;
padding-left: 1em;
padding-right: 1em;
font-family: comfortaa;
font-size: 1.1rem;
font-weight: bold;
color: #1b98a1;
}
a, a:hover {
color: #404747;
}
.main {
grid-area: main;
color: #404747;
padding: 1em;
height: 100%;
}
.footer {
grid-area: footer;
background: #40494d;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.footer a, .footer a:hover {
color: white;
}
.navigation {
display: flex;
align-items: baseline;
}
.logo {
padding: 20px 5px 20px 5px;
text-decoration: none;
}
.navigation li {
list-style-type: none;
padding: 20px 10px 20px 10px;
margin: 0px;
}
.navigation {
margin: 0;
padding: 0;
}
.hero {
margin-top: 4em;
margin-bottom: 4em;
}
ul.features {
list-style-type: none;
margin: 0;
margin-top: 2em;
margin-bottom: 4em;
padding: 0;
display: flex;
flex-direction: column;
gap: 30px;
}
.feature-card {
margin-top: 1em;
text-align: left;
margin-bottom: 1em;
max-width: 600px;
}
.picture-card {
margin-top: 2em;
text-align: left;
margin-bottom: 2em;
box-shadow: rgb(27 152 161 / 28%) 6px 8px 0px;
border: 2px solid#1b98a1;
}
.feature-card h2 {
margin-top: 0;
}
.picture-card {
margin-top: 1em;
}
.picture-card img {
object-fit: cover;
width: 100%;
height: 300px;
}
@media only screen and (min-width: 350px) {
.grid-container {
grid-template-rows: 100px 1fr 120px;
}
.header-wrapper {
flex-direction: row;
}
}
.main-content {
grid-area: main-content;
}
nav a {
display: block;
margin-bottom: 0.5em;
}
nav a.active {
position: relative;
}
nav a.active::before {
content: "";
position: absolute;
border-top: 4px solid #1b98a1;
width: 10%;
height: -9px;
bottom: -2px;
z-index: -1;
}
@media only screen and (min-width: 1000px) {
.header-wrapper {
width: 80%;
margin: auto;
}
.main {
width: 80%;
margin: auto;
}
ul.features {
list-style-type: none;
margin: 0;
margin-top: 2em;
margin-bottom: 4em;
padding: 0;
/* display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
column-gap: 20px;
align-items: stretch;
}
.picture-card img {
object-fit: cover;
width: 100%;
height: 100%;
}
} | 0.514644 | 0.134804 |
.blazor-context-menu--default {
position: fixed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
padding: 5px 0;
}
.blazor-context-menu__list {
list-style-type: none;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
}
.blazor-context-menu__seperator {
min-width: 120px;
color: #333;
position: relative;
}
.blazor-context-menu__seperator__hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
}
.blazor-context-menu__item--default {
min-width: 120px;
padding: 6px;
text-align: left;
white-space: nowrap;
position: relative;
cursor: pointer;
}
.blazor-context-menu__item--default:hover {
background-color: rgba(0,0,0,.05);
}
.blazor-context-menu__item--with-submenu:after {
content: "";
position: absolute;
right: -8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 6px solid transparent;
border-left-color: #615c5c;
}
.blazor-context-menu__item--default-disabled {
min-width: 120px;
padding: 6px;
text-align: left;
white-space: nowrap;
position: relative;
cursor: not-allowed;
opacity: 0.6;
}
.blazor-context-menu--hidden {
display: none;
}
/*============== ANIMATIONS ==============*/
/*-------------- FadeIn ------------------*/
.blazor-context-menu__animations--fadeIn {
animation-name: fadeIn;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--fadeIn-shown {
animation-name: fadeIn;
animation-duration: 0.2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*-------------- Grow ------------------*/
.blazor-context-menu__animations--grow {
animation-name: grow;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--grow-shown {
animation-name: grow;
animation-duration: 0.2s;
}
@keyframes grow {
0% {
transform: scale(0);
transform-origin: top left;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: top left;
opacity: 1;
}
}
/*-------------- Slide ------------------*/
.blazor-context-menu.blazor-context-menu__animations--slide {
animation-name: slide;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu.blazor-context-menu__animations--slide-shown {
animation-name: slide;
animation-duration: 0.2s;
}
@keyframes slide {
0% {
transform: translateX(-5px);
opacity: 0;
}
100% {
transform: translateX(0px);
opacity: 1;
}
}
.blazor-context-submenu.blazor-context-menu__animations--slide {
animation-name: slide-submenu;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-submenu.blazor-context-menu__animations--slide-shown {
animation-name: slide-submenu;
animation-duration: 0.2s;
}
@keyframes slide-submenu {
0% {
transform: translateX(-25px);
z-index: -1;
opacity: 0;
}
90% {
z-index: -1;
}
100% {
transform: translateX(0px);
z-index: unset;
opacity: 1;
}
}
/*-------------- Zoom ------------------*/
.blazor-context-menu__animations--zoom {
animation-name: zoom;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--zoom-shown {
animation-name: zoom;
animation-duration: 0.2s;
}
@keyframes zoom {
0% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
} | BlazorContextMenu/wwwroot/blazorContextMenu.css | .blazor-context-menu--default {
position: fixed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
padding: 5px 0;
}
.blazor-context-menu__list {
list-style-type: none;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
}
.blazor-context-menu__seperator {
min-width: 120px;
color: #333;
position: relative;
}
.blazor-context-menu__seperator__hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
}
.blazor-context-menu__item--default {
min-width: 120px;
padding: 6px;
text-align: left;
white-space: nowrap;
position: relative;
cursor: pointer;
}
.blazor-context-menu__item--default:hover {
background-color: rgba(0,0,0,.05);
}
.blazor-context-menu__item--with-submenu:after {
content: "";
position: absolute;
right: -8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 6px solid transparent;
border-left-color: #615c5c;
}
.blazor-context-menu__item--default-disabled {
min-width: 120px;
padding: 6px;
text-align: left;
white-space: nowrap;
position: relative;
cursor: not-allowed;
opacity: 0.6;
}
.blazor-context-menu--hidden {
display: none;
}
/*============== ANIMATIONS ==============*/
/*-------------- FadeIn ------------------*/
.blazor-context-menu__animations--fadeIn {
animation-name: fadeIn;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--fadeIn-shown {
animation-name: fadeIn;
animation-duration: 0.2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*-------------- Grow ------------------*/
.blazor-context-menu__animations--grow {
animation-name: grow;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--grow-shown {
animation-name: grow;
animation-duration: 0.2s;
}
@keyframes grow {
0% {
transform: scale(0);
transform-origin: top left;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: top left;
opacity: 1;
}
}
/*-------------- Slide ------------------*/
.blazor-context-menu.blazor-context-menu__animations--slide {
animation-name: slide;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu.blazor-context-menu__animations--slide-shown {
animation-name: slide;
animation-duration: 0.2s;
}
@keyframes slide {
0% {
transform: translateX(-5px);
opacity: 0;
}
100% {
transform: translateX(0px);
opacity: 1;
}
}
.blazor-context-submenu.blazor-context-menu__animations--slide {
animation-name: slide-submenu;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-submenu.blazor-context-menu__animations--slide-shown {
animation-name: slide-submenu;
animation-duration: 0.2s;
}
@keyframes slide-submenu {
0% {
transform: translateX(-25px);
z-index: -1;
opacity: 0;
}
90% {
z-index: -1;
}
100% {
transform: translateX(0px);
z-index: unset;
opacity: 1;
}
}
/*-------------- Zoom ------------------*/
.blazor-context-menu__animations--zoom {
animation-name: zoom;
animation-direction: reverse;
animation-duration: 0.2s;
}
.blazor-context-menu__animations--zoom-shown {
animation-name: zoom;
animation-duration: 0.2s;
}
@keyframes zoom {
0% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
} | 0.454956 | 0.079389 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("irccloud.com") {
/* dateWrapper fixo no topo */
div.dateWrapper table{
color:black !important;
background-color:white;
opacity:0.8;
}
/* fundo de uma sala com poucas msgs */
div.viewport{
background-color:#444;
}
/* linhas de status */
div.log div.status {
background-color:#000 !important;
color:white !important;
border-bottom:1px solid #999;
border-top:none !important;
}
/* linhas de mensagens normais */
div.log div.messageRow{
background-color:#1e1e1e;
font-size:16px !important;
padding-top:4px !important;
}
/* cor do texto das mensagens de chat*/
div.log div.chat{
color:white !important;
}
/* cor dos links das mensagens de chat */
div.log div.chat a{
color:yellow !important;
}
/* nome dos autores de mensagens*/
div.log div.row a.author{
color:lightblue !important;
}
/* linhas de mensagens tipo /me */
div.log div.me span.message{
color:white;
}
/* linhas de mensagens minhas */
div.log div.self{
background-color: #333 !important;
}
/* linhas de mensagens importantes*/
div.log div.highlight{
background-color:darkred !important;
}
/* nome do author de linhas importantes */
div.log div.highlight span a.author{
color:yellow !important;
}
/* linha informando dos usuarios que entraram na sala*/
div.log div.groupedJoinPart{
border-color:#333 !important;
border-top:none !important;
}
div.log div.groupedJoinPart,
div.log div.groupedJoinPart a.user{
color:#333 !important;
}
/* Hover nos usuários que entraram na sala*/
div.log div.groupedJoinPart:hover{
background-color: #555 !important;
color:white;
}
div.log div.groupedJoinPart:hover,
div.log div.groupedJoinPart:hover a.user{
color:white !important;
}
/* divisão do começo do backlog*/
div.backlogDivider{
background-color:#999;
}
div.log div.backlogDivider hr{
border-color:white !important;
}
/* divisão de mensagens ainda não lidas (bottom)*/
div.log div.bottomSeen,
div.log div.focusSeen,
div.log div.lastSeen{
background-color:#000;
}
div.log div.bottomSeen span.text,
div.log div.focusSeen span.text,
div.log div.lastSeen span.text{
color:#000 !important;
background-color:rgb(204, 204, 204) !important;
}
/* divisão entre dias */
div.log div.dateChange p{
color:white !important;
background-color:darkgreen !important;
background-image:none !important;
}
/* divisão de socket closed */
div.log div.type_socket_closed{
background-color:#000;
}
} | data/usercss/82619.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("irccloud.com") {
/* dateWrapper fixo no topo */
div.dateWrapper table{
color:black !important;
background-color:white;
opacity:0.8;
}
/* fundo de uma sala com poucas msgs */
div.viewport{
background-color:#444;
}
/* linhas de status */
div.log div.status {
background-color:#000 !important;
color:white !important;
border-bottom:1px solid #999;
border-top:none !important;
}
/* linhas de mensagens normais */
div.log div.messageRow{
background-color:#1e1e1e;
font-size:16px !important;
padding-top:4px !important;
}
/* cor do texto das mensagens de chat*/
div.log div.chat{
color:white !important;
}
/* cor dos links das mensagens de chat */
div.log div.chat a{
color:yellow !important;
}
/* nome dos autores de mensagens*/
div.log div.row a.author{
color:lightblue !important;
}
/* linhas de mensagens tipo /me */
div.log div.me span.message{
color:white;
}
/* linhas de mensagens minhas */
div.log div.self{
background-color: #333 !important;
}
/* linhas de mensagens importantes*/
div.log div.highlight{
background-color:darkred !important;
}
/* nome do author de linhas importantes */
div.log div.highlight span a.author{
color:yellow !important;
}
/* linha informando dos usuarios que entraram na sala*/
div.log div.groupedJoinPart{
border-color:#333 !important;
border-top:none !important;
}
div.log div.groupedJoinPart,
div.log div.groupedJoinPart a.user{
color:#333 !important;
}
/* Hover nos usuários que entraram na sala*/
div.log div.groupedJoinPart:hover{
background-color: #555 !important;
color:white;
}
div.log div.groupedJoinPart:hover,
div.log div.groupedJoinPart:hover a.user{
color:white !important;
}
/* divisão do começo do backlog*/
div.backlogDivider{
background-color:#999;
}
div.log div.backlogDivider hr{
border-color:white !important;
}
/* divisão de mensagens ainda não lidas (bottom)*/
div.log div.bottomSeen,
div.log div.focusSeen,
div.log div.lastSeen{
background-color:#000;
}
div.log div.bottomSeen span.text,
div.log div.focusSeen span.text,
div.log div.lastSeen span.text{
color:#000 !important;
background-color:rgb(204, 204, 204) !important;
}
/* divisão entre dias */
div.log div.dateChange p{
color:white !important;
background-color:darkgreen !important;
background-image:none !important;
}
/* divisão de socket closed */
div.log div.type_socket_closed{
background-color:#000;
}
} | 0.176778 | 0.075448 |
.ddMultipleField {
display: block;
border-collapse: collapse;
position: relative;
}
.ddMultipleField a.false {
border-bottom-width: 1px;
border-bottom-style: dotted;
text-decoration: none;
}
.ddMultipleField input, .ddMultipleField textarea {
border: 1px solid #C8C8C8 !important;
padding: 0.2em 0.533em 0.333em !important;
margin-right: 5px;
font: 12px/1.2em Verdana,Helvetica,sans-serif !important;
}
.ddMultipleField input {height: 2em;}
.ddMultipleField input:focus {border-color: #E1A020 !important;}
.ddMultipleField input.DatePicker {
width: 147px !important;
padding-left: 24px !important;
}
.ddMultipleField input[disabled] {
opacity: .5;
cursor: not-allowed;
}
.ddMultipleField textarea {resize: vertical;}
.ddMultipleField tr th, .ddMultipleField tr td.ddFieldCol {
min-height: 23px;
padding: 5px 7px;
vertical-align: top;
}
.ddMultipleField tr td.ddFieldCol:last-child {
white-space: nowrap;
}
.ddMultipleField tr th {
line-height: 1;
text-align: left;
vertical-align: bottom;
}
.ddMultipleField tr td.ddFieldCol, .ddMultipleField tr td.ddSortHandle {
border: 2px solid #FFFFFF;
-webkit-transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-ms-transition: background 0.3s ease-out;
-o-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
background: #D9F1FF;
}
/* .ddMultipleField tr td:first-child {border-radius: 7px 0 0 7px;}
.ddMultipleField tr td:last-child {border-radius: 0 7px 7px 0;} */
.ddMultipleField tr td.ddSortHandle {
border-right: none;
width: 16px;
padding: 0;
vertical-align: middle;
}
.ddMultipleField tr td.ddFieldCol:nth-child(2) {border-left: none;}
.ddMultipleField tr td.ddSortHandle div {
/* border-radius: 0 12px 12px 0; */
background: #007CC3;
min-width: 1em;
min-height: 2em;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
opacity: .3;
cursor: n-resize;
color: white;
display: inline-block;
padding: 0.2em 0.3em 0.2em 0.25em;
box-sizing: border-box;
}
.ddMultipleField.nosort tr td.ddSortHandle div {
cursor: default;
}
.ddMultipleField tr.ddFieldBlock:hover td.ddFieldCol, .ddMultipleField tr.ddFieldBlock:hover td.ddSortHandle {background: #B2E3FF;}
.ddMultipleField tr.ddFieldBlock:hover td.ddSortHandle div {opacity: 1;}
.ddFieldCol_edit {
text-align: right;
font-style: italic;
}
.ddMultipleField .ui-state-highlight td {padding: 0;}
.ddMultipleField .ui-state-highlight div {
border: 1px solid #84c225;
/* border-radius: 3px; */
background: #f0f0f0;
width: 100%;
height: 100%;
}
.tip {
cursor: default;
}
.tip:after {
color: #999;
content: "?";
display: inline-block;
font-size: 80%;
padding: 0.05em 0.15em;
text-align: center;
vertical-align: super;
} | assets/plugins/managermanager/widgets/ddmultiplefields/ddmultiplefields.css | .ddMultipleField {
display: block;
border-collapse: collapse;
position: relative;
}
.ddMultipleField a.false {
border-bottom-width: 1px;
border-bottom-style: dotted;
text-decoration: none;
}
.ddMultipleField input, .ddMultipleField textarea {
border: 1px solid #C8C8C8 !important;
padding: 0.2em 0.533em 0.333em !important;
margin-right: 5px;
font: 12px/1.2em Verdana,Helvetica,sans-serif !important;
}
.ddMultipleField input {height: 2em;}
.ddMultipleField input:focus {border-color: #E1A020 !important;}
.ddMultipleField input.DatePicker {
width: 147px !important;
padding-left: 24px !important;
}
.ddMultipleField input[disabled] {
opacity: .5;
cursor: not-allowed;
}
.ddMultipleField textarea {resize: vertical;}
.ddMultipleField tr th, .ddMultipleField tr td.ddFieldCol {
min-height: 23px;
padding: 5px 7px;
vertical-align: top;
}
.ddMultipleField tr td.ddFieldCol:last-child {
white-space: nowrap;
}
.ddMultipleField tr th {
line-height: 1;
text-align: left;
vertical-align: bottom;
}
.ddMultipleField tr td.ddFieldCol, .ddMultipleField tr td.ddSortHandle {
border: 2px solid #FFFFFF;
-webkit-transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-ms-transition: background 0.3s ease-out;
-o-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
background: #D9F1FF;
}
/* .ddMultipleField tr td:first-child {border-radius: 7px 0 0 7px;}
.ddMultipleField tr td:last-child {border-radius: 0 7px 7px 0;} */
.ddMultipleField tr td.ddSortHandle {
border-right: none;
width: 16px;
padding: 0;
vertical-align: middle;
}
.ddMultipleField tr td.ddFieldCol:nth-child(2) {border-left: none;}
.ddMultipleField tr td.ddSortHandle div {
/* border-radius: 0 12px 12px 0; */
background: #007CC3;
min-width: 1em;
min-height: 2em;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
opacity: .3;
cursor: n-resize;
color: white;
display: inline-block;
padding: 0.2em 0.3em 0.2em 0.25em;
box-sizing: border-box;
}
.ddMultipleField.nosort tr td.ddSortHandle div {
cursor: default;
}
.ddMultipleField tr.ddFieldBlock:hover td.ddFieldCol, .ddMultipleField tr.ddFieldBlock:hover td.ddSortHandle {background: #B2E3FF;}
.ddMultipleField tr.ddFieldBlock:hover td.ddSortHandle div {opacity: 1;}
.ddFieldCol_edit {
text-align: right;
font-style: italic;
}
.ddMultipleField .ui-state-highlight td {padding: 0;}
.ddMultipleField .ui-state-highlight div {
border: 1px solid #84c225;
/* border-radius: 3px; */
background: #f0f0f0;
width: 100%;
height: 100%;
}
.tip {
cursor: default;
}
.tip:after {
color: #999;
content: "?";
display: inline-block;
font-size: 80%;
padding: 0.05em 0.15em;
text-align: center;
vertical-align: super;
} | 0.308919 | 0.137475 |
.areaTitle {
font-weight: 900;
font-size: 16px;
}
.labelHorizontal {
margin-top: 11px;
text-align: right;
}
.areaNummern {
grid-area: areaNummern;
background-color: rgba(210, 210, 210, 0.2);
display: grid;
/* can't use 1fr for first column - does not work correctly, no idea why */
grid-template-columns: calc(100% - 196px) 8px 90px 8px 90px;
grid-template-rows: auto;
grid-template-areas:
"areaNummernTitle areaNummernTitle areaNummernTitle areaNummernTitle labelNr"
". . labelIdGeschaeft . fieldIdGeschaeft"
". . labelGekoNr . fieldGekoNr"
". . . . labelJahre"
"labelEntscheidAwel . fieldEntscheidAwelNr slashAwel fieldEntscheidAwelJahr"
"labelEntscheidBdv . fieldEntscheidBdvNr slashBdv fieldEntscheidBdvJahr"
"labelEntscheidKr . fieldEntscheidKrNr slashKr fieldEntscheidKrJahr"
"labelEntscheidRrb . fieldEntscheidRrbNr slashRrb fieldEntscheidRrbJahr"
"fieldAktenstandort fieldAktenstandort fieldAktenstandort . fieldAktennummer";
grid-row-gap: 2px;
padding: 8px;
}
.label {
color: #757575;
font-size: 11px;
font-weight: 500;
}
.labelJahre {
composes: label;
grid-area: labelJahre;
position: relative;
min-height: 16px;
}
.labelNr {
grid-area: labelNr;
position: relative;
min-height: 16px;
}
.labelNrDiv {
position: absolute;
bottom: 1px;
}
.slash {
margin-top: 2px;
font-size: 22px;
color: #757575;
margin-left: 1px;
}
.slashAwel {
composes: slash;
grid-area: slashAwel;
}
.slashBdv {
composes: slash;
grid-area: slashBdv;
}
.slashKr {
composes: slash;
grid-area: slashKr;
}
.slashRrb {
composes: slash;
grid-area: slashRrb;
}
.areaNummernTitle {
composes: areaTitle;
grid-area: areaNummernTitle;
}
.fieldIdGeschaeft {
grid-area: fieldIdGeschaeft;
}
.labelIdGeschaeft {
composes: labelHorizontal;
grid-area: labelIdGeschaeft;
}
.inputIdGeschaeft {
background: transparent !important;
}
.fieldGekoNr {
grid-area: fieldGekoNr;
}
.labelGekoNr {
composes: labelHorizontal;
grid-area: labelGekoNr
}
.fieldEntscheidAwelNr {
grid-area: fieldEntscheidAwelNr;
}
.labelEntscheidAwel {
composes: labelHorizontal;
grid-area: labelEntscheidAwel
}
.fieldEntscheidAwelJahr {
grid-area: fieldEntscheidAwelJahr;
}
.fieldEntscheidBdvNr {
grid-area: fieldEntscheidBdvNr;
}
.labelEntscheidBdv {
composes: labelHorizontal;
grid-area: labelEntscheidBdv
}
.fieldEntscheidBdvJahr {
grid-area: fieldEntscheidBdvJahr;
}
.fieldEntscheidKrNr {
grid-area: fieldEntscheidKrNr;
}
.labelEntscheidKr {
composes: labelHorizontal;
grid-area: labelEntscheidKr
}
.fieldEntscheidKrJahr {
grid-area: fieldEntscheidKrJahr;
}
.fieldEntscheidRrbNr {
grid-area: fieldEntscheidRrbNr;
}
.labelEntscheidRrb {
composes: labelHorizontal;
grid-area: labelEntscheidRrb
}
.fieldEntscheidRrbJahr {
grid-area: fieldEntscheidRrbJahr;
}
.fieldAktenstandort {
grid-area: fieldAktenstandort;
}
.fieldAktennummer {
grid-area: fieldAktennummer;
} | app/components/geschaeft/areaNummern.css | .areaTitle {
font-weight: 900;
font-size: 16px;
}
.labelHorizontal {
margin-top: 11px;
text-align: right;
}
.areaNummern {
grid-area: areaNummern;
background-color: rgba(210, 210, 210, 0.2);
display: grid;
/* can't use 1fr for first column - does not work correctly, no idea why */
grid-template-columns: calc(100% - 196px) 8px 90px 8px 90px;
grid-template-rows: auto;
grid-template-areas:
"areaNummernTitle areaNummernTitle areaNummernTitle areaNummernTitle labelNr"
". . labelIdGeschaeft . fieldIdGeschaeft"
". . labelGekoNr . fieldGekoNr"
". . . . labelJahre"
"labelEntscheidAwel . fieldEntscheidAwelNr slashAwel fieldEntscheidAwelJahr"
"labelEntscheidBdv . fieldEntscheidBdvNr slashBdv fieldEntscheidBdvJahr"
"labelEntscheidKr . fieldEntscheidKrNr slashKr fieldEntscheidKrJahr"
"labelEntscheidRrb . fieldEntscheidRrbNr slashRrb fieldEntscheidRrbJahr"
"fieldAktenstandort fieldAktenstandort fieldAktenstandort . fieldAktennummer";
grid-row-gap: 2px;
padding: 8px;
}
.label {
color: #757575;
font-size: 11px;
font-weight: 500;
}
.labelJahre {
composes: label;
grid-area: labelJahre;
position: relative;
min-height: 16px;
}
.labelNr {
grid-area: labelNr;
position: relative;
min-height: 16px;
}
.labelNrDiv {
position: absolute;
bottom: 1px;
}
.slash {
margin-top: 2px;
font-size: 22px;
color: #757575;
margin-left: 1px;
}
.slashAwel {
composes: slash;
grid-area: slashAwel;
}
.slashBdv {
composes: slash;
grid-area: slashBdv;
}
.slashKr {
composes: slash;
grid-area: slashKr;
}
.slashRrb {
composes: slash;
grid-area: slashRrb;
}
.areaNummernTitle {
composes: areaTitle;
grid-area: areaNummernTitle;
}
.fieldIdGeschaeft {
grid-area: fieldIdGeschaeft;
}
.labelIdGeschaeft {
composes: labelHorizontal;
grid-area: labelIdGeschaeft;
}
.inputIdGeschaeft {
background: transparent !important;
}
.fieldGekoNr {
grid-area: fieldGekoNr;
}
.labelGekoNr {
composes: labelHorizontal;
grid-area: labelGekoNr
}
.fieldEntscheidAwelNr {
grid-area: fieldEntscheidAwelNr;
}
.labelEntscheidAwel {
composes: labelHorizontal;
grid-area: labelEntscheidAwel
}
.fieldEntscheidAwelJahr {
grid-area: fieldEntscheidAwelJahr;
}
.fieldEntscheidBdvNr {
grid-area: fieldEntscheidBdvNr;
}
.labelEntscheidBdv {
composes: labelHorizontal;
grid-area: labelEntscheidBdv
}
.fieldEntscheidBdvJahr {
grid-area: fieldEntscheidBdvJahr;
}
.fieldEntscheidKrNr {
grid-area: fieldEntscheidKrNr;
}
.labelEntscheidKr {
composes: labelHorizontal;
grid-area: labelEntscheidKr
}
.fieldEntscheidKrJahr {
grid-area: fieldEntscheidKrJahr;
}
.fieldEntscheidRrbNr {
grid-area: fieldEntscheidRrbNr;
}
.labelEntscheidRrb {
composes: labelHorizontal;
grid-area: labelEntscheidRrb
}
.fieldEntscheidRrbJahr {
grid-area: fieldEntscheidRrbJahr;
}
.fieldAktenstandort {
grid-area: fieldAktenstandort;
}
.fieldAktennummer {
grid-area: fieldAktennummer;
} | 0.513181 | 0.171269 |
a {
cursor: pointer;
text-decoration: none;
}
/* line 16, goban-ui.scss */
#goban-nav {
position: relative;
z-index: 999999;
height: 50px;
padding-top: 15px;
padding-left: 15px;
font-size: 24px;
background-color: #2e2e2e;
overflow: auto;
}
/* line 25, goban-ui.scss */
#goban-nav a {
color: white;
}
/* line 28, goban-ui.scss */
#goban-nav sub {
color: white;
}
/* line 31, goban-ui.scss */
#goban-nav ul {
list-style-type: none;
font-family: cursive, sen-seirf, arial;
}
/* line 35, goban-ui.scss */
#goban-nav ul .number {
display: inline-block;
font-family: "times new roman", sen-seirf, arial;
margin-left: 15px;
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
}
/* line 42, goban-ui.scss */
#goban-nav ul li {
display: inline;
padding: 1%;
}
/* line 45, goban-ui.scss */
#goban-nav ul li a {
display: inline-block;
width: 15px;
height: 15px;
margin-left: 1%;
padding: 3px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 3px solid gray;
text-decoration: none;
overflow: hidden;
}
/* line 56, goban-ui.scss */
#goban-nav ul li a:hover, #goban-nav ul li a:active, #goban-nav ul li a.active {
background-color: #404040;
border: 3px solid #eee;
}
/* line 60, goban-ui.scss */
#goban-nav ul li a .goban-nav-icon {
margin-left: -5px;
margin-top: -50%;
height: 25px;
}
/* line 71, goban-ui.scss */
.goban-logo {
display: inline-block;
height: 50px;
}
/* line 76, goban-ui.scss */
.goban-fixed-right {
position: fixed;
top: 5px;
right: 15px;
}
/* line 83, goban-ui.scss */
.goban-blank {
position: absolute;
z-index: 3;
top: 70px;
left: 50%;
color: gray;
opacity: 0.8;
}
/* line 90, goban-ui.scss */
.goban-blank a {
padding: 15px;
margin-left: -75px;
height: 20px;
font-size: 20px;
background-color: white;
-moz-border-radius: 0px 0px 50% 50%;
-webkit-border-radius: 0px;
border-radius: 0px 0px 50% 50%;
}
/* line 104, goban-ui.scss */
#goban-main:hover .goban-blank {
margin-top: -50px;
width: 420px;
-moz-transition: all 1.5s ease-in;
-o-transition: all 1.5s ease-in;
-webkit-transition: all 1.5s ease-in;
transition: all 1.5s ease-in;
-moz-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
/* line 113, goban-ui.scss */
#goban-toggleSidebar {
display: inline-block;
width: 30px;
height: 30px;
line-height: 0px;
}
/* line 118, goban-ui.scss */
#goban-toggleSidebar span {
display: inline-block;
width: 22px;
height: 0px;
margin-top:3px;
border-top: 4px solid gray;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* line 128, goban-ui.scss */
#goban-keyBordCtrl {
position: fixed;
bottom: 0px;
right: 0px;
z-index: 1;
width: 150px;
height: 150px;
padding: 15px;
}
/* line 138, goban-ui.scss */
#goban-keyBordCtrl #backup {
vertical-align: middle;
text-align: center;
line-height: 100px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: cyan;
width: 100px;
height: 100px;
}
/* line 146, goban-ui.scss */
#goban-keyBordCtrl #backup a {
display: inline-block;
position: relative;
top: 22.5px;
border-top: 45px solid #7fffff;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
}
/* line 153, goban-ui.scss */
#goban-keyBordCtrl #backup a:hover {
border-top: 45px solid #007f7f;
}
/* line 161, goban-ui.scss */
#goban-keyBordCtrl #up, #goban-keyBordCtrl #down {
position: absolute;
left: 35px;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
width: 0px;
}
/* line 168, goban-ui.scss */
#goban-keyBordCtrl #up {
top: -7.5px;
border-bottom: 15px solid cyan;
}
/* line 171, goban-ui.scss */
#goban-keyBordCtrl #up:hover {
border-bottom: 15px solid #007f7f;
}
/* line 175, goban-ui.scss */
#goban-keyBordCtrl #down {
top: 122.5px;
border-top: 15px solid cyan;
}
/* line 178, goban-ui.scss */
#goban-keyBordCtrl #down:hover {
border-top: 15px solid #007f7f;
}
/* line 182, goban-ui.scss */
#goban-keyBordCtrl #left, #goban-keyBordCtrl #right {
position: absolute;
top: 35px;
width: 0px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
}
/* line 189, goban-ui.scss */
#goban-keyBordCtrl #left {
left: -7.5px;
border-right: 15px solid cyan;
}
/* line 192, goban-ui.scss */
#goban-keyBordCtrl #left:hover {
border-right: 15px solid #007f7f;
}
/* line 196, goban-ui.scss */
#goban-keyBordCtrl #right {
left: 122.5px;
border-left: 15px solid cyan;
}
/* line 199, goban-ui.scss */
#goban-keyBordCtrl #right:hover {
border-left: 15px solid #007f7f;
}
/* line 205, goban-ui.scss */
#goban-side, #goban-main {
-moz-transition: width 0.2s ease;
-o-transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
/* line 209, goban-ui.scss */
#goban-side {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
margin-top: 12px;
}
/* line 217, goban-ui.scss */
#goban-side.hidden {
width: 0%;
}
/* line 221, goban-ui.scss */
#goban-side #goban-sectionTitle {
margin-left: 15px;
}
/* line 225, goban-ui.scss */
#goban-side ul {
margin-left: 10%;
}
/* line 227, goban-ui.scss */
#goban-side ul li {
margin-top: 10px;
width: 80%;
}
/* line 230, goban-ui.scss */
#goban-side ul li a {
display: inline-block;
padding-top: 3px;
padding-left: 18px;
width: 126px;
overflow: hidden;
font-size: 18px;
line-height: 120%;
text-decoration: none;
-moz-transition: height 2s ease;
-o-transition: height 2s ease;
-webkit-transition: height 2s ease;
transition: height 2s ease;
}
/* line 242, goban-ui.scss */
#goban-side ul li a:hover, #goban-side ul li a:active {
padding-left: 15px;
border-left: 3px solid #007fff;
}
/* line 247, goban-ui.scss */
#goban-side ul li a.active {
background-color: #2e2e2e;
color: #e6e6e6;
}
/* line 251, goban-ui.scss */
#goban-side ul li a.elem {
margin-left: 15px;
}
/* line 254, goban-ui.scss */
#goban-side ul li a img {
margin-right: 3px;
margin-left: -15px;
}
/* line 257, goban-ui.scss */
#goban-side ul li a img.folder {
height: 15px;
}
/* line 261, goban-ui.scss */
#goban-side ul li a .arrowHead {
display: inline-block;
width: 0px;
position: relative;
top: -3px;
left: 12px;
}
/* line 268, goban-ui.scss */
#goban-side ul li a .arrowHead.right {
border-left: 6px solid black;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
/* line 273, goban-ui.scss */
#goban-side ul li a .arrowHead.down {
border-top: 6px solid black;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
/* line 285, goban-ui.scss */
#goban-main {
height: 600px;
float: right;
}
/* line 288, goban-ui.scss */
#goban-main iframe {
width: 100%;
height: 100%;
background: url(../images/tiles.png);
-moz-transition: opacity 2s ease;
-o-transition: opacity 2s ease;
-webkit-transition: opacity 2s ease;
transition: opacity 2s ease;
}
/* line 294, goban-ui.scss */
#goban-main iframe.null, #goban-main iframe.loading {
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
z-index: -5;
}
/* line 300, goban-ui.scss */
#goban-main.full {
width: 100%;
}
@media screen and (max-width: 420px) {
/* line 309, goban-ui.scss */
#goban-side {
width: 40%;
}
/* line 312, goban-ui.scss */
#goban-main {
width: 60%;
}
/* line 316, goban-ui.scss */
#goban-keyBordCtrl {
display: none;
}
}
@media screen and (min-width: 420px) and (max-width: 820px) {
/* line 323, goban-ui.scss */
#goban-side {
width: 30%;
}
/* line 326, goban-ui.scss */
#goban-main {
width: 70%;
}
/* line 329, goban-ui.scss */
#goban-keyBordCtrl {
display: none;
}
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
/* line 334, goban-ui.scss */
#goban-side {
width: 20%;
}
/* line 337, goban-ui.scss */
#goban-main {
width: 80%;
}
}
@media screen and (min-width: 1024px) {
/* line 343, goban-ui.scss */
#goban-side {
width: 15%;
}
/* line 346, goban-ui.scss */
#goban-main {
width: 85%;
}
}
/* line 353, goban-ui.scss */
.zoom0 {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
/* line 353, goban-ui.scss */
.zoom1 {
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
/* line 353, goban-ui.scss */
.zoom2 {
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
/* line 353, goban-ui.scss */
.zoom3 {
-moz-transform: scale(1.75);
-ms-transform: scale(1.75);
-webkit-transform: scale(1.75);
transform: scale(1.75);
}
/* line 353, goban-ui.scss */
.zoom4 {
-moz-transform: scale(2);
-ms-transform: scale(2);
-webkit-transform: scale(2);
transform: scale(2);
} | old/bower_components/goban/goban-ui.css | a {
cursor: pointer;
text-decoration: none;
}
/* line 16, goban-ui.scss */
#goban-nav {
position: relative;
z-index: 999999;
height: 50px;
padding-top: 15px;
padding-left: 15px;
font-size: 24px;
background-color: #2e2e2e;
overflow: auto;
}
/* line 25, goban-ui.scss */
#goban-nav a {
color: white;
}
/* line 28, goban-ui.scss */
#goban-nav sub {
color: white;
}
/* line 31, goban-ui.scss */
#goban-nav ul {
list-style-type: none;
font-family: cursive, sen-seirf, arial;
}
/* line 35, goban-ui.scss */
#goban-nav ul .number {
display: inline-block;
font-family: "times new roman", sen-seirf, arial;
margin-left: 15px;
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
}
/* line 42, goban-ui.scss */
#goban-nav ul li {
display: inline;
padding: 1%;
}
/* line 45, goban-ui.scss */
#goban-nav ul li a {
display: inline-block;
width: 15px;
height: 15px;
margin-left: 1%;
padding: 3px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 3px solid gray;
text-decoration: none;
overflow: hidden;
}
/* line 56, goban-ui.scss */
#goban-nav ul li a:hover, #goban-nav ul li a:active, #goban-nav ul li a.active {
background-color: #404040;
border: 3px solid #eee;
}
/* line 60, goban-ui.scss */
#goban-nav ul li a .goban-nav-icon {
margin-left: -5px;
margin-top: -50%;
height: 25px;
}
/* line 71, goban-ui.scss */
.goban-logo {
display: inline-block;
height: 50px;
}
/* line 76, goban-ui.scss */
.goban-fixed-right {
position: fixed;
top: 5px;
right: 15px;
}
/* line 83, goban-ui.scss */
.goban-blank {
position: absolute;
z-index: 3;
top: 70px;
left: 50%;
color: gray;
opacity: 0.8;
}
/* line 90, goban-ui.scss */
.goban-blank a {
padding: 15px;
margin-left: -75px;
height: 20px;
font-size: 20px;
background-color: white;
-moz-border-radius: 0px 0px 50% 50%;
-webkit-border-radius: 0px;
border-radius: 0px 0px 50% 50%;
}
/* line 104, goban-ui.scss */
#goban-main:hover .goban-blank {
margin-top: -50px;
width: 420px;
-moz-transition: all 1.5s ease-in;
-o-transition: all 1.5s ease-in;
-webkit-transition: all 1.5s ease-in;
transition: all 1.5s ease-in;
-moz-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
/* line 113, goban-ui.scss */
#goban-toggleSidebar {
display: inline-block;
width: 30px;
height: 30px;
line-height: 0px;
}
/* line 118, goban-ui.scss */
#goban-toggleSidebar span {
display: inline-block;
width: 22px;
height: 0px;
margin-top:3px;
border-top: 4px solid gray;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* line 128, goban-ui.scss */
#goban-keyBordCtrl {
position: fixed;
bottom: 0px;
right: 0px;
z-index: 1;
width: 150px;
height: 150px;
padding: 15px;
}
/* line 138, goban-ui.scss */
#goban-keyBordCtrl #backup {
vertical-align: middle;
text-align: center;
line-height: 100px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: cyan;
width: 100px;
height: 100px;
}
/* line 146, goban-ui.scss */
#goban-keyBordCtrl #backup a {
display: inline-block;
position: relative;
top: 22.5px;
border-top: 45px solid #7fffff;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
}
/* line 153, goban-ui.scss */
#goban-keyBordCtrl #backup a:hover {
border-top: 45px solid #007f7f;
}
/* line 161, goban-ui.scss */
#goban-keyBordCtrl #up, #goban-keyBordCtrl #down {
position: absolute;
left: 35px;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
width: 0px;
}
/* line 168, goban-ui.scss */
#goban-keyBordCtrl #up {
top: -7.5px;
border-bottom: 15px solid cyan;
}
/* line 171, goban-ui.scss */
#goban-keyBordCtrl #up:hover {
border-bottom: 15px solid #007f7f;
}
/* line 175, goban-ui.scss */
#goban-keyBordCtrl #down {
top: 122.5px;
border-top: 15px solid cyan;
}
/* line 178, goban-ui.scss */
#goban-keyBordCtrl #down:hover {
border-top: 15px solid #007f7f;
}
/* line 182, goban-ui.scss */
#goban-keyBordCtrl #left, #goban-keyBordCtrl #right {
position: absolute;
top: 35px;
width: 0px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
}
/* line 189, goban-ui.scss */
#goban-keyBordCtrl #left {
left: -7.5px;
border-right: 15px solid cyan;
}
/* line 192, goban-ui.scss */
#goban-keyBordCtrl #left:hover {
border-right: 15px solid #007f7f;
}
/* line 196, goban-ui.scss */
#goban-keyBordCtrl #right {
left: 122.5px;
border-left: 15px solid cyan;
}
/* line 199, goban-ui.scss */
#goban-keyBordCtrl #right:hover {
border-left: 15px solid #007f7f;
}
/* line 205, goban-ui.scss */
#goban-side, #goban-main {
-moz-transition: width 0.2s ease;
-o-transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
/* line 209, goban-ui.scss */
#goban-side {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
margin-top: 12px;
}
/* line 217, goban-ui.scss */
#goban-side.hidden {
width: 0%;
}
/* line 221, goban-ui.scss */
#goban-side #goban-sectionTitle {
margin-left: 15px;
}
/* line 225, goban-ui.scss */
#goban-side ul {
margin-left: 10%;
}
/* line 227, goban-ui.scss */
#goban-side ul li {
margin-top: 10px;
width: 80%;
}
/* line 230, goban-ui.scss */
#goban-side ul li a {
display: inline-block;
padding-top: 3px;
padding-left: 18px;
width: 126px;
overflow: hidden;
font-size: 18px;
line-height: 120%;
text-decoration: none;
-moz-transition: height 2s ease;
-o-transition: height 2s ease;
-webkit-transition: height 2s ease;
transition: height 2s ease;
}
/* line 242, goban-ui.scss */
#goban-side ul li a:hover, #goban-side ul li a:active {
padding-left: 15px;
border-left: 3px solid #007fff;
}
/* line 247, goban-ui.scss */
#goban-side ul li a.active {
background-color: #2e2e2e;
color: #e6e6e6;
}
/* line 251, goban-ui.scss */
#goban-side ul li a.elem {
margin-left: 15px;
}
/* line 254, goban-ui.scss */
#goban-side ul li a img {
margin-right: 3px;
margin-left: -15px;
}
/* line 257, goban-ui.scss */
#goban-side ul li a img.folder {
height: 15px;
}
/* line 261, goban-ui.scss */
#goban-side ul li a .arrowHead {
display: inline-block;
width: 0px;
position: relative;
top: -3px;
left: 12px;
}
/* line 268, goban-ui.scss */
#goban-side ul li a .arrowHead.right {
border-left: 6px solid black;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
/* line 273, goban-ui.scss */
#goban-side ul li a .arrowHead.down {
border-top: 6px solid black;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
/* line 285, goban-ui.scss */
#goban-main {
height: 600px;
float: right;
}
/* line 288, goban-ui.scss */
#goban-main iframe {
width: 100%;
height: 100%;
background: url(../images/tiles.png);
-moz-transition: opacity 2s ease;
-o-transition: opacity 2s ease;
-webkit-transition: opacity 2s ease;
transition: opacity 2s ease;
}
/* line 294, goban-ui.scss */
#goban-main iframe.null, #goban-main iframe.loading {
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
z-index: -5;
}
/* line 300, goban-ui.scss */
#goban-main.full {
width: 100%;
}
@media screen and (max-width: 420px) {
/* line 309, goban-ui.scss */
#goban-side {
width: 40%;
}
/* line 312, goban-ui.scss */
#goban-main {
width: 60%;
}
/* line 316, goban-ui.scss */
#goban-keyBordCtrl {
display: none;
}
}
@media screen and (min-width: 420px) and (max-width: 820px) {
/* line 323, goban-ui.scss */
#goban-side {
width: 30%;
}
/* line 326, goban-ui.scss */
#goban-main {
width: 70%;
}
/* line 329, goban-ui.scss */
#goban-keyBordCtrl {
display: none;
}
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
/* line 334, goban-ui.scss */
#goban-side {
width: 20%;
}
/* line 337, goban-ui.scss */
#goban-main {
width: 80%;
}
}
@media screen and (min-width: 1024px) {
/* line 343, goban-ui.scss */
#goban-side {
width: 15%;
}
/* line 346, goban-ui.scss */
#goban-main {
width: 85%;
}
}
/* line 353, goban-ui.scss */
.zoom0 {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
/* line 353, goban-ui.scss */
.zoom1 {
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
/* line 353, goban-ui.scss */
.zoom2 {
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
/* line 353, goban-ui.scss */
.zoom3 {
-moz-transform: scale(1.75);
-ms-transform: scale(1.75);
-webkit-transform: scale(1.75);
transform: scale(1.75);
}
/* line 353, goban-ui.scss */
.zoom4 {
-moz-transform: scale(2);
-ms-transform: scale(2);
-webkit-transform: scale(2);
transform: scale(2);
} | 0.240329 | 0.071689 |
.graph {
min-height: 150px;
}
input,textarea {
font-family: monospace;
}
.header {
text-align: center;
color: black;
margin-bottom: 20px;
}
.header h1 {
font-size: 4em;
letter-spacing: -2px;
margin-bottom: 20px;
}
.header p {
display: block;
font-size: 2em;
line-height: 1em;
width: 80%;
margin-left: auto;
margin-right: auto;
font-style: italic;
}
hr {
height: 2px;
border-color: grey;
}
.content {
background-color: white;
min-height: 500px;
border: solid rgb(229, 229, 229) 2px;
padding-bottom: 20px;
padding-top: 20px;
}
.footer {
margin-top: 30px;
text-align: center;
color: grey;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.column {
min-height: 190px;
}
body {
background-color: rgb(245, 245, 245);
padding-top: 40px; /* 60px to make the container go all the way to the bottom of the topbar */
}
h3 {
text-rendering: auto;
}
.input-div {
-webkit-appearance: none;
-webkit-border-image: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-rtl-ordering: logical;
-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.20000000298023224s, 0.20000000298023224s;
-webkit-transition-property: border, box-shadow;
-webkit-transition-timing-function: linear, linear;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
color: rgb(85, 85, 85);
cursor: auto;
display: inline-block;
font-family: monospace;
font-size: 14px;
font-weight: normal;
min-height: 20px;
letter-spacing: normal;
line-height: 20px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 30px;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
vertical-align: middle;
width: 100%;
word-spacing: 0px;
writing-mode: lr-tb;
}
.currentState {
fill: lightpink;
background-color: lightpink;
stroke-width: 2;
}
.nextState {
fill: lightgreen;
}
.previousState {
fill: lightblue;
}
.activeTransition {
stroke: blue;
stroke-width: 2;
}
.inactiveState {
fill: white;
}
.nextSymbol {
background-color: lightgreen;
font-weight:bold;
}
#fsm {
height: 60px;
} | webapps/fsm_simulator/styles/fsm_simulator.css | .graph {
min-height: 150px;
}
input,textarea {
font-family: monospace;
}
.header {
text-align: center;
color: black;
margin-bottom: 20px;
}
.header h1 {
font-size: 4em;
letter-spacing: -2px;
margin-bottom: 20px;
}
.header p {
display: block;
font-size: 2em;
line-height: 1em;
width: 80%;
margin-left: auto;
margin-right: auto;
font-style: italic;
}
hr {
height: 2px;
border-color: grey;
}
.content {
background-color: white;
min-height: 500px;
border: solid rgb(229, 229, 229) 2px;
padding-bottom: 20px;
padding-top: 20px;
}
.footer {
margin-top: 30px;
text-align: center;
color: grey;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.column {
min-height: 190px;
}
body {
background-color: rgb(245, 245, 245);
padding-top: 40px; /* 60px to make the container go all the way to the bottom of the topbar */
}
h3 {
text-rendering: auto;
}
.input-div {
-webkit-appearance: none;
-webkit-border-image: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-rtl-ordering: logical;
-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.20000000298023224s, 0.20000000298023224s;
-webkit-transition-property: border, box-shadow;
-webkit-transition-timing-function: linear, linear;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
color: rgb(85, 85, 85);
cursor: auto;
display: inline-block;
font-family: monospace;
font-size: 14px;
font-weight: normal;
min-height: 20px;
letter-spacing: normal;
line-height: 20px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 30px;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
vertical-align: middle;
width: 100%;
word-spacing: 0px;
writing-mode: lr-tb;
}
.currentState {
fill: lightpink;
background-color: lightpink;
stroke-width: 2;
}
.nextState {
fill: lightgreen;
}
.previousState {
fill: lightblue;
}
.activeTransition {
stroke: blue;
stroke-width: 2;
}
.inactiveState {
fill: white;
}
.nextSymbol {
background-color: lightgreen;
font-weight:bold;
}
#fsm {
height: 60px;
} | 0.597373 | 0.107437 |
@font-face {
font-family: 'KaushanScript-Regular';
src:url('../fonts/KaushanScript-Regular.otf');
font-weight: normal;
font-style: normal;
}
body {
margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.full {
background: url('../img/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.row {
background-color: transparent;
}
.container .welcome{
font-size: 30px;
font-family: 'KaushanScript-Regular';
padding-top: 15%;
text-align: center;
z-index: 1;
}
.container .welcome h1{
font-size: 2.625em;
line-height: 1.3;
margin: 0;
color: #655847;
font-weight: 300;
z-index: -1;
}
.container .welcome span{
display: block;
font-size: 100%;
color: #89867e;
padding: 0 0 0.6em 0.1em;
}
.read {
text-decoration: none;
/*text-transform: uppercase;*/
font-size: 35px;
padding: 10px;
}
/* Poem */
.poem{
font-size: 20px;
font-family: 'Lato', Calibri, Arial, sans-serif;
}
.poem h1{
margin-top: 0;
color: #655847;
}
.poem hr{
border-top: 1px solid #655847;
}
.poem p{
margin: 0;
}
.sign{
font-size: 16px;
}
.author img{
height: 200px;
width: 200px;
float: right;
border: 5px solid #fff;
transform: rotate(10deg);
}
.about{
padding-top: 50%;
font-size: 22px;
}
.about span{
color: #F36720;
}
/*.find{
width: 300px;
}*/
.find img{
height: 50%;
width: 50%;
float: left;
}
/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: 2px solid rgba(0,0,0,0.1);
border-radius: 50%;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cl-effect-12 a::after {
width: 90px;
height: 90px;
border-width: 6px;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-moz-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}
/* Effect 14: border switch */
.cl-effect-14 a {
padding: 0 20px;
height: 45px;
line-height: 45px;
}
.cl-effect-14 a::before,
.cl-effect-14 a::after {
position: absolute;
width: 45px;
height: 2px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.cl-effect-14 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.cl-effect-14 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
opacity: 1;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}
/* Social */
.link ul {
overflow: auto;
padding-left: 50px;
}
.link ul li {
list-style-type: none;
}
.link ul li a i {
background: transparent;
color: #fff;
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 25px;
text-align: center;
margin-right: 10px;
padding-top: 4%;
margin-top: 5px;
transition: all 0.2s ease-in-out;
}
.link .fa-facebook {
background: transparent;
border: 1px solid #fff;
/*background: #3b5998;*/
}
.link .fa-linkedin {
background: transparent;
border: 1px solid #fff;
/*background:#007bb6;*/
}
.link .fa-twitter {
background: transparent;
border: 1px solid #fff;
/*background:#00aced;*/
}
.link .fa-google-plus {
background: transparent;
border: 1px solid #fff;
/*background:#dd4b39;*/
}
.link .fa-at {
background: transparent;
border: 1px solid #fff;
}
.link .fa-home {
background: transparent;
border: 1px solid #fff;
}
.link ul li a i:hover {
opacity: .7;
border: 2px solid #fff;
}
/* Footer */
footer{
position:fixed;
bottom:0;
margin: auto;
left: 43%;
}
footer p{
color: #fff;
text-shadow: 0 1px 2px #333;
bottom: 0;
}
/* Media */
@media screen and (max-width: 991px) {
p {
font-size: 14px;
width: 400px;
}
header{
padding-left: 20px;
}
.dl-menuwrapper button{
float: left;
}
.dl-menuwrapper li a{
z-index: 2000;
}
.link li{
display: inline-block;
}
.link ul li a i{
display: inline-block;
padding-top: 10%;
}
.link ul{
position:fixed;
bottom:0;
padding-left: 0;
}
.read{
display: none;
}
.container{
height: 100%
}
footer{
left: 60%;
}
.poem{
padding-left: 20%;
}
.col-md-6{
z-index: -2;
}
.find img{
width: 200px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
p {
font-size: 14px;
}
header{
padding-left: 20px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1350px) {
p {
font-size: 16px;
}
header{
padding-left: 70px;
}
hr{
width: 500px;
}
}
@media screen and (min-width: 1351px) and (max-width: 1550px) {
p {
font-size: 18px;
}
header{
padding-left: 45px;
}
hr{
width: 500px;
}
} | css/poet.css | @font-face {
font-family: 'KaushanScript-Regular';
src:url('../fonts/KaushanScript-Regular.otf');
font-weight: normal;
font-style: normal;
}
body {
margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.full {
background: url('../img/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.row {
background-color: transparent;
}
.container .welcome{
font-size: 30px;
font-family: 'KaushanScript-Regular';
padding-top: 15%;
text-align: center;
z-index: 1;
}
.container .welcome h1{
font-size: 2.625em;
line-height: 1.3;
margin: 0;
color: #655847;
font-weight: 300;
z-index: -1;
}
.container .welcome span{
display: block;
font-size: 100%;
color: #89867e;
padding: 0 0 0.6em 0.1em;
}
.read {
text-decoration: none;
/*text-transform: uppercase;*/
font-size: 35px;
padding: 10px;
}
/* Poem */
.poem{
font-size: 20px;
font-family: 'Lato', Calibri, Arial, sans-serif;
}
.poem h1{
margin-top: 0;
color: #655847;
}
.poem hr{
border-top: 1px solid #655847;
}
.poem p{
margin: 0;
}
.sign{
font-size: 16px;
}
.author img{
height: 200px;
width: 200px;
float: right;
border: 5px solid #fff;
transform: rotate(10deg);
}
.about{
padding-top: 50%;
font-size: 22px;
}
.about span{
color: #F36720;
}
/*.find{
width: 300px;
}*/
.find img{
height: 50%;
width: 50%;
float: left;
}
/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: 2px solid rgba(0,0,0,0.1);
border-radius: 50%;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cl-effect-12 a::after {
width: 90px;
height: 90px;
border-width: 6px;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-moz-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}
/* Effect 14: border switch */
.cl-effect-14 a {
padding: 0 20px;
height: 45px;
line-height: 45px;
}
.cl-effect-14 a::before,
.cl-effect-14 a::after {
position: absolute;
width: 45px;
height: 2px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.cl-effect-14 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.cl-effect-14 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
opacity: 1;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}
/* Social */
.link ul {
overflow: auto;
padding-left: 50px;
}
.link ul li {
list-style-type: none;
}
.link ul li a i {
background: transparent;
color: #fff;
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 25px;
text-align: center;
margin-right: 10px;
padding-top: 4%;
margin-top: 5px;
transition: all 0.2s ease-in-out;
}
.link .fa-facebook {
background: transparent;
border: 1px solid #fff;
/*background: #3b5998;*/
}
.link .fa-linkedin {
background: transparent;
border: 1px solid #fff;
/*background:#007bb6;*/
}
.link .fa-twitter {
background: transparent;
border: 1px solid #fff;
/*background:#00aced;*/
}
.link .fa-google-plus {
background: transparent;
border: 1px solid #fff;
/*background:#dd4b39;*/
}
.link .fa-at {
background: transparent;
border: 1px solid #fff;
}
.link .fa-home {
background: transparent;
border: 1px solid #fff;
}
.link ul li a i:hover {
opacity: .7;
border: 2px solid #fff;
}
/* Footer */
footer{
position:fixed;
bottom:0;
margin: auto;
left: 43%;
}
footer p{
color: #fff;
text-shadow: 0 1px 2px #333;
bottom: 0;
}
/* Media */
@media screen and (max-width: 991px) {
p {
font-size: 14px;
width: 400px;
}
header{
padding-left: 20px;
}
.dl-menuwrapper button{
float: left;
}
.dl-menuwrapper li a{
z-index: 2000;
}
.link li{
display: inline-block;
}
.link ul li a i{
display: inline-block;
padding-top: 10%;
}
.link ul{
position:fixed;
bottom:0;
padding-left: 0;
}
.read{
display: none;
}
.container{
height: 100%
}
footer{
left: 60%;
}
.poem{
padding-left: 20%;
}
.col-md-6{
z-index: -2;
}
.find img{
width: 200px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
p {
font-size: 14px;
}
header{
padding-left: 20px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1350px) {
p {
font-size: 16px;
}
header{
padding-left: 70px;
}
hr{
width: 500px;
}
}
@media screen and (min-width: 1351px) and (max-width: 1550px) {
p {
font-size: 18px;
}
header{
padding-left: 45px;
}
hr{
width: 500px;
}
} | 0.306423 | 0.062646 |
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgBjAAQAABRAAAAAJkdQT1NEdkx1AAAUaAAAACBHU1VCkxWCFgAA\
FIgAAAA2T1MvMmqHXmMAAAGYAAAAYGNtYXAADABTAAACAAAAACxjdnQgPgQbKwAAEUwAAAEs\
ZnBnbZ42GdoAAAIsAAAOFWdhc3AAAAAQAAAUOAAAAAhnbHlmAAAAAAAAEoAAAAAAaGVhZM3j\
hRMAAAEcAAAANmhoZWEELwE2AAABVAAAACRobXR4A1wAXgAAAfgAAAAIbG9jYQAAAAAAABJ4\
AAAABm1heHACuQ8TAAABeAAAACBuYW1lH484oQAAEoAAAAGWcG9zdP+fADIAABQYAAAAIHBy\
ZXBQRw+/AAAQRAAAAQUAAQAAAAIAQmE6r2dfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIIAAAAAA\
AAAAAAAAAAYAAgAAAAAAAAABAAAELf7bAAACWAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAgAB\
AAAAAgAAAAAAAAAAAAIAmAD8AI0AAAGJDhUACAAAAAQCQQGQAAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFCAAACCwUCBAUEAgIEAAAAAQAAAAAAAAAAAAAAAEdPT0cBQAAgACAELf7bAAAELQEl\
AAABnwAAAAACGALKAAAAIAAEAlgAXgEEAAAAAAABAAMAAQAAAAwABAAgAAAABAAEAAEAAAAg\
//8AAAAg////4Q<KEY>CCQHCQoqsQAHQkAUkAaABnAGZQBcBFAERgI6BisFCQoqsQAQQkELIkAe\
QBpAGMAVwBLAEMAMwAlAAAkACyqxABlCQQsAQABAAEAAQABAAEAAQABAAEAACQALKrkAAwAA\
RLEkAYhRWLBAiFi5AAMAZESxKAGIUVi4CACIWLkAAwAARFkbsScBiFFYugiAAAEEQIhjVFi5\
AAMAAERZWVlZWUAUigZ6BmoGZAFYBEwERAI0BiYFCQ4quAH/hbAEjbECAESzBWQGAEREAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAWwBbAEkASQLKAAACGAAA/xAC1P/2AiL/9v8QAFsAWwBJAEkCyv/2\
AvgCGP/2/xAC1f/2Av0CIv/2/xAAXABcAEsASwI8AAACRf/4AFwAXABLAEsCPAI8AAAAAAI8\
AkT/+P/4AEgASAA+AD4BaADo/6D/EAFoAOj/mv8QAEgASAA+AD4BHwEfAFsAWwBJAEkCygAA\
AuwCGAAA/xAC1f/2AuwCIv/2/xAAOwA7ACwALAEq/34BYQDi/6D/EAEy/3YBYQDo/5r/EAA7\
ADsALAAsAssBoALgAmEBHwCPAuABmALgAmcBGQCPAAAAAAAAAAAAAAAHAFoAAwABBAkAAABe\
AAAAAwABBAkAAQASAF4AAwABBAkAAgAOAHAAAwABBAkAAwA2AH4AAwABBAkABAAiALQAAwAB\
BAkABQBGANYAAwABBAkABgAgARwAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMQA1ACAARwBv\
AG8AZwBsAGUAIABJAG4AYwAuACAAQQBsAGwAIABSAGkAZwBoAHQAcwAgAFIAZQBzAGUAcgB2\
AGUAZAAuAE4AbwB0AG8AIABTAGEAbgBzAFIAZQBnAHUAbABhAHIAMgAuADAAMAAxADsARwBP\
AE8ARwA7AE4AbwB0AG8AUwBhAG4AcwAtAFIAZQBnAHUAbABhAHIATgBvAHQAbwAgAFMAYQBu\
AHMAIABSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAyAC4AMAAwADEAOwAgAHQAdABm\
AGEAdQB0AG8AaABpAG4AdAAgACgAdgAxAC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMALQBS\
AGUAZwB1AGwAYQByAAAAAwAAAAAAAP+cADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP\
AAEAAgAAAAAAAAAAAA4AAQAEAAAAFAAAABQAAAAUAAAAFAABAAAAAAABAAAACgAcAB4AAURG\
TFQACAAEAAAAAP//AAAAAAAAAAEAAAAKADIANAAEREZMVAAaY3lybAAkZ3JlawAkbGF0bgAk\
AAQAAAAA//8AAAAAAAAAAAAAAAA=') format('woff');
font-style: normal;
font-weight: normal;
unicode-range: U+20;
font-display: swap;
}
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgBjAAQAABQoAAAAJkdQT1NEdkx1AAAUUAAAACBHU1VCkxWCFgAA\
FHAAAAA2T1MvMmu5YXIAAAGYAAAAYGNtYXAADABTAAACAAAAACxjdnQgQbYe1AAAEUwAAAEs\
ZnBnbZ42GdoAAAIsAAAOFWdhc3AAAAAQAAAUIAAAAAhnbHlmAAAAAAAAEoAAAAAAaGVhZM3k\
hRMAAAEcAAAANmhoZWEELwE2AAABVAAAACRobXR4A1wAXgAAAfgAAAAIbG9jYQAAAAAAABJ4\
AAAABm1heHACuQ8TAAABeAAAACBuYW1lHJo2BAAAEoAAAAF+cG9zdP+fADIAABQAAAAAIHBy\
ZXBQRw+/AAAQRAAAAQUAAQAAAAIAQl1ap8FfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIIAAAAAA\
AAAAAAABAAYAAgAAAAAAAAABAAAELf7bAAACWAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAgAB\
AAAAAgAAAAAAAAAAAAIAmAD8AI0AAAGJDhUACAAAAAQCZgK8AAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFIAAACCwgCBAUEAgIEAAAAAQAAAAAAAAAAAAAAAEdPT0cBIAAgACAELf7bAAAELQEl\
AAABnwAAAAACIgLKAAAAIAAEAlgAXgEEAAAAAAABAAMAAQAAAAwABAAgAAAABAAEAAEAAAAg\
//8AAAAg////4QABAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIl\
YbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCMhIyEtsAMsIGSzAxQV\
AEJDsBNDIGBgQrECFENCsSUDQ7ACQ1R4ILAMI7ACQ0NhZLAEUHiyAgICQ2BCsCFlHCGwAkND\
sg4VAUIcILACQyNCshMBE0NgQiOwAFBYZVmyFgECQ2BCLbAELLADK7AVQ1gjISMhsBZDQyOw\
AFBYZVkbIGQgsMBQsAQmWrIoAQ1DRWNFsAZFWCGwAyVZUltYISMhG4pYILBQUFghsEBZGyCw\
OFBYIbA4WVkgsQENQ0VjRW<KEY>
<KEY>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAmACYAHgAeALKAAACIgAA/xAC1P/2Aiz/9v8QAJgAmAB4AHgCyv/2\
AvgCIv/2/xAC1f/2Av0CLP/2/xAAlQCVAHMAcwJGAAACUP/4AJUAlQBzAHMCRgJGAAAAAAJG\
Ak//+P/4AHsAewBlAGUBaADu/6D/EAFoAO7/mv8QAHsAewBlAGUBHwEfAJgAmAB4AHgCygAA\
AvgCIgAA/xAC1f/2AvgCLP/2/xAAYwBjAEgASAEq/34BaADo/6D/EAE0/3QBaADu/5r/EABj\
AGMASABIAssBoALnAmcBHwCPAucBlgLnAm0BGQCPAAAAAAAAAAAAAAAHAFoAAwABBAkAAABe\
AAAAAwABBAkAAQASAF4AAwABBAkAAgAIAHAAAwABBAkAAwAwAHgAAwABBAkABAAcAKgAAwAB\
BAkABQBGAMQAAwABBAkABgAaAQoAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMQA1ACAARwBv\
AG8AZwBsAGUAIABJAG4AYwAuACAAQQBsAGwAIABSAGkAZwBoAHQAcwAgAFIAZQBzAGUAcgB2\
AGUAZAAuAE4AbwB0AG8AIABTAGEAbgBzAEIAbwBsAGQAMgAuADAAMAAxADsARwBPAE8ARwA7\
AE4AbwB0AG8AUwBhAG4AcwAtAEIAbwBsAGQATgBvAHQAbwAgAFMAYQBuAHMAIABCAG8AbABk\
AFYAZQByAHMAaQBvAG4AIAAyAC4AMAAwADEAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAg\
ACgAdgAxAC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMALQBCAG8AbABkAAAAAwAAAAAAAP+c\
ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAgAAAAAAAAAAAA4AAQAEAAAAFAAA\
ABQAAAAUAAAAFAABAAAAAAABAAAACgAcAB4AAURGTFQACAAEAAAAAP//AAAAAAAAAAEAAAAK\
ADIANAAEREZMVAAaY3lybAAkZ3JlawAkbGF0bgAkAAQAAAAA//8AAAAAAAAAAAAAAAA=') format('woff');
font-style: normal;
font-weight: bold;
unicode-range: U+20;
font-display: swap;
} | kolibri/core/static/assets/fonts/noto-subset.en.css | @font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgBjAAQAABRAAAAAJkdQT1NEdkx1AAAUaAAAACBHU1VCkxWCFgAA\
FIgAAAA2T1MvMmqHXmMAAAGYAAAAYGNtYXAADABTAAACAAAAACxjdnQgPgQbKwAAEUwAAAEs\
ZnBnbZ42GdoAAAIsAAAOFWdhc3AAAAAQAAAUOAAAAAhnbHlmAAAAAAAAEoAAAAAAaGVhZM3j\
hRMAAAEcAAAANmhoZWEELwE2AAABVAAAACRobXR4A1wAXgAAAfgAAAAIbG9jYQAAAAAAABJ4\
AAAABm1heHACuQ8TAAABeAAAACBuYW1lH484oQAAEoAAAAGWcG9zdP+fADIAABQYAAAAIHBy\
ZXBQRw+/AAAQRAAAAQUAAQAAAAIAQmE6r2dfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIIAAAAAA\
AAAAAAAAAAYAAgAAAAAAAAABAAAELf7bAAACWAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAgAB\
AAAAAgAAAAAAAAAAAAIAmAD8AI0AAAGJDhUACAAAAAQCQQGQAAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFCAAACCwUCBAUEAgIEAAAAAQAAAAAAAAAAAAAAAEdPT0cBQAAgACAELf7bAAAELQEl\
AAABnwAAAAACGALKAAAAIAAEAlgAXgEEAAAAAAABAAMAAQAAAAwABAAgAAAABAAEAAEAAAAg\
//8AAAAg////4Q<KEY>CCQHCQoqsQAHQkAUkAaABnAGZQBcBFAERgI6BisFCQoqsQAQQkELIkAe\
QBpAGMAVwBLAEMAMwAlAAAkACyqxABlCQQsAQABAAEAAQABAAEAAQABAAEAACQALKrkAAwAA\
RLEkAYhRWLBAiFi5AAMAZESxKAGIUVi4CACIWLkAAwAARFkbsScBiFFYugiAAAEEQIhjVFi5\
AAMAAERZWVlZWUAUigZ6BmoGZAFYBEwERAI0BiYFCQ4quAH/hbAEjbECAESzBWQGAEREAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAWwBbAEkASQLKAAACGAAA/xAC1P/2AiL/9v8QAFsAWwBJAEkCyv/2\
AvgCGP/2/xAC1f/2Av0CIv/2/xAAXABcAEsASwI8AAACRf/4AFwAXABLAEsCPAI8AAAAAAI8\
AkT/+P/4AEgASAA+AD4BaADo/6D/EAFoAOj/mv8QAEgASAA+AD4BHwEfAFsAWwBJAEkCygAA\
AuwCGAAA/xAC1f/2AuwCIv/2/xAAOwA7ACwALAEq/34BYQDi/6D/EAEy/3YBYQDo/5r/EAA7\
ADsALAAsAssBoALgAmEBHwCPAuABmALgAmcBGQCPAAAAAAAAAAAAAAAHAFoAAwABBAkAAABe\
AAAAAwABBAkAAQASAF4AAwABBAkAAgAOAHAAAwABBAkAAwA2AH4AAwABBAkABAAiALQAAwAB\
BAkABQBGANYAAwABBAkABgAgARwAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMQA1ACAARwBv\
AG8AZwBsAGUAIABJAG4AYwAuACAAQQBsAGwAIABSAGkAZwBoAHQAcwAgAFIAZQBzAGUAcgB2\
AGUAZAAuAE4AbwB0AG8AIABTAGEAbgBzAFIAZQBnAHUAbABhAHIAMgAuADAAMAAxADsARwBP\
AE8ARwA7AE4AbwB0AG8AUwBhAG4AcwAtAFIAZQBnAHUAbABhAHIATgBvAHQAbwAgAFMAYQBu\
AHMAIABSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAyAC4AMAAwADEAOwAgAHQAdABm\
AGEAdQB0AG8AaABpAG4AdAAgACgAdgAxAC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMALQBS\
AGUAZwB1AGwAYQByAAAAAwAAAAAAAP+cADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP\
AAEAAgAAAAAAAAAAAA4AAQAEAAAAFAAAABQAAAAUAAAAFAABAAAAAAABAAAACgAcAB4AAURG\
TFQACAAEAAAAAP//AAAAAAAAAAEAAAAKADIANAAEREZMVAAaY3lybAAkZ3JlawAkbGF0bgAk\
AAQAAAAA//8AAAAAAAAAAAAAAAA=') format('woff');
font-style: normal;
font-weight: normal;
unicode-range: U+20;
font-display: swap;
}
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgBjAAQAABQoAAAAJkdQT1NEdkx1AAAUUAAAACBHU1VCkxWCFgAA\
FHAAAAA2T1MvMmu5YXIAAAGYAAAAYGNtYXAADABTAAACAAAAACxjdnQgQbYe1AAAEUwAAAEs\
ZnBnbZ42GdoAAAIsAAAOFWdhc3AAAAAQAAAUIAAAAAhnbHlmAAAAAAAAEoAAAAAAaGVhZM3k\
hRMAAAEcAAAANmhoZWEELwE2AAABVAAAACRobXR4A1wAXgAAAfgAAAAIbG9jYQAAAAAAABJ4\
AAAABm1heHACuQ8TAAABeAAAACBuYW1lHJo2BAAAEoAAAAF+cG9zdP+fADIAABQAAAAAIHBy\
ZXBQRw+/AAAQRAAAAQUAAQAAAAIAQl1ap8FfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIIAAAAAA\
AAAAAAABAAYAAgAAAAAAAAABAAAELf7bAAACWAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAgAB\
AAAAAgAAAAAAAAAAAAIAmAD8AI0AAAGJDhUACAAAAAQCZgK8AAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFIAAACCwgCBAUEAgIEAAAAAQAAAAAAAAAAAAAAAEdPT0cBIAAgACAELf7bAAAELQEl\
AAABnwAAAAACIgLKAAAAIAAEAlgAXgEEAAAAAAABAAMAAQAAAAwABAAgAAAABAAEAAEAAAAg\
//8AAAAg////4QABAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIl\
YbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCMhIyEtsAMsIGSzAxQV\
AEJDsBNDIGBgQrECFENCsSUDQ7ACQ1R4ILAMI7ACQ0NhZLAEUHiyAgICQ2BCsCFlHCGwAkND\
sg4VAUIcILACQyNCshMBE0NgQiOwAFBYZVmyFgECQ2BCLbAELLADK7AVQ1gjISMhsBZDQyOw\
AFBYZVkbIGQgsMBQsAQmWrIoAQ1DRWNFsAZFWCGwAyVZUltYISMhG4pYILBQUFghsEBZGyCw\
OFBYIbA4WVkgsQENQ0VjRW<KEY>
<KEY>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAmACYAHgAeALKAAACIgAA/xAC1P/2Aiz/9v8QAJgAmAB4AHgCyv/2\
AvgCIv/2/xAC1f/2Av0CLP/2/xAAlQCVAHMAcwJGAAACUP/4AJUAlQBzAHMCRgJGAAAAAAJG\
Ak//+P/4AHsAewBlAGUBaADu/6D/EAFoAO7/mv8QAHsAewBlAGUBHwEfAJgAmAB4AHgCygAA\
AvgCIgAA/xAC1f/2AvgCLP/2/xAAYwBjAEgASAEq/34BaADo/6D/EAE0/3QBaADu/5r/EABj\
AGMASABIAssBoALnAmcBHwCPAucBlgLnAm0BGQCPAAAAAAAAAAAAAAAHAFoAAwABBAkAAABe\
AAAAAwABBAkAAQASAF4AAwABBAkAAgAIAHAAAwABBAkAAwAwAHgAAwABBAkABAAcAKgAAwAB\
BAkABQBGAMQAAwABBAkABgAaAQoAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMQA1ACAARwBv\
AG8AZwBsAGUAIABJAG4AYwAuACAAQQBsAGwAIABSAGkAZwBoAHQAcwAgAFIAZQBzAGUAcgB2\
AGUAZAAuAE4AbwB0AG8AIABTAGEAbgBzAEIAbwBsAGQAMgAuADAAMAAxADsARwBPAE8ARwA7\
AE4AbwB0AG8AUwBhAG4AcwAtAEIAbwBsAGQATgBvAHQAbwAgAFMAYQBuAHMAIABCAG8AbABk\
AFYAZQByAHMAaQBvAG4AIAAyAC4AMAAwADEAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAg\
ACgAdgAxAC4AOAAuADIAKQBOAG8AdABvAFMAYQBuAHMALQBCAG8AbABkAAAAAwAAAAAAAP+c\
ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAgAAAAAAAAAAAA4AAQAEAAAAFAAA\
ABQAAAAUAAAAFAABAAAAAAABAAAACgAcAB4AAURGTFQACAAEAAAAAP//AAAAAAAAAAEAAAAK\
ADIANAAEREZMVAAaY3lybAAkZ3JlawAkbGF0bgAkAAQAAAAA//8AAAAAAAAAAAAAAAA=') format('woff');
font-style: normal;
font-weight: bold;
unicode-range: U+20;
font-display: swap;
} | 0.198958 | 0.194502 |
.navDots {
display: table;
}
.navDots.vertical {
width: 34px;
}
.navDots.horizontal {
display: inline-block;
height: 28px;
}
.navDots .navDotsInner {
display: table-cell;
vertical-align: middle;
color: #F00;
max-width: 33px;
overflow: hidden;
}
.navDots.horizontal .navDotsInner {
max-width: inherit;
}
/*
* Up/down buttons
*/
.navDots .navDotsNav {
width: 26px;
height: 38px;
cursor: pointer;
margin-left: 4px;
opacity: 0.8;
}
.navDots .navDotsNav:hover {
opacity: 1.0;
}
.navDots.horizontal .navDotsNav {
display: inline-block;
width: 15px;
height: 26px;
margin-left: 8px;
}
.navDots .navDotsNav.disabled {
visibility: hidden;
cursor: default;
}
.navDots .navDotsUp {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat 0 13px;
}
.navDots .navDotsDown {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -26px 13px;
}
.navDots.horizontal .navDotsUp {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -67px 1px;
}
.navDots.horizontal .navDotsDown {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -52px 1px;
}
/*
* Dot
*/
.navDots.horizontal .dots {
display: inline-block;
vertical-align: top;
margin-top: 2px;
}
.navDots .dot {
font-family: Georgia;
height: 21px;
line-height: 21px;
padding: 0;
font-size: 18px;
text-align: center;
cursor: pointer;
}
.navDots.horizontal .dot {
display: inline-block;
width: 21px;
}
.navDots .dot[data-index="0"] {
font-family: 'Glyphicons Halflings';
font-size: 15px !important;
width: 100%;
line-height: 19px;
}
.navDots .dot:hover {
color: #FFF !important;
}
.navDots .dot.active {
color: #FFF !important;
font-size: 28px;
}
.navDots.horizontal .dot.active {
vertical-align: -3px;
}
.navDots .dot:first-child.active {
color: #FFF;
font-size: 28px;
background-position: 10px -16px;
}
/*
* Tooltip
*/
.navDots .tooltip {
max-width: 450px;
}
.navDots .tooltip-inner {
max-width: 450px; /* TODO should depend on container size 90%? */
white-space: pre;
word-wrap: break-word;
text-align: left;
/* seems needed to make the text wraps correctly */
padding: 3px 7px;
}
/*
* Navigation groups
*/
.navDots .navGroups {
color: #444;
font-size: 0.7em;
text-align: center;
}
.navDots.horizontal .navGroups {
display: inline-block;
vertical-align: top;
margin-top: 6px;
}
.navDots .navGroup {
margin: 2px 0;
cursor: pointer;
}
.navDots.horizontal .navGroup {
display: inline-block;
width: 34px;
}
.navDots .navGroup:hover {
color: #FFF;
}
.navDots .navGroupUp {
margin: 0 0 6px 0;
}
.navDots .navGroupDown {
margin: 6px 0 0 0;
}
.navDots .navGroupUp.disabled,
.navDots .navGroupDown.disabled
{
display: none;
} | src/app/storymaps/tpl/ui/desktop/DotNavBar.css | .navDots {
display: table;
}
.navDots.vertical {
width: 34px;
}
.navDots.horizontal {
display: inline-block;
height: 28px;
}
.navDots .navDotsInner {
display: table-cell;
vertical-align: middle;
color: #F00;
max-width: 33px;
overflow: hidden;
}
.navDots.horizontal .navDotsInner {
max-width: inherit;
}
/*
* Up/down buttons
*/
.navDots .navDotsNav {
width: 26px;
height: 38px;
cursor: pointer;
margin-left: 4px;
opacity: 0.8;
}
.navDots .navDotsNav:hover {
opacity: 1.0;
}
.navDots.horizontal .navDotsNav {
display: inline-block;
width: 15px;
height: 26px;
margin-left: 8px;
}
.navDots .navDotsNav.disabled {
visibility: hidden;
cursor: default;
}
.navDots .navDotsUp {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat 0 13px;
}
.navDots .navDotsDown {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -26px 13px;
}
.navDots.horizontal .navDotsUp {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -67px 1px;
}
.navDots.horizontal .navDotsDown {
background: url('../../../../../resources/tpl/viewer/icons/dotNavBar-arrows-white.png') no-repeat -52px 1px;
}
/*
* Dot
*/
.navDots.horizontal .dots {
display: inline-block;
vertical-align: top;
margin-top: 2px;
}
.navDots .dot {
font-family: Georgia;
height: 21px;
line-height: 21px;
padding: 0;
font-size: 18px;
text-align: center;
cursor: pointer;
}
.navDots.horizontal .dot {
display: inline-block;
width: 21px;
}
.navDots .dot[data-index="0"] {
font-family: 'Glyphicons Halflings';
font-size: 15px !important;
width: 100%;
line-height: 19px;
}
.navDots .dot:hover {
color: #FFF !important;
}
.navDots .dot.active {
color: #FFF !important;
font-size: 28px;
}
.navDots.horizontal .dot.active {
vertical-align: -3px;
}
.navDots .dot:first-child.active {
color: #FFF;
font-size: 28px;
background-position: 10px -16px;
}
/*
* Tooltip
*/
.navDots .tooltip {
max-width: 450px;
}
.navDots .tooltip-inner {
max-width: 450px; /* TODO should depend on container size 90%? */
white-space: pre;
word-wrap: break-word;
text-align: left;
/* seems needed to make the text wraps correctly */
padding: 3px 7px;
}
/*
* Navigation groups
*/
.navDots .navGroups {
color: #444;
font-size: 0.7em;
text-align: center;
}
.navDots.horizontal .navGroups {
display: inline-block;
vertical-align: top;
margin-top: 6px;
}
.navDots .navGroup {
margin: 2px 0;
cursor: pointer;
}
.navDots.horizontal .navGroup {
display: inline-block;
width: 34px;
}
.navDots .navGroup:hover {
color: #FFF;
}
.navDots .navGroupUp {
margin: 0 0 6px 0;
}
.navDots .navGroupDown {
margin: 6px 0 0 0;
}
.navDots .navGroupUp.disabled,
.navDots .navGroupDown.disabled
{
display: none;
} | 0.277571 | 0.085023 |
@font-face {
font-family: Principal;
src:url(../fonts/Orbitron-VariableFont_wght.ttf);
}
:root {
--verde: #008000;
--vermelho: #ff0000;
--amarelo: #ffff00;
--azul: #0000ff;
--branco: #ffffff;
--preto: #000000;
--cinza: #6e6e6e;
--azulPastel: #aec6cf;
}
.dark:root {
--verde: #008000cc;
--vermelho: #ff0000cc;
--amarelo: #ffff00cc;
--azul: #0000ffcc;
--branco: #000000;
--preto: #ffffff;
--cinza: #aec6cf;
--azulPastel: #6e6e6e;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Principal;
margin: 0;
background-color: var(--azulPastel);
}
.btns-container {
background-color: var(--branco);
position: fixed;
margin: 0 auto;
width: 600px;
height: 500px;
margin-left: 8%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#startBtn {
border-radius: 50%;
color: var(--preto);
background-color: var(--branco);
border: 15px solid #000000;
height: 150px;
width: 150px;
font-family: Principal;
font-size: 18px;
position: fixed;
top: 50%;
left: 50%;
z-index: 1000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#startBtn:hover {
color: var(--cinza);
cursor: pointer;
}
.game-container {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.simon {
border: 15px solid #000000;
background-color: #000000;
border-radius: 100%;
display: grid;
grid-template-areas: 'verde vermelho' 'amarelo azul';
grid-gap: 15px;
position: fixed;
width: 500px;
height: 500px;
}
.green {
grid-area: verde;
background-color: var(--verde);
border-top-left-radius: 100%;
cursor: pointer;
}
.red {
grid-area: vermelho;
background-color: var(--vermelho);
border-top-right-radius: 100%;
cursor: pointer;
}
.yellow {
grid-area: amarelo;
background-color: var(--amarelo);
border-bottom-left-radius: 100%;
cursor: pointer;
}
.blue {
grid-area: azul;
background-color: var(--azul);
border-bottom-right-radius: 100%;
cursor: pointer;
}
.red:hover, .blue:hover, .yellow:hover, .green:hover {
transform: scale(1.05);
}
.selected {
opacity: 0.4;
}
.group {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 100%;
padding: 5px 0;
}
.hud {
border: 2px solid #000000;
border-radius: 30px;
background-color: var(--preto);
color: var(--branco);
position: absolute;
left: 10px;
top: 10px;
width: 120px;
height: 110px;
padding: 20px;
}
.scoreboard {
font-size: 15px;
}
/* Dark Mode Feature */
.dark-checkbox {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
height: 10vh;
}
.checkbox {
position: absolute;
opacity: 0;
}
.label {
background-color: var(--branco);
border-radius: 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
height: 15px;
width: 30px;
transform: scale(1.5);
}
.label .ball {
background-color: var(--preto);
border-radius: 50%;
position: absolute;
top: 2px;
left: 2px;
height: 11px;
width: 11px;
transform: translateX(0px);
transition: transform 0.2s linear;
}
.checkbox:checked + .label .ball {
transform: translateX(15px);
}
.fa-moon {
color: var(--azul);
transform: scale(0.5);
}
.fa-sun {
color: var(--vermelho);
transform: scale(0.5);
} | css/style.css | @font-face {
font-family: Principal;
src:url(../fonts/Orbitron-VariableFont_wght.ttf);
}
:root {
--verde: #008000;
--vermelho: #ff0000;
--amarelo: #ffff00;
--azul: #0000ff;
--branco: #ffffff;
--preto: #000000;
--cinza: #6e6e6e;
--azulPastel: #aec6cf;
}
.dark:root {
--verde: #008000cc;
--vermelho: #ff0000cc;
--amarelo: #ffff00cc;
--azul: #0000ffcc;
--branco: #000000;
--preto: #ffffff;
--cinza: #aec6cf;
--azulPastel: #6e6e6e;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Principal;
margin: 0;
background-color: var(--azulPastel);
}
.btns-container {
background-color: var(--branco);
position: fixed;
margin: 0 auto;
width: 600px;
height: 500px;
margin-left: 8%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#startBtn {
border-radius: 50%;
color: var(--preto);
background-color: var(--branco);
border: 15px solid #000000;
height: 150px;
width: 150px;
font-family: Principal;
font-size: 18px;
position: fixed;
top: 50%;
left: 50%;
z-index: 1000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#startBtn:hover {
color: var(--cinza);
cursor: pointer;
}
.game-container {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.simon {
border: 15px solid #000000;
background-color: #000000;
border-radius: 100%;
display: grid;
grid-template-areas: 'verde vermelho' 'amarelo azul';
grid-gap: 15px;
position: fixed;
width: 500px;
height: 500px;
}
.green {
grid-area: verde;
background-color: var(--verde);
border-top-left-radius: 100%;
cursor: pointer;
}
.red {
grid-area: vermelho;
background-color: var(--vermelho);
border-top-right-radius: 100%;
cursor: pointer;
}
.yellow {
grid-area: amarelo;
background-color: var(--amarelo);
border-bottom-left-radius: 100%;
cursor: pointer;
}
.blue {
grid-area: azul;
background-color: var(--azul);
border-bottom-right-radius: 100%;
cursor: pointer;
}
.red:hover, .blue:hover, .yellow:hover, .green:hover {
transform: scale(1.05);
}
.selected {
opacity: 0.4;
}
.group {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 100%;
padding: 5px 0;
}
.hud {
border: 2px solid #000000;
border-radius: 30px;
background-color: var(--preto);
color: var(--branco);
position: absolute;
left: 10px;
top: 10px;
width: 120px;
height: 110px;
padding: 20px;
}
.scoreboard {
font-size: 15px;
}
/* Dark Mode Feature */
.dark-checkbox {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
height: 10vh;
}
.checkbox {
position: absolute;
opacity: 0;
}
.label {
background-color: var(--branco);
border-radius: 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
height: 15px;
width: 30px;
transform: scale(1.5);
}
.label .ball {
background-color: var(--preto);
border-radius: 50%;
position: absolute;
top: 2px;
left: 2px;
height: 11px;
width: 11px;
transform: translateX(0px);
transition: transform 0.2s linear;
}
.checkbox:checked + .label .ball {
transform: translateX(15px);
}
.fa-moon {
color: var(--azul);
transform: scale(0.5);
}
.fa-sun {
color: var(--vermelho);
transform: scale(0.5);
} | 0.331985 | 0.134009 |
:root {
--font-family-sans-serif: "Nunito", sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body {
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
text-align: left;
background-color: #f8fafc;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.7875rem;
word-wrap: break-word;
opacity: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.7875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.card, .custom-select, .form-control, .btn, .input-group-text {
border-radius: 0 !important;
}
.dropdown-header, .dropdown-item {
padding: .25rem 1rem !important;
}
table.dataTable {
border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_length {
float: left;
}
div.dataTables_wrapper div.dataTables_filter {
float: right;
}
div.dataTables_wrapper div.dataTables_info {
float: left;
}
div.dataTables_wrapper div.dataTables_paginate {
float: right;
}
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: justify !important;
}
.table-responsive > .table-bordered {
border: 1px solid #ddd !important;
}
hr {
margin-top: 1rem !important;
margin-bottom: .5rem !important;
}
.table > tbody > tr > td {
vertical-align: middle;
}
.table-classes td p {
margin: 0 !important;
padding: 0 !important;
}
.cke_chrome {
border: 1px solid rgba(0,0,0,.15) !important;
} | public/shopwise/assets/css/custom.css | :root {
--font-family-sans-serif: "Nunito", sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body {
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
text-align: left;
background-color: #f8fafc;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.7875rem;
word-wrap: break-word;
opacity: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.7875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.card, .custom-select, .form-control, .btn, .input-group-text {
border-radius: 0 !important;
}
.dropdown-header, .dropdown-item {
padding: .25rem 1rem !important;
}
table.dataTable {
border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_length {
float: left;
}
div.dataTables_wrapper div.dataTables_filter {
float: right;
}
div.dataTables_wrapper div.dataTables_info {
float: left;
}
div.dataTables_wrapper div.dataTables_paginate {
float: right;
}
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: justify !important;
}
.table-responsive > .table-bordered {
border: 1px solid #ddd !important;
}
hr {
margin-top: 1rem !important;
margin-bottom: .5rem !important;
}
.table > tbody > tr > td {
vertical-align: middle;
}
.table-classes td p {
margin: 0 !important;
padding: 0 !important;
}
.cke_chrome {
border: 1px solid rgba(0,0,0,.15) !important;
} | 0.403802 | 0.118054 |
html { height: 100%; }
body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
}
/* --- _content_footer/*.md --- */
footer {
color: #aaa;
background-color: #222;
/* https://stackoverflow.com/a/18935218/75696 */
box-shadow: 0 500px 0 500px #222;
padding: 10px 0;
margin-top: 20px;
}
.footer-item {
text-align: center;
vertical-align: top;
}
.footer-item h1,
.footer-item h2,
.footer-item h3,
.footer-item h4
{
color: #fff;
}
.footer-item a
{
color: #fff;
}
/* --- project/index.md --- */
/* --( modified from bootstrap website's bs-docs-header class )--- */
.jumbo-header {
margin-bottom: 40px;
font-size: 20px;
color: #fff;
background-color: #6f5499;
}
.jumbo-header h1 {
margin-top: 0;
color: #fff;
}
.jumbo-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 1.4;
}
.jumbo-header .container {
position: relative;
}
@media (min-width: 768px) {
.jumbo-header {
padding-top: 60px;
padding-bottom: 60px;
font-size: 24px;
text-align: left;
}
.jumbo-header h1 {
font-size: 60px;
line-height: 1;
}
}
@media (min-width: 992px) {
.jumbo-header h1,
.jumbo-header p {
margin-right: 380px;
}
}
/* --- _content_features/*.md --- */
.project-feature-item {
text-align:justify;
margin: 10px 0;
}
.project-feature-header {
font-size: 2.0em;
text-align: center;
background-color: #338;
color: #fff;
padding: 10px 0;
margin-bottom: 10px;
}
/* --- calendar.liquid CSS --- */
.calendar-div {
background-color: #fff;
color: #000;
font-weight: normal;
border: none;
width:30%;
float:right;
margin: 5px;
}
.calendar-table,
.calendar-day,
.calendar-day-inactive,
.calendar-day-post { border: #000 1px solid; }
.calendar-row { }
.calendar-header {
background-color: #000;
color: #fff;
font-size: 2.0em;
}
.calendar-day { }
.calendar-day-inactive { background-color: #eee; color: #999; }
.calendar-day-post { background-color: #cfc; color: #000; }
/* --- countdown.liquid CSS --- */
.countdown { color: #666; }
.countdown-small { font-size:1.0em; text-align: center; }
.countdown-large { font-size:1.5em; margin: 10px; } | css/jekyllfaces.css | html { height: 100%; }
body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
}
/* --- _content_footer/*.md --- */
footer {
color: #aaa;
background-color: #222;
/* https://stackoverflow.com/a/18935218/75696 */
box-shadow: 0 500px 0 500px #222;
padding: 10px 0;
margin-top: 20px;
}
.footer-item {
text-align: center;
vertical-align: top;
}
.footer-item h1,
.footer-item h2,
.footer-item h3,
.footer-item h4
{
color: #fff;
}
.footer-item a
{
color: #fff;
}
/* --- project/index.md --- */
/* --( modified from bootstrap website's bs-docs-header class )--- */
.jumbo-header {
margin-bottom: 40px;
font-size: 20px;
color: #fff;
background-color: #6f5499;
}
.jumbo-header h1 {
margin-top: 0;
color: #fff;
}
.jumbo-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 1.4;
}
.jumbo-header .container {
position: relative;
}
@media (min-width: 768px) {
.jumbo-header {
padding-top: 60px;
padding-bottom: 60px;
font-size: 24px;
text-align: left;
}
.jumbo-header h1 {
font-size: 60px;
line-height: 1;
}
}
@media (min-width: 992px) {
.jumbo-header h1,
.jumbo-header p {
margin-right: 380px;
}
}
/* --- _content_features/*.md --- */
.project-feature-item {
text-align:justify;
margin: 10px 0;
}
.project-feature-header {
font-size: 2.0em;
text-align: center;
background-color: #338;
color: #fff;
padding: 10px 0;
margin-bottom: 10px;
}
/* --- calendar.liquid CSS --- */
.calendar-div {
background-color: #fff;
color: #000;
font-weight: normal;
border: none;
width:30%;
float:right;
margin: 5px;
}
.calendar-table,
.calendar-day,
.calendar-day-inactive,
.calendar-day-post { border: #000 1px solid; }
.calendar-row { }
.calendar-header {
background-color: #000;
color: #fff;
font-size: 2.0em;
}
.calendar-day { }
.calendar-day-inactive { background-color: #eee; color: #999; }
.calendar-day-post { background-color: #cfc; color: #000; }
/* --- countdown.liquid CSS --- */
.countdown { color: #666; }
.countdown-small { font-size:1.0em; text-align: center; }
.countdown-large { font-size:1.5em; margin: 10px; } | 0.512449 | 0.059428 |
h1 {
font-size: 56px;
font-family: "Play", sans-serif;
}
h3 {
font-size: 28px;
text-align: left;
}
h5 {
font-size: 20px;
text-align: center;
line-height: 0;
}
p {
display: block;
text-align: left;
}
.sec1 {
background-color: var(--mainColor);
border-bottom: 1px solid var(--borderColor);
overflow: auto;
}
.theme-title {
text-align: center;
line-height: 0;
}
.dots-wrapper {
display: flex;
padding: 10px;
}
.browser-dot {
background-color: black;
height: 15px;
width: 15px;
border-radius: 50%;
margin: 5px;
}
#dot-1 {
background-color: rgb(253, 69, 69);
}
#dot-2 {
background-color: rgb(243, 208, 53);
}
#dot-3 {
background-color: rgb(80, 209, 80);
}
#profile-pic {
display: block;
margin: 0 auto;
height: 200px;
width: 200px;
object-fit: cover;
border: 2px solid var var(--borderColor);
}
#theme-options-wrapper {
display: flex;
justify-content: center;
}
.theme-dots {
background-color: black;
border: 2px solid var(--themeDotBorder);
border-radius: 50%;
height: 30px;
width: 30px;
border-radius: 50%;
margin: 5px;
cursor: pointer;
}
.theme-dots:hover {
border-width: 5px;
}
#light-mode {
background-color: white;
}
#dark-mode {
background-color: black;
}
#abyss-mode {
background-color: rgb(26, 6, 99);
}
#elysium-mode {
background-color: rgb(100, 175, 138);
}
#setting-note {
font-size: italic;
font-style: italic;
text-align: center;
}
.left-column {
grid-area: left-column;
padding-top: 50px;
padding-bottom: 50px;
}
.right-column {
grid-area: right-column;
display: grid;
align-content: center;
padding-top: 50px;
padding-bottom: 50px;
}
.head-wrapper {
display: grid;
min-height: 20em;
text-align: center;
align-content: center;
min-height: 10em;
}
.intro-wrapper {
background-color: var(--secondaryColor);
border: 1px solid var(--borderColor);
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 12px 2px 25px 2px rgba(0, 0, 0, 0.77);
box-shadow: 12px 2px 25px 2px rgba(0, 0, 0, 0.77);
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"nav-wrapper nav-wrapper"
"left-column right-column";
}
.nav-wrapper {
grid-area: nav-wrapper;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--borderColor);
background-color: var(--mainColor);
border-radius: 5px 5px 0 0;
}
#preview-shadow {
background-color: var(--previewShadow);
width: 300px;
height: 150px;
padding-left: 30px;
padding-top: 30px;
}
#preview {
width: 300px;
border: 1.5px solid cornflowerblue;
opacity: 0.9;
background-color: var(--previewBg);
padding: 15px;
position: relative;
}
.corner {
width: 7px;
height: 7px;
border-radius: 50%;
border: 1.5px solid cornflowerblue;
background-color: white;
position: absolute;
}
#corner-tl {
top: -5px;
left: -5px;
}
#corner-tr {
top: -5px;
right: -5px;
}
#corner-br {
bottom: -5px;
right: -5px;
}
#corner-bl {
bottom: -5px;
left: -5px;
} | src/components/jumbotron/style.css | h1 {
font-size: 56px;
font-family: "Play", sans-serif;
}
h3 {
font-size: 28px;
text-align: left;
}
h5 {
font-size: 20px;
text-align: center;
line-height: 0;
}
p {
display: block;
text-align: left;
}
.sec1 {
background-color: var(--mainColor);
border-bottom: 1px solid var(--borderColor);
overflow: auto;
}
.theme-title {
text-align: center;
line-height: 0;
}
.dots-wrapper {
display: flex;
padding: 10px;
}
.browser-dot {
background-color: black;
height: 15px;
width: 15px;
border-radius: 50%;
margin: 5px;
}
#dot-1 {
background-color: rgb(253, 69, 69);
}
#dot-2 {
background-color: rgb(243, 208, 53);
}
#dot-3 {
background-color: rgb(80, 209, 80);
}
#profile-pic {
display: block;
margin: 0 auto;
height: 200px;
width: 200px;
object-fit: cover;
border: 2px solid var var(--borderColor);
}
#theme-options-wrapper {
display: flex;
justify-content: center;
}
.theme-dots {
background-color: black;
border: 2px solid var(--themeDotBorder);
border-radius: 50%;
height: 30px;
width: 30px;
border-radius: 50%;
margin: 5px;
cursor: pointer;
}
.theme-dots:hover {
border-width: 5px;
}
#light-mode {
background-color: white;
}
#dark-mode {
background-color: black;
}
#abyss-mode {
background-color: rgb(26, 6, 99);
}
#elysium-mode {
background-color: rgb(100, 175, 138);
}
#setting-note {
font-size: italic;
font-style: italic;
text-align: center;
}
.left-column {
grid-area: left-column;
padding-top: 50px;
padding-bottom: 50px;
}
.right-column {
grid-area: right-column;
display: grid;
align-content: center;
padding-top: 50px;
padding-bottom: 50px;
}
.head-wrapper {
display: grid;
min-height: 20em;
text-align: center;
align-content: center;
min-height: 10em;
}
.intro-wrapper {
background-color: var(--secondaryColor);
border: 1px solid var(--borderColor);
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 12px 2px 25px 2px rgba(0, 0, 0, 0.77);
box-shadow: 12px 2px 25px 2px rgba(0, 0, 0, 0.77);
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"nav-wrapper nav-wrapper"
"left-column right-column";
}
.nav-wrapper {
grid-area: nav-wrapper;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--borderColor);
background-color: var(--mainColor);
border-radius: 5px 5px 0 0;
}
#preview-shadow {
background-color: var(--previewShadow);
width: 300px;
height: 150px;
padding-left: 30px;
padding-top: 30px;
}
#preview {
width: 300px;
border: 1.5px solid cornflowerblue;
opacity: 0.9;
background-color: var(--previewBg);
padding: 15px;
position: relative;
}
.corner {
width: 7px;
height: 7px;
border-radius: 50%;
border: 1.5px solid cornflowerblue;
background-color: white;
position: absolute;
}
#corner-tl {
top: -5px;
left: -5px;
}
#corner-tr {
top: -5px;
right: -5px;
}
#corner-br {
bottom: -5px;
right: -5px;
}
#corner-bl {
bottom: -5px;
left: -5px;
} | 0.462473 | 0.11158 |
@font-face {
font-family: 'proxima_novabold';
src: url('../fonts/proximanova-bold-webfont.woff') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgregular';
src: url('../fonts/proximanova-regular-webfont.woff') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novasemibold';
src: url('../fonts/proximanova-semibold-webfont.woff') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novablack';
src: url('../fonts/proximanova-black-webfont.woff') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novaextrabold';
src: url('../fonts/proximanova-extrabold-webfont.woff') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novalight';
src: url('../fonts/proximanova-light-webfont.woff') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body,
html {
font-family: 'proxima_novalight';
font-weight: 400;
color: #666;
font-size: 16px;
line-height: 1.75em;
background: #404040
}
@media (min-width:600px) {
body,
html {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
body,
html {
font-size: 16px
}
}
a,
abbr,
acronym,
address,
b,
big,
blockquote,
caption,
center,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
margin: 0;
padding: 0
}
a{
color: #ff009d;
}
address,
blockquote,
dl,
ol,
p,
pre,
table,
ul {
margin-bottom: 1.75em
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'proxima_novalight';
font-weight: 300;
color: rgb(255, 255, 255);
clear: both
}
blockquote {
font-style: italic
}
blockquote cite {
display: block;
font-style: normal
}
pre {
padding: .875em;
margin-bottom: 1.75em
}
pre code {
padding: 0
}
code {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, "monospace";
padding: .0875em .2625em
}
big,
code,
small,
sub,
sup {
line-height: 0
}
abbr,
acronym {
border-bottom: 1px dotted currentColor;
cursor: help
}
address {
font-style: normal
}
dt {
color: #333;
font-weight: 700
}
ul {
padding-left: 1.1em
}
ol {
padding-left: 1.4em
}
fieldset {
padding: .875em 1.75em 1.75em;
border-width: 1px;
border-style: solid;
max-width: 100%;
margin-bottom: 1.8846153846em
}
@media (min-width:1140px) {
fieldset {
margin-bottom: 2.0192307692em
}
}
fieldset button,
fieldset input[type=submit] {
margin-bottom: 0
}
legend {
color: #333;
font-weight: 700
}
input[type=email],
input[type=password],
input[type=text],
textarea {
display: block;
max-width: 100%;
padding: .4375em;
font-size: 12px;
margin-bottom: 1.3461538462em
}
@media (min-width:600px) {
input[type=email],
input[type=password],
input[type=text],
textarea {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
input[type=email],
input[type=password],
input[type=text],
textarea {
font-size: 13px;
margin-bottom: .5552884615em
}
}
button,
input[type=submit] {
display: block;
cursor: pointer;
font-size: 12px;
padding: .4375em 1.75em;
margin-bottom: 1.1105769231em
}
@media (min-width:600px) {
button,
input[type=submit] {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
button,
input[type=submit] {
font-size: 13px;
margin-bottom: 1.3125em
}
}
label {
display: block;
padding-bottom: .21875em;
margin-bottom: -.1009615385em
}
table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 2.4230769231em
}
@media (min-width:1140px) {
table {
margin-bottom: 2.1538461538em
}
}
th {
text-align: left;
color: #333;
padding: .21875em .875em
}
@media (min-width:1140px) {
th {
padding: .4375em .875em
}
}
td {
padding: .875em;
padding: .21875em .875em
}
@media (min-width:1140px) {
td {
padding: .4375em .875em
}
}
body {
letter-spacing: 1px
}
.text-muted {
color: #525252
}
::-moz-selection {
background-color: #3498db;
color: #fff
}
::selection {
background-color: #3498db;
color: #fff
}
ul {
list-style: none
}
a {
text-decoration: none!important
}
.underline {
position: relative;
padding-bottom: .667em;
margin-bottom: 1.5em
}
.underline:after {
content: "";
width: 32px;
height: 1px;
background: #525252;
position: absolute;
bottom: 0;
left: 0
}
.full-underline:after {
width: 100%
}
.longer-underline:after {
width: 60px
}
.text-center .underline:after {
width: 4%;
left: 48%
}
.text-center .longer-underline:after {
width: 8%;
left: 46%
}
p {
color: rgb(255, 255, 255);
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
background-color: #3498db;
color: #fff;
border: 1px solid #3498db;
outline: none;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
background-color: #fff;
color: #3498db;
border-color: #3498db;
outline: none
}
.sr-btn {
display: inline-block;
margin: 0 .667em;
min-height: 3.375em;
outline: none;
background-color: #ff009d;
color: #ffffff;
border: 1px solid #ff009d;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715);
border-radius: 6px;
}
.sr-btn:active,
.sr-btn:hover {
background-color: #000000;
color: #ffffff;
border-color: #000000;
}
.sr-btn .icon {
font-size: 1.5em;
margin-right: 5px
}
.sr-btn.white-btn {
background-color: #fff;
color: #3498db;
border-color: #fff
}
.sr-btn.white-btn:active,
.sr-btn.white-btn:hover {
background-color: #1d6fa5;
color: #fff;
border-color: #1d6fa5
}
input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
border: 0;
min-height: 3.375em;
width: 100%;
padding: 0 1em
}
input:not([type]):focus,
input:not([type]):hover,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
border: 0;
outline: none
}
input:not([type]):active,
input[type=color]:active,
input[type=date]:active,
input[type=datetime-local]:active,
input[type=datetime]:active,
input[type=email]:active,
input[type=month]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=text]:active,
input[type=time]:active,
input[type=url]:active,
input[type=week]:active,
textarea:active {
border: 0
}
.header {
position: fixed;
width: 100%;
height: 80px;
padding: 17px 0 20px 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
z-index: 101;
background-color: #1b1b1b;
}
.inner-page{
padding-top: 120px;
}
.header-btn{
background-color: #ffda00cf;
color: #000;
padding: 5px 20px;
border-radius: 8px;
display: inline-block;
margin-top: 10px;
font-weight: 500;
text-shadow: 0px 1px 1px #b5811c;
}
.header-btn:hover,.header-btn:focus,.header-btn:active{
background-color: #000000;
color: #fff;
}
.fixed-header.light-header .header {
background: #fff;
height: 50px;
padding: 5px 0;
box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05)
}
.fixed-header.light-header .social-btn {
color: #323232
}
.fixed-header.light-header .social-btn:hover {
color: #3498db
}
.content-section:nth-of-type(even) {
background-color: #f2f2f2
}
.content-section:nth-of-type(odd) {
background-color: #fff
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
background: rgba(0, 0, 0, .7);
width: 8px;
height: 8px;
margin: -4px 0 0 -4px
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
width: 16px;
height: 16px;
margin: -8px 0 0 -8px;
background: rgba(0, 0, 0, .7);
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .7)
}
#fp-nav ul li .fp-tooltip {
font-family: 'proxima_nova_rgregular';
top: -8px;
color: #dbdbdb
}
.section-title {
margin-bottom: 2.25em
}
.section-title p {
color: #000
}
.particles-div {
background-color: #1d6fa5;
background-image: -webkit-linear-gradient(#1d6fa5, #3498db);
background-image: linear-gradient(#1d6fa5, #3498db);
position: relative;
z-index: 1
}
.particles-div canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1
}
.headline {
color: #000;
font-size: 44px;
text-align: center;
margin-top: 0
}
.headline small {
font-size: 28px;
line-height: 40px;
display: block;
margin-top: 1em;
color: #000;
font-weight: 300;
}
.static-img-div {
background-color: rgba(255,255,255,1);
background-size: cover;
background-attachment: fixed;
-webkit-transition: all .6s ease;
transition: all .6s ease
}
.solid-color-div {
background-color: #3498db!important;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.solid-color-div .bg-icon {
font-size: 38.443em;
-webkit-animation-duration: 3s;
animation-duration: 3s
}
.gradient-div {
background-color: #217dbb;
background-image: -webkit-linear-gradient(#217dbb, #3498db);
background-image: linear-gradient(#217dbb, #3498db);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.gradient-div .bg-icon {
font-size: 38.443em;
-webkit-animation-duration: 3s;
animation-duration: 3s
}
.particles-div .content {
position: relative;
z-index: 5
}
.particles-div canvas {
z-index: 1
}
.content-section {
position: relative;
z-index: 5
}
.countdown {
background: transparent;
color: #fff;
border: 0;
margin-top: 2.25em;
font-size: 1em;
font-weight: 400!important;
text-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}
.countdown span {
font-size: 3.375em
}
.countdown .countdown-section {
border-left: 1px dashed rgba(0, 0, 0, .5);
display: inline-block;
width: 20%;
text-align: center;
padding: 1em 0
}
.countdown .countdown-section:last-child {
border-right: 1px dashed rgba(0, 0, 0, .5)
}
.notify-div {
margin-top: 3.375em;
text-align: center
}
.notify-div input {
width: 300px;
display: inline-block
}
.bg-icon {
position: absolute;
font-size: 25.629em;
color: hsla(0, 0%, 100%, .5);
opacity: .2;
top: -30px;
right: -25px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon {
background: #3498db;
padding: 1em 0;
position: relative
}
.feature-left-icon .icon {
color: #fff;
font-size: 5.063em;
width: 80px;
display: inline-block;
-webkit-transition: all .6s ease;
transition: all .6s ease
}
.feature-left-icon p {
color: #f2f2f2
}
.feature-left-icon .feature-title {
margin-top: 0;
color: #fff
}
.feature-left-icon .bg-icon {
font-size: 17.086em;
top: 5px;
right: -5px;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon:before {
top: -4px;
left: -4px;
border-width: 2px 0 0 2px!important
}
.feature-left-icon:after,
.feature-left-icon:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
border: 2px solid #16527a;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon:after {
bottom: -4px;
right: -4px;
border-width: 0 2px 2px 0!important
}
.feature-left-icon:hover:after,
.feature-left-icon:hover:before {
width: 80%;
height: 80%
}
.feature-left-icon:hover .bg-icon {
font-size: 25.629em
}
.sr-box {
background: #323232;
padding: 2em;
position: relative
}
.sr-box,
.sr-box h4 {
color: #fff
}
.sr-box p {
color: #ccc
}
.sr-box:before {
top: -4px;
left: -4px;
border-width: 2px 0 0 2px!important
}
.sr-box:after,
.sr-box:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
border: 2px solid #323232;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.sr-box:after {
bottom: -4px;
right: -4px;
border-width: 0 2px 2px 0!important
}
.sr-box:hover:after,
.sr-box:hover:before {
width: 80%;
height: 80%
}
.sr-box:hover .bg-icon {
font-size: 38.443em
}
.content-section .social-btn {
color: #323232!important
}
.contact-us-form input,
.contact-us-form textarea {
margin-bottom: 1.5em;
background-color:#f2f2f2;
}
.intro-para p {
color: hsla(0, 0%, 100%, .9);
text-align: center
}
.sweet-alert {
border-radius: 0;
font-family: Roboto Slab, serif
}
.sweet-alert button,
.sweet-alert input[type=button],
.sweet-alert input[type=reset],
.sweet-alert input[type=submit] {
border-left-color: #3498db!important;
border-right-color: #3498db!important;
background-color: #3498db!important
}
.sweet-alert button.styled {
border-radius: 0;
margin: auto
}
/* Header */
.nav-custom-item{
color: #000;
font-size: 16px;
margin: 0 15px;
line-height: 40px;
font-weight: 400;
}
.nav-custom-item:hover{
color: #ff009d;
}
/*.fp-viewing-1 .logo,.fp-viewing-2 .logo,.fp-viewing-3 .logo,.fp-viewing-4 .logo{
margin-top: 5px;
}*/
.logo{
border-radius: 10px;
padding-left: 30px;
text-align: center;
}
.logo img{
border-radius: 10px;
text-align: center;
}
/* Slide 1 */
.draw-hover, .draw{
max-width: 100%;
background-size: 100%;
background-image: url('../images/draw_sprite.png');
}
.draw-hover {
background-position: 0 0%;
background-size: 100%;
}
.draw {
background-position: 0 100%;
background-size: 100%;
}
.paint-hover, .paint{
max-width: 100%;
background-size: 100%;
background-image: url('../images/paint_sprite.png');
}
.paint-hover {
background-position: 0 0%;
background-size: 100%;
}
.paint {
background-position: 0 100%;
background-size: 100%;
}
.sketch-hover, .sketch{
max-width: 100%;
background-size: 100%;
background-image: url('../images/sketch_sprite.png');
}
.sketch-hover {
background-position: 0 0%;
background-size: 100%;
}
.sketch {
background-position: 0 100%;
background-size: 100%;
}
.draw-hover,.paint-hover,.sketch-hover{
display: none;
}
.sprite-wrap:hover .draw,.sprite-wrap:hover .paint,.sprite-wrap:hover .sketch{
display: none;
}
.sprite-wrap:hover .draw-hover,.sprite-wrap:hover .paint-hover,.sprite-wrap:hover .sketch-hover{
display: inline-block;
}
.fetures-wrap{
margin-top: 60px;
}
.fetures-wrap h3{
margin: 30px 0;
font-size: 24px;
font-weight: 300;
}
.fetures-wrap h3:hover{
color: #ff009d;
}
.paint__btn{
background: #0060ff;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.paint__btn:hover{
background-color: #0450cd;
}
.draw__btn{
background: #04c67d;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.draw__btn:hover{
background-color: #048957;
}
.sketch__btn{
background: #faa732;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.sketch__btn:hover{
background-color: #e88b07;
}
/* Slide 2 */
.features-text p{
font-size: 22px;
line-height: 34px;
text-align: left;
max-width: 700px;
margin: 0 auto;
}
#features h3{
font-size: 20px;
line-height: 30px;
}
#features h2{
font-size: 54px;
line-height:55px;
margin-bottom: 15px;
}
#features .ipad-left,#features .ipad-right{
padding-top: 150px;
text-align: left;
}
#features .ipad-right p{
font-size: 16px;
line-height: 22px;
}
#features .ipad-left h4,#features .ipad-left p,#features .ipad-right h4,#features .ipad-right p{
max-width: 300px;
margin: 0 auto;
}
#features .ipad-left h4,.big-data{
font-size: 36px;
line-height:40px;
margin-bottom: 10px;
color: #000;
}
.big-data{
display: block;
}
.ipad-left p{
font-size: 18px;
line-height: 30px;
}
.ipad-center{
position: relative;
}
.ipad-center .ipad-wrap{
position: absolute;
}
/* About Us */
#aboutUs{
background-color: #ffffff;
color: #000;
}
.app-info h3{
color: #000;
margin-bottom: 15px;
}
.app-info p{
color: #000;
padding-right: 30px;
font-size:20px;
line-height:30px;
margin-bottom: 15px;
}
.app-head strong{
font-size: 50px;
line-height: 40px;
margin-top: 30px;
display: inline-block;
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 400 !important;
}
li {
color: rgb(211, 211, 211);
}
p.fancy{
font-family: 'Shadows Into Light', cursive;
font-weight: 600;
font-size: 34px;
letter-spacing: 3px;
color: #000000;
}
.install-now{
background-color: #218c74;
color: #fff;
padding: 12px 20px;
border-radius:8px;
display: inline-block;
margin-top: 10px;
font-weight: 500;
}
.install-now:hover,.install-now:focus,.install-now:active{
opacity: 0.9;
background-color: #111111;
color: #ffffff;
}
.app-info{
margin-top: 130px;
}
.app-ss{
margin-top: 100px;
}
.app-ss img{
max-width: 100%;
}
/* Download Now */
#download-now{
background-color: #f2f2f2;
color: #000000;
}
.desc-text.section-title p{
color: #000000;
}
.desc-text h3{
font-size:38px;
color: #000000;
text-transform: inherit;
margin-bottom: 30px;
line-height: 50px;
}
.app-name strong{
font-size: 50px;
line-height: 40px;
margin-top: 30px;
display: inline-block;
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 300 !important;
}
.desc-text p{
font-size: 18px;
margin-bottom: 10px;
}
.app-store-btn{
display: inline-block;
}
.app-store-btn img{
max-width: 200px;
margin-top: 30px;
}
/* Footer */
.foot-navigation a{
margin: 0 15px;
}
.foot-navigation{
margin-top: 150px;
}
ul.app-features{
max-width: 700px;
margin: 0 auto;
padding-left: 40px;
}
ul.app-features li{
color: #000000;
text-align: left;
display: block;
font-size: 18px;
line-height: 30px;
}
ul.app-features li:before {
/*Using a Bootstrap glyphicon as the bullet point*/
content:"\e006";
font-family: 'Glyphicons Halflings';
font-size: 12px;
float: left;
margin-top: 0px;
margin-left: -17px;
color: #000000;
}
#footer .container-fluid{
padding: 0 30px;
margin: 0px;
}
#footer{ background-image: #fff; text-align: center; }
#footer h3{
font-weight: 400;
font-size: 38px;
line-height: 48px;
}
.foot-left p{
margin-top: 20px;
font-size: 14px;
}
.foot-navigation li{
height: 30px;
}
.foot-navigation li:before{
content: "\f00c"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */
color: #000;
vertical-align: top;
}
#footer a { color: #ff009d; }
#footer a:hover { color: #ffd700; }
.foot-navigation a{
color: #000;
font-size: 16px;
line-height: 20px;
margin: 0 15px;
line-height: 20px;
font-weight: 400;
display: inline-block;
}
.foot-navigation a:hover{
color: #ff009d;
}
.foot-navigation li a i{
color: #ff009d;
margin-right: 15px;
font-size: 14px;
}
/* Inner Page */
.inner-page #footer{
padding: 30px 0;
}
.inner-page .fp-nav{
display: none;
}
@media (max-width: 1680px) {
.app-ss {
margin-top: 60px;
}
.app-info {
margin-top: 50px;
}
.app-info p{
font-size: 18px;
line-height: 26px;
}
#features h2,.features-text p,#features h3{
margin-bottom: 15px;
}
#features h2{
font-size: 44px;
}
#features .ipad-left h4, .big-data{
font-size: 40px;
line-height: 50px;
}
}
@media (max-width: 1366px) {
#features .ipad-left h4, .big-data {
font-size: 32px;
line-height: 40px;
}
.features-text p{
font-size: 16px;
line-height: 26px;
}
.foot-navigation {
margin-top: 50px;
}
.app-info p {
font-size: 16px;
line-height: 26px;
}
}
@media only screen and (width: 1280px) {
.header.inner-page-header{
position: fixed;
}
.header{
position: relative;
}
.features-text p{
max-width: 580px;
}
}
@media (max-width: 1100px) {
.sprite-wrap img{
max-width: 100px;
}
#features h2 {
font-size: 44px;
}
.features-text p{
max-width: 580px;
}
#features .ipad-left, #features .ipad-right {
padding-top: 70px;
text-align: left;
}
.desc-text h3 br{
display: none;
}
ul.app-features{
padding-left: 40px;
}
}
@media (max-width: 992px) {
}
@media only screen and (max-width:768px) {
/* New Changes */
.inner-page{
padding-top: 60px;
}
.mobile-speacial-block img{
width: 400px;
max-width: 100%;
margin: 0 auto;
}
.features-text p{
text-align: center;
max-width: none;
}
#features .section-title{
margin-bottom: 0;
}
.mobile-speacial-block{
display: block;
margin-bottom: 30px;
}
.ipad-view{
display: none;
}
ul.app-features{
padding-left: 20px;
}
.headline {
font-size: 22px;
line-height: 32px;
margin-top: 0px;
}
.fp-tableCell{
height: auto !important;
display: block;
}
.fetures-wrap {
margin-top: 30px;
}
.content-section:nth-of-type(odd){
height: auto !important;
display: block;
}
#home.content-section{
padding: 100px 0 50px 0;
}
.sprite-wrap{
margin-top: 30px;
}
.sprite-wrap img{
max-width: 60px;
}
.fetures-wrap h3{
font-size: 18px;
margin: 15px 0;
}
#features h2 {
font-size: 26px;
line-height: 36px;
text-align: center;
}
.features-text p{
font-size: 16px;
line-height: 22px;
margin: 0;
}
#features .ipad-left h4,#features .ipad-right .big-data {
font-size: 26px;
line-height: 36px;
}
#features .ipad-right{
margin-top: 30px;
}
.feature-left-icon,
.sr-box {
margin-bottom: 2em
}
#features .ipad-left, #features .ipad-right {
padding-top: 0px;
}
#footer{
text-align: center;
}
.foot-left{
width: 200px;
margin: 0 auto;
}
.foot-navigation ul{
width: 200px;
margin: 0px auto;
text-align: left;
}
.logo{
text-align: center;
padding-left: 15px;
}
.app-info,.app-ss{
text-align: center;
margin: 0;
}
#features{
padding: 50px 15px;
display: block !important;
height: auto !important;
text-align: left;
}
#aboutUs.content-section{
padding: 50px 15px;
display: block !important;
height: auto !important;
}
.app-info h3{
text-align: center;
font-size: 26px;
line-height: 36px;
}
.ipad-left p {
font-size: 16px;
line-height: 22px;
}
#features .ipad-left h4, #features .ipad-left p, #features .ipad-right h4, #features .ipad-right p{
max-width: none;
}
.app-info p{
padding-right: 0;
text-align: justify;
font-size: 16px;
line-height: 22px;
}
#download-now{
height: auto !important;
display: block !important;
padding: 50px 15px;
}
.app-store-btn{
margin-bottom: 0;
text-align: center;
display: block;
}
#download-now .section-title{
margin-bottom: 0;
}
#contactUs{
height: auto !important;
display: block !important;
padding: 50px 15px;
}
.foot-navigation {
margin-top: 0px;
display: inline-block;
width: 100%;
}
#contactUs h3{
text-align: left;
}
#contactUs h3.longer-underline:after{
left: 0;
}
.app-ss img {
max-width: 100%;
width: 400px;
}
.desc-text h3{
font-size: 26px;
line-height: 36px;
text-align: center;
}
.desc-text.section-title p{
text-align: center;
}
.desc-text h3 br{
display: none;
}
.foot-navigation li{
height: auto;
}
.foot-navigation a{
display: inline-block;
}
.foot-navigation p{
margin-bottom: 0;
}
.headline small{
font-size: 16px;
line-height: 22px;
margin-top: 5px;
}
.headline small br{
display: none;
}
} | styles/main.css | @font-face {
font-family: 'proxima_novabold';
src: url('../fonts/proximanova-bold-webfont.woff') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgregular';
src: url('../fonts/proximanova-regular-webfont.woff') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novasemibold';
src: url('../fonts/proximanova-semibold-webfont.woff') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novablack';
src: url('../fonts/proximanova-black-webfont.woff') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novaextrabold';
src: url('../fonts/proximanova-extrabold-webfont.woff') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novalight';
src: url('../fonts/proximanova-light-webfont.woff') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body,
html {
font-family: 'proxima_novalight';
font-weight: 400;
color: #666;
font-size: 16px;
line-height: 1.75em;
background: #404040
}
@media (min-width:600px) {
body,
html {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
body,
html {
font-size: 16px
}
}
a,
abbr,
acronym,
address,
b,
big,
blockquote,
caption,
center,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
margin: 0;
padding: 0
}
a{
color: #ff009d;
}
address,
blockquote,
dl,
ol,
p,
pre,
table,
ul {
margin-bottom: 1.75em
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'proxima_novalight';
font-weight: 300;
color: rgb(255, 255, 255);
clear: both
}
blockquote {
font-style: italic
}
blockquote cite {
display: block;
font-style: normal
}
pre {
padding: .875em;
margin-bottom: 1.75em
}
pre code {
padding: 0
}
code {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, "monospace";
padding: .0875em .2625em
}
big,
code,
small,
sub,
sup {
line-height: 0
}
abbr,
acronym {
border-bottom: 1px dotted currentColor;
cursor: help
}
address {
font-style: normal
}
dt {
color: #333;
font-weight: 700
}
ul {
padding-left: 1.1em
}
ol {
padding-left: 1.4em
}
fieldset {
padding: .875em 1.75em 1.75em;
border-width: 1px;
border-style: solid;
max-width: 100%;
margin-bottom: 1.8846153846em
}
@media (min-width:1140px) {
fieldset {
margin-bottom: 2.0192307692em
}
}
fieldset button,
fieldset input[type=submit] {
margin-bottom: 0
}
legend {
color: #333;
font-weight: 700
}
input[type=email],
input[type=password],
input[type=text],
textarea {
display: block;
max-width: 100%;
padding: .4375em;
font-size: 12px;
margin-bottom: 1.3461538462em
}
@media (min-width:600px) {
input[type=email],
input[type=password],
input[type=text],
textarea {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
input[type=email],
input[type=password],
input[type=text],
textarea {
font-size: 13px;
margin-bottom: .5552884615em
}
}
button,
input[type=submit] {
display: block;
cursor: pointer;
font-size: 12px;
padding: .4375em 1.75em;
margin-bottom: 1.1105769231em
}
@media (min-width:600px) {
button,
input[type=submit] {
font-size: calc(12px + 1 * ((100vw - 600px) / 540))
}
}
@media (min-width:1140px) {
button,
input[type=submit] {
font-size: 13px;
margin-bottom: 1.3125em
}
}
label {
display: block;
padding-bottom: .21875em;
margin-bottom: -.1009615385em
}
table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 2.4230769231em
}
@media (min-width:1140px) {
table {
margin-bottom: 2.1538461538em
}
}
th {
text-align: left;
color: #333;
padding: .21875em .875em
}
@media (min-width:1140px) {
th {
padding: .4375em .875em
}
}
td {
padding: .875em;
padding: .21875em .875em
}
@media (min-width:1140px) {
td {
padding: .4375em .875em
}
}
body {
letter-spacing: 1px
}
.text-muted {
color: #525252
}
::-moz-selection {
background-color: #3498db;
color: #fff
}
::selection {
background-color: #3498db;
color: #fff
}
ul {
list-style: none
}
a {
text-decoration: none!important
}
.underline {
position: relative;
padding-bottom: .667em;
margin-bottom: 1.5em
}
.underline:after {
content: "";
width: 32px;
height: 1px;
background: #525252;
position: absolute;
bottom: 0;
left: 0
}
.full-underline:after {
width: 100%
}
.longer-underline:after {
width: 60px
}
.text-center .underline:after {
width: 4%;
left: 48%
}
.text-center .longer-underline:after {
width: 8%;
left: 46%
}
p {
color: rgb(255, 255, 255);
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
background-color: #3498db;
color: #fff;
border: 1px solid #3498db;
outline: none;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
background-color: #fff;
color: #3498db;
border-color: #3498db;
outline: none
}
.sr-btn {
display: inline-block;
margin: 0 .667em;
min-height: 3.375em;
outline: none;
background-color: #ff009d;
color: #ffffff;
border: 1px solid #ff009d;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715);
border-radius: 6px;
}
.sr-btn:active,
.sr-btn:hover {
background-color: #000000;
color: #ffffff;
border-color: #000000;
}
.sr-btn .icon {
font-size: 1.5em;
margin-right: 5px
}
.sr-btn.white-btn {
background-color: #fff;
color: #3498db;
border-color: #fff
}
.sr-btn.white-btn:active,
.sr-btn.white-btn:hover {
background-color: #1d6fa5;
color: #fff;
border-color: #1d6fa5
}
input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
border: 0;
min-height: 3.375em;
width: 100%;
padding: 0 1em
}
input:not([type]):focus,
input:not([type]):hover,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
border: 0;
outline: none
}
input:not([type]):active,
input[type=color]:active,
input[type=date]:active,
input[type=datetime-local]:active,
input[type=datetime]:active,
input[type=email]:active,
input[type=month]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=text]:active,
input[type=time]:active,
input[type=url]:active,
input[type=week]:active,
textarea:active {
border: 0
}
.header {
position: fixed;
width: 100%;
height: 80px;
padding: 17px 0 20px 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
z-index: 101;
background-color: #1b1b1b;
}
.inner-page{
padding-top: 120px;
}
.header-btn{
background-color: #ffda00cf;
color: #000;
padding: 5px 20px;
border-radius: 8px;
display: inline-block;
margin-top: 10px;
font-weight: 500;
text-shadow: 0px 1px 1px #b5811c;
}
.header-btn:hover,.header-btn:focus,.header-btn:active{
background-color: #000000;
color: #fff;
}
.fixed-header.light-header .header {
background: #fff;
height: 50px;
padding: 5px 0;
box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05)
}
.fixed-header.light-header .social-btn {
color: #323232
}
.fixed-header.light-header .social-btn:hover {
color: #3498db
}
.content-section:nth-of-type(even) {
background-color: #f2f2f2
}
.content-section:nth-of-type(odd) {
background-color: #fff
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
background: rgba(0, 0, 0, .7);
width: 8px;
height: 8px;
margin: -4px 0 0 -4px
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
width: 16px;
height: 16px;
margin: -8px 0 0 -8px;
background: rgba(0, 0, 0, .7);
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .7)
}
#fp-nav ul li .fp-tooltip {
font-family: 'proxima_nova_rgregular';
top: -8px;
color: #dbdbdb
}
.section-title {
margin-bottom: 2.25em
}
.section-title p {
color: #000
}
.particles-div {
background-color: #1d6fa5;
background-image: -webkit-linear-gradient(#1d6fa5, #3498db);
background-image: linear-gradient(#1d6fa5, #3498db);
position: relative;
z-index: 1
}
.particles-div canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1
}
.headline {
color: #000;
font-size: 44px;
text-align: center;
margin-top: 0
}
.headline small {
font-size: 28px;
line-height: 40px;
display: block;
margin-top: 1em;
color: #000;
font-weight: 300;
}
.static-img-div {
background-color: rgba(255,255,255,1);
background-size: cover;
background-attachment: fixed;
-webkit-transition: all .6s ease;
transition: all .6s ease
}
.solid-color-div {
background-color: #3498db!important;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.solid-color-div .bg-icon {
font-size: 38.443em;
-webkit-animation-duration: 3s;
animation-duration: 3s
}
.gradient-div {
background-color: #217dbb;
background-image: -webkit-linear-gradient(#217dbb, #3498db);
background-image: linear-gradient(#217dbb, #3498db);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.gradient-div .bg-icon {
font-size: 38.443em;
-webkit-animation-duration: 3s;
animation-duration: 3s
}
.particles-div .content {
position: relative;
z-index: 5
}
.particles-div canvas {
z-index: 1
}
.content-section {
position: relative;
z-index: 5
}
.countdown {
background: transparent;
color: #fff;
border: 0;
margin-top: 2.25em;
font-size: 1em;
font-weight: 400!important;
text-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}
.countdown span {
font-size: 3.375em
}
.countdown .countdown-section {
border-left: 1px dashed rgba(0, 0, 0, .5);
display: inline-block;
width: 20%;
text-align: center;
padding: 1em 0
}
.countdown .countdown-section:last-child {
border-right: 1px dashed rgba(0, 0, 0, .5)
}
.notify-div {
margin-top: 3.375em;
text-align: center
}
.notify-div input {
width: 300px;
display: inline-block
}
.bg-icon {
position: absolute;
font-size: 25.629em;
color: hsla(0, 0%, 100%, .5);
opacity: .2;
top: -30px;
right: -25px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon {
background: #3498db;
padding: 1em 0;
position: relative
}
.feature-left-icon .icon {
color: #fff;
font-size: 5.063em;
width: 80px;
display: inline-block;
-webkit-transition: all .6s ease;
transition: all .6s ease
}
.feature-left-icon p {
color: #f2f2f2
}
.feature-left-icon .feature-title {
margin-top: 0;
color: #fff
}
.feature-left-icon .bg-icon {
font-size: 17.086em;
top: 5px;
right: -5px;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon:before {
top: -4px;
left: -4px;
border-width: 2px 0 0 2px!important
}
.feature-left-icon:after,
.feature-left-icon:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
border: 2px solid #16527a;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.feature-left-icon:after {
bottom: -4px;
right: -4px;
border-width: 0 2px 2px 0!important
}
.feature-left-icon:hover:after,
.feature-left-icon:hover:before {
width: 80%;
height: 80%
}
.feature-left-icon:hover .bg-icon {
font-size: 25.629em
}
.sr-box {
background: #323232;
padding: 2em;
position: relative
}
.sr-box,
.sr-box h4 {
color: #fff
}
.sr-box p {
color: #ccc
}
.sr-box:before {
top: -4px;
left: -4px;
border-width: 2px 0 0 2px!important
}
.sr-box:after,
.sr-box:before {
content: '';
position: absolute;
width: 25px;
height: 25px;
border: 2px solid #323232;
-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
transition: all .4s cubic-bezier(.47, 0, .745, .715)
}
.sr-box:after {
bottom: -4px;
right: -4px;
border-width: 0 2px 2px 0!important
}
.sr-box:hover:after,
.sr-box:hover:before {
width: 80%;
height: 80%
}
.sr-box:hover .bg-icon {
font-size: 38.443em
}
.content-section .social-btn {
color: #323232!important
}
.contact-us-form input,
.contact-us-form textarea {
margin-bottom: 1.5em;
background-color:#f2f2f2;
}
.intro-para p {
color: hsla(0, 0%, 100%, .9);
text-align: center
}
.sweet-alert {
border-radius: 0;
font-family: Roboto Slab, serif
}
.sweet-alert button,
.sweet-alert input[type=button],
.sweet-alert input[type=reset],
.sweet-alert input[type=submit] {
border-left-color: #3498db!important;
border-right-color: #3498db!important;
background-color: #3498db!important
}
.sweet-alert button.styled {
border-radius: 0;
margin: auto
}
/* Header */
.nav-custom-item{
color: #000;
font-size: 16px;
margin: 0 15px;
line-height: 40px;
font-weight: 400;
}
.nav-custom-item:hover{
color: #ff009d;
}
/*.fp-viewing-1 .logo,.fp-viewing-2 .logo,.fp-viewing-3 .logo,.fp-viewing-4 .logo{
margin-top: 5px;
}*/
.logo{
border-radius: 10px;
padding-left: 30px;
text-align: center;
}
.logo img{
border-radius: 10px;
text-align: center;
}
/* Slide 1 */
.draw-hover, .draw{
max-width: 100%;
background-size: 100%;
background-image: url('../images/draw_sprite.png');
}
.draw-hover {
background-position: 0 0%;
background-size: 100%;
}
.draw {
background-position: 0 100%;
background-size: 100%;
}
.paint-hover, .paint{
max-width: 100%;
background-size: 100%;
background-image: url('../images/paint_sprite.png');
}
.paint-hover {
background-position: 0 0%;
background-size: 100%;
}
.paint {
background-position: 0 100%;
background-size: 100%;
}
.sketch-hover, .sketch{
max-width: 100%;
background-size: 100%;
background-image: url('../images/sketch_sprite.png');
}
.sketch-hover {
background-position: 0 0%;
background-size: 100%;
}
.sketch {
background-position: 0 100%;
background-size: 100%;
}
.draw-hover,.paint-hover,.sketch-hover{
display: none;
}
.sprite-wrap:hover .draw,.sprite-wrap:hover .paint,.sprite-wrap:hover .sketch{
display: none;
}
.sprite-wrap:hover .draw-hover,.sprite-wrap:hover .paint-hover,.sprite-wrap:hover .sketch-hover{
display: inline-block;
}
.fetures-wrap{
margin-top: 60px;
}
.fetures-wrap h3{
margin: 30px 0;
font-size: 24px;
font-weight: 300;
}
.fetures-wrap h3:hover{
color: #ff009d;
}
.paint__btn{
background: #0060ff;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.paint__btn:hover{
background-color: #0450cd;
}
.draw__btn{
background: #04c67d;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.draw__btn:hover{
background-color: #048957;
}
.sketch__btn{
background: #faa732;
color: #fff;
padding: 7px 20px;
border-radius: 5px;
font-size: 14px;
display: inline-block;
}
.sketch__btn:hover{
background-color: #e88b07;
}
/* Slide 2 */
.features-text p{
font-size: 22px;
line-height: 34px;
text-align: left;
max-width: 700px;
margin: 0 auto;
}
#features h3{
font-size: 20px;
line-height: 30px;
}
#features h2{
font-size: 54px;
line-height:55px;
margin-bottom: 15px;
}
#features .ipad-left,#features .ipad-right{
padding-top: 150px;
text-align: left;
}
#features .ipad-right p{
font-size: 16px;
line-height: 22px;
}
#features .ipad-left h4,#features .ipad-left p,#features .ipad-right h4,#features .ipad-right p{
max-width: 300px;
margin: 0 auto;
}
#features .ipad-left h4,.big-data{
font-size: 36px;
line-height:40px;
margin-bottom: 10px;
color: #000;
}
.big-data{
display: block;
}
.ipad-left p{
font-size: 18px;
line-height: 30px;
}
.ipad-center{
position: relative;
}
.ipad-center .ipad-wrap{
position: absolute;
}
/* About Us */
#aboutUs{
background-color: #ffffff;
color: #000;
}
.app-info h3{
color: #000;
margin-bottom: 15px;
}
.app-info p{
color: #000;
padding-right: 30px;
font-size:20px;
line-height:30px;
margin-bottom: 15px;
}
.app-head strong{
font-size: 50px;
line-height: 40px;
margin-top: 30px;
display: inline-block;
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 400 !important;
}
li {
color: rgb(211, 211, 211);
}
p.fancy{
font-family: 'Shadows Into Light', cursive;
font-weight: 600;
font-size: 34px;
letter-spacing: 3px;
color: #000000;
}
.install-now{
background-color: #218c74;
color: #fff;
padding: 12px 20px;
border-radius:8px;
display: inline-block;
margin-top: 10px;
font-weight: 500;
}
.install-now:hover,.install-now:focus,.install-now:active{
opacity: 0.9;
background-color: #111111;
color: #ffffff;
}
.app-info{
margin-top: 130px;
}
.app-ss{
margin-top: 100px;
}
.app-ss img{
max-width: 100%;
}
/* Download Now */
#download-now{
background-color: #f2f2f2;
color: #000000;
}
.desc-text.section-title p{
color: #000000;
}
.desc-text h3{
font-size:38px;
color: #000000;
text-transform: inherit;
margin-bottom: 30px;
line-height: 50px;
}
.app-name strong{
font-size: 50px;
line-height: 40px;
margin-top: 30px;
display: inline-block;
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 300 !important;
}
.desc-text p{
font-size: 18px;
margin-bottom: 10px;
}
.app-store-btn{
display: inline-block;
}
.app-store-btn img{
max-width: 200px;
margin-top: 30px;
}
/* Footer */
.foot-navigation a{
margin: 0 15px;
}
.foot-navigation{
margin-top: 150px;
}
ul.app-features{
max-width: 700px;
margin: 0 auto;
padding-left: 40px;
}
ul.app-features li{
color: #000000;
text-align: left;
display: block;
font-size: 18px;
line-height: 30px;
}
ul.app-features li:before {
/*Using a Bootstrap glyphicon as the bullet point*/
content:"\e006";
font-family: 'Glyphicons Halflings';
font-size: 12px;
float: left;
margin-top: 0px;
margin-left: -17px;
color: #000000;
}
#footer .container-fluid{
padding: 0 30px;
margin: 0px;
}
#footer{ background-image: #fff; text-align: center; }
#footer h3{
font-weight: 400;
font-size: 38px;
line-height: 48px;
}
.foot-left p{
margin-top: 20px;
font-size: 14px;
}
.foot-navigation li{
height: 30px;
}
.foot-navigation li:before{
content: "\f00c"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */
color: #000;
vertical-align: top;
}
#footer a { color: #ff009d; }
#footer a:hover { color: #ffd700; }
.foot-navigation a{
color: #000;
font-size: 16px;
line-height: 20px;
margin: 0 15px;
line-height: 20px;
font-weight: 400;
display: inline-block;
}
.foot-navigation a:hover{
color: #ff009d;
}
.foot-navigation li a i{
color: #ff009d;
margin-right: 15px;
font-size: 14px;
}
/* Inner Page */
.inner-page #footer{
padding: 30px 0;
}
.inner-page .fp-nav{
display: none;
}
@media (max-width: 1680px) {
.app-ss {
margin-top: 60px;
}
.app-info {
margin-top: 50px;
}
.app-info p{
font-size: 18px;
line-height: 26px;
}
#features h2,.features-text p,#features h3{
margin-bottom: 15px;
}
#features h2{
font-size: 44px;
}
#features .ipad-left h4, .big-data{
font-size: 40px;
line-height: 50px;
}
}
@media (max-width: 1366px) {
#features .ipad-left h4, .big-data {
font-size: 32px;
line-height: 40px;
}
.features-text p{
font-size: 16px;
line-height: 26px;
}
.foot-navigation {
margin-top: 50px;
}
.app-info p {
font-size: 16px;
line-height: 26px;
}
}
@media only screen and (width: 1280px) {
.header.inner-page-header{
position: fixed;
}
.header{
position: relative;
}
.features-text p{
max-width: 580px;
}
}
@media (max-width: 1100px) {
.sprite-wrap img{
max-width: 100px;
}
#features h2 {
font-size: 44px;
}
.features-text p{
max-width: 580px;
}
#features .ipad-left, #features .ipad-right {
padding-top: 70px;
text-align: left;
}
.desc-text h3 br{
display: none;
}
ul.app-features{
padding-left: 40px;
}
}
@media (max-width: 992px) {
}
@media only screen and (max-width:768px) {
/* New Changes */
.inner-page{
padding-top: 60px;
}
.mobile-speacial-block img{
width: 400px;
max-width: 100%;
margin: 0 auto;
}
.features-text p{
text-align: center;
max-width: none;
}
#features .section-title{
margin-bottom: 0;
}
.mobile-speacial-block{
display: block;
margin-bottom: 30px;
}
.ipad-view{
display: none;
}
ul.app-features{
padding-left: 20px;
}
.headline {
font-size: 22px;
line-height: 32px;
margin-top: 0px;
}
.fp-tableCell{
height: auto !important;
display: block;
}
.fetures-wrap {
margin-top: 30px;
}
.content-section:nth-of-type(odd){
height: auto !important;
display: block;
}
#home.content-section{
padding: 100px 0 50px 0;
}
.sprite-wrap{
margin-top: 30px;
}
.sprite-wrap img{
max-width: 60px;
}
.fetures-wrap h3{
font-size: 18px;
margin: 15px 0;
}
#features h2 {
font-size: 26px;
line-height: 36px;
text-align: center;
}
.features-text p{
font-size: 16px;
line-height: 22px;
margin: 0;
}
#features .ipad-left h4,#features .ipad-right .big-data {
font-size: 26px;
line-height: 36px;
}
#features .ipad-right{
margin-top: 30px;
}
.feature-left-icon,
.sr-box {
margin-bottom: 2em
}
#features .ipad-left, #features .ipad-right {
padding-top: 0px;
}
#footer{
text-align: center;
}
.foot-left{
width: 200px;
margin: 0 auto;
}
.foot-navigation ul{
width: 200px;
margin: 0px auto;
text-align: left;
}
.logo{
text-align: center;
padding-left: 15px;
}
.app-info,.app-ss{
text-align: center;
margin: 0;
}
#features{
padding: 50px 15px;
display: block !important;
height: auto !important;
text-align: left;
}
#aboutUs.content-section{
padding: 50px 15px;
display: block !important;
height: auto !important;
}
.app-info h3{
text-align: center;
font-size: 26px;
line-height: 36px;
}
.ipad-left p {
font-size: 16px;
line-height: 22px;
}
#features .ipad-left h4, #features .ipad-left p, #features .ipad-right h4, #features .ipad-right p{
max-width: none;
}
.app-info p{
padding-right: 0;
text-align: justify;
font-size: 16px;
line-height: 22px;
}
#download-now{
height: auto !important;
display: block !important;
padding: 50px 15px;
}
.app-store-btn{
margin-bottom: 0;
text-align: center;
display: block;
}
#download-now .section-title{
margin-bottom: 0;
}
#contactUs{
height: auto !important;
display: block !important;
padding: 50px 15px;
}
.foot-navigation {
margin-top: 0px;
display: inline-block;
width: 100%;
}
#contactUs h3{
text-align: left;
}
#contactUs h3.longer-underline:after{
left: 0;
}
.app-ss img {
max-width: 100%;
width: 400px;
}
.desc-text h3{
font-size: 26px;
line-height: 36px;
text-align: center;
}
.desc-text.section-title p{
text-align: center;
}
.desc-text h3 br{
display: none;
}
.foot-navigation li{
height: auto;
}
.foot-navigation a{
display: inline-block;
}
.foot-navigation p{
margin-bottom: 0;
}
.headline small{
font-size: 16px;
line-height: 22px;
margin-top: 5px;
}
.headline small br{
display: none;
}
} | 0.299617 | 0.053527 |
.profile{
padding-top: 5%;
width: 100%;
min-height: 100vh;
font-size: 40px;
}
/*added from here */
.pad{
padding-left:25%;
}
.profile_head{
padding-top: 0%;
}
.profile_img{
display:flex;
overflow: hidden;
padding-top: 10px;
width: 300px;
height: 300px;
margin: auto;
background-color: white;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
overflow:hidden;
}
.profile_head_img{
position:relative;
}
.profile_img2{
}
/* to here */
/* #region info component */
.info{
display: block;
width: 100%;
margin: auto;
}
.info_container{
width: 100%;
justify-content: space-around;
flex-wrap: wrap;
}
.info_content{
margin: 0%;
position: relative;
margin: auto;
width: 100%;
border-radius: 20px 20px 0px 0px;
background-color: rgb(255, 255, 255);
flex: 1;
opacity: 0.7;
}
.info_content_title{
align-self: center;
margin: auto;
align-items: center;
flex-wrap: wrap;
}
.info_content_title_main{
align-self: center;
margin: auto;
display: flex;
align-items: center;
flex-wrap: wrap;
}
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
.info_content_title h2{
font-family: '지마켓산스체2', 'GmarketSansBold', 'GmarketSansBold';
text-align: center;
font-size: 80px;
font-weight: 400;
transform: translateY(4px);
}
.info_content_title2 {
align-self: center;
margin: auto;
display: block;
align-items: center;
flex-wrap: wrap;
float:right;
}
.info button{
border-top: 0;
border-bottom: 0;
font-size: 20px;
}
.follow_btn_main{
display:grid;
grid-template-columns: 1fr 1fr;
}
.buttons button{
background-color: lightgray;
border-right-color: blue;
border-left-color: blue;
}
.buttons{
text-align: center;
display:grid;
grid-template-columns: 1fr 1fr 1fr
}
.follow_btn{
display: flex;
justify-content: center;
color: var(--c1);
cursor: pointer;
}
.follow_btn span {
transition: all 3s ease-in;
}
.follow_btn span:hover {
text-decoration: underline;
}
.followers_button{
float: left;
}
.following_butoon{
float: right;
}
/* #endregion */
/* #region edit profile component */
.edit_profile{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #0008;
z-index: 9;
overflow: auto;
}
.edit_profile form{
max-width: 450px;
width: 100%;
background: white;
padding: 20px;
border-radius: 5px;
margin: 20px auto;
}
.edit_profile form input{
border: none;
outline: none;
border-radius: 0;
border-bottom: 1px var(--c3) solid;
}
.edit_profile form textarea{
border-radius: 5px;
border: 1px var(--c3) solid;
}
.edit_profile .btn_close{
position: absolute;
top: 1rem;
right: 1rem;
}
.edit_profile .info_avatar{
width: 150px;
height: 150px;
overflow: hidden;
border-radius: 50%;
position: relative;
margin: 15px auto;
border: 1px solid #ddd;
cursor: pointer;
}
.edit_profile .info_avatar img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.edit_profile .info_avatar span{
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 50%;
text-align: center;
color: orange;
transition: 0.3s ease-in-out;
background: #fff5;
}
.edit_profile .info_avatar:hover span{
bottom: -15%;
}
.edit_profile .info_avatar #file_up{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
::-webkit-file-upload-button{
cursor: pointer;
}
/* #endregion */
/* #region follow */
.follow{
position: fixed;
top: 0;
left: 0;
background: #0008;
width: 100%;
height: 100vh;
z-index: 4;
}
.follow_box{
width: 400px;
height: 400px;
border: 1px solid #222;
border-radius: 5px;
background: white;
padding: 20px 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: auto;
}
.follow_box .follow_box-heading{
color: var(--c1);
}
.follow_box .close{
position: absolute;
top: 0;
right: 8px;
font-size: 2.5rem;
cursor: pointer;
color: black;
}
/* #endregion */
/* #region profile tabs */
.profile_tab{
width: 100%;
display: flex;
justify-content: center;
}
.profile_tab button{
outline: none;
border: none;
background: transparent;
text-transform: uppercase;
font-weight: bold;
font-size: 1.2rem;
padding: 5px 20px;
margin: 0 25px;
opacity: 0.5;
}
.profile_tab button.active{
border-bottom: 4px solid var(--c1);
border-radius: 10px;
opacity: 0.8;
}
/* #endregion */ | client/src/styles/profile.css | .profile{
padding-top: 5%;
width: 100%;
min-height: 100vh;
font-size: 40px;
}
/*added from here */
.pad{
padding-left:25%;
}
.profile_head{
padding-top: 0%;
}
.profile_img{
display:flex;
overflow: hidden;
padding-top: 10px;
width: 300px;
height: 300px;
margin: auto;
background-color: white;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
overflow:hidden;
}
.profile_head_img{
position:relative;
}
.profile_img2{
}
/* to here */
/* #region info component */
.info{
display: block;
width: 100%;
margin: auto;
}
.info_container{
width: 100%;
justify-content: space-around;
flex-wrap: wrap;
}
.info_content{
margin: 0%;
position: relative;
margin: auto;
width: 100%;
border-radius: 20px 20px 0px 0px;
background-color: rgb(255, 255, 255);
flex: 1;
opacity: 0.7;
}
.info_content_title{
align-self: center;
margin: auto;
align-items: center;
flex-wrap: wrap;
}
.info_content_title_main{
align-self: center;
margin: auto;
display: flex;
align-items: center;
flex-wrap: wrap;
}
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
.info_content_title h2{
font-family: '지마켓산스체2', 'GmarketSansBold', 'GmarketSansBold';
text-align: center;
font-size: 80px;
font-weight: 400;
transform: translateY(4px);
}
.info_content_title2 {
align-self: center;
margin: auto;
display: block;
align-items: center;
flex-wrap: wrap;
float:right;
}
.info button{
border-top: 0;
border-bottom: 0;
font-size: 20px;
}
.follow_btn_main{
display:grid;
grid-template-columns: 1fr 1fr;
}
.buttons button{
background-color: lightgray;
border-right-color: blue;
border-left-color: blue;
}
.buttons{
text-align: center;
display:grid;
grid-template-columns: 1fr 1fr 1fr
}
.follow_btn{
display: flex;
justify-content: center;
color: var(--c1);
cursor: pointer;
}
.follow_btn span {
transition: all 3s ease-in;
}
.follow_btn span:hover {
text-decoration: underline;
}
.followers_button{
float: left;
}
.following_butoon{
float: right;
}
/* #endregion */
/* #region edit profile component */
.edit_profile{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #0008;
z-index: 9;
overflow: auto;
}
.edit_profile form{
max-width: 450px;
width: 100%;
background: white;
padding: 20px;
border-radius: 5px;
margin: 20px auto;
}
.edit_profile form input{
border: none;
outline: none;
border-radius: 0;
border-bottom: 1px var(--c3) solid;
}
.edit_profile form textarea{
border-radius: 5px;
border: 1px var(--c3) solid;
}
.edit_profile .btn_close{
position: absolute;
top: 1rem;
right: 1rem;
}
.edit_profile .info_avatar{
width: 150px;
height: 150px;
overflow: hidden;
border-radius: 50%;
position: relative;
margin: 15px auto;
border: 1px solid #ddd;
cursor: pointer;
}
.edit_profile .info_avatar img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.edit_profile .info_avatar span{
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 50%;
text-align: center;
color: orange;
transition: 0.3s ease-in-out;
background: #fff5;
}
.edit_profile .info_avatar:hover span{
bottom: -15%;
}
.edit_profile .info_avatar #file_up{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
::-webkit-file-upload-button{
cursor: pointer;
}
/* #endregion */
/* #region follow */
.follow{
position: fixed;
top: 0;
left: 0;
background: #0008;
width: 100%;
height: 100vh;
z-index: 4;
}
.follow_box{
width: 400px;
height: 400px;
border: 1px solid #222;
border-radius: 5px;
background: white;
padding: 20px 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: auto;
}
.follow_box .follow_box-heading{
color: var(--c1);
}
.follow_box .close{
position: absolute;
top: 0;
right: 8px;
font-size: 2.5rem;
cursor: pointer;
color: black;
}
/* #endregion */
/* #region profile tabs */
.profile_tab{
width: 100%;
display: flex;
justify-content: center;
}
.profile_tab button{
outline: none;
border: none;
background: transparent;
text-transform: uppercase;
font-weight: bold;
font-size: 1.2rem;
padding: 5px 20px;
margin: 0 25px;
opacity: 0.5;
}
.profile_tab button.active{
border-bottom: 4px solid var(--c1);
border-radius: 10px;
opacity: 0.8;
}
/* #endregion */ | 0.465145 | 0.062703 |
.socialHome {
position: absolute;
height: 125px;
background-color: transparent;
max-width: 100%;
margin-left: 42%;
}
.socialHome .content {
position: relative;
display: inline-block;
margin: 0px auto;
width: 50px;
top: 0%;
height: 47px;
background: #fff;
border-radius: 50%;
box-shadow: 1px 1px 10px 0px rgb(1, 230, 115);
transition: transform 0.5s;
}
.socialHome .content .first {
position: absolute;
display: inline-block;
top: 45%;
left: 20%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 10px;
height: 10px;
z-index: 4;
box-shadow: 1px 1px 2px 0px rgb(1, 230, 115);
transition: opacity 0.5s;
}
.socialHome .content .second {
position: absolute;
display: inline-block;
width: 20px;
height: 3px;
background-color: rgb(33, 150, 243);
border-radius: 3px;
transform: rotate(-34deg);
top: 43%;
left: 22%;
z-index: 1;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transform-origin: 50% 50%;
transition: width 0.5s, transform 0.5s;
}
.socialHome .content .third {
position: absolute;
display: inline-block;
width: 20px;
height: 3px;
background-color: rgb(33, 150, 243);
border-radius: 3px;
transform: rotate(25deg);
bottom: 33%;
left: 22%;
z-index: 1;
transform-origin: 50% 50%;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: width 0.5s, transform 0.5s;
}
.socialHome .content .fourth {
position: absolute;
display: inline-block;
top: 25%;
left: 55%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 8px;
height: 8px;
z-index: 2;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: opacity 0.5s;
}
.socialHome .content .fifth {
position: absolute;
display: inline-block;
bottom: 20%;
left: 54%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 8px;
height: 8px;
z-index: 2;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: opacity 0.5s;
}
.socialHome .content .social-icon {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 50%;
text-align: center;
}
.socialHome .content .social-icon>a {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 50%;
font-size: 17px;
background: #fff;
color: rgb(33, 150, 243);
opacity: 0;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: all 0.5s ease-in-out;
}
.socialHome .content .social-icon>a:first-of-type {
transition-delay: .1s;
}
.socialHome .content .social-icon>a:nth-of-type(2) {
transition-delay: .5s;
}
.socialHome .content .social-icon>a:nth-of-type(3) {
transition-delay: .25s;
}
.socialHome .content .social-icon>a:last-of-type {
transition-delay: .75s;
}
.socialHome .content .social-icon>a i {
line-height: 45px;
}
.socialHome .content.opened .first,
.socialHome .content.opened .fourth,
.socialHome .content.opened .fifth {
opacity: 0;
}
.socialHome .content.opened .second {
width: 22px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.socialHome .content.opened .third {
width: 22px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.socialHome .content.opened .social-icon a {
opacity: 1;
}
.socialHome .content.opened .social-icon a:first-of-type {
top: -130%;
}
.socialHome .content.opened .social-icon a:nth-of-type(2) {
top: 130%;
transition-delay: .5s;
}
.socialHome .content.opened .social-icon a:nth-of-type(3) {
left: 130%;
transition-delay: .25s;
}
.socialHome .content.opened .social-icon a:last-of-type {
left: -130%;
transition-delay: .75s;
}
/*# sourceMappingURL=style.css.map */
@media only screen and (min-width: 768px) {
.socialHome {
display: none;
}
}
/*Social button 2*/
.social-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.social-buttons__button {
margin: 10px 5px 0;
}
.social-button {
position: relative;
display: flex;
justify-content: center;
align-items: center;
outline: none;
width: 50px;
height: 50px;
text-decoration: none;
}
.social-button__inner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: calc(100% - 2px);
height: calc(100% - 2px);
border-radius: 100%;
background: #fff;
text-align: center;
}
.social-button i,
.social-button svg {
position: relative;
z-index: 1;
transition: 0.3s;
}
.social-button i {
font-size: 28px;
}
.social-button svg {
height: 40%;
width: 40%;
}
.social-button::after {
content: "";
position: absolute;
top: 0;
left: 50%;
display: block;
width: 0;
height: 0;
border-radius: 100%;
transition: 0.3s;
}
.social-button:focus,
.social-button:hover {
color: #fff;
}
.social-button:focus::after,
.social-button:hover::after {
width: 100%;
height: 100%;
margin-left: -50%;
}
.social-button--facebook {
color: #3b5999;
}
.social-button--facebook::after {
background: #3b5999;
}
.social-button--whatsapp {
color: #00E676;
}
.social-button--whatsapp::after {
background: #00E676;
}
.social-button--youtube {
color: black;
}
.social-button--youtube::after {
background: rgba(0, 0, 0, 0.246);
}
.social-button--instagram {
color: white;
}
.instagram {
width: 25px;
height: 25px;
text-align: center;
border-radius: 10px;
color: #fff;
font-size: 22px;
line-height: 25px;
vertical-align: middle;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
.social-button--instagram::after {
border-radius: 40px;
color: #fff;
vertical-align: middle;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
/* for destop */
@media only screen and (min-width: 768px) {
.socialSwitch {
margin-top: 0%;
}
}
/* for Mobile */
@media only screen and (max-width: 768px) {
.socialSwitch {
margin-top: -10%;
}
}
/* Whatssap fixed */
.float {
position: fixed;
width: 60px;
height: 60px;
bottom: 25px;
right: 20px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 00;
}
.my-float {
margin-top: 16px;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
} | socialHome.css | .socialHome {
position: absolute;
height: 125px;
background-color: transparent;
max-width: 100%;
margin-left: 42%;
}
.socialHome .content {
position: relative;
display: inline-block;
margin: 0px auto;
width: 50px;
top: 0%;
height: 47px;
background: #fff;
border-radius: 50%;
box-shadow: 1px 1px 10px 0px rgb(1, 230, 115);
transition: transform 0.5s;
}
.socialHome .content .first {
position: absolute;
display: inline-block;
top: 45%;
left: 20%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 10px;
height: 10px;
z-index: 4;
box-shadow: 1px 1px 2px 0px rgb(1, 230, 115);
transition: opacity 0.5s;
}
.socialHome .content .second {
position: absolute;
display: inline-block;
width: 20px;
height: 3px;
background-color: rgb(33, 150, 243);
border-radius: 3px;
transform: rotate(-34deg);
top: 43%;
left: 22%;
z-index: 1;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transform-origin: 50% 50%;
transition: width 0.5s, transform 0.5s;
}
.socialHome .content .third {
position: absolute;
display: inline-block;
width: 20px;
height: 3px;
background-color: rgb(33, 150, 243);
border-radius: 3px;
transform: rotate(25deg);
bottom: 33%;
left: 22%;
z-index: 1;
transform-origin: 50% 50%;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: width 0.5s, transform 0.5s;
}
.socialHome .content .fourth {
position: absolute;
display: inline-block;
top: 25%;
left: 55%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 8px;
height: 8px;
z-index: 2;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: opacity 0.5s;
}
.socialHome .content .fifth {
position: absolute;
display: inline-block;
bottom: 20%;
left: 54%;
background-color: rgb(33, 150, 243);
border-radius: 50%;
width: 8px;
height: 8px;
z-index: 2;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: opacity 0.5s;
}
.socialHome .content .social-icon {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 50%;
text-align: center;
}
.socialHome .content .social-icon>a {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 50%;
font-size: 17px;
background: #fff;
color: rgb(33, 150, 243);
opacity: 0;
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
transition: all 0.5s ease-in-out;
}
.socialHome .content .social-icon>a:first-of-type {
transition-delay: .1s;
}
.socialHome .content .social-icon>a:nth-of-type(2) {
transition-delay: .5s;
}
.socialHome .content .social-icon>a:nth-of-type(3) {
transition-delay: .25s;
}
.socialHome .content .social-icon>a:last-of-type {
transition-delay: .75s;
}
.socialHome .content .social-icon>a i {
line-height: 45px;
}
.socialHome .content.opened .first,
.socialHome .content.opened .fourth,
.socialHome .content.opened .fifth {
opacity: 0;
}
.socialHome .content.opened .second {
width: 22px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.socialHome .content.opened .third {
width: 22px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.socialHome .content.opened .social-icon a {
opacity: 1;
}
.socialHome .content.opened .social-icon a:first-of-type {
top: -130%;
}
.socialHome .content.opened .social-icon a:nth-of-type(2) {
top: 130%;
transition-delay: .5s;
}
.socialHome .content.opened .social-icon a:nth-of-type(3) {
left: 130%;
transition-delay: .25s;
}
.socialHome .content.opened .social-icon a:last-of-type {
left: -130%;
transition-delay: .75s;
}
/*# sourceMappingURL=style.css.map */
@media only screen and (min-width: 768px) {
.socialHome {
display: none;
}
}
/*Social button 2*/
.social-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.social-buttons__button {
margin: 10px 5px 0;
}
.social-button {
position: relative;
display: flex;
justify-content: center;
align-items: center;
outline: none;
width: 50px;
height: 50px;
text-decoration: none;
}
.social-button__inner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: calc(100% - 2px);
height: calc(100% - 2px);
border-radius: 100%;
background: #fff;
text-align: center;
}
.social-button i,
.social-button svg {
position: relative;
z-index: 1;
transition: 0.3s;
}
.social-button i {
font-size: 28px;
}
.social-button svg {
height: 40%;
width: 40%;
}
.social-button::after {
content: "";
position: absolute;
top: 0;
left: 50%;
display: block;
width: 0;
height: 0;
border-radius: 100%;
transition: 0.3s;
}
.social-button:focus,
.social-button:hover {
color: #fff;
}
.social-button:focus::after,
.social-button:hover::after {
width: 100%;
height: 100%;
margin-left: -50%;
}
.social-button--facebook {
color: #3b5999;
}
.social-button--facebook::after {
background: #3b5999;
}
.social-button--whatsapp {
color: #00E676;
}
.social-button--whatsapp::after {
background: #00E676;
}
.social-button--youtube {
color: black;
}
.social-button--youtube::after {
background: rgba(0, 0, 0, 0.246);
}
.social-button--instagram {
color: white;
}
.instagram {
width: 25px;
height: 25px;
text-align: center;
border-radius: 10px;
color: #fff;
font-size: 22px;
line-height: 25px;
vertical-align: middle;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
.social-button--instagram::after {
border-radius: 40px;
color: #fff;
vertical-align: middle;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
/* for destop */
@media only screen and (min-width: 768px) {
.socialSwitch {
margin-top: 0%;
}
}
/* for Mobile */
@media only screen and (max-width: 768px) {
.socialSwitch {
margin-top: -10%;
}
}
/* Whatssap fixed */
.float {
position: fixed;
width: 60px;
height: 60px;
bottom: 25px;
right: 20px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 00;
}
.my-float {
margin-top: 16px;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
} | 0.673406 | 0.094678 |
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
display: block
}
audio,canvas,video {
display: inline-block;*display:inline;*zoom:1
}
audio:not([controls]) {
display: none
}
[hidden] {
display: none
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
margin: 0;
font-size: 13px;
line-height: 1.231
}
body,button,input,select,textarea {
font-family: sans-serif;
color: #222
}
::-moz-selection {
background: #0080ff;
color: #fff;
text-shadow: none
}
::selection {
background: #0080ff;
color: #fff;
text-shadow: none
}
a {
color: #00e
}
a:visited {
color: #551a8b
}
a:hover {
color: #06e
}
a:focus {
outline: thin dotted
}
a:hover,a:active {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,strong {
font-weight: bold
}
blockquote {
margin: 1em 40px
}
dfn {
font-style: italic
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}
ins {
background: #ff9;
color: #000;
text-decoration: none
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold
}
pre,code,kbd,samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word
}
q {
quotes: none
}
q:before,q:after {
content: "";
content: none
}
small {
font-size: 85%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
ul,ol {
margin: 1em 0;
padding: 0 0 0 40px
}
dd {
margin: 0 0 0 40px
}
nav ul,nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 0
}
form {
margin: 0
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
label {
cursor: pointer
}
legend {
border: 0;*margin-left:-7px;
padding: 0
}
button,input,select,textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;*vertical-align:middle
}
button,input {
line-height: normal;*overflow:visible
}
table button,table input {*overflow:auto
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
cursor: pointer;
-webkit-appearance: button
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical
}
input:invalid,textarea:invalid {
background-color: #f0dddd
}
table {
border-collapse: collapse;
border-spacing: 0
}
td {
vertical-align: top
}
@media print {* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important
}
a,a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
content: ""
}
pre,blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
@page {
margin: 0.5cm
}
p,h2,h3 {
orphans: 3;
widows: 3
}
h2,h3 {
page-break-after: avoid
}
}
body {
margin: 20px auto;
padding: 10px;
font-family: helvetica, arial, verdana, sans-serif;
width: 90%
}
body {
color: #666;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px
}
h1 {
/* text-transform: lowercase; */
color: #606060
}
h2 {
text-transform: lowercase;
padding: 3px 5px;
color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
background: -webkit-linear-gradient(top, #666666,#333333);
background: -moz-linear-gradient(top, #666666,#333333);
background: -o-linear-gradient(top, #666666,#333333);
background: linear-gradient(top, #666666,#333333);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px
}
h3 {
color: #636363;
border-bottom: 1px solid #636363;
text-transform: lowercase
}
a:link,a:visited,a:hover,a:active {
color: #4183C4;
text-decoration: none
}
a:hover {
color: #0080ff;
text-decoration: underline
}
code {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
background: -webkit-linear-gradient(top, #ffffff,#eeeeee);
background: -moz-linear-gradient(top, #ffffff,#eeeeee);
background: -o-linear-gradient(top, #ffffff,#eeeeee);
background: linear-gradient(top, #ffffff,#eeeeee);
color: #000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px
}
p code {
padding: 1px;
display: inline-block
}
pre code {
padding: 5px 5px 5px 10px;
border: 1px solid #ddd;
display: block
} | workbook/htmls/css/screen.css | article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
display: block
}
audio,canvas,video {
display: inline-block;*display:inline;*zoom:1
}
audio:not([controls]) {
display: none
}
[hidden] {
display: none
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
margin: 0;
font-size: 13px;
line-height: 1.231
}
body,button,input,select,textarea {
font-family: sans-serif;
color: #222
}
::-moz-selection {
background: #0080ff;
color: #fff;
text-shadow: none
}
::selection {
background: #0080ff;
color: #fff;
text-shadow: none
}
a {
color: #00e
}
a:visited {
color: #551a8b
}
a:hover {
color: #06e
}
a:focus {
outline: thin dotted
}
a:hover,a:active {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,strong {
font-weight: bold
}
blockquote {
margin: 1em 40px
}
dfn {
font-style: italic
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}
ins {
background: #ff9;
color: #000;
text-decoration: none
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold
}
pre,code,kbd,samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word
}
q {
quotes: none
}
q:before,q:after {
content: "";
content: none
}
small {
font-size: 85%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
ul,ol {
margin: 1em 0;
padding: 0 0 0 40px
}
dd {
margin: 0 0 0 40px
}
nav ul,nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 0
}
form {
margin: 0
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
label {
cursor: pointer
}
legend {
border: 0;*margin-left:-7px;
padding: 0
}
button,input,select,textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;*vertical-align:middle
}
button,input {
line-height: normal;*overflow:visible
}
table button,table input {*overflow:auto
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
cursor: pointer;
-webkit-appearance: button
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical
}
input:invalid,textarea:invalid {
background-color: #f0dddd
}
table {
border-collapse: collapse;
border-spacing: 0
}
td {
vertical-align: top
}
@media print {* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important
}
a,a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
content: ""
}
pre,blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
@page {
margin: 0.5cm
}
p,h2,h3 {
orphans: 3;
widows: 3
}
h2,h3 {
page-break-after: avoid
}
}
body {
margin: 20px auto;
padding: 10px;
font-family: helvetica, arial, verdana, sans-serif;
width: 90%
}
body {
color: #666;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px
}
h1 {
/* text-transform: lowercase; */
color: #606060
}
h2 {
text-transform: lowercase;
padding: 3px 5px;
color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
background: -webkit-linear-gradient(top, #666666,#333333);
background: -moz-linear-gradient(top, #666666,#333333);
background: -o-linear-gradient(top, #666666,#333333);
background: linear-gradient(top, #666666,#333333);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px
}
h3 {
color: #636363;
border-bottom: 1px solid #636363;
text-transform: lowercase
}
a:link,a:visited,a:hover,a:active {
color: #4183C4;
text-decoration: none
}
a:hover {
color: #0080ff;
text-decoration: underline
}
code {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
background: -webkit-linear-gradient(top, #ffffff,#eeeeee);
background: -moz-linear-gradient(top, #ffffff,#eeeeee);
background: -o-linear-gradient(top, #ffffff,#eeeeee);
background: linear-gradient(top, #ffffff,#eeeeee);
color: #000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px
}
p code {
padding: 1px;
display: inline-block
}
pre code {
padding: 5px 5px 5px 10px;
border: 1px solid #ddd;
display: block
} | 0.354098 | 0.136608 |
@media only screen and (max-width: 1849px){
.main-header.style-six .support-box,
.main-header.style-six .logo-box{
display: none;
}
}
@media only screen and (max-width: 1749px){
.main-header.style-five .menu-right-content .record-box{
margin-right: 0px;
padding-right: 20px;
}
.main-header.style-five .main-menu .navigation > li{
margin: 0px 18px;
}
}
@media only screen and (max-width: 1599px){
.main-header.style-two .menu-right-content .support-box{
display: none;
}
.main-header.style-two .menu-right-content .record-box{
padding-right: 0px;
margin-right: 0px;
}
.main-header.style-two .menu-right-content .record-box:before{
display: none;
}
.main-header.style-two .outer-box{
padding: 0px 30px;
}
.main-header.style-two .main-menu .navigation > li{
margin: 0px 15px;
}
.header-top-2 .outer-container{
padding: 12px 30px;
}
.storage-section .single-item .inner-box{
padding-right: 30px;
padding-left: 30px;
}
}
@media only screen and (max-width:1399px){
.header-top-2 .outer-container{
display: block;
text-align: center;
}
.header-top-2 .right-column .mail-box,
.header-top-2 .right-column .social-links{
float: none;
}
.header-top-2 .info,
.header-top-2 .text{
margin-bottom: 6px;
}
.header-top-2 .right-column .mail-box:before{
display: none;
}
.main-header.style-five .menu-right-content .social-style-one{
padding-right: 15px;
margin-right: 15px;
}
.main-header.style-five .main-menu .navigation > li{
margin: 0px 12px;
}
}
@media only screen and (max-width: 1200px){
.main-menu,
.sticky-header,
.main-header.style-one .outer-container:before{
display: none !important;
}
.menu-area .mobile-nav-toggler {
display: block;
margin-top: 26px;
padding: 10px;
}
.megamenu ul li:first-child{
display: none;
}
.page-header-mobile-info,
.page-header-mobile-info-toggle{
display: block !important;
}
.auto-hidden{
display: none !important;
}
.page-header-mobile-info .toggle-box .btn-box{
float: right;
display: flex;
}
.header-top .info,
.header-upper .logo-box{
float: none;
display: block;
text-align: center;
}
.header-upper .logo-box .logo{
margin: 0 auto;
}
.header-upper .info-list{
margin-top: 0px;
float: none;
text-align: center;
display: block;
}
.header-upper{
padding-bottom: 35px;
}
.header-upper .info-list li{
text-align: left;
}
.header-upper .info-list li.btn-box{
display: none;
}
.banner-carousel .slide-item.style-two .content-box{
margin-left: 0px;
}
.banner-carousel .content-box h2 br{
display: none;
}
.banner-section .owl-nav,
.storage-section .single-item .inner-box .link i{
display: none;
}
.content_block_1 .content-box .lower-content .btn-box{
float: none;
margin-top: 15px;
}
.content_block_1 .content-box .lower-content h4{
float: none;
}
.storage-section .single-item .inner-box{
padding-left: 30px;
padding-right: 30px;
}
.storage-banner .inner-box .single-column .text a{
position: relative;
top: 0px;
margin-top: 15px;
}
.highlights-banner .single-item{
width: 50%;
}
.highlights-banner .single-item{
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.newsletter-section .right-column .inner-box{
padding-left: 30px;
padding-right: 30px;
}
.main-footer .footer-info .info-list li:before{
display: none;
}
.header-top-2 .outer-container{
background: #f4f4f4;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: 0px;
}
.support-section .inner-container .image-box .image-2{
right: 0px;
}
.faq-section .content_block_5 .content-box{
margin-right: 30px;
}
.project-block-one .inner-box .content-box .text{
padding-left: 15px;
}
.main-header.style-three .header-top .info li:before{
display: none;
}
.main-header.style-three .header-top .info li{
padding: 0px;
}
.main-header.style-three .header-top{
padding: 10px 0px;
}
.main-header.style-three .outer-box .other-option{
top: 0px;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-top: 18px;
margin-bottom: 12px;
}
.banner-section .banner-bottom .single-item:hover .inner-box .link{
bottom: 0px;
margin-bottom: 0px;
}
.testimonial-style-three .inner-container .video-inner{
position: relative;
width: 100%;
left: 0px;
top: 0px;
}
.testimonial-style-three .inner-container{
padding-left: 15px;
}
.testimonial-style-three .inner-container .testimonial-content{
padding-left: 0px;
}
.testimonial-style-three .inner-container .video-inner .icon-box{
top: 0px;
right: 0px;
}
.contact-section .pattern-layer,
.contact-section .image-layer{
display: none;
}
.main-header.style-four .header-top .info{
float: right;
}
.header-upper-2{
padding-left: 30px;
padding-right: 30px;
}
.main-header.style-four{
padding-bottom: 0px;
}
.main-header.style-four .page-header-mobile-info .toggle-box .logo{
display: block;
padding: 15px 0px;
}
.main-header.style-four .page-header-mobile-info-toggle{
top: 20px;
}
.main-header.style-four .page-header-mobile-info .header-upper-2 .logo-box{
display: none;
}
.main-header.style-four .header-upper-2 .info-list{
float: left;
}
.main-header.style-four .header-lower .outer-box .btn-box{
top: 0px;
}
.main-header.style-four .menu-area .mobile-nav-toggler{
margin-top: 20px;
margin-bottom: 11px;
}
.main-header.style-four .header-lower{
padding-left: 15px;
}
.work-style-two .inner-container:after{
display: none;
}
.contact-style-two .image-layer-1,
.contact-style-two .image-layer-2,
.contact-style-two .pattern-layer{
display: none;
}
.roll-style-two .image-layer,
.testimonial-style-five .bg-layer{
display: none;
}
.header-top-3 .top-inner{
padding-left: 30px;
padding-right: 30px;
}
.menu-area .mobile-nav-toggler{
margin-top: 21px;
}
.main-header.style-six .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.benefits-section .outer-container li{
width: 50%;
margin-bottom: 30px;
}
.service-details-content .content-three .single-item .overlay-content h5,
.service-details-content .content-three .single-item .overlay-content p{
font-size: 14px;
}
.service-details-content .content-four .single-item .link{
right: 10px;
}
.record-section .apply-coupon .form-group button{
padding: 16px 30px;
}
.myaccount-section .login-inner .other-option{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.myaccount-section .register-inner .text{
position: relative;
bottom: 0px;
margin-top: 10px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .admin-box{
margin-bottom: 10px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .upper{
margin-bottom: 20px;
}
.blog-sidebar .support-widget .inner-box .logo,
.project-details-content .info-list li:before{
display: none;
}
.faq-sidebar{
margin-left: 0px;
}
.default-sidebar{
margin-left: 0px;
margin-right: 0px;
}
.case-sidebar .post-widget .post{
padding-left: 80px;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > .megamenu{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 991px){
.banner-section .owl-dots{
display: none;
}
.banner-carousel .slide-item .image-layer{
transform: scale(1) !important;
}
.image_block_1 .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.cctv-section .tab-btn-box .tab-btns li{
width: 100%;
}
.cctv-section .tab-btn-box .tab-btns li:before{
background-image: none;
}
.cctv-section .tab-btn-box .tab-btns li:first-child:after{
right: 0px;
}
.cctv-section .tab-btn-box .tab-btns li:last-child{
padding-left: 0px;
}
.cctv-section .tab-btn-box .tab-btns li:first-child:before{
right: -15px;
}
.cctv-section .tab-btn-box .tab-btns li:last-child:before{
left: -15px;
}
.cctv-section .single-item{
margin-bottom: 30px;
}
.storage-section .single-column .single-item{
width: 100%;
}
.storage-section .image-column,
.storage-section .image-column .image-layer{
position: relative;
width: 100%;
}
.storage-banner .inner-box .single-column:first-child{
padding-right: 30px;
}
.storage-banner .inner-box .single-column:last-child{
padding-left: 30px;
}
.work-section .image-layer{
display: none;
}
.image_block_2 .image-box .content-box{
position: relative;
width: 100%;
}
.image_block_2 .image-box .image{
margin: 30px 0px;
margin-left: 0px;
}
.highlights-banner .single-item h4{
font-size: 18px;
}
.pricing-block-one .pricing-table{
margin-bottom: 60px;
}
.pricing-section{
padding-bottom: 80px;
}
.estimation-section .inner-content .title-box .list li:before{
display: none;
}
.news-block-one .inner-box{
margin-bottom: 30px;
}
.news-section{
padding-bottom: 80px;
}
.newsletter-section .left-column{
position: relative;
width: 100%;
}
.newsletter-section .inner-container{
padding-left: 0px;
}
.footer-top .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top .widget-section{
padding-bottom: 62px;
}
.main-footer .footer-info .info-list li{
width: 50%;
}
.protection-block-one .inner-box{
margin-bottom: 60px;
}
.protection-section{
padding-bottom: 80px;
}
.content_block_4 .content-box{
margin-top: 30px;
}
.content_block_4 .content-box .sec-title-two{
max-width: 100%;
}
.team-section .sec-title-two .link{
position: relative;
margin-top: 10px;
}
.team-block-one .inner-box{
margin-bottom: 30px;
}
.support-section .inner-container .image-box,
.faq-section .bg-layer{
display: none;
}
.support-section .inner-container .bg-layer{
width: 100%;
}
.faq-section .content_block_5 .content-box{
margin: 0px 0px 30px 0px;
}
.support-section .inner-container .inner{
padding-left: 30px;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 33.333%;
}
.testimonial-block-two .inner-box:after{
display: none;
}
.testimonial-block-two .inner-box:before{
display: none;
}
.testimonial-block-two .inner-box{
min-height: auto;
}
.news-style-two .sec-title-two .link{
position: relative;
margin-top: 15px;
bottom: 0px;
}
.news-block-two .inner-box{
margin-bottom: 30px;
}
.news-style-two{
padding-bottom: 80px;
}
.newsletter-style-two .text h2{
margin-bottom: 15px;
}
.footer-top-two .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-two{
padding-bottom: 75px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding-bottom: 500px;
}
.content_block_6 .content-box{
margin-bottom: 30px;
}
.service-block-three .inner-box{
margin-bottom: 30px;
}
.service-style-three{
padding-bottom: 80px;
}
.funfact-section .sec-title{
margin-bottom: 30px;
}
.counter-block-one .inner-box{
margin-bottom: 30px;
}
.funfact-section{
padding-bottom: 70px;
}
.team-block-two .inner-box{
margin-bottom: 30px;
}
.team-style-two{
padding-bottom: 80px;
}
.pricing-block-two .pricing-table{
margin-bottom: 30px !important;
}
.news-block-three .inner-box{
margin-bottom: 30px;
}
.news-style-three{
padding-bottom: 80px;
}
.contact-section .bg-layer{
width: 100%;
}
.content_block_7 .content-box{
margin-bottom: 30px;
}
.footer-top-three .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-three{
padding-bottom: 75px;
}
.main-header.style-four .header-top .text{
float: none;
display: block;
text-align: center;
}
.main-header.style-four .header-upper-2 .support-box{
position: relative;
width: 100%;
border-radius: 5px;
}
.main-header.style-four .header-upper-2 .info-list{
margin-bottom: 20px;
float: none;
}
.main-header.style-four .header-top .info{
float: none;
}
.main-header.style-four .header-top .social-links,
.main-header.style-four .header-top .search-box-outer{
float: none;
display: inline-block;
}
.feature-block-one .inner-box{
margin-top: 50px;
margin-bottom: 30px;
}
.image_block_4 .image-box{
max-width: 548px;
margin: 0 auto;
margin-bottom: 30px;
}
.work-block-one .inner-box{
margin-bottom: 50px;
}
.work-style-two .more-text{
margin-top: 0px;
}
.work-style-two .inner-container{
padding-bottom: 0px;
}
.project-style-two .sec-title-two .link{
position: relative;
margin-top: 15px;
}
.footer-top-four .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.feature-block-two .inner-box{
margin-bottom: 30px;
}
.feature-style-two,
.roll-style-two{
padding-bottom: 80px;
}
.image_block_3 .image-box{
margin-bottom: 40px;
}
.roll-style-two .video_block_1{
margin: 0px 0px 30px 0px;
}
.roll-block-two .inner-box{
margin-bottom: 30px;
padding: 40px 30px 32px 30px;
}
.funfact-section.style-two .sec-title-two{
margin-bottom: 30px;
}
.work-style-two .inner-container{
background: transparent;
}
.project-style-three .sec-title-two .theme-btn{
position: relative;
margin-top: 15px;
}
.team-section{
padding-bottom: 80px;
}
.testimonial-style-five .content_block_11 .content-box{
margin-bottom: 40px;
}
.footer-top-five .content-box .info li{
margin-bottom: 15px;
}
.footer-top-five .content-box .info li:last-child{
margin-bottom: 0px;
}
.main-header.style-six .header-top-3 .info,
.main-header.style-six .header-top-3 .right-column{
float: none;
display: block;
text-align: center;
}
.main-header.style-six .header-top-3 .mail-box,
.main-header.style-six .header-top-3 .social-links{
float: none;
display: inline-block;
}
.main-header.style-six .other-option li.search-box-outer{
margin-right: 25px;
}
.main-header.style-six .header-lower .outer-box{
padding: 0px 30px;
}
.about-style-six .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.service-block-four .inner-box{
margin-bottom: 30px;
}
.service-style-five{
padding-bottom: 80px;
}
.content_block_14 .content-box{
margin-bottom: 30px;
}
.energy-saving-section .image-box{
max-width: 540px;
margin: 0 auto;
}
.project-style-two .sec-title-three .link{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.testimonial-style-six .testimonial-inner .inner-box{
margin-bottom: 30px;
}
.testimonial-style-six .testimonial-inner .inner-box:before{
display: none;
}
.news-style-four .sec-title-three .link{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.news-block-four .inner-box{
margin-bottom: 30px;
}
.news-style-four{
padding-bottom: 80px;
}
.estimation-section .inner-content .title-box .list li{
width: 50%;
padding-bottom: 0px;
}
.estimation-section .inner-content .title-box{
padding-bottom: 40px;
}
.footer-top-six .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-six{
padding-bottom: 73px;
}
.content_block_15 .content-box{
margin-bottom: 40px;
}
.vaccine-section .vaccine-block{
padding-right: 0px;
}
.vaccine-section .vaccine-block .image-box{
position: relative;
border-radius: 5px;
max-width: 540px;
margin: 0 auto;
}
.vaccine-section .vaccine-block{
padding: 30px 30px;
}
.vaccine-section .owl-nav{
display: none;
}
.vaccine-section .vaccine-block .content-box{
padding-left: 0px;
padding-right: 0px;
}
.vaccine-section .vaccine-block .image-box img{
width: 100%;
border-radius: 5px;
}
.rtl .header-top .info{
float: none !important;
}
.rtl .testimonial-style-three .inner-container{
padding-right: 0px;
}
.rtl .testimonial-style-three .owl-nav{
display: none;
}
.service-block-one .inner-box{
margin-bottom: 30px;
}
.service-section{
padding-bottom: 80px;
}
.service-page-section{
padding-bottom: 50px;
}
.service-sidebar{
margin-bottom: 40px;
}
.service-details-content .content-three .single-item{
margin-bottom: 40px;
}
.service-details-content .content-three{
padding-bottom: 10px;
}
.case-sidebar{
margin-bottom: 30px;
}
.product-details-content .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.case-details .related-products .case-block-one .inner-box{
margin-bottom: 30px;
}
.case-details{
padding-bottom: 80px;
}
.record-section .apply-coupon .form-group:last-child{
float: right;
}
.record-section .apply-coupon{
margin-bottom: 30px;
}
.record-section .btn-box{
float: none;
}
.record-section .btn-box .theme-btn.style-one.contents-btn{
float: right;
}
.contents-section .shipping-address{
margin-bottom: 30px;
}
.contents-section .contents-option .contents-method{
margin-bottom: 30px;
}
.myaccount-section .login-inner{
margin-bottom: 30px;
}
.blog-sidebar-content,
.blog-details-content{
margin-bottom: 40px;
}
.project-details-content .info-list li{
width: 50%;
}
.related-project .project-block-one .inner-box{
margin-bottom: 30px;
}
.project-details{
padding-bottom: 80px;
}
.faq-page-section .faq-content{
margin-bottom: 30px;
}
.contact-info-section .inner-content .single-item{
width: 50%;
}
}
@media only screen and (max-width: 767px){
.header-upper .info-list li{
margin-bottom: 15px;
}
.banner-carousel .slide-item{
padding: 90px 0px 100px 0px;
}
.banner-carousel .content-box h2{
font-size: 30px;
line-height: 48px;
}
.image_block_1 .image-box .content-box{
right: 0px;
}
.about-section{
padding: 70px 0px 60px 0px;
}
.sec-title h2{
font-size: 30px;
line-height: 38px;
}
.cctv-section .tab-btn-box{
margin-bottom: 50px;
}
.cctv-section .single-item{
padding-bottom: 30px !important;
margin: 0px 0px 30px 0px !important;
}
.cctv-section .single-item:hover{
margin: 0px !important;
}
.cctv-section .more-text{
margin-top: 30px;
}
.cctv-section{
padding-bottom: 62px;
}
.service-section .owl-dots{
display: none;
}
.service-block-one .inner-box .overlay-content,
.service-block-one .inner-box{
padding: 40px 20px;
}
.service-section{
padding: 70px 0px 40px 0px;
}
.storage-section .single-column{
width: 100%;
}
.storage-section .title-inner{
padding-top: 70px;
}
.storage-banner .inner-box .single-column{
width: 100%;
}
.storage-banner .inner-box .single-column{
padding: 0px !important;
}
.storage-banner .inner-box{
padding: 50px 0px;
}
.storage-banner .inner-box .single-column:first-child{
margin-bottom: 20px;
}
.work-section{
padding: 70px 0px 50px 0px;
}
.highlights-banner .single-item{
width: 100%;
border-right: none;
}
.highlights-section{
padding-top: 70px;
}
.highlights-section .inner-box{
padding-bottom: 40px;
}
.project-section .dots-style-one .owl-dots{
display: none;
}
.sec-pad{
padding: 70px 0px;
}
.pricing-section{
padding-bottom: 40px;
}
.estimation-section .inner-content .title-box .list li{
width: 100%;
}
.estimation-section{
padding-top: 70px;
}
.news-block-one{
max-width: 370px;
margin: 0 auto;
}
.news-section{
padding-bottom: 40px;
}
.newsletter-section .right-column .newsletter-form .form-group input[type='email']{
margin-bottom: 15px;
}
.clients-section{
padding: 70px 0px;
}
.main-footer .footer-info .info-list li{
width: 100%;
}
.main-header.style-two .search-box-outer .dropdown-menu{
left: -115px !important;
}
.banner-section.style-two .banner-carousel .content-box h2{
font-size: 50px;
line-height: 60px;
}
.banner-section.style-two .banner-carousel .slide-item{
padding: 100px 0px 230px 0px;
}
.protection-section .inner-container{
padding-top: 64px;
}
.sec-title-two h2{
font-size: 30px;
line-height: 38px;
}
.sec-title-two h2 br{
display: none;
}
.protection-section,
.about-style-two{
padding-bottom: 40px;
}
.content_block_4 .content-box .inner-box .single-item{
margin-bottom: 30px;
}
.dots-style-one .owl-dots{
display: none;
}
.team-section{
padding-bottom: 40px;
}
.content_block_6 .content-box{
margin-bottom: 0px;
}
.testimonial-style-two .testimonial-thumb{
display: none;
}
.testimonial-style-two .testimonial-inner{
margin-bottom: 0px;
}
.news-style-two{
padding-bottom: 40px;
}
.clients-section.style-two{
padding: 70px 0px 130px 0px;
}
.footer-top-two{
padding: 80px 0px 45px 0px;
}
.copyright,
.footer-nav{
float: none !important;
display: block;
text-align: center;
}
.banner-section.style-three .content-box h2{
font-size: 50px;
line-height: 60px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding: 150px 0px 400px 0px;
}
.image_block_3 .image-box .logo-icon{
display: none;
}
.about-style-three .content_block_6 .content-box{
margin-bottom: 30px;
}
.image_block_3 .image-box .image{
max-width: 300px;
margin: 0 auto;
}
.about-style-three .image_block_3 .image-box .column:last-child .image{
margin-top: 30px;
}
.about-style-three .image_block_3 .image-box{
margin-bottom: 0px;
}
.service-block-three{
max-width: 350px;
margin: 0 auto;
}
.service-style-three,
.funfact-section,
.team-style-two,
.pricing-style-two,
.news-style-three{
padding-bottom: 40px;
}
.team-block-two{
max-width: 350px;
margin: 0 auto;
}
.roll-section .owl-nav{
display: none;
}
.news-block-three{
max-width: 350px;
margin: 0 auto;
}
.footer-bottom-three .footer-nav li{
float: none;
}
.footer-top-three{
padding: 80px 0px 50px 0px;
}
.banner-section.style-four .banner-carousel .slide-item {
padding: 140px 0px 150px 0px;
}
.products-section .owl-nav,
.testimonial-style-four .owl-nav{
display: none;
}
.product-block-one .inner-box .overlay-content{
height: 100%;
width: 100%;
left: 0px;
}
.footer-top-four .upper-inner{
padding-top: 80px;
}
.footer-top-four .widget-section{
padding-bottom: 50px;
}
.main-header.style-five .outer-box {
padding: 0px 15px;
}
.banner-section.style-five .banner-carousel .slide-item{
padding: 100px 0px;
}
.banner-section .banner-content h2{
font-size: 40px;
line-height: 50px;
}
.feature-style-two{
padding-bottom: 40px;
}
.about-style-five .image_block_3 .image-box .column:first-child .image{
margin-top: 0px;
margin-bottom: 30px;
}
.work-style-two .sec-title-two{
padding-bottom: 0px;
}
.project-style-three{
padding-bottom: 40px;
}
.footer-top-five .upper-inner{
display: block;
text-align: center;
}
.footer-top-five .footer-logo{
padding: 30px 0px;
}
.footer-top-five .social-style-two li{
float: none;
}
.footer-top-five .upper-inner{
padding-top: 70px;
}
.footer-top-five .content-box .info li:before{
display: none;
}
.banner-section.style-six .banner-carousel .slide-item{
padding: 260px 0px 150px 0px;
}
.benefits-section .outer-container li{
width: 100%;
padding-right: 0px;
}
.energy-saving-section{
padding-bottom: 70px;
}
.team-style-two .dots-style-one .owl-dots{
display: none;
}
.project-block-one .inner-box{
transform: scale(1) !important;
}
.rtl .copyright,
.rtl .footer-nav{
float: none !important;
}
.page-title{
padding-top: 64px;
}
.page-title .title{
margin-bottom: 44px;
}
.roll-style-three{
padding-top: 190px;
}
.roll-style-three{
padding-bottom: 40px;
}
.vaccine-section .vaccine-block .content-box{
padding-bottom: 0px;
}
.team-style-two.alternat-2{
padding-bottom: 70px;
}
.team-style-two .more-text{
margin-top: 0px;
}
.team-style-two.team-page{
padding: 70px 0px 40px 0px;
}
.page-title .title h1{
font-size: 36px;
line-height: 45px;
}
.service-details-content .content-two .inner-box .text{
margin-bottom: 30px;
}
.service-details-content .content-two .inner-box{
margin-bottom: 0px;
}
.service-details-content .content-two .inner-box .image-box{
margin-top: 0px;
margin-bottom: 30px;
}
.service-details-content .content-four .single-column:first-child .single-item{
margin-bottom: 30px;
}
.case-page-section{
padding: 70px 0px;
}
.case-block-one{
max-width: 300px;
margin: 0 auto;
}
.description .tabs-content .comment-form .message-btn .custom-controls-stacked{
line-height: 26px;
margin-top: 20px;
}
.description .custom-control.material-checkbox .material-control-indicator{
top: 7px;
}
.case-details{
padding-bottom: 40px;
}
.description{
margin-bottom: 50px;
}
.product-details-content{
margin-bottom: 50px;
}
.myaccount-section{
padding: 65px 0px;
}
.news-section.blog-grid{
padding-bottom: 70px;
}
.sidebar-page-container .news-block-one{
max-width: 100%;
}
.blog-details{
padding: 85px 0px 70px 0px;
}
.blog-details-content .post-share-option .share-option{
position: relative;
display: inline-block;
bottom: 0px;
}
.blog-details-content .post-share-option .tags-list{
float: none;
margin-bottom: 15px;
}
.blog-details-content .post-share-option .share-option span{
position: relative;
}
.blog-details-content .post-share-option .share-option:hover span{
opacity: 0;
}
.blog-details-content .post-btn .single-btn.prev-btn{
margin-bottom: 45px;
}
.project-details-content .info-list li{
width: 100%;
}
.project-details-content .image-box .image{
margin-bottom: 30px;
}
.project-details-content{
margin-bottom: 30px;
}
.project-page-section.four-column{
padding: 80px 0px 70px 0px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-size: 50px;
line-height: 50px;
}
.project-page-section{
padding: 80px 0px 40px 0px;
}
.support-section .inner-container .bg-layer{
background-size: cover;
}
.project-style-three .sec-title-two .theme-btn{
bottom: 0px;
}
.sec-title-three h2{
font-size: 30px;
line-height: 38px;
}
.content_block_9 .content-box .inner-box .single-item{
margin-bottom: 30px;
}
.content_block_9 .content-box .inner-box{
margin-bottom: 10px;
}
.blog-sidebar .dots-style-one .owl-dots{
display: block;
}
.pricing-section.home-4{
padding-bottom: 40px;
}
.pricing-section.home-4 .pricing-block-one .pricing-table{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 599px){
.banner-carousel .content-box h2{
font-size: 10px;
line-height: 48px;
}
.contact-info-section .inner-content .single-item{
width: 100%;
}
.newsletter-section .right-column .social-links li:first-child{
display: block;
margin: 0px;
float: none;
}
.main-header.style-two .search-box-outer .dropdown-menu {
left: -270px !important;
width: 300px;
}
.header-top-2 .info li:before{
display: none;
}
.content_block_3 .content-box .inner .single-item .icon-box{
display: none;
}
.pricing-block-two .pricing-table{
padding-left: 0px;
}
.pricing-block-two .pricing-table .header-inner{
position: relative;
left: 0px;
top: 0px;
width: 100%;
padding: 30px 30px 0px 30px;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 50%;
}
.newsletter-style-two .newsletter-form .form-group{
padding-right: 0px;
}
.newsletter-style-two .newsletter-form .form-group button{
position: relative;
margin-top: 15px;
width: 100%;
}
.red .pricing-block-two .pricing-table .header-inner{
top: 0px;
}
.header-upper-2 .info-list li{
margin-bottom: 10px;
}
.header-upper-2 .info-list li:before{
display: none;
}
.header-upper-2 .info-list li:last-child{
margin-bottom: 0px;
}
.work-style-two .more-text h4{
font-size: 16px;
}
.main-header.style-five .menu-right-content{
display: none;
}
.work-style-two .more-text h4{
line-height: 26px;
}
.main-header.style-six .search-box-outer .dropdown-menu{
right: -140px;
width: 300px;
}
.banner-section.style-six .banner-carousel .slide-item{
padding-top: 300px;
}
.service-style-five,
.news-style-four{
padding-bottom: 40px;
}
.footer-top-six{
padding-bottom: 50px;
}
.rtl .pricing-block-two .pricing-table{
padding-right: 0px;
}
.rtl .pricing-block-two .pricing-table .header-inner{
right: 0px;
}
.our-case .item-shorting .text{
float: none;
display: block;
text-align: center;
}
.our-case .item-shorting .short-box{
float: none;
max-width: 250px;
margin: 0 auto;
}
.product-details-content .product-details .product-info li{
padding-right: 20px;
}
.blog-details-content .comment-box .comment.reply-comment{
margin-left: 0px;
}
}
@media only screen and (max-width: 499px){
.banner-carousel .content-box h2{
font-size: 10px;
line-height: 48px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: -80px;
}
.footer-top-five .content-box .info li{
margin-right: 0px;
}
.main-header.style-six .header-top-3 .info li{
display: block;
margin: 0px;
}
.main-header.style-six .header-top-3 .info li:before{
display: none;
}
.header-top .info li{
display: block;
}
.header-top .info li:before{
display: none;
}
.cctv-section .tab-btn-box .tab-btns li i{
display: none;
}
.cctv-section .tab-btn-box .tab-btns li{
font-size: 16px;
padding-top: 41px;
}
.sec-title h2 br{
display: none;
}
.storage-banner .inner-box .single-column .text h3{
font-size: 26px;
line-height: 34px;
}
.newsletter-section .left-column .inner-box .bg-layer{
width: 100%;
}
.newsletter-section .left-column .inner-box .price{
right: 0px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-size: 26px;
line-height: 30px;
}
.footer-top .links-widget .links-list{
width: 100%;
}
.footer-top .links-widget .links-list{
padding-left: 0px;
}
.footer-top .links-widget .links-list li{
margin-bottom: 7px !important;
}
.main-header.style-two .outer-box{
display: block;
}
.main-header.style-two .outer-box .left-column{
position: relative;
width: 100%;
padding-bottom: 20px;
}
.main-header.style-two .outer-box .logo-box{
float: none;
margin: 0px;
}
.main-header.style-two .outer-box .search-box-outer{
position: absolute;
top: 0px;
right: 0px;
}
.main-header.style-two .menu-right-content{
position: absolute;
left: 30px;
bottom: -10px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-bottom: 15px;
}
.mobile-menu{
width: 100%;
}
.newsletter-style-two .inner-container{
padding-left: 20px;
padding-right: 20px;
}
.footer-top-two .links-widget .list{
width: 100%;
}
.footer-top-two .links-widget .list li:last-child{
margin-bottom: 12px;
}
.main-header.style-three .outer-box .logo-box{
width: 180px;
}
.main-header.style-three .outer-box .logo-box .logo{
padding: 25px 15px;
}
.main-header.style-three .outer-box{
padding-right: 115px;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-right: 15px;
}
.banner-section .banner-bottom .single-item .inner-box .icon-box{
left: 20px;
}
.banner-section .banner-bottom .single-item .inner-box{
padding-left: 80px;
padding-right: 20px;
}
.banner-section .banner-bottom .single-item .inner-box h3{
font-size: 16px;
line-height: 26px;
}
.banner-section .banner-bottom .single-item .inner-box h5{
font-size: 13px;
font-weight: 600;
}
.content_block_6 .content-box .inner-box{
padding-left: 30px;
}
.content_block_6 .content-box .inner-box .image-box{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px;
}
.content_block_6 .content-box .inner-box .image-box:before{
display: none;
}
.testimonial-style-three .owl-nav{
display: none;
}
.testimonial-style-three .inner-container .testimonial-content{
padding-right: 0px;
}
.content_block_8 .content-box{
padding-left: 30px;
padding-right: 30px;
}
.main-header.style-four .outer-box .btn-box a{
width: 200px;
}
.main-header.style-four .header-lower .outer-box{
padding-right: 0px;
}
.main-header.style-four .header-top .social-links{
padding-right: 0px;
float: left;
}
.main-header.style-four .header-top .social-links:before{
display: none;
}
.main-header.style-four .header-top .info li{
float: left;
}
.main-header.style-four .header-upper-2{
padding-left: 20px;
padding-right: 20px;
}
.image_block_4 .image-box .image-2{
position: relative;
margin: 30px 0px;
}
.image_block_4 .image-box .image-3{
position: relative;
}
.image_block_4 .image-box{
padding: 0px;
}
.work-style-two .more-text i{
left: 20px;
top: 20px;
}
.work-style-two .more-text h4{
padding-left: 50px;
padding-right: 30px;
}
.testimonial-block-three .inner-box{
padding-left: 30px;
}
.footer-top-four .footer-logo{
float: none;
display: block;
text-align: center;
padding-bottom: 20px;
}
.footer-top-four .social-style-two{
float: none;
display: block;
text-align: center;
}
.footer-top-four .social-style-two li{
float: none;
}
.main-header.style-five .outer-box .logo-box{
float: left;
}
.main-header.style-five .outer-box .logo-box .logo{
max-width: 200px;
}
.main-header.style-five .menu-area .mobile-nav-toggler{
margin-top: 12px;
}
.banner-section .banner-content{
padding-left: 30px;
}
.testimonial-style-five .content_block_11 .content-box{
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}
.rtl .main-header.style-three .menu-area .mobile-nav-toggler{
float: left;
}
.rtl .main-header.style-three .outer-box{
padding: 0px;
}
.rtl .main-header.style-three .outer-box .other-option{
display: none;
}
.rtl .banner-section .banner-bottom .single-item .inner-box{
padding-right: 80px;
}
.rtl .banner-section .banner-bottom .single-item .inner-box .icon-box{
right: 20px;
}
.banner-section.style-three .content-box h3{
font-size: 20px;
}
.rtl .content_block_6 .content-box .inner-box{
padding-right: 30px;
}
.rtl .testimonial-style-three .inner-container .video-inner{
right: 0px;
}
.rtl .testimonial-style-three .inner-container{
padding-left: 15px;
padding-right: 15px;
}
.content_block_15 .content-box{
padding: 60px 30px;
}
.content_block_15 .content-box .inner-box{
padding: 30px 30px;
}
.content_block_15 .content-box .inner-box .image-box{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px;
}
.content_block_15 .content-box .inner-box .image-box:before{
display: none;
}
.vaccine-section .vaccine-block .content-box .upper{
padding-left: 0px;
}
.vaccine-section .vaccine-block .content-box .upper span{
position: relative;
display: inline-block;
margin-bottom: 15px;
top: 0px;
}
.vaccine-section .vaccine-block .content-box .upper h3{
font-size: 20px;
line-height: 30px;
}
.vaccine-section .vaccine-block .content-box .upper{
margin-bottom: 20px;
}
.product-details-content .product-details .product-info li{
width: 100%;
}
.product-details-content .product-details .title-box .share-box{
position: relative;
top: 0px;
}
.description .tab-btn-box .tab-buttons li{
padding: 13px 15px;
margin: 0px 5px;
}
.record-section .apply-coupon .form-group input[type="text"]{
width: 100%;
margin-bottom: 10px;
}
.record-section .apply-coupon .form-group{
float: none;
margin: 0px;
}
.record-section .apply-coupon .form-group:last-child{
float: none;
}
.record-section .apply-coupon .form-group button{
display: block;
width: 100%;
}
.record-section .btn-box button{
float: none;
margin: 0px;
width: 100%;
margin-bottom: 10px;
}
.contents-section .product-information,
.contents-section .contents-option .contents-method,
.contents-section .contents-option .card-details{
padding: 40px 30px;
}
.project-details h3{
font-size: 24px;
line-height: 32px;
}
.contact-page-section .form-inner{
padding: 50px 30px;
}
}
@media only screen and (max-width: 399px){
.main-header .menu-right-content .social-style-one{
display: none;
}
.page-header-mobile-info .toggle-box{
padding: 0px 15px;
}
.main-header .search-box-outer .dropdown-menu{
width: 300px;
}
.banner-carousel .content-box h2{
font-size: 30px;
line-height: 38px;
}
.banner-carousel .content-box h2 br{
display: none;
}
.content_block_3 .content-box .inner .single-item{
width: 100%;
padding: 0px;
margin-bottom: 15px;
}
.content_block_3 .content-box .inner .single-item:last-child{
margin-bottom: 0px;
}
.content_block_3 .content-box .inner .single-item:before{
display: none;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 100%;
}
.project-style-two .tab-btn-box .tab-btns li:before{
display: none;
}
.main-header.style-two .outer-box{
padding: 0px 15px;
}
.main-header.style-two .menu-right-content{
left: 15px;
}
.main-header.style-three .outer-box .other-option{
display: none;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-right: 0px;
}
.main-header.style-three .outer-box{
padding: 0px;
}
.main-header.style-six .other-option li.btn-box{
display: none;
}
.main-header.style-six .other-option li.search-box-outer{
margin-right: 0px;
}
.main-header.style-six .other-option:before{
top: 0px;
display: none;
}
.main-header.style-six .menu-area .mobile-nav-toggler{
margin-top: 8px;
margin-bottom: 6px;
}
.main-header.style-six .header-top-3 .mail-box:before{
display: none;
}
.main-header.style-six .search-box-outer .dropdown-menu{
right: -30px;
width: 300px;
}
.banner-section.style-six .content-box h2{
line-height: 38px;
}
.news-block-four .inner-box .lower-content{
padding-left: 20px;
padding-right: 20px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding-bottom: 500px;
}
.main-header .menu-right-content .record-box{
top: 5px;
}
} | assets/css/responsive.css |
@media only screen and (max-width: 1849px){
.main-header.style-six .support-box,
.main-header.style-six .logo-box{
display: none;
}
}
@media only screen and (max-width: 1749px){
.main-header.style-five .menu-right-content .record-box{
margin-right: 0px;
padding-right: 20px;
}
.main-header.style-five .main-menu .navigation > li{
margin: 0px 18px;
}
}
@media only screen and (max-width: 1599px){
.main-header.style-two .menu-right-content .support-box{
display: none;
}
.main-header.style-two .menu-right-content .record-box{
padding-right: 0px;
margin-right: 0px;
}
.main-header.style-two .menu-right-content .record-box:before{
display: none;
}
.main-header.style-two .outer-box{
padding: 0px 30px;
}
.main-header.style-two .main-menu .navigation > li{
margin: 0px 15px;
}
.header-top-2 .outer-container{
padding: 12px 30px;
}
.storage-section .single-item .inner-box{
padding-right: 30px;
padding-left: 30px;
}
}
@media only screen and (max-width:1399px){
.header-top-2 .outer-container{
display: block;
text-align: center;
}
.header-top-2 .right-column .mail-box,
.header-top-2 .right-column .social-links{
float: none;
}
.header-top-2 .info,
.header-top-2 .text{
margin-bottom: 6px;
}
.header-top-2 .right-column .mail-box:before{
display: none;
}
.main-header.style-five .menu-right-content .social-style-one{
padding-right: 15px;
margin-right: 15px;
}
.main-header.style-five .main-menu .navigation > li{
margin: 0px 12px;
}
}
@media only screen and (max-width: 1200px){
.main-menu,
.sticky-header,
.main-header.style-one .outer-container:before{
display: none !important;
}
.menu-area .mobile-nav-toggler {
display: block;
margin-top: 26px;
padding: 10px;
}
.megamenu ul li:first-child{
display: none;
}
.page-header-mobile-info,
.page-header-mobile-info-toggle{
display: block !important;
}
.auto-hidden{
display: none !important;
}
.page-header-mobile-info .toggle-box .btn-box{
float: right;
display: flex;
}
.header-top .info,
.header-upper .logo-box{
float: none;
display: block;
text-align: center;
}
.header-upper .logo-box .logo{
margin: 0 auto;
}
.header-upper .info-list{
margin-top: 0px;
float: none;
text-align: center;
display: block;
}
.header-upper{
padding-bottom: 35px;
}
.header-upper .info-list li{
text-align: left;
}
.header-upper .info-list li.btn-box{
display: none;
}
.banner-carousel .slide-item.style-two .content-box{
margin-left: 0px;
}
.banner-carousel .content-box h2 br{
display: none;
}
.banner-section .owl-nav,
.storage-section .single-item .inner-box .link i{
display: none;
}
.content_block_1 .content-box .lower-content .btn-box{
float: none;
margin-top: 15px;
}
.content_block_1 .content-box .lower-content h4{
float: none;
}
.storage-section .single-item .inner-box{
padding-left: 30px;
padding-right: 30px;
}
.storage-banner .inner-box .single-column .text a{
position: relative;
top: 0px;
margin-top: 15px;
}
.highlights-banner .single-item{
width: 50%;
}
.highlights-banner .single-item{
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.newsletter-section .right-column .inner-box{
padding-left: 30px;
padding-right: 30px;
}
.main-footer .footer-info .info-list li:before{
display: none;
}
.header-top-2 .outer-container{
background: #f4f4f4;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: 0px;
}
.support-section .inner-container .image-box .image-2{
right: 0px;
}
.faq-section .content_block_5 .content-box{
margin-right: 30px;
}
.project-block-one .inner-box .content-box .text{
padding-left: 15px;
}
.main-header.style-three .header-top .info li:before{
display: none;
}
.main-header.style-three .header-top .info li{
padding: 0px;
}
.main-header.style-three .header-top{
padding: 10px 0px;
}
.main-header.style-three .outer-box .other-option{
top: 0px;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-top: 18px;
margin-bottom: 12px;
}
.banner-section .banner-bottom .single-item:hover .inner-box .link{
bottom: 0px;
margin-bottom: 0px;
}
.testimonial-style-three .inner-container .video-inner{
position: relative;
width: 100%;
left: 0px;
top: 0px;
}
.testimonial-style-three .inner-container{
padding-left: 15px;
}
.testimonial-style-three .inner-container .testimonial-content{
padding-left: 0px;
}
.testimonial-style-three .inner-container .video-inner .icon-box{
top: 0px;
right: 0px;
}
.contact-section .pattern-layer,
.contact-section .image-layer{
display: none;
}
.main-header.style-four .header-top .info{
float: right;
}
.header-upper-2{
padding-left: 30px;
padding-right: 30px;
}
.main-header.style-four{
padding-bottom: 0px;
}
.main-header.style-four .page-header-mobile-info .toggle-box .logo{
display: block;
padding: 15px 0px;
}
.main-header.style-four .page-header-mobile-info-toggle{
top: 20px;
}
.main-header.style-four .page-header-mobile-info .header-upper-2 .logo-box{
display: none;
}
.main-header.style-four .header-upper-2 .info-list{
float: left;
}
.main-header.style-four .header-lower .outer-box .btn-box{
top: 0px;
}
.main-header.style-four .menu-area .mobile-nav-toggler{
margin-top: 20px;
margin-bottom: 11px;
}
.main-header.style-four .header-lower{
padding-left: 15px;
}
.work-style-two .inner-container:after{
display: none;
}
.contact-style-two .image-layer-1,
.contact-style-two .image-layer-2,
.contact-style-two .pattern-layer{
display: none;
}
.roll-style-two .image-layer,
.testimonial-style-five .bg-layer{
display: none;
}
.header-top-3 .top-inner{
padding-left: 30px;
padding-right: 30px;
}
.menu-area .mobile-nav-toggler{
margin-top: 21px;
}
.main-header.style-six .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.benefits-section .outer-container li{
width: 50%;
margin-bottom: 30px;
}
.service-details-content .content-three .single-item .overlay-content h5,
.service-details-content .content-three .single-item .overlay-content p{
font-size: 14px;
}
.service-details-content .content-four .single-item .link{
right: 10px;
}
.record-section .apply-coupon .form-group button{
padding: 16px 30px;
}
.myaccount-section .login-inner .other-option{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.myaccount-section .register-inner .text{
position: relative;
bottom: 0px;
margin-top: 10px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .admin-box{
margin-bottom: 10px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .upper{
margin-bottom: 20px;
}
.blog-sidebar .support-widget .inner-box .logo,
.project-details-content .info-list li:before{
display: none;
}
.faq-sidebar{
margin-left: 0px;
}
.default-sidebar{
margin-left: 0px;
margin-right: 0px;
}
.case-sidebar .post-widget .post{
padding-left: 80px;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > .megamenu{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 991px){
.banner-section .owl-dots{
display: none;
}
.banner-carousel .slide-item .image-layer{
transform: scale(1) !important;
}
.image_block_1 .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.cctv-section .tab-btn-box .tab-btns li{
width: 100%;
}
.cctv-section .tab-btn-box .tab-btns li:before{
background-image: none;
}
.cctv-section .tab-btn-box .tab-btns li:first-child:after{
right: 0px;
}
.cctv-section .tab-btn-box .tab-btns li:last-child{
padding-left: 0px;
}
.cctv-section .tab-btn-box .tab-btns li:first-child:before{
right: -15px;
}
.cctv-section .tab-btn-box .tab-btns li:last-child:before{
left: -15px;
}
.cctv-section .single-item{
margin-bottom: 30px;
}
.storage-section .single-column .single-item{
width: 100%;
}
.storage-section .image-column,
.storage-section .image-column .image-layer{
position: relative;
width: 100%;
}
.storage-banner .inner-box .single-column:first-child{
padding-right: 30px;
}
.storage-banner .inner-box .single-column:last-child{
padding-left: 30px;
}
.work-section .image-layer{
display: none;
}
.image_block_2 .image-box .content-box{
position: relative;
width: 100%;
}
.image_block_2 .image-box .image{
margin: 30px 0px;
margin-left: 0px;
}
.highlights-banner .single-item h4{
font-size: 18px;
}
.pricing-block-one .pricing-table{
margin-bottom: 60px;
}
.pricing-section{
padding-bottom: 80px;
}
.estimation-section .inner-content .title-box .list li:before{
display: none;
}
.news-block-one .inner-box{
margin-bottom: 30px;
}
.news-section{
padding-bottom: 80px;
}
.newsletter-section .left-column{
position: relative;
width: 100%;
}
.newsletter-section .inner-container{
padding-left: 0px;
}
.footer-top .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top .widget-section{
padding-bottom: 62px;
}
.main-footer .footer-info .info-list li{
width: 50%;
}
.protection-block-one .inner-box{
margin-bottom: 60px;
}
.protection-section{
padding-bottom: 80px;
}
.content_block_4 .content-box{
margin-top: 30px;
}
.content_block_4 .content-box .sec-title-two{
max-width: 100%;
}
.team-section .sec-title-two .link{
position: relative;
margin-top: 10px;
}
.team-block-one .inner-box{
margin-bottom: 30px;
}
.support-section .inner-container .image-box,
.faq-section .bg-layer{
display: none;
}
.support-section .inner-container .bg-layer{
width: 100%;
}
.faq-section .content_block_5 .content-box{
margin: 0px 0px 30px 0px;
}
.support-section .inner-container .inner{
padding-left: 30px;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 33.333%;
}
.testimonial-block-two .inner-box:after{
display: none;
}
.testimonial-block-two .inner-box:before{
display: none;
}
.testimonial-block-two .inner-box{
min-height: auto;
}
.news-style-two .sec-title-two .link{
position: relative;
margin-top: 15px;
bottom: 0px;
}
.news-block-two .inner-box{
margin-bottom: 30px;
}
.news-style-two{
padding-bottom: 80px;
}
.newsletter-style-two .text h2{
margin-bottom: 15px;
}
.footer-top-two .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-two{
padding-bottom: 75px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding-bottom: 500px;
}
.content_block_6 .content-box{
margin-bottom: 30px;
}
.service-block-three .inner-box{
margin-bottom: 30px;
}
.service-style-three{
padding-bottom: 80px;
}
.funfact-section .sec-title{
margin-bottom: 30px;
}
.counter-block-one .inner-box{
margin-bottom: 30px;
}
.funfact-section{
padding-bottom: 70px;
}
.team-block-two .inner-box{
margin-bottom: 30px;
}
.team-style-two{
padding-bottom: 80px;
}
.pricing-block-two .pricing-table{
margin-bottom: 30px !important;
}
.news-block-three .inner-box{
margin-bottom: 30px;
}
.news-style-three{
padding-bottom: 80px;
}
.contact-section .bg-layer{
width: 100%;
}
.content_block_7 .content-box{
margin-bottom: 30px;
}
.footer-top-three .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-three{
padding-bottom: 75px;
}
.main-header.style-four .header-top .text{
float: none;
display: block;
text-align: center;
}
.main-header.style-four .header-upper-2 .support-box{
position: relative;
width: 100%;
border-radius: 5px;
}
.main-header.style-four .header-upper-2 .info-list{
margin-bottom: 20px;
float: none;
}
.main-header.style-four .header-top .info{
float: none;
}
.main-header.style-four .header-top .social-links,
.main-header.style-four .header-top .search-box-outer{
float: none;
display: inline-block;
}
.feature-block-one .inner-box{
margin-top: 50px;
margin-bottom: 30px;
}
.image_block_4 .image-box{
max-width: 548px;
margin: 0 auto;
margin-bottom: 30px;
}
.work-block-one .inner-box{
margin-bottom: 50px;
}
.work-style-two .more-text{
margin-top: 0px;
}
.work-style-two .inner-container{
padding-bottom: 0px;
}
.project-style-two .sec-title-two .link{
position: relative;
margin-top: 15px;
}
.footer-top-four .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.feature-block-two .inner-box{
margin-bottom: 30px;
}
.feature-style-two,
.roll-style-two{
padding-bottom: 80px;
}
.image_block_3 .image-box{
margin-bottom: 40px;
}
.roll-style-two .video_block_1{
margin: 0px 0px 30px 0px;
}
.roll-block-two .inner-box{
margin-bottom: 30px;
padding: 40px 30px 32px 30px;
}
.funfact-section.style-two .sec-title-two{
margin-bottom: 30px;
}
.work-style-two .inner-container{
background: transparent;
}
.project-style-three .sec-title-two .theme-btn{
position: relative;
margin-top: 15px;
}
.team-section{
padding-bottom: 80px;
}
.testimonial-style-five .content_block_11 .content-box{
margin-bottom: 40px;
}
.footer-top-five .content-box .info li{
margin-bottom: 15px;
}
.footer-top-five .content-box .info li:last-child{
margin-bottom: 0px;
}
.main-header.style-six .header-top-3 .info,
.main-header.style-six .header-top-3 .right-column{
float: none;
display: block;
text-align: center;
}
.main-header.style-six .header-top-3 .mail-box,
.main-header.style-six .header-top-3 .social-links{
float: none;
display: inline-block;
}
.main-header.style-six .other-option li.search-box-outer{
margin-right: 25px;
}
.main-header.style-six .header-lower .outer-box{
padding: 0px 30px;
}
.about-style-six .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.service-block-four .inner-box{
margin-bottom: 30px;
}
.service-style-five{
padding-bottom: 80px;
}
.content_block_14 .content-box{
margin-bottom: 30px;
}
.energy-saving-section .image-box{
max-width: 540px;
margin: 0 auto;
}
.project-style-two .sec-title-three .link{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.testimonial-style-six .testimonial-inner .inner-box{
margin-bottom: 30px;
}
.testimonial-style-six .testimonial-inner .inner-box:before{
display: none;
}
.news-style-four .sec-title-three .link{
position: relative;
bottom: 0px;
margin-top: 15px;
}
.news-block-four .inner-box{
margin-bottom: 30px;
}
.news-style-four{
padding-bottom: 80px;
}
.estimation-section .inner-content .title-box .list li{
width: 50%;
padding-bottom: 0px;
}
.estimation-section .inner-content .title-box{
padding-bottom: 40px;
}
.footer-top-six .footer-widget{
margin: 0px 0px 30px 0px !important;
}
.footer-top-six{
padding-bottom: 73px;
}
.content_block_15 .content-box{
margin-bottom: 40px;
}
.vaccine-section .vaccine-block{
padding-right: 0px;
}
.vaccine-section .vaccine-block .image-box{
position: relative;
border-radius: 5px;
max-width: 540px;
margin: 0 auto;
}
.vaccine-section .vaccine-block{
padding: 30px 30px;
}
.vaccine-section .owl-nav{
display: none;
}
.vaccine-section .vaccine-block .content-box{
padding-left: 0px;
padding-right: 0px;
}
.vaccine-section .vaccine-block .image-box img{
width: 100%;
border-radius: 5px;
}
.rtl .header-top .info{
float: none !important;
}
.rtl .testimonial-style-three .inner-container{
padding-right: 0px;
}
.rtl .testimonial-style-three .owl-nav{
display: none;
}
.service-block-one .inner-box{
margin-bottom: 30px;
}
.service-section{
padding-bottom: 80px;
}
.service-page-section{
padding-bottom: 50px;
}
.service-sidebar{
margin-bottom: 40px;
}
.service-details-content .content-three .single-item{
margin-bottom: 40px;
}
.service-details-content .content-three{
padding-bottom: 10px;
}
.case-sidebar{
margin-bottom: 30px;
}
.product-details-content .image-box{
max-width: 540px;
margin: 0 auto;
margin-bottom: 30px;
}
.case-details .related-products .case-block-one .inner-box{
margin-bottom: 30px;
}
.case-details{
padding-bottom: 80px;
}
.record-section .apply-coupon .form-group:last-child{
float: right;
}
.record-section .apply-coupon{
margin-bottom: 30px;
}
.record-section .btn-box{
float: none;
}
.record-section .btn-box .theme-btn.style-one.contents-btn{
float: right;
}
.contents-section .shipping-address{
margin-bottom: 30px;
}
.contents-section .contents-option .contents-method{
margin-bottom: 30px;
}
.myaccount-section .login-inner{
margin-bottom: 30px;
}
.blog-sidebar-content,
.blog-details-content{
margin-bottom: 40px;
}
.project-details-content .info-list li{
width: 50%;
}
.related-project .project-block-one .inner-box{
margin-bottom: 30px;
}
.project-details{
padding-bottom: 80px;
}
.faq-page-section .faq-content{
margin-bottom: 30px;
}
.contact-info-section .inner-content .single-item{
width: 50%;
}
}
@media only screen and (max-width: 767px){
.header-upper .info-list li{
margin-bottom: 15px;
}
.banner-carousel .slide-item{
padding: 90px 0px 100px 0px;
}
.banner-carousel .content-box h2{
font-size: 30px;
line-height: 48px;
}
.image_block_1 .image-box .content-box{
right: 0px;
}
.about-section{
padding: 70px 0px 60px 0px;
}
.sec-title h2{
font-size: 30px;
line-height: 38px;
}
.cctv-section .tab-btn-box{
margin-bottom: 50px;
}
.cctv-section .single-item{
padding-bottom: 30px !important;
margin: 0px 0px 30px 0px !important;
}
.cctv-section .single-item:hover{
margin: 0px !important;
}
.cctv-section .more-text{
margin-top: 30px;
}
.cctv-section{
padding-bottom: 62px;
}
.service-section .owl-dots{
display: none;
}
.service-block-one .inner-box .overlay-content,
.service-block-one .inner-box{
padding: 40px 20px;
}
.service-section{
padding: 70px 0px 40px 0px;
}
.storage-section .single-column{
width: 100%;
}
.storage-section .title-inner{
padding-top: 70px;
}
.storage-banner .inner-box .single-column{
width: 100%;
}
.storage-banner .inner-box .single-column{
padding: 0px !important;
}
.storage-banner .inner-box{
padding: 50px 0px;
}
.storage-banner .inner-box .single-column:first-child{
margin-bottom: 20px;
}
.work-section{
padding: 70px 0px 50px 0px;
}
.highlights-banner .single-item{
width: 100%;
border-right: none;
}
.highlights-section{
padding-top: 70px;
}
.highlights-section .inner-box{
padding-bottom: 40px;
}
.project-section .dots-style-one .owl-dots{
display: none;
}
.sec-pad{
padding: 70px 0px;
}
.pricing-section{
padding-bottom: 40px;
}
.estimation-section .inner-content .title-box .list li{
width: 100%;
}
.estimation-section{
padding-top: 70px;
}
.news-block-one{
max-width: 370px;
margin: 0 auto;
}
.news-section{
padding-bottom: 40px;
}
.newsletter-section .right-column .newsletter-form .form-group input[type='email']{
margin-bottom: 15px;
}
.clients-section{
padding: 70px 0px;
}
.main-footer .footer-info .info-list li{
width: 100%;
}
.main-header.style-two .search-box-outer .dropdown-menu{
left: -115px !important;
}
.banner-section.style-two .banner-carousel .content-box h2{
font-size: 50px;
line-height: 60px;
}
.banner-section.style-two .banner-carousel .slide-item{
padding: 100px 0px 230px 0px;
}
.protection-section .inner-container{
padding-top: 64px;
}
.sec-title-two h2{
font-size: 30px;
line-height: 38px;
}
.sec-title-two h2 br{
display: none;
}
.protection-section,
.about-style-two{
padding-bottom: 40px;
}
.content_block_4 .content-box .inner-box .single-item{
margin-bottom: 30px;
}
.dots-style-one .owl-dots{
display: none;
}
.team-section{
padding-bottom: 40px;
}
.content_block_6 .content-box{
margin-bottom: 0px;
}
.testimonial-style-two .testimonial-thumb{
display: none;
}
.testimonial-style-two .testimonial-inner{
margin-bottom: 0px;
}
.news-style-two{
padding-bottom: 40px;
}
.clients-section.style-two{
padding: 70px 0px 130px 0px;
}
.footer-top-two{
padding: 80px 0px 45px 0px;
}
.copyright,
.footer-nav{
float: none !important;
display: block;
text-align: center;
}
.banner-section.style-three .content-box h2{
font-size: 50px;
line-height: 60px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding: 150px 0px 400px 0px;
}
.image_block_3 .image-box .logo-icon{
display: none;
}
.about-style-three .content_block_6 .content-box{
margin-bottom: 30px;
}
.image_block_3 .image-box .image{
max-width: 300px;
margin: 0 auto;
}
.about-style-three .image_block_3 .image-box .column:last-child .image{
margin-top: 30px;
}
.about-style-three .image_block_3 .image-box{
margin-bottom: 0px;
}
.service-block-three{
max-width: 350px;
margin: 0 auto;
}
.service-style-three,
.funfact-section,
.team-style-two,
.pricing-style-two,
.news-style-three{
padding-bottom: 40px;
}
.team-block-two{
max-width: 350px;
margin: 0 auto;
}
.roll-section .owl-nav{
display: none;
}
.news-block-three{
max-width: 350px;
margin: 0 auto;
}
.footer-bottom-three .footer-nav li{
float: none;
}
.footer-top-three{
padding: 80px 0px 50px 0px;
}
.banner-section.style-four .banner-carousel .slide-item {
padding: 140px 0px 150px 0px;
}
.products-section .owl-nav,
.testimonial-style-four .owl-nav{
display: none;
}
.product-block-one .inner-box .overlay-content{
height: 100%;
width: 100%;
left: 0px;
}
.footer-top-four .upper-inner{
padding-top: 80px;
}
.footer-top-four .widget-section{
padding-bottom: 50px;
}
.main-header.style-five .outer-box {
padding: 0px 15px;
}
.banner-section.style-five .banner-carousel .slide-item{
padding: 100px 0px;
}
.banner-section .banner-content h2{
font-size: 40px;
line-height: 50px;
}
.feature-style-two{
padding-bottom: 40px;
}
.about-style-five .image_block_3 .image-box .column:first-child .image{
margin-top: 0px;
margin-bottom: 30px;
}
.work-style-two .sec-title-two{
padding-bottom: 0px;
}
.project-style-three{
padding-bottom: 40px;
}
.footer-top-five .upper-inner{
display: block;
text-align: center;
}
.footer-top-five .footer-logo{
padding: 30px 0px;
}
.footer-top-five .social-style-two li{
float: none;
}
.footer-top-five .upper-inner{
padding-top: 70px;
}
.footer-top-five .content-box .info li:before{
display: none;
}
.banner-section.style-six .banner-carousel .slide-item{
padding: 260px 0px 150px 0px;
}
.benefits-section .outer-container li{
width: 100%;
padding-right: 0px;
}
.energy-saving-section{
padding-bottom: 70px;
}
.team-style-two .dots-style-one .owl-dots{
display: none;
}
.project-block-one .inner-box{
transform: scale(1) !important;
}
.rtl .copyright,
.rtl .footer-nav{
float: none !important;
}
.page-title{
padding-top: 64px;
}
.page-title .title{
margin-bottom: 44px;
}
.roll-style-three{
padding-top: 190px;
}
.roll-style-three{
padding-bottom: 40px;
}
.vaccine-section .vaccine-block .content-box{
padding-bottom: 0px;
}
.team-style-two.alternat-2{
padding-bottom: 70px;
}
.team-style-two .more-text{
margin-top: 0px;
}
.team-style-two.team-page{
padding: 70px 0px 40px 0px;
}
.page-title .title h1{
font-size: 36px;
line-height: 45px;
}
.service-details-content .content-two .inner-box .text{
margin-bottom: 30px;
}
.service-details-content .content-two .inner-box{
margin-bottom: 0px;
}
.service-details-content .content-two .inner-box .image-box{
margin-top: 0px;
margin-bottom: 30px;
}
.service-details-content .content-four .single-column:first-child .single-item{
margin-bottom: 30px;
}
.case-page-section{
padding: 70px 0px;
}
.case-block-one{
max-width: 300px;
margin: 0 auto;
}
.description .tabs-content .comment-form .message-btn .custom-controls-stacked{
line-height: 26px;
margin-top: 20px;
}
.description .custom-control.material-checkbox .material-control-indicator{
top: 7px;
}
.case-details{
padding-bottom: 40px;
}
.description{
margin-bottom: 50px;
}
.product-details-content{
margin-bottom: 50px;
}
.myaccount-section{
padding: 65px 0px;
}
.news-section.blog-grid{
padding-bottom: 70px;
}
.sidebar-page-container .news-block-one{
max-width: 100%;
}
.blog-details{
padding: 85px 0px 70px 0px;
}
.blog-details-content .post-share-option .share-option{
position: relative;
display: inline-block;
bottom: 0px;
}
.blog-details-content .post-share-option .tags-list{
float: none;
margin-bottom: 15px;
}
.blog-details-content .post-share-option .share-option span{
position: relative;
}
.blog-details-content .post-share-option .share-option:hover span{
opacity: 0;
}
.blog-details-content .post-btn .single-btn.prev-btn{
margin-bottom: 45px;
}
.project-details-content .info-list li{
width: 100%;
}
.project-details-content .image-box .image{
margin-bottom: 30px;
}
.project-details-content{
margin-bottom: 30px;
}
.project-page-section.four-column{
padding: 80px 0px 70px 0px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-size: 50px;
line-height: 50px;
}
.project-page-section{
padding: 80px 0px 40px 0px;
}
.support-section .inner-container .bg-layer{
background-size: cover;
}
.project-style-three .sec-title-two .theme-btn{
bottom: 0px;
}
.sec-title-three h2{
font-size: 30px;
line-height: 38px;
}
.content_block_9 .content-box .inner-box .single-item{
margin-bottom: 30px;
}
.content_block_9 .content-box .inner-box{
margin-bottom: 10px;
}
.blog-sidebar .dots-style-one .owl-dots{
display: block;
}
.pricing-section.home-4{
padding-bottom: 40px;
}
.pricing-section.home-4 .pricing-block-one .pricing-table{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 599px){
.banner-carousel .content-box h2{
font-size: 10px;
line-height: 48px;
}
.contact-info-section .inner-content .single-item{
width: 100%;
}
.newsletter-section .right-column .social-links li:first-child{
display: block;
margin: 0px;
float: none;
}
.main-header.style-two .search-box-outer .dropdown-menu {
left: -270px !important;
width: 300px;
}
.header-top-2 .info li:before{
display: none;
}
.content_block_3 .content-box .inner .single-item .icon-box{
display: none;
}
.pricing-block-two .pricing-table{
padding-left: 0px;
}
.pricing-block-two .pricing-table .header-inner{
position: relative;
left: 0px;
top: 0px;
width: 100%;
padding: 30px 30px 0px 30px;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 50%;
}
.newsletter-style-two .newsletter-form .form-group{
padding-right: 0px;
}
.newsletter-style-two .newsletter-form .form-group button{
position: relative;
margin-top: 15px;
width: 100%;
}
.red .pricing-block-two .pricing-table .header-inner{
top: 0px;
}
.header-upper-2 .info-list li{
margin-bottom: 10px;
}
.header-upper-2 .info-list li:before{
display: none;
}
.header-upper-2 .info-list li:last-child{
margin-bottom: 0px;
}
.work-style-two .more-text h4{
font-size: 16px;
}
.main-header.style-five .menu-right-content{
display: none;
}
.work-style-two .more-text h4{
line-height: 26px;
}
.main-header.style-six .search-box-outer .dropdown-menu{
right: -140px;
width: 300px;
}
.banner-section.style-six .banner-carousel .slide-item{
padding-top: 300px;
}
.service-style-five,
.news-style-four{
padding-bottom: 40px;
}
.footer-top-six{
padding-bottom: 50px;
}
.rtl .pricing-block-two .pricing-table{
padding-right: 0px;
}
.rtl .pricing-block-two .pricing-table .header-inner{
right: 0px;
}
.our-case .item-shorting .text{
float: none;
display: block;
text-align: center;
}
.our-case .item-shorting .short-box{
float: none;
max-width: 250px;
margin: 0 auto;
}
.product-details-content .product-details .product-info li{
padding-right: 20px;
}
.blog-details-content .comment-box .comment.reply-comment{
margin-left: 0px;
}
}
@media only screen and (max-width: 499px){
.banner-carousel .content-box h2{
font-size: 10px;
line-height: 48px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: -80px;
}
.footer-top-five .content-box .info li{
margin-right: 0px;
}
.main-header.style-six .header-top-3 .info li{
display: block;
margin: 0px;
}
.main-header.style-six .header-top-3 .info li:before{
display: none;
}
.header-top .info li{
display: block;
}
.header-top .info li:before{
display: none;
}
.cctv-section .tab-btn-box .tab-btns li i{
display: none;
}
.cctv-section .tab-btn-box .tab-btns li{
font-size: 16px;
padding-top: 41px;
}
.sec-title h2 br{
display: none;
}
.storage-banner .inner-box .single-column .text h3{
font-size: 26px;
line-height: 34px;
}
.newsletter-section .left-column .inner-box .bg-layer{
width: 100%;
}
.newsletter-section .left-column .inner-box .price{
right: 0px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-size: 26px;
line-height: 30px;
}
.footer-top .links-widget .links-list{
width: 100%;
}
.footer-top .links-widget .links-list{
padding-left: 0px;
}
.footer-top .links-widget .links-list li{
margin-bottom: 7px !important;
}
.main-header.style-two .outer-box{
display: block;
}
.main-header.style-two .outer-box .left-column{
position: relative;
width: 100%;
padding-bottom: 20px;
}
.main-header.style-two .outer-box .logo-box{
float: none;
margin: 0px;
}
.main-header.style-two .outer-box .search-box-outer{
position: absolute;
top: 0px;
right: 0px;
}
.main-header.style-two .menu-right-content{
position: absolute;
left: 30px;
bottom: -10px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-bottom: 15px;
}
.mobile-menu{
width: 100%;
}
.newsletter-style-two .inner-container{
padding-left: 20px;
padding-right: 20px;
}
.footer-top-two .links-widget .list{
width: 100%;
}
.footer-top-two .links-widget .list li:last-child{
margin-bottom: 12px;
}
.main-header.style-three .outer-box .logo-box{
width: 180px;
}
.main-header.style-three .outer-box .logo-box .logo{
padding: 25px 15px;
}
.main-header.style-three .outer-box{
padding-right: 115px;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-right: 15px;
}
.banner-section .banner-bottom .single-item .inner-box .icon-box{
left: 20px;
}
.banner-section .banner-bottom .single-item .inner-box{
padding-left: 80px;
padding-right: 20px;
}
.banner-section .banner-bottom .single-item .inner-box h3{
font-size: 16px;
line-height: 26px;
}
.banner-section .banner-bottom .single-item .inner-box h5{
font-size: 13px;
font-weight: 600;
}
.content_block_6 .content-box .inner-box{
padding-left: 30px;
}
.content_block_6 .content-box .inner-box .image-box{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px;
}
.content_block_6 .content-box .inner-box .image-box:before{
display: none;
}
.testimonial-style-three .owl-nav{
display: none;
}
.testimonial-style-three .inner-container .testimonial-content{
padding-right: 0px;
}
.content_block_8 .content-box{
padding-left: 30px;
padding-right: 30px;
}
.main-header.style-four .outer-box .btn-box a{
width: 200px;
}
.main-header.style-four .header-lower .outer-box{
padding-right: 0px;
}
.main-header.style-four .header-top .social-links{
padding-right: 0px;
float: left;
}
.main-header.style-four .header-top .social-links:before{
display: none;
}
.main-header.style-four .header-top .info li{
float: left;
}
.main-header.style-four .header-upper-2{
padding-left: 20px;
padding-right: 20px;
}
.image_block_4 .image-box .image-2{
position: relative;
margin: 30px 0px;
}
.image_block_4 .image-box .image-3{
position: relative;
}
.image_block_4 .image-box{
padding: 0px;
}
.work-style-two .more-text i{
left: 20px;
top: 20px;
}
.work-style-two .more-text h4{
padding-left: 50px;
padding-right: 30px;
}
.testimonial-block-three .inner-box{
padding-left: 30px;
}
.footer-top-four .footer-logo{
float: none;
display: block;
text-align: center;
padding-bottom: 20px;
}
.footer-top-four .social-style-two{
float: none;
display: block;
text-align: center;
}
.footer-top-four .social-style-two li{
float: none;
}
.main-header.style-five .outer-box .logo-box{
float: left;
}
.main-header.style-five .outer-box .logo-box .logo{
max-width: 200px;
}
.main-header.style-five .menu-area .mobile-nav-toggler{
margin-top: 12px;
}
.banner-section .banner-content{
padding-left: 30px;
}
.testimonial-style-five .content_block_11 .content-box{
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}
.rtl .main-header.style-three .menu-area .mobile-nav-toggler{
float: left;
}
.rtl .main-header.style-three .outer-box{
padding: 0px;
}
.rtl .main-header.style-three .outer-box .other-option{
display: none;
}
.rtl .banner-section .banner-bottom .single-item .inner-box{
padding-right: 80px;
}
.rtl .banner-section .banner-bottom .single-item .inner-box .icon-box{
right: 20px;
}
.banner-section.style-three .content-box h3{
font-size: 20px;
}
.rtl .content_block_6 .content-box .inner-box{
padding-right: 30px;
}
.rtl .testimonial-style-three .inner-container .video-inner{
right: 0px;
}
.rtl .testimonial-style-three .inner-container{
padding-left: 15px;
padding-right: 15px;
}
.content_block_15 .content-box{
padding: 60px 30px;
}
.content_block_15 .content-box .inner-box{
padding: 30px 30px;
}
.content_block_15 .content-box .inner-box .image-box{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px;
}
.content_block_15 .content-box .inner-box .image-box:before{
display: none;
}
.vaccine-section .vaccine-block .content-box .upper{
padding-left: 0px;
}
.vaccine-section .vaccine-block .content-box .upper span{
position: relative;
display: inline-block;
margin-bottom: 15px;
top: 0px;
}
.vaccine-section .vaccine-block .content-box .upper h3{
font-size: 20px;
line-height: 30px;
}
.vaccine-section .vaccine-block .content-box .upper{
margin-bottom: 20px;
}
.product-details-content .product-details .product-info li{
width: 100%;
}
.product-details-content .product-details .title-box .share-box{
position: relative;
top: 0px;
}
.description .tab-btn-box .tab-buttons li{
padding: 13px 15px;
margin: 0px 5px;
}
.record-section .apply-coupon .form-group input[type="text"]{
width: 100%;
margin-bottom: 10px;
}
.record-section .apply-coupon .form-group{
float: none;
margin: 0px;
}
.record-section .apply-coupon .form-group:last-child{
float: none;
}
.record-section .apply-coupon .form-group button{
display: block;
width: 100%;
}
.record-section .btn-box button{
float: none;
margin: 0px;
width: 100%;
margin-bottom: 10px;
}
.contents-section .product-information,
.contents-section .contents-option .contents-method,
.contents-section .contents-option .card-details{
padding: 40px 30px;
}
.project-details h3{
font-size: 24px;
line-height: 32px;
}
.contact-page-section .form-inner{
padding: 50px 30px;
}
}
@media only screen and (max-width: 399px){
.main-header .menu-right-content .social-style-one{
display: none;
}
.page-header-mobile-info .toggle-box{
padding: 0px 15px;
}
.main-header .search-box-outer .dropdown-menu{
width: 300px;
}
.banner-carousel .content-box h2{
font-size: 30px;
line-height: 38px;
}
.banner-carousel .content-box h2 br{
display: none;
}
.content_block_3 .content-box .inner .single-item{
width: 100%;
padding: 0px;
margin-bottom: 15px;
}
.content_block_3 .content-box .inner .single-item:last-child{
margin-bottom: 0px;
}
.content_block_3 .content-box .inner .single-item:before{
display: none;
}
.project-style-two .tab-btn-box .tab-btns li{
width: 100%;
}
.project-style-two .tab-btn-box .tab-btns li:before{
display: none;
}
.main-header.style-two .outer-box{
padding: 0px 15px;
}
.main-header.style-two .menu-right-content{
left: 15px;
}
.main-header.style-three .outer-box .other-option{
display: none;
}
.main-header.style-three .menu-area .mobile-nav-toggler{
margin-right: 0px;
}
.main-header.style-three .outer-box{
padding: 0px;
}
.main-header.style-six .other-option li.btn-box{
display: none;
}
.main-header.style-six .other-option li.search-box-outer{
margin-right: 0px;
}
.main-header.style-six .other-option:before{
top: 0px;
display: none;
}
.main-header.style-six .menu-area .mobile-nav-toggler{
margin-top: 8px;
margin-bottom: 6px;
}
.main-header.style-six .header-top-3 .mail-box:before{
display: none;
}
.main-header.style-six .search-box-outer .dropdown-menu{
right: -30px;
width: 300px;
}
.banner-section.style-six .content-box h2{
line-height: 38px;
}
.news-block-four .inner-box .lower-content{
padding-left: 20px;
padding-right: 20px;
}
.banner-section.style-three .banner-carousel .slide-item{
padding-bottom: 500px;
}
.main-header .menu-right-content .record-box{
top: 5px;
}
} | 0.323915 | 0.055132 |
.App {
text-align: left;
}
body {
margin: 0;
padding: 0;
border: 0;
/* display: flex; */
/* align-items: center; */
}
.container-fluid {
background-color: #defff7;
color: #4d4d4d;
border-radius: 10px;
}
.img-fluid {
margin: 0;
padding: 2%;
border: none;
}
.svg-inline {
padding: 2%;
}
.media {
background-color: #defff7;
color: #4d4d4d;
}
.col-sm- {
justify-content: center;
}
.row {
margin: 0;
padding-bottom: 2%;
border: none;
}
div#logo {
text-align: center;
font-size: x-large;
padding: 10%;
padding-bottom: 0;
margin: 0;
border: none;
color: #4d4d4d;
}
div.jumbotron {
background-color: #defff7;
text-align: center;
color: #4d4d4d;
}
ol.breadcrumb {
background-color: #defff7;
color: #4d4d4d;
}
.card-group {
display: flex;
margin: 0 auto;
width: 900px;
justify-content: space-between;
padding: 5%;
}
.card {
margin: 2%;
}
.card-img-overlay {
text-align: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 0.5s ease;
background-color: #defff7;
}
.card-group .card-img-overlay:hover {
opacity: 0.75;
}
.card-title {
color: #4d4d4d;
font-size: larger;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.nav-pills .nav-item .active.nav-link.active {
background-color: #defff7;
color: #4d4d4d;
}
.btn.btn-primary.btn-lg {
background-color: #defff7;
border: none;
color: #4d4d4d;
position: relative;
width: 50%;
}
.btn.btn-primary.btn-lg:hover {
background-color: white;
color: #4d4d4d;
}
div#margin-box {
margin: 5%;
padding: 0;
border: 10%;
}
div#margin-box .media {
margin: 0;
padding: 2%;
border: 0;
}
div#margin-box .media-body {
margin: 0;
padding: 2%;
border: 0;
}
#footer.container-fluid {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #defff7;
color: #4d4d4d;
text-align: center;
margin: 0;
padding: 0;
border: none;
} | portfolio-site/src/App.css | .App {
text-align: left;
}
body {
margin: 0;
padding: 0;
border: 0;
/* display: flex; */
/* align-items: center; */
}
.container-fluid {
background-color: #defff7;
color: #4d4d4d;
border-radius: 10px;
}
.img-fluid {
margin: 0;
padding: 2%;
border: none;
}
.svg-inline {
padding: 2%;
}
.media {
background-color: #defff7;
color: #4d4d4d;
}
.col-sm- {
justify-content: center;
}
.row {
margin: 0;
padding-bottom: 2%;
border: none;
}
div#logo {
text-align: center;
font-size: x-large;
padding: 10%;
padding-bottom: 0;
margin: 0;
border: none;
color: #4d4d4d;
}
div.jumbotron {
background-color: #defff7;
text-align: center;
color: #4d4d4d;
}
ol.breadcrumb {
background-color: #defff7;
color: #4d4d4d;
}
.card-group {
display: flex;
margin: 0 auto;
width: 900px;
justify-content: space-between;
padding: 5%;
}
.card {
margin: 2%;
}
.card-img-overlay {
text-align: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 0.5s ease;
background-color: #defff7;
}
.card-group .card-img-overlay:hover {
opacity: 0.75;
}
.card-title {
color: #4d4d4d;
font-size: larger;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.nav-pills .nav-item .active.nav-link.active {
background-color: #defff7;
color: #4d4d4d;
}
.btn.btn-primary.btn-lg {
background-color: #defff7;
border: none;
color: #4d4d4d;
position: relative;
width: 50%;
}
.btn.btn-primary.btn-lg:hover {
background-color: white;
color: #4d4d4d;
}
div#margin-box {
margin: 5%;
padding: 0;
border: 10%;
}
div#margin-box .media {
margin: 0;
padding: 2%;
border: 0;
}
div#margin-box .media-body {
margin: 0;
padding: 2%;
border: 0;
}
#footer.container-fluid {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #defff7;
color: #4d4d4d;
text-align: center;
margin: 0;
padding: 0;
border: none;
} | 0.461502 | 0.077588 |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
/* reset css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto Slab', serif;
}
a {
text-decoration: none;
color: var(--dark);
}
/* color variables */
:root {
--dark: #000;
--red: #CD1D1F;
--light: #fff;
--grey: #F2F2F2;
}
/* body */
body {
display: flex;
flex-direction: column;
align-items: center;
}
/* font awesome icons */
.header-top-nav-link > a:first-child {
color: var(--light);
margin-right: 5px;
}
/* header */
.header {
width: 100%;
}
/* header top */
.header-top {
width: 100%;
height: 40px;
padding: 0 15px;
background-color: var(--red);
}
/* header top inside */
.header-top-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
}
/* header top nav links */
.header-top-nav-links {
display: flex;
list-style: none;
}
/* header top nav link */
.header-top-nav-link {
font-style: normal;
font-weight: bold;
font-size: .7rem;
}
.header-top-nav-link > a {
color: var(--light);
opacity: 1;
transition: .5s opacity;
}
.header-top-nav-link > a:hover {
opacity: .8;
}
.header-top-nav-link:not(:last-child) {
margin-right: 15px;
}
/* search box */
.search-box {
width: 20%;
height: 25px;
position: relative;
}
/* search input */
.search-input {
width: 100%;
height: 100%;
border: 2px solid var(--light);
border-radius: 10px;
color: var(--light);
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 13px;
padding: 5px 10px;
background-color: transparent;
}
.search-input::placeholder {
color: var(--light);
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 13px;
}
/* search input icon */
.search-input-icon {
position: absolute;
top: 2px;
right: 8px;
color: var(--light);
}
/* lang options */
.lang-options > button {
width: 30px;
height: 30px;
border: none;
border-radius: 10px;
color: var(--red);
font-style: normal;
font-weight: bold;
font-size: .9rem;
cursor: pointer;
opacity: 1;
transition: .5s opacity;
background-color: var(--light);
}
.lang-options > button:hover {
opacity: .8;
}
.lang-options > button:not(:last-child) {
margin-right: 10px;
}
/* header bottom */
.header-bottom {
width: 100%;
padding: 40px 15px;
background-color: var(--light);
}
/* header bottom inside */
.header-bottom-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
}
/* header bottom nav links */
.header-bottom-nav-links {
display: flex;
list-style: none;
position: relative;
}
/* header bottom nav link */
.header-bottom-nav-link {
font-style: normal;
font-weight: normal;
font-size: 1rem;
padding-bottom: 15px;
}
.header-bottom-nav-link > a {
color: var(--dark);
transition: .5s color;
}
.header-bottom-nav-link:hover > a{
color: var(--red);
}
.header-bottom-nav-link:not(:last-child) {
margin-right: 20px;
}
.header-bottom-nav-link:not(:last-child)::after {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--red);
}
/* header bottom nav link hover event */
.academics:hover #academics,
.agu-students:hover #agu-students,
.research:hover #research,
.life-in-kayseri:hover #life-in-kayseri,
.about-agu:hover #about-agu {
visibility: visible;
opacity: 1;
}
/* header bottom dropdown navbar links */
.header-bottom-dropdown-nav-links {
visibility: hidden;
list-style: none;
padding: 10px 15px;
margin-top: 15px;
border-radius: 10px;
position: absolute;
z-index: 50;
opacity: 0;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* header bottom dropdown navbar link */
.header-bottom-dropdown-nav-link > a{
color: var(--light);
transition: .5s color;
}
.header-bottom-dropdown-nav-link > a:hover{
color: var(--dark);
}
.header-bottom-dropdown-nav-link:not(:last-child) {
margin-bottom: 10px;
}
/* responsive nav container */
.responsive-nav-container {
display: none;
position: relative;
}
/* responsive nav */
.responsive-nav-button {
width: 40px;
height: 40px;
padding: 10px 8px;
border: none;
border-radius: 10px;
background-color: var(--red);
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
cursor: pointer;
}
/* responsive nav line */
.responsive-nav-line {
width: 100%;
height: 2px;
border-radius: 2px;
background-color: var(--light);
}
/* responsive nav */
.responsive-nav {
width: 300px;
margin-top: 15px;
position: absolute;
z-index: 50;
right: 0;
border-radius: 10px;
padding: 10px 15px 0 15px;
display: flex;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* responsive nav links*/
.responsive-nav-links {
list-style: none;
}
/* responsive nav link */
.responsive-nav-link {
font-style: normal;
font-weight: normal;
font-size: 1rem;
padding-bottom: 15px;
}
.responsive-nav-link > a {
color: var(--light);
transition: .5s color;
}
.responsive-nav-link:hover > a{
color: var(--dark);
}
.responsive-nav-link:not(:last-child)::after {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-weight: bolder;
color: var(--dark);
}
/* responsive nav link hover event */
.res-academics:hover #res-academics,
.res-agu-students:hover #res-agu-students,
.res-research:hover #res-research,
.res-life-in-kayseri:hover #res-life-in-kayseri,
.res-about-agu:hover #res-about-agu {
visibility: visible;
opacity: 1;
}
/* responsive dropdown navbar links */
.responsive-dropdown-nav-links {
visibility: hidden;
list-style: none;
padding: 10px 15px;
margin-top: 15px;
border: 3px solid var(--dark);
border-radius: 10px;
position: absolute;
opacity: 0;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* responsive dropdown navbar link */
.responsive-dropdown-nav-link > a{
color: var(--light);
transition: .5s color;
}
.responsive-dropdown-nav-link > a:hover{
color: var(--dark);
}
.responsive-dropdown-nav-link:not(:last-child) {
margin-bottom: 10px;
}
/* main */
.main {
width: 100%;
max-width: 1160px;
margin-bottom: 80px;
display: grid;
grid-template-areas:
"slider-box slider-box slider-box slider-box announcements-box announcements-box"
"slider-box slider-box slider-box slider-box events-box events-box"
"news-box news-box news-box quick-links-box quick-links-box quick-links-box"
"news-box news-box news-box quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
;
gap: 30px;
}
/* slider box */
.slider-box {
grid-area: slider-box;
width: 800px;
aspect-ratio: 16 / 9;
position: relative;
display: flex;
overflow-x: hidden;
}
/* slider box left btn*/
.slider-box-left-btn {
width: 30px;
height: 30px;
border: none;
border-radius: 50%;
color: var(--light);
box-shadow: 0px 0px 20px 2px var(--dark);
position: absolute;
z-index: 50;
top: 50%;
transform: translateY(-50%);
left: 20px;
cursor: pointer;
background-color: var(--red);
}
/* slider box slide animation */
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* slider box slide */
.slider-box-slide {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 10px;
position: relative;
box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
display: none;
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
/* slider box slide title*/
.slider-box-slide-title {
font-style: normal;
font-weight: 500;
font-size: 2rem;
padding: 10px 10px;
position: absolute;
left: 0;
bottom: 0;
border-radius: 0 10px 0 10px;
color: var(--light);
background-color: var(--red);
}
/* slider box right btn*/
.slider-box-right-btn {
width: 30px;
height: 30px;
border: none;
border-radius: 50%;
color: var(--light);
box-shadow: 0px 0px 20px 2px var(--dark);
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
cursor: pointer;
background-color: var(--red);
}
/* announcements box */
.announcements-box {
grid-area: announcements-box;
width: 100%;
max-height: 210px;
overflow-y: hidden;
position: relative;
}
/* announcements box title */
.announcements-box-title {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* announcements box up button,
announcements box down button */
.announcements-box-up-button,
.announcements-box-down-button {
padding: 3px 8px;
border-radius: 50%;
border: 2px solid var(--red);
cursor: pointer;
position: absolute;
top: 0;
right: 0;
transition: .5s color, .5s background-color;
color: var(--red);
background-color: transparent;
}
.announcements-box-up-button {
right: 40px;
}
.announcements-box-up-button:hover,
.announcements-box-down-button:hover {
color: var(--light);
background-color: var(--red);
}
/* announcement box */
.announcement-box {
padding: 5px 10px;
border-radius: 10px;
margin-bottom: 15px;
background-color: var(--grey);
}
/* announcement box date */
.announcement-box-date {
font-style: normal;
font-weight: bold;
font-size: .7rem;
color: var(--red);
}
/* announcement box title */
.announcement-box-title {
font-style: normal;
font-weight: bold;
font-size: 1rem;
color: var(--dark);
}
/* events box */
.events-box {
grid-area: events-box;
width: 100%;
max-height: 210px;
overflow-y: hidden;
margin-bottom: 15px;
position: relative;
}
/* events box title */
.events-box-title {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* events box up button,
events box down button */
.events-box-up-button,
.events-box-down-button {
padding: 3px 8px;
border-radius: 50%;
border: 2px solid var(--red);
cursor: pointer;
position: absolute;
top: 0;
right: 0;
transition: .5s color, .5s background-color;
color: var(--red);
background-color: transparent;
}
.events-box-up-button {
right: 40px;
}
.events-box-up-button:hover,
.events-box-down-button:hover {
color: var(--light);
background-color: var(--red);
}
/* event box */
.event-box {
border-radius: 10px;
margin-bottom: 15px;
background-color: var(--grey);
}
/* event box details */
.event-box-details {
border-radius: 10px 0 10px 0;
padding: 5px 10px;
display: flex;
align-items: center;
justify-content: start;
color: var(--light);
background-color: var(--red);
}
/* event box date,
event box time,
event box location */
.event-box-date,
.event-box-time,
.event-box-location {
margin-right: 10px;
font-style: normal;
font-weight: bold;
font-size: .7rem;
color: var(--light);
}
/* event box title */
.event-box-title {
padding: 10px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
color: var(--dark);
}
/* news box */
.news-box {
grid-area: news-box;
width: 100%;
}
/* news box title */
.news-box-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* news box article */
.news-box-article {
display: flex;
position: relative;
border-radius: 10px;
margin-bottom: 40px;
background-color: var(--grey);
}
/* news box article image*/
.news-box-article-image {
width: 50%;
aspect-ratio: 4 / 3;
border-radius: 10px 0 0 10px;
box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
/* news box article date */
.news-box-article-date {
font-style: normal;
font-weight: bold;
font-size: .7rem;
padding: 5px 10px;
border-radius: 10px 0 10px 0;
color: var(--light);
background-color: var(--red);
}
/* news box article content */
.news-box-article-content {
width: 50%;
max-width: 250px;
margin: 30px 30px 50px 30px;
}
/* news box article title */
.news-box-article-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1.1rem;
color: var(--dark);
}
/* news box article text */
.news-box-article-text {
font-style: normal;
font-weight: normal;
font-size: 1rem;
color: var(--dark);
}
/* news box article read more button */
.news-box-article-read-more-button {
padding: 5px 10px;
border-radius: 10px 0 10px 0;
position: absolute;
right: 0;
bottom: 0;
font-style: normal;
font-weight: bold;
font-size: 1rem;
border: none;
cursor: pointer;
transition: .5s opacity;
color: var(--light);
background-color: var(--red);
}
.news-box-article-read-more-button:hover {
opacity: .7;
}
/* quick links box */
.quick-links-box {
grid-area: quick-links-box;
width: 100%;
}
/* quick links box title */
.quick-links-box-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* quick links box links */
.quick-links-box-links {
list-style: none;
display: flex;
flex-direction: column;
}
/* quick links box link */
.quick-links-box-link {
margin-bottom: 20px;
border-radius: 10px;
background-color: var(--red);
}
.quick-links-box-link > a {
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
padding: 10px 15px;
display: block;
transition: .5s opacity;
color: var(--light);
}
.quick-links-box-link > a:hover {
opacity: .8;
}
/* quick links box with images */
.quick-links-box-with-images {
grid-area: quick-links-box-with-images;
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
gap: 20px;
}
/* quick links box with image */
.quick-links-box-with-image {
aspect-ratio: 1;
border-radius: 10px;
transition: .5s opacity;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
.quick-links-box-with-image:hover {
opacity: .7;
}
/* footer */
.footer {
width: 100%;
}
/* footer top */
.footer-top {
width: 100%;
padding: 60px 15px;
background-color: var(--grey);
}
/* footer top inside */
.footer-top-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: grid;
grid-template-areas:
"footer-logo footer-address footer-address footer-contact-numbers footer-contact-numbers footer-social-media-links footer-social-media-links footer-email-box footer-email-box"
;
margin: auto;
}
/* footer logo */
.footer-logo {
grid-area: footer-logo;
width: 57px;
height: 90px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
/* footer address */
.footer-address {
grid-area: footer-address;
width: 190px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: capitalize;
color: var(--dark);
}
/* footer contact numbers */
.footer-contact-numbers {
list-style: none;
}
/* footer contact number */
.footer-contact-number {
font-style: normal;
font-weight: bold;
font-size: .8rem;
text-transform: capitalize;
}
.footer-contact-number:not(:first-child) {
margin-top: 15px;
}
/* footer social media links */
.footer-social-media-links {
grid-area: footer-social-media-links;
list-style: none;
display: flex;
}
/* footer social media link */
.footer-social-media-link {
transition: .5s opacity;
}
.footer-social-media-link:hover {
opacity: .7;
}
.footer-social-media-link:not(:last-child) {
margin-right: 20px;
}
/* footer email box */
.footer-email-box {
grid-area: footer-email-box;
width: 250px;
display: flex;
flex-direction: column;
}
/* footer email box message */
.footer-email-box-message {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: .9rem;
text-transform: capitalize;
color: var(--dark);
}
/* footer email box inside */
.footer-email-box-inside {
position: relative;
}
/* footer email input button */
.footer-email-input-button {
padding: 5px;
border: none;
border-radius: 10px;
position: absolute;
right: 0;
cursor: pointer;
transition: .5s opacity;
color: var(--light);
background-color: var(--dark);
}
.footer-email-input-button:hover {
opacity: .7;
}
/* footer email input */
#footer-email-input {
width: 100%;
border: 2px solid var(--dark);
border-radius: 10px;
color: var(--dark);
font-style: normal;
font-weight: bold;
font-size: 10px;
padding: 5px 10px;
background-color: transparent;
}
#footer-email-input::placeholder {
color: var(--dark);
font-style: normal;
font-weight: bold;
font-size: 10px;
}
#footer-email-input::after {
content: "asaddadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
width: 30px;
height: 30px;
border: 2px solid red;
}
/* footer bottom */
.footer-bottom {
width: 100%;
padding: 10px 0;
text-align: center;
color: var(--light);
background-color: var(--red);
}
/* responsive css 1150px */
@media screen and (max-width: 1150px) {
/* main */
.main {
grid-template-areas:
"slider-box slider-box slider-box slider-box slider-box slider-box"
"slider-box slider-box slider-box slider-box slider-box slider-box"
"announcements-box announcements-box events-box events-box quick-links-box quick-links-box"
"announcements-box announcements-box events-box events-box quick-links-box quick-links-box"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"news-box news-box news-box news-box news-box news-box"
;
padding: 0 15px;
}
/* slider box */
.slider-box {
width: 100%;
}
/* announcements box */
.announcements-box {
max-height: 380px;
}
/* events box */
.events-box {
max-height: 380px;
}
/* quick links box with images */
.quick-links-box-with-images {
grid-template-columns: auto auto auto auto;
grid-template-rows: auto;
}
/* news box article content */
.news-box-article-content {
max-width: 450px;
}
/* news box article title */
.news-box-article-title {
font-size: 1.5rem;
}
/* news box article text */
.news-box-article-text {
font-size: 1.3rem;
}
/* footer top inside */
.footer-top-inside {
max-width: 800px;
grid-template-areas:
"footer-logo footer-address footer-contact-numbers "
"footer-social-media-links footer-social-media-links footer-email-box "
;
gap: 40px;
}
}
/* responsive css 1000px */
@media screen and (max-width: 1000px) {
/* header bottom nav links */
.header-bottom-nav-links {
display: none;
}
/* responsive nav container */
.responsive-nav-container {
display: block;
}
}
/* responsive css 950px */
@media screen and (max-width: 950px) {
/* search box */
.search-box {
display: none;
}
}
/* responsive css 810px */
@media screen and (max-width: 810px){
/* main */
.main {
grid-template-areas:
"slider-box slider-box slider-box slider-box slider-box slider-box"
"slider-box slider-box slider-box slider-box slider-box slider-box"
"announcements-box announcements-box announcements-box announcements-box announcements-box announcements-box"
"announcements-box announcements-box announcements-box announcements-box announcements-box announcements-box"
"events-box events-box events-box events-box events-box events-box"
"events-box events-box events-box events-box events-box events-box"
"quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box"
"quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"news-box news-box news-box news-box news-box news-box"
;
}
}
/* responsive css 710px */
@media screen and (max-width: 710px) {
/* header top nav link */
.header-top-nav-link > a:not(:first-child) {
display: none;
}
/* slider box slide title */
.slider-box-slide-title {
font-size: 1rem;
}
/* news box article */
.news-box-article {
flex-direction: column;
}
/* news box article image */
.news-box-article-image {
width: 100%;
border-radius: 10px 10px 0 0;
}
/* news box article content */
.news-box-article-content {
width: calc(100% - 60px);
}
/* quick links box with images */
.quick-links-box-with-images {
grid-template-columns: auto auto;
grid-template-rows: auto auto;
}
/* footer top inside */
.footer-top-inside {
display: flex;
flex-direction: column;
align-items: center;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
/* reset css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto Slab', serif;
}
a {
text-decoration: none;
color: var(--dark);
}
/* color variables */
:root {
--dark: #000;
--red: #CD1D1F;
--light: #fff;
--grey: #F2F2F2;
}
/* body */
body {
display: flex;
flex-direction: column;
align-items: center;
}
/* font awesome icons */
.header-top-nav-link > a:first-child {
color: var(--light);
margin-right: 5px;
}
/* header */
.header {
width: 100%;
}
/* header top */
.header-top {
width: 100%;
height: 40px;
padding: 0 15px;
background-color: var(--red);
}
/* header top inside */
.header-top-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
}
/* header top nav links */
.header-top-nav-links {
display: flex;
list-style: none;
}
/* header top nav link */
.header-top-nav-link {
font-style: normal;
font-weight: bold;
font-size: .7rem;
}
.header-top-nav-link > a {
color: var(--light);
opacity: 1;
transition: .5s opacity;
}
.header-top-nav-link > a:hover {
opacity: .8;
}
.header-top-nav-link:not(:last-child) {
margin-right: 15px;
}
/* search box */
.search-box {
width: 20%;
height: 25px;
position: relative;
}
/* search input */
.search-input {
width: 100%;
height: 100%;
border: 2px solid var(--light);
border-radius: 10px;
color: var(--light);
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 13px;
padding: 5px 10px;
background-color: transparent;
}
.search-input::placeholder {
color: var(--light);
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 13px;
}
/* search input icon */
.search-input-icon {
position: absolute;
top: 2px;
right: 8px;
color: var(--light);
}
/* lang options */
.lang-options > button {
width: 30px;
height: 30px;
border: none;
border-radius: 10px;
color: var(--red);
font-style: normal;
font-weight: bold;
font-size: .9rem;
cursor: pointer;
opacity: 1;
transition: .5s opacity;
background-color: var(--light);
}
.lang-options > button:hover {
opacity: .8;
}
.lang-options > button:not(:last-child) {
margin-right: 10px;
}
/* header bottom */
.header-bottom {
width: 100%;
padding: 40px 15px;
background-color: var(--light);
}
/* header bottom inside */
.header-bottom-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
}
/* header bottom nav links */
.header-bottom-nav-links {
display: flex;
list-style: none;
position: relative;
}
/* header bottom nav link */
.header-bottom-nav-link {
font-style: normal;
font-weight: normal;
font-size: 1rem;
padding-bottom: 15px;
}
.header-bottom-nav-link > a {
color: var(--dark);
transition: .5s color;
}
.header-bottom-nav-link:hover > a{
color: var(--red);
}
.header-bottom-nav-link:not(:last-child) {
margin-right: 20px;
}
.header-bottom-nav-link:not(:last-child)::after {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--red);
}
/* header bottom nav link hover event */
.academics:hover #academics,
.agu-students:hover #agu-students,
.research:hover #research,
.life-in-kayseri:hover #life-in-kayseri,
.about-agu:hover #about-agu {
visibility: visible;
opacity: 1;
}
/* header bottom dropdown navbar links */
.header-bottom-dropdown-nav-links {
visibility: hidden;
list-style: none;
padding: 10px 15px;
margin-top: 15px;
border-radius: 10px;
position: absolute;
z-index: 50;
opacity: 0;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* header bottom dropdown navbar link */
.header-bottom-dropdown-nav-link > a{
color: var(--light);
transition: .5s color;
}
.header-bottom-dropdown-nav-link > a:hover{
color: var(--dark);
}
.header-bottom-dropdown-nav-link:not(:last-child) {
margin-bottom: 10px;
}
/* responsive nav container */
.responsive-nav-container {
display: none;
position: relative;
}
/* responsive nav */
.responsive-nav-button {
width: 40px;
height: 40px;
padding: 10px 8px;
border: none;
border-radius: 10px;
background-color: var(--red);
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
cursor: pointer;
}
/* responsive nav line */
.responsive-nav-line {
width: 100%;
height: 2px;
border-radius: 2px;
background-color: var(--light);
}
/* responsive nav */
.responsive-nav {
width: 300px;
margin-top: 15px;
position: absolute;
z-index: 50;
right: 0;
border-radius: 10px;
padding: 10px 15px 0 15px;
display: flex;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* responsive nav links*/
.responsive-nav-links {
list-style: none;
}
/* responsive nav link */
.responsive-nav-link {
font-style: normal;
font-weight: normal;
font-size: 1rem;
padding-bottom: 15px;
}
.responsive-nav-link > a {
color: var(--light);
transition: .5s color;
}
.responsive-nav-link:hover > a{
color: var(--dark);
}
.responsive-nav-link:not(:last-child)::after {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-weight: bolder;
color: var(--dark);
}
/* responsive nav link hover event */
.res-academics:hover #res-academics,
.res-agu-students:hover #res-agu-students,
.res-research:hover #res-research,
.res-life-in-kayseri:hover #res-life-in-kayseri,
.res-about-agu:hover #res-about-agu {
visibility: visible;
opacity: 1;
}
/* responsive dropdown navbar links */
.responsive-dropdown-nav-links {
visibility: hidden;
list-style: none;
padding: 10px 15px;
margin-top: 15px;
border: 3px solid var(--dark);
border-radius: 10px;
position: absolute;
opacity: 0;
transition: .5s visibility, .5s opacity;
background-color: var(--red);
}
/* responsive dropdown navbar link */
.responsive-dropdown-nav-link > a{
color: var(--light);
transition: .5s color;
}
.responsive-dropdown-nav-link > a:hover{
color: var(--dark);
}
.responsive-dropdown-nav-link:not(:last-child) {
margin-bottom: 10px;
}
/* main */
.main {
width: 100%;
max-width: 1160px;
margin-bottom: 80px;
display: grid;
grid-template-areas:
"slider-box slider-box slider-box slider-box announcements-box announcements-box"
"slider-box slider-box slider-box slider-box events-box events-box"
"news-box news-box news-box quick-links-box quick-links-box quick-links-box"
"news-box news-box news-box quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
;
gap: 30px;
}
/* slider box */
.slider-box {
grid-area: slider-box;
width: 800px;
aspect-ratio: 16 / 9;
position: relative;
display: flex;
overflow-x: hidden;
}
/* slider box left btn*/
.slider-box-left-btn {
width: 30px;
height: 30px;
border: none;
border-radius: 50%;
color: var(--light);
box-shadow: 0px 0px 20px 2px var(--dark);
position: absolute;
z-index: 50;
top: 50%;
transform: translateY(-50%);
left: 20px;
cursor: pointer;
background-color: var(--red);
}
/* slider box slide animation */
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* slider box slide */
.slider-box-slide {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 10px;
position: relative;
box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
display: none;
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
/* slider box slide title*/
.slider-box-slide-title {
font-style: normal;
font-weight: 500;
font-size: 2rem;
padding: 10px 10px;
position: absolute;
left: 0;
bottom: 0;
border-radius: 0 10px 0 10px;
color: var(--light);
background-color: var(--red);
}
/* slider box right btn*/
.slider-box-right-btn {
width: 30px;
height: 30px;
border: none;
border-radius: 50%;
color: var(--light);
box-shadow: 0px 0px 20px 2px var(--dark);
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
cursor: pointer;
background-color: var(--red);
}
/* announcements box */
.announcements-box {
grid-area: announcements-box;
width: 100%;
max-height: 210px;
overflow-y: hidden;
position: relative;
}
/* announcements box title */
.announcements-box-title {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* announcements box up button,
announcements box down button */
.announcements-box-up-button,
.announcements-box-down-button {
padding: 3px 8px;
border-radius: 50%;
border: 2px solid var(--red);
cursor: pointer;
position: absolute;
top: 0;
right: 0;
transition: .5s color, .5s background-color;
color: var(--red);
background-color: transparent;
}
.announcements-box-up-button {
right: 40px;
}
.announcements-box-up-button:hover,
.announcements-box-down-button:hover {
color: var(--light);
background-color: var(--red);
}
/* announcement box */
.announcement-box {
padding: 5px 10px;
border-radius: 10px;
margin-bottom: 15px;
background-color: var(--grey);
}
/* announcement box date */
.announcement-box-date {
font-style: normal;
font-weight: bold;
font-size: .7rem;
color: var(--red);
}
/* announcement box title */
.announcement-box-title {
font-style: normal;
font-weight: bold;
font-size: 1rem;
color: var(--dark);
}
/* events box */
.events-box {
grid-area: events-box;
width: 100%;
max-height: 210px;
overflow-y: hidden;
margin-bottom: 15px;
position: relative;
}
/* events box title */
.events-box-title {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* events box up button,
events box down button */
.events-box-up-button,
.events-box-down-button {
padding: 3px 8px;
border-radius: 50%;
border: 2px solid var(--red);
cursor: pointer;
position: absolute;
top: 0;
right: 0;
transition: .5s color, .5s background-color;
color: var(--red);
background-color: transparent;
}
.events-box-up-button {
right: 40px;
}
.events-box-up-button:hover,
.events-box-down-button:hover {
color: var(--light);
background-color: var(--red);
}
/* event box */
.event-box {
border-radius: 10px;
margin-bottom: 15px;
background-color: var(--grey);
}
/* event box details */
.event-box-details {
border-radius: 10px 0 10px 0;
padding: 5px 10px;
display: flex;
align-items: center;
justify-content: start;
color: var(--light);
background-color: var(--red);
}
/* event box date,
event box time,
event box location */
.event-box-date,
.event-box-time,
.event-box-location {
margin-right: 10px;
font-style: normal;
font-weight: bold;
font-size: .7rem;
color: var(--light);
}
/* event box title */
.event-box-title {
padding: 10px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
color: var(--dark);
}
/* news box */
.news-box {
grid-area: news-box;
width: 100%;
}
/* news box title */
.news-box-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* news box article */
.news-box-article {
display: flex;
position: relative;
border-radius: 10px;
margin-bottom: 40px;
background-color: var(--grey);
}
/* news box article image*/
.news-box-article-image {
width: 50%;
aspect-ratio: 4 / 3;
border-radius: 10px 0 0 10px;
box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
/* news box article date */
.news-box-article-date {
font-style: normal;
font-weight: bold;
font-size: .7rem;
padding: 5px 10px;
border-radius: 10px 0 10px 0;
color: var(--light);
background-color: var(--red);
}
/* news box article content */
.news-box-article-content {
width: 50%;
max-width: 250px;
margin: 30px 30px 50px 30px;
}
/* news box article title */
.news-box-article-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1.1rem;
color: var(--dark);
}
/* news box article text */
.news-box-article-text {
font-style: normal;
font-weight: normal;
font-size: 1rem;
color: var(--dark);
}
/* news box article read more button */
.news-box-article-read-more-button {
padding: 5px 10px;
border-radius: 10px 0 10px 0;
position: absolute;
right: 0;
bottom: 0;
font-style: normal;
font-weight: bold;
font-size: 1rem;
border: none;
cursor: pointer;
transition: .5s opacity;
color: var(--light);
background-color: var(--red);
}
.news-box-article-read-more-button:hover {
opacity: .7;
}
/* quick links box */
.quick-links-box {
grid-area: quick-links-box;
width: 100%;
}
/* quick links box title */
.quick-links-box-title {
margin-bottom: 15px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
color: var(--red);
}
/* quick links box links */
.quick-links-box-links {
list-style: none;
display: flex;
flex-direction: column;
}
/* quick links box link */
.quick-links-box-link {
margin-bottom: 20px;
border-radius: 10px;
background-color: var(--red);
}
.quick-links-box-link > a {
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
padding: 10px 15px;
display: block;
transition: .5s opacity;
color: var(--light);
}
.quick-links-box-link > a:hover {
opacity: .8;
}
/* quick links box with images */
.quick-links-box-with-images {
grid-area: quick-links-box-with-images;
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
gap: 20px;
}
/* quick links box with image */
.quick-links-box-with-image {
aspect-ratio: 1;
border-radius: 10px;
transition: .5s opacity;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
.quick-links-box-with-image:hover {
opacity: .7;
}
/* footer */
.footer {
width: 100%;
}
/* footer top */
.footer-top {
width: 100%;
padding: 60px 15px;
background-color: var(--grey);
}
/* footer top inside */
.footer-top-inside {
width: 100%;
max-width: 1160px;
height: 100%;
display: grid;
grid-template-areas:
"footer-logo footer-address footer-address footer-contact-numbers footer-contact-numbers footer-social-media-links footer-social-media-links footer-email-box footer-email-box"
;
margin: auto;
}
/* footer logo */
.footer-logo {
grid-area: footer-logo;
width: 57px;
height: 90px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-origin: border-box;
}
/* footer address */
.footer-address {
grid-area: footer-address;
width: 190px;
font-style: normal;
font-weight: bold;
font-size: 1rem;
text-transform: capitalize;
color: var(--dark);
}
/* footer contact numbers */
.footer-contact-numbers {
list-style: none;
}
/* footer contact number */
.footer-contact-number {
font-style: normal;
font-weight: bold;
font-size: .8rem;
text-transform: capitalize;
}
.footer-contact-number:not(:first-child) {
margin-top: 15px;
}
/* footer social media links */
.footer-social-media-links {
grid-area: footer-social-media-links;
list-style: none;
display: flex;
}
/* footer social media link */
.footer-social-media-link {
transition: .5s opacity;
}
.footer-social-media-link:hover {
opacity: .7;
}
.footer-social-media-link:not(:last-child) {
margin-right: 20px;
}
/* footer email box */
.footer-email-box {
grid-area: footer-email-box;
width: 250px;
display: flex;
flex-direction: column;
}
/* footer email box message */
.footer-email-box-message {
margin-bottom: 30px;
font-style: normal;
font-weight: bold;
font-size: .9rem;
text-transform: capitalize;
color: var(--dark);
}
/* footer email box inside */
.footer-email-box-inside {
position: relative;
}
/* footer email input button */
.footer-email-input-button {
padding: 5px;
border: none;
border-radius: 10px;
position: absolute;
right: 0;
cursor: pointer;
transition: .5s opacity;
color: var(--light);
background-color: var(--dark);
}
.footer-email-input-button:hover {
opacity: .7;
}
/* footer email input */
#footer-email-input {
width: 100%;
border: 2px solid var(--dark);
border-radius: 10px;
color: var(--dark);
font-style: normal;
font-weight: bold;
font-size: 10px;
padding: 5px 10px;
background-color: transparent;
}
#footer-email-input::placeholder {
color: var(--dark);
font-style: normal;
font-weight: bold;
font-size: 10px;
}
#footer-email-input::after {
content: "asaddadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
width: 30px;
height: 30px;
border: 2px solid red;
}
/* footer bottom */
.footer-bottom {
width: 100%;
padding: 10px 0;
text-align: center;
color: var(--light);
background-color: var(--red);
}
/* responsive css 1150px */
@media screen and (max-width: 1150px) {
/* main */
.main {
grid-template-areas:
"slider-box slider-box slider-box slider-box slider-box slider-box"
"slider-box slider-box slider-box slider-box slider-box slider-box"
"announcements-box announcements-box events-box events-box quick-links-box quick-links-box"
"announcements-box announcements-box events-box events-box quick-links-box quick-links-box"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"news-box news-box news-box news-box news-box news-box"
;
padding: 0 15px;
}
/* slider box */
.slider-box {
width: 100%;
}
/* announcements box */
.announcements-box {
max-height: 380px;
}
/* events box */
.events-box {
max-height: 380px;
}
/* quick links box with images */
.quick-links-box-with-images {
grid-template-columns: auto auto auto auto;
grid-template-rows: auto;
}
/* news box article content */
.news-box-article-content {
max-width: 450px;
}
/* news box article title */
.news-box-article-title {
font-size: 1.5rem;
}
/* news box article text */
.news-box-article-text {
font-size: 1.3rem;
}
/* footer top inside */
.footer-top-inside {
max-width: 800px;
grid-template-areas:
"footer-logo footer-address footer-contact-numbers "
"footer-social-media-links footer-social-media-links footer-email-box "
;
gap: 40px;
}
}
/* responsive css 1000px */
@media screen and (max-width: 1000px) {
/* header bottom nav links */
.header-bottom-nav-links {
display: none;
}
/* responsive nav container */
.responsive-nav-container {
display: block;
}
}
/* responsive css 950px */
@media screen and (max-width: 950px) {
/* search box */
.search-box {
display: none;
}
}
/* responsive css 810px */
@media screen and (max-width: 810px){
/* main */
.main {
grid-template-areas:
"slider-box slider-box slider-box slider-box slider-box slider-box"
"slider-box slider-box slider-box slider-box slider-box slider-box"
"announcements-box announcements-box announcements-box announcements-box announcements-box announcements-box"
"announcements-box announcements-box announcements-box announcements-box announcements-box announcements-box"
"events-box events-box events-box events-box events-box events-box"
"events-box events-box events-box events-box events-box events-box"
"quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box"
"quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box quick-links-box"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images quick-links-box-with-images"
"news-box news-box news-box news-box news-box news-box"
;
}
}
/* responsive css 710px */
@media screen and (max-width: 710px) {
/* header top nav link */
.header-top-nav-link > a:not(:first-child) {
display: none;
}
/* slider box slide title */
.slider-box-slide-title {
font-size: 1rem;
}
/* news box article */
.news-box-article {
flex-direction: column;
}
/* news box article image */
.news-box-article-image {
width: 100%;
border-radius: 10px 10px 0 0;
}
/* news box article content */
.news-box-article-content {
width: calc(100% - 60px);
}
/* quick links box with images */
.quick-links-box-with-images {
grid-template-columns: auto auto;
grid-template-rows: auto auto;
}
/* footer top inside */
.footer-top-inside {
display: flex;
flex-direction: column;
align-items: center;
}
} | 0.417153 | 0.0704 |
* {
box-sizing: border-box;
}
body {
box-sizing: border-box;
padding: 50px 5px 5px 5px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.navbar-brand-logo {
text-align: justify;
width: 100%;
text-transform: uppercase;
margin-top: 15px;
line-height: 50px;
font-weight: 700;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
}
.row {
box-sizing: border-box;
padding: 5px 5px 0px 5px;
}
.navbar-inverse {
background-color: #e0ecf7;
border-color: #e0ecf7;
color: #000;
margin-bottom: 0px;
}
.column {
box-sizing: border-box;
border: 1px solid gray;
padding: 10px;
}
#myMap {
box-sizing: border-box;
width: 100%;
height: 78vh;
}
@media (min-width: 992px) {
.row.equal {
display: flex;
flex-wrap: wrap;
}
.column:nth-child(2) {
border-left: 0px;
}
}
@media (max-width: 991px) {
.column:nth-child(2) {
border-top: 0px;
}
}
.address > * {
font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: normal;
color: #000;
margin: 0px;
}
.address h5 {
box-sizing: border-box;
font-size: 25px;
padding-top: 5px;
}
.address h6 {
font-size: 15px;
}
.enabled-state {
background-color: #4D8EB3;
margin: 5px;
}
.disabled-state {
margin: 5px;
}
.insight-indicator {
text-align: center;
}
.insight-label {
text-align: left;
text-transform:uppercase;
}
.insight-indicator {
text-align: center;
}
.tag-cloud {
color: #4D8EB3;
}
.live-event{
padding: 0px;
}
.live-event div{
padding: 0px;
}
.smoke-fire > div{
padding-top: 20px;
}
#liveIncidents img {
width: 70%;
}
.insight-label>h4{
font-size: 20px;
}
.drone-label {
text-transform: uppercase;
font-weight: bold;
}
.drone-value {
font-weight: bold;
}
.air-quality-good {
color: #04e300;
}
.air-quality-moderate {
color: #ffff01;
}
.air-quality-sensitive {
color: #f87f0c;
}
.air-quality-unhealthy {
color: #fb0300;
}
.air-quality-very-unhealthy {
color: #8e4096;
}
.air-quality-hazardous {
color: #7d0123;
} | Web Apps/Incidents.Viewer/Incidents.Viewer/wwwroot/css/site.css | * {
box-sizing: border-box;
}
body {
box-sizing: border-box;
padding: 50px 5px 5px 5px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.navbar-brand-logo {
text-align: justify;
width: 100%;
text-transform: uppercase;
margin-top: 15px;
line-height: 50px;
font-weight: 700;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
}
.row {
box-sizing: border-box;
padding: 5px 5px 0px 5px;
}
.navbar-inverse {
background-color: #e0ecf7;
border-color: #e0ecf7;
color: #000;
margin-bottom: 0px;
}
.column {
box-sizing: border-box;
border: 1px solid gray;
padding: 10px;
}
#myMap {
box-sizing: border-box;
width: 100%;
height: 78vh;
}
@media (min-width: 992px) {
.row.equal {
display: flex;
flex-wrap: wrap;
}
.column:nth-child(2) {
border-left: 0px;
}
}
@media (max-width: 991px) {
.column:nth-child(2) {
border-top: 0px;
}
}
.address > * {
font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: normal;
color: #000;
margin: 0px;
}
.address h5 {
box-sizing: border-box;
font-size: 25px;
padding-top: 5px;
}
.address h6 {
font-size: 15px;
}
.enabled-state {
background-color: #4D8EB3;
margin: 5px;
}
.disabled-state {
margin: 5px;
}
.insight-indicator {
text-align: center;
}
.insight-label {
text-align: left;
text-transform:uppercase;
}
.insight-indicator {
text-align: center;
}
.tag-cloud {
color: #4D8EB3;
}
.live-event{
padding: 0px;
}
.live-event div{
padding: 0px;
}
.smoke-fire > div{
padding-top: 20px;
}
#liveIncidents img {
width: 70%;
}
.insight-label>h4{
font-size: 20px;
}
.drone-label {
text-transform: uppercase;
font-weight: bold;
}
.drone-value {
font-weight: bold;
}
.air-quality-good {
color: #04e300;
}
.air-quality-moderate {
color: #ffff01;
}
.air-quality-sensitive {
color: #f87f0c;
}
.air-quality-unhealthy {
color: #fb0300;
}
.air-quality-very-unhealthy {
color: #8e4096;
}
.air-quality-hazardous {
color: #7d0123;
} | 0.49292 | 0.143878 |
.subscribe-feed {
display: none !important;
}
/* Allow for absolute positioning relative to the dashboard */
#dashboard,
.orgpage > .container {
position: relative !important;
}
#dashboard .new-repo {
display: none !important;
}
/* Remove "Repositories you contribute to" dashboard sidebar box */
.dashboard-sidebar > .boxed-group[role="navigation"]:not(.repos) {
display: none !important;
}
/* Remove the toolbar from the right repo box on the dashboard */
.dashboard-sidebar .user-repos > h3,
.dashboard-sidebar .user-repos > .boxed-group-action {
display: none !important;
}
.dashboard-sidebar .user-repos .boxed-group-inner {
border-radius: 3px !important;
}
.dashboard-sidebar .user-repos .filter-repos {
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important;
}
.dashboard-sidebar .user-repos .repo-icon {
opacity: 0.6 !important;
}
/* Remove border between dashboard news items */
.news .alert {
border: 0 !important;
}
/* Remove news feed tips */
.news > .text-center {
display: none !important;
}
/* Remove tooltips */
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):before,
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):after {
display: none !important;
}
/* Fade out the file icons */
.file-wrap .files .octicon {
opacity: 0.6;
}
/* Remove annoying hover in the repo file list */
.file-wrap .files .navigation-focus td {
background: none !important;
}
#readme > h3 {
display: none !important;
}
#readme .markdown-body {
border-radius: 3px !important;
border-radius: 3px !important;
}
.paginate-protip {
display: none !important;
}
.site-footer {
visibility: hidden;
}
/* Remove useless message on the right side of the PR merge box */
.alt-merge-options {
display: none !important;
}
/* Remove top buttons on comment box */
.timeline-comment-wrapper .tabnav-extra, .inline-comment-form-container .tabnav-extra {
display: none !important;
}
/* Remove commentbox toolbar */
.toolbar-group {
display: none;
margin-left: 0 !important;
}
.toolbar-group:last-child {
display: inline-block;
}
.toolbar-group .toolbar-item {
display: none;
}
.toolbar-group .js-saved-reply-container,
.toolbar-group .refined-github-upload-btn {
display: block;
}
.toolbar-commenting {
margin-top: 4px;
}
.refined-github-upload-btn {
cursor: pointer;
}
/* Remove upload message on comment box */
.write-content .drag-and-drop {
display: none !important;
}
.upload-enabled textarea {
border-bottom: 1px solid #ccc !important;
border-radius: 3px !important;
}
.upload-enabled textarea:focus {
border-bottom: 1px solid #2188ff !important;
}
/* Remove random protip at the bottom of the page */
.protip {
display: none !important;
}
/* Remove message under the `Unsubscribe` button */
.sidebar-notifications .reason {
display: none !important;
}
/* Move the dashboard organization switcher to the right column */
.page-dashboard .account-switcher {
position: absolute !important;
right: 10px !important;
margin-top: 0 !important;
}
.page-dashboard .account-switcher button {
width: 313px !important;
z-index: 0 !important;
}
.page-dashboard .account-switcher .select-menu-button-gravatar {
float: none !important;
display: inline-block !important;
vertical-align: top !important;
}
.dashboard-sidebar {
padding-top: 50px;
}
/* Organization dashboard */
.orgpage .underline-nav {
float: left !important;
}
.orgpage .account-switcher {
right: 0 !important;
}
.orgpage .user-repos {
position: static !important;
}
.orgpage + .container .dashboard-sidebar {
padding-top: 0;
}
/* Remove "New pull request" button on repo page */
.file-navigation .new-pull-request-btn {
display: none !important;
}
/* Add hover underline for `content.js` linkified branch refs in pull requests */
a .commit-ref:hover,
a .commit-ref:hover span {
text-decoration: underline !important;
}
/* Remove the "new feature" notification box */
.dashboard-sidebar .octofication {
display: none !important;
}
/* Remove useless tip in the organization news feed */
#dashboard .alert.git_hub {
display: none !important;
}
/* Remove Upload files button; drag and drop is available anyway */
.file-navigation a[href*="/upload/"] {
display: none !important;
}
/* Style for edit README button */
#readme.blob #refined-github-readme-buttons {
display: none;
}
#refined-github-readme-buttons {
position: absolute;
top: 10px;
right: 10px;
}
#refined-github-readme-buttons a {
opacity: 0.2;
transition: opacity 250ms;
text-decoration: none;
}
#refined-github-readme-buttons a:hover {
opacity: 1;
}
#refined-github-readme-buttons a:not(:first-child) {
margin-left: 5px;
}
/* Style for delete fork link */
.post-merge-message {
min-height: 85px;
}
#refined-github-delete-fork-link {
position: absolute;
top: 45px;
right: 30px;
padding: 10px 10px 0;
}
#refined-github-delete-fork-link a {
color: #df3e3e;
}
/* Hide news items when people:
pushed to a branch
deleted a branch
added someone as a collaborator
forked a repo
*/
.news .alert.push,
.news .alert.delete.simple,
.news .member_add,
.news .alert.fork.simple {
display: none !important;
}
/* Ensure the news feed is still shown once the items above have been hidden */
.news {
min-height: 1px;
}
.news .alert {
padding: 0 0 0 45px !important;
}
.news .alert .body {
padding: 1em 0 !important;
}
/*
Remove padding from body of simple news alerts in Dashboard since some will be hidden
we will add it back on for the simple news alerts we decide to show
*/
.news .alert.create.simple,
.news .alert.create.simple .body {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* Add padding back to the contents of simple news alerts in Dashboard */
.news .alert.create.simple .body .title {
padding-bottom: 1.5em !important;
}
.news .alert.create.simple .body .time {
padding-top: 1.5em !important;
}
.news .alert.create.simple .body .dashboard-event-icon {
top: 22px !important;
}
/* Don't show contents of simple news alert in Dashboard when you create a branch */
.news .alert.create.simple .octicon-git-branch,
.news .alert.create.simple .octicon-git-branch + .title,
.news .alert.create.simple .octicon-git-branch + .title + .time {
display: none;
}
/* Align items top to bottom */
.news .alert .body,
.news .alert .body .simple {
display: flex;
flex-direction: column;
}
/* Move time to the top of news item */
.news .alert .body .time {
order: -1;
}
/* Highlight all the titles */
.news .alert .body .title {
font-size: 14px !important;
font-weight: 600 !important;
color: inherit !important;
}
/* Increase size of all event icons */
.news .alert svg.octicon.dashboard-event-icon {
height: 32px !important;
width: 28px !important;
}
/* Decrease font-size on commit details so our custom patch and diff links fit */
.commit .sha-block {
margin-left: 7px !important;
}
.commit .sha-block,
.commit .sha {
font-size: 10px !important;
}
.signed-commit-badge-medium {
padding: 2px 4px !important;
font-size: 10px !important;
margin-left: 5px !important;
}
/* Remove `Developer Program Member` from profile page */
.page-profile .member-badge {
display: none !important;
}
/* Fade out merge commits from commit list */
.refined-github-merge-commit .commit-title {
font-size: 12px !important;
margin-top: 4px !important;
}
.refined-github-merge-commit .commit-author-section {
font-size: 11.4px !important;
}
.refined-github-merge-commit .commit-avatar-cell svg {
color: #4078c0;
margin-left: 9px;
}
.refined-github-merge-commit .avatar-parent-child img.avatar-child {
width: 16px !important;
height: 16px !important;
}
/* Hide current filename in PR header when not sticky (top of page) */
.js-sticky-offset-scroll:not(.is-stuck) .diff-toolbar-filename {
display: none;
}
.js-sticky-offset-scroll.is-stuck .subset-files-tab,
.js-sticky-offset-scroll.is-stuck .stale-files-tab {
width: 120%;
text-align: center;
margin-top: 5px;
margin-left: -11%;
}
.diff-toolbar-filename {
font-weight: bold;
}
.diff-toolbar-filename.filename-width-check {
visibility: hidden;
position: absolute;
}
/* Move new button to the right on single commit page */
#toc .refined-github-toggle-whitespace {
float: right;
}
/* Limit width of commit title and description inputs to 50/80 chars */
#commit-summary-input, #commit-description-textarea {
font-family: monospace !important;
}
#commit-summary-input {
width: 410px !important;
}
#commit-description-textarea {
width: 645px !important;
}
/* Make tab indented code more readable on GitHub and Gist */
* {
-moz-tab-size: 4 !important;
tab-size: 4 !important;
}
/* Larger comment box */
.comment-form-textarea {
min-height: 200px !important;
}
/* Styles for avatars Refined GitHub adds to Reactions */
.participants-container {
margin-left: 4px;
}
.reaction-summary-item {
padding-left: 10px !important;
padding-right: 10px !important;
}
.reaction-summary-item.add-reaction-btn {
padding-right: 0 !important;
}
.reaction-summary-item div,
.reaction-summary-item div a,
.reaction-summary-item div img {
display: inline-block;
}
.reaction-summary-item div a {
margin-left: -2px;
transition: margin-left 0.2s;
}
.reaction-summary-item div img,
.reaction-summary-item div span {
width: 20px;
height: 20px;
vertical-align: middle;
}
.reaction-summary-item div img {
color: #FFF; /* affects box-shadow */
box-shadow: 0 0 0 2px;
border-radius: 3px;
}
.reaction-summary-item.user-has-reacted div img {
color: #f2f8fa;
}
/* Overlap reaction avatars when there are 5+ types of reactions */
.reaction-summary-item:first-child:nth-last-child(n+5):not(:hover) a:nth-child(n+2),
.reaction-summary-item:first-child:nth-last-child(n+5) ~ *:not(:hover) a:nth-child(n+2) {
margin-left: -12px;
}
/* Limit reaction avatars when there are 6 types of reactions */
.reaction-summary-item:first-child:nth-last-child(6) a:nth-child(n+3),
.reaction-summary-item:first-child:nth-last-child(6) ~ * a:nth-child(n+3) {
display: none;
}
/* Hide reaction popover text */
.reaction-popover-form.js-pick-reaction span.js-reaction-description,
.reaction-popover-form.js-pick-reaction .dropdown-divider {
display: none;
}
/* Remove "Add your Reaction" tooltips */
.reaction-popover-container .tooltipped::before,
.reaction-popover-container .tooltipped::after {
display: none !important;
}
/*
Create invisible content area below/above reactions popover to increase hover target
Center popup on add reactions button
*/
.reaction-popover-container.dropdown .dropdown-menu-content {
margin-top: -15px;
position: absolute;
left: -94px;
width: 220px;
height: 15px;
}
/*
Remove margin-top from invisible hover target for popover below comment content
Add some space below popup so it doesn't cover button
*/
.comment-reactions .reaction-popover-container.dropdown .dropdown-menu-content {
margin-top: 0;
bottom: 20px;
}
/*
Show reaction list when hovering over:
- Popover
- Add Reactions button
Hidden content area created to increase hover target
*/
.dropdown-menu.add-reaction-popover:hover,
.reaction-popover-container.dropdown:hover .dropdown-menu-content,
.dropdown-menu-content:hover {
display: block;
pointer-events: all;
}
/* Remove top/bottom margin from popovers so there's no gap with invisible hover element */
.reaction-popover-container.dropdown .dropdown-menu.add-reaction-popover {
margin-top: 0;
margin-bottom: 0;
}
/* Never show loading spinner for reactions */
.reaction-popover-container .reaction-popover-form .loading-spinner {
display: none !important;
}
/* Move popup arrow point to center of popup */
.reaction-popover-container.dropdown .dropdown-menu-sw.dropdown-menu::before,
.reaction-popover-container.dropdown .dropdown-menu-sw.dropdown-menu::after,
.reaction-popover-container.dropdown .dropdown-menu-ne.dropdown-menu::before,
.reaction-popover-container.dropdown .dropdown-menu-ne.dropdown-menu::after {
left: 102px; /* 220px / 2 - 8px for popover arrow */
right: auto;
}
/* Add colored button when hovering over reaction popover or hidden hover element */
.reaction-popover-container:hover .timeline-comment-action {
color: #4078c0;
text-decoration: none;
opacity: 1;
}
/* Collapse multiple discussion items */
.discussion-item + .discussion-item {
padding-top: 0 !important;
border-top: none !important;
}
/* Mark as unread */
.btn-mark-unread {
margin-top: 8px;
}
/* +/- Pseudo elements on diffs */
.refined-github-diff-signs .blob-code-addition:before,
.refined-github-diff-signs .blob-code-deletion:before {
display: inline-block;
position: absolute;
top: 1px;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
font-size: 11px;
text-indent: -8px;
color: rgba(0, 0, 0, 0.3);
}
.refined-github-diff-signs .blob-code-addition:before {
content: '+';
}
.refined-github-diff-signs .blob-code-deletion:before {
content: '-';
}
/* Prevent copy of ghost whitespace where supported (#317) */
.refined-github-diff-signs .add-line-comment {
-moz-user-select: none;
user-select: none;
}
/* Restore removed space with unselectable one */
.refined-github-diff-signs .blob-code-inner:before {
content: ' ' !important;
user-select: none;
}
/* Remove "pro tip!" box on profile page (appears when name isn't set) */
.new-user-avatar-cta {
display: none !important;
}
/* Fix for diffheader filename */
.diffbar > .diffstat {
float: right;
}
/* Fix PR diffbar links position #474 */
.stale-files-tab,
.subset-files-tab {
font-size: 0 !important;
}
.subset-files-tab .stale-files-tab-link,
.stale-files-tab .stale-files-tab-link {
font-size: 14px;
}
.stale-files-tab-link:before {
content: 'Out of date. ';
font-weight: normal;
}
.stale-files-tab-link:before {
content: 'Subset of changes. ';
font-weight: normal;
}
/* Copy button for gists margin */
.gist-copy-btn {
margin: 0 10px 0 0;
}
/* Multiple comment labels margin */
.timeline-comment .timeline-comment-label + .timeline-comment-label {
margin-right: -5px;
}
.review-comment .timeline-comment-label + .timeline-comment-label {
margin-left: 5px;
}
/* Move "close issue" and "cancel" buttons on authoring comments to the left */
/* ...in issue comment form */
.form-actions .btn.js-comment-and-button {
float: left;
}
/* ...in comment edit form */
div.previewable-edit .previewable-comment-form .form-actions {
float: none;
margin-left: 10px;
}
.previewable-edit .previewable-comment-form .form-actions .btn.js-comment-cancel-button {
float: left;
}
/* ...in inline comment form */
div.inline-comment-form .form-actions,
.inline-comment-form .form-actions .js-hide-inline-comment-form {
float: none;
}
/* "Add a Project" button */
#refined-github-project-new-link {
margin-top: 5px;
}
/* Decrease the size of the search box to fit 'Yours' menu item */
.subnav-search-input[aria-label="Search all issues"] {
width: 420px;
}
.CodeMirror-lines pre.CodeMirror-line {
font-variant-ligatures: normal;
}
/* Remove Marketplace marketing box on PRs */
.js-marketplace-callout-container {
display: none !important;
}
/* Remove the "Styling with Markdown is supported" link when a PR comment is in edit mode */
a.tabnav-extra[href$="mastering-markdown/"] {
display: none !important;
}
/* Hide empty description of repo */
.repository-meta.mb-3 > .repository-meta-content > em {
display: none !important;
}
/* Hide marketplace navbar button */
.header-nav-item > a[href='/marketplace'] {
display: none !important;
}
/* Move labels in the Issue/PR list below the title */
.js-issue-row .lh-condensed {
display: grid;
grid-template-rows: auto auto auto;
grid-template-columns: auto 1fr;
}
.js-issue-row .labels {
grid-area: 3;
padding-top: 4px;
grid-column-start: span 2;
}
.js-issue-row .h4, /* Title */
.js-issue-row .d-inline-block.mr-1 { /* Build status */
grid-area: 1;
padding-right: 4px; /* Space before the build status */
}
.js-issue-row .mt-1.text-small.text-gray { /* Issue details line */
grid-area: 2;
grid-column-start: span 2;
}
.js-issue-row .label {
font-size: 11px !important;
padding: 2px 3px 3px 3px !important;
} | extension/content.css | .subscribe-feed {
display: none !important;
}
/* Allow for absolute positioning relative to the dashboard */
#dashboard,
.orgpage > .container {
position: relative !important;
}
#dashboard .new-repo {
display: none !important;
}
/* Remove "Repositories you contribute to" dashboard sidebar box */
.dashboard-sidebar > .boxed-group[role="navigation"]:not(.repos) {
display: none !important;
}
/* Remove the toolbar from the right repo box on the dashboard */
.dashboard-sidebar .user-repos > h3,
.dashboard-sidebar .user-repos > .boxed-group-action {
display: none !important;
}
.dashboard-sidebar .user-repos .boxed-group-inner {
border-radius: 3px !important;
}
.dashboard-sidebar .user-repos .filter-repos {
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important;
}
.dashboard-sidebar .user-repos .repo-icon {
opacity: 0.6 !important;
}
/* Remove border between dashboard news items */
.news .alert {
border: 0 !important;
}
/* Remove news feed tips */
.news > .text-center {
display: none !important;
}
/* Remove tooltips */
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):before,
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):after {
display: none !important;
}
/* Fade out the file icons */
.file-wrap .files .octicon {
opacity: 0.6;
}
/* Remove annoying hover in the repo file list */
.file-wrap .files .navigation-focus td {
background: none !important;
}
#readme > h3 {
display: none !important;
}
#readme .markdown-body {
border-radius: 3px !important;
border-radius: 3px !important;
}
.paginate-protip {
display: none !important;
}
.site-footer {
visibility: hidden;
}
/* Remove useless message on the right side of the PR merge box */
.alt-merge-options {
display: none !important;
}
/* Remove top buttons on comment box */
.timeline-comment-wrapper .tabnav-extra, .inline-comment-form-container .tabnav-extra {
display: none !important;
}
/* Remove commentbox toolbar */
.toolbar-group {
display: none;
margin-left: 0 !important;
}
.toolbar-group:last-child {
display: inline-block;
}
.toolbar-group .toolbar-item {
display: none;
}
.toolbar-group .js-saved-reply-container,
.toolbar-group .refined-github-upload-btn {
display: block;
}
.toolbar-commenting {
margin-top: 4px;
}
.refined-github-upload-btn {
cursor: pointer;
}
/* Remove upload message on comment box */
.write-content .drag-and-drop {
display: none !important;
}
.upload-enabled textarea {
border-bottom: 1px solid #ccc !important;
border-radius: 3px !important;
}
.upload-enabled textarea:focus {
border-bottom: 1px solid #2188ff !important;
}
/* Remove random protip at the bottom of the page */
.protip {
display: none !important;
}
/* Remove message under the `Unsubscribe` button */
.sidebar-notifications .reason {
display: none !important;
}
/* Move the dashboard organization switcher to the right column */
.page-dashboard .account-switcher {
position: absolute !important;
right: 10px !important;
margin-top: 0 !important;
}
.page-dashboard .account-switcher button {
width: 313px !important;
z-index: 0 !important;
}
.page-dashboard .account-switcher .select-menu-button-gravatar {
float: none !important;
display: inline-block !important;
vertical-align: top !important;
}
.dashboard-sidebar {
padding-top: 50px;
}
/* Organization dashboard */
.orgpage .underline-nav {
float: left !important;
}
.orgpage .account-switcher {
right: 0 !important;
}
.orgpage .user-repos {
position: static !important;
}
.orgpage + .container .dashboard-sidebar {
padding-top: 0;
}
/* Remove "New pull request" button on repo page */
.file-navigation .new-pull-request-btn {
display: none !important;
}
/* Add hover underline for `content.js` linkified branch refs in pull requests */
a .commit-ref:hover,
a .commit-ref:hover span {
text-decoration: underline !important;
}
/* Remove the "new feature" notification box */
.dashboard-sidebar .octofication {
display: none !important;
}
/* Remove useless tip in the organization news feed */
#dashboard .alert.git_hub {
display: none !important;
}
/* Remove Upload files button; drag and drop is available anyway */
.file-navigation a[href*="/upload/"] {
display: none !important;
}
/* Style for edit README button */
#readme.blob #refined-github-readme-buttons {
display: none;
}
#refined-github-readme-buttons {
position: absolute;
top: 10px;
right: 10px;
}
#refined-github-readme-buttons a {
opacity: 0.2;
transition: opacity 250ms;
text-decoration: none;
}
#refined-github-readme-buttons a:hover {
opacity: 1;
}
#refined-github-readme-buttons a:not(:first-child) {
margin-left: 5px;
}
/* Style for delete fork link */
.post-merge-message {
min-height: 85px;
}
#refined-github-delete-fork-link {
position: absolute;
top: 45px;
right: 30px;
padding: 10px 10px 0;
}
#refined-github-delete-fork-link a {
color: #df3e3e;
}
/* Hide news items when people:
pushed to a branch
deleted a branch
added someone as a collaborator
forked a repo
*/
.news .alert.push,
.news .alert.delete.simple,
.news .member_add,
.news .alert.fork.simple {
display: none !important;
}
/* Ensure the news feed is still shown once the items above have been hidden */
.news {
min-height: 1px;
}
.news .alert {
padding: 0 0 0 45px !important;
}
.news .alert .body {
padding: 1em 0 !important;
}
/*
Remove padding from body of simple news alerts in Dashboard since some will be hidden
we will add it back on for the simple news alerts we decide to show
*/
.news .alert.create.simple,
.news .alert.create.simple .body {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* Add padding back to the contents of simple news alerts in Dashboard */
.news .alert.create.simple .body .title {
padding-bottom: 1.5em !important;
}
.news .alert.create.simple .body .time {
padding-top: 1.5em !important;
}
.news .alert.create.simple .body .dashboard-event-icon {
top: 22px !important;
}
/* Don't show contents of simple news alert in Dashboard when you create a branch */
.news .alert.create.simple .octicon-git-branch,
.news .alert.create.simple .octicon-git-branch + .title,
.news .alert.create.simple .octicon-git-branch + .title + .time {
display: none;
}
/* Align items top to bottom */
.news .alert .body,
.news .alert .body .simple {
display: flex;
flex-direction: column;
}
/* Move time to the top of news item */
.news .alert .body .time {
order: -1;
}
/* Highlight all the titles */
.news .alert .body .title {
font-size: 14px !important;
font-weight: 600 !important;
color: inherit !important;
}
/* Increase size of all event icons */
.news .alert svg.octicon.dashboard-event-icon {
height: 32px !important;
width: 28px !important;
}
/* Decrease font-size on commit details so our custom patch and diff links fit */
.commit .sha-block {
margin-left: 7px !important;
}
.commit .sha-block,
.commit .sha {
font-size: 10px !important;
}
.signed-commit-badge-medium {
padding: 2px 4px !important;
font-size: 10px !important;
margin-left: 5px !important;
}
/* Remove `Developer Program Member` from profile page */
.page-profile .member-badge {
display: none !important;
}
/* Fade out merge commits from commit list */
.refined-github-merge-commit .commit-title {
font-size: 12px !important;
margin-top: 4px !important;
}
.refined-github-merge-commit .commit-author-section {
font-size: 11.4px !important;
}
.refined-github-merge-commit .commit-avatar-cell svg {
color: #4078c0;
margin-left: 9px;
}
.refined-github-merge-commit .avatar-parent-child img.avatar-child {
width: 16px !important;
height: 16px !important;
}
/* Hide current filename in PR header when not sticky (top of page) */
.js-sticky-offset-scroll:not(.is-stuck) .diff-toolbar-filename {
display: none;
}
.js-sticky-offset-scroll.is-stuck .subset-files-tab,
.js-sticky-offset-scroll.is-stuck .stale-files-tab {
width: 120%;
text-align: center;
margin-top: 5px;
margin-left: -11%;
}
.diff-toolbar-filename {
font-weight: bold;
}
.diff-toolbar-filename.filename-width-check {
visibility: hidden;
position: absolute;
}
/* Move new button to the right on single commit page */
#toc .refined-github-toggle-whitespace {
float: right;
}
/* Limit width of commit title and description inputs to 50/80 chars */
#commit-summary-input, #commit-description-textarea {
font-family: monospace !important;
}
#commit-summary-input {
width: 410px !important;
}
#commit-description-textarea {
width: 645px !important;
}
/* Make tab indented code more readable on GitHub and Gist */
* {
-moz-tab-size: 4 !important;
tab-size: 4 !important;
}
/* Larger comment box */
.comment-form-textarea {
min-height: 200px !important;
}
/* Styles for avatars Refined GitHub adds to Reactions */
.participants-container {
margin-left: 4px;
}
.reaction-summary-item {
padding-left: 10px !important;
padding-right: 10px !important;
}
.reaction-summary-item.add-reaction-btn {
padding-right: 0 !important;
}
.reaction-summary-item div,
.reaction-summary-item div a,
.reaction-summary-item div img {
display: inline-block;
}
.reaction-summary-item div a {
margin-left: -2px;
transition: margin-left 0.2s;
}
.reaction-summary-item div img,
.reaction-summary-item div span {
width: 20px;
height: 20px;
vertical-align: middle;
}
.reaction-summary-item div img {
color: #FFF; /* affects box-shadow */
box-shadow: 0 0 0 2px;
border-radius: 3px;
}
.reaction-summary-item.user-has-reacted div img {
color: #f2f8fa;
}
/* Overlap reaction avatars when there are 5+ types of reactions */
.reaction-summary-item:first-child:nth-last-child(n+5):not(:hover) a:nth-child(n+2),
.reaction-summary-item:first-child:nth-last-child(n+5) ~ *:not(:hover) a:nth-child(n+2) {
margin-left: -12px;
}
/* Limit reaction avatars when there are 6 types of reactions */
.reaction-summary-item:first-child:nth-last-child(6) a:nth-child(n+3),
.reaction-summary-item:first-child:nth-last-child(6) ~ * a:nth-child(n+3) {
display: none;
}
/* Hide reaction popover text */
.reaction-popover-form.js-pick-reaction span.js-reaction-description,
.reaction-popover-form.js-pick-reaction .dropdown-divider {
display: none;
}
/* Remove "Add your Reaction" tooltips */
.reaction-popover-container .tooltipped::before,
.reaction-popover-container .tooltipped::after {
display: none !important;
}
/*
Create invisible content area below/above reactions popover to increase hover target
Center popup on add reactions button
*/
.reaction-popover-container.dropdown .dropdown-menu-content {
margin-top: -15px;
position: absolute;
left: -94px;
width: 220px;
height: 15px;
}
/*
Remove margin-top from invisible hover target for popover below comment content
Add some space below popup so it doesn't cover button
*/
.comment-reactions .reaction-popover-container.dropdown .dropdown-menu-content {
margin-top: 0;
bottom: 20px;
}
/*
Show reaction list when hovering over:
- Popover
- Add Reactions button
Hidden content area created to increase hover target
*/
.dropdown-menu.add-reaction-popover:hover,
.reaction-popover-container.dropdown:hover .dropdown-menu-content,
.dropdown-menu-content:hover {
display: block;
pointer-events: all;
}
/* Remove top/bottom margin from popovers so there's no gap with invisible hover element */
.reaction-popover-container.dropdown .dropdown-menu.add-reaction-popover {
margin-top: 0;
margin-bottom: 0;
}
/* Never show loading spinner for reactions */
.reaction-popover-container .reaction-popover-form .loading-spinner {
display: none !important;
}
/* Move popup arrow point to center of popup */
.reaction-popover-container.dropdown .dropdown-menu-sw.dropdown-menu::before,
.reaction-popover-container.dropdown .dropdown-menu-sw.dropdown-menu::after,
.reaction-popover-container.dropdown .dropdown-menu-ne.dropdown-menu::before,
.reaction-popover-container.dropdown .dropdown-menu-ne.dropdown-menu::after {
left: 102px; /* 220px / 2 - 8px for popover arrow */
right: auto;
}
/* Add colored button when hovering over reaction popover or hidden hover element */
.reaction-popover-container:hover .timeline-comment-action {
color: #4078c0;
text-decoration: none;
opacity: 1;
}
/* Collapse multiple discussion items */
.discussion-item + .discussion-item {
padding-top: 0 !important;
border-top: none !important;
}
/* Mark as unread */
.btn-mark-unread {
margin-top: 8px;
}
/* +/- Pseudo elements on diffs */
.refined-github-diff-signs .blob-code-addition:before,
.refined-github-diff-signs .blob-code-deletion:before {
display: inline-block;
position: absolute;
top: 1px;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
font-size: 11px;
text-indent: -8px;
color: rgba(0, 0, 0, 0.3);
}
.refined-github-diff-signs .blob-code-addition:before {
content: '+';
}
.refined-github-diff-signs .blob-code-deletion:before {
content: '-';
}
/* Prevent copy of ghost whitespace where supported (#317) */
.refined-github-diff-signs .add-line-comment {
-moz-user-select: none;
user-select: none;
}
/* Restore removed space with unselectable one */
.refined-github-diff-signs .blob-code-inner:before {
content: ' ' !important;
user-select: none;
}
/* Remove "pro tip!" box on profile page (appears when name isn't set) */
.new-user-avatar-cta {
display: none !important;
}
/* Fix for diffheader filename */
.diffbar > .diffstat {
float: right;
}
/* Fix PR diffbar links position #474 */
.stale-files-tab,
.subset-files-tab {
font-size: 0 !important;
}
.subset-files-tab .stale-files-tab-link,
.stale-files-tab .stale-files-tab-link {
font-size: 14px;
}
.stale-files-tab-link:before {
content: 'Out of date. ';
font-weight: normal;
}
.stale-files-tab-link:before {
content: 'Subset of changes. ';
font-weight: normal;
}
/* Copy button for gists margin */
.gist-copy-btn {
margin: 0 10px 0 0;
}
/* Multiple comment labels margin */
.timeline-comment .timeline-comment-label + .timeline-comment-label {
margin-right: -5px;
}
.review-comment .timeline-comment-label + .timeline-comment-label {
margin-left: 5px;
}
/* Move "close issue" and "cancel" buttons on authoring comments to the left */
/* ...in issue comment form */
.form-actions .btn.js-comment-and-button {
float: left;
}
/* ...in comment edit form */
div.previewable-edit .previewable-comment-form .form-actions {
float: none;
margin-left: 10px;
}
.previewable-edit .previewable-comment-form .form-actions .btn.js-comment-cancel-button {
float: left;
}
/* ...in inline comment form */
div.inline-comment-form .form-actions,
.inline-comment-form .form-actions .js-hide-inline-comment-form {
float: none;
}
/* "Add a Project" button */
#refined-github-project-new-link {
margin-top: 5px;
}
/* Decrease the size of the search box to fit 'Yours' menu item */
.subnav-search-input[aria-label="Search all issues"] {
width: 420px;
}
.CodeMirror-lines pre.CodeMirror-line {
font-variant-ligatures: normal;
}
/* Remove Marketplace marketing box on PRs */
.js-marketplace-callout-container {
display: none !important;
}
/* Remove the "Styling with Markdown is supported" link when a PR comment is in edit mode */
a.tabnav-extra[href$="mastering-markdown/"] {
display: none !important;
}
/* Hide empty description of repo */
.repository-meta.mb-3 > .repository-meta-content > em {
display: none !important;
}
/* Hide marketplace navbar button */
.header-nav-item > a[href='/marketplace'] {
display: none !important;
}
/* Move labels in the Issue/PR list below the title */
.js-issue-row .lh-condensed {
display: grid;
grid-template-rows: auto auto auto;
grid-template-columns: auto 1fr;
}
.js-issue-row .labels {
grid-area: 3;
padding-top: 4px;
grid-column-start: span 2;
}
.js-issue-row .h4, /* Title */
.js-issue-row .d-inline-block.mr-1 { /* Build status */
grid-area: 1;
padding-right: 4px; /* Space before the build status */
}
.js-issue-row .mt-1.text-small.text-gray { /* Issue details line */
grid-area: 2;
grid-column-start: span 2;
}
.js-issue-row .label {
font-size: 11px !important;
padding: 2px 3px 3px 3px !important;
} | 0.382026 | 0.0524 |
.myakan{
display: none;
}
.myakan p{
font-size: 25px;
font-weight: 700;
color: #333;
}
/* *{
background-image: url(/static/images/backgroundimg.jpg);
background-repeat: no-repeat;
align-items: center;
color: #00A9EF; */
}
.akan{
font-size: 40px;
font-weight: bold;
color: #000;
}
.form-container{
background-color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 0;
padding: 30px;
border-radius: 20px;
box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}
.form-container .title{
color: #000;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 25px;
}
.form-container .title:after{
content: '';
background-color: #00A9EF;
height: 3px;
width: 60px;
margin: 10px 0 0;
display: block;
clear: both;
}
.form-container .sub-title{
color: #333;
font-size: 18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin: 0 0 20px;
}
.form-container .form-horizontal{ font-size: 0; }
.form-container .form-horizontal .form-group{
color: #333;
width: 50%;
padding: 0 8px;
margin: 0 0 15px;
display: inline-block;
}
.form-container .form-horizontal .form-group:nth-child(4){ margin-bottom: 30px; }
.form-container .form-horizontal .form-group label{
font-size: 17px;
font-weight: 600;
}
.form-container .form-horizontal .form-control{
color: #888;
background: #fff;
font-weight: 400;
letter-spacing: 1px;
height: 40px;
padding: 6px 12px;
border-radius: 10px;
border: 2px solid #e7e7e7;
box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #dcdcdc; }
.form-container .form-horizontal .check-terms{
padding: 0 8px;
margin: 0 0 25px;
}
.form-container .form-horizontal .check-terms .check-label{
color: #333;
font-size: 14px;
font-weight: 500;
font-style: italic;
vertical-align: top;
display: inline-block;
}
.form-container .form-horizontal .check-terms .checkbox{
height: 17px;
width: 17px;
min-height: auto;
margin: 2px 8px 0 0;
border: 2px solid #d9d9d9;
border-radius: 2px;
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .check-terms .checkbox:before{
content: '';
height: 5px;
width: 9px;
border-bottom: 2px solid #00A9EF;
border-left: 2px solid #00A9EF;
transform: rotate(-45deg);
position: absolute;
left: 2px;
top: 2.5px;
transition: all 0.3s ease;
}
.form-container .form-horizontal .check-terms .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .check-terms .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .check-terms .checkbox:focus{ outline: none; }
.form-container .signin-link{
color: #333;
font-size: 14px;
width: calc(100% - 190px);
margin-right: 30px;
display: inline-block;
vertical-align: top;
}
.form-container .signin-link a{
color: #00A9EF;
font-weight: 600;
transition: all 0.3s ease 0s;
}
.form-container .signin-link a:hover{ text-decoration: underline; }
.form-container .form-horizontal .signup{
color: #fff;
background: #00A9EF;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
width: 160px;
padding: 8px 15px 9px;
border-radius: 10px;
transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
text-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 3px 3px rgba(0,0,0,0.15),5px 5px rgba(0,0,0,0.1);
outline: none;
}
@media only screen and (max-width:479px){
.form-container .form-horizontal .form-group{ width: 100%; }
.form-container .signin-link{
width: 100%;
margin: 0 10px 15px;
}
} | static/css/style.css | .myakan{
display: none;
}
.myakan p{
font-size: 25px;
font-weight: 700;
color: #333;
}
/* *{
background-image: url(/static/images/backgroundimg.jpg);
background-repeat: no-repeat;
align-items: center;
color: #00A9EF; */
}
.akan{
font-size: 40px;
font-weight: bold;
color: #000;
}
.form-container{
background-color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 0;
padding: 30px;
border-radius: 20px;
box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}
.form-container .title{
color: #000;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 25px;
}
.form-container .title:after{
content: '';
background-color: #00A9EF;
height: 3px;
width: 60px;
margin: 10px 0 0;
display: block;
clear: both;
}
.form-container .sub-title{
color: #333;
font-size: 18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin: 0 0 20px;
}
.form-container .form-horizontal{ font-size: 0; }
.form-container .form-horizontal .form-group{
color: #333;
width: 50%;
padding: 0 8px;
margin: 0 0 15px;
display: inline-block;
}
.form-container .form-horizontal .form-group:nth-child(4){ margin-bottom: 30px; }
.form-container .form-horizontal .form-group label{
font-size: 17px;
font-weight: 600;
}
.form-container .form-horizontal .form-control{
color: #888;
background: #fff;
font-weight: 400;
letter-spacing: 1px;
height: 40px;
padding: 6px 12px;
border-radius: 10px;
border: 2px solid #e7e7e7;
box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #dcdcdc; }
.form-container .form-horizontal .check-terms{
padding: 0 8px;
margin: 0 0 25px;
}
.form-container .form-horizontal .check-terms .check-label{
color: #333;
font-size: 14px;
font-weight: 500;
font-style: italic;
vertical-align: top;
display: inline-block;
}
.form-container .form-horizontal .check-terms .checkbox{
height: 17px;
width: 17px;
min-height: auto;
margin: 2px 8px 0 0;
border: 2px solid #d9d9d9;
border-radius: 2px;
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .check-terms .checkbox:before{
content: '';
height: 5px;
width: 9px;
border-bottom: 2px solid #00A9EF;
border-left: 2px solid #00A9EF;
transform: rotate(-45deg);
position: absolute;
left: 2px;
top: 2.5px;
transition: all 0.3s ease;
}
.form-container .form-horizontal .check-terms .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .check-terms .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .check-terms .checkbox:focus{ outline: none; }
.form-container .signin-link{
color: #333;
font-size: 14px;
width: calc(100% - 190px);
margin-right: 30px;
display: inline-block;
vertical-align: top;
}
.form-container .signin-link a{
color: #00A9EF;
font-weight: 600;
transition: all 0.3s ease 0s;
}
.form-container .signin-link a:hover{ text-decoration: underline; }
.form-container .form-horizontal .signup{
color: #fff;
background: #00A9EF;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
width: 160px;
padding: 8px 15px 9px;
border-radius: 10px;
transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
text-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 3px 3px rgba(0,0,0,0.15),5px 5px rgba(0,0,0,0.1);
outline: none;
}
@media only screen and (max-width:479px){
.form-container .form-horizontal .form-group{ width: 100%; }
.form-container .signin-link{
width: 100%;
margin: 0 10px 15px;
}
} | 0.251648 | 0.085824 |
body {
font-family: "Open Sans", sans-serif;
color: #121212;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #00899C;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
#gp_main {
margin-left: 300px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#gp_header {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 300px;
transition: all ease-in-out 0.5s;
z-index: 9999;
transition: all 0.5s;
padding: 0 15px;
background: #040b12;
overflow-y: auto;
}
#gp_header .gp_profile h1 {
font-size: 30px;
margin: 0;
padding: 0;
font-weight: 500;
-moz-text-align-last: center;
text-align-last: center;
font-family: "Roboto Slab", serif;
}
#gp_header .gp_profile img {
margin: 15px auto;
display: block;
width: 120px;
border: 10px solid #2c2f3f;
}
/*-------------------------------------------------------------
Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
padding: 30px 0 0 40px;
}
.nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
}
.nav-menu a {
display: flex;
align-items: center;
color: #a8a9b4;
padding: 12px 15px;
margin-bottom: 8px;
transition: 0.3s;
font-size: 17px;
}
.nav-menu a i {
font-size: 17px;
padding-right: 12px;
color: #6f7180;
}
.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
color: #00899C;
}
.nav-menu a:hover i, .nav-menu .active i, .nav-menu li:hover > a i {
color: #00899C;
}
/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
#gp_home {
position: relative;
background-color: black;
height: 100vh;
min-height: 25rem;
width: 100%;
overflow: hidden;
}
#gp_home video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
#gp_home .container {
position: relative;
z-index: 2;
}
#gp_home .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.6;
z-index: 1;
}
#gp_home h1 {
margin: 0 0 10px 0;
font-size: 64px;
font-weight: 700;
line-height: 56px;
color: #fff;
}
#gp_home p {
color: #fff;
margin-bottom: 50px;
font-size: 26px;
font-family: "Poppins", sans-serif;
}
#gp_home p span {
color: #fff;
padding-bottom: 4px;
letter-spacing: 1px;
border-bottom: 3px solid #149ddd;
}
@media (pointer: coarse) and (hover: none) {
#gp_home {
background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
}
#gp_home video {
display: none;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}
.section-bg {
background: #f5f8fd;
}
.section-title {
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #173b6c;
}
.section-title h2::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #149ddd;
bottom: 0;
left: 0;
}
.section-title p {
margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
font-weight: 700;
font-size: 26px;
color: #173b6c;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.about .content ul strong {
margin-right: 10px;
}
.about .content ul i {
font-size: 16px;
margin-right: 5px;
color: #149ddd;
line-height: 0;
}
.about .content p:last-child {
margin-bottom: 0;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}
.skills .progress .skill {
padding: 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #050d18;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: #dce8f8;
height: 10px;
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: .9s;
background-color: #149ddd;
}
/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #050d18;
}
.resume .resume-item {
padding: 0 0 20px 20px;
margin-top: -2px;
border-left: 2px solid #1f5297;
position: relative;
}
.resume .resume-item h4 {
line-height: 18px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #050d18;
margin-bottom: 10px;
}
.resume .resume-item h5 {
font-size: 16px;
background: #e4edf9;
padding: 5px 15px;
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
.resume .resume-item ul {
padding-left: 20px;
}
.resume .resume-item ul li {
padding-bottom: 10px;
}
.resume .resume-item:last-child {
padding-bottom: 0;
}
.resume .resume-item::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border-radius: 50px;
left: -9px;
top: 0;
background: #fff;
border: 2px solid #1f5297;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#gp_footer {
padding: 15px;
color: #f4f6fd;
font-size: 14px;
position: fixed;
left: 0;
bottom: 0;
width: 300px;
z-index: 9999;
background: #040b14;
}
#gp_footer .gp_credits {
padding-top: 5px;
text-align: center;
font-size: 13px;
color: #eaebf0;
}
#gp_footer .container .gp_social_links a {
font-size: 18px;
display: inline-block;
background: #212431;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#gp_footer .container .gp_social_links a:hover {
background: #00899C;
color: #fff;
text-decoration: none;
}
.gp_social_links {
padding-left: 30px;
} | assets/css/style.css | body {
font-family: "Open Sans", sans-serif;
color: #121212;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #00899C;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
#gp_main {
margin-left: 300px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#gp_header {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 300px;
transition: all ease-in-out 0.5s;
z-index: 9999;
transition: all 0.5s;
padding: 0 15px;
background: #040b12;
overflow-y: auto;
}
#gp_header .gp_profile h1 {
font-size: 30px;
margin: 0;
padding: 0;
font-weight: 500;
-moz-text-align-last: center;
text-align-last: center;
font-family: "Roboto Slab", serif;
}
#gp_header .gp_profile img {
margin: 15px auto;
display: block;
width: 120px;
border: 10px solid #2c2f3f;
}
/*-------------------------------------------------------------
Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
padding: 30px 0 0 40px;
}
.nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
}
.nav-menu a {
display: flex;
align-items: center;
color: #a8a9b4;
padding: 12px 15px;
margin-bottom: 8px;
transition: 0.3s;
font-size: 17px;
}
.nav-menu a i {
font-size: 17px;
padding-right: 12px;
color: #6f7180;
}
.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
color: #00899C;
}
.nav-menu a:hover i, .nav-menu .active i, .nav-menu li:hover > a i {
color: #00899C;
}
/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
#gp_home {
position: relative;
background-color: black;
height: 100vh;
min-height: 25rem;
width: 100%;
overflow: hidden;
}
#gp_home video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
#gp_home .container {
position: relative;
z-index: 2;
}
#gp_home .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.6;
z-index: 1;
}
#gp_home h1 {
margin: 0 0 10px 0;
font-size: 64px;
font-weight: 700;
line-height: 56px;
color: #fff;
}
#gp_home p {
color: #fff;
margin-bottom: 50px;
font-size: 26px;
font-family: "Poppins", sans-serif;
}
#gp_home p span {
color: #fff;
padding-bottom: 4px;
letter-spacing: 1px;
border-bottom: 3px solid #149ddd;
}
@media (pointer: coarse) and (hover: none) {
#gp_home {
background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
}
#gp_home video {
display: none;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}
.section-bg {
background: #f5f8fd;
}
.section-title {
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #173b6c;
}
.section-title h2::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #149ddd;
bottom: 0;
left: 0;
}
.section-title p {
margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
font-weight: 700;
font-size: 26px;
color: #173b6c;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.about .content ul strong {
margin-right: 10px;
}
.about .content ul i {
font-size: 16px;
margin-right: 5px;
color: #149ddd;
line-height: 0;
}
.about .content p:last-child {
margin-bottom: 0;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}
.skills .progress .skill {
padding: 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #050d18;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: #dce8f8;
height: 10px;
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: .9s;
background-color: #149ddd;
}
/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
font-size: 26px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
color: #050d18;
}
.resume .resume-item {
padding: 0 0 20px 20px;
margin-top: -2px;
border-left: 2px solid #1f5297;
position: relative;
}
.resume .resume-item h4 {
line-height: 18px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #050d18;
margin-bottom: 10px;
}
.resume .resume-item h5 {
font-size: 16px;
background: #e4edf9;
padding: 5px 15px;
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
.resume .resume-item ul {
padding-left: 20px;
}
.resume .resume-item ul li {
padding-bottom: 10px;
}
.resume .resume-item:last-child {
padding-bottom: 0;
}
.resume .resume-item::before {
content: "";
position: absolute;
width: 16px;
height: 16px;
border-radius: 50px;
left: -9px;
top: 0;
background: #fff;
border: 2px solid #1f5297;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#gp_footer {
padding: 15px;
color: #f4f6fd;
font-size: 14px;
position: fixed;
left: 0;
bottom: 0;
width: 300px;
z-index: 9999;
background: #040b14;
}
#gp_footer .gp_credits {
padding-top: 5px;
text-align: center;
font-size: 13px;
color: #eaebf0;
}
#gp_footer .container .gp_social_links a {
font-size: 18px;
display: inline-block;
background: #212431;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#gp_footer .container .gp_social_links a:hover {
background: #00899C;
color: #fff;
text-decoration: none;
}
.gp_social_links {
padding-left: 30px;
} | 0.366703 | 0.056914 |
html, body{
font-size: 100%;
background: #fff;
font-family: 'Roboto', sans-serif !important;
}
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 --*/
.logo{
float:left;
margin:1em 0 0;
}
.logo a{
display:block;
}
.logo-right{
float:right;
}
.logo-right span{
display:none;
}
.logo-right ul{
padding:3em 0 0;
margin:0;
}
.logo-right ul li{
display:inline-block;
margin:0 10px;
}
.logo-right ul li a{
color:#f9a32d;
font-size:14px;
letter-spacing:1px;
text-decoration:none;
font-family: 'Roboto', sans-serif;
font-style:normal;
}
.logo-right ul li a:hover,.logo-right ul li.cap a{
padding:2.8em 0em 0;
border-top:3px solid #f9a32d;
text-decoration:none;
}
/*-- //header --*/
/*-- banner --*/
.banner{
background:url(../images/banner.jpg) no-repeat 0px 0px;
background-size:cover;
min-height:555px;
margin: 1em 0 0;
}
.banner-info{
padding:15em 0 1em 2em;
font-family: 'Roboto', sans-serif;
font-style:normal;
}
.banner-info h1{
color:#fff;
font-size:35px;
margin:0 0 1em;
font-weight:600;
}
.banner-info a{
padding:10px 30px;
background:#fb752d;
color:#fff;
font-size:18px;
border-bottom:3px solid #377ca1;
text-decoration:none;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.banner-info a:hover{
text-decoration:none;
color:#fb752d;
}
/*-- //banner --*/
/* Bounce To Right */
.hvr-bounce-to-right {
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;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*------------------ Slider Part starts Here----------*/
#slider3,
#slider2,#slider4 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 80%;
left: -19.4%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 75px;
width: 39px;
background: transparent url("../images/sp.png") no-repeat -19px -8px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background:transparent url("../images/sp.png") no-repeat -75px -8px;
right:-19.4%;
}
.callbacks2_nav.prev{
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:80%;
left:47.6%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 35px;
width: 28px;
background: transparent url("../images/img-sp.png") no-repeat -1.4em -26em;
}
.callbacks2_nav:active {
opacity: 1.0;
}
.callbacks2_nav.next {
left: auto;
background:transparent url("../images/img-sp.png") no-repeat -4em -26em;
right:47.6%;
height: 35px;
width: 28px;
top:80%;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
display: inline-block;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
float: left;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider2-pager .rslides_here a,#slider4-pager .rslides_here a{
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
padding: 0;
}
#slider3-pager li,#slider4-pager li,#slider2-pager li,{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
padding: 0;
margin: 0;
width:100%;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
left:0%;
top: 0;
width:100%;
}
.rslides li{
position: relative;
display: block;
float: none;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top:120.5%;
z-index: 999;
right: 6%;
padding:0em 0.6em 1em .3em;
margin: 0;
border-radius: 5px;
}
.slider-top{
text-align: center;
padding:10em 0;
}
.slider-top h1{
font-weight:700;
font-size:48px;
color:#010101;
}
.slider-top p{
font-weight:400;
font-size:20px;
padding:1em 7em;
color:#010101;
}
.slider-top ul.social-slide{
display:inline-flex;
margin: 0px;
padding: 0px;
}
ul.social-slide li i{
width:70px;
height:74px;
background:url(../images/backward.png)no-repeat;
display: inline-block;
margin:0px 15px;
}
ul.social-slide li i.win{
background-position:-6px 0px;
}
ul.social-slide li i.android{
background-position:-110px 0px;
}
ul.social-slide li i.mac{
background-position:-215px 0px;
}
.callbacks_tabs li{
display: inline-block;
margin: 0 .5em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 17px;
width: 17px;
display: inline-block;
background:#fff;
border-radius: 100%;
}
.callbacks_here a:after{
background:#9cc303;
}
/*------------------ Slider Part ends Here----------*/
/*-- banner-bottom --*/
.banner-bottom{
padding:4em 0 3em;
background:#eeeeee;
}
.forced{
float:left;
width:50%;
}
.forced p{
font-size:18px;
color:#64686d;
margin:0;
font-family: 'Roboto', sans-serif;
}
.Alor {
float: left;
margin: 2em 0 0 0em;
}
.donate{
float:right;
margin-top: 3em;
width:50%;
}
.Alor p{
font-size:18px;
color:#fb6928;
margin:0;
font-weight: 600;
font-family: 'Roboto', sans-serif;
text-align:center;
}
.us{
float:right;
}
.us a{
padding:10px 30px;
background:#fb752d;
color:#fff;
font-size:18px;
border-bottom:3px solid #377ca1;
text-decoration:none;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.us a:hover{
text-decoration:none;
color:#fb752d;
}
/*-- //banner-bottom --*/
/*-- history --*/
.history{
padding:6em 0;
}
.history h3{
color:#fcb759;
font-size:40px;
margin:0;
text-align:center;
font-family: 'Roboto', sans-serif;
}
.history h3:after{
background:url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content:'';
}
.history p.libero{
font-size:15px;
color:#64686d;
margin:1em 0 0;
text-align:center;
line-height: 1.7em;
}
.history-grids{
margin:3em 0 0;
}
.history-grid-left,.history-grid-left1,.history-grid-left2,.history-grid-left3{
float:left;
}
.history-grid-left span{
background: url(../images/img-sp.png) no-repeat -10px -10px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left span:hover{
background: url(../images/img-sp.png) no-repeat -122px -10px;
display: block;
}
.history-grid-left1 span{
background: url(../images/img-sp.png) no-repeat -10px -95px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left1 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -95px;
display: block;
}
.history-grid-left2 span{
background: url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left2 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.history-grid-left3 span{
background: url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left3 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.history-grid-right{
float:left;
margin:1em 0 0 2em;
}
.history-grid-right h4{
color:#fa7c28;
margin:0 0 .3em;
font-size:18px;
font-weight:500;
}
.history-grid-right p{
margin:0;
color:#64686d;
font-size:15px;
}
.history-grid1{
margin:2.5em 0;
}
/*-- //history --*/
/*-- lorum --*/
.lorum{
background:url(../images/1.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:432px;
}
.lorum-info{
padding:9em 0 0;
}
.lorum-info h3{
color:#fff;
font-weight:500;
margin:0;
font-size:3em;
text-align:center;
}
.lorum-info h3 span{
display:block;
}
/*-- //lorum --*/
/*-- about --*/
.about{
padding:6em 0;
}
.about h3{
color:#fcb759;
font-size:40px;
margin:0 0 1em;
text-align:center;
}
.about h3:after{
background:url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content:'';
}
.about-top-text{
position:relative;
}
.about-top-text p{
color: #64686d;
margin: 0 0 1.5em;
font-size: 18px;
font-weight: 600;
padding: .8em 0;
}
.about-top-text:before {
content: '';
height: 100%;
border-left: 5px solid #eeeeee;
position: absolute;
top: 0%;
left: -2%;
}
p.about-top-text span{
width:2%;
height:10px;
background:#eeeeee;
margin-right:2em;
}
p.unique{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
text-align: center;
line-height: 1.7em;
}
.about-grids{
margin:3em 0 0;
}
.about-grid h2{
font-size:1.8em;
margin:0 0 .5em;
color:#fa7c28;
font-weight:600;
}
.progress-bar {
width: 45% !important;
background-color: #45aed6 !important;
}
.progress {
height: 1px !important;
background-color: #eeeeee !important;
}
.about-grid-fig {
position:relative;
}
.about-grid-fig img{
width:100%;
}
a.play-icon span{
background:url(../images/7.png) no-repeat 0px 0px;
display:block;
height:77px;
width:109px;
position:absolute;
top: 39%;
left: 39%;
}
h2.community{
margin:0 0 1em;
}
.mission{
margin:1em 0 0;
position:relative;
}
.mission-grid h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 18px;
font-weight: 600;
}
.mission p{
margin:0 0 0 1.5em;
font-size:18px;
color:#646871;
padding:.4em 0;
}
.mission:before {
content: '';
height: 100%;
border-left: 5px solid #eeeeee;
position: absolute;
top: 0%;
left: 0%;
}
.mission-vision{
margin:2em 0 0;
}
.vission-grid{
margin:1.5em 0 0;
}
.vission-grid h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 17px;
font-weight: 600;
}
.more{
margin:1em 0 0 1em;
}
.more a{
padding: 8px 20px;
background: #fb752d;
color: #fff;
font-size: 14px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.more a:hover {
text-decoration: none;
color: #fb752d;
}
/*-- //about --*/
/*-- activities --*/
.activities{
padding:6em 0;
}
.activities h3 {
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.activities h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.activities p.libero {
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
text-align: center;
line-height: 1.7em;
}
.activities-grid-left,.activities-grid-left1,.activities-grid-left2{
float:left;
width: 22%;
}
.activities-grid-left span{
background: url(../images/img-sp.png) no-repeat -10px -10px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left1 span{
background:url(../images/img-sp.png) no-repeat -10px -95px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left2 span{
background:url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left span:hover{
background: url(../images/img-sp.png) no-repeat -122px -10px;
display: block;
}
.activities-grid-left1 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -95px;
display: block;
}
.activities-grid-left2 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.activities-grid-right{
float:right;
width: 73%;
}
.activities-grid-right h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 18px;
font-weight: 600;
}
.activities-grid-right p{
font-size: 15px;
color: #64686d;
margin:1.5em 0 0;
line-height: 1.7em;
}
.activities-grids{
margin:6em 0 3em;
}
.history-faq-grid h4{
font-size: 1.8em;
margin: 0 0 .5em;
color: #fa7c28;
font-weight: 600;
}
/******** SAP ************/
.sap_tabs{
clear:both;
font-family: 'Raleway', sans-serif;
font-style: normal;
position:relative;
}
.facts {
border: none;
text-align: center;
padding:1.3em;
}
.top1{
margin-top: 2%;
}
ul.resp-tabs-list {
list-style: none;
background:#eee;
margin: 0em auto 0;
border-bottom:3px solid #222534;
}
div#horizontalTab {
background:none;
}
.tab_list li:nth-child(2){
margin: 2em 0 0;
}
.resp-tab-item:first-child{
border-left:none;
}
.resp-tab-item{
color: #777;
font-size: 16px;
cursor: pointer;
padding:10px 48px;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
float: none;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-transform: uppercase;
}
.resp-tab-item:hover {
text-shadow: none;
}
.resp-tab-active{
background:#fa7924;
text-shadow: none;
color:#e2e2e2;
}
.resp-tabs-container {
padding: 0px;
clear: left;
border:3px solid #eeeeee;
border-top:none;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
h2.resp-accordion {
font-size:1em;
margin: 0px;
padding: 10px 15px;
background:#f77462;
margin:10px 0;
color:#fff;
}
h2.resp-accordion:hover{
background:#6CC5D9;
text-shadow: none;
color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
padding-top:0;
}
.resp-tabs-container{
padding:10px;
}
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
}
ul.tab_list{
list-style: none;
padding:0em;
margin:0;
text-align: left;
}
ul.tab_list li {
margin-bottom: 0px;
}
ul.tab_list li a {
font-size:13px;
color:#8a8a8a;
line-height: 20px;
vertical-align: top;
text-decoration: none;
}
ul.tab_list li a:hover {
color:none;
}
.resp-tab-active span {
}
/******** //SAP ************/
.eiusmod{
border:1px solid #eee;
}
p.para{
color: #43a1c5;
font-size: 15px;
margin:0;
padding:.5em 1.5em;
border-bottom:1px solid #eee;
}
p.para1{
color:#8a8a8a;
font-size:14px;
margin:0;
padding:.5em 1.5em 2em;
}
.keffiyeh{
margin:.5em 0;
}
.keffiyeh,.butcher{
border:1px solid #eee;
padding:.5em 1.5em;
}
.keffiyeh p,.butcher p{
color:#8a8a8a;
font-size:14px;
margin:0;
}
.work{
padding:6em 0;
background:#1f212d;
}
.work h3{
color: #fff;
font-size: 40px;
margin: 0;
text-align: center;
}
.work h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
.first-step span{
background: url(../images/2.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step1 span{
background: url(../images/3.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step2 span{
background: url(../images/4.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step3 span{
background: url(../images/5.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step4 span{
background: url(../images/6.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step5 span{
background: url(../images/13.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.thumbnail{
background:none !important;
border:none !important;
}
.caption h4{
font-size:24px;
margin:1em 0 2em;
color:#fff;
}
.caption p{
color:#fff;
margin:0;
font-size:14px;
line-height: 1.8em;
}
.work-grid{
text-align:center;
}
.work-grids{
margin:2em 0 0;
}
/*-- //activities --*/
/*-- team --*/
.team-grid{
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;
}
.team{
padding:6em 0;
}
.team h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.team h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.team-grids{
margin:3em 0 0;
}
.team-grid-main{
padding:0 !important;
}
.team-grid h4{
color:#fa7c28;
font-size: 25px;
margin:.5em 0 .7em;
font-weight: 600;
}
.pretium{
padding:1em !important;
background:#eee;
border:2px solid #eee;
border-top:none;
}
.team-grid p{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
line-height: 1.7em;
}
p.founder{
font-size:13px;
color:#4E4F4F;
margin:0;
padding-bottom:1.5em;
border-bottom:1px solid #DADADA;
}
.team-grid ul{
padding:1em 0 0;
margin:0;
}
.team-grid ul li{
display:inline-block;
}
.team-grid ul li a.facebook{
background: url(../images/img-sp.png) no-repeat -243px -12px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.facebook:hover,.team-grid:hover div a.facebook{
background: url(../images/img-sp.png) no-repeat -314px -12px;
display:block;
}
.team-grid ul li a.twitter{
background: url(../images/img-sp.png) no-repeat -243px -57px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.twitter:hover,.team-grid:hover div a.twitter{
background: url(../images/img-sp.png) no-repeat -314px -57px;
display:block;
}
.team-grid ul li a.g-plus{
background: url(../images/img-sp.png) no-repeat -243px -103px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.g-plus:hover,.team-grid:hover div a.g-plus{
background: url(../images/img-sp.png) no-repeat -314px -103px;
display:block;
}
.team-grid ul li a.in{
background: url(../images/img-sp.png) no-repeat -243px -153px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.in:hover,.team-grid:hover div a.in{
background: url(../images/img-sp.png) no-repeat -314px -153px;
display:block;
}
.team-grid:hover div.pretium{
border:2px solid #45aed6;
border-top:none;
}
/*-- //team --*/
/*-- liton --*/
.liton-fig span{
background:url(../images/14.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-fig1 span{
background:url(../images/11.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-fig2 span{
background:url(../images/12.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-info h3{
color:#fff;
font-size:20px;
margin:1em 0 0;
}
.liton-info p{
color:#716E6E;
font-size:13px;
margin:.3em 0 2em;
}
p.tortor{
width:65%;
font-size:14px;
margin:0 auto;
line-height:1.8em;
color:#fff;
}
.lton-inf{
text-align:center;
background:#000;
padding:0 0 6em;
}
/*-- //liton --*/
/*-- news --*/
.news{
padding:6em 0;
}
.news h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.news h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.news-grd{
position:relative;
}
.news-grd img{
width:100%;
}
.news-grids{
margin:3em 0 0;
}
.video{
position:absolute;
top: 87%;
left: 80%;
}
p.date{
margin:0;
font-size:14px;
color:#65bcdc;
}
.news-grd-text{
padding:1.5em 1em 1.7em;
border:1px solid #eee;
}
.news-grd-text h4,.news-grd-text1 h4{
color:#64686d;
font-size: 1.3em;
margin: 0.5em 0 0;
font-weight: 600;
}
p.children{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
line-height: 1.7em;
}
.more1 a{
padding: 8px 20px;
background: #fb752d;
color: #fff;
font-size: 14px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.more1 a:hover {
text-decoration: none;
color: #fb752d;
}
.more1 {
margin: 1em 0 1.5em;
}
.edit{
padding:1em 0 0;
border-top:1px solid #eee;
}
.edit p{
color:#a2a2a2;
font-size:15px;
margin:0;
background: url(../images/pencil.png) no-repeat 0px 3px;
display: block;
height: 15px;
padding-left: 1.3em;
}
.news-grid-left{
float:left;
position:relative;
width:41.5%;
}
.news-grid-right{
float:right;
width:58.5%;
padding:1em 1em 1em 2em;
border:1px solid #eee;
}
.gallery{
position:absolute;
top: 8%;
right: -7%;
}
img.steel{
width:100%;
}
.news-income:nth-child(2){
margin:3.4em 0 0;
}
.contact-header{
padding:6em 0;
background: #f79b59; /* Old browsers */
background: -moz-linear-gradient(top, #f79b59 34%, #fa832b 99%, #f99248 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#f79b59), color-stop(99%,#fa832b), color-stop(100%,#f99248)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* IE10+ */
background: linear-gradient(to bottom, #f79b59 34%,#fa832b 99%,#f99248 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79b59', endColorstr='#f99248',GradientType=0 ); /* IE6-9 */
}
.contact-header h3{
color: #fff;
font-size: 40px;
margin: 0;
text-align: center;
}
.contact-header h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
.map{
position:relative;
}
.map iframe{
width:100%;
min-height:700px;
margin:0 0 -7px;
}
.map-color{
background:rgba(69, 174, 214, 0.37);
position: absolute;
top: 0%;
left: 0;
min-height: 700px;
width: 100%;
}
.contact-info{
float:right;
margin:5em 2em 0em 0;
width:40%;
background:rgba(255, 255, 255, 0.6);
padding:1.5em;
}
.contact-info h4{
font-size:25px;
margin:0;
color:#fa7c28;
}
.contact-info p{
font-size: 15px;
color: #64686d;
margin: 1em 0;
line-height: 1.7em;
}
.contact-info p span{
display:block;
}
.contact-info input[type="text"],.contact-info input[type="email"],.contact-info textarea{
outline:none;
padding:10px 13px;
background:#fff;
border:1px solid #000;
font-size:13px;
color:#a1a1a1;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
width:100%;
}
.contact-info input[type="email"]{
margin:1.5em 0;
}
.contact-info textarea{
resize:none;
min-height:150px;
margin:1.5em 0 1em;
}
.contact-info input[type="submit"]{
outline:none;
border:none;
padding: 8px 0px;
width:30%;
background: #fb752d;
color: #fff;
font-size: 15px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
}
.contact-info input[type="submit"]:hover{
background:#fff;
color:#fb752d;
}
/*-- //news --*/
/*-- our-childrens --*/
.our-childrens{
padding:6em 0;
background:#f5f5f5;
}
.our-childrens h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.our-childrens h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
visibility:visible;
}
.b-link-stripe .b-line1{
left:0;
}
.b-link-stripe .b-line2{
left:20%;
transition-delay:0.1s !important;
-moz-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
left:40%;
transition-delay:0.2s !important;
-moz-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
left:60%;
transition-delay:0.3s !important;
-moz-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
left:80%;
transition-delay:0.4s !important;
-moz-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
opacity:1;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/*----- Strip -----*/
.b-link-stripe{
position:relative;
display:inline-block;
vertical-align:top;
font-weight: 300;
overflow:hidden;
}
.b-link-stripe .b-wrapper{
position:absolute;
width:100%;
height:100%;
top:49.5%;
left:0;
overflow:hidden;
}
.b-link-stripe .b-line{
position:absolute;
top:0;
bottom:0;
width:20%;
background:rgba(15, 207, 140, 0.9);
transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-ms-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
opacity:0;
visibility:hidden; /* lt-ie9 */
}
/*-- portfolio-img --*/
.b-animate-go{
text-decoration:none;
}
.b-animate{
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
visibility: hidden;
}
.b-animate img{
margin-top:-40px;
margin-left: 6em;
display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
visibility:visible;
}
.b-from-left{
position:relative;
left:-100%;
}
.b-animate-go:hover .b-from-left{
left:0;
}
.b-wrapper:hover {
background:none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.text-info{
padding:0em .5em 1em;
background: rgba(0, 0, 0, 0.38);
}
.text-info h4{
color:#fff;
font-size:14px;
margin:0 0 1.5em;
}
.text-info p{
color:#fff;
font-size:13px;
margin:0;
}
.text-info p span{
display:block;
margin:.7em 0 0;
}
.our-childrens-grids:nth-child(2){
margin:4em 0 2em;
}
/*-- //our-childrens --*/
/*-- footer --*/
.footer-grids{
padding:4em 0;
background:#666666;
}
.footer-grid-left {
float: left;
margin-left: 2em;
}
.footer-grid-center{
float:left;
margin: 2em 0 0 20em;
}
.footer-grid-center p{
font-size:16px;
margin:0;
color:#fff;
}
.footer-grid-center p a{
color:#fff;
}
.footer-grid-center p a:hover{
color:#fc9347;
text-decoration:underline;
}
.footer-grid-right{
float:right;
margin-right: 2em;
}
.footer-grid-right ul{
padding:1em 0 0;
margin:0;
}
.footer-grid-right ul li{
display:inline-block;
margin:0 5px;
}
.footer-grid-right ul li a.f{
background: url(../images/img-sp.png) no-repeat -243px -12px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.f:hover{
background: url(../images/img-sp.png) no-repeat -314px -12px;
display:block;
}
.footer-grid-right ul li a.t{
background: url(../images/img-sp.png) no-repeat -243px -57px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.t:hover{
background: url(../images/img-sp.png) no-repeat -314px -57px;
display:block;
}
.footer-grid-right ul li a.g{
background: url(../images/img-sp.png) no-repeat -243px -103px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.g:hover{
background: url(../images/img-sp.png) no-repeat -314px -103px;
display:block;
}
.footer-grid-right ul li a.i{
background: url(../images/img-sp.png) no-repeat -243px -153px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.i:hover{
background: url(../images/img-sp.png) no-repeat -314px -153px;
display:block;
}
/*-- //footer --*/
/*-- wmuslider --*/
.wmuSlider {
position: relative;
overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
/*--max-width: 100%;
width: auto;
height: auto;
display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
z-index: 2;
position: absolute;
right: 47%;
top: 96%;
}
ul.wmuSliderPagination {
padding:0;
}
.wmuSliderPagination li {
float: left;
margin: 0 8px 0 0;
list-style-type: none;
}
.wmuSliderPagination a {
display: block;
text-indent: -9999px;
width: 10px;
height: 10px;
background:#FA7923;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.wmuSliderPagination a.wmuActive {
background:#e2d1aa;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
margin-bottom: 10px;
}
.banner-wrap{
padding:7em 0 4em;
}
/*-- //wmuslider --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
.callbacks_nav {
left:-11.7%;
}
.callbacks_nav.next {
right:-11.7%;
}
.lorum {
min-height: 384px;
}
.lorum-info {
padding: 6em 0 0;
}
.news-income:nth-child(2) {
margin: 1.7em 0 0;
}
}
@media (max-width:1366px){
.banner-info {
padding: 12em 0 1em 6em;
}
.banner {
min-height: 470px;
}
.callbacks_nav.next {
right: -8.3%;
}
.callbacks_nav {
left:-8.7%;
}
.lorum {
min-height: 364px;
}
.lorum-info h3 {
font-size: 2.7em;
}
.lorum-info {
padding: 6em 0 0;
}
.news-income:nth-child(2) {
margin: 1.7em 0 0;
}
}
@media (max-width: 1280px){
.banner {
min-height: 440px;
}
.callbacks_nav.next {
right: -4.5%;
}
.callbacks_nav {
left: -4.8%;
}
.history h3,.about h3,.activities h3,.our-childrens h3,.work h3,.team h3,.news h3,.contact-header h3{
font-size: 35px;
}
.history h3:after,.about h3:after,.activities h3:after,.team h3:after,.news h3:after{
background: url(../images/line.png) no-repeat 14.23em 0.4em;
}
.our-childrens h3:after,.work h3:after,.contact-header h3:after{
background: url(../images/line1.png) no-repeat 14.23em 0.4em;
}
.lorum-info h3 {
font-size: 2.4em;
}
.lorum {
min-height: 340px;
}
.work {
padding: 6em 0 4em;
}
.news-income:nth-child(2) {
margin: 3.4em 0 0;
}
.banner-bottom {
padding: 3em 0 2em;
}
}
@media (max-width: 1024px){
.callbacks_nav.next {
right: -3.5%;
}
.callbacks_nav {
left: -3.8%;
}
.logo-right ul li {
margin: 0 7px;
}
.banner {
min-height: 355px;
}
.banner-info h1 {
font-size: 32px;
}
.Alor p {
font-size: 17px;
}
.callbacks_nav {
top: 50%;
}
.banner-info a,.us a {
padding: 8px 23px;
font-size: 16px;
}
.forced p {
font-size: 17px;
}
.Alor {
margin: 1em 0 0 0em;
}
.history,.about,.activities,.our-childrens,.team,.news,.contact-header {
padding: 4em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 32px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
}
.lorum {
min-height: 275px;
}
.lorum-info h3 {
font-size: 2.1em;
}
.lorum-info {
padding: 4em 0 0;
}
.about-grid h2 {
font-size: 1.5em;
}
.mission-grid h4 {
font-size: 17px;
}
.mission p {
font-size: 17px;
}
.more a {
padding: 4px 16px;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 26%;
}
.activities-grid-right {
width: 68%;
}
.resp-tab-item {
padding: 10px 35px;
}
p.para1 {
padding: .5em 1.5em 1em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
}
img.one {
width: 100%;
}
.b-link-stripe .b-wrapper {
top: 35.5%;
}
.text-info p {
font-size: 12px;
}
.b-animate img {
margin-left: 4em;
}
.text-info h4 {
margin: 0 0 1em;
}
.work {
padding: 5em 0 3em;
}
.caption h4 {
font-size: 18px;
margin: 1em 0 1em;
}
.first-step span {
background: url(../images/2.png) no-repeat 1.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 1.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 1.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 1.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 1.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 1.5em 0em;
}
.caption h4 {
margin: .5em 0;
}
p.founder {
padding-bottom: 1em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 30.5em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 30.5em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 30.5em 0em;
}
.banner-wrap {
padding: 4em 0 3em;
}
.lton-inf {
padding: 0 0 5em;
}
.video {
top: 81%;
left: 75%;
}
.more1 a {
padding: 5px 13px;
font-size: 13px;
}
.news-grd-text {
padding: 1.5em 1em 1em;
}
.news-grd-text h4, .news-grd-text1 h4 {
font-size: 1.1em;
}
p.children {
margin: .5em 0 0;
}
.more1 a {
padding: 3px 10px;
font-size: 12px;
}
.more1 {
margin: 1em 0;
}
.edit {
padding: .5em 0 0;
}
p.date {
font-size: 13px;
}
p.children {
font-size: 14px;
}
.edit p {
font-size: 14px;
}
.news-grid-right {
padding:1em 1em .7em 1.7em;
}
.news-income:nth-child(2) {
margin: 5em 0 0;
}
.contact-info {
width: 50%;
margin: 3em 2em 0em 0;
}
.map iframe,.map-color {
min-height: 655px;
}
.footer-grid-center {
margin: 2em 0 0 13em;
}
.footer-grids {
padding: 3em 0;
}
.wmuSliderPagination {
right: 46%;
}
}
@media (max-width:768px){
.logo-right ul.nav1 li {
display: inline-block;
margin: 0;
width: 100%;
padding: 17px 1em;
text-align: center;
}
.logo-right ul {
position: absolute;
padding: 0;
margin: 0;
left: 2%;
width: 96%;
z-index: 999;
}
span.menu {
display: block;
cursor: pointer;
width: 100%;
position: relative;
text-align:right;
margin: 3px 0;
}
ul.nav1{
display:none;
background: #757272;
margin-top:2em;
}
.logo-right {
margin-top: 2em;
width: 6%;
}
.logo-right ul li a:hover, .logo-right ul li.cap a {
padding: 0.8em 0em 0;
border-top: 2px solid #fff;
}
.logo-right ul li a {
color: #fff;
}
.logo-right ul.nav1 li {
padding: 14px 1em;
}
.callbacks_nav {
left: -2.3%;
}
.callbacks_nav.next {
right: -2%;
}
.forced p {
font-size: 15px;
}
.forced {
width: 54%;
}
.donate {
margin-top: 1em;
width: 46%;
}
.Alor p {
font-size: 15px;
}
.banner-info a, .us a {
padding: 4px 12px;
font-size: 15px;
}
.banner {
min-height: 270px;
}
.banner {
min-height: 270px;
}
.banner-info {
padding: 7em 0 1em 6em;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 29px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 10em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 10em 0.4em;
}
.history, .about, .activities, .our-childrens, .team, .news, .contact-header {
padding: 3em 0;
}
.history p.libero {
font-size: 14px;
}
.history-grid {
float: left;
width: 50%;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
width: 22%;
}
.history-grid-right {
width: 73%;
margin: 1em 0 0 1em;
}
.history-grid1 {
margin: 1em 0;
}
.lorum-info h3 {
font-size: 1.6em;
}
.lorum {
min-height: 205px;
}
.lorum-info {
padding: 3em 0 0;
}
.about-top-text:before {
left: 0%;
}
.about-top-text p {
margin: 0 0 0em 1.5em;
font-size: 17px;
}
p.unique {
font-size: 14px;
}
a.play-icon span {
top: 40%;
left: 43%;
}
.about-grid-fig {
margin-bottom: 2em;
}
.mission-vision {
margin: 1em 0 0;
}
h2.community {
margin: 0 0 0.5em;
}
.about-grids {
margin: 2em 0 0;
}
.mission p {
font-size: 15px;
}
.activities p.libero {
font-size: 14px;
}
.activities-grids {
margin: 3em 0 3em;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 11%;
}
.activities-grid-right {
width: 87%;
}
.activities-grid:nth-child(2) {
margin: 2em 0;
}
.activities-grid-right p {
font-size: 14px;
margin: 1em 0 0;
}
.resp-tab-item {
padding: 10px 66px;
}
.history-faq-grid {
margin: 2em 0 0;
}
.our-childrens-grid {
float: left;
width: 25%;
}
.text-info h4 {
margin: 0 0 .5em;
font-size:12px;
}
.b-animate img {
margin-left: 3em;
}
.b-link-stripe .b-wrapper {
top: 18.5%;
}
.first-step span {
background: url(../images/2.png) no-repeat 8.9em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 8.9em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 8.9em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 8.9em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 8.9em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 8.9em 0em;
}
.work {
padding: 4em 0 2em;
}
.team-grid {
float: left;
width: 50%;
}
.team-grid-main img {
width: 100%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 22em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 22em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 22em 0em;
}
.banner-wrap {
padding: 2em 0 3em;
}
.lton-inf {
padding: 0 0 2em;
}
.video {
top: 90%;
left: 83%;
}
.news-grid-left {
width: 30%;
}
.news-grid-right {
width: 70%;
}
.news-grid-right {
padding: 2em 1em 1em 1.7em;
}
.more1 {
margin: 1.45em 0;
}
.news-income:nth-child(2) {
margin: 2em 0 0;
}
.news-grid:nth-child(2) {
margin: 2em 0 0;
}
.gallery {
right: -9%;
}
.contact-info {
width: 60%;
margin: 2em 2em 0em 0;
}
.map iframe, .map-color {
min-height: 605px;
}
.contact-info p {
font-size: 14px;
}
.contact-info h4 {
font-size: 22px;
}
.footer-grid-center p {
font-size: 14px;
}
.footer-grid-center {
margin: 2em 0 0 6em;
}
.work-grid {
float: left;
width: 50%;
}
}
@media (max-width:640px){
.footer-grid-left {
margin-left: 1em;
}
.footer-grid-right {
margin-right: 1em;
}
.logo-right {
margin-top: 2em;
width: 7%;
}
.banner-info h1 {
font-size: 27px;
}
.callbacks_nav {
left: -2.7%;
}
.callbacks_nav.next {
right: -2.3%;
}
.forced {
width: 100%;
float: none;
}
.donate {
margin-top: 0;
width: 100%;
float: none;
}
.Alor {
float: none;
width: 100%;
margin: .5em 0;
}
.us {
float: none;
}
.banner-bottom-grids {
text-align: center;
}
.banner-bottom {
padding: 2em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 25px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 9em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 9em 0.4em;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
width: 28%;
}
.history-grid-right {
width: 65%;
margin: .8em 0 0 1em;
}
.history-grids {
margin: 1em 0 0;
}
.history-grid-right h4 {
font-size: 16px;
}
.history-grid-right p {
font-size: 14px;
}
.lorum {
min-height: 170px;
}
.lorum-info h3 {
font-size: 1.3em;
}
.lorum-info {
padding: 2.5em 0 0;
}
.about-top-text p {
padding: .4em 0;
}
.about-top-text p {
margin: 0 0 0em 1em;
font-size: 16px;
}
.about-grid h2,.history-faq-grid h4 {
font-size: 1.3em;
}
a.play-icon span {
top: 41%;
left: 44%;
background-size: 85%;
}
.mission-grid h4,.vission-grid h4 {
font-size: 16px;
}
.banner {
min-height: 220px;
}
.callbacks_nav {
top: 35%;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 13%;
}
.activities-grid-right {
width: 83%;
}
.resp-tab-item {
padding: 10px 52px;
font-size: 14px;
}
.b-animate img {
margin-left: 2em;
width: 30%;
margin-top: -35px;
}
.text-info h4 {
margin: 0 0 .2em;
font-size: 11px;
}
.text-info p {
font-size: 10px;
}
.our-childrens-grids:nth-child(2) {
margin: 1em 0 2em;
}
.first-step span {
background: url(../images/2.png) no-repeat 6.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 6.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 6.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 6.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 6.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 6.5em 0em;
}
.work {
padding: 3em 0 1em;
}
.team-grid p {
font-size: 14px;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 18em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 18em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 18em 0em;
}
.liton-info h3 {
font-size: 16px;
}
.liton-info p {
margin: .3em 0 1em;
}
.wmuSliderPagination {
right: 44%;
}
.news-grid-right {
padding: 1em 0em 1em 2em;
}
.more1 {
margin:0.45em 0 .5em;
}
p.date {
font-size: 12px;
}
.contact-info {
width: 70%;
}
.contact-info input[type="submit"] {
padding: 6px 0px;
width: 40%;
font-size: 14px;
}
.footer-grid-center {
margin: 2em 0 0 1.5em;
}
.footer-grids {
padding: 2em 0;
}
}
@media (max-width: 600px){
.resp-tab-item {
padding: 10px 47px;
font-size: 14px;
}
.footer-grid-left {
width: 30%;
}
.footer-grid-left img {
width: 100%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 16em 0em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 16em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 16em 0em;
}
}
@media (max-width:568px){
.resp-tab-item {
padding: 10px 43px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 8em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 8em 0.4em;
}
.gallery {
right: -4%;
}
.news-grid-left {
width: 100%;
float: none;
}
.news-grid-right {
width: 100%;
float: none;
}
.footer-grid-left {
width: 26%;
}
}
@media (max-width:480px){
.footer-grid-left img {
width: 41%;
}
ul.nav1 {
margin-top: 1.4em;
}
.logo a img {
width: 75%;
}
.logo-right {
margin-top: 1.3em;
width: 11%;
}
.banner-info h1 {
font-size: 18px;
}
.banner-info a, .us a {
padding: 5px 12px;
font-size: 13px;
}
.callbacks_nav {
left: -3.7%;
}
.callbacks_nav.next {
right: -3.3%;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 22px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 6.6em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 6.6em 0.4em;
}
.history-grid {
float: none;
width: 75%;
margin: 0 auto;
}
.lorum {
min-height: 126px;
}
.lorum-info h3 {
font-size: 1.1em;
}
.lorum-info {
padding: 1.5em 0 0;
}
.about-top-text p {
font-size: 13px;
}
.about-grid h2, .history-faq-grid h4 {
font-size: 1.2em;
}
.about-grids {
margin: 1em 0 0;
}
a.play-icon span {
background-size: 63%;
}
.more a {
font-size: 13px;
}
.activities-grid-right h4 {
font-size: 17px;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 18%;
}
.activities-grid-right {
width: 77%;
}
.activities-grids {
margin: 2em 0;
}
.our-childrens-grid {
width: 50%;
margin: .5em 0;
}
.b-link-stripe .b-wrapper {
top: 37.5%;
}
.b-animate img {
margin-left: 4em;
width: 23%;
}
.first-step span {
background: url(../images/2.png) no-repeat 3.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 3.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 3.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 3.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 3.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 3.5em 0em;
}
.pretium {
padding: 0.5em !important;
}
.caption h4 {
margin: 0em 0 .5em;
font-size: 16px;
}
.team-grid p {
font-size: 13px;
padding-bottom:.5em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig span,.liton-fig1 span,.liton-fig2 span {
height: 80px;
}
p.tortor {
font-size: 13px;
}
.wmuSliderPagination {
right: 43%;
top: 94%;
}
.news-grids {
margin: 1em 0 0;
}
.news-grid-left {
width:100%;
float: none;
}
.gallery {
right: -5%;
}
.news-grid-right {
float: none;
width: 100%;
}
.more1 {
margin: 0.8em 0;
}
.contact-info {
width: 87%;
}
.contact-info h4 {
font-size: 20px;
}
.contact-info p {
margin: .5em 0 1em;
}
.contact-info input[type="text"], .contact-info input[type="email"], .contact-info textarea {
padding: 7px 13px;
font-size: 12px;
}
.map iframe, .map-color {
min-height: 570px;
}
.footer-grid-left{
float:none;
width:100%;
margin-left: 0;
}
.footer-grid-center {
margin: 1em 0;
float: none;
width: 100%;
}
.footer-grid-right{
float:none;
width:100%;
}
.footer-grids{
text-align:center;
}
}
@media (max-width: 414px){
.logo-right {
width: 10%;
}
.logo-right span img {
width: 100%;
}
.banner-bottom {
padding: 1.5em 0;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 5.3em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 5.3em 0.4em;
}
.team-grid {
float: none;
width: 100%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.first-step span {
background: url(../images/2.png) no-repeat 2.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 2.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 2.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 2.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 2.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 2.5em 0em;
}
}
@media (max-width: 384px){
.logo-right {
width: 11%;
}
.banner-info h1 {
font-size: 20px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 4.6em 0.4em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 9.8em 0em;
background-size: 18%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 9.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 9.8em 0em;
background-size: 18%;
}
}
@media (max-width:375px){
.activities-grid-right {
width: 73%;
}
}
@media (max-width: 320px){
.logo-right {
width: 12%;
}
ul.nav1 {
margin-top: 1.6em;
}
.logo a img {
width:65%;
}
.callbacks_nav {
display: none;
}
.banner-info {
padding:2em 0 1em 4em;
}
.banner {
min-height: 125px;
}
.banner-info h1 {
font-size: 16px;
}
.banner-info a, .us a {
padding: 3px 8px;
font-size: 12px;
}
.forced p {
font-size: 13px;
}
.Alor p {
font-size: 14px;
}
.history, .about, .activities, .our-childrens, .team, .news, .contact-header {
padding: 2em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 20px;
}
.history p.libero {
font-size: 13px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 3.55em 0.4em;
}
.history-grid {
width: 100%;
}
.history-grid-right p,p.unique,.activities p.libero {
font-size: 13px;
}
.history-grid-right h4 {
font-size: 14px;
}
.lorum-info h3 {
font-size: .9em;
}
.lorum {
min-height: 87px;
}
.lorum-info {
padding: 0.5em 0 0;
}
.mission p {
font-size: 13px;
}
.vission-grid {
margin: 0.5em 0 0;
}
.more a {
font-size: 12px;
}
.logo-right ul li a:hover, .logo-right ul li.cap a {
padding: 0;
border-top: none;
}
.logo-right ul li a {
font-size: 13px;
}
.logo-right ul.nav1 li {
padding: 7px 0em;
}
.activities p.libero{
margin:0;
}
.activities-grid-right p {
font-size: 13px;
margin: .5em 0 0;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 30%;
}
.activities-grid-right {
width: 66%;
}
a.play-icon span {
background-size: 48%;
top: 37%;
left: 38%;
}
ul.tab_list li a {
font-size: 12px;
}
.facts {
padding: 0.3em;
}
.tab_list li:nth-child(2) {
margin: 0.5em 0 0;
}
p.para {
font-size: 14px;
padding:.5em 0 .5em 1em;
}
p.para1 {
padding:.5em 1em;
font-size: 13px;
}
.keffiyeh p, .butcher p {
font-size: 13px;
}
.keffiyeh, .butcher {
padding: .5em 1em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 3.5em 0.4em;
}
.b-link-stripe .b-wrapper {
top:15.5%;
}
.b-animate img {
margin-left: 2em;
width: 31%;
}
.first-step span {
background: url(../images/2.png) no-repeat 5.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 5.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 5.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 5.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 5.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 5.5em 0em;
}
.work-grids {
margin: 1em 0 0;
}
.caption p {
font-size: 13px;
}
.work {
padding: 2em 0 0em;
}
.team-grid {
float: none;
width: 100%;
}
.team-grids {
margin: 1em 0 0;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 7.4em 0em;
background-size: 28%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 7.4em 0em;
background-size: 28%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 7.4em 0em;
background-size: 28%;
}
p.tortor {
font-size: 12px;
}
.liton-info h3 {
font-size: 14px;
}
.wmuSliderPagination {
right: 37%;
}
.video {
top: 81%;
left: 71%;
width: 20%;
}
p.children {
font-size: 13px;
}
.edit p {
font-size: 13px;
}
.gallery {
right: -4%;
}
.news-grid-right {
padding: 1em 0.5em 1em 1em;
}
.news-grid:nth-child(2) {
margin: 1em 0 0;
}
.news-income:nth-child(2) {
margin: 1em 0 0;
}
.contact-info {
margin: 1em 1em 0em 0;
padding: 0.8em;
width: 89%;
}
.contact-info h4 {
font-size: 18px;
}
.contact-info p {
font-size: 13px;
}
.contact-info textarea {
min-height: 90px;
}
.contact-info input[type="submit"] {
padding: 4px 0px;
width: 55%;
font-size: 13px;
}
.map iframe, .map-color {
min-height: 445px;
}
.footer-grid-left {
float: none;
width: 50%;
margin: 0 auto;
}
.footer-grid-left img{
width:100%;
}
.work-grid {
float: none;
width: 100%;
}
.col-md-6.history-grid {
padding: 0;
}
.col-md-6.about-grid {
padding: 0;
}
.col-md-4.activities-grid {
padding: 0;
}
.col-md-6.history-faq-grid {
padding: 0;
}
.col-md-3.our-childrens-grid {
padding: 0 10px;
}
.col-md-3.team-grid {
padding: 0;
}
.col-md-5.news-grid {
padding: 0;
}
.col-md-7.news-grid {
padding: 0;
}
}
@media (max-width: 240px){
.logo a img {
width: 100%;
}
.logo {
width: 50%;
}
.logo-right {
width: 14%;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 1.55em 0.4em;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
float: none;
margin: 0 auto;
}
.history-grid-right {
width: 100%;
float: none;
text-align: center;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 30%;
float: none;
margin: 0 auto;
}
.activities-grid-right {
width: 100%;
text-align: center;
float: none;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 1.5em 0.4em;
}
.first-step span {
background: url(../images/2.png) no-repeat 2.9em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 2.9em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 2.9em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 2.9em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 2.9em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 2.9em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.map iframe, .map-color {
min-height: 515px;
}
} | public/css/style.css | html, body{
font-size: 100%;
background: #fff;
font-family: 'Roboto', sans-serif !important;
}
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 --*/
.logo{
float:left;
margin:1em 0 0;
}
.logo a{
display:block;
}
.logo-right{
float:right;
}
.logo-right span{
display:none;
}
.logo-right ul{
padding:3em 0 0;
margin:0;
}
.logo-right ul li{
display:inline-block;
margin:0 10px;
}
.logo-right ul li a{
color:#f9a32d;
font-size:14px;
letter-spacing:1px;
text-decoration:none;
font-family: 'Roboto', sans-serif;
font-style:normal;
}
.logo-right ul li a:hover,.logo-right ul li.cap a{
padding:2.8em 0em 0;
border-top:3px solid #f9a32d;
text-decoration:none;
}
/*-- //header --*/
/*-- banner --*/
.banner{
background:url(../images/banner.jpg) no-repeat 0px 0px;
background-size:cover;
min-height:555px;
margin: 1em 0 0;
}
.banner-info{
padding:15em 0 1em 2em;
font-family: 'Roboto', sans-serif;
font-style:normal;
}
.banner-info h1{
color:#fff;
font-size:35px;
margin:0 0 1em;
font-weight:600;
}
.banner-info a{
padding:10px 30px;
background:#fb752d;
color:#fff;
font-size:18px;
border-bottom:3px solid #377ca1;
text-decoration:none;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.banner-info a:hover{
text-decoration:none;
color:#fb752d;
}
/*-- //banner --*/
/* Bounce To Right */
.hvr-bounce-to-right {
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;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*------------------ Slider Part starts Here----------*/
#slider3,
#slider2,#slider4 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 80%;
left: -19.4%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 75px;
width: 39px;
background: transparent url("../images/sp.png") no-repeat -19px -8px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background:transparent url("../images/sp.png") no-repeat -75px -8px;
right:-19.4%;
}
.callbacks2_nav.prev{
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:80%;
left:47.6%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 35px;
width: 28px;
background: transparent url("../images/img-sp.png") no-repeat -1.4em -26em;
}
.callbacks2_nav:active {
opacity: 1.0;
}
.callbacks2_nav.next {
left: auto;
background:transparent url("../images/img-sp.png") no-repeat -4em -26em;
right:47.6%;
height: 35px;
width: 28px;
top:80%;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
display: inline-block;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
float: left;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider2-pager .rslides_here a,#slider4-pager .rslides_here a{
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
padding: 0;
}
#slider3-pager li,#slider4-pager li,#slider2-pager li,{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
padding: 0;
margin: 0;
width:100%;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
left:0%;
top: 0;
width:100%;
}
.rslides li{
position: relative;
display: block;
float: none;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top:120.5%;
z-index: 999;
right: 6%;
padding:0em 0.6em 1em .3em;
margin: 0;
border-radius: 5px;
}
.slider-top{
text-align: center;
padding:10em 0;
}
.slider-top h1{
font-weight:700;
font-size:48px;
color:#010101;
}
.slider-top p{
font-weight:400;
font-size:20px;
padding:1em 7em;
color:#010101;
}
.slider-top ul.social-slide{
display:inline-flex;
margin: 0px;
padding: 0px;
}
ul.social-slide li i{
width:70px;
height:74px;
background:url(../images/backward.png)no-repeat;
display: inline-block;
margin:0px 15px;
}
ul.social-slide li i.win{
background-position:-6px 0px;
}
ul.social-slide li i.android{
background-position:-110px 0px;
}
ul.social-slide li i.mac{
background-position:-215px 0px;
}
.callbacks_tabs li{
display: inline-block;
margin: 0 .5em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 17px;
width: 17px;
display: inline-block;
background:#fff;
border-radius: 100%;
}
.callbacks_here a:after{
background:#9cc303;
}
/*------------------ Slider Part ends Here----------*/
/*-- banner-bottom --*/
.banner-bottom{
padding:4em 0 3em;
background:#eeeeee;
}
.forced{
float:left;
width:50%;
}
.forced p{
font-size:18px;
color:#64686d;
margin:0;
font-family: 'Roboto', sans-serif;
}
.Alor {
float: left;
margin: 2em 0 0 0em;
}
.donate{
float:right;
margin-top: 3em;
width:50%;
}
.Alor p{
font-size:18px;
color:#fb6928;
margin:0;
font-weight: 600;
font-family: 'Roboto', sans-serif;
text-align:center;
}
.us{
float:right;
}
.us a{
padding:10px 30px;
background:#fb752d;
color:#fff;
font-size:18px;
border-bottom:3px solid #377ca1;
text-decoration:none;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.us a:hover{
text-decoration:none;
color:#fb752d;
}
/*-- //banner-bottom --*/
/*-- history --*/
.history{
padding:6em 0;
}
.history h3{
color:#fcb759;
font-size:40px;
margin:0;
text-align:center;
font-family: 'Roboto', sans-serif;
}
.history h3:after{
background:url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content:'';
}
.history p.libero{
font-size:15px;
color:#64686d;
margin:1em 0 0;
text-align:center;
line-height: 1.7em;
}
.history-grids{
margin:3em 0 0;
}
.history-grid-left,.history-grid-left1,.history-grid-left2,.history-grid-left3{
float:left;
}
.history-grid-left span{
background: url(../images/img-sp.png) no-repeat -10px -10px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left span:hover{
background: url(../images/img-sp.png) no-repeat -122px -10px;
display: block;
}
.history-grid-left1 span{
background: url(../images/img-sp.png) no-repeat -10px -95px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left1 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -95px;
display: block;
}
.history-grid-left2 span{
background: url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left2 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.history-grid-left3 span{
background: url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition:.5s all;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
}
.history-grid-left3 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.history-grid-right{
float:left;
margin:1em 0 0 2em;
}
.history-grid-right h4{
color:#fa7c28;
margin:0 0 .3em;
font-size:18px;
font-weight:500;
}
.history-grid-right p{
margin:0;
color:#64686d;
font-size:15px;
}
.history-grid1{
margin:2.5em 0;
}
/*-- //history --*/
/*-- lorum --*/
.lorum{
background:url(../images/1.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:432px;
}
.lorum-info{
padding:9em 0 0;
}
.lorum-info h3{
color:#fff;
font-weight:500;
margin:0;
font-size:3em;
text-align:center;
}
.lorum-info h3 span{
display:block;
}
/*-- //lorum --*/
/*-- about --*/
.about{
padding:6em 0;
}
.about h3{
color:#fcb759;
font-size:40px;
margin:0 0 1em;
text-align:center;
}
.about h3:after{
background:url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content:'';
}
.about-top-text{
position:relative;
}
.about-top-text p{
color: #64686d;
margin: 0 0 1.5em;
font-size: 18px;
font-weight: 600;
padding: .8em 0;
}
.about-top-text:before {
content: '';
height: 100%;
border-left: 5px solid #eeeeee;
position: absolute;
top: 0%;
left: -2%;
}
p.about-top-text span{
width:2%;
height:10px;
background:#eeeeee;
margin-right:2em;
}
p.unique{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
text-align: center;
line-height: 1.7em;
}
.about-grids{
margin:3em 0 0;
}
.about-grid h2{
font-size:1.8em;
margin:0 0 .5em;
color:#fa7c28;
font-weight:600;
}
.progress-bar {
width: 45% !important;
background-color: #45aed6 !important;
}
.progress {
height: 1px !important;
background-color: #eeeeee !important;
}
.about-grid-fig {
position:relative;
}
.about-grid-fig img{
width:100%;
}
a.play-icon span{
background:url(../images/7.png) no-repeat 0px 0px;
display:block;
height:77px;
width:109px;
position:absolute;
top: 39%;
left: 39%;
}
h2.community{
margin:0 0 1em;
}
.mission{
margin:1em 0 0;
position:relative;
}
.mission-grid h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 18px;
font-weight: 600;
}
.mission p{
margin:0 0 0 1.5em;
font-size:18px;
color:#646871;
padding:.4em 0;
}
.mission:before {
content: '';
height: 100%;
border-left: 5px solid #eeeeee;
position: absolute;
top: 0%;
left: 0%;
}
.mission-vision{
margin:2em 0 0;
}
.vission-grid{
margin:1.5em 0 0;
}
.vission-grid h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 17px;
font-weight: 600;
}
.more{
margin:1em 0 0 1em;
}
.more a{
padding: 8px 20px;
background: #fb752d;
color: #fff;
font-size: 14px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.more a:hover {
text-decoration: none;
color: #fb752d;
}
/*-- //about --*/
/*-- activities --*/
.activities{
padding:6em 0;
}
.activities h3 {
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.activities h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.activities p.libero {
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
text-align: center;
line-height: 1.7em;
}
.activities-grid-left,.activities-grid-left1,.activities-grid-left2{
float:left;
width: 22%;
}
.activities-grid-left span{
background: url(../images/img-sp.png) no-repeat -10px -10px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left1 span{
background:url(../images/img-sp.png) no-repeat -10px -95px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left2 span{
background:url(../images/img-sp.png) no-repeat -10px -182px;
display: block;
height: 67px;
width: 77px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.activities-grid-left span:hover{
background: url(../images/img-sp.png) no-repeat -122px -10px;
display: block;
}
.activities-grid-left1 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -95px;
display: block;
}
.activities-grid-left2 span:hover{
background: url(../images/img-sp.png) no-repeat -122px -182px;
display: block;
}
.activities-grid-right{
float:right;
width: 73%;
}
.activities-grid-right h4{
color: #fa7c28;
margin: 0 0 .3em;
font-size: 18px;
font-weight: 600;
}
.activities-grid-right p{
font-size: 15px;
color: #64686d;
margin:1.5em 0 0;
line-height: 1.7em;
}
.activities-grids{
margin:6em 0 3em;
}
.history-faq-grid h4{
font-size: 1.8em;
margin: 0 0 .5em;
color: #fa7c28;
font-weight: 600;
}
/******** SAP ************/
.sap_tabs{
clear:both;
font-family: 'Raleway', sans-serif;
font-style: normal;
position:relative;
}
.facts {
border: none;
text-align: center;
padding:1.3em;
}
.top1{
margin-top: 2%;
}
ul.resp-tabs-list {
list-style: none;
background:#eee;
margin: 0em auto 0;
border-bottom:3px solid #222534;
}
div#horizontalTab {
background:none;
}
.tab_list li:nth-child(2){
margin: 2em 0 0;
}
.resp-tab-item:first-child{
border-left:none;
}
.resp-tab-item{
color: #777;
font-size: 16px;
cursor: pointer;
padding:10px 48px;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
float: none;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-transform: uppercase;
}
.resp-tab-item:hover {
text-shadow: none;
}
.resp-tab-active{
background:#fa7924;
text-shadow: none;
color:#e2e2e2;
}
.resp-tabs-container {
padding: 0px;
clear: left;
border:3px solid #eeeeee;
border-top:none;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
h2.resp-accordion {
font-size:1em;
margin: 0px;
padding: 10px 15px;
background:#f77462;
margin:10px 0;
color:#fff;
}
h2.resp-accordion:hover{
background:#6CC5D9;
text-shadow: none;
color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
padding-top:0;
}
.resp-tabs-container{
padding:10px;
}
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
}
ul.tab_list{
list-style: none;
padding:0em;
margin:0;
text-align: left;
}
ul.tab_list li {
margin-bottom: 0px;
}
ul.tab_list li a {
font-size:13px;
color:#8a8a8a;
line-height: 20px;
vertical-align: top;
text-decoration: none;
}
ul.tab_list li a:hover {
color:none;
}
.resp-tab-active span {
}
/******** //SAP ************/
.eiusmod{
border:1px solid #eee;
}
p.para{
color: #43a1c5;
font-size: 15px;
margin:0;
padding:.5em 1.5em;
border-bottom:1px solid #eee;
}
p.para1{
color:#8a8a8a;
font-size:14px;
margin:0;
padding:.5em 1.5em 2em;
}
.keffiyeh{
margin:.5em 0;
}
.keffiyeh,.butcher{
border:1px solid #eee;
padding:.5em 1.5em;
}
.keffiyeh p,.butcher p{
color:#8a8a8a;
font-size:14px;
margin:0;
}
.work{
padding:6em 0;
background:#1f212d;
}
.work h3{
color: #fff;
font-size: 40px;
margin: 0;
text-align: center;
}
.work h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
.first-step span{
background: url(../images/2.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step1 span{
background: url(../images/3.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step2 span{
background: url(../images/4.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step3 span{
background: url(../images/5.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step4 span{
background: url(../images/6.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.first-step5 span{
background: url(../images/13.png) no-repeat 3em 0em;
display: block;
height: 90px;
}
.thumbnail{
background:none !important;
border:none !important;
}
.caption h4{
font-size:24px;
margin:1em 0 2em;
color:#fff;
}
.caption p{
color:#fff;
margin:0;
font-size:14px;
line-height: 1.8em;
}
.work-grid{
text-align:center;
}
.work-grids{
margin:2em 0 0;
}
/*-- //activities --*/
/*-- team --*/
.team-grid{
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;
}
.team{
padding:6em 0;
}
.team h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.team h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.team-grids{
margin:3em 0 0;
}
.team-grid-main{
padding:0 !important;
}
.team-grid h4{
color:#fa7c28;
font-size: 25px;
margin:.5em 0 .7em;
font-weight: 600;
}
.pretium{
padding:1em !important;
background:#eee;
border:2px solid #eee;
border-top:none;
}
.team-grid p{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
line-height: 1.7em;
}
p.founder{
font-size:13px;
color:#4E4F4F;
margin:0;
padding-bottom:1.5em;
border-bottom:1px solid #DADADA;
}
.team-grid ul{
padding:1em 0 0;
margin:0;
}
.team-grid ul li{
display:inline-block;
}
.team-grid ul li a.facebook{
background: url(../images/img-sp.png) no-repeat -243px -12px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.facebook:hover,.team-grid:hover div a.facebook{
background: url(../images/img-sp.png) no-repeat -314px -12px;
display:block;
}
.team-grid ul li a.twitter{
background: url(../images/img-sp.png) no-repeat -243px -57px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.twitter:hover,.team-grid:hover div a.twitter{
background: url(../images/img-sp.png) no-repeat -314px -57px;
display:block;
}
.team-grid ul li a.g-plus{
background: url(../images/img-sp.png) no-repeat -243px -103px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.g-plus:hover,.team-grid:hover div a.g-plus{
background: url(../images/img-sp.png) no-repeat -314px -103px;
display:block;
}
.team-grid ul li a.in{
background: url(../images/img-sp.png) no-repeat -243px -153px;
display:block;
width: 33px;
height: 33px;
}
.team-grid ul li a.in:hover,.team-grid:hover div a.in{
background: url(../images/img-sp.png) no-repeat -314px -153px;
display:block;
}
.team-grid:hover div.pretium{
border:2px solid #45aed6;
border-top:none;
}
/*-- //team --*/
/*-- liton --*/
.liton-fig span{
background:url(../images/14.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-fig1 span{
background:url(../images/11.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-fig2 span{
background:url(../images/12.png) no-repeat 37em 0em;
display:block;
height:98px;
}
.liton-info h3{
color:#fff;
font-size:20px;
margin:1em 0 0;
}
.liton-info p{
color:#716E6E;
font-size:13px;
margin:.3em 0 2em;
}
p.tortor{
width:65%;
font-size:14px;
margin:0 auto;
line-height:1.8em;
color:#fff;
}
.lton-inf{
text-align:center;
background:#000;
padding:0 0 6em;
}
/*-- //liton --*/
/*-- news --*/
.news{
padding:6em 0;
}
.news h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.news h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
display: block;
height: 30px;
content: '';
}
.news-grd{
position:relative;
}
.news-grd img{
width:100%;
}
.news-grids{
margin:3em 0 0;
}
.video{
position:absolute;
top: 87%;
left: 80%;
}
p.date{
margin:0;
font-size:14px;
color:#65bcdc;
}
.news-grd-text{
padding:1.5em 1em 1.7em;
border:1px solid #eee;
}
.news-grd-text h4,.news-grd-text1 h4{
color:#64686d;
font-size: 1.3em;
margin: 0.5em 0 0;
font-weight: 600;
}
p.children{
font-size: 15px;
color: #64686d;
margin: 1em 0 0;
line-height: 1.7em;
}
.more1 a{
padding: 8px 20px;
background: #fb752d;
color: #fff;
font-size: 14px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.more1 a:hover {
text-decoration: none;
color: #fb752d;
}
.more1 {
margin: 1em 0 1.5em;
}
.edit{
padding:1em 0 0;
border-top:1px solid #eee;
}
.edit p{
color:#a2a2a2;
font-size:15px;
margin:0;
background: url(../images/pencil.png) no-repeat 0px 3px;
display: block;
height: 15px;
padding-left: 1.3em;
}
.news-grid-left{
float:left;
position:relative;
width:41.5%;
}
.news-grid-right{
float:right;
width:58.5%;
padding:1em 1em 1em 2em;
border:1px solid #eee;
}
.gallery{
position:absolute;
top: 8%;
right: -7%;
}
img.steel{
width:100%;
}
.news-income:nth-child(2){
margin:3.4em 0 0;
}
.contact-header{
padding:6em 0;
background: #f79b59; /* Old browsers */
background: -moz-linear-gradient(top, #f79b59 34%, #fa832b 99%, #f99248 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#f79b59), color-stop(99%,#fa832b), color-stop(100%,#f99248)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f79b59 34%,#fa832b 99%,#f99248 100%); /* IE10+ */
background: linear-gradient(to bottom, #f79b59 34%,#fa832b 99%,#f99248 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79b59', endColorstr='#f99248',GradientType=0 ); /* IE6-9 */
}
.contact-header h3{
color: #fff;
font-size: 40px;
margin: 0;
text-align: center;
}
.contact-header h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
.map{
position:relative;
}
.map iframe{
width:100%;
min-height:700px;
margin:0 0 -7px;
}
.map-color{
background:rgba(69, 174, 214, 0.37);
position: absolute;
top: 0%;
left: 0;
min-height: 700px;
width: 100%;
}
.contact-info{
float:right;
margin:5em 2em 0em 0;
width:40%;
background:rgba(255, 255, 255, 0.6);
padding:1.5em;
}
.contact-info h4{
font-size:25px;
margin:0;
color:#fa7c28;
}
.contact-info p{
font-size: 15px;
color: #64686d;
margin: 1em 0;
line-height: 1.7em;
}
.contact-info p span{
display:block;
}
.contact-info input[type="text"],.contact-info input[type="email"],.contact-info textarea{
outline:none;
padding:10px 13px;
background:#fff;
border:1px solid #000;
font-size:13px;
color:#a1a1a1;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
width:100%;
}
.contact-info input[type="email"]{
margin:1.5em 0;
}
.contact-info textarea{
resize:none;
min-height:150px;
margin:1.5em 0 1em;
}
.contact-info input[type="submit"]{
outline:none;
border:none;
padding: 8px 0px;
width:30%;
background: #fb752d;
color: #fff;
font-size: 15px;
border-bottom: 3px solid #377ca1;
text-decoration: none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
}
.contact-info input[type="submit"]:hover{
background:#fff;
color:#fb752d;
}
/*-- //news --*/
/*-- our-childrens --*/
.our-childrens{
padding:6em 0;
background:#f5f5f5;
}
.our-childrens h3{
color: #fcb759;
font-size: 40px;
margin: 0;
text-align: center;
}
.our-childrens h3:after {
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
display: block;
height: 40px;
content: '';
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
visibility:visible;
}
.b-link-stripe .b-line1{
left:0;
}
.b-link-stripe .b-line2{
left:20%;
transition-delay:0.1s !important;
-moz-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
left:40%;
transition-delay:0.2s !important;
-moz-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
left:60%;
transition-delay:0.3s !important;
-moz-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
left:80%;
transition-delay:0.4s !important;
-moz-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
opacity:1;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/*----- Strip -----*/
.b-link-stripe{
position:relative;
display:inline-block;
vertical-align:top;
font-weight: 300;
overflow:hidden;
}
.b-link-stripe .b-wrapper{
position:absolute;
width:100%;
height:100%;
top:49.5%;
left:0;
overflow:hidden;
}
.b-link-stripe .b-line{
position:absolute;
top:0;
bottom:0;
width:20%;
background:rgba(15, 207, 140, 0.9);
transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-ms-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
opacity:0;
visibility:hidden; /* lt-ie9 */
}
/*-- portfolio-img --*/
.b-animate-go{
text-decoration:none;
}
.b-animate{
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
visibility: hidden;
}
.b-animate img{
margin-top:-40px;
margin-left: 6em;
display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
visibility:visible;
}
.b-from-left{
position:relative;
left:-100%;
}
.b-animate-go:hover .b-from-left{
left:0;
}
.b-wrapper:hover {
background:none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.text-info{
padding:0em .5em 1em;
background: rgba(0, 0, 0, 0.38);
}
.text-info h4{
color:#fff;
font-size:14px;
margin:0 0 1.5em;
}
.text-info p{
color:#fff;
font-size:13px;
margin:0;
}
.text-info p span{
display:block;
margin:.7em 0 0;
}
.our-childrens-grids:nth-child(2){
margin:4em 0 2em;
}
/*-- //our-childrens --*/
/*-- footer --*/
.footer-grids{
padding:4em 0;
background:#666666;
}
.footer-grid-left {
float: left;
margin-left: 2em;
}
.footer-grid-center{
float:left;
margin: 2em 0 0 20em;
}
.footer-grid-center p{
font-size:16px;
margin:0;
color:#fff;
}
.footer-grid-center p a{
color:#fff;
}
.footer-grid-center p a:hover{
color:#fc9347;
text-decoration:underline;
}
.footer-grid-right{
float:right;
margin-right: 2em;
}
.footer-grid-right ul{
padding:1em 0 0;
margin:0;
}
.footer-grid-right ul li{
display:inline-block;
margin:0 5px;
}
.footer-grid-right ul li a.f{
background: url(../images/img-sp.png) no-repeat -243px -12px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.f:hover{
background: url(../images/img-sp.png) no-repeat -314px -12px;
display:block;
}
.footer-grid-right ul li a.t{
background: url(../images/img-sp.png) no-repeat -243px -57px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.t:hover{
background: url(../images/img-sp.png) no-repeat -314px -57px;
display:block;
}
.footer-grid-right ul li a.g{
background: url(../images/img-sp.png) no-repeat -243px -103px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.g:hover{
background: url(../images/img-sp.png) no-repeat -314px -103px;
display:block;
}
.footer-grid-right ul li a.i{
background: url(../images/img-sp.png) no-repeat -243px -153px;
display:block;
width: 33px;
height: 33px;
}
.footer-grid-right ul li a.i:hover{
background: url(../images/img-sp.png) no-repeat -314px -153px;
display:block;
}
/*-- //footer --*/
/*-- wmuslider --*/
.wmuSlider {
position: relative;
overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
/*--max-width: 100%;
width: auto;
height: auto;
display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
z-index: 2;
position: absolute;
right: 47%;
top: 96%;
}
ul.wmuSliderPagination {
padding:0;
}
.wmuSliderPagination li {
float: left;
margin: 0 8px 0 0;
list-style-type: none;
}
.wmuSliderPagination a {
display: block;
text-indent: -9999px;
width: 10px;
height: 10px;
background:#FA7923;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.wmuSliderPagination a.wmuActive {
background:#e2d1aa;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
margin-bottom: 10px;
}
.banner-wrap{
padding:7em 0 4em;
}
/*-- //wmuslider --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
.callbacks_nav {
left:-11.7%;
}
.callbacks_nav.next {
right:-11.7%;
}
.lorum {
min-height: 384px;
}
.lorum-info {
padding: 6em 0 0;
}
.news-income:nth-child(2) {
margin: 1.7em 0 0;
}
}
@media (max-width:1366px){
.banner-info {
padding: 12em 0 1em 6em;
}
.banner {
min-height: 470px;
}
.callbacks_nav.next {
right: -8.3%;
}
.callbacks_nav {
left:-8.7%;
}
.lorum {
min-height: 364px;
}
.lorum-info h3 {
font-size: 2.7em;
}
.lorum-info {
padding: 6em 0 0;
}
.news-income:nth-child(2) {
margin: 1.7em 0 0;
}
}
@media (max-width: 1280px){
.banner {
min-height: 440px;
}
.callbacks_nav.next {
right: -4.5%;
}
.callbacks_nav {
left: -4.8%;
}
.history h3,.about h3,.activities h3,.our-childrens h3,.work h3,.team h3,.news h3,.contact-header h3{
font-size: 35px;
}
.history h3:after,.about h3:after,.activities h3:after,.team h3:after,.news h3:after{
background: url(../images/line.png) no-repeat 14.23em 0.4em;
}
.our-childrens h3:after,.work h3:after,.contact-header h3:after{
background: url(../images/line1.png) no-repeat 14.23em 0.4em;
}
.lorum-info h3 {
font-size: 2.4em;
}
.lorum {
min-height: 340px;
}
.work {
padding: 6em 0 4em;
}
.news-income:nth-child(2) {
margin: 3.4em 0 0;
}
.banner-bottom {
padding: 3em 0 2em;
}
}
@media (max-width: 1024px){
.callbacks_nav.next {
right: -3.5%;
}
.callbacks_nav {
left: -3.8%;
}
.logo-right ul li {
margin: 0 7px;
}
.banner {
min-height: 355px;
}
.banner-info h1 {
font-size: 32px;
}
.Alor p {
font-size: 17px;
}
.callbacks_nav {
top: 50%;
}
.banner-info a,.us a {
padding: 8px 23px;
font-size: 16px;
}
.forced p {
font-size: 17px;
}
.Alor {
margin: 1em 0 0 0em;
}
.history,.about,.activities,.our-childrens,.team,.news,.contact-header {
padding: 4em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 32px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 12.5em 0.4em;
}
.lorum {
min-height: 275px;
}
.lorum-info h3 {
font-size: 2.1em;
}
.lorum-info {
padding: 4em 0 0;
}
.about-grid h2 {
font-size: 1.5em;
}
.mission-grid h4 {
font-size: 17px;
}
.mission p {
font-size: 17px;
}
.more a {
padding: 4px 16px;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 26%;
}
.activities-grid-right {
width: 68%;
}
.resp-tab-item {
padding: 10px 35px;
}
p.para1 {
padding: .5em 1.5em 1em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 12.5em 0.4em;
}
img.one {
width: 100%;
}
.b-link-stripe .b-wrapper {
top: 35.5%;
}
.text-info p {
font-size: 12px;
}
.b-animate img {
margin-left: 4em;
}
.text-info h4 {
margin: 0 0 1em;
}
.work {
padding: 5em 0 3em;
}
.caption h4 {
font-size: 18px;
margin: 1em 0 1em;
}
.first-step span {
background: url(../images/2.png) no-repeat 1.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 1.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 1.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 1.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 1.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 1.5em 0em;
}
.caption h4 {
margin: .5em 0;
}
p.founder {
padding-bottom: 1em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 30.5em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 30.5em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 30.5em 0em;
}
.banner-wrap {
padding: 4em 0 3em;
}
.lton-inf {
padding: 0 0 5em;
}
.video {
top: 81%;
left: 75%;
}
.more1 a {
padding: 5px 13px;
font-size: 13px;
}
.news-grd-text {
padding: 1.5em 1em 1em;
}
.news-grd-text h4, .news-grd-text1 h4 {
font-size: 1.1em;
}
p.children {
margin: .5em 0 0;
}
.more1 a {
padding: 3px 10px;
font-size: 12px;
}
.more1 {
margin: 1em 0;
}
.edit {
padding: .5em 0 0;
}
p.date {
font-size: 13px;
}
p.children {
font-size: 14px;
}
.edit p {
font-size: 14px;
}
.news-grid-right {
padding:1em 1em .7em 1.7em;
}
.news-income:nth-child(2) {
margin: 5em 0 0;
}
.contact-info {
width: 50%;
margin: 3em 2em 0em 0;
}
.map iframe,.map-color {
min-height: 655px;
}
.footer-grid-center {
margin: 2em 0 0 13em;
}
.footer-grids {
padding: 3em 0;
}
.wmuSliderPagination {
right: 46%;
}
}
@media (max-width:768px){
.logo-right ul.nav1 li {
display: inline-block;
margin: 0;
width: 100%;
padding: 17px 1em;
text-align: center;
}
.logo-right ul {
position: absolute;
padding: 0;
margin: 0;
left: 2%;
width: 96%;
z-index: 999;
}
span.menu {
display: block;
cursor: pointer;
width: 100%;
position: relative;
text-align:right;
margin: 3px 0;
}
ul.nav1{
display:none;
background: #757272;
margin-top:2em;
}
.logo-right {
margin-top: 2em;
width: 6%;
}
.logo-right ul li a:hover, .logo-right ul li.cap a {
padding: 0.8em 0em 0;
border-top: 2px solid #fff;
}
.logo-right ul li a {
color: #fff;
}
.logo-right ul.nav1 li {
padding: 14px 1em;
}
.callbacks_nav {
left: -2.3%;
}
.callbacks_nav.next {
right: -2%;
}
.forced p {
font-size: 15px;
}
.forced {
width: 54%;
}
.donate {
margin-top: 1em;
width: 46%;
}
.Alor p {
font-size: 15px;
}
.banner-info a, .us a {
padding: 4px 12px;
font-size: 15px;
}
.banner {
min-height: 270px;
}
.banner {
min-height: 270px;
}
.banner-info {
padding: 7em 0 1em 6em;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 29px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 10em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 10em 0.4em;
}
.history, .about, .activities, .our-childrens, .team, .news, .contact-header {
padding: 3em 0;
}
.history p.libero {
font-size: 14px;
}
.history-grid {
float: left;
width: 50%;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
width: 22%;
}
.history-grid-right {
width: 73%;
margin: 1em 0 0 1em;
}
.history-grid1 {
margin: 1em 0;
}
.lorum-info h3 {
font-size: 1.6em;
}
.lorum {
min-height: 205px;
}
.lorum-info {
padding: 3em 0 0;
}
.about-top-text:before {
left: 0%;
}
.about-top-text p {
margin: 0 0 0em 1.5em;
font-size: 17px;
}
p.unique {
font-size: 14px;
}
a.play-icon span {
top: 40%;
left: 43%;
}
.about-grid-fig {
margin-bottom: 2em;
}
.mission-vision {
margin: 1em 0 0;
}
h2.community {
margin: 0 0 0.5em;
}
.about-grids {
margin: 2em 0 0;
}
.mission p {
font-size: 15px;
}
.activities p.libero {
font-size: 14px;
}
.activities-grids {
margin: 3em 0 3em;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 11%;
}
.activities-grid-right {
width: 87%;
}
.activities-grid:nth-child(2) {
margin: 2em 0;
}
.activities-grid-right p {
font-size: 14px;
margin: 1em 0 0;
}
.resp-tab-item {
padding: 10px 66px;
}
.history-faq-grid {
margin: 2em 0 0;
}
.our-childrens-grid {
float: left;
width: 25%;
}
.text-info h4 {
margin: 0 0 .5em;
font-size:12px;
}
.b-animate img {
margin-left: 3em;
}
.b-link-stripe .b-wrapper {
top: 18.5%;
}
.first-step span {
background: url(../images/2.png) no-repeat 8.9em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 8.9em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 8.9em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 8.9em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 8.9em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 8.9em 0em;
}
.work {
padding: 4em 0 2em;
}
.team-grid {
float: left;
width: 50%;
}
.team-grid-main img {
width: 100%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 22em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 22em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 22em 0em;
}
.banner-wrap {
padding: 2em 0 3em;
}
.lton-inf {
padding: 0 0 2em;
}
.video {
top: 90%;
left: 83%;
}
.news-grid-left {
width: 30%;
}
.news-grid-right {
width: 70%;
}
.news-grid-right {
padding: 2em 1em 1em 1.7em;
}
.more1 {
margin: 1.45em 0;
}
.news-income:nth-child(2) {
margin: 2em 0 0;
}
.news-grid:nth-child(2) {
margin: 2em 0 0;
}
.gallery {
right: -9%;
}
.contact-info {
width: 60%;
margin: 2em 2em 0em 0;
}
.map iframe, .map-color {
min-height: 605px;
}
.contact-info p {
font-size: 14px;
}
.contact-info h4 {
font-size: 22px;
}
.footer-grid-center p {
font-size: 14px;
}
.footer-grid-center {
margin: 2em 0 0 6em;
}
.work-grid {
float: left;
width: 50%;
}
}
@media (max-width:640px){
.footer-grid-left {
margin-left: 1em;
}
.footer-grid-right {
margin-right: 1em;
}
.logo-right {
margin-top: 2em;
width: 7%;
}
.banner-info h1 {
font-size: 27px;
}
.callbacks_nav {
left: -2.7%;
}
.callbacks_nav.next {
right: -2.3%;
}
.forced {
width: 100%;
float: none;
}
.donate {
margin-top: 0;
width: 100%;
float: none;
}
.Alor {
float: none;
width: 100%;
margin: .5em 0;
}
.us {
float: none;
}
.banner-bottom-grids {
text-align: center;
}
.banner-bottom {
padding: 2em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 25px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 9em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 9em 0.4em;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
width: 28%;
}
.history-grid-right {
width: 65%;
margin: .8em 0 0 1em;
}
.history-grids {
margin: 1em 0 0;
}
.history-grid-right h4 {
font-size: 16px;
}
.history-grid-right p {
font-size: 14px;
}
.lorum {
min-height: 170px;
}
.lorum-info h3 {
font-size: 1.3em;
}
.lorum-info {
padding: 2.5em 0 0;
}
.about-top-text p {
padding: .4em 0;
}
.about-top-text p {
margin: 0 0 0em 1em;
font-size: 16px;
}
.about-grid h2,.history-faq-grid h4 {
font-size: 1.3em;
}
a.play-icon span {
top: 41%;
left: 44%;
background-size: 85%;
}
.mission-grid h4,.vission-grid h4 {
font-size: 16px;
}
.banner {
min-height: 220px;
}
.callbacks_nav {
top: 35%;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 13%;
}
.activities-grid-right {
width: 83%;
}
.resp-tab-item {
padding: 10px 52px;
font-size: 14px;
}
.b-animate img {
margin-left: 2em;
width: 30%;
margin-top: -35px;
}
.text-info h4 {
margin: 0 0 .2em;
font-size: 11px;
}
.text-info p {
font-size: 10px;
}
.our-childrens-grids:nth-child(2) {
margin: 1em 0 2em;
}
.first-step span {
background: url(../images/2.png) no-repeat 6.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 6.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 6.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 6.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 6.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 6.5em 0em;
}
.work {
padding: 3em 0 1em;
}
.team-grid p {
font-size: 14px;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 18em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 18em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 18em 0em;
}
.liton-info h3 {
font-size: 16px;
}
.liton-info p {
margin: .3em 0 1em;
}
.wmuSliderPagination {
right: 44%;
}
.news-grid-right {
padding: 1em 0em 1em 2em;
}
.more1 {
margin:0.45em 0 .5em;
}
p.date {
font-size: 12px;
}
.contact-info {
width: 70%;
}
.contact-info input[type="submit"] {
padding: 6px 0px;
width: 40%;
font-size: 14px;
}
.footer-grid-center {
margin: 2em 0 0 1.5em;
}
.footer-grids {
padding: 2em 0;
}
}
@media (max-width: 600px){
.resp-tab-item {
padding: 10px 47px;
font-size: 14px;
}
.footer-grid-left {
width: 30%;
}
.footer-grid-left img {
width: 100%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 16em 0em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 16em 0em;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 16em 0em;
}
}
@media (max-width:568px){
.resp-tab-item {
padding: 10px 43px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 8em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 8em 0.4em;
}
.gallery {
right: -4%;
}
.news-grid-left {
width: 100%;
float: none;
}
.news-grid-right {
width: 100%;
float: none;
}
.footer-grid-left {
width: 26%;
}
}
@media (max-width:480px){
.footer-grid-left img {
width: 41%;
}
ul.nav1 {
margin-top: 1.4em;
}
.logo a img {
width: 75%;
}
.logo-right {
margin-top: 1.3em;
width: 11%;
}
.banner-info h1 {
font-size: 18px;
}
.banner-info a, .us a {
padding: 5px 12px;
font-size: 13px;
}
.callbacks_nav {
left: -3.7%;
}
.callbacks_nav.next {
right: -3.3%;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 22px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 6.6em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after{
background: url(../images/line1.png) no-repeat 6.6em 0.4em;
}
.history-grid {
float: none;
width: 75%;
margin: 0 auto;
}
.lorum {
min-height: 126px;
}
.lorum-info h3 {
font-size: 1.1em;
}
.lorum-info {
padding: 1.5em 0 0;
}
.about-top-text p {
font-size: 13px;
}
.about-grid h2, .history-faq-grid h4 {
font-size: 1.2em;
}
.about-grids {
margin: 1em 0 0;
}
a.play-icon span {
background-size: 63%;
}
.more a {
font-size: 13px;
}
.activities-grid-right h4 {
font-size: 17px;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 18%;
}
.activities-grid-right {
width: 77%;
}
.activities-grids {
margin: 2em 0;
}
.our-childrens-grid {
width: 50%;
margin: .5em 0;
}
.b-link-stripe .b-wrapper {
top: 37.5%;
}
.b-animate img {
margin-left: 4em;
width: 23%;
}
.first-step span {
background: url(../images/2.png) no-repeat 3.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 3.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 3.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 3.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 3.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 3.5em 0em;
}
.pretium {
padding: 0.5em !important;
}
.caption h4 {
margin: 0em 0 .5em;
font-size: 16px;
}
.team-grid p {
font-size: 13px;
padding-bottom:.5em;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 12.8em 0em;
background-size: 18%;
}
.liton-fig span,.liton-fig1 span,.liton-fig2 span {
height: 80px;
}
p.tortor {
font-size: 13px;
}
.wmuSliderPagination {
right: 43%;
top: 94%;
}
.news-grids {
margin: 1em 0 0;
}
.news-grid-left {
width:100%;
float: none;
}
.gallery {
right: -5%;
}
.news-grid-right {
float: none;
width: 100%;
}
.more1 {
margin: 0.8em 0;
}
.contact-info {
width: 87%;
}
.contact-info h4 {
font-size: 20px;
}
.contact-info p {
margin: .5em 0 1em;
}
.contact-info input[type="text"], .contact-info input[type="email"], .contact-info textarea {
padding: 7px 13px;
font-size: 12px;
}
.map iframe, .map-color {
min-height: 570px;
}
.footer-grid-left{
float:none;
width:100%;
margin-left: 0;
}
.footer-grid-center {
margin: 1em 0;
float: none;
width: 100%;
}
.footer-grid-right{
float:none;
width:100%;
}
.footer-grids{
text-align:center;
}
}
@media (max-width: 414px){
.logo-right {
width: 10%;
}
.logo-right span img {
width: 100%;
}
.banner-bottom {
padding: 1.5em 0;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 5.3em 0.4em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 5.3em 0.4em;
}
.team-grid {
float: none;
width: 100%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 10.8em 0em;
background-size: 18%;
}
.first-step span {
background: url(../images/2.png) no-repeat 2.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 2.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 2.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 2.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 2.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 2.5em 0em;
}
}
@media (max-width: 384px){
.logo-right {
width: 11%;
}
.banner-info h1 {
font-size: 20px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 4.6em 0.4em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 9.8em 0em;
background-size: 18%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 9.8em 0em;
background-size: 18%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 9.8em 0em;
background-size: 18%;
}
}
@media (max-width:375px){
.activities-grid-right {
width: 73%;
}
}
@media (max-width: 320px){
.logo-right {
width: 12%;
}
ul.nav1 {
margin-top: 1.6em;
}
.logo a img {
width:65%;
}
.callbacks_nav {
display: none;
}
.banner-info {
padding:2em 0 1em 4em;
}
.banner {
min-height: 125px;
}
.banner-info h1 {
font-size: 16px;
}
.banner-info a, .us a {
padding: 3px 8px;
font-size: 12px;
}
.forced p {
font-size: 13px;
}
.Alor p {
font-size: 14px;
}
.history, .about, .activities, .our-childrens, .team, .news, .contact-header {
padding: 2em 0;
}
.history h3, .about h3, .activities h3, .our-childrens h3, .work h3, .team h3, .news h3, .contact-header h3 {
font-size: 20px;
}
.history p.libero {
font-size: 13px;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 3.55em 0.4em;
}
.history-grid {
width: 100%;
}
.history-grid-right p,p.unique,.activities p.libero {
font-size: 13px;
}
.history-grid-right h4 {
font-size: 14px;
}
.lorum-info h3 {
font-size: .9em;
}
.lorum {
min-height: 87px;
}
.lorum-info {
padding: 0.5em 0 0;
}
.mission p {
font-size: 13px;
}
.vission-grid {
margin: 0.5em 0 0;
}
.more a {
font-size: 12px;
}
.logo-right ul li a:hover, .logo-right ul li.cap a {
padding: 0;
border-top: none;
}
.logo-right ul li a {
font-size: 13px;
}
.logo-right ul.nav1 li {
padding: 7px 0em;
}
.activities p.libero{
margin:0;
}
.activities-grid-right p {
font-size: 13px;
margin: .5em 0 0;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 30%;
}
.activities-grid-right {
width: 66%;
}
a.play-icon span {
background-size: 48%;
top: 37%;
left: 38%;
}
ul.tab_list li a {
font-size: 12px;
}
.facts {
padding: 0.3em;
}
.tab_list li:nth-child(2) {
margin: 0.5em 0 0;
}
p.para {
font-size: 14px;
padding:.5em 0 .5em 1em;
}
p.para1 {
padding:.5em 1em;
font-size: 13px;
}
.keffiyeh p, .butcher p {
font-size: 13px;
}
.keffiyeh, .butcher {
padding: .5em 1em;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 3.5em 0.4em;
}
.b-link-stripe .b-wrapper {
top:15.5%;
}
.b-animate img {
margin-left: 2em;
width: 31%;
}
.first-step span {
background: url(../images/2.png) no-repeat 5.5em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 5.5em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 5.5em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 5.5em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 5.5em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 5.5em 0em;
}
.work-grids {
margin: 1em 0 0;
}
.caption p {
font-size: 13px;
}
.work {
padding: 2em 0 0em;
}
.team-grid {
float: none;
width: 100%;
}
.team-grids {
margin: 1em 0 0;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 7.4em 0em;
background-size: 28%;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 7.4em 0em;
background-size: 28%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 7.4em 0em;
background-size: 28%;
}
p.tortor {
font-size: 12px;
}
.liton-info h3 {
font-size: 14px;
}
.wmuSliderPagination {
right: 37%;
}
.video {
top: 81%;
left: 71%;
width: 20%;
}
p.children {
font-size: 13px;
}
.edit p {
font-size: 13px;
}
.gallery {
right: -4%;
}
.news-grid-right {
padding: 1em 0.5em 1em 1em;
}
.news-grid:nth-child(2) {
margin: 1em 0 0;
}
.news-income:nth-child(2) {
margin: 1em 0 0;
}
.contact-info {
margin: 1em 1em 0em 0;
padding: 0.8em;
width: 89%;
}
.contact-info h4 {
font-size: 18px;
}
.contact-info p {
font-size: 13px;
}
.contact-info textarea {
min-height: 90px;
}
.contact-info input[type="submit"] {
padding: 4px 0px;
width: 55%;
font-size: 13px;
}
.map iframe, .map-color {
min-height: 445px;
}
.footer-grid-left {
float: none;
width: 50%;
margin: 0 auto;
}
.footer-grid-left img{
width:100%;
}
.work-grid {
float: none;
width: 100%;
}
.col-md-6.history-grid {
padding: 0;
}
.col-md-6.about-grid {
padding: 0;
}
.col-md-4.activities-grid {
padding: 0;
}
.col-md-6.history-faq-grid {
padding: 0;
}
.col-md-3.our-childrens-grid {
padding: 0 10px;
}
.col-md-3.team-grid {
padding: 0;
}
.col-md-5.news-grid {
padding: 0;
}
.col-md-7.news-grid {
padding: 0;
}
}
@media (max-width: 240px){
.logo a img {
width: 100%;
}
.logo {
width: 50%;
}
.logo-right {
width: 14%;
}
.history h3:after, .about h3:after, .activities h3:after, .team h3:after, .news h3:after {
background: url(../images/line.png) no-repeat 1.55em 0.4em;
}
.history-grid-left, .history-grid-left1, .history-grid-left2, .history-grid-left3 {
float: none;
margin: 0 auto;
}
.history-grid-right {
width: 100%;
float: none;
text-align: center;
}
.activities-grid-left, .activities-grid-left1, .activities-grid-left2 {
width: 30%;
float: none;
margin: 0 auto;
}
.activities-grid-right {
width: 100%;
text-align: center;
float: none;
}
.our-childrens h3:after, .work h3:after, .contact-header h3:after {
background: url(../images/line1.png) no-repeat 1.5em 0.4em;
}
.first-step span {
background: url(../images/2.png) no-repeat 2.9em 0em;
}
.first-step1 span {
background: url(../images/3.png) no-repeat 2.9em 0em;
}
.first-step2 span {
background: url(../images/4.png) no-repeat 2.9em 0em;
}
.first-step3 span {
background: url(../images/5.png) no-repeat 2.9em 0em;
}
.first-step4 span {
background: url(../images/6.png) no-repeat 2.9em 0em;
}
.first-step5 span {
background: url(../images/13.png) no-repeat 2.9em 0em;
}
.liton-fig span {
background: url(../images/14.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.liton-fig1 span {
background: url(../images/11.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.liton-fig2 span {
background: url(../images/12.png) no-repeat 5.4em 0em;
background-size: 28%;
}
.map iframe, .map-color {
min-height: 515px;
}
} | 0.397938 | 0.080466 |
html {
height: 100%;
margin-left: auto;
margin-right: auto;
position: center;
text-align: center;
float: center;
}
/*choose sans-serif font and center everything*/
body{
font: normal 1em sans-serif;
text-align: center;
position: center;
margin-right: auto;
margin-left: auto;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*put in a background color for the menu bar and put menu bar at top of page and also at the bottom for footer*/
#menu {
background-color: #B0E0E6;
position: absolute;
left: 0;
top: 0;
right: 0;
font-family: Impact, Charcoal, sans-serif;
}
#menubar {
background-color: #B0E0E6;
position: fixed;
left: 0;
bottom: 0;
right: 0;
font-family: Impact, Charcoal, sans-serif;
}
/*make menu bar uppercase and control size and text*/
#menu a, #menubar a {
letter-spacing: 0em;
font: normal 100%, sans-serif;
text-transform: uppercase;
display: block;
float: left;
height: 20px;
text-align: center;
color: #000000;
border: 0;
list-style: none;
padding: 14px 16px;
text-decoration: none;
font-size: 17 px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
/*create a hover effect*/
#menu a:hover, #menubar a:hover{
color: #FFFFFF !important;
text-decoration: underline;
font-style: italic;
text-align: center;
}
/*create an active effect*/
#menu a:target, #menubar a:target{
color: #191970;
background-color: #FFFFFF;
}
.active {
color: #4682B4 !important;
background-color: #FFE4E1;
}
/*centering paragraph and change color*/
#content {
text-align: center;
width: 600 px;
padding: 20px 15px 20px 15px;
position: center;
color: #4B0082;
margin-left: auto;
margin-right: auto;
border-style: none none double none;
margin-top: 48px;
background-color: #DCDCDC;
font-family: "Times New Roman", Times, serif;
}
#overview{
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
/*center all sized headers*/
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
}
/*center the paragraph*/
p {
text-align: center;
}
/*change color and text align left the list*/
#content p{
text-align: left;
color:#000000;
}
/*center the charts*/
.charts{
margin-left: auto;
margin-right:auto;
}
/*tabs for radio button for locational trends*/
#popneg, #prevneg, #badneg{
max-height:0;
max-width: 0;
visibility: hidden;
transition: .5s ease all;
}
#tabPop:checked ~ #popneg, #tabprev:checked ~ #prevneg, #tabunhealth:checked ~ #badneg{
max-height: 400px;
max-width: 900px;
visibility: visible;
}
/*tabs for radio button for city size*/
#unhealthpop, #prevpop, #outcomepop{
max-height:0;
max-width: 0;
visibility: hidden;
transition: .5s ease all;
}
#tabunhealthpop:checked ~ #unhealthpop, #tabprevpop:checked ~ #prevpop, #taboutcomepop:checked ~ #outcomepop{
max-height: 400px;
max-width: 900px;
visibility: visible;
} | code/CSS.css | html {
height: 100%;
margin-left: auto;
margin-right: auto;
position: center;
text-align: center;
float: center;
}
/*choose sans-serif font and center everything*/
body{
font: normal 1em sans-serif;
text-align: center;
position: center;
margin-right: auto;
margin-left: auto;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*put in a background color for the menu bar and put menu bar at top of page and also at the bottom for footer*/
#menu {
background-color: #B0E0E6;
position: absolute;
left: 0;
top: 0;
right: 0;
font-family: Impact, Charcoal, sans-serif;
}
#menubar {
background-color: #B0E0E6;
position: fixed;
left: 0;
bottom: 0;
right: 0;
font-family: Impact, Charcoal, sans-serif;
}
/*make menu bar uppercase and control size and text*/
#menu a, #menubar a {
letter-spacing: 0em;
font: normal 100%, sans-serif;
text-transform: uppercase;
display: block;
float: left;
height: 20px;
text-align: center;
color: #000000;
border: 0;
list-style: none;
padding: 14px 16px;
text-decoration: none;
font-size: 17 px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
/*create a hover effect*/
#menu a:hover, #menubar a:hover{
color: #FFFFFF !important;
text-decoration: underline;
font-style: italic;
text-align: center;
}
/*create an active effect*/
#menu a:target, #menubar a:target{
color: #191970;
background-color: #FFFFFF;
}
.active {
color: #4682B4 !important;
background-color: #FFE4E1;
}
/*centering paragraph and change color*/
#content {
text-align: center;
width: 600 px;
padding: 20px 15px 20px 15px;
position: center;
color: #4B0082;
margin-left: auto;
margin-right: auto;
border-style: none none double none;
margin-top: 48px;
background-color: #DCDCDC;
font-family: "Times New Roman", Times, serif;
}
#overview{
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
/*center all sized headers*/
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
}
/*center the paragraph*/
p {
text-align: center;
}
/*change color and text align left the list*/
#content p{
text-align: left;
color:#000000;
}
/*center the charts*/
.charts{
margin-left: auto;
margin-right:auto;
}
/*tabs for radio button for locational trends*/
#popneg, #prevneg, #badneg{
max-height:0;
max-width: 0;
visibility: hidden;
transition: .5s ease all;
}
#tabPop:checked ~ #popneg, #tabprev:checked ~ #prevneg, #tabunhealth:checked ~ #badneg{
max-height: 400px;
max-width: 900px;
visibility: visible;
}
/*tabs for radio button for city size*/
#unhealthpop, #prevpop, #outcomepop{
max-height:0;
max-width: 0;
visibility: hidden;
transition: .5s ease all;
}
#tabunhealthpop:checked ~ #unhealthpop, #tabprevpop:checked ~ #prevpop, #taboutcomepop:checked ~ #outcomepop{
max-height: 400px;
max-width: 900px;
visibility: visible;
} | 0.333178 | 0.066357 |
.pgOnboarding #header {
text-align:center;
}
.pgOnboarding #headCenter{
display:inline-block!important;
float:none!important;
}
.pgOnboarding .loading {
width: 200px;
height: 100px;
margin: 0 auto;
text-align: center;
}
.pgOnboarding #progress {
width: 180px;
margin: 40px auto;
overflow: auto;
color: #CBCED2;
}
.pgOnboarding #progress > div {
float: left;
}
.pgOnboarding #progress > div > div {
float: left;
width: 17px;
height: 17px;
border: 1px solid #CBCED2;
margin-right: 8px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
}
.pgOnboarding #progress > div > div > span {
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 18px;
font-size:10px;
}
.pgOnboarding #progress p {
display: none;
white-space: nowrap;
float: left;
line-height: 22px;
margin-right: 8px;
}
.pgOnboarding.stepPeople #progress #progress1 > div,
.pgOnboarding.stepButton #progress #progress1 > div,
.pgOnboarding.stepButton #progress #progress2 > div {
border-color: transparent;
background: url('/images/OnboardingIconStepValidate.png') no-repeat
}
.pgOnboarding.stepPeople #progress #progress1 span,
.pgOnboarding.stepButton #progress #progress1 span,
.pgOnboarding.stepButton #progress #progress2 span {
display: none;
}
.pgOnboarding.stepGenres #progress #progress1 p,
.pgOnboarding.stepPeople #progress #progress2 p,
.pgOnboarding.stepButton #progress #progress3 p {
display: block;
}
.pgOnboarding #btnNext {
position:absolute;
top: 86px;
right: 0;
width: 71px;
background:#3177AF;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height: 32px;
font-size:13px;
font-weight: bold;
text-align: center;
color:white;
line-height: 35px;
}
.pgOnboarding #btnNext:hover {
background-color:#62A1D3;
}
/*.pgOnboarding.stepButton #btnNext {
background-image: url('/images/btn-onb-jumpin.png');
width: 97px;
height: 45px;
}*/
.pgOnboarding #btnNext:hover {
background-position: 0 -46px;
}
.pgOnboarding #btnNext:active {
background-position: 0 -92px;
}
.pgOnboarding h1 {
margin-top: 60px;
margin-bottom: 40px;
color: #181B1F;
font-size: 18px;
}
.pgOnboarding h2 {
color: #535559;
font-weight: normal;
font-size: 16px;
font-weight: bold;
}
.pgOnboarding p {
color: #CBCED2;
margin-bottom: 15px;
}
.pgOnboarding #contentPane #mainPanel .modeExt p,
.pgOnboarding #contentPane #mainPanel .modeBk p {
color: #4F4F4F;
font-size: 14px;
line-height: 20px;
}
.pgOnboarding #contentPane #mainPanel .modeBk p {
margin-bottom:24px;
}
.pgOnboarding #contentPane #mainPanel .topBkPanel > p {
color: #357ED6;
font-size: 12px;
margin-bottom: 0;
}
.pgOnboarding .whitePanel {
padding: 20px;
}
.pgOnboarding .whitePanel {
padding: 20px;
}
.pgOnboarding.stepGenres .whitePanel {
padding: 20px 15px 5px 15px;
padding-right: 0;
}
/*.pgOnboarding.stepPeople .whitePanel {
padding: 20px;
}*/
/* step 1 */
.pgOnboarding #genreGallery {
list-style: none;
}
.pgOnboarding #genreGallery li {
position: relative;
float: left;
width: 226px;
height: 158px;
text-align: center;
margin-right: 15px;
margin-bottom: 20px;
cursor: pointer;
background-size: cover;
}
.pgOnboarding #genreGallery li:nth-child(4n){
margin-right: 0px;
}
.pgOnboarding #genreGallery li:nth-child(4n){
margin-right: 0px;
}
.pgOnboarding #genreGallery li p {
margin-top: 120px;
width: 100%;
}
.pgOnboarding #genreGallery li p span {
padding: 8px 12px;
font-size: 16px;
text-transform:uppercase;
font-weight: bold;
color: white;
letter-spacing: 1px;
}
.pgOnboarding #genreGallery li div {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(49,119,175,0.8);
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-transition: background-color 2s;
}
.pgOnboarding #genreGallery li:hover div {
display: block;
background-image: url("/images/OnboardingIconGenreValidateHover.png");
-webkit-transition: background-color 2s;
}
.pgOnboarding #genreGallery li.selected div {
display: block;
background-color: rgba(49,119,175,0.7);
background-image: url("/images/OnboardingIconGenreValidate.png");
}
/* step 2 */
.pgOnboarding.stepPeople .whitePanel {
padding: 0;
}
.pgOnboarding .userList .user {
float: left;
position: relative;
margin: 0 90px 0 15px;
margin-bottom: 20px;
padding: 0;
width: 430px;
padding-top: 20px;
border-top: 1px dotted #ccc;
border-bottom:0;
}
.pgOnboarding .userList .user:nth-child(2n) {
margin: 0;
}
/*
.pgOnboarding .userList > li .userSubscribe {
right: 0;
top: 20px;
color: #4A4A4A;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-image: -o-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -moz-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -webkit-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -ms-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: linear-gradient(-180deg, #FAFAFA 0%, #EDEDED 100%);
border: 1px solid #d0d0d0;
}
*/
/*.pgOnboarding .userList > li .userSubscribe.subscribed {
right: 0;
top: 20px;
color: #878787;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 1px solid #dbdbdb;
background: transparent;
box-shadow: none;
}
*/
/*
.pgOnboarding .userList li:first-child .userSubscribe,
.pgOnboarding .userList li:nth-child(2) .userSubscribe {
margin-top: 0px;
top: 0;
}
*/
.pgOnboarding .userList > li:nth-child(1),
.pgOnboarding .userList > li:nth-child(2) {
border-top: none;
}
/*.pgOnboarding .userList > li .thumb {
position:relative;
float: left;
width: 100px;
height: 100px;
background-size: cover;
background-position: 50% 50%;
margin-right: 20px;
}
*/
/*.pgOnboarding .userList > li.fbFriend .thumb div {
position: absolute;
width: 20px;
height: 20px;
right: -2px;
bottom: -2px;
background: url('/images/icon-facebook.png') -1px -1px;
border: 2px solid white;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}*/
.pgOnboarding .userList > li p {
width: 310px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pgOnboarding .userList > li p.username {
width: 220px;
font-weight: bold;
margin-top: 10px;
font-size: 14px;
color: #4A4A4A;
}
.pgOnboarding .userList > li .stats {
color: #999;
font-size: 10px;
}
.pgOnboarding .userList > li p.userbio {
font-size: 12px;
margin-top: 10px;
color: #333;
color: #4A4A4A;
}
/*.pgOnboarding .userList > li .tags {
margin-top: 10px;
font-size: 11px;
overflow: hidden;
height: 18px;
padding: 0;
color: #ccc;
}*/
/*.pgOnboarding .userList > li .tag {
display: inline-block;
color: #868686;
margin-right: 4px;
margin-bottom: 3px;
padding: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
*/
/* step 3 */
.pgOnboarding.stepButton .modeExt,
.pgOnboarding.stepButton .modeBk {
display: none;
}
.pgOnboarding.stepButton .whitePanel {
margin-top: 0;
background: url('/images/backgroundBookmarklet.jpg')no-repeat;
border-top-left-radius: 0;
border-top-right-radius: 0;
text-align: center;
font-size: 14px;
}
.pgOnboarding.stepButton .modeBk {
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeExt {
padding: 20px 20px 20px 386px !important;
background: url('/images/screenfast-extension.png')no-repeat bottom left;
background-color: #FFF;
height: 220px;
/*background-color: #E6EDF5;*/
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
text-align: left;
}
/* BOOKMARKLET TOP */
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk {
padding: 20px 20px 20px 20px !important;
background: #FFF url('/images/screenfast-bookmarklet.jpg')no-repeat bottom right !important;
background-color: #FFF;
height: 286px;
background-color: #E6EDF5;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
text-align: left;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock {
padding-top: 44px;
width: 500px;
background: url('/images/smallArrowBookmarklet.png')no-repeat 1px 146px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > .btnBookmarklet {
background: url(/images/backgroundDotted.png)no-repeat;
padding: 40px 0 66px 30px;
margin: 0 0 10px 6px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > .btnBookmarklet > #bookmarklet {
position: relative;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 10px;
text-align: center;
color: white;
border: 1px solid #869374;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #3177AF;
background-image: linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -o-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -moz-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -ms-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.24, rgb(155,200,64)),color-stop(0.81, rgb(169,208,90)));
box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.18);
-moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.18);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
-background-clip: padding-box;
padding: 20px 26px 20px 52px;
margin-right: 10px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > p {
font-size: 14px;
line-height: 21px;
color: #4f4f4f;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > p > a {
font-weight: bold;
}
.pgOnboarding #bookmarklet:hover {
color: #FFF;
border: 1px solid #384B11;
box-shadow: 0px 0px 10px #222222;
-webkit-box-shadow: 0px 0px 10px #222222;
-moz-box-shadow: 0px 0px 10px #222222;
}
.pgOnboarding #bookmarklet > span {
background: url(/images/drag-icon-onboarding.png) no-repeat;
display: block;
width: 34px;
height: 34px;
position: absolute;
top: 17px;
left: 16px;
}
.pgOnboarding.stepButton .whitePanel.modeExt {
padding: 20px 20px 0 20px !important;
overflow: hidden;
}
.pgOnboarding.stepButton .whitePanel {
padding: 20px 20px 0 20px !important
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock {
padding-top: 50px;
padding-left: 56px;
}
.pgOnboarding.stepButton .modeExt {
display: none;
}
.pgOnboarding.stepButton .topBkPanel > * {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.pgOnboarding.stepButton .whitePanel > h2 {
color: #FFF;
font-size: 20px;
padding: 20px 0 20px 0;
}
.pgOnboarding.stepButton .whitePanel > p {
color: #b6c2d4 !important;
line-height: 21px !important;
padding-bottom: 20px;
}
.pgOnboarding.stepButton .whitePanel > .work {
margin: 0 auto 50px auto;
width: 400px;
padding: 10px 0 10px 20px;
border: 1px solid #5280AD;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.pgOnboarding.stepButton .whitePanel > .work > p {
display: inline-block;
float: left;
margin-top: 16px;
font-weight: bold;
color: #b6c2d4 !important;
margin-right: 10px;
line-height: 12px !important;
}
.pgOnboarding.stepButton .whitePanel > .work > ul {
list-style: none;
margin: 0;
padding: 0;
}
.pgOnboarding.stepButton .whitePanel > .work > ul > li {
float: left;
margin-right: 10px;
}
.pgOnboarding.stepButton .whitePanel > .work > ul > li.special {
margin-right: 0px;
}
/* CLEAR FLOAT */
.clear {
clear: both;
}
/* BIG SCREEN INSTRUCTION */
/* NORMAL */
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal {
position: relative;
width:928px;
height:542px;
overflow:hidden;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 {
border: none;
text-align: center;
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
cursor: pointer;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 > img {
border: none;
position:absolute;
left:0;
top:0;
z-index:1;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 > span {
display: block;
padding: 20px 10px 20px 52px;
background: #4082B6 url('/images/iconSeeHowToUse.png') no-repeat 21px 22px;
color: #FFF;
width: 176px;
font-weight: bold;
font-size: 18px;
position: absolute;
top: 50%;
left:50%;
border-radius: 60px;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
margin-top: -31px;
margin-left:-114px;
z-index:2
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 {
height: 542px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication1, .pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication2 {
color: #FFFFFF !important;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication1 {
position: absolute;
top: 72px;
right: 10px;
width: 220px;
display: none;
background: url("/images/iconIndication1.png")no-repeat 134px 0;
padding-top: 52px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indicBookmarklet1 {
top: 112px;
left: 10px;
width: 220px;
display: none;
background: url("/images/iconIndicationBookmarklet1.png")no-repeat 64px 0;
padding-top: 52px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication2 {
position: absolute;
top: 280px;
right: 88px;
width: 220px;
display: none;
padding-top: 92px;
background: url('/images/iconIndication2.png')no-repeat;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indicBookmarklet2 {
top: 280px;
left: 94px;
width: 220px;
display: none;
padding-top: 92px;
background: url('/images/iconIndicationBookmarklet2.png')no-repeat 135px 0;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > p {
color: #357ED6;
line-height: 21px;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > p a {
color: #357ED6;
font-weight: bold;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > #btnInstallChromeExt {
padding: 20px 40px;
/*margin-right: 10px;*/
margin: 0;
display: inline-block;
border: none;
margin-bottom: 18px;
}
/* sectionHowToInstall */
.pgOnboarding.stepButton .sectionHowToInstall {
background: #FFFFFF !important;
}
.pgOnboarding.stepButton .sectionHowToInstall h2 {
color: #535559;
}
.pgOnboarding .howtoinstall {
padding: 0 0 28px 0;
list-style: none;
width: 766px;
margin: 0 auto;
text-align: left;
}
.pgOnboarding .howtoinstall li {
margin: 0 0 10px 0;
line-height: 36px;
color: #4F4F4F;
font-size: 14px;
border-bottom: 1px solid #E3E3E3;
font-size: 14px;
font-weight: normal;
color: #414141;
padding: 20px 0;
}
.pgOnboarding .howtoinstall li > .puce {
font-size: 20px;
background-color: #4382B6;
float: left;
width: 50px;
height: 50px;
line-height: 50px;
color: #FFF;
font-weight: bold;
text-align: center;
margin-right: 30px;
border-radius: 45px;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
}
.pgOnboarding .howtoinstall li > h6 {
font-size: 14px;
font-weight: bold;
line-height: 22px;
padding: 0;
margin: 0;
}
.pgOnboarding .howtoinstall li.first {
padding-top: 0;
}
.pgOnboarding .howtoinstall li.last {
border: none;
padding-bottom: 0;
}
.pgOnboarding .howtoinstall li > p {
color: #4f4f4f;
line-height: 21px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall {
padding-top: 14px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet {
position: relative;
border: none;
font-size: 14px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet:hover {
box-shadow: none;
border: none;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet > span {
display: none;
}
.pgOnboarding .howtoinstall li
/*.pgOnboarding .howtoinstall li > .puce1 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat;
display: inline-block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce2 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat 0 -35px;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce3 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat 0 -70px;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce4 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}*/
.pgOnboarding.stepButton .video {
display: block;
width: 468px;
height: 263px;
background: #CCC url(/images/pickBookmarklet/video-thumb.jpg) no-repeat;
margin: 40px auto;
clear: both;
box-shadow: 0 0 3px rgba(0,0,0,0.43);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.43);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.43);
}
.pgOnboarding.stepButton .video > a {
display: block;
width: 468px;
height: 263px;
background: url(/images/pickBookmarklet/video-play-big.png) no-repeat center center;
opacity: 0.6;
}
.pgOnboarding.stepButton .video > a:hover {
opacity: 0.9;
}
.pgOnboarding .reassure-txt {
font-style: italic;
color: #535559 !important;
margin-top: 10px;
} | public/css/onboarding.css | .pgOnboarding #header {
text-align:center;
}
.pgOnboarding #headCenter{
display:inline-block!important;
float:none!important;
}
.pgOnboarding .loading {
width: 200px;
height: 100px;
margin: 0 auto;
text-align: center;
}
.pgOnboarding #progress {
width: 180px;
margin: 40px auto;
overflow: auto;
color: #CBCED2;
}
.pgOnboarding #progress > div {
float: left;
}
.pgOnboarding #progress > div > div {
float: left;
width: 17px;
height: 17px;
border: 1px solid #CBCED2;
margin-right: 8px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
}
.pgOnboarding #progress > div > div > span {
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 18px;
font-size:10px;
}
.pgOnboarding #progress p {
display: none;
white-space: nowrap;
float: left;
line-height: 22px;
margin-right: 8px;
}
.pgOnboarding.stepPeople #progress #progress1 > div,
.pgOnboarding.stepButton #progress #progress1 > div,
.pgOnboarding.stepButton #progress #progress2 > div {
border-color: transparent;
background: url('/images/OnboardingIconStepValidate.png') no-repeat
}
.pgOnboarding.stepPeople #progress #progress1 span,
.pgOnboarding.stepButton #progress #progress1 span,
.pgOnboarding.stepButton #progress #progress2 span {
display: none;
}
.pgOnboarding.stepGenres #progress #progress1 p,
.pgOnboarding.stepPeople #progress #progress2 p,
.pgOnboarding.stepButton #progress #progress3 p {
display: block;
}
.pgOnboarding #btnNext {
position:absolute;
top: 86px;
right: 0;
width: 71px;
background:#3177AF;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height: 32px;
font-size:13px;
font-weight: bold;
text-align: center;
color:white;
line-height: 35px;
}
.pgOnboarding #btnNext:hover {
background-color:#62A1D3;
}
/*.pgOnboarding.stepButton #btnNext {
background-image: url('/images/btn-onb-jumpin.png');
width: 97px;
height: 45px;
}*/
.pgOnboarding #btnNext:hover {
background-position: 0 -46px;
}
.pgOnboarding #btnNext:active {
background-position: 0 -92px;
}
.pgOnboarding h1 {
margin-top: 60px;
margin-bottom: 40px;
color: #181B1F;
font-size: 18px;
}
.pgOnboarding h2 {
color: #535559;
font-weight: normal;
font-size: 16px;
font-weight: bold;
}
.pgOnboarding p {
color: #CBCED2;
margin-bottom: 15px;
}
.pgOnboarding #contentPane #mainPanel .modeExt p,
.pgOnboarding #contentPane #mainPanel .modeBk p {
color: #4F4F4F;
font-size: 14px;
line-height: 20px;
}
.pgOnboarding #contentPane #mainPanel .modeBk p {
margin-bottom:24px;
}
.pgOnboarding #contentPane #mainPanel .topBkPanel > p {
color: #357ED6;
font-size: 12px;
margin-bottom: 0;
}
.pgOnboarding .whitePanel {
padding: 20px;
}
.pgOnboarding .whitePanel {
padding: 20px;
}
.pgOnboarding.stepGenres .whitePanel {
padding: 20px 15px 5px 15px;
padding-right: 0;
}
/*.pgOnboarding.stepPeople .whitePanel {
padding: 20px;
}*/
/* step 1 */
.pgOnboarding #genreGallery {
list-style: none;
}
.pgOnboarding #genreGallery li {
position: relative;
float: left;
width: 226px;
height: 158px;
text-align: center;
margin-right: 15px;
margin-bottom: 20px;
cursor: pointer;
background-size: cover;
}
.pgOnboarding #genreGallery li:nth-child(4n){
margin-right: 0px;
}
.pgOnboarding #genreGallery li:nth-child(4n){
margin-right: 0px;
}
.pgOnboarding #genreGallery li p {
margin-top: 120px;
width: 100%;
}
.pgOnboarding #genreGallery li p span {
padding: 8px 12px;
font-size: 16px;
text-transform:uppercase;
font-weight: bold;
color: white;
letter-spacing: 1px;
}
.pgOnboarding #genreGallery li div {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(49,119,175,0.8);
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-transition: background-color 2s;
}
.pgOnboarding #genreGallery li:hover div {
display: block;
background-image: url("/images/OnboardingIconGenreValidateHover.png");
-webkit-transition: background-color 2s;
}
.pgOnboarding #genreGallery li.selected div {
display: block;
background-color: rgba(49,119,175,0.7);
background-image: url("/images/OnboardingIconGenreValidate.png");
}
/* step 2 */
.pgOnboarding.stepPeople .whitePanel {
padding: 0;
}
.pgOnboarding .userList .user {
float: left;
position: relative;
margin: 0 90px 0 15px;
margin-bottom: 20px;
padding: 0;
width: 430px;
padding-top: 20px;
border-top: 1px dotted #ccc;
border-bottom:0;
}
.pgOnboarding .userList .user:nth-child(2n) {
margin: 0;
}
/*
.pgOnboarding .userList > li .userSubscribe {
right: 0;
top: 20px;
color: #4A4A4A;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-image: -o-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -moz-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -webkit-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: -ms-linear-gradient(-90deg, #FAFAFA 0%, #EDEDED 100%);
background-image: linear-gradient(-180deg, #FAFAFA 0%, #EDEDED 100%);
border: 1px solid #d0d0d0;
}
*/
/*.pgOnboarding .userList > li .userSubscribe.subscribed {
right: 0;
top: 20px;
color: #878787;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 1px solid #dbdbdb;
background: transparent;
box-shadow: none;
}
*/
/*
.pgOnboarding .userList li:first-child .userSubscribe,
.pgOnboarding .userList li:nth-child(2) .userSubscribe {
margin-top: 0px;
top: 0;
}
*/
.pgOnboarding .userList > li:nth-child(1),
.pgOnboarding .userList > li:nth-child(2) {
border-top: none;
}
/*.pgOnboarding .userList > li .thumb {
position:relative;
float: left;
width: 100px;
height: 100px;
background-size: cover;
background-position: 50% 50%;
margin-right: 20px;
}
*/
/*.pgOnboarding .userList > li.fbFriend .thumb div {
position: absolute;
width: 20px;
height: 20px;
right: -2px;
bottom: -2px;
background: url('/images/icon-facebook.png') -1px -1px;
border: 2px solid white;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}*/
.pgOnboarding .userList > li p {
width: 310px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pgOnboarding .userList > li p.username {
width: 220px;
font-weight: bold;
margin-top: 10px;
font-size: 14px;
color: #4A4A4A;
}
.pgOnboarding .userList > li .stats {
color: #999;
font-size: 10px;
}
.pgOnboarding .userList > li p.userbio {
font-size: 12px;
margin-top: 10px;
color: #333;
color: #4A4A4A;
}
/*.pgOnboarding .userList > li .tags {
margin-top: 10px;
font-size: 11px;
overflow: hidden;
height: 18px;
padding: 0;
color: #ccc;
}*/
/*.pgOnboarding .userList > li .tag {
display: inline-block;
color: #868686;
margin-right: 4px;
margin-bottom: 3px;
padding: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
*/
/* step 3 */
.pgOnboarding.stepButton .modeExt,
.pgOnboarding.stepButton .modeBk {
display: none;
}
.pgOnboarding.stepButton .whitePanel {
margin-top: 0;
background: url('/images/backgroundBookmarklet.jpg')no-repeat;
border-top-left-radius: 0;
border-top-right-radius: 0;
text-align: center;
font-size: 14px;
}
.pgOnboarding.stepButton .modeBk {
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeExt {
padding: 20px 20px 20px 386px !important;
background: url('/images/screenfast-extension.png')no-repeat bottom left;
background-color: #FFF;
height: 220px;
/*background-color: #E6EDF5;*/
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
text-align: left;
}
/* BOOKMARKLET TOP */
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk {
padding: 20px 20px 20px 20px !important;
background: #FFF url('/images/screenfast-bookmarklet.jpg')no-repeat bottom right !important;
background-color: #FFF;
height: 286px;
background-color: #E6EDF5;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
text-align: left;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock {
padding-top: 44px;
width: 500px;
background: url('/images/smallArrowBookmarklet.png')no-repeat 1px 146px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > .btnBookmarklet {
background: url(/images/backgroundDotted.png)no-repeat;
padding: 40px 0 66px 30px;
margin: 0 0 10px 6px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > .btnBookmarklet > #bookmarklet {
position: relative;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 10px;
text-align: center;
color: white;
border: 1px solid #869374;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #3177AF;
background-image: linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -o-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -moz-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -ms-linear-gradient(bottom, rgb(155,200,64) 24%, rgb(169,208,90) 81%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.24, rgb(155,200,64)),color-stop(0.81, rgb(169,208,90)));
box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.18);
-moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.18);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
-background-clip: padding-box;
padding: 20px 26px 20px 52px;
margin-right: 10px;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > p {
font-size: 14px;
line-height: 21px;
color: #4f4f4f;
}
.pgOnboarding.stepButton .whitePanel.topBkPanel.modeBk > .installbookmarkletBlock > p > a {
font-weight: bold;
}
.pgOnboarding #bookmarklet:hover {
color: #FFF;
border: 1px solid #384B11;
box-shadow: 0px 0px 10px #222222;
-webkit-box-shadow: 0px 0px 10px #222222;
-moz-box-shadow: 0px 0px 10px #222222;
}
.pgOnboarding #bookmarklet > span {
background: url(/images/drag-icon-onboarding.png) no-repeat;
display: block;
width: 34px;
height: 34px;
position: absolute;
top: 17px;
left: 16px;
}
.pgOnboarding.stepButton .whitePanel.modeExt {
padding: 20px 20px 0 20px !important;
overflow: hidden;
}
.pgOnboarding.stepButton .whitePanel {
padding: 20px 20px 0 20px !important
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock {
padding-top: 50px;
padding-left: 56px;
}
.pgOnboarding.stepButton .modeExt {
display: none;
}
.pgOnboarding.stepButton .topBkPanel > * {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.pgOnboarding.stepButton .whitePanel > h2 {
color: #FFF;
font-size: 20px;
padding: 20px 0 20px 0;
}
.pgOnboarding.stepButton .whitePanel > p {
color: #b6c2d4 !important;
line-height: 21px !important;
padding-bottom: 20px;
}
.pgOnboarding.stepButton .whitePanel > .work {
margin: 0 auto 50px auto;
width: 400px;
padding: 10px 0 10px 20px;
border: 1px solid #5280AD;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.pgOnboarding.stepButton .whitePanel > .work > p {
display: inline-block;
float: left;
margin-top: 16px;
font-weight: bold;
color: #b6c2d4 !important;
margin-right: 10px;
line-height: 12px !important;
}
.pgOnboarding.stepButton .whitePanel > .work > ul {
list-style: none;
margin: 0;
padding: 0;
}
.pgOnboarding.stepButton .whitePanel > .work > ul > li {
float: left;
margin-right: 10px;
}
.pgOnboarding.stepButton .whitePanel > .work > ul > li.special {
margin-right: 0px;
}
/* CLEAR FLOAT */
.clear {
clear: both;
}
/* BIG SCREEN INSTRUCTION */
/* NORMAL */
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal {
position: relative;
width:928px;
height:542px;
overflow:hidden;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 {
border: none;
text-align: center;
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
cursor: pointer;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 > img {
border: none;
position:absolute;
left:0;
top:0;
z-index:1;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > div.step1 > span {
display: block;
padding: 20px 10px 20px 52px;
background: #4082B6 url('/images/iconSeeHowToUse.png') no-repeat 21px 22px;
color: #FFF;
width: 176px;
font-weight: bold;
font-size: 18px;
position: absolute;
top: 50%;
left:50%;
border-radius: 60px;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
margin-top: -31px;
margin-left:-114px;
z-index:2
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 {
height: 542px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication1, .pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication2 {
color: #FFFFFF !important;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication1 {
position: absolute;
top: 72px;
right: 10px;
width: 220px;
display: none;
background: url("/images/iconIndication1.png")no-repeat 134px 0;
padding-top: 52px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indicBookmarklet1 {
top: 112px;
left: 10px;
width: 220px;
display: none;
background: url("/images/iconIndicationBookmarklet1.png")no-repeat 64px 0;
padding-top: 52px;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indication2 {
position: absolute;
top: 280px;
right: 88px;
width: 220px;
display: none;
padding-top: 92px;
background: url('/images/iconIndication2.png')no-repeat;
}
.pgOnboarding.stepButton .whitePanel > .howToUseButtonNormal > .step2 > p.indicBookmarklet2 {
top: 280px;
left: 94px;
width: 220px;
display: none;
padding-top: 92px;
background: url('/images/iconIndicationBookmarklet2.png')no-repeat 135px 0;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > p {
color: #357ED6;
line-height: 21px;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > p a {
color: #357ED6;
font-weight: bold;
}
.pgOnboarding.stepButton .topBkPanel > .installExtensionBlock > #btnInstallChromeExt {
padding: 20px 40px;
/*margin-right: 10px;*/
margin: 0;
display: inline-block;
border: none;
margin-bottom: 18px;
}
/* sectionHowToInstall */
.pgOnboarding.stepButton .sectionHowToInstall {
background: #FFFFFF !important;
}
.pgOnboarding.stepButton .sectionHowToInstall h2 {
color: #535559;
}
.pgOnboarding .howtoinstall {
padding: 0 0 28px 0;
list-style: none;
width: 766px;
margin: 0 auto;
text-align: left;
}
.pgOnboarding .howtoinstall li {
margin: 0 0 10px 0;
line-height: 36px;
color: #4F4F4F;
font-size: 14px;
border-bottom: 1px solid #E3E3E3;
font-size: 14px;
font-weight: normal;
color: #414141;
padding: 20px 0;
}
.pgOnboarding .howtoinstall li > .puce {
font-size: 20px;
background-color: #4382B6;
float: left;
width: 50px;
height: 50px;
line-height: 50px;
color: #FFF;
font-weight: bold;
text-align: center;
margin-right: 30px;
border-radius: 45px;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
}
.pgOnboarding .howtoinstall li > h6 {
font-size: 14px;
font-weight: bold;
line-height: 22px;
padding: 0;
margin: 0;
}
.pgOnboarding .howtoinstall li.first {
padding-top: 0;
}
.pgOnboarding .howtoinstall li.last {
border: none;
padding-bottom: 0;
}
.pgOnboarding .howtoinstall li > p {
color: #4f4f4f;
line-height: 21px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall {
padding-top: 14px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet {
position: relative;
border: none;
font-size: 14px;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet:hover {
box-shadow: none;
border: none;
}
.pgOnboarding .howtoinstall li > .bookmarkletHowToInstall > #bookmarklet > span {
display: none;
}
.pgOnboarding .howtoinstall li
/*.pgOnboarding .howtoinstall li > .puce1 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat;
display: inline-block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce2 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat 0 -35px;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce3 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat 0 -70px;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}
.pgOnboarding .howtoinstall li > .puce4 {
background: url(/images/pickBookmarklet/icon-puce.png)no-repeat;
display: block;
width: 34px;
height: 34px;
float: left;
margin-right: 12px;
}*/
.pgOnboarding.stepButton .video {
display: block;
width: 468px;
height: 263px;
background: #CCC url(/images/pickBookmarklet/video-thumb.jpg) no-repeat;
margin: 40px auto;
clear: both;
box-shadow: 0 0 3px rgba(0,0,0,0.43);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.43);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.43);
}
.pgOnboarding.stepButton .video > a {
display: block;
width: 468px;
height: 263px;
background: url(/images/pickBookmarklet/video-play-big.png) no-repeat center center;
opacity: 0.6;
}
.pgOnboarding.stepButton .video > a:hover {
opacity: 0.9;
}
.pgOnboarding .reassure-txt {
font-style: italic;
color: #535559 !important;
margin-top: 10px;
} | 0.15588 | 0.045395 |
.charsheet {
background-color: #ffffff;
color: #838684;
}
table
{
width:100%;
border:0px;
background-color:#63AFF9;
box-shadow: 6px 6px 12px black;
color:#000000;
}
th
{
font-weight:bold;
border:0px;
font-size:small;
color:#000000;
}
td
{
border:0px;
}
h1
{
color:#000000;
}
input
{
width:100%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type=number]
{
-moz-appearance:textfield;
}
div.sheet-tab-content
{
display: none;
}
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3
{
display: block;
}
input.sheet-tab
{
width: 130px;
height: 22px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
z-index: 1;
opacity: 0;
margin-bottom:14px;
margin-top:3px;
}
input.sheet-tab + span::before
{
content: attr(title);
text-align: center;
display: inline-block;
margin-left:-120px;
width: 125px;
height: 20px;
font-size: 14px;
font-weight:bold;
border:1px solid blue;
border-top-left-radius: 3em 3em;
border-top-right-radius: 3em 3em;
border-bottom-right-radius: 3em 3em;
border-bottom-left-radius: 3em 3em;
box-shadow: 3px 3px 6px blue;
position: relative;
background: #63AFF9;
color:#000000;
}
textarea
{
border:none;
width:100%;
height: 75px;
padding:0px;
text-align:justify;
}
input.sheet-tab:checked + span::before
{
background: #ffffff;
box-shadow: 0px 0px 7px 0px white inset;
}
input[type=checkbox].sheet-tab1,
input[type=checkbox].sheet-tab2,
input[type=checkbox].sheet-tab3
{
display: none;
}
input.sheet-option
{
width:21px;
height: 21px;
cursor: pointer;
z-index: 1;
opacity: 0;
float:right;
margin:0px;
}
input.sheet-option.sheet-title,
input.sheet-option.sheet-title+ span
{
margin-top:5px;
}
input.sheet-option+ span
{
float:right;
margin-right:-21px;
text-align: center;
display: inline-block;
width: 21px;
height:21px;
}
input.sheet-option+ span::before
{
font-family: "pictos";
content: 'y';
color:black;
text-shadow: 2px 2px 2px #99CCFF;
font-size: 20px;
opacity: 0;
}
input.sheet-option:checked+ span::before
{
color:#99CCFF;
text-shadow: 2px 2px 2px #555555;
opacity: 1;
}
span.sheet-option::before
{
opacity: 0;
}
tr:hover > td span.sheet-option::before,
{
opacity: 1;
}
tr.sheet-talent1,
tr.sheet-talent2,
tr.sheet-talent3,
tr.sheet-talent4,
tr.sheet-talent5,
tr.sheet-talent6,
tr.sheet-talent7,
tr.sheet-talent8,
tr.sheet-talent9,
tr.sheet-talent10,
tr.sheet-talent11,
tr.sheet-talent12,
tr.sheet-talent13,
tr.sheet-talent14,
tr.sheet-talent15,
tr.sheet-talent16,
tr.sheet-talent17,
tr.sheet-talent18,
tr.sheet-talent19,
tr.sheet-talent20,
tr.sheet-talent21,
tr.sheet-talent22,
tr.sheet-talent23,
tr.sheet-talent24,
tr.sheet-talent25,
tr.sheet-talent26,
tr.sheet-talent27,
tr.sheet-talent28,
tr.sheet-talent29,
tr.sheet-talent30,
tr.sheet-talent31,
tr.sheet-talent32,
tr.sheet-talent33,
tr.sheet-talent34,
tr.sheet-talent35,
tr.sheet-talent36,
tr.sheet-talent37,
tr.sheet-talent38,
tr.sheet-talent39,
tr.sheet-talent40,
tr.sheet-talent41,
tr.sheet-talent42,
tr.sheet-talent43,
tr.sheet-talent44,
tr.sheet-talent45,
tr.sheet-talent46,
tr.sheet-talent47,
tr.sheet-talent48,
tr.sheet-talent49,
tr.sheet-talent50,
tr.sheet-talent51
{
display: none;
border-top-color: #DADADA;
margin: 2px 0 0 0;
background-color:#9BD0FE;
}
input.sheet-option1:checked ~ table tr.sheet-talent1,
input.sheet-option2:checked ~ table tr.sheet-talent2,
input.sheet-option3:checked ~ table tr.sheet-talent3,
input.sheet-option4:checked ~ table tr.sheet-talent4,
input.sheet-option5:checked ~ table tr.sheet-talent5,
input.sheet-option6:checked ~ table tr.sheet-talent6,
input.sheet-option7:checked ~ table tr.sheet-talent7,
input.sheet-option8:checked ~ table tr.sheet-talent8,
input.sheet-option9:checked ~ table tr.sheet-talent9,
input.sheet-option10:checked ~ table tr.sheet-talent10,
input.sheet-option11:checked ~ table tr.sheet-talent11,
input.sheet-option12:checked ~ table tr.sheet-talent12,
input.sheet-option13:checked ~ table tr.sheet-talent13,
input.sheet-option14:checked ~ table tr.sheet-talent14,
input.sheet-option15:checked ~ table tr.sheet-talent15,
input.sheet-option16:checked ~ table tr.sheet-talent16,
input.sheet-option17:checked ~ table tr.sheet-talent17,
input.sheet-option18:checked ~ table tr.sheet-talent18,
input.sheet-option19:checked ~ table tr.sheet-talent19,
input.sheet-option20:checked ~ table tr.sheet-talent20,
input.sheet-option21:checked ~ table tr.sheet-talent21,
input.sheet-option22:checked ~ table tr.sheet-talent22,
input.sheet-option23:checked ~ table tr.sheet-talent23,
input.sheet-option24:checked ~ table tr.sheet-talent24,
input.sheet-option25:checked ~ table tr.sheet-talent25,
input.sheet-option26:checked ~ table tr.sheet-talent26,
input.sheet-option27:checked ~ table tr.sheet-talent27,
input.sheet-option28:checked ~ table tr.sheet-talent28,
input.sheet-option29:checked ~ table tr.sheet-talent29,
input.sheet-option30:checked ~ table tr.sheet-talent30,
input.sheet-option31:checked ~ table tr.sheet-talent31,
input.sheet-option32:checked ~ table tr.sheet-talent32,
input.sheet-option33:checked ~ table tr.sheet-talent33,
input.sheet-option34:checked ~ table tr.sheet-talent34,
input.sheet-option35:checked ~ table tr.sheet-talent35,
input.sheet-option36:checked ~ table tr.sheet-talent36,
input.sheet-option37:checked ~ table tr.sheet-talent37,
input.sheet-option38:checked ~ table tr.sheet-talent38,
input.sheet-option39:checked ~ table tr.sheet-talent39,
input.sheet-option40:checked ~ table tr.sheet-talent40,
input.sheet-option41:checked ~ table tr.sheet-talent41,
input.sheet-option42:checked ~ table tr.sheet-talent42,
input.sheet-option43:checked ~ table tr.sheet-talent43,
input.sheet-option44:checked ~ table tr.sheet-talent44,
input.sheet-option45:checked ~ table tr.sheet-talent45,
input.sheet-option46:checked ~ table tr.sheet-talent46,
input.sheet-option47:checked ~ table tr.sheet-talent47,
input.sheet-option48:checked ~ table tr.sheet-talent48,
input.sheet-option49:checked ~ table tr.sheet-talent49,
input.sheet-option50:checked ~ table tr.sheet-talent50,
input.sheet-option51:checked ~ table tr.sheet-talent51
{
display: table-row;
}
input.sheet-option1:checked ~ table tr.sheet-compact,
input.sheet-option2:checked ~ table tr.sheet-compact,
input.sheet-option3:checked ~ table tr.sheet-compact,
input.sheet-option4:checked ~ table tr.sheet-compact,
input.sheet-option5:checked ~ table tr.sheet-compact,
input.sheet-option6:checked ~ table tr.sheet-compact,
input.sheet-option7:checked ~ table tr.sheet-compact,
input.sheet-option8:checked ~ table tr.sheet-compact,
input.sheet-option9:checked ~ table tr.sheet-compact,
input.sheet-option10:checked ~ table tr.sheet-compact,
input.sheet-option11:checked ~ table tr.sheet-compact,
input.sheet-option12:checked ~ table tr.sheet-compact,
input.sheet-option13:checked ~ table tr.sheet-compact,
input.sheet-option14:checked ~ table tr.sheet-compact,
input.sheet-option15:checked ~ table tr.sheet-compact,
input.sheet-option16:checked ~ table tr.sheet-compact,
input.sheet-option17:checked ~ table tr.sheet-compact,
input.sheet-option18:checked ~ table tr.sheet-compact,
input.sheet-option19:checked ~ table tr.sheet-compact,
input.sheet-option20:checked ~ table tr.sheet-compact,
input.sheet-option21:checked ~ table tr.sheet-compact,
input.sheet-option22:checked ~ table tr.sheet-compact,
input.sheet-option23:checked ~ table tr.sheet-compact,
input.sheet-option24:checked ~ table tr.sheet-compact,
input.sheet-option25:checked ~ table tr.sheet-compact,
input.sheet-option26:checked ~ table tr.sheet-compact,
input.sheet-option27:checked ~ table tr.sheet-compact,
input.sheet-option28:checked ~ table tr.sheet-compact,
input.sheet-option29:checked ~ table tr.sheet-compact,
input.sheet-option30:checked ~ table tr.sheet-compact,
input.sheet-option31:checked ~ table tr.sheet-compact,
input.sheet-option32:checked ~ table tr.sheet-compact,
input.sheet-option33:checked ~ table tr.sheet-compact,
input.sheet-option34:checked ~ table tr.sheet-compact,
input.sheet-option35:checked ~ table tr.sheet-compact,
input.sheet-option36:checked ~ table tr.sheet-compact,
input.sheet-option37:checked ~ table tr.sheet-compact,
input.sheet-option38:checked ~ table tr.sheet-compact,
input.sheet-option39:checked ~ table tr.sheet-compact,
input.sheet-option40:checked ~ table tr.sheet-compact,
input.sheet-option41:checked ~ table tr.sheet-compact,
input.sheet-option42:checked ~ table tr.sheet-compact,
input.sheet-option43:checked ~ table tr.sheet-compact,
input.sheet-option44:checked ~ table tr.sheet-compact,
input.sheet-option45:checked ~ table tr.sheet-compact,
input.sheet-option46:checked ~ table tr.sheet-compact,
input.sheet-option47:checked ~ table tr.sheet-compact,
input.sheet-option48:checked ~ table tr.sheet-compact,
input.sheet-option49:checked ~ table tr.sheet-compact,
input.sheet-option50:checked ~ table tr.sheet-compact,
input.sheet-option51:checked ~ table tr.sheet-compact
{
display: none;
}
.sheet-competences
{
vertical-align: top;
padding: 0px;
}
.sheet-look
{
text-align: center;
}
.repcontrol_add,
.repcontrol_move
{
float:left;
}
.sheet-rolltemplate-lyc table,
.sheet-rolltemplate-lyc2 table
{
width:100%;
}
.sheet-rolltemplate-lyc .sheet-titre,
.sheet-rolltemplate-lyc2 .sheet-titre
{
width:100%;
border:2px black;
background-color:#63AFF9;
box-shadow: 6px 6px 12px blue;
color:#FFFFFF;
}
.sheet-rolltemplate-lyc .sheet-jet,
.sheet-rolltemplate-lyc2 .sheet-jet
{
width:100%;
border:2px black;
background-color:#FFFFFF;
box-shadow: 6px 6px 12px blue;
color:#000000;
text-align: center;
}
.sheet-rolltemplate-lyc .inlinerollresult,
.sheet-rolltemplate-lyc2 .inlinerollresult
{
display: inline-block;
min-width: 1.5em;
text-align: center;
border: none;
background-color: Transparent;
}
.sheet-rolltemplate-lyc .inlinerollresult.fullcrit,
.sheet-rolltemplate-lyc2 .inlinerollresult.fullcrit{
border: none;
}
.sheet-rolltemplate-lyc .inlinerollresult.fullfail,
.sheet-rolltemplate-lyc2 .inlinerollresult.fullfail{
border: none;
}
.sheet-rolltemplate-lyc .inlinerollresult.importantroll,
.sheet-rolltemplate-lyc2 .inlinerollresult.importantroll{
border: none;
} | Lyceennes/lyceennes.css | .charsheet {
background-color: #ffffff;
color: #838684;
}
table
{
width:100%;
border:0px;
background-color:#63AFF9;
box-shadow: 6px 6px 12px black;
color:#000000;
}
th
{
font-weight:bold;
border:0px;
font-size:small;
color:#000000;
}
td
{
border:0px;
}
h1
{
color:#000000;
}
input
{
width:100%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type=number]
{
-moz-appearance:textfield;
}
div.sheet-tab-content
{
display: none;
}
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3
{
display: block;
}
input.sheet-tab
{
width: 130px;
height: 22px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
z-index: 1;
opacity: 0;
margin-bottom:14px;
margin-top:3px;
}
input.sheet-tab + span::before
{
content: attr(title);
text-align: center;
display: inline-block;
margin-left:-120px;
width: 125px;
height: 20px;
font-size: 14px;
font-weight:bold;
border:1px solid blue;
border-top-left-radius: 3em 3em;
border-top-right-radius: 3em 3em;
border-bottom-right-radius: 3em 3em;
border-bottom-left-radius: 3em 3em;
box-shadow: 3px 3px 6px blue;
position: relative;
background: #63AFF9;
color:#000000;
}
textarea
{
border:none;
width:100%;
height: 75px;
padding:0px;
text-align:justify;
}
input.sheet-tab:checked + span::before
{
background: #ffffff;
box-shadow: 0px 0px 7px 0px white inset;
}
input[type=checkbox].sheet-tab1,
input[type=checkbox].sheet-tab2,
input[type=checkbox].sheet-tab3
{
display: none;
}
input.sheet-option
{
width:21px;
height: 21px;
cursor: pointer;
z-index: 1;
opacity: 0;
float:right;
margin:0px;
}
input.sheet-option.sheet-title,
input.sheet-option.sheet-title+ span
{
margin-top:5px;
}
input.sheet-option+ span
{
float:right;
margin-right:-21px;
text-align: center;
display: inline-block;
width: 21px;
height:21px;
}
input.sheet-option+ span::before
{
font-family: "pictos";
content: 'y';
color:black;
text-shadow: 2px 2px 2px #99CCFF;
font-size: 20px;
opacity: 0;
}
input.sheet-option:checked+ span::before
{
color:#99CCFF;
text-shadow: 2px 2px 2px #555555;
opacity: 1;
}
span.sheet-option::before
{
opacity: 0;
}
tr:hover > td span.sheet-option::before,
{
opacity: 1;
}
tr.sheet-talent1,
tr.sheet-talent2,
tr.sheet-talent3,
tr.sheet-talent4,
tr.sheet-talent5,
tr.sheet-talent6,
tr.sheet-talent7,
tr.sheet-talent8,
tr.sheet-talent9,
tr.sheet-talent10,
tr.sheet-talent11,
tr.sheet-talent12,
tr.sheet-talent13,
tr.sheet-talent14,
tr.sheet-talent15,
tr.sheet-talent16,
tr.sheet-talent17,
tr.sheet-talent18,
tr.sheet-talent19,
tr.sheet-talent20,
tr.sheet-talent21,
tr.sheet-talent22,
tr.sheet-talent23,
tr.sheet-talent24,
tr.sheet-talent25,
tr.sheet-talent26,
tr.sheet-talent27,
tr.sheet-talent28,
tr.sheet-talent29,
tr.sheet-talent30,
tr.sheet-talent31,
tr.sheet-talent32,
tr.sheet-talent33,
tr.sheet-talent34,
tr.sheet-talent35,
tr.sheet-talent36,
tr.sheet-talent37,
tr.sheet-talent38,
tr.sheet-talent39,
tr.sheet-talent40,
tr.sheet-talent41,
tr.sheet-talent42,
tr.sheet-talent43,
tr.sheet-talent44,
tr.sheet-talent45,
tr.sheet-talent46,
tr.sheet-talent47,
tr.sheet-talent48,
tr.sheet-talent49,
tr.sheet-talent50,
tr.sheet-talent51
{
display: none;
border-top-color: #DADADA;
margin: 2px 0 0 0;
background-color:#9BD0FE;
}
input.sheet-option1:checked ~ table tr.sheet-talent1,
input.sheet-option2:checked ~ table tr.sheet-talent2,
input.sheet-option3:checked ~ table tr.sheet-talent3,
input.sheet-option4:checked ~ table tr.sheet-talent4,
input.sheet-option5:checked ~ table tr.sheet-talent5,
input.sheet-option6:checked ~ table tr.sheet-talent6,
input.sheet-option7:checked ~ table tr.sheet-talent7,
input.sheet-option8:checked ~ table tr.sheet-talent8,
input.sheet-option9:checked ~ table tr.sheet-talent9,
input.sheet-option10:checked ~ table tr.sheet-talent10,
input.sheet-option11:checked ~ table tr.sheet-talent11,
input.sheet-option12:checked ~ table tr.sheet-talent12,
input.sheet-option13:checked ~ table tr.sheet-talent13,
input.sheet-option14:checked ~ table tr.sheet-talent14,
input.sheet-option15:checked ~ table tr.sheet-talent15,
input.sheet-option16:checked ~ table tr.sheet-talent16,
input.sheet-option17:checked ~ table tr.sheet-talent17,
input.sheet-option18:checked ~ table tr.sheet-talent18,
input.sheet-option19:checked ~ table tr.sheet-talent19,
input.sheet-option20:checked ~ table tr.sheet-talent20,
input.sheet-option21:checked ~ table tr.sheet-talent21,
input.sheet-option22:checked ~ table tr.sheet-talent22,
input.sheet-option23:checked ~ table tr.sheet-talent23,
input.sheet-option24:checked ~ table tr.sheet-talent24,
input.sheet-option25:checked ~ table tr.sheet-talent25,
input.sheet-option26:checked ~ table tr.sheet-talent26,
input.sheet-option27:checked ~ table tr.sheet-talent27,
input.sheet-option28:checked ~ table tr.sheet-talent28,
input.sheet-option29:checked ~ table tr.sheet-talent29,
input.sheet-option30:checked ~ table tr.sheet-talent30,
input.sheet-option31:checked ~ table tr.sheet-talent31,
input.sheet-option32:checked ~ table tr.sheet-talent32,
input.sheet-option33:checked ~ table tr.sheet-talent33,
input.sheet-option34:checked ~ table tr.sheet-talent34,
input.sheet-option35:checked ~ table tr.sheet-talent35,
input.sheet-option36:checked ~ table tr.sheet-talent36,
input.sheet-option37:checked ~ table tr.sheet-talent37,
input.sheet-option38:checked ~ table tr.sheet-talent38,
input.sheet-option39:checked ~ table tr.sheet-talent39,
input.sheet-option40:checked ~ table tr.sheet-talent40,
input.sheet-option41:checked ~ table tr.sheet-talent41,
input.sheet-option42:checked ~ table tr.sheet-talent42,
input.sheet-option43:checked ~ table tr.sheet-talent43,
input.sheet-option44:checked ~ table tr.sheet-talent44,
input.sheet-option45:checked ~ table tr.sheet-talent45,
input.sheet-option46:checked ~ table tr.sheet-talent46,
input.sheet-option47:checked ~ table tr.sheet-talent47,
input.sheet-option48:checked ~ table tr.sheet-talent48,
input.sheet-option49:checked ~ table tr.sheet-talent49,
input.sheet-option50:checked ~ table tr.sheet-talent50,
input.sheet-option51:checked ~ table tr.sheet-talent51
{
display: table-row;
}
input.sheet-option1:checked ~ table tr.sheet-compact,
input.sheet-option2:checked ~ table tr.sheet-compact,
input.sheet-option3:checked ~ table tr.sheet-compact,
input.sheet-option4:checked ~ table tr.sheet-compact,
input.sheet-option5:checked ~ table tr.sheet-compact,
input.sheet-option6:checked ~ table tr.sheet-compact,
input.sheet-option7:checked ~ table tr.sheet-compact,
input.sheet-option8:checked ~ table tr.sheet-compact,
input.sheet-option9:checked ~ table tr.sheet-compact,
input.sheet-option10:checked ~ table tr.sheet-compact,
input.sheet-option11:checked ~ table tr.sheet-compact,
input.sheet-option12:checked ~ table tr.sheet-compact,
input.sheet-option13:checked ~ table tr.sheet-compact,
input.sheet-option14:checked ~ table tr.sheet-compact,
input.sheet-option15:checked ~ table tr.sheet-compact,
input.sheet-option16:checked ~ table tr.sheet-compact,
input.sheet-option17:checked ~ table tr.sheet-compact,
input.sheet-option18:checked ~ table tr.sheet-compact,
input.sheet-option19:checked ~ table tr.sheet-compact,
input.sheet-option20:checked ~ table tr.sheet-compact,
input.sheet-option21:checked ~ table tr.sheet-compact,
input.sheet-option22:checked ~ table tr.sheet-compact,
input.sheet-option23:checked ~ table tr.sheet-compact,
input.sheet-option24:checked ~ table tr.sheet-compact,
input.sheet-option25:checked ~ table tr.sheet-compact,
input.sheet-option26:checked ~ table tr.sheet-compact,
input.sheet-option27:checked ~ table tr.sheet-compact,
input.sheet-option28:checked ~ table tr.sheet-compact,
input.sheet-option29:checked ~ table tr.sheet-compact,
input.sheet-option30:checked ~ table tr.sheet-compact,
input.sheet-option31:checked ~ table tr.sheet-compact,
input.sheet-option32:checked ~ table tr.sheet-compact,
input.sheet-option33:checked ~ table tr.sheet-compact,
input.sheet-option34:checked ~ table tr.sheet-compact,
input.sheet-option35:checked ~ table tr.sheet-compact,
input.sheet-option36:checked ~ table tr.sheet-compact,
input.sheet-option37:checked ~ table tr.sheet-compact,
input.sheet-option38:checked ~ table tr.sheet-compact,
input.sheet-option39:checked ~ table tr.sheet-compact,
input.sheet-option40:checked ~ table tr.sheet-compact,
input.sheet-option41:checked ~ table tr.sheet-compact,
input.sheet-option42:checked ~ table tr.sheet-compact,
input.sheet-option43:checked ~ table tr.sheet-compact,
input.sheet-option44:checked ~ table tr.sheet-compact,
input.sheet-option45:checked ~ table tr.sheet-compact,
input.sheet-option46:checked ~ table tr.sheet-compact,
input.sheet-option47:checked ~ table tr.sheet-compact,
input.sheet-option48:checked ~ table tr.sheet-compact,
input.sheet-option49:checked ~ table tr.sheet-compact,
input.sheet-option50:checked ~ table tr.sheet-compact,
input.sheet-option51:checked ~ table tr.sheet-compact
{
display: none;
}
.sheet-competences
{
vertical-align: top;
padding: 0px;
}
.sheet-look
{
text-align: center;
}
.repcontrol_add,
.repcontrol_move
{
float:left;
}
.sheet-rolltemplate-lyc table,
.sheet-rolltemplate-lyc2 table
{
width:100%;
}
.sheet-rolltemplate-lyc .sheet-titre,
.sheet-rolltemplate-lyc2 .sheet-titre
{
width:100%;
border:2px black;
background-color:#63AFF9;
box-shadow: 6px 6px 12px blue;
color:#FFFFFF;
}
.sheet-rolltemplate-lyc .sheet-jet,
.sheet-rolltemplate-lyc2 .sheet-jet
{
width:100%;
border:2px black;
background-color:#FFFFFF;
box-shadow: 6px 6px 12px blue;
color:#000000;
text-align: center;
}
.sheet-rolltemplate-lyc .inlinerollresult,
.sheet-rolltemplate-lyc2 .inlinerollresult
{
display: inline-block;
min-width: 1.5em;
text-align: center;
border: none;
background-color: Transparent;
}
.sheet-rolltemplate-lyc .inlinerollresult.fullcrit,
.sheet-rolltemplate-lyc2 .inlinerollresult.fullcrit{
border: none;
}
.sheet-rolltemplate-lyc .inlinerollresult.fullfail,
.sheet-rolltemplate-lyc2 .inlinerollresult.fullfail{
border: none;
}
.sheet-rolltemplate-lyc .inlinerollresult.importantroll,
.sheet-rolltemplate-lyc2 .inlinerollresult.importantroll{
border: none;
} | 0.281109 | 0.092278 |
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
fieldset,
img {
border: 0;
}
li {
list-style: none;
}
code {
font: inherit;
}
:focus {
outline: 0;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
*font-size: 100%;
}
/* Remove special stylesheet in firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
padding: 0;
}
/* Less elements
------------------------------------------------------*/
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/
------------------------------------------------------*/
body {
width: 100%;
*zoom: 1;
}
body:before,
body:after {
content: "";
display: table;
}
body:after {
clear: both;
}
/*
[Contents]
0- Global
1- Links
2- Content(For tinymce)
3- Fontface
*/
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
.hide {
display: none;
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
/* Color
------------------------------------------------------*/
/* Text
------------------------------------------------------*/
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-red {
color: #d32b28 !important;
}
.text-green {
color: #5ba52e !important;
}
.text-light-blue {
color: #009ad7 !important;
}
/* Clearfix
------------------------------------------------------*/
.clearfix:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
/* for IE6 */
*html .clearfix {
zoom: 1;
}
/* for IE7 */
* + html .clearfix {
zoom: 1;
}
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a {
color: #0078B1;
cursor: pointer;
text-decoration: none;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.action {
display: inline-block;
}
a.action .icon {
display: block;
}
a.action.hide {
display: none;
}
a.upload-link {
position: relative;
}
a.upload-link span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
a.upload-link input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
/* =2 Content(For Tinymce)
---------------------------------------------------------------------------------------------------------------------*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
font-weight: 700;
margin-bottom: 15px;
}
.content h1 {
font-size: 2em;
}
.content h2 {
font-size: 1.5em;
}
.content h3 {
font-size: 1.17em;
}
.content h4 {
font-size: 1em;
}
.content h5 {
font-size: 0.83em;
}
.content h6 {
font-size: 0.75em;
}
.content p {
margin-bottom: 10px;
}
.content pre {
padding: 8px;
}
.content ol,
.content ul {
margin-bottom: 10px;
padding-left: 20px;
}
.content ol li {
list-style: decimal outside;
}
.content ul li {
list-style: disc outside;
}
/* =3 Fontface
---------------------------------------------------------------------------------------------------------------------*/
/* Segoe UI
---------------------------------------------------------*/
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 300;
src: local('Segoe UI Light'), local('SegoeUI-Light');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 400;
src: local('Segoe UI'), local('SegoeUI');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 600;
src: local('Segoe UI Semibold'), local('SegoeUI-Semibold');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 700;
src: local('Segoe UI Bold'), local('SegoeUI-bold'), local('segoeuib');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 800;
src: local('Segoe UI Black'), local('SegoeUI-black'), local('segoeuibl');
}
/* Open Sans
---------------------------------------------------------*/
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 300;
src: url('fonts/opensans-light-webfont.eot');
src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 400;
src: url('fonts/opensans-regular-webfont.eot');
src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-Regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 600;
src: url('fonts/opensans-semibold-webfont.eot');
src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype'), url('fonts/opensans-semibold-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 700;
src: url('fonts/opensans-bold-webfont.eot');
src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 800;
src: url('fonts/opensans-extrabold-webfont.eot');
src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabold-webfont.woff') format('woff'), url('fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('fonts/opensans-extrabold-webfont.svg#OpenSans') format('svg');
}
/* =4 Tinymce
---------------------------------------------------------------------------------------------------------------------*/
body div.mce-fullscreen {
top: 40px;
z-index: 99999;
}
body.in-dialog div.mce-fullscreen {
top: 0;
}
body .mce-panel {
background: #F6F6F6;
border-color: #BABABA;
}
body .mce-path {
line-height: 1;
padding: 4px;
}
body .mce-path-item {
font-size: 12px;
line-height: 1;
}
body .mce-btn-group {
border-left: 1px solid #DDD;
margin-left: 4px;
padding-left: 4px;
}
body .mce-btn-group.mce-first {
border: none;
padding-left: 0;
}
.mce-btn button {
min-width: 0;
}
body .mce-btn {
background: 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;
}
body .mce-btn-group .mce-btn.mce-disabled,
body .mce-btn-group .mce-btn.mce-disabled:hover {
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-btn-group .mce-btn.mce-disabled button {
cursor: not-allowed;
}
body .mce-btn-group .mce-first,
body .mce-btn-group .mce-last {
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .mce-btn:hover,
body .mce-btn:focus,
body .mce-btn-group .mce-btn:hover,
body .mce-btn-group .mce-btn:focus {
background: #D5E1F2;
}
body .mce-btn-group .mce-splitbtn:hover,
body .mce-btn-group .mce-splitbtn:focus {
background: none;
}
body .mce-splitbtn button {
border: 1px solid transparent;
padding: 2px 3px 2px 4px;
}
body .mce-splitbtn .mce-open {
border: 1px solid transparent;
padding: 2px 2px 3px;
}
body .mce-splitbtn button:hover {
background: #D5E1F2;
}
body .mce-splitbtn:hover button,
body .mce-splitbtn:hover .mce-open {
border-color: #D5E1F2;
}
body .mce-btn.mce-active,
body .mce-btn.mce-active:hover,
body .mce-btn:active,
body .mce-btn-group .mce-btn.mce-active,
body .mce-btn-group .mce-btn.mce-active:hover,
body .mce-btn-group .mce-btn:active {
background: #C2D5F2;
border-color: #C2D5F2;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-splitbtn .mce-open.mce-active {
background: #C2D5F2;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-menu {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
padding: 0;
}
body .mce-menu-item.mce-active {
background: #C2D5F2;
}
body .mce-menu-item:hover,
body .mce-menu-item.mce-selected,
body .mce-menu-item:focus {
background: #D5E1F2;
}
body .mce-menu-item.mce-selected .mce-caret,
body .mce-menu-item:focus .mce-caret {
border-left-color: #333;
}
body .mce-menu-item:hover .mce-ico,
body .mce-menu-item.mce-selected .mce-ico,
body .mce-menu-item:focus .mce-ico {
color: #333;
}
body .mce-menu-item:hover .mce-text,
body .mce-menu-item.mce-selected .mce-text,
body .mce-menu-item:focus .mce-text {
color: #333;
}
/* MCE dialog
----------------------------------------------------------*/
body .mce-window {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-window-head .mce-close {
min-width: 0;
}
body .mce-window .mce-btn {
background: #CCC;
}
body .mce-window .mce-primary {
background: #0078B1;
}
body .mce-window .mce-menubtn {
background: #E1E1E1;
}
body .mce-textbox,
body .mce-combobox.mce-has-open input {
border-color: #BABABA;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .mce-textbox:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-combobox .mce-btn {
background: #E1E1E1;
border: 1px solid #BABABA;
border-left: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body i.mce-i-checkbox {
background: #FFF;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* In dialog */
body.in-dialog .mce-window {
bottom: 0;
height: auto !important;
left: 0 !important;
right: 0;
top: -40px !important;
width: auto !important;
}
body.in-dialog .mce-container-body.mce-abs-layout {
height: 450px !important;
}
body.in-dialog .mce-textbox.mce-multiline {
height: 400px !important;
}
body.in-dialog .mce-foot {
right: 0;
width: auto !important;
}
/* Icons
----------------------------------------------------------*/
.mce-ico.mce-i-insertPage {
background-image: url(images/icon-insert-page.png);
}
/* Basic UI */
/* Buttons
------------------------------------------------------*/
.button {
background: #0078b1;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
min-width: 100px;
padding: 4px 10px;
text-align: center;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
/* Color */
/* Size */
/* Upload */
/* Icon position fix */
}
.button:hover,
.button.active {
background: #006798;
}
.button.disabled {
background: #0078b1;
color: #FFF;
cursor: not-allowed;
}
.button.gray {
background: #cccccc;
color: #000;
}
.button.gray:hover,
.button.gray.active {
background: #bfbfbf;
}
.button.gray.disabled {
background: #d9d9d9;
color: #666;
}
.button.light-gray {
background: #eeeeee;
color: #000;
}
.button.light-gray:hover,
.button.light-gray.active {
background: #e1e1e1;
}
.button.light-gray.disabled {
background: #eeeeee;
color: #666;
}
.button.white {
background: #FFF;
color: #333;
}
.button.white:hover,
.button.white.active {
background: #f2f2f2;
}
.button.white.disabled {
background: #FFF;
color: #666;
}
.button.medium {
font-size: 16px;
padding: 7px 15px;
}
.button.upload {
position: relative;
}
.button.upload span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.button.upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.button.upload.disabled input {
cursor: not-allowed;
}
.button.dropdown {
padding: 0 30px 0 10px;
position: relative;
}
.button.dropdown span {
display: block;
}
.button.dropdown .button {
border-right: 1px solid #fff;
color: inherit;
display: block;
margin-left: -10px;
position: relative;
z-index: 2;
}
.button.dropdown .trigger {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.button.dropdown .sprite {
position: absolute;
right: 11px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -238px;
width: 8px;
height: 6px;
}
.button.dropdown.active .sprite {
background: url(images/sprites.png) no-repeat 0 -304px;
width: 8px;
height: 6px;
}
.button.dropdown ul {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
min-width: 100%;
position: absolute;
top: 32px;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.button.dropdown ul li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
.button.dropdown ul li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
.button.dropdown ul li a:hover {
background: #DDD;
}
.button.dropdown.only-icon {
height: auto;
line-height: 0;
min-width: 0;
padding: 0;
}
.button.dropdown.only-icon ul {
margin-top: 4px;
top: auto;
}
.button.dropdown-toggle {
min-width: 0;
}
.button .icon.chevron-down-white,
.button .icon.chevron-up-white {
margin-bottom: 2px;
}
/* Button group
------------------------------------------------------*/
.button-group {
display: inline-block;
position: relative;
*zoom: 1;
}
.button-group:before,
.button-group:after {
content: "";
display: table;
}
.button-group:after {
clear: both;
}
.button-group .button {
float: left;
min-width: 0;
}
.button-group .button:not(:first-child) {
border-left: 1px solid #FFF;
}
/* Dropdown menu
------------------------------------------------------*/
.dropdown-menu {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
margin-top: 4px;
min-width: 100%;
position: absolute;
top: 100%;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropdown-menu li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
.dropdown-menu li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
.dropdown-menu li a:hover {
background: #DDD;
}
/* Form button
------------------------------------------------------*/
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
border: none;
background: #0078b1;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
min-width: 100px;
padding: 4px 10px;
text-align: center;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
/* Color */
/* Size */
/* Upload */
/* Icon position fix */
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button.active,
input[type="submit"].active,
input[type="reset"].active,
input[type="button"].active {
background: #006798;
}
button.disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled {
background: #0078b1;
color: #FFF;
cursor: not-allowed;
}
button.gray,
input[type="submit"].gray,
input[type="reset"].gray,
input[type="button"].gray {
background: #cccccc;
color: #000;
}
button.gray:hover,
input[type="submit"].gray:hover,
input[type="reset"].gray:hover,
input[type="button"].gray:hover,
button.gray.active,
input[type="submit"].gray.active,
input[type="reset"].gray.active,
input[type="button"].gray.active {
background: #bfbfbf;
}
button.gray.disabled,
input[type="submit"].gray.disabled,
input[type="reset"].gray.disabled,
input[type="button"].gray.disabled {
background: #d9d9d9;
color: #666;
}
button.light-gray,
input[type="submit"].light-gray,
input[type="reset"].light-gray,
input[type="button"].light-gray {
background: #eeeeee;
color: #000;
}
button.light-gray:hover,
input[type="submit"].light-gray:hover,
input[type="reset"].light-gray:hover,
input[type="button"].light-gray:hover,
button.light-gray.active,
input[type="submit"].light-gray.active,
input[type="reset"].light-gray.active,
input[type="button"].light-gray.active {
background: #e1e1e1;
}
button.light-gray.disabled,
input[type="submit"].light-gray.disabled,
input[type="reset"].light-gray.disabled,
input[type="button"].light-gray.disabled {
background: #eeeeee;
color: #666;
}
button.white,
input[type="submit"].white,
input[type="reset"].white,
input[type="button"].white {
background: #FFF;
color: #333;
}
button.white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
input[type="button"].white:hover,
button.white.active,
input[type="submit"].white.active,
input[type="reset"].white.active,
input[type="button"].white.active {
background: #f2f2f2;
}
button.white.disabled,
input[type="submit"].white.disabled,
input[type="reset"].white.disabled,
input[type="button"].white.disabled {
background: #FFF;
color: #666;
}
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium {
font-size: 16px;
padding: 7px 15px;
}
button.upload,
input[type="submit"].upload,
input[type="reset"].upload,
input[type="button"].upload {
position: relative;
}
button.upload span,
input[type="submit"].upload span,
input[type="reset"].upload span,
input[type="button"].upload span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
button.upload input,
input[type="submit"].upload input,
input[type="reset"].upload input,
input[type="button"].upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
button.upload.disabled input,
input[type="submit"].upload.disabled input,
input[type="reset"].upload.disabled input,
input[type="button"].upload.disabled input {
cursor: not-allowed;
}
button.dropdown,
input[type="submit"].dropdown,
input[type="reset"].dropdown,
input[type="button"].dropdown {
padding: 0 30px 0 10px;
position: relative;
}
button.dropdown span,
input[type="submit"].dropdown span,
input[type="reset"].dropdown span,
input[type="button"].dropdown span {
display: block;
}
button.dropdown .button,
input[type="submit"].dropdown .button,
input[type="reset"].dropdown .button,
input[type="button"].dropdown .button {
border-right: 1px solid #fff;
color: inherit;
display: block;
margin-left: -10px;
position: relative;
z-index: 2;
}
button.dropdown .trigger,
input[type="submit"].dropdown .trigger,
input[type="reset"].dropdown .trigger,
input[type="button"].dropdown .trigger {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
button.dropdown .sprite,
input[type="submit"].dropdown .sprite,
input[type="reset"].dropdown .sprite,
input[type="button"].dropdown .sprite {
position: absolute;
right: 11px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -238px;
width: 8px;
height: 6px;
}
button.dropdown.active .sprite,
input[type="submit"].dropdown.active .sprite,
input[type="reset"].dropdown.active .sprite,
input[type="button"].dropdown.active .sprite {
background: url(images/sprites.png) no-repeat 0 -304px;
width: 8px;
height: 6px;
}
button.dropdown ul,
input[type="submit"].dropdown ul,
input[type="reset"].dropdown ul,
input[type="button"].dropdown ul {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
min-width: 100%;
position: absolute;
top: 32px;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
button.dropdown ul li,
input[type="submit"].dropdown ul li,
input[type="reset"].dropdown ul li,
input[type="button"].dropdown ul li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
button.dropdown ul li a,
input[type="submit"].dropdown ul li a,
input[type="reset"].dropdown ul li a,
input[type="button"].dropdown ul li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
button.dropdown ul li a:hover,
input[type="submit"].dropdown ul li a:hover,
input[type="reset"].dropdown ul li a:hover,
input[type="button"].dropdown ul li a:hover {
background: #DDD;
}
button.dropdown.only-icon,
input[type="submit"].dropdown.only-icon,
input[type="reset"].dropdown.only-icon,
input[type="button"].dropdown.only-icon {
height: auto;
line-height: 0;
min-width: 0;
padding: 0;
}
button.dropdown.only-icon ul,
input[type="submit"].dropdown.only-icon ul,
input[type="reset"].dropdown.only-icon ul,
input[type="button"].dropdown.only-icon ul {
margin-top: 4px;
top: auto;
}
button.dropdown-toggle,
input[type="submit"].dropdown-toggle,
input[type="reset"].dropdown-toggle,
input[type="button"].dropdown-toggle {
min-width: 0;
}
button .icon.chevron-down-white,
input[type="submit"] .icon.chevron-down-white,
input[type="reset"] .icon.chevron-down-white,
input[type="button"] .icon.chevron-down-white,
button .icon.chevron-up-white,
input[type="submit"] .icon.chevron-up-white,
input[type="reset"] .icon.chevron-up-white,
input[type="button"] .icon.chevron-up-white {
margin-bottom: 2px;
}
/* Switcher button
------------------------------------------------------*/
.button-switcher {
border: 1px solid #cccccc;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.button-switcher li {
float: left;
}
.button-switcher li:first-child a {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.button-switcher li:last-child a {
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.button-switcher li.active a {
background: #eeeeee;
color: #000;
}
.button-switcher a {
background: #FFF;
color: #666;
display: block;
line-height: 26px;
padding: 0 10px;
}
.button-switcher a:hover {
color: #000;
}
.button-switcher a.disabled {
background: #F9F9F9;
color: #999;
cursor: default;
}
.icon {
background: url(images/sprites.png) no-repeat -999em -999em;
display: inline-block;
}
.icon.add {
background-position: 0 0;
height: 26px;
width: 26px;
}
.icon.angle-right-white {
background-position: 0 -26px;
height: 9px;
width: 5px;
}
.icon.back {
background-position: 0 -35px;
height: 26px;
width: 26px;
}
.icon.c-sharp {
background-position: 0 -61px;
height: 16px;
width: 16px;
}
.icon.caret-down-black {
background-position: 0 -77px;
height: 4px;
width: 7px;
}
.icon.caret-down-blue {
background-position: 0 -81px;
height: 9px;
width: 19px;
}
.icon.caret-hollow-right-black {
background-position: 0 -90px;
height: 9px;
width: 6px;
}
.icon.caret-hollow-right-gray {
background-position: 0 -99px;
height: 9px;
width: 6px;
}
.icon.caret-rightbottom-black {
background-position: 0 -108px;
height: 6px;
width: 6px;
}
.icon.caret-rightbottom-gray {
background-position: 0 -114px;
height: 6px;
width: 6px;
}
.icon.caret-toggle {
background-position: 0 -120px;
height: 10px;
width: 7px;
}
.icon.caret-up-black {
background-position: 0 -130px;
height: 4px;
width: 7px;
}
.icon.checkbox-checked-disabled {
background-position: 0 -134px;
height: 15px;
width: 15px;
}
.icon.checkbox-checked {
background-position: 0 -149px;
height: 15px;
width: 15px;
}
.icon.checkbox-disabled {
background-position: 0 -164px;
height: 15px;
width: 15px;
}
.icon.checkbox {
background-position: 0 -179px;
height: 15px;
width: 15px;
}
.icon.chevron-circle-down {
background-position: 0 -194px;
height: 16px;
width: 16px;
}
.icon.chevron-circle-up {
background-position: 0 -210px;
height: 16px;
width: 16px;
}
.icon.chevron-down-black {
background-position: 0 -226px;
height: 6px;
width: 8px;
}
.icon.chevron-down-gray {
background-position: 0 -232px;
height: 6px;
width: 8px;
}
.icon.chevron-down-white {
background-position: 0 -238px;
height: 6px;
width: 8px;
}
.icon.chevron-left-black {
background-position: 0 -244px;
height: 8px;
width: 6px;
}
.icon.chevron-left-gray {
background-position: 0 -252px;
height: 8px;
width: 6px;
}
.icon.chevron-left-white {
background-position: 0 -260px;
height: 8px;
width: 6px;
}
.icon.chevron-right-black {
background-position: 0 -268px;
height: 8px;
width: 6px;
}
.icon.chevron-right-gray {
background-position: 0 -276px;
height: 8px;
width: 6px;
}
.icon.chevron-right-white {
background-position: 0 -284px;
height: 8px;
width: 6px;
}
.icon.chevron-up-black {
background-position: 0 -292px;
height: 6px;
width: 8px;
}
.icon.chevron-up-gray {
background-position: 0 -298px;
height: 6px;
width: 8px;
}
.icon.chevron-up-white {
background-position: 0 -304px;
height: 6px;
width: 8px;
}
.icon.clip {
background-position: 0 -310px;
height: 16px;
width: 16px;
}
.icon.clock {
background-position: 0 -326px;
height: 16px;
width: 16px;
}
.icon.cluster {
background-position: 0 -342px;
height: 16px;
width: 17px;
}
.icon.colorbox {
background-position: 0 -358px;
height: 20px;
width: 20px;
}
.icon.copy {
background-position: 0 -378px;
height: 16px;
width: 16px;
}
.icon.cross-mini-black {
background-position: 0 -394px;
height: 8px;
width: 8px;
}
.icon.cross-mini-white {
background-position: 0 -402px;
height: 8px;
width: 8px;
}
.icon.cross-small-red {
background-position: 0 -410px;
height: 12px;
width: 12px;
}
.icon.cross-white {
background-position: 0 -422px;
height: 14px;
width: 14px;
}
.icon.delete {
background-position: 0 -436px;
height: 26px;
width: 26px;
}
.icon.drag {
background-position: 0 -462px;
height: 18px;
width: 6px;
}
.icon.edit-small {
background-position: 0 -480px;
height: 16px;
width: 16px;
}
.icon.edit {
background-position: 0 -496px;
height: 26px;
width: 26px;
}
.icon.export {
background-position: 0 -522px;
height: 26px;
width: 26px;
}
.icon.file-doc {
background-position: 0 -548px;
height: 16px;
width: 16px;
}
.icon.file-empty {
background-position: 0 -564px;
height: 16px;
width: 16px;
}
.icon.file-image {
background-position: 0 -580px;
height: 16px;
width: 16px;
}
.icon.flip-x {
background-position: 0 -596px;
height: 22px;
width: 26px;
}
.icon.flip-y {
background-position: 0 -618px;
height: 26px;
width: 22px;
}
.icon.folder-add {
background-position: 0 -644px;
height: 26px;
width: 26px;
}
.icon.folder-blue {
background-position: 0 -670px;
height: 13px;
width: 16px;
}
.icon.folder-white {
background-position: 0 -683px;
height: 13px;
width: 16px;
}
.icon.global-small {
background-position: 0 -696px;
height: 12px;
width: 13px;
}
.icon.grid-gray {
background-position: 0 -708px;
height: 14px;
width: 20px;
}
.icon.grid-white {
background-position: 0 -722px;
height: 14px;
width: 20px;
}
.icon.home-gray {
background-position: 0 -736px;
height: 14px;
width: 32px;
}
.icon.home-white {
background-position: 0 -750px;
height: 14px;
width: 32px;
}
.icon.import {
background-position: 0 -764px;
height: 26px;
width: 26px;
}
.icon.info-blue {
background-position: 0 -790px;
height: 16px;
width: 16px;
}
.icon.info-gray {
background-position: 0 -806px;
height: 16px;
width: 16px;
}
.icon.inline-edit {
background-position: 0 -822px;
height: 16px;
width: 16px;
}
.icon.input {
background-position: 0 -838px;
height: 26px;
width: 26px;
}
.icon.insert-page {
background-position: 0 -864px;
height: 16px;
width: 16px;
}
.icon.insert-text {
background-position: 0 -880px;
height: 16px;
width: 16px;
}
.icon.insert {
background-position: 0 -896px;
height: 16px;
width: 16px;
}
.icon.layout {
background-position: 0 -912px;
height: 12px;
width: 14px;
}
.icon.list-gray {
background-position: 0 -924px;
height: 14px;
width: 17px;
}
.icon.list-white {
background-position: 0 -938px;
height: 14px;
width: 17px;
}
.icon.localize {
background-position: 0 -952px;
height: 26px;
width: 26px;
}
.icon.media-library {
background-position: 0 -978px;
height: 15px;
width: 15px;
}
.icon.minus-black {
background-position: 0 -993px;
height: 14px;
width: 14px;
}
.icon.minus-mini {
background-position: 0 -1007px;
height: 11px;
width: 11px;
}
.icon.minus-small {
background-position: 0 -1018px;
height: 16px;
width: 16px;
}
.icon.minus-white {
background-position: 0 -1034px;
height: 14px;
width: 14px;
}
.icon.minus {
background-position: 0 -1048px;
height: 28px;
width: 28px;
}
.icon.module {
background-position: 0 -1076px;
height: 12px;
width: 12px;
}
.icon.new-tag-blue {
background-position: 0 -1088px;
height: 16px;
width: 16px;
}
.icon.new-tag-small-blue {
background-position: 0 -1104px;
height: 9px;
width: 9px;
}
.icon.next-small {
background-position: 0 -1113px;
height: 16px;
width: 16px;
}
.icon.next {
background-position: 0 -1129px;
height: 26px;
width: 26px;
}
.icon.page-ab-testing {
background-position: 0 -1155px;
height: 17px;
width: 17px;
}
.icon.page-inherited {
background-position: 0 -1172px;
height: 17px;
width: 17px;
}
.icon.page-static {
background-position: 0 -1189px;
height: 17px;
width: 17px;
}
.icon.page-unsynchronized {
background-position: 0 -1206px;
height: 17px;
width: 17px;
}
.icon.plus-black {
background-position: 0 -1223px;
height: 14px;
width: 14px;
}
.icon.plus-mini {
background-position: 0 -1237px;
height: 11px;
width: 11px;
}
.icon.plus-small {
background-position: 0 -1248px;
height: 16px;
width: 16px;
}
.icon.plus-white {
background-position: 0 -1264px;
height: 14px;
width: 14px;
}
.icon.plus {
background-position: 0 -1278px;
height: 28px;
width: 28px;
}
.icon.preview {
background-position: 0 -1306px;
height: 26px;
width: 26px;
}
.icon.profile {
background-position: 0 -1332px;
height: 12px;
width: 11px;
}
.icon.radio-checked-disabled {
background-position: 0 -1344px;
height: 14px;
width: 14px;
}
.icon.radio-checked {
background-position: 0 -1358px;
height: 14px;
width: 14px;
}
.icon.radio-disabled {
background-position: 0 -1372px;
height: 14px;
width: 14px;
}
.icon.radio {
background-position: 0 -1386px;
height: 14px;
width: 14px;
}
.icon.redo-blue {
background-position: 0 -1400px;
height: 13px;
width: 15px;
}
.icon.redo-gray {
background-position: 0 -1413px;
height: 13px;
width: 15px;
}
.icon.refresh-blue {
background-position: 0 -1426px;
height: 12px;
width: 15px;
}
.icon.refresh-gray {
background-position: 0 -1438px;
height: 12px;
width: 15px;
}
.icon.relation {
background-position: 0 -1450px;
height: 26px;
width: 26px;
}
.icon.reset {
background-position: 0 -1476px;
height: 26px;
width: 26px;
}
.icon.rotate-anti {
background-position: 0 -1502px;
height: 20px;
width: 20px;
}
.icon.rotate {
background-position: 0 -1522px;
height: 20px;
width: 20px;
}
.icon.save-small {
background-position: 0 -1542px;
height: 16px;
width: 16px;
}
.icon.save {
background-position: 0 -1558px;
height: 26px;
width: 26px;
}
.icon.search {
background-position: 0 -1584px;
height: 14px;
width: 14px;
}
.icon.secure {
background-position: 0 -1598px;
height: 26px;
width: 26px;
}
.icon.select-blue {
background-position: 0 -1624px;
height: 18px;
width: 17px;
}
.icon.select-gray {
background-position: 0 -1642px;
height: 18px;
width: 17px;
}
.icon.send {
background-position: 0 -1660px;
height: 26px;
width: 26px;
}
.icon.setting-small-gray {
background-position: 0 -1686px;
height: 12px;
width: 12px;
}
.icon.setting-small {
background-position: 0 -1698px;
height: 12px;
width: 12px;
}
.icon.setting {
background-position: 0 -1710px;
height: 26px;
width: 26px;
}
.icon.signout {
background-position: 0 -1736px;
height: 12px;
width: 12px;
}
.icon.slider-button {
background-position: 0 -1748px;
height: 16px;
width: 16px;
}
.icon.sort-asc {
background-position: 0 -1764px;
height: 11px;
width: 8px;
}
.icon.sort-desc {
background-position: 0 -1775px;
height: 11px;
width: 8px;
}
.icon.status-error {
background-position: 0 -1786px;
height: 9px;
width: 9px;
}
.icon.status-normal {
background-position: 0 -1795px;
height: 19px;
width: 19px;
}
.icon.status-off {
background-position: 0 -1814px;
height: 9px;
width: 9px;
}
.icon.status-on {
background-position: 0 -1823px;
height: 9px;
width: 9px;
}
.icon.status-warning {
background-position: 0 -1832px;
height: 9px;
width: 9px;
}
.icon.switch {
background-position: 0 -1841px;
height: 28px;
width: 28px;
}
.icon.tick {
background-position: 0 -1869px;
height: 12px;
width: 14px;
}
.icon.trash-blue {
background-position: 0 -1881px;
height: 16px;
width: 16px;
}
.icon.trash {
background-position: 0 -1897px;
height: 26px;
width: 26px;
}
.icon.triangle-down-black {
background-position: 0 -1923px;
height: 12px;
width: 11px;
}
.icon.triangle-right-black {
background-position: 0 -1935px;
height: 11px;
width: 12px;
}
.icon.undo-blue {
background-position: 0 -1946px;
height: 13px;
width: 15px;
}
.icon.undo-gray {
background-position: 0 -1959px;
height: 13px;
width: 15px;
}
.icon.upload {
background-position: 0 -1972px;
height: 26px;
width: 26px;
}
.icon.uploads {
background-position: 0 -1998px;
height: 26px;
width: 26px;
}
.icon.users {
background-position: 0 -2024px;
height: 12px;
width: 16px;
}
.icon.warning-small {
background-position: 0 -2036px;
height: 12px;
width: 12px;
}
.icon.warning {
background-position: 0 -2048px;
height: 24px;
width: 28px;
}
.icon.widget-1col-image {
background-position: 0 -2072px;
height: 40px;
width: 40px;
}
.icon.widget-1col-text {
background-position: 0 -2112px;
height: 40px;
width: 40px;
}
.icon.widget-2col-image-text {
background-position: 0 -2152px;
height: 40px;
width: 40px;
}
.icon.widget-2col-image {
background-position: 0 -2192px;
height: 40px;
width: 40px;
}
.icon.widget-2col-text {
background-position: 0 -2232px;
height: 40px;
width: 40px;
}
.icon.widget-3col-image-text {
background-position: 0 -2272px;
height: 40px;
width: 40px;
}
.icon.widget-3col-image {
background-position: 0 -2312px;
height: 40px;
width: 40px;
}
.icon.widget-3col-text {
background-position: 0 -2352px;
height: 40px;
width: 40px;
}
.icon.widget-image-text {
background-position: 0 -2392px;
height: 40px;
width: 40px;
}
.icon.widget-text-image {
background-position: 0 -2432px;
height: 40px;
width: 40px;
}
.icon.zoom-in {
background-position: 0 -2472px;
height: 16px;
width: 16px;
}
.icon.zoom-out {
background-position: 0 -2488px;
height: 16px;
width: 16px;
}
/* Columns
----------------------------------------------------------*/
.columns {
display: block;
width: 102.08333333%;
margin: 0 -1.04166667%;
*zoom: 1;
}
.columns:before,
.columns:after {
content: "";
display: table;
}
.columns:after {
clear: both;
}
.columns .span0_5 {
display: inline;
float: left;
width: 2.08333333%;
margin: 0 1.04166667%;
}
.columns .span1 {
display: inline;
float: left;
width: 6.25%;
margin: 0 1.04166667%;
}
.columns .span2 {
display: inline;
float: left;
width: 14.58333333%;
margin: 0 1.04166667%;
}
.columns .span2_875 {
display: inline;
float: left;
width: 21.875%;
margin: 0 1.04166667%;
}
.columns .span3 {
display: inline;
float: left;
width: 22.91666667%;
margin: 0 1.04166667%;
}
.columns .span4 {
display: inline;
float: left;
width: 31.25%;
margin: 0 1.04166667%;
}
.columns .span5 {
display: inline;
float: left;
width: 39.58333333%;
margin: 0 1.04166667%;
}
.columns .span5_5 {
display: inline;
float: left;
width: 43.75%;
margin: 0 1.04166667%;
}
.columns .span5_75 {
display: inline;
float: left;
width: 45.83333333%;
margin: 0 1.04166667%;
}
.columns .span6 {
display: inline;
float: left;
width: 47.91666667%;
margin: 0 1.04166667%;
}
.columns .span7 {
display: inline;
float: left;
width: 56.25%;
margin: 0 1.04166667%;
}
.columns .span8 {
display: inline;
float: left;
width: 64.58333333%;
margin: 0 1.04166667%;
}
.columns .span9 {
display: inline;
float: left;
width: 72.91666667%;
margin: 0 1.04166667%;
}
.columns .span10 {
display: inline;
float: left;
width: 81.25%;
margin: 0 1.04166667%;
}
.columns .span11 {
display: inline;
float: left;
width: 89.58333333%;
margin: 0 1.04166667%;
}
.columns .span12 {
display: inline;
float: left;
width: 97.91666667%;
margin: 0 1.04166667%;
}
/* Global
----------------------------------------------------------*/
.ui-corner-all,
.ui-corner-top {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-widget {
font: inherit;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font: inherit;
}
/* Tabs
----------------------------------------------------------*/
.ui-tabs {
background: none;
border: none;
padding: 0;
position: static;
}
.ui-tabs .ui-tabs-nav {
background: none;
border: none;
border-bottom: 1px solid #CCC;
padding: 0 10px;
}
.ui-tabs .ui-tabs-nav li {
background: none;
border: none;
margin: 0 8px 0 0;
position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: 0;
padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
background: #FFF;
border-color: #CCC;
color: #555;
cursor: default;
font-weight: 400;
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav .button.dropdown {
background: #E5E5E5;
height: 37px;
min-width: 0;
padding: 0;
}
.ui-tabs .ui-tabs-nav .button.dropdown > span {
line-height: 0;
padding: 12px 14px;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul {
top: 100%;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul li {
float: none;
margin: 0;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul li a {
float: none;
text-align: left;
}
.ui-tabs .ui-tabs-anchor {
border: 1px solid transparent;
border-bottom: none;
color: #000;
display: block;
font-size: 13px;
font-weight: 600;
line-height: 36px;
min-width: 100px;
padding: 0 12px;
position: relative;
text-align: center;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.ui-tabs .ui-tabs-anchor .action {
filter: alpha(opacity = 30);
opacity: 0.3;
}
.ui-tabs .ui-tabs-anchor .action:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.ui-tabs .ui-tabs-anchor .action.remove {
cursor: default;
line-height: 0;
position: absolute;
right: 3px;
top: 4px;
filter: alpha(opacity = 0);
opacity: 0;
}
.ui-tabs .ui-tabs-anchor:hover {
background: #EEE;
border-color: #EEE;
}
.ui-tabs .ui-tabs-anchor:hover .action.remove {
filter: alpha(opacity = 30);
opacity: 0.3;
}
.ui-tabs .ui-tabs-anchor:hover .action.remove:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.ui-tabs .ui-tabs-panel {
background: #FFF;
padding: 10px 0;
}
.ui-tabs.tabs-bottom .ui-tabs-nav {
border-bottom: none;
border-top: 1px solid #CCC;
margin-bottom: 0;
}
.ui-tabs.tabs-bottom .ui-tabs-nav a {
border-bottom: 1px solid transparent;
border-top: none;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.ui-tabs.tabs-bottom .ui-tabs-nav .ui-tabs-active a {
margin-bottom: 0;
margin-top: -1px;
padding-bottom: 0;
padding-top: 1px;
}
.ui-tabs.tabs-bottom .ui-tabs-panel {
margin-bottom: 10px;
}
.ui-tabs.tabs-small .ui-tabs-anchor {
font-size: 12px;
line-height: 28px;
min-width: 45px;
padding: 0 6px;
}
.ui-tabs.tabs-style2 .ui-tabs-nav {
border-bottom: 1px solid #CCC;
padding: 5px 10px;
background: #ffffff;
background: -moz-linear-gradient(#ffffff, #eeeeee);
background: -ms-linear-gradient(#ffffff, #eeeeee);
background: -webkit-linear-gradient(#ffffff, #eeeeee);
background: linear-gradient(#ffffff, #eeeeee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-tabs.tabs-style2 .ui-tabs-anchor {
border: 1px solid transparent;
line-height: 20px;
min-width: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-tabs.tabs-style2 .ui-tabs-anchor:hover {
background: #F5F5F5;
border: 1px solid #CCC;
}
.ui-tabs.tabs-style2 .ui-tabs-active .ui-tabs-anchor {
border: 1px solid #CCC;
margin-bottom: 0;
padding-bottom: 0;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
/* Dialog
----------------------------------------------------------*/
.ui-widget-overlay {
background: #000;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
filter: alpha(opacity = 30);
opacity: 0.3;
z-index: 10000;
}
.kb-dialog {
background: #F6F6F6;
border: none;
left: 0 !important;
padding: 0;
width: 100% !important;
z-index: 10001;
}
.kb-dialog .ui-dialog-titlebar {
display: none;
}
.kb-dialog .ui-dialog-content {
background: #FFF;
margin: 0 auto;
max-height: 500px;
overflow: auto;
padding: 0;
position: relative;
width: 840px !important;
}
.kb-dialog.warning-dialog {
background: #FF0045;
color: #FFF;
}
.kb-dialog.warning-dialog .ui-dialog-content {
background: #FF0045;
color: #FFF;
width: 700px !important;
}
.kb-iframe-dialog .ui-dialog-content {
overflow: hidden;
}
.kb-iframe-dialog .ui-dialog-content iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.kb-iframe-dialog .ui-dialog-content > iframe.fullscreen {
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
}
/* Inline dialog
----------------------------------------------------------*/
.kb-inline-dialog {
border: none;
padding: 0;
z-index: 9999;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.kb-inline-dialog .ui-dialog-titlebar {
background: none;
border: none;
border-bottom: 1px solid #CCC;
padding: 0 10px;
line-height: 30px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.kb-inline-dialog .ui-dialog-title {
margin: 0;
}
.kb-inline-dialog .ui-dialog-titlebar-close {
background: none;
border: none;
border-left: 1px solid #CCC;
height: 30px;
margin: 0;
min-width: 0;
padding: 0;
right: 0;
top: 0;
width: 30px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.kb-inline-dialog .ui-dialog-content {
padding: 10px;
}
.kb-inline-dialog .common-form th {
width: 100px;
}
/* Datepicker
----------------------------------------------------------*/
.ui-datepicker {
background: #FFF;
border: 2px solid #00709F;
width: auto;
}
.ui-datepicker .ui-datepicker-header {
background: none;
border: none;
border-bottom: 1px solid #00709F;
font-weight: bold;
padding: 0 0 6px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
margin: -4px 0 0 -3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
background: #F5F5F5;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
background: #E9E9E9;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
border: none;
left: 2px;
top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
border: none;
right: 2px;
top: 2px;
}
.ui-datepicker .ui-datepicker-calendar td {
padding: 2px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
background: none;
border: 1px solid transparent;
color: #666;
height: 20px;
line-height: 20px;
text-align: center;
width: 20px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
background: #E1E1E1;
border: 1px solid #CCC;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
border: 1px solid #009ad7;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
background: #009ad7;
border: 1px solid #009ad7;
color: #FFF;
}
.ui-datepicker .ui-datepicker-buttonpane button {
padding: 0 10px;
}
/* Tooltip
----------------------------------------------------------*/
body .ui-tooltip {
background: #FFF;
border: 1px solid #CCC;
max-width: none;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Autocomplete
----------------------------------------------------------*/
.ui-autocomplete {
padding: 1px;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
background: #fff;
}
.ui-menu .ui-menu-item a.ui-state-focus {
margin: 0;
background: #0078b1;
color: #fff;
}
span.jquery-ui-spinner-rewrite input[type="text"] {
margin-left: 0;
padding: 3px 9px;
}
span.jquery-ui-spinner-rewrite .ui-spinner-input {
margin: 0;
}
span.jquery-ui-spinner-rewrite .ui-spinner-button {
color: #606060;
font-size: 10px;
text-align: center;
height: 13px;
border-left: 1px solid #aaa;
background: #eee;
}
span.jquery-ui-spinner-rewrite .ui-spinner-button.ui-state-hover {
color: #aaa;
}
span.jquery-ui-spinner-rewrite .ui-icon {
text-indent: 0;
overflow: hidden;
margin-left: -5px;
left: 50%;
}
span.jquery-ui-spinner-rewrite .ui-spinner-up {
top: 1px;
right: 1px;
}
span.jquery-ui-spinner-rewrite .ui-spinner-down {
right: 1px;
bottom: 1px;
}
/* Spinner
----------------------------------------------------------*/
.ui-spinner {
border-color: #CCC;
}
.ui-spinner .ui-spinner-input {
border: none;
height: 26px;
margin: 0 17px 0 0 !important;
padding: 3px 6px;
}
.ui-spinner .ui-spinner-button {
border-color: #CCC;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Accordion
----------------------------------------------------------*/
.ui-accordion {
border: 1px solid #DDD;
}
.ui-accordion .ui-accordion-header {
background: #F2F2F2;
border: none;
border-bottom: 1px solid #FFF;
margin: 0;
padding: 8px 10px 8px 30px;
}
.ui-accordion .ui-accordion-content {
background: #FFF;
border: none;
padding: 10px 5px;
}
/* Slider
----------------------------------------------------------*/
.ui-slider {
background: #999;
border: none;
clear: both;
height: 4px;
margin: 24px 0 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-slider .ui-slider-range {
background: #009AD7;
height: 100%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-slider .ui-slider-handle {
background: #FFF;
border: 1px solid #999;
cursor: pointer;
height: 14px;
top: -5px;
width: 14px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.ui-slider .ui-slider-handle .dot {
background: #999;
height: 6px;
left: 50%;
margin: -3px 0 0 -3px;
position: absolute;
top: 50%;
width: 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.ui-slider .ui-slider-handle .value {
left: 50%;
margin-left: -15px;
position: absolute;
text-align: center;
top: -150%;
width: 30px;
}
/* TinyMCE
----------------------------------------------------------*/
.defaultSkin .mceIcon.mce_KoobooMediaLibrary {
background: url(images/icons.png) no-repeat 0 -164px;
}
.defaultSkin .mceIcon.mce_insertPage {
background: url(images/icons.png) no-repeat -20px -164px;
}
/* Head
----------------------------------------------------------*/
.head {
border-bottom: 1px solid #CCC;
padding: 7px 0;
*zoom: 1;
}
.head:before,
.head:after {
content: "";
display: table;
}
.head:after {
clear: both;
}
.head.blue {
background: #0078b1;
border: none;
color: #FFF;
padding: 7px 10px;
}
.head.blue a {
color: #FFF;
}
.head.light-blue {
background: #009ad7;
border: none;
color: #FFF;
padding: 7px 10px;
}
.head.light-blue a {
color: #FFF;
}
.head.light-gray {
background: #eeeeee;
border: none;
padding: 7px 10px;
}
.head.light-gray a {
color: #000;
}
.head .title {
display: inline-block;
font-size: 20px;
font-weight: normal;
line-height: 1;
}
.head .actions {
float: right;
line-height: 20px;
}
.head .actions li {
float: left;
margin-left: 10px;
}
.head .actions a {
text-decoration: underline;
}
/* Box
----------------------------------------------------------*/
.box {
border: 1px solid #EEE;
padding: 10px;
}
.box.border-blue {
border-color: #0078b1;
}
.box.border-light-blue {
border-color: #009ad7;
}
.box.border-gray {
border-color: #BBB;
}
.box.bg-light-gray {
background: #F9F9F9;
}
.box.bg-light-blue {
background: #009ad7;
border-color: #0078b1;
}
/* Toolbar
----------------------------------------------------------*/
.toolbar {
background: #F1F1F1;
border-bottom: 3px solid #CCC;
padding: 7px 10px;
*zoom: 1;
}
.toolbar:before,
.toolbar:after {
content: "";
display: table;
}
.toolbar:after {
clear: both;
}
.toolbar.with-head {
background: #F9F9F9;
border: none;
}
.toolbar select {
float: left;
margin-right: 10px;
}
.toolbar .button {
float: left;
margin: 0 10px 0 0;
}
.toolbar .button.right {
float: right;
margin: 0 0 0 10px;
}
.toolbar .right {
margin: 0 0 0 10px;
}
/* Loading
----------------------------------------------------------*/
.block.loading {
display: none;
}
.block.loading .layer {
background: #FFF;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 5000;
filter: alpha(opacity = 90);
opacity: 0.9;
}
.block.loading .wrap {
height: 60px;
left: 50%;
margin: -30px 0 0 -200px;
position: absolute;
text-align: center;
top: 50%;
width: 400px;
z-index: 5001;
}
.block.loading .wrap span {
display: block;
font-size: 30px;
font-weight: 300;
}
/* Notification
----------------------------------------------------------*/
.block.notification {
background: #5ba52e;
color: #FFF;
min-height: 80px;
padding: 10px 30px 10px 10px;
position: fixed;
right: -18%;
top: 80px;
z-index: 6000;
width: 18%;
word-break: break-all;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block.notification.error {
background: #d32b28;
}
.block.notification a.close {
position: absolute;
right: 10px;
top: 10px;
z-index: 6001;
}
/* Message
----------------------------------------------------------*/
.block.message {
background: #F5F5F5;
border-left: 5px solid #CCC;
font-size: 16px;
padding: 8px;
margin-bottom: 10px;
}
.block.message.success {
border-color: #5ba52e;
color: #5ba52e;
}
.block.message.error {
border-color: #d32b28;
color: #d32b28;
}
/* Blank page
----------------------------------------------------------*/
.block.blank-page {
margin-top: 15%;
text-align: center;
}
.block.blank-page .dropdown-button {
margin-top: 30px;
}
.block.blank-page .button {
margin-top: 30px;
}
/* Tabs
----------------------------------------------------------*/
.tabs .tab-index {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 0 10px;
position: relative;
z-index: 999;
*zoom: 1;
}
.tabs .tab-index:before,
.tabs .tab-index:after {
content: "";
display: table;
}
.tabs .tab-index:after {
clear: both;
}
.tabs .tab-index li {
float: left;
margin-right: 8px;
position: relative;
}
.tabs .tab-index a {
border: 1px solid transparent;
border-bottom: none;
color: #000;
display: block;
font-size: 13px;
font-weight: 600;
line-height: 36px;
min-width: 100px;
padding: 0 12px;
text-align: center;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.tabs .tab-index a:hover {
background: #EEE;
border-color: #EEE;
}
.tabs .tab-index .active a {
background: #FFF;
border-color: #CCC;
color: #555;
cursor: default;
font-weight: 400;
margin-bottom: -1px;
padding-bottom: 1px;
}
.tabs .tab-content {
display: none;
}
.tabs .tab-content.active {
display: block;
}
/* Step
----------------------------------------------------------*/
.step {
color: #555;
line-height: 1;
margin-bottom: 10px;
}
.step span {
float: left;
}
.step img {
float: left;
margin: 2px 5px 0;
}
.step .active {
color: #000;
font-weight: bold;
}
.dialog .step-content {
min-height: 436px;
}
/* Command
----------------------------------------------------------*/
.block.command {
background: #F1F1F1;
border-bottom: 1px solid #CCC;
padding: 5px 20px !important;
}
/* Dialog
----------------------------------------------------------*/
.block.dialog .title {
font-size: 24px;
font-weight: 300;
font-weight: normal;
line-height: 1;
margin-bottom: 10px;
}
/* Wizard
---------------------------------------------------------*/
.wizard {
border-bottom: 3px solid #CCC;
counter-reset: step;
font-size: 0;
height: 30px;
margin-bottom: 20px;
position: relative;
width: 100%;
}
.wizard .container {
overflow: hidden;
position: absolute;
}
.wizard a,
.wizard span {
color: #CCC;
display: block;
float: left;
font-size: 14px;
height: 33px;
line-height: 30px;
margin: 0 50px;
position: relative;
text-align: center;
}
.wizard a:before,
.wizard span:before {
counter-increment: step;
content: counter(step) ".";
}
.wizard a b,
.wizard span b {
background: #0078b1;
bottom: 0;
display: none;
height: 3px;
position: absolute;
right: 50%;
width: 9999px;
z-index: 2;
}
.wizard a.active,
.wizard span.active {
color: #000;
}
.wizard a.active b,
.wizard span.active b {
display: block;
}
.wizard a {
color: #999;
}
.wizard a:hover {
color: #000;
}
.wizard-buttons {
margin: 20px 0;
overflow: hidden;
}
.wizard-buttons .button {
float: left;
margin-right: 10px;
}
.process-steps-tip {
font-size: 18px;
}
/* Box block
----------------------------------------------------------*/
/*.block.box {
border: 1px solid #CCC;
margin-bottom: 20px;
.title {
background: #E1E1E1;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
}
.container {
padding: 10px;
}
}*/
/* Treeview
---------------------------------------------------------*/
.block.treeview {
border: 1px solid #CCC;
height: 300px;
overflow: auto;
}
.block.treeview li {
background: url(images/line.png) no-repeat 9px -27px;
padding: 10px 0 0 19px;
position: relative;
}
.block.treeview li:last-child {
background: url(images/line-end.png) no-repeat 9px -3px;
}
.block.treeview .icon.folder-blue {
float: left;
margin: 0 5px 0 0;
}
.block.treeview .toggle {
cursor: pointer;
left: 4px;
position: absolute;
top: 12px;
}
.block.treeview .toggle .sprite {
display: block;
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.block.treeview .text {
background: #FFF;
display: block;
height: 14px;
line-height: 1;
padding-left: 2px;
}
.block.treeview li ul {
clear: both;
display: none;
}
.block.treeview .active > .toggle .sprite {
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.block.treeview .active > ul {
display: block;
}
.block.treeview.style2 {
height: auto;
overflow: visible;
padding: 0 10px 10px;
}
/* Pagination
---------------------------------------------------------*/
.pagination {
margin: 20px 20px 60px;
text-align: center;
}
.pagination a {
background: #FFF;
border: 1px solid #DDD;
color: #333;
display: inline-block;
height: 28px;
line-height: 28px;
margin: 0 2px;
padding: 0 5px;
text-align: center;
min-width: 28px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pagination a:hover {
background: #F0F0F0;
}
.pagination a.disabled {
background: #EEE;
color: #999;
cursor: default;
}
.pagination a.active {
background: #0078b1;
border-color: #0078b1;
color: #FFF;
cursor: default;
}
.pagination a.control {
font-weight: 600;
}
/* Searchbox
----------------------------------------------------------*/
.searchbox {
background: #FFF;
position: relative;
}
.searchbox input[type="text"] {
height: 28px;
padding: 6px 34px 6px 6px;
}
.searchbox button {
background: none;
border: none;
height: 28px;
min-width: 0;
padding: 7px;
position: absolute;
right: 0;
top: 0;
width: 28px;
}
.searchbox button .icon {
display: block;
}
#sidebar .searchbox {
margin: 20px 16px;
}
#sidebar .searchbox input[type="text"] {
width: 168px;
}
/* Search panel
----------------------------------------------------------*/
.search-panel {
position: relative;
}
.search-panel .searchbox input {
padding-right: 44px;
}
.search-panel .more {
padding: 4px;
position: absolute;
right: 26px;
top: 8px;
z-index: 9999;
}
.search-panel .more .sprite {
display: block;
background: url(images/sprites.png) no-repeat 0 -77px;
width: 7px;
height: 4px;
}
.search-panel .more.active .sprite {
background: url(images/sprites.png) no-repeat 0 -130px;
width: 7px;
height: 4px;
}
.search-panel .more-search {
background: #FFF;
border: 2px solid #000;
min-width: 340px;
padding: 10px 28px 10px 10px;
position: absolute;
right: 0;
top: 0;
z-index: 999;
}
.search-panel .more-search h6 {
font-size: 20px;
font-weight: 300;
font-weight: normal;
line-height: 1;
margin: -5px 0 10px;
}
.search-panel .more-search .field {
margin-bottom: 20px;
*zoom: 1;
}
.search-panel .more-search .field:before,
.search-panel .more-search .field:after {
content: "";
display: table;
}
.search-panel .more-search .field:after {
clear: both;
}
.search-panel .more-search .description {
font-weight: 600;
margin-bottom: 10px;
}
.search-panel .more-search .addition {
border-top: 1px solid #CCC;
padding-top: 20px;
}
.search-panel .more-search th {
padding: 0 10px 10px 0;
width: 100px;
}
.search-panel .more-search td {
padding: 0 0 10px;
}
.search-panel .more-search input:last-child,
.search-panel .more-search select:last-child {
margin-right: 0;
}
.search-panel .filter-list {
padding: 0;
width: 510px;
}
.search-panel .filter-list div {
margin-bottom: 10px;
}
.search-panel th {
padding: 0;
}
/* View switch
----------------------------------------------------------*/
.view-switch li {
float: left;
margin-left: 10px;
}
.view-switch li a {
display: block;
height: 26px;
width: 26px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.view-switch li a:hover {
background: #E7E7E7;
}
.view-switch li.active a {
background: #0078B1;
}
.view-switch li.list a {
padding: 6px 5px;
}
.view-switch li.list .sprite {
background: url(images/sprites.png) no-repeat 0 -924px;
width: 17px;
height: 14px;
}
.view-switch li.list.active .sprite {
background: url(images/sprites.png) no-repeat 0 -938px;
width: 17px;
height: 14px;
}
.view-switch li.grid a {
padding: 6px 3px;
}
.view-switch li.grid .sprite {
background: url(images/sprites.png) no-repeat 0 -708px;
width: 20px;
height: 14px;
}
.view-switch li.grid.active .sprite {
background: url(images/sprites.png) no-repeat 0 -722px;
width: 20px;
height: 14px;
}
/* Layout selector
----------------------------------------------------------*/
.layout-selector label,
.layout-selector select {
float: left;
line-height: 28px;
margin-left: 5px;
}
.layout-selector select {
width: auto;
}
/* Process block
----------------------------------------------------------*/
.block.process {
position: relative;
/* Line */
}
.block.process .step {
border-left: 1px dashed #CCC;
float: left;
height: 400px;
position: relative;
text-align: center;
width: 300px;
}
.block.process .step:first-child {
border: none;
}
.block.process .description {
background: #FCFCFC;
border: 1px solid #CCC;
bottom: 0;
left: 70px;
padding: 10px;
position: absolute;
width: 140px;
}
.block.process .map-item {
background: #1f9284;
position: absolute;
}
.block.process .map-item > a {
width: 140px;
}
.block.process .map-item.completed {
background: #EEE;
}
.block.process .map-item.completed a {
color: #333;
}
.block.process .map-item.disabled {
background: #CCC;
}
.block.process .map-item.disabled a {
color: #666;
cursor: not-allowed;
}
.block.process .map-item.repository {
left: 71px;
top: 200px;
}
.block.process .map-item.content-type {
left: 372px;
top: 100px;
}
.block.process .map-item.text-folder {
left: 372px;
top: 200px;
}
.block.process .map-item.text-content {
left: 673px;
top: 200px;
}
.block.process .map-item.media-content {
left: 673px;
top: 300px;
}
.block.process .line {
background: #000;
position: absolute;
}
.block.process .line.x {
height: 1px;
}
.block.process .line.y {
width: 1px;
}
.block.process .line.line-1 {
left: 231px;
top: 220px;
width: 140px;
}
.block.process .line.line-2 {
height: 200px;
left: 316px;
top: 120px;
}
.block.process .line.line-3 {
left: 317px;
top: 120px;
width: 55px;
}
.block.process .line.line-4 {
height: 61px;
left: 447px;
top: 139px;
}
.block.process .line.line-5 {
left: 532px;
top: 219px;
width: 141px;
}
.block.process .line.line-6 {
left: 317px;
top: 319px;
width: 356px;
}
.block.process .line .triangle-right-black {
position: absolute;
right: 0;
top: -5px;
}
.block.process .line .triangle-down-black {
bottom: 0;
left: -5px;
position: absolute;
}
/* Sortpages
----------------------------------------------------------*/
.sortpages-header {
font-weight: normal;
line-height: 10px;
}
.sortpages {
margin: 20px 0 10px;
border: 1px solid #ccc;
padding: 10px;
width: 300px;
}
.sortpages li {
cursor: pointer;
}
.sortpages li.current {
background: #e7e7e7;
color: #000;
}
.sortpages li:hover {
background: #0078b1;
color: #fff;
}
.sortpages li:active {
cursor: move;
background: #5ea8de;
}
.sortpages img.icon {
display: inline;
vertical-align: middle;
margin: 0 10px 0 5px;
position: relative;
top: -2px;
}
/* Content block
----------------------------------------------------------*/
.content-block {
float: left;
width: 160px;
min-height: 150px;
margin: 0 20px 20px 0;
overflow: hidden;
position: relative;
}
.content-block.checked.database > ul {
border-left: 2px solid #1F9284;
border-right: 2px solid #1F9284;
border-bottom: 2px solid #1F9284;
}
.content-block.checked.membership > ul {
border-left: 2px solid #5496A7;
border-right: 2px solid #5496A7;
border-bottom: 2px solid #5496A7;
}
.content-block.checked.module > ul {
border-left: 2px solid #6A4A7C;
border-right: 2px solid #6A4A7C;
border-bottom: 2px solid #6A4A7C;
}
.content-block .content-block-header {
background: #FFF;
color: #FFF;
height: 32px;
line-height: 32px;
padding: 0 15px;
position: relative;
overflow: hidden;
}
.content-block .content-block-header a {
color: #FFF;
position: relative;
z-index: 3;
}
.content-block .content-block-header img.icon {
display: inline;
vertical-align: middle;
margin-right: 5px;
}
.content-block.database .content-block-header {
background: #1F9284;
}
.content-block.membership .content-block-header {
background: #5496A7;
}
.content-block.module .content-block-header {
background: #80678F;
}
.content-block input[type="radio"] {
display: none;
margin: 0;
position: absolute;
right: 4px;
top: 4px;
z-index: 2;
}
.content-block input[type="radio"] ~ label {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.content-block input[type="radio"] ~ label:hover {
cursor: pointer;
}
.content-block input[type="radio"] ~ .corner {
display: none;
border-left: 32px solid transparent;
border-top: 32px solid #0078B1;
position: absolute;
right: 0;
top: 0;
}
.content-block input[type="radio"]:checked ~ .corner {
display: block;
}
.content-block > ul {
padding: 10px 15px;
border: 1px solid #CCC;
border-top: none;
}
.content-block > ul li {
height: 32px;
overflow: hidden;
}
.content-block > ul a {
line-height: 32px;
}
.content-block > ul a:hover {
color: #3ca8db;
}
.content-block:hover > ul {
border: 2px solid #CCC;
border-top: none;
padding: 10px 14px;
}
.content-block.checked > ul {
padding: 10px 14px;
}
.content-block.checked input[type="radio"],
.content-block:hover input[type="radio"] {
display: block;
}
/* Label & Badge
----------------------------------------------------------*/
.label {
background: #999;
color: #FFF;
display: inline;
font-size: 12px;
font-weight: 400;
line-height: 20px;
padding: 2px 7px 3px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.badge {
background: #999;
color: #FFF;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 1;
min-width: 10px;
padding: 3px 7px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.label-primary,
.badge-primary {
background-color: #005683;
}
.label-success,
.badge-success {
background-color: #5ba52e;
}
.label-info,
.badge-info {
background-color: #009ad7;
}
.label-warning,
.badge-warning {
background-color: #ffaa31;
}
.label-danger,
.badge-danger {
background-color: #d32b28;
}
/* Login block
----------------------------------------------------------*/
.block.login {
margin: 0 auto;
padding-top: 100px;
width: 960px;
}
.block.login .left {
margin-right: 30px;
width: 500px;
}
.block.login .common-form {
border-left: 1px solid #CCC;
overflow: hidden;
padding-left: 30px;
}
.block.login .common-form th {
width: 100px;
}
/* Breadcrumb
----------------------------------------------------------*/
.breadcrumb {
float: left;
line-height: 1;
margin: 10px 0 0 20px;
}
.breadcrumb a {
color: #000;
float: left;
}
.breadcrumb a:hover {
color: #444;
}
.breadcrumb img {
float: left;
margin: 3px 6px 0;
}
.breadcrumb span {
color: #666;
float: left;
}
.breadcrumb span a {
color: #0078B1;
float: none;
}
/* Diff
----------------------------------------------------------*/
body #diffBox {
bottom: 30px;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 40px;
}
body #leftPane,
body #rightPane {
bottom: 30px;
overflow: hidden;
position: fixed;
top: 40px;
width: 50%;
}
body #leftPane {
left: 0;
}
body #rightPane {
right: 0;
}
body .diffPane {
font: inherit;
}
body #diffBox .diffTable td {
height: 20px;
line-height: 20px;
padding: 5px 0;
}
body #diffBox .diffTable tr:nth-child(2n+1) td {
background: #F5F5F5;
}
body #diffBox .diffTable td.lineNumber {
padding: 0 10px 0 5px;
}
/* Modules */
/* @module: Code viewer */
.kb-code-viewer {
color: #881280;
/* Syntax highlight
--------------------------------------------------------*/
}
.kb-code-viewer .title {
font-size: 12px;
font-weight: 600;
}
.kb-code-viewer .container {
background: #FFF;
border: 1px solid #CCC;
border-bottom: none;
height: 200px;
overflow: auto;
padding: 10px;
}
.kb-code-viewer li ul {
margin-left: 30px;
}
.kb-code-viewer code {
cursor: text;
}
.kb-code-viewer .code-field {
border: 1px solid #A0A0A0;
display: none;
font-size: 11px;
height: 22px;
margin: -4px 0 0 -4px;
padding: 2px;
position: absolute;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.kb-code-viewer .bottom {
background: #F5F5F5;
border: 1px solid #CCC;
}
.kb-code-viewer .bottom a {
display: inline-block;
line-height: 20px;
margin: 0 5px;
padding: 0 5px;
}
.kb-code-viewer .bottom a:hover {
background: #DDD;
}
.kb-code-viewer .bottom a.active,
.kb-code-viewer .bottom a.hover {
background: #39F;
color: #FFF;
}
.kb-code-viewer.flexible .code-tree {
margin-left: 18px;
}
.kb-code-viewer.flexible ul {
margin-left: 30px;
}
.kb-code-viewer.flexible .sprite {
float: left;
margin: 4px 0 0 -16px;
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.kb-code-viewer.flexible .collapsed .sprite {
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.kb-code-viewer.flexible .collapsed .collapsible {
display: none;
}
.kb-code-viewer .attr-name {
color: #994500;
}
.kb-code-viewer .attr-value {
color: #1A1AA6;
}
.kb-code-viewer .node-text {
color: #666;
}
.kb-code-viewer .editing {
background: #FFF;
border: 1px solid #A0A0A0;
color: #222 !important;
margin: -3px -5px;
padding: 2px 4px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.kb-code-viewer .code {
cursor: pointer;
}
.kb-code-viewer .code.hover {
background: #5BD0FF;
color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-code-viewer .code.hover .attr-name,
.kb-code-viewer .code.hover .attr-value,
.kb-code-viewer .code.hover .node-text {
color: #FFF;
}
.kb-code-viewer .code.active {
background: #39F;
color: #FFF !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-code-viewer .code.active .attr-name,
.kb-code-viewer .code.active .attr-value,
.kb-code-viewer .code.active .node-text {
color: #FFF;
}
.kb-code-viewer .code .new-attribute {
display: inline-block;
height: 100%;
position: relative;
width: 0;
}
.kb-code-viewer .code .new-attribute .insert-text {
display: none;
position: absolute;
right: -5px;
top: -20px;
}
.kb-code-viewer .code:hover .insert-text {
display: block;
}
/* @module: Code editor */
.kb-code-editor .container {
background: #FFF;
border: 1px solid #CCC;
padding: 10px;
}
.kb-code-editor .container [contenteditable] {
outline: 1px dotted #333;
}
.kb-code-editor .container * {
font-size: 12px;
}
.kb-code-editor .buttons {
margin-top: 10px;
}
/* @module: Layout box */
.kb-layout-box {
position: relative;
}
.kb-layout-box > .label {
bottom: 0;
top: auto !important;
}
.kb-layout-box > .label.left {
left: 0;
}
.kb-layout-box > .label.right {
left: auto;
right: 0;
}
.kb-layout-box div {
padding: 24px;
position: relative;
}
.kb-layout-box div.hover {
background: #39F;
color: #FFF;
}
.kb-layout-box div.hover > .label,
.kb-layout-box div.hover > input,
.kb-layout-box div.hover > .text {
color: #FFF !important;
}
.kb-layout-box .label {
background: none;
color: #555;
left: 4px;
line-height: 1.5;
padding: 0;
position: absolute;
top: 0;
}
.kb-layout-box .input-top,
.kb-layout-box .input-bottom,
.kb-layout-box .input-left,
.kb-layout-box .input-right {
background: none;
border: none;
height: 20px;
padding: 0;
position: absolute;
text-align: center;
width: 20px;
}
.kb-layout-box .input-top.null,
.kb-layout-box .input-bottom.null,
.kb-layout-box .input-left.null,
.kb-layout-box .input-right.null {
color: #999;
}
.kb-layout-box .input-top:focus,
.kb-layout-box .input-bottom:focus,
.kb-layout-box .input-left:focus,
.kb-layout-box .input-right:focus {
background: #FFF;
color: #555 !important;
}
.kb-layout-box .input-top {
left: 50%;
margin-left: -10px;
top: 2px;
}
.kb-layout-box .input-bottom {
bottom: 2px;
left: 50%;
margin-left: -10px;
}
.kb-layout-box .input-left {
left: 2px;
top: 50%;
margin-top: -10px;
}
.kb-layout-box .input-right {
right: 2px;
top: 50%;
margin-top: -10px;
}
.kb-layout-box .position > .label,
.kb-layout-box .position > input {
display: none;
}
.kb-layout-box .position.active > .label,
.kb-layout-box .position.active > input {
display: block;
}
.kb-layout-box .margin {
background: #FFF;
border: 1px dashed #BBB;
}
.kb-layout-box .border {
background: #BBB;
border: 1px solid #888;
}
.kb-layout-box .padding {
background: #DDD;
border: 1px solid #888;
}
.kb-layout-box .content {
background: #DDD;
border: 1px solid #888;
padding: 40px;
text-align: center;
}
.kb-layout-box .content .text {
color: #555;
}
.kb-layout-box .input-height,
.kb-layout-box .input-width {
background: none;
border: none;
height: 20px;
padding: 0;
text-align: center;
width: 24px;
}
.kb-layout-box .input-height.null,
.kb-layout-box .input-width.null {
color: #999;
}
.kb-layout-box .input-height:focus,
.kb-layout-box .input-width:focus {
background: #FFF;
color: #555 !important;
}
/* @module: Corner editor */
.kb-corner-editor .kb-corner-editor-wrap {
height: 80px;
position: relative;
}
.kb-corner-editor .input-left-top,
.kb-corner-editor .input-left-bottom,
.kb-corner-editor .input-right-top,
.kb-corner-editor .input-right-bottom {
line-height: 14px;
position: absolute;
width: 60px;
}
.kb-corner-editor .input-left-top {
left: 0;
top: 0;
}
.kb-corner-editor .input-left-bottom {
bottom: 0;
left: 0;
}
.kb-corner-editor .input-right-top {
right: 0;
top: 0;
}
.kb-corner-editor .input-right-bottom {
bottom: 0;
right: 0;
}
.kb-corner-editor .ui-spinner {
margin-right: 2px;
}
.kb-corner-editor .ui-spinner input {
height: 20px;
padding: 3px;
text-align: center;
width: 26px !important;
}
.kb-corner-editor .box-model {
bottom: 0;
left: 65px;
margin: 0 auto;
position: absolute;
right: 65px;
top: 0;
}
.kb-corner-editor .box-model .left-top,
.kb-corner-editor .box-model .left-bottom,
.kb-corner-editor .box-model .right-top,
.kb-corner-editor .box-model .right-bottom {
height: 20px;
position: absolute;
width: 20px;
}
.kb-corner-editor .box-model .left-top {
border-left: 3px solid #999;
border-top: 3px solid #999;
left: 0;
top: 0;
}
.kb-corner-editor .box-model .left-bottom {
border-bottom: 3px solid #999;
border-left: 3px solid #999;
bottom: 0;
left: 0;
}
.kb-corner-editor .box-model .right-top {
border-right: 3px solid #999;
border-top: 3px solid #999;
right: 0;
top: 0;
}
.kb-corner-editor .box-model .right-bottom {
border-bottom: 3px solid #999;
border-right: 3px solid #999;
bottom: 0;
right: 0;
}
.kb-corner-editor .field {
margin-top: 10px;
*zoom: 1;
}
.kb-corner-editor .field:before,
.kb-corner-editor .field:after {
content: "";
display: table;
}
.kb-corner-editor .field:after {
clear: both;
}
/* @module: Border editor */
.kb-border-editor .kb-border-editor-wrap {
height: 80px;
position: relative;
}
.kb-border-editor .kb-border-editor-wrap span {
cursor: pointer;
position: absolute;
z-index: 2;
}
.kb-border-editor .box-model {
border: 6px solid #DDD;
height: 100%;
position: absolute;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor .border-top {
height: 6px;
left: 0;
right: 0;
top: 0;
}
.kb-border-editor .border-top:hover ~ .box-model {
border-top-color: #AAA;
}
.kb-border-editor .border-top.active ~ .box-model {
border-top-color: #009AD7;
}
.kb-border-editor .border-bottom {
bottom: 0;
height: 6px;
left: 0;
right: 0;
}
.kb-border-editor .border-bottom:hover ~ .box-model {
border-bottom-color: #AAA;
}
.kb-border-editor .border-bottom.active ~ .box-model {
border-bottom-color: #009AD7;
}
.kb-border-editor .border-left {
bottom: 0;
left: 0;
width: 6px;
top: 0;
}
.kb-border-editor .border-left:hover ~ .box-model {
border-left-color: #AAA;
}
.kb-border-editor .border-left.active ~ .box-model {
border-left-color: #009AD7;
}
.kb-border-editor .border-right {
bottom: 0;
width: 6px;
right: 0;
top: 0;
}
.kb-border-editor .border-right:hover ~ .box-model {
border-right-color: #AAA;
}
.kb-border-editor .border-right.active ~ .box-model {
border-right-color: #009AD7;
}
.kb-border-editor-v2 .kb-border-editor-wrap {
height: 170px;
position: relative;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top,
.kb-border-editor-v2 .kb-border-editor-wrap .bottom,
.kb-border-editor-v2 .kb-border-editor-wrap .left,
.kb-border-editor-v2 .kb-border-editor-wrap .right {
position: absolute;
text-align: center;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top,
.kb-border-editor-v2 .kb-border-editor-wrap .bottom {
height: 28px;
left: 0;
right: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top {
top: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .bottom {
bottom: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .left,
.kb-border-editor-v2 .kb-border-editor-wrap .right {
height: 80px;
margin-top: -40px;
top: 50%;
width: 68px;
}
.kb-border-editor-v2 .kb-border-editor-wrap .left {
left: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .right {
right: 0;
}
.kb-border-editor-v2 .border-input {
background: #F5F5F5;
border: 1px solid #CCC;
display: inline-block;
height: 22px;
padding: 2px;
}
.kb-border-editor-v2 .border-input .ui-spinner {
float: left;
margin-right: 4px !important;
}
.kb-border-editor-v2 .border-input .ui-spinner input {
height: 20px;
padding: 3px;
text-align: center;
width: 26px !important;
line-height: 14px;
}
.kb-border-editor-v2 .border-input select {
height: 22px;
line-height: 1;
margin: 0 4px 0 0 !important;
padding: 0;
width: 65px;
}
.kb-border-editor-v2 .border-input .kb-color-input {
border: none;
padding: 0;
}
.kb-border-editor-v2 .border-input .kb-color-input .color {
height: 22px;
width: 22px;
}
.kb-border-editor-v2 .border-input.vertical {
height: 80px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .border-input.vertical .ui-spinner {
margin: 0 0 4px !important;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .border-input.vertical select {
margin: 0 0 4px !important;
width: 100%;
}
.kb-border-editor-v2 .border-input.vertical .kb-color-input {
width: 100%;
}
.kb-border-editor-v2 .border-input.vertical .kb-color-input .color {
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .box-model {
border: 3px solid #CCC;
bottom: 30px;
left: 70px;
margin: 0 auto;
position: absolute;
right: 70px;
top: 30px;
}
/* @module: Splitter */
.kb-split-container {
height: 500px;
overflow: hidden;
position: relative;
}
.kb-split-container .kb-splitter-cover {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 5;
}
.kb-split-container .kb-split-panel {
left: 0;
position: absolute;
width: 100%;
z-index: 4;
}
.kb-split-container .kb-splitter {
background: #CCC;
cursor: ns-resize;
height: 5px;
left: 0;
position: absolute;
width: 100%;
z-index: 6;
}
.kb-split-container .kb-splitter .toggle-button {
background: #CCC;
cursor: pointer;
height: 25px;
line-height: 25px;
left: 50%;
margin-left: -30px;
position: absolute;
text-align: center;
top: -25px;
width: 60px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.kb-split-container .kb-splitter .toggle-button .sprite {
background: url(images/sprites.png) no-repeat 0 -298px;
width: 8px;
height: 6px;
}
.kb-split-container .kb-splitter .toggle-button.active .sprite {
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.kb-split-container.horizontal .kb-split-panel {
height: 100%;
top: 0;
}
.kb-split-container.horizontal .kb-splitter {
cursor: ew-resize;
height: 100%;
top: 0;
width: 5px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button {
height: 40px;
line-height: 40px;
margin: -20px 0 0 0;
top: 50%;
width: 16px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left {
left: auto;
right: -16px;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left .sprite {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left.active .sprite {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right {
left: -16px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right .sprite {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right.active .sprite {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
/* @module: Inline menu */
.kb-inline-menu {
background: #FFF;
left: 50%;
min-width: 180px;
position: absolute;
top: 50%;
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-inline-menu .title {
background: #0078B1;
color: #FFF;
font-size: 12px;
font-weight: 400;
padding: 5px 10px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.kb-inline-menu .wrap li {
border-bottom: 1px solid #EEE;
}
.kb-inline-menu .wrap li:last-child {
border: none;
}
.kb-inline-menu .wrap a {
color: #009AD7;
display: block;
line-height: 2;
padding: 0 10px;
text-decoration: none;
}
.kb-inline-menu .wrap a:hover {
background: #EEE;
}
.kb-inline-menu .actions {
background: #F5F5F5;
border-top: 1px solid #CCC;
overflow: hidden;
padding: 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.kb-inline-menu .action {
background: #FFF;
border: 1px solid #DDD;
float: left;
height: 24px;
margin-right: 3px;
padding: 3px;
text-align: center;
width: 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-inline-menu .action:hover {
border-color: #AAA;
}
/* Style editor
----------------------------------------------------------*/
.kb-style-editor {
*zoom: 1;
}
.kb-style-editor:before,
.kb-style-editor:after {
content: "";
display: table;
}
.kb-style-editor:after {
clear: both;
}
.kb-style-editor li {
clear: both;
float: left;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-style-editor ol > li {
color: #999;
line-height: 22px;
padding-left: 1em;
position: relative;
}
.kb-style-editor ol > li ul,
.kb-style-editor ol > li ol {
margin-left: 2em;
}
.kb-style-editor ol > li .label {
display: none;
float: left;
line-height: 15px;
margin: 2px 0 0 4px;
}
.kb-style-editor ol > li:hover .label {
display: inline;
}
.kb-style-editor ol > li .action {
float: left;
margin-left: 2em;
}
.kb-style-editor .arrow {
cursor: pointer;
left: 0;
position: absolute;
}
.kb-style-editor .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.kb-style-editor .arrow.active {
line-height: 18px;
}
.kb-style-editor .arrow.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.kb-style-editor .bracket {
color: #666;
height: 22px;
line-height: 20px;
margin: 0 2px;
}
.kb-style-editor .symbol {
color: #666;
}
.kb-style-editor .text {
line-height: 20px;
min-height: 20px;
min-width: 20px;
padding: 0 1px;
}
.kb-style-editor .text.selector {
color: #444;
}
.kb-style-editor .text.attribute {
color: #006400;
}
.kb-style-editor .text.value {
color: #00008B;
}
.kb-style-editor .text.highlight {
outline: 1px solid #999;
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.kb-style-editor .start-tag {
display: inline-block;
max-width: 70%;
}
.kb-style-editor .end-tag {
clear: left;
display: block;
float: left;
margin-top: 2px;
}
.kb-style-editor .meta {
position: absolute;
right: 0;
text-align: right;
top: 0;
}
.kb-style-editor .meta p {
border-top: 1px dashed #CCC;
margin-top: 3px;
padding-top: 3px;
}
.kb-style-editor .meta p:first-child {
border: none;
margin-top: 0;
padding-top: 0;
}
.kb-style-editor .meta .info {
float: right;
margin: 2px 0 0 3px;
}
.kb-style-editor .meta .info .sprite {
background: url(images/sprites.png) no-repeat 0 -806px;
width: 16px;
height: 16px;
}
.kb-style-editor .meta .info:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -790px;
width: 16px;
height: 16px;
}
/* Color input
----------------------------------------------------------*/
.kb-color-input {
background: #F5F5F5;
border: 1px solid #CCC;
display: inline-block;
padding: 2px;
}
.kb-color-input .color {
background: url(images/transparent.png) repeat;
cursor: pointer;
float: left;
height: 20px;
width: 20px;
}
.kb-color-input .color span {
border: 1px solid #CCC;
display: block;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-color-input .color-value {
height: 20px;
line-height: 1;
margin: 0 0 0 3px !important;
padding: 2px 4px;
width: 66px;
}
/* dojo Color Picker
----------------------------------------------------------*/
.dojoxColorPicker {
background: #F5F5F5;
border: 1px solid #CCC;
padding: 8px;
}
.dojoxColorPickerRightPad {
padding-right: 8px;
}
.dojoxColorPickerBox {
position: relative;
width: 150px;
height: 150px;
margin: 0;
padding: 0;
}
.dojoxColorPickerUnderlay {
border: 1px solid #CCC;
position: relative;
top: 0;
left: 0;
width: 150px;
height: 150px;
z-index: 1;
}
.dojoxHuePickerUnderlay {
position: relative;
top: 0;
left: 0;
height: 150px;
width: 20px;
z-index: 1;
text-align: center;
}
.dojoxHuePicker {
position: relative;
top: 0px;
left: 0px;
padding: 0px;
}
.dojoxHuePickerPoint {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 8px;
z-index: 3;
cursor: move;
}
.dojoxColorPickerPoint {
position: absolute;
width: 10px;
height: 10px;
border: 0;
z-index: 3;
cursor: move;
}
.dojoxColorPickerPreview {
display: block;
width: 45px;
height: 45px;
border: 1px solid #333;
background-color: #fff;
position: relative;
top: 0px;
left: 0px;
}
.dojoxColorPickerWebSafePreview {
display: block;
width: 25px;
height: 25px;
position: relative;
top: 0px;
left: 0px;
border: 1px solid #333;
}
.dojoxColorPickerOptional {
position: relative;
top: 0px;
left: 0px;
height: 100%;
}
.dojoxColorPickerOptional td {
padding: 0 3px 4px 0;
}
.dojoxColorPickerPreviewContainer {
padding-bottom: 6px;
}
.dojoxColorPickerOptional input {
border: 1px solid #a7a7a7;
width: 25px;
padding: 1px 3px 1px 3px;
line-height: 1.1em;
}
.dojoxColorPickerHex input {
width: 55px;
}
/* Kooboo Color Picker
----------------------------------------------------------*/
.kb-color-picker {
background: #F5F5F5;
border: 1px solid #CCC;
padding: 8px;
}
.kb-color-picker .dojoxColorPicker {
border: none;
}
.kb-color-picker .opacity {
border-bottom: 1px solid #DDD;
margin: 15px 0;
padding-bottom: 5px;
}
.kb-color-picker .opacity .title {
font-size: 12px;
font-weight: 400;
}
/* Color slider
----------------------------------------------------------*/
.kb-circle-slider {
height: 56px;
padding: 2px;
position: relative;
width: 56px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0 0 0 4px #999999 inset;
-webkit-box-shadow: 0 0 0 4px #999999 inset;
box-shadow: 0 0 0 4px #999999 inset;
-moz-border-radius: 28px;
-webkit-border-radius: 28px;
border-radius: 28px;
}
.kb-circle-slider .dot {
background: #999;
height: 6px;
left: 50%;
margin: -3px 0 0 -3px;
position: absolute;
top: 50%;
width: 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.kb-circle-slider .circle {
height: 52px;
position: relative;
width: 52px;
}
.kb-circle-slider .slider-handler {
background: #FFF;
border: 1px solid #999;
cursor: pointer;
height: 14px;
margin: -7px 0 0 -7px;
position: absolute;
width: 14px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
/* Overlay
----------------------------------------------------------*/
.kb-overlay {
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
/* @module: Email block */
.block-email {
margin-top: 20px;
}
.block-email:first-child {
margin: 0;
}
.block-email .header {
*zoom: 1;
}
.block-email .header:before,
.block-email .header:after {
content: "";
display: table;
}
.block-email .header:after {
clear: both;
}
.block-email .header.clickable {
cursor: pointer;
}
.block-email .avatar {
float: left;
margin: 0 10px 20px 0;
}
.block-email .header-summary {
color: #888;
margin-bottom: 20px;
overflow: hidden;
}
.block-email .header-summary p {
clear: both;
float: left;
}
.block-email .header-summary .from {
color: #000;
font-size: 14px;
}
.block-email .header-summary .summary {
color: #666;
display: none;
font-size: 14px;
}
.block-email .header-summary .toggle {
float: left;
margin-left: 5px;
}
.block-email .header-summary .sprite {
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block-email .header-summary .sprite.active {
background: url(images/sprites.png) no-repeat 0 -292px;
width: 8px;
height: 6px;
}
.block-email .header-details {
clear: both;
display: none;
margin-bottom: 20px;
filter: alpha(opacity = 0);
opacity: 0;
}
.block-email .header-details th {
color: #888;
font-weight: 400;
padding-right: 10px;
text-align: right;
white-space: nowrap;
width: 10px;
}
.block-email .attachment {
border-bottom: 1px solid #DDD;
border-top: 1px solid #DDD;
padding: 5px 0;
}
.block-email .attachment .title {
font-size: 14px;
font-weight: 400;
}
.block-email .email-content {
border: none;
margin-top: 20px;
width: 100%;
}
.block-email.additional {
border-top: 1px solid #BBB;
}
.block-email.collapse .header {
background: #EEE;
}
.block-email.collapse .header:hover {
background: #F5F5F5;
}
.block-email.collapse .avatar,
.block-email.collapse .header-summary {
margin-bottom: 0;
}
.block-email.collapse .header-summary p,
.block-email.collapse .header-summary .toggle {
display: none;
}
.block-email.collapse .header-summary p:first-child {
display: block;
}
.block-email.collapse .header-summary .summary {
display: block;
}
.block-email.collapse .header-details {
display: none !important;
}
.block-email.collapse .email-content {
display: none;
}
/* @module: Compose button block */
.block-compose-button {
padding: 17px;
}
.block-compose-button .button-group {
display: block;
}
.block-compose-button .button-group .button:first-child {
width: 127px;
}
/* @module: Widget list */
.widget-list li {
float: left;
margin: 0 20px 20px 0;
}
.widget-list a {
background: #EEE;
display: block;
padding: 10px;
}
.widget-list a:hover {
background: #009ad7;
}
.widget-list a .icon {
display: block;
}
/* @module: Theme list */
.theme-list .color {
border: 1px solid #CCC;
display: block;
float: left;
margin-right: 10px;
overflow: hidden;
}
.theme-list .color1,
.theme-list .color2,
.theme-list .color3 {
float: left;
height: 16px;
width: 16px;
}
.theme-list .color1 {
background: #000;
}
.theme-list .color2 {
background: #666;
}
.theme-list .color3 {
background: #CCC;
}
.theme-list li {
margin-bottom: 10px;
}
.theme-list a {
display: block;
overflow: hidden;
padding: 5px;
}
.theme-list a:hover {
background: #F5F5F5;
}
.theme-list a.active {
background: #009ad7;
color: #FFF;
}
/* @module: Email grid */
.email-grid .item {
background: #F5F5F5;
float: left;
margin: 0 30px 30px 0;
padding: 5px;
width: 214px;
}
.email-grid .item.highlight {
background: #E5E5E5;
}
.email-grid .item .image {
display: block;
overflow: hidden;
position: relative;
}
.email-grid .item .image img {
display: block;
width: 100%;
}
.email-grid .item .image .label {
position: absolute;
right: 0;
top: 0;
filter: alpha(opacity = 60);
opacity: 0.6;
-moz-border-radius: 0 0 0 3px;
-webkit-border-radius: 0 0 0 3px;
border-radius: 0 0 0 3px;
}
.email-grid .item .image:hover .label {
filter: alpha(opacity = 100);
opacity: 1;
}
.email-grid .item .buttons {
margin-top: 10px;
text-align: center;
*zoom: 1;
}
.email-grid .item .buttons:before,
.email-grid .item .buttons:after {
content: "";
display: table;
}
.email-grid .item .buttons:after {
clear: both;
}
.email-grid .item .buttons .button {
margin: 0 5px;
}
.email-grid .item .buttons .button:first-child {
margin-left: 0;
}
.email-grid .item .buttons .button:last-child {
margin-right: 0;
}
/* @module: Progress bar */
.progress-bar {
border: 1px solid #DDD;
height: 18px;
overflow: hidden;
position: relative;
}
.progress-bar .rate {
background: #009ad7;
color: #FFF;
position: absolute;
left: 0;
text-align: center;
}
/* Sitemap description
----------------------------------------------------------*/
.sitemap-description li {
float: left;
line-height: 25px;
margin-left: 20px;
}
.sitemap-description li span {
background: #3CA8DB;
color: #FFF;
cursor: default;
display: block;
float: left;
height: 25px;
margin-right: 5px;
text-align: center;
width: 25px;
}
.sitemap-description li span .icon {
margin: 4px;
}
.sitemap-description li span.dynamic {
background: #1076A6;
}
.sitemap-description li span.show-in-menu {
color: #000;
font-weight: bold;
}
.sitemap-description li span.unsynchronized {
background-color: #DDD;
}
.sitemap-description li span.unpublished {
background: #C1C1C1;
}
.sitemap-description li span.available {
background: #1f9284;
}
.sitemap-description li span.completed {
background: #EEE;
color: #333;
}
.sitemap-description li span.disabled {
background: #CCC;
color: #666;
}
/* Site tree
----------------------------------------------------------*/
.site-tree {
float: left;
margin: 0 33px 33px 0;
}
.site-tree .tree-node {
*zoom: 1;
position: relative;
}
.site-tree .tree-node:before,
.site-tree .tree-node:after {
content: "";
display: table;
}
.site-tree .tree-node:after {
clear: both;
}
.site-tree > .tree-node {
margin-bottom: 33px;
}
.site-tree .icon.trigger {
cursor: pointer;
left: 154px;
position: absolute;
top: 33px;
z-index: 99;
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.site-tree .active > .icon.trigger {
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.site-tree .children {
background: url(images/line-y.png) repeat-y 16px 0;
float: left;
margin-top: 19px;
}
.site-tree .children > ul {
background: url(images/line-x.png) no-repeat 0 19px;
margin: -19px 0 0;
}
.site-tree .children .tree-node {
background: url(images/line-x.png) no-repeat 16px 19px;
padding: 0 0 8px 33px;
}
.site-tree .children .tree-node:last-child {
background: #ffffff url(images/line-end.png) no-repeat 16px 0;
padding-bottom: 0;
}
.site-tree .children .tree-node:last-child:first-child {
background: #ffffff url(images/line-x.png) repeat-x 0 19px;
}
.site-tree .children .icon.trigger {
left: 187px;
}
ul.site-tree {
padding: 0;
clear: both;
float: none;
}
/* Map item
----------------------------------------------------------*/
.map-item {
background-color: #3CA8DB;
float: left;
height: 39px;
position: relative;
width: 160px;
/* Status */
/* Text */
/* Item menu */
}
.map-item.static {
background-color: #3CA8DB;
}
.map-item.dynamic {
background-color: #1076A6;
}
.map-item.unpublished {
background-color: #C1C1C1;
}
.map-item.inherited span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1172px;
width: 17px;
height: 17px;
}
.map-item.unsynchronized {
background-color: #DDD;
}
.map-item.unsynchronized span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1206px;
width: 17px;
height: 17px;
}
.map-item.show-in-menu .text {
color: #000;
font-weight: bold;
}
.map-item.ab-testing span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1155px;
width: 17px;
height: 17px;
}
.map-item span.status {
border-right: 1px solid #FFF;
float: left;
padding: 11px 8px;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.map-item span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1189px;
width: 17px;
height: 17px;
}
.map-item .text {
color: #FFF;
float: left;
line-height: 39px;
padding: 0 10px;
position: relative;
width: 106px;
}
.map-item .text span {
display: block;
margin-right: 5px;
overflow: hidden;
white-space: nowrap;
}
.map-item .text .icon {
position: absolute;
right: 5px;
top: 15px;
}
.map-item > a {
color: #FFF;
display: block;
float: left;
height: 39px;
line-height: 39px;
padding: 0 10px;
text-align: center;
width: 107px;
}
.map-item > a span {
overflow: hidden;
white-space: nowrap;
}
.map-item > .arrow {
border-left: 1px solid #FFF;
display: block;
float: right;
height: 16px;
padding: 11px 8px 12px 8px;
text-indent: -9999px;
width: 16px;
}
.map-item > .arrow .icon {
display: block;
}
.map-item ul {
background: #FFF;
border: 2px solid #000;
display: none;
left: 101%;
min-width: 100%;
position: absolute;
z-index: 99;
}
.map-item ul a {
color: #000;
display: block;
line-height: 24px;
padding: 0 10px;
}
.map-item ul a:hover {
background: #E5F0F7;
}
.map-item li {
position: relative;
}
.map-item li ul {
left: 100%;
position: absolute;
top: 0;
}
.map-item li:hover > a {
background: #E5F0F7;
}
.map-item li:hover > ul {
display: block;
}
.sitemap-panel .map-item .trigger {
cursor: pointer;
}
/* Form elements
----------------------------------------------------------*/
input,
button,
select,
textarea {
font-family: inherit;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
outline: 1px dotted #000;
}
input[type="text"],
input[type="password"],
textarea,
select {
border: 1px solid #CCC;
color: #4C4C4C;
display: inline-block;
font-size: inherit;
height: 28px;
padding: 4px 6px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border-color: #AAA;
}
input[type="text"].mini,
input[type="password"].mini,
textarea.mini,
select.mini {
text-align: center;
width: 60px;
}
input[type="text"].small,
input[type="password"].small,
textarea.small,
select.small {
width: 20%;
}
input[type="text"].medium,
input[type="password"].medium,
textarea.medium,
select.medium {
width: 35%;
}
input[type="text"].large,
input[type="password"].large,
textarea.large,
select.large {
width: 50%;
}
input[type="text"].xlarge,
input[type="password"].xlarge,
textarea.xlarge,
select.xlarge {
width: 65%;
}
input[type="text"].xxlarge,
input[type="password"].xxlarge,
textarea.xxlarge,
select.xxlarge {
width: 80%;
}
input[type="text"].huge,
input[type="password"].huge,
textarea.huge,
select.huge {
width: 95%;
}
input[type="checkbox"],
input[type="radio"] {
float: left;
margin-right: 4px;
}
textarea {
min-height: 100px;
min-width: 200px;
resize: vertical;
}
textarea.autoresize {
line-height: 16px;
min-height: 0;
}
textarea.full {
min-height: 400px;
width: 100%;
}
input[readonly],
select[readonly],
textarea[readonly] {
background: #F9F9F9;
}
input[disabled],
select[disabled],
textarea[disabled] {
background: #F5F5F5;
color: #999;
}
label.inline {
cursor: pointer;
float: left;
line-height: 13px;
}
/* Number input
----------------------------------------------------------*/
.input-number {
display: inline-block;
}
/* CodeMirror
----------------------------------------------------------*/
.common-code-mirror .CodeMirror {
border: 1px solid #CCC;
height: 480px;
}
/* Checkbox & Radio
----------------------------------------------------------*/
.checkbox-field,
.radio-field {
display: inline-block;
}
div.checkbox {
display: inline-block;
overflow: hidden;
position: relative;
}
div.checkbox label {
display: block;
position: relative;
z-index: 2;
}
div.checkbox label .sprite {
cursor: pointer;
display: block;
background: url(images/sprites.png) no-repeat 0 -179px;
width: 15px;
height: 15px;
}
div.checkbox input {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
div.checkbox input:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -149px;
width: 15px;
height: 15px;
}
div.checkbox input:disabled ~ label .sprite {
cursor: default;
background: url(images/sprites.png) no-repeat 0 -164px;
width: 15px;
height: 15px;
}
div.checkbox input:disabled:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -134px;
width: 15px;
height: 15px;
}
div.radio {
display: inline-block;
overflow: hidden;
position: relative;
}
div.radio label {
display: block;
position: relative;
z-index: 2;
}
div.radio label .sprite {
cursor: pointer;
display: block;
background: url(images/sprites.png) no-repeat 0 -1386px;
width: 14px;
height: 14px;
}
div.radio input {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
div.radio input:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -1358px;
width: 14px;
height: 14px;
}
div.radio input:disabled ~ label .sprite {
cursor: default;
background: url(images/sprites.png) no-repeat 0 -1372px;
width: 14px;
height: 14px;
}
div.radio input:disabled:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -1344px;
width: 14px;
height: 14px;
}
/* Form list(For checkbox & Radio button)
----------------------------------------------------------*/
.form-list {
margin-top: 8px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*zoom: 1;
/* Length */
}
.form-list:before,
.form-list:after {
content: "";
display: table;
}
.form-list:after {
clear: both;
}
.form-list li {
float: left;
margin: 0 10px 10px 0;
}
.form-list li.equate {
width: 10%;
}
.form-list .file-thumbnail {
display: block;
}
.form-list.images {
margin-bottom: 10px;
}
.form-list.files li {
float: none;
margin: 0 0 10px 0;
}
.form-list.vertical li {
float: none;
margin: 0 0 10px 0;
*zoom: 1;
}
.form-list.vertical li:before,
.form-list.vertical li:after {
content: "";
display: table;
}
.form-list.vertical li:after {
clear: both;
}
.form-list.with-action li {
background: #F1F1F1;
float: none;
margin: 0 0 10px 0;
padding: 5px 40px 5px 5px;
position: relative;
*zoom: 1;
}
.form-list.with-action li:before,
.form-list.with-action li:after {
content: "";
display: table;
}
.form-list.with-action li:after {
clear: both;
}
.form-list.with-action li select ~ label {
margin-top: 8px;
}
.form-list.with-action li .action {
position: absolute;
right: 5px;
top: 50%;
}
.form-list.with-action li .action .icon.minus {
margin-top: -14px;
}
.form-list.with-action li .action .icon.minus-small {
margin-top: -8px;
}
.form-list.mini {
width: 60px;
}
.form-list.small {
width: 20%;
}
.form-list.medium {
width: 35%;
}
.form-list.large {
width: 50%;
}
.form-list.xlarge {
width: 65%;
}
.form-list.xxlarge {
width: 80%;
}
.form-list.huge {
width: 95%;
}
/* Custom File
----------------------------------------------------------*/
.custom-file {
position: relative;
}
.custom-file .button {
min-width: 0;
position: absolute;
right: 0;
top: 0;
}
.custom-file .button span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.custom-file .button input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.custom-file.small {
width: 20%;
}
.custom-file.medium {
width: 35%;
}
.custom-file.large {
width: 50%;
}
.custom-file.xlarge {
width: 65%;
}
.custom-file.xxlarge {
width: 80%;
}
.custom-file.huge {
width: 95%;
}
/* Uploaded files
----------------------------------------------------------*/
.file-regular {
background: #EEE;
padding: 7px;
width: 300px;
}
.file-regular span {
display: block;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.file-regular .action {
float: right;
margin-left: 10px;
}
.file-thumbnail {
display: inline-block;
height: 100px;
position: relative;
}
.file-thumbnail img {
display: block;
height: 100%;
}
.file-thumbnail .action {
position: absolute;
right: 0;
top: 0;
}
/* Select2
----------------------------------------------------------*/
body .select2-container {
/* Length */
}
body .select2-container.select2-container-multi .select2-choices {
background: #FFF;
border-color: #CCC;
line-height: 26px;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background: #009ad7;
border: none;
color: #FFF;
line-height: 12px;
margin: 3px 0 3px 3px;
padding: 4px 5px 4px 18px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
left: 5px;
top: 7px;
background: url(images/sprites.png) no-repeat 0 -402px;
width: 8px;
height: 8px;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-field input {
font-family: inherit;
height: 26px;
margin: 0;
padding: 4px 8px;
}
body .select2-container.select2-container-active .select2-choice,
body .select2-container.select2-container-active .select2-choices {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .select2-container.select2-dropdown-open .select2-choice,
body .select2-container.select2-dropdown-open .select2-choices {
border-color: #AAA;
}
body .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
body .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
border-left: 1px solid #AAA;
}
body .select2-container.small {
width: 20%;
}
body .select2-container.medium {
width: 35%;
}
body .select2-container.large {
width: 50%;
}
body .select2-container.xlarge {
width: 65%;
}
body .select2-container.xxlarge {
width: 80%;
}
body .select2-container.huge {
width: 95%;
}
body .select2-container .select2-choice {
background: #FFF;
border-color: #CCC;
height: 28px;
line-height: 28px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container .select2-choice > .select2-chosen {
margin-right: 48px;
}
body .select2-container .select2-choice abbr {
right: 32px;
}
body .select2-container .select2-choice .select2-arrow {
background: #EEE;
border-left: 1px solid #CCC;
width: 28px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container .select2-choice .select2-arrow b {
margin: 0 5px;
width: 18px;
}
body .select2-drop-active {
border-color: #AAA;
margin: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-drop-active .select2-search {
padding-top: 4px;
}
/* Tagbox
----------------------------------------------------------*/
.tagbox {
background: #FFF;
border: 1px solid #CCC;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.tagbox ul {
padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.tagbox li {
margin: 3px 0 3px 3px;
}
.tagbox li .tag {
background: #009ad7;
padding: 0 5px 0 18px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.tagbox li .delete {
left: 5px;
right: auto;
text-indent: -9999em;
top: 7px;
background: url(images/sprites.png) no-repeat 0 -402px;
width: 8px;
height: 8px;
}
.tagbox li.selected .tag {
background: #0078b1;
}
.tagbox input {
float: none !important;
margin: 0 !important;
}
/* Angle input
----------------------------------------------------------*/
.angle-input {
padding-top: 12px;
*zoom: 1;
}
.angle-input:before,
.angle-input:after {
content: "";
display: table;
}
.angle-input:after {
clear: both;
}
.angle-input .kb-circle-slider {
float: left;
margin: -12px 22px 0 0;
}
/* Validation
----------------------------------------------------------*/
.validation-summary-errors {
color: #F00;
padding: 10px 0 20px;
}
.field-validation-error {
color: #F00;
line-height: 26px;
}
.input-validation-error {
color: #F00;
border-color: #F00 !important;
}
/* jQueryValidationEngine
----------------------------------------------------------*/
.formError {
line-height: 20px;
}
.formError .formErrorContent {
background: #1A1A1D;
border: 1px solid #000;
color: #FFF;
font-size: 11px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.formError .formErrorArrow {
margin: -2px 0 0 2px;
}
.formError .formErrorArrow div {
background: #1A1A1D;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
width: 0;
}
.formError .formErrorArrow .line3 {
border: none;
}
/* Form row
----------------------------------------------------------*/
.form-row {
line-height: 28px;
padding: 10px 0;
display: block;
width: 102.08333333%;
margin: 0 -1.04166667%;
*zoom: 1;
}
.form-row:before,
.form-row:after {
content: "";
display: table;
}
.form-row:after {
clear: both;
}
.form-row:before,
.form-row:after {
content: "";
display: table;
}
.form-row:after {
clear: both;
}
.form-row .span0_5 {
display: inline;
float: left;
width: 2.08333333%;
margin: 0 1.04166667%;
}
.form-row .span1 {
display: inline;
float: left;
width: 6.25%;
margin: 0 1.04166667%;
}
.form-row .span2 {
display: inline;
float: left;
width: 14.58333333%;
margin: 0 1.04166667%;
}
.form-row .span2_875 {
display: inline;
float: left;
width: 21.875%;
margin: 0 1.04166667%;
}
.form-row .span3 {
display: inline;
float: left;
width: 22.91666667%;
margin: 0 1.04166667%;
}
.form-row .span4 {
display: inline;
float: left;
width: 31.25%;
margin: 0 1.04166667%;
}
.form-row .span5 {
display: inline;
float: left;
width: 39.58333333%;
margin: 0 1.04166667%;
}
.form-row .span5_5 {
display: inline;
float: left;
width: 43.75%;
margin: 0 1.04166667%;
}
.form-row .span5_75 {
display: inline;
float: left;
width: 45.83333333%;
margin: 0 1.04166667%;
}
.form-row .span6 {
display: inline;
float: left;
width: 47.91666667%;
margin: 0 1.04166667%;
}
.form-row .span7 {
display: inline;
float: left;
width: 56.25%;
margin: 0 1.04166667%;
}
.form-row .span8 {
display: inline;
float: left;
width: 64.58333333%;
margin: 0 1.04166667%;
}
.form-row .span9 {
display: inline;
float: left;
width: 72.91666667%;
margin: 0 1.04166667%;
}
.form-row .span10 {
display: inline;
float: left;
width: 81.25%;
margin: 0 1.04166667%;
}
.form-row .span11 {
display: inline;
float: left;
width: 89.58333333%;
margin: 0 1.04166667%;
}
.form-row .span12 {
display: inline;
float: left;
width: 97.91666667%;
margin: 0 1.04166667%;
}
/* Form tip
----------------------------------------------------------*/
.form-tip {
clear: both;
color: #999;
display: block;
font-size: 11px;
font-style: italic;
line-height: 14px;
margin-top: 4px;
}
/* Editable field
----------------------------------------------------------*/
.editable-field {
display: inline-block;
}
.editable-field .text {
border: 1px solid transparent;
cursor: text;
display: block;
height: 28px;
overflow: hidden;
padding: 4px 6px;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.editable-field .text:hover {
border-color: #DDD;
}
.editable-field input,
.editable-field textarea {
display: none;
}
.editable-field textarea {
resize: vertical;
}
.editable-field.active .text {
display: none;
}
.editable-field.active input,
.editable-field.active textarea {
display: block;
}
/* Common form
----------------------------------------------------------*/
.common-form {
font-size: 14px;
line-height: 26px;
/* Common form panel */
/* Page Designer */
/* Key value */
}
.common-form fieldset {
margin-bottom: 20px;
}
.common-form legend {
border-bottom: 1px solid #CCC;
color: #0078B1;
font-size: 18px;
margin-bottom: 5px;
width: 100%;
}
.common-form legend.clickable {
cursor: pointer;
padding-left: 12px;
position: relative;
}
.common-form legend.clickable .icon.arrow {
background-position: -18px -16px;
height: 8px;
position: absolute;
left: 0;
top: 11px;
width: 6px;
}
.common-form legend.clickable:hover .icon.arrow {
background-position: -30px -16px;
}
.common-form legend.clickable.active .icon.arrow {
background-position: -16px 0;
height: 6px;
top: 12px;
width: 8px;
}
.common-form legend.clickable.active:hover .icon.arrow {
background-position: -32px 0;
}
.common-form table {
width: 100%;
}
.common-form th {
font-weight: normal;
width: 190px;
padding: 10px 10px 10px 0;
vertical-align: top;
white-space: nowrap;
}
.common-form thead th {
background: #F9F9F9;
border-top: 1px solid #EEE;
font-weight: 600;
padding: 10px;
width: 45%;
}
.common-form thead th:first-child {
width: auto;
}
.common-form td {
padding: 10px;
vertical-align: top;
}
.common-form td .form-row {
padding-top: 0;
}
.common-form td .form-container {
margin-top: 10px;
*zoom: 1;
}
.common-form td .form-container:before,
.common-form td .form-container:after {
content: "";
display: table;
}
.common-form td .form-container:after {
clear: both;
}
.common-form .border td {
border-bottom: 1px solid #CCC;
}
.common-form input[type="text"],
.common-form input[type="password"],
.common-form select,
.common-form .ui-spinner {
float: left;
margin-right: 10px;
}
.common-form .tip {
clear: both;
color: #999;
display: block;
font-size: 11px;
font-style: italic;
line-height: 14px;
margin-top: 4px;
}
.common-form .text {
float: left;
margin-right: 10px;
}
.common-form .unit {
float: left;
margin-left: -6px;
margin-right: 10px;
}
.common-form .field {
padding: 10px 0;
*zoom: 1;
}
.common-form .field:before,
.common-form .field:after {
content: "";
display: table;
}
.common-form .field:after {
clear: both;
}
.common-form.with-panel .CodeMirror {
bottom: 0;
height: auto !important;
left: 0;
overflow: hidden;
position: absolute;
right: 301px;
top: 0;
}
.common-form.with-panel .panel {
border-left: 1px solid #CCC;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
right: 0;
top: 0;
width: 300px;
}
.common-form.with-panel .panel .block {
font-size: 12px;
margin: 20px 0;
}
.common-form.with-panel .panel .block.plugins .actions {
padding: 5px 53px 5px 20px;
position: relative;
}
.common-form.with-panel .panel .block.plugins .actions .action {
position: absolute;
right: 20px;
top: 5px;
}
.common-form.with-panel .panel .title {
cursor: pointer;
font-size: 18px;
font-weight: 300;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.common-form.with-panel .panel .title .sprite {
left: 7px;
position: absolute;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.common-form.with-panel .panel .title.active .sprite {
left: 6px;
top: 12px;
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.common-form.with-panel .panel .container li {
line-height: 14px;
overflow: hidden;
padding: 5px 20px;
}
.common-form.with-panel .panel .container li:hover {
background: #F6F6F6;
}
.common-form.with-panel .panel .container .plugins li {
cursor: move;
}
.common-form.with-panel .panel .container .actions {
background: #F6F6F6;
padding: 5px 20px;
*zoom: 1;
}
.common-form.with-panel .panel .container .actions:before,
.common-form.with-panel .panel .container .actions:after {
content: "";
display: table;
}
.common-form.with-panel .panel .container .actions:after {
clear: both;
}
.common-form.with-panel .panel .container .action {
float: right;
margin-left: 5px;
}
.common-form.with-panel .panel .container.list {
/* Level 2 */
/* Level 3 */
}
.common-form.with-panel .panel .container.list li.has-sub {
background: none;
padding: 0;
position: relative;
}
.common-form.with-panel .panel .container.list span {
cursor: default;
display: block;
padding: 5px 20px;
position: relative;
}
.common-form.with-panel .panel .container.list span .sprite {
left: 8px;
position: absolute;
top: 9px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.common-form.with-panel .panel .container.list .active > span .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.common-form.with-panel .panel .container.list li ul {
display: none;
}
.common-form.with-panel .panel .container.list ul ul li {
padding-left: 30px;
}
.common-form.with-panel .panel .container.list ul ul span {
padding-left: 30px;
}
.common-form.with-panel .panel .container.list ul ul .icon.arrow {
left: 18px;
}
.common-form.with-panel .panel .container.list ul ul ul li {
padding-left: 40px;
}
.common-form.with-panel .panel input.editor {
padding: 0;
}
.common-form.with-panel .panel .icon.minus {
cursor: pointer;
}
.common-form .designer .actions {
*zoom: 1;
}
.common-form .designer .actions:before,
.common-form .designer .actions:after {
content: "";
display: table;
}
.common-form .designer .actions:after {
clear: both;
}
.common-form .designer .actions li {
float: left;
}
.common-form .designer .actions button {
background: none;
border: none;
height: 22px;
min-width: 0;
padding: 3px;
position: relative;
width: 22px;
z-index: 999;
}
.common-form .designer .actions button:hover {
background: #D5E1F2;
}
.common-form .designer .actions button[disabled]:hover {
background: none;
cursor: default;
}
.common-form .designer .actions button[disabled] .undo {
background: url(images/sprites.png) no-repeat 0 -1959px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button[disabled] .redo {
background: url(images/sprites.png) no-repeat 0 -1413px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button .icon {
display: block;
}
.common-form .designer .actions button .undo {
background: url(images/sprites.png) no-repeat 0 -1946px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button .redo {
background: url(images/sprites.png) no-repeat 0 -1400px;
width: 15px;
height: 13px;
}
.common-form .designer .container {
border-top: 1px solid #CCC;
bottom: 31px;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 151px;
}
.common-form .designer .container iframe {
display: block;
height: 100%;
overflow: auto;
overflow-y: scroll;
width: 100%;
}
.common-form .key-value {
float: left;
margin-right: 10px;
width: 35%;
/* Length */
}
.common-form .key-value th {
background: none !important;
border: none !important;
}
.common-form .key-value.large {
width: 50%;
}
.common-form .key-value.xlarge {
width: 65%;
}
.common-form .key-value.xxlarge {
width: 80%;
}
.common-form .key-value.huge {
width: 95%;
}
/* Key value
----------------------------------------------------------*/
.key-value th {
padding: 0 5px 5px 0 !important;
}
.key-value td {
padding: 5px 5px 5px 0 !important;
vertical-align: top;
}
.key-value td.action {
padding-right: 0 !important;
}
.key-value .key {
width: 35%;
}
.key-value .value {
width: 65%;
}
.key-value .action {
padding: 0;
width: 16px;
}
.key-value input,
.key-value select {
display: block;
}
.key-value .action {
display: block;
float: left;
}
/* Thumbnail list
----------------------------------------------------------*/
.thumbnail-list li {
float: left;
margin: 0 20px 20px 0;
width: 104px;
}
.thumbnail-list li > span {
background: #CCC;
display: block;
height: 100px;
overflow: hidden;
padding: 2px;
position: relative;
width: 100px;
}
.thumbnail-list li span img {
display: block;
width: 100%;
}
.thumbnail-list li span label {
background: #000;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
filter: alpha(opacity = 0);
opacity: 0;
}
.thumbnail-list li input[type="radio"] {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
.thumbnail-list li input[type="checkbox"] {
border: 1px solid #CCC;
display: none;
margin: 0;
position: absolute;
right: 2px;
top: 2px;
z-index: 2;
}
.thumbnail-list li:hover input[type="checkbox"],
.thumbnail-list li input[type="checkbox"]:checked {
display: block;
}
.thumbnail-list li input:checked ~ label {
background: none;
border: 2px solid #0078B1;
filter: alpha(opacity = 100);
opacity: 1;
}
.thumbnail-list li input:checked ~ .corner {
border-left: 32px solid transparent;
border-top: 32px solid #0078B1;
position: absolute;
right: 0;
top: 0;
}
.thumbnail-list li .name {
display: block;
font-size: 12px;
line-height: 1.4;
text-align: center;
}
.thumbnail-list li.extend {
width: 20px;
}
.thumbnail-list li.extend a {
background: #0078B1;
display: block;
height: 104px;
overflow: hidden;
width: 100%;
}
.thumbnail-list li.extend .sprite {
margin: 47px 0 0 7px;
background: url(images/sprites.png) no-repeat 0 -284px;
width: 6px;
height: 8px;
}
.thumbnail-list li.extend.active .sprite {
background: url(images/sprites.png) no-repeat 0 -260px;
width: 6px;
height: 8px;
}
/* TODO: Below are all old styles, need to be rewrite
================================================================================================================================================================================*/
/* Buttons */
.common-form .buttons {
margin-top: 30px;
text-align: right;
}
.common-form .buttons .button,
.common-form .buttons button {
margin-left: 16px;
}
/* Warning dialog */
.common-form.in-warning-dialog {
color: #FFF;
margin-bottom: 45px;
}
body.in-dialog .in-warning-dialog .buttons {
background: #FF0045 !important;
border-color: #FFF;
}
/* Media file */
.mediafile {
float: left;
margin-right: 10px;
width: 40%;
}
.mediafile li {
background: #F1F1F1;
clear: both;
line-height: 1;
margin-bottom: 10px;
overflow: hidden;
padding: 5px;
}
.mediafile .img {
clear: none;
float: left;
height: 100px;
margin: 0 10px 10px 0;
padding: 0;
position: relative;
width: 100px;
}
.mediafile .img > img {
display: block;
}
.mediafile .img .action {
position: absolute;
right: 0;
top: 0;
}
/* Category list */
.category-list {
float: left;
margin-right: 10px;
width: 420px;
}
.category-list li {
background: #F1F1F1;
line-height: 1;
margin-bottom: 10px;
overflow: hidden;
padding: 5px;
}
.category-list input[type="checkbox"] {
margin-top: 6px;
}
.category-list label {
margin-top: 6px;
}
/* Filter list */
.filter-list li span {
float: left;
margin-right: 10px;
width: 300px;
}
/* File upload */
.file-upload {
background: url(images/icons.png) no-repeat -156px -26px;
display: inline-block;
height: 26px;
overflow: hidden;
position: relative;
width: 26px;
}
.file-upload span {
filter: alpha(opacity=0);
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
.file-upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
/* Image editor
----------------------------------------------------------*/
.image-editor .action {
float: left;
margin: 3px 10px 0 0;
}
.image-editor input.mini {
padding: 0 !important;
}
.in-dialog .image-editor .original-image {
margin-right: 10px;
width: 602px;
}
.image-editor .original-image img {
display: block;
max-width: 100%;
}
.image-editor .image-info label {
float: left;
line-height: 20px;
margin-right: 5px;
}
.image-editor span.left {
line-height: 20px;
margin: 0 5px 0 -5px;
}
.image-editor .button {
float: left;
margin: 10px 10px 0 0;
}
/* Image crop
----------------------------------------------------------*/
.image-crop {
border: 1px solid #BABABA;
min-width: 800px;
width: 71%;
}
.in-dialog .image-crop {
margin-right: 10px;
min-width: 0;
width: 600px;
}
.image-crop .toolbar {
background: #F6F6F6;
border-bottom: 1px solid #CCC;
padding: 5px;
}
.image-crop .toolbar .tool {
margin-bottom: 10px;
}
.image-crop .toolbar li {
float: left;
}
.image-crop .tool a {
background: none;
display: block;
height: 20px;
padding: 5px;
width: 20px;
}
.image-crop .tool a:hover {
background: #D5E1F2;
}
.image-crop .toolbar .icon {
margin: 0 auto;
}
.image-crop .toolbar .flip.y {
margin: -3px 0 0 -1px;
}
.image-crop .toolbar .flip.x {
margin: -1px 0 0 -3px;
}
.image-crop .toolbar .undo,
.image-crop .toolbar .redo {
margin: 3px 0 0 2px;
}
.image-crop .container {
padding: 20px;
}
.image-crop .container #jcrop_target {
max-height: 400px;
max-width: 100%;
}
/* File uploader
----------------------------------------------------------*/
.file-uploader .dropzone {
border: 4px dashed #CCC;
height: 200px;
margin-bottom: 30px;
padding-top: 100px;
text-align: center;
}
.file-uploader .file-list li {
background: #F1F1F1;
margin-bottom: 10px;
overflow: hidden;
padding: 10px;
width: 60%;
}
.file-uploader .file-list .progress {
background: #FFF;
padding: 0 5px;
position: relative;
text-align: right;
width: 200px;
}
.file-uploader .file-list .progress .value {
position: relative;
z-index: 2;
}
.file-uploader .file-list .progress .bar {
background: #0078B1;
height: 100%;
left: 0;
position: absolute;
}
/* Data rule type */
.common-form.data-rule-type table {
min-height: 366px;
}
.common-form.data-rule-type td {
vertical-align: top;
}
/* Common table
----------------------------------------------------------*/
.common-table {
/* Checkbox */
/* Icon */
/* Draggable */
}
.common-table .fixed {
background: #FFF;
display: none;
left: 0;
overflow: hidden;
position: absolute;
z-index: 999;
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.common-table table {
width: 100%;
}
.common-table th {
font-size: 14px;
font-weight: 400;
height: 20px;
padding: 5px;
vertical-align: text-top;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.common-table th:first-child {
padding-left: 20px;
}
.common-table th:last-child {
padding-right: 20px;
}
.common-table th.sort {
padding: 0;
}
.common-table th.sort a {
color: #000;
display: block;
height: 20px;
padding: 5px;
}
.common-table th.sort a:hover .sprite {
visibility: visible;
}
.common-table th.sort .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
display: inline-block;
margin-left: 5px;
visibility: hidden;
}
.common-table th.sort.desc .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
}
.common-table th.sort.asc .sprite {
background: url(images/sprites.png) no-repeat 0 -1764px;
width: 8px;
height: 11px;
}
.common-table th.sort.active .sprite {
visibility: visible;
}
.common-table th.sort:first-child a {
padding-left: 20px;
}
.common-table th.sort:last-child a {
padding-right: 20px;
}
.common-table tbody th {
font-size: 12px;
padding-right: 20px;
width: 100px;
white-space: nowrap;
}
.common-table td {
color: #666;
cursor: default;
line-height: 1.2;
overflow: hidden;
padding: 5px;
text-decoration: none;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.common-table td:first-child {
padding-left: 20px;
}
.common-table td:last-child {
padding-right: 20px;
}
.common-table td.thumbnail {
width: 80px;
}
.common-table td.thumbnail .thumbnail {
background: #cccccc;
border: 1px solid #cccccc;
display: table-cell;
height: 70px;
text-align: center;
vertical-align: middle;
width: 70px;
}
.common-table td.thumbnail img {
display: block;
margin: 0 auto;
max-height: 70px;
max-width: 70px;
}
.common-table tr:hover td {
background: #E7E7E7;
}
.common-table tr.empty td {
background: #F1F1F1;
color: #000;
font-weight: 600;
padding: 5px 20px;
text-align: center;
}
.common-table tr.active td {
background: #0078b1;
color: #FFF;
}
.common-table tr.active a {
color: #FFF;
}
.common-table .checkbox {
width: 13px;
}
.common-table .checkbox.mutiple {
cursor: pointer;
padding: 0;
}
.common-table .checkbox.mutiple > div {
padding: 9px 15px 8px 20px;
position: relative;
}
.common-table .checkbox.mutiple .icon {
position: absolute;
right: 4px;
top: 14px;
}
.common-table .checkbox.mutiple .dropdown {
background: #FFF;
border: 2px solid #CCC;
display: none;
left: 20px;
min-width: 130px;
position: absolute;
top: 100%;
white-space: nowrap;
z-index: 999;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.common-table .checkbox.mutiple .dropdown .title {
padding: 0 5px;
}
.common-table .checkbox.mutiple li {
padding: 0 5px;
}
.common-table .checkbox.mutiple li a {
color: #0078b1;
display: block;
margin: 0 -5px;
padding: 0 5px;
}
.common-table .checkbox.mutiple li a:hover {
background: #0078b1;
color: #FFF;
}
.common-table .checkbox input {
display: block;
}
.common-table td.checkbox.mutiple {
padding-right: 15px;
}
.common-table th.nocheckbox,
.common-table td.nocheckbox {
padding-left: 10px;
width: 0;
}
.common-table .with-icon {
line-height: 16px;
}
.common-table .icon.folder {
float: left;
margin: 2px 5px 0 0;
background: url(images/sprites.png) no-repeat 0 -670px;
width: 16px;
height: 13px;
}
.common-table .active .icon.folder {
background: url(images/sprites.png) no-repeat 0 -683px;
width: 16px;
height: 13px;
}
.common-table .icon.file {
float: left;
margin: 0 5px 0 0;
}
.common-table .draggable {
width: 0;
}
.common-table .draggable.checkbox {
width: 13px;
}
.common-table .draggable div {
padding-top: 2px;
position: relative;
}
.common-table .draggable .icon.drag {
cursor: move;
left: -16px;
position: absolute;
top: 0;
}
.common-table .draggable.nocheckbox .icon.drag {
left: -4px;
}
.common-table .note {
color: #666;
padding: 10px 20px;
}
.common-table.two-dimension th,
.common-table.two-dimension td {
border-bottom: 1px solid #EEE;
}
.common-table.two-dimension th {
background: #F9F9F9;
font-weight: 600;
}
.common-table.two-dimension td {
/* Length */
}
.common-table.two-dimension td.common {
width: 10%;
}
#main-container .common-table {
margin: -20px -20px 0;
}
.common-table th.action,
.common-table td.action {
text-align: center;
white-space: nowrap;
width: 16px;
}
.common-table td.common {
width: 300px;
}
.common-table td.short,
.common-table td.type,
.common-table td.date,
.common-table td.size {
white-space: nowrap;
width: 100px;
}
.common-table tbody td .text {
float: left;
line-height: 16px;
margin-right: 3px;
}
.common-table td .action {
float: left;
margin-right: 5px;
}
.common-table td.action .action {
float: none;
margin: 0;
}
.common-table .editor {
float: left;
margin-right: 5px;
resize: none;
width: 400px;
}
.common-table input.editor {
height: 16px;
padding: 0 2px;
width: 120px;
}
/* Tree */
.common-table .expander {
cursor: pointer;
float: left;
height: 16px;
margin-right: 3px;
width: 10px;
}
.common-table .expander.disabled {
cursor: default;
}
.common-table .expander .sprite {
margin-top: 4px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.common-table .expander:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -90px;
width: 6px;
height: 9px;
}
.common-table .expander.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.common-table .expander.active:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -108px;
width: 6px;
height: 6px;
}
.common-table tr.hidden-folder .icon.folder {
filter: alpha(opacity=50);
opacity: 0.5;
}
.common-table tr.accept {
background: #CCC;
}
.common-table tbody tr.ui-sortable-helper td {
background: #E7E7E7;
filter: alpha(opacity=70);
opacity: 0.7;
}
/* Email table(Extend from common-table)
----------------------------------------------------------*/
.email-table td {
max-width: 400px;
padding: 0;
}
.email-table td.icon {
display: table-cell;
width: 26px;
}
.email-table a {
color: #444;
display: block;
overflow: hidden;
padding: 5px;
text-overflow: ellipsis;
}
.email-table .checkbox {
padding: 5px;
}
.email-table .highlight {
font-weight: 700;
}
.email-table .date {
text-align: right;
}
.email-table .fa {
color: #DDD;
margin-right: 5px;
}
.email-table .fa:hover {
color: #AAA;
}
.email-table .fa.active {
color: #666;
}
/* Simple table
----------------------------------------------------------*/
.simple-table {
overflow: auto;
}
.simple-table table {
background: #F9F9F9;
width: 100%;
}
.simple-table th,
.simple-table td {
border-top: 1px solid #FFF;
padding: 10px;
white-space: nowrap;
/* Length */
}
.simple-table th.action,
.simple-table td.action {
text-align: center;
width: 16px;
}
.simple-table th.nocheckbox,
.simple-table td.nocheckbox {
padding: 0 0 0 10px;
width: 0;
}
.simple-table th.mini,
.simple-table td.mini {
text-align: center;
width: 60px;
}
.simple-table th.mini input[type="checkbox"],
.simple-table td.mini input[type="checkbox"],
.simple-table th.mini input[type="radio"],
.simple-table td.mini input[type="radio"] {
float: none;
margin: 0;
}
.simple-table th {
background: #E9E9E9;
border-bottom: 2px solid #DDD;
color: #666;
padding: 5px 10px;
/* Checkbox */
}
.simple-table th.checkbox {
vertical-align: middle;
width: 13px;
}
.simple-table th.checkbox.mutiple {
cursor: pointer;
padding: 0;
}
.simple-table th.checkbox.mutiple > div {
padding: 10px 15px 10px 10px;
position: relative;
}
.simple-table th.checkbox.mutiple .icon {
position: absolute;
right: 4px;
top: 14px;
}
.simple-table th.checkbox.mutiple .dropdown {
background: #FFF;
border: 1px solid #CCC;
display: none;
margin-top: 5px;
min-width: 130px;
padding: 5px 0;
position: fixed;
white-space: nowrap;
z-index: 999;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.simple-table th.checkbox.mutiple .dropdown .title {
display: block;
line-height: 24px;
padding: 0 10px;
}
.simple-table th.checkbox.mutiple li {
font-weight: 400;
padding: 0 10px;
}
.simple-table th.checkbox.mutiple li a {
color: #0078b1;
display: block;
line-height: 24px;
margin: 0 -10px;
padding: 0 15px;
}
.simple-table th.checkbox.mutiple li a:hover {
background: #0078b1;
color: #FFF;
}
.simple-table th.checkbox input {
display: block;
float: none;
margin: 0;
}
.simple-table th.sort {
padding: 0;
}
.simple-table th.sort a {
color: #000;
display: block;
height: 20px;
padding: 5px;
}
.simple-table th.sort a:hover .icon {
visibility: visible;
}
.simple-table th.sort .sprite {
display: inline-block;
margin-left: 5px;
visibility: hidden;
}
.simple-table th.sort.desc .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
}
.simple-table th.sort.asc .sprite {
background: url(images/sprites.png) no-repeat 0 -1764px;
width: 8px;
height: 11px;
}
.simple-table th.sort.active .sprite {
visibility: visible;
}
.simple-table td.checkbox {
width: 13px;
}
.simple-table td.checkbox input {
display: block;
}
.simple-table td.draggable div {
position: relative;
}
.simple-table td.draggable .icon {
cursor: move;
left: -8px;
position: absolute;
top: 1px;
}
.simple-table td.draggable.checkbox .icon {
top: -2px;
}
.simple-table tbody tr:nth-child(2n) td {
background: #F2F2F2;
}
.simple-table tbody tr.active td {
background: #009ad7;
color: #FFF;
}
.simple-table tbody tr.active td a {
color: #FFF;
}
.simple-table tbody tr.empty td {
font-weight: 600;
padding: 5px;
text-align: center;
}
/* Common grid
----------------------------------------------------------*/
.common-grid {
/* In dialog */
}
.common-grid ul {
margin-bottom: 20px;
*zoom: 1;
}
.common-grid ul:before,
.common-grid ul:after {
content: "";
display: table;
}
.common-grid ul:after {
clear: both;
}
.common-grid li {
float: left;
margin: 0 6px 6px 0;
padding: 3px;
position: relative;
}
.common-grid li:hover {
background: #E1E1E1;
}
.common-grid li:hover input {
filter: alpha(opacity = 100);
opacity: 1;
}
.common-grid li.active {
background: #0078B1;
}
.common-grid li input {
margin: 0;
position: absolute;
right: 5px;
top: 5px;
z-index: 3;
filter: alpha(opacity = 0);
opacity: 0;
}
.common-grid li input:checked {
filter: alpha(opacity = 100);
opacity: 1;
}
.common-grid li input:checked ~ .checked {
border-left: 42px solid transparent;
border-top: 42px solid #0078B1;
display: block;
height: 0;
position: absolute;
right: 0;
top: 0;
width: 0;
z-index: 2;
}
.common-grid a {
background: #0078B1;
color: #FFF;
display: block;
font-size: 14px;
position: relative;
width: 240px;
}
.common-grid a .info {
bottom: 0;
left: 0;
padding: 5px;
position: absolute;
right: 0;
}
.common-grid a .info .icon {
float: left;
margin: 2px 2px 0 0;
}
.common-grid .folder a {
height: 120px;
}
.common-grid .file a {
background: #AAA;
height: 80px;
}
.common-grid .file.image a {
height: 120px;
width: auto;
}
.common-grid .file.image img {
display: block;
height: 100%;
}
.common-grid.active li input {
filter: alpha(opacity = 50);
opacity: 0.5;
}
.in-dialog .common-grid ul a {
width: 200px;
}
.in-dialog .common-grid .folder a {
height: 80px;
}
.in-dialog .common-grid .file a {
background: #AAA;
height: 60px;
}
.in-dialog .common-grid .file.image a {
height: 80px;
width: auto;
}
/* Site manager
----------------------------------------------------------*/
.block.sitemanager {
padding: 8px 16px 9px;
*zoom: 1;
}
.block.sitemanager:before,
.block.sitemanager:after {
content: "";
display: table;
}
.block.sitemanager:after {
clear: both;
}
.block.sitemanager .title {
color: #FFF;
font-size: 14px;
line-height: 1;
margin-bottom: 10px;
text-transform: uppercase;
}
.block.sitemanager .switcher {
background: #FFF;
float: left;
font-size: 16px;
position: relative;
width: 135px;
}
.block.sitemanager .switcher .current {
display: block;
line-height: 30px;
padding: 0 10px;
position: relative;
}
.block.sitemanager .switcher .current span {
display: block;
overflow: hidden;
white-space: nowrap;
}
.block.sitemanager .switcher .current .caret-toggle {
position: absolute;
right: 10px;
top: 10px;
}
.block.sitemanager .switcher .caret-toggle {
display: none;
}
.block.sitemanager .switcher.active .current {
cursor: pointer;
display: block;
padding: 0 20px 0 10px;
}
.block.sitemanager .switcher.active .caret-toggle {
display: block;
}
.block.sitemanager .switcher > .list {
background: #FFF;
border: 1px solid #A8A8A8;
display: none;
left: -1px;
min-width: 100%;
position: absolute;
z-index: 9999;
}
.block.sitemanager .switcher .list a {
color: #000;
display: block;
font-size: 14px;
line-height: 2;
padding: 0 10px;
white-space: nowrap;
}
.block.sitemanager .switcher .list a:hover {
background: #E7E7E7;
}
.block.sitemanager .switcher .list li li a {
padding-left: 20px;
}
.block.sitemanager .switcher .list li li li a {
padding-left: 30px;
}
.block.sitemanager .switcher .list li li li li a {
padding-left: 40px;
}
.block.sitemanager .switcher .list .active > a {
font-weight: 600;
}
.block.sitemanager .right.add {
margin: 2px -4px 0 0;
}
/* Menu
----------------------------------------------------------*/
.block.menu {
/* Arrow */
}
.block.menu a {
color: #000;
display: block;
font-size: 20px;
padding: 0 6px 0 16px;
}
.block.menu a:hover {
background-color: #E7E7E7;
}
.block.menu .badge {
float: right;
}
.block.menu .level-1 > a .badge {
margin-top: 6px;
}
.block.menu .arrow:hover ~ a {
background-color: #E7E7E7;
}
.block.menu .arrow {
display: none;
height: 30px;
position: absolute;
text-indent: -9999px;
width: 15px;
}
.block.menu .arrow .sprite {
display: block;
margin: 12px 0 0 4px;
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.block.menu .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block.menu:hover .arrow {
display: block;
}
.block.menu > ul {
padding-bottom: 30px;
}
.block.menu li {
font-weight: 300;
position: relative;
/* Level 2 */
}
.block.menu li.current > a {
background-color: #D4D4D4;
}
.block.menu li.with-icon > .sprite {
position: absolute;
top: 5px;
left: 20px;
}
.block.menu li.with-icon > a {
padding-left: 50px;
}
.block.menu li.active > .arrow {
display: block;
}
.block.menu li.active > .arrow .sprite {
margin-top: 13px;
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.block.menu li.active > .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block.menu li.active > ul {
display: block;
}
.block.menu li ul {
display: none;
margin-top: 3px;
}
.block.menu li li {
/* Level 3 */
}
.block.menu li li a {
font-size: 12px;
padding: 6px 6px 6px 28px;
}
.block.menu li li .arrow {
display: block;
left: 16px;
width: 9px;
}
.block.menu li li .arrow .sprite {
margin: 11px 0 0 2px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.block.menu li li .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -90px;
width: 6px;
height: 9px;
}
.block.menu li li.active > .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.block.menu li li.active > .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -108px;
width: 6px;
height: 6px;
}
.block.menu li li ul {
margin: 0;
}
.block.menu li li li {
/* Level 4 */
}
.block.menu li li li a {
padding-left: 40px;
}
.block.menu li li li .arrow {
left: 28px;
}
.block.menu li li li li a {
padding-left: 52px;
}
.block.menu li li li li .arrow {
left: 40px;
}
/* Iframe dialog
----------------------------------------------------------*/
body.in-dialog {
min-width: 0;
overflow: hidden;
}
body.in-dialog h1.title {
font-size: 24px;
font-weight: 300;
line-height: 1;
margin: 0;
}
body.in-dialog #main-container {
min-width: 0;
top: 0;
/* Topbar */
}
body.in-dialog #main-container .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 28px;
padding: 15px 20px;
position: relative;
top: 0;
z-index: 9;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
body.in-dialog #main-container .topbar .title {
margin: 0;
}
body.in-dialog #main-container > .wrap {
bottom: 59px;
padding-bottom: 0;
top: 58px;
}
body.in-dialog .buttons {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
height: 28px;
left: 0;
padding: 15px 20px;
position: fixed;
right: 0;
text-align: right;
z-index: 999;
}
body.in-dialog .buttons .button.left,
body.in-dialog .buttons button.left {
margin-right: 16px;
}
body.in-dialog .buttons .button.right,
body.in-dialog .buttons button.right {
margin-left: 16px;
}
/* Inline dialog
----------------------------------------------------------*/
.kb-dialog .ui-dialog-content {
/* Topbar */
}
.kb-dialog .ui-dialog-content h1.title {
font-size: 24px;
font-weight: 300;
line-height: 1;
margin: 0;
}
.kb-dialog .ui-dialog-content .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 28px;
left: 0;
padding: 15px 20px;
position: absolute;
right: 0;
top: 0;
z-index: 9;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
.kb-dialog .ui-dialog-content .topbar .title {
float: left;
margin: 0;
}
.kb-dialog .ui-dialog-content > .wrap,
.kb-dialog .ui-dialog-content > form > .wrap {
margin: 58px 0 59px;
padding: 20px;
}
.kb-dialog .ui-dialog-content .common-table {
margin: -20px -20px 0;
}
.kb-dialog .ui-dialog-content .buttons {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
height: 28px;
left: 0;
padding: 15px 20px;
position: absolute;
right: 0;
text-align: right;
z-index: 999;
}
.kb-dialog .ui-dialog-content .buttons .button.left,
.kb-dialog .ui-dialog-content .buttons button.left {
margin-right: 16px;
}
.kb-dialog .ui-dialog-content .buttons .button.right,
.kb-dialog .ui-dialog-content .buttons button.right {
margin-left: 16px;
}
/* Editor
----------------------------------------------------------*/
.block.editor .editor {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 401px;
top: 0;
}
.block.editor .editor .ui-tabs {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-panel {
margin: 0;
bottom: 37px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-nav {
background: #F5F5F5;
border-color: #DDD;
bottom: 0;
left: 0;
padding-bottom: 5px;
position: absolute;
right: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-nav a {
height: 30px;
line-height: 30px;
}
.block.editor .editor .ui-tabs .ui-tabs-nav a:hover {
background: #DDD;
border-color: #DDD;
}
.block.editor .editor .ui-tabs .ui-tabs-nav .ui-tabs-active a {
background: #FFF;
border-color: #DDD;
}
.block.editor .editor iframe {
border: none;
height: 100%;
padding: 10px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block.editor .panel {
border-left: 1px solid #DDD;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 10px;
position: absolute;
right: 0;
top: 0;
width: 400px;
}
.block.editor .panel .ui-tabs .ui-tabs-nav li a {
min-width: 50px;
}
.block.editor .panel .code-viewer .title {
font-size: 12px;
font-weight: 600;
}
.block.editor .panel .code-viewer .container {
background: #FFF;
border: 1px solid #CCC;
border-bottom: none;
padding: 10px;
}
.block.editor .panel .code-viewer li ul {
margin-left: 30px;
}
.block.editor .panel .code-viewer .code {
cursor: pointer;
}
.block.editor .panel .code-viewer .code.active,
.block.editor .panel .code-viewer .code.hover {
background: #39F;
color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.block.editor .panel .code-viewer .bottom {
background: #F5F5F5;
border: 1px solid #CCC;
}
.block.editor .panel .code-viewer .bottom a {
display: inline-block;
line-height: 20px;
margin: 0 5px;
padding: 0 5px;
}
.block.editor .panel .code-viewer .bottom a:hover {
background: #DDD;
}
.block.editor .panel .code-viewer .bottom a.active,
.block.editor .panel .code-viewer .bottom a.hover {
background: #39F;
color: #FFF;
}
.block.editor .panel .settings {
background: #F6F6F6;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
margin-bottom: 20px;
padding: 10px;
}
.block.editor .panel .settings .item {
border-top: 1px solid #DDD;
margin-top: 10px;
padding-top: 10px;
}
.block.editor .panel .settings .item.convert p {
font-weight: 600;
}
.block.editor .panel .settings .item.convert .form-list.vertical li {
margin-bottom: 5px;
}
.block.editor .panel .settings .item.convert .form-list.vertical li:last-child {
margin: 0;
}
.block.editor .panel .settings .item.form-editor .action {
float: right;
margin-top: 6px;
}
.block.editor .panel .settings .kb-code-editor {
margin-top: 10px;
}
.block.editor .panel .settings .buttons {
border-top: 1px solid #DDD;
margin-top: 10px;
overflow: hidden;
padding-top: 10px;
}
.block.editor .panel .settings .buttons .button {
color: #FFF;
float: left;
margin-right: 20px;
}
.block.editor .panel .settings .buttons .button.gray {
color: #000;
}
.block.editor .panel .block .title {
cursor: pointer;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.block.editor .panel .block .title .sprite {
position: absolute;
left: 7px;
top: 10px;
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block.editor .panel .block .title:hover {
background: #F9F9F9;
}
.block.editor .panel .block .container {
display: none;
}
.block.editor .panel .block .container .empty {
background: #F9F9F9;
color: #333;
font-style: italic;
padding: 5px 20px;
}
.block.editor .panel .block.active .title .sprite {
left: 6px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block.editor .panel .block.active .container {
display: block;
}
.block.editor .panel .block.list li {
overflow: hidden;
padding: 5px 20px;
}
.block.editor .panel .block.list li .action {
float: right;
margin-left: 5px;
}
.block.editor .panel .block.list li span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.block.editor .panel .block.list li li {
background: url(images/line.png) no-repeat 6px -35px;
padding: 0 0 0 16px;
}
.block.editor .panel .block.list li li:last-child {
background: url(images/line-end.png) no-repeat 6px -11px;
}
.block.editor .panel .block.list li li span {
background: #FFF;
padding-left: 4px;
}
.block.editor .panel .block.list li:hover {
background: #F5F5F5;
}
.block.editor .panel .block.list li:hover span {
background-color: #F5F5F5;
}
.block.editor .panel .block.list table {
width: 100%;
}
.block.editor .panel .block.list table th,
.block.editor .panel .block.list table td {
padding: 4px;
}
.block.editor .panel .block.list table th:first-child,
.block.editor .panel .block.list table td:first-child {
padding-left: 20px;
}
.block.editor .panel .block.list table th:last-child,
.block.editor .panel .block.list table td:last-child {
padding-right: 20px;
}
.block.editor .panel .block.list table td.action {
width: 16px;
}
.block.editor .panel .block.thumbnail .container {
padding: 20px;
}
.block.editor .panel .block.thumbnail li {
border: 2px solid transparent;
float: left;
height: 100px;
margin: 0 15px 15px 0;
overflow: hidden;
position: relative;
width: 100px;
}
.block.editor .panel .block.thumbnail li:nth-child(3n) {
margin-right: 0;
}
.block.editor .panel .block.thumbnail li:hover {
border-color: #DDD;
}
.block.editor .panel .block.thumbnail li img {
display: block;
}
.block.editor .panel .block.thumbnail li .action {
cursor: default;
position: absolute;
right: 0;
top: 0;
}
/* Visual editor
----------------------------------------------------------*/
.block-visual-editor {
/* Toolbar */
/* Editor */
/* Panel */
}
.block-visual-editor.fullscreen {
background: #FFF;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
.block-visual-editor .kb-split-container {
bottom: 0;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .toolbar {
background: none;
border: none;
left: 20px;
padding: 0;
position: absolute;
top: 20px;
z-index: 999;
}
.block-visual-editor .toolbar li {
float: left;
margin-right: 5px;
}
.block-visual-editor .toolbar a {
background: #FFF;
border: 1px solid #DDD;
display: block;
height: 24px;
line-height: 28px;
text-align: center;
width: 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.block-visual-editor .toolbar a:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.block-visual-editor .toolbar a.disabled {
cursor: not-allowed;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.block-visual-editor .toolbar .action-undo .sprite {
background: url(images/sprites.png) no-repeat 0 -1946px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-undo.disabled .sprite {
background: url(images/sprites.png) no-repeat 0 -1959px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-redo .sprite {
background: url(images/sprites.png) no-repeat 0 -1400px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-redo.disabled .sprite {
background: url(images/sprites.png) no-repeat 0 -1413px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-fullscreen .sprite {
background: url(images/sprites.png) no-repeat 0 -2472px;
width: 16px;
height: 16px;
}
.block-visual-editor .toolbar .action-fullscreen.active .sprite {
background: url(images/sprites.png) no-repeat 0 -2488px;
width: 16px;
height: 16px;
}
.block-visual-editor .editor {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
/* jQueryUI tabs */
/* Iframe */
}
.block-visual-editor .editor .ui-tabs {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .editor .ui-tabs-panel {
margin: 0;
bottom: 37px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .editor .ui-tabs-nav {
background: #F5F5F5;
border-color: #DDD;
bottom: 0;
left: 0;
padding-bottom: 5px;
position: absolute;
right: 0;
}
.block-visual-editor .editor .ui-tabs-anchor {
height: 30px;
line-height: 30px;
}
.block-visual-editor .editor .ui-tabs-anchor:hover {
background: #DDD;
border-color: #DDD;
}
.block-visual-editor .editor .ui-tabs-active .ui-tabs-anchor {
background: #FFF;
border-color: #DDD;
}
.block-visual-editor .editor .visual-frame {
border: none;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-visual-editor .panel {
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 10px;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .panel .box {
border-left: none;
border-right: none;
}
.block-visual-editor .panel .common-form th {
padding: 10px 0 0 20px;
width: 80px;
}
.block-visual-editor .panel .common-form .field {
padding: 10px 20px;
}
.block-visual-editor .panel-block {
margin-bottom: 10px;
}
.block-visual-editor .panel-block.with-margin {
margin: 10px;
}
.block-visual-editor .panel-block .title {
cursor: pointer;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.block-visual-editor .panel-block .title .sprite {
position: absolute;
left: 7px;
top: 10px;
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block-visual-editor .panel-block .title:hover {
background: #F9F9F9;
}
.block-visual-editor .panel-block .note {
font-weight: 600;
margin-bottom: 1em;
}
.block-visual-editor .panel-block .container {
display: none;
}
.block-visual-editor .panel-block .container .empty {
background: #F9F9F9;
color: #333;
font-style: italic;
padding: 5px 20px;
}
.block-visual-editor .panel-block .container.with-padding {
padding: 20px;
}
.block-visual-editor .panel-block.active {
background: #F9F9F9;
}
.block-visual-editor .panel-block.active .title .sprite {
left: 6px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block-visual-editor .panel-block.active .container {
display: block;
}
.block-visual-editor .panel-list li {
overflow: hidden;
padding: 5px 20px;
}
.block-visual-editor .panel-list li .action {
float: right;
margin-left: 5px;
}
.block-visual-editor .panel-list li span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.block-visual-editor .panel-list li li {
background: url(images/line.png) no-repeat 6px -35px;
padding: 0 0 0 16px;
}
.block-visual-editor .panel-list li li:last-child {
background: url(images/line-end.png) no-repeat 6px -11px;
}
.block-visual-editor .panel-list li li span {
background: #FFF;
padding-left: 4px;
}
.block-visual-editor .panel-list li:hover {
background: #F5F5F5;
}
.block-visual-editor .panel-list li:hover span {
background-color: #F5F5F5;
}
.block-visual-editor .panel-list table {
width: 100%;
}
.block-visual-editor .panel-list table th,
.block-visual-editor .panel-list table td {
padding: 4px;
}
.block-visual-editor .panel-list table th:first-child,
.block-visual-editor .panel-list table td:first-child {
padding-left: 20px;
}
.block-visual-editor .panel-list table th:last-child,
.block-visual-editor .panel-list table td:last-child {
padding-right: 20px;
}
.block-visual-editor .panel-list table td.action {
width: 16px;
}
.block-visual-editor.vertical .panel {
background: #F9F9F9;
overflow: hidden;
padding-top: 2px;
}
.block-visual-editor.vertical .panel .ui-tabs-panel {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 32px;
}
.block-visual-editor.vertical .panel .ui-tabs.tabs-style2 {
margin-top: -10px;
}
.block-visual-editor.vertical .panel .kb-code-viewer .container {
border: none;
bottom: 21px;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor.vertical .panel .kb-code-viewer .bottom {
border: none;
border-top: 1px solid #CCC;
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
.block-visual-editor.vertical .panel .right-column {
background: #F9F9F9;
padding: 10px 0;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-visual-editor.vertical .panel .right-column .ui-tabs-panel {
top: 40px;
}
.block-visual-editor.vertical .panel .right-column .kb-style-editor {
padding: 0 10px;
}
/* Style editor
----------------------------------------------------------*/
.style-editor {
border: 1px solid #CCC;
padding: 10px 20px;
*zoom: 1;
}
.style-editor:before,
.style-editor:after {
content: "";
display: table;
}
.style-editor:after {
clear: both;
}
.no-sidebar .style-editor {
bottom: 30px;
left: 0;
margin: 0 !important;
overflow: scroll;
position: fixed;
right: 0;
top: 110px;
}
.style-editor li {
clear: both;
float: left;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.style-editor ol > li {
color: #999;
line-height: 22px;
padding-left: 1em;
position: relative;
}
.style-editor ol > li ul,
.style-editor ol > li ol {
margin-left: 2em;
}
.style-editor ol > li .label {
display: none;
float: left;
line-height: 15px;
margin: 2px 0 0 4px;
}
.style-editor ol > li:hover .label {
display: inline;
}
.style-editor ol > li .action {
margin-left: 2em;
}
.style-editor ol > li .action ~ .separator {
clear: left;
}
.style-editor ol > li ul + .action {
margin-bottom: 1em;
}
.style-editor .arrow {
cursor: pointer;
left: 0;
position: absolute;
}
.style-editor .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.style-editor .arrow.active {
line-height: 18px;
}
.style-editor .arrow.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.style-editor .separator {
color: #666;
float: left;
height: 22px;
line-height: 20px;
margin: 0 2px;
}
.style-editor .text {
float: left;
line-height: 20px;
min-height: 20px;
min-width: 20px;
padding: 0 1px;
}
.style-editor .text.selector {
color: #444;
}
.style-editor .text.attribute {
color: #006400;
}
.style-editor .text.value {
color: #00008B;
}
.style-editor .text.highlight {
outline: 1px solid #999;
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.style-editor .action {
clear: both;
float: left;
}
/* Email editor
----------------------------------------------------------*/
.block-email-editor .panel {
background: #F5F5F5;
bottom: 0;
left: 0;
padding: 20px;
position: absolute;
top: 0;
width: 20%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-email-editor .editor {
bottom: 0;
padding: 20px;
position: absolute;
right: 0;
top: 0;
width: 80%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-email-editor .editor .subject {
border: none;
border-bottom: 1px solid #DDD;
font-size: 28px;
font-weight: 300;
height: 50px;
margin-bottom: 10px;
}
.block-email-editor .mce-panel {
background: none;
border: none !important;
}
.block-email-editor .mce-tinymce button:hover {
background: none;
}
.block-email-editor .mce-edit-area {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 32px;
}
/* Others */
/*
[Contents]
0- Global
1- Header
2- Main Container
3- Main
4- Sidebar
5- Footer
6- Other(plugin rewriter)
*/
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
font: 12px/1.5 "SegoeUI", "Helvetica Neue", "OpenSans", Arial, Helvetica, sans-serif;
min-width: 1024px;
}
body.fullscreen #header,
body.fullscreen .topbar {
z-index: auto !important;
}
body.loading {
overflow: hidden;
}
body.loading .block.loading {
display: block;
}
.gray {
color: #666;
}
hr {
background: #CCC;
border: none;
height: 1px;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header {
background: #0078b1;
font-size: 14px;
height: 40px;
padding: 0 10px;
position: relative;
z-index: 1001;
-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
/* Header panel */
/* Quicklinks */
}
#header a {
color: #FFF;
}
#header a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
#header .j_DropDown > a {
padding-right: 23px !important;
position: relative;
}
#header .j_DropDown .icon.chevron-down-white {
margin: 0;
position: absolute;
right: 10px;
top: 19px;
}
#header .j_DropDownContent a {
color: #000;
}
#header .j_DropDownContent a:hover {
background: #F3F3F3;
}
#header .header-panel {
height: 100%;
margin-right: 200px;
}
#header .quicklinks {
background: #0078b1;
padding-right: 10px;
position: fixed;
right: 0;
top: 0;
-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
/* Logo
----------------------------------------------------------*/
.logo {
float: left;
margin-right: 21px;
padding: 8px 45px 8px 10px;
position: relative;
}
.logo img {
display: block;
}
.logo .icon {
position: absolute;
right: 10px;
top: 5px;
}
.logo:hover .icon {
background: url(images/sprites.png) no-repeat 0 -750px;
width: 32px;
height: 14px;
}
/* Header panel
----------------------------------------------------------*/
.header-panel > li {
float: left;
position: relative;
}
.header-panel a {
display: block;
line-height: 40px;
padding: 0 10px;
white-space: nowrap;
}
.header-panel .active > a {
background-color: rgba(0, 0, 0, 0.4);
}
.header-panel .icon {
float: left;
margin: 7px 5px 0 0;
}
.header-panel ul {
background: #FFF;
border: 2px solid #006CAD;
border-top: none;
display: none;
min-width: 100%;
position: absolute;
z-index: 1009;
max-height: 500px;
overflow-y: auto;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.header-panel ul li {
color: #666;
line-height: 34px;
padding: 0 10px;
}
.header-panel ul a {
color: #000;
line-height: 34px;
margin: 0 -10px;
white-space: nowrap;
padding-right: 30px;
}
.header-panel ul a:hover {
background: #F3F3F3;
}
.header-panel ul a:active {
background: #006CAD;
color: #FFF;
}
.header-panel .upload-button {
position: relative;
}
.header-panel .upload-button span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.header-panel .upload-button input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.header-panel .separator {
background: #000;
height: 1px;
margin: 10px;
}
/* Quicklinks
----------------------------------------------------------*/
.quicklinks li {
float: left;
position: relative;
}
.quicklinks li.last ul {
right: 0;
}
.quicklinks a {
display: block;
line-height: 40px;
padding: 0 10px;
white-space: nowrap;
}
.quicklinks .icon {
float: left;
margin: 15px 4px 0 0;
}
.quicklinks .chevron-down-white {
float: right;
margin: 19px 0 0 5px;
}
.quicklinks ul {
background: #FFF;
border: 2px solid #006CAD;
border-top: none;
display: none;
min-width: 100%;
position: absolute;
z-index: 10;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.quicklinks ul li {
float: none;
}
.quicklinks ul a {
color: #000;
white-space: nowrap;
}
#header .quicklinks ul a {
color: #000;
white-space: nowrap;
}
#header .quicklinks ul a:hover {
background: #F3F3F3;
}
#header .quicklinks ul a:active {
background: #006CAD;
color: #FFF;
}
#header .quicklinks .active > a {
background-color: rgba(0, 0, 0, 0.4);
}
/* =2 Main Container
---------------------------------------------------------------------------------------------------------------------*/
#main-container {
bottom: 0;
left: 0;
min-width: 1024px;
overflow-x: visible;
overflow-y: auto;
position: absolute;
right: 0;
top: 40px;
/* Title */
/* Topbar */
/* Wrap */
}
#main-container h1.title {
font-size: 24px;
font-weight: 300;
height: 28px;
line-height: 28px;
margin-bottom: 26px;
}
#main-container h1.title span.left {
margin-right: 10px;
}
#main-container > .topbar,
#main-container > form > .topbar {
background: #FFF;
border-bottom: 1px solid #CCC;
height: 30px;
left: 0;
padding: 20px;
position: fixed;
right: 0;
top: 40px;
z-index: 999;
}
#main-container > .wrap,
#main-container > form > .wrap {
bottom: 31px;
left: 0;
overflow: auto;
padding: 20px;
position: fixed;
right: 0;
top: 40px;
}
#main-container > .wrap.with-topbar,
#main-container > form > .wrap.with-topbar {
top: 111px;
}
#main-container .block {
margin-bottom: 20px;
}
#main-container .block:last-child {
margin-bottom: 0;
}
/* Topbar
----------------------------------------------------------*/
#main-container .topbar .title {
float: left;
}
#main-container .topbar .name-title {
font-size: 16px;
font-weight: 300;
line-height: 30px;
display: block;
background: #fff;
padding: 0 10px;
}
#main-container .topbar .field {
line-height: 36px;
}
#main-container .topbar .field.left {
margin-left: 10px;
}
#main-container .topbar .field input[type="text"] {
border: 1px solid #BABABA;
float: left;
font-size: 24px;
margin-right: 10px;
}
#main-container .topbar .field-validation-error {
line-height: 36px;
}
#main-container .topbar .view-switch {
float: right;
margin: 2px 20px 0 0;
}
#main-container .topbar .searchbox {
float: right;
}
/* Common table
----------------------------------------------------------*/
.blank .common-table.fixed .thead {
background: #FFF;
left: 0;
position: fixed;
right: 0;
top: 111px;
z-index: 999;
}
.blank .common-table.fixed .tbody {
margin: 51px -20px 0;
}
/* =3 Main
---------------------------------------------------------------------------------------------------------------------*/
#main {
bottom: 31px;
left: 200px;
position: absolute;
right: 0;
top: 0;
/* Topbar */
/* Wrap */
}
#main .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 30px;
padding: 20px;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
#main .topbar .searchbox {
width: 200px;
}
#main > .wrap,
#main > form > .wrap {
left: 0;
position: absolute;
right: 0;
top: 71px;
bottom: 0;
overflow-x: visible;
overflow-y: scroll;
padding: 20px;
}
/* =4 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
#sidebar {
background: #F0F0F0;
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
top: 0;
width: 200px;
/* Topbar */
/* Wrap */
}
#sidebar .topbar {
background: #A8A8A8;
height: 71px;
overflow: visible;
}
#sidebar .wrap {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 71px;
}
#sidebar .compose-button {
margin: 21px 31px 22px;
}
/* =5 Footer
---------------------------------------------------------------------------------------------------------------------*/
#footer {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
color: #666;
height: 20px;
left: 200px;
min-width: 804px;
padding: 5px 10px;
position: absolute;
right: 0;
}
.no-sidebar #footer {
left: 0;
} | Kooboo.Web/_Admin/Styles/pageEditor/main.css | body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
fieldset,
img {
border: 0;
}
li {
list-style: none;
}
code {
font: inherit;
}
:focus {
outline: 0;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
*font-size: 100%;
}
/* Remove special stylesheet in firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
padding: 0;
}
/* Less elements
------------------------------------------------------*/
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/
------------------------------------------------------*/
body {
width: 100%;
*zoom: 1;
}
body:before,
body:after {
content: "";
display: table;
}
body:after {
clear: both;
}
/*
[Contents]
0- Global
1- Links
2- Content(For tinymce)
3- Fontface
*/
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
.hide {
display: none;
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
/* Color
------------------------------------------------------*/
/* Text
------------------------------------------------------*/
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-red {
color: #d32b28 !important;
}
.text-green {
color: #5ba52e !important;
}
.text-light-blue {
color: #009ad7 !important;
}
/* Clearfix
------------------------------------------------------*/
.clearfix:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
/* for IE6 */
*html .clearfix {
zoom: 1;
}
/* for IE7 */
* + html .clearfix {
zoom: 1;
}
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a {
color: #0078B1;
cursor: pointer;
text-decoration: none;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.action {
display: inline-block;
}
a.action .icon {
display: block;
}
a.action.hide {
display: none;
}
a.upload-link {
position: relative;
}
a.upload-link span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
a.upload-link input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
/* =2 Content(For Tinymce)
---------------------------------------------------------------------------------------------------------------------*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
font-weight: 700;
margin-bottom: 15px;
}
.content h1 {
font-size: 2em;
}
.content h2 {
font-size: 1.5em;
}
.content h3 {
font-size: 1.17em;
}
.content h4 {
font-size: 1em;
}
.content h5 {
font-size: 0.83em;
}
.content h6 {
font-size: 0.75em;
}
.content p {
margin-bottom: 10px;
}
.content pre {
padding: 8px;
}
.content ol,
.content ul {
margin-bottom: 10px;
padding-left: 20px;
}
.content ol li {
list-style: decimal outside;
}
.content ul li {
list-style: disc outside;
}
/* =3 Fontface
---------------------------------------------------------------------------------------------------------------------*/
/* Segoe UI
---------------------------------------------------------*/
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 300;
src: local('Segoe UI Light'), local('SegoeUI-Light');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 400;
src: local('Segoe UI'), local('SegoeUI');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 600;
src: local('Segoe UI Semibold'), local('SegoeUI-Semibold');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 700;
src: local('Segoe UI Bold'), local('SegoeUI-bold'), local('segoeuib');
}
@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: 800;
src: local('Segoe UI Black'), local('SegoeUI-black'), local('segoeuibl');
}
/* Open Sans
---------------------------------------------------------*/
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 300;
src: url('fonts/opensans-light-webfont.eot');
src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 400;
src: url('fonts/opensans-regular-webfont.eot');
src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-Regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 600;
src: url('fonts/opensans-semibold-webfont.eot');
src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype'), url('fonts/opensans-semibold-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 700;
src: url('fonts/opensans-bold-webfont.eot');
src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#OpenSans') format('svg');
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 800;
src: url('fonts/opensans-extrabold-webfont.eot');
src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabold-webfont.woff') format('woff'), url('fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('fonts/opensans-extrabold-webfont.svg#OpenSans') format('svg');
}
/* =4 Tinymce
---------------------------------------------------------------------------------------------------------------------*/
body div.mce-fullscreen {
top: 40px;
z-index: 99999;
}
body.in-dialog div.mce-fullscreen {
top: 0;
}
body .mce-panel {
background: #F6F6F6;
border-color: #BABABA;
}
body .mce-path {
line-height: 1;
padding: 4px;
}
body .mce-path-item {
font-size: 12px;
line-height: 1;
}
body .mce-btn-group {
border-left: 1px solid #DDD;
margin-left: 4px;
padding-left: 4px;
}
body .mce-btn-group.mce-first {
border: none;
padding-left: 0;
}
.mce-btn button {
min-width: 0;
}
body .mce-btn {
background: 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;
}
body .mce-btn-group .mce-btn.mce-disabled,
body .mce-btn-group .mce-btn.mce-disabled:hover {
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-btn-group .mce-btn.mce-disabled button {
cursor: not-allowed;
}
body .mce-btn-group .mce-first,
body .mce-btn-group .mce-last {
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .mce-btn:hover,
body .mce-btn:focus,
body .mce-btn-group .mce-btn:hover,
body .mce-btn-group .mce-btn:focus {
background: #D5E1F2;
}
body .mce-btn-group .mce-splitbtn:hover,
body .mce-btn-group .mce-splitbtn:focus {
background: none;
}
body .mce-splitbtn button {
border: 1px solid transparent;
padding: 2px 3px 2px 4px;
}
body .mce-splitbtn .mce-open {
border: 1px solid transparent;
padding: 2px 2px 3px;
}
body .mce-splitbtn button:hover {
background: #D5E1F2;
}
body .mce-splitbtn:hover button,
body .mce-splitbtn:hover .mce-open {
border-color: #D5E1F2;
}
body .mce-btn.mce-active,
body .mce-btn.mce-active:hover,
body .mce-btn:active,
body .mce-btn-group .mce-btn.mce-active,
body .mce-btn-group .mce-btn.mce-active:hover,
body .mce-btn-group .mce-btn:active {
background: #C2D5F2;
border-color: #C2D5F2;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-splitbtn .mce-open.mce-active {
background: #C2D5F2;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-menu {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
padding: 0;
}
body .mce-menu-item.mce-active {
background: #C2D5F2;
}
body .mce-menu-item:hover,
body .mce-menu-item.mce-selected,
body .mce-menu-item:focus {
background: #D5E1F2;
}
body .mce-menu-item.mce-selected .mce-caret,
body .mce-menu-item:focus .mce-caret {
border-left-color: #333;
}
body .mce-menu-item:hover .mce-ico,
body .mce-menu-item.mce-selected .mce-ico,
body .mce-menu-item:focus .mce-ico {
color: #333;
}
body .mce-menu-item:hover .mce-text,
body .mce-menu-item.mce-selected .mce-text,
body .mce-menu-item:focus .mce-text {
color: #333;
}
/* MCE dialog
----------------------------------------------------------*/
body .mce-window {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-window-head .mce-close {
min-width: 0;
}
body .mce-window .mce-btn {
background: #CCC;
}
body .mce-window .mce-primary {
background: #0078B1;
}
body .mce-window .mce-menubtn {
background: #E1E1E1;
}
body .mce-textbox,
body .mce-combobox.mce-has-open input {
border-color: #BABABA;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .mce-textbox:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .mce-combobox .mce-btn {
background: #E1E1E1;
border: 1px solid #BABABA;
border-left: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body i.mce-i-checkbox {
background: #FFF;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* In dialog */
body.in-dialog .mce-window {
bottom: 0;
height: auto !important;
left: 0 !important;
right: 0;
top: -40px !important;
width: auto !important;
}
body.in-dialog .mce-container-body.mce-abs-layout {
height: 450px !important;
}
body.in-dialog .mce-textbox.mce-multiline {
height: 400px !important;
}
body.in-dialog .mce-foot {
right: 0;
width: auto !important;
}
/* Icons
----------------------------------------------------------*/
.mce-ico.mce-i-insertPage {
background-image: url(images/icon-insert-page.png);
}
/* Basic UI */
/* Buttons
------------------------------------------------------*/
.button {
background: #0078b1;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
min-width: 100px;
padding: 4px 10px;
text-align: center;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
/* Color */
/* Size */
/* Upload */
/* Icon position fix */
}
.button:hover,
.button.active {
background: #006798;
}
.button.disabled {
background: #0078b1;
color: #FFF;
cursor: not-allowed;
}
.button.gray {
background: #cccccc;
color: #000;
}
.button.gray:hover,
.button.gray.active {
background: #bfbfbf;
}
.button.gray.disabled {
background: #d9d9d9;
color: #666;
}
.button.light-gray {
background: #eeeeee;
color: #000;
}
.button.light-gray:hover,
.button.light-gray.active {
background: #e1e1e1;
}
.button.light-gray.disabled {
background: #eeeeee;
color: #666;
}
.button.white {
background: #FFF;
color: #333;
}
.button.white:hover,
.button.white.active {
background: #f2f2f2;
}
.button.white.disabled {
background: #FFF;
color: #666;
}
.button.medium {
font-size: 16px;
padding: 7px 15px;
}
.button.upload {
position: relative;
}
.button.upload span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.button.upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.button.upload.disabled input {
cursor: not-allowed;
}
.button.dropdown {
padding: 0 30px 0 10px;
position: relative;
}
.button.dropdown span {
display: block;
}
.button.dropdown .button {
border-right: 1px solid #fff;
color: inherit;
display: block;
margin-left: -10px;
position: relative;
z-index: 2;
}
.button.dropdown .trigger {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.button.dropdown .sprite {
position: absolute;
right: 11px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -238px;
width: 8px;
height: 6px;
}
.button.dropdown.active .sprite {
background: url(images/sprites.png) no-repeat 0 -304px;
width: 8px;
height: 6px;
}
.button.dropdown ul {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
min-width: 100%;
position: absolute;
top: 32px;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.button.dropdown ul li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
.button.dropdown ul li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
.button.dropdown ul li a:hover {
background: #DDD;
}
.button.dropdown.only-icon {
height: auto;
line-height: 0;
min-width: 0;
padding: 0;
}
.button.dropdown.only-icon ul {
margin-top: 4px;
top: auto;
}
.button.dropdown-toggle {
min-width: 0;
}
.button .icon.chevron-down-white,
.button .icon.chevron-up-white {
margin-bottom: 2px;
}
/* Button group
------------------------------------------------------*/
.button-group {
display: inline-block;
position: relative;
*zoom: 1;
}
.button-group:before,
.button-group:after {
content: "";
display: table;
}
.button-group:after {
clear: both;
}
.button-group .button {
float: left;
min-width: 0;
}
.button-group .button:not(:first-child) {
border-left: 1px solid #FFF;
}
/* Dropdown menu
------------------------------------------------------*/
.dropdown-menu {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
margin-top: 4px;
min-width: 100%;
position: absolute;
top: 100%;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropdown-menu li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
.dropdown-menu li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
.dropdown-menu li a:hover {
background: #DDD;
}
/* Form button
------------------------------------------------------*/
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
border: none;
background: #0078b1;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
min-width: 100px;
padding: 4px 10px;
text-align: center;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
/* Color */
/* Size */
/* Upload */
/* Icon position fix */
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button.active,
input[type="submit"].active,
input[type="reset"].active,
input[type="button"].active {
background: #006798;
}
button.disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled {
background: #0078b1;
color: #FFF;
cursor: not-allowed;
}
button.gray,
input[type="submit"].gray,
input[type="reset"].gray,
input[type="button"].gray {
background: #cccccc;
color: #000;
}
button.gray:hover,
input[type="submit"].gray:hover,
input[type="reset"].gray:hover,
input[type="button"].gray:hover,
button.gray.active,
input[type="submit"].gray.active,
input[type="reset"].gray.active,
input[type="button"].gray.active {
background: #bfbfbf;
}
button.gray.disabled,
input[type="submit"].gray.disabled,
input[type="reset"].gray.disabled,
input[type="button"].gray.disabled {
background: #d9d9d9;
color: #666;
}
button.light-gray,
input[type="submit"].light-gray,
input[type="reset"].light-gray,
input[type="button"].light-gray {
background: #eeeeee;
color: #000;
}
button.light-gray:hover,
input[type="submit"].light-gray:hover,
input[type="reset"].light-gray:hover,
input[type="button"].light-gray:hover,
button.light-gray.active,
input[type="submit"].light-gray.active,
input[type="reset"].light-gray.active,
input[type="button"].light-gray.active {
background: #e1e1e1;
}
button.light-gray.disabled,
input[type="submit"].light-gray.disabled,
input[type="reset"].light-gray.disabled,
input[type="button"].light-gray.disabled {
background: #eeeeee;
color: #666;
}
button.white,
input[type="submit"].white,
input[type="reset"].white,
input[type="button"].white {
background: #FFF;
color: #333;
}
button.white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
input[type="button"].white:hover,
button.white.active,
input[type="submit"].white.active,
input[type="reset"].white.active,
input[type="button"].white.active {
background: #f2f2f2;
}
button.white.disabled,
input[type="submit"].white.disabled,
input[type="reset"].white.disabled,
input[type="button"].white.disabled {
background: #FFF;
color: #666;
}
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium {
font-size: 16px;
padding: 7px 15px;
}
button.upload,
input[type="submit"].upload,
input[type="reset"].upload,
input[type="button"].upload {
position: relative;
}
button.upload span,
input[type="submit"].upload span,
input[type="reset"].upload span,
input[type="button"].upload span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
button.upload input,
input[type="submit"].upload input,
input[type="reset"].upload input,
input[type="button"].upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
button.upload.disabled input,
input[type="submit"].upload.disabled input,
input[type="reset"].upload.disabled input,
input[type="button"].upload.disabled input {
cursor: not-allowed;
}
button.dropdown,
input[type="submit"].dropdown,
input[type="reset"].dropdown,
input[type="button"].dropdown {
padding: 0 30px 0 10px;
position: relative;
}
button.dropdown span,
input[type="submit"].dropdown span,
input[type="reset"].dropdown span,
input[type="button"].dropdown span {
display: block;
}
button.dropdown .button,
input[type="submit"].dropdown .button,
input[type="reset"].dropdown .button,
input[type="button"].dropdown .button {
border-right: 1px solid #fff;
color: inherit;
display: block;
margin-left: -10px;
position: relative;
z-index: 2;
}
button.dropdown .trigger,
input[type="submit"].dropdown .trigger,
input[type="reset"].dropdown .trigger,
input[type="button"].dropdown .trigger {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
button.dropdown .sprite,
input[type="submit"].dropdown .sprite,
input[type="reset"].dropdown .sprite,
input[type="button"].dropdown .sprite {
position: absolute;
right: 11px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -238px;
width: 8px;
height: 6px;
}
button.dropdown.active .sprite,
input[type="submit"].dropdown.active .sprite,
input[type="reset"].dropdown.active .sprite,
input[type="button"].dropdown.active .sprite {
background: url(images/sprites.png) no-repeat 0 -304px;
width: 8px;
height: 6px;
}
button.dropdown ul,
input[type="submit"].dropdown ul,
input[type="reset"].dropdown ul,
input[type="button"].dropdown ul {
background: #FFF;
border: 1px solid #DDD;
cursor: default;
display: none;
font-size: 12px;
left: 0;
min-width: 100%;
position: absolute;
top: 32px;
z-index: 999;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
button.dropdown ul li,
input[type="submit"].dropdown ul li,
input[type="reset"].dropdown ul li,
input[type="button"].dropdown ul li {
color: #999;
cursor: not-allowed;
font-style: italic;
line-height: 30px;
padding: 0 10px;
text-align: left;
white-space: nowrap;
}
button.dropdown ul li a,
input[type="submit"].dropdown ul li a,
input[type="reset"].dropdown ul li a,
input[type="button"].dropdown ul li a {
color: #000;
display: block;
font-style: normal;
margin: 0 -10px;
padding: 0 10px;
}
button.dropdown ul li a:hover,
input[type="submit"].dropdown ul li a:hover,
input[type="reset"].dropdown ul li a:hover,
input[type="button"].dropdown ul li a:hover {
background: #DDD;
}
button.dropdown.only-icon,
input[type="submit"].dropdown.only-icon,
input[type="reset"].dropdown.only-icon,
input[type="button"].dropdown.only-icon {
height: auto;
line-height: 0;
min-width: 0;
padding: 0;
}
button.dropdown.only-icon ul,
input[type="submit"].dropdown.only-icon ul,
input[type="reset"].dropdown.only-icon ul,
input[type="button"].dropdown.only-icon ul {
margin-top: 4px;
top: auto;
}
button.dropdown-toggle,
input[type="submit"].dropdown-toggle,
input[type="reset"].dropdown-toggle,
input[type="button"].dropdown-toggle {
min-width: 0;
}
button .icon.chevron-down-white,
input[type="submit"] .icon.chevron-down-white,
input[type="reset"] .icon.chevron-down-white,
input[type="button"] .icon.chevron-down-white,
button .icon.chevron-up-white,
input[type="submit"] .icon.chevron-up-white,
input[type="reset"] .icon.chevron-up-white,
input[type="button"] .icon.chevron-up-white {
margin-bottom: 2px;
}
/* Switcher button
------------------------------------------------------*/
.button-switcher {
border: 1px solid #cccccc;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.button-switcher li {
float: left;
}
.button-switcher li:first-child a {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.button-switcher li:last-child a {
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.button-switcher li.active a {
background: #eeeeee;
color: #000;
}
.button-switcher a {
background: #FFF;
color: #666;
display: block;
line-height: 26px;
padding: 0 10px;
}
.button-switcher a:hover {
color: #000;
}
.button-switcher a.disabled {
background: #F9F9F9;
color: #999;
cursor: default;
}
.icon {
background: url(images/sprites.png) no-repeat -999em -999em;
display: inline-block;
}
.icon.add {
background-position: 0 0;
height: 26px;
width: 26px;
}
.icon.angle-right-white {
background-position: 0 -26px;
height: 9px;
width: 5px;
}
.icon.back {
background-position: 0 -35px;
height: 26px;
width: 26px;
}
.icon.c-sharp {
background-position: 0 -61px;
height: 16px;
width: 16px;
}
.icon.caret-down-black {
background-position: 0 -77px;
height: 4px;
width: 7px;
}
.icon.caret-down-blue {
background-position: 0 -81px;
height: 9px;
width: 19px;
}
.icon.caret-hollow-right-black {
background-position: 0 -90px;
height: 9px;
width: 6px;
}
.icon.caret-hollow-right-gray {
background-position: 0 -99px;
height: 9px;
width: 6px;
}
.icon.caret-rightbottom-black {
background-position: 0 -108px;
height: 6px;
width: 6px;
}
.icon.caret-rightbottom-gray {
background-position: 0 -114px;
height: 6px;
width: 6px;
}
.icon.caret-toggle {
background-position: 0 -120px;
height: 10px;
width: 7px;
}
.icon.caret-up-black {
background-position: 0 -130px;
height: 4px;
width: 7px;
}
.icon.checkbox-checked-disabled {
background-position: 0 -134px;
height: 15px;
width: 15px;
}
.icon.checkbox-checked {
background-position: 0 -149px;
height: 15px;
width: 15px;
}
.icon.checkbox-disabled {
background-position: 0 -164px;
height: 15px;
width: 15px;
}
.icon.checkbox {
background-position: 0 -179px;
height: 15px;
width: 15px;
}
.icon.chevron-circle-down {
background-position: 0 -194px;
height: 16px;
width: 16px;
}
.icon.chevron-circle-up {
background-position: 0 -210px;
height: 16px;
width: 16px;
}
.icon.chevron-down-black {
background-position: 0 -226px;
height: 6px;
width: 8px;
}
.icon.chevron-down-gray {
background-position: 0 -232px;
height: 6px;
width: 8px;
}
.icon.chevron-down-white {
background-position: 0 -238px;
height: 6px;
width: 8px;
}
.icon.chevron-left-black {
background-position: 0 -244px;
height: 8px;
width: 6px;
}
.icon.chevron-left-gray {
background-position: 0 -252px;
height: 8px;
width: 6px;
}
.icon.chevron-left-white {
background-position: 0 -260px;
height: 8px;
width: 6px;
}
.icon.chevron-right-black {
background-position: 0 -268px;
height: 8px;
width: 6px;
}
.icon.chevron-right-gray {
background-position: 0 -276px;
height: 8px;
width: 6px;
}
.icon.chevron-right-white {
background-position: 0 -284px;
height: 8px;
width: 6px;
}
.icon.chevron-up-black {
background-position: 0 -292px;
height: 6px;
width: 8px;
}
.icon.chevron-up-gray {
background-position: 0 -298px;
height: 6px;
width: 8px;
}
.icon.chevron-up-white {
background-position: 0 -304px;
height: 6px;
width: 8px;
}
.icon.clip {
background-position: 0 -310px;
height: 16px;
width: 16px;
}
.icon.clock {
background-position: 0 -326px;
height: 16px;
width: 16px;
}
.icon.cluster {
background-position: 0 -342px;
height: 16px;
width: 17px;
}
.icon.colorbox {
background-position: 0 -358px;
height: 20px;
width: 20px;
}
.icon.copy {
background-position: 0 -378px;
height: 16px;
width: 16px;
}
.icon.cross-mini-black {
background-position: 0 -394px;
height: 8px;
width: 8px;
}
.icon.cross-mini-white {
background-position: 0 -402px;
height: 8px;
width: 8px;
}
.icon.cross-small-red {
background-position: 0 -410px;
height: 12px;
width: 12px;
}
.icon.cross-white {
background-position: 0 -422px;
height: 14px;
width: 14px;
}
.icon.delete {
background-position: 0 -436px;
height: 26px;
width: 26px;
}
.icon.drag {
background-position: 0 -462px;
height: 18px;
width: 6px;
}
.icon.edit-small {
background-position: 0 -480px;
height: 16px;
width: 16px;
}
.icon.edit {
background-position: 0 -496px;
height: 26px;
width: 26px;
}
.icon.export {
background-position: 0 -522px;
height: 26px;
width: 26px;
}
.icon.file-doc {
background-position: 0 -548px;
height: 16px;
width: 16px;
}
.icon.file-empty {
background-position: 0 -564px;
height: 16px;
width: 16px;
}
.icon.file-image {
background-position: 0 -580px;
height: 16px;
width: 16px;
}
.icon.flip-x {
background-position: 0 -596px;
height: 22px;
width: 26px;
}
.icon.flip-y {
background-position: 0 -618px;
height: 26px;
width: 22px;
}
.icon.folder-add {
background-position: 0 -644px;
height: 26px;
width: 26px;
}
.icon.folder-blue {
background-position: 0 -670px;
height: 13px;
width: 16px;
}
.icon.folder-white {
background-position: 0 -683px;
height: 13px;
width: 16px;
}
.icon.global-small {
background-position: 0 -696px;
height: 12px;
width: 13px;
}
.icon.grid-gray {
background-position: 0 -708px;
height: 14px;
width: 20px;
}
.icon.grid-white {
background-position: 0 -722px;
height: 14px;
width: 20px;
}
.icon.home-gray {
background-position: 0 -736px;
height: 14px;
width: 32px;
}
.icon.home-white {
background-position: 0 -750px;
height: 14px;
width: 32px;
}
.icon.import {
background-position: 0 -764px;
height: 26px;
width: 26px;
}
.icon.info-blue {
background-position: 0 -790px;
height: 16px;
width: 16px;
}
.icon.info-gray {
background-position: 0 -806px;
height: 16px;
width: 16px;
}
.icon.inline-edit {
background-position: 0 -822px;
height: 16px;
width: 16px;
}
.icon.input {
background-position: 0 -838px;
height: 26px;
width: 26px;
}
.icon.insert-page {
background-position: 0 -864px;
height: 16px;
width: 16px;
}
.icon.insert-text {
background-position: 0 -880px;
height: 16px;
width: 16px;
}
.icon.insert {
background-position: 0 -896px;
height: 16px;
width: 16px;
}
.icon.layout {
background-position: 0 -912px;
height: 12px;
width: 14px;
}
.icon.list-gray {
background-position: 0 -924px;
height: 14px;
width: 17px;
}
.icon.list-white {
background-position: 0 -938px;
height: 14px;
width: 17px;
}
.icon.localize {
background-position: 0 -952px;
height: 26px;
width: 26px;
}
.icon.media-library {
background-position: 0 -978px;
height: 15px;
width: 15px;
}
.icon.minus-black {
background-position: 0 -993px;
height: 14px;
width: 14px;
}
.icon.minus-mini {
background-position: 0 -1007px;
height: 11px;
width: 11px;
}
.icon.minus-small {
background-position: 0 -1018px;
height: 16px;
width: 16px;
}
.icon.minus-white {
background-position: 0 -1034px;
height: 14px;
width: 14px;
}
.icon.minus {
background-position: 0 -1048px;
height: 28px;
width: 28px;
}
.icon.module {
background-position: 0 -1076px;
height: 12px;
width: 12px;
}
.icon.new-tag-blue {
background-position: 0 -1088px;
height: 16px;
width: 16px;
}
.icon.new-tag-small-blue {
background-position: 0 -1104px;
height: 9px;
width: 9px;
}
.icon.next-small {
background-position: 0 -1113px;
height: 16px;
width: 16px;
}
.icon.next {
background-position: 0 -1129px;
height: 26px;
width: 26px;
}
.icon.page-ab-testing {
background-position: 0 -1155px;
height: 17px;
width: 17px;
}
.icon.page-inherited {
background-position: 0 -1172px;
height: 17px;
width: 17px;
}
.icon.page-static {
background-position: 0 -1189px;
height: 17px;
width: 17px;
}
.icon.page-unsynchronized {
background-position: 0 -1206px;
height: 17px;
width: 17px;
}
.icon.plus-black {
background-position: 0 -1223px;
height: 14px;
width: 14px;
}
.icon.plus-mini {
background-position: 0 -1237px;
height: 11px;
width: 11px;
}
.icon.plus-small {
background-position: 0 -1248px;
height: 16px;
width: 16px;
}
.icon.plus-white {
background-position: 0 -1264px;
height: 14px;
width: 14px;
}
.icon.plus {
background-position: 0 -1278px;
height: 28px;
width: 28px;
}
.icon.preview {
background-position: 0 -1306px;
height: 26px;
width: 26px;
}
.icon.profile {
background-position: 0 -1332px;
height: 12px;
width: 11px;
}
.icon.radio-checked-disabled {
background-position: 0 -1344px;
height: 14px;
width: 14px;
}
.icon.radio-checked {
background-position: 0 -1358px;
height: 14px;
width: 14px;
}
.icon.radio-disabled {
background-position: 0 -1372px;
height: 14px;
width: 14px;
}
.icon.radio {
background-position: 0 -1386px;
height: 14px;
width: 14px;
}
.icon.redo-blue {
background-position: 0 -1400px;
height: 13px;
width: 15px;
}
.icon.redo-gray {
background-position: 0 -1413px;
height: 13px;
width: 15px;
}
.icon.refresh-blue {
background-position: 0 -1426px;
height: 12px;
width: 15px;
}
.icon.refresh-gray {
background-position: 0 -1438px;
height: 12px;
width: 15px;
}
.icon.relation {
background-position: 0 -1450px;
height: 26px;
width: 26px;
}
.icon.reset {
background-position: 0 -1476px;
height: 26px;
width: 26px;
}
.icon.rotate-anti {
background-position: 0 -1502px;
height: 20px;
width: 20px;
}
.icon.rotate {
background-position: 0 -1522px;
height: 20px;
width: 20px;
}
.icon.save-small {
background-position: 0 -1542px;
height: 16px;
width: 16px;
}
.icon.save {
background-position: 0 -1558px;
height: 26px;
width: 26px;
}
.icon.search {
background-position: 0 -1584px;
height: 14px;
width: 14px;
}
.icon.secure {
background-position: 0 -1598px;
height: 26px;
width: 26px;
}
.icon.select-blue {
background-position: 0 -1624px;
height: 18px;
width: 17px;
}
.icon.select-gray {
background-position: 0 -1642px;
height: 18px;
width: 17px;
}
.icon.send {
background-position: 0 -1660px;
height: 26px;
width: 26px;
}
.icon.setting-small-gray {
background-position: 0 -1686px;
height: 12px;
width: 12px;
}
.icon.setting-small {
background-position: 0 -1698px;
height: 12px;
width: 12px;
}
.icon.setting {
background-position: 0 -1710px;
height: 26px;
width: 26px;
}
.icon.signout {
background-position: 0 -1736px;
height: 12px;
width: 12px;
}
.icon.slider-button {
background-position: 0 -1748px;
height: 16px;
width: 16px;
}
.icon.sort-asc {
background-position: 0 -1764px;
height: 11px;
width: 8px;
}
.icon.sort-desc {
background-position: 0 -1775px;
height: 11px;
width: 8px;
}
.icon.status-error {
background-position: 0 -1786px;
height: 9px;
width: 9px;
}
.icon.status-normal {
background-position: 0 -1795px;
height: 19px;
width: 19px;
}
.icon.status-off {
background-position: 0 -1814px;
height: 9px;
width: 9px;
}
.icon.status-on {
background-position: 0 -1823px;
height: 9px;
width: 9px;
}
.icon.status-warning {
background-position: 0 -1832px;
height: 9px;
width: 9px;
}
.icon.switch {
background-position: 0 -1841px;
height: 28px;
width: 28px;
}
.icon.tick {
background-position: 0 -1869px;
height: 12px;
width: 14px;
}
.icon.trash-blue {
background-position: 0 -1881px;
height: 16px;
width: 16px;
}
.icon.trash {
background-position: 0 -1897px;
height: 26px;
width: 26px;
}
.icon.triangle-down-black {
background-position: 0 -1923px;
height: 12px;
width: 11px;
}
.icon.triangle-right-black {
background-position: 0 -1935px;
height: 11px;
width: 12px;
}
.icon.undo-blue {
background-position: 0 -1946px;
height: 13px;
width: 15px;
}
.icon.undo-gray {
background-position: 0 -1959px;
height: 13px;
width: 15px;
}
.icon.upload {
background-position: 0 -1972px;
height: 26px;
width: 26px;
}
.icon.uploads {
background-position: 0 -1998px;
height: 26px;
width: 26px;
}
.icon.users {
background-position: 0 -2024px;
height: 12px;
width: 16px;
}
.icon.warning-small {
background-position: 0 -2036px;
height: 12px;
width: 12px;
}
.icon.warning {
background-position: 0 -2048px;
height: 24px;
width: 28px;
}
.icon.widget-1col-image {
background-position: 0 -2072px;
height: 40px;
width: 40px;
}
.icon.widget-1col-text {
background-position: 0 -2112px;
height: 40px;
width: 40px;
}
.icon.widget-2col-image-text {
background-position: 0 -2152px;
height: 40px;
width: 40px;
}
.icon.widget-2col-image {
background-position: 0 -2192px;
height: 40px;
width: 40px;
}
.icon.widget-2col-text {
background-position: 0 -2232px;
height: 40px;
width: 40px;
}
.icon.widget-3col-image-text {
background-position: 0 -2272px;
height: 40px;
width: 40px;
}
.icon.widget-3col-image {
background-position: 0 -2312px;
height: 40px;
width: 40px;
}
.icon.widget-3col-text {
background-position: 0 -2352px;
height: 40px;
width: 40px;
}
.icon.widget-image-text {
background-position: 0 -2392px;
height: 40px;
width: 40px;
}
.icon.widget-text-image {
background-position: 0 -2432px;
height: 40px;
width: 40px;
}
.icon.zoom-in {
background-position: 0 -2472px;
height: 16px;
width: 16px;
}
.icon.zoom-out {
background-position: 0 -2488px;
height: 16px;
width: 16px;
}
/* Columns
----------------------------------------------------------*/
.columns {
display: block;
width: 102.08333333%;
margin: 0 -1.04166667%;
*zoom: 1;
}
.columns:before,
.columns:after {
content: "";
display: table;
}
.columns:after {
clear: both;
}
.columns .span0_5 {
display: inline;
float: left;
width: 2.08333333%;
margin: 0 1.04166667%;
}
.columns .span1 {
display: inline;
float: left;
width: 6.25%;
margin: 0 1.04166667%;
}
.columns .span2 {
display: inline;
float: left;
width: 14.58333333%;
margin: 0 1.04166667%;
}
.columns .span2_875 {
display: inline;
float: left;
width: 21.875%;
margin: 0 1.04166667%;
}
.columns .span3 {
display: inline;
float: left;
width: 22.91666667%;
margin: 0 1.04166667%;
}
.columns .span4 {
display: inline;
float: left;
width: 31.25%;
margin: 0 1.04166667%;
}
.columns .span5 {
display: inline;
float: left;
width: 39.58333333%;
margin: 0 1.04166667%;
}
.columns .span5_5 {
display: inline;
float: left;
width: 43.75%;
margin: 0 1.04166667%;
}
.columns .span5_75 {
display: inline;
float: left;
width: 45.83333333%;
margin: 0 1.04166667%;
}
.columns .span6 {
display: inline;
float: left;
width: 47.91666667%;
margin: 0 1.04166667%;
}
.columns .span7 {
display: inline;
float: left;
width: 56.25%;
margin: 0 1.04166667%;
}
.columns .span8 {
display: inline;
float: left;
width: 64.58333333%;
margin: 0 1.04166667%;
}
.columns .span9 {
display: inline;
float: left;
width: 72.91666667%;
margin: 0 1.04166667%;
}
.columns .span10 {
display: inline;
float: left;
width: 81.25%;
margin: 0 1.04166667%;
}
.columns .span11 {
display: inline;
float: left;
width: 89.58333333%;
margin: 0 1.04166667%;
}
.columns .span12 {
display: inline;
float: left;
width: 97.91666667%;
margin: 0 1.04166667%;
}
/* Global
----------------------------------------------------------*/
.ui-corner-all,
.ui-corner-top {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-widget {
font: inherit;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font: inherit;
}
/* Tabs
----------------------------------------------------------*/
.ui-tabs {
background: none;
border: none;
padding: 0;
position: static;
}
.ui-tabs .ui-tabs-nav {
background: none;
border: none;
border-bottom: 1px solid #CCC;
padding: 0 10px;
}
.ui-tabs .ui-tabs-nav li {
background: none;
border: none;
margin: 0 8px 0 0;
position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: 0;
padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
background: #FFF;
border-color: #CCC;
color: #555;
cursor: default;
font-weight: 400;
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav .button.dropdown {
background: #E5E5E5;
height: 37px;
min-width: 0;
padding: 0;
}
.ui-tabs .ui-tabs-nav .button.dropdown > span {
line-height: 0;
padding: 12px 14px;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul {
top: 100%;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul li {
float: none;
margin: 0;
}
.ui-tabs .ui-tabs-nav .button.dropdown ul li a {
float: none;
text-align: left;
}
.ui-tabs .ui-tabs-anchor {
border: 1px solid transparent;
border-bottom: none;
color: #000;
display: block;
font-size: 13px;
font-weight: 600;
line-height: 36px;
min-width: 100px;
padding: 0 12px;
position: relative;
text-align: center;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.ui-tabs .ui-tabs-anchor .action {
filter: alpha(opacity = 30);
opacity: 0.3;
}
.ui-tabs .ui-tabs-anchor .action:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.ui-tabs .ui-tabs-anchor .action.remove {
cursor: default;
line-height: 0;
position: absolute;
right: 3px;
top: 4px;
filter: alpha(opacity = 0);
opacity: 0;
}
.ui-tabs .ui-tabs-anchor:hover {
background: #EEE;
border-color: #EEE;
}
.ui-tabs .ui-tabs-anchor:hover .action.remove {
filter: alpha(opacity = 30);
opacity: 0.3;
}
.ui-tabs .ui-tabs-anchor:hover .action.remove:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.ui-tabs .ui-tabs-panel {
background: #FFF;
padding: 10px 0;
}
.ui-tabs.tabs-bottom .ui-tabs-nav {
border-bottom: none;
border-top: 1px solid #CCC;
margin-bottom: 0;
}
.ui-tabs.tabs-bottom .ui-tabs-nav a {
border-bottom: 1px solid transparent;
border-top: none;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.ui-tabs.tabs-bottom .ui-tabs-nav .ui-tabs-active a {
margin-bottom: 0;
margin-top: -1px;
padding-bottom: 0;
padding-top: 1px;
}
.ui-tabs.tabs-bottom .ui-tabs-panel {
margin-bottom: 10px;
}
.ui-tabs.tabs-small .ui-tabs-anchor {
font-size: 12px;
line-height: 28px;
min-width: 45px;
padding: 0 6px;
}
.ui-tabs.tabs-style2 .ui-tabs-nav {
border-bottom: 1px solid #CCC;
padding: 5px 10px;
background: #ffffff;
background: -moz-linear-gradient(#ffffff, #eeeeee);
background: -ms-linear-gradient(#ffffff, #eeeeee);
background: -webkit-linear-gradient(#ffffff, #eeeeee);
background: linear-gradient(#ffffff, #eeeeee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-tabs.tabs-style2 .ui-tabs-anchor {
border: 1px solid transparent;
line-height: 20px;
min-width: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-tabs.tabs-style2 .ui-tabs-anchor:hover {
background: #F5F5F5;
border: 1px solid #CCC;
}
.ui-tabs.tabs-style2 .ui-tabs-active .ui-tabs-anchor {
border: 1px solid #CCC;
margin-bottom: 0;
padding-bottom: 0;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
/* Dialog
----------------------------------------------------------*/
.ui-widget-overlay {
background: #000;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
filter: alpha(opacity = 30);
opacity: 0.3;
z-index: 10000;
}
.kb-dialog {
background: #F6F6F6;
border: none;
left: 0 !important;
padding: 0;
width: 100% !important;
z-index: 10001;
}
.kb-dialog .ui-dialog-titlebar {
display: none;
}
.kb-dialog .ui-dialog-content {
background: #FFF;
margin: 0 auto;
max-height: 500px;
overflow: auto;
padding: 0;
position: relative;
width: 840px !important;
}
.kb-dialog.warning-dialog {
background: #FF0045;
color: #FFF;
}
.kb-dialog.warning-dialog .ui-dialog-content {
background: #FF0045;
color: #FFF;
width: 700px !important;
}
.kb-iframe-dialog .ui-dialog-content {
overflow: hidden;
}
.kb-iframe-dialog .ui-dialog-content iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.kb-iframe-dialog .ui-dialog-content > iframe.fullscreen {
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
}
/* Inline dialog
----------------------------------------------------------*/
.kb-inline-dialog {
border: none;
padding: 0;
z-index: 9999;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.kb-inline-dialog .ui-dialog-titlebar {
background: none;
border: none;
border-bottom: 1px solid #CCC;
padding: 0 10px;
line-height: 30px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.kb-inline-dialog .ui-dialog-title {
margin: 0;
}
.kb-inline-dialog .ui-dialog-titlebar-close {
background: none;
border: none;
border-left: 1px solid #CCC;
height: 30px;
margin: 0;
min-width: 0;
padding: 0;
right: 0;
top: 0;
width: 30px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.kb-inline-dialog .ui-dialog-content {
padding: 10px;
}
.kb-inline-dialog .common-form th {
width: 100px;
}
/* Datepicker
----------------------------------------------------------*/
.ui-datepicker {
background: #FFF;
border: 2px solid #00709F;
width: auto;
}
.ui-datepicker .ui-datepicker-header {
background: none;
border: none;
border-bottom: 1px solid #00709F;
font-weight: bold;
padding: 0 0 6px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
margin: -4px 0 0 -3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
background: #F5F5F5;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
background: #E9E9E9;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
border: none;
left: 2px;
top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
border: none;
right: 2px;
top: 2px;
}
.ui-datepicker .ui-datepicker-calendar td {
padding: 2px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
background: none;
border: 1px solid transparent;
color: #666;
height: 20px;
line-height: 20px;
text-align: center;
width: 20px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
background: #E1E1E1;
border: 1px solid #CCC;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
border: 1px solid #009ad7;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
background: #009ad7;
border: 1px solid #009ad7;
color: #FFF;
}
.ui-datepicker .ui-datepicker-buttonpane button {
padding: 0 10px;
}
/* Tooltip
----------------------------------------------------------*/
body .ui-tooltip {
background: #FFF;
border: 1px solid #CCC;
max-width: none;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Autocomplete
----------------------------------------------------------*/
.ui-autocomplete {
padding: 1px;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
background: #fff;
}
.ui-menu .ui-menu-item a.ui-state-focus {
margin: 0;
background: #0078b1;
color: #fff;
}
span.jquery-ui-spinner-rewrite input[type="text"] {
margin-left: 0;
padding: 3px 9px;
}
span.jquery-ui-spinner-rewrite .ui-spinner-input {
margin: 0;
}
span.jquery-ui-spinner-rewrite .ui-spinner-button {
color: #606060;
font-size: 10px;
text-align: center;
height: 13px;
border-left: 1px solid #aaa;
background: #eee;
}
span.jquery-ui-spinner-rewrite .ui-spinner-button.ui-state-hover {
color: #aaa;
}
span.jquery-ui-spinner-rewrite .ui-icon {
text-indent: 0;
overflow: hidden;
margin-left: -5px;
left: 50%;
}
span.jquery-ui-spinner-rewrite .ui-spinner-up {
top: 1px;
right: 1px;
}
span.jquery-ui-spinner-rewrite .ui-spinner-down {
right: 1px;
bottom: 1px;
}
/* Spinner
----------------------------------------------------------*/
.ui-spinner {
border-color: #CCC;
}
.ui-spinner .ui-spinner-input {
border: none;
height: 26px;
margin: 0 17px 0 0 !important;
padding: 3px 6px;
}
.ui-spinner .ui-spinner-button {
border-color: #CCC;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Accordion
----------------------------------------------------------*/
.ui-accordion {
border: 1px solid #DDD;
}
.ui-accordion .ui-accordion-header {
background: #F2F2F2;
border: none;
border-bottom: 1px solid #FFF;
margin: 0;
padding: 8px 10px 8px 30px;
}
.ui-accordion .ui-accordion-content {
background: #FFF;
border: none;
padding: 10px 5px;
}
/* Slider
----------------------------------------------------------*/
.ui-slider {
background: #999;
border: none;
clear: both;
height: 4px;
margin: 24px 0 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-slider .ui-slider-range {
background: #009AD7;
height: 100%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-slider .ui-slider-handle {
background: #FFF;
border: 1px solid #999;
cursor: pointer;
height: 14px;
top: -5px;
width: 14px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.ui-slider .ui-slider-handle .dot {
background: #999;
height: 6px;
left: 50%;
margin: -3px 0 0 -3px;
position: absolute;
top: 50%;
width: 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.ui-slider .ui-slider-handle .value {
left: 50%;
margin-left: -15px;
position: absolute;
text-align: center;
top: -150%;
width: 30px;
}
/* TinyMCE
----------------------------------------------------------*/
.defaultSkin .mceIcon.mce_KoobooMediaLibrary {
background: url(images/icons.png) no-repeat 0 -164px;
}
.defaultSkin .mceIcon.mce_insertPage {
background: url(images/icons.png) no-repeat -20px -164px;
}
/* Head
----------------------------------------------------------*/
.head {
border-bottom: 1px solid #CCC;
padding: 7px 0;
*zoom: 1;
}
.head:before,
.head:after {
content: "";
display: table;
}
.head:after {
clear: both;
}
.head.blue {
background: #0078b1;
border: none;
color: #FFF;
padding: 7px 10px;
}
.head.blue a {
color: #FFF;
}
.head.light-blue {
background: #009ad7;
border: none;
color: #FFF;
padding: 7px 10px;
}
.head.light-blue a {
color: #FFF;
}
.head.light-gray {
background: #eeeeee;
border: none;
padding: 7px 10px;
}
.head.light-gray a {
color: #000;
}
.head .title {
display: inline-block;
font-size: 20px;
font-weight: normal;
line-height: 1;
}
.head .actions {
float: right;
line-height: 20px;
}
.head .actions li {
float: left;
margin-left: 10px;
}
.head .actions a {
text-decoration: underline;
}
/* Box
----------------------------------------------------------*/
.box {
border: 1px solid #EEE;
padding: 10px;
}
.box.border-blue {
border-color: #0078b1;
}
.box.border-light-blue {
border-color: #009ad7;
}
.box.border-gray {
border-color: #BBB;
}
.box.bg-light-gray {
background: #F9F9F9;
}
.box.bg-light-blue {
background: #009ad7;
border-color: #0078b1;
}
/* Toolbar
----------------------------------------------------------*/
.toolbar {
background: #F1F1F1;
border-bottom: 3px solid #CCC;
padding: 7px 10px;
*zoom: 1;
}
.toolbar:before,
.toolbar:after {
content: "";
display: table;
}
.toolbar:after {
clear: both;
}
.toolbar.with-head {
background: #F9F9F9;
border: none;
}
.toolbar select {
float: left;
margin-right: 10px;
}
.toolbar .button {
float: left;
margin: 0 10px 0 0;
}
.toolbar .button.right {
float: right;
margin: 0 0 0 10px;
}
.toolbar .right {
margin: 0 0 0 10px;
}
/* Loading
----------------------------------------------------------*/
.block.loading {
display: none;
}
.block.loading .layer {
background: #FFF;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 5000;
filter: alpha(opacity = 90);
opacity: 0.9;
}
.block.loading .wrap {
height: 60px;
left: 50%;
margin: -30px 0 0 -200px;
position: absolute;
text-align: center;
top: 50%;
width: 400px;
z-index: 5001;
}
.block.loading .wrap span {
display: block;
font-size: 30px;
font-weight: 300;
}
/* Notification
----------------------------------------------------------*/
.block.notification {
background: #5ba52e;
color: #FFF;
min-height: 80px;
padding: 10px 30px 10px 10px;
position: fixed;
right: -18%;
top: 80px;
z-index: 6000;
width: 18%;
word-break: break-all;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block.notification.error {
background: #d32b28;
}
.block.notification a.close {
position: absolute;
right: 10px;
top: 10px;
z-index: 6001;
}
/* Message
----------------------------------------------------------*/
.block.message {
background: #F5F5F5;
border-left: 5px solid #CCC;
font-size: 16px;
padding: 8px;
margin-bottom: 10px;
}
.block.message.success {
border-color: #5ba52e;
color: #5ba52e;
}
.block.message.error {
border-color: #d32b28;
color: #d32b28;
}
/* Blank page
----------------------------------------------------------*/
.block.blank-page {
margin-top: 15%;
text-align: center;
}
.block.blank-page .dropdown-button {
margin-top: 30px;
}
.block.blank-page .button {
margin-top: 30px;
}
/* Tabs
----------------------------------------------------------*/
.tabs .tab-index {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 0 10px;
position: relative;
z-index: 999;
*zoom: 1;
}
.tabs .tab-index:before,
.tabs .tab-index:after {
content: "";
display: table;
}
.tabs .tab-index:after {
clear: both;
}
.tabs .tab-index li {
float: left;
margin-right: 8px;
position: relative;
}
.tabs .tab-index a {
border: 1px solid transparent;
border-bottom: none;
color: #000;
display: block;
font-size: 13px;
font-weight: 600;
line-height: 36px;
min-width: 100px;
padding: 0 12px;
text-align: center;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.tabs .tab-index a:hover {
background: #EEE;
border-color: #EEE;
}
.tabs .tab-index .active a {
background: #FFF;
border-color: #CCC;
color: #555;
cursor: default;
font-weight: 400;
margin-bottom: -1px;
padding-bottom: 1px;
}
.tabs .tab-content {
display: none;
}
.tabs .tab-content.active {
display: block;
}
/* Step
----------------------------------------------------------*/
.step {
color: #555;
line-height: 1;
margin-bottom: 10px;
}
.step span {
float: left;
}
.step img {
float: left;
margin: 2px 5px 0;
}
.step .active {
color: #000;
font-weight: bold;
}
.dialog .step-content {
min-height: 436px;
}
/* Command
----------------------------------------------------------*/
.block.command {
background: #F1F1F1;
border-bottom: 1px solid #CCC;
padding: 5px 20px !important;
}
/* Dialog
----------------------------------------------------------*/
.block.dialog .title {
font-size: 24px;
font-weight: 300;
font-weight: normal;
line-height: 1;
margin-bottom: 10px;
}
/* Wizard
---------------------------------------------------------*/
.wizard {
border-bottom: 3px solid #CCC;
counter-reset: step;
font-size: 0;
height: 30px;
margin-bottom: 20px;
position: relative;
width: 100%;
}
.wizard .container {
overflow: hidden;
position: absolute;
}
.wizard a,
.wizard span {
color: #CCC;
display: block;
float: left;
font-size: 14px;
height: 33px;
line-height: 30px;
margin: 0 50px;
position: relative;
text-align: center;
}
.wizard a:before,
.wizard span:before {
counter-increment: step;
content: counter(step) ".";
}
.wizard a b,
.wizard span b {
background: #0078b1;
bottom: 0;
display: none;
height: 3px;
position: absolute;
right: 50%;
width: 9999px;
z-index: 2;
}
.wizard a.active,
.wizard span.active {
color: #000;
}
.wizard a.active b,
.wizard span.active b {
display: block;
}
.wizard a {
color: #999;
}
.wizard a:hover {
color: #000;
}
.wizard-buttons {
margin: 20px 0;
overflow: hidden;
}
.wizard-buttons .button {
float: left;
margin-right: 10px;
}
.process-steps-tip {
font-size: 18px;
}
/* Box block
----------------------------------------------------------*/
/*.block.box {
border: 1px solid #CCC;
margin-bottom: 20px;
.title {
background: #E1E1E1;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
}
.container {
padding: 10px;
}
}*/
/* Treeview
---------------------------------------------------------*/
.block.treeview {
border: 1px solid #CCC;
height: 300px;
overflow: auto;
}
.block.treeview li {
background: url(images/line.png) no-repeat 9px -27px;
padding: 10px 0 0 19px;
position: relative;
}
.block.treeview li:last-child {
background: url(images/line-end.png) no-repeat 9px -3px;
}
.block.treeview .icon.folder-blue {
float: left;
margin: 0 5px 0 0;
}
.block.treeview .toggle {
cursor: pointer;
left: 4px;
position: absolute;
top: 12px;
}
.block.treeview .toggle .sprite {
display: block;
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.block.treeview .text {
background: #FFF;
display: block;
height: 14px;
line-height: 1;
padding-left: 2px;
}
.block.treeview li ul {
clear: both;
display: none;
}
.block.treeview .active > .toggle .sprite {
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.block.treeview .active > ul {
display: block;
}
.block.treeview.style2 {
height: auto;
overflow: visible;
padding: 0 10px 10px;
}
/* Pagination
---------------------------------------------------------*/
.pagination {
margin: 20px 20px 60px;
text-align: center;
}
.pagination a {
background: #FFF;
border: 1px solid #DDD;
color: #333;
display: inline-block;
height: 28px;
line-height: 28px;
margin: 0 2px;
padding: 0 5px;
text-align: center;
min-width: 28px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pagination a:hover {
background: #F0F0F0;
}
.pagination a.disabled {
background: #EEE;
color: #999;
cursor: default;
}
.pagination a.active {
background: #0078b1;
border-color: #0078b1;
color: #FFF;
cursor: default;
}
.pagination a.control {
font-weight: 600;
}
/* Searchbox
----------------------------------------------------------*/
.searchbox {
background: #FFF;
position: relative;
}
.searchbox input[type="text"] {
height: 28px;
padding: 6px 34px 6px 6px;
}
.searchbox button {
background: none;
border: none;
height: 28px;
min-width: 0;
padding: 7px;
position: absolute;
right: 0;
top: 0;
width: 28px;
}
.searchbox button .icon {
display: block;
}
#sidebar .searchbox {
margin: 20px 16px;
}
#sidebar .searchbox input[type="text"] {
width: 168px;
}
/* Search panel
----------------------------------------------------------*/
.search-panel {
position: relative;
}
.search-panel .searchbox input {
padding-right: 44px;
}
.search-panel .more {
padding: 4px;
position: absolute;
right: 26px;
top: 8px;
z-index: 9999;
}
.search-panel .more .sprite {
display: block;
background: url(images/sprites.png) no-repeat 0 -77px;
width: 7px;
height: 4px;
}
.search-panel .more.active .sprite {
background: url(images/sprites.png) no-repeat 0 -130px;
width: 7px;
height: 4px;
}
.search-panel .more-search {
background: #FFF;
border: 2px solid #000;
min-width: 340px;
padding: 10px 28px 10px 10px;
position: absolute;
right: 0;
top: 0;
z-index: 999;
}
.search-panel .more-search h6 {
font-size: 20px;
font-weight: 300;
font-weight: normal;
line-height: 1;
margin: -5px 0 10px;
}
.search-panel .more-search .field {
margin-bottom: 20px;
*zoom: 1;
}
.search-panel .more-search .field:before,
.search-panel .more-search .field:after {
content: "";
display: table;
}
.search-panel .more-search .field:after {
clear: both;
}
.search-panel .more-search .description {
font-weight: 600;
margin-bottom: 10px;
}
.search-panel .more-search .addition {
border-top: 1px solid #CCC;
padding-top: 20px;
}
.search-panel .more-search th {
padding: 0 10px 10px 0;
width: 100px;
}
.search-panel .more-search td {
padding: 0 0 10px;
}
.search-panel .more-search input:last-child,
.search-panel .more-search select:last-child {
margin-right: 0;
}
.search-panel .filter-list {
padding: 0;
width: 510px;
}
.search-panel .filter-list div {
margin-bottom: 10px;
}
.search-panel th {
padding: 0;
}
/* View switch
----------------------------------------------------------*/
.view-switch li {
float: left;
margin-left: 10px;
}
.view-switch li a {
display: block;
height: 26px;
width: 26px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.view-switch li a:hover {
background: #E7E7E7;
}
.view-switch li.active a {
background: #0078B1;
}
.view-switch li.list a {
padding: 6px 5px;
}
.view-switch li.list .sprite {
background: url(images/sprites.png) no-repeat 0 -924px;
width: 17px;
height: 14px;
}
.view-switch li.list.active .sprite {
background: url(images/sprites.png) no-repeat 0 -938px;
width: 17px;
height: 14px;
}
.view-switch li.grid a {
padding: 6px 3px;
}
.view-switch li.grid .sprite {
background: url(images/sprites.png) no-repeat 0 -708px;
width: 20px;
height: 14px;
}
.view-switch li.grid.active .sprite {
background: url(images/sprites.png) no-repeat 0 -722px;
width: 20px;
height: 14px;
}
/* Layout selector
----------------------------------------------------------*/
.layout-selector label,
.layout-selector select {
float: left;
line-height: 28px;
margin-left: 5px;
}
.layout-selector select {
width: auto;
}
/* Process block
----------------------------------------------------------*/
.block.process {
position: relative;
/* Line */
}
.block.process .step {
border-left: 1px dashed #CCC;
float: left;
height: 400px;
position: relative;
text-align: center;
width: 300px;
}
.block.process .step:first-child {
border: none;
}
.block.process .description {
background: #FCFCFC;
border: 1px solid #CCC;
bottom: 0;
left: 70px;
padding: 10px;
position: absolute;
width: 140px;
}
.block.process .map-item {
background: #1f9284;
position: absolute;
}
.block.process .map-item > a {
width: 140px;
}
.block.process .map-item.completed {
background: #EEE;
}
.block.process .map-item.completed a {
color: #333;
}
.block.process .map-item.disabled {
background: #CCC;
}
.block.process .map-item.disabled a {
color: #666;
cursor: not-allowed;
}
.block.process .map-item.repository {
left: 71px;
top: 200px;
}
.block.process .map-item.content-type {
left: 372px;
top: 100px;
}
.block.process .map-item.text-folder {
left: 372px;
top: 200px;
}
.block.process .map-item.text-content {
left: 673px;
top: 200px;
}
.block.process .map-item.media-content {
left: 673px;
top: 300px;
}
.block.process .line {
background: #000;
position: absolute;
}
.block.process .line.x {
height: 1px;
}
.block.process .line.y {
width: 1px;
}
.block.process .line.line-1 {
left: 231px;
top: 220px;
width: 140px;
}
.block.process .line.line-2 {
height: 200px;
left: 316px;
top: 120px;
}
.block.process .line.line-3 {
left: 317px;
top: 120px;
width: 55px;
}
.block.process .line.line-4 {
height: 61px;
left: 447px;
top: 139px;
}
.block.process .line.line-5 {
left: 532px;
top: 219px;
width: 141px;
}
.block.process .line.line-6 {
left: 317px;
top: 319px;
width: 356px;
}
.block.process .line .triangle-right-black {
position: absolute;
right: 0;
top: -5px;
}
.block.process .line .triangle-down-black {
bottom: 0;
left: -5px;
position: absolute;
}
/* Sortpages
----------------------------------------------------------*/
.sortpages-header {
font-weight: normal;
line-height: 10px;
}
.sortpages {
margin: 20px 0 10px;
border: 1px solid #ccc;
padding: 10px;
width: 300px;
}
.sortpages li {
cursor: pointer;
}
.sortpages li.current {
background: #e7e7e7;
color: #000;
}
.sortpages li:hover {
background: #0078b1;
color: #fff;
}
.sortpages li:active {
cursor: move;
background: #5ea8de;
}
.sortpages img.icon {
display: inline;
vertical-align: middle;
margin: 0 10px 0 5px;
position: relative;
top: -2px;
}
/* Content block
----------------------------------------------------------*/
.content-block {
float: left;
width: 160px;
min-height: 150px;
margin: 0 20px 20px 0;
overflow: hidden;
position: relative;
}
.content-block.checked.database > ul {
border-left: 2px solid #1F9284;
border-right: 2px solid #1F9284;
border-bottom: 2px solid #1F9284;
}
.content-block.checked.membership > ul {
border-left: 2px solid #5496A7;
border-right: 2px solid #5496A7;
border-bottom: 2px solid #5496A7;
}
.content-block.checked.module > ul {
border-left: 2px solid #6A4A7C;
border-right: 2px solid #6A4A7C;
border-bottom: 2px solid #6A4A7C;
}
.content-block .content-block-header {
background: #FFF;
color: #FFF;
height: 32px;
line-height: 32px;
padding: 0 15px;
position: relative;
overflow: hidden;
}
.content-block .content-block-header a {
color: #FFF;
position: relative;
z-index: 3;
}
.content-block .content-block-header img.icon {
display: inline;
vertical-align: middle;
margin-right: 5px;
}
.content-block.database .content-block-header {
background: #1F9284;
}
.content-block.membership .content-block-header {
background: #5496A7;
}
.content-block.module .content-block-header {
background: #80678F;
}
.content-block input[type="radio"] {
display: none;
margin: 0;
position: absolute;
right: 4px;
top: 4px;
z-index: 2;
}
.content-block input[type="radio"] ~ label {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.content-block input[type="radio"] ~ label:hover {
cursor: pointer;
}
.content-block input[type="radio"] ~ .corner {
display: none;
border-left: 32px solid transparent;
border-top: 32px solid #0078B1;
position: absolute;
right: 0;
top: 0;
}
.content-block input[type="radio"]:checked ~ .corner {
display: block;
}
.content-block > ul {
padding: 10px 15px;
border: 1px solid #CCC;
border-top: none;
}
.content-block > ul li {
height: 32px;
overflow: hidden;
}
.content-block > ul a {
line-height: 32px;
}
.content-block > ul a:hover {
color: #3ca8db;
}
.content-block:hover > ul {
border: 2px solid #CCC;
border-top: none;
padding: 10px 14px;
}
.content-block.checked > ul {
padding: 10px 14px;
}
.content-block.checked input[type="radio"],
.content-block:hover input[type="radio"] {
display: block;
}
/* Label & Badge
----------------------------------------------------------*/
.label {
background: #999;
color: #FFF;
display: inline;
font-size: 12px;
font-weight: 400;
line-height: 20px;
padding: 2px 7px 3px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.badge {
background: #999;
color: #FFF;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 1;
min-width: 10px;
padding: 3px 7px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.label-primary,
.badge-primary {
background-color: #005683;
}
.label-success,
.badge-success {
background-color: #5ba52e;
}
.label-info,
.badge-info {
background-color: #009ad7;
}
.label-warning,
.badge-warning {
background-color: #ffaa31;
}
.label-danger,
.badge-danger {
background-color: #d32b28;
}
/* Login block
----------------------------------------------------------*/
.block.login {
margin: 0 auto;
padding-top: 100px;
width: 960px;
}
.block.login .left {
margin-right: 30px;
width: 500px;
}
.block.login .common-form {
border-left: 1px solid #CCC;
overflow: hidden;
padding-left: 30px;
}
.block.login .common-form th {
width: 100px;
}
/* Breadcrumb
----------------------------------------------------------*/
.breadcrumb {
float: left;
line-height: 1;
margin: 10px 0 0 20px;
}
.breadcrumb a {
color: #000;
float: left;
}
.breadcrumb a:hover {
color: #444;
}
.breadcrumb img {
float: left;
margin: 3px 6px 0;
}
.breadcrumb span {
color: #666;
float: left;
}
.breadcrumb span a {
color: #0078B1;
float: none;
}
/* Diff
----------------------------------------------------------*/
body #diffBox {
bottom: 30px;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 40px;
}
body #leftPane,
body #rightPane {
bottom: 30px;
overflow: hidden;
position: fixed;
top: 40px;
width: 50%;
}
body #leftPane {
left: 0;
}
body #rightPane {
right: 0;
}
body .diffPane {
font: inherit;
}
body #diffBox .diffTable td {
height: 20px;
line-height: 20px;
padding: 5px 0;
}
body #diffBox .diffTable tr:nth-child(2n+1) td {
background: #F5F5F5;
}
body #diffBox .diffTable td.lineNumber {
padding: 0 10px 0 5px;
}
/* Modules */
/* @module: Code viewer */
.kb-code-viewer {
color: #881280;
/* Syntax highlight
--------------------------------------------------------*/
}
.kb-code-viewer .title {
font-size: 12px;
font-weight: 600;
}
.kb-code-viewer .container {
background: #FFF;
border: 1px solid #CCC;
border-bottom: none;
height: 200px;
overflow: auto;
padding: 10px;
}
.kb-code-viewer li ul {
margin-left: 30px;
}
.kb-code-viewer code {
cursor: text;
}
.kb-code-viewer .code-field {
border: 1px solid #A0A0A0;
display: none;
font-size: 11px;
height: 22px;
margin: -4px 0 0 -4px;
padding: 2px;
position: absolute;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.kb-code-viewer .bottom {
background: #F5F5F5;
border: 1px solid #CCC;
}
.kb-code-viewer .bottom a {
display: inline-block;
line-height: 20px;
margin: 0 5px;
padding: 0 5px;
}
.kb-code-viewer .bottom a:hover {
background: #DDD;
}
.kb-code-viewer .bottom a.active,
.kb-code-viewer .bottom a.hover {
background: #39F;
color: #FFF;
}
.kb-code-viewer.flexible .code-tree {
margin-left: 18px;
}
.kb-code-viewer.flexible ul {
margin-left: 30px;
}
.kb-code-viewer.flexible .sprite {
float: left;
margin: 4px 0 0 -16px;
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.kb-code-viewer.flexible .collapsed .sprite {
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.kb-code-viewer.flexible .collapsed .collapsible {
display: none;
}
.kb-code-viewer .attr-name {
color: #994500;
}
.kb-code-viewer .attr-value {
color: #1A1AA6;
}
.kb-code-viewer .node-text {
color: #666;
}
.kb-code-viewer .editing {
background: #FFF;
border: 1px solid #A0A0A0;
color: #222 !important;
margin: -3px -5px;
padding: 2px 4px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.kb-code-viewer .code {
cursor: pointer;
}
.kb-code-viewer .code.hover {
background: #5BD0FF;
color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-code-viewer .code.hover .attr-name,
.kb-code-viewer .code.hover .attr-value,
.kb-code-viewer .code.hover .node-text {
color: #FFF;
}
.kb-code-viewer .code.active {
background: #39F;
color: #FFF !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-code-viewer .code.active .attr-name,
.kb-code-viewer .code.active .attr-value,
.kb-code-viewer .code.active .node-text {
color: #FFF;
}
.kb-code-viewer .code .new-attribute {
display: inline-block;
height: 100%;
position: relative;
width: 0;
}
.kb-code-viewer .code .new-attribute .insert-text {
display: none;
position: absolute;
right: -5px;
top: -20px;
}
.kb-code-viewer .code:hover .insert-text {
display: block;
}
/* @module: Code editor */
.kb-code-editor .container {
background: #FFF;
border: 1px solid #CCC;
padding: 10px;
}
.kb-code-editor .container [contenteditable] {
outline: 1px dotted #333;
}
.kb-code-editor .container * {
font-size: 12px;
}
.kb-code-editor .buttons {
margin-top: 10px;
}
/* @module: Layout box */
.kb-layout-box {
position: relative;
}
.kb-layout-box > .label {
bottom: 0;
top: auto !important;
}
.kb-layout-box > .label.left {
left: 0;
}
.kb-layout-box > .label.right {
left: auto;
right: 0;
}
.kb-layout-box div {
padding: 24px;
position: relative;
}
.kb-layout-box div.hover {
background: #39F;
color: #FFF;
}
.kb-layout-box div.hover > .label,
.kb-layout-box div.hover > input,
.kb-layout-box div.hover > .text {
color: #FFF !important;
}
.kb-layout-box .label {
background: none;
color: #555;
left: 4px;
line-height: 1.5;
padding: 0;
position: absolute;
top: 0;
}
.kb-layout-box .input-top,
.kb-layout-box .input-bottom,
.kb-layout-box .input-left,
.kb-layout-box .input-right {
background: none;
border: none;
height: 20px;
padding: 0;
position: absolute;
text-align: center;
width: 20px;
}
.kb-layout-box .input-top.null,
.kb-layout-box .input-bottom.null,
.kb-layout-box .input-left.null,
.kb-layout-box .input-right.null {
color: #999;
}
.kb-layout-box .input-top:focus,
.kb-layout-box .input-bottom:focus,
.kb-layout-box .input-left:focus,
.kb-layout-box .input-right:focus {
background: #FFF;
color: #555 !important;
}
.kb-layout-box .input-top {
left: 50%;
margin-left: -10px;
top: 2px;
}
.kb-layout-box .input-bottom {
bottom: 2px;
left: 50%;
margin-left: -10px;
}
.kb-layout-box .input-left {
left: 2px;
top: 50%;
margin-top: -10px;
}
.kb-layout-box .input-right {
right: 2px;
top: 50%;
margin-top: -10px;
}
.kb-layout-box .position > .label,
.kb-layout-box .position > input {
display: none;
}
.kb-layout-box .position.active > .label,
.kb-layout-box .position.active > input {
display: block;
}
.kb-layout-box .margin {
background: #FFF;
border: 1px dashed #BBB;
}
.kb-layout-box .border {
background: #BBB;
border: 1px solid #888;
}
.kb-layout-box .padding {
background: #DDD;
border: 1px solid #888;
}
.kb-layout-box .content {
background: #DDD;
border: 1px solid #888;
padding: 40px;
text-align: center;
}
.kb-layout-box .content .text {
color: #555;
}
.kb-layout-box .input-height,
.kb-layout-box .input-width {
background: none;
border: none;
height: 20px;
padding: 0;
text-align: center;
width: 24px;
}
.kb-layout-box .input-height.null,
.kb-layout-box .input-width.null {
color: #999;
}
.kb-layout-box .input-height:focus,
.kb-layout-box .input-width:focus {
background: #FFF;
color: #555 !important;
}
/* @module: Corner editor */
.kb-corner-editor .kb-corner-editor-wrap {
height: 80px;
position: relative;
}
.kb-corner-editor .input-left-top,
.kb-corner-editor .input-left-bottom,
.kb-corner-editor .input-right-top,
.kb-corner-editor .input-right-bottom {
line-height: 14px;
position: absolute;
width: 60px;
}
.kb-corner-editor .input-left-top {
left: 0;
top: 0;
}
.kb-corner-editor .input-left-bottom {
bottom: 0;
left: 0;
}
.kb-corner-editor .input-right-top {
right: 0;
top: 0;
}
.kb-corner-editor .input-right-bottom {
bottom: 0;
right: 0;
}
.kb-corner-editor .ui-spinner {
margin-right: 2px;
}
.kb-corner-editor .ui-spinner input {
height: 20px;
padding: 3px;
text-align: center;
width: 26px !important;
}
.kb-corner-editor .box-model {
bottom: 0;
left: 65px;
margin: 0 auto;
position: absolute;
right: 65px;
top: 0;
}
.kb-corner-editor .box-model .left-top,
.kb-corner-editor .box-model .left-bottom,
.kb-corner-editor .box-model .right-top,
.kb-corner-editor .box-model .right-bottom {
height: 20px;
position: absolute;
width: 20px;
}
.kb-corner-editor .box-model .left-top {
border-left: 3px solid #999;
border-top: 3px solid #999;
left: 0;
top: 0;
}
.kb-corner-editor .box-model .left-bottom {
border-bottom: 3px solid #999;
border-left: 3px solid #999;
bottom: 0;
left: 0;
}
.kb-corner-editor .box-model .right-top {
border-right: 3px solid #999;
border-top: 3px solid #999;
right: 0;
top: 0;
}
.kb-corner-editor .box-model .right-bottom {
border-bottom: 3px solid #999;
border-right: 3px solid #999;
bottom: 0;
right: 0;
}
.kb-corner-editor .field {
margin-top: 10px;
*zoom: 1;
}
.kb-corner-editor .field:before,
.kb-corner-editor .field:after {
content: "";
display: table;
}
.kb-corner-editor .field:after {
clear: both;
}
/* @module: Border editor */
.kb-border-editor .kb-border-editor-wrap {
height: 80px;
position: relative;
}
.kb-border-editor .kb-border-editor-wrap span {
cursor: pointer;
position: absolute;
z-index: 2;
}
.kb-border-editor .box-model {
border: 6px solid #DDD;
height: 100%;
position: absolute;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor .border-top {
height: 6px;
left: 0;
right: 0;
top: 0;
}
.kb-border-editor .border-top:hover ~ .box-model {
border-top-color: #AAA;
}
.kb-border-editor .border-top.active ~ .box-model {
border-top-color: #009AD7;
}
.kb-border-editor .border-bottom {
bottom: 0;
height: 6px;
left: 0;
right: 0;
}
.kb-border-editor .border-bottom:hover ~ .box-model {
border-bottom-color: #AAA;
}
.kb-border-editor .border-bottom.active ~ .box-model {
border-bottom-color: #009AD7;
}
.kb-border-editor .border-left {
bottom: 0;
left: 0;
width: 6px;
top: 0;
}
.kb-border-editor .border-left:hover ~ .box-model {
border-left-color: #AAA;
}
.kb-border-editor .border-left.active ~ .box-model {
border-left-color: #009AD7;
}
.kb-border-editor .border-right {
bottom: 0;
width: 6px;
right: 0;
top: 0;
}
.kb-border-editor .border-right:hover ~ .box-model {
border-right-color: #AAA;
}
.kb-border-editor .border-right.active ~ .box-model {
border-right-color: #009AD7;
}
.kb-border-editor-v2 .kb-border-editor-wrap {
height: 170px;
position: relative;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top,
.kb-border-editor-v2 .kb-border-editor-wrap .bottom,
.kb-border-editor-v2 .kb-border-editor-wrap .left,
.kb-border-editor-v2 .kb-border-editor-wrap .right {
position: absolute;
text-align: center;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top,
.kb-border-editor-v2 .kb-border-editor-wrap .bottom {
height: 28px;
left: 0;
right: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .top {
top: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .bottom {
bottom: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .left,
.kb-border-editor-v2 .kb-border-editor-wrap .right {
height: 80px;
margin-top: -40px;
top: 50%;
width: 68px;
}
.kb-border-editor-v2 .kb-border-editor-wrap .left {
left: 0;
}
.kb-border-editor-v2 .kb-border-editor-wrap .right {
right: 0;
}
.kb-border-editor-v2 .border-input {
background: #F5F5F5;
border: 1px solid #CCC;
display: inline-block;
height: 22px;
padding: 2px;
}
.kb-border-editor-v2 .border-input .ui-spinner {
float: left;
margin-right: 4px !important;
}
.kb-border-editor-v2 .border-input .ui-spinner input {
height: 20px;
padding: 3px;
text-align: center;
width: 26px !important;
line-height: 14px;
}
.kb-border-editor-v2 .border-input select {
height: 22px;
line-height: 1;
margin: 0 4px 0 0 !important;
padding: 0;
width: 65px;
}
.kb-border-editor-v2 .border-input .kb-color-input {
border: none;
padding: 0;
}
.kb-border-editor-v2 .border-input .kb-color-input .color {
height: 22px;
width: 22px;
}
.kb-border-editor-v2 .border-input.vertical {
height: 80px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .border-input.vertical .ui-spinner {
margin: 0 0 4px !important;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .border-input.vertical select {
margin: 0 0 4px !important;
width: 100%;
}
.kb-border-editor-v2 .border-input.vertical .kb-color-input {
width: 100%;
}
.kb-border-editor-v2 .border-input.vertical .kb-color-input .color {
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-border-editor-v2 .box-model {
border: 3px solid #CCC;
bottom: 30px;
left: 70px;
margin: 0 auto;
position: absolute;
right: 70px;
top: 30px;
}
/* @module: Splitter */
.kb-split-container {
height: 500px;
overflow: hidden;
position: relative;
}
.kb-split-container .kb-splitter-cover {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 5;
}
.kb-split-container .kb-split-panel {
left: 0;
position: absolute;
width: 100%;
z-index: 4;
}
.kb-split-container .kb-splitter {
background: #CCC;
cursor: ns-resize;
height: 5px;
left: 0;
position: absolute;
width: 100%;
z-index: 6;
}
.kb-split-container .kb-splitter .toggle-button {
background: #CCC;
cursor: pointer;
height: 25px;
line-height: 25px;
left: 50%;
margin-left: -30px;
position: absolute;
text-align: center;
top: -25px;
width: 60px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.kb-split-container .kb-splitter .toggle-button .sprite {
background: url(images/sprites.png) no-repeat 0 -298px;
width: 8px;
height: 6px;
}
.kb-split-container .kb-splitter .toggle-button.active .sprite {
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.kb-split-container.horizontal .kb-split-panel {
height: 100%;
top: 0;
}
.kb-split-container.horizontal .kb-splitter {
cursor: ew-resize;
height: 100%;
top: 0;
width: 5px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button {
height: 40px;
line-height: 40px;
margin: -20px 0 0 0;
top: 50%;
width: 16px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left {
left: auto;
right: -16px;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left .sprite {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-left.active .sprite {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right {
left: -16px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right .sprite {
background: url(images/sprites.png) no-repeat 0 -252px;
width: 6px;
height: 8px;
}
.kb-split-container.horizontal .kb-splitter .toggle-button.toggle-to-right.active .sprite {
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
/* @module: Inline menu */
.kb-inline-menu {
background: #FFF;
left: 50%;
min-width: 180px;
position: absolute;
top: 50%;
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.kb-inline-menu .title {
background: #0078B1;
color: #FFF;
font-size: 12px;
font-weight: 400;
padding: 5px 10px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.kb-inline-menu .wrap li {
border-bottom: 1px solid #EEE;
}
.kb-inline-menu .wrap li:last-child {
border: none;
}
.kb-inline-menu .wrap a {
color: #009AD7;
display: block;
line-height: 2;
padding: 0 10px;
text-decoration: none;
}
.kb-inline-menu .wrap a:hover {
background: #EEE;
}
.kb-inline-menu .actions {
background: #F5F5F5;
border-top: 1px solid #CCC;
overflow: hidden;
padding: 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.kb-inline-menu .action {
background: #FFF;
border: 1px solid #DDD;
float: left;
height: 24px;
margin-right: 3px;
padding: 3px;
text-align: center;
width: 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-inline-menu .action:hover {
border-color: #AAA;
}
/* Style editor
----------------------------------------------------------*/
.kb-style-editor {
*zoom: 1;
}
.kb-style-editor:before,
.kb-style-editor:after {
content: "";
display: table;
}
.kb-style-editor:after {
clear: both;
}
.kb-style-editor li {
clear: both;
float: left;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-style-editor ol > li {
color: #999;
line-height: 22px;
padding-left: 1em;
position: relative;
}
.kb-style-editor ol > li ul,
.kb-style-editor ol > li ol {
margin-left: 2em;
}
.kb-style-editor ol > li .label {
display: none;
float: left;
line-height: 15px;
margin: 2px 0 0 4px;
}
.kb-style-editor ol > li:hover .label {
display: inline;
}
.kb-style-editor ol > li .action {
float: left;
margin-left: 2em;
}
.kb-style-editor .arrow {
cursor: pointer;
left: 0;
position: absolute;
}
.kb-style-editor .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.kb-style-editor .arrow.active {
line-height: 18px;
}
.kb-style-editor .arrow.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.kb-style-editor .bracket {
color: #666;
height: 22px;
line-height: 20px;
margin: 0 2px;
}
.kb-style-editor .symbol {
color: #666;
}
.kb-style-editor .text {
line-height: 20px;
min-height: 20px;
min-width: 20px;
padding: 0 1px;
}
.kb-style-editor .text.selector {
color: #444;
}
.kb-style-editor .text.attribute {
color: #006400;
}
.kb-style-editor .text.value {
color: #00008B;
}
.kb-style-editor .text.highlight {
outline: 1px solid #999;
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.kb-style-editor .start-tag {
display: inline-block;
max-width: 70%;
}
.kb-style-editor .end-tag {
clear: left;
display: block;
float: left;
margin-top: 2px;
}
.kb-style-editor .meta {
position: absolute;
right: 0;
text-align: right;
top: 0;
}
.kb-style-editor .meta p {
border-top: 1px dashed #CCC;
margin-top: 3px;
padding-top: 3px;
}
.kb-style-editor .meta p:first-child {
border: none;
margin-top: 0;
padding-top: 0;
}
.kb-style-editor .meta .info {
float: right;
margin: 2px 0 0 3px;
}
.kb-style-editor .meta .info .sprite {
background: url(images/sprites.png) no-repeat 0 -806px;
width: 16px;
height: 16px;
}
.kb-style-editor .meta .info:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -790px;
width: 16px;
height: 16px;
}
/* Color input
----------------------------------------------------------*/
.kb-color-input {
background: #F5F5F5;
border: 1px solid #CCC;
display: inline-block;
padding: 2px;
}
.kb-color-input .color {
background: url(images/transparent.png) repeat;
cursor: pointer;
float: left;
height: 20px;
width: 20px;
}
.kb-color-input .color span {
border: 1px solid #CCC;
display: block;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.kb-color-input .color-value {
height: 20px;
line-height: 1;
margin: 0 0 0 3px !important;
padding: 2px 4px;
width: 66px;
}
/* dojo Color Picker
----------------------------------------------------------*/
.dojoxColorPicker {
background: #F5F5F5;
border: 1px solid #CCC;
padding: 8px;
}
.dojoxColorPickerRightPad {
padding-right: 8px;
}
.dojoxColorPickerBox {
position: relative;
width: 150px;
height: 150px;
margin: 0;
padding: 0;
}
.dojoxColorPickerUnderlay {
border: 1px solid #CCC;
position: relative;
top: 0;
left: 0;
width: 150px;
height: 150px;
z-index: 1;
}
.dojoxHuePickerUnderlay {
position: relative;
top: 0;
left: 0;
height: 150px;
width: 20px;
z-index: 1;
text-align: center;
}
.dojoxHuePicker {
position: relative;
top: 0px;
left: 0px;
padding: 0px;
}
.dojoxHuePickerPoint {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 8px;
z-index: 3;
cursor: move;
}
.dojoxColorPickerPoint {
position: absolute;
width: 10px;
height: 10px;
border: 0;
z-index: 3;
cursor: move;
}
.dojoxColorPickerPreview {
display: block;
width: 45px;
height: 45px;
border: 1px solid #333;
background-color: #fff;
position: relative;
top: 0px;
left: 0px;
}
.dojoxColorPickerWebSafePreview {
display: block;
width: 25px;
height: 25px;
position: relative;
top: 0px;
left: 0px;
border: 1px solid #333;
}
.dojoxColorPickerOptional {
position: relative;
top: 0px;
left: 0px;
height: 100%;
}
.dojoxColorPickerOptional td {
padding: 0 3px 4px 0;
}
.dojoxColorPickerPreviewContainer {
padding-bottom: 6px;
}
.dojoxColorPickerOptional input {
border: 1px solid #a7a7a7;
width: 25px;
padding: 1px 3px 1px 3px;
line-height: 1.1em;
}
.dojoxColorPickerHex input {
width: 55px;
}
/* Kooboo Color Picker
----------------------------------------------------------*/
.kb-color-picker {
background: #F5F5F5;
border: 1px solid #CCC;
padding: 8px;
}
.kb-color-picker .dojoxColorPicker {
border: none;
}
.kb-color-picker .opacity {
border-bottom: 1px solid #DDD;
margin: 15px 0;
padding-bottom: 5px;
}
.kb-color-picker .opacity .title {
font-size: 12px;
font-weight: 400;
}
/* Color slider
----------------------------------------------------------*/
.kb-circle-slider {
height: 56px;
padding: 2px;
position: relative;
width: 56px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0 0 0 4px #999999 inset;
-webkit-box-shadow: 0 0 0 4px #999999 inset;
box-shadow: 0 0 0 4px #999999 inset;
-moz-border-radius: 28px;
-webkit-border-radius: 28px;
border-radius: 28px;
}
.kb-circle-slider .dot {
background: #999;
height: 6px;
left: 50%;
margin: -3px 0 0 -3px;
position: absolute;
top: 50%;
width: 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.kb-circle-slider .circle {
height: 52px;
position: relative;
width: 52px;
}
.kb-circle-slider .slider-handler {
background: #FFF;
border: 1px solid #999;
cursor: pointer;
height: 14px;
margin: -7px 0 0 -7px;
position: absolute;
width: 14px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
/* Overlay
----------------------------------------------------------*/
.kb-overlay {
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
/* @module: Email block */
.block-email {
margin-top: 20px;
}
.block-email:first-child {
margin: 0;
}
.block-email .header {
*zoom: 1;
}
.block-email .header:before,
.block-email .header:after {
content: "";
display: table;
}
.block-email .header:after {
clear: both;
}
.block-email .header.clickable {
cursor: pointer;
}
.block-email .avatar {
float: left;
margin: 0 10px 20px 0;
}
.block-email .header-summary {
color: #888;
margin-bottom: 20px;
overflow: hidden;
}
.block-email .header-summary p {
clear: both;
float: left;
}
.block-email .header-summary .from {
color: #000;
font-size: 14px;
}
.block-email .header-summary .summary {
color: #666;
display: none;
font-size: 14px;
}
.block-email .header-summary .toggle {
float: left;
margin-left: 5px;
}
.block-email .header-summary .sprite {
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block-email .header-summary .sprite.active {
background: url(images/sprites.png) no-repeat 0 -292px;
width: 8px;
height: 6px;
}
.block-email .header-details {
clear: both;
display: none;
margin-bottom: 20px;
filter: alpha(opacity = 0);
opacity: 0;
}
.block-email .header-details th {
color: #888;
font-weight: 400;
padding-right: 10px;
text-align: right;
white-space: nowrap;
width: 10px;
}
.block-email .attachment {
border-bottom: 1px solid #DDD;
border-top: 1px solid #DDD;
padding: 5px 0;
}
.block-email .attachment .title {
font-size: 14px;
font-weight: 400;
}
.block-email .email-content {
border: none;
margin-top: 20px;
width: 100%;
}
.block-email.additional {
border-top: 1px solid #BBB;
}
.block-email.collapse .header {
background: #EEE;
}
.block-email.collapse .header:hover {
background: #F5F5F5;
}
.block-email.collapse .avatar,
.block-email.collapse .header-summary {
margin-bottom: 0;
}
.block-email.collapse .header-summary p,
.block-email.collapse .header-summary .toggle {
display: none;
}
.block-email.collapse .header-summary p:first-child {
display: block;
}
.block-email.collapse .header-summary .summary {
display: block;
}
.block-email.collapse .header-details {
display: none !important;
}
.block-email.collapse .email-content {
display: none;
}
/* @module: Compose button block */
.block-compose-button {
padding: 17px;
}
.block-compose-button .button-group {
display: block;
}
.block-compose-button .button-group .button:first-child {
width: 127px;
}
/* @module: Widget list */
.widget-list li {
float: left;
margin: 0 20px 20px 0;
}
.widget-list a {
background: #EEE;
display: block;
padding: 10px;
}
.widget-list a:hover {
background: #009ad7;
}
.widget-list a .icon {
display: block;
}
/* @module: Theme list */
.theme-list .color {
border: 1px solid #CCC;
display: block;
float: left;
margin-right: 10px;
overflow: hidden;
}
.theme-list .color1,
.theme-list .color2,
.theme-list .color3 {
float: left;
height: 16px;
width: 16px;
}
.theme-list .color1 {
background: #000;
}
.theme-list .color2 {
background: #666;
}
.theme-list .color3 {
background: #CCC;
}
.theme-list li {
margin-bottom: 10px;
}
.theme-list a {
display: block;
overflow: hidden;
padding: 5px;
}
.theme-list a:hover {
background: #F5F5F5;
}
.theme-list a.active {
background: #009ad7;
color: #FFF;
}
/* @module: Email grid */
.email-grid .item {
background: #F5F5F5;
float: left;
margin: 0 30px 30px 0;
padding: 5px;
width: 214px;
}
.email-grid .item.highlight {
background: #E5E5E5;
}
.email-grid .item .image {
display: block;
overflow: hidden;
position: relative;
}
.email-grid .item .image img {
display: block;
width: 100%;
}
.email-grid .item .image .label {
position: absolute;
right: 0;
top: 0;
filter: alpha(opacity = 60);
opacity: 0.6;
-moz-border-radius: 0 0 0 3px;
-webkit-border-radius: 0 0 0 3px;
border-radius: 0 0 0 3px;
}
.email-grid .item .image:hover .label {
filter: alpha(opacity = 100);
opacity: 1;
}
.email-grid .item .buttons {
margin-top: 10px;
text-align: center;
*zoom: 1;
}
.email-grid .item .buttons:before,
.email-grid .item .buttons:after {
content: "";
display: table;
}
.email-grid .item .buttons:after {
clear: both;
}
.email-grid .item .buttons .button {
margin: 0 5px;
}
.email-grid .item .buttons .button:first-child {
margin-left: 0;
}
.email-grid .item .buttons .button:last-child {
margin-right: 0;
}
/* @module: Progress bar */
.progress-bar {
border: 1px solid #DDD;
height: 18px;
overflow: hidden;
position: relative;
}
.progress-bar .rate {
background: #009ad7;
color: #FFF;
position: absolute;
left: 0;
text-align: center;
}
/* Sitemap description
----------------------------------------------------------*/
.sitemap-description li {
float: left;
line-height: 25px;
margin-left: 20px;
}
.sitemap-description li span {
background: #3CA8DB;
color: #FFF;
cursor: default;
display: block;
float: left;
height: 25px;
margin-right: 5px;
text-align: center;
width: 25px;
}
.sitemap-description li span .icon {
margin: 4px;
}
.sitemap-description li span.dynamic {
background: #1076A6;
}
.sitemap-description li span.show-in-menu {
color: #000;
font-weight: bold;
}
.sitemap-description li span.unsynchronized {
background-color: #DDD;
}
.sitemap-description li span.unpublished {
background: #C1C1C1;
}
.sitemap-description li span.available {
background: #1f9284;
}
.sitemap-description li span.completed {
background: #EEE;
color: #333;
}
.sitemap-description li span.disabled {
background: #CCC;
color: #666;
}
/* Site tree
----------------------------------------------------------*/
.site-tree {
float: left;
margin: 0 33px 33px 0;
}
.site-tree .tree-node {
*zoom: 1;
position: relative;
}
.site-tree .tree-node:before,
.site-tree .tree-node:after {
content: "";
display: table;
}
.site-tree .tree-node:after {
clear: both;
}
.site-tree > .tree-node {
margin-bottom: 33px;
}
.site-tree .icon.trigger {
cursor: pointer;
left: 154px;
position: absolute;
top: 33px;
z-index: 99;
background: url(images/sprites.png) no-repeat 0 -1237px;
width: 11px;
height: 11px;
}
.site-tree .active > .icon.trigger {
background: url(images/sprites.png) no-repeat 0 -1007px;
width: 11px;
height: 11px;
}
.site-tree .children {
background: url(images/line-y.png) repeat-y 16px 0;
float: left;
margin-top: 19px;
}
.site-tree .children > ul {
background: url(images/line-x.png) no-repeat 0 19px;
margin: -19px 0 0;
}
.site-tree .children .tree-node {
background: url(images/line-x.png) no-repeat 16px 19px;
padding: 0 0 8px 33px;
}
.site-tree .children .tree-node:last-child {
background: #ffffff url(images/line-end.png) no-repeat 16px 0;
padding-bottom: 0;
}
.site-tree .children .tree-node:last-child:first-child {
background: #ffffff url(images/line-x.png) repeat-x 0 19px;
}
.site-tree .children .icon.trigger {
left: 187px;
}
ul.site-tree {
padding: 0;
clear: both;
float: none;
}
/* Map item
----------------------------------------------------------*/
.map-item {
background-color: #3CA8DB;
float: left;
height: 39px;
position: relative;
width: 160px;
/* Status */
/* Text */
/* Item menu */
}
.map-item.static {
background-color: #3CA8DB;
}
.map-item.dynamic {
background-color: #1076A6;
}
.map-item.unpublished {
background-color: #C1C1C1;
}
.map-item.inherited span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1172px;
width: 17px;
height: 17px;
}
.map-item.unsynchronized {
background-color: #DDD;
}
.map-item.unsynchronized span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1206px;
width: 17px;
height: 17px;
}
.map-item.show-in-menu .text {
color: #000;
font-weight: bold;
}
.map-item.ab-testing span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1155px;
width: 17px;
height: 17px;
}
.map-item span.status {
border-right: 1px solid #FFF;
float: left;
padding: 11px 8px;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.map-item span.status .sprite {
background: url(images/sprites.png) no-repeat 0 -1189px;
width: 17px;
height: 17px;
}
.map-item .text {
color: #FFF;
float: left;
line-height: 39px;
padding: 0 10px;
position: relative;
width: 106px;
}
.map-item .text span {
display: block;
margin-right: 5px;
overflow: hidden;
white-space: nowrap;
}
.map-item .text .icon {
position: absolute;
right: 5px;
top: 15px;
}
.map-item > a {
color: #FFF;
display: block;
float: left;
height: 39px;
line-height: 39px;
padding: 0 10px;
text-align: center;
width: 107px;
}
.map-item > a span {
overflow: hidden;
white-space: nowrap;
}
.map-item > .arrow {
border-left: 1px solid #FFF;
display: block;
float: right;
height: 16px;
padding: 11px 8px 12px 8px;
text-indent: -9999px;
width: 16px;
}
.map-item > .arrow .icon {
display: block;
}
.map-item ul {
background: #FFF;
border: 2px solid #000;
display: none;
left: 101%;
min-width: 100%;
position: absolute;
z-index: 99;
}
.map-item ul a {
color: #000;
display: block;
line-height: 24px;
padding: 0 10px;
}
.map-item ul a:hover {
background: #E5F0F7;
}
.map-item li {
position: relative;
}
.map-item li ul {
left: 100%;
position: absolute;
top: 0;
}
.map-item li:hover > a {
background: #E5F0F7;
}
.map-item li:hover > ul {
display: block;
}
.sitemap-panel .map-item .trigger {
cursor: pointer;
}
/* Form elements
----------------------------------------------------------*/
input,
button,
select,
textarea {
font-family: inherit;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
outline: 1px dotted #000;
}
input[type="text"],
input[type="password"],
textarea,
select {
border: 1px solid #CCC;
color: #4C4C4C;
display: inline-block;
font-size: inherit;
height: 28px;
padding: 4px 6px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border-color: #AAA;
}
input[type="text"].mini,
input[type="password"].mini,
textarea.mini,
select.mini {
text-align: center;
width: 60px;
}
input[type="text"].small,
input[type="password"].small,
textarea.small,
select.small {
width: 20%;
}
input[type="text"].medium,
input[type="password"].medium,
textarea.medium,
select.medium {
width: 35%;
}
input[type="text"].large,
input[type="password"].large,
textarea.large,
select.large {
width: 50%;
}
input[type="text"].xlarge,
input[type="password"].xlarge,
textarea.xlarge,
select.xlarge {
width: 65%;
}
input[type="text"].xxlarge,
input[type="password"].xxlarge,
textarea.xxlarge,
select.xxlarge {
width: 80%;
}
input[type="text"].huge,
input[type="password"].huge,
textarea.huge,
select.huge {
width: 95%;
}
input[type="checkbox"],
input[type="radio"] {
float: left;
margin-right: 4px;
}
textarea {
min-height: 100px;
min-width: 200px;
resize: vertical;
}
textarea.autoresize {
line-height: 16px;
min-height: 0;
}
textarea.full {
min-height: 400px;
width: 100%;
}
input[readonly],
select[readonly],
textarea[readonly] {
background: #F9F9F9;
}
input[disabled],
select[disabled],
textarea[disabled] {
background: #F5F5F5;
color: #999;
}
label.inline {
cursor: pointer;
float: left;
line-height: 13px;
}
/* Number input
----------------------------------------------------------*/
.input-number {
display: inline-block;
}
/* CodeMirror
----------------------------------------------------------*/
.common-code-mirror .CodeMirror {
border: 1px solid #CCC;
height: 480px;
}
/* Checkbox & Radio
----------------------------------------------------------*/
.checkbox-field,
.radio-field {
display: inline-block;
}
div.checkbox {
display: inline-block;
overflow: hidden;
position: relative;
}
div.checkbox label {
display: block;
position: relative;
z-index: 2;
}
div.checkbox label .sprite {
cursor: pointer;
display: block;
background: url(images/sprites.png) no-repeat 0 -179px;
width: 15px;
height: 15px;
}
div.checkbox input {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
div.checkbox input:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -149px;
width: 15px;
height: 15px;
}
div.checkbox input:disabled ~ label .sprite {
cursor: default;
background: url(images/sprites.png) no-repeat 0 -164px;
width: 15px;
height: 15px;
}
div.checkbox input:disabled:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -134px;
width: 15px;
height: 15px;
}
div.radio {
display: inline-block;
overflow: hidden;
position: relative;
}
div.radio label {
display: block;
position: relative;
z-index: 2;
}
div.radio label .sprite {
cursor: pointer;
display: block;
background: url(images/sprites.png) no-repeat 0 -1386px;
width: 14px;
height: 14px;
}
div.radio input {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
div.radio input:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -1358px;
width: 14px;
height: 14px;
}
div.radio input:disabled ~ label .sprite {
cursor: default;
background: url(images/sprites.png) no-repeat 0 -1372px;
width: 14px;
height: 14px;
}
div.radio input:disabled:checked ~ label .sprite {
background: url(images/sprites.png) no-repeat 0 -1344px;
width: 14px;
height: 14px;
}
/* Form list(For checkbox & Radio button)
----------------------------------------------------------*/
.form-list {
margin-top: 8px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*zoom: 1;
/* Length */
}
.form-list:before,
.form-list:after {
content: "";
display: table;
}
.form-list:after {
clear: both;
}
.form-list li {
float: left;
margin: 0 10px 10px 0;
}
.form-list li.equate {
width: 10%;
}
.form-list .file-thumbnail {
display: block;
}
.form-list.images {
margin-bottom: 10px;
}
.form-list.files li {
float: none;
margin: 0 0 10px 0;
}
.form-list.vertical li {
float: none;
margin: 0 0 10px 0;
*zoom: 1;
}
.form-list.vertical li:before,
.form-list.vertical li:after {
content: "";
display: table;
}
.form-list.vertical li:after {
clear: both;
}
.form-list.with-action li {
background: #F1F1F1;
float: none;
margin: 0 0 10px 0;
padding: 5px 40px 5px 5px;
position: relative;
*zoom: 1;
}
.form-list.with-action li:before,
.form-list.with-action li:after {
content: "";
display: table;
}
.form-list.with-action li:after {
clear: both;
}
.form-list.with-action li select ~ label {
margin-top: 8px;
}
.form-list.with-action li .action {
position: absolute;
right: 5px;
top: 50%;
}
.form-list.with-action li .action .icon.minus {
margin-top: -14px;
}
.form-list.with-action li .action .icon.minus-small {
margin-top: -8px;
}
.form-list.mini {
width: 60px;
}
.form-list.small {
width: 20%;
}
.form-list.medium {
width: 35%;
}
.form-list.large {
width: 50%;
}
.form-list.xlarge {
width: 65%;
}
.form-list.xxlarge {
width: 80%;
}
.form-list.huge {
width: 95%;
}
/* Custom File
----------------------------------------------------------*/
.custom-file {
position: relative;
}
.custom-file .button {
min-width: 0;
position: absolute;
right: 0;
top: 0;
}
.custom-file .button span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.custom-file .button input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.custom-file.small {
width: 20%;
}
.custom-file.medium {
width: 35%;
}
.custom-file.large {
width: 50%;
}
.custom-file.xlarge {
width: 65%;
}
.custom-file.xxlarge {
width: 80%;
}
.custom-file.huge {
width: 95%;
}
/* Uploaded files
----------------------------------------------------------*/
.file-regular {
background: #EEE;
padding: 7px;
width: 300px;
}
.file-regular span {
display: block;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.file-regular .action {
float: right;
margin-left: 10px;
}
.file-thumbnail {
display: inline-block;
height: 100px;
position: relative;
}
.file-thumbnail img {
display: block;
height: 100%;
}
.file-thumbnail .action {
position: absolute;
right: 0;
top: 0;
}
/* Select2
----------------------------------------------------------*/
body .select2-container {
/* Length */
}
body .select2-container.select2-container-multi .select2-choices {
background: #FFF;
border-color: #CCC;
line-height: 26px;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background: #009ad7;
border: none;
color: #FFF;
line-height: 12px;
margin: 3px 0 3px 3px;
padding: 4px 5px 4px 18px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
left: 5px;
top: 7px;
background: url(images/sprites.png) no-repeat 0 -402px;
width: 8px;
height: 8px;
}
body .select2-container.select2-container-multi .select2-choices .select2-search-field input {
font-family: inherit;
height: 26px;
margin: 0;
padding: 4px 8px;
}
body .select2-container.select2-container-active .select2-choice,
body .select2-container.select2-container-active .select2-choices {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .select2-container.select2-dropdown-open .select2-choice,
body .select2-container.select2-dropdown-open .select2-choices {
border-color: #AAA;
}
body .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
body .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
border-left: 1px solid #AAA;
}
body .select2-container.small {
width: 20%;
}
body .select2-container.medium {
width: 35%;
}
body .select2-container.large {
width: 50%;
}
body .select2-container.xlarge {
width: 65%;
}
body .select2-container.xxlarge {
width: 80%;
}
body .select2-container.huge {
width: 95%;
}
body .select2-container .select2-choice {
background: #FFF;
border-color: #CCC;
height: 28px;
line-height: 28px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container .select2-choice > .select2-chosen {
margin-right: 48px;
}
body .select2-container .select2-choice abbr {
right: 32px;
}
body .select2-container .select2-choice .select2-arrow {
background: #EEE;
border-left: 1px solid #CCC;
width: 28px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-container .select2-choice .select2-arrow b {
margin: 0 5px;
width: 18px;
}
body .select2-drop-active {
border-color: #AAA;
margin: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body .select2-drop-active .select2-search {
padding-top: 4px;
}
/* Tagbox
----------------------------------------------------------*/
.tagbox {
background: #FFF;
border: 1px solid #CCC;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.tagbox ul {
padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.tagbox li {
margin: 3px 0 3px 3px;
}
.tagbox li .tag {
background: #009ad7;
padding: 0 5px 0 18px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.tagbox li .delete {
left: 5px;
right: auto;
text-indent: -9999em;
top: 7px;
background: url(images/sprites.png) no-repeat 0 -402px;
width: 8px;
height: 8px;
}
.tagbox li.selected .tag {
background: #0078b1;
}
.tagbox input {
float: none !important;
margin: 0 !important;
}
/* Angle input
----------------------------------------------------------*/
.angle-input {
padding-top: 12px;
*zoom: 1;
}
.angle-input:before,
.angle-input:after {
content: "";
display: table;
}
.angle-input:after {
clear: both;
}
.angle-input .kb-circle-slider {
float: left;
margin: -12px 22px 0 0;
}
/* Validation
----------------------------------------------------------*/
.validation-summary-errors {
color: #F00;
padding: 10px 0 20px;
}
.field-validation-error {
color: #F00;
line-height: 26px;
}
.input-validation-error {
color: #F00;
border-color: #F00 !important;
}
/* jQueryValidationEngine
----------------------------------------------------------*/
.formError {
line-height: 20px;
}
.formError .formErrorContent {
background: #1A1A1D;
border: 1px solid #000;
color: #FFF;
font-size: 11px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.formError .formErrorArrow {
margin: -2px 0 0 2px;
}
.formError .formErrorArrow div {
background: #1A1A1D;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
width: 0;
}
.formError .formErrorArrow .line3 {
border: none;
}
/* Form row
----------------------------------------------------------*/
.form-row {
line-height: 28px;
padding: 10px 0;
display: block;
width: 102.08333333%;
margin: 0 -1.04166667%;
*zoom: 1;
}
.form-row:before,
.form-row:after {
content: "";
display: table;
}
.form-row:after {
clear: both;
}
.form-row:before,
.form-row:after {
content: "";
display: table;
}
.form-row:after {
clear: both;
}
.form-row .span0_5 {
display: inline;
float: left;
width: 2.08333333%;
margin: 0 1.04166667%;
}
.form-row .span1 {
display: inline;
float: left;
width: 6.25%;
margin: 0 1.04166667%;
}
.form-row .span2 {
display: inline;
float: left;
width: 14.58333333%;
margin: 0 1.04166667%;
}
.form-row .span2_875 {
display: inline;
float: left;
width: 21.875%;
margin: 0 1.04166667%;
}
.form-row .span3 {
display: inline;
float: left;
width: 22.91666667%;
margin: 0 1.04166667%;
}
.form-row .span4 {
display: inline;
float: left;
width: 31.25%;
margin: 0 1.04166667%;
}
.form-row .span5 {
display: inline;
float: left;
width: 39.58333333%;
margin: 0 1.04166667%;
}
.form-row .span5_5 {
display: inline;
float: left;
width: 43.75%;
margin: 0 1.04166667%;
}
.form-row .span5_75 {
display: inline;
float: left;
width: 45.83333333%;
margin: 0 1.04166667%;
}
.form-row .span6 {
display: inline;
float: left;
width: 47.91666667%;
margin: 0 1.04166667%;
}
.form-row .span7 {
display: inline;
float: left;
width: 56.25%;
margin: 0 1.04166667%;
}
.form-row .span8 {
display: inline;
float: left;
width: 64.58333333%;
margin: 0 1.04166667%;
}
.form-row .span9 {
display: inline;
float: left;
width: 72.91666667%;
margin: 0 1.04166667%;
}
.form-row .span10 {
display: inline;
float: left;
width: 81.25%;
margin: 0 1.04166667%;
}
.form-row .span11 {
display: inline;
float: left;
width: 89.58333333%;
margin: 0 1.04166667%;
}
.form-row .span12 {
display: inline;
float: left;
width: 97.91666667%;
margin: 0 1.04166667%;
}
/* Form tip
----------------------------------------------------------*/
.form-tip {
clear: both;
color: #999;
display: block;
font-size: 11px;
font-style: italic;
line-height: 14px;
margin-top: 4px;
}
/* Editable field
----------------------------------------------------------*/
.editable-field {
display: inline-block;
}
.editable-field .text {
border: 1px solid transparent;
cursor: text;
display: block;
height: 28px;
overflow: hidden;
padding: 4px 6px;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.editable-field .text:hover {
border-color: #DDD;
}
.editable-field input,
.editable-field textarea {
display: none;
}
.editable-field textarea {
resize: vertical;
}
.editable-field.active .text {
display: none;
}
.editable-field.active input,
.editable-field.active textarea {
display: block;
}
/* Common form
----------------------------------------------------------*/
.common-form {
font-size: 14px;
line-height: 26px;
/* Common form panel */
/* Page Designer */
/* Key value */
}
.common-form fieldset {
margin-bottom: 20px;
}
.common-form legend {
border-bottom: 1px solid #CCC;
color: #0078B1;
font-size: 18px;
margin-bottom: 5px;
width: 100%;
}
.common-form legend.clickable {
cursor: pointer;
padding-left: 12px;
position: relative;
}
.common-form legend.clickable .icon.arrow {
background-position: -18px -16px;
height: 8px;
position: absolute;
left: 0;
top: 11px;
width: 6px;
}
.common-form legend.clickable:hover .icon.arrow {
background-position: -30px -16px;
}
.common-form legend.clickable.active .icon.arrow {
background-position: -16px 0;
height: 6px;
top: 12px;
width: 8px;
}
.common-form legend.clickable.active:hover .icon.arrow {
background-position: -32px 0;
}
.common-form table {
width: 100%;
}
.common-form th {
font-weight: normal;
width: 190px;
padding: 10px 10px 10px 0;
vertical-align: top;
white-space: nowrap;
}
.common-form thead th {
background: #F9F9F9;
border-top: 1px solid #EEE;
font-weight: 600;
padding: 10px;
width: 45%;
}
.common-form thead th:first-child {
width: auto;
}
.common-form td {
padding: 10px;
vertical-align: top;
}
.common-form td .form-row {
padding-top: 0;
}
.common-form td .form-container {
margin-top: 10px;
*zoom: 1;
}
.common-form td .form-container:before,
.common-form td .form-container:after {
content: "";
display: table;
}
.common-form td .form-container:after {
clear: both;
}
.common-form .border td {
border-bottom: 1px solid #CCC;
}
.common-form input[type="text"],
.common-form input[type="password"],
.common-form select,
.common-form .ui-spinner {
float: left;
margin-right: 10px;
}
.common-form .tip {
clear: both;
color: #999;
display: block;
font-size: 11px;
font-style: italic;
line-height: 14px;
margin-top: 4px;
}
.common-form .text {
float: left;
margin-right: 10px;
}
.common-form .unit {
float: left;
margin-left: -6px;
margin-right: 10px;
}
.common-form .field {
padding: 10px 0;
*zoom: 1;
}
.common-form .field:before,
.common-form .field:after {
content: "";
display: table;
}
.common-form .field:after {
clear: both;
}
.common-form.with-panel .CodeMirror {
bottom: 0;
height: auto !important;
left: 0;
overflow: hidden;
position: absolute;
right: 301px;
top: 0;
}
.common-form.with-panel .panel {
border-left: 1px solid #CCC;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
right: 0;
top: 0;
width: 300px;
}
.common-form.with-panel .panel .block {
font-size: 12px;
margin: 20px 0;
}
.common-form.with-panel .panel .block.plugins .actions {
padding: 5px 53px 5px 20px;
position: relative;
}
.common-form.with-panel .panel .block.plugins .actions .action {
position: absolute;
right: 20px;
top: 5px;
}
.common-form.with-panel .panel .title {
cursor: pointer;
font-size: 18px;
font-weight: 300;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.common-form.with-panel .panel .title .sprite {
left: 7px;
position: absolute;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.common-form.with-panel .panel .title.active .sprite {
left: 6px;
top: 12px;
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.common-form.with-panel .panel .container li {
line-height: 14px;
overflow: hidden;
padding: 5px 20px;
}
.common-form.with-panel .panel .container li:hover {
background: #F6F6F6;
}
.common-form.with-panel .panel .container .plugins li {
cursor: move;
}
.common-form.with-panel .panel .container .actions {
background: #F6F6F6;
padding: 5px 20px;
*zoom: 1;
}
.common-form.with-panel .panel .container .actions:before,
.common-form.with-panel .panel .container .actions:after {
content: "";
display: table;
}
.common-form.with-panel .panel .container .actions:after {
clear: both;
}
.common-form.with-panel .panel .container .action {
float: right;
margin-left: 5px;
}
.common-form.with-panel .panel .container.list {
/* Level 2 */
/* Level 3 */
}
.common-form.with-panel .panel .container.list li.has-sub {
background: none;
padding: 0;
position: relative;
}
.common-form.with-panel .panel .container.list span {
cursor: default;
display: block;
padding: 5px 20px;
position: relative;
}
.common-form.with-panel .panel .container.list span .sprite {
left: 8px;
position: absolute;
top: 9px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.common-form.with-panel .panel .container.list .active > span .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.common-form.with-panel .panel .container.list li ul {
display: none;
}
.common-form.with-panel .panel .container.list ul ul li {
padding-left: 30px;
}
.common-form.with-panel .panel .container.list ul ul span {
padding-left: 30px;
}
.common-form.with-panel .panel .container.list ul ul .icon.arrow {
left: 18px;
}
.common-form.with-panel .panel .container.list ul ul ul li {
padding-left: 40px;
}
.common-form.with-panel .panel input.editor {
padding: 0;
}
.common-form.with-panel .panel .icon.minus {
cursor: pointer;
}
.common-form .designer .actions {
*zoom: 1;
}
.common-form .designer .actions:before,
.common-form .designer .actions:after {
content: "";
display: table;
}
.common-form .designer .actions:after {
clear: both;
}
.common-form .designer .actions li {
float: left;
}
.common-form .designer .actions button {
background: none;
border: none;
height: 22px;
min-width: 0;
padding: 3px;
position: relative;
width: 22px;
z-index: 999;
}
.common-form .designer .actions button:hover {
background: #D5E1F2;
}
.common-form .designer .actions button[disabled]:hover {
background: none;
cursor: default;
}
.common-form .designer .actions button[disabled] .undo {
background: url(images/sprites.png) no-repeat 0 -1959px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button[disabled] .redo {
background: url(images/sprites.png) no-repeat 0 -1413px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button .icon {
display: block;
}
.common-form .designer .actions button .undo {
background: url(images/sprites.png) no-repeat 0 -1946px;
width: 15px;
height: 13px;
}
.common-form .designer .actions button .redo {
background: url(images/sprites.png) no-repeat 0 -1400px;
width: 15px;
height: 13px;
}
.common-form .designer .container {
border-top: 1px solid #CCC;
bottom: 31px;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 151px;
}
.common-form .designer .container iframe {
display: block;
height: 100%;
overflow: auto;
overflow-y: scroll;
width: 100%;
}
.common-form .key-value {
float: left;
margin-right: 10px;
width: 35%;
/* Length */
}
.common-form .key-value th {
background: none !important;
border: none !important;
}
.common-form .key-value.large {
width: 50%;
}
.common-form .key-value.xlarge {
width: 65%;
}
.common-form .key-value.xxlarge {
width: 80%;
}
.common-form .key-value.huge {
width: 95%;
}
/* Key value
----------------------------------------------------------*/
.key-value th {
padding: 0 5px 5px 0 !important;
}
.key-value td {
padding: 5px 5px 5px 0 !important;
vertical-align: top;
}
.key-value td.action {
padding-right: 0 !important;
}
.key-value .key {
width: 35%;
}
.key-value .value {
width: 65%;
}
.key-value .action {
padding: 0;
width: 16px;
}
.key-value input,
.key-value select {
display: block;
}
.key-value .action {
display: block;
float: left;
}
/* Thumbnail list
----------------------------------------------------------*/
.thumbnail-list li {
float: left;
margin: 0 20px 20px 0;
width: 104px;
}
.thumbnail-list li > span {
background: #CCC;
display: block;
height: 100px;
overflow: hidden;
padding: 2px;
position: relative;
width: 100px;
}
.thumbnail-list li span img {
display: block;
width: 100%;
}
.thumbnail-list li span label {
background: #000;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
filter: alpha(opacity = 0);
opacity: 0;
}
.thumbnail-list li input[type="radio"] {
position: absolute;
filter: alpha(opacity = 0);
opacity: 0;
}
.thumbnail-list li input[type="checkbox"] {
border: 1px solid #CCC;
display: none;
margin: 0;
position: absolute;
right: 2px;
top: 2px;
z-index: 2;
}
.thumbnail-list li:hover input[type="checkbox"],
.thumbnail-list li input[type="checkbox"]:checked {
display: block;
}
.thumbnail-list li input:checked ~ label {
background: none;
border: 2px solid #0078B1;
filter: alpha(opacity = 100);
opacity: 1;
}
.thumbnail-list li input:checked ~ .corner {
border-left: 32px solid transparent;
border-top: 32px solid #0078B1;
position: absolute;
right: 0;
top: 0;
}
.thumbnail-list li .name {
display: block;
font-size: 12px;
line-height: 1.4;
text-align: center;
}
.thumbnail-list li.extend {
width: 20px;
}
.thumbnail-list li.extend a {
background: #0078B1;
display: block;
height: 104px;
overflow: hidden;
width: 100%;
}
.thumbnail-list li.extend .sprite {
margin: 47px 0 0 7px;
background: url(images/sprites.png) no-repeat 0 -284px;
width: 6px;
height: 8px;
}
.thumbnail-list li.extend.active .sprite {
background: url(images/sprites.png) no-repeat 0 -260px;
width: 6px;
height: 8px;
}
/* TODO: Below are all old styles, need to be rewrite
================================================================================================================================================================================*/
/* Buttons */
.common-form .buttons {
margin-top: 30px;
text-align: right;
}
.common-form .buttons .button,
.common-form .buttons button {
margin-left: 16px;
}
/* Warning dialog */
.common-form.in-warning-dialog {
color: #FFF;
margin-bottom: 45px;
}
body.in-dialog .in-warning-dialog .buttons {
background: #FF0045 !important;
border-color: #FFF;
}
/* Media file */
.mediafile {
float: left;
margin-right: 10px;
width: 40%;
}
.mediafile li {
background: #F1F1F1;
clear: both;
line-height: 1;
margin-bottom: 10px;
overflow: hidden;
padding: 5px;
}
.mediafile .img {
clear: none;
float: left;
height: 100px;
margin: 0 10px 10px 0;
padding: 0;
position: relative;
width: 100px;
}
.mediafile .img > img {
display: block;
}
.mediafile .img .action {
position: absolute;
right: 0;
top: 0;
}
/* Category list */
.category-list {
float: left;
margin-right: 10px;
width: 420px;
}
.category-list li {
background: #F1F1F1;
line-height: 1;
margin-bottom: 10px;
overflow: hidden;
padding: 5px;
}
.category-list input[type="checkbox"] {
margin-top: 6px;
}
.category-list label {
margin-top: 6px;
}
/* Filter list */
.filter-list li span {
float: left;
margin-right: 10px;
width: 300px;
}
/* File upload */
.file-upload {
background: url(images/icons.png) no-repeat -156px -26px;
display: inline-block;
height: 26px;
overflow: hidden;
position: relative;
width: 26px;
}
.file-upload span {
filter: alpha(opacity=0);
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
.file-upload input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
/* Image editor
----------------------------------------------------------*/
.image-editor .action {
float: left;
margin: 3px 10px 0 0;
}
.image-editor input.mini {
padding: 0 !important;
}
.in-dialog .image-editor .original-image {
margin-right: 10px;
width: 602px;
}
.image-editor .original-image img {
display: block;
max-width: 100%;
}
.image-editor .image-info label {
float: left;
line-height: 20px;
margin-right: 5px;
}
.image-editor span.left {
line-height: 20px;
margin: 0 5px 0 -5px;
}
.image-editor .button {
float: left;
margin: 10px 10px 0 0;
}
/* Image crop
----------------------------------------------------------*/
.image-crop {
border: 1px solid #BABABA;
min-width: 800px;
width: 71%;
}
.in-dialog .image-crop {
margin-right: 10px;
min-width: 0;
width: 600px;
}
.image-crop .toolbar {
background: #F6F6F6;
border-bottom: 1px solid #CCC;
padding: 5px;
}
.image-crop .toolbar .tool {
margin-bottom: 10px;
}
.image-crop .toolbar li {
float: left;
}
.image-crop .tool a {
background: none;
display: block;
height: 20px;
padding: 5px;
width: 20px;
}
.image-crop .tool a:hover {
background: #D5E1F2;
}
.image-crop .toolbar .icon {
margin: 0 auto;
}
.image-crop .toolbar .flip.y {
margin: -3px 0 0 -1px;
}
.image-crop .toolbar .flip.x {
margin: -1px 0 0 -3px;
}
.image-crop .toolbar .undo,
.image-crop .toolbar .redo {
margin: 3px 0 0 2px;
}
.image-crop .container {
padding: 20px;
}
.image-crop .container #jcrop_target {
max-height: 400px;
max-width: 100%;
}
/* File uploader
----------------------------------------------------------*/
.file-uploader .dropzone {
border: 4px dashed #CCC;
height: 200px;
margin-bottom: 30px;
padding-top: 100px;
text-align: center;
}
.file-uploader .file-list li {
background: #F1F1F1;
margin-bottom: 10px;
overflow: hidden;
padding: 10px;
width: 60%;
}
.file-uploader .file-list .progress {
background: #FFF;
padding: 0 5px;
position: relative;
text-align: right;
width: 200px;
}
.file-uploader .file-list .progress .value {
position: relative;
z-index: 2;
}
.file-uploader .file-list .progress .bar {
background: #0078B1;
height: 100%;
left: 0;
position: absolute;
}
/* Data rule type */
.common-form.data-rule-type table {
min-height: 366px;
}
.common-form.data-rule-type td {
vertical-align: top;
}
/* Common table
----------------------------------------------------------*/
.common-table {
/* Checkbox */
/* Icon */
/* Draggable */
}
.common-table .fixed {
background: #FFF;
display: none;
left: 0;
overflow: hidden;
position: absolute;
z-index: 999;
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.common-table table {
width: 100%;
}
.common-table th {
font-size: 14px;
font-weight: 400;
height: 20px;
padding: 5px;
vertical-align: text-top;
white-space: nowrap;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.common-table th:first-child {
padding-left: 20px;
}
.common-table th:last-child {
padding-right: 20px;
}
.common-table th.sort {
padding: 0;
}
.common-table th.sort a {
color: #000;
display: block;
height: 20px;
padding: 5px;
}
.common-table th.sort a:hover .sprite {
visibility: visible;
}
.common-table th.sort .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
display: inline-block;
margin-left: 5px;
visibility: hidden;
}
.common-table th.sort.desc .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
}
.common-table th.sort.asc .sprite {
background: url(images/sprites.png) no-repeat 0 -1764px;
width: 8px;
height: 11px;
}
.common-table th.sort.active .sprite {
visibility: visible;
}
.common-table th.sort:first-child a {
padding-left: 20px;
}
.common-table th.sort:last-child a {
padding-right: 20px;
}
.common-table tbody th {
font-size: 12px;
padding-right: 20px;
width: 100px;
white-space: nowrap;
}
.common-table td {
color: #666;
cursor: default;
line-height: 1.2;
overflow: hidden;
padding: 5px;
text-decoration: none;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.common-table td:first-child {
padding-left: 20px;
}
.common-table td:last-child {
padding-right: 20px;
}
.common-table td.thumbnail {
width: 80px;
}
.common-table td.thumbnail .thumbnail {
background: #cccccc;
border: 1px solid #cccccc;
display: table-cell;
height: 70px;
text-align: center;
vertical-align: middle;
width: 70px;
}
.common-table td.thumbnail img {
display: block;
margin: 0 auto;
max-height: 70px;
max-width: 70px;
}
.common-table tr:hover td {
background: #E7E7E7;
}
.common-table tr.empty td {
background: #F1F1F1;
color: #000;
font-weight: 600;
padding: 5px 20px;
text-align: center;
}
.common-table tr.active td {
background: #0078b1;
color: #FFF;
}
.common-table tr.active a {
color: #FFF;
}
.common-table .checkbox {
width: 13px;
}
.common-table .checkbox.mutiple {
cursor: pointer;
padding: 0;
}
.common-table .checkbox.mutiple > div {
padding: 9px 15px 8px 20px;
position: relative;
}
.common-table .checkbox.mutiple .icon {
position: absolute;
right: 4px;
top: 14px;
}
.common-table .checkbox.mutiple .dropdown {
background: #FFF;
border: 2px solid #CCC;
display: none;
left: 20px;
min-width: 130px;
position: absolute;
top: 100%;
white-space: nowrap;
z-index: 999;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.common-table .checkbox.mutiple .dropdown .title {
padding: 0 5px;
}
.common-table .checkbox.mutiple li {
padding: 0 5px;
}
.common-table .checkbox.mutiple li a {
color: #0078b1;
display: block;
margin: 0 -5px;
padding: 0 5px;
}
.common-table .checkbox.mutiple li a:hover {
background: #0078b1;
color: #FFF;
}
.common-table .checkbox input {
display: block;
}
.common-table td.checkbox.mutiple {
padding-right: 15px;
}
.common-table th.nocheckbox,
.common-table td.nocheckbox {
padding-left: 10px;
width: 0;
}
.common-table .with-icon {
line-height: 16px;
}
.common-table .icon.folder {
float: left;
margin: 2px 5px 0 0;
background: url(images/sprites.png) no-repeat 0 -670px;
width: 16px;
height: 13px;
}
.common-table .active .icon.folder {
background: url(images/sprites.png) no-repeat 0 -683px;
width: 16px;
height: 13px;
}
.common-table .icon.file {
float: left;
margin: 0 5px 0 0;
}
.common-table .draggable {
width: 0;
}
.common-table .draggable.checkbox {
width: 13px;
}
.common-table .draggable div {
padding-top: 2px;
position: relative;
}
.common-table .draggable .icon.drag {
cursor: move;
left: -16px;
position: absolute;
top: 0;
}
.common-table .draggable.nocheckbox .icon.drag {
left: -4px;
}
.common-table .note {
color: #666;
padding: 10px 20px;
}
.common-table.two-dimension th,
.common-table.two-dimension td {
border-bottom: 1px solid #EEE;
}
.common-table.two-dimension th {
background: #F9F9F9;
font-weight: 600;
}
.common-table.two-dimension td {
/* Length */
}
.common-table.two-dimension td.common {
width: 10%;
}
#main-container .common-table {
margin: -20px -20px 0;
}
.common-table th.action,
.common-table td.action {
text-align: center;
white-space: nowrap;
width: 16px;
}
.common-table td.common {
width: 300px;
}
.common-table td.short,
.common-table td.type,
.common-table td.date,
.common-table td.size {
white-space: nowrap;
width: 100px;
}
.common-table tbody td .text {
float: left;
line-height: 16px;
margin-right: 3px;
}
.common-table td .action {
float: left;
margin-right: 5px;
}
.common-table td.action .action {
float: none;
margin: 0;
}
.common-table .editor {
float: left;
margin-right: 5px;
resize: none;
width: 400px;
}
.common-table input.editor {
height: 16px;
padding: 0 2px;
width: 120px;
}
/* Tree */
.common-table .expander {
cursor: pointer;
float: left;
height: 16px;
margin-right: 3px;
width: 10px;
}
.common-table .expander.disabled {
cursor: default;
}
.common-table .expander .sprite {
margin-top: 4px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.common-table .expander:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -90px;
width: 6px;
height: 9px;
}
.common-table .expander.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.common-table .expander.active:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -108px;
width: 6px;
height: 6px;
}
.common-table tr.hidden-folder .icon.folder {
filter: alpha(opacity=50);
opacity: 0.5;
}
.common-table tr.accept {
background: #CCC;
}
.common-table tbody tr.ui-sortable-helper td {
background: #E7E7E7;
filter: alpha(opacity=70);
opacity: 0.7;
}
/* Email table(Extend from common-table)
----------------------------------------------------------*/
.email-table td {
max-width: 400px;
padding: 0;
}
.email-table td.icon {
display: table-cell;
width: 26px;
}
.email-table a {
color: #444;
display: block;
overflow: hidden;
padding: 5px;
text-overflow: ellipsis;
}
.email-table .checkbox {
padding: 5px;
}
.email-table .highlight {
font-weight: 700;
}
.email-table .date {
text-align: right;
}
.email-table .fa {
color: #DDD;
margin-right: 5px;
}
.email-table .fa:hover {
color: #AAA;
}
.email-table .fa.active {
color: #666;
}
/* Simple table
----------------------------------------------------------*/
.simple-table {
overflow: auto;
}
.simple-table table {
background: #F9F9F9;
width: 100%;
}
.simple-table th,
.simple-table td {
border-top: 1px solid #FFF;
padding: 10px;
white-space: nowrap;
/* Length */
}
.simple-table th.action,
.simple-table td.action {
text-align: center;
width: 16px;
}
.simple-table th.nocheckbox,
.simple-table td.nocheckbox {
padding: 0 0 0 10px;
width: 0;
}
.simple-table th.mini,
.simple-table td.mini {
text-align: center;
width: 60px;
}
.simple-table th.mini input[type="checkbox"],
.simple-table td.mini input[type="checkbox"],
.simple-table th.mini input[type="radio"],
.simple-table td.mini input[type="radio"] {
float: none;
margin: 0;
}
.simple-table th {
background: #E9E9E9;
border-bottom: 2px solid #DDD;
color: #666;
padding: 5px 10px;
/* Checkbox */
}
.simple-table th.checkbox {
vertical-align: middle;
width: 13px;
}
.simple-table th.checkbox.mutiple {
cursor: pointer;
padding: 0;
}
.simple-table th.checkbox.mutiple > div {
padding: 10px 15px 10px 10px;
position: relative;
}
.simple-table th.checkbox.mutiple .icon {
position: absolute;
right: 4px;
top: 14px;
}
.simple-table th.checkbox.mutiple .dropdown {
background: #FFF;
border: 1px solid #CCC;
display: none;
margin-top: 5px;
min-width: 130px;
padding: 5px 0;
position: fixed;
white-space: nowrap;
z-index: 999;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.simple-table th.checkbox.mutiple .dropdown .title {
display: block;
line-height: 24px;
padding: 0 10px;
}
.simple-table th.checkbox.mutiple li {
font-weight: 400;
padding: 0 10px;
}
.simple-table th.checkbox.mutiple li a {
color: #0078b1;
display: block;
line-height: 24px;
margin: 0 -10px;
padding: 0 15px;
}
.simple-table th.checkbox.mutiple li a:hover {
background: #0078b1;
color: #FFF;
}
.simple-table th.checkbox input {
display: block;
float: none;
margin: 0;
}
.simple-table th.sort {
padding: 0;
}
.simple-table th.sort a {
color: #000;
display: block;
height: 20px;
padding: 5px;
}
.simple-table th.sort a:hover .icon {
visibility: visible;
}
.simple-table th.sort .sprite {
display: inline-block;
margin-left: 5px;
visibility: hidden;
}
.simple-table th.sort.desc .sprite {
background: url(images/sprites.png) no-repeat 0 -1775px;
width: 8px;
height: 11px;
}
.simple-table th.sort.asc .sprite {
background: url(images/sprites.png) no-repeat 0 -1764px;
width: 8px;
height: 11px;
}
.simple-table th.sort.active .sprite {
visibility: visible;
}
.simple-table td.checkbox {
width: 13px;
}
.simple-table td.checkbox input {
display: block;
}
.simple-table td.draggable div {
position: relative;
}
.simple-table td.draggable .icon {
cursor: move;
left: -8px;
position: absolute;
top: 1px;
}
.simple-table td.draggable.checkbox .icon {
top: -2px;
}
.simple-table tbody tr:nth-child(2n) td {
background: #F2F2F2;
}
.simple-table tbody tr.active td {
background: #009ad7;
color: #FFF;
}
.simple-table tbody tr.active td a {
color: #FFF;
}
.simple-table tbody tr.empty td {
font-weight: 600;
padding: 5px;
text-align: center;
}
/* Common grid
----------------------------------------------------------*/
.common-grid {
/* In dialog */
}
.common-grid ul {
margin-bottom: 20px;
*zoom: 1;
}
.common-grid ul:before,
.common-grid ul:after {
content: "";
display: table;
}
.common-grid ul:after {
clear: both;
}
.common-grid li {
float: left;
margin: 0 6px 6px 0;
padding: 3px;
position: relative;
}
.common-grid li:hover {
background: #E1E1E1;
}
.common-grid li:hover input {
filter: alpha(opacity = 100);
opacity: 1;
}
.common-grid li.active {
background: #0078B1;
}
.common-grid li input {
margin: 0;
position: absolute;
right: 5px;
top: 5px;
z-index: 3;
filter: alpha(opacity = 0);
opacity: 0;
}
.common-grid li input:checked {
filter: alpha(opacity = 100);
opacity: 1;
}
.common-grid li input:checked ~ .checked {
border-left: 42px solid transparent;
border-top: 42px solid #0078B1;
display: block;
height: 0;
position: absolute;
right: 0;
top: 0;
width: 0;
z-index: 2;
}
.common-grid a {
background: #0078B1;
color: #FFF;
display: block;
font-size: 14px;
position: relative;
width: 240px;
}
.common-grid a .info {
bottom: 0;
left: 0;
padding: 5px;
position: absolute;
right: 0;
}
.common-grid a .info .icon {
float: left;
margin: 2px 2px 0 0;
}
.common-grid .folder a {
height: 120px;
}
.common-grid .file a {
background: #AAA;
height: 80px;
}
.common-grid .file.image a {
height: 120px;
width: auto;
}
.common-grid .file.image img {
display: block;
height: 100%;
}
.common-grid.active li input {
filter: alpha(opacity = 50);
opacity: 0.5;
}
.in-dialog .common-grid ul a {
width: 200px;
}
.in-dialog .common-grid .folder a {
height: 80px;
}
.in-dialog .common-grid .file a {
background: #AAA;
height: 60px;
}
.in-dialog .common-grid .file.image a {
height: 80px;
width: auto;
}
/* Site manager
----------------------------------------------------------*/
.block.sitemanager {
padding: 8px 16px 9px;
*zoom: 1;
}
.block.sitemanager:before,
.block.sitemanager:after {
content: "";
display: table;
}
.block.sitemanager:after {
clear: both;
}
.block.sitemanager .title {
color: #FFF;
font-size: 14px;
line-height: 1;
margin-bottom: 10px;
text-transform: uppercase;
}
.block.sitemanager .switcher {
background: #FFF;
float: left;
font-size: 16px;
position: relative;
width: 135px;
}
.block.sitemanager .switcher .current {
display: block;
line-height: 30px;
padding: 0 10px;
position: relative;
}
.block.sitemanager .switcher .current span {
display: block;
overflow: hidden;
white-space: nowrap;
}
.block.sitemanager .switcher .current .caret-toggle {
position: absolute;
right: 10px;
top: 10px;
}
.block.sitemanager .switcher .caret-toggle {
display: none;
}
.block.sitemanager .switcher.active .current {
cursor: pointer;
display: block;
padding: 0 20px 0 10px;
}
.block.sitemanager .switcher.active .caret-toggle {
display: block;
}
.block.sitemanager .switcher > .list {
background: #FFF;
border: 1px solid #A8A8A8;
display: none;
left: -1px;
min-width: 100%;
position: absolute;
z-index: 9999;
}
.block.sitemanager .switcher .list a {
color: #000;
display: block;
font-size: 14px;
line-height: 2;
padding: 0 10px;
white-space: nowrap;
}
.block.sitemanager .switcher .list a:hover {
background: #E7E7E7;
}
.block.sitemanager .switcher .list li li a {
padding-left: 20px;
}
.block.sitemanager .switcher .list li li li a {
padding-left: 30px;
}
.block.sitemanager .switcher .list li li li li a {
padding-left: 40px;
}
.block.sitemanager .switcher .list .active > a {
font-weight: 600;
}
.block.sitemanager .right.add {
margin: 2px -4px 0 0;
}
/* Menu
----------------------------------------------------------*/
.block.menu {
/* Arrow */
}
.block.menu a {
color: #000;
display: block;
font-size: 20px;
padding: 0 6px 0 16px;
}
.block.menu a:hover {
background-color: #E7E7E7;
}
.block.menu .badge {
float: right;
}
.block.menu .level-1 > a .badge {
margin-top: 6px;
}
.block.menu .arrow:hover ~ a {
background-color: #E7E7E7;
}
.block.menu .arrow {
display: none;
height: 30px;
position: absolute;
text-indent: -9999px;
width: 15px;
}
.block.menu .arrow .sprite {
display: block;
margin: 12px 0 0 4px;
background: url(images/sprites.png) no-repeat 0 -276px;
width: 6px;
height: 8px;
}
.block.menu .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block.menu:hover .arrow {
display: block;
}
.block.menu > ul {
padding-bottom: 30px;
}
.block.menu li {
font-weight: 300;
position: relative;
/* Level 2 */
}
.block.menu li.current > a {
background-color: #D4D4D4;
}
.block.menu li.with-icon > .sprite {
position: absolute;
top: 5px;
left: 20px;
}
.block.menu li.with-icon > a {
padding-left: 50px;
}
.block.menu li.active > .arrow {
display: block;
}
.block.menu li.active > .arrow .sprite {
margin-top: 13px;
background: url(images/sprites.png) no-repeat 0 -232px;
width: 8px;
height: 6px;
}
.block.menu li.active > .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block.menu li.active > ul {
display: block;
}
.block.menu li ul {
display: none;
margin-top: 3px;
}
.block.menu li li {
/* Level 3 */
}
.block.menu li li a {
font-size: 12px;
padding: 6px 6px 6px 28px;
}
.block.menu li li .arrow {
display: block;
left: 16px;
width: 9px;
}
.block.menu li li .arrow .sprite {
margin: 11px 0 0 2px;
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.block.menu li li .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -90px;
width: 6px;
height: 9px;
}
.block.menu li li.active > .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.block.menu li li.active > .arrow:hover .sprite {
background: url(images/sprites.png) no-repeat 0 -108px;
width: 6px;
height: 6px;
}
.block.menu li li ul {
margin: 0;
}
.block.menu li li li {
/* Level 4 */
}
.block.menu li li li a {
padding-left: 40px;
}
.block.menu li li li .arrow {
left: 28px;
}
.block.menu li li li li a {
padding-left: 52px;
}
.block.menu li li li li .arrow {
left: 40px;
}
/* Iframe dialog
----------------------------------------------------------*/
body.in-dialog {
min-width: 0;
overflow: hidden;
}
body.in-dialog h1.title {
font-size: 24px;
font-weight: 300;
line-height: 1;
margin: 0;
}
body.in-dialog #main-container {
min-width: 0;
top: 0;
/* Topbar */
}
body.in-dialog #main-container .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 28px;
padding: 15px 20px;
position: relative;
top: 0;
z-index: 9;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
body.in-dialog #main-container .topbar .title {
margin: 0;
}
body.in-dialog #main-container > .wrap {
bottom: 59px;
padding-bottom: 0;
top: 58px;
}
body.in-dialog .buttons {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
height: 28px;
left: 0;
padding: 15px 20px;
position: fixed;
right: 0;
text-align: right;
z-index: 999;
}
body.in-dialog .buttons .button.left,
body.in-dialog .buttons button.left {
margin-right: 16px;
}
body.in-dialog .buttons .button.right,
body.in-dialog .buttons button.right {
margin-left: 16px;
}
/* Inline dialog
----------------------------------------------------------*/
.kb-dialog .ui-dialog-content {
/* Topbar */
}
.kb-dialog .ui-dialog-content h1.title {
font-size: 24px;
font-weight: 300;
line-height: 1;
margin: 0;
}
.kb-dialog .ui-dialog-content .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 28px;
left: 0;
padding: 15px 20px;
position: absolute;
right: 0;
top: 0;
z-index: 9;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
.kb-dialog .ui-dialog-content .topbar .title {
float: left;
margin: 0;
}
.kb-dialog .ui-dialog-content > .wrap,
.kb-dialog .ui-dialog-content > form > .wrap {
margin: 58px 0 59px;
padding: 20px;
}
.kb-dialog .ui-dialog-content .common-table {
margin: -20px -20px 0;
}
.kb-dialog .ui-dialog-content .buttons {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
height: 28px;
left: 0;
padding: 15px 20px;
position: absolute;
right: 0;
text-align: right;
z-index: 999;
}
.kb-dialog .ui-dialog-content .buttons .button.left,
.kb-dialog .ui-dialog-content .buttons button.left {
margin-right: 16px;
}
.kb-dialog .ui-dialog-content .buttons .button.right,
.kb-dialog .ui-dialog-content .buttons button.right {
margin-left: 16px;
}
/* Editor
----------------------------------------------------------*/
.block.editor .editor {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 401px;
top: 0;
}
.block.editor .editor .ui-tabs {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-panel {
margin: 0;
bottom: 37px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-nav {
background: #F5F5F5;
border-color: #DDD;
bottom: 0;
left: 0;
padding-bottom: 5px;
position: absolute;
right: 0;
}
.block.editor .editor .ui-tabs .ui-tabs-nav a {
height: 30px;
line-height: 30px;
}
.block.editor .editor .ui-tabs .ui-tabs-nav a:hover {
background: #DDD;
border-color: #DDD;
}
.block.editor .editor .ui-tabs .ui-tabs-nav .ui-tabs-active a {
background: #FFF;
border-color: #DDD;
}
.block.editor .editor iframe {
border: none;
height: 100%;
padding: 10px;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block.editor .panel {
border-left: 1px solid #DDD;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 10px;
position: absolute;
right: 0;
top: 0;
width: 400px;
}
.block.editor .panel .ui-tabs .ui-tabs-nav li a {
min-width: 50px;
}
.block.editor .panel .code-viewer .title {
font-size: 12px;
font-weight: 600;
}
.block.editor .panel .code-viewer .container {
background: #FFF;
border: 1px solid #CCC;
border-bottom: none;
padding: 10px;
}
.block.editor .panel .code-viewer li ul {
margin-left: 30px;
}
.block.editor .panel .code-viewer .code {
cursor: pointer;
}
.block.editor .panel .code-viewer .code.active,
.block.editor .panel .code-viewer .code.hover {
background: #39F;
color: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.block.editor .panel .code-viewer .bottom {
background: #F5F5F5;
border: 1px solid #CCC;
}
.block.editor .panel .code-viewer .bottom a {
display: inline-block;
line-height: 20px;
margin: 0 5px;
padding: 0 5px;
}
.block.editor .panel .code-viewer .bottom a:hover {
background: #DDD;
}
.block.editor .panel .code-viewer .bottom a.active,
.block.editor .panel .code-viewer .bottom a.hover {
background: #39F;
color: #FFF;
}
.block.editor .panel .settings {
background: #F6F6F6;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
margin-bottom: 20px;
padding: 10px;
}
.block.editor .panel .settings .item {
border-top: 1px solid #DDD;
margin-top: 10px;
padding-top: 10px;
}
.block.editor .panel .settings .item.convert p {
font-weight: 600;
}
.block.editor .panel .settings .item.convert .form-list.vertical li {
margin-bottom: 5px;
}
.block.editor .panel .settings .item.convert .form-list.vertical li:last-child {
margin: 0;
}
.block.editor .panel .settings .item.form-editor .action {
float: right;
margin-top: 6px;
}
.block.editor .panel .settings .kb-code-editor {
margin-top: 10px;
}
.block.editor .panel .settings .buttons {
border-top: 1px solid #DDD;
margin-top: 10px;
overflow: hidden;
padding-top: 10px;
}
.block.editor .panel .settings .buttons .button {
color: #FFF;
float: left;
margin-right: 20px;
}
.block.editor .panel .settings .buttons .button.gray {
color: #000;
}
.block.editor .panel .block .title {
cursor: pointer;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.block.editor .panel .block .title .sprite {
position: absolute;
left: 7px;
top: 10px;
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block.editor .panel .block .title:hover {
background: #F9F9F9;
}
.block.editor .panel .block .container {
display: none;
}
.block.editor .panel .block .container .empty {
background: #F9F9F9;
color: #333;
font-style: italic;
padding: 5px 20px;
}
.block.editor .panel .block.active .title .sprite {
left: 6px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block.editor .panel .block.active .container {
display: block;
}
.block.editor .panel .block.list li {
overflow: hidden;
padding: 5px 20px;
}
.block.editor .panel .block.list li .action {
float: right;
margin-left: 5px;
}
.block.editor .panel .block.list li span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.block.editor .panel .block.list li li {
background: url(images/line.png) no-repeat 6px -35px;
padding: 0 0 0 16px;
}
.block.editor .panel .block.list li li:last-child {
background: url(images/line-end.png) no-repeat 6px -11px;
}
.block.editor .panel .block.list li li span {
background: #FFF;
padding-left: 4px;
}
.block.editor .panel .block.list li:hover {
background: #F5F5F5;
}
.block.editor .panel .block.list li:hover span {
background-color: #F5F5F5;
}
.block.editor .panel .block.list table {
width: 100%;
}
.block.editor .panel .block.list table th,
.block.editor .panel .block.list table td {
padding: 4px;
}
.block.editor .panel .block.list table th:first-child,
.block.editor .panel .block.list table td:first-child {
padding-left: 20px;
}
.block.editor .panel .block.list table th:last-child,
.block.editor .panel .block.list table td:last-child {
padding-right: 20px;
}
.block.editor .panel .block.list table td.action {
width: 16px;
}
.block.editor .panel .block.thumbnail .container {
padding: 20px;
}
.block.editor .panel .block.thumbnail li {
border: 2px solid transparent;
float: left;
height: 100px;
margin: 0 15px 15px 0;
overflow: hidden;
position: relative;
width: 100px;
}
.block.editor .panel .block.thumbnail li:nth-child(3n) {
margin-right: 0;
}
.block.editor .panel .block.thumbnail li:hover {
border-color: #DDD;
}
.block.editor .panel .block.thumbnail li img {
display: block;
}
.block.editor .panel .block.thumbnail li .action {
cursor: default;
position: absolute;
right: 0;
top: 0;
}
/* Visual editor
----------------------------------------------------------*/
.block-visual-editor {
/* Toolbar */
/* Editor */
/* Panel */
}
.block-visual-editor.fullscreen {
background: #FFF;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
.block-visual-editor .kb-split-container {
bottom: 0;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .toolbar {
background: none;
border: none;
left: 20px;
padding: 0;
position: absolute;
top: 20px;
z-index: 999;
}
.block-visual-editor .toolbar li {
float: left;
margin-right: 5px;
}
.block-visual-editor .toolbar a {
background: #FFF;
border: 1px solid #DDD;
display: block;
height: 24px;
line-height: 28px;
text-align: center;
width: 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.block-visual-editor .toolbar a:hover {
filter: alpha(opacity = 100);
opacity: 1;
}
.block-visual-editor .toolbar a.disabled {
cursor: not-allowed;
filter: alpha(opacity = 50);
opacity: 0.5;
}
.block-visual-editor .toolbar .action-undo .sprite {
background: url(images/sprites.png) no-repeat 0 -1946px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-undo.disabled .sprite {
background: url(images/sprites.png) no-repeat 0 -1959px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-redo .sprite {
background: url(images/sprites.png) no-repeat 0 -1400px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-redo.disabled .sprite {
background: url(images/sprites.png) no-repeat 0 -1413px;
width: 15px;
height: 13px;
}
.block-visual-editor .toolbar .action-fullscreen .sprite {
background: url(images/sprites.png) no-repeat 0 -2472px;
width: 16px;
height: 16px;
}
.block-visual-editor .toolbar .action-fullscreen.active .sprite {
background: url(images/sprites.png) no-repeat 0 -2488px;
width: 16px;
height: 16px;
}
.block-visual-editor .editor {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
/* jQueryUI tabs */
/* Iframe */
}
.block-visual-editor .editor .ui-tabs {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .editor .ui-tabs-panel {
margin: 0;
bottom: 37px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .editor .ui-tabs-nav {
background: #F5F5F5;
border-color: #DDD;
bottom: 0;
left: 0;
padding-bottom: 5px;
position: absolute;
right: 0;
}
.block-visual-editor .editor .ui-tabs-anchor {
height: 30px;
line-height: 30px;
}
.block-visual-editor .editor .ui-tabs-anchor:hover {
background: #DDD;
border-color: #DDD;
}
.block-visual-editor .editor .ui-tabs-active .ui-tabs-anchor {
background: #FFF;
border-color: #DDD;
}
.block-visual-editor .editor .visual-frame {
border: none;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-visual-editor .panel {
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 10px;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor .panel .box {
border-left: none;
border-right: none;
}
.block-visual-editor .panel .common-form th {
padding: 10px 0 0 20px;
width: 80px;
}
.block-visual-editor .panel .common-form .field {
padding: 10px 20px;
}
.block-visual-editor .panel-block {
margin-bottom: 10px;
}
.block-visual-editor .panel-block.with-margin {
margin: 10px;
}
.block-visual-editor .panel-block .title {
cursor: pointer;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 5px;
padding: 0 20px;
position: relative;
}
.block-visual-editor .panel-block .title .sprite {
position: absolute;
left: 7px;
top: 10px;
background: url(images/sprites.png) no-repeat 0 -268px;
width: 6px;
height: 8px;
}
.block-visual-editor .panel-block .title:hover {
background: #F9F9F9;
}
.block-visual-editor .panel-block .note {
font-weight: 600;
margin-bottom: 1em;
}
.block-visual-editor .panel-block .container {
display: none;
}
.block-visual-editor .panel-block .container .empty {
background: #F9F9F9;
color: #333;
font-style: italic;
padding: 5px 20px;
}
.block-visual-editor .panel-block .container.with-padding {
padding: 20px;
}
.block-visual-editor .panel-block.active {
background: #F9F9F9;
}
.block-visual-editor .panel-block.active .title .sprite {
left: 6px;
top: 11px;
background: url(images/sprites.png) no-repeat 0 -226px;
width: 8px;
height: 6px;
}
.block-visual-editor .panel-block.active .container {
display: block;
}
.block-visual-editor .panel-list li {
overflow: hidden;
padding: 5px 20px;
}
.block-visual-editor .panel-list li .action {
float: right;
margin-left: 5px;
}
.block-visual-editor .panel-list li span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.block-visual-editor .panel-list li li {
background: url(images/line.png) no-repeat 6px -35px;
padding: 0 0 0 16px;
}
.block-visual-editor .panel-list li li:last-child {
background: url(images/line-end.png) no-repeat 6px -11px;
}
.block-visual-editor .panel-list li li span {
background: #FFF;
padding-left: 4px;
}
.block-visual-editor .panel-list li:hover {
background: #F5F5F5;
}
.block-visual-editor .panel-list li:hover span {
background-color: #F5F5F5;
}
.block-visual-editor .panel-list table {
width: 100%;
}
.block-visual-editor .panel-list table th,
.block-visual-editor .panel-list table td {
padding: 4px;
}
.block-visual-editor .panel-list table th:first-child,
.block-visual-editor .panel-list table td:first-child {
padding-left: 20px;
}
.block-visual-editor .panel-list table th:last-child,
.block-visual-editor .panel-list table td:last-child {
padding-right: 20px;
}
.block-visual-editor .panel-list table td.action {
width: 16px;
}
.block-visual-editor.vertical .panel {
background: #F9F9F9;
overflow: hidden;
padding-top: 2px;
}
.block-visual-editor.vertical .panel .ui-tabs-panel {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 32px;
}
.block-visual-editor.vertical .panel .ui-tabs.tabs-style2 {
margin-top: -10px;
}
.block-visual-editor.vertical .panel .kb-code-viewer .container {
border: none;
bottom: 21px;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.block-visual-editor.vertical .panel .kb-code-viewer .bottom {
border: none;
border-top: 1px solid #CCC;
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
.block-visual-editor.vertical .panel .right-column {
background: #F9F9F9;
padding: 10px 0;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-visual-editor.vertical .panel .right-column .ui-tabs-panel {
top: 40px;
}
.block-visual-editor.vertical .panel .right-column .kb-style-editor {
padding: 0 10px;
}
/* Style editor
----------------------------------------------------------*/
.style-editor {
border: 1px solid #CCC;
padding: 10px 20px;
*zoom: 1;
}
.style-editor:before,
.style-editor:after {
content: "";
display: table;
}
.style-editor:after {
clear: both;
}
.no-sidebar .style-editor {
bottom: 30px;
left: 0;
margin: 0 !important;
overflow: scroll;
position: fixed;
right: 0;
top: 110px;
}
.style-editor li {
clear: both;
float: left;
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.style-editor ol > li {
color: #999;
line-height: 22px;
padding-left: 1em;
position: relative;
}
.style-editor ol > li ul,
.style-editor ol > li ol {
margin-left: 2em;
}
.style-editor ol > li .label {
display: none;
float: left;
line-height: 15px;
margin: 2px 0 0 4px;
}
.style-editor ol > li:hover .label {
display: inline;
}
.style-editor ol > li .action {
margin-left: 2em;
}
.style-editor ol > li .action ~ .separator {
clear: left;
}
.style-editor ol > li ul + .action {
margin-bottom: 1em;
}
.style-editor .arrow {
cursor: pointer;
left: 0;
position: absolute;
}
.style-editor .arrow .sprite {
background: url(images/sprites.png) no-repeat 0 -99px;
width: 6px;
height: 9px;
}
.style-editor .arrow.active {
line-height: 18px;
}
.style-editor .arrow.active .sprite {
background: url(images/sprites.png) no-repeat 0 -114px;
width: 6px;
height: 6px;
}
.style-editor .separator {
color: #666;
float: left;
height: 22px;
line-height: 20px;
margin: 0 2px;
}
.style-editor .text {
float: left;
line-height: 20px;
min-height: 20px;
min-width: 20px;
padding: 0 1px;
}
.style-editor .text.selector {
color: #444;
}
.style-editor .text.attribute {
color: #006400;
}
.style-editor .text.value {
color: #00008B;
}
.style-editor .text.highlight {
outline: 1px solid #999;
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.style-editor .action {
clear: both;
float: left;
}
/* Email editor
----------------------------------------------------------*/
.block-email-editor .panel {
background: #F5F5F5;
bottom: 0;
left: 0;
padding: 20px;
position: absolute;
top: 0;
width: 20%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-email-editor .editor {
bottom: 0;
padding: 20px;
position: absolute;
right: 0;
top: 0;
width: 80%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.block-email-editor .editor .subject {
border: none;
border-bottom: 1px solid #DDD;
font-size: 28px;
font-weight: 300;
height: 50px;
margin-bottom: 10px;
}
.block-email-editor .mce-panel {
background: none;
border: none !important;
}
.block-email-editor .mce-tinymce button:hover {
background: none;
}
.block-email-editor .mce-edit-area {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 32px;
}
/* Others */
/*
[Contents]
0- Global
1- Header
2- Main Container
3- Main
4- Sidebar
5- Footer
6- Other(plugin rewriter)
*/
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
font: 12px/1.5 "SegoeUI", "Helvetica Neue", "OpenSans", Arial, Helvetica, sans-serif;
min-width: 1024px;
}
body.fullscreen #header,
body.fullscreen .topbar {
z-index: auto !important;
}
body.loading {
overflow: hidden;
}
body.loading .block.loading {
display: block;
}
.gray {
color: #666;
}
hr {
background: #CCC;
border: none;
height: 1px;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header {
background: #0078b1;
font-size: 14px;
height: 40px;
padding: 0 10px;
position: relative;
z-index: 1001;
-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
/* Header panel */
/* Quicklinks */
}
#header a {
color: #FFF;
}
#header a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
#header .j_DropDown > a {
padding-right: 23px !important;
position: relative;
}
#header .j_DropDown .icon.chevron-down-white {
margin: 0;
position: absolute;
right: 10px;
top: 19px;
}
#header .j_DropDownContent a {
color: #000;
}
#header .j_DropDownContent a:hover {
background: #F3F3F3;
}
#header .header-panel {
height: 100%;
margin-right: 200px;
}
#header .quicklinks {
background: #0078b1;
padding-right: 10px;
position: fixed;
right: 0;
top: 0;
-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
/* Logo
----------------------------------------------------------*/
.logo {
float: left;
margin-right: 21px;
padding: 8px 45px 8px 10px;
position: relative;
}
.logo img {
display: block;
}
.logo .icon {
position: absolute;
right: 10px;
top: 5px;
}
.logo:hover .icon {
background: url(images/sprites.png) no-repeat 0 -750px;
width: 32px;
height: 14px;
}
/* Header panel
----------------------------------------------------------*/
.header-panel > li {
float: left;
position: relative;
}
.header-panel a {
display: block;
line-height: 40px;
padding: 0 10px;
white-space: nowrap;
}
.header-panel .active > a {
background-color: rgba(0, 0, 0, 0.4);
}
.header-panel .icon {
float: left;
margin: 7px 5px 0 0;
}
.header-panel ul {
background: #FFF;
border: 2px solid #006CAD;
border-top: none;
display: none;
min-width: 100%;
position: absolute;
z-index: 1009;
max-height: 500px;
overflow-y: auto;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.header-panel ul li {
color: #666;
line-height: 34px;
padding: 0 10px;
}
.header-panel ul a {
color: #000;
line-height: 34px;
margin: 0 -10px;
white-space: nowrap;
padding-right: 30px;
}
.header-panel ul a:hover {
background: #F3F3F3;
}
.header-panel ul a:active {
background: #006CAD;
color: #FFF;
}
.header-panel .upload-button {
position: relative;
}
.header-panel .upload-button span {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
filter: alpha(opacity = 0);
opacity: 0;
}
.header-panel .upload-button input {
cursor: pointer;
font-size: 32px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
.header-panel .separator {
background: #000;
height: 1px;
margin: 10px;
}
/* Quicklinks
----------------------------------------------------------*/
.quicklinks li {
float: left;
position: relative;
}
.quicklinks li.last ul {
right: 0;
}
.quicklinks a {
display: block;
line-height: 40px;
padding: 0 10px;
white-space: nowrap;
}
.quicklinks .icon {
float: left;
margin: 15px 4px 0 0;
}
.quicklinks .chevron-down-white {
float: right;
margin: 19px 0 0 5px;
}
.quicklinks ul {
background: #FFF;
border: 2px solid #006CAD;
border-top: none;
display: none;
min-width: 100%;
position: absolute;
z-index: 10;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.quicklinks ul li {
float: none;
}
.quicklinks ul a {
color: #000;
white-space: nowrap;
}
#header .quicklinks ul a {
color: #000;
white-space: nowrap;
}
#header .quicklinks ul a:hover {
background: #F3F3F3;
}
#header .quicklinks ul a:active {
background: #006CAD;
color: #FFF;
}
#header .quicklinks .active > a {
background-color: rgba(0, 0, 0, 0.4);
}
/* =2 Main Container
---------------------------------------------------------------------------------------------------------------------*/
#main-container {
bottom: 0;
left: 0;
min-width: 1024px;
overflow-x: visible;
overflow-y: auto;
position: absolute;
right: 0;
top: 40px;
/* Title */
/* Topbar */
/* Wrap */
}
#main-container h1.title {
font-size: 24px;
font-weight: 300;
height: 28px;
line-height: 28px;
margin-bottom: 26px;
}
#main-container h1.title span.left {
margin-right: 10px;
}
#main-container > .topbar,
#main-container > form > .topbar {
background: #FFF;
border-bottom: 1px solid #CCC;
height: 30px;
left: 0;
padding: 20px;
position: fixed;
right: 0;
top: 40px;
z-index: 999;
}
#main-container > .wrap,
#main-container > form > .wrap {
bottom: 31px;
left: 0;
overflow: auto;
padding: 20px;
position: fixed;
right: 0;
top: 40px;
}
#main-container > .wrap.with-topbar,
#main-container > form > .wrap.with-topbar {
top: 111px;
}
#main-container .block {
margin-bottom: 20px;
}
#main-container .block:last-child {
margin-bottom: 0;
}
/* Topbar
----------------------------------------------------------*/
#main-container .topbar .title {
float: left;
}
#main-container .topbar .name-title {
font-size: 16px;
font-weight: 300;
line-height: 30px;
display: block;
background: #fff;
padding: 0 10px;
}
#main-container .topbar .field {
line-height: 36px;
}
#main-container .topbar .field.left {
margin-left: 10px;
}
#main-container .topbar .field input[type="text"] {
border: 1px solid #BABABA;
float: left;
font-size: 24px;
margin-right: 10px;
}
#main-container .topbar .field-validation-error {
line-height: 36px;
}
#main-container .topbar .view-switch {
float: right;
margin: 2px 20px 0 0;
}
#main-container .topbar .searchbox {
float: right;
}
/* Common table
----------------------------------------------------------*/
.blank .common-table.fixed .thead {
background: #FFF;
left: 0;
position: fixed;
right: 0;
top: 111px;
z-index: 999;
}
.blank .common-table.fixed .tbody {
margin: 51px -20px 0;
}
/* =3 Main
---------------------------------------------------------------------------------------------------------------------*/
#main {
bottom: 31px;
left: 200px;
position: absolute;
right: 0;
top: 0;
/* Topbar */
/* Wrap */
}
#main .topbar {
background: #FFF;
border-bottom: 1px solid #EEE;
height: 30px;
padding: 20px;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
#main .topbar .searchbox {
width: 200px;
}
#main > .wrap,
#main > form > .wrap {
left: 0;
position: absolute;
right: 0;
top: 71px;
bottom: 0;
overflow-x: visible;
overflow-y: scroll;
padding: 20px;
}
/* =4 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
#sidebar {
background: #F0F0F0;
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
top: 0;
width: 200px;
/* Topbar */
/* Wrap */
}
#sidebar .topbar {
background: #A8A8A8;
height: 71px;
overflow: visible;
}
#sidebar .wrap {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 71px;
}
#sidebar .compose-button {
margin: 21px 31px 22px;
}
/* =5 Footer
---------------------------------------------------------------------------------------------------------------------*/
#footer {
background: #FFF;
border-top: 1px solid #CCC;
bottom: 0;
color: #666;
height: 20px;
left: 200px;
min-width: 804px;
padding: 5px 10px;
position: absolute;
right: 0;
}
.no-sidebar #footer {
left: 0;
} | 0.322419 | 0.05752 |
html {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
line-height: 1.77;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
font-size: 0.9em;
overflow-x: hidden;
overflow-y: scroll;
scroll-padding-top: 0.25em;
}
button:focus,
input:focus,
select:focus,
:link.button:focus,
:visited.button:focus,
:link:focus,
:visited:focus,
.details-dialog-summary:focus,
textarea:focus,
.smart-textarea:focus {
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px #b1d6fc;
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px rgba(10, 132, 255, 0.3);
z-index: 10;
position: relative;
}
.details-menu-summary:focus,
html aside:target,
html article:target {
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px #b1d6fc;
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px rgba(10, 132, 255, 0.3);
position: relative;
}
:link, :visited, u {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#b1b1b3));
background-image: -webkit-linear-gradient(top,transparent 50%,#b1b1b3 50%);
background-image: linear-gradient(to bottom,transparent 50%,#b1b1b3 50%);
background-repeat: repeat-x;
-webkit-background-size: 2px 2px;
background-size: 2px 2px;
background-position: 0 95%;
}
:link:focus, :visited:focus {
outline: none;
}
html.dark :link, html.dark :visited, html.dark u {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#737373));
background-image: -webkit-linear-gradient(top,transparent 50%,#737373 50%);
background-image: linear-gradient(to bottom,transparent 50%,#737373 50%);
}
html,
button,
input,
optgroup,
select,
textarea,
:link.button,
:link:active.button,
:visited.button,
:visited:active.button,
.details-dialog-summary,
.details-menu-summary,
article,
aside,
details-dialog,
.details-menu-inner,
.typeahead-inner,
.inner-banner,
.tab-box,
.tab,
.active-tab
{
background: #f9f9fa;
color: #0c0c0d;
}
.article-header-inner {
background-color: #f9f9fa;
}
html.dark,
html.dark article,
html.dark aside,
html.dark input,
html.dark textarea,
html.dark details-dialog,
html.dark .details-menu-inner,
html.dark .typeahead-inner,
html.dark .inner-banner
{
background: #202340;
color: #f9f9fa;
}
html.dark button,
html.dark input[type="submit"],
html.dark optgroup,
html.dark select,
html.dark :link.button,
html.dark :link:active.button,
html.dark :visited.button,
html.dark :visited:active.button,
html.dark .details-dialog-summary,
html.dark .details-menu-summary,
html.dark .tab-box,
html.dark .tab,
html.dark .active-tab {
background: #363959;
color: #f9f9fa;
}
html.dark .article-header-inner {
background-color: #202340;
}
html.big {
font-size: 1.5em;
}
nav, .page-wrapper {
max-width: 90em;
margin: 0 auto;
padding: 1em 5em;
}
html.big nav, html.big .page-wrapper {
max-width: none;
margin: 0 1em;
}
.page-wrapper-outer {
overflow: visible;
padding: 0 1em;
}
.page-wrapper {
overflow: hidden;
padding: 1em 4em;
}
nav {
padding: 0.5em;
}
.nav-second {
padding-top: 0;
}
html, body {
margin: 0;
}
@supports (display: flex) {
html, body {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.page-wrapper-outer {
flex-grow: 1;
}
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
header,
footer {
display: block;
overflow: hidden;
padding: 0.5em;
}
footer {
padding-top: 0;
}
figure {
margin: 1em 2.5px;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; /* 1 */
font-size: 1em; /* 2 */
white-space: pre-wrap;
}
a, u {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
/* this is the opposite of how normalize.css does it */
/* it's done this way to get consistent appearance with IE11 */
border-bottom: dotted 1px currentColor;
text-decoration: inherit;
}
b,
strong {
/* Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ffe900;
color: #0c0c0d;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea,
.smart-textarea,
:link.button,
:visited.button,
.details-dialog-summary,
.details-menu-summary,
.tab-box,
.tab,
.active-tab {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 100%;
line-height: 1.3;
margin: 0;
border: solid 1px #737373;
}
input,
textarea,
.smart-textarea {
width: 100%;
background: #fff;
box-sizing: border-box;
overflow-wrap: break-word;
white-space: pre-wrap;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
padding: 0.25em;
font-size: 1.1em;
/* workaround iOS auto-zoom */
font-size: max(1.1em, 16px);
line-height: 1.62;
}
input {
line-height: 1.05;
}
button,
html input[type="button"],
html input[type="submit"],
select,
:link.button,
:visited.button,
.details-dialog-summary,
.details-menu-summary,
.tab-box,
.tab,
.active-tab {
border: solid 2px #eee;
border-bottom-color: #0c0c0d;
border-right-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
width: auto;
outline: none;
padding: 0.25em 0.5em;
-webkit-user-select: none;
user-select: none;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.tab, .active-tab {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AgOBRsPruzbJgAAAD5JREFUGFdj+E8AMICIt28/4MRwBQxooLi4+LiwsMhbQgreU0FBaWkpGAMFkDEjiJaSkmZg4OPjx4l5eHgZABb/da9RvMGFAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.tab-box {
-webkit-user-select: auto;
user-select: auto;
}
html.dark button,
html.dark html input[type="button"],
html.dark html input[type="submit"],
html.dark select,
html.dark :link.button,
html.dark :visited.button,
html.dark .details-dialog-summary,
html.dark .details-menu-summary,
html.dark .tab,
html.dark .tab-box,
html.dark .active-tab {
border: solid 2px #575765;
border-bottom-color: #0f1126;
border-right-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABASURBVBhXYyguLv6PDzOACDPLSJwYroABDfALqh1nZGR+S0jBeyooEBBS/w/CQIE/aPgfExPrB6Baxv+4McN/ANClS9zIVZoLAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark .tab, html.dark .active-tab {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AgOBR84cj27LQAAAD1JREFUGFdjKC4u/o8PM4AIM8tInBiugAEN8AuqHWdkZH5LSMF7KioACjACMUgChhmZmFgZkExgZMDEDAwALQJDtIA0HH0AAAAASUVORK5CYII=") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
input,
textarea,
.smart-textarea,
button:active,
html input[type="button"]:active,
html input[type="submit"]:active,
select:active,
.button:active,
.details-menu-summary:active,
details[open] > .details-menu-summary,
.details-dialog-summary:active {
border: solid 2px #eee;
border-top-color: #0c0c0d;
border-left-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABFSURBVBhXY+Dh4f2PDzOAiKKiov/FxcVYMVwBAxp4+/bD8X///r0lpOA9FRS8evX2/+vX7/4DBf6g4X9///79wPCfAAAACjiEnsLDGAsAAAAASUVORK5CYII=") 2;
position: relative;
top: 1px;
left: 1px;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark input,
html.dark textarea,
html.dark button:active,
html.dark html input[type="button"]:active,
html.dark html input[type="submit"]:active,
html.dark select:active,
html.dark .button:active,
html.dark .details-menu-summary:active,
html.dark details[open] > .details-menu-summary,
html.dark .details-dialog-summary:active {
border: solid 2px #575765;
border-top-color: #0f1126;
border-left-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABGSURBVBjTY2BgYPhPADP85xdUw4nhChjQgJlFxPH8/MK3hBS8p4ICU4uI/yBsZhn5BwVbRPzLzi74wFBUVPQfFy4uLv4PAOyYS1KSeGvQAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark button[disabled],
html.dark button[disabled]:active {
border: solid 2px #2a2a2e;
}
.button-default {
box-shadow: inset -1px -1px 0 0 #b1b1b3;
}
html.dark .button-default {
box-shadow: inset -1px -1px 0 0 #4a4a4f;
}
html .button-default:active {
box-shadow: none;
}
button,
:link.button,
:visited.button,
.details-menu-outer,
.details-dialog-outer,
.tab,
.active-tab {
display: inline-block;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
:link.button,
:visited.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.details-menu-summary,
.inline-menu-summary,
.details-dialog-summary {
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 1;
}
.tab,
.active-tab,
html.dark .tab,
html.dark .active-tab {
z-index: 2;
position: relative;
top: 1px;
}
.tab, html.dark .tab {
border-width: 1px;
background: transparent none;
}
.active-tab, html.dark .active-tab {
top: 0.26em;
padding-top: 0.125em;
padding-bottom: 0.125em;
border-width: 2px;
}
.tab-box {
overflow: hidden;
}
button[disabled],
button[disabled]:active {
border-image: none;
border: solid 2px #d7d7db;
opacity: 0.75;
top: 0; left: 0;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
input[type="button"]:-moz-focusring,
input[type="reset"]:-moz-focusring,
input[type="submit"]:-moz-focusring {
outline: none;
}
.flag-button-active {
background: #a4000f;
border-image: none;
border-top: solid 2px #ff0039;
border-left: solid 2px #ff0039;
border-bottom: solid 2px #3e0200;
border-right: solid 2px #3e0200;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea,
.smart-textarea {
min-height: 8em;
}
.smart-textarea {
overflow: auto;
}
textarea.smart-textarea {
overflow: hidden;
z-index: 2;
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
resize: none;
}
pre.smart-textarea {
overflow: hidden;
visibility: hidden;
}
.smart-textarea-wrapper {
position: relative;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
display: inline;
width: auto;
}
.checkbox-label {
display: block;
margin: 0.75em;
}
.checkbox-label input {
margin-right: 0.75em;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
outline: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
:link {
color: #0060df;
text-decoration: none;
}
html.dark :link {
color: #45a1ff;
}
:visited {
color: #8000d7;
text-decoration: none;
}
html.dark :visited {
color: #c069ff;
}
:link:active, :visited:active {
color: #d70022;
}
html.dark :link:active, html.dark :visited:active {
color: #ff0039;
}
u {
text-decoration: none;
}
.inner-link:link {
color: #058b00;
}
html.dark .inner-link:link {
color: #30e60b;
}
.domain-link, html.dark .domain-link {
font-style: italic;
color: inherit;
}
article, aside {
display: block;
border: solid 1px #aaa;
position: relative;
}
html.hairlines article, html.hairlines aside {
border-color: #999;
}
.aside-header {
padding: 0.25em 0.5em;
margin-bottom: 0.5em;
background: #363959;
color: #fff;
}
.identicon {
position: relative;
top: 2px;
}
article {
margin-top: 2.5em;
margin-bottom: 3em;
padding: 0 0 0 0.25em;
}
aside {
margin: 0.5em 0.5em 0 0;
}
.top-header {
background: #363959;
color: #fff;
padding: 0 5em;
overflow: visible;
}
.top-header-link, html.dark .top-header-link {
color: #fff;
}
.top-header-aside {
float: right;
}
@media (max-width:75em) {
html, body {
margin: 0 0;
}
.top-header {
padding: 0 1em;
}
.page-wrapper {
padding: 1em;
}
.page-wrapper-outer {
padding: 0;
}
aside {
margin-left: 0.75em;
}
article {
margin-left: 0.25em;
border-left: none;
border-right: none;
border-bottom: none;
}
.article-header {
margin-left: -0.75em;
}
html body .hide-small {
display: none !important;
}
html body .overflow {
display: none !important;
}
}
html.dark article, html.dark aside {
border-color: #737373;
}
html.hairlines article, html.hairlines aside {
border-width: 0.5px;
}
html.dark.hairlines article, html.dark.hairlines aside {
border-color: #888;
}
.article-header {
margin-top: -1.5em;
margin-bottom: -1em;
margin-right: 5em;
padding: 0.5em;
display: block;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
}
article.blog-post {
border: none;
}
.blog-post .article-header {
margin: 0;
border-bottom: solid 1px #aaa;
padding-top: 0;
}
.blog-post .article-header-inner {
overflow: visible;
}
.blog-post .article-header-inner:first-child {
padding: 0;
overflow: visible;
display: block;
}
.blog-post .article-header-inner:first-child a {
font-size: 1.5em;
color: inherit;
background: none;
}
html.hairlines .article-header, html.hairlines .article-header {
border-width: 0.5px;
}
html.dark.hairlines .article-header, html.dark.hairlines .article-header {
border-color: #888;
}
.article-header-inner {
padding: 0.5em;
padding: calc(0.5em - 1px);
padding-top: 0;
outline: none;
display: inline-block;
overflow: hidden;
margin: 0 -0.25em -0.5em;
margin: 0 calc(-0.25em + 1px) -0.5em;
}
.blog-tag-article-header-inner {
padding: 0.5em;
padding: calc(0.5em - 1px);
color: #fff;
background: #666;
line-height: 2.5;
}
html.dark .blog-tag-article-header-inner {
color: #000;
background: #ccc;
}
details-dialog, .details-menu-inner, .inner-banner, .typeahead-inner {
box-shadow: 0.25em 0.25em 0 #0c0c0d;
border: solid 2px #fff;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
border-bottom: solid 1px #737373;
border-right: solid 1px #737373;
padding: 0.25em 0.5em;
margin: 0.5em 0;
overflow: hidden;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.subordinate-banner {
padding: 0.25em 0.5em 0 0.5em;
margin: 0.5em 0;
}
.typeahead-outer {
position: relative;
}
.typeahead-inner {
position: absolute;
width: 100%;
max-height: 10em;
overflow-y: scroll;
}
html.dark details-dialog, html.dark .details-menu-inner, html.dark .inner-banner, html.dark .typeahead-inner {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSV<KEY>") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.inner-banner {
margin-bottom: 0.5em;
}
details-dialog {
display: none;
}
details[open] > details-dialog {
z-index: 400;
display: block;
}
.details-menu-summary::-webkit-details-marker,
.details-dialog-summary::-webkit-details-marker,
.inline-menu-summary::-webkit-details-marker,
.inline-summary::-webkit-details-marker,
.img-lightbox::-webkit-details-marker {
display: none;
}
.inline-summary, .inline-menu-summary {
list-style-type: none;
cursor: pointer;
display: inline;
}
.details-menu-summary::before,
.details-dialog-summary::before,
.inline-menu-summary::before,
.inline-summary::before {
display: none;
}
.details-menu-summary {
list-style: none;
cursor: default;
z-index: 200;
position: relative;
}
.details-menu-summary::after, inline-menu-summary::after {
content: " ▾";
}
.js details[open] > .inline-menu-summary,
.js details[open] > .details-menu-summary {
z-index: 100;
}
details[open] > .inline-menu-summary::before,
details[open] > .details-menu-summary::before {
display: block;
position: fixed;
content: ".";
color: transparent;
top: 0; bottom: 0;
left: 0; right: 0;
}
.details-dialog-summary {
list-style: none;
cursor: default;
position: relative;
}
details[open] > .details-dialog-summary::before,
details[open] > .inline-summary::before {
display: block;
position: fixed;
content: ".";
color: transparent;
top: 0; bottom: 0;
left: 0; right: 0;
z-index: 300;
background: rgba(50, 50, 50, 0.5);
}
.details-menu-inner, .typeahead-inner {
position: absolute;
z-index: 300;
display: none;
padding: 2px;
padding-bottom: 3px;
padding-right: 3px;
margin: 2px;
margin-top: 0;
}
details[open] > .details-menu-inner, .typeahead-inner {
display: block;
}
.details-menu-outer.backwards {
direction: rtl;
}
.details-menu-inner.backwards {
direction: ltr;
}
.details-menu-summary.backwards {
direction: ltr;
}
/*
All of the styles here are important.
Do not combine this class with other classes.
Do not use important in anything other than classes like this one,
where we need to override button and link styles to
get anything reasonable-looking.
*/
.details-menu-item {
background: transparent !important;
color: inherit !important;
box-shadow: none !important;
border: none !important;
outline: none !important;
text-shadow: none !important;
display: block !important;
white-space: nowrap !important;
padding: 0.25em 0.5em !important;
width: auto !important;
-webkit-appearance: none !important;
text-align: left !important;
line-height: 1.77 !important;
}
button.details-menu-item {
width: 100% !important;
}
.details-menu-item:focus, .details-menu-item-active {
background: #45a1ff !important;
}
html.dark .details-menu-item:focus, html.dark .details-menu-item-active {
background: #003eaa !important;
}
.tree, .subtree {
margin: 0;
padding: 0;
}
.tree li, .subtree li {
list-style-type: none;
}
.subtree li {
border-left: solid 1px #0f1126;
padding-left: 0.25em;
margin-left: 0.25em;
}
details-dialog {
position: fixed;
margin: 10vh auto;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 999;
max-height: 80vh;
max-width: 90vw;
width: 448px;
}
@media (min-width: 65em) {
.search-box-outer {
position: relative;
}
details-dialog.search-box {
position: absolute;
transform: translateX(0);
margin: 0;
top: 100%;
left: auto;
right: -3em;
}
details.search-box-outer > .details-dialog-summary {
z-index: 200;
}
details[open].search-box-outer > .details-dialog-summary {
z-index: 100;
}
details[open].search-box-outer > .details-dialog-summary::before {
opacity: 0;
z-index: auto;
}
details.search-box-outer > .details-dialog-summary:active,
details[open].search-box-outer > .details-dialog-summary {
border: solid 2px #eee;
border-top-color: #0c0c0d;
border-left-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABFSURBVBhXY+Dh4f2PDzOAiKKiov/FxcVYMVwBAxp4+/bD8X///r0lpOA9FRS8evX2/+vX7/4DBf6g4X9///79wPCfAAAACjiEnsLDGAsAAAAASUVORK5CYII=") 2;
position: relative;
top: 1px;
left: 1px;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark details.search-box-outer > .details-dialog-summary:active,
html.dark details[open].search-box-outer > .details-dialog-summary {
border: solid 2px #575765;
border-top-color: #0f1126;
border-left-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABGSURBVBjTY2BgYPhPADP85xdUw4nhChjQgJlFxPH8/MK3hBS8p4ICU4uI/yBsZhn5BwVbRPzLzi74wFBUVPQfFy4uLv4PAOyYS1KSeGvQAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.side-by-side {
display: flex;
flex-wrap: wrap;
}
.side-by-side div:first-child {
margin-right: 1em;
flex: 2;
}
.side-by-side div {
flex: 1;
}
}
.inline-form {
display: inline;
}
.good-img {
width: 0.75em;
height: 0.75em;
}
.good-table td, .good-code {
padding: 0.25em;
}
.good-table tbody td {
border-bottom: solid 1px currentColor;
}
.good-table thead td {
border-bottom: solid 2px currentColor;
}
.good-table, .good-code {
margin-top: 0;
margin-bottom: 1em;
border-collapse: collapse;
border-spacing: 0;
border: solid 1px currentColor;
}
main, .main {
font-family: Georgia, "Times New Roman", serif;
font-size: 1.1em;
font-size: max(1.1em, 16px);
line-height: 1.62;
display: block;
overflow: hidden;
padding: 0.25em 0.5em;
margin-top: -0.5em;
}
.main-mini {
font-size: inherit;
font-family: inherit;
padding: 0.5em;
}
.form-footer {
margin-top: 0.75em;
padding-top: 0.25em;
margin-left: -2em;
padding-left: 2em;
margin-right: -2em;
padding-right: 2em;
border-top: solid 2px #fff;
box-shadow: 0 -1px 0 0 #d7d7db;
display: block;
}
html.dark .form-footer {
border-color: #363959;
box-shadow: 0 -1px 0 0 #040405;
}
html.hairlines.dark .form-footer {
box-shadow: 0 -0.5px 0 0 #000;
}
details:not([open]) > .big-img {
display: none;
}
.big-img {
max-width: 95%;
}
.img-lightbox {
cursor: pointer;
color: inherit;
background: transparent none;
display: block;
list-style-type: none;
}
.img-lightbox:before {
border: solid 2px #eee;
border-bottom-color: #0c0c0d;
border-right-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
outline: none;
content: "+";
display: inline-block;
width: 1.5em;
font-size: 0.75em;
text-align: center;
margin-right: 0.25em;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
details[open] > .img-lightbox:before {
content: "-";
}
.post-banner {
font-size: 2em;
margin: 0;
text-align: center;
}
.post-banner-desc {
font-size: 1.5em;
margin: 0;
text-align: center;
}
.tight-headline {
margin-bottom: 2em;
}
.tight-headline h2, .tight-headline p {
margin: 0;
}
.footer-main {
float: left;
}
.footer-aside {
float: right;
text-align: right;
flex-grow: 1;
white-space: nowrap;
}
.footer-container {
display: flex;
flex-direction: row;
align-items: flex-end;
margin-top: -0.75em;
padding-top: 0.5em;
}
button.hide-button {
position: absolute;
right: 100%;
right: calc(100% + 2px);
left: auto;
top: 0;
bottom: 0;
border: none !important;
border-image: none !important;
background: none !important;
display: flex;
}
.rp {
text-align: center;
margin: 0.75em 0 0 0;
font-variant: small-caps;
font-weight: inherit;
font-size: inherit;
} | assets/style.css | html {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
line-height: 1.77;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
font-size: 0.9em;
overflow-x: hidden;
overflow-y: scroll;
scroll-padding-top: 0.25em;
}
button:focus,
input:focus,
select:focus,
:link.button:focus,
:visited.button:focus,
:link:focus,
:visited:focus,
.details-dialog-summary:focus,
textarea:focus,
.smart-textarea:focus {
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px #b1d6fc;
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px rgba(10, 132, 255, 0.3);
z-index: 10;
position: relative;
}
.details-menu-summary:focus,
html aside:target,
html article:target {
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px #b1d6fc;
box-shadow: 0 0 0 2px #0a84ff, 0 0 0 6px rgba(10, 132, 255, 0.3);
position: relative;
}
:link, :visited, u {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#b1b1b3));
background-image: -webkit-linear-gradient(top,transparent 50%,#b1b1b3 50%);
background-image: linear-gradient(to bottom,transparent 50%,#b1b1b3 50%);
background-repeat: repeat-x;
-webkit-background-size: 2px 2px;
background-size: 2px 2px;
background-position: 0 95%;
}
:link:focus, :visited:focus {
outline: none;
}
html.dark :link, html.dark :visited, html.dark u {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#737373));
background-image: -webkit-linear-gradient(top,transparent 50%,#737373 50%);
background-image: linear-gradient(to bottom,transparent 50%,#737373 50%);
}
html,
button,
input,
optgroup,
select,
textarea,
:link.button,
:link:active.button,
:visited.button,
:visited:active.button,
.details-dialog-summary,
.details-menu-summary,
article,
aside,
details-dialog,
.details-menu-inner,
.typeahead-inner,
.inner-banner,
.tab-box,
.tab,
.active-tab
{
background: #f9f9fa;
color: #0c0c0d;
}
.article-header-inner {
background-color: #f9f9fa;
}
html.dark,
html.dark article,
html.dark aside,
html.dark input,
html.dark textarea,
html.dark details-dialog,
html.dark .details-menu-inner,
html.dark .typeahead-inner,
html.dark .inner-banner
{
background: #202340;
color: #f9f9fa;
}
html.dark button,
html.dark input[type="submit"],
html.dark optgroup,
html.dark select,
html.dark :link.button,
html.dark :link:active.button,
html.dark :visited.button,
html.dark :visited:active.button,
html.dark .details-dialog-summary,
html.dark .details-menu-summary,
html.dark .tab-box,
html.dark .tab,
html.dark .active-tab {
background: #363959;
color: #f9f9fa;
}
html.dark .article-header-inner {
background-color: #202340;
}
html.big {
font-size: 1.5em;
}
nav, .page-wrapper {
max-width: 90em;
margin: 0 auto;
padding: 1em 5em;
}
html.big nav, html.big .page-wrapper {
max-width: none;
margin: 0 1em;
}
.page-wrapper-outer {
overflow: visible;
padding: 0 1em;
}
.page-wrapper {
overflow: hidden;
padding: 1em 4em;
}
nav {
padding: 0.5em;
}
.nav-second {
padding-top: 0;
}
html, body {
margin: 0;
}
@supports (display: flex) {
html, body {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.page-wrapper-outer {
flex-grow: 1;
}
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
header,
footer {
display: block;
overflow: hidden;
padding: 0.5em;
}
footer {
padding-top: 0;
}
figure {
margin: 1em 2.5px;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; /* 1 */
font-size: 1em; /* 2 */
white-space: pre-wrap;
}
a, u {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
/* this is the opposite of how normalize.css does it */
/* it's done this way to get consistent appearance with IE11 */
border-bottom: dotted 1px currentColor;
text-decoration: inherit;
}
b,
strong {
/* Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ffe900;
color: #0c0c0d;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea,
.smart-textarea,
:link.button,
:visited.button,
.details-dialog-summary,
.details-menu-summary,
.tab-box,
.tab,
.active-tab {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 100%;
line-height: 1.3;
margin: 0;
border: solid 1px #737373;
}
input,
textarea,
.smart-textarea {
width: 100%;
background: #fff;
box-sizing: border-box;
overflow-wrap: break-word;
white-space: pre-wrap;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
padding: 0.25em;
font-size: 1.1em;
/* workaround iOS auto-zoom */
font-size: max(1.1em, 16px);
line-height: 1.62;
}
input {
line-height: 1.05;
}
button,
html input[type="button"],
html input[type="submit"],
select,
:link.button,
:visited.button,
.details-dialog-summary,
.details-menu-summary,
.tab-box,
.tab,
.active-tab {
border: solid 2px #eee;
border-bottom-color: #0c0c0d;
border-right-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
width: auto;
outline: none;
padding: 0.25em 0.5em;
-webkit-user-select: none;
user-select: none;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.tab, .active-tab {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AgOBRsPruzbJgAAAD5JREFUGFdj+E8AMICIt28/4MRwBQxooLi4+LiwsMhbQgreU0FBaWkpGAMFkDEjiJaSkmZg4OPjx4l5eHgZABb/da9RvMGFAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.tab-box {
-webkit-user-select: auto;
user-select: auto;
}
html.dark button,
html.dark html input[type="button"],
html.dark html input[type="submit"],
html.dark select,
html.dark :link.button,
html.dark :visited.button,
html.dark .details-dialog-summary,
html.dark .details-menu-summary,
html.dark .tab,
html.dark .tab-box,
html.dark .active-tab {
border: solid 2px #575765;
border-bottom-color: #0f1126;
border-right-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABASURBVBhXYyguLv6PDzOACDPLSJwYroABDfALqh1nZGR+S0jBeyooEBBS/w/CQIE/aPgfExPrB6Baxv+4McN/ANClS9zIVZoLAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark .tab, html.dark .active-tab {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AgOBR84cj27LQAAAD1JREFUGFdjKC4u/o8PM4AIM8tInBiugAEN8AuqHWdkZH5LSMF7KioACjACMUgChhmZmFgZkExgZMDEDAwALQJDtIA0HH0AAAAASUVORK5CYII=") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
input,
textarea,
.smart-textarea,
button:active,
html input[type="button"]:active,
html input[type="submit"]:active,
select:active,
.button:active,
.details-menu-summary:active,
details[open] > .details-menu-summary,
.details-dialog-summary:active {
border: solid 2px #eee;
border-top-color: #0c0c0d;
border-left-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABFSURBVBhXY+Dh4f2PDzOAiKKiov/FxcVYMVwBAxp4+/bD8X///r0lpOA9FRS8evX2/+vX7/4DBf6g4X9///79wPCfAAAACjiEnsLDGAsAAAAASUVORK5CYII=") 2;
position: relative;
top: 1px;
left: 1px;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark input,
html.dark textarea,
html.dark button:active,
html.dark html input[type="button"]:active,
html.dark html input[type="submit"]:active,
html.dark select:active,
html.dark .button:active,
html.dark .details-menu-summary:active,
html.dark details[open] > .details-menu-summary,
html.dark .details-dialog-summary:active {
border: solid 2px #575765;
border-top-color: #0f1126;
border-left-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABGSURBVBjTY2BgYPhPADP85xdUw4nhChjQgJlFxPH8/MK3hBS8p4ICU4uI/yBsZhn5BwVbRPzLzi74wFBUVPQfFy4uLv4PAOyYS1KSeGvQAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark button[disabled],
html.dark button[disabled]:active {
border: solid 2px #2a2a2e;
}
.button-default {
box-shadow: inset -1px -1px 0 0 #b1b1b3;
}
html.dark .button-default {
box-shadow: inset -1px -1px 0 0 #4a4a4f;
}
html .button-default:active {
box-shadow: none;
}
button,
:link.button,
:visited.button,
.details-menu-outer,
.details-dialog-outer,
.tab,
.active-tab {
display: inline-block;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
:link.button,
:visited.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.details-menu-summary,
.inline-menu-summary,
.details-dialog-summary {
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 1;
}
.tab,
.active-tab,
html.dark .tab,
html.dark .active-tab {
z-index: 2;
position: relative;
top: 1px;
}
.tab, html.dark .tab {
border-width: 1px;
background: transparent none;
}
.active-tab, html.dark .active-tab {
top: 0.26em;
padding-top: 0.125em;
padding-bottom: 0.125em;
border-width: 2px;
}
.tab-box {
overflow: hidden;
}
button[disabled],
button[disabled]:active {
border-image: none;
border: solid 2px #d7d7db;
opacity: 0.75;
top: 0; left: 0;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
input[type="button"]:-moz-focusring,
input[type="reset"]:-moz-focusring,
input[type="submit"]:-moz-focusring {
outline: none;
}
.flag-button-active {
background: #a4000f;
border-image: none;
border-top: solid 2px #ff0039;
border-left: solid 2px #ff0039;
border-bottom: solid 2px #3e0200;
border-right: solid 2px #3e0200;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea,
.smart-textarea {
min-height: 8em;
}
.smart-textarea {
overflow: auto;
}
textarea.smart-textarea {
overflow: hidden;
z-index: 2;
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
resize: none;
}
pre.smart-textarea {
overflow: hidden;
visibility: hidden;
}
.smart-textarea-wrapper {
position: relative;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
display: inline;
width: auto;
}
.checkbox-label {
display: block;
margin: 0.75em;
}
.checkbox-label input {
margin-right: 0.75em;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
outline: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
:link {
color: #0060df;
text-decoration: none;
}
html.dark :link {
color: #45a1ff;
}
:visited {
color: #8000d7;
text-decoration: none;
}
html.dark :visited {
color: #c069ff;
}
:link:active, :visited:active {
color: #d70022;
}
html.dark :link:active, html.dark :visited:active {
color: #ff0039;
}
u {
text-decoration: none;
}
.inner-link:link {
color: #058b00;
}
html.dark .inner-link:link {
color: #30e60b;
}
.domain-link, html.dark .domain-link {
font-style: italic;
color: inherit;
}
article, aside {
display: block;
border: solid 1px #aaa;
position: relative;
}
html.hairlines article, html.hairlines aside {
border-color: #999;
}
.aside-header {
padding: 0.25em 0.5em;
margin-bottom: 0.5em;
background: #363959;
color: #fff;
}
.identicon {
position: relative;
top: 2px;
}
article {
margin-top: 2.5em;
margin-bottom: 3em;
padding: 0 0 0 0.25em;
}
aside {
margin: 0.5em 0.5em 0 0;
}
.top-header {
background: #363959;
color: #fff;
padding: 0 5em;
overflow: visible;
}
.top-header-link, html.dark .top-header-link {
color: #fff;
}
.top-header-aside {
float: right;
}
@media (max-width:75em) {
html, body {
margin: 0 0;
}
.top-header {
padding: 0 1em;
}
.page-wrapper {
padding: 1em;
}
.page-wrapper-outer {
padding: 0;
}
aside {
margin-left: 0.75em;
}
article {
margin-left: 0.25em;
border-left: none;
border-right: none;
border-bottom: none;
}
.article-header {
margin-left: -0.75em;
}
html body .hide-small {
display: none !important;
}
html body .overflow {
display: none !important;
}
}
html.dark article, html.dark aside {
border-color: #737373;
}
html.hairlines article, html.hairlines aside {
border-width: 0.5px;
}
html.dark.hairlines article, html.dark.hairlines aside {
border-color: #888;
}
.article-header {
margin-top: -1.5em;
margin-bottom: -1em;
margin-right: 5em;
padding: 0.5em;
display: block;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
}
article.blog-post {
border: none;
}
.blog-post .article-header {
margin: 0;
border-bottom: solid 1px #aaa;
padding-top: 0;
}
.blog-post .article-header-inner {
overflow: visible;
}
.blog-post .article-header-inner:first-child {
padding: 0;
overflow: visible;
display: block;
}
.blog-post .article-header-inner:first-child a {
font-size: 1.5em;
color: inherit;
background: none;
}
html.hairlines .article-header, html.hairlines .article-header {
border-width: 0.5px;
}
html.dark.hairlines .article-header, html.dark.hairlines .article-header {
border-color: #888;
}
.article-header-inner {
padding: 0.5em;
padding: calc(0.5em - 1px);
padding-top: 0;
outline: none;
display: inline-block;
overflow: hidden;
margin: 0 -0.25em -0.5em;
margin: 0 calc(-0.25em + 1px) -0.5em;
}
.blog-tag-article-header-inner {
padding: 0.5em;
padding: calc(0.5em - 1px);
color: #fff;
background: #666;
line-height: 2.5;
}
html.dark .blog-tag-article-header-inner {
color: #000;
background: #ccc;
}
details-dialog, .details-menu-inner, .inner-banner, .typeahead-inner {
box-shadow: 0.25em 0.25em 0 #0c0c0d;
border: solid 2px #fff;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
border-bottom: solid 1px #737373;
border-right: solid 1px #737373;
padding: 0.25em 0.5em;
margin: 0.5em 0;
overflow: hidden;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.subordinate-banner {
padding: 0.25em 0.5em 0 0.5em;
margin: 0.5em 0;
}
.typeahead-outer {
position: relative;
}
.typeahead-inner {
position: absolute;
width: 100%;
max-height: 10em;
overflow-y: scroll;
}
html.dark details-dialog, html.dark .details-menu-inner, html.dark .inner-banner, html.dark .typeahead-inner {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSV<KEY>") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.inner-banner {
margin-bottom: 0.5em;
}
details-dialog {
display: none;
}
details[open] > details-dialog {
z-index: 400;
display: block;
}
.details-menu-summary::-webkit-details-marker,
.details-dialog-summary::-webkit-details-marker,
.inline-menu-summary::-webkit-details-marker,
.inline-summary::-webkit-details-marker,
.img-lightbox::-webkit-details-marker {
display: none;
}
.inline-summary, .inline-menu-summary {
list-style-type: none;
cursor: pointer;
display: inline;
}
.details-menu-summary::before,
.details-dialog-summary::before,
.inline-menu-summary::before,
.inline-summary::before {
display: none;
}
.details-menu-summary {
list-style: none;
cursor: default;
z-index: 200;
position: relative;
}
.details-menu-summary::after, inline-menu-summary::after {
content: " ▾";
}
.js details[open] > .inline-menu-summary,
.js details[open] > .details-menu-summary {
z-index: 100;
}
details[open] > .inline-menu-summary::before,
details[open] > .details-menu-summary::before {
display: block;
position: fixed;
content: ".";
color: transparent;
top: 0; bottom: 0;
left: 0; right: 0;
}
.details-dialog-summary {
list-style: none;
cursor: default;
position: relative;
}
details[open] > .details-dialog-summary::before,
details[open] > .inline-summary::before {
display: block;
position: fixed;
content: ".";
color: transparent;
top: 0; bottom: 0;
left: 0; right: 0;
z-index: 300;
background: rgba(50, 50, 50, 0.5);
}
.details-menu-inner, .typeahead-inner {
position: absolute;
z-index: 300;
display: none;
padding: 2px;
padding-bottom: 3px;
padding-right: 3px;
margin: 2px;
margin-top: 0;
}
details[open] > .details-menu-inner, .typeahead-inner {
display: block;
}
.details-menu-outer.backwards {
direction: rtl;
}
.details-menu-inner.backwards {
direction: ltr;
}
.details-menu-summary.backwards {
direction: ltr;
}
/*
All of the styles here are important.
Do not combine this class with other classes.
Do not use important in anything other than classes like this one,
where we need to override button and link styles to
get anything reasonable-looking.
*/
.details-menu-item {
background: transparent !important;
color: inherit !important;
box-shadow: none !important;
border: none !important;
outline: none !important;
text-shadow: none !important;
display: block !important;
white-space: nowrap !important;
padding: 0.25em 0.5em !important;
width: auto !important;
-webkit-appearance: none !important;
text-align: left !important;
line-height: 1.77 !important;
}
button.details-menu-item {
width: 100% !important;
}
.details-menu-item:focus, .details-menu-item-active {
background: #45a1ff !important;
}
html.dark .details-menu-item:focus, html.dark .details-menu-item-active {
background: #003eaa !important;
}
.tree, .subtree {
margin: 0;
padding: 0;
}
.tree li, .subtree li {
list-style-type: none;
}
.subtree li {
border-left: solid 1px #0f1126;
padding-left: 0.25em;
margin-left: 0.25em;
}
details-dialog {
position: fixed;
margin: 10vh auto;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 999;
max-height: 80vh;
max-width: 90vw;
width: 448px;
}
@media (min-width: 65em) {
.search-box-outer {
position: relative;
}
details-dialog.search-box {
position: absolute;
transform: translateX(0);
margin: 0;
top: 100%;
left: auto;
right: -3em;
}
details.search-box-outer > .details-dialog-summary {
z-index: 200;
}
details[open].search-box-outer > .details-dialog-summary {
z-index: 100;
}
details[open].search-box-outer > .details-dialog-summary::before {
opacity: 0;
z-index: auto;
}
details.search-box-outer > .details-dialog-summary:active,
details[open].search-box-outer > .details-dialog-summary {
border: solid 2px #eee;
border-top-color: #0c0c0d;
border-left-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABFSURBVBhXY+Dh4f2PDzOAiKKiov/FxcVYMVwBAxp4+/bD8X///r0lpOA9FRS8evX2/+vX7/4DBf6g4X9///79wPCfAAAACjiEnsLDGAsAAAAASUVORK5CYII=") 2;
position: relative;
top: 1px;
left: 1px;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
html.dark details.search-box-outer > .details-dialog-summary:active,
html.dark details[open].search-box-outer > .details-dialog-summary {
border: solid 2px #575765;
border-top-color: #0f1126;
border-left-color: #0f1126;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABGSURBVBjTY2BgYPhPADP85xdUw4nhChjQgJlFxPH8/MK3hBS8p4ICU4uI/yBsZhn5BwVbRPzLzi74wFBUVPQfFy4uLv4PAOyYS1KSeGvQAAAAAElFTkSuQmCC") 2;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
.side-by-side {
display: flex;
flex-wrap: wrap;
}
.side-by-side div:first-child {
margin-right: 1em;
flex: 2;
}
.side-by-side div {
flex: 1;
}
}
.inline-form {
display: inline;
}
.good-img {
width: 0.75em;
height: 0.75em;
}
.good-table td, .good-code {
padding: 0.25em;
}
.good-table tbody td {
border-bottom: solid 1px currentColor;
}
.good-table thead td {
border-bottom: solid 2px currentColor;
}
.good-table, .good-code {
margin-top: 0;
margin-bottom: 1em;
border-collapse: collapse;
border-spacing: 0;
border: solid 1px currentColor;
}
main, .main {
font-family: Georgia, "Times New Roman", serif;
font-size: 1.1em;
font-size: max(1.1em, 16px);
line-height: 1.62;
display: block;
overflow: hidden;
padding: 0.25em 0.5em;
margin-top: -0.5em;
}
.main-mini {
font-size: inherit;
font-family: inherit;
padding: 0.5em;
}
.form-footer {
margin-top: 0.75em;
padding-top: 0.25em;
margin-left: -2em;
padding-left: 2em;
margin-right: -2em;
padding-right: 2em;
border-top: solid 2px #fff;
box-shadow: 0 -1px 0 0 #d7d7db;
display: block;
}
html.dark .form-footer {
border-color: #363959;
box-shadow: 0 -1px 0 0 #040405;
}
html.hairlines.dark .form-footer {
box-shadow: 0 -0.5px 0 0 #000;
}
details:not([open]) > .big-img {
display: none;
}
.big-img {
max-width: 95%;
}
.img-lightbox {
cursor: pointer;
color: inherit;
background: transparent none;
display: block;
list-style-type: none;
}
.img-lightbox:before {
border: solid 2px #eee;
border-bottom-color: #0c0c0d;
border-right-color: #0c0c0d;
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABBSURBVBhXY/hPADCAiLdvP+DEcAUMaKC4uPi4sLDIW0IK3lNBQWlp6X8QBgr8QcP/pKSkPzDw8fH/x4V5eHj/AwAIl4WCOETMYgAAAABJRU5ErkJggg==") 2;
outline: none;
content: "+";
display: inline-block;
width: 1.5em;
font-size: 0.75em;
text-align: center;
margin-right: 0.25em;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; /* Firefox before version 65 */
image-rendering: -webkit-optimize-contrast; /* Safari */
-ms-interpolation-mode: nearest-neighbor; /* EdgeHTML Edge and Trident */
image-rendering: pixelated; /* Chrome */
}
details[open] > .img-lightbox:before {
content: "-";
}
.post-banner {
font-size: 2em;
margin: 0;
text-align: center;
}
.post-banner-desc {
font-size: 1.5em;
margin: 0;
text-align: center;
}
.tight-headline {
margin-bottom: 2em;
}
.tight-headline h2, .tight-headline p {
margin: 0;
}
.footer-main {
float: left;
}
.footer-aside {
float: right;
text-align: right;
flex-grow: 1;
white-space: nowrap;
}
.footer-container {
display: flex;
flex-direction: row;
align-items: flex-end;
margin-top: -0.75em;
padding-top: 0.5em;
}
button.hide-button {
position: absolute;
right: 100%;
right: calc(100% + 2px);
left: auto;
top: 0;
bottom: 0;
border: none !important;
border-image: none !important;
background: none !important;
display: flex;
}
.rp {
text-align: center;
margin: 0.75em 0 0 0;
font-variant: small-caps;
font-weight: inherit;
font-size: inherit;
} | 0.518546 | 0.120879 |
.product_page_search{padding:2px 30px;line-height:3em;}
#product{width:100%;max-width:800px;min-width:360px;}
#product th{position: sticky;top: 0px;}
#product td{vertical-align: middle;}
#product tr > td:nth-child(5) > div:nth-child(1){white-space:wrap;word-break: break-all;}
#product tr > td:nth-child(5) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:10px;}
#product tr > td:nth-child(5) > div:nth-child(3){text-align:right;font-size:0.9em;color:DimGrey;word-break: break-all;}
#product tr > td:nth-child(5) > div:nth-child(4){text-align:right;font-size:0.9em;color:DimGrey;}
#product tr > td:nth-child(6) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:2px;}
#product tr > td:nth-child(8) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:2px;}
#product td.action > a:nth-child(1){display:block;}
#product td.action > a:nth-child(2){display:none;}
#product td.action > a:nth-child(3){display:none;}
#product td.action > a:nth-child(4){display:none;}
#product td.action > a:nth-child(5){display:none;}
#product td.action > a:nth-child(6){display:none;}
#product td.action > a:nth-child(7){display:none;}
#product td.action > a:nth-child(8){display:none;}
@media screen and (max-width: 760px) {
.pd_search > form > label > select{width:80px;}
.pd_search >form > label >input[type="text"]{width:calc(100% - 165px);}
.pd_search > form > label > input[type="button"]{width:60px;}
#product th:nth-child(2){display:none}
#product th:nth-child(4){display:none}
#product th:nth-child(7){display:none}
#product th:nth-child(9){display:none}
#product tr > td:nth-child(2){display:none}
#product tr > td:nth-child(4){display:none}
#product tr > td:nth-child(7){display:none}
#product tr > td:nth-child(9){display:none}
#product tr > td:nth-child(5) > div:nth-child(2){display:block}
#product tr > td:nth-child(5) > div:nth-child(3){display:block;}
#product tr > td:nth-child(6) > div:nth-child(2){display:block}
#product tr > td:nth-child(8) > div:nth-child(2){display:block}
#product th{font-size:12px;}
} | css/product.css | .product_page_search{padding:2px 30px;line-height:3em;}
#product{width:100%;max-width:800px;min-width:360px;}
#product th{position: sticky;top: 0px;}
#product td{vertical-align: middle;}
#product tr > td:nth-child(5) > div:nth-child(1){white-space:wrap;word-break: break-all;}
#product tr > td:nth-child(5) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:10px;}
#product tr > td:nth-child(5) > div:nth-child(3){text-align:right;font-size:0.9em;color:DimGrey;word-break: break-all;}
#product tr > td:nth-child(5) > div:nth-child(4){text-align:right;font-size:0.9em;color:DimGrey;}
#product tr > td:nth-child(6) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:2px;}
#product tr > td:nth-child(8) > div:nth-child(2){display:none;font-size:12px;color:#333333;text-align:right;padding-right:2px;}
#product td.action > a:nth-child(1){display:block;}
#product td.action > a:nth-child(2){display:none;}
#product td.action > a:nth-child(3){display:none;}
#product td.action > a:nth-child(4){display:none;}
#product td.action > a:nth-child(5){display:none;}
#product td.action > a:nth-child(6){display:none;}
#product td.action > a:nth-child(7){display:none;}
#product td.action > a:nth-child(8){display:none;}
@media screen and (max-width: 760px) {
.pd_search > form > label > select{width:80px;}
.pd_search >form > label >input[type="text"]{width:calc(100% - 165px);}
.pd_search > form > label > input[type="button"]{width:60px;}
#product th:nth-child(2){display:none}
#product th:nth-child(4){display:none}
#product th:nth-child(7){display:none}
#product th:nth-child(9){display:none}
#product tr > td:nth-child(2){display:none}
#product tr > td:nth-child(4){display:none}
#product tr > td:nth-child(7){display:none}
#product tr > td:nth-child(9){display:none}
#product tr > td:nth-child(5) > div:nth-child(2){display:block}
#product tr > td:nth-child(5) > div:nth-child(3){display:block;}
#product tr > td:nth-child(6) > div:nth-child(2){display:block}
#product tr > td:nth-child(8) > div:nth-child(2){display:block}
#product th{font-size:12px;}
} | 0.070248 | 0.060418 |
.react-form
{
align-self: center;
justify-content: center;
margin: 0px;
padding:5px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #1d1d1d;
color: #ffff;
border: solid 2px #aa3723;
}
.review-window
{
display: flexbox;
float: center;
position: center;
justify-content: center;
box-sizing: content-box;
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
min-height: 150px;
min-width: 135px;
padding: 10px;
}
.react-button-style
{
background-color: #aa3723;
color: white;
border: none;
padding: 5px 5px 5px 5px;
}
.react-button-style .Submit
{
padding: 10px 10px;
}
.form-textarea
{
width: 230px;
height: 150px;
justify-self: left;
text-align: start;
outline: none;
}
textarea
{
outline-color:#aa3723;
}
.star-rating
{
color: orange;
}
.star-rating:first-child
{
position: static;
}
.star-rating:nth-child(5)
{
z-index: 5;
}
.star-rating:nth-child(4)
{
z-index: 4;
}
.star-rating:nth-child(3)
{
z-index: 3;
}
.star-rating:nth-child(2)
{
z-index: 2;
}
.star-rating:nth-child(1)
{
z-index: 1;
}
.star-rating:hover
{
color: white;
}
.star-rating:first-child .star-rating
{
color: orange;
}
.star-rating:not(:hover) span:checked ~ .star-rating,
.star-rating:hover ~ .star-rating
{
color: white;
}
/* span:focus:not(:checked) ~ .star-rating:last-child
{
color:gray;
text-shadow: green;
} */
.form-rating
{
justify-self: left;
text-align: left;
}
.form-name
{
justify-self: left;
text-align: left;
}
.popup-overlay
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(green);
transition: opacity 500ms;
opacity: 100%;
overflow: hidden;
transition: .3ms;
}
/* .popup
{
margin: 70px auto;
visibility: visible;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #3d3d3d;
border: 2px solid #eb7560;
overflow: hidden;
opacity: 1;
color: #ffff;
transition: all 3s ease-in-out;
}
.popup textarea
{
width: 250px;
height: 300px;
color: black;
background-color: white;
}
.popup text
{
background-color: white;
color:black;
} */ | css/ReviewForm.css | .react-form
{
align-self: center;
justify-content: center;
margin: 0px;
padding:5px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #1d1d1d;
color: #ffff;
border: solid 2px #aa3723;
}
.review-window
{
display: flexbox;
float: center;
position: center;
justify-content: center;
box-sizing: content-box;
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
min-height: 150px;
min-width: 135px;
padding: 10px;
}
.react-button-style
{
background-color: #aa3723;
color: white;
border: none;
padding: 5px 5px 5px 5px;
}
.react-button-style .Submit
{
padding: 10px 10px;
}
.form-textarea
{
width: 230px;
height: 150px;
justify-self: left;
text-align: start;
outline: none;
}
textarea
{
outline-color:#aa3723;
}
.star-rating
{
color: orange;
}
.star-rating:first-child
{
position: static;
}
.star-rating:nth-child(5)
{
z-index: 5;
}
.star-rating:nth-child(4)
{
z-index: 4;
}
.star-rating:nth-child(3)
{
z-index: 3;
}
.star-rating:nth-child(2)
{
z-index: 2;
}
.star-rating:nth-child(1)
{
z-index: 1;
}
.star-rating:hover
{
color: white;
}
.star-rating:first-child .star-rating
{
color: orange;
}
.star-rating:not(:hover) span:checked ~ .star-rating,
.star-rating:hover ~ .star-rating
{
color: white;
}
/* span:focus:not(:checked) ~ .star-rating:last-child
{
color:gray;
text-shadow: green;
} */
.form-rating
{
justify-self: left;
text-align: left;
}
.form-name
{
justify-self: left;
text-align: left;
}
.popup-overlay
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(green);
transition: opacity 500ms;
opacity: 100%;
overflow: hidden;
transition: .3ms;
}
/* .popup
{
margin: 70px auto;
visibility: visible;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #3d3d3d;
border: 2px solid #eb7560;
overflow: hidden;
opacity: 1;
color: #ffff;
transition: all 3s ease-in-out;
}
.popup textarea
{
width: 250px;
height: 300px;
color: black;
background-color: white;
}
.popup text
{
background-color: white;
color:black;
} */ | 0.384103 | 0.083106 |
body{
font-family:'Roboto', Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
.block-text{
margin: 30px 0;
}
.img-wrap{
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
textarea{
resize: none;
}
p{
font-size: 1rem !important;
font-weight: 400;
letter-spacing: 0.5px;
color: #929292;
}
@media screen and (max-width: 767px) {
.display-1{
font-size: 3rem;
}
.display-4{
font-size: 2.5rem;
}
}
/*----------------------------------Global-----------------------------------*/
/*----------------------------------Loader-----------------------------------*/
:root {
--size: 100px;
--child-size: calc(var(--size) / 2);
--child-child-size: calc(var(--child-size) / 2);
--sqrt3: 1.73205080757;
--color1: #231f20;
--color2: #FFFFFF;
--color3: #ec1c24;
--color4: #fdea00;
--color5: #34469c;
}
.preloader-container {
overflow: hidden;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100vh;
width: 100vw;
/*background: #E91E63;*/
background: #FFFFFF;
/*background: #ffb74d url(http://www.minimit.com/images/picjumbo.com_IMG_6648.jpg) no-repeat center center / cover;*/
background-blend-mode: hard-light;
z-index: 99999999;
transition: all 1.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.preloader-container.is-hidden {
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
.loader {
position: relative;
}
/* .loader::before {
content: '';
display: block;
-webkit-animation: loader-spin 2s infinite ease-out;
animation: loader-spin 2s infinite ease-out;
border-bottom: calc(var(--size) * var(--sqrt3)) solid var(--color1);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
} */
.loader .load1{
display: block;
border-bottom: calc(var(--child-child-size) * var(--sqrt3)) solid var(--color1);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.loader .load2{
display: block;
border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.loader .load3{
display: block;
position: absolute;
left: -100px;
bottom: 0px;
border-bottom: calc(var(--child-size) * var(--sqrt3)) solid var(--color3);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
}
.loader .load4{
display: block;
position: absolute;
right: -100px;
bottom: 0px;
border-bottom: calc(var(--child-size) * var(--sqrt3)) solid var(--color4);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
}
.loader .load5{
display: block;
position: absolute;
bottom: 0px;
border-bottom: calc(var(--child-child-size) * var(--sqrt3)) solid var(--color5);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.animated {
animation-duration: 2s;
animation-fill-mode: both;
}
/* .loader .load1, .loader .load2, .loader .load3, .loader .load4, .loader .load5{
animation: 2s linear infinite;
} */
/* .loader::after {
content: '';
display: block;
-webkit-animation: loader-spin-off 2s infinite ease-out;
animation: loader-spin-off 2s infinite ease-out;
position: absolute;
top: calc(var(--child-size) * var(--sqrt3));
left: calc(var(--size) / 2);
display: block;
border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
} */
/*----------------------------------Loader-----------------------------------*/
/*--------------------------------Navigation---------------------------------*/
.header{
background: #FFFFFF;
transition: height 0.3s;
}
.header .navbar-brand{
width: 100px;
}
.navbar-toggler:focus{
outline: none !important;
}
.header .navbar-nav .nav-link{
color: #231f20;
min-width: 120px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 10px;
height: 30px;
padding: 8px 15px;
position: relative;
overflow: hidden;
font-size: 18px;
font-weight: 400;
}
/*.header .navbar-nav .nav-link:not(.current):before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
bottom: 0px;
background: #ec1c24;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.header .navbar-nav .nav-link:hover:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
}*/
.header .navbar-nav .nav-link.current{
color: #231f20;
border: 1px solid #231f20;
border-radius: 30px;
}
@media screen and (max-width: 990px) {
.header .navbar-nav .nav-item{
text-align: center;
margin: 10px 0;
}
.header .navbar-nav .nav-link.current{
display: inline-flex;
}
}
/*--------------------------------Navigation---------------------------------*/
/*----------------------------------Footer-----------------------------------*/
.footer{
background: #231f20;
}
.footer .copy{
color: #FFFFFF;
font-weight: 300;
}
/*----------------------------------Footer-----------------------------------*/
/*-------------------------------Section Style-------------------------------*/
section{
position: relative;
}
.section-wrap:not(.home-sec){
min-height: 100vh;
}
.home-sec{
height: 100vh;
/*width: 25vw;*/
margin: auto;
/*padding: 50px 0px;*/
/*background: #FFFFFF url(../images/homepage-logo.png) no-repeat center center / contain;*/
border-bottom: 1px solid rgb(240, 240, 240);
}
.about-sec{
padding: 30px 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.services-sec{
padding: 30px 0 0 0;
background: #f1f1f1;
/*background: rgb(200, 200, 200);*/
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.team-sec{
padding: 30px 0 0 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.works-sec{
padding: 30px 0 0 0;
background: #f1f1f1;
/*background: rgb(200, 200, 200);*/
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.contact-sec{
padding: 30px 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
@media screen and (max-width: 990px) {
.section-wrap:not(.home-sec){
height: auto;
}
}
@media screen and (max-width: 767px) {
}
/*-------------------------------Section Style-------------------------------*/
/*----------------------------------Contact----------------------------------*/
.btn-submit{
color: #FFFFFF;
background: #231f20;
border-radius: 35px;
}
.btn-submit:hover{
color: #FFFFFF;
background: #565253;
}
.contact-form .form-group{
margin: 35px 0;
}
.contact-form .form-group label{
font-size: 1rem;
}
.contact-form .form-group input{
/*border-radius: 50px;*/
border-radius: 5px;
}
.contact-form .form-group textarea{
/*border-radius: 20px;*/
border-radius: 5px;
}
.contact-details li{
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 1rem;
text-align: right;
color: #000000;
margin: 15px 0;
}
.contact-details li .mail{
color: #000000;
text-decoration: none;
}
.contact-details li .address{
color: #747474;
}
/*----------------------------------Contact----------------------------------*/
/*-----------------------------------Home------------------------------------*/
.banner-carousel .carousel-inner{
pointer-events: none;
}
.banner-carousel .carousel-inner .carousel-item img{
object-fit: cover;
width: 100%;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption{
background: #FFFFFF;
padding: 15px;
width: 35vw;
margin: auto;
/*transform: translateY(-35vh);*/
bottom: 40%;
color: #000000;
text-transform: uppercase;
}
/*.banner-carousel .carousel-inner .carousel-item .carousel-caption h4:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
background: #ec1c24;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.banner-carousel .carousel-inner .carousel-item.active .carousel-caption h4:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
background: #fdea00;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.banner-carousel .carousel-inner .carousel-item.active .carousel-caption h3:before{
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}*/
.banner-carousel .carousel-inner .carousel-item .carousel-caption h4{
font-weight: 100;
font-size: 2.4rem;
position: relative;
overflow: hidden;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3{
font-size: 2.4rem;
font-weight: 300;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.banner-carousel .carousel-inner .carousel-item .carousel-caption {
width: 85vw;
left: 0;
right: 0;
}
}
@media screen and (max-width: 565px) {
.banner-carousel .carousel-inner .carousel-item .carousel-caption h4{
font-size: 2rem;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3{
font-size: 2rem;
}
}
/*-----------------------------------Home------------------------------------*/
/*-----------------------------------Tabs------------------------------------*/
.icon-website{
-webkit-mask: url(../images/website.png) no-repeat center / contain;
-moz-mask: url(../images/website.png) no-repeat center / contain;
mask: url(../images/website.png) no-repeat center / contain;
}
.icon-branding{
-webkit-mask: url(../images/branding.png) no-repeat center / contain;
-moz-mask: url(../images/branding.png) no-repeat center / contain;
mask: url(../images/branding.png) no-repeat center / contain;
}
.icon-animation{
-webkit-mask: url(../images/animation.png) no-repeat center / contain;
-moz-mask: url(../images/animation.png) no-repeat center / contain;
mask: url(../images/animation.png) no-repeat center / contain;
}
.icon-digital{
-webkit-mask: url(../images/digital.png) no-repeat center / contain;
-moz-mask: url(../images/digital.png) no-repeat center / contain;
mask: url(../images/digital.png) no-repeat center / contain;
}
.icon-art{
-webkit-mask: url(../images/art.png) no-repeat center / contain;
-moz-mask: url(../images/art.png) no-repeat center / contain;
mask: url(../images/art.png) no-repeat center / contain;
}
.services-tabs, .works-tabs{
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border: none;
overflow: hidden;
}
.services-tabs .nav-item a.nav-link,
.works-tabs .nav-item a.nav-link{
color: #000000;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 15px;
padding: 5px 30px;
border-radius: 30px;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
}
.services-tabs .nav-item a.nav-link .icon, .works-tabs .nav-item a.nav-link .icon{
display: none;
}
.services-tabs .nav-item a.nav-link span, .works-tabs .nav-item a.nav-link span{
display: flex;
}
.services-tabs .nav-item a.nav-link i, .works-tabs .nav-item a.nav-link i{
height: 32px;
width: 32px;
}
.services-tabs .nav-item a:hover,
.services-tabs .nav-item a.active,
.works-tabs .nav-item a:hover,
.works-tabs .nav-item a.active{
border-color: transparent;
background-color: #000000;
color: #FFFFFF;
/*padding: 5px 30px;*/
}
.services-tabs-cont, .works-tabs-cont{
margin: 50px 0;
}
@media screen and (max-width: 990px) {
.services-tabs .nav-item a.nav-link .icon, .works-tabs .nav-item a.nav-link .icon{
display: flex;
background-color: #000000;
}
.services-tabs .nav-item a:hover .icon, .works-tabs .nav-item a:hover .icon,
.services-tabs .nav-item a.active .icon, .works-tabs .nav-item a.active .icon{
background-color: #FFFFFF;
}
.services-tabs .nav-item a.nav-link span, .works-tabs .nav-item a.nav-link span{
display: none;
}
.services-tabs .nav-item a.nav-link, .works-tabs .nav-item a.nav-link{
padding: 10px;
}
.services-tabs-cont, .works-tabs-cont {
margin: 10px 15px;
}
}
@media screen and (max-width: 565px) {
.services-tabs .nav-item a.nav-link, .works-tabs .nav-item a.nav-link {
padding: 10px;
margin: 5px;
}
}
/*-----------------------------------Tabs------------------------------------*/
/*-----------------------------------Team------------------------------------*/
.team-wrap{}
.team-wrap [class*="col-"]{
height: 150px;
margin: 10px 0;
}
.team-wrap .team{
border:1px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 20px;
margin: 0 10px;
height: 100%;
position: relative;
overflow: hidden;
}
/* .team-wrap .team:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
bottom: 0px;
background: #fdea00;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.team-wrap .team:hover:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
} */
.team-wrap .team h5{
font-weight: 300;
text-align: center;
}
.team-wrap .team h4{
font-weight: 100;
text-align: center;
}
.team-wrap .team:hover .team-cont{
transform: scale(1.2);
-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.team-wrap .team .team-cont{
-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
/*-----------------------------------Team------------------------------------*/
/*-----------------------------------Works-----------------------------------*/
.work-card{
background: transparent;
}
.work-card .card-title{
font-weight: 300;
position: relative;
padding: 0 0 0.5rem 0;
margin: 0 0 0.5rem 0;
}
/* .work-card .image-popup {
display: flex;
} */
.work-card img.card-img-top{
object-fit: cover;
width: 100%;
height: 100%;
}
.work-card .work-card-img{
position: relative;
overflow: hidden;
height: 200px;
}
.work-card .work-card-img .work-overlay{
position: absolute;
background: rgba(0,0,0,0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: translate3d(0,-150%,0);
transform: translate3d(0,-150%,0);
}
.work-card:hover .work-card-img .work-overlay{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.work-card .work-card-img .work-overlay .zoom-btn{
background: #fff url(../images/icon-zoom.png) no-repeat center center / 30px;
border-radius: 50%;
color: #5b974e;
font-size: 26px;
line-height: 50px;
margin: 0 auto 15px;
width: 50px;
height: 50px;
}
/*
.work-card{
position:relative;
overflow:hidden;
height: 200px;
}
.work-card .card-block{
text-decoration: none;
padding:1em;
bottom:100%;
position:absolute;
background: rgba(0, 0, 0, 0.7);
color:#fff;
height:100%;
transition: bottom .2s;
}
.work-card:hover .card-block{
bottom:0;
}
.work-card .card-block .card-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translate3d(-150%,0,0);
transform: translate3d(-150%,0,0);
}
.work-card:hover .card-block .card-title::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.work-card .card-block .card-text{
font-weight: 300;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translate3d(-150%,0,0);
transform: translate3d(150%,0,0);
color: #FFF;
}
.work-card:hover .card-block .card-text{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} */
/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
cursor: url(../images/close-cursor.png), auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
display: none;
}
@media screen and (max-width: 767px) {
.work-card .work-card-img {
height: 240px;
}
}
/*-----------------------------------Works-----------------------------------*/
/*--------------------------------Tilt Effect--------------------------------*/
.about-img-wrap{
position: relative;
/*width: 200px;
height: 200px;*/
}
.about-tilt-img{
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
z-index: 2;
}
.about-tilt-bg {
position: absolute;
top: 190px;
left: 120px;
z-index: 1;
}
.team-img-wrap{
position: relative;
width: 400px;
height: 350px;
/* width: 200px;
height: 200px;*/
}
.team-tilt-img-pad{
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
z-index: 2;
}
.team-tilt-img-paper{
position: absolute;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
z-index: 3;
}
.team-tilt-img-pen{
position: absolute;
top: 0;
right: 0;
width: auto;
height: auto;
z-index: 3;
}
.team-tilt-bg {
position: absolute;
top: 20px;
left: 30px;
z-index: 1;
}
.contact-img-wrap{
position: relative;
/*width: 100%;*/
width: 400px;
height: 100%;
}
.contact-tilt-img{
position: absolute;
bottom: 80px;
right: 0;
width: auto;
height: auto;
z-index: 2;
}
.contact-tilt-bg {
position: absolute;
top: 80px;
left: 30px;
z-index: 1;
}
@media screen and (max-width: 990px) {
.contact-tilt-img {
bottom: 50px;
right: 50px;
}
.contact-tilt-bg {
top: 100px;
left: -80px;
}
.about-tilt-bg {
top: 190px;
left: 50px;
}
.about-tilt-img {
top: 0px;
left: -50px;
}
.team-tilt-img-pen {
top: -30px;
right: -110px;
}
.team-tilt-img-paper {
bottom: 10px;
right: -70px;
}
}
/*--------------------------------Tilt Effect--------------------------------*/
/*---------------------------------Animation---------------------------------*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
/*---------------------------------Animation---------------------------------*/ | css/mystyle.css | body{
font-family:'Roboto', Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
.block-text{
margin: 30px 0;
}
.img-wrap{
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
textarea{
resize: none;
}
p{
font-size: 1rem !important;
font-weight: 400;
letter-spacing: 0.5px;
color: #929292;
}
@media screen and (max-width: 767px) {
.display-1{
font-size: 3rem;
}
.display-4{
font-size: 2.5rem;
}
}
/*----------------------------------Global-----------------------------------*/
/*----------------------------------Loader-----------------------------------*/
:root {
--size: 100px;
--child-size: calc(var(--size) / 2);
--child-child-size: calc(var(--child-size) / 2);
--sqrt3: 1.73205080757;
--color1: #231f20;
--color2: #FFFFFF;
--color3: #ec1c24;
--color4: #fdea00;
--color5: #34469c;
}
.preloader-container {
overflow: hidden;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100vh;
width: 100vw;
/*background: #E91E63;*/
background: #FFFFFF;
/*background: #ffb74d url(http://www.minimit.com/images/picjumbo.com_IMG_6648.jpg) no-repeat center center / cover;*/
background-blend-mode: hard-light;
z-index: 99999999;
transition: all 1.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.preloader-container.is-hidden {
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
.loader {
position: relative;
}
/* .loader::before {
content: '';
display: block;
-webkit-animation: loader-spin 2s infinite ease-out;
animation: loader-spin 2s infinite ease-out;
border-bottom: calc(var(--size) * var(--sqrt3)) solid var(--color1);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
} */
.loader .load1{
display: block;
border-bottom: calc(var(--child-child-size) * var(--sqrt3)) solid var(--color1);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.loader .load2{
display: block;
border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.loader .load3{
display: block;
position: absolute;
left: -100px;
bottom: 0px;
border-bottom: calc(var(--child-size) * var(--sqrt3)) solid var(--color3);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
}
.loader .load4{
display: block;
position: absolute;
right: -100px;
bottom: 0px;
border-bottom: calc(var(--child-size) * var(--sqrt3)) solid var(--color4);
border-right: var(--size) solid transparent;
border-left: var(--size) solid transparent;
}
.loader .load5{
display: block;
position: absolute;
bottom: 0px;
border-bottom: calc(var(--child-child-size) * var(--sqrt3)) solid var(--color5);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
}
.animated {
animation-duration: 2s;
animation-fill-mode: both;
}
/* .loader .load1, .loader .load2, .loader .load3, .loader .load4, .loader .load5{
animation: 2s linear infinite;
} */
/* .loader::after {
content: '';
display: block;
-webkit-animation: loader-spin-off 2s infinite ease-out;
animation: loader-spin-off 2s infinite ease-out;
position: absolute;
top: calc(var(--child-size) * var(--sqrt3));
left: calc(var(--size) / 2);
display: block;
border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
border-right: var(--child-size) solid transparent;
border-left: var(--child-size) solid transparent;
} */
/*----------------------------------Loader-----------------------------------*/
/*--------------------------------Navigation---------------------------------*/
.header{
background: #FFFFFF;
transition: height 0.3s;
}
.header .navbar-brand{
width: 100px;
}
.navbar-toggler:focus{
outline: none !important;
}
.header .navbar-nav .nav-link{
color: #231f20;
min-width: 120px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 10px;
height: 30px;
padding: 8px 15px;
position: relative;
overflow: hidden;
font-size: 18px;
font-weight: 400;
}
/*.header .navbar-nav .nav-link:not(.current):before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
bottom: 0px;
background: #ec1c24;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.header .navbar-nav .nav-link:hover:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
}*/
.header .navbar-nav .nav-link.current{
color: #231f20;
border: 1px solid #231f20;
border-radius: 30px;
}
@media screen and (max-width: 990px) {
.header .navbar-nav .nav-item{
text-align: center;
margin: 10px 0;
}
.header .navbar-nav .nav-link.current{
display: inline-flex;
}
}
/*--------------------------------Navigation---------------------------------*/
/*----------------------------------Footer-----------------------------------*/
.footer{
background: #231f20;
}
.footer .copy{
color: #FFFFFF;
font-weight: 300;
}
/*----------------------------------Footer-----------------------------------*/
/*-------------------------------Section Style-------------------------------*/
section{
position: relative;
}
.section-wrap:not(.home-sec){
min-height: 100vh;
}
.home-sec{
height: 100vh;
/*width: 25vw;*/
margin: auto;
/*padding: 50px 0px;*/
/*background: #FFFFFF url(../images/homepage-logo.png) no-repeat center center / contain;*/
border-bottom: 1px solid rgb(240, 240, 240);
}
.about-sec{
padding: 30px 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.services-sec{
padding: 30px 0 0 0;
background: #f1f1f1;
/*background: rgb(200, 200, 200);*/
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.team-sec{
padding: 30px 0 0 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.works-sec{
padding: 30px 0 0 0;
background: #f1f1f1;
/*background: rgb(200, 200, 200);*/
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
.contact-sec{
padding: 30px 0;
background: #FFFFFF;
border-bottom: 1px solid rgb(240, 240, 240);
overflow: hidden;
}
@media screen and (max-width: 990px) {
.section-wrap:not(.home-sec){
height: auto;
}
}
@media screen and (max-width: 767px) {
}
/*-------------------------------Section Style-------------------------------*/
/*----------------------------------Contact----------------------------------*/
.btn-submit{
color: #FFFFFF;
background: #231f20;
border-radius: 35px;
}
.btn-submit:hover{
color: #FFFFFF;
background: #565253;
}
.contact-form .form-group{
margin: 35px 0;
}
.contact-form .form-group label{
font-size: 1rem;
}
.contact-form .form-group input{
/*border-radius: 50px;*/
border-radius: 5px;
}
.contact-form .form-group textarea{
/*border-radius: 20px;*/
border-radius: 5px;
}
.contact-details li{
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 1rem;
text-align: right;
color: #000000;
margin: 15px 0;
}
.contact-details li .mail{
color: #000000;
text-decoration: none;
}
.contact-details li .address{
color: #747474;
}
/*----------------------------------Contact----------------------------------*/
/*-----------------------------------Home------------------------------------*/
.banner-carousel .carousel-inner{
pointer-events: none;
}
.banner-carousel .carousel-inner .carousel-item img{
object-fit: cover;
width: 100%;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption{
background: #FFFFFF;
padding: 15px;
width: 35vw;
margin: auto;
/*transform: translateY(-35vh);*/
bottom: 40%;
color: #000000;
text-transform: uppercase;
}
/*.banner-carousel .carousel-inner .carousel-item .carousel-caption h4:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
background: #ec1c24;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.banner-carousel .carousel-inner .carousel-item.active .carousel-caption h4:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
background: #fdea00;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.banner-carousel .carousel-inner .carousel-item.active .carousel-caption h3:before{
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}*/
.banner-carousel .carousel-inner .carousel-item .carousel-caption h4{
font-weight: 100;
font-size: 2.4rem;
position: relative;
overflow: hidden;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3{
font-size: 2.4rem;
font-weight: 300;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.banner-carousel .carousel-inner .carousel-item .carousel-caption {
width: 85vw;
left: 0;
right: 0;
}
}
@media screen and (max-width: 565px) {
.banner-carousel .carousel-inner .carousel-item .carousel-caption h4{
font-size: 2rem;
}
.banner-carousel .carousel-inner .carousel-item .carousel-caption h3{
font-size: 2rem;
}
}
/*-----------------------------------Home------------------------------------*/
/*-----------------------------------Tabs------------------------------------*/
.icon-website{
-webkit-mask: url(../images/website.png) no-repeat center / contain;
-moz-mask: url(../images/website.png) no-repeat center / contain;
mask: url(../images/website.png) no-repeat center / contain;
}
.icon-branding{
-webkit-mask: url(../images/branding.png) no-repeat center / contain;
-moz-mask: url(../images/branding.png) no-repeat center / contain;
mask: url(../images/branding.png) no-repeat center / contain;
}
.icon-animation{
-webkit-mask: url(../images/animation.png) no-repeat center / contain;
-moz-mask: url(../images/animation.png) no-repeat center / contain;
mask: url(../images/animation.png) no-repeat center / contain;
}
.icon-digital{
-webkit-mask: url(../images/digital.png) no-repeat center / contain;
-moz-mask: url(../images/digital.png) no-repeat center / contain;
mask: url(../images/digital.png) no-repeat center / contain;
}
.icon-art{
-webkit-mask: url(../images/art.png) no-repeat center / contain;
-moz-mask: url(../images/art.png) no-repeat center / contain;
mask: url(../images/art.png) no-repeat center / contain;
}
.services-tabs, .works-tabs{
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border: none;
overflow: hidden;
}
.services-tabs .nav-item a.nav-link,
.works-tabs .nav-item a.nav-link{
color: #000000;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 15px;
padding: 5px 30px;
border-radius: 30px;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
transition: all 500ms cubic-bezier(0.250, 0.250, 0.50, 0.250);
}
.services-tabs .nav-item a.nav-link .icon, .works-tabs .nav-item a.nav-link .icon{
display: none;
}
.services-tabs .nav-item a.nav-link span, .works-tabs .nav-item a.nav-link span{
display: flex;
}
.services-tabs .nav-item a.nav-link i, .works-tabs .nav-item a.nav-link i{
height: 32px;
width: 32px;
}
.services-tabs .nav-item a:hover,
.services-tabs .nav-item a.active,
.works-tabs .nav-item a:hover,
.works-tabs .nav-item a.active{
border-color: transparent;
background-color: #000000;
color: #FFFFFF;
/*padding: 5px 30px;*/
}
.services-tabs-cont, .works-tabs-cont{
margin: 50px 0;
}
@media screen and (max-width: 990px) {
.services-tabs .nav-item a.nav-link .icon, .works-tabs .nav-item a.nav-link .icon{
display: flex;
background-color: #000000;
}
.services-tabs .nav-item a:hover .icon, .works-tabs .nav-item a:hover .icon,
.services-tabs .nav-item a.active .icon, .works-tabs .nav-item a.active .icon{
background-color: #FFFFFF;
}
.services-tabs .nav-item a.nav-link span, .works-tabs .nav-item a.nav-link span{
display: none;
}
.services-tabs .nav-item a.nav-link, .works-tabs .nav-item a.nav-link{
padding: 10px;
}
.services-tabs-cont, .works-tabs-cont {
margin: 10px 15px;
}
}
@media screen and (max-width: 565px) {
.services-tabs .nav-item a.nav-link, .works-tabs .nav-item a.nav-link {
padding: 10px;
margin: 5px;
}
}
/*-----------------------------------Tabs------------------------------------*/
/*-----------------------------------Team------------------------------------*/
.team-wrap{}
.team-wrap [class*="col-"]{
height: 150px;
margin: 10px 0;
}
.team-wrap .team{
border:1px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 20px;
margin: 0 10px;
height: 100%;
position: relative;
overflow: hidden;
}
/* .team-wrap .team:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0px;
bottom: 0px;
background: #fdea00;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.team-wrap .team:hover:before{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform 0.9s;
transition: transform 0.9s;
} */
.team-wrap .team h5{
font-weight: 300;
text-align: center;
}
.team-wrap .team h4{
font-weight: 100;
text-align: center;
}
.team-wrap .team:hover .team-cont{
transform: scale(1.2);
-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.team-wrap .team .team-cont{
-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
/*-----------------------------------Team------------------------------------*/
/*-----------------------------------Works-----------------------------------*/
.work-card{
background: transparent;
}
.work-card .card-title{
font-weight: 300;
position: relative;
padding: 0 0 0.5rem 0;
margin: 0 0 0.5rem 0;
}
/* .work-card .image-popup {
display: flex;
} */
.work-card img.card-img-top{
object-fit: cover;
width: 100%;
height: 100%;
}
.work-card .work-card-img{
position: relative;
overflow: hidden;
height: 200px;
}
.work-card .work-card-img .work-overlay{
position: absolute;
background: rgba(0,0,0,0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: translate3d(0,-150%,0);
transform: translate3d(0,-150%,0);
}
.work-card:hover .work-card-img .work-overlay{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.work-card .work-card-img .work-overlay .zoom-btn{
background: #fff url(../images/icon-zoom.png) no-repeat center center / 30px;
border-radius: 50%;
color: #5b974e;
font-size: 26px;
line-height: 50px;
margin: 0 auto 15px;
width: 50px;
height: 50px;
}
/*
.work-card{
position:relative;
overflow:hidden;
height: 200px;
}
.work-card .card-block{
text-decoration: none;
padding:1em;
bottom:100%;
position:absolute;
background: rgba(0, 0, 0, 0.7);
color:#fff;
height:100%;
transition: bottom .2s;
}
.work-card:hover .card-block{
bottom:0;
}
.work-card .card-block .card-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translate3d(-150%,0,0);
transform: translate3d(-150%,0,0);
}
.work-card:hover .card-block .card-title::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.work-card .card-block .card-text{
font-weight: 300;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translate3d(-150%,0,0);
transform: translate3d(150%,0,0);
color: #FFF;
}
.work-card:hover .card-block .card-text{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} */
/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
cursor: url(../images/close-cursor.png), auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
display: none;
}
@media screen and (max-width: 767px) {
.work-card .work-card-img {
height: 240px;
}
}
/*-----------------------------------Works-----------------------------------*/
/*--------------------------------Tilt Effect--------------------------------*/
.about-img-wrap{
position: relative;
/*width: 200px;
height: 200px;*/
}
.about-tilt-img{
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
z-index: 2;
}
.about-tilt-bg {
position: absolute;
top: 190px;
left: 120px;
z-index: 1;
}
.team-img-wrap{
position: relative;
width: 400px;
height: 350px;
/* width: 200px;
height: 200px;*/
}
.team-tilt-img-pad{
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
z-index: 2;
}
.team-tilt-img-paper{
position: absolute;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
z-index: 3;
}
.team-tilt-img-pen{
position: absolute;
top: 0;
right: 0;
width: auto;
height: auto;
z-index: 3;
}
.team-tilt-bg {
position: absolute;
top: 20px;
left: 30px;
z-index: 1;
}
.contact-img-wrap{
position: relative;
/*width: 100%;*/
width: 400px;
height: 100%;
}
.contact-tilt-img{
position: absolute;
bottom: 80px;
right: 0;
width: auto;
height: auto;
z-index: 2;
}
.contact-tilt-bg {
position: absolute;
top: 80px;
left: 30px;
z-index: 1;
}
@media screen and (max-width: 990px) {
.contact-tilt-img {
bottom: 50px;
right: 50px;
}
.contact-tilt-bg {
top: 100px;
left: -80px;
}
.about-tilt-bg {
top: 190px;
left: 50px;
}
.about-tilt-img {
top: 0px;
left: -50px;
}
.team-tilt-img-pen {
top: -30px;
right: -110px;
}
.team-tilt-img-paper {
bottom: 10px;
right: -70px;
}
}
/*--------------------------------Tilt Effect--------------------------------*/
/*---------------------------------Animation---------------------------------*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
/*---------------------------------Animation---------------------------------*/ | 0.252476 | 0.058696 |
body,
html {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: white;
}
a {
text-decoration: none;
}
body {
background-color: #535A5E;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#sysbar {
-webkit-app-region: drag;
background-color: #2E3233;
border-bottom: 1px solid black;
width: 100%;
height: 35px;
line-height: 35px;
color: white;
text-align: center;
position: relative;
z-index: 1000;
}
#sysbar .menu-container {
position: absolute;
left: 10px;
top: 0px;
-webkit-app-region: no-drag;
}
#sysbar .menu-container .item {
display: inline-block;
vertical-align: top;
min-width: 30px;
height: 35px;
font-size: 13px;
cursor: pointer;
color: gray;
margin-left: 10px;
position: relative;
}
#sysbar .menu-container .item .sub-menu {
position: absolute;
white-space: nowrap;
top: 30px;
min-width: 50px;
min-height: 30px;
background-color: #2E3233;
border-top: none;
display: none;
}
#sysbar .menu-container .item .sub-menu .sub-item {
border-bottom: 1px solid #303030;
color: gray;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
#sysbar .menu-container .item .sub-menu .sub-item span {
font-size: 10px;
}
#sysbar .menu-container .item .sub-menu .sub-item:hover {
color: white;
}
#sysbar .menu-container .item:hover {
color: white;
}
#sysbar .menu-container .item:hover .sub-menu {
display: block;
}
#sysbar .title {
font-size: 16px;
}
#sysbar .action-container {
position: absolute;
right: 10px;
top: 9px;
-webkit-app-region: no-drag;
}
#sysbar .action-container .bubble-bt {
height: 17px;
width: 17px;
border-radius: 17px;
cursor: pointer;
transition: 0.2s;
display: inline-block;
vertical-align: top;
margin-right: 2px;
background-color: black;
}
#sysbar .action-container .bubble-red {
background-color: #FF605C;
}
#sysbar .action-container .bubble-red:hover {
background-color: #dc4642;
}
#sysbar .action-container .bubble-green {
background-color: #0ECA37;
}
#sysbar .action-container .bubble-green:hover {
background-color: #0fa12e;
}
#sysbar .action-container .bubble-orange {
background-color: #FEBD00;
}
#sysbar .action-container .bubble-orange:hover {
background-color: #d09d07;
}
#sidebar {
vertical-align: top;
display: inline-block;
background-color: #393E3F;
width: 20%;
height: 100%;
border-right: 1px solid #303030;
padding-top: 20px;
overflow-x: auto;
overflow-y: hidden;
}
#sidebar .header-item {
white-space: nowrap;
color: white;
font-size: 17px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
}
#sidebar .header-item i {
margin-right: 2px;
font-size: 13px;
}
#sidebar .normal-item {
white-space: nowrap;
color: gray;
font-size: 15px;
padding-left: 45px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
transition: 0.2s;
}
#sidebar .normal-item:hover {
color: white;
}
#sidebar .normal-item i {
margin-right: 2px;
font-size: 12px;
}
#main-content {
width: 79%;
display: inline-block;
vertical-align: top;
overflow-y: auto;
height: 100%;
}
.container-head {
width: 100%;
background-color: lightgray;
margin-top: 11px;
}
.container-head .head-table {
width: 100%;
}
.container-head .head-table .head-table-left {
width: 48%;
}
.container-head .head-table .head-table-right {
width: 13%;
}
.Bloc {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 95%;
}
.Bloc .Bloc-titre {
padding: 2px;
text-align: center;
position: relative;
border-bottom: 1px solid black;
}
.Bloc table {
margin-left: auto;
margin-right: auto;
width: 25%;
}
.Bloc table td {
width: 25%;
}
.Bloc .last-bloc {
height: auto;
}
.fin-bloc {
background-color: lightgray;
} | test-darwin-x64/test.app/Contents/Resources/app/css/style.css | body,
html {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: white;
}
a {
text-decoration: none;
}
body {
background-color: #535A5E;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#sysbar {
-webkit-app-region: drag;
background-color: #2E3233;
border-bottom: 1px solid black;
width: 100%;
height: 35px;
line-height: 35px;
color: white;
text-align: center;
position: relative;
z-index: 1000;
}
#sysbar .menu-container {
position: absolute;
left: 10px;
top: 0px;
-webkit-app-region: no-drag;
}
#sysbar .menu-container .item {
display: inline-block;
vertical-align: top;
min-width: 30px;
height: 35px;
font-size: 13px;
cursor: pointer;
color: gray;
margin-left: 10px;
position: relative;
}
#sysbar .menu-container .item .sub-menu {
position: absolute;
white-space: nowrap;
top: 30px;
min-width: 50px;
min-height: 30px;
background-color: #2E3233;
border-top: none;
display: none;
}
#sysbar .menu-container .item .sub-menu .sub-item {
border-bottom: 1px solid #303030;
color: gray;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
#sysbar .menu-container .item .sub-menu .sub-item span {
font-size: 10px;
}
#sysbar .menu-container .item .sub-menu .sub-item:hover {
color: white;
}
#sysbar .menu-container .item:hover {
color: white;
}
#sysbar .menu-container .item:hover .sub-menu {
display: block;
}
#sysbar .title {
font-size: 16px;
}
#sysbar .action-container {
position: absolute;
right: 10px;
top: 9px;
-webkit-app-region: no-drag;
}
#sysbar .action-container .bubble-bt {
height: 17px;
width: 17px;
border-radius: 17px;
cursor: pointer;
transition: 0.2s;
display: inline-block;
vertical-align: top;
margin-right: 2px;
background-color: black;
}
#sysbar .action-container .bubble-red {
background-color: #FF605C;
}
#sysbar .action-container .bubble-red:hover {
background-color: #dc4642;
}
#sysbar .action-container .bubble-green {
background-color: #0ECA37;
}
#sysbar .action-container .bubble-green:hover {
background-color: #0fa12e;
}
#sysbar .action-container .bubble-orange {
background-color: #FEBD00;
}
#sysbar .action-container .bubble-orange:hover {
background-color: #d09d07;
}
#sidebar {
vertical-align: top;
display: inline-block;
background-color: #393E3F;
width: 20%;
height: 100%;
border-right: 1px solid #303030;
padding-top: 20px;
overflow-x: auto;
overflow-y: hidden;
}
#sidebar .header-item {
white-space: nowrap;
color: white;
font-size: 17px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
}
#sidebar .header-item i {
margin-right: 2px;
font-size: 13px;
}
#sidebar .normal-item {
white-space: nowrap;
color: gray;
font-size: 15px;
padding-left: 45px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
transition: 0.2s;
}
#sidebar .normal-item:hover {
color: white;
}
#sidebar .normal-item i {
margin-right: 2px;
font-size: 12px;
}
#main-content {
width: 79%;
display: inline-block;
vertical-align: top;
overflow-y: auto;
height: 100%;
}
.container-head {
width: 100%;
background-color: lightgray;
margin-top: 11px;
}
.container-head .head-table {
width: 100%;
}
.container-head .head-table .head-table-left {
width: 48%;
}
.container-head .head-table .head-table-right {
width: 13%;
}
.Bloc {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 95%;
}
.Bloc .Bloc-titre {
padding: 2px;
text-align: center;
position: relative;
border-bottom: 1px solid black;
}
.Bloc table {
margin-left: auto;
margin-right: auto;
width: 25%;
}
.Bloc table td {
width: 25%;
}
.Bloc .last-bloc {
height: auto;
}
.fin-bloc {
background-color: lightgray;
} | 0.346541 | 0.05257 |
@import 's2b-base.css';
html {
height: 100%;
background-color: #FFF;
}
body {
min-height: 100%;
margin-left: 220px;
border-left: 1px #D0D0D0 solid;
background-color: #EEE;
color: #4F5155;
font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
padding-bottom: 2em;
}
h1 {
margin-bottom: 0;
font-size: 1.5em;
}
a {
color: #18afa5;
cursor: pointer;
}
.hidden {
display: none;
}
/*
* Formulare
*/
fieldset {
background-color: #FFF;
padding: 1.5em 2em;
margin: 1.5em 0;
border: 1px #D0D0D0 solid;
}
legend {
margin-left: -0.5em;
padding: 5px 10px;
background-color: #333;
color: #FFF;
}
fieldset dl {
clear: left;
}
fieldset dt, fieldset dd {
padding: 0.5em 0;
}
fieldset dt {
width: 35%;
float: left;
}
fieldset dd {
margin-left: 35%;
}
input[type=text], input[type=password], input[type=email] {
width: 100%;
border: 1px #CCC solid;
padding: 3px;
}
input[type=submit], input[type=reset] {
background-image: url(images/btn.png);
border: medium none;
color: #FFF;
height: 30px;
margin-top: 1em;
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 0 5px #999999;
}
input.min {
width: auto;
}
textarea.max {
width: 100%;
}
fieldset.buttons {
text-align: center;
padding: 1em;
}
fieldset.buttons input {
margin-top: 0;
}
fieldset div.calendar_top {
margin-top: 0;
}
/*
* Auflistung
*/
table.listing {
width: 100%;
}
table.listing th {
text-align: left;
background-color: transparent;
border-bottom: 1px #D0D0D0 solid;
}
table.listing th.center {
text-align: center;
}
table.listing td {
background-color: #FFF;
border: 0 #D0D0D0 solid;
}
table.listing tr.noline td {
border-width: 0;
}
table.listing td {
border-bottom-width: 1px;
}
table.listing td.line-l, table.listing tr.noline td.line-l {
border-left-width: 1px;
}
table.listing td.line-r, table.listing tr.noline td.line-r {
border-right-width: 1px;
}
table.listing td.line-b, table.listing tr.noline td.line-b {
border-bottom-width: 1px;
}
table.listing tr.highlight td, td.highlight, table.calendar td.highlight, li.highlight {
background-color: #FEDF98 !important;
}
table.listing tr.error td, td.error {
background-color: #F6E4E4 !important;
}
table.listing tr.ok td, td.ok {
background-color: #E2F4DB !important;
}
ul.listing {
border: #D0D0D0 solid;
border-width: 1px 1px 0;
}
ul.listing li {
margin: 0;
padding: 0.3em 0.5em;
list-style-type: none;
border-bottom: 1px #D0D0D0 solid;
}
ul.listing .listing-checkbox {
float: left;
margin-right: 0.5em;
}
ul.listing .listing-content {
float: left;
}
ul.listing .listing-button {
float: right;
display: block;
margin: 0.5em;
width: 28px;
height: 28px;
background-image: url(images/icons-28.png);
background-position: -28px 0;
text-indent: -9999px;
}
ul.listing .listing-button:hover {
background-position: -28px -28px;
}
ul.listing .listing-button.opened {
background-position: 0 0;
}
ul.listing .listing-button.opened:hover {
background-position: 0 -28px;
}
ul.listing ul.listing {
margin: 1em auto 0.5em;
width: 90%;
}
/*
* Auflistung: Buttons
*/
.listing-buttons {
margin: 0.5em;
}
/*
* Kalender
*/
div.calendar-top {
margin-top: 2em;
padding: 0.7em 0.5em 0;
background-color: #FFF;
border: #D0D0D0 solid;
border-width: 1px 1px 0;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
div.calendar-top .prev, div.calendar-top .next {
float: left;
width: 30%;
}
div.calendar-top a {
display: block;
height: 34px;
width: 34px;
background-repeat: no-repeat;
background-image: url(images/icons-34.png);
}
div.calendar-top .prev a {
background-position: 0 0;
}
div.calendar-top .prev a:hover {
background-position: 0 -34px;
}
div.calendar-top .next a {
background-position: -34px 0;
float: right;
}
div.calendar-top .next a:hover {
background-position: -34px -34px;
}
div.calendar-top .month {
float: left;
width: 40%;
margin-bottom: 0;
text-align: center;
line-height: 32px;
vertical-align: middle;
}
div.calendar {
background-color: #FFF;
padding: 1em;
border: #D0D0D0 solid;
border-width: 0 1px 1px;
}
table.calendar {
width: 100%;
}
table.calendar th {
padding-top: 0;
}
table.calendar td {
border: 1px #D0D0D0 solid;
padding: 4px 6px;
width: 14%;
background-color: #FFF;
}
table.calendar td.today {
background-color: #BCEEEF;
}
table.calendar td.empty {
background-color: transparent;
}
table.calendar .booking-box {
border: 1px #D0D0D0 solid;
padding: 0.2em 0.4em;
margin: 0.2em -0.2em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*
* Tabs
*/
.tabs {
padding-top: 2em;
}
.tabs .tabbar {
margin: 0;
}
.tabs .tabcontent {
padding: 1em;
background-color: #FFF;
border: 1px #D0D0D0 solid;
}
.tabs .tab {
float: left;
margin: 0;
padding: 8px 9px 7px;
font-size: 1.2em;
margin-bottom: -1px;
}
.tab-selected {
background-color: #FFF;
-webkit-border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border: #D0D0D0 solid;
border-width: 1px 1px 0;
padding: 7px 8px 7px !important;
}
/*
* Links
*/
a.add {
float: left;
display: block;
height: 28px;
line-height: 28px;
}
a.add span {
display: block;
height: 28px;
width: 28px;
float: left;
background-repeat: no-repeat;
background-image: url(images/icons-28.png);
background-position: -84px 0;
margin-right: 3px;
}
a.add:hover span {
background-position: -84px -28px;
}
/*
* Nachrichten
*/
div.message {
margin: 2em 0;
padding: 0.8em;
background-color: #FFF;
text-align: center;
}
div.errors, div.error {
font-size: 85%;
color: #D60101;
}
div.errors {
margin-bottom: 1em;
}
div.errors p, div.message p {
margin-bottom: 0.4em;
}
/*
* Seitenstruktur
*/
#navigation {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 220px;
}
#navigation #logo {
background-color: #18afa5;
padding: 1em 1em 3em;
border-bottom: 1px #D0D0D0 solid;
}
#navigation #logo, #navigation #logo a {
color: #FFF;
}
#navigation h2, #navigation li {
border-bottom: 1px #D0D0D0 solid;
line-height: 40px;
}
#navigation h2 {
padding-left: 1em;
font-size: 1em;
font-weight: normal;
margin-bottom: 0;
}
#navigation h2:hover {
background-color: #EEE
}
#navigation li {
list-style-type: none;
margin: 0;
}
#navigation li a {
display: block;
padding-left: 3em;
list-style-type: none;
background: url(images/main_nav.png) no-repeat -10px 10px;
}
#navigation li a:hover {
background-color: #EEE;
}
#navigation li.active a {
background-position: -10px -30px;
background-color: #333;
color: #EEE;
}
#content {
padding: 1em 1.5em 1.5em;
}
#no-js, #no-ie6 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background-color: #FEFFDA;
padding: 0.5em;
border-top: 1px #BCBDA3 solid;
z-index: 1;
}
/*
* <NAME>
*/
#black {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(images/black.png);
}
#black fieldset {
border: none;
}
#modal {
width: 500px;
margin: 10% auto 10%;
padding: 1.5em 2em;
background-color: #FFF;
overflow: auto;
}
#modal .bar-top, #modal .bar-bottom {
margin: -1em;
padding: 1.5em;
border: 0 #D0D0D0 solid;
background-color: #000;
color: #FFF;
}
#modal .bar-top {
border-bottom-width: 1px;
margin-bottom: 0.5em;
}
#modal .bar-bottom {
border-top-width: 1px;
margin-top: 0.5em;
} | style/ausleihe2.css | @import 's2b-base.css';
html {
height: 100%;
background-color: #FFF;
}
body {
min-height: 100%;
margin-left: 220px;
border-left: 1px #D0D0D0 solid;
background-color: #EEE;
color: #4F5155;
font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
padding-bottom: 2em;
}
h1 {
margin-bottom: 0;
font-size: 1.5em;
}
a {
color: #18afa5;
cursor: pointer;
}
.hidden {
display: none;
}
/*
* Formulare
*/
fieldset {
background-color: #FFF;
padding: 1.5em 2em;
margin: 1.5em 0;
border: 1px #D0D0D0 solid;
}
legend {
margin-left: -0.5em;
padding: 5px 10px;
background-color: #333;
color: #FFF;
}
fieldset dl {
clear: left;
}
fieldset dt, fieldset dd {
padding: 0.5em 0;
}
fieldset dt {
width: 35%;
float: left;
}
fieldset dd {
margin-left: 35%;
}
input[type=text], input[type=password], input[type=email] {
width: 100%;
border: 1px #CCC solid;
padding: 3px;
}
input[type=submit], input[type=reset] {
background-image: url(images/btn.png);
border: medium none;
color: #FFF;
height: 30px;
margin-top: 1em;
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 0 5px #999999;
}
input.min {
width: auto;
}
textarea.max {
width: 100%;
}
fieldset.buttons {
text-align: center;
padding: 1em;
}
fieldset.buttons input {
margin-top: 0;
}
fieldset div.calendar_top {
margin-top: 0;
}
/*
* Auflistung
*/
table.listing {
width: 100%;
}
table.listing th {
text-align: left;
background-color: transparent;
border-bottom: 1px #D0D0D0 solid;
}
table.listing th.center {
text-align: center;
}
table.listing td {
background-color: #FFF;
border: 0 #D0D0D0 solid;
}
table.listing tr.noline td {
border-width: 0;
}
table.listing td {
border-bottom-width: 1px;
}
table.listing td.line-l, table.listing tr.noline td.line-l {
border-left-width: 1px;
}
table.listing td.line-r, table.listing tr.noline td.line-r {
border-right-width: 1px;
}
table.listing td.line-b, table.listing tr.noline td.line-b {
border-bottom-width: 1px;
}
table.listing tr.highlight td, td.highlight, table.calendar td.highlight, li.highlight {
background-color: #FEDF98 !important;
}
table.listing tr.error td, td.error {
background-color: #F6E4E4 !important;
}
table.listing tr.ok td, td.ok {
background-color: #E2F4DB !important;
}
ul.listing {
border: #D0D0D0 solid;
border-width: 1px 1px 0;
}
ul.listing li {
margin: 0;
padding: 0.3em 0.5em;
list-style-type: none;
border-bottom: 1px #D0D0D0 solid;
}
ul.listing .listing-checkbox {
float: left;
margin-right: 0.5em;
}
ul.listing .listing-content {
float: left;
}
ul.listing .listing-button {
float: right;
display: block;
margin: 0.5em;
width: 28px;
height: 28px;
background-image: url(images/icons-28.png);
background-position: -28px 0;
text-indent: -9999px;
}
ul.listing .listing-button:hover {
background-position: -28px -28px;
}
ul.listing .listing-button.opened {
background-position: 0 0;
}
ul.listing .listing-button.opened:hover {
background-position: 0 -28px;
}
ul.listing ul.listing {
margin: 1em auto 0.5em;
width: 90%;
}
/*
* Auflistung: Buttons
*/
.listing-buttons {
margin: 0.5em;
}
/*
* Kalender
*/
div.calendar-top {
margin-top: 2em;
padding: 0.7em 0.5em 0;
background-color: #FFF;
border: #D0D0D0 solid;
border-width: 1px 1px 0;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
div.calendar-top .prev, div.calendar-top .next {
float: left;
width: 30%;
}
div.calendar-top a {
display: block;
height: 34px;
width: 34px;
background-repeat: no-repeat;
background-image: url(images/icons-34.png);
}
div.calendar-top .prev a {
background-position: 0 0;
}
div.calendar-top .prev a:hover {
background-position: 0 -34px;
}
div.calendar-top .next a {
background-position: -34px 0;
float: right;
}
div.calendar-top .next a:hover {
background-position: -34px -34px;
}
div.calendar-top .month {
float: left;
width: 40%;
margin-bottom: 0;
text-align: center;
line-height: 32px;
vertical-align: middle;
}
div.calendar {
background-color: #FFF;
padding: 1em;
border: #D0D0D0 solid;
border-width: 0 1px 1px;
}
table.calendar {
width: 100%;
}
table.calendar th {
padding-top: 0;
}
table.calendar td {
border: 1px #D0D0D0 solid;
padding: 4px 6px;
width: 14%;
background-color: #FFF;
}
table.calendar td.today {
background-color: #BCEEEF;
}
table.calendar td.empty {
background-color: transparent;
}
table.calendar .booking-box {
border: 1px #D0D0D0 solid;
padding: 0.2em 0.4em;
margin: 0.2em -0.2em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*
* Tabs
*/
.tabs {
padding-top: 2em;
}
.tabs .tabbar {
margin: 0;
}
.tabs .tabcontent {
padding: 1em;
background-color: #FFF;
border: 1px #D0D0D0 solid;
}
.tabs .tab {
float: left;
margin: 0;
padding: 8px 9px 7px;
font-size: 1.2em;
margin-bottom: -1px;
}
.tab-selected {
background-color: #FFF;
-webkit-border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border: #D0D0D0 solid;
border-width: 1px 1px 0;
padding: 7px 8px 7px !important;
}
/*
* Links
*/
a.add {
float: left;
display: block;
height: 28px;
line-height: 28px;
}
a.add span {
display: block;
height: 28px;
width: 28px;
float: left;
background-repeat: no-repeat;
background-image: url(images/icons-28.png);
background-position: -84px 0;
margin-right: 3px;
}
a.add:hover span {
background-position: -84px -28px;
}
/*
* Nachrichten
*/
div.message {
margin: 2em 0;
padding: 0.8em;
background-color: #FFF;
text-align: center;
}
div.errors, div.error {
font-size: 85%;
color: #D60101;
}
div.errors {
margin-bottom: 1em;
}
div.errors p, div.message p {
margin-bottom: 0.4em;
}
/*
* Seitenstruktur
*/
#navigation {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 220px;
}
#navigation #logo {
background-color: #18afa5;
padding: 1em 1em 3em;
border-bottom: 1px #D0D0D0 solid;
}
#navigation #logo, #navigation #logo a {
color: #FFF;
}
#navigation h2, #navigation li {
border-bottom: 1px #D0D0D0 solid;
line-height: 40px;
}
#navigation h2 {
padding-left: 1em;
font-size: 1em;
font-weight: normal;
margin-bottom: 0;
}
#navigation h2:hover {
background-color: #EEE
}
#navigation li {
list-style-type: none;
margin: 0;
}
#navigation li a {
display: block;
padding-left: 3em;
list-style-type: none;
background: url(images/main_nav.png) no-repeat -10px 10px;
}
#navigation li a:hover {
background-color: #EEE;
}
#navigation li.active a {
background-position: -10px -30px;
background-color: #333;
color: #EEE;
}
#content {
padding: 1em 1.5em 1.5em;
}
#no-js, #no-ie6 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background-color: #FEFFDA;
padding: 0.5em;
border-top: 1px #BCBDA3 solid;
z-index: 1;
}
/*
* <NAME>
*/
#black {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(images/black.png);
}
#black fieldset {
border: none;
}
#modal {
width: 500px;
margin: 10% auto 10%;
padding: 1.5em 2em;
background-color: #FFF;
overflow: auto;
}
#modal .bar-top, #modal .bar-bottom {
margin: -1em;
padding: 1.5em;
border: 0 #D0D0D0 solid;
background-color: #000;
color: #FFF;
}
#modal .bar-top {
border-bottom-width: 1px;
margin-bottom: 0.5em;
}
#modal .bar-bottom {
border-top-width: 1px;
margin-top: 0.5em;
} | 0.260578 | 0.110327 |
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
footer{
margin-top: 1em;
text-align: right;
}
#chapter-2-6 footer p + p{
text-align: initial;
}
/* ----------
* Epigraphs. */
/* All epigraphs */
[epub|type~="epigraph"]{
font-style: italic;
hyphens: none;
-epub-hyphens: none;
}
[epub|type~="epigraph"] cite{
margin-top: 1em;
font-style: normal;
font-variant: small-caps;
}
/* End all epigraphs */
/* Full-page epigraphs */
section[epub|type~="epigraph"]{
text-align: center;
}
section[epub|type~="epigraph"] > *{
display: inline-block;
margin: auto;
margin-top: 3em;
max-width: 80%;
text-align: initial;
}
@supports(display: flex){
section[epub|type~="epigraph"]{
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
min-height: calc(98vh - 3em);
padding-top: 3em;
}
section[epub|type~="epigraph"] > *{
margin: 0;
}
section[epub|type~="epigraph"] > * + *{
margin-top: 3em;
}
}
/* End full-page epigraphs */
section[epub|type="part"] > section[epub|type="epigraph"]{
break-before: page;
}
/* ----------
* Images. */
figure{
margin: 1em auto;
text-align: center;
}
figure img{
display: block;
margin: auto;
max-width: 100%;
}
figure img{
width: 35%;
}
/* ----------
* Letters. */
[epub|type~="z3998:letter"] > header{
font-variant: small-caps;
margin-bottom: 1em;
text-align: right;
}
[epub|type~="z3998:recipient"],
[epub|type~="z3998:salutation"],
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:salutation"] i{
font-style: normal;
font-variant: normal;
}
[epub|type~="z3998:letter"] span[epub|type~="z3998:signature"]{
display: block;
text-align: right;
}
/* ----------
* Poetry. */
[epub|type~="z3998:hymn"] p,
[epub|type~="z3998:poem"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:hymn"] p > span,
[epub|type~="z3998:poem"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
p span.i2{
padding-left: 3em;
text-indent: -1em;
}
span.elision{
margin: .5em;
margin-left: 3em;
}
[epub|type~="z3998:poem"] p > span + br{
display: none;
}
/* ----------
* Chapter-specific. */
/* Preface: Postcript header. */
#preface-postscript header p{
font-variant: small-caps;
font-weight: bold;
margin: 3em 0;
text-align: center;
} | src/epub/css/local.css | @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
footer{
margin-top: 1em;
text-align: right;
}
#chapter-2-6 footer p + p{
text-align: initial;
}
/* ----------
* Epigraphs. */
/* All epigraphs */
[epub|type~="epigraph"]{
font-style: italic;
hyphens: none;
-epub-hyphens: none;
}
[epub|type~="epigraph"] cite{
margin-top: 1em;
font-style: normal;
font-variant: small-caps;
}
/* End all epigraphs */
/* Full-page epigraphs */
section[epub|type~="epigraph"]{
text-align: center;
}
section[epub|type~="epigraph"] > *{
display: inline-block;
margin: auto;
margin-top: 3em;
max-width: 80%;
text-align: initial;
}
@supports(display: flex){
section[epub|type~="epigraph"]{
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
min-height: calc(98vh - 3em);
padding-top: 3em;
}
section[epub|type~="epigraph"] > *{
margin: 0;
}
section[epub|type~="epigraph"] > * + *{
margin-top: 3em;
}
}
/* End full-page epigraphs */
section[epub|type="part"] > section[epub|type="epigraph"]{
break-before: page;
}
/* ----------
* Images. */
figure{
margin: 1em auto;
text-align: center;
}
figure img{
display: block;
margin: auto;
max-width: 100%;
}
figure img{
width: 35%;
}
/* ----------
* Letters. */
[epub|type~="z3998:letter"] > header{
font-variant: small-caps;
margin-bottom: 1em;
text-align: right;
}
[epub|type~="z3998:recipient"],
[epub|type~="z3998:salutation"],
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:salutation"] i{
font-style: normal;
font-variant: normal;
}
[epub|type~="z3998:letter"] span[epub|type~="z3998:signature"]{
display: block;
text-align: right;
}
/* ----------
* Poetry. */
[epub|type~="z3998:hymn"] p,
[epub|type~="z3998:poem"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:hymn"] p > span,
[epub|type~="z3998:poem"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
p span.i2{
padding-left: 3em;
text-indent: -1em;
}
span.elision{
margin: .5em;
margin-left: 3em;
}
[epub|type~="z3998:poem"] p > span + br{
display: none;
}
/* ----------
* Chapter-specific. */
/* Preface: Postcript header. */
#preface-postscript header p{
font-variant: small-caps;
font-weight: bold;
margin: 3em 0;
text-align: center;
} | 0.320715 | 0.08882 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.nav-tabs1 .nav-item {
margin-bottom: -1px;
}
.nav-tabs1 .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs1 .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs1 .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs1 .nav-link.active,
.nav-tabs1 .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link{
text-decoration: none;
}
.nav-back-curve{
background: url(svg.svg)
margin-top: -0.1%;
z-index: -1;
}
.search{
position: absolute;
text-align: center;
width: 100%;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
}
.searchbox{
transition: border .2s linear;
font-size: 12px;
width: 50%;
background: #f5f8fa;
color: #000;
padding: 8px 32px 8px 12px;
height: 50px;
border: 1px solid #e6ecf0;
border-radius: 50px;
outline: none;
}
.searchbox:focus{
transition: border .2s linear;
border: 2px solid orange;
}
.searchbtn{
position: absolute;
font-size: 20px;
color: #66757f;
background-color: transparent;
border:none;
right: 26%;
top: 5px;
outline: none;
padding: 4px;
}
.line{
position: relative;
left:40%;
top: 80vh;
transform: translate(-50%, -50%);
}
.line2{
position: relative;
left:40%;
top: 80vh;
transform: translate(-50%, -50%);
}
.nav-tabs{
border-bottom: 1.5px solid rgba(193, 193, 193, 0.72);
}
.nav-tabs1{
border-top: 1.5px solid rgba(193, 193, 193, 0.72);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #fff #fff #000 ;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body{
background: #f2f2f2;
font-family: 'Open Sans', sans-serif;
}
.search1 {
width: 100%;
position: relative;
display: flex;
}
@media (min-width: 576px) {
.search{
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
}
.searchTerm {
width: 100%;
padding: 5px;
height: 40px;
background: #FFFFFF;
border: 1px solid #DADADA;
box-sizing: border-box;
border-radius: 20px;
}
.searchButton {
width: 50px;
height: 32px;
top:10px;
padding-bottom:10px;
padding-left: 5px;
padding-right: 5px;
background: #636363;
box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
border-radius: 12px;
}
/*Resize the wrap to see the search bar change!*/
.wrap{
width: 30%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.a{
display: inline-block;
border-right: 2px solid #A3A3A3;
padding:20px;
}
.b{
display: inline-block;
padding:10px 0px 30px 20px;
align-items:center;
}
.a1{
display: inline-block;
border-right:2px solid #A3A3A3;
padding:20px;
width:10%;
}
.b1{
width:70%;
display: inline-block;
padding:20px 20px ;
text-align: center;
}
.a12{
display: inline-block;
border-right:2px solid #A3A3A3;
padding:20px;
width:60%;
}
.b12{
width:20%;
display: inline-block;
padding:20px 20px ;
text-align: center;
}
.buttons1{
padding: 5px;
border-radius: 5%;
}
@media (min-width: 768px) and (max-width: 991px) {
/* Show 4th slide on md if col-md-4*/
.carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -33.3333%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
}
@media (min-width: 576px) and (max-width: 768px) {
/* Show 3rd slide on sm if col-sm-6*/
.carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -50%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
}
@media (min-width: 576px) {
.carousel-item {
margin-right: 0;
}
/* show 2 items */
.carousel-inner .active + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
transition: none;
}
.carousel-inner .carousel-item-next {
position: relative;
transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* farthest right hidden item must be also positioned for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
visibility: visible;
}
/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
/* MD */
@media (min-width: 768px) {
/* show 3rd of 3 item slide */
.carousel-inner .active + .carousel-item + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
transition: none;
}
.carousel-inner .carousel-item-next {
position: relative;
transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* right or prev direction */
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
/* LG */
@media (min-width: 991px) {
/* show 4th item */
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
transition: none;
}
/* Show 5th slide on lg if col-lg-3 */
.carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -25%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
/* left or forward direction */
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* right or prev direction //t - previous slide direction last item animation fix */
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
.carousel-indicators li {
display: inline-block;
width: 5px;
height: 5px;
margin-top: 100px;
text-indent: 0;
cursor: pointer;
border: none;
border-radius: 50%;
background-color: #0000ff;
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
width: 5px;
height: 5px;
margin-top: 100px;
background-color: #ffff99;
}
/*get in touch*/
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
/* SOCIAL PANEL CSS */
.social-panel-container {
position: fixed;
right: 0;
bottom: 80px;
z-index: 100;
transform: translateX(100%);
transition: transform 0.4s ease-in-out;
}
.social-panel-container.visible {
transform: translateX(-10px);
}
.social-panel {
background-color:linear-gradient(16.6deg, #A9A9A9 20%, #292929 80%);
border-radius: 16px;
box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
border: 5px solid #001F61;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Muli';
position: relative;
height: 169px;
width: 370px;
max-width: calc(100% - 10px);
}
.social-panel button.close-btn {
border: 0;
color: #97A5CE;
cursor: pointer;
font-size: 20px;
position: absolute;
top: 5px;
right: 5px;
}
.social-panel button.close-btn:focus {
outline: none;
}
.social-panel p {
background-color: linear-gradient(16.6deg, #1F1F1F 13.62%, #292929 87.89%);
border-radius: 0 0 10px 10px;
color: linear-gradient(16.6deg, #1F1F1F 13.62%, #292929 87.89%);
font-size: 14px;
line-height: 18px;
padding: 2px 17px 6px;
position: absolute;
top: 0;
left: 50%;
margin: 0;
transform: translateX(-50%);
text-align: center;
width: 235px;
}
.social-panel p i {
margin: 0 5px;
}
.social-panel p a {
color: #FF7500;
text-decoration: none;
}
.social-panel h4 {
margin: 20px 0;
color: #97A5CE;
font-family: 'Muli';
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
}
.social-panel ul {
display: flex;
list-style-type: none;
padding: 0;
margin: 0;
}
.social-panel ul li {
margin: 0 10px;
}
.social-panel ul li a {
border: 1px solid #DCE1F2;
border-radius: 50%;
color: #001F61;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
text-decoration: none;
}
.social-panel ul li a:hover {
border-color: #FF6A00;
box-shadow: 0 9px 12px -9px #FF6A00;
}
.floating-btn {
border-radius: 26.5px;
background-color: #000000;
border: 1px solid #000000;
box-shadow: 0 16px 22px -17px #03153B;
color: #fff;
cursor: pointer;
font-size: 16px;
line-height: 20px;
padding: 12px 20px;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
}
.floating-btn:hover {
background-color: rgb(31,31,31);
color: #ffff;
}
.floating-btn:focus {
outline: none;
}
.floating-text {
background-color: #001F61;
border-radius: 10px 10px 0 0;
color: #fff;
font-family: 'Muli';
padding: 7px 15px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
z-index: 998;
}
.floating-text a {
color: #FF7500;
text-decoration: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #51BAFF;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs {
border-bottom: 2px solid rgba(193, 193, 193, 0.72);
}
@media (max-width: 576px) {
.c{
max-width: 100%;
height: auto;
margin-top: -0.4%;
}
}
@media screen and (max-width: 480px) {
.social-panel-container.visible {
transform: translateX(0px);
}
.floating-btn {
right: 10px;
}
}
/*get in touch ends*/
/*cards*/
/*footer*/ | Frontend/projects/css/projects.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.nav-tabs1 .nav-item {
margin-bottom: -1px;
}
.nav-tabs1 .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs1 .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs1 .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs1 .nav-link.active,
.nav-tabs1 .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link{
text-decoration: none;
}
.nav-back-curve{
background: url(svg.svg)
margin-top: -0.1%;
z-index: -1;
}
.search{
position: absolute;
text-align: center;
width: 100%;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
}
.searchbox{
transition: border .2s linear;
font-size: 12px;
width: 50%;
background: #f5f8fa;
color: #000;
padding: 8px 32px 8px 12px;
height: 50px;
border: 1px solid #e6ecf0;
border-radius: 50px;
outline: none;
}
.searchbox:focus{
transition: border .2s linear;
border: 2px solid orange;
}
.searchbtn{
position: absolute;
font-size: 20px;
color: #66757f;
background-color: transparent;
border:none;
right: 26%;
top: 5px;
outline: none;
padding: 4px;
}
.line{
position: relative;
left:40%;
top: 80vh;
transform: translate(-50%, -50%);
}
.line2{
position: relative;
left:40%;
top: 80vh;
transform: translate(-50%, -50%);
}
.nav-tabs{
border-bottom: 1.5px solid rgba(193, 193, 193, 0.72);
}
.nav-tabs1{
border-top: 1.5px solid rgba(193, 193, 193, 0.72);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #fff #fff #000 ;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body{
background: #f2f2f2;
font-family: 'Open Sans', sans-serif;
}
.search1 {
width: 100%;
position: relative;
display: flex;
}
@media (min-width: 576px) {
.search{
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
}
.searchTerm {
width: 100%;
padding: 5px;
height: 40px;
background: #FFFFFF;
border: 1px solid #DADADA;
box-sizing: border-box;
border-radius: 20px;
}
.searchButton {
width: 50px;
height: 32px;
top:10px;
padding-bottom:10px;
padding-left: 5px;
padding-right: 5px;
background: #636363;
box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
border-radius: 12px;
}
/*Resize the wrap to see the search bar change!*/
.wrap{
width: 30%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.a{
display: inline-block;
border-right: 2px solid #A3A3A3;
padding:20px;
}
.b{
display: inline-block;
padding:10px 0px 30px 20px;
align-items:center;
}
.a1{
display: inline-block;
border-right:2px solid #A3A3A3;
padding:20px;
width:10%;
}
.b1{
width:70%;
display: inline-block;
padding:20px 20px ;
text-align: center;
}
.a12{
display: inline-block;
border-right:2px solid #A3A3A3;
padding:20px;
width:60%;
}
.b12{
width:20%;
display: inline-block;
padding:20px 20px ;
text-align: center;
}
.buttons1{
padding: 5px;
border-radius: 5%;
}
@media (min-width: 768px) and (max-width: 991px) {
/* Show 4th slide on md if col-md-4*/
.carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -33.3333%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
}
@media (min-width: 576px) and (max-width: 768px) {
/* Show 3rd slide on sm if col-sm-6*/
.carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -50%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
}
@media (min-width: 576px) {
.carousel-item {
margin-right: 0;
}
/* show 2 items */
.carousel-inner .active + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
transition: none;
}
.carousel-inner .carousel-item-next {
position: relative;
transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* farthest right hidden item must be also positioned for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
visibility: visible;
}
/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
/* MD */
@media (min-width: 768px) {
/* show 3rd of 3 item slide */
.carousel-inner .active + .carousel-item + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
transition: none;
}
.carousel-inner .carousel-item-next {
position: relative;
transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* right or prev direction */
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
/* LG */
@media (min-width: 991px) {
/* show 4th item */
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
transition: none;
}
/* Show 5th slide on lg if col-lg-3 */
.carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: absolute;
top: 0;
right: -25%; /*change this with javascript in the future*/
z-index: -1;
display: block;
visibility: visible;
}
/* left or forward direction */
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
/* right or prev direction //t - previous slide direction last item animation fix */
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
position: relative;
transform: translate3d(100%, 0, 0);
visibility: visible;
display: block;
visibility: visible;
}
}
.carousel-indicators li {
display: inline-block;
width: 5px;
height: 5px;
margin-top: 100px;
text-indent: 0;
cursor: pointer;
border: none;
border-radius: 50%;
background-color: #0000ff;
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
width: 5px;
height: 5px;
margin-top: 100px;
background-color: #ffff99;
}
/*get in touch*/
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
/* SOCIAL PANEL CSS */
.social-panel-container {
position: fixed;
right: 0;
bottom: 80px;
z-index: 100;
transform: translateX(100%);
transition: transform 0.4s ease-in-out;
}
.social-panel-container.visible {
transform: translateX(-10px);
}
.social-panel {
background-color:linear-gradient(16.6deg, #A9A9A9 20%, #292929 80%);
border-radius: 16px;
box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
border: 5px solid #001F61;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Muli';
position: relative;
height: 169px;
width: 370px;
max-width: calc(100% - 10px);
}
.social-panel button.close-btn {
border: 0;
color: #97A5CE;
cursor: pointer;
font-size: 20px;
position: absolute;
top: 5px;
right: 5px;
}
.social-panel button.close-btn:focus {
outline: none;
}
.social-panel p {
background-color: linear-gradient(16.6deg, #1F1F1F 13.62%, #292929 87.89%);
border-radius: 0 0 10px 10px;
color: linear-gradient(16.6deg, #1F1F1F 13.62%, #292929 87.89%);
font-size: 14px;
line-height: 18px;
padding: 2px 17px 6px;
position: absolute;
top: 0;
left: 50%;
margin: 0;
transform: translateX(-50%);
text-align: center;
width: 235px;
}
.social-panel p i {
margin: 0 5px;
}
.social-panel p a {
color: #FF7500;
text-decoration: none;
}
.social-panel h4 {
margin: 20px 0;
color: #97A5CE;
font-family: 'Muli';
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
}
.social-panel ul {
display: flex;
list-style-type: none;
padding: 0;
margin: 0;
}
.social-panel ul li {
margin: 0 10px;
}
.social-panel ul li a {
border: 1px solid #DCE1F2;
border-radius: 50%;
color: #001F61;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
text-decoration: none;
}
.social-panel ul li a:hover {
border-color: #FF6A00;
box-shadow: 0 9px 12px -9px #FF6A00;
}
.floating-btn {
border-radius: 26.5px;
background-color: #000000;
border: 1px solid #000000;
box-shadow: 0 16px 22px -17px #03153B;
color: #fff;
cursor: pointer;
font-size: 16px;
line-height: 20px;
padding: 12px 20px;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
}
.floating-btn:hover {
background-color: rgb(31,31,31);
color: #ffff;
}
.floating-btn:focus {
outline: none;
}
.floating-text {
background-color: #001F61;
border-radius: 10px 10px 0 0;
color: #fff;
font-family: 'Muli';
padding: 7px 15px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
z-index: 998;
}
.floating-text a {
color: #FF7500;
text-decoration: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #51BAFF;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs {
border-bottom: 2px solid rgba(193, 193, 193, 0.72);
}
@media (max-width: 576px) {
.c{
max-width: 100%;
height: auto;
margin-top: -0.4%;
}
}
@media screen and (max-width: 480px) {
.social-panel-container.visible {
transform: translateX(0px);
}
.floating-btn {
right: 10px;
}
}
/*get in touch ends*/
/*cards*/
/*footer*/ | 0.36376 | 0.055183 |
background-color: #206fa2;
font-family: "PT Sans", sans-serif, Helvetica, Arial;
font-size: 14px;
}
#sjfb-wrap {
margin: 30px auto;
max-width: 800px;
padding: 20px;
background-color: #fff;
border: 6px solid #195a84;
}
#sjfb-wrap .hide {
display: none;
}
#sjfb-wrap h1 {
margin-top: 10px;
}
#sjfb-wrap h3 {
margin: 6px 0;
text-transform: capitalize;
}
#sjfb-wrap ul {
list-style: none;
padding: 0;
margin: 0;
}
#sjfb-wrap .add-wrap,
#sjfb-sample {
background: #f7f7f7;
border: 1px solid #ddd;
padding: 10px 20px 20px;
margin-bottom: 20px;
}
#sjfb-wrap .add-wrap a {
color: #111;
}
#sjfb-wrap .add-wrap li {
padding: 2px 0;
}
#sjfb-wrap .add-wrap li a:hover {
padding-left: 5px;
color: #000;
}
#sjfb-wrap .alert {
background-color: #00a65a;
border: 1px solid #008d4c;
padding: 10px;
color: #fff;
margin-bottom: 20px;
}
#sjfb-wrap .alert textarea {
display: block;
margin-top: 10px;
width: 96%;
min-height: 140px;
}
#sjfb-wrap h2 {
margin: 4px 0;
font-weight: normal;
}
#sjfb .field {
border: 1px solid #ddd;
margin-bottom: 4px;
padding: 5px 10px;
}
#sjfb .field:hover {
background-color: #fbf9ee;
cursor: move;
}
#sjfb .choices li:hover {
background-color: #f7fbc7 !important;
cursor: move;
}
#sjfb label {
margin: 0;
font-weight: bold;
}
#sjfb .toggle-selected,
#sjfb .toggle-required {
margin: 0 0 0 5px;
}
#sjfb .delete {
float: right;
}
#sjfb input {
font-weight: normal;
margin: 0 5px;
}
#sjfb input[type="text"] {
width: 80%;
max-width: 300px;
}
#sjfb .choices {
margin: 20px 10px;
padding: 5px;
background: #f7f7f7;
border: 1px solid #ddd;
}
#sjfb .choices li {
padding: 4px;
margin: 4px 0;
}
#sjfb .choices li:nth-child(even) {
background: #e7e7e7;
}
#sjfb .delete-choice {
margin-left: 5px;
font-weight: normal;
}
#sjfb-sample label {
display: block;
margin: 2px 0;
}
#sjfb-sample .form-fields {
margin: 10px 0;
}
#sjfb > button {
margin: 20px 0 10px;
}
#sjfb-sample {
max-width: 350px;
}
#sjfb-sample input[type="text"],
#sjfb-sample textarea {
width: 100%;
max-width: 250px;
}
#sjfb-sample input[type="text"],
#sjfb-sample textarea,
#sjfb-sample select {
padding: 4px;
}
#sjfb-sample textarea {
min-height: 70px;
}
#sjfb-sample label {
line-height: 1.6em;
}
#sjfb-sample .sjfb-field {
margin-bottom: 20px;
}
#sjfb-sample .sjfb-agree label,
#sjfb-sample .sjfb-agree input {
float: left;
}
#sjfb-sample .required-field > label:after {
content: " *";
color: red;
font-size: 120%;
font-weight: bold;
}
#sjfb-sample .submit {
margin: 20px 0 0;
cursor: pointer;
} | public/style.css | background-color: #206fa2;
font-family: "PT Sans", sans-serif, Helvetica, Arial;
font-size: 14px;
}
#sjfb-wrap {
margin: 30px auto;
max-width: 800px;
padding: 20px;
background-color: #fff;
border: 6px solid #195a84;
}
#sjfb-wrap .hide {
display: none;
}
#sjfb-wrap h1 {
margin-top: 10px;
}
#sjfb-wrap h3 {
margin: 6px 0;
text-transform: capitalize;
}
#sjfb-wrap ul {
list-style: none;
padding: 0;
margin: 0;
}
#sjfb-wrap .add-wrap,
#sjfb-sample {
background: #f7f7f7;
border: 1px solid #ddd;
padding: 10px 20px 20px;
margin-bottom: 20px;
}
#sjfb-wrap .add-wrap a {
color: #111;
}
#sjfb-wrap .add-wrap li {
padding: 2px 0;
}
#sjfb-wrap .add-wrap li a:hover {
padding-left: 5px;
color: #000;
}
#sjfb-wrap .alert {
background-color: #00a65a;
border: 1px solid #008d4c;
padding: 10px;
color: #fff;
margin-bottom: 20px;
}
#sjfb-wrap .alert textarea {
display: block;
margin-top: 10px;
width: 96%;
min-height: 140px;
}
#sjfb-wrap h2 {
margin: 4px 0;
font-weight: normal;
}
#sjfb .field {
border: 1px solid #ddd;
margin-bottom: 4px;
padding: 5px 10px;
}
#sjfb .field:hover {
background-color: #fbf9ee;
cursor: move;
}
#sjfb .choices li:hover {
background-color: #f7fbc7 !important;
cursor: move;
}
#sjfb label {
margin: 0;
font-weight: bold;
}
#sjfb .toggle-selected,
#sjfb .toggle-required {
margin: 0 0 0 5px;
}
#sjfb .delete {
float: right;
}
#sjfb input {
font-weight: normal;
margin: 0 5px;
}
#sjfb input[type="text"] {
width: 80%;
max-width: 300px;
}
#sjfb .choices {
margin: 20px 10px;
padding: 5px;
background: #f7f7f7;
border: 1px solid #ddd;
}
#sjfb .choices li {
padding: 4px;
margin: 4px 0;
}
#sjfb .choices li:nth-child(even) {
background: #e7e7e7;
}
#sjfb .delete-choice {
margin-left: 5px;
font-weight: normal;
}
#sjfb-sample label {
display: block;
margin: 2px 0;
}
#sjfb-sample .form-fields {
margin: 10px 0;
}
#sjfb > button {
margin: 20px 0 10px;
}
#sjfb-sample {
max-width: 350px;
}
#sjfb-sample input[type="text"],
#sjfb-sample textarea {
width: 100%;
max-width: 250px;
}
#sjfb-sample input[type="text"],
#sjfb-sample textarea,
#sjfb-sample select {
padding: 4px;
}
#sjfb-sample textarea {
min-height: 70px;
}
#sjfb-sample label {
line-height: 1.6em;
}
#sjfb-sample .sjfb-field {
margin-bottom: 20px;
}
#sjfb-sample .sjfb-agree label,
#sjfb-sample .sjfb-agree input {
float: left;
}
#sjfb-sample .required-field > label:after {
content: " *";
color: red;
font-size: 120%;
font-weight: bold;
}
#sjfb-sample .submit {
margin: 20px 0 0;
cursor: pointer;
} | 0.354433 | 0.099121 |
.vodTransparent div.sewise-player-ui div.controlbar {
position: absolute;
width: 100%;
left: 0px;
bottom: 60px;
pointer-events: auto;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-bg {
position: absolute;
width: 100%;
height: 60px;
/*background-color:rgba(0, 0, 0, 0.5);*/
background-color: #000000;
opacity:0.5;
/*IE8下*/
filter:alpha(opacity=50);
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns {
position: absolute;
width: 100%;
top: 20px;
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a {
display:block;
width: 30px;
height: 30px;
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play {
background: url("controlbar.png") 0px 0px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play:hover {
background: url("controlbar.png") -30px 0px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause {
background: url("controlbar.png") 0px -30px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause:hover {
background: url("controlbar.png") -30px -30px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-progress {
position: absolute;
width: 100%;
left: 0px;
top: 0px;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-totalline {
position: absolute;
width: 100%;
height: 2px;
top: 0px;
/*background-color: rgba(255, 255, 255, 0.4);*/
background-color: #FFFFFF;
opacity:0.4;
/*IE8下*/
filter:alpha(opacity=40);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-loadedline {
position: absolute;
width: 0%;
height: 2px;
top: 0px;
background-color: rgba(0, 0, 0, 0.4);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playedline {
position: absolute;
width: 0%;
height: 2px;
top: 0px;
background-color: #FF0363;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-seekline {
position: absolute;
width: 100%;
height: 20px;
top: -9px;
background-color:rgba(0, 0, 0, 0);
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint {
position: absolute;
width: 24px;
height: 24px;
border-radius: 24px;
background-color: #FFF;
left: 0%;
top: -11px;
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint:hover {
background-color: #DDD;
box-shadow: 0px 0px 10px #000;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li.right-float {
float: right;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen {
background: url("controlbar.png") 0px -90px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen:hover {
background: url("controlbar.png") -30px -90px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen {
background: url("controlbar.png") 0px -120px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen:hover {
background: url("controlbar.png") -30px -120px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-volumeline {
position: relative;
float: left;
width: 90px;
height: 30px;
top: 0px;
left: -15px;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-bg {
position: absolute;
width: 100%;
height: 2px;
top: 14px;
background-color: rgba(255, 255, 255, 0.4);
/*IE8下*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-volume {
position: absolute;
width: 50%;
height: 2px;
top: 14px;
background-color: #FF0363;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-dragger {
position: absolute;
width: 100%;
height: 20px;
top: 5px;
background-color:rgba(0, 0, 0, 0);
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-point {
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
top: 6px;
left: 50%;
background-color: #FFF;
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-point:hover {
background-color: #DDD;
box-shadow: 0px 0px 10px #000;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose {
background: url("controlbar.png") 0px -180px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose:hover {
background: url("controlbar.png") -30px -180px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen {
background: url("controlbar.png") 0px -150px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen:hover {
background: url("controlbar.png") -30px -150px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-playtime {
position: relative;
float: left;
display: block;
color: white;
line-height: 30px;
font-size: 18px;
top: 2px;
}
/*logo*/
.vodTransparent div.sewise-player-ui div.logo {
position: absolute;
right: 10px;
top: 5px;
}
.vodTransparent div.sewise-player-ui div.logo a.logo-icon {
display: block;
width: 142px;
height: 27px;
background: url("logo.png") 0px 0px no-repeat;
text-indent: -10000px;
pointer-events: auto;
}
/*标题栏*/
.vodTransparent div.sewise-player-ui div.topbar {
position: absolute;
width: 100%;
float: left;
background-color: rgba(0, 0, 0, 0.3);
/*color: white;
font-size: 0.8em;*/
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program {
float: left;
padding: 5px;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-tip {
float: left;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-title {
float: left;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-clock {
float: right;
padding: 5px;
}
/*缓冲进度条*/
.vodTransparent div.sewise-player-ui div.buffer {
position: absolute;
width: 60px;
height: 80px;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -40px;
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-bg {
position: absolute;
display: block;
width: 48px;
height: 48px;
left: 6px;
top: 6px;
background: url("buffer.png") 0px 0px no-repeat;
text-indent: -10000px;
animation: buffer-keyframes 1s linear 0s infinite;
-ms-animation: buffer-keyframes 1s linear 0s infinite;
-webkit-animation: buffer-keyframes 1s linear 0s infinite;
-moz-animation: buffer-keyframes 1s linear 0s infinite;
-o-animation: buffer-keyframes 1s linear 0s infinite;
}
@keyframes buffer-keyframes {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@-ms-keyframes buffer-keyframes {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
@-webkit-keyframes buffer-keyframes {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes buffer-keyframes {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-o-keyframes buffer-keyframes {
from { -o-transform: rotate(0deg); }
to { -o-transform: rotate(360deg); }
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text {
position: absolute;
left: 2px;
top: 60px;
font-size: 12px;
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-tip,
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-bufferPt {
float: left;
}
/*开始播放大按钮*/
.vodTransparent div.sewise-player-ui div.big-play-btn {
position: absolute;
left: 50%;
margin-left: -50px;
top: 50%;
margin-top: -50px;
overflow: hidden;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
pointer-events: auto;
}
.vodTransparent div.sewise-player-ui div.big-play-btn a.big-play-icon {
display:block;
width: 90px;
height: 90px;
background: url("big_play_btn.png") 0px 0px no-repeat;
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.big-play-btn:hover a.big-play-icon {
background: url("big_play_btn.png") -90px 0px no-repeat;
} | target/cyserver-2.0-SNAPSHOT/jslib/hui/plugins/swise_player/html/skins/vodTransparent/skin.css | .vodTransparent div.sewise-player-ui div.controlbar {
position: absolute;
width: 100%;
left: 0px;
bottom: 60px;
pointer-events: auto;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-bg {
position: absolute;
width: 100%;
height: 60px;
/*background-color:rgba(0, 0, 0, 0.5);*/
background-color: #000000;
opacity:0.5;
/*IE8下*/
filter:alpha(opacity=50);
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns {
position: absolute;
width: 100%;
top: 20px;
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a {
display:block;
width: 30px;
height: 30px;
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play {
background: url("controlbar.png") 0px 0px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play:hover {
background: url("controlbar.png") -30px 0px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause {
background: url("controlbar.png") 0px -30px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause:hover {
background: url("controlbar.png") -30px -30px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-progress {
position: absolute;
width: 100%;
left: 0px;
top: 0px;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-totalline {
position: absolute;
width: 100%;
height: 2px;
top: 0px;
/*background-color: rgba(255, 255, 255, 0.4);*/
background-color: #FFFFFF;
opacity:0.4;
/*IE8下*/
filter:alpha(opacity=40);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-loadedline {
position: absolute;
width: 0%;
height: 2px;
top: 0px;
background-color: rgba(0, 0, 0, 0.4);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playedline {
position: absolute;
width: 0%;
height: 2px;
top: 0px;
background-color: #FF0363;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-seekline {
position: absolute;
width: 100%;
height: 20px;
top: -9px;
background-color:rgba(0, 0, 0, 0);
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint {
position: absolute;
width: 24px;
height: 24px;
border-radius: 24px;
background-color: #FFF;
left: 0%;
top: -11px;
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint:hover {
background-color: #DDD;
box-shadow: 0px 0px 10px #000;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li.right-float {
float: right;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen {
background: url("controlbar.png") 0px -90px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen:hover {
background: url("controlbar.png") -30px -90px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen {
background: url("controlbar.png") 0px -120px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen:hover {
background: url("controlbar.png") -30px -120px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-volumeline {
position: relative;
float: left;
width: 90px;
height: 30px;
top: 0px;
left: -15px;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-bg {
position: absolute;
width: 100%;
height: 2px;
top: 14px;
background-color: rgba(255, 255, 255, 0.4);
/*IE8下*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff);
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-volume {
position: absolute;
width: 50%;
height: 2px;
top: 14px;
background-color: #FF0363;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-dragger {
position: absolute;
width: 100%;
height: 20px;
top: 5px;
background-color:rgba(0, 0, 0, 0);
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-point {
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
top: 6px;
left: 50%;
background-color: #FFF;
cursor: pointer;
}
.vodTransparent div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-point:hover {
background-color: #DDD;
box-shadow: 0px 0px 10px #000;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose {
background: url("controlbar.png") 0px -180px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose:hover {
background: url("controlbar.png") -30px -180px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen {
background: url("controlbar.png") 0px -150px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen:hover {
background: url("controlbar.png") -30px -150px no-repeat;
}
.vodTransparent div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-playtime {
position: relative;
float: left;
display: block;
color: white;
line-height: 30px;
font-size: 18px;
top: 2px;
}
/*logo*/
.vodTransparent div.sewise-player-ui div.logo {
position: absolute;
right: 10px;
top: 5px;
}
.vodTransparent div.sewise-player-ui div.logo a.logo-icon {
display: block;
width: 142px;
height: 27px;
background: url("logo.png") 0px 0px no-repeat;
text-indent: -10000px;
pointer-events: auto;
}
/*标题栏*/
.vodTransparent div.sewise-player-ui div.topbar {
position: absolute;
width: 100%;
float: left;
background-color: rgba(0, 0, 0, 0.3);
/*color: white;
font-size: 0.8em;*/
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program {
float: left;
padding: 5px;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-tip {
float: left;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-title {
float: left;
}
.vodTransparent div.sewise-player-ui div.topbar div.topbar-clock {
float: right;
padding: 5px;
}
/*缓冲进度条*/
.vodTransparent div.sewise-player-ui div.buffer {
position: absolute;
width: 60px;
height: 80px;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -40px;
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-bg {
position: absolute;
display: block;
width: 48px;
height: 48px;
left: 6px;
top: 6px;
background: url("buffer.png") 0px 0px no-repeat;
text-indent: -10000px;
animation: buffer-keyframes 1s linear 0s infinite;
-ms-animation: buffer-keyframes 1s linear 0s infinite;
-webkit-animation: buffer-keyframes 1s linear 0s infinite;
-moz-animation: buffer-keyframes 1s linear 0s infinite;
-o-animation: buffer-keyframes 1s linear 0s infinite;
}
@keyframes buffer-keyframes {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@-ms-keyframes buffer-keyframes {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
@-webkit-keyframes buffer-keyframes {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes buffer-keyframes {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-o-keyframes buffer-keyframes {
from { -o-transform: rotate(0deg); }
to { -o-transform: rotate(360deg); }
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text {
position: absolute;
left: 2px;
top: 60px;
font-size: 12px;
}
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-tip,
.vodTransparent div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-bufferPt {
float: left;
}
/*开始播放大按钮*/
.vodTransparent div.sewise-player-ui div.big-play-btn {
position: absolute;
left: 50%;
margin-left: -50px;
top: 50%;
margin-top: -50px;
overflow: hidden;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
pointer-events: auto;
}
.vodTransparent div.sewise-player-ui div.big-play-btn a.big-play-icon {
display:block;
width: 90px;
height: 90px;
background: url("big_play_btn.png") 0px 0px no-repeat;
text-indent: -10000px;
}
.vodTransparent div.sewise-player-ui div.big-play-btn:hover a.big-play-icon {
background: url("big_play_btn.png") -90px 0px no-repeat;
} | 0.349422 | 0.053132 |
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;500&display=swap');
/*
bloque-nombre
bloque-nombre__elemento-nombre
bloque-nombre--modificador-nombre
*/
/* table-section BLOCK */
.table-section {
display:flex;
flex-direction: column;
}
/* table-table-section-BLOCK */
.table-table-section {
overflow-x:auto;
grid-auto-flow: column;
grid-auto-columns: minmax(160px,1fr);
grid-gap: 16px;
display: grid;
}
.table-table-section__table {
border-collapse: collapse;
margin: 25px 0;
font-family: sans-serif;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
border-radius: 5px 5px 0 0;
overflow: hidden;
font-family: 'Exo', sans-serif;
text-align: center;
}
.table-table-section__table thead tr {
background-color: #00acda;
color: #ffffff;
text-align: center;
font-weight: 500;
}
.table-table-section__table th,
.table-table-section__table td {
padding: 16px 10px;
}
.table-table-section__table tbody {
border-right: 2px solid #e4e4e4;
border-left: 2px solid #e4e4e4;
}
.table-table-section__table tbody tr {
border-bottom: 1px solid #dddddd;
}
.table-table-section__table tbody tr:nth-child(even) {
color: #424242;
}
.table-table-section__table tbody tr:nth-child(odd) {
color: #424242;
}
.table-table-section__table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.table-table-section__table tbody tr:nth-of-type(odd) {
background-color: #ffffff;
}
.table-table-section__table tbody tr:last-of-type {
border-bottom: 2px solid #00acda;
}
.table-table-section__image-img {
object-fit: contain;
}
.table-table-section__text-capitalize {
text-transform: capitalize;
}
@media screen and (max-width: 750px) {
.table-table-section__table thead {
display: none;
}
.table-table-section__table td {
display: block;
}
.table-table-section__table td {
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
display: flex;
justify-content: center;
flex-direction: column;
min-height: 80px;
}
.table-table-section__table--options {
display: block !important;
padding-left: 16px !important;
justify-content: center !important;
}
.table-table-section__table td:before {
position: absolute;
left: 6px;
width: 45%;
margin: auto;
color: #00acda;
font-weight: 500;
}
.table-table-section__table td:nth-of-type(1):before { content: "Fecha de reporte de síntomas"; }
.table-table-section__table td:nth-of-type(2):before { content: "Hora de reporte de síntomas"; }
.table-table-section__table td:nth-of-type(3):before { content: "Nombres y Apellidos"; }
.table-table-section__table td:nth-of-type(4):before { content: "DNI"; }
.table-table-section__table td:nth-of-type(5):before { content: "Diagnósticos presuntivos"; }
.table-table-section__table td:nth-of-type(6):before { content: "Tratamiento"; }
.table-table-section__table td:nth-of-type(7):before { content: "Proximo seguimiento"; }
.table-table-section__table td:nth-of-type(8):before { content: "Periodo restante de cuarentena"; }
}
/* table-pagination-section BLOCK*/
.table-pagination-section {
position: relative;
text-align: center;
margin: 36px 0;
font-family: 'Exo', sans-serif;
align-self: center;
}
/* table-pagination BLOCK*/
.table-pagination {
list-style-type: none;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.table-pagination > li > a{
border: none;
border-radius: 30px !important;
color: white;
background-color: #00acda;
margin: 4px;
position: relative;
display: block;
padding: 0.75rem 1.15rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
min-width: 42px;
}
.table-pagination > li > a:hover{
background-color: #3e3e3e;
}
.table-pagination .active > a,
.table-pagination .active > a:hover,
.table-pagination .active > a:focus,
.table-pagination .active > span:hover,
.table-pagination .active > span:focus {
background-color: #3e3e3e;
}
.table-pagination .table-pagination__page {
background-color: #ff99004d;
}
.table-pagination .table-pagination__page--firt {
margin-right: 16px;
}
.table-pagination .table-pagination__page--last {
margin-left: 16px;
}
/* table-filter-section BLOCK */
.table-filter-section {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.table-filter-section__button {
background-color: #3c3c3c;
height: 32px;
min-width: 100px;
border-radius: 4px;
display: flex;
justify-content: center;
color: #f3f3f3;
font-family: 'Exo', sans-serif;
margin: 8px;
cursor: pointer;
}
.table-filter-section__button--active {
background-color: #00acda;
}
.table-filter-section__text {
margin: 8px;
text-transform: capitalize;
}
.body-profile {
padding: 20px;
background-color: #f2f2f2;
border-radius: 10px;
}
.title-component {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.title-component__title {
font-weight: 600;
font-size: 24px;
color: #3e3e3e;
}
.title-component__line {
width: 100px;
height: 6px;
background: #00acda;
border-radius: 20px;
margin-top: 5px;
}
p {
margin: 0;
}
.custom-button {
background: var(--first-color);
border: none;
cursor: pointer;
color: #fff;
display: inline-block;
padding: 10px 36px;
border-radius: 5px;
text-align: center;
line-height: 22px;
transition: 0.3s ease all;
font-size: var(--normal-font-size);
text-decoration: none;
}
.custom-button:hover {
background: #116be0;
} | src/views/rrhh/panel/panel.css | @import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;500&display=swap');
/*
bloque-nombre
bloque-nombre__elemento-nombre
bloque-nombre--modificador-nombre
*/
/* table-section BLOCK */
.table-section {
display:flex;
flex-direction: column;
}
/* table-table-section-BLOCK */
.table-table-section {
overflow-x:auto;
grid-auto-flow: column;
grid-auto-columns: minmax(160px,1fr);
grid-gap: 16px;
display: grid;
}
.table-table-section__table {
border-collapse: collapse;
margin: 25px 0;
font-family: sans-serif;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
border-radius: 5px 5px 0 0;
overflow: hidden;
font-family: 'Exo', sans-serif;
text-align: center;
}
.table-table-section__table thead tr {
background-color: #00acda;
color: #ffffff;
text-align: center;
font-weight: 500;
}
.table-table-section__table th,
.table-table-section__table td {
padding: 16px 10px;
}
.table-table-section__table tbody {
border-right: 2px solid #e4e4e4;
border-left: 2px solid #e4e4e4;
}
.table-table-section__table tbody tr {
border-bottom: 1px solid #dddddd;
}
.table-table-section__table tbody tr:nth-child(even) {
color: #424242;
}
.table-table-section__table tbody tr:nth-child(odd) {
color: #424242;
}
.table-table-section__table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.table-table-section__table tbody tr:nth-of-type(odd) {
background-color: #ffffff;
}
.table-table-section__table tbody tr:last-of-type {
border-bottom: 2px solid #00acda;
}
.table-table-section__image-img {
object-fit: contain;
}
.table-table-section__text-capitalize {
text-transform: capitalize;
}
@media screen and (max-width: 750px) {
.table-table-section__table thead {
display: none;
}
.table-table-section__table td {
display: block;
}
.table-table-section__table td {
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
display: flex;
justify-content: center;
flex-direction: column;
min-height: 80px;
}
.table-table-section__table--options {
display: block !important;
padding-left: 16px !important;
justify-content: center !important;
}
.table-table-section__table td:before {
position: absolute;
left: 6px;
width: 45%;
margin: auto;
color: #00acda;
font-weight: 500;
}
.table-table-section__table td:nth-of-type(1):before { content: "Fecha de reporte de síntomas"; }
.table-table-section__table td:nth-of-type(2):before { content: "Hora de reporte de síntomas"; }
.table-table-section__table td:nth-of-type(3):before { content: "Nombres y Apellidos"; }
.table-table-section__table td:nth-of-type(4):before { content: "DNI"; }
.table-table-section__table td:nth-of-type(5):before { content: "Diagnósticos presuntivos"; }
.table-table-section__table td:nth-of-type(6):before { content: "Tratamiento"; }
.table-table-section__table td:nth-of-type(7):before { content: "Proximo seguimiento"; }
.table-table-section__table td:nth-of-type(8):before { content: "Periodo restante de cuarentena"; }
}
/* table-pagination-section BLOCK*/
.table-pagination-section {
position: relative;
text-align: center;
margin: 36px 0;
font-family: 'Exo', sans-serif;
align-self: center;
}
/* table-pagination BLOCK*/
.table-pagination {
list-style-type: none;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.table-pagination > li > a{
border: none;
border-radius: 30px !important;
color: white;
background-color: #00acda;
margin: 4px;
position: relative;
display: block;
padding: 0.75rem 1.15rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
min-width: 42px;
}
.table-pagination > li > a:hover{
background-color: #3e3e3e;
}
.table-pagination .active > a,
.table-pagination .active > a:hover,
.table-pagination .active > a:focus,
.table-pagination .active > span:hover,
.table-pagination .active > span:focus {
background-color: #3e3e3e;
}
.table-pagination .table-pagination__page {
background-color: #ff99004d;
}
.table-pagination .table-pagination__page--firt {
margin-right: 16px;
}
.table-pagination .table-pagination__page--last {
margin-left: 16px;
}
/* table-filter-section BLOCK */
.table-filter-section {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.table-filter-section__button {
background-color: #3c3c3c;
height: 32px;
min-width: 100px;
border-radius: 4px;
display: flex;
justify-content: center;
color: #f3f3f3;
font-family: 'Exo', sans-serif;
margin: 8px;
cursor: pointer;
}
.table-filter-section__button--active {
background-color: #00acda;
}
.table-filter-section__text {
margin: 8px;
text-transform: capitalize;
}
.body-profile {
padding: 20px;
background-color: #f2f2f2;
border-radius: 10px;
}
.title-component {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.title-component__title {
font-weight: 600;
font-size: 24px;
color: #3e3e3e;
}
.title-component__line {
width: 100px;
height: 6px;
background: #00acda;
border-radius: 20px;
margin-top: 5px;
}
p {
margin: 0;
}
.custom-button {
background: var(--first-color);
border: none;
cursor: pointer;
color: #fff;
display: inline-block;
padding: 10px 36px;
border-radius: 5px;
text-align: center;
line-height: 22px;
transition: 0.3s ease all;
font-size: var(--normal-font-size);
text-decoration: none;
}
.custom-button:hover {
background: #116be0;
} | 0.417034 | 0.123603 |
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--btn-color: rgb(184, 184, 184);
}
body {
height: 100vh;
background-color: black;
color: var(--btn-color);
font-family: "<NAME>", cursive;
font-size: 2rem;
}
.player-container {
display: grid;
grid-template-rows: 7fr 1fr 1fr 50px;
width: 100%;
height: 100%;
}
#player {
display: flex;
justify-content: center;
}
#canvas {
width: 80%;
height: 450px;
margin-bottom: 5px;
margin-left: 2%;
}
.progress-bar {
cursor: pointer;
height: 20px;
width: 100%;
overflow: hidden;
background-color: #111;
}
.progress {
height: 100%;
width: 0;
}
.under-progress {
display: flex;
align-items: start;
}
.navigation {
display: flex;
margin-bottom: 50px;
padding-right: 50px;
}
.song-title {
margin: 0 100px;
height: 100px;
width: 300px;
margin-bottom: 50px;
transform: rotate(-7deg);
}
.volume-section {
display: flex;
flex-direction: row;
align-items: center;
color: #25c2f7;
}
.action-btn {
font-size: 20px;
width: 100px;
height: 50px;
border: none;
outline: none;
color: var(--btn-color);
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
margin: 10px;
}
.volume-bar {
cursor: pointer;
width: 250px;
height: 10px;
border-radius: 5px;
background-color: #111;
margin: 0 100px 0 5px;
}
.volume-progress {
background-color: var(--btn-color);
border-radius: 5px;
height: 100%;
width: 30%;
}
.song-menu {
display: flex;
/* display: none; */
flex-direction: column;
align-items: center;
position: absolute;
width: 300px;
min-height: 300px;
height: auto;
right: 10px;
bottom: 30%;
z-index: 2;
overflow: auto;
}
.song-menu.closed {
display: none;
}
.song-menu > button {
padding: 10px;
width: calc(100% - 4px);
border: none;
outline: none;
color: var(--btn-color);
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
font-family: "<NAME>", cursive;
font-size: 1rem;
}
.song-menu > button.active-song {
margin: 5px 0;
width: calc(100% - 8px);
}
footer {
color: white;
text-align: center;
font-size: 1rem;
font-family: "<NAME>", cursive;
}
footer > a {
text-decoration: none;
color: lightblue;
font-family: "<NAME>", cursive;
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--btn-color: rgb(184, 184, 184);
}
body {
height: 100vh;
background-color: black;
color: var(--btn-color);
font-family: "<NAME>", cursive;
font-size: 2rem;
}
.player-container {
display: grid;
grid-template-rows: 7fr 1fr 1fr 50px;
width: 100%;
height: 100%;
}
#player {
display: flex;
justify-content: center;
}
#canvas {
width: 80%;
height: 450px;
margin-bottom: 5px;
margin-left: 2%;
}
.progress-bar {
cursor: pointer;
height: 20px;
width: 100%;
overflow: hidden;
background-color: #111;
}
.progress {
height: 100%;
width: 0;
}
.under-progress {
display: flex;
align-items: start;
}
.navigation {
display: flex;
margin-bottom: 50px;
padding-right: 50px;
}
.song-title {
margin: 0 100px;
height: 100px;
width: 300px;
margin-bottom: 50px;
transform: rotate(-7deg);
}
.volume-section {
display: flex;
flex-direction: row;
align-items: center;
color: #25c2f7;
}
.action-btn {
font-size: 20px;
width: 100px;
height: 50px;
border: none;
outline: none;
color: var(--btn-color);
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
margin: 10px;
}
.volume-bar {
cursor: pointer;
width: 250px;
height: 10px;
border-radius: 5px;
background-color: #111;
margin: 0 100px 0 5px;
}
.volume-progress {
background-color: var(--btn-color);
border-radius: 5px;
height: 100%;
width: 30%;
}
.song-menu {
display: flex;
/* display: none; */
flex-direction: column;
align-items: center;
position: absolute;
width: 300px;
min-height: 300px;
height: auto;
right: 10px;
bottom: 30%;
z-index: 2;
overflow: auto;
}
.song-menu.closed {
display: none;
}
.song-menu > button {
padding: 10px;
width: calc(100% - 4px);
border: none;
outline: none;
color: var(--btn-color);
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
font-family: "<NAME>", cursive;
font-size: 1rem;
}
.song-menu > button.active-song {
margin: 5px 0;
width: calc(100% - 8px);
}
footer {
color: white;
text-align: center;
font-size: 1rem;
font-family: "<NAME>", cursive;
}
footer > a {
text-decoration: none;
color: lightblue;
font-family: "<NAME>", cursive;
} | 0.31258 | 0.098903 |
margin-top: 20px;
}
#price-slider {
width: 270px;
height: 80px;
}
.slider-handle {
background: #f46b4f;
opacity: 1;
}
#nonullsearch {
text-align: center;
width: 100%;
margin-top: 30px;
color: #f46b4f;
display:none;
}
.slider-selection {
background: #a1a1a1;
}
.slider-track {
background-color: #dedede;
background-image: none ;
position: relative;
}
.body {
overflow-x: hidden;
overflow-y: scroll;
}
#submitBtn {
position: relative;
font-weight: 600;
font-size: 20px;
width: 50%;
background-color: #f46b4f;
background-image: none;
color: white;
z-index: 8;
}
#submitBtn:active {
background-color: #F5502F;
}
.container {
text-align: center;
margin: auto;
margin-top: 40px;
}
.searchName, .priceWrapper, .cuisineWrapper {
padding: .25em 0em;
}
.searchName {
margin: auto;
width: 80%;
}
#nameInput {
margin: auto;
}
.priceWrapper {
width: 80%;
margin: auto;
}
.cuisineWrapper {
width: 80%;
margin: auto;
}
.select2-container {
width: 80% !important;
}
.select2-search-choice-close {
}
.select2-search-choice-close:after {
content: "X";
font-size: 10px;
margin: 0;
padding: 0;
font-weight: bold;
color: #333;
}
.select2-search-choice {
vertical-align: center !important;
color: #eee !important;
background-color: #888 !important;
background-image: none !important;
padding: 9px 5px 5px 5px !important;
border-radius: 2px !important;
border: 0px !important;
margin: auto !important;
}
.select2-search-choice > div{
display:inline;
margin: auto !important;
}
.select2-choices{
position: relative;
}
.select2-search-choice > a {
position: relative;
display: inline;
vertical-align: center !important;
top: -0.6px !important;
left:0px !important;
}
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
#pac-input {
background-color: #fff;
padding: 0 11px 0 13px;
width: 80%;
font-family: 'Lato', sans-serif;
font-size: 15px;
font-weight: 300;
text-overflow: ellipsis;
}
#pac-input:focus {
border-color: #4d90fe;
margin-left: -1px;
padding-left: 14px; /* Regular padding-left + 1. */
}
.pac-container {
font-family: 'Lato', sans-serif;
}
#type-selector {
color: #fff;
background-color: #4d90fe;
padding: 5px 11px 0px 11px;
}
#type-selector label {
font-family: 'Lato', sans-serif;
font-size: 13px;
font-weight: 300;
}
.controls {
margin-top: 16px;
border: 1px solid transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
}
.glyphicons-remove-sign {
position: absolute;
right: 2px;
top: 2px;
height: 5px;
width: 5px;
} | public/css/searchformalt.css | margin-top: 20px;
}
#price-slider {
width: 270px;
height: 80px;
}
.slider-handle {
background: #f46b4f;
opacity: 1;
}
#nonullsearch {
text-align: center;
width: 100%;
margin-top: 30px;
color: #f46b4f;
display:none;
}
.slider-selection {
background: #a1a1a1;
}
.slider-track {
background-color: #dedede;
background-image: none ;
position: relative;
}
.body {
overflow-x: hidden;
overflow-y: scroll;
}
#submitBtn {
position: relative;
font-weight: 600;
font-size: 20px;
width: 50%;
background-color: #f46b4f;
background-image: none;
color: white;
z-index: 8;
}
#submitBtn:active {
background-color: #F5502F;
}
.container {
text-align: center;
margin: auto;
margin-top: 40px;
}
.searchName, .priceWrapper, .cuisineWrapper {
padding: .25em 0em;
}
.searchName {
margin: auto;
width: 80%;
}
#nameInput {
margin: auto;
}
.priceWrapper {
width: 80%;
margin: auto;
}
.cuisineWrapper {
width: 80%;
margin: auto;
}
.select2-container {
width: 80% !important;
}
.select2-search-choice-close {
}
.select2-search-choice-close:after {
content: "X";
font-size: 10px;
margin: 0;
padding: 0;
font-weight: bold;
color: #333;
}
.select2-search-choice {
vertical-align: center !important;
color: #eee !important;
background-color: #888 !important;
background-image: none !important;
padding: 9px 5px 5px 5px !important;
border-radius: 2px !important;
border: 0px !important;
margin: auto !important;
}
.select2-search-choice > div{
display:inline;
margin: auto !important;
}
.select2-choices{
position: relative;
}
.select2-search-choice > a {
position: relative;
display: inline;
vertical-align: center !important;
top: -0.6px !important;
left:0px !important;
}
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
#pac-input {
background-color: #fff;
padding: 0 11px 0 13px;
width: 80%;
font-family: 'Lato', sans-serif;
font-size: 15px;
font-weight: 300;
text-overflow: ellipsis;
}
#pac-input:focus {
border-color: #4d90fe;
margin-left: -1px;
padding-left: 14px; /* Regular padding-left + 1. */
}
.pac-container {
font-family: 'Lato', sans-serif;
}
#type-selector {
color: #fff;
background-color: #4d90fe;
padding: 5px 11px 0px 11px;
}
#type-selector label {
font-family: 'Lato', sans-serif;
font-size: 13px;
font-weight: 300;
}
.controls {
margin-top: 16px;
border: 1px solid transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
}
.glyphicons-remove-sign {
position: absolute;
right: 2px;
top: 2px;
height: 5px;
width: 5px;
} | 0.301773 | 0.082291 |
html, body {
margin: 0;
height: 100%;
color: #6e6e62;
font-family: Arial;
font-size: 11px;
background: #1e0f0b url(design_img/body_bg.png);
}
a:link {
color: #e7f1e8;
text-decoration: none;
}
a:visited {
color: #e7f1e8;
text-decoration: none;
}
a:hover {
color: #e7f1e8;
text-decoration: underline;
}
img {
border: 0px;
}
table {
width: 100%;
border-collapse: collapse;
}
#wrapper {
width: 1000px;
margin: 0px auto;
}
#body_top {
background: url(design_img/body_top_bg.jpg) center top no-repeat;
}
#body_bottom {
background: url(design_img/body_bottom_bg.jpg) center bottom no-repeat;
}
#top_panel {
height: 32px;
background: url(design_img/top_panel_bg.jpg) no-repeat;
padding: 14px 155px 0px 155px;
}
#top_panel span {
color: #c7cbc6;
font-family: 'times new roman';
}
#header {
height: 214px;
background: url(design_img/header_bg.jpg) no-repeat;
padding-top: 118px;
padding-left: 333px;
}
#menu_bg {
height: 74px;
background: url(design_img/menu_bg.jpg) no-repeat;
text-align: center;
padding-right: 110px;
}
#button_bg {
height: 59px;
background: url(design_img/button_bg.jpg) no-repeat;
padding-left: 390px;
}
#button_bg a {
display: block;
width: 112px;
height: 34px;
background: url(design_img/play_button.jpg) no-repeat;
}
#button_bg a:hover {
background: url(design_img/play_button.jpg) left 100%;
}
#menu_bg a {
color: #c7d4c0;
font-family: 'times new roman';
margin: 0px 16px;
}
#menu_bg a:hover {
color: #fff;
text-decoration: none;
}
#left_block {
width: 150px;
float: left;
}
#right_block {
width: 260px;
float: right;
}
#center_block {
margin-left: 150px;
margin-right: 260px;
min-height: 1287px;
}
#left_top {
height: 454px;
background: url(design_img/left_top.jpg) no-repeat;
}
#market_bg {
height: 300px;
background: url(design_img/market_bg.jpg) no-repeat;
padding-top: 50px;
}
#account_bg {
height: 165px;
background: url(design_img/account_bg.jpg) no-repeat;
padding: 91px 5px 0px 100px;
}
#status_bg {
height: 174px;
background: url(design_img/status_bg.jpg) no-repeat;
padding-left: 110px;
padding-top: 46px;
}
#left_bottom {
height: 483px;
background: url(design_img/left_bottom.jpg) no-repeat;
}
#right_bottom {
height: 811px;
background: url(design_img/right_bottom.jpg) no-repeat;
}
#footer {
height: 117px;
background: url(design_img/footer_bg.jpg) no-repeat;
text-align: center;
padding-top: 85px;
padding-right: 130px;
color: #606457;
font-family: 'times new roman';
font-size: 9px;
}
.form {
width: 100%;
margin: 0 auto;
}
.form input[type='submit']:hover {
color: white;
transition: all .5s;
}
.form-group legend {
text-align: center;
font-size: 1.2rem;
color: #444;
padding: 2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input {
margin: 5px 5px;
}
.form input[type='submit'] {
cursor: pointer;
}
.form-alert {
opacity: 0;
animation: hideafter 5s normal forwards;
font-weight: 600;
text-shadow: 1px 1px #000;
color: white;
position: marker;
font-size: 9pt;
padding: 2px 2px;
}
.alert {
opacity: 0;
animation: hideafter 3s normal forwards;
position: absolute;
z-index: 90000;
top: 400px;
font-size: 1rem;
font-weight: 600;
text-shadow: 1px 1px #000;
color: white;
right: 0;
padding: 20px 20px;
}
@keyframes hideafter {
0% {
opacity: 0;
}
30%, 50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.alert-error {
background: rgba(217, 0, 0, 0.5);
}
.alert-success {
background: rgba(0, 217, 0, 0.5);
}
.alert-info {
background: rgba(0, 0, 217, 0.5);
}
.form input[type='submit']:hover {
color: white;
transition: all .5s;
}
.form-group legend {
text-align: center;
font-size: 1.2rem;
color: white;
padding: 2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input {
margin: 5px 5px;
}
#footer a {
color: #606457;
}
#slider_bg {
height: 236px;
background: url(design_img/slider_bg.jpg) no-repeat;
padding: 25px 55px 36px 55px;
}
#news {
height: 990px;
background: url(design_img/news_bg.jpg) no-repeat;
}
#lang {
float: right;
}
#lang img {
margin-bottom: -13px;
}
#lang a:hover {
text-decoration: none;
}
#online {
display: inline-block;
margin-left: 25px;
}
#online span {
color: #699b56;
}
#online_bg {
display: inline-block;
width: 41px;
height: 19px;
background: url(design_img/online_bg.jpg) no-repeat;
margin-bottom: -6px;
padding: 0px 7px;
}
#online_bar {
background: url(design_img/online_bar.jpg) no-repeat;
height: 19px;
}
#login {
text-align: center;
}
#account_bg a {
color: #a1948c;
font-size: 12px;
font-family: 'times new roman';
}
#account_bg a:hover {
color: #fff;
}
#login input {
width: 155px;
height: 31px;
border: 0px;
text-align: center;
color: #b7c1b1;
font-family: 'times new roman';
font-size: 11px;
padding-bottom: 4px;
outline: none;
}
#login_input {
background: url(design_img/login_input.jpg) no-repeat;
}
#password_input {
background: url(design_img/password_input.jpg) no-repeat;
}
#login_button {
width: 101px;
height: 46px;
background: url(design_img/login_button_bg.jpg) no-repeat;
margin: 0px auto;
padding-top: 15px;
}
#login_button button {
width: 33px;
height: 33px;
background: url(design_img/login_button.jpg) no-repeat;
border: 0px;
cursor: pointer;
}
#login_button button:hover {
background: url(design_img/login_button.jpg) left 100%;
}
.server {
float: left;
width: 40px;
text-align: center;
margin-left: 4px;
}
.s_name a {
color: #9fa296;
font-family: 'times new roman';
font-size: 10px;
}
.s_bar {
background: url(design_img/s_bar_bg.png) no-repeat;
width: 40px;
height: 84px;
padding: 8px 0px;
margin: 5px 0px;
}
.s_bar div {
background: url(design_img/s_bar.png) left bottom no-repeat;
width: 40px;
float: left;
}
#sb_mid {
background: url(design_img/s_bar_mid.png) left bottom no-repeat;
}
#sb_low {
background: url(design_img/s_bar_low.png) left bottom no-repeat;
}
.item {
margin-bottom: 20px;
}
.item_img {
width: 38px;
height: 38px;
background: url(design_img/icon_bg.jpg) no-repeat;
float: left;
padding: 2px;
}
.item_img img {
width: 38px;
height: 38px;
}
.item_info {
margin-left: 54px;
padding-top: 8px;
color: #8d8b83;
font-size: 10px;
}
.item_info a {
color: #b7c6b5;
font-family: 'times new roman';
font-size: 12px;
}
#more_items {
text-align: center;
}
#more_items a {
background: url(design_img/bg_01.png);
padding: 2px 10px 4px 10px;
}
#news_title, .page-title {
padding-top: 25px;
height: 100px;
text-align: center;
font-family: 'times new roman';
color: #cfffff;
font-size: 14px;
}
#content_padding, .content_new {
padding: 0px 92px 0px 92px;
}
#f_menu span {
background: url(design_img/f_menu_p.gif) 50% 50% no-repeat;
padding: 7px 15px;
}
#f_menu a:hover {
color: #fff;
text-decoration: none;
}
#copyright {
padding-top: 35px;
}
#copyright a {
color: #8a908b;
}
.news, .content_new {
border-bottom: 1px solid #382d24;
padding-bottom: 17px;
margin-bottom: 35px;
}
.news_title {
margin-bottom: 13px;
}
.news_title a {
font-size: 18px;
font-family: 'times new roman';
}
.news_title img {
position: absolute;
margin-left: -28px;
margin-top: -2px;
}
.news_date {
float: right;
font-size: 11px;
font-family: 'times new roman';
}
.news_date span {
color: #e7f1e8;
font-size: 18px;
font-family: 'times new roman';
}
.news_text {
margin-bottom: 14px;
}
.news_info {
color: #535343;
}
.news_info a {
float: right;
font-size: 10px;
background: url(design_img/news_button.jpg) no-repeat;
padding: 4px 7px;
}
.news_info span {
padding: 6px 0px 6px 22px;
margin-left: 10px;
}
.info_views {
background: url(design_img/views_icon.gif) left 50% no-repeat;
}
.info_comments {
background: url(design_img/comments_icon.gif) left 50% no-repeat;
}
#pages {
text-align: center;
color: #444335;
}
#pages a {
color: #444335;
padding: 6px 8px;
}
#pages a:hover {
background: url(design_img/bg_01.png);
color: #fff;
text-decoration: none;
}
#pages span a {
background: url(design_img/bg_01.png);
color: #fff;
}
#content_p {
height: 1262px;
background: url(design_img/content_bg.jpg) no-repeat;
padding: 25px 92px 0px 92px;
}
h1 {
color: #fff;
text-align: center;
font-size: 16px;
font-family: 'times new roman';
font-weight: normal;
}
hr {
border-bottom: 1px solid #382d24;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
.form {
margin: 30px 0px;
}
.form input, .form select, .form textarea {
background: #261914;
border: 1px solid #544334;
padding: 5px 7px;
font-size: 12px;
font-family: 'times new roman';
width: 200px;
color: #fff;
}
.form select {
width: 216px;
}
.form button {
height: 31px;
background: url(design_img/button_bg.png) repeat-x;
padding: 0px 20px;
border: none;
-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
color: #fff6c3;
text-shadow: 0px -1px #74442c;
font-family: 'times new roman';
font-size: 14px;
}
.p_table td {
border: 1px solid #453129;
padding: 5px 8px;
background: #37251e;
}
.p_subtitle td {
background: #473128;
}
/* The Nivo Slider styles */
.nivoSlider {
position: relative;
z-index: 5;
}
.nivoSlider img {
top: 0px;
left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 60;
display: none;
}
/* The slices in the Slider */
.nivo-slice {
display: block;
position: absolute;
z-index: 50;
height: 100%;
}
/* Caption styles */
.nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background: url(design_img/bg_03.png);
padding: 15px;
line-height: 12px;
text-align: left;
width: 452px;
opacity: 1 !important;
z-index: 89;
text-shadow: 1px 1px #000;
}
.slide_title {
display: block;
font-size: 18px;
font-family: 'times new roman';
margin-bottom: 5px;
}
.nivo-html-caption img {
display: block;
height: 24px !important;
width: 200px !important;
}
.nivo-caption p {
padding: 5px;
margin: 0;
}
.nivo-caption a {
display: inline !important;
}
.nivo-html-caption {
display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 99;
cursor: pointer;
}
.nivo-prevNav {
left: 0px;
}
.nivo-nextNav {
right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position: relative;
z-index: 99;
cursor: pointer;
}
.nivo-controlNav a.active {
font-weight: bold;
}
#slider-wrapper {
background: url(design_img/slider.png) no-repeat;
width: 482px;
height: 236px;
}
#slider {
width: 482px;
height: 236px;
background: url(design_img/loading.gif) no-repeat 50% 50%;
}
#slider img {
position: absolute;
width: 482px;
height: 236px;
top: 0px;
left: 0px;
display: none;
}
#slider a {
border: 0;
display: block;
}
.nivo-controlNav {
position: absolute;
left: 20px;
top: 20px;
}
.nivo-controlNav a {
display: block;
width: 14px;
height: 14px;
background: url(design_img/tabs.png) no-repeat;
text-indent: -9999px;
border: 0;
float: left;
margin-right: 5px;
}
.nivo-controlNav a.active {
background-position: 0 -14px;
}
.nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
background: url(design_img/arrows.png) no-repeat;
text-indent: -9999px;
border: 0;
}
a.nivo-nextNav {
background-position: -30px 0;
right: 15px;
}
a.nivo-prevNav {
left: 15px;
}
.nivo-caption {
text-shadow: none;
font-family: Helvetica, Arial, sans-serif;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
clear: both;
} | Python Sources/static/themes-media/Crystal-Mu/style.css |
html, body {
margin: 0;
height: 100%;
color: #6e6e62;
font-family: Arial;
font-size: 11px;
background: #1e0f0b url(design_img/body_bg.png);
}
a:link {
color: #e7f1e8;
text-decoration: none;
}
a:visited {
color: #e7f1e8;
text-decoration: none;
}
a:hover {
color: #e7f1e8;
text-decoration: underline;
}
img {
border: 0px;
}
table {
width: 100%;
border-collapse: collapse;
}
#wrapper {
width: 1000px;
margin: 0px auto;
}
#body_top {
background: url(design_img/body_top_bg.jpg) center top no-repeat;
}
#body_bottom {
background: url(design_img/body_bottom_bg.jpg) center bottom no-repeat;
}
#top_panel {
height: 32px;
background: url(design_img/top_panel_bg.jpg) no-repeat;
padding: 14px 155px 0px 155px;
}
#top_panel span {
color: #c7cbc6;
font-family: 'times new roman';
}
#header {
height: 214px;
background: url(design_img/header_bg.jpg) no-repeat;
padding-top: 118px;
padding-left: 333px;
}
#menu_bg {
height: 74px;
background: url(design_img/menu_bg.jpg) no-repeat;
text-align: center;
padding-right: 110px;
}
#button_bg {
height: 59px;
background: url(design_img/button_bg.jpg) no-repeat;
padding-left: 390px;
}
#button_bg a {
display: block;
width: 112px;
height: 34px;
background: url(design_img/play_button.jpg) no-repeat;
}
#button_bg a:hover {
background: url(design_img/play_button.jpg) left 100%;
}
#menu_bg a {
color: #c7d4c0;
font-family: 'times new roman';
margin: 0px 16px;
}
#menu_bg a:hover {
color: #fff;
text-decoration: none;
}
#left_block {
width: 150px;
float: left;
}
#right_block {
width: 260px;
float: right;
}
#center_block {
margin-left: 150px;
margin-right: 260px;
min-height: 1287px;
}
#left_top {
height: 454px;
background: url(design_img/left_top.jpg) no-repeat;
}
#market_bg {
height: 300px;
background: url(design_img/market_bg.jpg) no-repeat;
padding-top: 50px;
}
#account_bg {
height: 165px;
background: url(design_img/account_bg.jpg) no-repeat;
padding: 91px 5px 0px 100px;
}
#status_bg {
height: 174px;
background: url(design_img/status_bg.jpg) no-repeat;
padding-left: 110px;
padding-top: 46px;
}
#left_bottom {
height: 483px;
background: url(design_img/left_bottom.jpg) no-repeat;
}
#right_bottom {
height: 811px;
background: url(design_img/right_bottom.jpg) no-repeat;
}
#footer {
height: 117px;
background: url(design_img/footer_bg.jpg) no-repeat;
text-align: center;
padding-top: 85px;
padding-right: 130px;
color: #606457;
font-family: 'times new roman';
font-size: 9px;
}
.form {
width: 100%;
margin: 0 auto;
}
.form input[type='submit']:hover {
color: white;
transition: all .5s;
}
.form-group legend {
text-align: center;
font-size: 1.2rem;
color: #444;
padding: 2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input {
margin: 5px 5px;
}
.form input[type='submit'] {
cursor: pointer;
}
.form-alert {
opacity: 0;
animation: hideafter 5s normal forwards;
font-weight: 600;
text-shadow: 1px 1px #000;
color: white;
position: marker;
font-size: 9pt;
padding: 2px 2px;
}
.alert {
opacity: 0;
animation: hideafter 3s normal forwards;
position: absolute;
z-index: 90000;
top: 400px;
font-size: 1rem;
font-weight: 600;
text-shadow: 1px 1px #000;
color: white;
right: 0;
padding: 20px 20px;
}
@keyframes hideafter {
0% {
opacity: 0;
}
30%, 50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.alert-error {
background: rgba(217, 0, 0, 0.5);
}
.alert-success {
background: rgba(0, 217, 0, 0.5);
}
.alert-info {
background: rgba(0, 0, 217, 0.5);
}
.form input[type='submit']:hover {
color: white;
transition: all .5s;
}
.form-group legend {
text-align: center;
font-size: 1.2rem;
color: white;
padding: 2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input {
margin: 5px 5px;
}
#footer a {
color: #606457;
}
#slider_bg {
height: 236px;
background: url(design_img/slider_bg.jpg) no-repeat;
padding: 25px 55px 36px 55px;
}
#news {
height: 990px;
background: url(design_img/news_bg.jpg) no-repeat;
}
#lang {
float: right;
}
#lang img {
margin-bottom: -13px;
}
#lang a:hover {
text-decoration: none;
}
#online {
display: inline-block;
margin-left: 25px;
}
#online span {
color: #699b56;
}
#online_bg {
display: inline-block;
width: 41px;
height: 19px;
background: url(design_img/online_bg.jpg) no-repeat;
margin-bottom: -6px;
padding: 0px 7px;
}
#online_bar {
background: url(design_img/online_bar.jpg) no-repeat;
height: 19px;
}
#login {
text-align: center;
}
#account_bg a {
color: #a1948c;
font-size: 12px;
font-family: 'times new roman';
}
#account_bg a:hover {
color: #fff;
}
#login input {
width: 155px;
height: 31px;
border: 0px;
text-align: center;
color: #b7c1b1;
font-family: 'times new roman';
font-size: 11px;
padding-bottom: 4px;
outline: none;
}
#login_input {
background: url(design_img/login_input.jpg) no-repeat;
}
#password_input {
background: url(design_img/password_input.jpg) no-repeat;
}
#login_button {
width: 101px;
height: 46px;
background: url(design_img/login_button_bg.jpg) no-repeat;
margin: 0px auto;
padding-top: 15px;
}
#login_button button {
width: 33px;
height: 33px;
background: url(design_img/login_button.jpg) no-repeat;
border: 0px;
cursor: pointer;
}
#login_button button:hover {
background: url(design_img/login_button.jpg) left 100%;
}
.server {
float: left;
width: 40px;
text-align: center;
margin-left: 4px;
}
.s_name a {
color: #9fa296;
font-family: 'times new roman';
font-size: 10px;
}
.s_bar {
background: url(design_img/s_bar_bg.png) no-repeat;
width: 40px;
height: 84px;
padding: 8px 0px;
margin: 5px 0px;
}
.s_bar div {
background: url(design_img/s_bar.png) left bottom no-repeat;
width: 40px;
float: left;
}
#sb_mid {
background: url(design_img/s_bar_mid.png) left bottom no-repeat;
}
#sb_low {
background: url(design_img/s_bar_low.png) left bottom no-repeat;
}
.item {
margin-bottom: 20px;
}
.item_img {
width: 38px;
height: 38px;
background: url(design_img/icon_bg.jpg) no-repeat;
float: left;
padding: 2px;
}
.item_img img {
width: 38px;
height: 38px;
}
.item_info {
margin-left: 54px;
padding-top: 8px;
color: #8d8b83;
font-size: 10px;
}
.item_info a {
color: #b7c6b5;
font-family: 'times new roman';
font-size: 12px;
}
#more_items {
text-align: center;
}
#more_items a {
background: url(design_img/bg_01.png);
padding: 2px 10px 4px 10px;
}
#news_title, .page-title {
padding-top: 25px;
height: 100px;
text-align: center;
font-family: 'times new roman';
color: #cfffff;
font-size: 14px;
}
#content_padding, .content_new {
padding: 0px 92px 0px 92px;
}
#f_menu span {
background: url(design_img/f_menu_p.gif) 50% 50% no-repeat;
padding: 7px 15px;
}
#f_menu a:hover {
color: #fff;
text-decoration: none;
}
#copyright {
padding-top: 35px;
}
#copyright a {
color: #8a908b;
}
.news, .content_new {
border-bottom: 1px solid #382d24;
padding-bottom: 17px;
margin-bottom: 35px;
}
.news_title {
margin-bottom: 13px;
}
.news_title a {
font-size: 18px;
font-family: 'times new roman';
}
.news_title img {
position: absolute;
margin-left: -28px;
margin-top: -2px;
}
.news_date {
float: right;
font-size: 11px;
font-family: 'times new roman';
}
.news_date span {
color: #e7f1e8;
font-size: 18px;
font-family: 'times new roman';
}
.news_text {
margin-bottom: 14px;
}
.news_info {
color: #535343;
}
.news_info a {
float: right;
font-size: 10px;
background: url(design_img/news_button.jpg) no-repeat;
padding: 4px 7px;
}
.news_info span {
padding: 6px 0px 6px 22px;
margin-left: 10px;
}
.info_views {
background: url(design_img/views_icon.gif) left 50% no-repeat;
}
.info_comments {
background: url(design_img/comments_icon.gif) left 50% no-repeat;
}
#pages {
text-align: center;
color: #444335;
}
#pages a {
color: #444335;
padding: 6px 8px;
}
#pages a:hover {
background: url(design_img/bg_01.png);
color: #fff;
text-decoration: none;
}
#pages span a {
background: url(design_img/bg_01.png);
color: #fff;
}
#content_p {
height: 1262px;
background: url(design_img/content_bg.jpg) no-repeat;
padding: 25px 92px 0px 92px;
}
h1 {
color: #fff;
text-align: center;
font-size: 16px;
font-family: 'times new roman';
font-weight: normal;
}
hr {
border-bottom: 1px solid #382d24;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
.form {
margin: 30px 0px;
}
.form input, .form select, .form textarea {
background: #261914;
border: 1px solid #544334;
padding: 5px 7px;
font-size: 12px;
font-family: 'times new roman';
width: 200px;
color: #fff;
}
.form select {
width: 216px;
}
.form button {
height: 31px;
background: url(design_img/button_bg.png) repeat-x;
padding: 0px 20px;
border: none;
-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
color: #fff6c3;
text-shadow: 0px -1px #74442c;
font-family: 'times new roman';
font-size: 14px;
}
.p_table td {
border: 1px solid #453129;
padding: 5px 8px;
background: #37251e;
}
.p_subtitle td {
background: #473128;
}
/* The Nivo Slider styles */
.nivoSlider {
position: relative;
z-index: 5;
}
.nivoSlider img {
top: 0px;
left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 60;
display: none;
}
/* The slices in the Slider */
.nivo-slice {
display: block;
position: absolute;
z-index: 50;
height: 100%;
}
/* Caption styles */
.nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background: url(design_img/bg_03.png);
padding: 15px;
line-height: 12px;
text-align: left;
width: 452px;
opacity: 1 !important;
z-index: 89;
text-shadow: 1px 1px #000;
}
.slide_title {
display: block;
font-size: 18px;
font-family: 'times new roman';
margin-bottom: 5px;
}
.nivo-html-caption img {
display: block;
height: 24px !important;
width: 200px !important;
}
.nivo-caption p {
padding: 5px;
margin: 0;
}
.nivo-caption a {
display: inline !important;
}
.nivo-html-caption {
display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 99;
cursor: pointer;
}
.nivo-prevNav {
left: 0px;
}
.nivo-nextNav {
right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position: relative;
z-index: 99;
cursor: pointer;
}
.nivo-controlNav a.active {
font-weight: bold;
}
#slider-wrapper {
background: url(design_img/slider.png) no-repeat;
width: 482px;
height: 236px;
}
#slider {
width: 482px;
height: 236px;
background: url(design_img/loading.gif) no-repeat 50% 50%;
}
#slider img {
position: absolute;
width: 482px;
height: 236px;
top: 0px;
left: 0px;
display: none;
}
#slider a {
border: 0;
display: block;
}
.nivo-controlNav {
position: absolute;
left: 20px;
top: 20px;
}
.nivo-controlNav a {
display: block;
width: 14px;
height: 14px;
background: url(design_img/tabs.png) no-repeat;
text-indent: -9999px;
border: 0;
float: left;
margin-right: 5px;
}
.nivo-controlNav a.active {
background-position: 0 -14px;
}
.nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
background: url(design_img/arrows.png) no-repeat;
text-indent: -9999px;
border: 0;
}
a.nivo-nextNav {
background-position: -30px 0;
right: 15px;
}
a.nivo-prevNav {
left: 15px;
}
.nivo-caption {
text-shadow: none;
font-family: Helvetica, Arial, sans-serif;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
clear: both;
} | 0.328529 | 0.09795 |
/*全局*/
body{ font-family:"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; }
.list-none{ padding:0px; margin:0px; list-style:none; }
.met-head{ height:100px; overflow:hidden;}
.met-head .logo li{ float:left; height:100px; line-height:100px; font-size:22px; }
.met-head .logo li img{ max-width:100%; }
.met-head .logo ul>li+li:before{padding:0 10px;color:#ddd; font-size:22px; content:"|\00a0"}
.met-footer{ text-align:center; padding:30px; color:#777; }
.met-footer p{ margin-bottom:5px; }
.met-member{ background-color:#efefef; background-size:cover; background-repeat:no-repeat; background-position:center center; padding:50px 0px; }
.met-member form{ max-width:400px; margin:0px 10px; background-color:rgba(255,255,255,.7); padding:30px; }
.met-member input.form-control,.met-member textarea.form-control{ border-radius:0px; height:43px; }
.met-member .input-group .input-group-addon{ border-radius:0px; background:#efefef; }
.met-member .input-group i.fa{ font-size:18px; color:#aaa; width:20px; text-align:center; }
.met-member select.form-control{ border-radius:0px; }
.met-member textarea.form-control{ height:auto; }
.met-member .login_link{ text-align:right; margin-bottom:15px; }
.met-member .login_code_img img{ height:43px; cursor:pointer; }
.met-member .form-control-feedback{ height:43px; line-height:43px; padding-right: 20px;}
.met-member .btn{ border-radius:0px; }
.met-form-choice{ background:#fff; padding:10px;}
.met-form-file-title{ padding-top:8px; padding-bottom:8px; }
.met-form .met-upfile .file-drop-zone{ border:0px; margin:0px; }
.met-form .met-upfile .file-preview{ border-radius:0px; max-width:220px; } /*display:none;*/
.met-form .met-upfile .kv-upload-progress{ max-width:220px; } /*display:none;*/
.met-form .met-upfile .kv-upload-progress .progress{ border-radius:0px; } /*display:none;*/
.met-form .met-upfile .file-preview .file-actions{ display:none; }
.met-form .met-upfile .file-preview-frame{ box-shadow:none; display:block; margin:0px; border:0; padding:0px; float:none; height:auto; }
.met-form .met-upfile .file-preview-frame img{ width:100%!important; height:auto!important;}
.met-form .met-upfile .file-preview-frame:hover{ box-shadow:none; }
.met-form .met-upfile .file-drop-zone-title{ font-size:30px; }
.met-form .met-upfile .fileinput-cancel-button{ width:76px;}
.met-form .met-upfile .progress{ margin-bottom:10px; }
.met-form .select-linkage .form-control{ padding-right:0px; }
.has-success .form-control{ border-color:#ccc; }
.has-success .input-group-addon{ border-color:#ccc; }
/*登录界面*/
.login_index{ background-image:url(../Images/2015020201454781.jpg); }
.login_index a.btn{ margin-top:20px; }
.login_index .login_type{ text-align:center; margin-top:20px; }
.login_index .login_type p{ color:#444; }
.login_index .login_type .row{ padding-top:5px; }
.login_index .login_type i{ font-size:35px; }
.login_index .login_type i.fa-qq{ color:#70A8D6; }
.login_index .login_type i.fa-weibo{ color:#E07366; }
.login_index .login_type i.fa-weixin{ color:#54C135; }
.login_index .form-control{ border:0; }
/*注册页面*/
.register_index form{ margin:0px auto; max-width:500px; background-color:#fff; }
.register_index .login_link{ margin-top:10px; margin-bottom:0px; }
.register_index .met-more{ position: relative; }
.register_index .met-more span{ position: absolute; text-align:center; height:30px; line-height:30px; left: 50%; margin-left:-50px; top: -15px; width: 100px; overflow:hidden; background-color: #fff; }
.register_index .login_code .form-control-feedback{ display:none!important; }
/*邮箱验证*/
.valid-email-content{ margin:0px auto; max-width:800px; background-color:#fff; padding:100px 20px; color:#555; }
.valid-email .breadcrumb{ margin:0px auto; max-width:800px; border-radius:0px; text-align:center; }
.valid-email .send_email{ margin-right:20px; }
.valid-email .loading{ background:url(../Images/loading.gif) no-repeat right center; }
/*短信验证*/
.phone_code{ margin:5px 0px; min-width:100%; }
.phone_code .badge{ font-weight:normal; background:#777; color:#fff; }
.register_index .fa-mobile{ font-size:26px!important; }
/*会员中心*/
.met-head .user-info{ padding-top:35px; }
.met-head .user-info .breadcrumb{ background:none; }
.member-profile{ padding:10px 0px;} /*background-color:#EFEFEC; */
.member-profile-content{ margin:0px; padding:20px; }
.member-profile-content .sidebar .list-group-item{ border:none; border-radius:0px; }
.met-member-index .form-group{ margin-bottom:0px; }
.met-member-index .row{ padding:15px 8px; border-bottom:1px solid #ddd; }
.met-member-index .basic .row:last-child{ border-bottom:none; }
.met-member-index .basic .panel-body{ margin:0px 15px; }
.met-member-index .met-form{ max-width:none; background:none; padding:0px; margin:0px; }
.met-member-index .panel{ border:none; border-radius:0px; box-shadow:none; }
.met-member-index .panel-default>.panel-heading{ border-radius:0px; font-size:16px; }
.member-profile-content .sidebar .list-group{ margin-bottom:0px; }
.member-profile-content .met-member-profile{ background:#fff; padding:15px; min-height:500px; }
.member-profile-content .sidebar-box{ background:#fff; padding:20px 15px; }
/*帐号安全*/
.met-member-safety{}
.met-member-safety .media{ padding:30px 0px; border-bottom:1px solid #ddd; position:relative;}
.met-member-safety .media button{ }
.met-member-safety .media i{ font-size:25px; width:50px; text-align:center; color:#337ab7;}
.met-member-safety .media i.fa-unlock-alt{ font-size:33px; }
.met-member-safety .media i.fa-mobile{ font-size:48px; }
.met-member-safety .media .media-body{ color:#999; }
.met-member-safety .media .media-heading{ font-size:18px; color:#444; }
.met-member-safety .modal .modal-body{ padding:15px 15px 0px; }
.met-member-safety .modal form{ padding:0px 0px 0px; margin:0px; max-width:none; }
.met-member-safety .media .loading{ background:#fff url(../Images/loading.gif) no-repeat center center; color:#fff; } | static/index/css/metinfo.css | /*全局*/
body{ font-family:"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; }
.list-none{ padding:0px; margin:0px; list-style:none; }
.met-head{ height:100px; overflow:hidden;}
.met-head .logo li{ float:left; height:100px; line-height:100px; font-size:22px; }
.met-head .logo li img{ max-width:100%; }
.met-head .logo ul>li+li:before{padding:0 10px;color:#ddd; font-size:22px; content:"|\00a0"}
.met-footer{ text-align:center; padding:30px; color:#777; }
.met-footer p{ margin-bottom:5px; }
.met-member{ background-color:#efefef; background-size:cover; background-repeat:no-repeat; background-position:center center; padding:50px 0px; }
.met-member form{ max-width:400px; margin:0px 10px; background-color:rgba(255,255,255,.7); padding:30px; }
.met-member input.form-control,.met-member textarea.form-control{ border-radius:0px; height:43px; }
.met-member .input-group .input-group-addon{ border-radius:0px; background:#efefef; }
.met-member .input-group i.fa{ font-size:18px; color:#aaa; width:20px; text-align:center; }
.met-member select.form-control{ border-radius:0px; }
.met-member textarea.form-control{ height:auto; }
.met-member .login_link{ text-align:right; margin-bottom:15px; }
.met-member .login_code_img img{ height:43px; cursor:pointer; }
.met-member .form-control-feedback{ height:43px; line-height:43px; padding-right: 20px;}
.met-member .btn{ border-radius:0px; }
.met-form-choice{ background:#fff; padding:10px;}
.met-form-file-title{ padding-top:8px; padding-bottom:8px; }
.met-form .met-upfile .file-drop-zone{ border:0px; margin:0px; }
.met-form .met-upfile .file-preview{ border-radius:0px; max-width:220px; } /*display:none;*/
.met-form .met-upfile .kv-upload-progress{ max-width:220px; } /*display:none;*/
.met-form .met-upfile .kv-upload-progress .progress{ border-radius:0px; } /*display:none;*/
.met-form .met-upfile .file-preview .file-actions{ display:none; }
.met-form .met-upfile .file-preview-frame{ box-shadow:none; display:block; margin:0px; border:0; padding:0px; float:none; height:auto; }
.met-form .met-upfile .file-preview-frame img{ width:100%!important; height:auto!important;}
.met-form .met-upfile .file-preview-frame:hover{ box-shadow:none; }
.met-form .met-upfile .file-drop-zone-title{ font-size:30px; }
.met-form .met-upfile .fileinput-cancel-button{ width:76px;}
.met-form .met-upfile .progress{ margin-bottom:10px; }
.met-form .select-linkage .form-control{ padding-right:0px; }
.has-success .form-control{ border-color:#ccc; }
.has-success .input-group-addon{ border-color:#ccc; }
/*登录界面*/
.login_index{ background-image:url(../Images/2015020201454781.jpg); }
.login_index a.btn{ margin-top:20px; }
.login_index .login_type{ text-align:center; margin-top:20px; }
.login_index .login_type p{ color:#444; }
.login_index .login_type .row{ padding-top:5px; }
.login_index .login_type i{ font-size:35px; }
.login_index .login_type i.fa-qq{ color:#70A8D6; }
.login_index .login_type i.fa-weibo{ color:#E07366; }
.login_index .login_type i.fa-weixin{ color:#54C135; }
.login_index .form-control{ border:0; }
/*注册页面*/
.register_index form{ margin:0px auto; max-width:500px; background-color:#fff; }
.register_index .login_link{ margin-top:10px; margin-bottom:0px; }
.register_index .met-more{ position: relative; }
.register_index .met-more span{ position: absolute; text-align:center; height:30px; line-height:30px; left: 50%; margin-left:-50px; top: -15px; width: 100px; overflow:hidden; background-color: #fff; }
.register_index .login_code .form-control-feedback{ display:none!important; }
/*邮箱验证*/
.valid-email-content{ margin:0px auto; max-width:800px; background-color:#fff; padding:100px 20px; color:#555; }
.valid-email .breadcrumb{ margin:0px auto; max-width:800px; border-radius:0px; text-align:center; }
.valid-email .send_email{ margin-right:20px; }
.valid-email .loading{ background:url(../Images/loading.gif) no-repeat right center; }
/*短信验证*/
.phone_code{ margin:5px 0px; min-width:100%; }
.phone_code .badge{ font-weight:normal; background:#777; color:#fff; }
.register_index .fa-mobile{ font-size:26px!important; }
/*会员中心*/
.met-head .user-info{ padding-top:35px; }
.met-head .user-info .breadcrumb{ background:none; }
.member-profile{ padding:10px 0px;} /*background-color:#EFEFEC; */
.member-profile-content{ margin:0px; padding:20px; }
.member-profile-content .sidebar .list-group-item{ border:none; border-radius:0px; }
.met-member-index .form-group{ margin-bottom:0px; }
.met-member-index .row{ padding:15px 8px; border-bottom:1px solid #ddd; }
.met-member-index .basic .row:last-child{ border-bottom:none; }
.met-member-index .basic .panel-body{ margin:0px 15px; }
.met-member-index .met-form{ max-width:none; background:none; padding:0px; margin:0px; }
.met-member-index .panel{ border:none; border-radius:0px; box-shadow:none; }
.met-member-index .panel-default>.panel-heading{ border-radius:0px; font-size:16px; }
.member-profile-content .sidebar .list-group{ margin-bottom:0px; }
.member-profile-content .met-member-profile{ background:#fff; padding:15px; min-height:500px; }
.member-profile-content .sidebar-box{ background:#fff; padding:20px 15px; }
/*帐号安全*/
.met-member-safety{}
.met-member-safety .media{ padding:30px 0px; border-bottom:1px solid #ddd; position:relative;}
.met-member-safety .media button{ }
.met-member-safety .media i{ font-size:25px; width:50px; text-align:center; color:#337ab7;}
.met-member-safety .media i.fa-unlock-alt{ font-size:33px; }
.met-member-safety .media i.fa-mobile{ font-size:48px; }
.met-member-safety .media .media-body{ color:#999; }
.met-member-safety .media .media-heading{ font-size:18px; color:#444; }
.met-member-safety .modal .modal-body{ padding:15px 15px 0px; }
.met-member-safety .modal form{ padding:0px 0px 0px; margin:0px; max-width:none; }
.met-member-safety .media .loading{ background:#fff url(../Images/loading.gif) no-repeat center center; color:#fff; } | 0.275227 | 0.048949 |
body {
margin: 0;
font-family:
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family:
source-code-pro,
Menlo,
Monaco,
Consolas,
'Courier New',
monospace;
}
#root .container-fluid {
padding-left: 0;
height: 100vh;
}
.therapist-link,
.therapist-link:hover {
text-decoration: none;
color: black;
}
/* Sidebar */
.sidebar {
height: 100%;
display: inline-block;
text-align: right;
overflow: hidden;
border-right: 1px solid #e4e4e4;
position: relative;
padding-left: 5px;
background-color: white;
z-index: 2;
}
/* Hide Hamburger */
#hamburger { display: none; }
.sidebar label {
display: inline-block;
padding: 10px;
}
/* Horizontal Menu Items */
.hamburger-icon {
cursor: pointer;
}
.nav-items {
transition: width 0.5s;
}
/* .nav-items, */
.links-container {
display: flex;
flex-direction: column;
transition: width 0.5s;
width: 0;
position: relative;
padding: 0 0 0 10px;
}
.social-media-footer a {
margin: 0 5px;
}
.controls a {
line-height: 48px;
background-color: white;
}
.controls a,
.control-btn {
border: none;
border-radius: 40px;
color: #97bf0f;
font-weight: bold;
outline: none;
padding: 0 10px;
}
.nav-items div a {
padding: 10px;
text-decoration: none;
text-align: center;
min-width: 180px;
}
.sidebar .sm-links .copyright {
width: 0;
transition: width 0.1s;
max-height: 20px;
overflow: hidden;
text-align: center;
font-size: 10px;
}
.nav-items .links-container .active {
background-color: white;
}
.sidebar input:checked ~ .nav-items .links-container { width: 200px; }
.sidebar input:checked ~ .nav-items .links-container .active {
background-color: #97bf0f;
color: white;
}
.sidebar input:checked ~ .sm-links .copyright {
width: 100%;
transition: width 0.4s;
}
.sidebar .nav-items .links-container a {
font-weight: bold;
color: black;
}
.therapist-item img {
max-width: 400px;
}
.social-media-footer a img {
height: 15px;
margin: 15px;
}
.sidebar .sm-links {
position: absolute;
bottom: 0;
width: 100%;
}
.sidebar .sm-links ul {
width: 100%;
justify-content: center;
}
.sidebar .sm-links .nav li {
margin-right: 5px;
}
.sidebar .sm-links .nav li img {
height: 15px;
}
/* Page container */
.page-container {
position: absolute;
top: 0;
width: 100%;
height: 100vh;
}
/* Home Page */
#home-page {
position: relative;
height: 100vh;
width: calc(100% - 40px);
margin-left: 40px;
background-color: rgba(151, 191, 15, 0.7);
}
.home-content .content {
position: absolute;
text-align: center;
color: white;
margin: 0;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.home-content .content hr {
border-color: white;
max-width: 80%;
}
#home-page header {
display: flex;
justify-content: flex-end;
padding: 1em;
}
.search-form {
display: inline-block;
border-radius: 40px;
}
.search-form label {
position: relative;
cursor: pointer;
}
.search-form label::after {
content: "";
position: absolute;
right: 10px;
top: 0;
bottom: 0;
width: 20px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
.search-form input {
width: 0;
margin: 3px;
padding: 5px 30px 10px 10px;
border: none;
border-radius: 20px;
outline: none;
transition: width 1s;
}
.search-form input:focus {
width: 180px;
}
.home-content::before,
#login-page::before,
#signup-page::before {
content: "";
background-image: url('assets/images/home.jpeg');
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.6;
z-index: -1;
}
.controls {
display: flex;
justify-content: center;
}
/* Select */
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
background: rgba(151, 191, 15, 0.7);
background-image: none;
border: none;
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 0.5em;
color: #fff;
cursor: pointer;
border-radius: 40px 0 0 40px;
}
.select {
position: relative;
display: block;
width: 10em;
height: 3em;
line-height: 3;
overflow: hidden;
border-radius: 40px;
border: 1px solid white;
margin-right: 5px;
padding-left: 10px;
background: rgba(151, 191, 15, 0.7);
}
select::-ms-expand {
display: none;
}
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 0 1em;
pointer-events: none;
border-radius: 0 40px 40px 0;
-webkit-transition: 0.25s all ease;
-o-transition: 0.25s all ease;
transition: 0.25s all ease;
}
/* Login Page */
#login-page,
#signup-page {
position: relative;
height: 100vh;
width: calc(100% - 40px);
margin-left: 40px;
background-color: rgba(151, 191, 15, 0.7);
}
#login-page .content,
#signup-page .content,
#new-appointment-page .content {
max-width: 500px;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#login-page form,
#signup-page form {
padding: 5px;
}
#login-page form input,
#signup-page form input {
border-radius: 40px;
}
.error-msg {
color: #cf0000;
}
/* Therapists page */
#therapists-page,
#new-appointment-page,
#appointments-page {
position: absolute;
width: calc(100% - 40px);
margin-left: 40px;
}
#therapists-page h4 {
color: #c0c0c0;
}
#therapists-page hr {
border: none;
border-top: 1px dotted #c0c0c0;
border-width: 3px;
max-width: 200px;
}
.therapist-details p {
color: #929292;
}
.loader-container {
text-align: center;
}
.slide-group {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.carousel-control-prev {
background-color: #97bf0f;
height: 50px;
border-radius: 0 40px 40px 0;
top: 50%;
transform: translate(0, -50%);
}
.carousel-control-next {
background-color: #97bf0f;
height: 50px;
border-radius: 40px 0 0 40px;
top: 50%;
transform: translate(0, -50%);
}
.therapist-item {
width: 100%;
max-width: 400px;
text-align: center;
margin-top: 5px;
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
width: 100px;
}
}
.social-media-footer {
display: flex;
justify-content: center;
}
.sm-circular {
display: block;
border: 3px solid #c0c0c0;
border-radius: 50%;
opacity: 0.3;
}
.slide-group .therapist-item .img-container {
height: 500px;
overflow: hidden;
}
.logout-btn {
background: none;
border: none;
font-weight: bold;
outline: none;
min-width: 180px;
}
/* Therapist Details */
#therapist-details-page {
position: relative;
width: calc(100% - 40px);
margin-left: 40px;
display: flex;
padding-top: 30px;
flex-wrap: wrap;
text-align: center;
}
#therapist-details-page .details-container h2 {
text-align: center;
}
@media (min-width: 768px) {
#therapist-details-page {
flex-wrap: nowrap;
}
#therapist-details-page .details-container {
margin: 0;
}
#therapist-details-page .details-container h2 {
text-align: right;
}
}
#therapist-details-page .img-container {
width: 100%;
text-align: center;
height: calc(100vh - 30px);
}
#therapist-details-page .img-container img {
max-width: 100%;
max-height: 100%;
}
#therapist-details-page .details-container {
min-width: 290px;
padding: 10px;
margin: 0 auto;
}
.fees {
margin-bottom: 10px;
}
.fees .line {
display: flex;
justify-content: space-between;
padding: 10px;
}
.fees .line:nth-child(2n+1) {
background-color: #c0c0c0;
}
.book-appointment-btn {
background-color: #97bf0f;
border-radius: 40px;
padding: 10px;
border: none;
outline: none;
color: white;
}
#new-appointment-page {
height: 100vh;
}
/* Appointments */
.appointments-container {
max-width: 600px;
margin: 0 auto;
margin-top: 25px;
}
.appointments-container .titles,
.appointments-container .appointment-item {
justify-content: space-evenly;
display: flex;
} | src/index.css | body {
margin: 0;
font-family:
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family:
source-code-pro,
Menlo,
Monaco,
Consolas,
'Courier New',
monospace;
}
#root .container-fluid {
padding-left: 0;
height: 100vh;
}
.therapist-link,
.therapist-link:hover {
text-decoration: none;
color: black;
}
/* Sidebar */
.sidebar {
height: 100%;
display: inline-block;
text-align: right;
overflow: hidden;
border-right: 1px solid #e4e4e4;
position: relative;
padding-left: 5px;
background-color: white;
z-index: 2;
}
/* Hide Hamburger */
#hamburger { display: none; }
.sidebar label {
display: inline-block;
padding: 10px;
}
/* Horizontal Menu Items */
.hamburger-icon {
cursor: pointer;
}
.nav-items {
transition: width 0.5s;
}
/* .nav-items, */
.links-container {
display: flex;
flex-direction: column;
transition: width 0.5s;
width: 0;
position: relative;
padding: 0 0 0 10px;
}
.social-media-footer a {
margin: 0 5px;
}
.controls a {
line-height: 48px;
background-color: white;
}
.controls a,
.control-btn {
border: none;
border-radius: 40px;
color: #97bf0f;
font-weight: bold;
outline: none;
padding: 0 10px;
}
.nav-items div a {
padding: 10px;
text-decoration: none;
text-align: center;
min-width: 180px;
}
.sidebar .sm-links .copyright {
width: 0;
transition: width 0.1s;
max-height: 20px;
overflow: hidden;
text-align: center;
font-size: 10px;
}
.nav-items .links-container .active {
background-color: white;
}
.sidebar input:checked ~ .nav-items .links-container { width: 200px; }
.sidebar input:checked ~ .nav-items .links-container .active {
background-color: #97bf0f;
color: white;
}
.sidebar input:checked ~ .sm-links .copyright {
width: 100%;
transition: width 0.4s;
}
.sidebar .nav-items .links-container a {
font-weight: bold;
color: black;
}
.therapist-item img {
max-width: 400px;
}
.social-media-footer a img {
height: 15px;
margin: 15px;
}
.sidebar .sm-links {
position: absolute;
bottom: 0;
width: 100%;
}
.sidebar .sm-links ul {
width: 100%;
justify-content: center;
}
.sidebar .sm-links .nav li {
margin-right: 5px;
}
.sidebar .sm-links .nav li img {
height: 15px;
}
/* Page container */
.page-container {
position: absolute;
top: 0;
width: 100%;
height: 100vh;
}
/* Home Page */
#home-page {
position: relative;
height: 100vh;
width: calc(100% - 40px);
margin-left: 40px;
background-color: rgba(151, 191, 15, 0.7);
}
.home-content .content {
position: absolute;
text-align: center;
color: white;
margin: 0;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.home-content .content hr {
border-color: white;
max-width: 80%;
}
#home-page header {
display: flex;
justify-content: flex-end;
padding: 1em;
}
.search-form {
display: inline-block;
border-radius: 40px;
}
.search-form label {
position: relative;
cursor: pointer;
}
.search-form label::after {
content: "";
position: absolute;
right: 10px;
top: 0;
bottom: 0;
width: 20px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
.search-form input {
width: 0;
margin: 3px;
padding: 5px 30px 10px 10px;
border: none;
border-radius: 20px;
outline: none;
transition: width 1s;
}
.search-form input:focus {
width: 180px;
}
.home-content::before,
#login-page::before,
#signup-page::before {
content: "";
background-image: url('assets/images/home.jpeg');
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.6;
z-index: -1;
}
.controls {
display: flex;
justify-content: center;
}
/* Select */
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
background: rgba(151, 191, 15, 0.7);
background-image: none;
border: none;
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 0.5em;
color: #fff;
cursor: pointer;
border-radius: 40px 0 0 40px;
}
.select {
position: relative;
display: block;
width: 10em;
height: 3em;
line-height: 3;
overflow: hidden;
border-radius: 40px;
border: 1px solid white;
margin-right: 5px;
padding-left: 10px;
background: rgba(151, 191, 15, 0.7);
}
select::-ms-expand {
display: none;
}
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 0 1em;
pointer-events: none;
border-radius: 0 40px 40px 0;
-webkit-transition: 0.25s all ease;
-o-transition: 0.25s all ease;
transition: 0.25s all ease;
}
/* Login Page */
#login-page,
#signup-page {
position: relative;
height: 100vh;
width: calc(100% - 40px);
margin-left: 40px;
background-color: rgba(151, 191, 15, 0.7);
}
#login-page .content,
#signup-page .content,
#new-appointment-page .content {
max-width: 500px;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#login-page form,
#signup-page form {
padding: 5px;
}
#login-page form input,
#signup-page form input {
border-radius: 40px;
}
.error-msg {
color: #cf0000;
}
/* Therapists page */
#therapists-page,
#new-appointment-page,
#appointments-page {
position: absolute;
width: calc(100% - 40px);
margin-left: 40px;
}
#therapists-page h4 {
color: #c0c0c0;
}
#therapists-page hr {
border: none;
border-top: 1px dotted #c0c0c0;
border-width: 3px;
max-width: 200px;
}
.therapist-details p {
color: #929292;
}
.loader-container {
text-align: center;
}
.slide-group {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.carousel-control-prev {
background-color: #97bf0f;
height: 50px;
border-radius: 0 40px 40px 0;
top: 50%;
transform: translate(0, -50%);
}
.carousel-control-next {
background-color: #97bf0f;
height: 50px;
border-radius: 40px 0 0 40px;
top: 50%;
transform: translate(0, -50%);
}
.therapist-item {
width: 100%;
max-width: 400px;
text-align: center;
margin-top: 5px;
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
width: 100px;
}
}
.social-media-footer {
display: flex;
justify-content: center;
}
.sm-circular {
display: block;
border: 3px solid #c0c0c0;
border-radius: 50%;
opacity: 0.3;
}
.slide-group .therapist-item .img-container {
height: 500px;
overflow: hidden;
}
.logout-btn {
background: none;
border: none;
font-weight: bold;
outline: none;
min-width: 180px;
}
/* Therapist Details */
#therapist-details-page {
position: relative;
width: calc(100% - 40px);
margin-left: 40px;
display: flex;
padding-top: 30px;
flex-wrap: wrap;
text-align: center;
}
#therapist-details-page .details-container h2 {
text-align: center;
}
@media (min-width: 768px) {
#therapist-details-page {
flex-wrap: nowrap;
}
#therapist-details-page .details-container {
margin: 0;
}
#therapist-details-page .details-container h2 {
text-align: right;
}
}
#therapist-details-page .img-container {
width: 100%;
text-align: center;
height: calc(100vh - 30px);
}
#therapist-details-page .img-container img {
max-width: 100%;
max-height: 100%;
}
#therapist-details-page .details-container {
min-width: 290px;
padding: 10px;
margin: 0 auto;
}
.fees {
margin-bottom: 10px;
}
.fees .line {
display: flex;
justify-content: space-between;
padding: 10px;
}
.fees .line:nth-child(2n+1) {
background-color: #c0c0c0;
}
.book-appointment-btn {
background-color: #97bf0f;
border-radius: 40px;
padding: 10px;
border: none;
outline: none;
color: white;
}
#new-appointment-page {
height: 100vh;
}
/* Appointments */
.appointments-container {
max-width: 600px;
margin: 0 auto;
margin-top: 25px;
}
.appointments-container .titles,
.appointments-container .appointment-item {
justify-content: space-evenly;
display: flex;
} | 0.357904 | 0.073796 |
body {
color:white;
display: flex;
align-items: center;
justify-content: center;
height: 98vh;
background-image: url('img/back.png');
background-repeat: no-repeat;
background-size: cover;
}
.game-container {
width: 95%;
height: auto;
background-color: rgb(146, 166, 197);
border-radius: 2rem;
}
body header {
text-align: center;
}
.header3 {
text-align: center;
margin-bottom: 10px;
box-sizing: border-box;
}
.board-container {
text-align: center;
vertical-align: center;
margin: 1rem;
}
.board-wrapper {
text-align: center;
margin: auto;
display: inline-block;
background-color: rgb(212, 112, 112);
box-sizing: border-box;
}
table {
border-collapse: collapse;
}
.board td {
border: 2px solid black;
position: relative;
width: 60px;
height: 60px;
transition: .5s;
color: black;
box-shadow: 2px 2px grey;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
}
.hide {
background-color: rgb(236, 167, 167);
cursor: pointer;
/* text-indent: -100%; */
overflow: hidden;
}
.hide:hover {
background-color: lightsalmon;
}
.btn {
width: 50px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
background-image: 😊;
cursor: pointer;
margin-bottom: 2px;
}
.btn:hover {
box-shadow: 1px 1px lightblue;
}
.hints {
width: 100px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
cursor: pointer;
margin-top: 2px;
}
.hints:hover {
box-shadow: 1px 1px lightblue;
}
.bombs {
font-size: 20px;
margin-bottom: 2px;
}
.difficulty {
width: 100px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
cursor: pointer;
margin-bottom: 2px;
}
.difficulty:hover {
box-shadow: 1px 1px lightblue;
}
.sidebar-wrapper {
background-color: cadetblue;
border-radius: 25px;
font-size: 13px;
width: 200px;
height: 265px;
display: inline-block;
vertical-align: top;
margin-right: 20px;
} | projs/Minesweeper/css/minesweeper.css | body {
color:white;
display: flex;
align-items: center;
justify-content: center;
height: 98vh;
background-image: url('img/back.png');
background-repeat: no-repeat;
background-size: cover;
}
.game-container {
width: 95%;
height: auto;
background-color: rgb(146, 166, 197);
border-radius: 2rem;
}
body header {
text-align: center;
}
.header3 {
text-align: center;
margin-bottom: 10px;
box-sizing: border-box;
}
.board-container {
text-align: center;
vertical-align: center;
margin: 1rem;
}
.board-wrapper {
text-align: center;
margin: auto;
display: inline-block;
background-color: rgb(212, 112, 112);
box-sizing: border-box;
}
table {
border-collapse: collapse;
}
.board td {
border: 2px solid black;
position: relative;
width: 60px;
height: 60px;
transition: .5s;
color: black;
box-shadow: 2px 2px grey;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
}
.hide {
background-color: rgb(236, 167, 167);
cursor: pointer;
/* text-indent: -100%; */
overflow: hidden;
}
.hide:hover {
background-color: lightsalmon;
}
.btn {
width: 50px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
background-image: 😊;
cursor: pointer;
margin-bottom: 2px;
}
.btn:hover {
box-shadow: 1px 1px lightblue;
}
.hints {
width: 100px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
cursor: pointer;
margin-top: 2px;
}
.hints:hover {
box-shadow: 1px 1px lightblue;
}
.bombs {
font-size: 20px;
margin-bottom: 2px;
}
.difficulty {
width: 100px;
border: 2px solid lightcoral;
height: 40px;
font-size: 15px;
background-color: burlywood;
cursor: pointer;
margin-bottom: 2px;
}
.difficulty:hover {
box-shadow: 1px 1px lightblue;
}
.sidebar-wrapper {
background-color: cadetblue;
border-radius: 25px;
font-size: 13px;
width: 200px;
height: 265px;
display: inline-block;
vertical-align: top;
margin-right: 20px;
} | 0.583203 | 0.100216 |
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
float: none;
display: inline-block !important;
margin-bottom: 10px;
margin-left: 0;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
float: right;
}
.input-append .bootstrap-select.btn-group {
margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
margin-right: -1px;
}
.bootstrap-select:not([class*="span"]) {
width: 220px;
}
.bootstrap-select {
/*width: 220px\9; IE8 and below*/
width: 220px\0; /*IE9 and below*/
}
.bootstrap-select > .btn.btn-default, .bootstrap-select.open > .btn.btn-default, .bootstrap-select > .btn.btn-default:hover, .bootstrap-select > .btn.btn-default:focus, .bootstrap-select > .btn.btn-default:active {
width: 100%;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
color: #333;
text-transform: none;
font-size: 1em;
line-height: 1.75em;
margin-bottom: 0;
}
.bootstrap-select .dropdown-menu > li > a {
padding-left: 15px;
padding-right: 30px;
text-align: left;
text-decoration: none;
}
.dropdown-menu {
z-index: 10000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
z-index: 10051;
}
.bootstrap-select .btn:focus {
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group .btn .filter-option {
overflow: hidden;
position: absolute;
left: 12px;
right: 25px;
text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group[class*="span"] .btn {
width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
max-width: 100%;
margin-top: -1px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
border: 0;
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
display: block;
padding: 3px 20px;
cursor: default;
}
.bootstrap-select.btn-group .div-contain {
overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative;
border-top: 1px solid #e5e5e5;
margin: 0;
padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child {
border: none;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
cursor: pointer;
white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
display: inline-block;
position: absolute;
right: 15px;
margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
color: #64b1d8;
color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
position: static;
top: auto;
margin-top: -1px;
} | resources/assets/file/LandingPage/css/bootstrap-select.css | .bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
float: none;
display: inline-block !important;
margin-bottom: 10px;
margin-left: 0;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
float: right;
}
.input-append .bootstrap-select.btn-group {
margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
margin-right: -1px;
}
.bootstrap-select:not([class*="span"]) {
width: 220px;
}
.bootstrap-select {
/*width: 220px\9; IE8 and below*/
width: 220px\0; /*IE9 and below*/
}
.bootstrap-select > .btn.btn-default, .bootstrap-select.open > .btn.btn-default, .bootstrap-select > .btn.btn-default:hover, .bootstrap-select > .btn.btn-default:focus, .bootstrap-select > .btn.btn-default:active {
width: 100%;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
color: #333;
text-transform: none;
font-size: 1em;
line-height: 1.75em;
margin-bottom: 0;
}
.bootstrap-select .dropdown-menu > li > a {
padding-left: 15px;
padding-right: 30px;
text-align: left;
text-decoration: none;
}
.dropdown-menu {
z-index: 10000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
z-index: 10051;
}
.bootstrap-select .btn:focus {
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group .btn .filter-option {
overflow: hidden;
position: absolute;
left: 12px;
right: 25px;
text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group[class*="span"] .btn {
width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
max-width: 100%;
margin-top: -1px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
border: 0;
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
display: block;
padding: 3px 20px;
cursor: default;
}
.bootstrap-select.btn-group .div-contain {
overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative;
border-top: 1px solid #e5e5e5;
margin: 0;
padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child {
border: none;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
cursor: pointer;
white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
display: inline-block;
position: absolute;
right: 15px;
margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
color: #64b1d8;
color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
position: static;
top: auto;
margin-top: -1px;
} | 0.265309 | 0.038575 |
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none;
}
/** loading icon integration */
.icon-loading {
background-image: url(../img/ajax-loader.gif);
width: 16px;
height: 16px;
line-height: 16px;
background-position: 0px 0px;
opacity: 1.0;
}
/* Bootstrap code examples
-------------------------------------------------- */
/* Base class */
.f-box {
position: relative;
margin: 15px 0;
padding: 39px 19px 14px;
*padding-top: 19px;
background-color: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* Echo out a label for the example */
.f-box:after {
content: "Task";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
background-color: #f5f5f5;
border: 1px solid #ddd;
color: #9da0a4;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}
.f-box p:first-child {
margin-bottom: 20px;
}
/* Tweak examples
------------------------- */
.f-box > p:last-child {
margin-bottom: 0;
}
/** help system */
.help-toggle {
display: inline-block;
margin-left: 5px;
cursor: help;
opacity: 0.6;
}
.help-toggle:hover {
opacity: 1;
}
/** end help system */
/** utilities */
/** for image replacement */
.ir {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
}
/** end utilities */
/**
* shared style declarations
*/
html, body {
height:100%;
min-height: 100%;
}
.offset-paragraph {
margin-bottom: 30px;
}
.content-inset {
margin-top: 60px;
}
/**
* sidebar-nav tweak (My Roundtrips)
*/
div.sidebar-nav > ul.nav.nav-list > li.nav-header {
font-size: 13px;
padding: 3px 0px;
}
footer {
padding: 6px 0;
border-top: 1px solid #E5E5E5;
background-color: whiteSmoke;
width: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important; /* ie7 fix */
height: 100%;
margin: 0 auto -43px;
}
.push-down {
height: 60px;
}
/**
* Logo styling
*/
.navbar .brand {
display: block;
float: left;
background: no-repeat url('../img/cycle-logo.png');
width: 220px;
height: 39px;
padding: 0;
}
/** usability tweeks */
.content-container {
min-width: 950px;
}
#navigation {
min-width: 220px;
}
.nav-list li {
word-wrap: break-word;
}
/* a container with a max width */
.fixed-box2 {
max-width:600px;
}
/** end usability tweeks */
/**
* form styling
*/
form input.ng-dirty.ng-invalid {
background-color: #FFDEDE;
color: #000;
}
input.ng-invalid-required {
border-color: #f00;
}
/**
* roundtrip list
*/
li.actions .btn {
margin-top: 30px;
margin-right: 30px;
display: inline-block;
}
li.actions .btn:last-child {
margin-right: 0px;
}
/**
* roundtrip view
*/
.bpmn-model, .bpmn-model * {
border: none 1px #DDD;
}
.bpmn-model.error, .bpmn-model.error * {
border-color: #D9564B;
}
.bpmn-model {
padding: 0px;
border-style: solid;
}
.bpmn-model .sync-status-refresh {
vertical-align: top;
line-height: 40px;
padding: 0px 15px;
border-style: none;
border-radius: 0 3px 0 0;
}
.bpmn-model h3 {
text-align: center;
line-height: 40px;
background: #DDD;
margin: 0px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-style: solid;
}
/*.bpmn-model:hover h3 {
background: #BBB;
}*/
.bpmn-model .holder {
text-align: center;
position: relative;
padding: 4px;
}
.bpmn-model .centered {
margin-top: 50px;
padding: 20px;
font-size: 2em;
}
.bpmn-model .info {
line-height: 30px;
height: 30px;
padding-left: 10px;
border-top-style: solid;
}
.bpmn-model .filename {
}
.bpmn-model .info .filename {
line-height: 20px;
}
.bpmn-model .info .status {
line-height: 30px;
padding: 0px 10px 0 10px;
border-radius: 0;
border-bottom-right-radius: 3px;
border-style: none;
border-left-style: solid;
vertical-align: top;
}
.bpmn-model .diagram {
text-align: center;
line-height: 100px;
min-height: 350px;
max-height: 350px;
overflow: hidden;
}
.bpmn-model .diagram img {
max-width: 100%;
max-height: 100%;
vertical-align: baseline;
cursor: pointer;
}
.bpmn-model .diagram .name {
display: block;
}
.bpmn-model .actions {
position: absolute;
bottom: 10px;
right: 10px;
}
.edit-diagram-modal .controls {
width: 320px;
}
.edit-diagram-modal .controls .tree, .edit-diagram-modal .controls textarea {
width: 100%;
}
.sync-options {
margin-top: 60px;
text-align: center;
}
.sync-options .actions {
line-height: 140px;
}
.sync-btn {
font-weight: bold;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/** override 'background-color' with 'background' to fix the white vertical line in the middle of the button **/
.sync-btn:hover {
background: #e6e6e6;
}
/** end roundtrip view */
/** sync dialog */
.sync-note {
text-align: center;
padding: 10px 0 30px 0;
}
.sync-note > div {
height: 130px;
width: 330px;
background-image: url('../img/sync-visualization.png');
margin: auto;
}
.sync-note .ltr {
background-position: 0px -130px;
}
.tree {
border: 1px solid #DDDDDD;
overflow: auto;
}
/**
* Tree
*/
.controls .tree {
height: 220px;
overflow: auto;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-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 linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #555;
background-color: white;
border: 1px solid #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.controls .tree .dijitTree {
overflow: visible;
}
.modal-body {
max-height: 480px;
}
div#pictureModal .modal-body {
overflow: auto;
}
div#pictureModal {
min-width: 30%;
width: auto;
max-width: 80%;
}
div#pictureModal .carousel-inner {
overflow: inherit;
}
div#pictureModal.modal.hide.fade {
width: 85%;
max-width: 75%;
max-height: 95%;
top: 40%;
left: 33%;
}
div#myCarousel .carousel-control.right {
position: fixed;
right: 12%;
}
div#myCarousel .carousel-control.left {
position: fixed;
left: 12%;
}
.popover {
/* placement above modal dialog */
z-index: 1060;
}
/** popover styles */
.popover-inner {
padding: 0px;
border: 1px solid #ccc;
border-radius: 0px;
background-color: #fff;
}
/** combo box styles */
.combobox-container input,.typeahead.dropdown-menu, span#modelerName {
width: 233px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
thead tr {
background-color: #eee;
}
/** make sure that if screen res is 600px high or below, modal dialoges are scrollable */
@media screen and (max-height: 600px){
.modal {
position:absolute;
}
}
/** override img{ max-width: 100%} in boostrap.css to see the bpmn model diagram in a normal size **/
.carousel-inner img {
max-width: none;
} | webapps/cycle/cycle/src/main/webapp/assets/css/app.css | [ng\:cloak], [ng-cloak], .ng-cloak {
display: none;
}
/** loading icon integration */
.icon-loading {
background-image: url(../img/ajax-loader.gif);
width: 16px;
height: 16px;
line-height: 16px;
background-position: 0px 0px;
opacity: 1.0;
}
/* Bootstrap code examples
-------------------------------------------------- */
/* Base class */
.f-box {
position: relative;
margin: 15px 0;
padding: 39px 19px 14px;
*padding-top: 19px;
background-color: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* Echo out a label for the example */
.f-box:after {
content: "Task";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
background-color: #f5f5f5;
border: 1px solid #ddd;
color: #9da0a4;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}
.f-box p:first-child {
margin-bottom: 20px;
}
/* Tweak examples
------------------------- */
.f-box > p:last-child {
margin-bottom: 0;
}
/** help system */
.help-toggle {
display: inline-block;
margin-left: 5px;
cursor: help;
opacity: 0.6;
}
.help-toggle:hover {
opacity: 1;
}
/** end help system */
/** utilities */
/** for image replacement */
.ir {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
}
/** end utilities */
/**
* shared style declarations
*/
html, body {
height:100%;
min-height: 100%;
}
.offset-paragraph {
margin-bottom: 30px;
}
.content-inset {
margin-top: 60px;
}
/**
* sidebar-nav tweak (My Roundtrips)
*/
div.sidebar-nav > ul.nav.nav-list > li.nav-header {
font-size: 13px;
padding: 3px 0px;
}
footer {
padding: 6px 0;
border-top: 1px solid #E5E5E5;
background-color: whiteSmoke;
width: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important; /* ie7 fix */
height: 100%;
margin: 0 auto -43px;
}
.push-down {
height: 60px;
}
/**
* Logo styling
*/
.navbar .brand {
display: block;
float: left;
background: no-repeat url('../img/cycle-logo.png');
width: 220px;
height: 39px;
padding: 0;
}
/** usability tweeks */
.content-container {
min-width: 950px;
}
#navigation {
min-width: 220px;
}
.nav-list li {
word-wrap: break-word;
}
/* a container with a max width */
.fixed-box2 {
max-width:600px;
}
/** end usability tweeks */
/**
* form styling
*/
form input.ng-dirty.ng-invalid {
background-color: #FFDEDE;
color: #000;
}
input.ng-invalid-required {
border-color: #f00;
}
/**
* roundtrip list
*/
li.actions .btn {
margin-top: 30px;
margin-right: 30px;
display: inline-block;
}
li.actions .btn:last-child {
margin-right: 0px;
}
/**
* roundtrip view
*/
.bpmn-model, .bpmn-model * {
border: none 1px #DDD;
}
.bpmn-model.error, .bpmn-model.error * {
border-color: #D9564B;
}
.bpmn-model {
padding: 0px;
border-style: solid;
}
.bpmn-model .sync-status-refresh {
vertical-align: top;
line-height: 40px;
padding: 0px 15px;
border-style: none;
border-radius: 0 3px 0 0;
}
.bpmn-model h3 {
text-align: center;
line-height: 40px;
background: #DDD;
margin: 0px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-style: solid;
}
/*.bpmn-model:hover h3 {
background: #BBB;
}*/
.bpmn-model .holder {
text-align: center;
position: relative;
padding: 4px;
}
.bpmn-model .centered {
margin-top: 50px;
padding: 20px;
font-size: 2em;
}
.bpmn-model .info {
line-height: 30px;
height: 30px;
padding-left: 10px;
border-top-style: solid;
}
.bpmn-model .filename {
}
.bpmn-model .info .filename {
line-height: 20px;
}
.bpmn-model .info .status {
line-height: 30px;
padding: 0px 10px 0 10px;
border-radius: 0;
border-bottom-right-radius: 3px;
border-style: none;
border-left-style: solid;
vertical-align: top;
}
.bpmn-model .diagram {
text-align: center;
line-height: 100px;
min-height: 350px;
max-height: 350px;
overflow: hidden;
}
.bpmn-model .diagram img {
max-width: 100%;
max-height: 100%;
vertical-align: baseline;
cursor: pointer;
}
.bpmn-model .diagram .name {
display: block;
}
.bpmn-model .actions {
position: absolute;
bottom: 10px;
right: 10px;
}
.edit-diagram-modal .controls {
width: 320px;
}
.edit-diagram-modal .controls .tree, .edit-diagram-modal .controls textarea {
width: 100%;
}
.sync-options {
margin-top: 60px;
text-align: center;
}
.sync-options .actions {
line-height: 140px;
}
.sync-btn {
font-weight: bold;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/** override 'background-color' with 'background' to fix the white vertical line in the middle of the button **/
.sync-btn:hover {
background: #e6e6e6;
}
/** end roundtrip view */
/** sync dialog */
.sync-note {
text-align: center;
padding: 10px 0 30px 0;
}
.sync-note > div {
height: 130px;
width: 330px;
background-image: url('../img/sync-visualization.png');
margin: auto;
}
.sync-note .ltr {
background-position: 0px -130px;
}
.tree {
border: 1px solid #DDDDDD;
overflow: auto;
}
/**
* Tree
*/
.controls .tree {
height: 220px;
overflow: auto;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-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 linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #555;
background-color: white;
border: 1px solid #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.controls .tree .dijitTree {
overflow: visible;
}
.modal-body {
max-height: 480px;
}
div#pictureModal .modal-body {
overflow: auto;
}
div#pictureModal {
min-width: 30%;
width: auto;
max-width: 80%;
}
div#pictureModal .carousel-inner {
overflow: inherit;
}
div#pictureModal.modal.hide.fade {
width: 85%;
max-width: 75%;
max-height: 95%;
top: 40%;
left: 33%;
}
div#myCarousel .carousel-control.right {
position: fixed;
right: 12%;
}
div#myCarousel .carousel-control.left {
position: fixed;
left: 12%;
}
.popover {
/* placement above modal dialog */
z-index: 1060;
}
/** popover styles */
.popover-inner {
padding: 0px;
border: 1px solid #ccc;
border-radius: 0px;
background-color: #fff;
}
/** combo box styles */
.combobox-container input,.typeahead.dropdown-menu, span#modelerName {
width: 233px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
thead tr {
background-color: #eee;
}
/** make sure that if screen res is 600px high or below, modal dialoges are scrollable */
@media screen and (max-height: 600px){
.modal {
position:absolute;
}
}
/** override img{ max-width: 100%} in boostrap.css to see the bpmn model diagram in a normal size **/
.carousel-inner img {
max-width: none;
} | 0.427277 | 0.095349 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
/* && CSS RESET
================================================== */
iframe { border: 0; }
html, body, div, span, input[type="submit"], 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; }
body {line-height: 1; }
ol, ul {list-style: none; }
/* && COLORS & SIZE SETTINGS
=======================*/
:root {
/* ===========SITE BASIC SETTINGS========== */
--site-size: 75em; /* about 1200px */
--columns:; /* default value is 12, leave it empty if you want to keep 12 columns setting */
/* ===========FONT(s)========== */
--font-main:'Montserrat', sans-serif;
--font-alt:'Source Code Pro';
--font-default:sans-serif;
/* ===========PRIMARY COLORS========== */
/* FONT COLOR(s) */
/* you could define here for each tag line the color you would like to use */
/* background color */
--background-main: var(--white);
/* LINK COLOR(s) */
--alink:#ED217C;
--alink-hover:rgb(250, 25, 126);
--alink-active:var(--alink);
--alink-visited:var(--alink);
/* CUSTOM COLORS */
/* add below your own specific colors // */
--bqg: #b3b3b3;
--greywhite: #b3b3b3;
--black-alt: #03191E;
--yellow: #fdca40;
/* SHADES */
/* predefined shades from black to white */
--black: #1d1d21;
--gray-10: #2e2e31;
--gray-6: #7b7a7d;
--gray-4: #a5a5a6;
--gray-3: #bbbbbc;
--gray-2: #d1d0d2;
--gray-1: #e8e7e8;
--white: #e6e8e6;
/* STATUS COLOR(s) */
--color-success: #88c459;
--color-error: #f5414f;
--color-warning: #ffd137;
/* BORDER COLOR(s) */
/* BUTTON COLORS */
--primary-button:var(--black-alt); --primary-button-bg:transparent; --primary-button-bdr:var(--greywhite);
--primary-button-hover:var(--gray-4); --primary-button-hover-bg:var(--gray-6); --primary-button-hover-bdr:var(--primary-button-bdr:);
--a-button:var(--primary-button);--a-button-bg:var(--primary-button-bg);--a-button-bdr:var(--primary-button-bdr);
--a-button-hover:var(--primary-button-hover);--a-button-hover-bg:var(--primary-button-hover-bg);--a-button-hover-bdr:var(--primary-button-hover-bdr);
/* Alternative buttons */
/* Could used to make different color classes for example */
/* --button-1:; --button-1-bg:; --button-1-bdr:;
--button-2:;
--button-3:;
--button-4:; */
/* COMPONENT COLORS */
--quote-background:;
--code-background:#c0c0c073;
--codebox: #c0c0c073;
/* ======================= */
/* TEXT / FONTS SETTINGS */
--text-base-value:1em;
--text-scale-value: 0.5vh;
--h1: 3em;
--h2: 2.5em;
--h3: 1.938em;
--h4: 1.563em;
--h5: 1.250em;
--h6: 1em;
--quotetextsize: 12px;
/* line-height */
--heading-line-height: 2;
--body-line-height: 1.4;
}
/* !! Do not change code below, make your changes / code in it's own file !! */
html {
font-family: var(--font-default);
}
body {
font-family: var(--font-main);
background: var(--background-main);
color:var(--black);
font-size: calc(var(--text-base-value));
line-height: var(--body-line-height);
margin: 0 auto;
padding: 2em;
}
.base {
display:block;
margin: 0 auto;
max-width: var(--site-size);
position: relative;
}
/* && Typography setup
=======================*/
h1, h2, h3, h4, h5, h6 {
text-transform: capitalize;
font-weight:700;
line-height: var(--heading-line-height);
}
h1 {font-size: calc(var(--h1) + var(--text-scale-value));}
h2 {font-size: calc(var(--h2) + var(--text-scale-value));}
h3 {font-size: calc(var(--h3) + var(--text-scale-value));}
h4 {font-size: calc(var(--h4) + var(--text-scale-value));}
h5 {font-size: calc(var(--h5) + var(--text-scale-value));}
h6 {font-size: calc(var(--h6) + var(--text-scale-value));}
em {font-style: italic;}
strong {font-weight:700;}
a { color: var(--alink); text-decoration: underline; outline: 0; }
a:hover, a:focus { color: var(--alink-hover); }
a:visited { color: var(--alink-visited); }
a:active { color: var(--alink-active); }
input[type="submit"], a.button, button {
display: inline-block;
height: 38px;
padding: 0 30px;
margin: 10px 0;
text-align: center;
font-size: 11px;
font-weight: 700;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
border-radius: 4px;
cursor: pointer;
box-sizing: border-box;
}
input[type="submit"], button {background-color: var(--primary-button-bg);border: 1px solid var(--primary-button-bdr);color: var(--primary-button);}
input[type="submit"]:hover, button:hover {background-color: var(--primary-button-hover-bg);border: 1px solid var(--primary-button-hover-bdr);color: var(--primary-button-hover);}
a.button{background-color: var(--a-button-bg);border: 1px solid var(--a-button-bdr);color: var(--a-button);}
a.button:active, a.button:visited {color: var(--a-button);}
a.button:hover{background-color: var(--a-button-hover-bg);border: 1px solid var(--a-button-hover-bdr);color: var(--a-button-hover);}
blockquote {
margin-right:6.25em;
}
blockquote p {
padding: 15px;
background: var(--gray-1);
border-radius: 5px;
color: var(--black);
font-size: var(--h5);
font-family: var(--font-alt);
}
blockquote cite {
color: var(--white);
font-style: italic;
font-family: var(--font-alt);
}
blockquote footer {
padding: 1px 10px;
font-size: var(--quotetextsize);
color: var(--white);
font-family: var(--font-alt);
}
blockquote p::before {
content: '\201C ';
font-size: var(--h4);
}
blockquote p::after {
content: ' \201D';
font-size: var(--h4);
}
blockquote cite::before {
content: ', ';
}
code {
border: 1px solid var(--code-background);
background: var(--code-background);
font-size: calc(12px + var(--text-scale-value));
letter-spacing: 1.5px;
width:100%;
height:5em;
display:block;
padding:10px;
white-space: pre;
line-height: 30px;
font-family: var(--font-alt);
overflow: scroll;
}
/* && Forms
=======================*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid rgb(240, 224, 51);
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/* && Tables
=======================*/
th {font-weight:700;}
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; } | css/settings.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
/* && CSS RESET
================================================== */
iframe { border: 0; }
html, body, div, span, input[type="submit"], 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; }
body {line-height: 1; }
ol, ul {list-style: none; }
/* && COLORS & SIZE SETTINGS
=======================*/
:root {
/* ===========SITE BASIC SETTINGS========== */
--site-size: 75em; /* about 1200px */
--columns:; /* default value is 12, leave it empty if you want to keep 12 columns setting */
/* ===========FONT(s)========== */
--font-main:'Montserrat', sans-serif;
--font-alt:'Source Code Pro';
--font-default:sans-serif;
/* ===========PRIMARY COLORS========== */
/* FONT COLOR(s) */
/* you could define here for each tag line the color you would like to use */
/* background color */
--background-main: var(--white);
/* LINK COLOR(s) */
--alink:#ED217C;
--alink-hover:rgb(250, 25, 126);
--alink-active:var(--alink);
--alink-visited:var(--alink);
/* CUSTOM COLORS */
/* add below your own specific colors // */
--bqg: #b3b3b3;
--greywhite: #b3b3b3;
--black-alt: #03191E;
--yellow: #fdca40;
/* SHADES */
/* predefined shades from black to white */
--black: #1d1d21;
--gray-10: #2e2e31;
--gray-6: #7b7a7d;
--gray-4: #a5a5a6;
--gray-3: #bbbbbc;
--gray-2: #d1d0d2;
--gray-1: #e8e7e8;
--white: #e6e8e6;
/* STATUS COLOR(s) */
--color-success: #88c459;
--color-error: #f5414f;
--color-warning: #ffd137;
/* BORDER COLOR(s) */
/* BUTTON COLORS */
--primary-button:var(--black-alt); --primary-button-bg:transparent; --primary-button-bdr:var(--greywhite);
--primary-button-hover:var(--gray-4); --primary-button-hover-bg:var(--gray-6); --primary-button-hover-bdr:var(--primary-button-bdr:);
--a-button:var(--primary-button);--a-button-bg:var(--primary-button-bg);--a-button-bdr:var(--primary-button-bdr);
--a-button-hover:var(--primary-button-hover);--a-button-hover-bg:var(--primary-button-hover-bg);--a-button-hover-bdr:var(--primary-button-hover-bdr);
/* Alternative buttons */
/* Could used to make different color classes for example */
/* --button-1:; --button-1-bg:; --button-1-bdr:;
--button-2:;
--button-3:;
--button-4:; */
/* COMPONENT COLORS */
--quote-background:;
--code-background:#c0c0c073;
--codebox: #c0c0c073;
/* ======================= */
/* TEXT / FONTS SETTINGS */
--text-base-value:1em;
--text-scale-value: 0.5vh;
--h1: 3em;
--h2: 2.5em;
--h3: 1.938em;
--h4: 1.563em;
--h5: 1.250em;
--h6: 1em;
--quotetextsize: 12px;
/* line-height */
--heading-line-height: 2;
--body-line-height: 1.4;
}
/* !! Do not change code below, make your changes / code in it's own file !! */
html {
font-family: var(--font-default);
}
body {
font-family: var(--font-main);
background: var(--background-main);
color:var(--black);
font-size: calc(var(--text-base-value));
line-height: var(--body-line-height);
margin: 0 auto;
padding: 2em;
}
.base {
display:block;
margin: 0 auto;
max-width: var(--site-size);
position: relative;
}
/* && Typography setup
=======================*/
h1, h2, h3, h4, h5, h6 {
text-transform: capitalize;
font-weight:700;
line-height: var(--heading-line-height);
}
h1 {font-size: calc(var(--h1) + var(--text-scale-value));}
h2 {font-size: calc(var(--h2) + var(--text-scale-value));}
h3 {font-size: calc(var(--h3) + var(--text-scale-value));}
h4 {font-size: calc(var(--h4) + var(--text-scale-value));}
h5 {font-size: calc(var(--h5) + var(--text-scale-value));}
h6 {font-size: calc(var(--h6) + var(--text-scale-value));}
em {font-style: italic;}
strong {font-weight:700;}
a { color: var(--alink); text-decoration: underline; outline: 0; }
a:hover, a:focus { color: var(--alink-hover); }
a:visited { color: var(--alink-visited); }
a:active { color: var(--alink-active); }
input[type="submit"], a.button, button {
display: inline-block;
height: 38px;
padding: 0 30px;
margin: 10px 0;
text-align: center;
font-size: 11px;
font-weight: 700;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
border-radius: 4px;
cursor: pointer;
box-sizing: border-box;
}
input[type="submit"], button {background-color: var(--primary-button-bg);border: 1px solid var(--primary-button-bdr);color: var(--primary-button);}
input[type="submit"]:hover, button:hover {background-color: var(--primary-button-hover-bg);border: 1px solid var(--primary-button-hover-bdr);color: var(--primary-button-hover);}
a.button{background-color: var(--a-button-bg);border: 1px solid var(--a-button-bdr);color: var(--a-button);}
a.button:active, a.button:visited {color: var(--a-button);}
a.button:hover{background-color: var(--a-button-hover-bg);border: 1px solid var(--a-button-hover-bdr);color: var(--a-button-hover);}
blockquote {
margin-right:6.25em;
}
blockquote p {
padding: 15px;
background: var(--gray-1);
border-radius: 5px;
color: var(--black);
font-size: var(--h5);
font-family: var(--font-alt);
}
blockquote cite {
color: var(--white);
font-style: italic;
font-family: var(--font-alt);
}
blockquote footer {
padding: 1px 10px;
font-size: var(--quotetextsize);
color: var(--white);
font-family: var(--font-alt);
}
blockquote p::before {
content: '\201C ';
font-size: var(--h4);
}
blockquote p::after {
content: ' \201D';
font-size: var(--h4);
}
blockquote cite::before {
content: ', ';
}
code {
border: 1px solid var(--code-background);
background: var(--code-background);
font-size: calc(12px + var(--text-scale-value));
letter-spacing: 1.5px;
width:100%;
height:5em;
display:block;
padding:10px;
white-space: pre;
line-height: 30px;
font-family: var(--font-alt);
overflow: scroll;
}
/* && Forms
=======================*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid rgb(240, 224, 51);
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/* && Tables
=======================*/
th {font-weight:700;}
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; } | 0.138113 | 0.08292 |
.navbar
{
width: 1200px;
height: 55px;
margin: auto;
}
.icon
{
width: 200px;
float: left;
height: 50px;
}
.logo
{
color: purple;
font-size:xx-large;
font-family:Verdana;
float: left;
}
.menu
{
width: 400px;
height: 70px;
float: right;
}
ul{
float: right;
display: flex;
justify-content: center;
align-items: center;
}
ul li
{
list-style: none;
margin-left: 62px;
margin-top: 27px;
font-size: 14px;
}
ul li a
{
text-decoration: none;
color: purple;
font-family: Verdana;
font-weight: bold;
}
.container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.hero {
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0,4),rgba(0,0,0,0,4)),url('https://images.immediate.co.uk/production/volatile/sites/11/2019/08/eco-anxiety-c362992.jpg?webp=true&quality=90&resize=620%2C413');
background-position: center;
background-size: cover;
position: absolute;
}
.form-box
{
width: 380px;
opacity: 90%;
height: 480px;
position: relative;
margin: 11% auto;
background: white;
padding: 5px;
overflow: hidden;
}
.button-box
{
width: 220px;
margin: 35px auto;
position: relative;
box-shadow: 0 0 20px 9px #ff61241f;
border-radius: 30px;
}
.toggle-btn{
padding: 10px 30px;
cursor: pointer;
background:transparent;
border:0;
outline: none;
position:relative;
}
#btn{
top:0;
left:0;
position: absolute;
width:110px;
height:100%;
background: linear-gradient(to right, #ff105f,#ffad06);
border-radius: 30px;
transition: .5s;
}
.input-group
{
top: 110px;
position: absolute;
width: 260px;
transition: 0.5s;
}
.input-field
{
width: 100%;
padding: 10px 0;
margin: 5px 0;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #999;
outline: none;
background: transparent;
}
.submit-btn{
width: 85%;
padding: 10px 30px;
cursor: pointer;
display: block;
margin: auto;
background: linear-gradient(to right, #ff105f,#ffad06);
outline:none;
border-radius: 30px;
}
#login{
left: 65px;
}
#signup{
left: 450px;
}
.cta {
text-decoration: none;
display: inline-block;
padding: 10px 30px;
color: black;
background-color: rgb(248, 229, 229);
opacity: 75%;
border: 2px solid #f2dac3;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
margin-top: 30px;
transition: .3s ease;
transition-property: background-color, color;
width:700px;
height:50px;
text-align:center;
}
.cta:hover {
color: white;
background-color: #f2dac3;
} | server/mainapp/static/style.css | .navbar
{
width: 1200px;
height: 55px;
margin: auto;
}
.icon
{
width: 200px;
float: left;
height: 50px;
}
.logo
{
color: purple;
font-size:xx-large;
font-family:Verdana;
float: left;
}
.menu
{
width: 400px;
height: 70px;
float: right;
}
ul{
float: right;
display: flex;
justify-content: center;
align-items: center;
}
ul li
{
list-style: none;
margin-left: 62px;
margin-top: 27px;
font-size: 14px;
}
ul li a
{
text-decoration: none;
color: purple;
font-family: Verdana;
font-weight: bold;
}
.container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.hero {
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0,4),rgba(0,0,0,0,4)),url('https://images.immediate.co.uk/production/volatile/sites/11/2019/08/eco-anxiety-c362992.jpg?webp=true&quality=90&resize=620%2C413');
background-position: center;
background-size: cover;
position: absolute;
}
.form-box
{
width: 380px;
opacity: 90%;
height: 480px;
position: relative;
margin: 11% auto;
background: white;
padding: 5px;
overflow: hidden;
}
.button-box
{
width: 220px;
margin: 35px auto;
position: relative;
box-shadow: 0 0 20px 9px #ff61241f;
border-radius: 30px;
}
.toggle-btn{
padding: 10px 30px;
cursor: pointer;
background:transparent;
border:0;
outline: none;
position:relative;
}
#btn{
top:0;
left:0;
position: absolute;
width:110px;
height:100%;
background: linear-gradient(to right, #ff105f,#ffad06);
border-radius: 30px;
transition: .5s;
}
.input-group
{
top: 110px;
position: absolute;
width: 260px;
transition: 0.5s;
}
.input-field
{
width: 100%;
padding: 10px 0;
margin: 5px 0;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #999;
outline: none;
background: transparent;
}
.submit-btn{
width: 85%;
padding: 10px 30px;
cursor: pointer;
display: block;
margin: auto;
background: linear-gradient(to right, #ff105f,#ffad06);
outline:none;
border-radius: 30px;
}
#login{
left: 65px;
}
#signup{
left: 450px;
}
.cta {
text-decoration: none;
display: inline-block;
padding: 10px 30px;
color: black;
background-color: rgb(248, 229, 229);
opacity: 75%;
border: 2px solid #f2dac3;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
margin-top: 30px;
transition: .3s ease;
transition-property: background-color, color;
width:700px;
height:50px;
text-align:center;
}
.cta:hover {
color: white;
background-color: #f2dac3;
} | 0.451085 | 0.083217 |
section.info {
width: 100%;
color: white;
margin-bottom: 90px;
}
section.info div {
width: 80%;
margin: 50px auto;
text-align: center;
padding: 0px 20px;
border-left: 2px solid #E71E3F;
border-right: 2px solid #E71E3F;
height: 100px;
}
section.info div h3 {
font-family: "BaiJamjuree-Light";
font-size: 30px;
color: #C7D1D9;
}
/* Serviços */
h2#titulo-servicos {
color: white;
text-align: center;
font-family: "BaiJamjuree-Bold";
color: #C7D1D9;
font-size: 27px;
margin-bottom: 100px;
}
section.services {
display: flex;
flex-direction: column;
width: 80%;
margin: 0 auto;
}
section.services .container-service {
display: flex;
}
section.services .container-service .service{
width: 50%;
color: white;
height: 280px;
border: 1px solid rgba(231,30,63,0.5);
margin: 0 20px 40px 0;
}
section.services .container-service .service:nth-of-type(2) {
margin-right: 0;
}
section.services .container-service .service h3 {
font-family: "BaiJamjuree-Medium";
text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
text-shadow: 1px 1px rgba(0, 0, 0, .6);
}
/* Serviço: Teste de Penetração; */
section.services .container-service .pentest {
background-image: url("../images/pentest.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Consultoria em Segurança; */
section.services .container-service .consultoria {
background-image: url("../images/consultoria.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Desenvolvimento Seguro; */
section.services .container-service .desenvolvimento-seguro {
background-image: url("../images/desenvolvimento_seguro.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Treinamentos; */
section.services .container-service .treinamentos {
background-image: url("../images/treinamentos.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Infos dos serviços */
section.services .container-service .service p {
text-align: center;
position: relative;
top: 50%;
font-family: "BaiJamjuree-Medium";
display: none;
text-shadow: 1px 1px rgba(0, 0, 0, .6);
font-size: 17px;
} | assets/css/services.css | section.info {
width: 100%;
color: white;
margin-bottom: 90px;
}
section.info div {
width: 80%;
margin: 50px auto;
text-align: center;
padding: 0px 20px;
border-left: 2px solid #E71E3F;
border-right: 2px solid #E71E3F;
height: 100px;
}
section.info div h3 {
font-family: "BaiJamjuree-Light";
font-size: 30px;
color: #C7D1D9;
}
/* Serviços */
h2#titulo-servicos {
color: white;
text-align: center;
font-family: "BaiJamjuree-Bold";
color: #C7D1D9;
font-size: 27px;
margin-bottom: 100px;
}
section.services {
display: flex;
flex-direction: column;
width: 80%;
margin: 0 auto;
}
section.services .container-service {
display: flex;
}
section.services .container-service .service{
width: 50%;
color: white;
height: 280px;
border: 1px solid rgba(231,30,63,0.5);
margin: 0 20px 40px 0;
}
section.services .container-service .service:nth-of-type(2) {
margin-right: 0;
}
section.services .container-service .service h3 {
font-family: "BaiJamjuree-Medium";
text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
text-shadow: 1px 1px rgba(0, 0, 0, .6);
}
/* Serviço: Teste de Penetração; */
section.services .container-service .pentest {
background-image: url("../images/pentest.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Consultoria em Segurança; */
section.services .container-service .consultoria {
background-image: url("../images/consultoria.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Desenvolvimento Seguro; */
section.services .container-service .desenvolvimento-seguro {
background-image: url("../images/desenvolvimento_seguro.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Serviço: Treinamentos; */
section.services .container-service .treinamentos {
background-image: url("../images/treinamentos.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
/* Infos dos serviços */
section.services .container-service .service p {
text-align: center;
position: relative;
top: 50%;
font-family: "BaiJamjuree-Medium";
display: none;
text-shadow: 1px 1px rgba(0, 0, 0, .6);
font-size: 17px;
} | 0.254046 | 0.075448 |
@media (max-width:1799px) {
.about-home-one {
width: 90%
}
}
@media (max-width:1599px) {
.about-home-one {
width: 75%
}
}
@media (max-width:1400px) {
.breadcrumbs-page {
max-width: 1200px
}
.breadcrumbs-page .breadcrumb a:before {
width: 60px;
left: -60px
}
.about-home-one {
width: 95%
}
}
@media (max-width:1200px) {
.breadcrumbs-page {
max-width: 1100px
}
.breadcrumbs-page .breadcrumb a:before {
width: 95px;
left: -95px
}
.demo-btns .col {
max-width: 25%;
flex: 0 0 25%
}
.btn-long-arrow span:after {
top: 13px;
width: 48px
}
.btn-long-arrow i:after {
top: 9px
}
.about-home-one {
width: 90%
}
.about-home-one .about-video a {
left: -104px
}
.footer-vet,
.healthcare_tips,
.home-vet-testimonial {
margin-left: 1rem;
margin-right: 1rem
}
}
@media (max-width:1070px) {
.nav-oval .navbar-collapse {
margin: 0;
padding: 0 20px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -40px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -40px
}
}
@media (min-width:992px) and (max-width:1199px) {
html {
font-size: 15px
}
.navbar-brand {
margin: 0
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-nav .nav-link {
padding: 15px 7px
}
.overlay .form-inner input[type=text] {
margin: 0 1rem
}
.overlay-hugeinc form .form-inner-div {
padding-right: 7px
}
.navbar-nav .nav-item {
padding: 0
}
.breadcrumbs-page {
max-width: 980px
}
.breadcrumbs-page .breadcrumb a:before {
width: 31px;
left: -31px
}
.owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.owl-carousel .owl-nav button.owl-next {
right: -30px
}
.pattern-red {
width: 180px;
bottom: 00px
}
.why-choose-us .text {
padding-left: 190px
}
.about-us-wrap {
padding: 0 2rem
}
}
@media (min-width:768px) and (max-width:991px) {
html {
font-size: 15px
}
.breadcrumbs-page {
max-width: 800px
}
.img-business-man {
left: -75px
}
footer .social-icons {
margin-bottom: 20px
}
.why-choose [class*=col-] {
margin-bottom: 30px
}
.why-choose [class*=col-]:last-child {
margin-bottom: 0
}
.sidebar-primary div.widget-wrap:last-child,
.sidebar-secondary div.widget-wrap:last-child {
margin-bottom: 0!important
}
.gallery-content {
padding: 1rem;
text-align: center
}
.captured-gallery-item .gallery-content h3 {
font-size: 1.4rem
}
.gallery-content span {
width: 25px;
height: 25px;
top: 10px;
right: 10px
}
}
@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
.home-shop-cat {
margin-bottom: -199px
}
}
@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -45px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -45px
}
.underline {
min-width: 135px
}
.about-home-one .about-video a {
left: -90px
}
}
@media (max-width:991px) {
.demo-btns .col {
max-width: 33.33%;
flex: 0 0 33.33%;
text-align: left!important
}
.img-callout {
display: none
}
.fixed-top {
position: relative
}
.breadcrumbs-page-wrap {
padding: 0
}
.logo-brand img {
width: 200px
}
.breadcrumbs-page .breadcrumb a:before {
width: 67px;
left: -67px
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
width: 150px;
right: 0;
bottom: -50px
}
.request-btn a#search_home,
.request-btn a#shopping-bag {
display: flex;
align-items: center;
padding: 0
}
.navbar-toggler {
padding: 20px 0;
outline: 0!important
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-nav .nav-item {
padding: .2rem 0;
border-bottom: 1px solid rgba(51, 51, 51, .1)
}
.navbar-nav .nav-link {
padding: .2rem 0;
display: flex!important;
align-items: center;
justify-content: space-between
}
.dropdown-menu.animated {
-webkit-animation-duration: unset;
animation-duration: unset
}
.dropdown-menu a,
.dropdown-menu li>a {
font-size: .875rem
}
.nav-item.dropdown.megamenu .menu-back-div,
.navbar-collapse .dropdown-menu {
box-shadow: none!important;
border-radius: 0;
background: #fff;
min-width: auto
}
.dropdown-menu .dropdown-menu {
background: #fff;
margin-top: 7px
}
.dropdown-menu:after {
display: none!important
}
.top-bar-right {
min-height: auto;
text-align: center
}
.contact-info {
justify-content: center
}
header .social-icons {
padding-top: 10px
}
.top-bar-right .container {
padding: 0
}
.top-transparent .navbar-brand,
.top-transparent.header-fullpage.fixed .navbar-brand {
padding: 1rem 0!important;
width: 130px!important
}
.top-transparent .top-bar-right {
margin: 10px auto 0;
text-align: center
}
.header-logo-top .top-text {
display: none
}
.header-logo-top.top-transparent .lang-toggle {
padding: 0
}
.header-logo-top.top-transparent .top-bar-right {
margin: 0
}
.bg-with-text {
padding: 2rem;
min-height: 300px
}
.forklift-image {
position: relative;
bottom: 0;
left: 0
}
.tracking {
padding-bottom: 120px
}
.center-text {
padding: 1rem 2rem 0 0
}
.contact-details {
top: 0;
left: 15px;
width: 100%;
transform: none;
position: relative
}
.footer-light .emergency-number {
margin-bottom: 2rem
}
.overlay-hugeinc form .form-inner {
width: 80%
}
.owl-carousel .owl-nav button.owl-prev {
left: -20px
}
.owl-carousel .owl-nav button.owl-next {
right: -20px
}
.map-shadow {
margin: 20px 0 50px
}
.breadcrumbs-page {
margin-top: 0!important;
padding: 5rem 0
}
.breadcrumbs-description {
max-width: 70%
}
.sidebar-spacer {
padding-left: 0;
margin-top: 70px
}
.request-btn a {
margin-right: 1rem
}
#shopping-bag .badge {
right: -6px;
top: 10px
}
.cbp-caption-activeWrap {
background-color: #ff3514
}
.bordered-nav .top-bar-right {
display: none!important
}
.bordered-nav .navbar .bdr-nav {
padding: 1rem 0
}
.bordered-nav .request-btn a#search_home {
color: #fff
}
.copyright-text {
display: inherit
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -30px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.pattern-red {
width: 180px;
bottom: 20px;
right: 40px;
left: auto
}
.why-choose-us .text {
padding-left: 0;
padding-top: 20px;
padding-bottom: 20px
}
.callout-center {
padding-top: 2rem
}
.sidebar-widgets {
margin-top: 3rem
}
.pet-details {
margin-top: 2rem
}
.professional-skills {
margin-bottom: 0
}
.team-single-wrap::before {
display: none
}
.team-single-details {
padding-top: 2.5rem;
color: inherit
}
.professional-skills-wrap,
.team-single-wrap {
margin: 0
}
.fact-about {
margin-bottom: 100px;
padding-left: 0;
padding-top: 2.5rem
}
.about-us-wrap:before {
display: none
}
.about-left-wrap {
margin-top: -3rem
}
.about-left {
display: inline-flex;
margin-left: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
top: 3rem;
z-index: 11;
margin-bottom: -3rem
}
.why-choose-us .about-left {
width: 100%;
top: 0;
margin: 0
}
.about-us-wrap {
padding: 9rem 2rem 2rem 2rem
}
.why-choose-list {
padding: 0
}
.why-choose-bg::before {
width: 100%
}
.vision-mission {
margin-top: 7rem
}
.best-petcare,
.trophy-awards {
padding: 3.5rem 3rem
}
.how-we-work .popup-video {
top: 20px;
right: 18%
}
.take-care-img {
margin-bottom: 7rem
}
.header-blue .navbar {
background: #27304b!important;
padding: 1rem 0
}
.header-blue #shopping-bag .badge {
top: 3px
}
.header-blue .navbar-toggler .icon-bar {
background-color: #fff
}
.header-blue .navbar-toggler {
margin-left: 1rem
}
.header-blue .top-bar-right {
background: #27304b;
border-bottom: 1px solid #656c7f
}
.header-blue .social-icons {
padding: 0
}
.about-home-one {
padding: 4rem;
width: 100%
}
.nav-oval {
padding: 0
}
.home-shop #shopping-bag,
.home-shop-header #search_home:hover,
.nav-oval .navbar-nav.sitenav-right .nav-link:hover {
color: #27304b
}
.home-shop-header #search_home {
color: #f15e42
}
.home-shop-header .navbar-toggler {
display: block;
margin-left: 1rem
}
.nav-oval .navbar-collapse {
border-radius: 7px;
background: 0 0
}
.nav-oval .navbar-nav .nav-link {
color: #909090
}
.sitenav-right {
display: flex;
flex-direction: row;
padding: 1rem 0
}
.nav-oval .navbar-nav.sitenav-right .nav-link {
margin: 0 .5rem 0 0;
padding: 0
}
.home-shop,
.home-shop .header-fullpage.fixed {
position: relative
}
.home-shop .header-fullpage.fixed {
background: 0 0
}
.home-intro .container-fluid,
.home-vet .container-fluid,
.home-vet-slider {
padding: 0 15px
}
.home-intro .navbar-toggler,
.home-vet .navbar-toggler {
margin-left: 15px
}
.home-intro .contact-info,
.home-vet .contact-info {
justify-content: flex-start
}
.home-vet .nav-item.dropdown.megamenu .menu-back-div,
.home-vet .navbar-collapse .dropdown-menu {
background: #fff
}
.home-intro .social-icons,
.home-vet .social-icons {
padding-top: 0
}
.home-intro .header-fullpage.fixed,
.home-vet .header-fullpage.fixed {
position: relative;
padding: 1rem 0
}
.affordable-pet-sitter-wrap::after {
display: none
}
.home-intro .navbar-collapse .dropdown-menu {
background: #f6f6f6
}
.header-classic #shopping-bag {
margin-right: 1rem
}
.header-classic #shopping-bag .badge {
top: 3px
}
.header-classic .social-icons {
padding: 0
}
.home-classic-counter {
padding-bottom: 0
}
.home-classic-services {
margin-top: 0
}
.classic-gallery {
padding-left: 0;
padding-right: 0
}
.product-description .title {
font-size: 2.2rem
}
}
@media (max-width:767px) {
.demo-btns .btn-theme {
display: block;
text-align: center
}
html {
font-size: 15px
}
header {
margin-bottom: 1rem
}
.header-top {
margin: 0
}
.demo-btns .col {
max-width: 50%;
flex: 0 0 50%;
text-align: left!important
}
.top-bar-btn.social-icons {
display: none!important
}
.request-btn {
margin-left: 20px
}
.top-bar-right .container,
header .container {
max-width: 100%;
padding: 0 15px!important
}
.breadcrumbs-page,
.breadcrumbs-page .container {
max-width: 100%
}
.breadcrumbs-page .breadcrumb a:before {
width: 25px;
left: -25px
}
.breadcrumbs-page-wrap {
margin: 0 15px;
position: relative;
z-index: 1028
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
width: 120px;
right: 20px;
bottom: -50px
}
#body-content [class*=col-],
footer [class*=col-] {
margin-bottom: 40px
}
#body-content .overlay [class*=col-],
#body-content [class*=col-]:last-child,
footer [class*=col-]:last-child {
margin-bottom: 0
}
.img-business-man {
display: none
}
.copyright-links {
margin-bottom: 20px!important
}
.home-welcome {
margin-top: 0;
padding: 100px 0 0 0!important
}
.btn-center {
margin-top: 0
}
.btn-long-arrow span:after {
top: 9px
}
.sidebar-spacer {
margin-top: 40px
}
#body-content [class*=col-].sidebar-primary,
#body-content [class*=col-].sidebar-secondary {
margin-bottom: 0!important
}
.header-logo-top .request-btn {
margin-left: 0
}
.header-logo-top .request-btn a#search_home {
padding-left: 0
}
.header-logo-top.top-transparent .navbar-toggler {
margin-right: 10px
}
.callout-style-side-img .text-callout .icon,
.footer-subscribe .icon {
margin-bottom: 15px
}
.footer-subscribe .heading {
margin-bottom: 1rem
}
.video-popup a {
margin: 0 auto
}
.about-left-wrap {
margin-top: -7rem
}
.copyright-text {
padding-left: 170px
}
.footer-dog {
width: 150px
}
.testimonial-rounded {
margin: 0 1rem
}
#testimonial-rounded-multi .testimonial-rounded {
margin: 0
}
.icon-box-1 {
margin-bottom: 0
}
.grid-broken .owl-item:nth-child(even) .icon-box-1,
.grid-broken [class*=col-]:nth-child(even) .icon-box-1 {
margin-top: 0
}
.footer-subscribe input[type=text] {
width: 100%;
margin: 0 0 25px 0
}
.widget-wrap {
padding: 1.3rem
}
.footer-top-callout .callout-style-side-img .text-callout .icon {
display: none
}
.place-order-wrap {
padding: 0
}
.sidebar-sitters {
margin-bottom: 12px
}
header.home-shop {
margin: 0
}
.sidebar-widgets {
margin-top: 0
}
.entry-text-gap {
padding: 2rem 0
}
.column-four-gallery {
padding-left: 0;
padding-right: 0
}
.pet-details {
margin-top: 0
}
.team-section-wrap {
margin-bottom: 0
}
.fact-about,
.team-single-details {
padding: 0
}
.header-blue .social-icons {
padding-top: 8px
}
.gdr-img-box-wrap-home {
margin-top: 0;
padding-top: 100px!important
}
.gdr-img-box-wrap.home .gdr-img-box {
margin: 0;
border-radius: 7px!important;
overflow: hidden
}
.gdr-img-box-wrap.home {
margin-bottom: 40px
}
.about-home-one {
padding: 2rem;
width: 100%
}
.nav-oval .navbar-collapse {
padding: 0
}
.home-vet .contact-info {
justify-content: center
}
.how-we-work .popup-video {
top: 0;
right: 18%
}
.how-we-work .popup-video img {
width: 80%
}
.home-intro .social-icons,
.home-vet .social-icons {
padding-top: 7px
}
.event-wrap {
margin-bottom: 0
}
.home-intro-sitters {
background: 0 0
}
.home-intro-icon {
margin-top: 2rem
}
.home-intro .contact-info,
.home-vet .contact-info {
justify-content: center
}
.header-classic .social-icons {
padding: 7px 0 0 0
}
.need-help {
margin-top: 0
}
.img-single-gallery {
border-radius: 20px
}
}
@media (min-width:576px) and (max-width:767px) {
#body-content .mb-spacer-md [class*=col-] {
margin-bottom: 0
}
.mb-spacer-md .heading-main {
margin-bottom: 70px
}
h5.h5-xs {
font-size: 1rem
}
h5.h5-sm {
font-size: 1.05rem
}
h5.h5-md {
font-size: 1.05rem
}
h5.h5-lg {
font-size: 1.08rem
}
h5.h5-xl {
font-size: 1.08rem
}
h4.h4-xs {
font-size: 1.08rem
}
h4.h4-sm {
font-size: 1.08rem
}
h4.h4-md {
font-size: 1.15rem
}
h4.h4-lg {
font-size: 1.23rem
}
h4.h4-xl {
font-size: 1.3rem
}
.overlay-hugeinc form .form-inner-div {
padding-right: 15px
}
}
@media (max-width:575px) {
.top-bar-right {
display: none
}
.top-bar-right .contact-info div:first-child {
display: none
}
.top-bar-right .contact-info div {
margin-right: 0;
width: 50%;
text-align: center;
white-space: nowrap
}
.navbar-brand {
margin: 0;
padding: 0
}
.header-logo-top.top-transparent .navbar-toggler {
margin-right: 15px
}
.breadcrumbs-page {
padding: 3rem 0
}
.breadcrumbs-page h1 {
font-size: 2.25rem
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
height: 40px;
width: 40px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
right: -40px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
left: -40px
}
.owl-carousel .owl-dots button span {
margin: 0 8px
}
.owl-carousel .owl-nav button.owl-next {
right: -10px
}
.owl-carousel .owl-nav button.owl-prev {
left: -10px
}
.about-bg {
background-position: 0;
background-size: contain
}
.style-one {
margin-bottom: 0;
padding: 0 2rem 0
}
.overlay-hugeinc form .form-inner {
width: 95%
}
.overlay .form-inner input[type=text] {
margin: 0 1rem
}
.overlay-hugeinc form .form-inner-div {
padding: .75rem 1rem
}
.footer-subscribe .head {
text-align: center;
margin-bottom: 15px
}
.footer-subscribe .head span {
display: inline!important
}
.center-text {
padding: 1rem 0 1.5rem
}
.heading-main {
font-size: 1.95rem
}
.client-testimonials-bg {
padding: 1rem
}
.breadcrumbs-description {
max-width: 100%;
padding: 0 1.5rem
}
.request-btn a.icon-left i {
padding: 0
}
.request_popup .px-3.m-5 {
padding: 0!important;
margin: 25px 15px!important
}
.request_popup .close {
color: #fff
}
.contact-details {
padding: 2.5rem 0
}
.about-whoose {
padding: 10px!important;
padding-right: 0!important
}
.icons-listing.w-half li {
flex: 1 1 100%
}
.copyright-text {
padding-left: 120px;
text-align: center
}
.footer-dog {
width: 100px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -30px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.mobile-offcanvas {
width: 80%
}
.commnets-reply .media.reply {
margin-left: 0
}
.blog-wrap-modern .content .title a,
.single-entry.blog-wrap-modern .content .title {
font-size: 1.5rem;
color: #f15e42
}
.blog-wrap-modern .img img {
opacity: 1
}
.blog-wrap-modern .description p {
color: inherit
}
.blog-wrap-modern .content {
position: relative;
color: inherit;
padding-left: 0;
padding-right: 0;
padding-bottom: 0
}
.single-entry.blog-wrap-modern .content .date a {
color: #98cb46
}
.single-entry.blog-wrap-modern .content .date a:hover {
color: #f15e42
}
.author-box .thumb {
position: relative;
left: 0;
margin-bottom: 1rem
}
.author-box {
padding: 2rem;
margin-left: 0
}
.social-icon-author {
top: -74px
}
.author-box .media {
display: inherit
}
.commnets-reply .media {
display: inherit
}
.commnets-reply .thumb {
margin-bottom: 1rem;
margin-right: 0
}
.commnets-reply .media .name .btn-theme {
top: -45px
}
.img-vision {
position: initial;
top: 0;
right: 0;
margin-top: 2rem
}
.best-petcare {
margin-top: 0;
margin-bottom: 40px
}
.vision-mission {
margin-top: 0;
margin-bottom: 40px
}
.vision-mission h2 {
padding-top: 1.2rem
}
.best-petcare,
.trophy-awards {
text-align: center
}
.best-petcare svg,
.trophy-awards i {
position: relative;
bottom: 0;
left: 0
}
.best-petcare h4,
.trophy-awards h4 {
padding: 0;
margin-top: 2rem
}
.about-left {
width: 90%
}
header .social-icons {
display: none
}
.take-care-img::before {
left: -154%
}
.take-care-img {
margin-bottom: 4rem
}
.how-we-work .popup-video img {
width: 60%
}
.how-we-work .popup-video {
top: 20px;
right: 18%
}
.shop-top-bar {
line-height: 1;
font-size: .875rem
}
.copyright-light {
text-align: center
}
.need-help {
padding: 1.5rem;
margin-top: 0
}
.product-description .title {
font-size: 1.8rem
}
.product-description {
padding-left: 0
}
.review-tabbing .theme-tabbing.nav-pills .nav-link {
display: block;
text-align: center;
margin: 0
}
.review-tabbing .theme-tabbing.nav-pills .nav-item:not(:last-child) .nav-link {
margin-bottom: 1rem
}
.review-tabbing .theme-tabbing.nav-pills .nav-item {
display: block;
width: 100%
}
}
@media (max-width:480px) {
.demo-btns .col {
max-width: 100%;
flex: 0 0 100%;
text-align: left!important
}
.contact-details .col+.col {
margin-top: 25px
}
.free-quote-form.contact-page .form-row,
.free-quote-form.contact-page-option .form-row {
margin-bottom: 0!important
}
.free-quote-form.contact-page .form-row>.col,
.free-quote-form.contact-page-option .form-row>.col {
flex-basis: auto;
margin-bottom: 20px
}
.client-testimonial .media {
display: inline
}
.client-testimonial-icon {
margin: 0 auto 25px
}
.client-inner-content {
text-align: center
}
.mobile-100 a {
display: inline-block;
margin: 0 0 15px 0!important
}
.mobile-100 a.play-video {
margin: 0!important
}
.megamenu-content-wrap {
display: inherit
}
.megamenu-content-wrap ul {
width: 100%
}
.home-shop-header .navbar-brand {
width: 150px
}
.how-we-work .popup-video img {
width: 60%
}
.how-we-work .popup-video {
top: 0;
right: 10%
}
.copyright-light {
padding: 1.5rem 0
}
.comment-reply-form .col {
width: 100%;
flex-basis: auto
}
.comment-reply-form .col:not(:last-child) {
margin-bottom: 1.5rem
}
}
@media (max-width:360px) {
.blog-wrap-modern .bottom-content {
align-items: flex-start;
flex-direction: column
}
.blog-wrap-modern .bottom-content .thumb-author {
margin-bottom: 1rem
}
} | public/assets/css/responsive.css | @media (max-width:1799px) {
.about-home-one {
width: 90%
}
}
@media (max-width:1599px) {
.about-home-one {
width: 75%
}
}
@media (max-width:1400px) {
.breadcrumbs-page {
max-width: 1200px
}
.breadcrumbs-page .breadcrumb a:before {
width: 60px;
left: -60px
}
.about-home-one {
width: 95%
}
}
@media (max-width:1200px) {
.breadcrumbs-page {
max-width: 1100px
}
.breadcrumbs-page .breadcrumb a:before {
width: 95px;
left: -95px
}
.demo-btns .col {
max-width: 25%;
flex: 0 0 25%
}
.btn-long-arrow span:after {
top: 13px;
width: 48px
}
.btn-long-arrow i:after {
top: 9px
}
.about-home-one {
width: 90%
}
.about-home-one .about-video a {
left: -104px
}
.footer-vet,
.healthcare_tips,
.home-vet-testimonial {
margin-left: 1rem;
margin-right: 1rem
}
}
@media (max-width:1070px) {
.nav-oval .navbar-collapse {
margin: 0;
padding: 0 20px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -40px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -40px
}
}
@media (min-width:992px) and (max-width:1199px) {
html {
font-size: 15px
}
.navbar-brand {
margin: 0
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-nav .nav-link {
padding: 15px 7px
}
.overlay .form-inner input[type=text] {
margin: 0 1rem
}
.overlay-hugeinc form .form-inner-div {
padding-right: 7px
}
.navbar-nav .nav-item {
padding: 0
}
.breadcrumbs-page {
max-width: 980px
}
.breadcrumbs-page .breadcrumb a:before {
width: 31px;
left: -31px
}
.owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.owl-carousel .owl-nav button.owl-next {
right: -30px
}
.pattern-red {
width: 180px;
bottom: 00px
}
.why-choose-us .text {
padding-left: 190px
}
.about-us-wrap {
padding: 0 2rem
}
}
@media (min-width:768px) and (max-width:991px) {
html {
font-size: 15px
}
.breadcrumbs-page {
max-width: 800px
}
.img-business-man {
left: -75px
}
footer .social-icons {
margin-bottom: 20px
}
.why-choose [class*=col-] {
margin-bottom: 30px
}
.why-choose [class*=col-]:last-child {
margin-bottom: 0
}
.sidebar-primary div.widget-wrap:last-child,
.sidebar-secondary div.widget-wrap:last-child {
margin-bottom: 0!important
}
.gallery-content {
padding: 1rem;
text-align: center
}
.captured-gallery-item .gallery-content h3 {
font-size: 1.4rem
}
.gallery-content span {
width: 25px;
height: 25px;
top: 10px;
right: 10px
}
}
@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
.home-shop-cat {
margin-bottom: -199px
}
}
@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -45px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -45px
}
.underline {
min-width: 135px
}
.about-home-one .about-video a {
left: -90px
}
}
@media (max-width:991px) {
.demo-btns .col {
max-width: 33.33%;
flex: 0 0 33.33%;
text-align: left!important
}
.img-callout {
display: none
}
.fixed-top {
position: relative
}
.breadcrumbs-page-wrap {
padding: 0
}
.logo-brand img {
width: 200px
}
.breadcrumbs-page .breadcrumb a:before {
width: 67px;
left: -67px
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
width: 150px;
right: 0;
bottom: -50px
}
.request-btn a#search_home,
.request-btn a#shopping-bag {
display: flex;
align-items: center;
padding: 0
}
.navbar-toggler {
padding: 20px 0;
outline: 0!important
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-nav .nav-item {
padding: .2rem 0;
border-bottom: 1px solid rgba(51, 51, 51, .1)
}
.navbar-nav .nav-link {
padding: .2rem 0;
display: flex!important;
align-items: center;
justify-content: space-between
}
.dropdown-menu.animated {
-webkit-animation-duration: unset;
animation-duration: unset
}
.dropdown-menu a,
.dropdown-menu li>a {
font-size: .875rem
}
.nav-item.dropdown.megamenu .menu-back-div,
.navbar-collapse .dropdown-menu {
box-shadow: none!important;
border-radius: 0;
background: #fff;
min-width: auto
}
.dropdown-menu .dropdown-menu {
background: #fff;
margin-top: 7px
}
.dropdown-menu:after {
display: none!important
}
.top-bar-right {
min-height: auto;
text-align: center
}
.contact-info {
justify-content: center
}
header .social-icons {
padding-top: 10px
}
.top-bar-right .container {
padding: 0
}
.top-transparent .navbar-brand,
.top-transparent.header-fullpage.fixed .navbar-brand {
padding: 1rem 0!important;
width: 130px!important
}
.top-transparent .top-bar-right {
margin: 10px auto 0;
text-align: center
}
.header-logo-top .top-text {
display: none
}
.header-logo-top.top-transparent .lang-toggle {
padding: 0
}
.header-logo-top.top-transparent .top-bar-right {
margin: 0
}
.bg-with-text {
padding: 2rem;
min-height: 300px
}
.forklift-image {
position: relative;
bottom: 0;
left: 0
}
.tracking {
padding-bottom: 120px
}
.center-text {
padding: 1rem 2rem 0 0
}
.contact-details {
top: 0;
left: 15px;
width: 100%;
transform: none;
position: relative
}
.footer-light .emergency-number {
margin-bottom: 2rem
}
.overlay-hugeinc form .form-inner {
width: 80%
}
.owl-carousel .owl-nav button.owl-prev {
left: -20px
}
.owl-carousel .owl-nav button.owl-next {
right: -20px
}
.map-shadow {
margin: 20px 0 50px
}
.breadcrumbs-page {
margin-top: 0!important;
padding: 5rem 0
}
.breadcrumbs-description {
max-width: 70%
}
.sidebar-spacer {
padding-left: 0;
margin-top: 70px
}
.request-btn a {
margin-right: 1rem
}
#shopping-bag .badge {
right: -6px;
top: 10px
}
.cbp-caption-activeWrap {
background-color: #ff3514
}
.bordered-nav .top-bar-right {
display: none!important
}
.bordered-nav .navbar .bdr-nav {
padding: 1rem 0
}
.bordered-nav .request-btn a#search_home {
color: #fff
}
.copyright-text {
display: inherit
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -30px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.pattern-red {
width: 180px;
bottom: 20px;
right: 40px;
left: auto
}
.why-choose-us .text {
padding-left: 0;
padding-top: 20px;
padding-bottom: 20px
}
.callout-center {
padding-top: 2rem
}
.sidebar-widgets {
margin-top: 3rem
}
.pet-details {
margin-top: 2rem
}
.professional-skills {
margin-bottom: 0
}
.team-single-wrap::before {
display: none
}
.team-single-details {
padding-top: 2.5rem;
color: inherit
}
.professional-skills-wrap,
.team-single-wrap {
margin: 0
}
.fact-about {
margin-bottom: 100px;
padding-left: 0;
padding-top: 2.5rem
}
.about-us-wrap:before {
display: none
}
.about-left-wrap {
margin-top: -3rem
}
.about-left {
display: inline-flex;
margin-left: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
top: 3rem;
z-index: 11;
margin-bottom: -3rem
}
.why-choose-us .about-left {
width: 100%;
top: 0;
margin: 0
}
.about-us-wrap {
padding: 9rem 2rem 2rem 2rem
}
.why-choose-list {
padding: 0
}
.why-choose-bg::before {
width: 100%
}
.vision-mission {
margin-top: 7rem
}
.best-petcare,
.trophy-awards {
padding: 3.5rem 3rem
}
.how-we-work .popup-video {
top: 20px;
right: 18%
}
.take-care-img {
margin-bottom: 7rem
}
.header-blue .navbar {
background: #27304b!important;
padding: 1rem 0
}
.header-blue #shopping-bag .badge {
top: 3px
}
.header-blue .navbar-toggler .icon-bar {
background-color: #fff
}
.header-blue .navbar-toggler {
margin-left: 1rem
}
.header-blue .top-bar-right {
background: #27304b;
border-bottom: 1px solid #656c7f
}
.header-blue .social-icons {
padding: 0
}
.about-home-one {
padding: 4rem;
width: 100%
}
.nav-oval {
padding: 0
}
.home-shop #shopping-bag,
.home-shop-header #search_home:hover,
.nav-oval .navbar-nav.sitenav-right .nav-link:hover {
color: #27304b
}
.home-shop-header #search_home {
color: #f15e42
}
.home-shop-header .navbar-toggler {
display: block;
margin-left: 1rem
}
.nav-oval .navbar-collapse {
border-radius: 7px;
background: 0 0
}
.nav-oval .navbar-nav .nav-link {
color: #909090
}
.sitenav-right {
display: flex;
flex-direction: row;
padding: 1rem 0
}
.nav-oval .navbar-nav.sitenav-right .nav-link {
margin: 0 .5rem 0 0;
padding: 0
}
.home-shop,
.home-shop .header-fullpage.fixed {
position: relative
}
.home-shop .header-fullpage.fixed {
background: 0 0
}
.home-intro .container-fluid,
.home-vet .container-fluid,
.home-vet-slider {
padding: 0 15px
}
.home-intro .navbar-toggler,
.home-vet .navbar-toggler {
margin-left: 15px
}
.home-intro .contact-info,
.home-vet .contact-info {
justify-content: flex-start
}
.home-vet .nav-item.dropdown.megamenu .menu-back-div,
.home-vet .navbar-collapse .dropdown-menu {
background: #fff
}
.home-intro .social-icons,
.home-vet .social-icons {
padding-top: 0
}
.home-intro .header-fullpage.fixed,
.home-vet .header-fullpage.fixed {
position: relative;
padding: 1rem 0
}
.affordable-pet-sitter-wrap::after {
display: none
}
.home-intro .navbar-collapse .dropdown-menu {
background: #f6f6f6
}
.header-classic #shopping-bag {
margin-right: 1rem
}
.header-classic #shopping-bag .badge {
top: 3px
}
.header-classic .social-icons {
padding: 0
}
.home-classic-counter {
padding-bottom: 0
}
.home-classic-services {
margin-top: 0
}
.classic-gallery {
padding-left: 0;
padding-right: 0
}
.product-description .title {
font-size: 2.2rem
}
}
@media (max-width:767px) {
.demo-btns .btn-theme {
display: block;
text-align: center
}
html {
font-size: 15px
}
header {
margin-bottom: 1rem
}
.header-top {
margin: 0
}
.demo-btns .col {
max-width: 50%;
flex: 0 0 50%;
text-align: left!important
}
.top-bar-btn.social-icons {
display: none!important
}
.request-btn {
margin-left: 20px
}
.top-bar-right .container,
header .container {
max-width: 100%;
padding: 0 15px!important
}
.breadcrumbs-page,
.breadcrumbs-page .container {
max-width: 100%
}
.breadcrumbs-page .breadcrumb a:before {
width: 25px;
left: -25px
}
.breadcrumbs-page-wrap {
margin: 0 15px;
position: relative;
z-index: 1028
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
width: 120px;
right: 20px;
bottom: -50px
}
#body-content [class*=col-],
footer [class*=col-] {
margin-bottom: 40px
}
#body-content .overlay [class*=col-],
#body-content [class*=col-]:last-child,
footer [class*=col-]:last-child {
margin-bottom: 0
}
.img-business-man {
display: none
}
.copyright-links {
margin-bottom: 20px!important
}
.home-welcome {
margin-top: 0;
padding: 100px 0 0 0!important
}
.btn-center {
margin-top: 0
}
.btn-long-arrow span:after {
top: 9px
}
.sidebar-spacer {
margin-top: 40px
}
#body-content [class*=col-].sidebar-primary,
#body-content [class*=col-].sidebar-secondary {
margin-bottom: 0!important
}
.header-logo-top .request-btn {
margin-left: 0
}
.header-logo-top .request-btn a#search_home {
padding-left: 0
}
.header-logo-top.top-transparent .navbar-toggler {
margin-right: 10px
}
.callout-style-side-img .text-callout .icon,
.footer-subscribe .icon {
margin-bottom: 15px
}
.footer-subscribe .heading {
margin-bottom: 1rem
}
.video-popup a {
margin: 0 auto
}
.about-left-wrap {
margin-top: -7rem
}
.copyright-text {
padding-left: 170px
}
.footer-dog {
width: 150px
}
.testimonial-rounded {
margin: 0 1rem
}
#testimonial-rounded-multi .testimonial-rounded {
margin: 0
}
.icon-box-1 {
margin-bottom: 0
}
.grid-broken .owl-item:nth-child(even) .icon-box-1,
.grid-broken [class*=col-]:nth-child(even) .icon-box-1 {
margin-top: 0
}
.footer-subscribe input[type=text] {
width: 100%;
margin: 0 0 25px 0
}
.widget-wrap {
padding: 1.3rem
}
.footer-top-callout .callout-style-side-img .text-callout .icon {
display: none
}
.place-order-wrap {
padding: 0
}
.sidebar-sitters {
margin-bottom: 12px
}
header.home-shop {
margin: 0
}
.sidebar-widgets {
margin-top: 0
}
.entry-text-gap {
padding: 2rem 0
}
.column-four-gallery {
padding-left: 0;
padding-right: 0
}
.pet-details {
margin-top: 0
}
.team-section-wrap {
margin-bottom: 0
}
.fact-about,
.team-single-details {
padding: 0
}
.header-blue .social-icons {
padding-top: 8px
}
.gdr-img-box-wrap-home {
margin-top: 0;
padding-top: 100px!important
}
.gdr-img-box-wrap.home .gdr-img-box {
margin: 0;
border-radius: 7px!important;
overflow: hidden
}
.gdr-img-box-wrap.home {
margin-bottom: 40px
}
.about-home-one {
padding: 2rem;
width: 100%
}
.nav-oval .navbar-collapse {
padding: 0
}
.home-vet .contact-info {
justify-content: center
}
.how-we-work .popup-video {
top: 0;
right: 18%
}
.how-we-work .popup-video img {
width: 80%
}
.home-intro .social-icons,
.home-vet .social-icons {
padding-top: 7px
}
.event-wrap {
margin-bottom: 0
}
.home-intro-sitters {
background: 0 0
}
.home-intro-icon {
margin-top: 2rem
}
.home-intro .contact-info,
.home-vet .contact-info {
justify-content: center
}
.header-classic .social-icons {
padding: 7px 0 0 0
}
.need-help {
margin-top: 0
}
.img-single-gallery {
border-radius: 20px
}
}
@media (min-width:576px) and (max-width:767px) {
#body-content .mb-spacer-md [class*=col-] {
margin-bottom: 0
}
.mb-spacer-md .heading-main {
margin-bottom: 70px
}
h5.h5-xs {
font-size: 1rem
}
h5.h5-sm {
font-size: 1.05rem
}
h5.h5-md {
font-size: 1.05rem
}
h5.h5-lg {
font-size: 1.08rem
}
h5.h5-xl {
font-size: 1.08rem
}
h4.h4-xs {
font-size: 1.08rem
}
h4.h4-sm {
font-size: 1.08rem
}
h4.h4-md {
font-size: 1.15rem
}
h4.h4-lg {
font-size: 1.23rem
}
h4.h4-xl {
font-size: 1.3rem
}
.overlay-hugeinc form .form-inner-div {
padding-right: 15px
}
}
@media (max-width:575px) {
.top-bar-right {
display: none
}
.top-bar-right .contact-info div:first-child {
display: none
}
.top-bar-right .contact-info div {
margin-right: 0;
width: 50%;
text-align: center;
white-space: nowrap
}
.navbar-brand {
margin: 0;
padding: 0
}
.header-logo-top.top-transparent .navbar-toggler {
margin-right: 15px
}
.breadcrumbs-page {
padding: 3rem 0
}
.breadcrumbs-page h1 {
font-size: 2.25rem
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
height: 40px;
width: 40px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
right: -40px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
left: -40px
}
.owl-carousel .owl-dots button span {
margin: 0 8px
}
.owl-carousel .owl-nav button.owl-next {
right: -10px
}
.owl-carousel .owl-nav button.owl-prev {
left: -10px
}
.about-bg {
background-position: 0;
background-size: contain
}
.style-one {
margin-bottom: 0;
padding: 0 2rem 0
}
.overlay-hugeinc form .form-inner {
width: 95%
}
.overlay .form-inner input[type=text] {
margin: 0 1rem
}
.overlay-hugeinc form .form-inner-div {
padding: .75rem 1rem
}
.footer-subscribe .head {
text-align: center;
margin-bottom: 15px
}
.footer-subscribe .head span {
display: inline!important
}
.center-text {
padding: 1rem 0 1.5rem
}
.heading-main {
font-size: 1.95rem
}
.client-testimonials-bg {
padding: 1rem
}
.breadcrumbs-description {
max-width: 100%;
padding: 0 1.5rem
}
.request-btn a.icon-left i {
padding: 0
}
.request_popup .px-3.m-5 {
padding: 0!important;
margin: 25px 15px!important
}
.request_popup .close {
color: #fff
}
.contact-details {
padding: 2.5rem 0
}
.about-whoose {
padding: 10px!important;
padding-right: 0!important
}
.icons-listing.w-half li {
flex: 1 1 100%
}
.copyright-text {
padding-left: 120px;
text-align: center
}
.footer-dog {
width: 100px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -30px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -30px
}
.mobile-offcanvas {
width: 80%
}
.commnets-reply .media.reply {
margin-left: 0
}
.blog-wrap-modern .content .title a,
.single-entry.blog-wrap-modern .content .title {
font-size: 1.5rem;
color: #f15e42
}
.blog-wrap-modern .img img {
opacity: 1
}
.blog-wrap-modern .description p {
color: inherit
}
.blog-wrap-modern .content {
position: relative;
color: inherit;
padding-left: 0;
padding-right: 0;
padding-bottom: 0
}
.single-entry.blog-wrap-modern .content .date a {
color: #98cb46
}
.single-entry.blog-wrap-modern .content .date a:hover {
color: #f15e42
}
.author-box .thumb {
position: relative;
left: 0;
margin-bottom: 1rem
}
.author-box {
padding: 2rem;
margin-left: 0
}
.social-icon-author {
top: -74px
}
.author-box .media {
display: inherit
}
.commnets-reply .media {
display: inherit
}
.commnets-reply .thumb {
margin-bottom: 1rem;
margin-right: 0
}
.commnets-reply .media .name .btn-theme {
top: -45px
}
.img-vision {
position: initial;
top: 0;
right: 0;
margin-top: 2rem
}
.best-petcare {
margin-top: 0;
margin-bottom: 40px
}
.vision-mission {
margin-top: 0;
margin-bottom: 40px
}
.vision-mission h2 {
padding-top: 1.2rem
}
.best-petcare,
.trophy-awards {
text-align: center
}
.best-petcare svg,
.trophy-awards i {
position: relative;
bottom: 0;
left: 0
}
.best-petcare h4,
.trophy-awards h4 {
padding: 0;
margin-top: 2rem
}
.about-left {
width: 90%
}
header .social-icons {
display: none
}
.take-care-img::before {
left: -154%
}
.take-care-img {
margin-bottom: 4rem
}
.how-we-work .popup-video img {
width: 60%
}
.how-we-work .popup-video {
top: 20px;
right: 18%
}
.shop-top-bar {
line-height: 1;
font-size: .875rem
}
.copyright-light {
text-align: center
}
.need-help {
padding: 1.5rem;
margin-top: 0
}
.product-description .title {
font-size: 1.8rem
}
.product-description {
padding-left: 0
}
.review-tabbing .theme-tabbing.nav-pills .nav-link {
display: block;
text-align: center;
margin: 0
}
.review-tabbing .theme-tabbing.nav-pills .nav-item:not(:last-child) .nav-link {
margin-bottom: 1rem
}
.review-tabbing .theme-tabbing.nav-pills .nav-item {
display: block;
width: 100%
}
}
@media (max-width:480px) {
.demo-btns .col {
max-width: 100%;
flex: 0 0 100%;
text-align: left!important
}
.contact-details .col+.col {
margin-top: 25px
}
.free-quote-form.contact-page .form-row,
.free-quote-form.contact-page-option .form-row {
margin-bottom: 0!important
}
.free-quote-form.contact-page .form-row>.col,
.free-quote-form.contact-page-option .form-row>.col {
flex-basis: auto;
margin-bottom: 20px
}
.client-testimonial .media {
display: inline
}
.client-testimonial-icon {
margin: 0 auto 25px
}
.client-inner-content {
text-align: center
}
.mobile-100 a {
display: inline-block;
margin: 0 0 15px 0!important
}
.mobile-100 a.play-video {
margin: 0!important
}
.megamenu-content-wrap {
display: inherit
}
.megamenu-content-wrap ul {
width: 100%
}
.home-shop-header .navbar-brand {
width: 150px
}
.how-we-work .popup-video img {
width: 60%
}
.how-we-work .popup-video {
top: 0;
right: 10%
}
.copyright-light {
padding: 1.5rem 0
}
.comment-reply-form .col {
width: 100%;
flex-basis: auto
}
.comment-reply-form .col:not(:last-child) {
margin-bottom: 1.5rem
}
}
@media (max-width:360px) {
.blog-wrap-modern .bottom-content {
align-items: flex-start;
flex-direction: column
}
.blog-wrap-modern .bottom-content .thumb-author {
margin-bottom: 1rem
}
} | 0.370453 | 0.094302 |
@charset "utf-8";
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html, body { height:100%; }
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
ol, ul { list-style:normal; padding:0 0 20px 20px; }
blockquote, q { quotes:none; }
address { font-style:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:0; }
input, textarea, select { font-family:Arial; font-size:1em; }
#fb-root { display:none; }
/* ELEMENTS */
body { font:normal 0.81em/150% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { }
::-moz-selection { background-color: #FFA; color: #000; }
::selection { background-color: #FFA; color: #000; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
/* BASIC CLASSES */
.half { width:49%; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.noheight { height:0; }
.noborder { border:0; }
.tellink,.smslink { cursor:default !important; text-decoration:none !important; }
.tellink:hover,.smslink:hover { text-decoration:none !important; }
.blur { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.hidden { display:none; }
.rel { position:relative; }
.chkbox { width:auto !important; position:relative; left:15px; border:0; }
.phpError { background:#fff5f1; color:#000; font-size:14px; line-height:20px; padding:10px; border:2px dashed #7893ad; color:#2d2a52; position:relative; z-index:9999; }
.phpError strong { color:#e54d2e; }
.phpError span { border-bottom:1px dotted #000000; color:#000000; }
.cleanList { list-style:none; padding:0; margin:0; }
.cleanList li { float:left; width:100%; clear:both; }
/* FORM RESPONSES */
#formresponse { list-style:none; margin:0; padding:0; color:green; }
#formresponse.formerrors { color:#F00; background:#F2CCCC; font-weight:bold; }
#formresponse.formsuccess { color:#0F3703; background:#D1FCC4; font-weight:bold; }
#formresponse li { padding:8px 0; text-indent:12px; }
/* BASIC LAYOUT */
#outterwrapper { position:relative; background:#ccc; height:100%; overflow:auto; }
#wrapper { position:relative; width:1080px; margin:0 auto; height:100%; }
#header { position:absolute; height:160px; top:0; left:0; right:0; overflow:hidden; background:orange; }
/* PADDING-TOP = HEADER HEIGHT. PADDING_BOTTOM = FOOTER HEIGHT */
#body { position:relative; padding-top:160px; padding-bottom:170px; overflow:hidden; width:100%; }
#content { position:relative; width:100%; padding:160px 0 0; margin:0 0 30px; float:right; }
#footer { position:relative; clear:both; height:170px; margin-top:-170px; clear:both; background:purple; color:#efefef; }
#bodyheaderwrapper { min-height:100%; height:100%; display:table; width:100%; background:#fff; }
/* VALIDATION */
.validationMessage { display:none; color:#cb1c3b; font-weight:bold; }
/* FOOTER */
#footer a { color:#888; }
/* HEADER */
#header #logo { }
#header #nav { position:absolute; bottom:0; left:0; right:0; }
#header #nav ul { list-style:none; padding:0; margin:0; }
#header #nav li { display:block; float:left; clear:none; }
#header #nav .activeparent a { color:green; }
#header #nav a { display:block; color:#fff; }
#header #nav .selected a, #header #nav a:active, #header #nav a:hover { background:#666666; color:red; }
#header #nav .selected ul li a { color:#fff; }
/* BREADCRUMB */
.breadcrumb { list-style:none; float:left; clear:both; width:100%; padding:0; margin:0; background:#333; color:#efefef; }
.breadcrumb li { float:left; display:block; }
.breadcrumb a { color:#fff; }
/* WYSIWYG */
#WYSIWYG_content { } | mvc/frontend/css/screen.css | @charset "utf-8";
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html, body { height:100%; }
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
ol, ul { list-style:normal; padding:0 0 20px 20px; }
blockquote, q { quotes:none; }
address { font-style:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:0; }
input, textarea, select { font-family:Arial; font-size:1em; }
#fb-root { display:none; }
/* ELEMENTS */
body { font:normal 0.81em/150% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { }
::-moz-selection { background-color: #FFA; color: #000; }
::selection { background-color: #FFA; color: #000; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
/* BASIC CLASSES */
.half { width:49%; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.noheight { height:0; }
.noborder { border:0; }
.tellink,.smslink { cursor:default !important; text-decoration:none !important; }
.tellink:hover,.smslink:hover { text-decoration:none !important; }
.blur { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.hidden { display:none; }
.rel { position:relative; }
.chkbox { width:auto !important; position:relative; left:15px; border:0; }
.phpError { background:#fff5f1; color:#000; font-size:14px; line-height:20px; padding:10px; border:2px dashed #7893ad; color:#2d2a52; position:relative; z-index:9999; }
.phpError strong { color:#e54d2e; }
.phpError span { border-bottom:1px dotted #000000; color:#000000; }
.cleanList { list-style:none; padding:0; margin:0; }
.cleanList li { float:left; width:100%; clear:both; }
/* FORM RESPONSES */
#formresponse { list-style:none; margin:0; padding:0; color:green; }
#formresponse.formerrors { color:#F00; background:#F2CCCC; font-weight:bold; }
#formresponse.formsuccess { color:#0F3703; background:#D1FCC4; font-weight:bold; }
#formresponse li { padding:8px 0; text-indent:12px; }
/* BASIC LAYOUT */
#outterwrapper { position:relative; background:#ccc; height:100%; overflow:auto; }
#wrapper { position:relative; width:1080px; margin:0 auto; height:100%; }
#header { position:absolute; height:160px; top:0; left:0; right:0; overflow:hidden; background:orange; }
/* PADDING-TOP = HEADER HEIGHT. PADDING_BOTTOM = FOOTER HEIGHT */
#body { position:relative; padding-top:160px; padding-bottom:170px; overflow:hidden; width:100%; }
#content { position:relative; width:100%; padding:160px 0 0; margin:0 0 30px; float:right; }
#footer { position:relative; clear:both; height:170px; margin-top:-170px; clear:both; background:purple; color:#efefef; }
#bodyheaderwrapper { min-height:100%; height:100%; display:table; width:100%; background:#fff; }
/* VALIDATION */
.validationMessage { display:none; color:#cb1c3b; font-weight:bold; }
/* FOOTER */
#footer a { color:#888; }
/* HEADER */
#header #logo { }
#header #nav { position:absolute; bottom:0; left:0; right:0; }
#header #nav ul { list-style:none; padding:0; margin:0; }
#header #nav li { display:block; float:left; clear:none; }
#header #nav .activeparent a { color:green; }
#header #nav a { display:block; color:#fff; }
#header #nav .selected a, #header #nav a:active, #header #nav a:hover { background:#666666; color:red; }
#header #nav .selected ul li a { color:#fff; }
/* BREADCRUMB */
.breadcrumb { list-style:none; float:left; clear:both; width:100%; padding:0; margin:0; background:#333; color:#efefef; }
.breadcrumb li { float:left; display:block; }
.breadcrumb a { color:#fff; }
/* WYSIWYG */
#WYSIWYG_content { } | 0.382718 | 0.087486 |
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
}
strong {
font-weight: 500;
}
a,
a:hover,
a:focus {
color: #6eba3c;
text-decoration: none;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
h1,
h2 {
margin-top: 10px;
font-family: 'Josefin Sans', sans-serif;
font-size: 48px;
font-weight: 300;
color: #555;
line-height: 56px;
}
h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 32px;
font-weight: 300;
color: #555;
line-height: 40px;
}
img {
max-width: 100%;
}
.medium-paragraph {
font-size: 18px;
line-height: 34px;
}
.colored {
color: #6eba3c;
}
::-moz-selection {
background: #6eba3c;
color: #fff;
text-shadow: none;
}
::selection {
background: #6eba3c;
color: #fff;
text-shadow: none;
}
/***** General style, all sections *****/
.section-container {
margin: 0 auto;
padding-bottom: 80px;
}
.section-description {
margin-top: 60px;
padding-bottom: 10px;
}
.section-description p {
margin-top: 20px;
padding: 0 120px;
}
/***** Divider *****/
.divider-1 {
padding: 25px 0 15px 0;
}
.divider-1 .line {
width: 160px;
margin: 0 auto;
border-bottom: 1px dashed #ccc;
}
/***** Top menu *****/
.navbar {
margin-bottom: 0;
padding-top: 0;
background: #fff;
border: 0;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
transition: all 0.6s;
}
.navbar-no-bg {
padding-top: 10px;
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* background: burlywood; */
}
ul.navbar-nav {
font-family: 'Josefin Sans', sans-serif;
font-size: 14px;
color: #888;
font-weight: 400;
text-transform: uppercase;
}
ul.navbar-nav li a {
background: none;
color: #888;
border: 0;
}
ul.navbar-nav li a:hover {
background: none;
color: #aaa;
border: 0;
}
ul.navbar-nav li a:focus {
background: none;
color: #aaa;
outline: 0;
border: 0;
}
.navbar-no-bg ul.navbar-nav {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a:hover {
color: #ddd;
}
.navbar-no-bg ul.navbar-nav li a:focus {
color: #ddd;
}
ul.navbar-nav li a.btn-link-3 {
position: relative;
display: inline-block;
margin: 9px 0 0 15px;
padding: 6px 15px;
background: #FF7F50;
border: 0;
font-family: 'Josefin Sans', sans-serif;
font-size: 14px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
ul.navbar-nav li a.btn-link-3:hover,
ul.navbar-nav li a.btn-link-3:focus,
ul.navbar-nav li a.btn-link-3:active,
ul.navbar-nav li a.btn-link-3:active:focus {
outline: 0;
background: #63a736;
color: #fff;
}
.navbar-brand {
width: 102px;
background: url(../img/logo-dark.png) left center no-repeat;
text-indent: -99999px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo.png);
}
.navbar-toggle .icon-bar {
background: #555;
}
/***** Top content *****/
.top-content {
padding: 120px 0 150px 0;
}
.top-content .text {
padding-top: 60px;
color: #fff;
}
.top-content .text h1 {
color: #fff;
}
.top-content .description {
margin: 30px 0 10px 0;
}
.top-content .description p {
opacity: 0.8;
}
.top-content .description a {
color: #fff;
border-bottom: 1px dotted #fff;
}
.top-content .description a:hover,
.top-content .description a:focus {
color: #fff;
border: 0;
}
/***** Features *****/
.features-box {
margin-top: 30px;
text-align: left;
}
.features-box .features-box-icon {
font-size: 60px;
color: #6eba3c;
line-height: 60px;
text-align: center;
}
.features-box h3 {
margin-top: 0;
padding: 0 0 10px 0;
}
/***** Footer *****/
footer {
padding: 40px 0 45px 0;
background: #f8f8f8;
}
.footer-copyright {
padding-top: 15px;
}
.footer-copyright a {
color: #888;
border-bottom: 1px dotted #888;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
color: #888;
border: 0;
}
/***** MEDIA QUERIES *****/
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
.section-description p {
padding: 0;
}
.features-box .features-box-icon {
font-size: 50px;
line-height: 50px;
}
}
@media (max-width: 767px) {
.navbar {
padding-top: 0;
background: #fff;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 15px;
}
.navbar-collapse {
border: 0;
}
.navbar-toggle {
border-color: transparent;
}
ul.navbar-nav li a.btn-link-3 {
margin: 10px;
}
.navbar-no-bg {
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo-dark.png);
}
.navbar-no-bg ul.navbar-nav {
color: #888;
}
.navbar-no-bg ul.navbar-nav li a {
color: #888;
}
.navbar-no-bg ul.navbar-nav li a:hover {
color: #aaa;
}
.navbar-no-bg ul.navbar-nav li a:focus {
color: #aaa;
}
.navbar-no-bg ul.navbar-nav li a.btn-link-3 {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a.btn-link-3:hover,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:focus,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:active,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:active:focus {
color: #fff;
}
/* end navbar */
.section-description p {
padding: 0;
}
.top-content {
padding: 40px 0 60px 0;
}
.features-box {
text-align: center;
}
.features-box h3 {
margin-top: 5px;
padding-top: 10px;
}
}
@media (max-width: 415px) {
h1,
h2 {
font-size: 36px;
}
}
/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
/* logo */
.navbar-brand {
background-image: url(../img/logo-dark@2x.png) !important;
background-repeat: no-repeat !important;
background-size: 102px 32px !important;
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo-dark@2x.png);
}
} | localassets/style.css | body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
}
strong {
font-weight: 500;
}
a,
a:hover,
a:focus {
color: #6eba3c;
text-decoration: none;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
h1,
h2 {
margin-top: 10px;
font-family: 'Josefin Sans', sans-serif;
font-size: 48px;
font-weight: 300;
color: #555;
line-height: 56px;
}
h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 32px;
font-weight: 300;
color: #555;
line-height: 40px;
}
img {
max-width: 100%;
}
.medium-paragraph {
font-size: 18px;
line-height: 34px;
}
.colored {
color: #6eba3c;
}
::-moz-selection {
background: #6eba3c;
color: #fff;
text-shadow: none;
}
::selection {
background: #6eba3c;
color: #fff;
text-shadow: none;
}
/***** General style, all sections *****/
.section-container {
margin: 0 auto;
padding-bottom: 80px;
}
.section-description {
margin-top: 60px;
padding-bottom: 10px;
}
.section-description p {
margin-top: 20px;
padding: 0 120px;
}
/***** Divider *****/
.divider-1 {
padding: 25px 0 15px 0;
}
.divider-1 .line {
width: 160px;
margin: 0 auto;
border-bottom: 1px dashed #ccc;
}
/***** Top menu *****/
.navbar {
margin-bottom: 0;
padding-top: 0;
background: #fff;
border: 0;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
transition: all 0.6s;
}
.navbar-no-bg {
padding-top: 10px;
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* background: burlywood; */
}
ul.navbar-nav {
font-family: 'Josefin Sans', sans-serif;
font-size: 14px;
color: #888;
font-weight: 400;
text-transform: uppercase;
}
ul.navbar-nav li a {
background: none;
color: #888;
border: 0;
}
ul.navbar-nav li a:hover {
background: none;
color: #aaa;
border: 0;
}
ul.navbar-nav li a:focus {
background: none;
color: #aaa;
outline: 0;
border: 0;
}
.navbar-no-bg ul.navbar-nav {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a:hover {
color: #ddd;
}
.navbar-no-bg ul.navbar-nav li a:focus {
color: #ddd;
}
ul.navbar-nav li a.btn-link-3 {
position: relative;
display: inline-block;
margin: 9px 0 0 15px;
padding: 6px 15px;
background: #FF7F50;
border: 0;
font-family: 'Josefin Sans', sans-serif;
font-size: 14px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
ul.navbar-nav li a.btn-link-3:hover,
ul.navbar-nav li a.btn-link-3:focus,
ul.navbar-nav li a.btn-link-3:active,
ul.navbar-nav li a.btn-link-3:active:focus {
outline: 0;
background: #63a736;
color: #fff;
}
.navbar-brand {
width: 102px;
background: url(../img/logo-dark.png) left center no-repeat;
text-indent: -99999px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo.png);
}
.navbar-toggle .icon-bar {
background: #555;
}
/***** Top content *****/
.top-content {
padding: 120px 0 150px 0;
}
.top-content .text {
padding-top: 60px;
color: #fff;
}
.top-content .text h1 {
color: #fff;
}
.top-content .description {
margin: 30px 0 10px 0;
}
.top-content .description p {
opacity: 0.8;
}
.top-content .description a {
color: #fff;
border-bottom: 1px dotted #fff;
}
.top-content .description a:hover,
.top-content .description a:focus {
color: #fff;
border: 0;
}
/***** Features *****/
.features-box {
margin-top: 30px;
text-align: left;
}
.features-box .features-box-icon {
font-size: 60px;
color: #6eba3c;
line-height: 60px;
text-align: center;
}
.features-box h3 {
margin-top: 0;
padding: 0 0 10px 0;
}
/***** Footer *****/
footer {
padding: 40px 0 45px 0;
background: #f8f8f8;
}
.footer-copyright {
padding-top: 15px;
}
.footer-copyright a {
color: #888;
border-bottom: 1px dotted #888;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
color: #888;
border: 0;
}
/***** MEDIA QUERIES *****/
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
.section-description p {
padding: 0;
}
.features-box .features-box-icon {
font-size: 50px;
line-height: 50px;
}
}
@media (max-width: 767px) {
.navbar {
padding-top: 0;
background: #fff;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 15px;
}
.navbar-collapse {
border: 0;
}
.navbar-toggle {
border-color: transparent;
}
ul.navbar-nav li a.btn-link-3 {
margin: 10px;
}
.navbar-no-bg {
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo-dark.png);
}
.navbar-no-bg ul.navbar-nav {
color: #888;
}
.navbar-no-bg ul.navbar-nav li a {
color: #888;
}
.navbar-no-bg ul.navbar-nav li a:hover {
color: #aaa;
}
.navbar-no-bg ul.navbar-nav li a:focus {
color: #aaa;
}
.navbar-no-bg ul.navbar-nav li a.btn-link-3 {
color: #fff;
}
.navbar-no-bg ul.navbar-nav li a.btn-link-3:hover,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:focus,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:active,
.navbar-no-bg ul.navbar-nav li a.btn-link-3:active:focus {
color: #fff;
}
/* end navbar */
.section-description p {
padding: 0;
}
.top-content {
padding: 40px 0 60px 0;
}
.features-box {
text-align: center;
}
.features-box h3 {
margin-top: 5px;
padding-top: 10px;
}
}
@media (max-width: 415px) {
h1,
h2 {
font-size: 36px;
}
}
/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
/* logo */
.navbar-brand {
background-image: url(../img/logo-dark@2x.png) !important;
background-repeat: no-repeat !important;
background-size: 102px 32px !important;
}
.navbar-no-bg .navbar-brand {
background-image: url(../img/logo-dark@2x.png);
}
} | 0.392453 | 0.060197 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
height: 600vh;
overflow-x: hidden;
background-image: url();
}
body #fog {
z-index: 9;
width: 100%;
height: 100vh;
background-image: url("../img/switch_screen/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: fixed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
pointer-events: none;
}
body #fog_bg {
width: 100%;
height: 100vh;
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: -5;
}
body #fog_bg .bg {
width: 20%;
height: 50%;
background-image: url("../img/switch_screen/ma.png");
background-position: center;
background-size: contain;
opacity: 0;
background-repeat: no-repeat;
}
body #fog_bg .bg:nth-child(8) {
opacity: 1;
}
body #switch_top {
width: 100%;
height: 100vh;
}
body #switch {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 0;
}
body #switch #test {
height: 100%;
width: 80%;
background-image: url("../img/switch_screen/switch.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
body #switch #test #Switch_Viedo {
width: 58%;
}
body #switch p {
margin: 0;
font-size: 48px;
font-family: 'Oswald', sans-serif;
color: #E60212;
}
body #switch_text {
width: 100%;
height: 100vh;
}
body #switch_text p {
font-size: 36px;
text-align: center;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text2 {
width: 100%;
height: 100vh;
}
body #switch_text2 p {
font-size: 36px;
padding-left: 60%;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text3 {
width: 100%;
height: 100vh;
}
body #switch_text3 p {
margin: 0;
font-size: 36px;
padding-left: 60%;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text3 span {
margin: 0;
font-size: 36px;
color: black;
text-shadow: 0 0 0.1em #111111;
float: left;
}
body #switch_text4 {
width: 100%;
height: 10vh;
background-color: #e70012;
}
body #switch_text4 .row {
height: 100%;
}
body #switch_text4 .row .col-4:nth-child(2) {
background-image: url("../img/switch_screen/player.jpg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
body #online {
width: 100%;
}
body #online .row {
height: 50%;
}
body #online_card .row .col-12 {
overflow: hidden;
}
body #online_card .row .col-12:hover .game_mode_card {
top: 0%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
body #online_card .row .col-12:hover .game_mode_card p {
opacity: 1;
}
body #online_card .row .col-12:hover .game_mode_card span {
opacity: 1;
}
body #online_card .row .col-12 .game_mode_card {
height: 100%;
background-color: #ffffff;
position: absolute;
opacity: 0.85;
top: 80%;
left: 0%;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
-webkit-transition: 1s;
transition: 1s;
width: 100%;
}
body #online_card .row .col-12 .game_mode_card p {
font-size: 20px;
font-weight: 900;
opacity: 0;
-webkit-transition: 1s;
transition: 1s;
}
body #online_card .row .col-12 .game_mode_card span {
font-weight: 900;
opacity: 0;
-webkit-transition: 1s;
transition: 1s;
font-size: 12px;
}
body #online_card .row .col-12 .game_mode_card h2 {
font-weight: 900;
}
body #joy_con {
margin-top: 200px;
margin-bottom: 200px;
}
body #joy_con P {
margin-top: 40px;
}
body #joy_con_pic {
width: 100%;
font-size: 48px;
padding-top: 3%;
}
body #joy_con_pic p {
text-align: center;
font-family: 'Noto Sans TC', sans-serif;
}
body #joy_con_pic #joy_con_pic_group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body #joy_con_pic #joy_con_pic_group a img {
border-radius: 100%;
}
body #joy_con_pic #joy_con_pic_group2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body #joy_con_pic #joy_con_pic_group2 a img {
border-radius: 100%;
}
body #switch_info {
margin-top: 200px;
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_pic {
width: 60%;
height: 100%;
position: relative;
overflow: hidden;
}
body #switch_info #switch_info_pic img {
position: absolute;
top: 25%;
left: 12%;
}
body #switch_info #switch_info_text {
width: 40%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body #switch_info #switch_info_text #switch_info_text_menu {
width: 100%;
height: 10%;
font-family: 'Noto Sans TC', sans-serif;
font-size: 36px;
text-align: center;
margin-top: 20px;
}
body #switch_info #switch_info_text #switch_info_text_news {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/news.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_text h2 {
color: #fe3c32;
}
body #switch_info #switch_info_text #switch_info_text_shop {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/shop.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_text h2 {
color: #ff9f00;
}
body #switch_info #switch_info_text #switch_info_text_photo {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/photo.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_text h2 {
color: #1372ff;
}
@media (max-width: 767px) {
.col-12.col-md-4 {
margin-top: 50px;
margin-bottom: 50px;
}
#joy_con_info .row .col-12 img {
width: 150% !important;
content: url("../img/switch_screen/Joy-con2.png");
}
#switch_info {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#switch_info #switch_info_text_menu {
margin-bottom: 20px;
}
#switch_info #switch_info_pic {
width: 100% !important;
height: 60% !important;
}
#switch_info #switch_info_text {
width: 100% !important;
height: 40% !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text {
padding: 0 !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text h2 {
margin-top: 0;
}
#switch_info #switch_info_text_shop {
margin: 30px 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text {
padding: 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text h2 {
margin-top: 0;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text {
padding: 0 !important;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text h2 {
margin-top: 0;
}
}
@media (max-width: 414px) {
body #fog {
display: none;
}
body #fog_bg {
display: none;
}
body #switch_top {
display: none;
}
body #switch {
display: none;
}
body #switch2 {
display: block;
}
}
/*# sourceMappingURL=switch_screen.css.map */ | public/css/switch_screen.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
height: 600vh;
overflow-x: hidden;
background-image: url();
}
body #fog {
z-index: 9;
width: 100%;
height: 100vh;
background-image: url("../img/switch_screen/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: fixed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
pointer-events: none;
}
body #fog_bg {
width: 100%;
height: 100vh;
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: -5;
}
body #fog_bg .bg {
width: 20%;
height: 50%;
background-image: url("../img/switch_screen/ma.png");
background-position: center;
background-size: contain;
opacity: 0;
background-repeat: no-repeat;
}
body #fog_bg .bg:nth-child(8) {
opacity: 1;
}
body #switch_top {
width: 100%;
height: 100vh;
}
body #switch {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 0;
}
body #switch #test {
height: 100%;
width: 80%;
background-image: url("../img/switch_screen/switch.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
body #switch #test #Switch_Viedo {
width: 58%;
}
body #switch p {
margin: 0;
font-size: 48px;
font-family: 'Oswald', sans-serif;
color: #E60212;
}
body #switch_text {
width: 100%;
height: 100vh;
}
body #switch_text p {
font-size: 36px;
text-align: center;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text2 {
width: 100%;
height: 100vh;
}
body #switch_text2 p {
font-size: 36px;
padding-left: 60%;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text3 {
width: 100%;
height: 100vh;
}
body #switch_text3 p {
margin: 0;
font-size: 36px;
padding-left: 60%;
color: black;
text-shadow: 0 0 0.1em #111111;
}
body #switch_text3 span {
margin: 0;
font-size: 36px;
color: black;
text-shadow: 0 0 0.1em #111111;
float: left;
}
body #switch_text4 {
width: 100%;
height: 10vh;
background-color: #e70012;
}
body #switch_text4 .row {
height: 100%;
}
body #switch_text4 .row .col-4:nth-child(2) {
background-image: url("../img/switch_screen/player.jpg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
body #online {
width: 100%;
}
body #online .row {
height: 50%;
}
body #online_card .row .col-12 {
overflow: hidden;
}
body #online_card .row .col-12:hover .game_mode_card {
top: 0%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
body #online_card .row .col-12:hover .game_mode_card p {
opacity: 1;
}
body #online_card .row .col-12:hover .game_mode_card span {
opacity: 1;
}
body #online_card .row .col-12 .game_mode_card {
height: 100%;
background-color: #ffffff;
position: absolute;
opacity: 0.85;
top: 80%;
left: 0%;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
-webkit-transition: 1s;
transition: 1s;
width: 100%;
}
body #online_card .row .col-12 .game_mode_card p {
font-size: 20px;
font-weight: 900;
opacity: 0;
-webkit-transition: 1s;
transition: 1s;
}
body #online_card .row .col-12 .game_mode_card span {
font-weight: 900;
opacity: 0;
-webkit-transition: 1s;
transition: 1s;
font-size: 12px;
}
body #online_card .row .col-12 .game_mode_card h2 {
font-weight: 900;
}
body #joy_con {
margin-top: 200px;
margin-bottom: 200px;
}
body #joy_con P {
margin-top: 40px;
}
body #joy_con_pic {
width: 100%;
font-size: 48px;
padding-top: 3%;
}
body #joy_con_pic p {
text-align: center;
font-family: 'Noto Sans TC', sans-serif;
}
body #joy_con_pic #joy_con_pic_group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body #joy_con_pic #joy_con_pic_group a img {
border-radius: 100%;
}
body #joy_con_pic #joy_con_pic_group2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body #joy_con_pic #joy_con_pic_group2 a img {
border-radius: 100%;
}
body #switch_info {
margin-top: 200px;
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_pic {
width: 60%;
height: 100%;
position: relative;
overflow: hidden;
}
body #switch_info #switch_info_pic img {
position: absolute;
top: 25%;
left: 12%;
}
body #switch_info #switch_info_text {
width: 40%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body #switch_info #switch_info_text #switch_info_text_menu {
width: 100%;
height: 10%;
font-family: 'Noto Sans TC', sans-serif;
font-size: 36px;
text-align: center;
margin-top: 20px;
}
body #switch_info #switch_info_text #switch_info_text_news {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/news.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_news #switch_info_text_news_text h2 {
color: #fe3c32;
}
body #switch_info #switch_info_text #switch_info_text_shop {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/shop.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_shop #switch_info_text_shop_text h2 {
color: #ff9f00;
}
body #switch_info #switch_info_text #switch_info_text_photo {
width: 100%;
height: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_pic {
width: 20%;
height: 100%;
background-image: url("../img/switch_screen/photo.png");
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_text {
width: 80%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body #switch_info #switch_info_text #switch_info_text_photo #switch_info_text_photo_text h2 {
color: #1372ff;
}
@media (max-width: 767px) {
.col-12.col-md-4 {
margin-top: 50px;
margin-bottom: 50px;
}
#joy_con_info .row .col-12 img {
width: 150% !important;
content: url("../img/switch_screen/Joy-con2.png");
}
#switch_info {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#switch_info #switch_info_text_menu {
margin-bottom: 20px;
}
#switch_info #switch_info_pic {
width: 100% !important;
height: 60% !important;
}
#switch_info #switch_info_text {
width: 100% !important;
height: 40% !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text {
padding: 0 !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_news #switch_info_text_news_text h2 {
margin-top: 0;
}
#switch_info #switch_info_text_shop {
margin: 30px 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text {
padding: 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_shop #switch_info_text_shop_text h2 {
margin-top: 0;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text {
padding: 0 !important;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text p {
margin: 0 !important;
}
#switch_info #switch_info_text_photo #switch_info_text_photo_text h2 {
margin-top: 0;
}
}
@media (max-width: 414px) {
body #fog {
display: none;
}
body #fog_bg {
display: none;
}
body #switch_top {
display: none;
}
body #switch {
display: none;
}
body #switch2 {
display: block;
}
}
/*# sourceMappingURL=switch_screen.css.map */ | 0.284079 | 0.05572 |
body {
background-color: #F5F5F5;
font-family: Arial, Helvetica, sans-serif;
color: #666;
}
input {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
width: 200px;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 100%;
font-weight: normal;
font-variant: normal;
color: #617798;
}
select {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
width: 200px;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 100%;
font-weight: normal;
font-variant: normal;
color: #617798;
}
.submit {
width: auto;
padding: 9px 80px;
background: #617798;
border: 0;
font-size: 14px;
color: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
}
input:hover,
input:focus {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
color: #617798;
}
#logintable {
font-family: Arial, Helvetica, sans-serif;
background-color: #fefefe;
border: 1px solid #CCC;
color: #333;
box-shadow: 0px 0px 8px #cccccc;
-moz-box-shadow: 0px 0px 8px #cccccc;
-webkit-box-shadow: 0px 0px 8px #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
margin-top: 50px;
}
.message {
text-align: center;
padding: 20px;
font-size: 24px;
text-shadow: -1px -1px 1px #cccccc;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
color: #617798;
} | public/css/style.css | body {
background-color: #F5F5F5;
font-family: Arial, Helvetica, sans-serif;
color: #666;
}
input {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
width: 200px;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 100%;
font-weight: normal;
font-variant: normal;
color: #617798;
}
select {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
width: 200px;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 100%;
font-weight: normal;
font-variant: normal;
color: #617798;
}
.submit {
width: auto;
padding: 9px 80px;
background: #617798;
border: 0;
font-size: 14px;
color: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
}
input:hover,
input:focus {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
color: #617798;
}
#logintable {
font-family: Arial, Helvetica, sans-serif;
background-color: #fefefe;
border: 1px solid #CCC;
color: #333;
box-shadow: 0px 0px 8px #cccccc;
-moz-box-shadow: 0px 0px 8px #cccccc;
-webkit-box-shadow: 0px 0px 8px #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
margin-top: 50px;
}
.message {
text-align: center;
padding: 20px;
font-size: 24px;
text-shadow: -1px -1px 1px #cccccc;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
color: #617798;
} | 0.358129 | 0.117724 |
* DataTables integration for Bootstrap 3. This requires Bootstrap 3 and
* DataTables 1.10 or newer.
*
* This file sets the defaults and adds options to DataTables to style its
* controls using Bootstrap. See http://datatables.net/manual/styling/bootstrap
* for further information.
*/
(function( factory ){
if ( typeof define === 'function' && define.amd ) {
// AMD
define( ['jquery', 'datatables.net'], function ( $ ) {
return factory( $, window, document );
} );
}
else if ( typeof exports === 'object' ) {
// CommonJS
module.exports = function (root, $) {
if ( ! root ) {
root = window;
}
if ( ! $ || ! $.fn.dataTable ) {
// Require DataTables, which attaches to jQuery, including
// jQuery if needed and have a $ property so we can access the
// jQuery object that is used
$ = require('datatables.net')(root, $).$;
}
return factory( $, root, root.document );
};
}
else {
// Browser
factory( jQuery, window, document );
}
}(function( $, window, document, undefined ) {
'use strict';
var DataTable = $.fn.dataTable;
/* Set the defaults for DataTables initialisation */
$.extend( true, DataTable.defaults, {
dom:
"<'row'<'col-sm-6'l><'col-sm-6'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
renderer: 'bootstrap'
} );
/* Default class modification */
$.extend( DataTable.ext.classes, {
sWrapper: "dataTables_wrapper form-inline dt-bootstrap",
sFilterInput: "form-control input-sm",
sLengthSelect: "form-control input-sm",
sProcessing: "dataTables_processing panel panel-default"
} );
/* Bootstrap paging button renderer */
DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, buttons, page, pages ) {
var api = new DataTable.Api( settings );
var classes = settings.oClasses;
var lang = settings.oLanguage.oPaginate;
var aria = settings.oLanguage.oAria.paginate || {};
var btnDisplay, btnClass, counter=0;
var attach = function( container, buttons ) {
var i, ien, node, button;
var clickHandler = function ( e ) {
e.preventDefault();
if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
api.page( e.data.action ).draw( 'page' );
}
};
for ( i=0, ien=buttons.length ; i<ien ; i++ ) {
button = buttons[i];
if ( $.isArray( button ) ) {
attach( container, button );
}
else {
btnDisplay = '';
btnClass = '';
switch ( button ) {
case 'ellipsis':
btnDisplay = '…';
btnClass = 'disabled';
break;
case 'first':
btnDisplay = lang.sFirst;
btnClass = button + (page > 0 ?
'' : ' disabled');
break;
case 'previous':
btnDisplay = lang.sPrevious;
btnClass = button + (page > 0 ?
'' : ' disabled');
break;
case 'next':
btnDisplay = lang.sNext;
btnClass = button + (page < pages-1 ?
'' : ' disabled');
break;
case 'last':
btnDisplay = lang.sLast;
btnClass = button + (page < pages-1 ?
'' : ' disabled');
break;
default:
btnDisplay = button + 1;
btnClass = page === button ?
'active' : '';
break;
}
if ( btnDisplay ) {
node = $('<li>', {
'class': classes.sPageButton+' '+btnClass,
'id': idx === 0 && typeof button === 'string' ?
settings.sTableId +'_'+ button :
null
} )
.append( $('<a>', {
'href': '#',
'aria-controls': settings.sTableId,
'aria-label': aria[ button ],
'data-dt-idx': counter,
'tabindex': settings.iTabIndex
} )
.html( btnDisplay )
)
.appendTo( container );
settings.oApi._fnBindAction(
node, {action: button}, clickHandler
);
counter++;
}
}
}
};
// IE9 throws an 'unknown error' if document.activeElement is used
// inside an iframe or frame.
var activeEl;
try {
// Because this approach is destroying and recreating the paging
// elements, focus is lost on the select button which is bad for
// accessibility. So we want to restore focus once the draw has
// completed
activeEl = $(host).find(document.activeElement).data('dt-idx');
}
catch (e) {}
attach(
$(host).empty().html('<ul class="pagination"/>').children('ul'),
buttons
);
if ( activeEl ) {
$(host).find( '[data-dt-idx='+activeEl+']' ).focus();
}
};
return DataTable;
})); | vendor/datatables/js/dataTables.bootstrap.css | * DataTables integration for Bootstrap 3. This requires Bootstrap 3 and
* DataTables 1.10 or newer.
*
* This file sets the defaults and adds options to DataTables to style its
* controls using Bootstrap. See http://datatables.net/manual/styling/bootstrap
* for further information.
*/
(function( factory ){
if ( typeof define === 'function' && define.amd ) {
// AMD
define( ['jquery', 'datatables.net'], function ( $ ) {
return factory( $, window, document );
} );
}
else if ( typeof exports === 'object' ) {
// CommonJS
module.exports = function (root, $) {
if ( ! root ) {
root = window;
}
if ( ! $ || ! $.fn.dataTable ) {
// Require DataTables, which attaches to jQuery, including
// jQuery if needed and have a $ property so we can access the
// jQuery object that is used
$ = require('datatables.net')(root, $).$;
}
return factory( $, root, root.document );
};
}
else {
// Browser
factory( jQuery, window, document );
}
}(function( $, window, document, undefined ) {
'use strict';
var DataTable = $.fn.dataTable;
/* Set the defaults for DataTables initialisation */
$.extend( true, DataTable.defaults, {
dom:
"<'row'<'col-sm-6'l><'col-sm-6'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
renderer: 'bootstrap'
} );
/* Default class modification */
$.extend( DataTable.ext.classes, {
sWrapper: "dataTables_wrapper form-inline dt-bootstrap",
sFilterInput: "form-control input-sm",
sLengthSelect: "form-control input-sm",
sProcessing: "dataTables_processing panel panel-default"
} );
/* Bootstrap paging button renderer */
DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, buttons, page, pages ) {
var api = new DataTable.Api( settings );
var classes = settings.oClasses;
var lang = settings.oLanguage.oPaginate;
var aria = settings.oLanguage.oAria.paginate || {};
var btnDisplay, btnClass, counter=0;
var attach = function( container, buttons ) {
var i, ien, node, button;
var clickHandler = function ( e ) {
e.preventDefault();
if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
api.page( e.data.action ).draw( 'page' );
}
};
for ( i=0, ien=buttons.length ; i<ien ; i++ ) {
button = buttons[i];
if ( $.isArray( button ) ) {
attach( container, button );
}
else {
btnDisplay = '';
btnClass = '';
switch ( button ) {
case 'ellipsis':
btnDisplay = '…';
btnClass = 'disabled';
break;
case 'first':
btnDisplay = lang.sFirst;
btnClass = button + (page > 0 ?
'' : ' disabled');
break;
case 'previous':
btnDisplay = lang.sPrevious;
btnClass = button + (page > 0 ?
'' : ' disabled');
break;
case 'next':
btnDisplay = lang.sNext;
btnClass = button + (page < pages-1 ?
'' : ' disabled');
break;
case 'last':
btnDisplay = lang.sLast;
btnClass = button + (page < pages-1 ?
'' : ' disabled');
break;
default:
btnDisplay = button + 1;
btnClass = page === button ?
'active' : '';
break;
}
if ( btnDisplay ) {
node = $('<li>', {
'class': classes.sPageButton+' '+btnClass,
'id': idx === 0 && typeof button === 'string' ?
settings.sTableId +'_'+ button :
null
} )
.append( $('<a>', {
'href': '#',
'aria-controls': settings.sTableId,
'aria-label': aria[ button ],
'data-dt-idx': counter,
'tabindex': settings.iTabIndex
} )
.html( btnDisplay )
)
.appendTo( container );
settings.oApi._fnBindAction(
node, {action: button}, clickHandler
);
counter++;
}
}
}
};
// IE9 throws an 'unknown error' if document.activeElement is used
// inside an iframe or frame.
var activeEl;
try {
// Because this approach is destroying and recreating the paging
// elements, focus is lost on the select button which is bad for
// accessibility. So we want to restore focus once the draw has
// completed
activeEl = $(host).find(document.activeElement).data('dt-idx');
}
catch (e) {}
attach(
$(host).empty().html('<ul class="pagination"/>').children('ul'),
buttons
);
if ( activeEl ) {
$(host).find( '[data-dt-idx='+activeEl+']' ).focus();
}
};
return DataTable;
})); | 0.360602 | 0.19498 |
html {
padding: 0;
margin: 0;
background: #363636;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
header {
padding: 0;
margin: 0;
width: 100%;
height: 50vh;
background: #2D785A;
background-image: url('../images/BackgroundGreenWeb1920@2x.png');
background-repeat: repeat;
background-size: 100%;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: space-evenly;
text-justify: center;
}
article {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: #FFFFFF;
background-repeat: repeat;
background-size: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-content: center;
align-items: center;
}
h1 {
padding: 0;
margin: 0;
width: 80%;
height: auto;
color: white;
font-family: Oswald;
text-align: left;
text-shadow: 2px 2px 4px black;
font-size: 100px;
}
h2 {
padding: 0;
margin: 0;
width: 80%;
height: auto;
color: black;
font-family: Oswald;
text-align: left;
text-shadow: .4px .4px .9px black;
font-size: 100px;
line-height: 50px;
}
p {
padding: 0;
margin: 0;
width: 800px;
height: auto;
font-family: Lato;
text-shadow: .4px .4px .9px black;
font-size: 40px;
}
a {
text-decoration: underline #2D785A;
color: #FFFFFF;
background: #363636;
}
footer {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: #B21223;
display: flex;
align-content: center;
align-items: center;
flex-direction: column;
justify-content: space-around;
}
img {
padding: 0;
margin: 0;
width: 300px;
}
img.meme {
padding: 0;
margin: 0;
width: 600px;
height: 100%;
}
aside {
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
/*Estilos Del Menú*/
nav.menu {
padding: 0;
margin: 0;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-around;
align-content: center;
align-items: center;
background: #363636;
}
div.menu-container {
padding: 0;
margin: 0;
width: 100%;
height: auto;
display: flex;
flex-direction: row;
justify-content: space-around;
align-content: center;
align-items: center;
background: #363636;
}
div.menu-container a {
padding: 0;
margin: 0;
width: 100%;
height: 50px;
line-height: 100%;
font-family: Oswald;
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
font-size: 20px;
background: #363636;
}
/* ^ Fin De Estilos Del Menú ^ */
/* ^ Estilos De Los iframes YT^ */
iframe.yt {
width: 260px;
height: 146.25px;
padding: 0;
margin: 0;
}
/* ^ Fin Estilos De Los iframes YT ^ */
/* ^ Estilos De Los iframes FB^ */
iframe.fb {
width: 260px;
height: 260px;
padding: 0;
margin: 0;
}
/* ^ Fin Estilos De Los iframes FB ^ */
/* ^ Estilos De Los Tweets ^ */
blockquote.twitter-tweet {
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 16px;
border-color: #eee #ddd #bbb;
border-radius: 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
margin: 0;
padding: 0;
width: 265px;
}
blockquote.twitter-tweet p {
font-size: 16px;
font-weight: normal;
line-height: 20px;
}
blockquote.twitter-tweet a {
color: inherit;
font-weight: normal;
text-decoration: none;
outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
text-decoration: underline;
}
/* ^ Fin De Estilos De Los Tweets ^ */
/* ^ Fin De Estilos Del Menú ^ */
@media (min-width:272px) and (max-width:299px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 100vh;
}
h1 {
font-size: 30px;
width: 250px;
}
h2 {
font-size: 12px;
width: 250px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 12px;
width: 250px;
height: auto;
}
footer {
width: 100%;
height: 100%;
}
img {
width: 50%;
height: auto;
}
img.img-web {
width: 180px;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 260px;
height: 146.25px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 260px;
height: 260px;
padding: 0;
margin: 0;
}
}
@media (min-width:300px) and (max-width:399px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 295px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 20px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:312px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 30px;
width: 90%;
}
h2 {
font-size: 25px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:320px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:400px) and (max-width:499px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 40px;
width: 90%;
}
h2 {
font-size: 35px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 200px;
height: 200px;
}
img.img-web {
width: 250px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 395px;
height: 222.1875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 395px;
height: 395px;
padding: 0;
margin: 0;
}
}
@media (min-width:500px) and (max-width:599px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 45px;
width: 90%;
}
h2 {
font-size: 40px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 300px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 495px;
height: 278.4375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 495px;
height: 495px;
padding: 0;
margin: 0;
}
}
@media (min-width:568px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 25px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 495px;
height: 278.4375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 495px;
height: 495px;
padding: 0;
margin: 0;
}
}
@media (min-width:600px) and (max-width:699px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 50px;
width: 90%;
}
h2 {
font-size: 45px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 20px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 595px;
height: 334.6875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 595px;
height: 595px;
padding: 0;
margin: 0;
}
}
@media (min-width:667px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 40px;
width: 90%;
}
h2 {
font-size: 35px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 30px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 595px;
height: 334.6875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 595px;
height: 595px;
padding: 0;
margin: 0;
}
}
@media (min-width:700px) and (max-width:799px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 60px;
width: 90%;
}
h2 {
font-size: 55px;
width: 90%;
line-height: 50px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 300px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
}
@media (min-width:800px) and (max-width:1024px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
width: 80%;
font-size: 65px;
width: 80%;
}
h2 {
font-size: 60px;
width: 80%;
line-height: 55px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 400px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 80%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
}
@media (min-width:1025px) and (max-width:1920px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
width: 800px;
font-size: 65px;
width: 80%;
}
h2 {
font-size: 60px;
width: 800px;
line-height: 55px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 500px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 800px;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
} | css/articulo.css | html {
padding: 0;
margin: 0;
background: #363636;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
header {
padding: 0;
margin: 0;
width: 100%;
height: 50vh;
background: #2D785A;
background-image: url('../images/BackgroundGreenWeb1920@2x.png');
background-repeat: repeat;
background-size: 100%;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: space-evenly;
text-justify: center;
}
article {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: #FFFFFF;
background-repeat: repeat;
background-size: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-content: center;
align-items: center;
}
h1 {
padding: 0;
margin: 0;
width: 80%;
height: auto;
color: white;
font-family: Oswald;
text-align: left;
text-shadow: 2px 2px 4px black;
font-size: 100px;
}
h2 {
padding: 0;
margin: 0;
width: 80%;
height: auto;
color: black;
font-family: Oswald;
text-align: left;
text-shadow: .4px .4px .9px black;
font-size: 100px;
line-height: 50px;
}
p {
padding: 0;
margin: 0;
width: 800px;
height: auto;
font-family: Lato;
text-shadow: .4px .4px .9px black;
font-size: 40px;
}
a {
text-decoration: underline #2D785A;
color: #FFFFFF;
background: #363636;
}
footer {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: #B21223;
display: flex;
align-content: center;
align-items: center;
flex-direction: column;
justify-content: space-around;
}
img {
padding: 0;
margin: 0;
width: 300px;
}
img.meme {
padding: 0;
margin: 0;
width: 600px;
height: 100%;
}
aside {
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
/*Estilos Del Menú*/
nav.menu {
padding: 0;
margin: 0;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-around;
align-content: center;
align-items: center;
background: #363636;
}
div.menu-container {
padding: 0;
margin: 0;
width: 100%;
height: auto;
display: flex;
flex-direction: row;
justify-content: space-around;
align-content: center;
align-items: center;
background: #363636;
}
div.menu-container a {
padding: 0;
margin: 0;
width: 100%;
height: 50px;
line-height: 100%;
font-family: Oswald;
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
font-size: 20px;
background: #363636;
}
/* ^ Fin De Estilos Del Menú ^ */
/* ^ Estilos De Los iframes YT^ */
iframe.yt {
width: 260px;
height: 146.25px;
padding: 0;
margin: 0;
}
/* ^ Fin Estilos De Los iframes YT ^ */
/* ^ Estilos De Los iframes FB^ */
iframe.fb {
width: 260px;
height: 260px;
padding: 0;
margin: 0;
}
/* ^ Fin Estilos De Los iframes FB ^ */
/* ^ Estilos De Los Tweets ^ */
blockquote.twitter-tweet {
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 16px;
border-color: #eee #ddd #bbb;
border-radius: 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
margin: 0;
padding: 0;
width: 265px;
}
blockquote.twitter-tweet p {
font-size: 16px;
font-weight: normal;
line-height: 20px;
}
blockquote.twitter-tweet a {
color: inherit;
font-weight: normal;
text-decoration: none;
outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
text-decoration: underline;
}
/* ^ Fin De Estilos De Los Tweets ^ */
/* ^ Fin De Estilos Del Menú ^ */
@media (min-width:272px) and (max-width:299px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 100vh;
}
h1 {
font-size: 30px;
width: 250px;
}
h2 {
font-size: 12px;
width: 250px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 12px;
width: 250px;
height: auto;
}
footer {
width: 100%;
height: 100%;
}
img {
width: 50%;
height: auto;
}
img.img-web {
width: 180px;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 260px;
height: 146.25px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 260px;
height: 260px;
padding: 0;
margin: 0;
}
}
@media (min-width:300px) and (max-width:399px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 295px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 20px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:312px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 30px;
width: 90%;
}
h2 {
font-size: 25px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:320px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 295px;
height: 165.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 295px;
height: 295px;
padding: 0;
margin: 0;
}
}
@media (min-width:400px) and (max-width:499px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 40px;
width: 90%;
}
h2 {
font-size: 35px;
width: 90%;
line-height: 30px;
}
img {
width: 50%;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 200px;
height: 200px;
}
img.img-web {
width: 250px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 395px;
height: 222.1875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 395px;
height: 395px;
padding: 0;
margin: 0;
}
}
@media (min-width:500px) and (max-width:599px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 45px;
width: 90%;
}
h2 {
font-size: 40px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 180px;
height: 180px;
}
img.img-web {
width: 300px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 15px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 495px;
height: 278.4375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 495px;
height: 495px;
padding: 0;
margin: 0;
}
}
@media (min-width:568px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 35px;
width: 90%;
}
h2 {
font-size: 30px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 25px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 495px;
height: 278.4375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 495px;
height: 495px;
padding: 0;
margin: 0;
}
}
@media (min-width:600px) and (max-width:699px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 50px;
width: 90%;
}
h2 {
font-size: 45px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 20px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 595px;
height: 334.6875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 595px;
height: 595px;
padding: 0;
margin: 0;
}
}
@media (min-width:667px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 40px;
width: 90%;
}
h2 {
font-size: 35px;
width: 90%;
line-height: 40px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 250px;
height: 250px;
}
img.img-web {
width: 200px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 30px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 595px;
height: 334.6875px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 595px;
height: 595px;
padding: 0;
margin: 0;
}
}
@media (min-width:700px) and (max-width:799px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
font-size: 60px;
width: 90%;
}
h2 {
font-size: 55px;
width: 90%;
line-height: 50px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 300px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 90%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
}
@media (min-width:800px) and (max-width:1024px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
width: 80%;
font-size: 65px;
width: 80%;
}
h2 {
font-size: 60px;
width: 80%;
line-height: 55px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 400px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 80%;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
}
@media (min-width:1025px) and (max-width:1920px) {
body {
width: 100%;
height: auto;
}
header {
width: 100%;
height: 50vh;
}
h1 {
width: 800px;
font-size: 65px;
width: 80%;
}
h2 {
font-size: 60px;
width: 800px;
line-height: 55px;
}
img {
width: 300px;
height: auto;
}
img.meme {
padding: 0;
margin: 0;
width: 500px;
height: 500px;
}
img.img-web {
width: 500px;
}
article {
width: 100%;
height: 100%;
}
p {
font-size: 40px;
width: 800px;
}
footer {
width: 100%;
height: 100%;
}
aside {
width: 100%;
height: auto;
}
iframe.yt {
width: 695px;
height: 390.9375px;
padding: 0;
margin: 0;
}
iframe.fb {
width: 695px;
height: 695px;
padding: 0;
margin: 0;
}
} | 0.397588 | 0.085939 |
@import "variables.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-opacity-80 text-regular-hard font-bold desktop:font-extrabold text-3xl desktop:text-7xl mb-7 desktop:mb-16
}
h2 {
@apply text-opacity-80 text-regular-hard font-bold md:font-extrabold text-3xl desktop:text-5xl desktop:text-4xl
}
h3 {
@apply text-opacity-80 text-regular-hard font-bold text-3xl desktop:text-4xl mb-7 desktop:mb-10
}
h4 {
@apply text-regular-hard text-opacity-60 text-base
}
h5 {
@apply text-regular-hard text-opacity-80 font-semibold text-base
}
p {
@apply text-regular-hard text-opacity-60 text-base leading-relaxed
}
input[type=checkbox] {
@apply bg-regular-hard bg-opacity-6 w-6 h-6 rounded-md border-0
}
input[type=checkbox]:focus {
@apply outline-none shadow-none
}
input[type=checkbox] + label {
@apply pl-4
}
input[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"), theme('backgroundImage.primary');
@apply shadow-primary
}
input[type=checkbox]:hover {
@apply bg-opacity-3
}
}
@layer components {
.btn {
@apply whitespace-nowrap rounded-xl py-3 px-7 font-semibold text-center w-full md:w-auto
}
.btn-xl {
@apply md:py-5 desktop:py-6 md:px-5 desktop:px-10 desktop:text-sl
}
.btn-primary {
@apply bg-primary shadow-primary hover:shadow-primary-hover active:shadow-primary-active disabled:shadow-primary-disabled disabled:text-opacity-25 text-white;
}
.btn-plain {
@apply bg-white shadow-plain hover:shadow-plain-hover active:shadow-plain-active disabled:shadow-plain-disabled disabled:text-opacity-25 text-primary;
}
.submenu-item {
@apply block px-4 py-4
}
.submenu-item:hover {
@apply font-semibold bg-regular text-regular text-opacity-100 bg-opacity-2
}
.mobile-menu-item {
@apply block text-sm px-2 py-4
}
.mobile-menu-item:hover {
@apply font-semibold bg-regular bg-opacity-2
}
.form-group {
@apply flex flex-col gap-y-1
}
.input {
@apply block bg-regular-hard bg-opacity-2 hover:bg-opacity-3 rounded-xl h-12 px-4 w-full placeholder-regular placeholder-opacity-60 disabled:placeholder-opacity-25 text-base
focus:outline-none focus:ring-2 focus:ring-regular focus:ring-opacity-6 border-0
}
.input:disabled {
@apply text-regular text-opacity-60
}
.label {
@apply block text-opacity-60 text-regular-hard text-smx ml-3
}
.banner-shadow svg {
filter: drop-shadow(0 0 1px rgba(69,121,245,0.24)) drop-shadow(0 2px 4px rgba(27,10,82,0.12)) drop-shadow(0 16px 24px rgba(69,121,245,0.24)) drop-shadow(0 8px 8px rgba(69,121,245,0.12));
}
.panel {
@apply bg-white rounded-lg p-6 w-64 shadow-dark
}
.panel-title {
@apply inline text-opacity-80 text-regular-hard font-bold text-lg md:text-xl desktop:text-4xl tracking-tight align-middle -mt-7
}
.panel-description {
@apply leading-relaxed mt-5
}
.form {
@apply flex flex-col items-stretch mt-5 max-w-md gap-y-2
}
.informer {
perspective: 1000px;
@apply cursor-pointer
}
.informer-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.informer:hover .informer-inner, .informer:active .informer-inner {
transform: rotateY(180deg);
}
.informer-front, .informer-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
@apply bg-white
}
/* Style the back side */
.informer-back {
transform: rotateY(180deg);
color:black;
}
.informer-table th {
@apply text-left
}
.informer-table tr {
@apply even:bg-regular-hard even:bg-opacity-3
}
.exchanges-bubble {
@apply absolute bg-white rounded-full flex place-items-center align-middle shadow-dark transform transition duration-300 cursor-pointer
}
.exchanges-bubble.inactive {
@apply group hover:bg-black hover:bg-opacity-40
}
.exchanges-bubble.coinbase {
width:50px;
height:50px;
left:-71px;
top:15px;
}
.exchanges-bubble.gemini {
width:38px;
height:38px;
left:-84px;
top:85px;
}
.exchanges-bubble.robinhood {
width: 48px;height: 48px;left: -84px;top: 139px;
}
.exchanges-bubble.binance {
width: 40px;height: 40px;left: 139px;top: 8px;
}
.exchanges-bubble.ftx {
width: 33px;height: 33px;left: 179px;top: 70px;
}
.exchanges-bubble.etoro {
width: 35px;height: 35px;left: 159px;top: 152px;
}
@screen md {
.exchanges-bubble.coinbase {
width:144px;
height:144px;
left:-235px;
top:87px;
}
.exchanges-bubble.gemini {
width:72px;
height:72px;
left:-138px;
top:289px;
}
.exchanges-bubble.robinhood {
width: 112px;height: 112px;left: -203px;top: 426px;
}
.exchanges-bubble.binance {
width: 72px;height: 72px;left: 480px;top: 84px;
}
.exchanges-bubble.ftx {
width: 128px;height: 128px;left: 557px;top: 162px;
}
.exchanges-bubble.etoro {
width: 130px;height: 130px;left: 529px;top: 386px;
}
}
} | resources/css/app.css | @import "variables.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-opacity-80 text-regular-hard font-bold desktop:font-extrabold text-3xl desktop:text-7xl mb-7 desktop:mb-16
}
h2 {
@apply text-opacity-80 text-regular-hard font-bold md:font-extrabold text-3xl desktop:text-5xl desktop:text-4xl
}
h3 {
@apply text-opacity-80 text-regular-hard font-bold text-3xl desktop:text-4xl mb-7 desktop:mb-10
}
h4 {
@apply text-regular-hard text-opacity-60 text-base
}
h5 {
@apply text-regular-hard text-opacity-80 font-semibold text-base
}
p {
@apply text-regular-hard text-opacity-60 text-base leading-relaxed
}
input[type=checkbox] {
@apply bg-regular-hard bg-opacity-6 w-6 h-6 rounded-md border-0
}
input[type=checkbox]:focus {
@apply outline-none shadow-none
}
input[type=checkbox] + label {
@apply pl-4
}
input[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"), theme('backgroundImage.primary');
@apply shadow-primary
}
input[type=checkbox]:hover {
@apply bg-opacity-3
}
}
@layer components {
.btn {
@apply whitespace-nowrap rounded-xl py-3 px-7 font-semibold text-center w-full md:w-auto
}
.btn-xl {
@apply md:py-5 desktop:py-6 md:px-5 desktop:px-10 desktop:text-sl
}
.btn-primary {
@apply bg-primary shadow-primary hover:shadow-primary-hover active:shadow-primary-active disabled:shadow-primary-disabled disabled:text-opacity-25 text-white;
}
.btn-plain {
@apply bg-white shadow-plain hover:shadow-plain-hover active:shadow-plain-active disabled:shadow-plain-disabled disabled:text-opacity-25 text-primary;
}
.submenu-item {
@apply block px-4 py-4
}
.submenu-item:hover {
@apply font-semibold bg-regular text-regular text-opacity-100 bg-opacity-2
}
.mobile-menu-item {
@apply block text-sm px-2 py-4
}
.mobile-menu-item:hover {
@apply font-semibold bg-regular bg-opacity-2
}
.form-group {
@apply flex flex-col gap-y-1
}
.input {
@apply block bg-regular-hard bg-opacity-2 hover:bg-opacity-3 rounded-xl h-12 px-4 w-full placeholder-regular placeholder-opacity-60 disabled:placeholder-opacity-25 text-base
focus:outline-none focus:ring-2 focus:ring-regular focus:ring-opacity-6 border-0
}
.input:disabled {
@apply text-regular text-opacity-60
}
.label {
@apply block text-opacity-60 text-regular-hard text-smx ml-3
}
.banner-shadow svg {
filter: drop-shadow(0 0 1px rgba(69,121,245,0.24)) drop-shadow(0 2px 4px rgba(27,10,82,0.12)) drop-shadow(0 16px 24px rgba(69,121,245,0.24)) drop-shadow(0 8px 8px rgba(69,121,245,0.12));
}
.panel {
@apply bg-white rounded-lg p-6 w-64 shadow-dark
}
.panel-title {
@apply inline text-opacity-80 text-regular-hard font-bold text-lg md:text-xl desktop:text-4xl tracking-tight align-middle -mt-7
}
.panel-description {
@apply leading-relaxed mt-5
}
.form {
@apply flex flex-col items-stretch mt-5 max-w-md gap-y-2
}
.informer {
perspective: 1000px;
@apply cursor-pointer
}
.informer-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.informer:hover .informer-inner, .informer:active .informer-inner {
transform: rotateY(180deg);
}
.informer-front, .informer-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
@apply bg-white
}
/* Style the back side */
.informer-back {
transform: rotateY(180deg);
color:black;
}
.informer-table th {
@apply text-left
}
.informer-table tr {
@apply even:bg-regular-hard even:bg-opacity-3
}
.exchanges-bubble {
@apply absolute bg-white rounded-full flex place-items-center align-middle shadow-dark transform transition duration-300 cursor-pointer
}
.exchanges-bubble.inactive {
@apply group hover:bg-black hover:bg-opacity-40
}
.exchanges-bubble.coinbase {
width:50px;
height:50px;
left:-71px;
top:15px;
}
.exchanges-bubble.gemini {
width:38px;
height:38px;
left:-84px;
top:85px;
}
.exchanges-bubble.robinhood {
width: 48px;height: 48px;left: -84px;top: 139px;
}
.exchanges-bubble.binance {
width: 40px;height: 40px;left: 139px;top: 8px;
}
.exchanges-bubble.ftx {
width: 33px;height: 33px;left: 179px;top: 70px;
}
.exchanges-bubble.etoro {
width: 35px;height: 35px;left: 159px;top: 152px;
}
@screen md {
.exchanges-bubble.coinbase {
width:144px;
height:144px;
left:-235px;
top:87px;
}
.exchanges-bubble.gemini {
width:72px;
height:72px;
left:-138px;
top:289px;
}
.exchanges-bubble.robinhood {
width: 112px;height: 112px;left: -203px;top: 426px;
}
.exchanges-bubble.binance {
width: 72px;height: 72px;left: 480px;top: 84px;
}
.exchanges-bubble.ftx {
width: 128px;height: 128px;left: 557px;top: 162px;
}
.exchanges-bubble.etoro {
width: 130px;height: 130px;left: 529px;top: 386px;
}
}
} | 0.54577 | 0.089177 |
@font-face {
font-family: 'Objective_thin';
src: url('../fonts/Objective-Thin.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Thin.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Thin.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Thin.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_black';
src: url('../fonts/Objective-Black.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Black.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Black.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Black.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Black.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_bold';
src: url('../fonts/Objective-Bold.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Bold.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Bold.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Bold.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_light';
src: url('../fonts/Objective-Light.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Light.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Light.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Light.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_medium';
src: url('../fonts/Objective-Medium.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Medium.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Medium.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Medium.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_regular';
src: url('../fonts/Objective-Regular.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Regular.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Regular.svg#svgFontName') format('svg');
/* Legacy iOS */
}
html {
overflow-x: hidden;
}
body {
font-family: 'Objective_light';
font-weight: 300;
color: #000;
font-size: 18px;
line-height: 30px;
}
.btn:focus {
outline: 0!important;
box-shadow: inset 0 -1px 0 transparent;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-family: 'Objective_regular';
font-size: 45px;
font-weight: 400;
}
.light {
font-family: 'Objective_light';
font-weight: 300;
}
.reg {
font-family: 'Objective_medium';
font-weight: 500;
}
.bold {
font-family: 'Objective_bold';
font-weight: 700;
}
.bolder {
font-family: 'Objective_black';
font-weight: 900;
}
.my-6 {
margin-top: 7rem;
margin-bottom: 7rem;
}
.rsk-blue {
color: #009DC3;
}
.rsk-blue-two {
color: #2C9DC3;
}
.rsk-green {
color: #00B520;
}
.rsk-green-bg {
background: #00B520;
color: #fff;
}
.rsk-orange {
color: #F26122;
}
.rsk-turquoise {
color: #2ECBFF;
}
.rsk-turquoise:hover {
color: #2ECBFF;
text-decoration: none;
}
.rsk-bg-green {
background-color: #00B520;
color: white;
}
.rsk-bg-orange {
background-color: #F26122;
color: white;
}
.scrollup {
position: fixed;
bottom: 50px;
right: -10px;
color: #000;
font-size: 14px;
transform: rotate(-90deg);
opacity: 0;
transition: all 0.5s ease;
}
.scrollup.header-scrolled {
opacity: 1;
}
.scrollup:hover {
text-decoration: none;
color: #000;
}
.section {
position: relative;
}
/* nav */
button:active {
outline: none;
border: none;
}
button:focus {
outline: 0;
}
.navbar-dark .navbar-toggler {
border: none;
}
.logo {
width: 120px;
height: auto;
transition: all 0.5s ease;
}
.nav-link {
color: #fff;
font-size: 16px;
padding: 10px 15px;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link {
color: #fff;
background: #00B520;
padding: .3rem 1.5rem;
border-radius: 25px;
margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link:hover {
color: #00B520;
background: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link {
font-family: 'Objective_bold';
font-weight: 700;
}
.navbar-nav {
padding-top: 15px;
}
.navbar {
padding: 2rem 1rem .5rem;
transition: all 0.5s ease;
}
.navbar.header-scrolled {
padding: .5rem 1rem;
background: #00B520 !important;
}
.logo.header-scrolled {
width: 90px!important;
}
.CTA {
font-family: 'Objective_light';
font-weight: 300;
border: 0;
padding: 8px 30px 4px;
color: #fff !important;
font-size: 25px;
transition: 0.3s;
background: #00B520;
margin-top: 8px;
}
.CTA:hover {
text-decoration: none;
background: #FFFFFF;
color: #00B520!important;
border-color: #FFFFFF;
box-shadow: 5px 5px 5px #333333;
}
#mobile-CTA {
display: none;
}
.show_768 {
display: none;
}
.vertical-small {
max-width: 175px;
}
#languages {
position: relative;
z-index: 9;
right: 0;
top: 6px;
}
#languages .btn {
color: #FFFFFF;
}
#languages .dropdown-menu {
color: #FFFFFF;
background-color: transparent;
border: none;
}
#languages .dropdown-item,
.dropdown-item {
color: #FFFFFF;
background: transparent;
padding: .375rem .75rem;
margin-top: -5px;
width: 135px;
}
#languages .dropdown-item.header-scrolled,
.dropdown-item.header-scrolled {
background: #00B520;
}
#languages .dropdown-item:focus,
.dropdown-item:hover {
color: #FFFFFF;
background-color: transparent;
}
/*shapes*/
.home_bottom_shape {
width: 100%;
height: 200px;
background: url(../img/green_shape.png);
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
display: block;
position: relative;
top: -195px;
}
.home-shape-inv {
width: 100%;
height: 200px;
background: url(../img/white_bottom_shape.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
position: absolute;
top: 0px;
}
.bottom-shape-right {
width: 100%;
height: 200px;
background: url(../img/white_shape_inv.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
position: absolute;
bottom: 0px;
margin-bottom: -1px;
}
.home-shape-left {
width: 100%;
height: 200px;
background: url(../img/white_shape_left.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
position: absolute;
bottom: 0px;
}
.white-shape-two {
width: 100%;
height: 200px;
background: url(../img/white_shape_two.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
display: block;
position: relative;
top: 0;
margin-top: -1px;
}
.faqs_top_shape {
width: 100%;
height: 200px;
background: url(../img/participate_top_shape.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
display: block;
position: absolute;
top: -150px;
}
.exc-img {
text-align: center;
}
.exc-img img {
max-width: 80%;
}
.sub-title {
font-family: 'Objective_light';
font-weight: 300;
line-height: 50px;
font-size: 37px;
}
/*sections */
#home {
height: calc(100vh + 200px);
background: url(../img/brooke-cagle-JBwcenOuRCg-unsplash.jpg) center bottom no-repeat;
background-size: cover;
color: white;
background-position: top center;
}
.home-title {
font-size: 47px;
}
.s-title {
margin-bottom: 3rem;
font-size: 3rem;
}
.cap-row {
display: flex;
align-items: center;
position: relative;
margin-bottom: 2rem;
}
.cap {
background: #fff;
text-align: center;
border-radius: 15px;
color: #3c3c3b;
display: flex;
align-items: center;
justify-content: center;
padding: 0 1.5rem;
min-width: 105px;
}
.cap span {
vertical-align: sub;
}
.cap-small {
height: 12vh;
}
.cap-big {
height: 17vh;
width: 100%;
min-width: 130px;
}
.cap-title {
position: absolute;
color: #fff;
}
.cap-small .cap-title {
top: -4rem;
}
.cap-big .cap-title {
top: -3rem;
}
.cap-p {
margin: 0;
line-height: 22px;
}
.cap-col {
display: flex;
justify-content: center;
}
.cap-left {
justify-content: flex-start;
}
.cases img {
max-width: 100%;
max-height: 100%;
}
.cases-col {
display: flex;
justify-content: center;
}
.cases {
height: 30vh;
margin: 0 3rem;
}
#features {
padding-top: 200px;
padding-bottom: 200px;
}
.f-title {
font-family: 'Objective_light';
font-size: 3rem;
font-weight: 300;
margin-bottom: 1rem;
}
.step-col {
text-align: center;
}
.step-t {
margin-bottom: 3rem;
}
.step {
height: 12vh;
}
.step-row {
margin-bottom: 8rem;
}
.step img,
.btc-logo img {
max-height: 100%;
max-width: 100%;
}
.step-p {
margin-top: 1.5rem;
line-height: 1.4;
}
.btc-logo {
height: 20vh;
margin-bottom: 1.5rem;
}
.btc-p {
text-align: center;
padding: 0 1rem;
}
.f-list {
padding-left: 1rem;
}
.f-list-item {
margin-top: 2rem;
}
.height_one {
min-height: 50px;
}
.defi_bitcoin_img {
position: relative;
top: -70px;
}
/* MODAL */
.modal-header {
background-color: #00B520;
;
color: #FFFFFF;
padding: 0.50rem 30px;
}
.modal-title {
font-family: 'Objective_bold';
font-weight: 700;
}
.modal-header button.close {
color: #FFFFFF;
opacity: 1;
}
.modal-body,
.modal-footer {
background-color: #FDFFFD;
border-top: none!important;
}
.modal-footer button.btn.btn-secondary {
display: none;
}
.modal-footer {
justify-content: flex-start;
padding: 0 30px 15px;
}
.modal-content {
box-shadow: 0px 0px 5px #e6d8e6;
}
.hubspot-link__container.sproket {
color: #9fa0a2;
display: none;
}
.hs-button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520!important;
background-color: #00B520!important;
border-color: #00B520!important;
border-radius: 50px!important;
}
/*carousel*/
#walletCarousel.owl-theme .owl-nav {
margin-top: -90px;
}
.owl-carousel .owl-item {
opacity: 0.2;
transition: opacity 0.5s ease;
}
.owl-carousel .owl-item:hover {
opacity: 1;
}
.owl-item.active.center {
opacity: 1;
}
.company-name {
opacity: 0;
transition: opacity 0.5s ease;
position: relative;
top: -20px;
font-family: 'Objective_medium';
font-weight: 600;
color: #F26122!important;
font-size: 15px!important;
display: block;
width: 100%;
}
.company-name:hover {
text-decoration: none;
}
.rubro-name {
opacity: 0;
transition: opacity 0.5s ease;
position: relative;
top: -30px;
display: block;
width: 100%;
font-size: 12px!important;
}
.rubro-name:hover {
text-decoration: none;
}
.orange_link {
text-decoration: none;
}
.orange_link:hover {
text-decoration: none;
color: #F26122;
}
.white_link {
text-decoration: none;
color: #FFFFFF;
}
.white_link:hover {
text-decoration: none;
color: #FFFFFF;
}
.owl-carousel .owl-item:hover>.item>.company-name {
opacity: 1;
}
.owl-item.active.center>.item>.company-name {
opacity: 1;
}
.owl-carousel .owl-item:hover>.item>.rubro-name {
opacity: 1;
}
.owl-item.active.center>.item>.rubro-name {
opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
margin-left: -6px!important;
position: relative;
top: 80px;
}
.owl-carousel .owl-nav .owl-next {
margin-right: 30px!important;
position: relative;
top: 80px;
}
.controls {
display: flex;
}
.controls p {
font-size: 9px;
display: inline-block;
margin-bottom: 0px;
}
.slider-labels {
justify-content: space-between;
margin-bottom: 40px;
}
.slider-labels,
.slider .controls {
display: flex;
margin-top: 100px;
}
.slider .controls p {
margin: 0;
font-size: 14px;
}
.slider-title {
font-family: 'Objective_bold';
margin: 0;
color: #F26122;
font-weight: 700;
}
.slider .controls p {
margin-right: 10px;
}
.owl-btn {
margin-left: 10px;
margin-left: 10px;
background-color: #000;
opacity: .15;
color: #fff;
padding: 0 15px;
border-radius: 20px;
}
.owl-btn:hover {
opacity: 1;
color: #fff;
text-decoration: none;
}
.slider {
margin-bottom: 100px;
}
.rsk-btn:hover,
.rsk-btn:active {
background-color: #00B520!important;
}
.rif-btn:hover,
.rif-btn:active {
background-color: #009DC3!important;
}
.owl-carousel .item {
height: 20vh;
display: flex;
}
.owl-carousel .item img {
max-width: 60%;
max-height: 100%;
margin: 0 auto;
}
.owl-carousel .item a {
align-self: center;
margin: 0 auto;
font-size: 14px;
color: #000;
text-align: center;
}
#square-fix {
padding: 0 30px;
}
.owl-nav {
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
top: 30%;
margin: 0;
}
.owl-prev span,
.owl-next span {
display: none;
}
.owl-prev::after,
.owl-next::after,
.a-step-one:after,
.a-step-two:after {
transform: scale(0.6);
position: absolute;
top: 0;
}
.a-step-one:after,
.a-step-two:after {
top: 10%;
}
.owl-prev::after {
content: url('../img/prev-arrow.png');
width: 32px;
height: 36px;
}
.owl-next::after {
content: url('../img/next-arrow.png');
}
.a-step-one:after,
.a-step-two:after {
content: url('../img/next-arrow-white.png');
}
#stats-carousel.owl-carousel .item img {
max-width: 90px;
max-height: 90px;
width: auto;
height: auto;
margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
background: none;
}
.owl-dots {
margin-top: 1rem;
}
#walletCarousel.owl-theme .owl-dots .owl-dot.active span,
#walletCarousel.owl-theme .owl-dots .owl-dot:hover span {
background: #00b520;
}
#walletCarousel.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 3px;
}
/*buttons*/
.green-button {
background: #00B520;
}
.orange-button {
background: #F26122;
}
.blue-button {
background: #009DC3;
}
.green-button,
.orange-button,
.blue-button {
font-family: 'Objective_bold';
font-weight: 700;
border: 0;
border-radius: 50px;
padding: 8px 30px;
color: #fff !important;
font-size: 18px;
transition: 0.3s;
margin-right: 30px;
}
.green-button:hover,
.orange-button:hover,
.blue-button:hover {
text-decoration: none;
}
.button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520;
}
.footer-button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520;
}
.japones .footer-button {
padding: 8px 10px;
}
.footer-button:hover {
text-decoration: none;
}
.rounded {
border-radius: 50px!important;
}
/*footer*/
#footer {
font-size: 16px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
#footer::before {
content: '';
width: 100%;
height: 200px;
background: url(../img/black_shape.png);
background-position: center bottom;
position: relative;
z-index: 0;
background-size: contain;
top: 0;
margin-bottom: -1px;
display: block;
background-repeat: no-repeat;
}
.powered_by {
width: 250px;
height: auto;
margin-bottom: 30px;
}
#footer .footer-top {
padding: 60px 0 30px 0;
background: black;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info p {
line-height: 28px;
margin-bottom: 0;
color: white;
}
#footer .footer-top .social-links {
margin-top: 30px;
float: right;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: white;
color: black;
line-height: 1;
padding: 6px 0;
margin-right: 8px;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: white;
color: black;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #413e66;
text-transform: uppercase;
position: relative;
padding-bottom: 10px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul li {
padding: 6px 0;
margin-bottom: 8px;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
color: white;
}
#footer .footer-top .footer-links ul a {
color: white;
}
#footer .footer-top .footer-links ul li a {
line-height: 20px;
display: block;
}
#footer .footer-top .footer-links ul a:hover {
color: white;
text-decoration: none;
}
#footer .footer-top .footer-links .sub-item-footer {
padding: 0 0 0px 15px !important;
font-style: italic;
margin-bottom: 6px;
}
.negbottom {
margin-bottom: 0px!important;
}
.mb-30 {
display: block;
margin-bottom: 30px;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
line-height: 26px;
}
#footer .copyright {
text-align: left;
padding-top: 30px;
color: white;
font-size: 12px;
padding: 0px;
margin: 30px 0px 0px 0px;
}
#footer .credits {
text-align: right;
font-size: 12px;
padding-top: 4px;
color: #00B520;
padding: 0px;
margin: 30px 0px 0px 0px;
}
#footer .credits a {
color: #1bb1dc;
}
#footer .credits a:hover {
color: #0a98c0;
}
/* media queries*/
@media (min-width: 375px) {
.white-shape-two,
.home-shape-inv,
.bottom-shape-right {
height: 15vh;
}
#tools,
#why {
padding-bottom: 10vh;
}
/* #footer::before {
height: 7vh;
}*/
.cap-left .cap-p {
margin-left: 0;
min-width: 62px;
}
.cap {
padding: 0 1rem;
}
}
@media (min-width: 540px) {
.white-shape-two,
.home-shape-inv,
.bottom-shape-right {
height: 201px;
}
}
@media (min-width: 765px) {
#footer::before {
height: 200px;
}
#why {
padding-bottom: 200px;
}
#tools {
padding-bottom: 150px;
}
}
@media (min-width: 991px) {
.cap-left .cap-p {
margin-left: 25px;
}
}
@media (max-width: 1200px) {
.falsebreak_two {
display: none;
}
}
@media (max-width: 991px) {
#header-CTA {
display: none;
}
#mobile-CTA {
display: inline-block;
}
.defi_bitcoin_img {
top: inherit;
max-width: 500px;
}
#home-text {
padding-left: 0px;
}
.custom-toggler .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(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler .navbar-toggler-icon.header-scrolled {
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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link {
color: #FFF;
padding: 5px 15px;
}
.falsebreak {
display: none;
}
#home {
height: 100vh;
background-size: cover;
background-position: center bottom:
}
.cap-rows {
margin-top: 5rem;
}
#tools.brand {
padding-top: 10vh;
}
.btc-logo {
height: 15vh;
}
.step-col {
margin-bottom: 2rem;
}
.cases {
height: 23vh;
margin: 0;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link {
text-align: center;
margin: 0;
}
#features {
padding-top: 7vh;
padding-bottom: 7vh;
}
.a-step-one:after,
.a-step-two:after {
display: none;
}
.cap-left {
padding: 0;
}
}
@media screen and (max-width: 768px) {
#why {
padding-bottom: 150px;
}
.hide_768 {
display: none;
}
.show_768 {
display: block;
}
.step-dg {
max-width: 175px;
}
}
@media (max-width: 576px) {
#home-text {
padding-left: 15px;
}
.home-title {
font-size: 35px;
}
.sub-title {
font-family: 'Objective_light';
font-weight: 300;
line-height: 30px;
font-size: 25px;
}
.defi_bitcoin_img {
max-width: 100%;
}
}
@media (max-width: 375px) {
#tools{padding-bottom:100px;}
.white-shape-two {
height: 100px;}
}
}
@media screen and (min-width: 1900px) {
.home_bottom_shape {
background-size: cover;
background-position: top right;
top: -195px;
}
.process_bottom_shape {
background-size: cover;
height: 250px;
background-position: bottom left;
bottom: -5px;
}
.faqs_top_shape {
top: -185px;
}
#footer::before {
top: 50px;
}
.white-shape-two,
.home-shape-inv,
.bottom-shape-right,
.home-shape-left,
#footer::before {
background-size: cover;
height: 260px;
}
}
@media screen and (min-width: 2560px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -300px;
}
}
@media screen and (min-width: 3200px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -190px;
}
}
@media screen and (min-width: 3840px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -190px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
align-items: center;
}
} | defi/css/styles.css | @font-face {
font-family: 'Objective_thin';
src: url('../fonts/Objective-Thin.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Thin.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Thin.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Thin.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_black';
src: url('../fonts/Objective-Black.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Black.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Black.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Black.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Black.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_bold';
src: url('../fonts/Objective-Bold.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Bold.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Bold.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Bold.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_light';
src: url('../fonts/Objective-Light.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Light.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Light.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Light.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_medium';
src: url('../fonts/Objective-Medium.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Medium.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Medium.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Medium.svg#svgFontName') format('svg');
/* Legacy iOS */
}
@font-face {
font-family: 'Objective_regular';
src: url('../fonts/Objective-Regular.eot');
/* IE9 Compat Modes */
src: url('../fonts/Objective-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Objective-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Objective-Regular.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Objective-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Objective-Regular.svg#svgFontName') format('svg');
/* Legacy iOS */
}
html {
overflow-x: hidden;
}
body {
font-family: 'Objective_light';
font-weight: 300;
color: #000;
font-size: 18px;
line-height: 30px;
}
.btn:focus {
outline: 0!important;
box-shadow: inset 0 -1px 0 transparent;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-family: 'Objective_regular';
font-size: 45px;
font-weight: 400;
}
.light {
font-family: 'Objective_light';
font-weight: 300;
}
.reg {
font-family: 'Objective_medium';
font-weight: 500;
}
.bold {
font-family: 'Objective_bold';
font-weight: 700;
}
.bolder {
font-family: 'Objective_black';
font-weight: 900;
}
.my-6 {
margin-top: 7rem;
margin-bottom: 7rem;
}
.rsk-blue {
color: #009DC3;
}
.rsk-blue-two {
color: #2C9DC3;
}
.rsk-green {
color: #00B520;
}
.rsk-green-bg {
background: #00B520;
color: #fff;
}
.rsk-orange {
color: #F26122;
}
.rsk-turquoise {
color: #2ECBFF;
}
.rsk-turquoise:hover {
color: #2ECBFF;
text-decoration: none;
}
.rsk-bg-green {
background-color: #00B520;
color: white;
}
.rsk-bg-orange {
background-color: #F26122;
color: white;
}
.scrollup {
position: fixed;
bottom: 50px;
right: -10px;
color: #000;
font-size: 14px;
transform: rotate(-90deg);
opacity: 0;
transition: all 0.5s ease;
}
.scrollup.header-scrolled {
opacity: 1;
}
.scrollup:hover {
text-decoration: none;
color: #000;
}
.section {
position: relative;
}
/* nav */
button:active {
outline: none;
border: none;
}
button:focus {
outline: 0;
}
.navbar-dark .navbar-toggler {
border: none;
}
.logo {
width: 120px;
height: auto;
transition: all 0.5s ease;
}
.nav-link {
color: #fff;
font-size: 16px;
padding: 10px 15px;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link {
color: #fff;
background: #00B520;
padding: .3rem 1.5rem;
border-radius: 25px;
margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link:hover {
color: #00B520;
background: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link {
font-family: 'Objective_bold';
font-weight: 700;
}
.navbar-nav {
padding-top: 15px;
}
.navbar {
padding: 2rem 1rem .5rem;
transition: all 0.5s ease;
}
.navbar.header-scrolled {
padding: .5rem 1rem;
background: #00B520 !important;
}
.logo.header-scrolled {
width: 90px!important;
}
.CTA {
font-family: 'Objective_light';
font-weight: 300;
border: 0;
padding: 8px 30px 4px;
color: #fff !important;
font-size: 25px;
transition: 0.3s;
background: #00B520;
margin-top: 8px;
}
.CTA:hover {
text-decoration: none;
background: #FFFFFF;
color: #00B520!important;
border-color: #FFFFFF;
box-shadow: 5px 5px 5px #333333;
}
#mobile-CTA {
display: none;
}
.show_768 {
display: none;
}
.vertical-small {
max-width: 175px;
}
#languages {
position: relative;
z-index: 9;
right: 0;
top: 6px;
}
#languages .btn {
color: #FFFFFF;
}
#languages .dropdown-menu {
color: #FFFFFF;
background-color: transparent;
border: none;
}
#languages .dropdown-item,
.dropdown-item {
color: #FFFFFF;
background: transparent;
padding: .375rem .75rem;
margin-top: -5px;
width: 135px;
}
#languages .dropdown-item.header-scrolled,
.dropdown-item.header-scrolled {
background: #00B520;
}
#languages .dropdown-item:focus,
.dropdown-item:hover {
color: #FFFFFF;
background-color: transparent;
}
/*shapes*/
.home_bottom_shape {
width: 100%;
height: 200px;
background: url(../img/green_shape.png);
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
display: block;
position: relative;
top: -195px;
}
.home-shape-inv {
width: 100%;
height: 200px;
background: url(../img/white_bottom_shape.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
position: absolute;
top: 0px;
}
.bottom-shape-right {
width: 100%;
height: 200px;
background: url(../img/white_shape_inv.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
position: absolute;
bottom: 0px;
margin-bottom: -1px;
}
.home-shape-left {
width: 100%;
height: 200px;
background: url(../img/white_shape_left.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
position: absolute;
bottom: 0px;
}
.white-shape-two {
width: 100%;
height: 200px;
background: url(../img/white_shape_two.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
display: block;
position: relative;
top: 0;
margin-top: -1px;
}
.faqs_top_shape {
width: 100%;
height: 200px;
background: url(../img/participate_top_shape.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
display: block;
position: absolute;
top: -150px;
}
.exc-img {
text-align: center;
}
.exc-img img {
max-width: 80%;
}
.sub-title {
font-family: 'Objective_light';
font-weight: 300;
line-height: 50px;
font-size: 37px;
}
/*sections */
#home {
height: calc(100vh + 200px);
background: url(../img/brooke-cagle-JBwcenOuRCg-unsplash.jpg) center bottom no-repeat;
background-size: cover;
color: white;
background-position: top center;
}
.home-title {
font-size: 47px;
}
.s-title {
margin-bottom: 3rem;
font-size: 3rem;
}
.cap-row {
display: flex;
align-items: center;
position: relative;
margin-bottom: 2rem;
}
.cap {
background: #fff;
text-align: center;
border-radius: 15px;
color: #3c3c3b;
display: flex;
align-items: center;
justify-content: center;
padding: 0 1.5rem;
min-width: 105px;
}
.cap span {
vertical-align: sub;
}
.cap-small {
height: 12vh;
}
.cap-big {
height: 17vh;
width: 100%;
min-width: 130px;
}
.cap-title {
position: absolute;
color: #fff;
}
.cap-small .cap-title {
top: -4rem;
}
.cap-big .cap-title {
top: -3rem;
}
.cap-p {
margin: 0;
line-height: 22px;
}
.cap-col {
display: flex;
justify-content: center;
}
.cap-left {
justify-content: flex-start;
}
.cases img {
max-width: 100%;
max-height: 100%;
}
.cases-col {
display: flex;
justify-content: center;
}
.cases {
height: 30vh;
margin: 0 3rem;
}
#features {
padding-top: 200px;
padding-bottom: 200px;
}
.f-title {
font-family: 'Objective_light';
font-size: 3rem;
font-weight: 300;
margin-bottom: 1rem;
}
.step-col {
text-align: center;
}
.step-t {
margin-bottom: 3rem;
}
.step {
height: 12vh;
}
.step-row {
margin-bottom: 8rem;
}
.step img,
.btc-logo img {
max-height: 100%;
max-width: 100%;
}
.step-p {
margin-top: 1.5rem;
line-height: 1.4;
}
.btc-logo {
height: 20vh;
margin-bottom: 1.5rem;
}
.btc-p {
text-align: center;
padding: 0 1rem;
}
.f-list {
padding-left: 1rem;
}
.f-list-item {
margin-top: 2rem;
}
.height_one {
min-height: 50px;
}
.defi_bitcoin_img {
position: relative;
top: -70px;
}
/* MODAL */
.modal-header {
background-color: #00B520;
;
color: #FFFFFF;
padding: 0.50rem 30px;
}
.modal-title {
font-family: 'Objective_bold';
font-weight: 700;
}
.modal-header button.close {
color: #FFFFFF;
opacity: 1;
}
.modal-body,
.modal-footer {
background-color: #FDFFFD;
border-top: none!important;
}
.modal-footer button.btn.btn-secondary {
display: none;
}
.modal-footer {
justify-content: flex-start;
padding: 0 30px 15px;
}
.modal-content {
box-shadow: 0px 0px 5px #e6d8e6;
}
.hubspot-link__container.sproket {
color: #9fa0a2;
display: none;
}
.hs-button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520!important;
background-color: #00B520!important;
border-color: #00B520!important;
border-radius: 50px!important;
}
/*carousel*/
#walletCarousel.owl-theme .owl-nav {
margin-top: -90px;
}
.owl-carousel .owl-item {
opacity: 0.2;
transition: opacity 0.5s ease;
}
.owl-carousel .owl-item:hover {
opacity: 1;
}
.owl-item.active.center {
opacity: 1;
}
.company-name {
opacity: 0;
transition: opacity 0.5s ease;
position: relative;
top: -20px;
font-family: 'Objective_medium';
font-weight: 600;
color: #F26122!important;
font-size: 15px!important;
display: block;
width: 100%;
}
.company-name:hover {
text-decoration: none;
}
.rubro-name {
opacity: 0;
transition: opacity 0.5s ease;
position: relative;
top: -30px;
display: block;
width: 100%;
font-size: 12px!important;
}
.rubro-name:hover {
text-decoration: none;
}
.orange_link {
text-decoration: none;
}
.orange_link:hover {
text-decoration: none;
color: #F26122;
}
.white_link {
text-decoration: none;
color: #FFFFFF;
}
.white_link:hover {
text-decoration: none;
color: #FFFFFF;
}
.owl-carousel .owl-item:hover>.item>.company-name {
opacity: 1;
}
.owl-item.active.center>.item>.company-name {
opacity: 1;
}
.owl-carousel .owl-item:hover>.item>.rubro-name {
opacity: 1;
}
.owl-item.active.center>.item>.rubro-name {
opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
margin-left: -6px!important;
position: relative;
top: 80px;
}
.owl-carousel .owl-nav .owl-next {
margin-right: 30px!important;
position: relative;
top: 80px;
}
.controls {
display: flex;
}
.controls p {
font-size: 9px;
display: inline-block;
margin-bottom: 0px;
}
.slider-labels {
justify-content: space-between;
margin-bottom: 40px;
}
.slider-labels,
.slider .controls {
display: flex;
margin-top: 100px;
}
.slider .controls p {
margin: 0;
font-size: 14px;
}
.slider-title {
font-family: 'Objective_bold';
margin: 0;
color: #F26122;
font-weight: 700;
}
.slider .controls p {
margin-right: 10px;
}
.owl-btn {
margin-left: 10px;
margin-left: 10px;
background-color: #000;
opacity: .15;
color: #fff;
padding: 0 15px;
border-radius: 20px;
}
.owl-btn:hover {
opacity: 1;
color: #fff;
text-decoration: none;
}
.slider {
margin-bottom: 100px;
}
.rsk-btn:hover,
.rsk-btn:active {
background-color: #00B520!important;
}
.rif-btn:hover,
.rif-btn:active {
background-color: #009DC3!important;
}
.owl-carousel .item {
height: 20vh;
display: flex;
}
.owl-carousel .item img {
max-width: 60%;
max-height: 100%;
margin: 0 auto;
}
.owl-carousel .item a {
align-self: center;
margin: 0 auto;
font-size: 14px;
color: #000;
text-align: center;
}
#square-fix {
padding: 0 30px;
}
.owl-nav {
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
top: 30%;
margin: 0;
}
.owl-prev span,
.owl-next span {
display: none;
}
.owl-prev::after,
.owl-next::after,
.a-step-one:after,
.a-step-two:after {
transform: scale(0.6);
position: absolute;
top: 0;
}
.a-step-one:after,
.a-step-two:after {
top: 10%;
}
.owl-prev::after {
content: url('../img/prev-arrow.png');
width: 32px;
height: 36px;
}
.owl-next::after {
content: url('../img/next-arrow.png');
}
.a-step-one:after,
.a-step-two:after {
content: url('../img/next-arrow-white.png');
}
#stats-carousel.owl-carousel .item img {
max-width: 90px;
max-height: 90px;
width: auto;
height: auto;
margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
background: none;
}
.owl-dots {
margin-top: 1rem;
}
#walletCarousel.owl-theme .owl-dots .owl-dot.active span,
#walletCarousel.owl-theme .owl-dots .owl-dot:hover span {
background: #00b520;
}
#walletCarousel.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 3px;
}
/*buttons*/
.green-button {
background: #00B520;
}
.orange-button {
background: #F26122;
}
.blue-button {
background: #009DC3;
}
.green-button,
.orange-button,
.blue-button {
font-family: 'Objective_bold';
font-weight: 700;
border: 0;
border-radius: 50px;
padding: 8px 30px;
color: #fff !important;
font-size: 18px;
transition: 0.3s;
margin-right: 30px;
}
.green-button:hover,
.orange-button:hover,
.blue-button:hover {
text-decoration: none;
}
.button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520;
}
.footer-button {
font-family: 'Open Sans', sans-serif!important;
font-weight: 600;
border: 0;
padding: 8px 30px;
color: #fff !important;
font-size: 14px;
transition: 0.3s;
background: #00B520;
}
.japones .footer-button {
padding: 8px 10px;
}
.footer-button:hover {
text-decoration: none;
}
.rounded {
border-radius: 50px!important;
}
/*footer*/
#footer {
font-size: 16px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
#footer::before {
content: '';
width: 100%;
height: 200px;
background: url(../img/black_shape.png);
background-position: center bottom;
position: relative;
z-index: 0;
background-size: contain;
top: 0;
margin-bottom: -1px;
display: block;
background-repeat: no-repeat;
}
.powered_by {
width: 250px;
height: auto;
margin-bottom: 30px;
}
#footer .footer-top {
padding: 60px 0 30px 0;
background: black;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info p {
line-height: 28px;
margin-bottom: 0;
color: white;
}
#footer .footer-top .social-links {
margin-top: 30px;
float: right;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: white;
color: black;
line-height: 1;
padding: 6px 0;
margin-right: 8px;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: white;
color: black;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #413e66;
text-transform: uppercase;
position: relative;
padding-bottom: 10px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul li {
padding: 6px 0;
margin-bottom: 8px;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
color: white;
}
#footer .footer-top .footer-links ul a {
color: white;
}
#footer .footer-top .footer-links ul li a {
line-height: 20px;
display: block;
}
#footer .footer-top .footer-links ul a:hover {
color: white;
text-decoration: none;
}
#footer .footer-top .footer-links .sub-item-footer {
padding: 0 0 0px 15px !important;
font-style: italic;
margin-bottom: 6px;
}
.negbottom {
margin-bottom: 0px!important;
}
.mb-30 {
display: block;
margin-bottom: 30px;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
line-height: 26px;
}
#footer .copyright {
text-align: left;
padding-top: 30px;
color: white;
font-size: 12px;
padding: 0px;
margin: 30px 0px 0px 0px;
}
#footer .credits {
text-align: right;
font-size: 12px;
padding-top: 4px;
color: #00B520;
padding: 0px;
margin: 30px 0px 0px 0px;
}
#footer .credits a {
color: #1bb1dc;
}
#footer .credits a:hover {
color: #0a98c0;
}
/* media queries*/
@media (min-width: 375px) {
.white-shape-two,
.home-shape-inv,
.bottom-shape-right {
height: 15vh;
}
#tools,
#why {
padding-bottom: 10vh;
}
/* #footer::before {
height: 7vh;
}*/
.cap-left .cap-p {
margin-left: 0;
min-width: 62px;
}
.cap {
padding: 0 1rem;
}
}
@media (min-width: 540px) {
.white-shape-two,
.home-shape-inv,
.bottom-shape-right {
height: 201px;
}
}
@media (min-width: 765px) {
#footer::before {
height: 200px;
}
#why {
padding-bottom: 200px;
}
#tools {
padding-bottom: 150px;
}
}
@media (min-width: 991px) {
.cap-left .cap-p {
margin-left: 25px;
}
}
@media (max-width: 1200px) {
.falsebreak_two {
display: none;
}
}
@media (max-width: 991px) {
#header-CTA {
display: none;
}
#mobile-CTA {
display: inline-block;
}
.defi_bitcoin_img {
top: inherit;
max-width: 500px;
}
#home-text {
padding-left: 0px;
}
.custom-toggler .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(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler .navbar-toggler-icon.header-scrolled {
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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link {
color: #FFF;
padding: 5px 15px;
}
.falsebreak {
display: none;
}
#home {
height: 100vh;
background-size: cover;
background-position: center bottom:
}
.cap-rows {
margin-top: 5rem;
}
#tools.brand {
padding-top: 10vh;
}
.btc-logo {
height: 15vh;
}
.step-col {
margin-bottom: 2rem;
}
.cases {
height: 23vh;
margin: 0;
}
.navbar-expand-lg .navbar-nav .btn-item .nav-link {
text-align: center;
margin: 0;
}
#features {
padding-top: 7vh;
padding-bottom: 7vh;
}
.a-step-one:after,
.a-step-two:after {
display: none;
}
.cap-left {
padding: 0;
}
}
@media screen and (max-width: 768px) {
#why {
padding-bottom: 150px;
}
.hide_768 {
display: none;
}
.show_768 {
display: block;
}
.step-dg {
max-width: 175px;
}
}
@media (max-width: 576px) {
#home-text {
padding-left: 15px;
}
.home-title {
font-size: 35px;
}
.sub-title {
font-family: 'Objective_light';
font-weight: 300;
line-height: 30px;
font-size: 25px;
}
.defi_bitcoin_img {
max-width: 100%;
}
}
@media (max-width: 375px) {
#tools{padding-bottom:100px;}
.white-shape-two {
height: 100px;}
}
}
@media screen and (min-width: 1900px) {
.home_bottom_shape {
background-size: cover;
background-position: top right;
top: -195px;
}
.process_bottom_shape {
background-size: cover;
height: 250px;
background-position: bottom left;
bottom: -5px;
}
.faqs_top_shape {
top: -185px;
}
#footer::before {
top: 50px;
}
.white-shape-two,
.home-shape-inv,
.bottom-shape-right,
.home-shape-left,
#footer::before {
background-size: cover;
height: 260px;
}
}
@media screen and (min-width: 2560px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -300px;
}
}
@media screen and (min-width: 3200px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -190px;
}
}
@media screen and (min-width: 3840px) {
.home_bottom_shape {
background-size: 150%;
background-position: top left;
top: -190px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
align-items: center;
}
} | 0.330363 | 0.044369 |
:root {
--bt: 4px;
}
.marginTop1 {
margin-top: calc(var(--bt) * 1);
}
.marginRight1 {
margin-right: calc(var(--bt) * 1);
}
.marginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.marginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.marginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.marginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.marginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.marginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.paddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.paddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.marginTop2 {
margin-top: calc(var(--bt) * 2);
}
.marginRight2 {
margin-right: calc(var(--bt) * 2);
}
.marginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.marginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.marginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.marginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.marginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.marginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.paddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.paddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.marginTop3 {
margin-top: calc(var(--bt) * 3);
}
.marginRight3 {
margin-right: calc(var(--bt) * 3);
}
.marginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.marginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.marginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.marginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.marginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.marginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.paddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.paddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.marginTop4 {
margin-top: calc(var(--bt) * 4);
}
.marginRight4 {
margin-right: calc(var(--bt) * 4);
}
.marginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.marginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.marginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.marginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.marginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.marginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.paddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.paddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.marginTop5 {
margin-top: calc(var(--bt) * 5);
}
.marginRight5 {
margin-right: calc(var(--bt) * 5);
}
.marginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.marginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.marginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.marginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.marginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.marginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.paddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.paddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.marginTop6 {
margin-top: calc(var(--bt) * 6);
}
.marginRight6 {
margin-right: calc(var(--bt) * 6);
}
.marginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.marginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.marginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.marginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.marginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.marginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.paddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.paddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.marginTop7 {
margin-top: calc(var(--bt) * 7);
}
.marginRight7 {
margin-right: calc(var(--bt) * 7);
}
.marginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.marginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.marginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.marginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.marginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.marginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.paddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.paddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.marginTop8 {
margin-top: calc(var(--bt) * 8);
}
.marginRight8 {
margin-right: calc(var(--bt) * 8);
}
.marginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.marginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.marginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.marginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.marginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.marginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.paddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.paddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.marginTop9 {
margin-top: calc(var(--bt) * 9);
}
.marginRight9 {
margin-right: calc(var(--bt) * 9);
}
.marginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.marginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.marginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.marginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.marginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.marginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.paddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.paddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.marginTop10 {
margin-top: calc(var(--bt) * 10);
}
.marginRight10 {
margin-right: calc(var(--bt) * 10);
}
.marginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.marginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.marginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.marginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.marginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.marginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.paddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.paddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.marginTop11 {
margin-top: calc(var(--bt) * 11);
}
.marginRight11 {
margin-right: calc(var(--bt) * 11);
}
.marginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.marginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.marginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.marginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.marginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.marginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.paddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.paddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.marginTop12 {
margin-top: calc(var(--bt) * 12);
}
.marginRight12 {
margin-right: calc(var(--bt) * 12);
}
.marginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.marginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.marginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.marginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.marginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.marginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.paddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.paddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
@media (--sm) {
.smMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.smMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.smMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.smMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.smMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.smMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.smMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.smMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.smPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.smPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.smMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.smMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.smMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.smMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.smMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.smMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.smMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.smMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.smPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.smPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.smMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.smMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.smMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.smMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.smMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.smMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.smMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.smMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.smPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.smPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.smMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.smMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.smMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.smMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.smMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.smMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.smMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.smMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.smPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.smPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.smMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.smMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.smMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.smMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.smMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.smMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.smMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.smMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.smPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.smPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.smMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.smMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.smMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.smMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.smMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.smMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.smMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.smMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.smPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.smPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.smMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.smMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.smMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.smMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.smMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.smMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.smMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.smMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.smPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.smPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.smMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.smMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.smMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.smMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.smMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.smMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.smMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.smMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.smPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.smPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.smMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.smMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.smMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.smMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.smMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.smMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.smMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.smMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.smPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.smPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.smMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.smMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.smMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.smMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.smMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.smMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.smMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.smMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.smPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.smPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.smMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.smMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.smMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.smMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.smMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.smMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.smMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.smMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.smPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.smPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.smMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.smMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.smMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.smMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.smMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.smMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.smMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.smMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.smPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.smPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
}
@media (--md) {
.mdMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.mdMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.mdMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.mdMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.mdMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.mdMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.mdMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.mdMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.mdPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.mdPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.mdMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.mdMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.mdMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.mdMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.mdMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.mdMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.mdMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.mdMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.mdPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.mdPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.mdMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.mdMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.mdMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.mdMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.mdMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.mdMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.mdMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.mdMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.mdPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.mdPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.mdMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.mdMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.mdMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.mdMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.mdMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.mdMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.mdMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.mdMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.mdPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.mdPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.mdMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.mdMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.mdMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.mdMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.mdMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.mdMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.mdMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.mdMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.mdPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.mdPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.mdMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.mdMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.mdMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.mdMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.mdMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.mdMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.mdMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.mdMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.mdPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.mdPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.mdMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.mdMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.mdMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.mdMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.mdMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.mdMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.mdMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.mdMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.mdPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.mdPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.mdMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.mdMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.mdMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.mdMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.mdMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.mdMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.mdMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.mdMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.mdPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.mdPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.mdMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.mdMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.mdMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.mdMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.mdMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.mdMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.mdMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.mdMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.mdPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.mdPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.mdMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.mdMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.mdMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.mdMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.mdMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.mdMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.mdMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.mdMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.mdPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.mdPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.mdMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.mdMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.mdMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.mdMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.mdMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.mdMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.mdMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.mdMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.mdPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.mdPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.mdMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.mdMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.mdMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.mdMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.mdMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.mdMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.mdMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.mdMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.mdPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.mdPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
}
@media (--lg) {
.lgMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.lgMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.lgMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.lgMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.lgMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.lgMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.lgMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.lgMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.lgPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.lgPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.lgMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.lgMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.lgMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.lgMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.lgMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.lgMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.lgMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.lgMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.lgPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.lgPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.lgMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.lgMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.lgMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.lgMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.lgMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.lgMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.lgMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.lgMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.lgPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.lgPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.lgMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.lgMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.lgMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.lgMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.lgMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.lgMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.lgMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.lgMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.lgPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.lgPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.lgMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.lgMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.lgMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.lgMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.lgMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.lgMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.lgMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.lgMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.lgPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.lgPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.lgMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.lgMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.lgMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.lgMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.lgMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.lgMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.lgMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.lgMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.lgPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.lgPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.lgMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.lgMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.lgMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.lgMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.lgMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.lgMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.lgMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.lgMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.lgPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.lgPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.lgMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.lgMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.lgMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.lgMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.lgMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.lgMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.lgMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.lgMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.lgPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.lgPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.lgMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.lgMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.lgMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.lgMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.lgMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.lgMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.lgMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.lgMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.lgPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.lgPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.lgMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.lgMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.lgMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.lgMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.lgMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.lgMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.lgMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.lgMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.lgPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.lgPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.lgMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.lgMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.lgMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.lgMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.lgMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.lgMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.lgMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.lgMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.lgPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.lgPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.lgMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.lgMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.lgMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.lgMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.lgMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.lgMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.lgMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.lgMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.lgPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.lgPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
} | packages/gestalt/src/Box/whitespace.css | :root {
--bt: 4px;
}
.marginTop1 {
margin-top: calc(var(--bt) * 1);
}
.marginRight1 {
margin-right: calc(var(--bt) * 1);
}
.marginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.marginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.marginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.marginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.marginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.marginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.paddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.paddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.marginTop2 {
margin-top: calc(var(--bt) * 2);
}
.marginRight2 {
margin-right: calc(var(--bt) * 2);
}
.marginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.marginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.marginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.marginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.marginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.marginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.paddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.paddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.marginTop3 {
margin-top: calc(var(--bt) * 3);
}
.marginRight3 {
margin-right: calc(var(--bt) * 3);
}
.marginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.marginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.marginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.marginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.marginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.marginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.paddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.paddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.marginTop4 {
margin-top: calc(var(--bt) * 4);
}
.marginRight4 {
margin-right: calc(var(--bt) * 4);
}
.marginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.marginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.marginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.marginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.marginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.marginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.paddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.paddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.marginTop5 {
margin-top: calc(var(--bt) * 5);
}
.marginRight5 {
margin-right: calc(var(--bt) * 5);
}
.marginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.marginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.marginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.marginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.marginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.marginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.paddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.paddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.marginTop6 {
margin-top: calc(var(--bt) * 6);
}
.marginRight6 {
margin-right: calc(var(--bt) * 6);
}
.marginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.marginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.marginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.marginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.marginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.marginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.paddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.paddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.marginTop7 {
margin-top: calc(var(--bt) * 7);
}
.marginRight7 {
margin-right: calc(var(--bt) * 7);
}
.marginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.marginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.marginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.marginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.marginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.marginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.paddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.paddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.marginTop8 {
margin-top: calc(var(--bt) * 8);
}
.marginRight8 {
margin-right: calc(var(--bt) * 8);
}
.marginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.marginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.marginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.marginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.marginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.marginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.paddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.paddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.marginTop9 {
margin-top: calc(var(--bt) * 9);
}
.marginRight9 {
margin-right: calc(var(--bt) * 9);
}
.marginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.marginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.marginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.marginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.marginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.marginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.paddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.paddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.marginTop10 {
margin-top: calc(var(--bt) * 10);
}
.marginRight10 {
margin-right: calc(var(--bt) * 10);
}
.marginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.marginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.marginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.marginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.marginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.marginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.paddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.paddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.marginTop11 {
margin-top: calc(var(--bt) * 11);
}
.marginRight11 {
margin-right: calc(var(--bt) * 11);
}
.marginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.marginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.marginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.marginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.marginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.marginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.paddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.paddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.marginTop12 {
margin-top: calc(var(--bt) * 12);
}
.marginRight12 {
margin-right: calc(var(--bt) * 12);
}
.marginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.marginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.marginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.marginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.marginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.marginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.paddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.paddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
@media (--sm) {
.smMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.smMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.smMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.smMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.smMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.smMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.smMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.smMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.smPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.smPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.smMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.smMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.smMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.smMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.smMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.smMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.smMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.smMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.smPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.smPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.smMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.smMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.smMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.smMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.smMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.smMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.smMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.smMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.smPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.smPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.smMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.smMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.smMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.smMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.smMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.smMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.smMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.smMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.smPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.smPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.smMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.smMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.smMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.smMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.smMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.smMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.smMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.smMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.smPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.smPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.smMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.smMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.smMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.smMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.smMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.smMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.smMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.smMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.smPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.smPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.smMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.smMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.smMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.smMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.smMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.smMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.smMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.smMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.smPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.smPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.smMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.smMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.smMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.smMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.smMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.smMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.smMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.smMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.smPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.smPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.smMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.smMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.smMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.smMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.smMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.smMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.smMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.smMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.smPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.smPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.smMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.smMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.smMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.smMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.smMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.smMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.smMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.smMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.smPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.smPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.smMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.smMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.smMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.smMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.smMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.smMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.smMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.smMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.smPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.smPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.smMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.smMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.smMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.smMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.smMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.smMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.smMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.smMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.smPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.smPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
}
@media (--md) {
.mdMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.mdMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.mdMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.mdMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.mdMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.mdMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.mdMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.mdMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.mdPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.mdPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.mdMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.mdMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.mdMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.mdMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.mdMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.mdMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.mdMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.mdMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.mdPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.mdPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.mdMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.mdMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.mdMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.mdMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.mdMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.mdMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.mdMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.mdMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.mdPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.mdPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.mdMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.mdMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.mdMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.mdMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.mdMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.mdMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.mdMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.mdMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.mdPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.mdPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.mdMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.mdMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.mdMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.mdMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.mdMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.mdMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.mdMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.mdMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.mdPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.mdPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.mdMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.mdMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.mdMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.mdMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.mdMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.mdMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.mdMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.mdMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.mdPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.mdPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.mdMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.mdMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.mdMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.mdMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.mdMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.mdMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.mdMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.mdMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.mdPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.mdPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.mdMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.mdMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.mdMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.mdMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.mdMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.mdMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.mdMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.mdMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.mdPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.mdPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.mdMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.mdMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.mdMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.mdMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.mdMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.mdMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.mdMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.mdMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.mdPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.mdPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.mdMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.mdMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.mdMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.mdMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.mdMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.mdMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.mdMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.mdMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.mdPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.mdPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.mdMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.mdMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.mdMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.mdMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.mdMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.mdMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.mdMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.mdMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.mdPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.mdPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.mdMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.mdMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.mdMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.mdMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.mdMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.mdMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.mdMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.mdMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.mdPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.mdPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
}
@media (--lg) {
.lgMarginTop1 {
margin-top: calc(var(--bt) * 1);
}
.lgMarginRight1 {
margin-right: calc(var(--bt) * 1);
}
.lgMarginBottom1 {
margin-bottom: calc(var(--bt) * 1);
}
.lgMarginLeft1 {
margin-left: calc(var(--bt) * 1);
}
.lgMarginTopN1 {
margin-top: calc(var(--bt) * -1);
}
.lgMarginRightN1 {
margin-right: calc(var(--bt) * -1);
}
.lgMarginBottomN1 {
margin-bottom: calc(var(--bt) * -1);
}
.lgMarginLeftN1 {
margin-left: calc(var(--bt) * -1);
}
.lgPaddingY1 {
padding-bottom: calc(var(--bt) * 1);
padding-top: calc(var(--bt) * 1);
}
.lgPaddingX1 {
padding-left: calc(var(--bt) * 1);
padding-right: calc(var(--bt) * 1);
}
.lgMarginTop2 {
margin-top: calc(var(--bt) * 2);
}
.lgMarginRight2 {
margin-right: calc(var(--bt) * 2);
}
.lgMarginBottom2 {
margin-bottom: calc(var(--bt) * 2);
}
.lgMarginLeft2 {
margin-left: calc(var(--bt) * 2);
}
.lgMarginTopN2 {
margin-top: calc(var(--bt) * -2);
}
.lgMarginRightN2 {
margin-right: calc(var(--bt) * -2);
}
.lgMarginBottomN2 {
margin-bottom: calc(var(--bt) * -2);
}
.lgMarginLeftN2 {
margin-left: calc(var(--bt) * -2);
}
.lgPaddingY2 {
padding-bottom: calc(var(--bt) * 2);
padding-top: calc(var(--bt) * 2);
}
.lgPaddingX2 {
padding-left: calc(var(--bt) * 2);
padding-right: calc(var(--bt) * 2);
}
.lgMarginTop3 {
margin-top: calc(var(--bt) * 3);
}
.lgMarginRight3 {
margin-right: calc(var(--bt) * 3);
}
.lgMarginBottom3 {
margin-bottom: calc(var(--bt) * 3);
}
.lgMarginLeft3 {
margin-left: calc(var(--bt) * 3);
}
.lgMarginTopN3 {
margin-top: calc(var(--bt) * -3);
}
.lgMarginRightN3 {
margin-right: calc(var(--bt) * -3);
}
.lgMarginBottomN3 {
margin-bottom: calc(var(--bt) * -3);
}
.lgMarginLeftN3 {
margin-left: calc(var(--bt) * -3);
}
.lgPaddingY3 {
padding-bottom: calc(var(--bt) * 3);
padding-top: calc(var(--bt) * 3);
}
.lgPaddingX3 {
padding-left: calc(var(--bt) * 3);
padding-right: calc(var(--bt) * 3);
}
.lgMarginTop4 {
margin-top: calc(var(--bt) * 4);
}
.lgMarginRight4 {
margin-right: calc(var(--bt) * 4);
}
.lgMarginBottom4 {
margin-bottom: calc(var(--bt) * 4);
}
.lgMarginLeft4 {
margin-left: calc(var(--bt) * 4);
}
.lgMarginTopN4 {
margin-top: calc(var(--bt) * -4);
}
.lgMarginRightN4 {
margin-right: calc(var(--bt) * -4);
}
.lgMarginBottomN4 {
margin-bottom: calc(var(--bt) * -4);
}
.lgMarginLeftN4 {
margin-left: calc(var(--bt) * -4);
}
.lgPaddingY4 {
padding-bottom: calc(var(--bt) * 4);
padding-top: calc(var(--bt) * 4);
}
.lgPaddingX4 {
padding-left: calc(var(--bt) * 4);
padding-right: calc(var(--bt) * 4);
}
.lgMarginTop5 {
margin-top: calc(var(--bt) * 5);
}
.lgMarginRight5 {
margin-right: calc(var(--bt) * 5);
}
.lgMarginBottom5 {
margin-bottom: calc(var(--bt) * 5);
}
.lgMarginLeft5 {
margin-left: calc(var(--bt) * 5);
}
.lgMarginTopN5 {
margin-top: calc(var(--bt) * -5);
}
.lgMarginRightN5 {
margin-right: calc(var(--bt) * -5);
}
.lgMarginBottomN5 {
margin-bottom: calc(var(--bt) * -5);
}
.lgMarginLeftN5 {
margin-left: calc(var(--bt) * -5);
}
.lgPaddingY5 {
padding-bottom: calc(var(--bt) * 5);
padding-top: calc(var(--bt) * 5);
}
.lgPaddingX5 {
padding-left: calc(var(--bt) * 5);
padding-right: calc(var(--bt) * 5);
}
.lgMarginTop6 {
margin-top: calc(var(--bt) * 6);
}
.lgMarginRight6 {
margin-right: calc(var(--bt) * 6);
}
.lgMarginBottom6 {
margin-bottom: calc(var(--bt) * 6);
}
.lgMarginLeft6 {
margin-left: calc(var(--bt) * 6);
}
.lgMarginTopN6 {
margin-top: calc(var(--bt) * -6);
}
.lgMarginRightN6 {
margin-right: calc(var(--bt) * -6);
}
.lgMarginBottomN6 {
margin-bottom: calc(var(--bt) * -6);
}
.lgMarginLeftN6 {
margin-left: calc(var(--bt) * -6);
}
.lgPaddingY6 {
padding-bottom: calc(var(--bt) * 6);
padding-top: calc(var(--bt) * 6);
}
.lgPaddingX6 {
padding-left: calc(var(--bt) * 6);
padding-right: calc(var(--bt) * 6);
}
.lgMarginTop7 {
margin-top: calc(var(--bt) * 7);
}
.lgMarginRight7 {
margin-right: calc(var(--bt) * 7);
}
.lgMarginBottom7 {
margin-bottom: calc(var(--bt) * 7);
}
.lgMarginLeft7 {
margin-left: calc(var(--bt) * 7);
}
.lgMarginTopN7 {
margin-top: calc(var(--bt) * -7);
}
.lgMarginRightN7 {
margin-right: calc(var(--bt) * -7);
}
.lgMarginBottomN7 {
margin-bottom: calc(var(--bt) * -7);
}
.lgMarginLeftN7 {
margin-left: calc(var(--bt) * -7);
}
.lgPaddingY7 {
padding-bottom: calc(var(--bt) * 7);
padding-top: calc(var(--bt) * 7);
}
.lgPaddingX7 {
padding-left: calc(var(--bt) * 7);
padding-right: calc(var(--bt) * 7);
}
.lgMarginTop8 {
margin-top: calc(var(--bt) * 8);
}
.lgMarginRight8 {
margin-right: calc(var(--bt) * 8);
}
.lgMarginBottom8 {
margin-bottom: calc(var(--bt) * 8);
}
.lgMarginLeft8 {
margin-left: calc(var(--bt) * 8);
}
.lgMarginTopN8 {
margin-top: calc(var(--bt) * -8);
}
.lgMarginRightN8 {
margin-right: calc(var(--bt) * -8);
}
.lgMarginBottomN8 {
margin-bottom: calc(var(--bt) * -8);
}
.lgMarginLeftN8 {
margin-left: calc(var(--bt) * -8);
}
.lgPaddingY8 {
padding-bottom: calc(var(--bt) * 8);
padding-top: calc(var(--bt) * 8);
}
.lgPaddingX8 {
padding-left: calc(var(--bt) * 8);
padding-right: calc(var(--bt) * 8);
}
.lgMarginTop9 {
margin-top: calc(var(--bt) * 9);
}
.lgMarginRight9 {
margin-right: calc(var(--bt) * 9);
}
.lgMarginBottom9 {
margin-bottom: calc(var(--bt) * 9);
}
.lgMarginLeft9 {
margin-left: calc(var(--bt) * 9);
}
.lgMarginTopN9 {
margin-top: calc(var(--bt) * -9);
}
.lgMarginRightN9 {
margin-right: calc(var(--bt) * -9);
}
.lgMarginBottomN9 {
margin-bottom: calc(var(--bt) * -9);
}
.lgMarginLeftN9 {
margin-left: calc(var(--bt) * -9);
}
.lgPaddingY9 {
padding-bottom: calc(var(--bt) * 9);
padding-top: calc(var(--bt) * 9);
}
.lgPaddingX9 {
padding-left: calc(var(--bt) * 9);
padding-right: calc(var(--bt) * 9);
}
.lgMarginTop10 {
margin-top: calc(var(--bt) * 10);
}
.lgMarginRight10 {
margin-right: calc(var(--bt) * 10);
}
.lgMarginBottom10 {
margin-bottom: calc(var(--bt) * 10);
}
.lgMarginLeft10 {
margin-left: calc(var(--bt) * 10);
}
.lgMarginTopN10 {
margin-top: calc(var(--bt) * -10);
}
.lgMarginRightN10 {
margin-right: calc(var(--bt) * -10);
}
.lgMarginBottomN10 {
margin-bottom: calc(var(--bt) * -10);
}
.lgMarginLeftN10 {
margin-left: calc(var(--bt) * -10);
}
.lgPaddingY10 {
padding-bottom: calc(var(--bt) * 10);
padding-top: calc(var(--bt) * 10);
}
.lgPaddingX10 {
padding-left: calc(var(--bt) * 10);
padding-right: calc(var(--bt) * 10);
}
.lgMarginTop11 {
margin-top: calc(var(--bt) * 11);
}
.lgMarginRight11 {
margin-right: calc(var(--bt) * 11);
}
.lgMarginBottom11 {
margin-bottom: calc(var(--bt) * 11);
}
.lgMarginLeft11 {
margin-left: calc(var(--bt) * 11);
}
.lgMarginTopN11 {
margin-top: calc(var(--bt) * -11);
}
.lgMarginRightN11 {
margin-right: calc(var(--bt) * -11);
}
.lgMarginBottomN11 {
margin-bottom: calc(var(--bt) * -11);
}
.lgMarginLeftN11 {
margin-left: calc(var(--bt) * -11);
}
.lgPaddingY11 {
padding-bottom: calc(var(--bt) * 11);
padding-top: calc(var(--bt) * 11);
}
.lgPaddingX11 {
padding-left: calc(var(--bt) * 11);
padding-right: calc(var(--bt) * 11);
}
.lgMarginTop12 {
margin-top: calc(var(--bt) * 12);
}
.lgMarginRight12 {
margin-right: calc(var(--bt) * 12);
}
.lgMarginBottom12 {
margin-bottom: calc(var(--bt) * 12);
}
.lgMarginLeft12 {
margin-left: calc(var(--bt) * 12);
}
.lgMarginTopN12 {
margin-top: calc(var(--bt) * -12);
}
.lgMarginRightN12 {
margin-right: calc(var(--bt) * -12);
}
.lgMarginBottomN12 {
margin-bottom: calc(var(--bt) * -12);
}
.lgMarginLeftN12 {
margin-left: calc(var(--bt) * -12);
}
.lgPaddingY12 {
padding-bottom: calc(var(--bt) * 12);
padding-top: calc(var(--bt) * 12);
}
.lgPaddingX12 {
padding-left: calc(var(--bt) * 12);
padding-right: calc(var(--bt) * 12);
}
} | 0.750918 | 0.174498 |
/*
* Normalization
*/
abbr[title] {
text-decoration: underline; /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
text-decoration: underline dotted; /* Firefox 40+ */
}
audio:not([controls]) {
display: none; /* Chrome 44-, iOS 8+, Safari 9+ */
}
b,
strong {
font-weight: bolder; /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}
button {
-webkit-appearance: button; /* iOS 8+ */
overflow: visible; /* Internet Explorer 11- */
}
button,
input {
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;/* Firefox 4+ */
padding: 0;/* Firefox 4+ */
}
button:-moz-focusring, input:-moz-focusring {
outline: 1px dotted ButtonText;/* Firefox 4+ */
}
button,
select {
text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
details {
display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
html {
-ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
overflow-y: scroll; /* All browsers without overlaying scrollbars */
-webkit-text-size-adjust: 100%; /* iOS 8+, Windows Phone 8.1+ */
}
hr {
overflow: visible; /* Internet Explorer 11-, Edge 12+ */
}
input {
-webkit-border-radius: 0 /* iOS 8+ */
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;/* iOS 8+ */
}
input[type="number"] {
width: auto;/* Firefox 36+ */
}
input[type="search"] {
-webkit-appearance: textfield;/* Chrome 45+, Safari 9+ */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;/* Chrome 45+, Safari 9+ */
}
main {
display: block; /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}
pre {
overflow: auto; /* Internet Explorer 11- */
}
progress {
display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */
}
summary {
display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
svg:not(:root) {
overflow: hidden; /* Internet Explorer 11- */
}
template {
display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}
textarea {
overflow: auto; /* Edge 12+, Internet Explorer 11- */
}
[hidden] {
display: none; /* Internet Explorer 10- */
}
/*
* Universal inheritance
*/
*,
:before,
:after {
box-sizing: inherit;
}
* {
font-size: inherit;
line-height: inherit;
}
:before,
:after {
text-decoration: inherit;
vertical-align: inherit;
}
button,
input,
select,
textarea {
font-family: inherit;
font-style: inherit;
font-weight: inherit;
}
/*
* Opinionated defaults
*/
/* specify the margin and padding of all elements */
* {
margin: 0;
padding: 0;
}
/* specify the border style and width of all elements */
*,
:before,
:after {
border-style: solid;
border-width: 0;
}
/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/* specify the standard appearance of selects */
select {
-moz-appearance: none; /* Firefox 40+ */
-webkit-appearance: none /* Chrome 45+ */
}
select::-ms-expand {
display: none;/* Edge 12+, Internet Explorer 11- */
}
select::-ms-value {
color: currentColor;/* Edge 12+, Internet Explorer 11- */
}
/* use current current as the default fill of svg elements */
svg {
fill: currentColor;
}
/* specify the progress cursor of updating elements */
[aria-busy="true"] {
cursor: progress;
}
/* specify the pointer cursor of trigger elements */
[aria-controls] {
cursor: pointer;
}
/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
cursor: default;
}
/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
clip: rect(0 0 0 0);
display: inherit;
position: absolute
}
[hidden][aria-hidden="false"]:focus {
clip: auto;
}
/*
* Configurable defaults
*/
/* specify the background repeat of all elements */
* {
background-repeat: no-repeat;
}
/* specify the root styles of the document */
:root {
background-color: #ffffff;
box-sizing: border-box;
color: #000000;
cursor: default;
font: 100%/1.5 sans-serif;
}
/* specify the text decoration of anchors */
a {
text-decoration: none;
}
/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/* specify the coloring of form elements */
button,
input,
select,
textarea {
background-color: transparent;
color: inherit;
}
/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
min-height: 1.5em;
}
/* specify the font family of code elements */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
}
/* specify the list style of nav lists */
nav ol,
nav ul {
list-style: none;
}
/* specify the font size of small elements */
small {
font-size: 75%;
}
/* specify the border styling of tables */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* specify the resizability of textareas */
textarea {
resize: vertical;
}
/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
background-color: #b3d4fc; /* required when declaring ::selection */
color: #ffffff;
text-shadow: none;
}
::selection {
background-color: #b3d4fc; /* required when declaring ::selection */
color: #ffffff;
text-shadow: none;
} | public/stylesheets/sanitize.css | /*
* Normalization
*/
abbr[title] {
text-decoration: underline; /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
text-decoration: underline dotted; /* Firefox 40+ */
}
audio:not([controls]) {
display: none; /* Chrome 44-, iOS 8+, Safari 9+ */
}
b,
strong {
font-weight: bolder; /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}
button {
-webkit-appearance: button; /* iOS 8+ */
overflow: visible; /* Internet Explorer 11- */
}
button,
input {
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;/* Firefox 4+ */
padding: 0;/* Firefox 4+ */
}
button:-moz-focusring, input:-moz-focusring {
outline: 1px dotted ButtonText;/* Firefox 4+ */
}
button,
select {
text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
details {
display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
html {
-ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
overflow-y: scroll; /* All browsers without overlaying scrollbars */
-webkit-text-size-adjust: 100%; /* iOS 8+, Windows Phone 8.1+ */
}
hr {
overflow: visible; /* Internet Explorer 11-, Edge 12+ */
}
input {
-webkit-border-radius: 0 /* iOS 8+ */
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;/* iOS 8+ */
}
input[type="number"] {
width: auto;/* Firefox 36+ */
}
input[type="search"] {
-webkit-appearance: textfield;/* Chrome 45+, Safari 9+ */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;/* Chrome 45+, Safari 9+ */
}
main {
display: block; /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}
pre {
overflow: auto; /* Internet Explorer 11- */
}
progress {
display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */
}
summary {
display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
svg:not(:root) {
overflow: hidden; /* Internet Explorer 11- */
}
template {
display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}
textarea {
overflow: auto; /* Edge 12+, Internet Explorer 11- */
}
[hidden] {
display: none; /* Internet Explorer 10- */
}
/*
* Universal inheritance
*/
*,
:before,
:after {
box-sizing: inherit;
}
* {
font-size: inherit;
line-height: inherit;
}
:before,
:after {
text-decoration: inherit;
vertical-align: inherit;
}
button,
input,
select,
textarea {
font-family: inherit;
font-style: inherit;
font-weight: inherit;
}
/*
* Opinionated defaults
*/
/* specify the margin and padding of all elements */
* {
margin: 0;
padding: 0;
}
/* specify the border style and width of all elements */
*,
:before,
:after {
border-style: solid;
border-width: 0;
}
/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/* specify the standard appearance of selects */
select {
-moz-appearance: none; /* Firefox 40+ */
-webkit-appearance: none /* Chrome 45+ */
}
select::-ms-expand {
display: none;/* Edge 12+, Internet Explorer 11- */
}
select::-ms-value {
color: currentColor;/* Edge 12+, Internet Explorer 11- */
}
/* use current current as the default fill of svg elements */
svg {
fill: currentColor;
}
/* specify the progress cursor of updating elements */
[aria-busy="true"] {
cursor: progress;
}
/* specify the pointer cursor of trigger elements */
[aria-controls] {
cursor: pointer;
}
/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
cursor: default;
}
/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
clip: rect(0 0 0 0);
display: inherit;
position: absolute
}
[hidden][aria-hidden="false"]:focus {
clip: auto;
}
/*
* Configurable defaults
*/
/* specify the background repeat of all elements */
* {
background-repeat: no-repeat;
}
/* specify the root styles of the document */
:root {
background-color: #ffffff;
box-sizing: border-box;
color: #000000;
cursor: default;
font: 100%/1.5 sans-serif;
}
/* specify the text decoration of anchors */
a {
text-decoration: none;
}
/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/* specify the coloring of form elements */
button,
input,
select,
textarea {
background-color: transparent;
color: inherit;
}
/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
min-height: 1.5em;
}
/* specify the font family of code elements */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
}
/* specify the list style of nav lists */
nav ol,
nav ul {
list-style: none;
}
/* specify the font size of small elements */
small {
font-size: 75%;
}
/* specify the border styling of tables */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* specify the resizability of textareas */
textarea {
resize: vertical;
}
/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
background-color: #b3d4fc; /* required when declaring ::selection */
color: #ffffff;
text-shadow: none;
}
::selection {
background-color: #b3d4fc; /* required when declaring ::selection */
color: #ffffff;
text-shadow: none;
} | 0.225331 | 0.051893 |
.gray-bg {
background-color: #fafafa;
}
.xs-section-padding {
padding: 80px 0;
}
.agency-section-title.text-center {
margin: 40px 0;
}
.agency-section-title {
margin-bottom: 23px;
position: relative;
z-index: 1;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
.agency-section-title.section-title-style2 p {
font-size: 0.9375rem;
color: #878787;
}
p:last-child {
margin-bottom: 0px;
}
.agency-section-title p {
color: #777777;
font-size: 0.9375rem;
margin-bottom: 0px;
}
.xs-mb-5 {
margin-bottom: 50px;
}
.single-team-style2 {
position: relative;
overflow: hidden
}
.single-team-style2:hover .hover-area{
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
.single-team-style2:hover .image:before{
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
.single-team-style2 .image{
position: relative;
overflow: hidden
}
.single-team-style2 .image:before{
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background: #5055fa;
background: -webkit-gradient(linear, left bottom, left top, from(#5055fa), to(rgba(80, 85, 250, 0)));
background: -webkit-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
background: -o-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
background: linear-gradient(0deg, #5055fa 0%, rgba(80, 85, 250, 0.36) 100%);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
.single-team-style2 .hover-area{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: #FFFFFF;
padding: 30px;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease
}
.single-team-style2 .hover-area .team-content{
margin-bottom: 18px
}
.single-team-style2 .hover-area .team-content .xs-title{
color: #FFFFFF
}
.single-team-style2 .team-content .xs-title{
font-size: 1.125rem
}
.single-team-style2 .team-content span{
font-size: 0.8125rem;
display: block
}
.our-team .single-team-style2 .image{
border-radius: 5px;
}
.our-team .single-team-style2 {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
border-radius: 5px;
}
.our-team img {
width: 100%;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
.social-list li {
display: inline-block;
margin-right: 10px;
}
.social-list.version-5 li a {
width: 30px;
height: 30px;
line-height: 30px;
border: 1px solid transparent;
font-size: 0.75rem;
background-color: #FFFFFF;
}
.social-list li a {
display: block;
width: 39px;
line-height: 39px;
border-radius: 100%;
border: 1px solid #6b7499;
text-align: center;
font-size: 0.995rem;
color: #333333;
height: 39px;
}
.xs-title, a, h4 {
color: #000000;
}
.social-list.version-5 li a > i {
background: -webkit-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
background: -o-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
background: linear-gradient(119deg, #b224ef 19%, #5055fa 84%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
color: #b224ef;
}
.team-bottom-info .content-title {
margin-bottom: 21px;
}
.content-title, h3 {
color: #000000;
font-size: 1.75rem;
font-weight: 700;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
/*Screen Support*/
@media(max-width: 767px){
.single-team-style2 .hover-area{
padding: 0px;
}
.social-list li {
display: inline-block;
margin-right: 5px;
}
.social-list.version-5 li a {
width: 25px;
height: 25px;
line-height: 25px;
}
.our-team .single-team-style2 {
margin-bottom: 30px;
}
.content-title, h3 {
font-size: 1.3rem;
text-align: center;
padding-bottom: 30px;
}
} | public/assets/css/meet_team.css | .gray-bg {
background-color: #fafafa;
}
.xs-section-padding {
padding: 80px 0;
}
.agency-section-title.text-center {
margin: 40px 0;
}
.agency-section-title {
margin-bottom: 23px;
position: relative;
z-index: 1;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
.agency-section-title.section-title-style2 p {
font-size: 0.9375rem;
color: #878787;
}
p:last-child {
margin-bottom: 0px;
}
.agency-section-title p {
color: #777777;
font-size: 0.9375rem;
margin-bottom: 0px;
}
.xs-mb-5 {
margin-bottom: 50px;
}
.single-team-style2 {
position: relative;
overflow: hidden
}
.single-team-style2:hover .hover-area{
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
.single-team-style2:hover .image:before{
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
.single-team-style2 .image{
position: relative;
overflow: hidden
}
.single-team-style2 .image:before{
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background: #5055fa;
background: -webkit-gradient(linear, left bottom, left top, from(#5055fa), to(rgba(80, 85, 250, 0)));
background: -webkit-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
background: -o-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
background: linear-gradient(0deg, #5055fa 0%, rgba(80, 85, 250, 0.36) 100%);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
.single-team-style2 .hover-area{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: #FFFFFF;
padding: 30px;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease
}
.single-team-style2 .hover-area .team-content{
margin-bottom: 18px
}
.single-team-style2 .hover-area .team-content .xs-title{
color: #FFFFFF
}
.single-team-style2 .team-content .xs-title{
font-size: 1.125rem
}
.single-team-style2 .team-content span{
font-size: 0.8125rem;
display: block
}
.our-team .single-team-style2 .image{
border-radius: 5px;
}
.our-team .single-team-style2 {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
border-radius: 5px;
}
.our-team img {
width: 100%;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
.social-list li {
display: inline-block;
margin-right: 10px;
}
.social-list.version-5 li a {
width: 30px;
height: 30px;
line-height: 30px;
border: 1px solid transparent;
font-size: 0.75rem;
background-color: #FFFFFF;
}
.social-list li a {
display: block;
width: 39px;
line-height: 39px;
border-radius: 100%;
border: 1px solid #6b7499;
text-align: center;
font-size: 0.995rem;
color: #333333;
height: 39px;
}
.xs-title, a, h4 {
color: #000000;
}
.social-list.version-5 li a > i {
background: -webkit-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
background: -o-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
background: linear-gradient(119deg, #b224ef 19%, #5055fa 84%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
color: #b224ef;
}
.team-bottom-info .content-title {
margin-bottom: 21px;
}
.content-title, h3 {
color: #000000;
font-size: 1.75rem;
font-weight: 700;
}
.xs-title, a, h4 {
color: #000000;
}
.xs-title, h4 {
font-size: 1.375rem;
font-weight: 600;
}
/*Screen Support*/
@media(max-width: 767px){
.single-team-style2 .hover-area{
padding: 0px;
}
.social-list li {
display: inline-block;
margin-right: 5px;
}
.social-list.version-5 li a {
width: 25px;
height: 25px;
line-height: 25px;
}
.our-team .single-team-style2 {
margin-bottom: 30px;
}
.content-title, h3 {
font-size: 1.3rem;
text-align: center;
padding-bottom: 30px;
}
} | 0.474631 | 0.128334 |
/* GT America Condensed Regular */
@font-face {
font-family:'gtamcond';
src: url("fonts/gtamerica/GT-America-Condensed-Regular.woff2") format('woff2');
font-weight:400;
}
/* GT America Condensed Bold */
@font-face {
font-family:'gtamcond';
src: url("fonts/gtamerica/GT-America-Condensed-Bold.woff2") format('woff2');
font-weight:600;
}
/* GT America Regular */
@font-face {
font-family:'gtam';
src: url("fonts/gtamerica/GT-America-Standard-Regular.woff2") format('woff2');
font-weight:400;
}
/* GT America Bold */
@font-face {
font-family:'gtam';
src: url("fonts/gtamerica/GT-America-Standard-Bold.woff2") format('woff2');
font-weight:600;
}
body {
font-family: 'gtam', sans-serif;
margin-left: 5%;
margin-right: 5%;
}
h2 {
font-weight: bold;
}
.tabbable {
max-width: 750px;
}
#dev-warning .well {
border-radius: 0px;
margin-top: 2rem;
background-color: #fadf7c;
}
#dev-warning p, #dev-info p {
display: inline;
}
#dev-warning i {
color: goldenrod;
font-size: 20px;
}
#dev-warning h4, #dev-info h4 {
display: inline;
margin-left: 1rem;
}
#dev-warning em, #dev-info em {
display: block;
margin-top: 1rem;
}
#dev-info .well {
border-radius: 0px;
margin-top: 2rem;
background-color: #bbe9f0;
}
#dev-info i {
color: LightSeaGreen;
font-size: 20px;
}
/* Fix dropdown cutoff issue */
.shiny-split-layout > div {
overflow: visible;
}
/* Fix text not wrapping issue */
.shiny-split-layout p {
white-space: normal;
}
/* Make sure table filters are wide enough */
#df_table input {
width: 100px !important;
}
/* Update bar to match ACLUM website */
.well.col-sm-3 {
background-color: #681b40;
border-radius: 0px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
background-color: #fadf7c;
color: #423a38;
}
.nav-pills>li>a {
color: white;
border-radius: 0px;
text-transform: uppercase;
font-weight: bold;
font-family: gtamcond;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee;
color: #423a38;
}
h1, h2, h3, h4 {
text-transform: uppercase;
font-weight: bold;
font-family: gtamcond;
}
a[data-value="About"],
a[data-value="Major & Minor Incidents Comparison"]
{
border-bottom: 1px solid #eee;
}
#county_maps {
margin-top: 2rem;
}
#internal_well {
border-radius: 0px;
}
#internal_well .form-group {
margin-bottom: -5px;
}
#internal_well .shiny-input-radiogroup {
margin-bottom: 2rem;
}
#internal_well #radio_prompt {
margin-bottom: 0px;
}
#internal_well .selectize-input {
border-radius: 0px;
}
#internal_well p {
font-weight: bold
}
#footer {
margin-top: 20px;
}
.nav-pills .navbar-brand {
color: #fadf7c;
padding-left: 5px;
text-transform: uppercase;
font-family: gtamcond;
font-weight: bold;
}
#internal_well .selectize-dropdown{
white-space: normal;
}
a[data-value="Incident Locations"] #internal_well{
margin-bottom: 0px;
}
.control-label {
display: none;
} | app/www/bpd_covid19_app.css |
/* GT America Condensed Regular */
@font-face {
font-family:'gtamcond';
src: url("fonts/gtamerica/GT-America-Condensed-Regular.woff2") format('woff2');
font-weight:400;
}
/* GT America Condensed Bold */
@font-face {
font-family:'gtamcond';
src: url("fonts/gtamerica/GT-America-Condensed-Bold.woff2") format('woff2');
font-weight:600;
}
/* GT America Regular */
@font-face {
font-family:'gtam';
src: url("fonts/gtamerica/GT-America-Standard-Regular.woff2") format('woff2');
font-weight:400;
}
/* GT America Bold */
@font-face {
font-family:'gtam';
src: url("fonts/gtamerica/GT-America-Standard-Bold.woff2") format('woff2');
font-weight:600;
}
body {
font-family: 'gtam', sans-serif;
margin-left: 5%;
margin-right: 5%;
}
h2 {
font-weight: bold;
}
.tabbable {
max-width: 750px;
}
#dev-warning .well {
border-radius: 0px;
margin-top: 2rem;
background-color: #fadf7c;
}
#dev-warning p, #dev-info p {
display: inline;
}
#dev-warning i {
color: goldenrod;
font-size: 20px;
}
#dev-warning h4, #dev-info h4 {
display: inline;
margin-left: 1rem;
}
#dev-warning em, #dev-info em {
display: block;
margin-top: 1rem;
}
#dev-info .well {
border-radius: 0px;
margin-top: 2rem;
background-color: #bbe9f0;
}
#dev-info i {
color: LightSeaGreen;
font-size: 20px;
}
/* Fix dropdown cutoff issue */
.shiny-split-layout > div {
overflow: visible;
}
/* Fix text not wrapping issue */
.shiny-split-layout p {
white-space: normal;
}
/* Make sure table filters are wide enough */
#df_table input {
width: 100px !important;
}
/* Update bar to match ACLUM website */
.well.col-sm-3 {
background-color: #681b40;
border-radius: 0px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
background-color: #fadf7c;
color: #423a38;
}
.nav-pills>li>a {
color: white;
border-radius: 0px;
text-transform: uppercase;
font-weight: bold;
font-family: gtamcond;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee;
color: #423a38;
}
h1, h2, h3, h4 {
text-transform: uppercase;
font-weight: bold;
font-family: gtamcond;
}
a[data-value="About"],
a[data-value="Major & Minor Incidents Comparison"]
{
border-bottom: 1px solid #eee;
}
#county_maps {
margin-top: 2rem;
}
#internal_well {
border-radius: 0px;
}
#internal_well .form-group {
margin-bottom: -5px;
}
#internal_well .shiny-input-radiogroup {
margin-bottom: 2rem;
}
#internal_well #radio_prompt {
margin-bottom: 0px;
}
#internal_well .selectize-input {
border-radius: 0px;
}
#internal_well p {
font-weight: bold
}
#footer {
margin-top: 20px;
}
.nav-pills .navbar-brand {
color: #fadf7c;
padding-left: 5px;
text-transform: uppercase;
font-family: gtamcond;
font-weight: bold;
}
#internal_well .selectize-dropdown{
white-space: normal;
}
a[data-value="Incident Locations"] #internal_well{
margin-bottom: 0px;
}
.control-label {
display: none;
} | 0.268654 | 0.071786 |
@font-face {
font-family: 'Microsoft Sans Serif';
src: url('/static/fonts/MicrosoftSansSerif.woff2') format('woff2'),
url('/static/fonts/MicrosoftSansSerif.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
padding-bottom: 0;
overflow: hidden;
height: 100vh;
}
.taskbar {
position: absolute;
width: 100%;
margin: 0 !important;
bottom: 0;
border-top: 2px white solid !important;
border-bottom: 0 white none !important;
}
#start-menu {
width: 250px;
height: 350px;
position: absolute;
}
.start-table {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.start-banner {
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 30px;
transform: rotate(180deg); /*POTBUG*/
-moz-transform: rotate(180deg);
writing-mode: vertical-rl;
width: 45px;
height: 100%;
background-color: #7f817e;
color: white;
vertical-align: top;
}
.start-banner span {
writing-mode: vertical-rl;
font-size: inherit;
}
.start-banner span b {
color: #bbb;
font-weight: 900;
}
.start-item {
vertical-align: middle;
margin: 0;
display: inline-block;
width: 100%;
height: 49px;
}
.start-item:hover {
border: 2px outset grey;
}
.start-item p {
margin: 0;
display: inline-block;
height: 100%;
vertical-align: center;
}
.start-level1-thumbnail {
display: inline-block;
height: 47px;
}
.start-more {
display: inline-block;
position: absolute;
right: 0;
margin-top: 13.5px;
margin-bottom: 13.5px;
}
.start-level1-sep {
margin: 0;
border: 1px inset;
}
.start-lvl2 {
position: absolute;
width: 150px;
}
.start-lvl2 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.start-lvl2-item {
height: 20px;
padding: 0 2px 0 10px;
border-bottom: 1px inset;
}
.start-lvl2-item:hover {
border: 1px outset grey;
}
.start-more-2 {
display: inline-block;
position: absolute;
right: 0;
margin-top: 0;
margin-bottom: 0;
}
.start-lvl3 {
position: absolute;
width: 150px;
}
.start-lvl3 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.start-lvl3-item {
height: 20px;
padding: 0 2px 0 10px;
border-bottom: 1px inset;
}
.start-lvl3-item:hover {
border: 1px outset grey;
}
.nav-link-icon {
padding: 0 !important;
opacity: 1 !important;
}
.nav-item-min a {
color: #505050 !important;
background-color: #909090 !important;
}
.nav-item-focused a::before {
border: 2px inset #909090 !important;
}
.nav-item-focused a {
background-color: #DDDDDD !important;
}
.start-icon {
opacity: 1 !important;
}
.header-icon {
height: 16px;
width: auto;
}
.window-btn {
height: 20px;
width: 20px;
margin: -2px 2px -2px 2px;
padding: 0;
float:right;
border-width: 0;
}
.window-btn::before {
border-width: 1px;
}
.window-btn-pressed-active::before {
border-width: 0px;
}
.navbar-sep {
border-left:1px solid #000;
height: 20px;
margin-left: 5px;
margin-right: 10px;
}
.app-bar {
list-style-type: none;
margin: -5px 0 0 10px;
padding: 0;
}
.app-bar li {
display: inline-block;
}
.app-bar-text-btn {
padding-right: 3px;
padding-left: 3px;
}
.app-bar-text-btn:hover {
background-color: #000181;
color: white;
}
.app-bar-underline {
margin: 2px 0 1px 0;
border-style: inset;
border-width: 1px;
}
.ie-btn-sq {
height: 22px;
width: 22px;
margin: 0 !important;
padding: 0 0 0 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-width: 0;
}
.ie-btn-sm {
height: 18px;
width: 20px;
padding: 0;
border: 0;
margin: 0;
float:right;
margin: -18px 0 0 0;
}
.ie-spacer {
width: 5px;
}
.ie-address-bar {
display: inline;
margin: 0 10px 0 10px;
}
.ie-address-bar-label {
display: inline;
margin: 0 5px 0 0;
/*width: 10%;*/
}
.ie-address-bar-container {
border: 2px inset grey;
background-color: white;
width:90%;
height: 22px;
padding: 0;
margin: 0;
display: inline-block;
}
.ie-address-bar-field {
display: block;
height: 18px;
border: 0;
margin: 0;
}
.ie-content {
border-width: 2px;
border-style: inset;
margin: 3px;
background-color: white;
}
.help-menu {
margin: -8px;
}
.help-header {
border: 2px outset #666 !important;
font-size: 0.8em;
margin: 1px;
padding: 5px 5px 2px 5px;
}
.help-list {
padding-left: 10px;
} | juicy-jaguars/Web95/Web95/static/css/main.css | @font-face {
font-family: 'Microsoft Sans Serif';
src: url('/static/fonts/MicrosoftSansSerif.woff2') format('woff2'),
url('/static/fonts/MicrosoftSansSerif.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
padding-bottom: 0;
overflow: hidden;
height: 100vh;
}
.taskbar {
position: absolute;
width: 100%;
margin: 0 !important;
bottom: 0;
border-top: 2px white solid !important;
border-bottom: 0 white none !important;
}
#start-menu {
width: 250px;
height: 350px;
position: absolute;
}
.start-table {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.start-banner {
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 30px;
transform: rotate(180deg); /*POTBUG*/
-moz-transform: rotate(180deg);
writing-mode: vertical-rl;
width: 45px;
height: 100%;
background-color: #7f817e;
color: white;
vertical-align: top;
}
.start-banner span {
writing-mode: vertical-rl;
font-size: inherit;
}
.start-banner span b {
color: #bbb;
font-weight: 900;
}
.start-item {
vertical-align: middle;
margin: 0;
display: inline-block;
width: 100%;
height: 49px;
}
.start-item:hover {
border: 2px outset grey;
}
.start-item p {
margin: 0;
display: inline-block;
height: 100%;
vertical-align: center;
}
.start-level1-thumbnail {
display: inline-block;
height: 47px;
}
.start-more {
display: inline-block;
position: absolute;
right: 0;
margin-top: 13.5px;
margin-bottom: 13.5px;
}
.start-level1-sep {
margin: 0;
border: 1px inset;
}
.start-lvl2 {
position: absolute;
width: 150px;
}
.start-lvl2 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.start-lvl2-item {
height: 20px;
padding: 0 2px 0 10px;
border-bottom: 1px inset;
}
.start-lvl2-item:hover {
border: 1px outset grey;
}
.start-more-2 {
display: inline-block;
position: absolute;
right: 0;
margin-top: 0;
margin-bottom: 0;
}
.start-lvl3 {
position: absolute;
width: 150px;
}
.start-lvl3 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.start-lvl3-item {
height: 20px;
padding: 0 2px 0 10px;
border-bottom: 1px inset;
}
.start-lvl3-item:hover {
border: 1px outset grey;
}
.nav-link-icon {
padding: 0 !important;
opacity: 1 !important;
}
.nav-item-min a {
color: #505050 !important;
background-color: #909090 !important;
}
.nav-item-focused a::before {
border: 2px inset #909090 !important;
}
.nav-item-focused a {
background-color: #DDDDDD !important;
}
.start-icon {
opacity: 1 !important;
}
.header-icon {
height: 16px;
width: auto;
}
.window-btn {
height: 20px;
width: 20px;
margin: -2px 2px -2px 2px;
padding: 0;
float:right;
border-width: 0;
}
.window-btn::before {
border-width: 1px;
}
.window-btn-pressed-active::before {
border-width: 0px;
}
.navbar-sep {
border-left:1px solid #000;
height: 20px;
margin-left: 5px;
margin-right: 10px;
}
.app-bar {
list-style-type: none;
margin: -5px 0 0 10px;
padding: 0;
}
.app-bar li {
display: inline-block;
}
.app-bar-text-btn {
padding-right: 3px;
padding-left: 3px;
}
.app-bar-text-btn:hover {
background-color: #000181;
color: white;
}
.app-bar-underline {
margin: 2px 0 1px 0;
border-style: inset;
border-width: 1px;
}
.ie-btn-sq {
height: 22px;
width: 22px;
margin: 0 !important;
padding: 0 0 0 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-width: 0;
}
.ie-btn-sm {
height: 18px;
width: 20px;
padding: 0;
border: 0;
margin: 0;
float:right;
margin: -18px 0 0 0;
}
.ie-spacer {
width: 5px;
}
.ie-address-bar {
display: inline;
margin: 0 10px 0 10px;
}
.ie-address-bar-label {
display: inline;
margin: 0 5px 0 0;
/*width: 10%;*/
}
.ie-address-bar-container {
border: 2px inset grey;
background-color: white;
width:90%;
height: 22px;
padding: 0;
margin: 0;
display: inline-block;
}
.ie-address-bar-field {
display: block;
height: 18px;
border: 0;
margin: 0;
}
.ie-content {
border-width: 2px;
border-style: inset;
margin: 3px;
background-color: white;
}
.help-menu {
margin: -8px;
}
.help-header {
border: 2px outset #666 !important;
font-size: 0.8em;
margin: 1px;
padding: 5px 5px 2px 5px;
}
.help-list {
padding-left: 10px;
} | 0.405684 | 0.085213 |
@-moz-document domain("wikipedia.org"),
domain("www.wikipedia.org"),
regexp("https?://(www.)?wikipedia.org/(.*)") {
::-webkit-scrollbar {
/* Width */
width: 1.2em!important;
}
/* Color of handle ___________________________________________________________________________*/
::-webkit-scrollbar-thumb {
background: #00d5ff!important;
background-image: linear-gradient(to right, rgba(0, 255, 240, .95), rgb(0, 112, 113)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(0, 150, 179) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover {
background: #00d5ff!important;
background-image: linear-gradient(to left, rgba(49, 255, 247, .95), rgb(4, 255, 209)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(255, 0, 0, .26), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/* Color of Track ______________________________________________________________________________*/
::-webkit-scrollbar-track {
background: rgb(26, 26, 26)!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
/* Color of handles at top and bottom ___________________________________________________________*/
::-webkit-scrollbar-button {
background: #00efff!important;
box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(56, 108, 255) 0 1px 0!important;
}
/* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/
::-webkit-scrollbar-corner {
background: #00fff5ab!important;
box-shadow: inset 0 12px 13px rgba(139, 248, 255, .99), rgb(56, 109, 117) 0 1px 0!important;
}
::-webkit-scrollbar-corner:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgb(7, 65, 255), rgb(0, 255, 245) 0 1px 0!important;
}
::-webkit-scrollbar {
/* Width */
width: 1.0em!important;
}
/* Color of handle ___________________________________________________________________________*/
::-webkit-scrollbar-thumb {
background: #00d5ff!important;
background-image: linear-gradient(to right, rgba(0, 255, 240, .95), rgb(0, 112, 113)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(0, 150, 179) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover {
background: #00d5ff!important;
background-image: linear-gradient(to left, rgba(49, 255, 247, .95), rgb(4, 255, 209)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(255, 0, 0, .26), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/* Color of Track ______________________________________________________________________________*/
::-webkit-scrollbar-track {
background: rgb(26, 26, 26)!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
/* Color of handles at top and bottom ___________________________________________________________*/
::-webkit-scrollbar-button {
background: #00fff5ab!important;
box-shadow: inset 0 12px 13px rgba(139, 248, 255, .99), rgb(56, 109, 117) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgb(7, 65, 255), rgb(0, 255, 245) 0 1px 0!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("www.wikipedia.org"),
regexp("https?://(www.)?wikipedia.org/(.*)") {
/*_____________________________________________________________________________________*/
* {
text-decoration: none!important;
}
.k-player .k-options {
text-transform: capitalize;
}
#filetoc,
#mp-dyk-h2,
#mp-itn-h2,
#mp-lang,
#mp-otd-h2,
#mp-other,
#mp-sister,
#mp-tfa-h2,
.catlinks,
.k-player .k-options,
.lang-list-button,
.licensetpl_wrapper,
.mw-body,
.mw-parser-output #mp-other-lower,
.mw-parser-output #mp-tfl-h2,
.mw-parser-output #mp-tfp-h2,
.mw-parser-output #mp-topbanner,
.mw-warning,
.toc,
.toccolours,
:focus,
[id*="-label"],
[style*="border:2px solid #e0e0e0"],
[style*="margin-top:2em; border:1px #FFFFFF solid;"],
[style="background:#CEDFF2; text-align:center; padding:1px; border-bottom:1px #B8C7D9 solid;"],
[style="border:1px #FFFFFF solid; overflow:auto;"],
[style="border:1px solid #B8C7D9; padding:0px;"],
[style="margin-top:2em;border:1px #FFFFFF solid;text-align:center;"],
div.thumbinner,
html .thumbimage,
li.gallerybox div.thumb,
table.fmbox,
table.ombox {
/* border: none!important;*/
outline: none!important;
box-shadow: none!important;
background: none !important;
border: 1px solid cyan;
border-radius: 22px;
}
#mp-dyk-h2,
#mp-otd-h2,
#mp-tfa-h2,
-itn-h2,
[style*="margin-top:2em; border:1px #FFFFFF solid;"] {
border-top: 1px solid #fff!important;
}
.mw-parser-output #mp-topbanner {
border-bottom: 1px solid #fff!important;
}
.MainPageBG {
border-spacing: 1rem!important;
}
#instagram {
white-space: pre-wrap!important;
overflow-x: hidden!important;
}
table[style*="background: #f9f9f9"] {
border-collapse: separate!important;
}
.navbox-inner,
.navbox-subgroup,
.wikitable.sortable.jquery-tablesorter {
border-collapse: collapse!important;
border: 1px solid #ccc!important;
}
.navbox-inner th,
.navbox-subgroup td,
.wikitable.sortable.jquery-tablesorter td {
border: 1px solid #ccc!important;
}
[lang="en"] {
text-align: left!important;
}
.mw-body-content tr {
font-size: 0.875em;
font-size: calc(1em * 0.875);
line-height: 2.6;
}
.vertical-navbox,
.infobox,
div.floatright,
div.tright {
position: relative!important;
z-index: 9!important;
}
/*___ Fonts __________________________________________________________________________________*/
.rt-tooltip,
.mw-body-content tr,
big,
table {
font-size: 18px!important;
}
#mw-panel .portal .body li,
#mwe-popups-settings main form label {
font-size: 15px!important;
}
.vector-menu-portal .body li,
.vector-menu-portal .vector-menu-content li,
.mw-body-content {
font-size: 1.25em!important;
}
.mwe-popups-extract p {
font-size: 21px!important;
line-height: 29px!important;
word-wrap: break-word !important;
white-space: -webkit-pre-wrap!important;
float: left!important;
width: 71%;
}
.mwe-popups-discreet svg .mwe-popups-is-tall {
float: left!important;
position: absolute!important;
white-space: pre-wrap!important;
word-break: break-all!important;
}
.rt-tooltip,
.mw-body-content tr {
line-height: 1.6;
}
.mw-body .mw-indicators {
line-height: 0.6;
}
/*___ Remove Items ___________________________________________________________________________*/
[id*="ContentPane"]:empty {
left: -9999px!important;
position: absolute!important;
top: -9999px!important;
}
/*___ Left/Right/Top/Bottom ___________________________________________________________________*/
#mw-panel {
top: 78px!important;
}
.mw-body {
margin-top: 13px!important;
}
.mwPlayerContainer {
margin-top: 32px;
}
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
margin-left: 2rem;
}
li {
margin-bottom: 1.1em!important;
}
.mw-body,
#mw-head-base,
#left-navigation,
#mw-data-after-content,
#footer {
margin-left: 13em;
}
.vectorTabs li a {
padding-left: 4.615em;
}
.k-player .rButton,
.k-player .volume_control {
margin-right: 9px;
width: 36px;
}
.k-player .play_head {
left: 46px!important;
right: 248px!important;
}
.volume-slider {
margin-left: -23px!important;
margin-top: 8px!important;
}
.k-player .k-options {
margin-left: 12px;
margin-right: 12px;
margin-top: 5px;
}
td .k-player .control-bar {
bottom: -18px;
}
/*___ Margins _______________________________________________________________________________*/
#instagram a img,
#mw-panel,
li.gallerybox,
.infobox,
.mw-body-content,
.mw-parser-output #mp-left,
.mw-parser-output #mp-lower,
.mw-parser-output #mp-middle,
.mw-parser-output #mp-other-lower,
.mw-parser-output #mp-right,
.shortcutbox.plainlist,
.toc,
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "] {
margin: 12px!important;
}
#mp-dyk li {
margin: 12px 0!important;
}
.mw-body-content p {
margin: 0.5em 28rem 0 0!important;
}
table.wikitable {
margin: 3rem auto;
}
td[style="width:90px;"] p {
margin: 17px!important;
}
/*___ Paddings ______________________________________________________________________________*/
.infobox,
.mw-body-content,
.mw-parser-output #mp-left,
.mw-parser-output #mp-right,
.shortcutbox.plainlist,
.toc,
li.gallerybox,
[style="padding:0.1em 0.6em 0.5em;"],
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "],
table.wikitable,
table[style*="background: #f9f9f9"] {
padding: 12px!important;
}
.vector-menu-tabs li a {
padding: 13px 16px!important;
}
#mw-imagepage-section-globalusage li {
padding: 6px!important;
}
/*___ Heights _______________________________________________________________________________*/
selector {
Max-height: none!important;
}
.mwe-popups,
.mwe-popups-extract,
#instagram {
height: auto!important;
}
.k-player .control-bar {
height: 31px!important;
}
/*___ Widths ________________________________________________________________________________*/
selector {
max-width: none!important;
}
.mwe-popups,
.rt-tooltip,
.mwe-popups-extract,
html body.mediawiki .mbox-small-left {
width: auto!important;
white-space: pre-line!important;
}
div.reflist,
div.refbegin {
width: 100%!important;
}
.container {
width: 98%!important;
}
.mw-body-content p,
ol.references {
width: 91%!important;
}
.MainPageBG li {
width: 85%!important;
}
td[style="width:90px;"] {
width: 1%!important;
}
html body.mediawiki .mbox-small,
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "] {
width: 48.33%!important;
}
#content .gallerybox div.thumb,
li.gallerybox [style="width: 155px"],
table[style*="background: #f9f9f9"] {
width: 100%!important;
}
.mediawiki .mbox-small > ul > li span:nth-child(2) {
width: 55%!important;
}
.mw-parser-output #mp-left {
width: 54%;
}
[aria-labelledby*="-label"]:not([role="navigation"]) {
width: 31.5%!important;
}
.wikitable > * > tr > th:nth-child(3) {
width: 25%!important;
}
li.gallerybox {
width: 16%!important;
}
[style="width:20%; vertical-align:top; padding-top: .5em;"] {
width: 32%!important;
}
.mwPlayerContainer.k-player[style="width: 405px;position: relative;height: 27px;"] {
width: 21em!important;
}
.mwPlayerContainer.k-player[style="width: 120px; position: relative; height: 20px;"] {
width: 24em!important;
}
#mw-panel {
width: 11em!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
a[href],
td span {
color: #0ff!important;
text-shadow: 1px 1px #000!important;
}
a[href]:visited {
color: #065853!important;
text-shadow: 1px 1px #000!important;
}
/*______________________________________________________________________________________________*/
#mwe-popups-settings-simple + label > span,
.k-player .k-options:hover,
.vector-menu-tabs .selected a,
.vectorTabs .selected,
a[href]:hover span,
a[href]:hover,
h1,
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
color: #00fea2!important;
/*text-shadow: 1px 1px #000!important;*/
background: none !important;
}
/*______________________________________________________________________________________________*/
#mp-topbanner,
#mwe-popups-settings main form label,
.central-featured-lang small,
.cnotice,
.cnotice-message p,
.external.text,
.footer-sidebar-text,
.k-player .k-options,
.mbox-text.plainlist,
.mw-body,
.other-project-tagline,
.parsoid-body,
.rt-tooltip,
.signpost-sidebar div,
.suggestions-result,
.thumbcaption,
.tocnumber,
.wikitable,
[style*="color:black"],
[style="color: #000000;"],
caption,
code,
i,
li,
p {
color: #bff3f8!important;
text-shadow: 1px 1px #000!important;
}
/*__ Khaki _____________________________________________________________________________________*/
#paymenttype-table-header,
#radiobuttons-table-header,
.central-featured-lang small span,
.citation.book,
.infobox td,
.infobox th,
[id*="-label"],
h1,
h2,
th {
color: #24f8f5!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*__ Burlywood _____________________________________________________________________________*/
.mw-body-content tr:not(:first-child) td:first-child,
b,
h3,
h4,
tr[bgcolor="#CCCCCC"] {
color: #9454c9!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*__ <NAME> _________________________________________________________________________*/
.fileinfo-paramfield,
.mw-parser-output #mp-left,
.mw-parser-output #mp-topbanner,
.mw-parser-output .mp-h2,
h5,
h6 {
color: #F0A060!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Blue ______________________________________________________________________________________*/
li.gallerybox i,
#footer ul #footer-info-lastmod,
.k-player .time-disp,
.plainlinks {
color: #07beff!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Green _____________________________________________________________________________________*/
.money {
color: #0f0!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Red ______________________________________________________________________________________*/
#mwe-popups-settings-off + label > span {
color: #f00!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*_______________________________________________________________________________________________*/
.a-input-text,
.lang-list-button,
input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
background-color: #1d0909!important;
border-radius: 22px!important;
color: #00f5ff!important;
}
/*_______________________________________________________________________________________________*/
::selection {
background: #00e2bd!important;
text-shadow: none;
color: #034063 !important;
}
pre::selection {
background: #ff9!important;
color: #fff!important;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #f48f8f;
opacity: 1;
/* Firefox */
}
/*__ Misc ________________________________________________________________________________________*/
.mw-parser-output .cs1-subscription,
.mw-parser-output .cs1-registration {
color: #fb7676!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
/*___________________________________________________________________________________________*/
html,
body {
background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important;
background-attachment: fixed!important;
}
.suggestions-special {
background-color: #240606;
}
/*___ Background Gray __________________________________________________________________________*/
#mw-head,
.footer,
.mw-mmv-image-metadata,
.mw-mmv-post-image {
background-color: #272727!important;
}
#filetoc {
background-color: #272727!important;
}
/*___ Background 0000 __________________________________________________________________________*/
.fileinfo-paramfield,
.infobox td,
.k-player .control-bar,
.k-player .play-btn-large,
.navbox,
.navbox-subgroup,
.vendor_container,
[id*="-label"],
[style*="background:#"],
[style="margin-right: 14px; margin-bottom: 5px; padding-top: 7px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; background: beige; border:4px ridge #4B5320;"],
table.ombox,
th {
background: rgba(255, 2, 2, 0)!important;
}
/*___ Background-color 0000 ____________________________________________________________________*/
#centralized-discussion-label,
#content .gallerybox div.thumb,
#mp-topbanner,
#simpleSearch,
#site-wrap,
.aboutUsWrapper,
.app-badges,
.bookshelf .text,
.catlinks,
.extra-blue,
.mw-body,
.mw-body-content h2,
.mw-warning,
.mw_metadata td,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand,
.navbox-abovebelow,
.navbox-even,
.navbox-subgroup .navbox-title,
.parsoid-body,
.plainlinks,
.pure-button-primary-progressive,
.suggestions-results,
.toc,
.toccolours,
[style*="background-color:"],
body,
div.thumbinner,
html .thumbimage,
th.navbox-group,
tr[bgcolor="#CCCCCC"] {
background-color: rgba(27, 27, 27, .95)!important;
}
/*___ Faded Background bottom (Usually expand paragraph) _____________________________________*/
.mwe-popups .mwe-popups-extract[dir="ltr"]:after {
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(120, 224, 240, 0.13))!important;
}
/*______________________________________________________________________________________________*/
#simpleSearch,
.vectorTabs,
.vectorTabs span,
.vectorTabs ul li,
.vectorTabs ul,
body {
background-image: none!important;
}
/*______________________________________________________________________________________________*/
pre,
code {
background: #111!important;
background: url(https://image.ibb.co/e8fWZk/red_carbon_pattern_by_mystica_264_d4ceu9m.png) #111!important;
background: url(https://image.ibb.co/msdy5U/Red_Fabric.jpg) #111!important;
}
/*__ Blue ______________________________________________________________________________________*/
.amount-options input[type="radio"]:checked + label,
.frequency-options input[type="radio"]:checked + label,
.frequency-options label.checked,
.mw-ui-button.mw-ui-progressive,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
border-radius: 10px!important;
border: none!important;
background-image: linear-gradient(to bottom right, #05497F, #000)!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.amount-options input[type="radio"]:checked + label:hover,
.frequency-options input[type="radio"]:checked + label:hover,
.frequency-options label.checked:hover,
.mw-ui-button.mw-ui-progressive:hover,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-image: linear-gradient(to bottom right, #06508F, #000)!important;
color: #ff0!important;
}
.amount-options input[type="radio"]:checked + label:active,
.frequency-options input[type="radio"]:checked + label:active,
.frequency-options label.checked:active,
.mw-ui-button.mw-ui-progressive:active,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Light Blue __________________________________________________________________________*/
.frequency-options label,
.mw-ui-button {
background-image: linear-gradient(to bottom right, #4d87bc, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.frequency-options label:hover,
.mw-ui-button:hover {
background-image: linear-gradient(to bottom right, #5e98cd, #000)!important;
color: #ff0!important;
}
.frequency-options label:active,
.mw-ui-button:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Green _______________________________________________________________________________*/
.amount-options label {
background-image: linear-gradient(to bottom right, #81BC2E, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.amount-options label:hover {
background-image: linear-gradient(to bottom right, #92cd3f, #000)!important;
color: #ff0!important;
}
.amount-options label:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Plain Black ______________________________________________________________________*/
#donate-form-wrapper,
#mw-panel,
.MainPageBG,
.lang-list-container,
.mw-body,
.shortcutbox.plainlist,
.toc,
.vertical-navbox,
div.refbegin,
div.reflist,
table[style*="background: #f9f9f9"] {
background-color: #272727 !important;
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(20, 199, 183), rgb(0, 255, 73) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(7, 249, 252, .95)!important;
}
#donate-form-wrapper:hover,
#mw-panel:hover,
.lang-list-container:hover,
.mw-body:hover,
.shortcutbox.plainlist:hover,
.toc:hover,
.vertical-navbox:hover,
div.refbegin:hover,
div.reflist:hover,
table[style*="background: #f9f9f9"]:hover {
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(8, 255, 60), rgb(0, 255, 73) 0 1px 0!important;
}
/*__ Plain _________________________________________________________________________________*/
#mwe-popups-settings,
.app-badges .footer-sidebar-content,
.infobox,
.mw-parser-output #mp-left,
.mw-parser-output #mp-lower,
.mw-parser-output #mp-middle,
.mw-parser-output #mp-right,
.mw-mmv-dialog,
.mwe-popups,
.mw-parser-output .module-shortcutboxplain,
.mw-parser-output #mp-other-lower,
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-up.mwe-popups-no-image-pointer.mwe-popups-is-not-tall,
.oo-ui-panelLayout-framed,
.rt-tooltip,
.suggestions,
.suggestions-dropdown,
.ui-state-default:not(.ui-icon_link):not(.k-options),
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "],
[style="padding:0.1em 0.6em 0.5em;"],
li.gallerybox,
html body.mediawiki .mbox-small,
table.wikitable {
background-color: rgb(38, 74, 82)!important;
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(20, 199, 183), rgb(0, 255, 73) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
#mwe-popups-settings:hover,
.app-badges .footer-sidebar-content:hover,
.infobox:hover,
.mw-parser-output .module-shortcutboxplain:hover,
.mw-parser-output #mp-other-lower:hover,
.mw-parser-output #mp-left:hover,
.mw-parser-output #mp-lower:hover,
.mw-parser-output #mp-middle:hover,
.mw-parser-output #mp-right:hover,
.mw-mmv-dialog:hover,
.mwe-popups:hover,
.oo-ui-panelLayout-framed:hover,
.rt-tooltip:hover,
.suggestions-dropdown:hover,
.suggestions:hover,
.ui-state-default:not(.ui-icon_link):not(.k-options):hover,
[role="region"]:hover,
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "]:hover,
[style="padding:0.1em 0.6em 0.5em;"]:hover,
li.gallerybox:hover,
html body.mediawiki .mbox-small:hover,
table.wikitable:hover {
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(8, 255, 60), rgb(0, 255, 73) 0 1px 0!important;
}
/*___ Red Gradient _________________________________________________________________*/
.suggestions-result-current {
background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*___ Blue/Green Gradient _________________________________________________________________*/
.vectorTabs .selected {
background: linear-gradient(to bottom, #0b3002 0%, #055947 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*__ Red Gradient _____________________________________________________________________*/
.cbnnr,
.cbnnr-main,
.box-header-title-container,
.mw-parser-output .itn-special {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #300000, #000 100%)!important;
}
/*__ Yellowish Green Gradient __________________________________________________________________*/
ppp {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #F0E890 0%, #000 100%)!important;
text-shadow: 1px 1px #555!important;
}
/*__ Light Purple Gradient ___________________________________________________________*/
.cnotice {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #ddcef2 0%, #000 100%)!important;
text-shadow: 1px 1px #555!important;
}
/*__ Dark Overlay ___________________________________________________________________________*/
.mwe-popups-overlay {
background-color: rgba(0, 0, 0, 0.9)!important;
}
/*___ Highlight Background _________________________________________________________*/
.mw-body-content tr:not(:first-child):hover,
#mw-imagepage-section-globalusage ul:first-of-type li:hover,
.suggestion-link.active,
li:hover {
background: linear-gradient(to right, #38383842, #0000)!important;
border-left-color: #434343!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
/*___________________________________________________________________________________________*/
#mw-imagepage-section-globalusage li,
#instagram a img,
.col-md-4,
.col-sm-4,
.langlist,
.other-project,
.product_grid > .product_image,
.product_thumb,
.suggestion-link,
[role="region"],
li,
p,
table.wikitable > * > tr > td {
filter: none;
}
/*___________________________________________________________________________________________*/
#instagram a img:hover,
#mw-imagepage-section-globalusage li:hover > a,
#mw-imagepage-section-globalusage li:hover,
.cnotice,
.cnotice-message p,
.col-md-4:hover,
.col-sm-4:hover,
.langlist:hover,
.mw-body-content tr:not(:first-child):hover td,
.mw-mmv-dialog p,
.mwe-popups-extract p,
.other-project:hover,
.product_grid > .product_image:hover,
.product_thumb:hover,
.suggestion-link.active p,
.suggestion-link.active,
.vector-menu-tabs .selected,
[role="region"]:hover,
li:hover,
p:hover,
table.wikitable > * > tr > td:hover {
filter: brightness(100%)!important;
}
/*___________________________________________________________________________________________*/
img {
border-radius: 22px!important;
}
pppimg:hover {
transform: scale(1.5, 1.5)!important;
}
/*___________________________________________________________________________________________*/
selector,
selector:first-child {
border-top-left-radius: 22px!important;
border-top-right-radius: 22px!important;
}
selector,
selector:last-child {
border-bottom-left-radius: 22px!important;
border-bottom-right-radius: 22px!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
[src="portal/wikipedia.org/assets/img/Wikipedia_wordmark.png"] {
background: url(http://image.ibb.co/iFOOGG/9tw9fg_Eybcj_174x30.png) no-repeat!important;
box-sizing: border-box!important;
width: 174px!important;
height: 30px!important;
padding-left: 174px!important;
}
.mw-wiki-logo {
background-image: url(http://image.ibb.co/nDinAb/enwiki.png)!important;
filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(134deg) !important;
}
.svg-Wikipedia_wordmark {
background: url(http://image.ibb.co/jnYB26/wikipedia_176x32.png) no-repeat!important;
box-sizing: border-box!important;
width: 176px!important;
height: 32px!important;
padding-left: 176px!important;
}
[data-jsl10n="search-input-button"] {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box!important;
width: 26px!important;
height: 42px!important;
padding-left: 26px!important;
}
/* CC Button _______________________________________________________________*/
.ui-icon-comment {
background: url(https://i.ibb.co/pvz7fLj/closed-caption.png) no-repeat!important;
box-sizing: border-box;
}
.ui-icon-comment {
background-size: 23px!important;
height: 29px!important;
padding-left: 24px!important;
}
/* Checkmark _______________________________________________________________*/
.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
border: none;
}
/* Checked ________________________*/
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important;
box-sizing: border-box;
}
/* Unchecked ________________________*/
.oo-ui-checkboxInputWidget [type='checkbox'] + span {
background: url(https://i.ibb.co/fM9ptv1/checkbox-empty.png) no-repeat!important;
box-sizing: border-box;
}
.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
background-size: 32px!important;
padding-left: 34px!important;
height: 35px;
}
/* Lock _______________________________________________________________*/
[title="This article is semi-protected."] img {
background: url(https://i.ibb.co/PDvx7bz/lock124x124.png) no-repeat!important;
box-sizing: border-box;
}
[title="This article is semi-protected."] img {
background-size: 26px!important;
height: 43px!important;
padding-left: 30px!important;
width: 10px!important;
}
/* Play Button _______________________________________________________________*/
.ui-icon-play {
background: url(https://i.ibb.co/WBkLRWM/player-play-60x60.png) no-repeat!important;
box-sizing: border-box;
}
.ui-icon-play {
background-size: 23px!important;
height: 29px!important;
padding-left: 24px!important;
}
/* Search _______________________________________________________________*/
#searchButton {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box;
}
#searchButton {
background-size: 15px!important;
height: 26px!important;
padding-left: 22px!important;
width: 10px!important;
}
/* Speaker _______________________________________________________________*/
[title="About this sound"] img {
background: url(https://i.ibb.co/ZY3T4Mm/volume-soft-medium-loud-37x38.png) no-repeat !important;
box-sizing: border-box;
}
[title="About this sound"] img {
background-size: 32px!important;
height: 26px!important;
padding-left: 30px!important;
width: 10px!important;
}
.ui-icon-volume-on {
background: url(https://i.ibb.co/cNC9z5T/volume-none-54x54.png) no-repeat !important;
box-sizing: border-box;
}
.ui-icon-volume-on {
background-size: 32px!important;
height: 26px!important;
padding-left: 20px!important;
}
}
/* me */
.mw-body-content {
background: #272727 !important;
}
li > ul > li,
li {
border: 1px solid #272727 !important;
}
li:hover {
/*background: rgb(27, 27, 27)!important;*/
border: 1px solid cyan !important;
}
.toc a {
color: green;
}
.cslist li,
.cslist li a,
.plainlist ul li,
.infobox a {
background: rgb(38, 74, 82)!important;
text-shadow: none !important;
border: 1px solid rgb(38, 74, 82) !important;
}
.cslist li a:hover,
.plainlist ul li {
border: 1px solid cyan;
}
.infobox tbody th {
background: rgb(38, 74, 82)!important;
}
.infobox tbody tr th[colspan="2"] {
background: none;
border: 1px solid white;
border-radius: 4px;
}
.mw-body-content h2 {
background: #035a5a !important;
width: 100% !important;
margin-left: 0px;
}
html .thumbinner{
background: none !important;
}
table.wikitable {
background: none !important;
}
table.wikitable {
box-shadow: none !important;
}
table.wikitable:hover{
box-shadow: none !important;
}
table.wikitable tr, table.wikitable tr th, table.wikitable tr td {
border: 1px solid #236588 !important;
}
.mw-headline{
padding-left: 5px;
}
#firstHeading{
background: none;
color: #00c9ff !important;
}
.mw-wiki-logo{
margin-top: 2px;
border-radius: 8px;
} | wikipediaDarkRedux.css | @-moz-document domain("wikipedia.org"),
domain("www.wikipedia.org"),
regexp("https?://(www.)?wikipedia.org/(.*)") {
::-webkit-scrollbar {
/* Width */
width: 1.2em!important;
}
/* Color of handle ___________________________________________________________________________*/
::-webkit-scrollbar-thumb {
background: #00d5ff!important;
background-image: linear-gradient(to right, rgba(0, 255, 240, .95), rgb(0, 112, 113)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(0, 150, 179) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover {
background: #00d5ff!important;
background-image: linear-gradient(to left, rgba(49, 255, 247, .95), rgb(4, 255, 209)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(255, 0, 0, .26), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/* Color of Track ______________________________________________________________________________*/
::-webkit-scrollbar-track {
background: rgb(26, 26, 26)!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
/* Color of handles at top and bottom ___________________________________________________________*/
::-webkit-scrollbar-button {
background: #00efff!important;
box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(56, 108, 255) 0 1px 0!important;
}
/* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/
::-webkit-scrollbar-corner {
background: #00fff5ab!important;
box-shadow: inset 0 12px 13px rgba(139, 248, 255, .99), rgb(56, 109, 117) 0 1px 0!important;
}
::-webkit-scrollbar-corner:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgb(7, 65, 255), rgb(0, 255, 245) 0 1px 0!important;
}
::-webkit-scrollbar {
/* Width */
width: 1.0em!important;
}
/* Color of handle ___________________________________________________________________________*/
::-webkit-scrollbar-thumb {
background: #00d5ff!important;
background-image: linear-gradient(to right, rgba(0, 255, 240, .95), rgb(0, 112, 113)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgb(0, 150, 179) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover {
background: #00d5ff!important;
background-image: linear-gradient(to left, rgba(49, 255, 247, .95), rgb(4, 255, 209)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(255, 0, 0, .26), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/* Color of Track ______________________________________________________________________________*/
::-webkit-scrollbar-track {
background: rgb(26, 26, 26)!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
/* Color of handles at top and bottom ___________________________________________________________*/
::-webkit-scrollbar-button {
background: #00fff5ab!important;
box-shadow: inset 0 12px 13px rgba(139, 248, 255, .99), rgb(56, 109, 117) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgb(7, 65, 255), rgb(0, 255, 245) 0 1px 0!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("www.wikipedia.org"),
regexp("https?://(www.)?wikipedia.org/(.*)") {
/*_____________________________________________________________________________________*/
* {
text-decoration: none!important;
}
.k-player .k-options {
text-transform: capitalize;
}
#filetoc,
#mp-dyk-h2,
#mp-itn-h2,
#mp-lang,
#mp-otd-h2,
#mp-other,
#mp-sister,
#mp-tfa-h2,
.catlinks,
.k-player .k-options,
.lang-list-button,
.licensetpl_wrapper,
.mw-body,
.mw-parser-output #mp-other-lower,
.mw-parser-output #mp-tfl-h2,
.mw-parser-output #mp-tfp-h2,
.mw-parser-output #mp-topbanner,
.mw-warning,
.toc,
.toccolours,
:focus,
[id*="-label"],
[style*="border:2px solid #e0e0e0"],
[style*="margin-top:2em; border:1px #FFFFFF solid;"],
[style="background:#CEDFF2; text-align:center; padding:1px; border-bottom:1px #B8C7D9 solid;"],
[style="border:1px #FFFFFF solid; overflow:auto;"],
[style="border:1px solid #B8C7D9; padding:0px;"],
[style="margin-top:2em;border:1px #FFFFFF solid;text-align:center;"],
div.thumbinner,
html .thumbimage,
li.gallerybox div.thumb,
table.fmbox,
table.ombox {
/* border: none!important;*/
outline: none!important;
box-shadow: none!important;
background: none !important;
border: 1px solid cyan;
border-radius: 22px;
}
#mp-dyk-h2,
#mp-otd-h2,
#mp-tfa-h2,
-itn-h2,
[style*="margin-top:2em; border:1px #FFFFFF solid;"] {
border-top: 1px solid #fff!important;
}
.mw-parser-output #mp-topbanner {
border-bottom: 1px solid #fff!important;
}
.MainPageBG {
border-spacing: 1rem!important;
}
#instagram {
white-space: pre-wrap!important;
overflow-x: hidden!important;
}
table[style*="background: #f9f9f9"] {
border-collapse: separate!important;
}
.navbox-inner,
.navbox-subgroup,
.wikitable.sortable.jquery-tablesorter {
border-collapse: collapse!important;
border: 1px solid #ccc!important;
}
.navbox-inner th,
.navbox-subgroup td,
.wikitable.sortable.jquery-tablesorter td {
border: 1px solid #ccc!important;
}
[lang="en"] {
text-align: left!important;
}
.mw-body-content tr {
font-size: 0.875em;
font-size: calc(1em * 0.875);
line-height: 2.6;
}
.vertical-navbox,
.infobox,
div.floatright,
div.tright {
position: relative!important;
z-index: 9!important;
}
/*___ Fonts __________________________________________________________________________________*/
.rt-tooltip,
.mw-body-content tr,
big,
table {
font-size: 18px!important;
}
#mw-panel .portal .body li,
#mwe-popups-settings main form label {
font-size: 15px!important;
}
.vector-menu-portal .body li,
.vector-menu-portal .vector-menu-content li,
.mw-body-content {
font-size: 1.25em!important;
}
.mwe-popups-extract p {
font-size: 21px!important;
line-height: 29px!important;
word-wrap: break-word !important;
white-space: -webkit-pre-wrap!important;
float: left!important;
width: 71%;
}
.mwe-popups-discreet svg .mwe-popups-is-tall {
float: left!important;
position: absolute!important;
white-space: pre-wrap!important;
word-break: break-all!important;
}
.rt-tooltip,
.mw-body-content tr {
line-height: 1.6;
}
.mw-body .mw-indicators {
line-height: 0.6;
}
/*___ Remove Items ___________________________________________________________________________*/
[id*="ContentPane"]:empty {
left: -9999px!important;
position: absolute!important;
top: -9999px!important;
}
/*___ Left/Right/Top/Bottom ___________________________________________________________________*/
#mw-panel {
top: 78px!important;
}
.mw-body {
margin-top: 13px!important;
}
.mwPlayerContainer {
margin-top: 32px;
}
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
margin-left: 2rem;
}
li {
margin-bottom: 1.1em!important;
}
.mw-body,
#mw-head-base,
#left-navigation,
#mw-data-after-content,
#footer {
margin-left: 13em;
}
.vectorTabs li a {
padding-left: 4.615em;
}
.k-player .rButton,
.k-player .volume_control {
margin-right: 9px;
width: 36px;
}
.k-player .play_head {
left: 46px!important;
right: 248px!important;
}
.volume-slider {
margin-left: -23px!important;
margin-top: 8px!important;
}
.k-player .k-options {
margin-left: 12px;
margin-right: 12px;
margin-top: 5px;
}
td .k-player .control-bar {
bottom: -18px;
}
/*___ Margins _______________________________________________________________________________*/
#instagram a img,
#mw-panel,
li.gallerybox,
.infobox,
.mw-body-content,
.mw-parser-output #mp-left,
.mw-parser-output #mp-lower,
.mw-parser-output #mp-middle,
.mw-parser-output #mp-other-lower,
.mw-parser-output #mp-right,
.shortcutbox.plainlist,
.toc,
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "] {
margin: 12px!important;
}
#mp-dyk li {
margin: 12px 0!important;
}
.mw-body-content p {
margin: 0.5em 28rem 0 0!important;
}
table.wikitable {
margin: 3rem auto;
}
td[style="width:90px;"] p {
margin: 17px!important;
}
/*___ Paddings ______________________________________________________________________________*/
.infobox,
.mw-body-content,
.mw-parser-output #mp-left,
.mw-parser-output #mp-right,
.shortcutbox.plainlist,
.toc,
li.gallerybox,
[style="padding:0.1em 0.6em 0.5em;"],
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "],
table.wikitable,
table[style*="background: #f9f9f9"] {
padding: 12px!important;
}
.vector-menu-tabs li a {
padding: 13px 16px!important;
}
#mw-imagepage-section-globalusage li {
padding: 6px!important;
}
/*___ Heights _______________________________________________________________________________*/
selector {
Max-height: none!important;
}
.mwe-popups,
.mwe-popups-extract,
#instagram {
height: auto!important;
}
.k-player .control-bar {
height: 31px!important;
}
/*___ Widths ________________________________________________________________________________*/
selector {
max-width: none!important;
}
.mwe-popups,
.rt-tooltip,
.mwe-popups-extract,
html body.mediawiki .mbox-small-left {
width: auto!important;
white-space: pre-line!important;
}
div.reflist,
div.refbegin {
width: 100%!important;
}
.container {
width: 98%!important;
}
.mw-body-content p,
ol.references {
width: 91%!important;
}
.MainPageBG li {
width: 85%!important;
}
td[style="width:90px;"] {
width: 1%!important;
}
html body.mediawiki .mbox-small,
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "] {
width: 48.33%!important;
}
#content .gallerybox div.thumb,
li.gallerybox [style="width: 155px"],
table[style*="background: #f9f9f9"] {
width: 100%!important;
}
.mediawiki .mbox-small > ul > li span:nth-child(2) {
width: 55%!important;
}
.mw-parser-output #mp-left {
width: 54%;
}
[aria-labelledby*="-label"]:not([role="navigation"]) {
width: 31.5%!important;
}
.wikitable > * > tr > th:nth-child(3) {
width: 25%!important;
}
li.gallerybox {
width: 16%!important;
}
[style="width:20%; vertical-align:top; padding-top: .5em;"] {
width: 32%!important;
}
.mwPlayerContainer.k-player[style="width: 405px;position: relative;height: 27px;"] {
width: 21em!important;
}
.mwPlayerContainer.k-player[style="width: 120px; position: relative; height: 20px;"] {
width: 24em!important;
}
#mw-panel {
width: 11em!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
a[href],
td span {
color: #0ff!important;
text-shadow: 1px 1px #000!important;
}
a[href]:visited {
color: #065853!important;
text-shadow: 1px 1px #000!important;
}
/*______________________________________________________________________________________________*/
#mwe-popups-settings-simple + label > span,
.k-player .k-options:hover,
.vector-menu-tabs .selected a,
.vectorTabs .selected,
a[href]:hover span,
a[href]:hover,
h1,
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
color: #00fea2!important;
/*text-shadow: 1px 1px #000!important;*/
background: none !important;
}
/*______________________________________________________________________________________________*/
#mp-topbanner,
#mwe-popups-settings main form label,
.central-featured-lang small,
.cnotice,
.cnotice-message p,
.external.text,
.footer-sidebar-text,
.k-player .k-options,
.mbox-text.plainlist,
.mw-body,
.other-project-tagline,
.parsoid-body,
.rt-tooltip,
.signpost-sidebar div,
.suggestions-result,
.thumbcaption,
.tocnumber,
.wikitable,
[style*="color:black"],
[style="color: #000000;"],
caption,
code,
i,
li,
p {
color: #bff3f8!important;
text-shadow: 1px 1px #000!important;
}
/*__ Khaki _____________________________________________________________________________________*/
#paymenttype-table-header,
#radiobuttons-table-header,
.central-featured-lang small span,
.citation.book,
.infobox td,
.infobox th,
[id*="-label"],
h1,
h2,
th {
color: #24f8f5!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*__ Burlywood _____________________________________________________________________________*/
.mw-body-content tr:not(:first-child) td:first-child,
b,
h3,
h4,
tr[bgcolor="#CCCCCC"] {
color: #9454c9!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*__ <NAME> _________________________________________________________________________*/
.fileinfo-paramfield,
.mw-parser-output #mp-left,
.mw-parser-output #mp-topbanner,
.mw-parser-output .mp-h2,
h5,
h6 {
color: #F0A060!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Blue ______________________________________________________________________________________*/
li.gallerybox i,
#footer ul #footer-info-lastmod,
.k-player .time-disp,
.plainlinks {
color: #07beff!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Green _____________________________________________________________________________________*/
.money {
color: #0f0!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*___ Red ______________________________________________________________________________________*/
#mwe-popups-settings-off + label > span {
color: #f00!important;
font-weight: 700!important;
text-shadow: 1px 1px #000!important;
}
/*_______________________________________________________________________________________________*/
.a-input-text,
.lang-list-button,
input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
background-color: #1d0909!important;
border-radius: 22px!important;
color: #00f5ff!important;
}
/*_______________________________________________________________________________________________*/
::selection {
background: #00e2bd!important;
text-shadow: none;
color: #034063 !important;
}
pre::selection {
background: #ff9!important;
color: #fff!important;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #f48f8f;
opacity: 1;
/* Firefox */
}
/*__ Misc ________________________________________________________________________________________*/
.mw-parser-output .cs1-subscription,
.mw-parser-output .cs1-registration {
color: #fb7676!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
/*___________________________________________________________________________________________*/
html,
body {
background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important;
background-attachment: fixed!important;
}
.suggestions-special {
background-color: #240606;
}
/*___ Background Gray __________________________________________________________________________*/
#mw-head,
.footer,
.mw-mmv-image-metadata,
.mw-mmv-post-image {
background-color: #272727!important;
}
#filetoc {
background-color: #272727!important;
}
/*___ Background 0000 __________________________________________________________________________*/
.fileinfo-paramfield,
.infobox td,
.k-player .control-bar,
.k-player .play-btn-large,
.navbox,
.navbox-subgroup,
.vendor_container,
[id*="-label"],
[style*="background:#"],
[style="margin-right: 14px; margin-bottom: 5px; padding-top: 7px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; background: beige; border:4px ridge #4B5320;"],
table.ombox,
th {
background: rgba(255, 2, 2, 0)!important;
}
/*___ Background-color 0000 ____________________________________________________________________*/
#centralized-discussion-label,
#content .gallerybox div.thumb,
#mp-topbanner,
#simpleSearch,
#site-wrap,
.aboutUsWrapper,
.app-badges,
.bookshelf .text,
.catlinks,
.extra-blue,
.mw-body,
.mw-body-content h2,
.mw-warning,
.mw_metadata td,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand,
.navbox-abovebelow,
.navbox-even,
.navbox-subgroup .navbox-title,
.parsoid-body,
.plainlinks,
.pure-button-primary-progressive,
.suggestions-results,
.toc,
.toccolours,
[style*="background-color:"],
body,
div.thumbinner,
html .thumbimage,
th.navbox-group,
tr[bgcolor="#CCCCCC"] {
background-color: rgba(27, 27, 27, .95)!important;
}
/*___ Faded Background bottom (Usually expand paragraph) _____________________________________*/
.mwe-popups .mwe-popups-extract[dir="ltr"]:after {
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(120, 224, 240, 0.13))!important;
}
/*______________________________________________________________________________________________*/
#simpleSearch,
.vectorTabs,
.vectorTabs span,
.vectorTabs ul li,
.vectorTabs ul,
body {
background-image: none!important;
}
/*______________________________________________________________________________________________*/
pre,
code {
background: #111!important;
background: url(https://image.ibb.co/e8fWZk/red_carbon_pattern_by_mystica_264_d4ceu9m.png) #111!important;
background: url(https://image.ibb.co/msdy5U/Red_Fabric.jpg) #111!important;
}
/*__ Blue ______________________________________________________________________________________*/
.amount-options input[type="radio"]:checked + label,
.frequency-options input[type="radio"]:checked + label,
.frequency-options label.checked,
.mw-ui-button.mw-ui-progressive,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
border-radius: 10px!important;
border: none!important;
background-image: linear-gradient(to bottom right, #05497F, #000)!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.amount-options input[type="radio"]:checked + label:hover,
.frequency-options input[type="radio"]:checked + label:hover,
.frequency-options label.checked:hover,
.mw-ui-button.mw-ui-progressive:hover,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-image: linear-gradient(to bottom right, #06508F, #000)!important;
color: #ff0!important;
}
.amount-options input[type="radio"]:checked + label:active,
.frequency-options input[type="radio"]:checked + label:active,
.frequency-options label.checked:active,
.mw-ui-button.mw-ui-progressive:active,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Light Blue __________________________________________________________________________*/
.frequency-options label,
.mw-ui-button {
background-image: linear-gradient(to bottom right, #4d87bc, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.frequency-options label:hover,
.mw-ui-button:hover {
background-image: linear-gradient(to bottom right, #5e98cd, #000)!important;
color: #ff0!important;
}
.frequency-options label:active,
.mw-ui-button:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Green _______________________________________________________________________________*/
.amount-options label {
background-image: linear-gradient(to bottom right, #81BC2E, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.amount-options label:hover {
background-image: linear-gradient(to bottom right, #92cd3f, #000)!important;
color: #ff0!important;
}
.amount-options label:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Plain Black ______________________________________________________________________*/
#donate-form-wrapper,
#mw-panel,
.MainPageBG,
.lang-list-container,
.mw-body,
.shortcutbox.plainlist,
.toc,
.vertical-navbox,
div.refbegin,
div.reflist,
table[style*="background: #f9f9f9"] {
background-color: #272727 !important;
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(20, 199, 183), rgb(0, 255, 73) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(7, 249, 252, .95)!important;
}
#donate-form-wrapper:hover,
#mw-panel:hover,
.lang-list-container:hover,
.mw-body:hover,
.shortcutbox.plainlist:hover,
.toc:hover,
.vertical-navbox:hover,
div.refbegin:hover,
div.reflist:hover,
table[style*="background: #f9f9f9"]:hover {
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(8, 255, 60), rgb(0, 255, 73) 0 1px 0!important;
}
/*__ Plain _________________________________________________________________________________*/
#mwe-popups-settings,
.app-badges .footer-sidebar-content,
.infobox,
.mw-parser-output #mp-left,
.mw-parser-output #mp-lower,
.mw-parser-output #mp-middle,
.mw-parser-output #mp-right,
.mw-mmv-dialog,
.mwe-popups,
.mw-parser-output .module-shortcutboxplain,
.mw-parser-output #mp-other-lower,
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-up.mwe-popups-no-image-pointer.mwe-popups-is-not-tall,
.oo-ui-panelLayout-framed,
.rt-tooltip,
.suggestions,
.suggestions-dropdown,
.ui-state-default:not(.ui-icon_link):not(.k-options),
[role="region"],
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "],
[style="padding:0.1em 0.6em 0.5em;"],
li.gallerybox,
html body.mediawiki .mbox-small,
table.wikitable {
background-color: rgb(38, 74, 82)!important;
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(20, 199, 183), rgb(0, 255, 73) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
#mwe-popups-settings:hover,
.app-badges .footer-sidebar-content:hover,
.infobox:hover,
.mw-parser-output .module-shortcutboxplain:hover,
.mw-parser-output #mp-other-lower:hover,
.mw-parser-output #mp-left:hover,
.mw-parser-output #mp-lower:hover,
.mw-parser-output #mp-middle:hover,
.mw-parser-output #mp-right:hover,
.mw-mmv-dialog:hover,
.mwe-popups:hover,
.oo-ui-panelLayout-framed:hover,
.rt-tooltip:hover,
.suggestions-dropdown:hover,
.suggestions:hover,
.ui-state-default:not(.ui-icon_link):not(.k-options):hover,
[role="region"]:hover,
[style*="float:left; box-sizing:border-box; margin:0.2em 0; width:50%; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; padding:0.1em; "]:hover,
[style="padding:0.1em 0.6em 0.5em;"]:hover,
li.gallerybox:hover,
html body.mediawiki .mbox-small:hover,
table.wikitable:hover {
box-shadow: inset 0 0 1px rgba(7, 112, 110, .4), rgb(0, 233, 255) 0 1px 0, 2px 2px 1px rgb(8, 255, 60), rgb(0, 255, 73) 0 1px 0!important;
}
/*___ Red Gradient _________________________________________________________________*/
.suggestions-result-current {
background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*___ Blue/Green Gradient _________________________________________________________________*/
.vectorTabs .selected {
background: linear-gradient(to bottom, #0b3002 0%, #055947 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*__ Red Gradient _____________________________________________________________________*/
.cbnnr,
.cbnnr-main,
.box-header-title-container,
.mw-parser-output .itn-special {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #300000, #000 100%)!important;
}
/*__ Yellowish Green Gradient __________________________________________________________________*/
ppp {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #F0E890 0%, #000 100%)!important;
text-shadow: 1px 1px #555!important;
}
/*__ Light Purple Gradient ___________________________________________________________*/
.cnotice {
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
background: linear-gradient(to bottom, #ddcef2 0%, #000 100%)!important;
text-shadow: 1px 1px #555!important;
}
/*__ Dark Overlay ___________________________________________________________________________*/
.mwe-popups-overlay {
background-color: rgba(0, 0, 0, 0.9)!important;
}
/*___ Highlight Background _________________________________________________________*/
.mw-body-content tr:not(:first-child):hover,
#mw-imagepage-section-globalusage ul:first-of-type li:hover,
.suggestion-link.active,
li:hover {
background: linear-gradient(to right, #38383842, #0000)!important;
border-left-color: #434343!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
/*___________________________________________________________________________________________*/
#mw-imagepage-section-globalusage li,
#instagram a img,
.col-md-4,
.col-sm-4,
.langlist,
.other-project,
.product_grid > .product_image,
.product_thumb,
.suggestion-link,
[role="region"],
li,
p,
table.wikitable > * > tr > td {
filter: none;
}
/*___________________________________________________________________________________________*/
#instagram a img:hover,
#mw-imagepage-section-globalusage li:hover > a,
#mw-imagepage-section-globalusage li:hover,
.cnotice,
.cnotice-message p,
.col-md-4:hover,
.col-sm-4:hover,
.langlist:hover,
.mw-body-content tr:not(:first-child):hover td,
.mw-mmv-dialog p,
.mwe-popups-extract p,
.other-project:hover,
.product_grid > .product_image:hover,
.product_thumb:hover,
.suggestion-link.active p,
.suggestion-link.active,
.vector-menu-tabs .selected,
[role="region"]:hover,
li:hover,
p:hover,
table.wikitable > * > tr > td:hover {
filter: brightness(100%)!important;
}
/*___________________________________________________________________________________________*/
img {
border-radius: 22px!important;
}
pppimg:hover {
transform: scale(1.5, 1.5)!important;
}
/*___________________________________________________________________________________________*/
selector,
selector:first-child {
border-top-left-radius: 22px!important;
border-top-right-radius: 22px!important;
}
selector,
selector:last-child {
border-bottom-left-radius: 22px!important;
border-bottom-right-radius: 22px!important;
}
}
@-moz-document domain("wikipedia.org"),
domain("store.wikimedia.org"),
domain("donate.wikimedia.org") {
[src="portal/wikipedia.org/assets/img/Wikipedia_wordmark.png"] {
background: url(http://image.ibb.co/iFOOGG/9tw9fg_Eybcj_174x30.png) no-repeat!important;
box-sizing: border-box!important;
width: 174px!important;
height: 30px!important;
padding-left: 174px!important;
}
.mw-wiki-logo {
background-image: url(http://image.ibb.co/nDinAb/enwiki.png)!important;
filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(134deg) !important;
}
.svg-Wikipedia_wordmark {
background: url(http://image.ibb.co/jnYB26/wikipedia_176x32.png) no-repeat!important;
box-sizing: border-box!important;
width: 176px!important;
height: 32px!important;
padding-left: 176px!important;
}
[data-jsl10n="search-input-button"] {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box!important;
width: 26px!important;
height: 42px!important;
padding-left: 26px!important;
}
/* CC Button _______________________________________________________________*/
.ui-icon-comment {
background: url(https://i.ibb.co/pvz7fLj/closed-caption.png) no-repeat!important;
box-sizing: border-box;
}
.ui-icon-comment {
background-size: 23px!important;
height: 29px!important;
padding-left: 24px!important;
}
/* Checkmark _______________________________________________________________*/
.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
border: none;
}
/* Checked ________________________*/
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important;
box-sizing: border-box;
}
/* Unchecked ________________________*/
.oo-ui-checkboxInputWidget [type='checkbox'] + span {
background: url(https://i.ibb.co/fM9ptv1/checkbox-empty.png) no-repeat!important;
box-sizing: border-box;
}
.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:not(:indeterminate) + span {
background-size: 32px!important;
padding-left: 34px!important;
height: 35px;
}
/* Lock _______________________________________________________________*/
[title="This article is semi-protected."] img {
background: url(https://i.ibb.co/PDvx7bz/lock124x124.png) no-repeat!important;
box-sizing: border-box;
}
[title="This article is semi-protected."] img {
background-size: 26px!important;
height: 43px!important;
padding-left: 30px!important;
width: 10px!important;
}
/* Play Button _______________________________________________________________*/
.ui-icon-play {
background: url(https://i.ibb.co/WBkLRWM/player-play-60x60.png) no-repeat!important;
box-sizing: border-box;
}
.ui-icon-play {
background-size: 23px!important;
height: 29px!important;
padding-left: 24px!important;
}
/* Search _______________________________________________________________*/
#searchButton {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box;
}
#searchButton {
background-size: 15px!important;
height: 26px!important;
padding-left: 22px!important;
width: 10px!important;
}
/* Speaker _______________________________________________________________*/
[title="About this sound"] img {
background: url(https://i.ibb.co/ZY3T4Mm/volume-soft-medium-loud-37x38.png) no-repeat !important;
box-sizing: border-box;
}
[title="About this sound"] img {
background-size: 32px!important;
height: 26px!important;
padding-left: 30px!important;
width: 10px!important;
}
.ui-icon-volume-on {
background: url(https://i.ibb.co/cNC9z5T/volume-none-54x54.png) no-repeat !important;
box-sizing: border-box;
}
.ui-icon-volume-on {
background-size: 32px!important;
height: 26px!important;
padding-left: 20px!important;
}
}
/* me */
.mw-body-content {
background: #272727 !important;
}
li > ul > li,
li {
border: 1px solid #272727 !important;
}
li:hover {
/*background: rgb(27, 27, 27)!important;*/
border: 1px solid cyan !important;
}
.toc a {
color: green;
}
.cslist li,
.cslist li a,
.plainlist ul li,
.infobox a {
background: rgb(38, 74, 82)!important;
text-shadow: none !important;
border: 1px solid rgb(38, 74, 82) !important;
}
.cslist li a:hover,
.plainlist ul li {
border: 1px solid cyan;
}
.infobox tbody th {
background: rgb(38, 74, 82)!important;
}
.infobox tbody tr th[colspan="2"] {
background: none;
border: 1px solid white;
border-radius: 4px;
}
.mw-body-content h2 {
background: #035a5a !important;
width: 100% !important;
margin-left: 0px;
}
html .thumbinner{
background: none !important;
}
table.wikitable {
background: none !important;
}
table.wikitable {
box-shadow: none !important;
}
table.wikitable:hover{
box-shadow: none !important;
}
table.wikitable tr, table.wikitable tr th, table.wikitable tr td {
border: 1px solid #236588 !important;
}
.mw-headline{
padding-left: 5px;
}
#firstHeading{
background: none;
color: #00c9ff !important;
}
.mw-wiki-logo{
margin-top: 2px;
border-radius: 8px;
} | 0.348756 | 0.190592 |
.modal .modal-dialog {
margin-top: 0px;
}
/* Login Form */
.card .card-header-primary,
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
background: linear-gradient(60deg, #2B65EC, #342D7E);
}
.card-login .form {
min-height: 150px;
}
/* DateTimePicker */
.bmd-form-group .form-control {
background-image: linear-gradient(to top, #2B65EC 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
color: #2B65EC;
}
.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
background-color: #2B65EC;
}
/* Buttons */
.btn.btn-primary.btn-link {
color: #2B65EC;
}
.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus,
.btn.btn-primary.btn-link:active {
background-color: transparent;
color: #2B65EC;
}
/* Card Result */
.card-img-top {
max-height: 250px;
}
.card {
margin-bottom: 0px!important;
}
.card-text {
font-size: 18px;
line-height: 30px;
}
.tab-content {
padding-right: 20px;
}
.form-control{
background-image: linear-gradient(to top, #2B65EC 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.card-login .form-check{
padding-top: 0px !important;
text-align: left;
}
.form-check .form-check-input:checked ~ .circle {
border-color: #2B65EC;
}
.form-check .form-check-label .circle .check {
background-color: #2B65EC;
}
.nav-tabs .nav-item .nav-link {
text-align: center;
font-size: 18px;
}
/* Login Form */
.control-label-custom {
position: absolute!important;
top: 2.5rem!important;
left: 3.44rem!important;
color: #f44336!important;
}
.form-control-feedback-custom {
position: absolute!important;
top: 0rem!important;
}
.img-fluid {
max-height: 40px;
max-width: 40px;
height: 40px;
width: 40px;
margin-left:5px;
margin-top: -10px;
margin-bottom: -10px;
}
.navbar .navbar-nav .nav-item .nav-link{
text-transform:none;
font-size:15px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu a:hover {
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 73, 176, 0.4);;
background-color:#2B65EC;
}
/* Profile page */
.profile-page .profile img {
max-height: 160px;
max-width: 160px;
height: 160px;
width: 160px;
}
.avatar {
height: 70px;
}
.profile-page .profile .name {
margin-top: -30px;
}
.section-room{
padding-left:100px;
padding-right:100px;
padding-top: 50px;
padding-bottom: 100px;
max-height: inherit;
}
.card .card-body .room_span {
line-height: 15px;
font-size: 14px;
}
.form-control, .form-control::placeholder {
font-size: 18px;
}
.form-control .form-control-profile {
line-height:25px;
}
.profile-page .page-header {
height:550px;
}
.addroom-form .input-group {
padding-bottom: 0px;
margin: 20px 0 0 0;
}
/* Other form label custom*/
.control-label-search-custom {
position: absolute!important;
top: 4.2rem!important;
color: #f44336!important;
} | ecommerce/static/css/main.css | .modal .modal-dialog {
margin-top: 0px;
}
/* Login Form */
.card .card-header-primary,
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
background: linear-gradient(60deg, #2B65EC, #342D7E);
}
.card-login .form {
min-height: 150px;
}
/* DateTimePicker */
.bmd-form-group .form-control {
background-image: linear-gradient(to top, #2B65EC 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
color: #2B65EC;
}
.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
background-color: #2B65EC;
}
/* Buttons */
.btn.btn-primary.btn-link {
color: #2B65EC;
}
.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus,
.btn.btn-primary.btn-link:active {
background-color: transparent;
color: #2B65EC;
}
/* Card Result */
.card-img-top {
max-height: 250px;
}
.card {
margin-bottom: 0px!important;
}
.card-text {
font-size: 18px;
line-height: 30px;
}
.tab-content {
padding-right: 20px;
}
.form-control{
background-image: linear-gradient(to top, #2B65EC 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.card-login .form-check{
padding-top: 0px !important;
text-align: left;
}
.form-check .form-check-input:checked ~ .circle {
border-color: #2B65EC;
}
.form-check .form-check-label .circle .check {
background-color: #2B65EC;
}
.nav-tabs .nav-item .nav-link {
text-align: center;
font-size: 18px;
}
/* Login Form */
.control-label-custom {
position: absolute!important;
top: 2.5rem!important;
left: 3.44rem!important;
color: #f44336!important;
}
.form-control-feedback-custom {
position: absolute!important;
top: 0rem!important;
}
.img-fluid {
max-height: 40px;
max-width: 40px;
height: 40px;
width: 40px;
margin-left:5px;
margin-top: -10px;
margin-bottom: -10px;
}
.navbar .navbar-nav .nav-item .nav-link{
text-transform:none;
font-size:15px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu a:hover {
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 73, 176, 0.4);;
background-color:#2B65EC;
}
/* Profile page */
.profile-page .profile img {
max-height: 160px;
max-width: 160px;
height: 160px;
width: 160px;
}
.avatar {
height: 70px;
}
.profile-page .profile .name {
margin-top: -30px;
}
.section-room{
padding-left:100px;
padding-right:100px;
padding-top: 50px;
padding-bottom: 100px;
max-height: inherit;
}
.card .card-body .room_span {
line-height: 15px;
font-size: 14px;
}
.form-control, .form-control::placeholder {
font-size: 18px;
}
.form-control .form-control-profile {
line-height:25px;
}
.profile-page .page-header {
height:550px;
}
.addroom-form .input-group {
padding-bottom: 0px;
margin: 20px 0 0 0;
}
/* Other form label custom*/
.control-label-search-custom {
position: absolute!important;
top: 4.2rem!important;
color: #f44336!important;
} | 0.314366 | 0.048858 |