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 |
|---|---|---|---|---|
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
:root {
--primary-100: #d8dcf1;
--primary-200: #b0b9e3;
--primary-300: #8996d4;
--primary-400: #6173c6;
--primary-500: #4054b2;
--primary-600: #33438e;
--primary-700: #26326b;
--primary-800: #1a2247;
--primary-900: #0d1124;
--grey-100: #f7f9fc;
--grey-200: #e6eaf0;
--grey-300: #d0d7e2;
--grey-400: #a7afbc;
--grey-500: #7b8698;
--grey-600: #596579;
--grey-700: #374253;
--grey-800: #192638;
--grey-900: #0f1825;
}
* {
text-decoration: none;
font-family: "Montserrat";
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
color: #4054b2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
transition: 0.4s ease-in;
color: #263669;
}
.flex {
display: flex;
}
.flex-column {
flex-direction: column;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
html,
body {
min-height: 100%;
padding: 0%;
margin: 0%;
}
p {
margin: 16px auto;
line-height: 1.5em;
}
.layout {
max-width: 1200px;
margin: 0 auto;
}
.headers .gatsby-image-wrapper img {
width: 253px !important;
}
.headers {
padding-left: 30px;
padding-right: 30px;
}
.headers ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
overflow: hidden;
}
.headers li a {
display: inline-block;
margin: 20px 20px;
text-decoration: none;
color: white;
padding-bottom: 8px;
border-bottom: 3px solid transparent;
}
.headers ul li {
font-weight: 600;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
color: white;
padding-top: 15px;
}
.headers li a::after {
content: "";
display: block;
width: 0;
height: 2px;
background: white;
transition: width 0.3s;
}
.headers li a:hover::after {
width: 100%;
}
ul button {
background: white;
border-radius: 8px;
padding: 14px 24px;
border: none;
text-transform: uppercase;
margin-top: 20px;
cursor: pointer;
margin-left: 15px;
transition: 0.5s;
border: 2px solid white;
font-weight: 600;
font-size: 13px;
line-height: 140%;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #ffffff;
}
ul button:focus {
outline: none;
}
ul button:hover {
background: white;
color: white;
}
/* menu */
.headers .menu {
clear: both;
max-height: 0;
transition: max-height 0.4s ease-in;
}
/* menu icon */
.headers .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
user-select: none;
}
.headers .menu-icon .navicon {
background: white;
display: block;
height: 2px;
position: relative;
transition: background 0.2s ease-out;
width: 18px;
margin-top: 15px;
}
.headers .menu-icon .navicon:before,
.headers .menu-icon .navicon:after {
background: white;
content: "";
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
width: 100%;
}
.headers .menu-icon .navicon:before {
top: 5px;
}
.headers .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.headers .menu-btn {
display: none;
}
.headers .menu-btn:not(:checked) ~ .menu {
display: none;
}
.headers .menu-btn:checked ~ .menu {
max-height: 35vh;
}
.headers .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.headers .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
.headers .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
@media (min-width: 55.625em) {
.headers li {
float: left;
}
.headers .menu-btn:not(:checked) ~ .menu {
display: initial;
}
.headers .menu {
clear: none;
float: right;
max-height: none;
}
.headers .menu-icon {
display: none;
}
.headers {
padding-bottom: 20px;
}
}
@media screen and (max-width: 1210px) {
ul button {
margin-left: 0px;
margin-right: 0px !important;
}
}
@media screen and (max-width: 400px) {
.logo img {
padding-left: 0px;
}
.headers {
padding-left: 0px;
}
.headers .gatsby-image-wrapper img {
width: 173px !important;
}
.headers .menu-icon {
padding-top: 14px;
}
.headers .menu-btn:checked ~ .menu {
max-height: 60vh;
}
}
footer .links {
display: inline-block;
text-align: left;
margin-top: 20px;
color: white;
}
footer a {
display: inline-block;
font-weight: 400;
padding-bottom: 8px;
border-bottom: 3px solid transparent;
color: #bbb;
}
footer a:hover {
color: white;
transition: 00.5s ease-in-out;
}
footer {
background-color: #2b2d30;
padding-left: 2em;
padding-right: 2em;
padding-top: 3em;
padding-bottom: 3em;
}
.footer_section {
display: flex;
flex-wrap: wrap;
}
.footer_section div:first-child {
margin-right: 80px;
}
.footer_section p {
max-width: 700px;
text-align: left;
margin-left: 0px;
}
footer h2 {
color: white;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.copy-rights {
background-color: black;
color: white;
padding: 20px;
}
.copy-rights a:hover {
color: white;
}
.copy-rights a {
color: #bbb;
}
.pointer {
cursor: pointer;
}
.copy-rights p {
margin: 0;
padding: 20px;
}
footer p {
text-align: center;
color: #bbb;
}
.grid-title h1 {
position: relative;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 10px;
color: #263669;
}
.grid-title h1:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
margin: 0 auto;
height: 1px;
width: 10%; /* or 100px */
border-bottom: 5px solid #263669;
}
.episodes-grid a {
text-decoration: none;
}
audio {
filter: sepia(20%) saturate(70%) grayscale(-4) contrast(99%) invert(12%);
width: 90%;
}
/* Rounded border */
hr.rounded-short {
border-top: 4px solid #bbb;
border-radius: 5px;
width: 50%;
margin-left: 0;
}
section.about-show {
background-color: #edf5f8;
}
.subscribe {
background-color: #eeff62;
margin: 0%;
padding-top: 15%;
padding-bottom: 15%;
padding-left: 0%;
padding-right: 0%;
background-image: url("../uploads/2019/08/bg_subscribe_women.png");
background-repeat: no-repeat;
background-size: contain;
background-position: bottom center;
}
.subscribe-text {
padding-left: 2em;
}
.subscribe-text h2 {
font-weight: bold;
}
.flex-container {
display: flex;
background-image: linear-gradient(180deg, #eeff62 0%, #ffd2af 100%);
}
.flex-child {
flex: 1;
}
.flex-child:first-child {
margin-right: 20px;
}
.newsletter {
background-color: #4054b2;
padding: 70px;
}
.newsletter h2 {
font-weight: 700 !important;
position: relative;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 30px;
color: white;
}
.subscribe h2 {
font-weight: 700 !important;
position: relative;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 30px;
color: rgb(38, 54, 105);
}
.subscribe h2:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
height: 1px;
width: 10%; /* or 100px */
border-bottom: 5px solid rgb(38, 54, 105);
}
.subscribe p {
color: rgb(38, 54, 105);
margin-top: 30px;
}
.subscribe .icons {
margin-top: 30px;
}
.subscribe .icons img {
margin-right: 15px;
width: 40px;
height: 40px;
}
.newsletter p {
text-align: center;
max-width: 800px;
color: white;
}
.newsletter h2:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
margin: 0 auto;
height: 1px;
width: 70%; /* or 100px */
border-bottom: 5px solid white;
}
.newsletter form {
padding: 30px;
max-width: 650px;
width: 100%;
}
.newsletter form input {
padding: 15px;
width: 100%;
border-radius: 4px;
margin-bottom: 20px;
border: 2px solid #4054b2;
outline: none;
}
.newsletter form input:focus,
input:active {
border: 2px solid #4054b2;
outline: none;
}
.newsletter form button {
background-color: #20bb60;
color: black;
border-radius: 30px;
padding: 13px 50px;
outline: none;
border: 2px solid #20bb60;
cursor: pointer;
}
@media screen and (max-width: 768px) {
.newsletter {
padding: 30px 5px;
}
.footer_section p {
max-width: 100%;
margin-bottom: 50px;
}
.footer_section div:first-child {
margin-right: 0px;
}
ul li {
font-size: 16px;
}
}
@media screen and (max-width: 600px) {
.copy-rights {
flex-direction: column;
align-items: center;
}
} | src/styles/global.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
:root {
--primary-100: #d8dcf1;
--primary-200: #b0b9e3;
--primary-300: #8996d4;
--primary-400: #6173c6;
--primary-500: #4054b2;
--primary-600: #33438e;
--primary-700: #26326b;
--primary-800: #1a2247;
--primary-900: #0d1124;
--grey-100: #f7f9fc;
--grey-200: #e6eaf0;
--grey-300: #d0d7e2;
--grey-400: #a7afbc;
--grey-500: #7b8698;
--grey-600: #596579;
--grey-700: #374253;
--grey-800: #192638;
--grey-900: #0f1825;
}
* {
text-decoration: none;
font-family: "Montserrat";
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
color: #4054b2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
transition: 0.4s ease-in;
color: #263669;
}
.flex {
display: flex;
}
.flex-column {
flex-direction: column;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
html,
body {
min-height: 100%;
padding: 0%;
margin: 0%;
}
p {
margin: 16px auto;
line-height: 1.5em;
}
.layout {
max-width: 1200px;
margin: 0 auto;
}
.headers .gatsby-image-wrapper img {
width: 253px !important;
}
.headers {
padding-left: 30px;
padding-right: 30px;
}
.headers ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
overflow: hidden;
}
.headers li a {
display: inline-block;
margin: 20px 20px;
text-decoration: none;
color: white;
padding-bottom: 8px;
border-bottom: 3px solid transparent;
}
.headers ul li {
font-weight: 600;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
color: white;
padding-top: 15px;
}
.headers li a::after {
content: "";
display: block;
width: 0;
height: 2px;
background: white;
transition: width 0.3s;
}
.headers li a:hover::after {
width: 100%;
}
ul button {
background: white;
border-radius: 8px;
padding: 14px 24px;
border: none;
text-transform: uppercase;
margin-top: 20px;
cursor: pointer;
margin-left: 15px;
transition: 0.5s;
border: 2px solid white;
font-weight: 600;
font-size: 13px;
line-height: 140%;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #ffffff;
}
ul button:focus {
outline: none;
}
ul button:hover {
background: white;
color: white;
}
/* menu */
.headers .menu {
clear: both;
max-height: 0;
transition: max-height 0.4s ease-in;
}
/* menu icon */
.headers .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
user-select: none;
}
.headers .menu-icon .navicon {
background: white;
display: block;
height: 2px;
position: relative;
transition: background 0.2s ease-out;
width: 18px;
margin-top: 15px;
}
.headers .menu-icon .navicon:before,
.headers .menu-icon .navicon:after {
background: white;
content: "";
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
width: 100%;
}
.headers .menu-icon .navicon:before {
top: 5px;
}
.headers .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.headers .menu-btn {
display: none;
}
.headers .menu-btn:not(:checked) ~ .menu {
display: none;
}
.headers .menu-btn:checked ~ .menu {
max-height: 35vh;
}
.headers .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.headers .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
.headers .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
@media (min-width: 55.625em) {
.headers li {
float: left;
}
.headers .menu-btn:not(:checked) ~ .menu {
display: initial;
}
.headers .menu {
clear: none;
float: right;
max-height: none;
}
.headers .menu-icon {
display: none;
}
.headers {
padding-bottom: 20px;
}
}
@media screen and (max-width: 1210px) {
ul button {
margin-left: 0px;
margin-right: 0px !important;
}
}
@media screen and (max-width: 400px) {
.logo img {
padding-left: 0px;
}
.headers {
padding-left: 0px;
}
.headers .gatsby-image-wrapper img {
width: 173px !important;
}
.headers .menu-icon {
padding-top: 14px;
}
.headers .menu-btn:checked ~ .menu {
max-height: 60vh;
}
}
footer .links {
display: inline-block;
text-align: left;
margin-top: 20px;
color: white;
}
footer a {
display: inline-block;
font-weight: 400;
padding-bottom: 8px;
border-bottom: 3px solid transparent;
color: #bbb;
}
footer a:hover {
color: white;
transition: 00.5s ease-in-out;
}
footer {
background-color: #2b2d30;
padding-left: 2em;
padding-right: 2em;
padding-top: 3em;
padding-bottom: 3em;
}
.footer_section {
display: flex;
flex-wrap: wrap;
}
.footer_section div:first-child {
margin-right: 80px;
}
.footer_section p {
max-width: 700px;
text-align: left;
margin-left: 0px;
}
footer h2 {
color: white;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.copy-rights {
background-color: black;
color: white;
padding: 20px;
}
.copy-rights a:hover {
color: white;
}
.copy-rights a {
color: #bbb;
}
.pointer {
cursor: pointer;
}
.copy-rights p {
margin: 0;
padding: 20px;
}
footer p {
text-align: center;
color: #bbb;
}
.grid-title h1 {
position: relative;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 10px;
color: #263669;
}
.grid-title h1:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
margin: 0 auto;
height: 1px;
width: 10%; /* or 100px */
border-bottom: 5px solid #263669;
}
.episodes-grid a {
text-decoration: none;
}
audio {
filter: sepia(20%) saturate(70%) grayscale(-4) contrast(99%) invert(12%);
width: 90%;
}
/* Rounded border */
hr.rounded-short {
border-top: 4px solid #bbb;
border-radius: 5px;
width: 50%;
margin-left: 0;
}
section.about-show {
background-color: #edf5f8;
}
.subscribe {
background-color: #eeff62;
margin: 0%;
padding-top: 15%;
padding-bottom: 15%;
padding-left: 0%;
padding-right: 0%;
background-image: url("../uploads/2019/08/bg_subscribe_women.png");
background-repeat: no-repeat;
background-size: contain;
background-position: bottom center;
}
.subscribe-text {
padding-left: 2em;
}
.subscribe-text h2 {
font-weight: bold;
}
.flex-container {
display: flex;
background-image: linear-gradient(180deg, #eeff62 0%, #ffd2af 100%);
}
.flex-child {
flex: 1;
}
.flex-child:first-child {
margin-right: 20px;
}
.newsletter {
background-color: #4054b2;
padding: 70px;
}
.newsletter h2 {
font-weight: 700 !important;
position: relative;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 30px;
color: white;
}
.subscribe h2 {
font-weight: 700 !important;
position: relative;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 30px;
color: rgb(38, 54, 105);
}
.subscribe h2:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
height: 1px;
width: 10%; /* or 100px */
border-bottom: 5px solid rgb(38, 54, 105);
}
.subscribe p {
color: rgb(38, 54, 105);
margin-top: 30px;
}
.subscribe .icons {
margin-top: 30px;
}
.subscribe .icons img {
margin-right: 15px;
width: 40px;
height: 40px;
}
.newsletter p {
text-align: center;
max-width: 800px;
color: white;
}
.newsletter h2:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
right: 0;
text-align: center;
margin: 0 auto;
height: 1px;
width: 70%; /* or 100px */
border-bottom: 5px solid white;
}
.newsletter form {
padding: 30px;
max-width: 650px;
width: 100%;
}
.newsletter form input {
padding: 15px;
width: 100%;
border-radius: 4px;
margin-bottom: 20px;
border: 2px solid #4054b2;
outline: none;
}
.newsletter form input:focus,
input:active {
border: 2px solid #4054b2;
outline: none;
}
.newsletter form button {
background-color: #20bb60;
color: black;
border-radius: 30px;
padding: 13px 50px;
outline: none;
border: 2px solid #20bb60;
cursor: pointer;
}
@media screen and (max-width: 768px) {
.newsletter {
padding: 30px 5px;
}
.footer_section p {
max-width: 100%;
margin-bottom: 50px;
}
.footer_section div:first-child {
margin-right: 0px;
}
ul li {
font-size: 16px;
}
}
@media screen and (max-width: 600px) {
.copy-rights {
flex-direction: column;
align-items: center;
}
} | 0.362969 | 0.054828 |
.error {
background-color: red;
}
span:after {
content: "";
display: inline-block;
width: 4px;
}
.highlight {
color: #ffc302;
text-decoration: underline;
}
.winner {
background-repeat: no-repeat;
background-color: rgba(8, 168, 8, 0.555);
background-size: 100%;
}
.rocket {
display: block;
font-size: 30px;
animation: shake 2s ease-out;
margin-left: 0.5rem;
margin-bottom: 2rem;
}
@media (max-width: 640px) {
main {
display: grid;
place-items: center;
margin-top: 5rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
line-height: 105%;
font-size: 2.5rem;
}
p {
text-align: center;
line-height: 1.5rem;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.5em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 200px;
padding: 20px;
font-size: 1.5em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 2em;
font-weight: bold;
color: white;
}
}
@media (min-width:768px) {
main {
display: grid;
place-items: center;
min-width: 640px;
margin-top: 4rem;
line-height: 2rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 4em;
line-height: 105%;
color: white;
}
p {
text-align: center;
font-size: 1.6em;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.6em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 300px;
padding: 20px;
font-size: 2em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 3em;
font-weight: bold;
color: white;
}
}
@media (min-width: 1024px) {
main {
display: grid;
place-items: center;
min-width: 640px;
margin-top: 4rem;
line-height: 2rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 4em;
line-height: 105%;
color: white;
}
p {
text-align: center;
font-size: 1.6em;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.6em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 300px;
padding: 20px;
font-size: 2em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 3em;
font-weight: bold;
color: white;
}
}
.button-wrapper{
display: flex;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #0652dd;
color: white;
}
button:hover {
transform: scale(1.05);
will-change: transform;
}
@keyframes shake {
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);
}
} | style.css | .error {
background-color: red;
}
span:after {
content: "";
display: inline-block;
width: 4px;
}
.highlight {
color: #ffc302;
text-decoration: underline;
}
.winner {
background-repeat: no-repeat;
background-color: rgba(8, 168, 8, 0.555);
background-size: 100%;
}
.rocket {
display: block;
font-size: 30px;
animation: shake 2s ease-out;
margin-left: 0.5rem;
margin-bottom: 2rem;
}
@media (max-width: 640px) {
main {
display: grid;
place-items: center;
margin-top: 5rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
line-height: 105%;
font-size: 2.5rem;
}
p {
text-align: center;
line-height: 1.5rem;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.5em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 200px;
padding: 20px;
font-size: 1.5em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 2em;
font-weight: bold;
color: white;
}
}
@media (min-width:768px) {
main {
display: grid;
place-items: center;
min-width: 640px;
margin-top: 4rem;
line-height: 2rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 4em;
line-height: 105%;
color: white;
}
p {
text-align: center;
font-size: 1.6em;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.6em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 300px;
padding: 20px;
font-size: 2em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 3em;
font-weight: bold;
color: white;
}
}
@media (min-width: 1024px) {
main {
display: grid;
place-items: center;
min-width: 640px;
margin-top: 4rem;
line-height: 2rem;
}
h1 {
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 4em;
line-height: 105%;
color: white;
}
p {
text-align: center;
font-size: 1.6em;
}
button {
display: flex;
padding: 20px;
border: 0;
border-radius: 50px;
font-size: 1.6em;
background-color: white;
cursor: pointer;
overflow: hidden;
margin-top: 1rem;
}
input {
width: 300px;
padding: 20px;
font-size: 2em;
border: 0;
border-radius: 10px;
box-shadow: inset 1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.congrats {
text-transform: uppercase;
font-size: 3em;
font-weight: bold;
color: white;
}
}
.button-wrapper{
display: flex;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #0652dd;
color: white;
}
button:hover {
transform: scale(1.05);
will-change: transform;
}
@keyframes shake {
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.635336 | 0.171234 |
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
min-height: 740px;
background-image: -webkit-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -moz-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -o-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -ms-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: radial-gradient(#eee, #abc), url("images/logo.png");
background-position: center-bottom, 20px 20px;
background-repeat: no-repeat, repeat;
}
body {
-webkit-font-smoothing: antialiased;
}
.center {
text-align: center;
}
/** STEP STYLES **/
.step {
width: 900px;
height: 600px;
min-height: 500px;
background-color: rgba(255,255,255,0.8);
padding: 40px 40px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.2), inset 1px 1px 4px rgba(255,255,255,0.8);
box-shadow: 1px 1px 8px rgba(0,0,0,0.2), inset 1px 1px 4px rgba(255,255,255,0.8);
border: 1px solid rgba(0,0,0,0.25);
color: #666;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
letter-spacing: -1px;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
-ms-transition: opacity 1s;
transition: opacity 1s;
}
/* fade out inactive slides */
.step.active,
.step.nested-active {
opacity: 1;
-ms-filter: none;
filter: none;
}
pre {
margin: 1em auto;
max-width: 80%;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
pre.sh_haxe,
pre.sh_java,
pre.sh_javascript {
margin-top: 2em;
}
pre.sh_haxe:before,
pre.sh_java:before,
pre.sh_javascript:before {
display: block;
position: absolute;
margin-top: -2.7em;
color: #888;
font-size: 0.65em;
width: 734px;
text-align: right;
left: 0;
font-weight: bold;
}
pre.sh_haxe:before {
content: "Haxe";
}
pre.sh_java:before {
content: "Java";
}
pre.sh_javascript:before {
content: "JavaScript";
}
pre.sh_haxe + .sh_haxe:before {
display: none;
}
pre.sh_haxe + .sh_haxe {
margin-top: -1em;
border-top: none;
}
body {
font-family: 'PT Serif', georgia, serif;
font-size: 2em;
}
h1,
h2,
h3 {
font-weight: bold;
text-align: center;
}
h1 {
font-size: 4em;
text-align: center;
color: #333;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
ul li {
font-size: 0.8em;
}
ul.notes li {
font-size: 0.5em;
}
i.fa.fa-twitter {
color: #55acee;
}
blockquote {
text-align: center;
margin: 1em 0 1.5em;
padding: 10px;
background-color: rgba(0,0,0,0.05);
font-style: italic;
quotes: "\201C " " \201D";
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
position: relative;
}
blockquote:before,
blockquote:after {
font-weight: bold;
line-height: 0;
margin-top: 1em;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
blockquote:before {
content: open-quote;
}
blockquote:after {
content: close-quote;
}
cite {
font-style: normal;
position: absolute;
bottom: -1em;
right: 0;
text-align: right;
font-size: 0.7em;
color: #999;
}
cite:before {
content: "\2014 \2009";
}
a {
text-decoration: none;
color: #069;
}
a:hover {
text-decoration: underline;
}
p {
text-align: center;
}
pre {
padding: 0.5em 0 0.5em 1.5em;
font-size: 0.55em;
overflow: auto;
font-family: menlo, monospace;
line-height: 1.6em;
}
var {
padding: 0.2em 0.4em;
font-family: menlo, monospace;
font-size: 0.75em;
background-color: #eee;
display: inline-block;
}
.small {
font-size: 0.7em;
color: #999;
}
div.small {
margin-top: 0.3em;
}
.step {
background-image: -webkit-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -moz-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -o-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -ms-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-position: center bottom;
background-repeat: no-repeat;
}
footer {
position: absolute;
bottom: 1em;
text-align: right;
width: 800px;
}
h1,
h2,
h3 {
margin: 0 0 1em 0;
}
header {
margin-bottom: 1em;
}
header h1 {
margin: 0;
}
ul {
width: 10em;
margin: 0 auto;
}
ul li {
-webkit-box-shadow: 1px 1px 4px #ddd;
box-shadow: 1px 1px 4px #ddd;
text-align: center;
margin-bottom: 0.5em;
padding: 0.5em 0;
background: #fff;
-webkit-border-radius: 32px;
border-radius: 32px;
}
.will-fade {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
-ms-transition: opacity 1s;
transition: opacity 1s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.do-fade {
opacity: 1;
-ms-filter: none;
filter: none;
}
figure img,
figure iframe {
background: #fff;
border: 1px solid #999;
padding: 8px;
display: block;
margin: 0 auto;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
max-width: 800px;
max-height: 390px;
}
figure figcaption {
text-align: center;
font-size: 0.7em;
margin-top: 10px;
}
figure.fullpage {
height: calc(100% - 1.4em);
padding: 0;
margin: 0;
}
figure.fullpage iframe,
figure.fullpage img {
height: 100%;
max-height: 100%;
}
.split .left,
.split .right {
width: 45%;
zoom: 0.6;
position: absolute;
}
.split .right {
left: 50%;
}
.split .third-1,
.split .third-2,
.split .third-3 {
width: 33%;
zoom: 0.8;
position: absolute;
}
.split .third-1 {
left: 0;
}
.split .third-2 {
left: 33.33%;
}
.split .third-3 {
left: 66.66%;
}
.split-big .left,
.split-big .right {
width: 45%;
position: absolute;
}
.split-big .left pre,
.split-big .right pre {
max-width: 100%;
}
.split-big .left pre:before,
.split-big .right pre:before {
content: "";
}
.split-big .right {
left: 50%;
}
.size25 {
zoom: 25%;
}
.size30 {
zoom: 30%;
}
.size40 {
zoom: 40%;
}
.size50 {
zoom: 50%;
}
.size55 {
zoom: 55%;
}
.size60 {
zoom: 60%;
}
.size65 {
zoom: 65%;
}
.size70 {
zoom: 70%;
}
.size75 {
zoom: 75%;
}
.size80 {
zoom: 80%;
}
.size85 {
zoom: 85%;
}
.size90 {
zoom: 90%;
}
iframe.scaled75 {
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 133.333% !important;
max-width: 133.333% !important;
height: 133.333% !important;
max-height: 133.333% !important;
}
iframe.scaled50 {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 200% !important;
max-width: 200% !important;
height: 200% !important;
max-height: 200% !important;
}
body .bg {
position: fixed;
width: 100%;
height: 100%;
background-image: url("images/logo.png");
background-position: 20px 20px;
background-repeat: no-repeat;
-webkit-transition: -webkit-filter 2s;
-moz-transition: -webkit-filter 2s;
-o-transition: -webkit-filter 2s;
-ms-transition: -webkit-filter 2s;
transition: -webkit-filter 2s;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
z-index: 1000;
pointer-events: none;
}
body .bg.blur {
-webkit-filter: blur(8px);
-moz-filter: blur(8px);
-o-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
} | www/css/style.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
min-height: 740px;
background-image: -webkit-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -moz-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -o-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: -ms-radial-gradient(#eee, #abc), url("images/logo.png");
background-image: radial-gradient(#eee, #abc), url("images/logo.png");
background-position: center-bottom, 20px 20px;
background-repeat: no-repeat, repeat;
}
body {
-webkit-font-smoothing: antialiased;
}
.center {
text-align: center;
}
/** STEP STYLES **/
.step {
width: 900px;
height: 600px;
min-height: 500px;
background-color: rgba(255,255,255,0.8);
padding: 40px 40px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.2), inset 1px 1px 4px rgba(255,255,255,0.8);
box-shadow: 1px 1px 8px rgba(0,0,0,0.2), inset 1px 1px 4px rgba(255,255,255,0.8);
border: 1px solid rgba(0,0,0,0.25);
color: #666;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
letter-spacing: -1px;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
-ms-transition: opacity 1s;
transition: opacity 1s;
}
/* fade out inactive slides */
.step.active,
.step.nested-active {
opacity: 1;
-ms-filter: none;
filter: none;
}
pre {
margin: 1em auto;
max-width: 80%;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
pre.sh_haxe,
pre.sh_java,
pre.sh_javascript {
margin-top: 2em;
}
pre.sh_haxe:before,
pre.sh_java:before,
pre.sh_javascript:before {
display: block;
position: absolute;
margin-top: -2.7em;
color: #888;
font-size: 0.65em;
width: 734px;
text-align: right;
left: 0;
font-weight: bold;
}
pre.sh_haxe:before {
content: "Haxe";
}
pre.sh_java:before {
content: "Java";
}
pre.sh_javascript:before {
content: "JavaScript";
}
pre.sh_haxe + .sh_haxe:before {
display: none;
}
pre.sh_haxe + .sh_haxe {
margin-top: -1em;
border-top: none;
}
body {
font-family: 'PT Serif', georgia, serif;
font-size: 2em;
}
h1,
h2,
h3 {
font-weight: bold;
text-align: center;
}
h1 {
font-size: 4em;
text-align: center;
color: #333;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
ul li {
font-size: 0.8em;
}
ul.notes li {
font-size: 0.5em;
}
i.fa.fa-twitter {
color: #55acee;
}
blockquote {
text-align: center;
margin: 1em 0 1.5em;
padding: 10px;
background-color: rgba(0,0,0,0.05);
font-style: italic;
quotes: "\201C " " \201D";
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
position: relative;
}
blockquote:before,
blockquote:after {
font-weight: bold;
line-height: 0;
margin-top: 1em;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
blockquote:before {
content: open-quote;
}
blockquote:after {
content: close-quote;
}
cite {
font-style: normal;
position: absolute;
bottom: -1em;
right: 0;
text-align: right;
font-size: 0.7em;
color: #999;
}
cite:before {
content: "\2014 \2009";
}
a {
text-decoration: none;
color: #069;
}
a:hover {
text-decoration: underline;
}
p {
text-align: center;
}
pre {
padding: 0.5em 0 0.5em 1.5em;
font-size: 0.55em;
overflow: auto;
font-family: menlo, monospace;
line-height: 1.6em;
}
var {
padding: 0.2em 0.4em;
font-family: menlo, monospace;
font-size: 0.75em;
background-color: #eee;
display: inline-block;
}
.small {
font-size: 0.7em;
color: #999;
}
div.small {
margin-top: 0.3em;
}
.step {
background-image: -webkit-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -moz-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -o-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: -ms-radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-image: radial-gradient(rgba(255,255,255,0.8), rgba(220,220,220,0.9));
background-position: center bottom;
background-repeat: no-repeat;
}
footer {
position: absolute;
bottom: 1em;
text-align: right;
width: 800px;
}
h1,
h2,
h3 {
margin: 0 0 1em 0;
}
header {
margin-bottom: 1em;
}
header h1 {
margin: 0;
}
ul {
width: 10em;
margin: 0 auto;
}
ul li {
-webkit-box-shadow: 1px 1px 4px #ddd;
box-shadow: 1px 1px 4px #ddd;
text-align: center;
margin-bottom: 0.5em;
padding: 0.5em 0;
background: #fff;
-webkit-border-radius: 32px;
border-radius: 32px;
}
.will-fade {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
-ms-transition: opacity 1s;
transition: opacity 1s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.do-fade {
opacity: 1;
-ms-filter: none;
filter: none;
}
figure img,
figure iframe {
background: #fff;
border: 1px solid #999;
padding: 8px;
display: block;
margin: 0 auto;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
max-width: 800px;
max-height: 390px;
}
figure figcaption {
text-align: center;
font-size: 0.7em;
margin-top: 10px;
}
figure.fullpage {
height: calc(100% - 1.4em);
padding: 0;
margin: 0;
}
figure.fullpage iframe,
figure.fullpage img {
height: 100%;
max-height: 100%;
}
.split .left,
.split .right {
width: 45%;
zoom: 0.6;
position: absolute;
}
.split .right {
left: 50%;
}
.split .third-1,
.split .third-2,
.split .third-3 {
width: 33%;
zoom: 0.8;
position: absolute;
}
.split .third-1 {
left: 0;
}
.split .third-2 {
left: 33.33%;
}
.split .third-3 {
left: 66.66%;
}
.split-big .left,
.split-big .right {
width: 45%;
position: absolute;
}
.split-big .left pre,
.split-big .right pre {
max-width: 100%;
}
.split-big .left pre:before,
.split-big .right pre:before {
content: "";
}
.split-big .right {
left: 50%;
}
.size25 {
zoom: 25%;
}
.size30 {
zoom: 30%;
}
.size40 {
zoom: 40%;
}
.size50 {
zoom: 50%;
}
.size55 {
zoom: 55%;
}
.size60 {
zoom: 60%;
}
.size65 {
zoom: 65%;
}
.size70 {
zoom: 70%;
}
.size75 {
zoom: 75%;
}
.size80 {
zoom: 80%;
}
.size85 {
zoom: 85%;
}
.size90 {
zoom: 90%;
}
iframe.scaled75 {
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 133.333% !important;
max-width: 133.333% !important;
height: 133.333% !important;
max-height: 133.333% !important;
}
iframe.scaled50 {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 200% !important;
max-width: 200% !important;
height: 200% !important;
max-height: 200% !important;
}
body .bg {
position: fixed;
width: 100%;
height: 100%;
background-image: url("images/logo.png");
background-position: 20px 20px;
background-repeat: no-repeat;
-webkit-transition: -webkit-filter 2s;
-moz-transition: -webkit-filter 2s;
-o-transition: -webkit-filter 2s;
-ms-transition: -webkit-filter 2s;
transition: -webkit-filter 2s;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
z-index: 1000;
pointer-events: none;
}
body .bg.blur {
-webkit-filter: blur(8px);
-moz-filter: blur(8px);
-o-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
} | 0.392686 | 0.09645 |
.logoBanner {
background: #f4f4f4;
text-align: center;
width: 80%;
max-width: 700px;
border-radius: 12px;
box-shadow: 0px 2px 4px #cacaca;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
}
.sdgLogo {
height: 100px;
}
#buttonWrap {
width: 80%;
max-width: 700px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.sdgMini {
padding: 0px;
background: transparent;
border: none;
margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
width: 90px;
height: 92px;
outline: none;
transition: 0.5s;
-webkit-transition: 0.5s;
}
.sdgMiniChild {
height: 90px;
border-radius: 12px;
box-shadow: 0px 2px 4px #b9b9b9;
/* transition: 0.2s;
-webkit-transition: 0.2s; */
}
.sdgLogoMini {
height: 90px;
border-radius: 12px;
box-shadow: 0px 2px 4px #b9b9b9;
/* transition: 0.2s;
-webkit-transition: 0.2s; */
}
.sdgMiniChild:hover {
box-shadow: 0px 2px 8px #b9b9b9;
height: 90px;
filter: brightness(120%);
}
.sdgMiniChild:active {
box-shadow: 0px 2px 8px #b9b9b9;
height: 90px;
filter: brightness(80%);
}
.sdgMiniChild:disabled {
filter: brightness(100%);
}
#mCont {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
opacity: 0;
display: none;
transition: 0.2s;
-webkit-transition: 0.2s;
}
.closeBtnWrapper {
position: fixed;
bottom: 20px;
width: 100%;
text-align: center;
}
#close {
width: 150px;
padding: 10px 0px 10px 0px;
border-radius: 6px;
font-size: 17px;
font-weight: bold;
background: #fff;
border: none;
outline: none;
}
#close:active {
filter: brightness(80%);
}
.creditSpan {
width: 90%;
margin-right: auto;
margin-left: auto;
font-family: sans-serif;
font-weight: lighter;
font-size: 16px;
color: #666;
}
.creditWrapper {
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
background: #eee;
border-top: 1px solid #ccc;
} | css/main.css | .logoBanner {
background: #f4f4f4;
text-align: center;
width: 80%;
max-width: 700px;
border-radius: 12px;
box-shadow: 0px 2px 4px #cacaca;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
}
.sdgLogo {
height: 100px;
}
#buttonWrap {
width: 80%;
max-width: 700px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.sdgMini {
padding: 0px;
background: transparent;
border: none;
margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
width: 90px;
height: 92px;
outline: none;
transition: 0.5s;
-webkit-transition: 0.5s;
}
.sdgMiniChild {
height: 90px;
border-radius: 12px;
box-shadow: 0px 2px 4px #b9b9b9;
/* transition: 0.2s;
-webkit-transition: 0.2s; */
}
.sdgLogoMini {
height: 90px;
border-radius: 12px;
box-shadow: 0px 2px 4px #b9b9b9;
/* transition: 0.2s;
-webkit-transition: 0.2s; */
}
.sdgMiniChild:hover {
box-shadow: 0px 2px 8px #b9b9b9;
height: 90px;
filter: brightness(120%);
}
.sdgMiniChild:active {
box-shadow: 0px 2px 8px #b9b9b9;
height: 90px;
filter: brightness(80%);
}
.sdgMiniChild:disabled {
filter: brightness(100%);
}
#mCont {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
opacity: 0;
display: none;
transition: 0.2s;
-webkit-transition: 0.2s;
}
.closeBtnWrapper {
position: fixed;
bottom: 20px;
width: 100%;
text-align: center;
}
#close {
width: 150px;
padding: 10px 0px 10px 0px;
border-radius: 6px;
font-size: 17px;
font-weight: bold;
background: #fff;
border: none;
outline: none;
}
#close:active {
filter: brightness(80%);
}
.creditSpan {
width: 90%;
margin-right: auto;
margin-left: auto;
font-family: sans-serif;
font-weight: lighter;
font-size: 16px;
color: #666;
}
.creditWrapper {
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
background: #eee;
border-top: 1px solid #ccc;
} | 0.400046 | 0.227073 |
#hBookmarkToolbar {
min-height: 26px;
}
#hBookmark-toolbar-add-button,
#hBookmark-toolbar-home-button,
#hBookmark-toolbar-sidebar-button {
padding: 0 !important;
}
#hBookmark-toolbar-add-button > .toolbarbutton-icon,
#hBookmark-toolbar-sidebar-button > .toolbarbutton-icon,
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
margin: 0px 6px !important;
}
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button {
padding: 0px !important;
}
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
-moz-margin-end: 3px !important;
}
#hBookmark-toolbar-recent-button > .toolbarbutton-icon,
#hBookmark-toolbar-recent-button > hbox > vbox > .toolbarbutton-icon {
margin: 0px 3px !important;
}
toolbarpaletteitem[place="toolbar"] .hBookmark-toolbar-dynamic-item {
display: none;
}
#hBookmark-toolbar-sidebar-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 208px 23px 183px);
}
#hBookmark-toolbar-sidebar-button[checked="true"] {
-moz-image-region: rect(23px 208px 46px 183px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-sidebar-button {
-moz-image-region: rect(46px 180px 62px 164px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-sidebar-button[checked="true"] {
-moz-image-region: rect(62px 180px 78px 164px);
}
#hBookmark-toolbar-add-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 25px 23px 0px);
}
#hBookmark-toolbar-add-button:active {
-moz-image-region: rect(23px 25px 46px 0px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-add-button {
-moz-image-region: rect(46px 16px 62px 0px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-add-button:active {
-moz-image-region: rect(62px 16px 78px 0px);
}
#hBookmark-toolbar-home-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 50px 23px 25px);
}
#hBookmark-toolbar-home-button:active {
-moz-image-region: rect(23px 50px 46px 25px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-home-button {
-moz-image-region: rect(46px 32px 62px 16px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-home-button:active {
-moz-image-region: rect(62px 32px 78px 16px);
}
#hBookmark-toolbar-recent-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 75px 23px 50px);
}
#hBookmark-toolbar-recent-button:active {
-moz-image-region: rect(23px 75px 46px 50px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-recent-button {
-moz-image-region: rect(46px 48px 62px 32px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-recent-button:active {
-moz-image-region: rect(62px 48px 78px 32px);
}
.paletteRow > #wrapper-hBookmark-toolbar-recent-line > .toolbarpaletteitem-box {
width: 25px;
height: 23px;
background: url("chrome://hatenabookmark/skin/images/buttons.png") -244px 0px no-repeat;
/* -moz-image-region doesn't work for background images */
/* -moz-image-region: rect(0px 269px 23px 244px); */
}
.hBookmark-tag-filter-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(46px 196px 62px 180px);
}
.hBookmark-tag-filter-button > .toolbarbutton-icon {
margin: 0 2px !important;
}
.hBookmark-tag-filter-button > .toolbarbutton-text {
display: -moz-box !important;
margin: 0 2px !important;
} | chrome/skin/classic/toolbar.css | #hBookmarkToolbar {
min-height: 26px;
}
#hBookmark-toolbar-add-button,
#hBookmark-toolbar-home-button,
#hBookmark-toolbar-sidebar-button {
padding: 0 !important;
}
#hBookmark-toolbar-add-button > .toolbarbutton-icon,
#hBookmark-toolbar-sidebar-button > .toolbarbutton-icon,
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
margin: 0px 6px !important;
}
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button {
padding: 0px !important;
}
#hBookmark-toolbar-home-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
-moz-margin-end: 3px !important;
}
#hBookmark-toolbar-recent-button > .toolbarbutton-icon,
#hBookmark-toolbar-recent-button > hbox > vbox > .toolbarbutton-icon {
margin: 0px 3px !important;
}
toolbarpaletteitem[place="toolbar"] .hBookmark-toolbar-dynamic-item {
display: none;
}
#hBookmark-toolbar-sidebar-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 208px 23px 183px);
}
#hBookmark-toolbar-sidebar-button[checked="true"] {
-moz-image-region: rect(23px 208px 46px 183px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-sidebar-button {
-moz-image-region: rect(46px 180px 62px 164px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-sidebar-button[checked="true"] {
-moz-image-region: rect(62px 180px 78px 164px);
}
#hBookmark-toolbar-add-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 25px 23px 0px);
}
#hBookmark-toolbar-add-button:active {
-moz-image-region: rect(23px 25px 46px 0px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-add-button {
-moz-image-region: rect(46px 16px 62px 0px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-add-button:active {
-moz-image-region: rect(62px 16px 78px 0px);
}
#hBookmark-toolbar-home-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 50px 23px 25px);
}
#hBookmark-toolbar-home-button:active {
-moz-image-region: rect(23px 50px 46px 25px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-home-button {
-moz-image-region: rect(46px 32px 62px 16px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-home-button:active {
-moz-image-region: rect(62px 32px 78px 16px);
}
#hBookmark-toolbar-recent-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(0px 75px 23px 50px);
}
#hBookmark-toolbar-recent-button:active {
-moz-image-region: rect(23px 75px 46px 50px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-recent-button {
-moz-image-region: rect(46px 48px 62px 32px);
}
toolbar[iconsize="small"] #hBookmark-toolbar-recent-button:active {
-moz-image-region: rect(62px 48px 78px 32px);
}
.paletteRow > #wrapper-hBookmark-toolbar-recent-line > .toolbarpaletteitem-box {
width: 25px;
height: 23px;
background: url("chrome://hatenabookmark/skin/images/buttons.png") -244px 0px no-repeat;
/* -moz-image-region doesn't work for background images */
/* -moz-image-region: rect(0px 269px 23px 244px); */
}
.hBookmark-tag-filter-button {
list-style-image: url("chrome://hatenabookmark/skin/images/buttons.png");
-moz-image-region: rect(46px 196px 62px 180px);
}
.hBookmark-tag-filter-button > .toolbarbutton-icon {
margin: 0 2px !important;
}
.hBookmark-tag-filter-button > .toolbarbutton-text {
display: -moz-box !important;
margin: 0 2px !important;
} | 0.196171 | 0.041813 |
.config-error {
margin: 0;
padding: 10px;
font-size: 0.8rem;
width: calc(100% + 20px);
display: none;
}
.completed {
padding: 10px 0;
background: #046600;
color: #fff;
width: 100%;
}
.error {
color: #e30000;
}
.success {
color: #3dad00;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
margin: 0;
align-items: center;
background: rgba(76, 97, 170, 0.05);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.table-container {
margin: 20px;
}
.table-container table {
border-collapse: collapse;
width: 100%;
background: #fff;
}
.table-container table td, .table-container table th {
border: 1px solid #222;
padding: 5px 10px;
}
.table-container table tr:first-child th:first-child {
background: #222;
color: #fff;
}
.table-container table td:nth-of-type(2) {
text-align: left;
}
.table-container p {
color: #888;
font-style: italic;
text-align: left;
margin: 4px;
}
form {
align-items: center;
background: #fff;
border-radius: 5px;
box-shadow: 2px 2px 8px #00000044;
display: flex;
flex-direction: column;
justify-content: center;
margin: 20px;
width: 50%;
padding: 0 20px;
}
form > div {
padding: 20px 0;
text-align: center;
width: 90%;
}
form label,
form .label {
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
form input {
border: 1px solid #00000022;
border-radius: 5px;
cursor: pointer;
width: 100%;
}
form input[type=text] {
cursor: auto;
padding: 10px 10px;
width: calc(100% - 20px);
}
form .range {
border: 1px solid #00000022;
border-radius: 5px;
padding: 10px;
width: calc(100% - 20px);
}
form input[type=range] {
width: 100%;
}
form form div .help {
margin: 0;
padding: 10px;
font-size: 0.8rem;
width: calc(100% - 20px);
}
form .quality-info {
display: flex;
font-size: 0.8rem;
justify-content: space-between;
margin-top: -10px;
padding-top: 5px;
width: 100%;
}
form .quality-info .min {
text-align: left;
}
form .quality-info .max {
text-align: right;
}
form .only-compressed {
display: flex;
padding-top: 10px;
}
form .only-compressed .only-compressed-input {
width: 30px;
}
form .only-compressed .only-compressed-label label {
font-weight: 400;
font-size: 14px;
cursor: pointer;
}
form input[type=file] {
padding: 10px 10px;
width: calc(100% - 20px);
}
form .preview {
border: 1px solid #00000022;
border-radius: 5px;
width: 100%;
padding: 10px 0;
}
form .preview > div {
display: flex;
justify-content: flex-start;
}
form .preview .radio {
width: 30px;
cursor: pointer;
}
form .preview .radio input {
width: 20px;
}
form .preview label {
font-weight: 400;
font-size: 14px;
cursor: pointer;
}
form input[type=submit] {
font-weight: 600;
padding: 10px;
}
.image-preview {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.figure {
border: 5px solid #222;
height: auto;
margin: 10px 0;
overflow: hidden;
padding: 0;
}
.figure.half {
width: 49%;
}
.figure.full {
width: 100%;
}
.figure img {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
display: block;
margin: auto;
}
.figure.thumbnail {
width: 49%;
}
.figure.thumbnail img {
height: 50px;
width: auto;
}
.figure.none {
display: none;
width: 0;
height: 0;
}
.figure figcaption {
background: #222;
color: #fff;
padding: 10px 0;
text-align: center;
}
.figure figcaption.figcaption-error {
background: #380000;
}
.figure figcaption.figcaption-error .compressions-error {
color: #ff8a8a;
}
.figure figcaption.figcaption-success {
background: #003600;
}
.figure figcaption.figcaption-success .compressions-success {
color: #b2ffa2;
}
.figure figcaption .image-title {
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
/*# sourceMappingURL=app.css.map */ | public/app.css | .config-error {
margin: 0;
padding: 10px;
font-size: 0.8rem;
width: calc(100% + 20px);
display: none;
}
.completed {
padding: 10px 0;
background: #046600;
color: #fff;
width: 100%;
}
.error {
color: #e30000;
}
.success {
color: #3dad00;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
margin: 0;
align-items: center;
background: rgba(76, 97, 170, 0.05);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.table-container {
margin: 20px;
}
.table-container table {
border-collapse: collapse;
width: 100%;
background: #fff;
}
.table-container table td, .table-container table th {
border: 1px solid #222;
padding: 5px 10px;
}
.table-container table tr:first-child th:first-child {
background: #222;
color: #fff;
}
.table-container table td:nth-of-type(2) {
text-align: left;
}
.table-container p {
color: #888;
font-style: italic;
text-align: left;
margin: 4px;
}
form {
align-items: center;
background: #fff;
border-radius: 5px;
box-shadow: 2px 2px 8px #00000044;
display: flex;
flex-direction: column;
justify-content: center;
margin: 20px;
width: 50%;
padding: 0 20px;
}
form > div {
padding: 20px 0;
text-align: center;
width: 90%;
}
form label,
form .label {
display: inline-block;
font-weight: 600;
margin-bottom: 10px;
}
form input {
border: 1px solid #00000022;
border-radius: 5px;
cursor: pointer;
width: 100%;
}
form input[type=text] {
cursor: auto;
padding: 10px 10px;
width: calc(100% - 20px);
}
form .range {
border: 1px solid #00000022;
border-radius: 5px;
padding: 10px;
width: calc(100% - 20px);
}
form input[type=range] {
width: 100%;
}
form form div .help {
margin: 0;
padding: 10px;
font-size: 0.8rem;
width: calc(100% - 20px);
}
form .quality-info {
display: flex;
font-size: 0.8rem;
justify-content: space-between;
margin-top: -10px;
padding-top: 5px;
width: 100%;
}
form .quality-info .min {
text-align: left;
}
form .quality-info .max {
text-align: right;
}
form .only-compressed {
display: flex;
padding-top: 10px;
}
form .only-compressed .only-compressed-input {
width: 30px;
}
form .only-compressed .only-compressed-label label {
font-weight: 400;
font-size: 14px;
cursor: pointer;
}
form input[type=file] {
padding: 10px 10px;
width: calc(100% - 20px);
}
form .preview {
border: 1px solid #00000022;
border-radius: 5px;
width: 100%;
padding: 10px 0;
}
form .preview > div {
display: flex;
justify-content: flex-start;
}
form .preview .radio {
width: 30px;
cursor: pointer;
}
form .preview .radio input {
width: 20px;
}
form .preview label {
font-weight: 400;
font-size: 14px;
cursor: pointer;
}
form input[type=submit] {
font-weight: 600;
padding: 10px;
}
.image-preview {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.figure {
border: 5px solid #222;
height: auto;
margin: 10px 0;
overflow: hidden;
padding: 0;
}
.figure.half {
width: 49%;
}
.figure.full {
width: 100%;
}
.figure img {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
display: block;
margin: auto;
}
.figure.thumbnail {
width: 49%;
}
.figure.thumbnail img {
height: 50px;
width: auto;
}
.figure.none {
display: none;
width: 0;
height: 0;
}
.figure figcaption {
background: #222;
color: #fff;
padding: 10px 0;
text-align: center;
}
.figure figcaption.figcaption-error {
background: #380000;
}
.figure figcaption.figcaption-error .compressions-error {
color: #ff8a8a;
}
.figure figcaption.figcaption-success {
background: #003600;
}
.figure figcaption.figcaption-success .compressions-success {
color: #b2ffa2;
}
.figure figcaption .image-title {
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
/*# sourceMappingURL=app.css.map */ | 0.367951 | 0.091301 |
.lyt03layout02 .page.root {
visibility: visible;
}
@media screen and (min-width: 768px) {
.lyt03layout02 .page.child {
margin-left: 0px;
width: calc(100% );
}
}
.lyt03layout02 .child, .lyt03layout02 .child-2 {
display: block;
position: absolute;
/*top:0;*/
/*left:100%;*/
/*transform:translateX(100%);*/
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: auto;
opacity: 0;
transition: all 0.3s ease-in-out;
z-index: 50;
}
.lyt03layout02 .child .box.content, .lyt03layout02 .child-2 .box.content {
background: #E8EAF6;
}
.lyt03layout02 .child .nav-mobile, .lyt03layout02 .child-2 .nav-mobile {
width: 100px;
}
.lyt03layout02 .child .nav-mobile-search, .lyt03layout02 .child-2 .nav-mobile-search {
width: 50px;
}
.lyt03layout02 .childLyt.animation, .lyt03layout02 .childLyt1.animation, .lyt03layout02 .childLyt2.animation, .lyt03layout02 .childLyt3.animation, .lyt03layout02 .childLyt4.animation, .lyt03layout02 .childLyt5.animation, .lyt03layout02 .childLyt6.animation {
opacity: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translate(0);
}
@media (min-width: 768px) {
.lyt03layout02 .childLyt.animation, .lyt03layout02 .childLyt1.animation, .lyt03layout02 .childLyt2.animation, .lyt03layout02 .childLyt3.animation, .lyt03layout02 .childLyt4.animation, .lyt03layout02 .childLyt5.animation, .lyt03layout02 .childLyt6.animation {
width: calc(100% - 200px);
}
}
.lyt03layout02 .childLayout.animation, .lyt03layout02 .childLayout1.animation, .lyt03layout02 .childLayout2.animation, .lyt03layout02 .childLayout3.animation, .lyt03layout02 .childLayout4.animation, .lyt03layout02 .childLayout5.animation, .lyt03layout02 .childLayout6.animation {
opacity: 1;
transform: translateX(0%);
}
@media (min-width: 768px) {
.lyt03layout02 .childLayout.animation, .lyt03layout02 .childLayout1.animation, .lyt03layout02 .childLayout2.animation, .lyt03layout02 .childLayout3.animation, .lyt03layout02 .childLayout4.animation, .lyt03layout02 .childLayout5.animation, .lyt03layout02 .childLayout6.animation {
width: calc(100% - 200px);
}
}
.lyt03layout02 .child.animation {
opacity: 1;
transform: translateX(0%);
}
@media (min-width: 768px) {
.lyt03layout02 .child.animation {
width: calc(100%);
}
}
.lyt03layout02 .child.animation.right, .lyt03layout02 .child-2.animacion.right {
/*z-index:999;*/
/*width:100%;*/
opacity: 1;
/*left:0%; */
/* aqui es donde deberia ir el translate */
transform: translateX(0%);
}
/*# sourceMappingURL=03transition02.css.map */ | src/components/layouts/03layout02/03transition02.css | .lyt03layout02 .page.root {
visibility: visible;
}
@media screen and (min-width: 768px) {
.lyt03layout02 .page.child {
margin-left: 0px;
width: calc(100% );
}
}
.lyt03layout02 .child, .lyt03layout02 .child-2 {
display: block;
position: absolute;
/*top:0;*/
/*left:100%;*/
/*transform:translateX(100%);*/
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: auto;
opacity: 0;
transition: all 0.3s ease-in-out;
z-index: 50;
}
.lyt03layout02 .child .box.content, .lyt03layout02 .child-2 .box.content {
background: #E8EAF6;
}
.lyt03layout02 .child .nav-mobile, .lyt03layout02 .child-2 .nav-mobile {
width: 100px;
}
.lyt03layout02 .child .nav-mobile-search, .lyt03layout02 .child-2 .nav-mobile-search {
width: 50px;
}
.lyt03layout02 .childLyt.animation, .lyt03layout02 .childLyt1.animation, .lyt03layout02 .childLyt2.animation, .lyt03layout02 .childLyt3.animation, .lyt03layout02 .childLyt4.animation, .lyt03layout02 .childLyt5.animation, .lyt03layout02 .childLyt6.animation {
opacity: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translate(0);
}
@media (min-width: 768px) {
.lyt03layout02 .childLyt.animation, .lyt03layout02 .childLyt1.animation, .lyt03layout02 .childLyt2.animation, .lyt03layout02 .childLyt3.animation, .lyt03layout02 .childLyt4.animation, .lyt03layout02 .childLyt5.animation, .lyt03layout02 .childLyt6.animation {
width: calc(100% - 200px);
}
}
.lyt03layout02 .childLayout.animation, .lyt03layout02 .childLayout1.animation, .lyt03layout02 .childLayout2.animation, .lyt03layout02 .childLayout3.animation, .lyt03layout02 .childLayout4.animation, .lyt03layout02 .childLayout5.animation, .lyt03layout02 .childLayout6.animation {
opacity: 1;
transform: translateX(0%);
}
@media (min-width: 768px) {
.lyt03layout02 .childLayout.animation, .lyt03layout02 .childLayout1.animation, .lyt03layout02 .childLayout2.animation, .lyt03layout02 .childLayout3.animation, .lyt03layout02 .childLayout4.animation, .lyt03layout02 .childLayout5.animation, .lyt03layout02 .childLayout6.animation {
width: calc(100% - 200px);
}
}
.lyt03layout02 .child.animation {
opacity: 1;
transform: translateX(0%);
}
@media (min-width: 768px) {
.lyt03layout02 .child.animation {
width: calc(100%);
}
}
.lyt03layout02 .child.animation.right, .lyt03layout02 .child-2.animacion.right {
/*z-index:999;*/
/*width:100%;*/
opacity: 1;
/*left:0%; */
/* aqui es donde deberia ir el translate */
transform: translateX(0%);
}
/*# sourceMappingURL=03transition02.css.map */ | 0.507324 | 0.145905 |
.w3-top,
.w3-bottom {
position: fixed;
width: 100%;
z-index: 1
}
.w3-top {
top: 0
}
.w3-bottom {
bottom: 0
}
.w3-bar {
width: 100%;
overflow: hidden
}
.w3-center .w3-bar {
display: inline-block;
width: auto
}
.w3-bar .navbaritem {
padding: 8px 16px;
float: left;
width: auto;
border: none;
display: block;
outline: 0
}
.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
position: static;
float: left
}
.w3-bar .navbarbutton {
white-space: normal
}
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
content: "";
display: table;
clear: both
}
.w3-theme {
color: #fff !important;
}
.w3-bar-block .navbaritem {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
white-space: normal;
float: none;
outline: 0
}
.w3-bar-block.w3-center .navbaritem {
text-align: center
}
.w3-block {
display: block;
width: 100%
}
@media (max-width:600px) {
.w3-modal-content {
margin: 0 10px;
width: auto!important
}
.w3-modal {
padding-top: 30px
}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,
.w3-dropdown-click.w3-mobile .w3-dropdown-content {
position: relative
}
.w3-hide-small {
display: none!important
}
.w3-mobile {
display: block;
width: 100%!important
}
.navbaritem.w3-mobile,
.w3-dropdown-hover.w3-mobile,
.w3-dropdown-click.w3-mobile {
text-align: center
}
.w3-dropdown-hover.w3-mobile,
.w3-dropdown-hover.w3-mobile .w3-btn,
.w3-dropdown-hover.w3-mobile .navbarbutton,
.w3-dropdown-click.w3-mobile,
.w3-dropdown-click.w3-mobile .w3-btn,
.w3-dropdown-click.w3-mobile .navbarbutton {
width: 100%
}
}
.w3-btn,
.navbarbutton {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: left;
cursor: pointer;
white-space: nowrap
}
.w3-btn:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.w3-btn,
.navbarbutton {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.w3-disabled,
.w3-btn:disabled,
.navbarbutton:disabled {
cursor: not-allowed;
opacity: 0.3
}
.w3-disabled *,
:disabled * {
pointer-events: none
}
.w3-xlarge {
font-size: 24px!important
}
.w3-xxlarge {
font-size: 36px!important
}
.w3-xxxlarge {
font-size: 48px!important
}
.w3-jumbo {
font-size: 64px!important
}
.w3-hover-theme:hover {
color: #fff !important;
background-color: #6E2D50 !important
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-container,
.w3-panel {
padding: 0.01em 16px
}
.w3-panel {
margin-top: 16px;
margin-bottom: 16px
}
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
content: "";
display: table;
clear: both
}
.w3-cell-row {
display: table;
width: 100%
}
.w3-cell {
display: table-cell
}
.w3-margin {
margin: 16px!important
}
.w3-margin-top {
margin-top: 16px!important
}
.w3-margin-bottom {
margin-bottom: 16px!important
}
/* The side navigation menu */
.sidenav {
height: 100%;
/* 100% Full-height */
width: 0;
/* 0 width - change this with JavaScript */
position: fixed;
/* Stay in place */
z-index: 1;
/* Stay on top */
top: 0;
/* Stay at the top */
right: 0;
background-color: #FFFFFF;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
padding-top: 60px;
/* Place content 60px from the top */
transition: 0.5s;
/* 0.5 second transition effect to slide in the sidenav */
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav p {
padding: 8px 8px 8px 32px;
padding-bottom: 5px;
color: #6c717f;
font-size: 18px;
}
.sidenav h3 {
padding: 8px 8px 8px 32px;
font-weight: bold;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 5px;
color: #6c717f;
font-size: 18px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.sidebar {
padding: 8px 16px!important;
border-radius: 50%;
} | css/sidenav.css | .w3-top,
.w3-bottom {
position: fixed;
width: 100%;
z-index: 1
}
.w3-top {
top: 0
}
.w3-bottom {
bottom: 0
}
.w3-bar {
width: 100%;
overflow: hidden
}
.w3-center .w3-bar {
display: inline-block;
width: auto
}
.w3-bar .navbaritem {
padding: 8px 16px;
float: left;
width: auto;
border: none;
display: block;
outline: 0
}
.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
position: static;
float: left
}
.w3-bar .navbarbutton {
white-space: normal
}
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
content: "";
display: table;
clear: both
}
.w3-theme {
color: #fff !important;
}
.w3-bar-block .navbaritem {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
white-space: normal;
float: none;
outline: 0
}
.w3-bar-block.w3-center .navbaritem {
text-align: center
}
.w3-block {
display: block;
width: 100%
}
@media (max-width:600px) {
.w3-modal-content {
margin: 0 10px;
width: auto!important
}
.w3-modal {
padding-top: 30px
}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,
.w3-dropdown-click.w3-mobile .w3-dropdown-content {
position: relative
}
.w3-hide-small {
display: none!important
}
.w3-mobile {
display: block;
width: 100%!important
}
.navbaritem.w3-mobile,
.w3-dropdown-hover.w3-mobile,
.w3-dropdown-click.w3-mobile {
text-align: center
}
.w3-dropdown-hover.w3-mobile,
.w3-dropdown-hover.w3-mobile .w3-btn,
.w3-dropdown-hover.w3-mobile .navbarbutton,
.w3-dropdown-click.w3-mobile,
.w3-dropdown-click.w3-mobile .w3-btn,
.w3-dropdown-click.w3-mobile .navbarbutton {
width: 100%
}
}
.w3-btn,
.navbarbutton {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: left;
cursor: pointer;
white-space: nowrap
}
.w3-btn:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.w3-btn,
.navbarbutton {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.w3-disabled,
.w3-btn:disabled,
.navbarbutton:disabled {
cursor: not-allowed;
opacity: 0.3
}
.w3-disabled *,
:disabled * {
pointer-events: none
}
.w3-xlarge {
font-size: 24px!important
}
.w3-xxlarge {
font-size: 36px!important
}
.w3-xxxlarge {
font-size: 48px!important
}
.w3-jumbo {
font-size: 64px!important
}
.w3-hover-theme:hover {
color: #fff !important;
background-color: #6E2D50 !important
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-container,
.w3-panel {
padding: 0.01em 16px
}
.w3-panel {
margin-top: 16px;
margin-bottom: 16px
}
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
content: "";
display: table;
clear: both
}
.w3-cell-row {
display: table;
width: 100%
}
.w3-cell {
display: table-cell
}
.w3-margin {
margin: 16px!important
}
.w3-margin-top {
margin-top: 16px!important
}
.w3-margin-bottom {
margin-bottom: 16px!important
}
/* The side navigation menu */
.sidenav {
height: 100%;
/* 100% Full-height */
width: 0;
/* 0 width - change this with JavaScript */
position: fixed;
/* Stay in place */
z-index: 1;
/* Stay on top */
top: 0;
/* Stay at the top */
right: 0;
background-color: #FFFFFF;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
padding-top: 60px;
/* Place content 60px from the top */
transition: 0.5s;
/* 0.5 second transition effect to slide in the sidenav */
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav p {
padding: 8px 8px 8px 32px;
padding-bottom: 5px;
color: #6c717f;
font-size: 18px;
}
.sidenav h3 {
padding: 8px 8px 8px 32px;
font-weight: bold;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 5px;
color: #6c717f;
font-size: 18px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.sidebar {
padding: 8px 16px!important;
border-radius: 50%;
} | 0.335024 | 0.06767 |
@font-face{
font-family: PopLight;
src: url(/fonts/Poppins-ExtraLight.ttf);
}
@font-face{
font-family: PopRegular;
src: url(/fonts/Poppins-Regular.ttf);
}
*{
margin: 0;
padding: 0;
font-family: PopLight;
box-sizing: border-box;
scroll-behavior: smooth;
}
section{
padding: 100px;
}
.banner{
position: relative;
min-height: 100vh;
background: url(/img/bckg.jpg);
background-size: cover;
background-position: right;
display: flex;
justify-content: space-between;
align-items: center;
opacity: 0.9;
font-family: PopRegular;
}
.banner h2{
font-size: 3em;
color: white;
font-weight: 500;
line-height: 1.5em;
}
.banner h2 span{
font-size: 1.5em;
font-weight: 700;
}
.banner h3{
font-size: 1.5em;
color: white;
font-weight: 500;
}
.btn{
position: relative;
background: #ace0f9;
display: inline-block;
color: #111;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-decoration: none;
letter-spacing: 1px;
font-weight: 500;
}
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.5s;
font-size: 24px;
font-family: PopRegular;
}
header.sticky{
background: #111;
padding: 20px 100px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
header .logo{
color: #fff;
font-size: 24px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header.sticky .logo{
color: #fff;
}
header ul{
position: relative;
display: flex;
}
header ul li{
position: relative;
list-style: none;
}
header ul li a{
position: relative;
display: inline-block;
margin: 0 15px;
color: #fff;
text-decoration: none;
}
header.sticky ul li a{
color: #fff;
}
.heading{
width: 100%;
text-align: center;
margin-bottom: 30px;
color: #111;
}
.heading h2{
font-weight: 600;
font-size: 30px;
}
.content{
display: flex;
justify-content: space-between;
}
.contentBx{
padding-right: 30px;
}
.contentBx h3{
font-size: 24px;
margin-bottom: 10px;
}
.w50{
min-width: 50%;
}
img{
max-width: 100%;
}
.heading.white{
color: #fff;
}
.services .content{
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
.services .content .servicesBx{
padding: 40px 20px;
background: #222;
color: #fff;
max-width: 340px;
margin: 20px;
text-align: center;
transition: 0.5s;
}
.services .content .servicesBx:hover{
background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
}
.services .content .servicesBx img{
max-width: 80%;
filter: invert(1);
}
.services .content .servicesBx h2{
font-size: 20px;
font-weight: 600;
}
.work .container{
position: relative;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 20px;
}
.work .container .card{
position: relative;
height: 250px;
background: #fff;
display: flex;
width: 45%;
margin: 30px 0;
}
.work .container .card .imgBx{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: 0.5s ease-in-out;
}
.work .container .card:hover .imgBx{
width: 150px;
height: 150px;
left: -75px;
top: calc(50% - 75px);
transition: 0.5s ease-in-out;
background: white;
}
.work .container .card .imgBx::before{
content: attr(data-text);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-size: 80px;
font-family: PopLight;
color: rgba(255, 255, 255, .05);
font-weight: 800;
}
.work .container .card .imgBx img{
max-width: 100px;
transition: 0.5s ease-in-out;
}
.work .container .card:hover .imgBx img{
max-width: 80px;
}
.work .container .content{
position: absolute;
right: 0;
width: calc(100% - 75px);
height: 100%;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.work .container .content h3{
margin-bottom: 5px;
font-size: 24px;
}
.work .container .content a{
display: inline-block;
margin-top: 10px;
padding: 5px 10px;
background: #333;
text-decoration: none;
color: #fff;
}
.contact{
background: #111;
}
.contactInfo{
min-width: 40%;
}
.contactInfo h3{
color: #fff;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.contactInfoBx{
position: relative;
}
.contactInfoBx .box{
position: relative;
padding: 20px 0;
display: flex;
}
.contactInfoBx .box .icon{
min-width: 40px;
padding-top: 4px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
}
.contactInfoBx .box .text{
display: flex;
margin-left: 20px;
font-size: 16px;
color: #fff;
flex-direction: column;
font-weight: 300;
}
.contactInfoBx .box .text h3{
font-weight: 700;
color: #2196f3;
margin-bottom: 0;
}
.contact ul{
position: relative;
display: flex;
transform-style: preserve-3d;
transform: rotate(-25deg) skew(25deg);
}
.contact ul li{
position: relative;
list-style: none;
width: 60px;
height: 60px;
margin: 0 10px;
}
.contact ul li a{
text-decoration: none;
}
.contact ul li span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex !important;
justify-content: center;
align-items: center;
background: #333;
color: rgba(255, 255, 255, 0.2);
font-size: 30px !important;
transition: 0.1s;
}
.contact ul li:hover span{
z-index: 1000;
transition: 0.5s;
color: #fff;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.contact ul li:hover span:nth-child(2){
transform: translate(0px,0px);
opacity: 1;
}
.contact ul li:hover span:nth-child(1){
transform: translate(0px, 0px);
opacity: 0.8;
}
.contact ul li:hover span:nth-child(3){
transform: translate(0px, 0px);
opacity: 0.6;
}
.contact ul li:nth-child(1):hover span{
background: #25D366;
}
.contact ul li:nth-child(2):hover span{
background: #2867B2;
}
.contact ul li:nth-child(3):hover span{
background: #3dbbff;
}
.copyright{
background: #000;
color: #fff;
font-family: PopLight;
text-align: center;
padding: 10px;
}
@media(max-width: 844px){
header, header.sticky{
padding: 20px 50px;
z-index: 1000;
}
.menu{
position: fixed;
top: 75px;
left: -100%;
display: block;
padding: 100px 50px;
text-align: center;
width: 100%;
height: 100vh;
background: #111;
transition: 0.5s;
z-index: 999;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.menu.active{
left: 0;
}
header ul li a{
color: #fff;
font-size: 24px;
margin: 10px;
font-family: PopRegular;
}
.toggle{
width: 40px;
height: 40px;
background: url(/img/menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
cursor: pointer;
}
.toggle.active{
background: url(/img/close.png);
background-position: center;
background-repeat: no-repeat;
background-size: 25px;
cursor: pointer;
}
header.sticky{
filter: invert(1);
}
section{
padding: 100px 50px;
}
.banner{
padding: 150px 50px 100px;
}
.banner h2{
font-size: 1.5em;
}
.banner h3{
font-size: 1em;
}
.btn{
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
}
.heading h2{
font-size: 24px;
}
.contentBx h3{
font-size: 20px;
}
.content{
flex-direction: column;
}
.w50{
margin-bottom: 20px;
}
.services .content .servicesBx{
margin: 10px;
}
.work .container{
width: 100%;
flex-direction: column;
align-items: center;
}
.work .container .card{
width: 400px;
}
.contactInfo{
min-width: 40%;
margin: 20px 0;
}
.contact ul{
display: none;
}
}
@media(max-width: 469px){
header, header.sticky{
padding: 20px 20px;
}
.banner{
padding: 150px 50px 100px;
}
section{
padding: 100px 20px;
}
.work .container .card{
max-width: 300px;
flex-direction: column;
height: auto;
}
.work .container .card .imgBx{
position: relative;
}
.work .container .card .imgBx img,
.work .container .card:hover .imgBx{
width: 100%;
height: 200px;
left: 0;
}
.work .container .card .imgBx,
.work .container .card:hover .imgBx img{
max-width: 100px;
}
.work .container .card .content{
position: relative;
width: 100%;
}
} | portfolio-web/css/style.css | @font-face{
font-family: PopLight;
src: url(/fonts/Poppins-ExtraLight.ttf);
}
@font-face{
font-family: PopRegular;
src: url(/fonts/Poppins-Regular.ttf);
}
*{
margin: 0;
padding: 0;
font-family: PopLight;
box-sizing: border-box;
scroll-behavior: smooth;
}
section{
padding: 100px;
}
.banner{
position: relative;
min-height: 100vh;
background: url(/img/bckg.jpg);
background-size: cover;
background-position: right;
display: flex;
justify-content: space-between;
align-items: center;
opacity: 0.9;
font-family: PopRegular;
}
.banner h2{
font-size: 3em;
color: white;
font-weight: 500;
line-height: 1.5em;
}
.banner h2 span{
font-size: 1.5em;
font-weight: 700;
}
.banner h3{
font-size: 1.5em;
color: white;
font-weight: 500;
}
.btn{
position: relative;
background: #ace0f9;
display: inline-block;
color: #111;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-decoration: none;
letter-spacing: 1px;
font-weight: 500;
}
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.5s;
font-size: 24px;
font-family: PopRegular;
}
header.sticky{
background: #111;
padding: 20px 100px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
header .logo{
color: #fff;
font-size: 24px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header.sticky .logo{
color: #fff;
}
header ul{
position: relative;
display: flex;
}
header ul li{
position: relative;
list-style: none;
}
header ul li a{
position: relative;
display: inline-block;
margin: 0 15px;
color: #fff;
text-decoration: none;
}
header.sticky ul li a{
color: #fff;
}
.heading{
width: 100%;
text-align: center;
margin-bottom: 30px;
color: #111;
}
.heading h2{
font-weight: 600;
font-size: 30px;
}
.content{
display: flex;
justify-content: space-between;
}
.contentBx{
padding-right: 30px;
}
.contentBx h3{
font-size: 24px;
margin-bottom: 10px;
}
.w50{
min-width: 50%;
}
img{
max-width: 100%;
}
.heading.white{
color: #fff;
}
.services .content{
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
.services .content .servicesBx{
padding: 40px 20px;
background: #222;
color: #fff;
max-width: 340px;
margin: 20px;
text-align: center;
transition: 0.5s;
}
.services .content .servicesBx:hover{
background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
}
.services .content .servicesBx img{
max-width: 80%;
filter: invert(1);
}
.services .content .servicesBx h2{
font-size: 20px;
font-weight: 600;
}
.work .container{
position: relative;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 20px;
}
.work .container .card{
position: relative;
height: 250px;
background: #fff;
display: flex;
width: 45%;
margin: 30px 0;
}
.work .container .card .imgBx{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: 0.5s ease-in-out;
}
.work .container .card:hover .imgBx{
width: 150px;
height: 150px;
left: -75px;
top: calc(50% - 75px);
transition: 0.5s ease-in-out;
background: white;
}
.work .container .card .imgBx::before{
content: attr(data-text);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-size: 80px;
font-family: PopLight;
color: rgba(255, 255, 255, .05);
font-weight: 800;
}
.work .container .card .imgBx img{
max-width: 100px;
transition: 0.5s ease-in-out;
}
.work .container .card:hover .imgBx img{
max-width: 80px;
}
.work .container .content{
position: absolute;
right: 0;
width: calc(100% - 75px);
height: 100%;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.work .container .content h3{
margin-bottom: 5px;
font-size: 24px;
}
.work .container .content a{
display: inline-block;
margin-top: 10px;
padding: 5px 10px;
background: #333;
text-decoration: none;
color: #fff;
}
.contact{
background: #111;
}
.contactInfo{
min-width: 40%;
}
.contactInfo h3{
color: #fff;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.contactInfoBx{
position: relative;
}
.contactInfoBx .box{
position: relative;
padding: 20px 0;
display: flex;
}
.contactInfoBx .box .icon{
min-width: 40px;
padding-top: 4px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
}
.contactInfoBx .box .text{
display: flex;
margin-left: 20px;
font-size: 16px;
color: #fff;
flex-direction: column;
font-weight: 300;
}
.contactInfoBx .box .text h3{
font-weight: 700;
color: #2196f3;
margin-bottom: 0;
}
.contact ul{
position: relative;
display: flex;
transform-style: preserve-3d;
transform: rotate(-25deg) skew(25deg);
}
.contact ul li{
position: relative;
list-style: none;
width: 60px;
height: 60px;
margin: 0 10px;
}
.contact ul li a{
text-decoration: none;
}
.contact ul li span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex !important;
justify-content: center;
align-items: center;
background: #333;
color: rgba(255, 255, 255, 0.2);
font-size: 30px !important;
transition: 0.1s;
}
.contact ul li:hover span{
z-index: 1000;
transition: 0.5s;
color: #fff;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.contact ul li:hover span:nth-child(2){
transform: translate(0px,0px);
opacity: 1;
}
.contact ul li:hover span:nth-child(1){
transform: translate(0px, 0px);
opacity: 0.8;
}
.contact ul li:hover span:nth-child(3){
transform: translate(0px, 0px);
opacity: 0.6;
}
.contact ul li:nth-child(1):hover span{
background: #25D366;
}
.contact ul li:nth-child(2):hover span{
background: #2867B2;
}
.contact ul li:nth-child(3):hover span{
background: #3dbbff;
}
.copyright{
background: #000;
color: #fff;
font-family: PopLight;
text-align: center;
padding: 10px;
}
@media(max-width: 844px){
header, header.sticky{
padding: 20px 50px;
z-index: 1000;
}
.menu{
position: fixed;
top: 75px;
left: -100%;
display: block;
padding: 100px 50px;
text-align: center;
width: 100%;
height: 100vh;
background: #111;
transition: 0.5s;
z-index: 999;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.menu.active{
left: 0;
}
header ul li a{
color: #fff;
font-size: 24px;
margin: 10px;
font-family: PopRegular;
}
.toggle{
width: 40px;
height: 40px;
background: url(/img/menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
cursor: pointer;
}
.toggle.active{
background: url(/img/close.png);
background-position: center;
background-repeat: no-repeat;
background-size: 25px;
cursor: pointer;
}
header.sticky{
filter: invert(1);
}
section{
padding: 100px 50px;
}
.banner{
padding: 150px 50px 100px;
}
.banner h2{
font-size: 1.5em;
}
.banner h3{
font-size: 1em;
}
.btn{
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
}
.heading h2{
font-size: 24px;
}
.contentBx h3{
font-size: 20px;
}
.content{
flex-direction: column;
}
.w50{
margin-bottom: 20px;
}
.services .content .servicesBx{
margin: 10px;
}
.work .container{
width: 100%;
flex-direction: column;
align-items: center;
}
.work .container .card{
width: 400px;
}
.contactInfo{
min-width: 40%;
margin: 20px 0;
}
.contact ul{
display: none;
}
}
@media(max-width: 469px){
header, header.sticky{
padding: 20px 20px;
}
.banner{
padding: 150px 50px 100px;
}
section{
padding: 100px 20px;
}
.work .container .card{
max-width: 300px;
flex-direction: column;
height: auto;
}
.work .container .card .imgBx{
position: relative;
}
.work .container .card .imgBx img,
.work .container .card:hover .imgBx{
width: 100%;
height: 200px;
left: 0;
}
.work .container .card .imgBx,
.work .container .card:hover .imgBx img{
max-width: 100px;
}
.work .container .card .content{
position: relative;
width: 100%;
}
} | 0.382372 | 0.056652 |
body {
font-family: 'Lora', 'Times New Roman', serif;
font-size: 20px;
color: #3f3844;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
border-bottom: 1px black solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
color: #28242B;
}
h1.border {
display: inline;
line-height: 25px;
letter-spacing:2px;
font-weight: bold;
font-size: 25px;
}
h1.lined {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
color: #28242B;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
}
h1.large {
font-size: 40px;
line-height: 50px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color: #28242B;
}
h3 {
font-family: 'Lora', 'Times New Roman', serif;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 20px;
color: rgb(255, 87, 51) /*#BFBFB2*/;}
section.bar {padding: 100px 0;}
a {
color: black;
cursor: pointer;
}
a:hover,
a:focus {
border-bottom: 1px block dotted;
text-decoration: none;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.btn-default {
color: #28242B;
padding: 10px;
border: #28242B solid 4px;
background: transparent;
}
.btn-default a {color: #28242B;}
.btn-default:hover {border-color: #FF5733;}
ul {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
/* GLOBALS */
.glow {background: #edfbba !important; color: #3f3844 !important;}
.paper {background: #FEF9E7;}
.dark {background: #262626; color: white;}
.white {background: #fff !important;}
.dark h1.border {border-color: white; color: white;}
.dark a, .dark p {color: rgba(255,255,255,0.9); text-decoration: none;}
.lt-grey {background: #f1f1f1;}
a.no-underline {border-bottom: 0px solid transparent;}
.img-border {border: 5px solid #eee;}
.no-top {padding-top: 0px !important;}
.no-bottom {padding-bottom: 0px !important;}
.top-fifty {padding-top: 50px !important;}
.bottom-fifty {padding-bottom: 50px !important;}
.bottom-ten {padding-bottom: 10px !important;}
a img {cursor: pointer;}
.textcenter {text-align: center;}
.imgcenter {margin: 0 auto;}
.circle {border-radius: 100%;}
.light-text {color: #fff !important;}
.dark-text {color: #3f3844;}
.drawn {letter-spacing: 5px; font-family: 'Londrina Solid', sans-serif;}
.typer-section {text-align: center;}
/* NAV BAR */
.navbar-default {background: white;}
.navbar-custom {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 500;
}
.navbar-brand {
float: left;
height: 50px;
padding: 20px;
font-size: 35px;
line-height: 20px;
font-family: 'Londrina Solid', sans-serif;
letter-spacing: 4px;
}
span.1 {color: #581845;}
span.2 {color: #DAF7A6;}
span.3 {color: #FFC300;}
span.4 {color: #FF5733;}
span.5 {color: #C70039;}
span.6 {color: #900C3F;}
div.color-palette, nav.static-nav div.color-palette {
width: 100%;
float: left;
cursor: pointer;
position: fixed;
top: 0;
z-index: 99;
}
div.color-palette>div, nav.static-nav div.color-palette>div {
width: calc(100% / 6);
height: 5px;
float: left;
}
div.color-palette div:nth-child(1) div, nav.static-nav div.color-palette div:nth-child(1) div {
}
div.color-palette>div div, nav.static-nav div.color-palette>div div {
width: 100%;
height: 5px;
}
.no-banner .navbar-custom .nav li a, .no-banner .navbar-custom .navbar-brand {
color: #3f3844;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
.navbar-default {background: transparent !important;}
h1.border {
border: 7px solid #28242B;
padding: 7px 11px;
display: inline;
line-height:24px;
letter-spacing:5px;
font-weight: bold;
font-size: 30px;
}
h1.lined {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
color: #28242B;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
}
h1.lined span:after, h2.lined span:before {
background-color: rgba(51,51,51,0.4);
height: 3px!important;
}
h1.large {
font-size: 80px;
line-height: 80px;
}
.typer-section {text-align: left;}
.navbar-custom {
background: #f7f7f7;
border-bottom: 0px solid transparent;
}
.navbar-custom .navbar-brand {
color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
}
.navbar-custom .nav li a {
color: white;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: #5e5e5e;;
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #3f3844;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #FF5733;
}
.navbar-custom.is-fixed .nav li a {
color: #3f3844;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #FF5733;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
/* BANNERS AND HEADERS */
.banner h1 {color: #fff;}
.banner .post-heading .subheading,
.banner .post-heading .meta {color: white;}
.intro-header {
background: no-repeat center center;
background-color: #3f3844;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading,
.into-header h1 {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
color: white;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: 'Open Sans', sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: 'Lora', 'Times New Roman', serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
/* ARROW */
.arrow-wrap {
background: #fff;
width:10em;
height:10em;
padding:4em 2em;
border-radius:50%;
font-size:0.5em;
display:block;
margin: 0px auto;
}
.arrow {
float:left;
position:relative;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #c3c3c3 transparent transparent transparent;
-webkit-transform:rotate(360deg)
}
.arrow:after {
content:'';
position:absolute;
top:-3.8em;
left: -3em;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #fff transparent transparent transparent;
-webkit-transform:rotate(360deg)
}
.hint {
position:absolute;
top:0.6em;
width:100%;
left:0;
font-size:2em;
font-style:italic;
text-align:center;
color:#fff;
opacity:0;
}
.arrow-wrap:hover .hint {
opacity:1;
}
@-webkit-keyframes arrows {
0% { top:0; }
10% { top:12%; }
20% { top:0; }
30% { top:12%; }
40% { top:-12%; }
50% { top:12%; }
60% { top:0; }
70% { top:12%; }
80% { top:-12%; }
90% { top:12%; }
100% { top:0; }
}
.arrow-wrap .arrow {
-webkit-animation: arrows 2.8s 0.4s;
-webkit-animation-delay: 3s;
}
/* POSTS */
.post-preview {min-height: 250px; border-bottom: #eee 1px solid;}
.post-preview > a {
color: #3f3844;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #FF5733;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview .post-meta {
color: #c3c3c3;
font-size: 15px;
padding: 5px 0;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #3f3844;
}
.post-excerpt img {display: none;}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #FF5733;
text-decoration: underline;
}
.post-excerpt {
width: 80%;
font-size: 0.8em;
color: #737373;}
.post-excerpt a {
color: rgb(255, 195, 0);
font-family: 'Open Sans', sans-serif;
text-transform: lowercase;
text-decoration: none; }
.post-excerpt a:before {content: '> '; font-weight: 700;}
.post-image {
max-width: 400px;
float: left;
margin: 0 50px;
}
.post-image img {
border-radius: 100px;
width: 200px;
height: 200px;
border: 5px #eee solid;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
/* Events */
.event-list {font-family: 'Open Sans',Arial,sans-serif;}
.event-list ul li {list-style-type: none;}
.event-date {
float: left;
margin: 0 0px 20px 0;
}
.event-list .start-date, .event-list .end-date {
width: auto!important;
border-radius: 0px!important;
background-color: white!important;
border-right: #000 1px solid!important;
font-size: 20px;
color: #000000;
margin-right: 2em;
padding-right: 40px;
text-align: right!important;
float: left;
}
.event-time, .event-location {
padding-right: 0.8em;
color: rgb(144, 12, 63);
}
.event-day {
font-weight: bold;
line-height: 70px;
margin-bottom: 0;
font-size: 70px;
}
.event-month {
text-transform: uppercase;
font-size: 1.0em;
line-height: 1em;
padding: 0.4em 0;
}
.event-year {
font-size: 0.8em;
line-height: 0.8em;
letter-spacing: 0.1em;
padding-bottom: 0.3em;
}
li.event {
clear: both;
margin: 0 0.5em 1.5em 0.5em;
zoom: 1;
}
/* Footer */
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
.fa-stack {
color: #c3c3c3;
}
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #FF5733;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eeeeee;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
border-radius: 0;
padding: 15px 25px;
margin-bottom: 10px;
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus
{
background-color: #FF5733;
border: #FF5733solid 4px;
color: white;
}
.btn-default a:hover,
.btn-default:hover a {color: white; text-decoration: none;}
.pager {
margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
padding: 10px 5px;
background-color: white;
border-radius: 0;
}
@media only screen and (min-width: 768px) {
.pager li > a,
.pager li > span {
font-size: 14px;
padding: 15px 25px;
}
}
.pager li > a:hover,
.pager li > a:focus {
color: white;
background-color: #FF5733;
border: 1px solid #FF5733;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #808080;
background-color: #3f3844;
cursor: not-allowed;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #FF5733;
}
::selection {
color: white;
text-shadow: none;
background: #FF5733;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #FF5733;
}
/* Web Design */
.featured-image {margin-bottom: 20px;}
.web-design ul {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
list-style-type: none !important;
}
.web-design ul li {
position: relative;
overflow: hidden;
padding: 0 0 0 0px;
list-style-type: none;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
.web-design ul li:nth-of-type(1n) .project-overlay {background-color: rgba(255, 87, 51, 0.9);}
.web-design ul li:nth-of-type(2n) .project-overlay {background-color: rgba(144, 12, 63, 0.9);}
.web-design ul li:nth-of-type(3n) .project-overlay {background-color: rgba(255, 195, 0, 0.9);}
.web-design ul li:nth-of-type(4n) .project-overlay {background-color: rgba(88, 24, 69, 0.9); }
.web-design ul li:nth-of-type(5n) .project-overlay {background-color: rgba(199, 0, 57, 0.9);}
.web-design ul li:nth-of-type(6n) .project-overlay {background-color: rgba(218, 247, 166, 0.9);}
.web-design ul li:hover .project-overlay {background-color: rgba(255, 255, 255, 0.8); color: #222;}
.web-design ul li .project-overlay p {
text-align: center;
margin-top: 20%;
font-size: 40px;}
.web-design ul li a .project-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
display: block;
}
.no-gutter .col-lg-4, .no-gutter .col-xs-6 {
padding-right:0;
padding-left:0;
}
.web-design .img-responsive {width: 100%;} | css/creative.css | body {
font-family: 'Lora', 'Times New Roman', serif;
font-size: 20px;
color: #3f3844;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
border-bottom: 1px black solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
color: #28242B;
}
h1.border {
display: inline;
line-height: 25px;
letter-spacing:2px;
font-weight: bold;
font-size: 25px;
}
h1.lined {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
color: #28242B;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
}
h1.large {
font-size: 40px;
line-height: 50px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color: #28242B;
}
h3 {
font-family: 'Lora', 'Times New Roman', serif;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 20px;
color: rgb(255, 87, 51) /*#BFBFB2*/;}
section.bar {padding: 100px 0;}
a {
color: black;
cursor: pointer;
}
a:hover,
a:focus {
border-bottom: 1px block dotted;
text-decoration: none;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.btn-default {
color: #28242B;
padding: 10px;
border: #28242B solid 4px;
background: transparent;
}
.btn-default a {color: #28242B;}
.btn-default:hover {border-color: #FF5733;}
ul {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
/* GLOBALS */
.glow {background: #edfbba !important; color: #3f3844 !important;}
.paper {background: #FEF9E7;}
.dark {background: #262626; color: white;}
.white {background: #fff !important;}
.dark h1.border {border-color: white; color: white;}
.dark a, .dark p {color: rgba(255,255,255,0.9); text-decoration: none;}
.lt-grey {background: #f1f1f1;}
a.no-underline {border-bottom: 0px solid transparent;}
.img-border {border: 5px solid #eee;}
.no-top {padding-top: 0px !important;}
.no-bottom {padding-bottom: 0px !important;}
.top-fifty {padding-top: 50px !important;}
.bottom-fifty {padding-bottom: 50px !important;}
.bottom-ten {padding-bottom: 10px !important;}
a img {cursor: pointer;}
.textcenter {text-align: center;}
.imgcenter {margin: 0 auto;}
.circle {border-radius: 100%;}
.light-text {color: #fff !important;}
.dark-text {color: #3f3844;}
.drawn {letter-spacing: 5px; font-family: 'Londrina Solid', sans-serif;}
.typer-section {text-align: center;}
/* NAV BAR */
.navbar-default {background: white;}
.navbar-custom {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 500;
}
.navbar-brand {
float: left;
height: 50px;
padding: 20px;
font-size: 35px;
line-height: 20px;
font-family: 'Londrina Solid', sans-serif;
letter-spacing: 4px;
}
span.1 {color: #581845;}
span.2 {color: #DAF7A6;}
span.3 {color: #FFC300;}
span.4 {color: #FF5733;}
span.5 {color: #C70039;}
span.6 {color: #900C3F;}
div.color-palette, nav.static-nav div.color-palette {
width: 100%;
float: left;
cursor: pointer;
position: fixed;
top: 0;
z-index: 99;
}
div.color-palette>div, nav.static-nav div.color-palette>div {
width: calc(100% / 6);
height: 5px;
float: left;
}
div.color-palette div:nth-child(1) div, nav.static-nav div.color-palette div:nth-child(1) div {
}
div.color-palette>div div, nav.static-nav div.color-palette>div div {
width: 100%;
height: 5px;
}
.no-banner .navbar-custom .nav li a, .no-banner .navbar-custom .navbar-brand {
color: #3f3844;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
.navbar-default {background: transparent !important;}
h1.border {
border: 7px solid #28242B;
padding: 7px 11px;
display: inline;
line-height:24px;
letter-spacing:5px;
font-weight: bold;
font-size: 30px;
}
h1.lined {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
color: #28242B;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
}
h1.lined span:after, h2.lined span:before {
background-color: rgba(51,51,51,0.4);
height: 3px!important;
}
h1.large {
font-size: 80px;
line-height: 80px;
}
.typer-section {text-align: left;}
.navbar-custom {
background: #f7f7f7;
border-bottom: 0px solid transparent;
}
.navbar-custom .navbar-brand {
color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
}
.navbar-custom .nav li a {
color: white;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: #5e5e5e;;
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #3f3844;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #FF5733;
}
.navbar-custom.is-fixed .nav li a {
color: #3f3844;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #FF5733;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
/* BANNERS AND HEADERS */
.banner h1 {color: #fff;}
.banner .post-heading .subheading,
.banner .post-heading .meta {color: white;}
.intro-header {
background: no-repeat center center;
background-color: #3f3844;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading,
.into-header h1 {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 20px;
text-align:center;
line-height:24px;
letter-spacing:5px;
font-weight:bold;
margin-bottom:30px;
margin-top:10px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
color: white;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: 'Open Sans', sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: 'Lora', 'Times New Roman', serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
/* ARROW */
.arrow-wrap {
background: #fff;
width:10em;
height:10em;
padding:4em 2em;
border-radius:50%;
font-size:0.5em;
display:block;
margin: 0px auto;
}
.arrow {
float:left;
position:relative;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #c3c3c3 transparent transparent transparent;
-webkit-transform:rotate(360deg)
}
.arrow:after {
content:'';
position:absolute;
top:-3.8em;
left: -3em;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #fff transparent transparent transparent;
-webkit-transform:rotate(360deg)
}
.hint {
position:absolute;
top:0.6em;
width:100%;
left:0;
font-size:2em;
font-style:italic;
text-align:center;
color:#fff;
opacity:0;
}
.arrow-wrap:hover .hint {
opacity:1;
}
@-webkit-keyframes arrows {
0% { top:0; }
10% { top:12%; }
20% { top:0; }
30% { top:12%; }
40% { top:-12%; }
50% { top:12%; }
60% { top:0; }
70% { top:12%; }
80% { top:-12%; }
90% { top:12%; }
100% { top:0; }
}
.arrow-wrap .arrow {
-webkit-animation: arrows 2.8s 0.4s;
-webkit-animation-delay: 3s;
}
/* POSTS */
.post-preview {min-height: 250px; border-bottom: #eee 1px solid;}
.post-preview > a {
color: #3f3844;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #FF5733;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview .post-meta {
color: #c3c3c3;
font-size: 15px;
padding: 5px 0;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #3f3844;
}
.post-excerpt img {display: none;}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #FF5733;
text-decoration: underline;
}
.post-excerpt {
width: 80%;
font-size: 0.8em;
color: #737373;}
.post-excerpt a {
color: rgb(255, 195, 0);
font-family: 'Open Sans', sans-serif;
text-transform: lowercase;
text-decoration: none; }
.post-excerpt a:before {content: '> '; font-weight: 700;}
.post-image {
max-width: 400px;
float: left;
margin: 0 50px;
}
.post-image img {
border-radius: 100px;
width: 200px;
height: 200px;
border: 5px #eee solid;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
/* Events */
.event-list {font-family: 'Open Sans',Arial,sans-serif;}
.event-list ul li {list-style-type: none;}
.event-date {
float: left;
margin: 0 0px 20px 0;
}
.event-list .start-date, .event-list .end-date {
width: auto!important;
border-radius: 0px!important;
background-color: white!important;
border-right: #000 1px solid!important;
font-size: 20px;
color: #000000;
margin-right: 2em;
padding-right: 40px;
text-align: right!important;
float: left;
}
.event-time, .event-location {
padding-right: 0.8em;
color: rgb(144, 12, 63);
}
.event-day {
font-weight: bold;
line-height: 70px;
margin-bottom: 0;
font-size: 70px;
}
.event-month {
text-transform: uppercase;
font-size: 1.0em;
line-height: 1em;
padding: 0.4em 0;
}
.event-year {
font-size: 0.8em;
line-height: 0.8em;
letter-spacing: 0.1em;
padding-bottom: 0.3em;
}
li.event {
clear: both;
margin: 0 0.5em 1.5em 0.5em;
zoom: 1;
}
/* Footer */
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
.fa-stack {
color: #c3c3c3;
}
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #FF5733;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eeeeee;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
border-radius: 0;
padding: 15px 25px;
margin-bottom: 10px;
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus
{
background-color: #FF5733;
border: #FF5733solid 4px;
color: white;
}
.btn-default a:hover,
.btn-default:hover a {color: white; text-decoration: none;}
.pager {
margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
padding: 10px 5px;
background-color: white;
border-radius: 0;
}
@media only screen and (min-width: 768px) {
.pager li > a,
.pager li > span {
font-size: 14px;
padding: 15px 25px;
}
}
.pager li > a:hover,
.pager li > a:focus {
color: white;
background-color: #FF5733;
border: 1px solid #FF5733;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #808080;
background-color: #3f3844;
cursor: not-allowed;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #FF5733;
}
::selection {
color: white;
text-shadow: none;
background: #FF5733;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #FF5733;
}
/* Web Design */
.featured-image {margin-bottom: 20px;}
.web-design ul {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
list-style-type: none !important;
}
.web-design ul li {
position: relative;
overflow: hidden;
padding: 0 0 0 0px;
list-style-type: none;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
.web-design ul li:nth-of-type(1n) .project-overlay {background-color: rgba(255, 87, 51, 0.9);}
.web-design ul li:nth-of-type(2n) .project-overlay {background-color: rgba(144, 12, 63, 0.9);}
.web-design ul li:nth-of-type(3n) .project-overlay {background-color: rgba(255, 195, 0, 0.9);}
.web-design ul li:nth-of-type(4n) .project-overlay {background-color: rgba(88, 24, 69, 0.9); }
.web-design ul li:nth-of-type(5n) .project-overlay {background-color: rgba(199, 0, 57, 0.9);}
.web-design ul li:nth-of-type(6n) .project-overlay {background-color: rgba(218, 247, 166, 0.9);}
.web-design ul li:hover .project-overlay {background-color: rgba(255, 255, 255, 0.8); color: #222;}
.web-design ul li .project-overlay p {
text-align: center;
margin-top: 20%;
font-size: 40px;}
.web-design ul li a .project-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
display: block;
}
.no-gutter .col-lg-4, .no-gutter .col-xs-6 {
padding-right:0;
padding-left:0;
}
.web-design .img-responsive {width: 100%;} | 0.385722 | 0.082217 |
.edui-default .edui-toolbar .edui-for-coralueditor,
.edui-default .edui-toolbar .edui-for-coralueditoreditorarea{
float: right;
}
.coralueditor-body{
overflow: hidden;
}
.coralueditor-icon{
background: url("../images/icons.png") left top no-repeat;
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
}
.coralueditor-icon-like{
background-position: -60px 0;
}
.coralueditor-wrapper{
position: fixed;
left: 0;
right: 0;
bottom:0;
top:0;
z-index: 999;
background-color: #fff;
display: block;
}
.coralueditor-left{
position: absolute;
left: 20px;
top: 15px;
bottom: 15px;
width: 400px;
}
.coralueditor-left-nav{
position: relative;
z-index: 2;
}
.coralueditor-left-content{
position: absolute;
left: 0;
top:38px;
width: 100%;
bottom: 0;
z-index: 1;
border: 1px solid #ddd;
}
.coralueditor-left-content>.tab-pane{
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
}
.coralueditor-filter{
position: relative;
}
.coralueditor-filter-disabled:before{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 100;
}
.coralueditor-filter-search{
position: relative;
margin-bottom: 10px;
}
.coralueditor-filter-search .form-control{
width: 60%;
float: left;
border-right: none;
}
.coralueditor-filter-search .btn{
width: 20%;
border-radius: 0;
float: left;
}
.coralueditor-filter-color{
margin-bottom: 10px;
}
.coralueditor-filter-color>.btn{
display: block;
width: 10%;
height: 16px;
border-color: #fff;
margin: 0!important;
text-indent: -10000px;
}
.coralueditor-filter-color>.btn.active{
position: relative;
border-color: #000;
}
.coralueditor-filter-color>.btn.active:before,
.coralueditor-color-fff:before,
.coralueditor-filter-color>.btn.active:after{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: '';
border:4px solid #000;
}
.coralueditor-filter-color>.btn.active:after{
left: 1px;
right: 1px;
bottom: 1px;
top: 1px;
border: 1px solid #fff;
}
.coralueditor-filter-color>.btn:hover{
border-color: #000;
}
.coralueditor-color-fff:before{
border-width: 1px;
}
.coralueditor-filter-category-loading{
width: 100%!important;
height: 37px;
background: url("../images/loading.gif") center no-repeat;
background-size: 22px 22px;
display: block!important;
}
.coralueditor-color-multicolour{
background: -webkit-linear-gradient(0deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background: -moz-linear-gradient(90deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background: linear-gradient(90deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.coralueditor-filter-category{
margin-bottom: 10px;
background-color: #fafafa;
}
.coralueditor-filter-category>li>a{
padding:10px 10px;
background-color: #fafafa;
}
.coralueditor-filter-category>li.active>a,
.coralueditor-filter-category>li.active>a:hover,
.coralueditor-filter-category>li.active>a:focus,
.coralueditor-filter-category>li.active>a:active:focus,
.coralueditor-filter-category .dropdown-menu>.active>a,
.coralueditor-filter-category .dropdown-menu>.active>a:focus,
.coralueditor-filter-category .dropdown-menu>.active>a:hover{
background-color: #000;
}
.coralueditor-filter-category .dropdown-menu{
min-width: 100px;
}
.coralueditor-filter-category>li:hover>a,
.coralueditor-filter-category>li.current>a,
.coralueditor-filter-category>li.current>a:hover,
.coralueditor-filter-category>li.current>a:focus,
.coralueditor-filter-category>li.current>a:active:focus{
background-color:#eee;
}
.coralueditor-filter-category>li:hover ul{
display: block;
}
.coralueditor-filter-category .dropdown-menu{
margin-top: 0;
}
.coralueditor-filter-content{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 130px;
background-color: #fafafa;
overflow-x: hidden;
overflow-y: auto;
}
.coralueditor-filter-content>ul{
padding: 10px;
}
.coralueditor-filter-content>ul>li:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.coralueditor-filter-content>ul>li{
position: relative;
cursor: pointer;
margin-top: 10px;
min-height: 100px;
line-height: 100px;
background-color: #eee;
}
.coralueditor-filter-content li.disabled{
cursor: text;
text-align: center;
}
.coralueditor-filter-content-hot{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
background-color: rgba(0,0,0,.15);
line-height: 23px;
opacity: 0;
-moz-transition: all 0.2s ease-out, color 0.1s ease-out;
-webkit-transition: all 0.2s ease-out, color 0.1s ease-out;
-ms-transition: all 0.2s ease-out, color 0.1s ease-out;
transition: all 0.2s ease-out, color 0.1s ease-out;
}
.coralueditor-filter-content-title{
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
color: #fff;
height: 30px;
line-height: 30px;
background-color: rgba(0,0,0,.15);
padding: 0 100px 0 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.coralueditor-filter-content-opt{
position: absolute;
right: 0;
bottom: 0;
z-index: 3;
height: 30px;
line-height: 30px;
padding-left: 5px;
display: none;
}
.coralueditor-filter-content-opt a{
display: inline-block;
padding: 0 5px;
margin-right: 5px;
color: #fff;
}
.coralueditor-filter-content-opt a:hover{
background-color: #000;
}
.coralueditor-filter-content>ul>li:hover .coralueditor-filter-content-opt{
display: block;
}
.coralueditor-filter-content>ul>li:first-child{
margin-top: 0;
}
.coralueditor-filter-content>ul>li .like{
position: absolute;
right: 5px;
top: 5px;
width: 24px;
height: 24px;
text-align: center;
line-height: 23px;
z-index: 3;
display: none;
background-color: #fafafa;
border-radius: 3px;
}
.coralueditor-filter-content>ul>li .like>a:hover,
.coralueditor-filter-content>ul>li .like>a.active{
text-decoration: none;
background-position: -60px -30px;
}
.coralueditor-filter-content>ul>li:hover .coralueditor-filter-content-hot{
opacity: 1;
}
.coralueditor-filter-content>ul>li:hover .like{
display: block;
}
.coralueditor-filter-content>ul>li>img{
width: 100%;
}
.coralueditor-right{
position: absolute;
top: 15px;
right: 20px;
left: 440px;
bottom: 15px;
z-index: 1;
}
.coralueditor-header-title{
height: 39px;
line-height: 38px;
margin: 0;
cursor: default;
}
.coralueditor-header-title a{
display: inline-block;
padding: 0 6px;
height: 22px;
line-height: 22px;
margin-left: 3px;
background-color: #eee;
}
.coralueditor-header-title a.active,
.coralueditor-header-title a:hover,
.coralueditor-header-title a:focus,
.coralueditor-header-title a:focus:active{
background-color: #000;
text-decoration: none;
color: #fff;
}
.coralueditor-header .btn{
margin: 4px 0 0 5px;
}
.coralueditor-main{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 38px;
z-index: 1;
background-color: #fafafa;
overflow-x: auto;
overflow-y: hidden;
}
.coralueditor-main-inner{
margin: 0 auto;
width: 100%;
height: 100%;
}
.coralueditor-main-content{
height: 100%;
overflow: hidden;
}
.coralueditor-loading,
.coralueditor-loading-bg{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
}
.coralueditor-loading-bg{
z-index: 1;
background-color: #fff;
opacity: .5;
}
.coralueditor-loading-content{
position: absolute;
left: 50%;
top: 50%;
width: 200px;
height: 60px;
margin-left: -100px;
margin-top: -30px;
z-index: 2;
text-align: center;
font-size: 14px;
}
.coralueditor-loading-icon{
display: inline-block;
width: 32px;
height: 32px;
background: url("../images/loading.gif") center no-repeat;
}
.coralueditor-loading-text{
height: 24px;
line-height: 24px;
}
.coralueditor-filter-pager{
text-align: center;
height: 32px;
line-height: 22px;
padding-bottom: 10px;
}
.coralueditor-filter-pager a{
display: block;
vertical-align: top;
background-color: #ddd;
margin-left: 10px;
margin-right: 10px;
}
.coralueditor-filter-pager span{
display: none;
vertical-align: top;
background: url("../images/loading.gif") left center no-repeat;
background-size: contain;
padding-left: 30px;
}
.coralueditor-filter-pager.filter-loading-gif a{display: none}
.coralueditor-filter-pager.filter-loading-gif span{
display: inline-block;
}
.coralueditor-dialog{
min-width: 500px;
}
.edui-default .coralueditor-dialog .edui-dialog-foot{
background-color: transparent;
}
.coralueditor-dialog .list-img ul{
float: left;
margin-top: -10px;
}
.coralueditor-dialog .list-img li{
float: left;
position: relative;
width: 90px;
height: 90px;
margin-right: 10px;
margin-top: 10px;
border-radius: 3px;
background-color: #eee;
overflow: hidden;
}
.coralueditor-dialog .list-img .pic{
display: table;
width: 100%;
height: 100%;
}
.coralueditor-dialog .list-img .pic .inner{
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.coralueditor-dialog .list-img .pic img{
width: 100%;
}
.coralueditor-dialog .list-img .opt{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: auto;
z-index: 1;
padding: 3px 20px 0;
color: #fff;
text-align: center;
height: 28px;
line-height: 20px;
background-color:rgba(0,0,0,.5);
}
.coralueditor-dialog .list-img .opt a{
display: block;
color: #fff;
margin-top: 0;
}
.coralueditor-dialog .list-img .upload{
float: left;
display: block;
border:1px solid #ccc;
border-radius: 3px;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
}
.coralueditor-dialog .list-img .upload .iconfont{
font-size: 33px;
color: #ccc;
}
.coralueditor-dialog .list-img .upload:hover{
background-color: #fafafa;
text-decoration: none;
}
.edui-dialog .bootstrap-tagsinput{
width: 100%;
}
.edui-dialog .coralueditor-loading-content{
width: 200px;
}
.edui-dialog .coralueditor-loading-icon{
width: 32px;
}
.coralueditor-save-tpl-dialog .coralueditor-filter-color>.btn{
width: 20%;
height: 22px;
}
.coralueditor-show{display: block!important;} | install_package/manage/web/js/plugins/coralueditor/css/coralueditor.css | .edui-default .edui-toolbar .edui-for-coralueditor,
.edui-default .edui-toolbar .edui-for-coralueditoreditorarea{
float: right;
}
.coralueditor-body{
overflow: hidden;
}
.coralueditor-icon{
background: url("../images/icons.png") left top no-repeat;
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
}
.coralueditor-icon-like{
background-position: -60px 0;
}
.coralueditor-wrapper{
position: fixed;
left: 0;
right: 0;
bottom:0;
top:0;
z-index: 999;
background-color: #fff;
display: block;
}
.coralueditor-left{
position: absolute;
left: 20px;
top: 15px;
bottom: 15px;
width: 400px;
}
.coralueditor-left-nav{
position: relative;
z-index: 2;
}
.coralueditor-left-content{
position: absolute;
left: 0;
top:38px;
width: 100%;
bottom: 0;
z-index: 1;
border: 1px solid #ddd;
}
.coralueditor-left-content>.tab-pane{
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
}
.coralueditor-filter{
position: relative;
}
.coralueditor-filter-disabled:before{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 100;
}
.coralueditor-filter-search{
position: relative;
margin-bottom: 10px;
}
.coralueditor-filter-search .form-control{
width: 60%;
float: left;
border-right: none;
}
.coralueditor-filter-search .btn{
width: 20%;
border-radius: 0;
float: left;
}
.coralueditor-filter-color{
margin-bottom: 10px;
}
.coralueditor-filter-color>.btn{
display: block;
width: 10%;
height: 16px;
border-color: #fff;
margin: 0!important;
text-indent: -10000px;
}
.coralueditor-filter-color>.btn.active{
position: relative;
border-color: #000;
}
.coralueditor-filter-color>.btn.active:before,
.coralueditor-color-fff:before,
.coralueditor-filter-color>.btn.active:after{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: '';
border:4px solid #000;
}
.coralueditor-filter-color>.btn.active:after{
left: 1px;
right: 1px;
bottom: 1px;
top: 1px;
border: 1px solid #fff;
}
.coralueditor-filter-color>.btn:hover{
border-color: #000;
}
.coralueditor-color-fff:before{
border-width: 1px;
}
.coralueditor-filter-category-loading{
width: 100%!important;
height: 37px;
background: url("../images/loading.gif") center no-repeat;
background-size: 22px 22px;
display: block!important;
}
.coralueditor-color-multicolour{
background: -webkit-linear-gradient(0deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background: -moz-linear-gradient(90deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background: linear-gradient(90deg, rgba(193,61,9,1) 0, rgba(239,115,14,1) 10%, rgba(249,209,9,1) 24%, rgba(42,165,8,1) 35%, rgba(33,188,28,1) 44%, rgba(35,247,32,1) 56%, rgba(12,133,247,1) 71%, rgba(219,12,242,1) 85%, rgba(242,12,27,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.coralueditor-filter-category{
margin-bottom: 10px;
background-color: #fafafa;
}
.coralueditor-filter-category>li>a{
padding:10px 10px;
background-color: #fafafa;
}
.coralueditor-filter-category>li.active>a,
.coralueditor-filter-category>li.active>a:hover,
.coralueditor-filter-category>li.active>a:focus,
.coralueditor-filter-category>li.active>a:active:focus,
.coralueditor-filter-category .dropdown-menu>.active>a,
.coralueditor-filter-category .dropdown-menu>.active>a:focus,
.coralueditor-filter-category .dropdown-menu>.active>a:hover{
background-color: #000;
}
.coralueditor-filter-category .dropdown-menu{
min-width: 100px;
}
.coralueditor-filter-category>li:hover>a,
.coralueditor-filter-category>li.current>a,
.coralueditor-filter-category>li.current>a:hover,
.coralueditor-filter-category>li.current>a:focus,
.coralueditor-filter-category>li.current>a:active:focus{
background-color:#eee;
}
.coralueditor-filter-category>li:hover ul{
display: block;
}
.coralueditor-filter-category .dropdown-menu{
margin-top: 0;
}
.coralueditor-filter-content{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 130px;
background-color: #fafafa;
overflow-x: hidden;
overflow-y: auto;
}
.coralueditor-filter-content>ul{
padding: 10px;
}
.coralueditor-filter-content>ul>li:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.coralueditor-filter-content>ul>li{
position: relative;
cursor: pointer;
margin-top: 10px;
min-height: 100px;
line-height: 100px;
background-color: #eee;
}
.coralueditor-filter-content li.disabled{
cursor: text;
text-align: center;
}
.coralueditor-filter-content-hot{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
background-color: rgba(0,0,0,.15);
line-height: 23px;
opacity: 0;
-moz-transition: all 0.2s ease-out, color 0.1s ease-out;
-webkit-transition: all 0.2s ease-out, color 0.1s ease-out;
-ms-transition: all 0.2s ease-out, color 0.1s ease-out;
transition: all 0.2s ease-out, color 0.1s ease-out;
}
.coralueditor-filter-content-title{
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
color: #fff;
height: 30px;
line-height: 30px;
background-color: rgba(0,0,0,.15);
padding: 0 100px 0 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.coralueditor-filter-content-opt{
position: absolute;
right: 0;
bottom: 0;
z-index: 3;
height: 30px;
line-height: 30px;
padding-left: 5px;
display: none;
}
.coralueditor-filter-content-opt a{
display: inline-block;
padding: 0 5px;
margin-right: 5px;
color: #fff;
}
.coralueditor-filter-content-opt a:hover{
background-color: #000;
}
.coralueditor-filter-content>ul>li:hover .coralueditor-filter-content-opt{
display: block;
}
.coralueditor-filter-content>ul>li:first-child{
margin-top: 0;
}
.coralueditor-filter-content>ul>li .like{
position: absolute;
right: 5px;
top: 5px;
width: 24px;
height: 24px;
text-align: center;
line-height: 23px;
z-index: 3;
display: none;
background-color: #fafafa;
border-radius: 3px;
}
.coralueditor-filter-content>ul>li .like>a:hover,
.coralueditor-filter-content>ul>li .like>a.active{
text-decoration: none;
background-position: -60px -30px;
}
.coralueditor-filter-content>ul>li:hover .coralueditor-filter-content-hot{
opacity: 1;
}
.coralueditor-filter-content>ul>li:hover .like{
display: block;
}
.coralueditor-filter-content>ul>li>img{
width: 100%;
}
.coralueditor-right{
position: absolute;
top: 15px;
right: 20px;
left: 440px;
bottom: 15px;
z-index: 1;
}
.coralueditor-header-title{
height: 39px;
line-height: 38px;
margin: 0;
cursor: default;
}
.coralueditor-header-title a{
display: inline-block;
padding: 0 6px;
height: 22px;
line-height: 22px;
margin-left: 3px;
background-color: #eee;
}
.coralueditor-header-title a.active,
.coralueditor-header-title a:hover,
.coralueditor-header-title a:focus,
.coralueditor-header-title a:focus:active{
background-color: #000;
text-decoration: none;
color: #fff;
}
.coralueditor-header .btn{
margin: 4px 0 0 5px;
}
.coralueditor-main{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 38px;
z-index: 1;
background-color: #fafafa;
overflow-x: auto;
overflow-y: hidden;
}
.coralueditor-main-inner{
margin: 0 auto;
width: 100%;
height: 100%;
}
.coralueditor-main-content{
height: 100%;
overflow: hidden;
}
.coralueditor-loading,
.coralueditor-loading-bg{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
}
.coralueditor-loading-bg{
z-index: 1;
background-color: #fff;
opacity: .5;
}
.coralueditor-loading-content{
position: absolute;
left: 50%;
top: 50%;
width: 200px;
height: 60px;
margin-left: -100px;
margin-top: -30px;
z-index: 2;
text-align: center;
font-size: 14px;
}
.coralueditor-loading-icon{
display: inline-block;
width: 32px;
height: 32px;
background: url("../images/loading.gif") center no-repeat;
}
.coralueditor-loading-text{
height: 24px;
line-height: 24px;
}
.coralueditor-filter-pager{
text-align: center;
height: 32px;
line-height: 22px;
padding-bottom: 10px;
}
.coralueditor-filter-pager a{
display: block;
vertical-align: top;
background-color: #ddd;
margin-left: 10px;
margin-right: 10px;
}
.coralueditor-filter-pager span{
display: none;
vertical-align: top;
background: url("../images/loading.gif") left center no-repeat;
background-size: contain;
padding-left: 30px;
}
.coralueditor-filter-pager.filter-loading-gif a{display: none}
.coralueditor-filter-pager.filter-loading-gif span{
display: inline-block;
}
.coralueditor-dialog{
min-width: 500px;
}
.edui-default .coralueditor-dialog .edui-dialog-foot{
background-color: transparent;
}
.coralueditor-dialog .list-img ul{
float: left;
margin-top: -10px;
}
.coralueditor-dialog .list-img li{
float: left;
position: relative;
width: 90px;
height: 90px;
margin-right: 10px;
margin-top: 10px;
border-radius: 3px;
background-color: #eee;
overflow: hidden;
}
.coralueditor-dialog .list-img .pic{
display: table;
width: 100%;
height: 100%;
}
.coralueditor-dialog .list-img .pic .inner{
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.coralueditor-dialog .list-img .pic img{
width: 100%;
}
.coralueditor-dialog .list-img .opt{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: auto;
z-index: 1;
padding: 3px 20px 0;
color: #fff;
text-align: center;
height: 28px;
line-height: 20px;
background-color:rgba(0,0,0,.5);
}
.coralueditor-dialog .list-img .opt a{
display: block;
color: #fff;
margin-top: 0;
}
.coralueditor-dialog .list-img .upload{
float: left;
display: block;
border:1px solid #ccc;
border-radius: 3px;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
}
.coralueditor-dialog .list-img .upload .iconfont{
font-size: 33px;
color: #ccc;
}
.coralueditor-dialog .list-img .upload:hover{
background-color: #fafafa;
text-decoration: none;
}
.edui-dialog .bootstrap-tagsinput{
width: 100%;
}
.edui-dialog .coralueditor-loading-content{
width: 200px;
}
.edui-dialog .coralueditor-loading-icon{
width: 32px;
}
.coralueditor-save-tpl-dialog .coralueditor-filter-color>.btn{
width: 20%;
height: 22px;
}
.coralueditor-show{display: block!important;} | 0.472683 | 0.065336 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}
html {
font-size: 62.5%;
}
a {
color: rgb(255, 255, 255);
text-decoration: none;
}
a:visited {
color: rgb(255, 255, 255);
}
h1 a,
a:visited {
color: rgb(19, 19, 19);
}
body {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
header {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
padding-bottom: 2rem;
text-align: center;
}
h1 {
font-size: 2.5rem;
}
.header_img {
text-align: center;
width: 25rem;
display: flex;
justify-content: center;
align-items: center;
}
.cabecera {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 0rem;
}
.cabecera_descripcion {
font-size: 1.6rem;
}
.sticky_titulo {
display: flex;
justify-content: center;
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
font-size: 1.4rem;
font-weight: 800;
border-top: dotted 1px grey;
border-bottom: dotted 1px grey;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2;
width: 100%;
background: #fff;
}
section {
width: 100%;
max-width: 600px;
font-family: "Open Sans", sans-serif;
}
/* ESTILOS PRODUCTOS */
.producto {
display: flex;
flex-direction: row;
width: 100%;
max-width: 120rem;
border-bottom: dotted 1px grey;
padding: 1rem 1rem 1rem 0.5rem;
}
.contenedor-producto_imagen {
width: 10rem;
height: 10rem;
transform: scale(1);
}
.contenedor-producto_imagen:hover {
transform: scale(1.05);
}
.producto_imagen {
width: 100%;
height: 100%;
border-radius: 20px;
}
.producto_detalles {
display: flex;
flex-direction: column;
padding: 0 0 0 1rem;
width: 100%;
}
.producto_titulo {
text-transform: uppercase;
font-size: 1.5rem;
text-align: left;
}
.producto_texto-descripcion {
padding-top: 0.5rem;
font-size: 1.4rem;
text-align: left;
flex-grow: 2;
width: 100%;
}
.producto_precio {
font-weight: 700;
font-size: 1.5rem;
text-transform: capitalize;
text-align: right;
padding-right: 1rem;
align-items: flex-end;
}
.producto_titulo-simple {
text-transform: uppercase;
font-size: 1.8rem;
text-align: center;
}
.descripcion_producto-precio {
padding-top: 0.5em;
font-size: 1.6rem;
font-weight: 900;
text-transform: capitalize;
}
/* ESTILOS PRODUCTOS */
/* VENTANA MODAL */
.button {
display: inline-block;
border: none;
}
[id^="modal"] {
display: none;
position: fixed;
top: 0;
left: 0;
}
[id^="modal"]:target {
display: block;
}
input[type="checkbox"] {
position: absolute;
clip: rect(0 0 0 0);
}
.popup {
width: 100%;
height: 100%;
z-index: 99999;
}
.popup__overlay {
position: fixed;
z-index: 1;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000000;
}
.popup__wrapper {
max-height: 450px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9;
height: 95%;
width: 95%;
border-radius: 8px;
background: #fff;
}
.popup__close {
font-size: 1.8rem;
position: absolute;
top: 4px;
right: 8px;
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: bold;
transform: scale(1);
font-family: sans-serif;
}
.popup__close-background {
position: absolute;
top: 0px;
right: 0px;
width: 20px;
padding: 15px;
height: 20px;
border-radius: 50%;
background-color: #000000;
}
.popup__close:visited {
color: #fff;
}
.popup__close:focus,
.popup__close:hover {
transform: scale(1.5);
}
/* VENTANA MODAL */
/* MODAL */
.contenido_modal {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.contenedor-imagen_modal {
width: 100%;
overflow: hidden;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.contenedor-imagen_modal img {
width: 100%;
object-position: center;
object-fit: contain;
}
.modal-info {
overflow-y: hidden;
width: 100%;
height: 50%;
max-height: 200px;
padding: 1rem;
}
.modal_descripcion {
flex-direction: column;
height: 100%;
padding: 0rem 0.7rem 0rem 0.7rem;
}
.modal_descripcion-titulo {
padding-bottom: 0.5em;
font-size: 2rem;
font-weight: 900;
border-bottom: 1px dotted grey;
}
.modal_descripcion-producto {
font-size: 1.4rem;
line-height: 1.3em;
font-size: 1.4rem;
padding-top: 1rem;
}
/* ____________ */
/* <--INICIO WHATSAPP BTN */
.btn_whatsapp {
position: fixed;
width: 55px;
height: 55px;
line-height: 50px;
bottom: 15px;
right: 15px;
background: #46c756;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 0px 1px 10px rgba(red, green, blue, 0.3);
z-index: 100;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
transform: scale(1);
}
.btn_whatsapp:visited {
color: white;
background: #46c756;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.btn_whatsapp a:visited {
color: rgb(19, 19, 19);
}
.btn_whatsapp:hover {
text-decoration: none;
transform: scale(1.2);
color: #46c756;
background: #fff;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
/* <--FIN WHATSAPP BTN --> */
/* <-- INICIO FOOTER --> */
footer {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: auto;
color: #273036;
background: #f3f4f5;
border-top: solid 1px #e3e4e5;
width: 100%;
}
.footer_titulo {
font-size: 2rem;
font-weight: 600;
padding: 1em;
}
.footer_descripcion {
font-size: 1.6rem;
}
.contacto {
display: flex;
flex-direction: column;
height: 100%;
}
.nuestras_redes-titulo {
display: flex;
text-align: center;
justify-content: center;
text-transform: uppercase;
font-size: 2rem;
font-weight: 600;
padding: 1em;
}
.social_media {
display: flex;
justify-content: center;
}
.social_media .icon {
background-color: #fff;
border-radius: 50%;
padding: 1rem;
margin: 0px 1rem 3rem 1rem;
width: 50px;
height: 50px;
font-size: 1.8rem;
display: flex;
justify-content: center;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
align-items: center;
cursor: pointer;
}
.facebook {
color: blue;
transform: scale(1);
}
.facebook:hover {
color: rgb(0, 0, 97);
transform: scale(1.2);
}
.instagram {
color: rgb(184, 0, 113);
transform: scale(1);
}
.instagram:hover {
transform: scale(1.2);
color: rgb(98, 0, 61);
}
.creditos {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 0px;
font-size: 15px;
width: 100%;
border-top: solid 1px #e3e4e5;
}
.nombre_marca {
font-weight: bold;
padding-right: 10px;
}
.creditos_link {
color: #ff9509;
text-transform: lowercase;
text-decoration: none;
transform: scale(1);
}
.creditos_link:hover {
color: #ff9509;
font-weight: bold;
transform: scale(1.1);
}
.creditos_link:visited,
.creditos_link:focus {
color: #ff9509;
}
/* <-- FIN FOOTER --> */
/* <-- MEDIA QUERIES --> */
@media screen and (min-width: 500px) {
.popup__wrapper {
height: 95%;
max-height: 400px;
width: 90%;
max-width: 1200px;
padding: 0px;
}
.popup__close-background {
background-color: transparent;
}
.popup__close {
color: rgb(0, 0, 0);
}
.popup__close:visited {
color: rgb(0, 0, 0);
}
.popup__overlay {
background: #000000de;
}
.contenido_modal {
height: 100%;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.contenedor-imagen_modal {
background-color: #46c756;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-right-radius: 0px;
height: 100%;
width: 100%;
min-width: 300px;
padding: 0rem;
margin: 0rem;
}
.contenedor-imagen_modal img {
height: 100%;
object-fit: cover;
object-position: center;
}
.contenedor-info {
display: flex;
flex-direction: column;
height: 100%;
width: 50%;
padding: 0rem;
}
.descripcion_producto-titulo {
text-align: left;
padding-left: 1rem;
font-weight: 900;
font-size: 2rem;
}
.descripcion_producto-texto {
margin-top: 1rem;
font-size: 1.6rem;
}
.descripcion_producto {
height: 100%;
padding: 2rem 1rem 1rem 1rem;
flex-direction: column;
margin-bottom: 0;
text-align: center;
font-size: 1.4rem;
}
.descripcion_producto-precio {
text-align: center;
font-weight: 800;
font-size: 1.8rem;
}
.contenedor-boton_whatsapp {
display: flex;
justify-content: center;
align-items: flex-end;
margin-top: auto;
}
.boton_whatsapp {
position: absolute;
bottom: 1rem;
}
.boton_whatsapp:visited {
color: white;
}
}
@media screen and (min-width: 768px) {
.modal_descripcion-titulo {
font-size: 2.4rem;
}
.modal_descripcion-producto {
font-size: 1.6rem;
}
.sticky_titulo {
font-size: 2rem;
}
.popup__wrapper {
max-height: 600px;
max-width: 1200px;
}
.popup__close {
background-color: transparent;
color: rgb(0, 0, 0);
}
.popup__close {
font-size: 3rem;
}
.popup__close:visited {
background-color: transparent;
color: rgb(0, 0, 0);
}
.descripcion_producto-titulo {
font-size: 4rem;
}
.descripcion_producto {
height: 100%;
padding: 2rem;
}
.descripcion_producto-texto {
margin-top: 1em;
font-size: 3rem;
}
.descripcion_producto-precio {
font-size: 3rem;
}
.boton_whatsapp {
bottom: 5rem;
}
}
@media screen and (min-width: 1200px) {
.modal_descripcion-titulo {
font-size: 3rem;
}
} | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}
html {
font-size: 62.5%;
}
a {
color: rgb(255, 255, 255);
text-decoration: none;
}
a:visited {
color: rgb(255, 255, 255);
}
h1 a,
a:visited {
color: rgb(19, 19, 19);
}
body {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
header {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
padding-bottom: 2rem;
text-align: center;
}
h1 {
font-size: 2.5rem;
}
.header_img {
text-align: center;
width: 25rem;
display: flex;
justify-content: center;
align-items: center;
}
.cabecera {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 0rem;
}
.cabecera_descripcion {
font-size: 1.6rem;
}
.sticky_titulo {
display: flex;
justify-content: center;
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
font-size: 1.4rem;
font-weight: 800;
border-top: dotted 1px grey;
border-bottom: dotted 1px grey;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2;
width: 100%;
background: #fff;
}
section {
width: 100%;
max-width: 600px;
font-family: "Open Sans", sans-serif;
}
/* ESTILOS PRODUCTOS */
.producto {
display: flex;
flex-direction: row;
width: 100%;
max-width: 120rem;
border-bottom: dotted 1px grey;
padding: 1rem 1rem 1rem 0.5rem;
}
.contenedor-producto_imagen {
width: 10rem;
height: 10rem;
transform: scale(1);
}
.contenedor-producto_imagen:hover {
transform: scale(1.05);
}
.producto_imagen {
width: 100%;
height: 100%;
border-radius: 20px;
}
.producto_detalles {
display: flex;
flex-direction: column;
padding: 0 0 0 1rem;
width: 100%;
}
.producto_titulo {
text-transform: uppercase;
font-size: 1.5rem;
text-align: left;
}
.producto_texto-descripcion {
padding-top: 0.5rem;
font-size: 1.4rem;
text-align: left;
flex-grow: 2;
width: 100%;
}
.producto_precio {
font-weight: 700;
font-size: 1.5rem;
text-transform: capitalize;
text-align: right;
padding-right: 1rem;
align-items: flex-end;
}
.producto_titulo-simple {
text-transform: uppercase;
font-size: 1.8rem;
text-align: center;
}
.descripcion_producto-precio {
padding-top: 0.5em;
font-size: 1.6rem;
font-weight: 900;
text-transform: capitalize;
}
/* ESTILOS PRODUCTOS */
/* VENTANA MODAL */
.button {
display: inline-block;
border: none;
}
[id^="modal"] {
display: none;
position: fixed;
top: 0;
left: 0;
}
[id^="modal"]:target {
display: block;
}
input[type="checkbox"] {
position: absolute;
clip: rect(0 0 0 0);
}
.popup {
width: 100%;
height: 100%;
z-index: 99999;
}
.popup__overlay {
position: fixed;
z-index: 1;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000000;
}
.popup__wrapper {
max-height: 450px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9;
height: 95%;
width: 95%;
border-radius: 8px;
background: #fff;
}
.popup__close {
font-size: 1.8rem;
position: absolute;
top: 4px;
right: 8px;
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: bold;
transform: scale(1);
font-family: sans-serif;
}
.popup__close-background {
position: absolute;
top: 0px;
right: 0px;
width: 20px;
padding: 15px;
height: 20px;
border-radius: 50%;
background-color: #000000;
}
.popup__close:visited {
color: #fff;
}
.popup__close:focus,
.popup__close:hover {
transform: scale(1.5);
}
/* VENTANA MODAL */
/* MODAL */
.contenido_modal {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.contenedor-imagen_modal {
width: 100%;
overflow: hidden;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.contenedor-imagen_modal img {
width: 100%;
object-position: center;
object-fit: contain;
}
.modal-info {
overflow-y: hidden;
width: 100%;
height: 50%;
max-height: 200px;
padding: 1rem;
}
.modal_descripcion {
flex-direction: column;
height: 100%;
padding: 0rem 0.7rem 0rem 0.7rem;
}
.modal_descripcion-titulo {
padding-bottom: 0.5em;
font-size: 2rem;
font-weight: 900;
border-bottom: 1px dotted grey;
}
.modal_descripcion-producto {
font-size: 1.4rem;
line-height: 1.3em;
font-size: 1.4rem;
padding-top: 1rem;
}
/* ____________ */
/* <--INICIO WHATSAPP BTN */
.btn_whatsapp {
position: fixed;
width: 55px;
height: 55px;
line-height: 50px;
bottom: 15px;
right: 15px;
background: #46c756;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 0px 1px 10px rgba(red, green, blue, 0.3);
z-index: 100;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
transform: scale(1);
}
.btn_whatsapp:visited {
color: white;
background: #46c756;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.btn_whatsapp a:visited {
color: rgb(19, 19, 19);
}
.btn_whatsapp:hover {
text-decoration: none;
transform: scale(1.2);
color: #46c756;
background: #fff;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
/* <--FIN WHATSAPP BTN --> */
/* <-- INICIO FOOTER --> */
footer {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: auto;
color: #273036;
background: #f3f4f5;
border-top: solid 1px #e3e4e5;
width: 100%;
}
.footer_titulo {
font-size: 2rem;
font-weight: 600;
padding: 1em;
}
.footer_descripcion {
font-size: 1.6rem;
}
.contacto {
display: flex;
flex-direction: column;
height: 100%;
}
.nuestras_redes-titulo {
display: flex;
text-align: center;
justify-content: center;
text-transform: uppercase;
font-size: 2rem;
font-weight: 600;
padding: 1em;
}
.social_media {
display: flex;
justify-content: center;
}
.social_media .icon {
background-color: #fff;
border-radius: 50%;
padding: 1rem;
margin: 0px 1rem 3rem 1rem;
width: 50px;
height: 50px;
font-size: 1.8rem;
display: flex;
justify-content: center;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
align-items: center;
cursor: pointer;
}
.facebook {
color: blue;
transform: scale(1);
}
.facebook:hover {
color: rgb(0, 0, 97);
transform: scale(1.2);
}
.instagram {
color: rgb(184, 0, 113);
transform: scale(1);
}
.instagram:hover {
transform: scale(1.2);
color: rgb(98, 0, 61);
}
.creditos {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 0px;
font-size: 15px;
width: 100%;
border-top: solid 1px #e3e4e5;
}
.nombre_marca {
font-weight: bold;
padding-right: 10px;
}
.creditos_link {
color: #ff9509;
text-transform: lowercase;
text-decoration: none;
transform: scale(1);
}
.creditos_link:hover {
color: #ff9509;
font-weight: bold;
transform: scale(1.1);
}
.creditos_link:visited,
.creditos_link:focus {
color: #ff9509;
}
/* <-- FIN FOOTER --> */
/* <-- MEDIA QUERIES --> */
@media screen and (min-width: 500px) {
.popup__wrapper {
height: 95%;
max-height: 400px;
width: 90%;
max-width: 1200px;
padding: 0px;
}
.popup__close-background {
background-color: transparent;
}
.popup__close {
color: rgb(0, 0, 0);
}
.popup__close:visited {
color: rgb(0, 0, 0);
}
.popup__overlay {
background: #000000de;
}
.contenido_modal {
height: 100%;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.contenedor-imagen_modal {
background-color: #46c756;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-right-radius: 0px;
height: 100%;
width: 100%;
min-width: 300px;
padding: 0rem;
margin: 0rem;
}
.contenedor-imagen_modal img {
height: 100%;
object-fit: cover;
object-position: center;
}
.contenedor-info {
display: flex;
flex-direction: column;
height: 100%;
width: 50%;
padding: 0rem;
}
.descripcion_producto-titulo {
text-align: left;
padding-left: 1rem;
font-weight: 900;
font-size: 2rem;
}
.descripcion_producto-texto {
margin-top: 1rem;
font-size: 1.6rem;
}
.descripcion_producto {
height: 100%;
padding: 2rem 1rem 1rem 1rem;
flex-direction: column;
margin-bottom: 0;
text-align: center;
font-size: 1.4rem;
}
.descripcion_producto-precio {
text-align: center;
font-weight: 800;
font-size: 1.8rem;
}
.contenedor-boton_whatsapp {
display: flex;
justify-content: center;
align-items: flex-end;
margin-top: auto;
}
.boton_whatsapp {
position: absolute;
bottom: 1rem;
}
.boton_whatsapp:visited {
color: white;
}
}
@media screen and (min-width: 768px) {
.modal_descripcion-titulo {
font-size: 2.4rem;
}
.modal_descripcion-producto {
font-size: 1.6rem;
}
.sticky_titulo {
font-size: 2rem;
}
.popup__wrapper {
max-height: 600px;
max-width: 1200px;
}
.popup__close {
background-color: transparent;
color: rgb(0, 0, 0);
}
.popup__close {
font-size: 3rem;
}
.popup__close:visited {
background-color: transparent;
color: rgb(0, 0, 0);
}
.descripcion_producto-titulo {
font-size: 4rem;
}
.descripcion_producto {
height: 100%;
padding: 2rem;
}
.descripcion_producto-texto {
margin-top: 1em;
font-size: 3rem;
}
.descripcion_producto-precio {
font-size: 3rem;
}
.boton_whatsapp {
bottom: 5rem;
}
}
@media screen and (min-width: 1200px) {
.modal_descripcion-titulo {
font-size: 3rem;
}
} | 0.504394 | 0.104706 |
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
}
table.dataTable thead th,table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,table.dataTable thead td {
/*padding: 10px 18px;*/
padding: 10px;
border-bottom: 1px solid #111;
}
table.dataTable thead th:active,table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,table.dataTable tfoot td {
padding: 10px 18px 6px 10px;
border-top: 1px solid #111;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
background-repeat: no-repeat;
background-position: center right;
}
table.dataTable thead .sorting {
background-image: url("images/sort_both.png");
}
table.dataTable thead .sorting_asc {
background-image: url("images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
background-image: url("images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
background-image: url("images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
background-image: url("images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
background-color: #fff;
cursor:pointer !important;
}
table.dataTable tbody tr.selected {
background-color: #B0BED9;
}
table.dataTable tbody th,table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td {
border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover {
background-color: #f5f5f5;
}
table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
background-color: #eee;
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
background-color: #a4b2cb;
}
table.dataTable.no-footer {
border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,table.dataTable.compact thead td {
padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,table.dataTable.compact tfoot td {
padding: 4px;
}
table.dataTable.compact tbody th,table.dataTable.compact tbody td {
padding: 4px;
}
table.dataTable th.dt-left,table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,table.dataTable th,table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate {
color: #333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_filter {
text-align: right;
}
div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
width: auto;
}
div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
}
div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
text-align: center;
}
div.DTTT {
margin-bottom: 0.5em;
}
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
position: absolute;
top: 8px;
right: 8px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}
table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
display: none;
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eee;
}
table.dataTable thead > tr > th {
padding-right: 30px;
}
table.dataTable th:active {
outline: none;
}
/* Condensed */
table.dataTable.table-condensed thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
top: 6px;
right: 6px;
}
/* Scrolling */
div.dataTables_scrollHead table {
margin-bottom: 0 !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot table {
margin-top: 0 !important;
border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
width calculations when using scrolling impossible to align columns. We have
to use separate
*/
table.table-bordered.dataTable {
border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
border-left-width: 0;
border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
/*
* TableTools styles
*/
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
background-color: #08C;
color: white;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
color: white;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
cursor: pointer;
}
div.DTTT .btn:hover {
text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
color: #333 !important; /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
background-color: #0088cc;
color: white !important;
}
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
position: fixed;
top: 50%;
left: 50%;
width: 400px;
height: 150px;
margin-left: -200px;
margin-top: -75px;
text-align: center;
color: #333;
padding: 10px 30px;
opacity: 0.95;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
font-weight: normal;
font-size: 28px;
line-height: 28px;
margin: 1em;
}
div.DTTT_print_info p {
font-size: 14px;
line-height: 20px;
}
div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 60px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
/*
* FixedColumns styles
*/
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
background-color: white;
margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
border-bottom: none !important;
margin-bottom: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
border-top: none;
margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
border-top: none;
margin-top: 0 !important;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
display: none;
}
/*
* FixedHeader styles
*/
div.FixedHeader_Cloned table {
margin: 0 !important
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info {
float: none;
text-align: center;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
} | themes/admincp/plugins/datatables/dataTables.bootstrap.css | table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
}
table.dataTable thead th,table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,table.dataTable thead td {
/*padding: 10px 18px;*/
padding: 10px;
border-bottom: 1px solid #111;
}
table.dataTable thead th:active,table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,table.dataTable tfoot td {
padding: 10px 18px 6px 10px;
border-top: 1px solid #111;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
background-repeat: no-repeat;
background-position: center right;
}
table.dataTable thead .sorting {
background-image: url("images/sort_both.png");
}
table.dataTable thead .sorting_asc {
background-image: url("images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
background-image: url("images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
background-image: url("images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
background-image: url("images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
background-color: #fff;
cursor:pointer !important;
}
table.dataTable tbody tr.selected {
background-color: #B0BED9;
}
table.dataTable tbody th,table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td {
border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover {
background-color: #f5f5f5;
}
table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
background-color: #eee;
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
background-color: #a4b2cb;
}
table.dataTable.no-footer {
border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,table.dataTable.compact thead td {
padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,table.dataTable.compact tfoot td {
padding: 4px;
}
table.dataTable.compact tbody th,table.dataTable.compact tbody td {
padding: 4px;
}
table.dataTable th.dt-left,table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,table.dataTable th,table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate {
color: #333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_filter {
text-align: right;
}
div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
width: auto;
}
div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
}
div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
text-align: center;
}
div.DTTT {
margin-bottom: 0.5em;
}
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
position: absolute;
top: 8px;
right: 8px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}
table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
display: none;
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eee;
}
table.dataTable thead > tr > th {
padding-right: 30px;
}
table.dataTable th:active {
outline: none;
}
/* Condensed */
table.dataTable.table-condensed thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
top: 6px;
right: 6px;
}
/* Scrolling */
div.dataTables_scrollHead table {
margin-bottom: 0 !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot table {
margin-top: 0 !important;
border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
width calculations when using scrolling impossible to align columns. We have
to use separate
*/
table.table-bordered.dataTable {
border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
border-left-width: 0;
border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
/*
* TableTools styles
*/
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
background-color: #08C;
color: white;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
color: white;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
cursor: pointer;
}
div.DTTT .btn:hover {
text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
color: #333 !important; /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
background-color: #0088cc;
color: white !important;
}
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
position: fixed;
top: 50%;
left: 50%;
width: 400px;
height: 150px;
margin-left: -200px;
margin-top: -75px;
text-align: center;
color: #333;
padding: 10px 30px;
opacity: 0.95;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
font-weight: normal;
font-size: 28px;
line-height: 28px;
margin: 1em;
}
div.DTTT_print_info p {
font-size: 14px;
line-height: 20px;
}
div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 60px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
/*
* FixedColumns styles
*/
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
background-color: white;
margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
border-bottom: none !important;
margin-bottom: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
border-top: none;
margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
border-top: none;
margin-top: 0 !important;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
display: none;
}
/*
* FixedHeader styles
*/
div.FixedHeader_Cloned table {
margin: 0 !important
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info {
float: none;
text-align: center;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
} | 0.396769 | 0.183064 |
body {
font-family: "Roboto-Regular";
}
.slides h3,.clients {
text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.parallax-container {
height: 20%;
}
.parallax img {
filter: grayscale(1);
filter: opacity(.8);
}
.clients img {
filter: drop-shadow(1px 1px 1px rgba(0,0,0,.8));
width: 80%;
height: 170px;
}
section, footer {
padding: 20px 0;
}
.navbar-fixed{
z-index: 999;
}
.side-nav li {
/*border-bottom: 1px solid rgba(0,0,0,.1);*/
}
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
@font-face {
font-family: 'Roboto-Bold';
src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Light';
src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Medium';
src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Regular';
src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Thin';
src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Thin.woff') format('woff');
font-weight: normal;
font-style: normal;
} | css/style.css | body {
font-family: "Roboto-Regular";
}
.slides h3,.clients {
text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.parallax-container {
height: 20%;
}
.parallax img {
filter: grayscale(1);
filter: opacity(.8);
}
.clients img {
filter: drop-shadow(1px 1px 1px rgba(0,0,0,.8));
width: 80%;
height: 170px;
}
section, footer {
padding: 20px 0;
}
.navbar-fixed{
z-index: 999;
}
.side-nav li {
/*border-bottom: 1px solid rgba(0,0,0,.1);*/
}
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
@font-face {
font-family: 'Roboto-Bold';
src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Light';
src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Medium';
src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Regular';
src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Thin';
src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
url('../fonts/roboto/Roboto-Thin.woff') format('woff');
font-weight: normal;
font-style: normal;
} | 0.31944 | 0.07579 |
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Regular-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Regular-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: url("../assets/font/Roboto-Medium-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: url("../assets/font/Roboto-Medium-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 300;
src: url("../assets/font/Roboto-Light-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto Mono";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Mono-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto Mono";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Mono-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
* {
box-sizing: border-box; }
body {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
margin: 0;
font-family: Roboto;
line-height: 1.4;
overflow: hidden; }
ul {
padding: 0 0 0 16px;
margin: 0; }
li:not(:last-child) {
margin-bottom: 0.5em; }
h1, h2 {
position: relative;
padding: 0 60px;
font-weight: 300;
color: #fff;
text-align: center;
z-index: 1; }
h1 {
font-family: "Roboto";
font-size: 34px;
letter-spacing: 0.2px;
font-size: 24px;
margin: 0.5rem 0 0; }
@media (min-width: 640px) and (min-height: 640px) {
h1 {
font-size: 34px;
margin: 2rem 0 0; } }
h2 {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
font-size: 18px;
margin: 0 0 0.5rem;
opacity: 0.8; }
@media (min-width: 640px) and (min-height: 640px) {
h2 {
font-size: 22px;
margin: 0 0 2rem; } }
h2 span {
padding: 0.2rem 0.4rem;
margin: 0 0.2rem; }
h2 [data-personidx="0"] {
color: #000;
background-color: #fff; }
h2 [data-personidx="1"] {
color: #fff;
background-color: #000; }
legend {
position: relative;
margin: 0 auto;
z-index: 1;
color: #fff;
text-align: center;
font-weight: 300; }
legend ul {
display: inline-block;
list-style: none; }
legend li {
float: left;
margin: 0 16px;
border-bottom: 5px solid #fff; }
a, a:visited {
color: deepskyblue;
text-decoration: none; }
.background {
position: fixed;
left: -5vw;
top: -5vh;
width: 110vw;
height: 110vh;
background-size: cover;
background-position: 50% 50%;
-webkit-filter: blur(5px);
filter: blur(5px);
transition: opacity 2s ease; }
.chart {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 10;
transition: -webkit-transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
.chart svg {
position: absolute;
top: 50%;
height: 200px;
margin-top: -50px; }
.skills {
position: absolute;
left: 0;
top: 50%;
margin-top: 120px; }
.skills .skill-set {
position: absolute;
opacity: 0;
transition: opacity 2s 1s ease; }
.skills .skill-set.is-visible {
opacity: 1;
transition: opacity 2s ease; }
.skills .skill {
font-family: "Roboto";
font-size: 11px;
letter-spacing: 0.066px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 50%;
text-align: center;
opacity: 0.8;
color: #333;
font-weight: 700;
font-weight: 300;
transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
.skills .skill:hover {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.skillbars-container {
position: absolute;
display: none;
flex-direction: row;
justify-content: center;
left: 0;
bottom: 80px;
width: 100%;
height: 25vh;
pointer-events: none;
z-index: 0; }
@media (min-width: 640px) and (min-height: 640px) {
.skillbars-container {
display: flex; } }
.skillbars-container .skillbars {
display: flex;
flex-direction: row;
height: 100%;
font-size: 0;
opacity: 0;
transition: opacity 1s 1s ease-in; }
.skillbars-container .skillbars.is-visible {
opacity: 1;
transition: opacity 0.2s ease-out; }
.skillbars-container .skillbars .skillbar-group {
display: flex;
flex-direction: row;
align-items: flex-end;
height: 100%; }
.skillbars-container .skillbars .skillbar {
position: relative;
background-color: #fff;
vertical-align: bottom;
opacity: 0.5;
border-radius: 2px;
transition: height 0.4s ease-in, opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease; }
.skillbars-container .skillbars .skillbar > div {
font-family: "Roboto";
font-size: 10px;
letter-spacing: 0.05px;
position: absolute;
left: 50%;
margin-left: -8px;
bottom: -10px;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
white-space: nowrap; }
.info-box {
position: absolute;
display: inline-block;
top: 50%;
max-width: 200px;
padding: 4px 0;
-webkit-perspective: 1000px;
perspective: 1000px; }
.info-box.is-text-visible {
max-height: 1000px;
z-index: 1000;
transition: transform 5s 2s ease, -webkit-transform 5s 2s ease; }
.info-box.is-text-visible h1, .info-box.is-text-visible h2, .info-box.is-text-visible time, .info-box.is-text-visible p {
opacity: 0.9; }
.info-box.is-text-visible p {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
transition: transform 0.4s ease, -webkit-transform 0.4s ease, opacity 0.4s ease; }
.info-box[data-personidx="0"] h1, .info-box[data-personidx="0"] h2, .info-box[data-personidx="0"] time, .info-box[data-personidx="0"] p {
color: #000;
background-color: #fff; }
.info-box[data-personidx="1"] h1, .info-box[data-personidx="1"] h2, .info-box[data-personidx="1"] time, .info-box[data-personidx="1"] p {
color: #fff;
background-color: #000; }
.info-box h1, .info-box h2, .info-box time, .info-box p {
display: inline-block;
min-width: 100px;
padding: 2px 8px;
margin: 0;
color: #000;
background-color: #fff;
text-align: left;
transition: opacity 0.4s ease;
font-weight: 300; }
.info-box h1, .info-box h2, .info-box time {
opacity: 0.7; }
.info-box h1 {
font-family: "Roboto";
font-size: 16px;
letter-spacing: 0.09px;
padding: 4px 8px;
cursor: pointer;
border-bottom: 5px solid cyan; }
.info-box h2 {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px; }
.info-box time {
display: inline-block;
padding-top: 4px; }
.info-box p {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
opacity: 0;
width: 200px;
padding-top: 1em;
padding-bottom: 1em;
font-weight: 300;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
transition: transform 0.4s ease, -webkit-transform 0.4s ease, opacity 0.4s 0.4s ease; }
circle.stop {
fill: #fff;
stroke: #000;
stroke-width: 3px;
transition: r 0.4s ease, stroke 0.4s ease, fill 0.4s ease;
cursor: pointer; }
.life-line {
fill: none;
stroke: #fff;
stroke-width: 4px;
opacity: 0.5; }
.fine-line {
fill: none;
stroke: #fff;
stroke-width: 0.5px; }
#scroll-left, #scroll-right {
font-family: "Roboto";
font-size: 34px;
letter-spacing: 0.2px;
position: absolute;
top: 0;
width: 10%;
max-width: 50px;
height: 100vh;
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
font-size: 60px;
font-weight: 300;
text-align: center;
line-height: 100vh;
opacity: 0.4;
transition: opacity 0.4s ease;
z-index: 2000; }
#scroll-left:hover, #scroll-right:hover {
opacity: 0.6; }
#scroll-left {
left: 0; }
#scroll-right {
right: 0; }
.social-icons {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
left: 0;
bottom: 0;
width: 100%;
padding: 0 0 15px 0; }
.social-icons .social-icon {
display: inline-block;
margin: 0 1em;
opacity: 0.8;
transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
.social-icons .social-icon:hover {
opacity: 1;
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px); }
.social-icons .social-icon.pdf-cv {
margin-left: 1em;
padding-left: 2em;
border-left: 1px solid rgba(255, 255, 255, 0.5); }
.social-icons .social-icon img {
width: auto;
height: 20px; }
#measureWidth {
font-family: "Roboto";
font-size: 11px;
letter-spacing: 0.066px;
opacity: 0;
pointer-events: none;
white-space: nowrap;
font-weight: 700; } | css/main.css | @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Regular-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Regular-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: url("../assets/font/Roboto-Medium-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: url("../assets/font/Roboto-Medium-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 300;
src: url("../assets/font/Roboto-Light-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto Mono";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Mono-Latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
font-family: "Roboto Mono";
font-style: normal;
font-weight: 400;
src: url("../assets/font/Roboto-Mono-LatinExt.woff2") format("woff2");
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
* {
box-sizing: border-box; }
body {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
margin: 0;
font-family: Roboto;
line-height: 1.4;
overflow: hidden; }
ul {
padding: 0 0 0 16px;
margin: 0; }
li:not(:last-child) {
margin-bottom: 0.5em; }
h1, h2 {
position: relative;
padding: 0 60px;
font-weight: 300;
color: #fff;
text-align: center;
z-index: 1; }
h1 {
font-family: "Roboto";
font-size: 34px;
letter-spacing: 0.2px;
font-size: 24px;
margin: 0.5rem 0 0; }
@media (min-width: 640px) and (min-height: 640px) {
h1 {
font-size: 34px;
margin: 2rem 0 0; } }
h2 {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
font-size: 18px;
margin: 0 0 0.5rem;
opacity: 0.8; }
@media (min-width: 640px) and (min-height: 640px) {
h2 {
font-size: 22px;
margin: 0 0 2rem; } }
h2 span {
padding: 0.2rem 0.4rem;
margin: 0 0.2rem; }
h2 [data-personidx="0"] {
color: #000;
background-color: #fff; }
h2 [data-personidx="1"] {
color: #fff;
background-color: #000; }
legend {
position: relative;
margin: 0 auto;
z-index: 1;
color: #fff;
text-align: center;
font-weight: 300; }
legend ul {
display: inline-block;
list-style: none; }
legend li {
float: left;
margin: 0 16px;
border-bottom: 5px solid #fff; }
a, a:visited {
color: deepskyblue;
text-decoration: none; }
.background {
position: fixed;
left: -5vw;
top: -5vh;
width: 110vw;
height: 110vh;
background-size: cover;
background-position: 50% 50%;
-webkit-filter: blur(5px);
filter: blur(5px);
transition: opacity 2s ease; }
.chart {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 10;
transition: -webkit-transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
.chart svg {
position: absolute;
top: 50%;
height: 200px;
margin-top: -50px; }
.skills {
position: absolute;
left: 0;
top: 50%;
margin-top: 120px; }
.skills .skill-set {
position: absolute;
opacity: 0;
transition: opacity 2s 1s ease; }
.skills .skill-set.is-visible {
opacity: 1;
transition: opacity 2s ease; }
.skills .skill {
font-family: "Roboto";
font-size: 11px;
letter-spacing: 0.066px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 50%;
text-align: center;
opacity: 0.8;
color: #333;
font-weight: 700;
font-weight: 300;
transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
.skills .skill:hover {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.skillbars-container {
position: absolute;
display: none;
flex-direction: row;
justify-content: center;
left: 0;
bottom: 80px;
width: 100%;
height: 25vh;
pointer-events: none;
z-index: 0; }
@media (min-width: 640px) and (min-height: 640px) {
.skillbars-container {
display: flex; } }
.skillbars-container .skillbars {
display: flex;
flex-direction: row;
height: 100%;
font-size: 0;
opacity: 0;
transition: opacity 1s 1s ease-in; }
.skillbars-container .skillbars.is-visible {
opacity: 1;
transition: opacity 0.2s ease-out; }
.skillbars-container .skillbars .skillbar-group {
display: flex;
flex-direction: row;
align-items: flex-end;
height: 100%; }
.skillbars-container .skillbars .skillbar {
position: relative;
background-color: #fff;
vertical-align: bottom;
opacity: 0.5;
border-radius: 2px;
transition: height 0.4s ease-in, opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease; }
.skillbars-container .skillbars .skillbar > div {
font-family: "Roboto";
font-size: 10px;
letter-spacing: 0.05px;
position: absolute;
left: 50%;
margin-left: -8px;
bottom: -10px;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
white-space: nowrap; }
.info-box {
position: absolute;
display: inline-block;
top: 50%;
max-width: 200px;
padding: 4px 0;
-webkit-perspective: 1000px;
perspective: 1000px; }
.info-box.is-text-visible {
max-height: 1000px;
z-index: 1000;
transition: transform 5s 2s ease, -webkit-transform 5s 2s ease; }
.info-box.is-text-visible h1, .info-box.is-text-visible h2, .info-box.is-text-visible time, .info-box.is-text-visible p {
opacity: 0.9; }
.info-box.is-text-visible p {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
transition: transform 0.4s ease, -webkit-transform 0.4s ease, opacity 0.4s ease; }
.info-box[data-personidx="0"] h1, .info-box[data-personidx="0"] h2, .info-box[data-personidx="0"] time, .info-box[data-personidx="0"] p {
color: #000;
background-color: #fff; }
.info-box[data-personidx="1"] h1, .info-box[data-personidx="1"] h2, .info-box[data-personidx="1"] time, .info-box[data-personidx="1"] p {
color: #fff;
background-color: #000; }
.info-box h1, .info-box h2, .info-box time, .info-box p {
display: inline-block;
min-width: 100px;
padding: 2px 8px;
margin: 0;
color: #000;
background-color: #fff;
text-align: left;
transition: opacity 0.4s ease;
font-weight: 300; }
.info-box h1, .info-box h2, .info-box time {
opacity: 0.7; }
.info-box h1 {
font-family: "Roboto";
font-size: 16px;
letter-spacing: 0.09px;
padding: 4px 8px;
cursor: pointer;
border-bottom: 5px solid cyan; }
.info-box h2 {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px; }
.info-box time {
display: inline-block;
padding-top: 4px; }
.info-box p {
font-family: "Roboto";
font-size: 12px;
letter-spacing: 0.07px;
opacity: 0;
width: 200px;
padding-top: 1em;
padding-bottom: 1em;
font-weight: 300;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
transition: transform 0.4s ease, -webkit-transform 0.4s ease, opacity 0.4s 0.4s ease; }
circle.stop {
fill: #fff;
stroke: #000;
stroke-width: 3px;
transition: r 0.4s ease, stroke 0.4s ease, fill 0.4s ease;
cursor: pointer; }
.life-line {
fill: none;
stroke: #fff;
stroke-width: 4px;
opacity: 0.5; }
.fine-line {
fill: none;
stroke: #fff;
stroke-width: 0.5px; }
#scroll-left, #scroll-right {
font-family: "Roboto";
font-size: 34px;
letter-spacing: 0.2px;
position: absolute;
top: 0;
width: 10%;
max-width: 50px;
height: 100vh;
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
font-size: 60px;
font-weight: 300;
text-align: center;
line-height: 100vh;
opacity: 0.4;
transition: opacity 0.4s ease;
z-index: 2000; }
#scroll-left:hover, #scroll-right:hover {
opacity: 0.6; }
#scroll-left {
left: 0; }
#scroll-right {
right: 0; }
.social-icons {
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
left: 0;
bottom: 0;
width: 100%;
padding: 0 0 15px 0; }
.social-icons .social-icon {
display: inline-block;
margin: 0 1em;
opacity: 0.8;
transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease;
transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
.social-icons .social-icon:hover {
opacity: 1;
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px); }
.social-icons .social-icon.pdf-cv {
margin-left: 1em;
padding-left: 2em;
border-left: 1px solid rgba(255, 255, 255, 0.5); }
.social-icons .social-icon img {
width: auto;
height: 20px; }
#measureWidth {
font-family: "Roboto";
font-size: 11px;
letter-spacing: 0.066px;
opacity: 0;
pointer-events: none;
white-space: nowrap;
font-weight: 700; } | 0.354433 | 0.109277 |
* RESET FORMS
*/
/* hand cursor on clickable elements */
.clickable, label, [type=button], [type=submit], button {cursor: pointer; line-height: inherit;}
button[disabled], input[disabled] { cursor: default; }
/*
* Some Form Normalizr
* https://github.com/necolas/normalize.css
*/
button, input, select, textarea { font: inherit; margin: 0; vertical-align: baseline; color: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/*
* Fieldset & legend
*/
/* Default fieldset : as a title */
fieldset {
margin-bottom: var(--vr)em;
}
legend {
font-size: var(--fs-h6);
white-space: nowrap;
border-bottom: 1px solid;
display: block;
width: 100%;
padding-bottom: 0.33em;
}
/* Fieldset border */
.fieldset-border {
/*margin: 0 0 1.5em 0; */
border: 1px solid #ccc;
padding: 0 1em 0.66em 1em;
}
.fieldset-border legend {
border-bottom: 0 none;
padding-bottom: 0;
width: auto;
}
/*
* Form item wrapper
*/
.form-item {
margin-bottom: calc( var(--vr) / 3 )em;
margin-top: calc( var(--vr) / 3 )em;
}
/*
* Label
*/
label {
/*text-transform: uppercase; */
font-size: var(--fs-small)em;
color: #666;
line-height: normal;
}
/*
// Form fields
*/
input
, textarea
, select
{
min-width: 100%; max-width: 100%;
padding: 0.33em;
border: 1px solid #ccc;
height: 2em;
}
select {
width: 100%;
}
optgroup {
font-weight: bold;
}
/* Focus style */
input:focus
, textarea:focus
, select:focus
{
border-color: #666;
}
/* no min-width for checkbox, radio & form btn */
input[type=checkbox]
, input[type=radio]
, input[type=submit]
, input[type="reset"]
{
min-width: 0;
max-width: none;
}
textarea {
font: inherit;
resize: vertical;
}
/* Height auto for checkbox, radio, select[multiple] & textarea */
input[type=checkbox]
, input[type=radio]
, textarea
, select[multiple]
{
height: auto;
}
/* input type file */
input[type=file] {
border: 0 none; padding: 0; width: 100%; /*for firefox display*/
}
/* input type date */
input[type=date] {
font: inherit; /*for chrome display*/
}
/*
* No label
* For correct input alignement with sibling form-item if no label
* (for submit btn per ex)
*/
.no-label input {
margin-top: var(--vr)em; /*cf typo line-height*/
}
/*
* Inline Form
* Align label & input
*/
.inline-form input, .inline-form textarea, .inline-form select {
min-width: 0;
width: auto;
}
/*
* Input group
*/
.input-group {
display: table;
width: 100%;
}
.input-group > * {
display: table-cell;
vertical-align: middle;
}
.input-group input {
width: 100%;
}
.input-addon {
width: 1%;
background-color: #ddd;
/*border: 1px solid #999;*/
}
span.input-addon {
padding: 0 0.33em;
}
.input-addon button
, .input-addon input[type=submit]
{
background: none;
border: 0 none;
width: auto;
margin-bottom: -2px;
}
/*
* Notifications
* * Error
* * notif
* * success
*/
.notif {
padding: .5em;
margin-bottom: 1em;
border: 1px solid;
}
/* ERROR */
.color-error { color: var(--color-error); }
.color-error-bg { color: var(--color-error-bg); }
.error {
color: var(--color-error);
}
.notif.error
, .error input
, .error textarea
, .error select
{
background: var(--color-error-bg);
}
/* NOTICE */
.color-notice { color: var(--color-notice); }
.color-notice-bg { color: var(--color-notice-bg); }
.notif.notice
{
background-color: var(--color-notice-bg);
color: var(--color-notice);
}
/* SUCCESS */
.color-success { color: var(--color-success); }
.color-success-bg { color: var(--color-success-bg); }
.notif.success {
background-color: var(--color-success-bg);
color: var(--color-success);
}
/*
* Required field
* add * after label.required
*/
label.required:after { content: " *"; color: red;} | src/templates/css/basics/forms.css | * RESET FORMS
*/
/* hand cursor on clickable elements */
.clickable, label, [type=button], [type=submit], button {cursor: pointer; line-height: inherit;}
button[disabled], input[disabled] { cursor: default; }
/*
* Some Form Normalizr
* https://github.com/necolas/normalize.css
*/
button, input, select, textarea { font: inherit; margin: 0; vertical-align: baseline; color: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/*
* Fieldset & legend
*/
/* Default fieldset : as a title */
fieldset {
margin-bottom: var(--vr)em;
}
legend {
font-size: var(--fs-h6);
white-space: nowrap;
border-bottom: 1px solid;
display: block;
width: 100%;
padding-bottom: 0.33em;
}
/* Fieldset border */
.fieldset-border {
/*margin: 0 0 1.5em 0; */
border: 1px solid #ccc;
padding: 0 1em 0.66em 1em;
}
.fieldset-border legend {
border-bottom: 0 none;
padding-bottom: 0;
width: auto;
}
/*
* Form item wrapper
*/
.form-item {
margin-bottom: calc( var(--vr) / 3 )em;
margin-top: calc( var(--vr) / 3 )em;
}
/*
* Label
*/
label {
/*text-transform: uppercase; */
font-size: var(--fs-small)em;
color: #666;
line-height: normal;
}
/*
// Form fields
*/
input
, textarea
, select
{
min-width: 100%; max-width: 100%;
padding: 0.33em;
border: 1px solid #ccc;
height: 2em;
}
select {
width: 100%;
}
optgroup {
font-weight: bold;
}
/* Focus style */
input:focus
, textarea:focus
, select:focus
{
border-color: #666;
}
/* no min-width for checkbox, radio & form btn */
input[type=checkbox]
, input[type=radio]
, input[type=submit]
, input[type="reset"]
{
min-width: 0;
max-width: none;
}
textarea {
font: inherit;
resize: vertical;
}
/* Height auto for checkbox, radio, select[multiple] & textarea */
input[type=checkbox]
, input[type=radio]
, textarea
, select[multiple]
{
height: auto;
}
/* input type file */
input[type=file] {
border: 0 none; padding: 0; width: 100%; /*for firefox display*/
}
/* input type date */
input[type=date] {
font: inherit; /*for chrome display*/
}
/*
* No label
* For correct input alignement with sibling form-item if no label
* (for submit btn per ex)
*/
.no-label input {
margin-top: var(--vr)em; /*cf typo line-height*/
}
/*
* Inline Form
* Align label & input
*/
.inline-form input, .inline-form textarea, .inline-form select {
min-width: 0;
width: auto;
}
/*
* Input group
*/
.input-group {
display: table;
width: 100%;
}
.input-group > * {
display: table-cell;
vertical-align: middle;
}
.input-group input {
width: 100%;
}
.input-addon {
width: 1%;
background-color: #ddd;
/*border: 1px solid #999;*/
}
span.input-addon {
padding: 0 0.33em;
}
.input-addon button
, .input-addon input[type=submit]
{
background: none;
border: 0 none;
width: auto;
margin-bottom: -2px;
}
/*
* Notifications
* * Error
* * notif
* * success
*/
.notif {
padding: .5em;
margin-bottom: 1em;
border: 1px solid;
}
/* ERROR */
.color-error { color: var(--color-error); }
.color-error-bg { color: var(--color-error-bg); }
.error {
color: var(--color-error);
}
.notif.error
, .error input
, .error textarea
, .error select
{
background: var(--color-error-bg);
}
/* NOTICE */
.color-notice { color: var(--color-notice); }
.color-notice-bg { color: var(--color-notice-bg); }
.notif.notice
{
background-color: var(--color-notice-bg);
color: var(--color-notice);
}
/* SUCCESS */
.color-success { color: var(--color-success); }
.color-success-bg { color: var(--color-success-bg); }
.notif.success {
background-color: var(--color-success-bg);
color: var(--color-success);
}
/*
* Required field
* add * after label.required
*/
label.required:after { content: " *"; color: red;} | 0.200323 | 0.056679 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
* {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
}
html {
height: 100%;
scroll-behavior: smooth;
}
body {
background: #f9f9f9;
height: 100%;
position: relative;
}
html,
body,
#___gatsby {
height: 100%;
}
body {
margin: 0px;
}
div[role="group"][tabindex] {
height: 100%;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #ccc;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #999;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.slick-slide {
padding: 50px 0 !important;
}
.slick-current section {
height: 620px !important;
margin-top: -21px;
-webkit-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
}
.slick-dots li.slick-active button:before {
width: 13px;
height: 13px;
content: "" !important;
border-radius: 10px;
background: transparent;
border: 1px solid white;
color: white !important;
background: white;
opacity: 1;
}
.slick-dots li button:before {
width: 13px;
height: 13px;
content: "" !important;
border-radius: 20px;
background: transparent;
border: 1px solid white;
color: white !important;
opacity: 1;
}
.slick-prev {
left: -40px;
height: 30px;
top: calc(50% - 30px);
}
.slick-next {
right: -40px;
height: 30px;
top: calc(50% - 30px);
}
.slick-prev:before,
.slick-next:before {
font-size: 80px;
line-height: 1;
color: white;
opacity: 0.9;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-slider {
padding-left: 10px !important;
}
.slick-prev:before {
content: "‹";
margin: 0 !important;
padding: 0 !important;
}
@media screen and (max-width: 1024px) {
.slick-slider {
padding-left: 0 !important;
}
.slick-slide {
padding: 50px 0 !important;
}
.slick-current section {
height: 520px !important;
margin-top: -21px;
-webkit-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
}
}
@media screen and (max-width: 1024px) {
.slick-prev:before {
display: none !important;
}
.slick-next:before {
display: none !important;
}
.slick-prev {
display: none !important;
}
.slick-next {
display: none !important;
}
}
.slick-next:before {
content: "›";
} | src/styles/global.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
* {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
}
html {
height: 100%;
scroll-behavior: smooth;
}
body {
background: #f9f9f9;
height: 100%;
position: relative;
}
html,
body,
#___gatsby {
height: 100%;
}
body {
margin: 0px;
}
div[role="group"][tabindex] {
height: 100%;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #ccc;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #999;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.slick-slide {
padding: 50px 0 !important;
}
.slick-current section {
height: 620px !important;
margin-top: -21px;
-webkit-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
}
.slick-dots li.slick-active button:before {
width: 13px;
height: 13px;
content: "" !important;
border-radius: 10px;
background: transparent;
border: 1px solid white;
color: white !important;
background: white;
opacity: 1;
}
.slick-dots li button:before {
width: 13px;
height: 13px;
content: "" !important;
border-radius: 20px;
background: transparent;
border: 1px solid white;
color: white !important;
opacity: 1;
}
.slick-prev {
left: -40px;
height: 30px;
top: calc(50% - 30px);
}
.slick-next {
right: -40px;
height: 30px;
top: calc(50% - 30px);
}
.slick-prev:before,
.slick-next:before {
font-size: 80px;
line-height: 1;
color: white;
opacity: 0.9;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-slider {
padding-left: 10px !important;
}
.slick-prev:before {
content: "‹";
margin: 0 !important;
padding: 0 !important;
}
@media screen and (max-width: 1024px) {
.slick-slider {
padding-left: 0 !important;
}
.slick-slide {
padding: 50px 0 !important;
}
.slick-current section {
height: 520px !important;
margin-top: -21px;
-webkit-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
box-shadow: 20px 20px 25px -15px rgba(0, 0, 0, 0.75);
}
}
@media screen and (max-width: 1024px) {
.slick-prev:before {
display: none !important;
}
.slick-next:before {
display: none !important;
}
.slick-prev {
display: none !important;
}
.slick-next {
display: none !important;
}
}
.slick-next:before {
content: "›";
} | 0.213951 | 0.070017 |
.content-page > h3:not(:last-child) {
margin-bottom: 1.5rem;
}
.accordion:not(:last-child) {
margin-bottom: 3.5rem;
}
.accordion-item {
border-color: #06101f;
border-width: 2px;
}
.accordion-header {
overflow: hidden;
}
.accordion-button {
background-color: #06101f;
color: white;
box-shadow: none;
}
.accordion > .accordion-item {
background-color: #06101f;
border-radius: 0.25rem;
}
.accordion-item:not(:last-child) {
margin-bottom: 0.5rem;
}
.accordion-button:focus {
box-shadow: none;
}
.accordion-button:not(.collapsed) {
background-color: #06101f;
color: white;
box-shadow: inset 0 -1px 0 #06101f;
}
.accordion-button:focus,
.accordion-button:hover {
background-color: #071327;
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300f8b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300f8b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
background-color: #122138;
color: white;
}
.accordion-body > *:last-child {
margin-bottom: 0.25rem;
}
.accordion-body > .list-group > .list-group-item {
color: inherit;
background-color: inherit;
padding: 0px;
border: none;
}
.accordion-body > .list-group > .list-group-item:not(:last-child) {
margin-bottom: 1.5rem;
}
.accordion-body > .table {
margin-left: auto;
margin-right: auto;
width: 520px;
}
.list-subtitle {
margin-bottom: 0.5rem;
}
.list-subtitle ~ p {
margin-bottom: 0.25rem;
}
.disclaimer-body {
color: #fff;
}
@media (max-width: 510px) {
.accordion-body > .table {
width: 100%;
}
} | css/docs.css | .content-page > h3:not(:last-child) {
margin-bottom: 1.5rem;
}
.accordion:not(:last-child) {
margin-bottom: 3.5rem;
}
.accordion-item {
border-color: #06101f;
border-width: 2px;
}
.accordion-header {
overflow: hidden;
}
.accordion-button {
background-color: #06101f;
color: white;
box-shadow: none;
}
.accordion > .accordion-item {
background-color: #06101f;
border-radius: 0.25rem;
}
.accordion-item:not(:last-child) {
margin-bottom: 0.5rem;
}
.accordion-button:focus {
box-shadow: none;
}
.accordion-button:not(.collapsed) {
background-color: #06101f;
color: white;
box-shadow: inset 0 -1px 0 #06101f;
}
.accordion-button:focus,
.accordion-button:hover {
background-color: #071327;
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300f8b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300f8b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
background-color: #122138;
color: white;
}
.accordion-body > *:last-child {
margin-bottom: 0.25rem;
}
.accordion-body > .list-group > .list-group-item {
color: inherit;
background-color: inherit;
padding: 0px;
border: none;
}
.accordion-body > .list-group > .list-group-item:not(:last-child) {
margin-bottom: 1.5rem;
}
.accordion-body > .table {
margin-left: auto;
margin-right: auto;
width: 520px;
}
.list-subtitle {
margin-bottom: 0.5rem;
}
.list-subtitle ~ p {
margin-bottom: 0.25rem;
}
.disclaimer-body {
color: #fff;
}
@media (max-width: 510px) {
.accordion-body > .table {
width: 100%;
}
} | 0.482673 | 0.116286 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
background-image: url('https://scx1.b-cdn.net/csz/news/800/2018/1-whytheweathe.jpg');
background-size: cover;
background-position: top center;
}
.container {
display: flex;
flex-direction: column;
min-height: 100vh;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
header {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 15px 15px;
}
.title {
color: #fff;
font-size: 3rem;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
padding-top: 1rem;
}
.searchbox {
width: 100%;
max-width: 280px;
padding: 10px 15px;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 16px 0 16px 0;
border-bottom: 3px solid #df8e00;
color: #313131;
font-size: 1.2rem;
font-weight: 500;
transition: 0.2s ease-out;
}
input:focus {
background-color: rgba(255, 255, 255, 0.6);
}
.city {
color: #fff;
font-size: 32px;
font-weight: 500;
margin-bottom: 5px;
display: flex;
flex-direction: column;
align-items: center;
}
.weather {
display: flex;
align-items: center;
padding: 1rem;
justify-content: center;
}
h1 {
color: #fff;
font-size: 8rem;
font-weight: 700;
margin-left: 3rem;
text-shadow: 2px 13px rgba(0, 0, 0, 0.6);
}
.hi-lo {
display: flex;
align-items: center;
color: #fff;
font-size: 2rem;
text-shadow: 0 3px rgba(0, 0, 0, 0.4);
padding-top: 1rem;
margin-left: 3rem;
}
.date {
color: #fff;
margin-left: 2rem;
}
.weather-condition {
color: #fff;
font-size: 1.5rem;
padding-left: 5rem;
}
#status { padding-left: 5rem; }
h1 span { font-size: 4rem; }
.toggle {
position: relative;
display: inline-block;
width: 75px;
height: 35px;
border-radius: 30px;
border: 1px solid black;
cursor: pointer;
}
.toggle::after {
content: '';
position: absolute;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #50526a;
top: 0;
left: 1px;
transition: all 0.5s;
}
.toggle p {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #f0f7f6;
position: relative;
top: 6px;
font-size: 1.2rem;
}
.checkbox:checked + .toggle::after { left: 40px; }
.checkbox { display: none; }
.toggle p .celcious {
position: relative;
left: 3rem;
}
.units {
margin-left: 7rem;
margin-top: 1rem;
} | src/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
background-image: url('https://scx1.b-cdn.net/csz/news/800/2018/1-whytheweathe.jpg');
background-size: cover;
background-position: top center;
}
.container {
display: flex;
flex-direction: column;
min-height: 100vh;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
header {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 15px 15px;
}
.title {
color: #fff;
font-size: 3rem;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
padding-top: 1rem;
}
.searchbox {
width: 100%;
max-width: 280px;
padding: 10px 15px;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 16px 0 16px 0;
border-bottom: 3px solid #df8e00;
color: #313131;
font-size: 1.2rem;
font-weight: 500;
transition: 0.2s ease-out;
}
input:focus {
background-color: rgba(255, 255, 255, 0.6);
}
.city {
color: #fff;
font-size: 32px;
font-weight: 500;
margin-bottom: 5px;
display: flex;
flex-direction: column;
align-items: center;
}
.weather {
display: flex;
align-items: center;
padding: 1rem;
justify-content: center;
}
h1 {
color: #fff;
font-size: 8rem;
font-weight: 700;
margin-left: 3rem;
text-shadow: 2px 13px rgba(0, 0, 0, 0.6);
}
.hi-lo {
display: flex;
align-items: center;
color: #fff;
font-size: 2rem;
text-shadow: 0 3px rgba(0, 0, 0, 0.4);
padding-top: 1rem;
margin-left: 3rem;
}
.date {
color: #fff;
margin-left: 2rem;
}
.weather-condition {
color: #fff;
font-size: 1.5rem;
padding-left: 5rem;
}
#status { padding-left: 5rem; }
h1 span { font-size: 4rem; }
.toggle {
position: relative;
display: inline-block;
width: 75px;
height: 35px;
border-radius: 30px;
border: 1px solid black;
cursor: pointer;
}
.toggle::after {
content: '';
position: absolute;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #50526a;
top: 0;
left: 1px;
transition: all 0.5s;
}
.toggle p {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #f0f7f6;
position: relative;
top: 6px;
font-size: 1.2rem;
}
.checkbox:checked + .toggle::after { left: 40px; }
.checkbox { display: none; }
.toggle p .celcious {
position: relative;
left: 3rem;
}
.units {
margin-left: 7rem;
margin-top: 1rem;
} | 0.569613 | 0.109468 |
@import url("https://fonts.googleapis.com/css?family=Baloo+Bhai|Be+Vietnam|Nunito|Raleway|Rubik&display=swap");
.user-profile .profile-header {
height: 400px;
width: 100%;
background-size: cover;
background-position: center;
background-color: black;
position: relative; }
.user-profile .profile-data-controls {
font-family: "Rubik", sans-serif;
background-color: white;
padding: .5em 0;
width: 100%;
justify-content: flex-end; }
.user-profile .profile-data-controls .inner-profile-controls {
justify-content: space-between;
width: 80%;
padding: 0 4em; }
.user-profile .profile-data-controls .profile-controls-left {
width: 25%; }
.user-profile .profile-data-controls .profile-controls-left .joined-date {
font-size: .7em;
color: #9c9c9c; }
.user-profile .profile-data-controls .profile-controls-left .user-details {
padding-left: 1.4em; }
@media (min-width: 64em) {
.user-profile .profile-data-controls .profile-controls-left .user-details {
padding-left: 0; } }
.user-profile .profile-data-controls .profile-controls-center {
width: 45%;
justify-content: center;
text-align: center; }
.user-profile .profile-data-controls .profile-controls-center .user-metric {
margin-right: 2em;
font-size: .8em;
color: #00aeff; }
.user-profile .profile-data-controls .profile-controls-right {
width: 30%;
justify-content: flex-end;
align-items: center;
padding-right: 2em;
color: white; }
.user-profile-avatar {
position: absolute;
left: 8%;
bottom: -28%;
z-index: 1; }
.user-profile-avatar .user-card-avatar {
border: 5px solid white;
width: 200px;
height: 200px; }
.posts-holder {
width: 70%;
margin: 3em auto;
font-family: "Rubik", sans-serif;
border: 1px solid rgba(226, 226, 226, 0.421);
border-radius: 5px; }
@media (min-width: 64em) {
.posts-holder {
margin: 2em auto;
width: 50%; } }
.posts-holder .post {
padding: 1em 2em 0em 2em;
justify-content: flex-start; }
.posts-holder .post .post-image {
width: 100%;
height: auto;
background-position: center; }
.posts-holder .post .post-user-details {
padding-left: .5em; }
@media (min-width: 64em) {
.posts-holder .post .post-user-details {
padding-left: .3em; } }
.posts-holder .post .post-user-details p {
font-size: 1em; }
@media (min-width: 64em) {
.posts-holder .post .post-user-details p {
font-size: .8em; } }
.posts-holder .post .post-created-at {
color: grey;
font-size: .9em; }
@media (min-width: 64em) {
.posts-holder .post .post-created-at {
margin-top: -1.5em;
font-size: .6em; } }
.posts-holder .post .post-text {
margin-top: .5em;
color: #505050;
font-size: 1.2em; }
@media (min-width: 64em) {
.posts-holder .post .post-text {
font-size: .8em; } }
.posts-holder .post .post-action {
margin-right: 1em;
font-size: .7em;
color: #999999; }
.posts-holder .post .post-action .count {
margin-right: .5em; }
.posts-holder hr {
border: 1px solid rgba(226, 226, 226, 0.421); }
.user-name {
color: grey; }
/*# sourceMappingURL=users.css.map */ | app/assets/stylesheets/users.css | @import url("https://fonts.googleapis.com/css?family=Baloo+Bhai|Be+Vietnam|Nunito|Raleway|Rubik&display=swap");
.user-profile .profile-header {
height: 400px;
width: 100%;
background-size: cover;
background-position: center;
background-color: black;
position: relative; }
.user-profile .profile-data-controls {
font-family: "Rubik", sans-serif;
background-color: white;
padding: .5em 0;
width: 100%;
justify-content: flex-end; }
.user-profile .profile-data-controls .inner-profile-controls {
justify-content: space-between;
width: 80%;
padding: 0 4em; }
.user-profile .profile-data-controls .profile-controls-left {
width: 25%; }
.user-profile .profile-data-controls .profile-controls-left .joined-date {
font-size: .7em;
color: #9c9c9c; }
.user-profile .profile-data-controls .profile-controls-left .user-details {
padding-left: 1.4em; }
@media (min-width: 64em) {
.user-profile .profile-data-controls .profile-controls-left .user-details {
padding-left: 0; } }
.user-profile .profile-data-controls .profile-controls-center {
width: 45%;
justify-content: center;
text-align: center; }
.user-profile .profile-data-controls .profile-controls-center .user-metric {
margin-right: 2em;
font-size: .8em;
color: #00aeff; }
.user-profile .profile-data-controls .profile-controls-right {
width: 30%;
justify-content: flex-end;
align-items: center;
padding-right: 2em;
color: white; }
.user-profile-avatar {
position: absolute;
left: 8%;
bottom: -28%;
z-index: 1; }
.user-profile-avatar .user-card-avatar {
border: 5px solid white;
width: 200px;
height: 200px; }
.posts-holder {
width: 70%;
margin: 3em auto;
font-family: "Rubik", sans-serif;
border: 1px solid rgba(226, 226, 226, 0.421);
border-radius: 5px; }
@media (min-width: 64em) {
.posts-holder {
margin: 2em auto;
width: 50%; } }
.posts-holder .post {
padding: 1em 2em 0em 2em;
justify-content: flex-start; }
.posts-holder .post .post-image {
width: 100%;
height: auto;
background-position: center; }
.posts-holder .post .post-user-details {
padding-left: .5em; }
@media (min-width: 64em) {
.posts-holder .post .post-user-details {
padding-left: .3em; } }
.posts-holder .post .post-user-details p {
font-size: 1em; }
@media (min-width: 64em) {
.posts-holder .post .post-user-details p {
font-size: .8em; } }
.posts-holder .post .post-created-at {
color: grey;
font-size: .9em; }
@media (min-width: 64em) {
.posts-holder .post .post-created-at {
margin-top: -1.5em;
font-size: .6em; } }
.posts-holder .post .post-text {
margin-top: .5em;
color: #505050;
font-size: 1.2em; }
@media (min-width: 64em) {
.posts-holder .post .post-text {
font-size: .8em; } }
.posts-holder .post .post-action {
margin-right: 1em;
font-size: .7em;
color: #999999; }
.posts-holder .post .post-action .count {
margin-right: .5em; }
.posts-holder hr {
border: 1px solid rgba(226, 226, 226, 0.421); }
.user-name {
color: grey; }
/*# sourceMappingURL=users.css.map */ | 0.46952 | 0.080792 |
body{
position: relative;
background: linear-gradient(225deg, #1E4F6C 0%, #0E1C34 100%);
background-image: linear-gradient(225deg, rgb(30, 79, 108) 0%, rgb(14, 28, 52) 100%);
background-position-x: initial;
background-position-y: initial;
background-size: initial;
/* background-repeat-x: initial; */
/* background-repeat-y: initial; */
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h2{
color: ghostwhite;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
table{
color: ghostwhite;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#principal{
color: cornsilk;
background-image: url(imagens/blackmap.jpg);
background-size: cover;
background-repeat: no-repeat;
/* background-attachment: fixed; */
}
#titulo{
color: rgb(255, 255, 255);
}
.textoVerde{
color: rgb(2, 175, 45);
}
.btn-blue {
display: inline-flex;
border-radius: 6px;
background: linear-gradient(29.83deg, #1F95FD 0%, #4FE8E4 100%);
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 0;
line-height: 22px;
text-align: center;
padding: 7px 12px;
white-space: nowrap;
box-sizing: border-box;
cursor: pointer;
position: fixed;
bottom: 0px;
transition: bottom 0.1s linear;
}
#cm{
background-color: darkturquoise;
width: 1cm;
height: 1cm;
}
#mm{
background-color: rgb(127, 23, 148);
width: 5mm;
height: 5mm;
}
#in{
background-color: rgb(250, 0, 146);
width: 1in;
height: 1in;
}
#px{
background-color: rgb(252, 142, 206);
width: 40px;
height: 40px;
}
.container{
font-size: 25px;
color: floralwhite;
width: 300px;
background: forestgreen;
}
.inside{
font-size: 1em;
color: floralwhite;
width: 1em;
background: rgb(2, 247, 2);
} | style.css | body{
position: relative;
background: linear-gradient(225deg, #1E4F6C 0%, #0E1C34 100%);
background-image: linear-gradient(225deg, rgb(30, 79, 108) 0%, rgb(14, 28, 52) 100%);
background-position-x: initial;
background-position-y: initial;
background-size: initial;
/* background-repeat-x: initial; */
/* background-repeat-y: initial; */
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h2{
color: ghostwhite;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
table{
color: ghostwhite;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#principal{
color: cornsilk;
background-image: url(imagens/blackmap.jpg);
background-size: cover;
background-repeat: no-repeat;
/* background-attachment: fixed; */
}
#titulo{
color: rgb(255, 255, 255);
}
.textoVerde{
color: rgb(2, 175, 45);
}
.btn-blue {
display: inline-flex;
border-radius: 6px;
background: linear-gradient(29.83deg, #1F95FD 0%, #4FE8E4 100%);
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 0;
line-height: 22px;
text-align: center;
padding: 7px 12px;
white-space: nowrap;
box-sizing: border-box;
cursor: pointer;
position: fixed;
bottom: 0px;
transition: bottom 0.1s linear;
}
#cm{
background-color: darkturquoise;
width: 1cm;
height: 1cm;
}
#mm{
background-color: rgb(127, 23, 148);
width: 5mm;
height: 5mm;
}
#in{
background-color: rgb(250, 0, 146);
width: 1in;
height: 1in;
}
#px{
background-color: rgb(252, 142, 206);
width: 40px;
height: 40px;
}
.container{
font-size: 25px;
color: floralwhite;
width: 300px;
background: forestgreen;
}
.inside{
font-size: 1em;
color: floralwhite;
width: 1em;
background: rgb(2, 247, 2);
} | 0.472683 | 0.108001 |
.st_order_items {
width: 100%
}
.icon-st {
background: url(logo-st.png) center center no-repeat;
width: 24px;
height: 24px;
margin-left: 7px
}
.st_order_items thead tr th {
background: #f8f8f8;
padding: 8px;
font-size: 11px;
text-align: left
}
.st_order_items td {
padding: 8px;
text-align: left;
line-height: 26px;
vertical-align: top;
border-bottom: 1px dotted #ececec
}
.st_order_items td.text-right {
text-align: right
}
.st_create_item .form_row {
display: block;
margin-bottom: 10px;
overflow: hidden
}
#posts-filter .st-wp-filter, .st-wp-filter {
margin-bottom: 20px
}
.st_create_item .form_row label {
width: 150px;
display: block;
float: left
}
.form_row_spec {
display: none
}
.format-setting-inner .select2-container {
width: 300px
}
.st-wp-filter {
padding: 10px
}
.form-row {
margin-bottom: 30px;
display: table;
width: 100%
}
.form-label {
display: block;
float: left;
margin-right: 20px;
width: 170px
}
.form-row .controls {
display: table
}
.select2-container.form-control {
width: 250px;
display: block !important
}
#adminmenu div.wp-menu-image.dashicons-building-yl:before {
content: "\f512";
color: #ed8323
}
#adminmenu div.wp-menu-image.dashicons-location-alt-bl:before {
content: "\f231";
color: #2ea2cc
}
#adminmenu div.wp-menu-image.dashicons-desktop-red:before {
color: #d54e21;
content: "\f472"
}
#adminmenu div.wp-menu-image.dashicons-tickets-alt-st:before {
color: #8e44ad;
content: "\f524"
}
#adminmenu div.wp-menu-image.dashicons-flight-alt-st:before {
color: #45a0ff;
content: "\f227"
}
#adminmenu div.wp-menu-image.dashicons-admin-home-st:before {
content: "\f102";
color: #16a085
}
#adminmenu div.wp-menu-image.dashicons-palmtree-st:before {
content: "\f527";
color: #3498db
}
#adminmenu div.wp-menu-image.dashicons-dashboard-st:before {
content: "\f226";
color: #27ae60
}
#adminmenu div.wp-menu-image.dashicons-tag-st:before {
content: "\f323";
color: #3498db
}
#adminmenu .dashicons-st-traveler {
background: url(logo.png) 50% 50% no-repeat;
background-size: 21px
}
.wp-picker-container .iris-picker {
z-index: 9999
}
.wp-admin .wrap.settings-wrap .ui-tabs-nav li a {
padding: 8px 5px 8px 12px;
border-bottom: 1px solid #DBDBDB;
margin-left: 2px;
color: #818181
}
.wp-admin #option-tree-header #option-tree-logo a:before {
content: "";
display: none
}
.wp-admin #option-tree-header #option-tree-logo a img {
height: 48px
}
.wp-admin #option-tree-header #option-tree-logo a {
height: auto;
text-align: center;
border-right: 0;
margin-right: 10px
}
.wp-admin #option-tree-options-layouts-form {
top: auto;
bottom: -54px
}
#option-tree-header #theme-version span, .wp-admin #option-tree-header #option-tree-version span {
border-left: 0;
font-size: 25px;
margin-top: 13px;
font-weight: 700;
color: #fff
}
.wp-admin #option-tree-header li {
padding: 14px 0
}
.wp-admin .wrap.settings-wrap .ui-tabs-nav li.ui-state-active a {
border-bottom-color: transparent
}
.container-upload-font {
width: 100% !important
}
.st-cont-item {
width: 100%;
float: left;
margin-bottom: 15px
}
.st-cont-item i:before {
margin-right: 15px
}
@media (min-width: 480px) {
.st-cont-item {
width: 50%
}
}
@media (min-width: 768px) {
.st-cont-item {
width: 33.3333%
}
}
div[id^=setting_tab_icon] .format-setting {
overflow: inherit !important
}
.iconpicker-popover {
background-color: #fff
}
#setting_multi_location .select-wrapper {
background: #FFF !important;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#setting_multi_location .select-wrapper .chosen-container {
clear: both
}
#setting_multi_location .select-wrapper > span {
display: none
}
.selectize-input {
width: 300px !important
}
.list-location-wrapper {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #CCC;
margin-top: 5px;
max-height: 300px;
overflow-y: auto
}
.selectize-dropdown [data-selectable] .highlight {
position: inherit !important;
padding-left: 0 !important;
padding-right: 0 !important
}
.form-control-admin {
width: 250px !important;
max-width: 100% !important
}
textarea.form-control-admin {
resize: none
}
.danger p, span.require {
color: red
}
#setting_menu_style .option-tree-ui-radio-images p {
display: block !important
}
.wp-admin .qtip {
width: auto !important;
max-width: 450px
}
.wp-admin .fc-day-grid-container {
height: auto !important
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.qtip .fc-event {
border-radius: 0
}
.qtip .calendar-wrapper {
position: relative;
clear: both
}
.qtip .calendar-content.fc-unthemed {
border: 1px solid #ccc;
padding: 15px;
border-radius: 4px
}
.qtip .calendar-wrapper .overlay {
position: absolute;
top: 45%;
left: 45%;
z-index: 2;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
.qtip .calendar-content.fc-unthemed .fc-toolbar button :not (.fc-right button:last-child) {
margin-right: 5px
}
.qtip .calendar-content.fc-unthemed .fc-center h2 {
font-size: 2em
}
.qtip .calendar-content.fc-unthemed th {
border-left: 0;
border-right: 0;
padding: 1em 0
}
.qtip .calendar-content.fc-unthemed td {
border-width: 0;
text-align: center
}
.qtip .calendar-content.fc-unthemed .fc-basic-view .fc-head {
background-color: rgba(204, 204, 204, .2);
border-bottom: 1px solid #ccc
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton .fc-day-number {
text-align: center
}
.qtip .calendar-content.fc-unthemed .fc-day-grid-container {
margin-top: 30px
}
.qtip .calendar-content.fc-unthemed .fc-basic-view .fc-body .fc-row {
min-height: auto;
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton thead {
display: none
}
.qtip .calendar-content.fc-unthemed .tooltip-inner {
min-width: 150px;
background-color: #666;
color: #fff;
padding: 10px;
line-height: 1.5em;
opacity: 1;
border-radius: 4px
}
.qtip .calendar-content.fc-unthemed .tooltip-arrow {
border-top-color: #666 !important;
opacity: 1
}
.qtip .calendar-content.fc-unthemed .tooltip.in {
opacity: 1 !important
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton .fc-event {
border: none;
background: 0 0;
color: #666;
font-size: 14px
}
.calendar-content.fc-unthemed .btn-disabled, .qtip .calendar-content.fc-unthemed .btn.btn-available {
height: auto;
width: 100%;
line-height: 35px;
color: #fff
}
.qtip .calendar-content.fc-unthemed .btn.btn-available {
background-color: #fff;
border: 1px solid #ccc;
color: #666
}
.qtip .calendar-bottom .cellgrey .color, .qtip .calendar-content.fc-unthemed .btn-disabled {
background-color: #ccc
}
.calendar-content.fc-unthemed .btn.btn-available.selected, .calendar-content.fc-unthemed .st-active .btn.btn-available, .qtip .calendar-content.fc-unthemed .btn.btn-available:hover {
color: #fff
}
.qtip .calendar-content.fc-unthemed .fc-day-grid-event .fc-content {
overflow: initial
}
.qtip .calendar-content.fc-unthemed .fc-content {
margin: 0 2px
}
.qtip .calendar-content.fc-unthemed .fc-content .btn {
padding: 0
}
.qtip .calendar-content.fc-unthemed .fc-content span {
line-height: 35px
}
.qtip .calendar-bottom {
margin-top: 20px;
padding-bottom: 20px
}
.calendar-bottom .item {
display: inline-block;
margin-right: 30px
}
.qtip .calendar-bottom .color {
display: inline-block;
width: 20px;
height: 20px
}
.qtip .calendar-bottom .color.available {
border: 1px solid #ccc
}
.qtip .triangle {
display: inline-block;
right: 12px;
bottom: 12px;
position: absolute
}
.qtip .triangle::before {
position: absolute;
content: "";
width: 0;
height: 0;
border: 8px solid transparent;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-top-color: #ccc
}
.calendar-content.fc-unthemed .btn.btn-available:hover .triangle::before, .qtip .calendar-content.fc-unthemed .st-active .triangle::before, .qtip .calendar-content.fc-unthemed button.btn-disabled .triangle::before {
border-top-color: #fff
}
.qtip .calendar-content.fc-unthemed .fc-today {
background: 0 0
}
.qtip .calendar-content.fc-unthemed button, .qtip .calendar-wrapper .calendar-wrapper-inner {
position: relative
}
.qtip .calendar-content.fc-unthemed .btn[disabled] {
opacity: 1
}
.show {
display: block
}
.hide {
display: none
}
.iconpicker-popover.popover {
background: #FFF;
z-index: 9 !important
}
.iconpicker .iconpicker-item.iconpicker-selected {
color: #1fc1db !important;
box-shadow: 0 0 0 1px #ddd !important
}
/* For Start Time Bulk */
#form-bulk-edit,
#form-bulk-starttime-edit,
#flight-form-bulk-edit{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: rgba(0, 0, 0, .7);
display: none
}
#form-bulk-edit.fixed,
#flight-form-bulk-edit.fixed{
position: fixed;
}
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
background: #fff;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border: 1px solid #242323;
padding: 15px;
max-width: 90%;
width: 950px
}
#form-bulk-edit.form-bulk-edit-activity-tour {
overflow-y: auto !important;
}
#form-bulk-edit.form-bulk-edit-activity .form-container {
top: 0 !important;
-webkit-transform: translateX(-50%) translateY(0%) !important;
-ms-transform: translateX(-50%) translateY(0%) !important;
transform: translateX(-50%) translateY(0%) !important;
}
#form-bulk-edit .form-container h3,
#form-bulk-edit .form-container h4,
#form-bulk-starttime-edit .form-container h3,
#form-bulk-starttime-edit .form-container h4,
#flight-form-bulk-edit .form-container h3,
#flight-form-bulk-edit .form-container h4{
margin: 0;
padding: 0
}
#form-bulk-edit .form-container .form-title,
#form-bulk-starttime-edit .form-container .form-title,
#flight-form-bulk-edit .form-container .form-title{
padding-bottom: 15px;
border-bottom: 1px solid #CCC
}
#form-bulk-edit .form-container .form-footer,
#form-bulk-starttime-edit .form-container .form-footer,
#flight-form-bulk-edit .form-container .form-footer{
padding-top: 15px;
border-top: 1px solid #CCC
}
#form-bulk-edit .form-container .form-content,
#form-bulk-starttime-edit .form-container .form-content,
#flight-form-bulk-edit .form-container .form-content{
padding-top: 15px;
padding-bottom: 15px
}
#form-bulk-edit .form-container .form-content .form-group,
#form-bulk-starttime-edit .form-container .form-content .form-group,
#flight-form-bulk-edit .form-container .form-content .form-group{
width: auto !important;
margin-left: 5px;
margin-right: 5px;
float: left;
padding: 10px;
border-radius: 3px;
border: 1px solid #CCC;
margin-bottom: 10px
}
#form-bulk-edit .form-container .form-content .form-group label,
#form-bulk-starttime-edit .form-container .form-content .form-group label,
#flight-form-bulk-edit .form-container .form-content .form-group label{
display: inline-block;
margin-right: 5px;
margin-bottom: 5px
}
#form-bulk-edit .form-container .form-content .form-group label.block,
#form-bulk-starttime-edit .form-container .form-content .form-group label.block,
#flight-form-bulk-edit .form-container .form-content .form-group label.block{
display: block;
margin-bottom: 5px
}
@media (max-width: 1750px) {
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
max-height: 550px;
overflow-y: scroll
}
}
@media (max-width: 1040px) {
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
max-height: 480px;
overflow-y: scroll
}
}
#form-bulk-edit .overlay,
#form-bulk-starttime-edit .overlay,
#flight-form-bulk-edit .overlay{
display: none;
z-index: 10;
background: rgba(255, 255, 255, .7)
}
#form-bulk-edit .overlay.open,
#form-bulk-starttime-edit .overlay.open,
#flight-form-bulk-edit .overlay.open{
display: block
}
.alert .close, .st_vc_hidden_input input[type=text] {
display: none
}
.form-message {
margin-top: 15px;
font-style: italic
}
.form-message .text-error {
color: #A81212
}
.form-message .text-success {
color: #1E59DF
}
.alert {
padding: 15px;
border: 1px solid #4993db;
background: #d2e9ff
}
.alert.alert-error {
border: 1px solid #da7d7d;
background: #e7c3c3
}
.calendar-wrapper .calendar_change_month{
position: relative;
height: 40px;
}
.st-option-wrapper.option-wrapper{
position: absolute;
left: 0;
width: 100%;
max-height: 250px;
overflow-y: scroll;
overflow-x: hidden;
z-index: 99999;
top: 100%;
background: #FFF;
display: none;
border: 1px solid #CCC;
-webkit-box-shadow: 1px 1px 3px #CCC;
box-shadow: 1px 1px 3px #CCC;
}
.st-tp-field-flights,.st-tp-field-hotel-id, .st-tp-field-hotel-map, .st-tp-field-hotel-city{
position: relative;
}
.st-select-wrapper select{
display: none;
}
.st-option-wrapper label{
width: 100%;
}
.st-option-wrapper .label a{
width: 100%;
text-decoration: none;
padding: 10px 20px;
color: #333;
display: block;
}
.st-option-wrapper .label a i{
float: right;
margin-right: 35px;
}
.st-option-wrapper .label a:hover{
background: #f1f1f1;
}
.city-field .selection{
margin-top: 20px !important;
}
.city-field .selection select{
width: 25% !important;
margin-right: 5px !important;
}
[id^="setting_hidden"]{
display: none !important;
}
.status_split_complete{
color: #5cb85c;
}
.status_split_pending{
color: #f0ad4e
}
/* Css for starttime form bulk */
#calendar-add-bulk-starttime{
font-size: 20px;
font-weight: bold;
width: 20px;
height: 20px;
line-height: 16px;
text-align: center;
cursor: pointer;
display: block;
background: #ed8323;
margin-bottom: 7px;
color: #fff;
margin-top: 10px;
}
#calendar-add-bulk-starttime span{
font-size: 16px;
line-height: 22px;
}
#calendar-add-bulk-starttime:hover{
background-color: #9d510d;
}
.calendar-remove-bulk-starttime{
color: #cc0000;
font-weight: bold;
font-size: 23px;
line-height: 25px;
display: inline-block;
margin-left: 5px;
cursor: pointer;
position: relative;
top: 8px;
}
/* Partner Expire List */
.partner-expire-date a{
color: #cc0000;
}
.column-partner-countdown,
.partner-expire-countdown{
color: #cc0000 !important;
font-weight: bold;
}
.column-countdown.safe{
border-right: 5px solid #00a900;
}
.column-countdown.danger{
border-right: 5px solid #cc0000;
}
.column-countdown.warning{
border-right: 5px solid orange;
}
.st_sendmail_expire_partner{
margin-bottom: 5px !important;
}
.partner-expire-countdown-form{
position: relative;
}
.partner-expire-countdown-form .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999;
background: rgba(255,255,255,0.5);
display: none;
}
.partner-expire-countdown-form .spinner{
position: absolute;
top: 43%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.partner-expire-countdown-form .spinner.is-active {
visibility: visible;
}
.partner-expire-countdown-form .partner-message .alert{
margin-bottom: 10px !important;
margin-top: 5px !important;
display: none;
}
.notice-send-mail{
display: inline-block;
padding: 1px 5px;
border-radius: 2px;
color: #fff;
line-height: 16px;
font-size: 11px;
}
.notice-send-mail.notice-yes{
background: #07b558;
}
.notice-send-mail.notice-no{
background: #a59168;
}
.sortable-chosen{
border: 1px dashed #8bc8f3 !important;
}
.sortable-chosen .ts-item-handle{
background: #b3d0f54d !important;
}
.verify-status{
padding: 2px 7px 3px 7px;
border-radius: 25px;
font-weight: 600;
color: #fff;
font-size: 12px;
}
.verify-status.all{
background: #309a1e;
}
.verify-status.apart{
background: #FF9800;
}
.verify-status.none{
background: #cc0000;
}
.verify-status-item{
padding: 2px 7px 3px 7px;
border-radius: 25px;
font-weight: 600;
color: #fff;
font-size: 12px;
margin-left: 10px;
}
.verify-status-item.icon{
display: inline-block;
width: 16px;
height: 16px;
padding: 0;
text-align: center;
position: relative;
top: 2px;
border-radius: 50%;
}
.verify-status-item.icon.all .dashicons-yes{
display: block;
}
.verify-status-item.icon.all .dashicons-minus{
display: none;
}
.verify-status-item.icon.none .dashicons-yes{
display: none;
}
.verify-status-item.icon.none .dashicons-minus{
display: block;
}
.verify-status-item.icon .dashicons{
margin-left: 0px;
font-size: 14px;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
}
.verify-status-item.icon .dashicons.dashicons-yes{
width: 15px;
}
.verify-status-item.all{
background: #309a1e;
}
.verify-status-item.none{
background: #cc0000;
}
.user-verify-detail{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0;
background: rgba(0,0,0,0.4);
z-index: 9999;
display: none;
overflow-y: scroll;
}
.user-verify-detail .modal-content{
width: 40%;
padding: 15px;
background: #fff;
display: block;
margin: auto;
margin-top: 50px;
position: relative;
min-height: 166px;
}
.user-verify-detail .modal-content .close{
position: absolute;
right: -8px;
top: -8px;
background: #dfdfdf;
height: 20px;
width: 20px;
border-radius: 50%;
text-align: center;
line-height: 14px;
font-weight: bold;
font-size: 22px;
transform: rotate(45deg);
color: #cc0000;
border: 1px solid #cc0000;
cursor: pointer;
}
.user-verify-detail{
}
.user-verify-detail .loader,
.user-verify-detail .loader:before,
.user-verify-detail .loader:after {
border-radius: 50%;
width: 1.5em;
height: 1.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.user-verify-detail .loader {
color: orangered;
font-size: 10px;
margin: 50px auto 100px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
display: none;
}
.user-verify-detail .loader:before,
.user-verify-detail .loader:after {
content: '';
position: absolute;
top: 0;
}
.user-verify-detail .loader:before {
left: -2.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.user-verify-detail .loader:after {
left: 2.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.verify-box{
}
.verify-box .btn-verify-all{
border: 1px solid #1683F8;
border-radius: 4px;
background: #1683F8;
color: #fff;
font-weight: normal;
font-size: 14px;
padding: 3px 10px 4px 10px;
margin-left: 10px;
cursor: pointer;
position: relative;
top: -3px;
}
.verify-box .btn-verify-single{
border: 1px solid #ddd;
border-radius: 4px;
background: transparent;
color: #666;
font-weight: 500;
font-size: 14px;
padding: 1px 8px 3px 8px;
margin-left: 10px;
cursor: pointer;
float: right;
}
.verify-box .btn-verify-invalid{
border: 1px solid #ddd;
border-radius: 4px;
background: transparent;
color: #666;
font-weight: 500;
font-size: 14px;
padding: 1px 8px 3px 8px;
margin-left: 10px;
cursor: pointer;
float: right;
}
.verify-box .invalid-reason{
display: block;
margin-top: 10px;
width: 100%;
margin-bottom: 15px;
display: none;
}
.verify-box h3{
margin: 0 0 35px 0;
font-size: 20px;
}
.verify-box .verify-item{
margin-bottom: 15px;
border-bottom: 1px dashed #dfdfdf;
padding-bottom: 15px;
}
.verify-box .verify-item:last-child{
margin-bottom: 0px;
border-bottom: none;
}
.verify-box .verify-item .verify-label{
font-size: 14px;
margin-bottom: 10px;
}
.verify-box .verify-item .verify-label b{
}
.verify-box .verify-item .verify-value{
font-weight: 450;
font-size: 16px;
}
.verify-box .verify-item.idcard{
}
.verify-box .verify-item.idcard ul{
}
.verify-box .verify-item.idcard ul li{
margin-bottom: 11px;
margin-top: 11px;
}
.verify-box .verify-item.idcard ul li span.card-label{
font-weight: normal;
font-size: 14px;
width: 155px;
display: inline-block;
margin-right: 20px;
}
.verify-box .verify-item.idcard ul li span.card-value{
}
.verify-box .verify-item.idcard ul li span.card-value img{
margin-right: 12px;
border: 1px solid #dfdfdf;
padding: 5px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.verify-box .verify-item.certificate .verify-value{
}
.verify-box .verify-item.certificate .verify-value img{
margin-right: 12px;
border: 1px solid #dfdfdf;
padding: 5px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.verify-box .dashicons{
margin-left: 10px;
}
.loadicon{
font-size: 17px;
position: relative;
top: 2px;
animation: lds-dual-ring 1.2s linear infinite;
width: 17px;
height: 17px;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.verify-success{
border-left:4px solid #46b450;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 10px 0;
padding: 1px 12px;
font-weight: 550;
}
.verify-danger{
border-left:4px solid #cc0000;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 10px 0;
padding: 1px 12px;
font-weight: 550;
}
.status-text{
font-size: 13px;
margin-right: 10px;
float: right;
margin-top: 3px;
}
.verify-box h3 .verify-status{
float: right;
}
.empty-info{
font-weight: normal;
font-size: 13px;
}
.verify-value.social span{
font-weight: normal;
min-width: 70px;
display: inline-block;
font-size: 14px;
margin-bottom: 5px;
}
.approve-tour-success{
background-color: #00ff4e !important;
}
.approve-tour-error{
background-color: #cc0000 !important;
}
/* Hidden change month label calendar */
.calendar-content .label_calendar_change_month{
display: none !important;
} | SiteBackup11172018/Files/wp-content/themes/traveler/css/admin/admin.css | .st_order_items {
width: 100%
}
.icon-st {
background: url(logo-st.png) center center no-repeat;
width: 24px;
height: 24px;
margin-left: 7px
}
.st_order_items thead tr th {
background: #f8f8f8;
padding: 8px;
font-size: 11px;
text-align: left
}
.st_order_items td {
padding: 8px;
text-align: left;
line-height: 26px;
vertical-align: top;
border-bottom: 1px dotted #ececec
}
.st_order_items td.text-right {
text-align: right
}
.st_create_item .form_row {
display: block;
margin-bottom: 10px;
overflow: hidden
}
#posts-filter .st-wp-filter, .st-wp-filter {
margin-bottom: 20px
}
.st_create_item .form_row label {
width: 150px;
display: block;
float: left
}
.form_row_spec {
display: none
}
.format-setting-inner .select2-container {
width: 300px
}
.st-wp-filter {
padding: 10px
}
.form-row {
margin-bottom: 30px;
display: table;
width: 100%
}
.form-label {
display: block;
float: left;
margin-right: 20px;
width: 170px
}
.form-row .controls {
display: table
}
.select2-container.form-control {
width: 250px;
display: block !important
}
#adminmenu div.wp-menu-image.dashicons-building-yl:before {
content: "\f512";
color: #ed8323
}
#adminmenu div.wp-menu-image.dashicons-location-alt-bl:before {
content: "\f231";
color: #2ea2cc
}
#adminmenu div.wp-menu-image.dashicons-desktop-red:before {
color: #d54e21;
content: "\f472"
}
#adminmenu div.wp-menu-image.dashicons-tickets-alt-st:before {
color: #8e44ad;
content: "\f524"
}
#adminmenu div.wp-menu-image.dashicons-flight-alt-st:before {
color: #45a0ff;
content: "\f227"
}
#adminmenu div.wp-menu-image.dashicons-admin-home-st:before {
content: "\f102";
color: #16a085
}
#adminmenu div.wp-menu-image.dashicons-palmtree-st:before {
content: "\f527";
color: #3498db
}
#adminmenu div.wp-menu-image.dashicons-dashboard-st:before {
content: "\f226";
color: #27ae60
}
#adminmenu div.wp-menu-image.dashicons-tag-st:before {
content: "\f323";
color: #3498db
}
#adminmenu .dashicons-st-traveler {
background: url(logo.png) 50% 50% no-repeat;
background-size: 21px
}
.wp-picker-container .iris-picker {
z-index: 9999
}
.wp-admin .wrap.settings-wrap .ui-tabs-nav li a {
padding: 8px 5px 8px 12px;
border-bottom: 1px solid #DBDBDB;
margin-left: 2px;
color: #818181
}
.wp-admin #option-tree-header #option-tree-logo a:before {
content: "";
display: none
}
.wp-admin #option-tree-header #option-tree-logo a img {
height: 48px
}
.wp-admin #option-tree-header #option-tree-logo a {
height: auto;
text-align: center;
border-right: 0;
margin-right: 10px
}
.wp-admin #option-tree-options-layouts-form {
top: auto;
bottom: -54px
}
#option-tree-header #theme-version span, .wp-admin #option-tree-header #option-tree-version span {
border-left: 0;
font-size: 25px;
margin-top: 13px;
font-weight: 700;
color: #fff
}
.wp-admin #option-tree-header li {
padding: 14px 0
}
.wp-admin .wrap.settings-wrap .ui-tabs-nav li.ui-state-active a {
border-bottom-color: transparent
}
.container-upload-font {
width: 100% !important
}
.st-cont-item {
width: 100%;
float: left;
margin-bottom: 15px
}
.st-cont-item i:before {
margin-right: 15px
}
@media (min-width: 480px) {
.st-cont-item {
width: 50%
}
}
@media (min-width: 768px) {
.st-cont-item {
width: 33.3333%
}
}
div[id^=setting_tab_icon] .format-setting {
overflow: inherit !important
}
.iconpicker-popover {
background-color: #fff
}
#setting_multi_location .select-wrapper {
background: #FFF !important;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#setting_multi_location .select-wrapper .chosen-container {
clear: both
}
#setting_multi_location .select-wrapper > span {
display: none
}
.selectize-input {
width: 300px !important
}
.list-location-wrapper {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #CCC;
margin-top: 5px;
max-height: 300px;
overflow-y: auto
}
.selectize-dropdown [data-selectable] .highlight {
position: inherit !important;
padding-left: 0 !important;
padding-right: 0 !important
}
.form-control-admin {
width: 250px !important;
max-width: 100% !important
}
textarea.form-control-admin {
resize: none
}
.danger p, span.require {
color: red
}
#setting_menu_style .option-tree-ui-radio-images p {
display: block !important
}
.wp-admin .qtip {
width: auto !important;
max-width: 450px
}
.wp-admin .fc-day-grid-container {
height: auto !important
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.qtip .fc-event {
border-radius: 0
}
.qtip .calendar-wrapper {
position: relative;
clear: both
}
.qtip .calendar-content.fc-unthemed {
border: 1px solid #ccc;
padding: 15px;
border-radius: 4px
}
.qtip .calendar-wrapper .overlay {
position: absolute;
top: 45%;
left: 45%;
z-index: 2;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
.qtip .calendar-content.fc-unthemed .fc-toolbar button :not (.fc-right button:last-child) {
margin-right: 5px
}
.qtip .calendar-content.fc-unthemed .fc-center h2 {
font-size: 2em
}
.qtip .calendar-content.fc-unthemed th {
border-left: 0;
border-right: 0;
padding: 1em 0
}
.qtip .calendar-content.fc-unthemed td {
border-width: 0;
text-align: center
}
.qtip .calendar-content.fc-unthemed .fc-basic-view .fc-head {
background-color: rgba(204, 204, 204, .2);
border-bottom: 1px solid #ccc
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton .fc-day-number {
text-align: center
}
.qtip .calendar-content.fc-unthemed .fc-day-grid-container {
margin-top: 30px
}
.qtip .calendar-content.fc-unthemed .fc-basic-view .fc-body .fc-row {
min-height: auto;
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton thead {
display: none
}
.qtip .calendar-content.fc-unthemed .tooltip-inner {
min-width: 150px;
background-color: #666;
color: #fff;
padding: 10px;
line-height: 1.5em;
opacity: 1;
border-radius: 4px
}
.qtip .calendar-content.fc-unthemed .tooltip-arrow {
border-top-color: #666 !important;
opacity: 1
}
.qtip .calendar-content.fc-unthemed .tooltip.in {
opacity: 1 !important
}
.qtip .calendar-content.fc-unthemed .fc-content-skeleton .fc-event {
border: none;
background: 0 0;
color: #666;
font-size: 14px
}
.calendar-content.fc-unthemed .btn-disabled, .qtip .calendar-content.fc-unthemed .btn.btn-available {
height: auto;
width: 100%;
line-height: 35px;
color: #fff
}
.qtip .calendar-content.fc-unthemed .btn.btn-available {
background-color: #fff;
border: 1px solid #ccc;
color: #666
}
.qtip .calendar-bottom .cellgrey .color, .qtip .calendar-content.fc-unthemed .btn-disabled {
background-color: #ccc
}
.calendar-content.fc-unthemed .btn.btn-available.selected, .calendar-content.fc-unthemed .st-active .btn.btn-available, .qtip .calendar-content.fc-unthemed .btn.btn-available:hover {
color: #fff
}
.qtip .calendar-content.fc-unthemed .fc-day-grid-event .fc-content {
overflow: initial
}
.qtip .calendar-content.fc-unthemed .fc-content {
margin: 0 2px
}
.qtip .calendar-content.fc-unthemed .fc-content .btn {
padding: 0
}
.qtip .calendar-content.fc-unthemed .fc-content span {
line-height: 35px
}
.qtip .calendar-bottom {
margin-top: 20px;
padding-bottom: 20px
}
.calendar-bottom .item {
display: inline-block;
margin-right: 30px
}
.qtip .calendar-bottom .color {
display: inline-block;
width: 20px;
height: 20px
}
.qtip .calendar-bottom .color.available {
border: 1px solid #ccc
}
.qtip .triangle {
display: inline-block;
right: 12px;
bottom: 12px;
position: absolute
}
.qtip .triangle::before {
position: absolute;
content: "";
width: 0;
height: 0;
border: 8px solid transparent;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-top-color: #ccc
}
.calendar-content.fc-unthemed .btn.btn-available:hover .triangle::before, .qtip .calendar-content.fc-unthemed .st-active .triangle::before, .qtip .calendar-content.fc-unthemed button.btn-disabled .triangle::before {
border-top-color: #fff
}
.qtip .calendar-content.fc-unthemed .fc-today {
background: 0 0
}
.qtip .calendar-content.fc-unthemed button, .qtip .calendar-wrapper .calendar-wrapper-inner {
position: relative
}
.qtip .calendar-content.fc-unthemed .btn[disabled] {
opacity: 1
}
.show {
display: block
}
.hide {
display: none
}
.iconpicker-popover.popover {
background: #FFF;
z-index: 9 !important
}
.iconpicker .iconpicker-item.iconpicker-selected {
color: #1fc1db !important;
box-shadow: 0 0 0 1px #ddd !important
}
/* For Start Time Bulk */
#form-bulk-edit,
#form-bulk-starttime-edit,
#flight-form-bulk-edit{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: rgba(0, 0, 0, .7);
display: none
}
#form-bulk-edit.fixed,
#flight-form-bulk-edit.fixed{
position: fixed;
}
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
background: #fff;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border: 1px solid #242323;
padding: 15px;
max-width: 90%;
width: 950px
}
#form-bulk-edit.form-bulk-edit-activity-tour {
overflow-y: auto !important;
}
#form-bulk-edit.form-bulk-edit-activity .form-container {
top: 0 !important;
-webkit-transform: translateX(-50%) translateY(0%) !important;
-ms-transform: translateX(-50%) translateY(0%) !important;
transform: translateX(-50%) translateY(0%) !important;
}
#form-bulk-edit .form-container h3,
#form-bulk-edit .form-container h4,
#form-bulk-starttime-edit .form-container h3,
#form-bulk-starttime-edit .form-container h4,
#flight-form-bulk-edit .form-container h3,
#flight-form-bulk-edit .form-container h4{
margin: 0;
padding: 0
}
#form-bulk-edit .form-container .form-title,
#form-bulk-starttime-edit .form-container .form-title,
#flight-form-bulk-edit .form-container .form-title{
padding-bottom: 15px;
border-bottom: 1px solid #CCC
}
#form-bulk-edit .form-container .form-footer,
#form-bulk-starttime-edit .form-container .form-footer,
#flight-form-bulk-edit .form-container .form-footer{
padding-top: 15px;
border-top: 1px solid #CCC
}
#form-bulk-edit .form-container .form-content,
#form-bulk-starttime-edit .form-container .form-content,
#flight-form-bulk-edit .form-container .form-content{
padding-top: 15px;
padding-bottom: 15px
}
#form-bulk-edit .form-container .form-content .form-group,
#form-bulk-starttime-edit .form-container .form-content .form-group,
#flight-form-bulk-edit .form-container .form-content .form-group{
width: auto !important;
margin-left: 5px;
margin-right: 5px;
float: left;
padding: 10px;
border-radius: 3px;
border: 1px solid #CCC;
margin-bottom: 10px
}
#form-bulk-edit .form-container .form-content .form-group label,
#form-bulk-starttime-edit .form-container .form-content .form-group label,
#flight-form-bulk-edit .form-container .form-content .form-group label{
display: inline-block;
margin-right: 5px;
margin-bottom: 5px
}
#form-bulk-edit .form-container .form-content .form-group label.block,
#form-bulk-starttime-edit .form-container .form-content .form-group label.block,
#flight-form-bulk-edit .form-container .form-content .form-group label.block{
display: block;
margin-bottom: 5px
}
@media (max-width: 1750px) {
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
max-height: 550px;
overflow-y: scroll
}
}
@media (max-width: 1040px) {
#form-bulk-edit .form-container,
#form-bulk-starttime-edit .form-container,
#flight-form-bulk-edit .form-container{
max-height: 480px;
overflow-y: scroll
}
}
#form-bulk-edit .overlay,
#form-bulk-starttime-edit .overlay,
#flight-form-bulk-edit .overlay{
display: none;
z-index: 10;
background: rgba(255, 255, 255, .7)
}
#form-bulk-edit .overlay.open,
#form-bulk-starttime-edit .overlay.open,
#flight-form-bulk-edit .overlay.open{
display: block
}
.alert .close, .st_vc_hidden_input input[type=text] {
display: none
}
.form-message {
margin-top: 15px;
font-style: italic
}
.form-message .text-error {
color: #A81212
}
.form-message .text-success {
color: #1E59DF
}
.alert {
padding: 15px;
border: 1px solid #4993db;
background: #d2e9ff
}
.alert.alert-error {
border: 1px solid #da7d7d;
background: #e7c3c3
}
.calendar-wrapper .calendar_change_month{
position: relative;
height: 40px;
}
.st-option-wrapper.option-wrapper{
position: absolute;
left: 0;
width: 100%;
max-height: 250px;
overflow-y: scroll;
overflow-x: hidden;
z-index: 99999;
top: 100%;
background: #FFF;
display: none;
border: 1px solid #CCC;
-webkit-box-shadow: 1px 1px 3px #CCC;
box-shadow: 1px 1px 3px #CCC;
}
.st-tp-field-flights,.st-tp-field-hotel-id, .st-tp-field-hotel-map, .st-tp-field-hotel-city{
position: relative;
}
.st-select-wrapper select{
display: none;
}
.st-option-wrapper label{
width: 100%;
}
.st-option-wrapper .label a{
width: 100%;
text-decoration: none;
padding: 10px 20px;
color: #333;
display: block;
}
.st-option-wrapper .label a i{
float: right;
margin-right: 35px;
}
.st-option-wrapper .label a:hover{
background: #f1f1f1;
}
.city-field .selection{
margin-top: 20px !important;
}
.city-field .selection select{
width: 25% !important;
margin-right: 5px !important;
}
[id^="setting_hidden"]{
display: none !important;
}
.status_split_complete{
color: #5cb85c;
}
.status_split_pending{
color: #f0ad4e
}
/* Css for starttime form bulk */
#calendar-add-bulk-starttime{
font-size: 20px;
font-weight: bold;
width: 20px;
height: 20px;
line-height: 16px;
text-align: center;
cursor: pointer;
display: block;
background: #ed8323;
margin-bottom: 7px;
color: #fff;
margin-top: 10px;
}
#calendar-add-bulk-starttime span{
font-size: 16px;
line-height: 22px;
}
#calendar-add-bulk-starttime:hover{
background-color: #9d510d;
}
.calendar-remove-bulk-starttime{
color: #cc0000;
font-weight: bold;
font-size: 23px;
line-height: 25px;
display: inline-block;
margin-left: 5px;
cursor: pointer;
position: relative;
top: 8px;
}
/* Partner Expire List */
.partner-expire-date a{
color: #cc0000;
}
.column-partner-countdown,
.partner-expire-countdown{
color: #cc0000 !important;
font-weight: bold;
}
.column-countdown.safe{
border-right: 5px solid #00a900;
}
.column-countdown.danger{
border-right: 5px solid #cc0000;
}
.column-countdown.warning{
border-right: 5px solid orange;
}
.st_sendmail_expire_partner{
margin-bottom: 5px !important;
}
.partner-expire-countdown-form{
position: relative;
}
.partner-expire-countdown-form .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999;
background: rgba(255,255,255,0.5);
display: none;
}
.partner-expire-countdown-form .spinner{
position: absolute;
top: 43%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.partner-expire-countdown-form .spinner.is-active {
visibility: visible;
}
.partner-expire-countdown-form .partner-message .alert{
margin-bottom: 10px !important;
margin-top: 5px !important;
display: none;
}
.notice-send-mail{
display: inline-block;
padding: 1px 5px;
border-radius: 2px;
color: #fff;
line-height: 16px;
font-size: 11px;
}
.notice-send-mail.notice-yes{
background: #07b558;
}
.notice-send-mail.notice-no{
background: #a59168;
}
.sortable-chosen{
border: 1px dashed #8bc8f3 !important;
}
.sortable-chosen .ts-item-handle{
background: #b3d0f54d !important;
}
.verify-status{
padding: 2px 7px 3px 7px;
border-radius: 25px;
font-weight: 600;
color: #fff;
font-size: 12px;
}
.verify-status.all{
background: #309a1e;
}
.verify-status.apart{
background: #FF9800;
}
.verify-status.none{
background: #cc0000;
}
.verify-status-item{
padding: 2px 7px 3px 7px;
border-radius: 25px;
font-weight: 600;
color: #fff;
font-size: 12px;
margin-left: 10px;
}
.verify-status-item.icon{
display: inline-block;
width: 16px;
height: 16px;
padding: 0;
text-align: center;
position: relative;
top: 2px;
border-radius: 50%;
}
.verify-status-item.icon.all .dashicons-yes{
display: block;
}
.verify-status-item.icon.all .dashicons-minus{
display: none;
}
.verify-status-item.icon.none .dashicons-yes{
display: none;
}
.verify-status-item.icon.none .dashicons-minus{
display: block;
}
.verify-status-item.icon .dashicons{
margin-left: 0px;
font-size: 14px;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
}
.verify-status-item.icon .dashicons.dashicons-yes{
width: 15px;
}
.verify-status-item.all{
background: #309a1e;
}
.verify-status-item.none{
background: #cc0000;
}
.user-verify-detail{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0;
background: rgba(0,0,0,0.4);
z-index: 9999;
display: none;
overflow-y: scroll;
}
.user-verify-detail .modal-content{
width: 40%;
padding: 15px;
background: #fff;
display: block;
margin: auto;
margin-top: 50px;
position: relative;
min-height: 166px;
}
.user-verify-detail .modal-content .close{
position: absolute;
right: -8px;
top: -8px;
background: #dfdfdf;
height: 20px;
width: 20px;
border-radius: 50%;
text-align: center;
line-height: 14px;
font-weight: bold;
font-size: 22px;
transform: rotate(45deg);
color: #cc0000;
border: 1px solid #cc0000;
cursor: pointer;
}
.user-verify-detail{
}
.user-verify-detail .loader,
.user-verify-detail .loader:before,
.user-verify-detail .loader:after {
border-radius: 50%;
width: 1.5em;
height: 1.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.user-verify-detail .loader {
color: orangered;
font-size: 10px;
margin: 50px auto 100px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
display: none;
}
.user-verify-detail .loader:before,
.user-verify-detail .loader:after {
content: '';
position: absolute;
top: 0;
}
.user-verify-detail .loader:before {
left: -2.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.user-verify-detail .loader:after {
left: 2.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.verify-box{
}
.verify-box .btn-verify-all{
border: 1px solid #1683F8;
border-radius: 4px;
background: #1683F8;
color: #fff;
font-weight: normal;
font-size: 14px;
padding: 3px 10px 4px 10px;
margin-left: 10px;
cursor: pointer;
position: relative;
top: -3px;
}
.verify-box .btn-verify-single{
border: 1px solid #ddd;
border-radius: 4px;
background: transparent;
color: #666;
font-weight: 500;
font-size: 14px;
padding: 1px 8px 3px 8px;
margin-left: 10px;
cursor: pointer;
float: right;
}
.verify-box .btn-verify-invalid{
border: 1px solid #ddd;
border-radius: 4px;
background: transparent;
color: #666;
font-weight: 500;
font-size: 14px;
padding: 1px 8px 3px 8px;
margin-left: 10px;
cursor: pointer;
float: right;
}
.verify-box .invalid-reason{
display: block;
margin-top: 10px;
width: 100%;
margin-bottom: 15px;
display: none;
}
.verify-box h3{
margin: 0 0 35px 0;
font-size: 20px;
}
.verify-box .verify-item{
margin-bottom: 15px;
border-bottom: 1px dashed #dfdfdf;
padding-bottom: 15px;
}
.verify-box .verify-item:last-child{
margin-bottom: 0px;
border-bottom: none;
}
.verify-box .verify-item .verify-label{
font-size: 14px;
margin-bottom: 10px;
}
.verify-box .verify-item .verify-label b{
}
.verify-box .verify-item .verify-value{
font-weight: 450;
font-size: 16px;
}
.verify-box .verify-item.idcard{
}
.verify-box .verify-item.idcard ul{
}
.verify-box .verify-item.idcard ul li{
margin-bottom: 11px;
margin-top: 11px;
}
.verify-box .verify-item.idcard ul li span.card-label{
font-weight: normal;
font-size: 14px;
width: 155px;
display: inline-block;
margin-right: 20px;
}
.verify-box .verify-item.idcard ul li span.card-value{
}
.verify-box .verify-item.idcard ul li span.card-value img{
margin-right: 12px;
border: 1px solid #dfdfdf;
padding: 5px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.verify-box .verify-item.certificate .verify-value{
}
.verify-box .verify-item.certificate .verify-value img{
margin-right: 12px;
border: 1px solid #dfdfdf;
padding: 5px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.verify-box .dashicons{
margin-left: 10px;
}
.loadicon{
font-size: 17px;
position: relative;
top: 2px;
animation: lds-dual-ring 1.2s linear infinite;
width: 17px;
height: 17px;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.verify-success{
border-left:4px solid #46b450;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 10px 0;
padding: 1px 12px;
font-weight: 550;
}
.verify-danger{
border-left:4px solid #cc0000;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin: 10px 0;
padding: 1px 12px;
font-weight: 550;
}
.status-text{
font-size: 13px;
margin-right: 10px;
float: right;
margin-top: 3px;
}
.verify-box h3 .verify-status{
float: right;
}
.empty-info{
font-weight: normal;
font-size: 13px;
}
.verify-value.social span{
font-weight: normal;
min-width: 70px;
display: inline-block;
font-size: 14px;
margin-bottom: 5px;
}
.approve-tour-success{
background-color: #00ff4e !important;
}
.approve-tour-error{
background-color: #cc0000 !important;
}
/* Hidden change month label calendar */
.calendar-content .label_calendar_change_month{
display: none !important;
} | 0.279927 | 0.166608 |
@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* 大小变量*/
/* 颜色变量*/
html,
body,
#app, .img-sec, .img-back, .stage, .imgFig img, .imgFig .title, .controller-nav {
width: 100%;
}
html,
body,
#app, .img-sec, .img-back {
height: 100%;
}
@font-face {
font-family: 'ET';
src: url("../../fonts/fonts/tt0588m_.eot"), url("../../fonts/fonts/tt0588m_.eot") format("embedded-opentype"), url("../../fonts/fonts/tt0588m_.otf") format("opentype"), url("../../fonts/fonts/tt0588m_.svg") format("svg"), url("../../fonts/fonts/tt0588m_.ttf") format("truetype"), url("../../fonts/fonts/tt0588m_.woff") format("woff");
}
@font-face {
font-family: 'icon-arrow';
src: url("../../fonts/icon/iconfont.eot"), url("../../fonts/icon/iconfont.eot") format("embedded-opentype"), url("../../fonts/icon/iconfont.svg") format("svg"), url("../../fonts/icon/iconfont.ttf") format("truetype"), url("../../fonts/icon/iconfont.woff") format("woff");
}
.stage {
position: relative;
height: 100vh;
background: #ddd;
overflow: hidden;
}
.img-sec {
position: relative;
background: #ddd;
-webkit-perspective: 600;
perspective: 600;
}
.imgFig {
position: absolute;
margin: 0;
width: 18%;
height: auto;
padding: 1.5%;
background: #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transform-origin: 0 50% 0;
-webkit-transform-origin: 0 50% 0;
transform-origin: 0 50% 0;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s, left 0.6s, top 0.6s;
-o-transition: -o-transform 0.5s, left 0.6s, top 0.6s;
-webkit-transition: -webkit-transform 0.5s, left 0.6s, top 0.6s;
transition: transform 0.5s, left 0.6s, top 0.6s;
}
.imgFig img {
height: inherit;
}
.imgFig .title {
text-align: center;
font-family: 'ET';
font-size: 70%;
color: #acacac;
margin-top: 6%;
}
.imgFig .title h2 {
margin: 0;
}
.img-back {
position: absolute;
left: 0;
top: 0;
background: #fff;
-moz-transform: translate(1px) rotateY(180deg);
-ms-transform: translate(1px) rotateY(180deg);
-webkit-transform: translate(1px) rotateY(180deg);
transform: translate(1px) rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.img-back h2 {
margin: 0;
font-family: 'ET';
font-size: 80%;
color: #acacac;
text-align: center;
margin-top: 50%;
}
.imgFig.is-center {
-moz-box-shadow: 0 0 10px #b3b3b3;
-webkit-box-shadow: 0 0 10px #b3b3b3;
box-shadow: 0 0 10px #b3b3b3;
}
.imgFig.is-inverse {
-moz-transform: translate(100%) rotateY(180deg);
-ms-transform: translate(100%) rotateY(180deg);
-webkit-transform: translate(100%) rotateY(180deg);
transform: translate(100%) rotateY(180deg);
}
.controller-nav {
position: absolute;
left: 0;
bottom: 10vh;
height: auto;
text-align: center;
}
.controller-span {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
width: 2.1vw;
height: 2.1vw;
background: #b5b5b5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 0.1vw;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
-moz-transition: -moz-transform 0.5s, background 0.5s;
-o-transition: -o-transform 0.5s, background 0.5s;
-webkit-transition: -webkit-transform 0.5s, background 0.5s;
transition: transform 0.5s, background 0.5s;
}
.controller-span.is-center {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
background: #909090;
}
.controller-span.is-center::after {
font-family: 'icon-arrow';
color: #fff;
text-align: center;
line-height: 2.1vw;
font-size: 120%;
content: '\e6cb';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.controller-span.is-center.is-inverse {
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #727272;
} | src/styles/css/app.css | @charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* 大小变量*/
/* 颜色变量*/
html,
body,
#app, .img-sec, .img-back, .stage, .imgFig img, .imgFig .title, .controller-nav {
width: 100%;
}
html,
body,
#app, .img-sec, .img-back {
height: 100%;
}
@font-face {
font-family: 'ET';
src: url("../../fonts/fonts/tt0588m_.eot"), url("../../fonts/fonts/tt0588m_.eot") format("embedded-opentype"), url("../../fonts/fonts/tt0588m_.otf") format("opentype"), url("../../fonts/fonts/tt0588m_.svg") format("svg"), url("../../fonts/fonts/tt0588m_.ttf") format("truetype"), url("../../fonts/fonts/tt0588m_.woff") format("woff");
}
@font-face {
font-family: 'icon-arrow';
src: url("../../fonts/icon/iconfont.eot"), url("../../fonts/icon/iconfont.eot") format("embedded-opentype"), url("../../fonts/icon/iconfont.svg") format("svg"), url("../../fonts/icon/iconfont.ttf") format("truetype"), url("../../fonts/icon/iconfont.woff") format("woff");
}
.stage {
position: relative;
height: 100vh;
background: #ddd;
overflow: hidden;
}
.img-sec {
position: relative;
background: #ddd;
-webkit-perspective: 600;
perspective: 600;
}
.imgFig {
position: absolute;
margin: 0;
width: 18%;
height: auto;
padding: 1.5%;
background: #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transform-origin: 0 50% 0;
-webkit-transform-origin: 0 50% 0;
transform-origin: 0 50% 0;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s, left 0.6s, top 0.6s;
-o-transition: -o-transform 0.5s, left 0.6s, top 0.6s;
-webkit-transition: -webkit-transform 0.5s, left 0.6s, top 0.6s;
transition: transform 0.5s, left 0.6s, top 0.6s;
}
.imgFig img {
height: inherit;
}
.imgFig .title {
text-align: center;
font-family: 'ET';
font-size: 70%;
color: #acacac;
margin-top: 6%;
}
.imgFig .title h2 {
margin: 0;
}
.img-back {
position: absolute;
left: 0;
top: 0;
background: #fff;
-moz-transform: translate(1px) rotateY(180deg);
-ms-transform: translate(1px) rotateY(180deg);
-webkit-transform: translate(1px) rotateY(180deg);
transform: translate(1px) rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.img-back h2 {
margin: 0;
font-family: 'ET';
font-size: 80%;
color: #acacac;
text-align: center;
margin-top: 50%;
}
.imgFig.is-center {
-moz-box-shadow: 0 0 10px #b3b3b3;
-webkit-box-shadow: 0 0 10px #b3b3b3;
box-shadow: 0 0 10px #b3b3b3;
}
.imgFig.is-inverse {
-moz-transform: translate(100%) rotateY(180deg);
-ms-transform: translate(100%) rotateY(180deg);
-webkit-transform: translate(100%) rotateY(180deg);
transform: translate(100%) rotateY(180deg);
}
.controller-nav {
position: absolute;
left: 0;
bottom: 10vh;
height: auto;
text-align: center;
}
.controller-span {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
width: 2.1vw;
height: 2.1vw;
background: #b5b5b5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 0.1vw;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
-moz-transition: -moz-transform 0.5s, background 0.5s;
-o-transition: -o-transform 0.5s, background 0.5s;
-webkit-transition: -webkit-transform 0.5s, background 0.5s;
transition: transform 0.5s, background 0.5s;
}
.controller-span.is-center {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
background: #909090;
}
.controller-span.is-center::after {
font-family: 'icon-arrow';
color: #fff;
text-align: center;
line-height: 2.1vw;
font-size: 120%;
content: '\e6cb';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.controller-span.is-center.is-inverse {
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #727272;
} | 0.416322 | 0.048971 |
@import url('reset.css');
/*------------*/
.clear {
clear: both;
}
.clear:after,
.clear:before {
display: table;
content: '';
}
.container{
margin: 10px;
clear: both;
}
.left-block {
display: none;
position: relative;
background: #FFFFFF;
float: left;
min-height: 450px;
width: 39%;
border: 1px solid #000;
}
.main-block {
float:right;
width: 100%;
border: 1px solid #000;
position: relative;
}
#close-left {
display: block;
background: #FFFFFF;
padding: 7px;
border-radius: 3px;
border: 1px solid #000;
position: absolute;
right: 5px;
top: 47px;
}
.content-form div:nth-of-type(1) input,
.content-form div:nth-of-type(2) input {
float:left;
margin-left: 15px;
}
#index-value {
width: 100px;
}
.content-form div:nth-of-type(1) label,
.content-form div:nth-of-type(2) label {
float: left;
width: 40px;
padding-bottom: 20px;
}
.content-form div {
clear: both;
}
.content-form {
padding: 0 20px;
}
.content-form h3 {
padding: 20px 0;
font-size: 22px;
}
.content-form div:nth-of-type(3) label {
display: block;
padding-bottom: 15px;
}
#content-value {
width: 100%;
height: 200px;
padding: 0;
resize: none;
}
#addbtn {
padding: 5px 40px;
margin-top: 10px;
float: right;
border-radius: 3px;
box-shadow: none !important;
border: 1px solid #000;
background: #FFFFFF;
cursor: pointer;
}
#addbtn:hover, #close-left:hover, #mainbtn:hover {
background: #626060;
color: white;
}
#close-left:hover {
text-decoration: none;
}
.tbs ul {
padding: 0;
margin: 0;
}
.tbs ul li {
display: inline-block;
border: 1px solid;
border-bottom: none;
margin-right: 5px;
}
.tbs ul li:hover {
background: #626060;
}
.tbs li a {
display: block;
padding: 8px 10px;
text-decoration: none;
}
.tbs li a:hover {
color: white;
}
.tbs {
margin: 22px 25px;
}
#tab-content {
border: 1px solid #000;
}
#tab-content div {
margin: 30px;
border: 1px solid;
}
#tab-content p {
text-align: justify;
}
#mainbtn {
display: inline-block;
padding: 6px 52px;
text-decoration: none;
border: 1px solid #000;
border-radius: 2px;
margin: 15px 0 0 24px;
} | css/styles.css | @import url('reset.css');
/*------------*/
.clear {
clear: both;
}
.clear:after,
.clear:before {
display: table;
content: '';
}
.container{
margin: 10px;
clear: both;
}
.left-block {
display: none;
position: relative;
background: #FFFFFF;
float: left;
min-height: 450px;
width: 39%;
border: 1px solid #000;
}
.main-block {
float:right;
width: 100%;
border: 1px solid #000;
position: relative;
}
#close-left {
display: block;
background: #FFFFFF;
padding: 7px;
border-radius: 3px;
border: 1px solid #000;
position: absolute;
right: 5px;
top: 47px;
}
.content-form div:nth-of-type(1) input,
.content-form div:nth-of-type(2) input {
float:left;
margin-left: 15px;
}
#index-value {
width: 100px;
}
.content-form div:nth-of-type(1) label,
.content-form div:nth-of-type(2) label {
float: left;
width: 40px;
padding-bottom: 20px;
}
.content-form div {
clear: both;
}
.content-form {
padding: 0 20px;
}
.content-form h3 {
padding: 20px 0;
font-size: 22px;
}
.content-form div:nth-of-type(3) label {
display: block;
padding-bottom: 15px;
}
#content-value {
width: 100%;
height: 200px;
padding: 0;
resize: none;
}
#addbtn {
padding: 5px 40px;
margin-top: 10px;
float: right;
border-radius: 3px;
box-shadow: none !important;
border: 1px solid #000;
background: #FFFFFF;
cursor: pointer;
}
#addbtn:hover, #close-left:hover, #mainbtn:hover {
background: #626060;
color: white;
}
#close-left:hover {
text-decoration: none;
}
.tbs ul {
padding: 0;
margin: 0;
}
.tbs ul li {
display: inline-block;
border: 1px solid;
border-bottom: none;
margin-right: 5px;
}
.tbs ul li:hover {
background: #626060;
}
.tbs li a {
display: block;
padding: 8px 10px;
text-decoration: none;
}
.tbs li a:hover {
color: white;
}
.tbs {
margin: 22px 25px;
}
#tab-content {
border: 1px solid #000;
}
#tab-content div {
margin: 30px;
border: 1px solid;
}
#tab-content p {
text-align: justify;
}
#mainbtn {
display: inline-block;
padding: 6px 52px;
text-decoration: none;
border: 1px solid #000;
border-radius: 2px;
margin: 15px 0 0 24px;
} | 0.158923 | 0.076442 |
body {
background-image: linear-gradient(#414141, rgba(0, 0, 0, 0.85));
}
.div-profile-edit {
height: 550px;
width: 1200px;
background: rgba(25, 25, 25, 0.71);
border-radius: 70px;
padding: 40px;
position: absolute;
top: 25%;
left: 19.1%;
}
.div-profile-username {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
transition: 0.25s;
}
.div-profile-username h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-username input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-username input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-password {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
left: 36.4%;
top: 7.4%;
}
.div-profile-password h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-password input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-password input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-id {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
left: 70%;
top: 8%;
}
.div-profile-id h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-id input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-id input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-email {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 350px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
top: 35%;
left: 32.5%;
}
.div-profile-email h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-email input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 280px;
}
.div-profile-email input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 320px;
}
.edit-submit {
color: white;
background: none;
border: 1px solid white;
border-radius: 24px;
width: 200px;
height: 50px;
position: absolute;
left: 37.7%;
top: 75%;
transition: 0.25s;
}
.edit-submit:hover {
color: black;
background: white;
transition: 0.25s;
}
.back-arrow-image {
width: 50px;
height: 50px;
position: absolute;
left: -10%;
top: -1%;
transition: 0.25s;
}
.back-arrow-image:hover {
width: 60px;
height: 60px;
transition: 0.25s;
} | templates/css/edit-style.css | body {
background-image: linear-gradient(#414141, rgba(0, 0, 0, 0.85));
}
.div-profile-edit {
height: 550px;
width: 1200px;
background: rgba(25, 25, 25, 0.71);
border-radius: 70px;
padding: 40px;
position: absolute;
top: 25%;
left: 19.1%;
}
.div-profile-username {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
transition: 0.25s;
}
.div-profile-username h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-username input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-username input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-password {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
left: 36.4%;
top: 7.4%;
}
.div-profile-password h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-password input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-password input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-id {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 250px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
left: 70%;
top: 8%;
}
.div-profile-id h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-id input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 180px;
}
.div-profile-id input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 225px;
}
.div-profile-email {
text-align: center;
background: rgba(17, 17, 17, 0.71);
width: 350px;
height: 80px;
border-radius: 24px;
color: white;
position: absolute;
top: 35%;
left: 32.5%;
}
.div-profile-email h5 {
text-align: center;
color: blanchedalmond;
}
.div-profile-email input {
border-radius: 25px;
text-align: center;
color: white;
border: 1px solid white;
background: none;
transition: 0.25s;
width: 280px;
}
.div-profile-email input:hover {
transition: 0.25s;
border: 1px solid blanchedalmond;
width: 320px;
}
.edit-submit {
color: white;
background: none;
border: 1px solid white;
border-radius: 24px;
width: 200px;
height: 50px;
position: absolute;
left: 37.7%;
top: 75%;
transition: 0.25s;
}
.edit-submit:hover {
color: black;
background: white;
transition: 0.25s;
}
.back-arrow-image {
width: 50px;
height: 50px;
position: absolute;
left: -10%;
top: -1%;
transition: 0.25s;
}
.back-arrow-image:hover {
width: 60px;
height: 60px;
transition: 0.25s;
} | 0.676513 | 0.122786 |
@-moz-document domain("vivaldi.com") {
/* Have hammer, will fix until broken. Then fix it again.
CC0 Heebeejeebees / Hebgbs / there.is.only.xul 2018
*/
/* This block only exists for site theme search, when browsing for Vivaldi themes.
Visit this address for more: https://userstyles.org/styles/browse/vivaldi
*/
/* Style information:
==================
I. INTENT
The intention of this style is to resolve the issues with the input box. It's a
poorly-optimized waste of space which could do with some touching up, with this
second version modifying it extensively. It is a terrible work-around in that you
need to disable certain things else it simply looks weird, explained below.
II. ISSUES
Vertical height of the input box is increased in favour of lining up the buttons
along the right side. This isn't a problem by itself, except for the box shadow
surrounding the input area is really made of separate components which break the
illusion of cohesion the moment you tamper with it. Because of this, the only
item which has box shadow is the input box where applicable.
III. IRCCLOUD SETTINGS
In IRCCloud, there is a means to adjust how certain elements look by default.
This style works best if under Layout & Design, User Icons is toggled off.
Using information from the IRCCloud website and its provided themes, the
input box is styled accordingly, including the default Dawn appearance
which adds a box shadow to the input box. As the end-user, there is nothing
for you to do except to enjoy the fruits of my labour.
*/
}
@-moz-document domain("www.irccloud.com") {
/* Resizing, repositioning and theming the input box */
.nickinputcell {
padding-left: 10px !Important;
}
.inputcell FORM {
width: calc(100% + 30px);
border-radius: 3px;
padding: 5px !important;
}
.inputcell FORM TEXTAREA {
min-height: 64px !Important;
}
BODY.theme-dawn .inputcell FORM {
background-color: #ffffff;
box-shadow: inset 0px 0px 0px 1px rgb(153, 153, 153);
}
BODY.theme-dusk .inputcell FORM {
background-color: #1d4063;
}
BODY.theme-tropic .inputcell FORM {
background-color: #1d6363;
}
BODY.theme-emerald .inputcell FORM {
background-color: #28631d;
}
BODY.theme-sand .inputcell FORM {
background-color: #63511d;
}
BODY.theme-rust .inputcell FORM {
background-color: #631d1d;
}
BODY.theme-orchid .inputcell FORM {
background-color: #631d52;
}
BODY.theme-ash .inputcell FORM,
BODY.theme-midnight .inputcell FORM {
background-color: #404040;
}
/* Moving and adjusting of emoji and upload buttons */
.nickinput DIV[role="button"] {
height: 30px;
width: 30px;
border-radius: 3px;
}
.nickinput DIV.emojicell {
left: 48px;
}
.nickinput DIV.uploadcell {
left: 18px;
top: 30px;
}
/* Removal of box shadow, only applicable to Dawn theme */
.nickcell,
.nickinput .inputcell,
.nickinput DIV[role="button"] {
box-shadow: none;
}
/* Removal of background colour for everything else around the input box */
.nickcell,
.nickinput,
.nickinput .inputcell,
.nickinput TEXTAREA,
.nickinput DIV[role="button"]:not(:hover){
background-color: transparent !Important;
}
} | data/usercss/164299.user.css | @-moz-document domain("vivaldi.com") {
/* Have hammer, will fix until broken. Then fix it again.
CC0 Heebeejeebees / Hebgbs / there.is.only.xul 2018
*/
/* This block only exists for site theme search, when browsing for Vivaldi themes.
Visit this address for more: https://userstyles.org/styles/browse/vivaldi
*/
/* Style information:
==================
I. INTENT
The intention of this style is to resolve the issues with the input box. It's a
poorly-optimized waste of space which could do with some touching up, with this
second version modifying it extensively. It is a terrible work-around in that you
need to disable certain things else it simply looks weird, explained below.
II. ISSUES
Vertical height of the input box is increased in favour of lining up the buttons
along the right side. This isn't a problem by itself, except for the box shadow
surrounding the input area is really made of separate components which break the
illusion of cohesion the moment you tamper with it. Because of this, the only
item which has box shadow is the input box where applicable.
III. IRCCLOUD SETTINGS
In IRCCloud, there is a means to adjust how certain elements look by default.
This style works best if under Layout & Design, User Icons is toggled off.
Using information from the IRCCloud website and its provided themes, the
input box is styled accordingly, including the default Dawn appearance
which adds a box shadow to the input box. As the end-user, there is nothing
for you to do except to enjoy the fruits of my labour.
*/
}
@-moz-document domain("www.irccloud.com") {
/* Resizing, repositioning and theming the input box */
.nickinputcell {
padding-left: 10px !Important;
}
.inputcell FORM {
width: calc(100% + 30px);
border-radius: 3px;
padding: 5px !important;
}
.inputcell FORM TEXTAREA {
min-height: 64px !Important;
}
BODY.theme-dawn .inputcell FORM {
background-color: #ffffff;
box-shadow: inset 0px 0px 0px 1px rgb(153, 153, 153);
}
BODY.theme-dusk .inputcell FORM {
background-color: #1d4063;
}
BODY.theme-tropic .inputcell FORM {
background-color: #1d6363;
}
BODY.theme-emerald .inputcell FORM {
background-color: #28631d;
}
BODY.theme-sand .inputcell FORM {
background-color: #63511d;
}
BODY.theme-rust .inputcell FORM {
background-color: #631d1d;
}
BODY.theme-orchid .inputcell FORM {
background-color: #631d52;
}
BODY.theme-ash .inputcell FORM,
BODY.theme-midnight .inputcell FORM {
background-color: #404040;
}
/* Moving and adjusting of emoji and upload buttons */
.nickinput DIV[role="button"] {
height: 30px;
width: 30px;
border-radius: 3px;
}
.nickinput DIV.emojicell {
left: 48px;
}
.nickinput DIV.uploadcell {
left: 18px;
top: 30px;
}
/* Removal of box shadow, only applicable to Dawn theme */
.nickcell,
.nickinput .inputcell,
.nickinput DIV[role="button"] {
box-shadow: none;
}
/* Removal of background colour for everything else around the input box */
.nickcell,
.nickinput,
.nickinput .inputcell,
.nickinput TEXTAREA,
.nickinput DIV[role="button"]:not(:hover){
background-color: transparent !Important;
}
} | 0.430866 | 0.170577 |
body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
--triplet-width: calc(100vw / 3);
--header-content-width: 46vw;
--header-content-height: calc(var(--header-content-width) * 0.65);
--header-img-width: 46vw;
--single-content-width: 55vw;
background-color: rgb(240, 240, 240);
}
#backdrop {
position: fixed;
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.3);
display: none;
justify-content: center;
align-items: center;
z-index: 100;
}
.modal {
display: none;
background-color: white;
border: 2px solid black;
border-radius: 10px;
padding: 10px;
max-height: 80vh;
}
.modal-body {
display: block;
margin-top: 15px;
overflow: scroll;
max-height: 70vh;
}
.modal-text-line {
text-align: center;
margin: 0.3vw 0;
}
.modal-steps {
margin: 0.3vw 0;
padding: 0 5%;
}
.warning {
color: red;
}
.modal-text-disclaimer {
display: block;
max-width: 70%;
margin: 0.5vw auto;
text-align: center;
font-style: italic;
color: grey;
font-size: 10px;
}
.pro-tip {
color: darkslategrey;
font-size: 13px;
max-width: 80%;
margin: 30px auto 10px auto;
}
#error-message {
display: none;
color: red;
font-size: 14px;
text-align: center;
margin: 1vw auto;
}
/* MODAL DYNAMIC INPUT STYLES */
/* remove webkit styles */
input[type="submit"],
input[type="text"],
input[type="email"],
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-appearance: none;
}
/* disable browser input color change on autofill */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 50px white inset;
}
.modal-input {
height: 2vw;
margin: 0.75vw 0;
}
.modal-input-wrapper {
position: relative;
width: 100%;
height: 50px;
margin: 10px 0;
}
.modal-input-label {
position: absolute;
height: 16px;
line-height: 16px;
font-size: 16px;
top: 17px;
left: 9px;
color: grey;
background-color: white;
transition: transform 0.1s, color 0.1s;
padding-left: 10px;
padding-top: 0;
}
.modal-input-field {
box-sizing: border-box;
width: 100%;
height: 100%;
border: 1px solid grey;
border-radius: 4px;
background-color: white;
outline: none;
font-size: 16px;
padding-left: 15px;
}
.field-focused {
border: 2px solid grey;
}
.label-focused {
height: 10px;
line-height: 10px;
font-size: 10px;
padding: 4px;
transform: translateY(-25px);
}
.modal-input-wrapper:focus-within > .modal-input-field {
border: 2px solid #8bc34a;
}
.modal-input-wrapper:focus-within > .modal-input-label {
color: #8bc34a;
height: 10px;
line-height: 10px;
font-size: 10px;
padding: 4px;
transform: translateY(-25px);
}
.modal-footer {
display: flex;
justify-content: flex-end;
margin-top: 1vw;
}
.modal-submit-btn {
display: flex;
justify-content: center;
align-items: center;
color: white;
background-color: #8bc34a;
border: none;
border-radius: 3px;
height: 30px;
width: 35px;
max-width: 35px;
margin-right: 5px;
font-size: 20px;
}
.modal-submit-btn:hover {
background-color: #699933;
cursor: pointer;
}
.modal-close-btn {
display: flex;
justify-content: center;
align-items: center;
color: white;
background-color: rgb(180, 180, 180);
border: none;
border-radius: 3px;
height: 30px;
width: 35px;
}
.modal-close-btn:hover {
background-color: grey;
cursor: pointer;
}
/* PAGE STYLES */
#header {
display: flex;
/* width: 96vw; */
width: 96%;
background-image: linear-gradient(to right, #f5faff, white);
justify-content: space-between;
/* padding: 2vw; */
padding: 2%;
}
#header-content {
display: flex;
flex-direction: column;
width: var(--header-content-width);
height: var(--header-content-height);
}
#header-img {
display: block;
width: var(--header-img-width);
background-image: url("images/tablets.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#title-line {
display: flex;
}
#title-icon {
display: block;
width: calc(var(--header-content-width) * 0.4);
height: calc(var(--header-content-width) * 0.25);
margin-right: calc(var(--header-content-width) * 0.05);
background-image: url("./images/logo.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#title {
font-size: 50px;
font-size: calc(var(--header-content-height) * 0.17);
font-weight: 500;
color: black;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.05);
font-weight: 300;
margin: calc(var(--header-content-height) * 0.05) 0;
color: black;
}
.cta-button {
display: flex;
justify-content: center;
align-items: center;
height: 4vw;
width: 16vw;
border: none;
border-radius: 2vw;
font-size: 1.4vw;
line-height: 1.4vw;
background-color: #81388d;
color: white;
padding: 1vw;
margin: 1vw 0;
}
.cta-button:hover {
cursor: pointer;
}
#header-rating {
display: flex;
align-items: center;
justify-content: space-between;
width: calc(var(--header-content-width) * 0.65);
margin: calc(var(--header-content-height) * 0.05) 0;
font-size: calc(var(--header-content-height) * 0.045);
line-height: calc(var(--header-content-height) * 0.045);
color: darkgray;
}
#stars .material-icons {
color: goldenrod;
font-size: calc(var(--header-content-height) * 0.06);
line-height: calc(var(--header-content-height) * 0.06);
}
#companies-carousel {
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
padding: 1vw 0;
background-color: #d76d52;
}
.company-logo {
display: block;
height: 6vw;
width: 6vw;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
color: rgba(255, 255, 255, 0.7);
}
.triplet-section {
display: flex;
justify-content: space-evenly;
width: 100%;
background-color: white;
}
.triplet {
display: block;
width: var(--triplet-width);
padding: calc(var(--triplet-width) * 0.07);
}
.triplet-img {
display: block;
width: auto;
height: calc(var(--triplet-width) * 0.5);
width: calc(var(--triplet-width) * 0.5);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto;
}
.triplet-title {
text-align: center;
font-size: calc(var(--triplet-width) * 0.07);
margin: 10px;
height: calc(var(--triplet-width) * 0.2);
}
.triplet-text {
font-size: calc(var(--triplet-width) * 0.04);
font-weight: 300;
margin: 0.5vw auto;
}
.single-section {
display: flex;
width: 100%;
margin: 0 auto;
padding: 2vw 0;
justify-content: center;
}
.single-img {
display: block;
width: 30vw;
height: 30vw;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.single-content {
display: flex;
padding: 2vw 5vw;
flex-direction: column;
justify-content: space-around;
width: var(--single-content-width);
}
.single-title {
font-size: calc(var(--single-content-width) * 0.036);
}
.single-line {
display: flex;
align-items: center;
}
.bullet {
display: block;
height: 0.5vw;
width: 0.5vw;
border: none;
border-radius: 0.1vw;
background-color: goldenrod;
margin-right: 2vw;
}
.single-text {
font-size: calc(var(--single-content-width) * 0.024);
}
.cta-banner {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 1vw 0;
background-color: #d76d52;
}
.cta-text {
color: white;
font-size: 1.5vw;
margin-right: 5vw;
}
#testimonials {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 15vw;
background-color: #d76d52;
color: #8bc34a;
font-size: 2vw;
line-height: 4.5vw;
font-style: italic;
}
.testimonial-shown {
display: visible;
animation-duration: 5s;
animation-name: testimonialFade;
width: 70vw;
text-align: center;
}
@keyframes testimonialFade {
from {
opacity: 0;
}
20% {
opacity: 1;
}
80% {
opacity: 1;
}
to {
opacity: 0;
}
}
.testimonial-hidden {
display: none;
}
#founders-note {
display: flex;
justify-content: space-around;
align-items: center;
padding: 3vw 0;
}
#founders-content {
display: flex;
flex-direction: column;
width: 40vw;
}
#founders-title {
font-size: 3vw;
font-weight: 500;
margin: 2vw 0;
}
#founders-text {
position: relative;
font-size: 1.5vw;
line-height: 2vw;
font-weight: 200;
margin: 1vw 0;
}
.truncate-overflow {
--max-lines: 3;
position: relative;
max-height: calc(2vw * var(--max-lines));
overflow: hidden;
padding-right: 6vw; /* space for ellipsis */
}
.truncate-overflow::before {
position: absolute;
content: "...";
inset-block-end: 0; /* "bottom" */
inset-inline-end: 0; /* "right" */
bottom: 0; /* "bottom" */
right: -3vw; /* "right" */
width: 10vw;
height: 2vw;
}
.truncate-overflow::after {
content: " ";
position: absolute;
inset-inline-end: 5vw; /* "right" */
right: -3vw; /* "right" */
width: 10vw;
height: 2vw;
background-color: rgb(240, 240, 240);
}
#founders-text a {
position: absolute;
right: 0;
bottom: 0;
text-decoration: none;
font-weight: 300;
}
#founders-img {
display: block;
width: 35vw;
height: 35vw;
background-image: url("images/logo-on-building.jpg");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#q-and-a {
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
height: 4vw;
border: 1px solid grey;
border-radius: 1vw;
margin: 1vw auto;
padding: 1vw;
}
#q-and-a-title {
font-size: 2vw;
font-weight: 400;
margin: 0 1vw;
}
#q-and-a-subtitle {
font-size: 1.5vw;
font-weight: 300;
}
#q-and-a-subtitle a {
text-decoration: none;
}
#footer {
display: flex;
height: 15vw;
width: 100%;
justify-content: center;
align-items: center;
font-size: 1.25vw;
font-weight: 300;
color: grey;
}
@media screen and (min-width: 1400px) {
.single-title {
font-size: 26px;
}
.bullet {
height: 7px;
width: 7px;
border-radius: 2px;
margin-right: 30px;
}
.single-text {
font-size: 18px;
}
}
@media screen and (min-width: 1200px) {
body {
--header-content-width: 600px;
--header-img-width: 600px;
--triplet-width: 400px;
}
#header {
justify-content: space-around;
}
.cta-button {
height: 48px;
width: 192px;
border-radius: 24px;
font-size: 16px;
line-height: 16px;
padding: 12px;
margin: 12px 0;
}
.cta-text {
font-size: 18px;
}
#testimonials {
height: 200px;
font-size: 24px;
line-height: 45px;
}
#founders-title {
font-size: 48px;
}
#founders-text {
font-size: 20px;
}
#founders-img {
width: 400px;
height: 400px;
}
#q-and-a {
width: 800px;
height: unset;
}
#q-and-a-title {
font-size: 32px;
}
#q-and-a-subtitle {
font-size: 20px;
}
#footer {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
#header {
height: 42vw;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.075);
}
.single-text {
margin: 1vw 0;
font-size: 2vw;
line-height: 3vw;
}
.triplet-text.triplet-mobile {
font-size: 1.75vw;
line-height: 2.5vw;
margin: 2vw auto;
text-align: center;
}
.cta-text {
font-size: 1.8vw;
}
#founders-text {
font-size: 1.75vw;
line-height: 2.5vw;
}
#q-and-a {
width: 70vw;
}
#q-and-a-title {
font-size: 2.5vw;
}
#q-and-a-subtitle {
font-size: 1.75vw;
}
}
@media screen and (min-width: 768px) {
.modal-steps {
margin: 0.3vw 0;
padding: 0 15%;
}
}
@media screen and (max-width: 450px) {
#modal {
margin: 0 5px;
}
#modal-body {
padding: 3vw;
}
body {
--header-content-width: 90vw;
--header-img-width: 96vw;
--single-content-width: 90vw;
}
#header {
width: 90vw;
height: 75vw;
padding: 5vw;
flex-direction: column;
}
#header-lower {
display: flex;
}
#header-rating {
height: 8vw;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
width: 40vw;
}
#header-img {
height: 80vw;
display: none;
}
#header-img-mobile {
display: block;
width: 55vw;
background-image: url("images/tablets.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.075);
}
.cta-button {
height: 8vw;
width: 32vw;
border-radius: 4vw;
font-size: 2.8vw;
line-height: 2.8vw;
padding: 2vw;
margin: 2vw 0;
}
.triplet-section.triplet-mobile {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding-top: 5vw;
padding-bottom: 8vw;
}
.triplet.triplet-mobile {
width: 90vw;
padding: 0;
margin-top: calc(0px - 5vw);
}
.triplet-img.triplet-mobile {
height: 45vw;
width: 45vw;
}
.triplet-title {
font-size: calc(var(--triplet-width) * 0.1);
}
.triplet-title.triplet-mobile {
text-align: center;
font-size: 5vw;
margin: calc(0px - 3vw);
margin-bottom: 5vw;
height: 10vw;
}
.triplet-text.triplet-mobile {
font-size: 3.5vw;
line-height: 5vw;
margin: 2vw auto;
}
.line-break-mobile {
display: block;
background-color: rgb(240, 240, 240);
height: 1px;
width: 70vw;
margin: 8vw auto;
}
.single-section {
padding: 8vw 0;
}
.single-img {
display: none;
}
.single-title {
font-size: 5vw;
margin-bottom: 5vw;
text-align: center;
}
.single-text {
margin: 2vw 0;
font-size: 3.5vw;
line-height: 5vw;
}
.cta-banner {
flex-direction: column;
}
.cta-text {
font-size: 3.5vw;
margin-left: 5vw;
margin-top: 3vw;
margin-bottom: 2vw;
text-align: center;
}
#testimonials {
height: 22vw;
font-size: 3.5vw;
}
#founders-note {
flex-direction: column-reverse;
text-align: center;
}
#founders-content {
width: 70vw;
}
#founders-title {
font-size: 5vw;
}
#founders-text {
font-size: 3.5vw;
line-height: 5vw;
margin: 2vw 0;
font-weight: 300;
}
.truncate-overflow {
--max-lines: 4;
max-height: calc(3.5vw * var(--max-lines));
}
.truncate-overflow::before {
right: -3vw; /* "right" */
width: 20vw;
height: 3.5vw;
}
.truncate-overflow::after {
right: -3vw; /* "right" */
width: 20vw;
height: 3.5vw;
}
#founders-img {
width: 60vw;
height: 60vw;
}
#q-and-a {
flex-direction: column;
height: 15vw;
text-align: center;
}
#q-and-a-title {
font-size: 4vw;
margin: 0 1vw;
}
#q-and-a-subtitle {
font-size: 3.3vw;
}
#footer {
font-size: 2.5vw;
}
} | index.css | body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
--triplet-width: calc(100vw / 3);
--header-content-width: 46vw;
--header-content-height: calc(var(--header-content-width) * 0.65);
--header-img-width: 46vw;
--single-content-width: 55vw;
background-color: rgb(240, 240, 240);
}
#backdrop {
position: fixed;
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.3);
display: none;
justify-content: center;
align-items: center;
z-index: 100;
}
.modal {
display: none;
background-color: white;
border: 2px solid black;
border-radius: 10px;
padding: 10px;
max-height: 80vh;
}
.modal-body {
display: block;
margin-top: 15px;
overflow: scroll;
max-height: 70vh;
}
.modal-text-line {
text-align: center;
margin: 0.3vw 0;
}
.modal-steps {
margin: 0.3vw 0;
padding: 0 5%;
}
.warning {
color: red;
}
.modal-text-disclaimer {
display: block;
max-width: 70%;
margin: 0.5vw auto;
text-align: center;
font-style: italic;
color: grey;
font-size: 10px;
}
.pro-tip {
color: darkslategrey;
font-size: 13px;
max-width: 80%;
margin: 30px auto 10px auto;
}
#error-message {
display: none;
color: red;
font-size: 14px;
text-align: center;
margin: 1vw auto;
}
/* MODAL DYNAMIC INPUT STYLES */
/* remove webkit styles */
input[type="submit"],
input[type="text"],
input[type="email"],
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-appearance: none;
}
/* disable browser input color change on autofill */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 50px white inset;
}
.modal-input {
height: 2vw;
margin: 0.75vw 0;
}
.modal-input-wrapper {
position: relative;
width: 100%;
height: 50px;
margin: 10px 0;
}
.modal-input-label {
position: absolute;
height: 16px;
line-height: 16px;
font-size: 16px;
top: 17px;
left: 9px;
color: grey;
background-color: white;
transition: transform 0.1s, color 0.1s;
padding-left: 10px;
padding-top: 0;
}
.modal-input-field {
box-sizing: border-box;
width: 100%;
height: 100%;
border: 1px solid grey;
border-radius: 4px;
background-color: white;
outline: none;
font-size: 16px;
padding-left: 15px;
}
.field-focused {
border: 2px solid grey;
}
.label-focused {
height: 10px;
line-height: 10px;
font-size: 10px;
padding: 4px;
transform: translateY(-25px);
}
.modal-input-wrapper:focus-within > .modal-input-field {
border: 2px solid #8bc34a;
}
.modal-input-wrapper:focus-within > .modal-input-label {
color: #8bc34a;
height: 10px;
line-height: 10px;
font-size: 10px;
padding: 4px;
transform: translateY(-25px);
}
.modal-footer {
display: flex;
justify-content: flex-end;
margin-top: 1vw;
}
.modal-submit-btn {
display: flex;
justify-content: center;
align-items: center;
color: white;
background-color: #8bc34a;
border: none;
border-radius: 3px;
height: 30px;
width: 35px;
max-width: 35px;
margin-right: 5px;
font-size: 20px;
}
.modal-submit-btn:hover {
background-color: #699933;
cursor: pointer;
}
.modal-close-btn {
display: flex;
justify-content: center;
align-items: center;
color: white;
background-color: rgb(180, 180, 180);
border: none;
border-radius: 3px;
height: 30px;
width: 35px;
}
.modal-close-btn:hover {
background-color: grey;
cursor: pointer;
}
/* PAGE STYLES */
#header {
display: flex;
/* width: 96vw; */
width: 96%;
background-image: linear-gradient(to right, #f5faff, white);
justify-content: space-between;
/* padding: 2vw; */
padding: 2%;
}
#header-content {
display: flex;
flex-direction: column;
width: var(--header-content-width);
height: var(--header-content-height);
}
#header-img {
display: block;
width: var(--header-img-width);
background-image: url("images/tablets.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#title-line {
display: flex;
}
#title-icon {
display: block;
width: calc(var(--header-content-width) * 0.4);
height: calc(var(--header-content-width) * 0.25);
margin-right: calc(var(--header-content-width) * 0.05);
background-image: url("./images/logo.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#title {
font-size: 50px;
font-size: calc(var(--header-content-height) * 0.17);
font-weight: 500;
color: black;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.05);
font-weight: 300;
margin: calc(var(--header-content-height) * 0.05) 0;
color: black;
}
.cta-button {
display: flex;
justify-content: center;
align-items: center;
height: 4vw;
width: 16vw;
border: none;
border-radius: 2vw;
font-size: 1.4vw;
line-height: 1.4vw;
background-color: #81388d;
color: white;
padding: 1vw;
margin: 1vw 0;
}
.cta-button:hover {
cursor: pointer;
}
#header-rating {
display: flex;
align-items: center;
justify-content: space-between;
width: calc(var(--header-content-width) * 0.65);
margin: calc(var(--header-content-height) * 0.05) 0;
font-size: calc(var(--header-content-height) * 0.045);
line-height: calc(var(--header-content-height) * 0.045);
color: darkgray;
}
#stars .material-icons {
color: goldenrod;
font-size: calc(var(--header-content-height) * 0.06);
line-height: calc(var(--header-content-height) * 0.06);
}
#companies-carousel {
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
padding: 1vw 0;
background-color: #d76d52;
}
.company-logo {
display: block;
height: 6vw;
width: 6vw;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
color: rgba(255, 255, 255, 0.7);
}
.triplet-section {
display: flex;
justify-content: space-evenly;
width: 100%;
background-color: white;
}
.triplet {
display: block;
width: var(--triplet-width);
padding: calc(var(--triplet-width) * 0.07);
}
.triplet-img {
display: block;
width: auto;
height: calc(var(--triplet-width) * 0.5);
width: calc(var(--triplet-width) * 0.5);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto;
}
.triplet-title {
text-align: center;
font-size: calc(var(--triplet-width) * 0.07);
margin: 10px;
height: calc(var(--triplet-width) * 0.2);
}
.triplet-text {
font-size: calc(var(--triplet-width) * 0.04);
font-weight: 300;
margin: 0.5vw auto;
}
.single-section {
display: flex;
width: 100%;
margin: 0 auto;
padding: 2vw 0;
justify-content: center;
}
.single-img {
display: block;
width: 30vw;
height: 30vw;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.single-content {
display: flex;
padding: 2vw 5vw;
flex-direction: column;
justify-content: space-around;
width: var(--single-content-width);
}
.single-title {
font-size: calc(var(--single-content-width) * 0.036);
}
.single-line {
display: flex;
align-items: center;
}
.bullet {
display: block;
height: 0.5vw;
width: 0.5vw;
border: none;
border-radius: 0.1vw;
background-color: goldenrod;
margin-right: 2vw;
}
.single-text {
font-size: calc(var(--single-content-width) * 0.024);
}
.cta-banner {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 1vw 0;
background-color: #d76d52;
}
.cta-text {
color: white;
font-size: 1.5vw;
margin-right: 5vw;
}
#testimonials {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 15vw;
background-color: #d76d52;
color: #8bc34a;
font-size: 2vw;
line-height: 4.5vw;
font-style: italic;
}
.testimonial-shown {
display: visible;
animation-duration: 5s;
animation-name: testimonialFade;
width: 70vw;
text-align: center;
}
@keyframes testimonialFade {
from {
opacity: 0;
}
20% {
opacity: 1;
}
80% {
opacity: 1;
}
to {
opacity: 0;
}
}
.testimonial-hidden {
display: none;
}
#founders-note {
display: flex;
justify-content: space-around;
align-items: center;
padding: 3vw 0;
}
#founders-content {
display: flex;
flex-direction: column;
width: 40vw;
}
#founders-title {
font-size: 3vw;
font-weight: 500;
margin: 2vw 0;
}
#founders-text {
position: relative;
font-size: 1.5vw;
line-height: 2vw;
font-weight: 200;
margin: 1vw 0;
}
.truncate-overflow {
--max-lines: 3;
position: relative;
max-height: calc(2vw * var(--max-lines));
overflow: hidden;
padding-right: 6vw; /* space for ellipsis */
}
.truncate-overflow::before {
position: absolute;
content: "...";
inset-block-end: 0; /* "bottom" */
inset-inline-end: 0; /* "right" */
bottom: 0; /* "bottom" */
right: -3vw; /* "right" */
width: 10vw;
height: 2vw;
}
.truncate-overflow::after {
content: " ";
position: absolute;
inset-inline-end: 5vw; /* "right" */
right: -3vw; /* "right" */
width: 10vw;
height: 2vw;
background-color: rgb(240, 240, 240);
}
#founders-text a {
position: absolute;
right: 0;
bottom: 0;
text-decoration: none;
font-weight: 300;
}
#founders-img {
display: block;
width: 35vw;
height: 35vw;
background-image: url("images/logo-on-building.jpg");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#q-and-a {
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
height: 4vw;
border: 1px solid grey;
border-radius: 1vw;
margin: 1vw auto;
padding: 1vw;
}
#q-and-a-title {
font-size: 2vw;
font-weight: 400;
margin: 0 1vw;
}
#q-and-a-subtitle {
font-size: 1.5vw;
font-weight: 300;
}
#q-and-a-subtitle a {
text-decoration: none;
}
#footer {
display: flex;
height: 15vw;
width: 100%;
justify-content: center;
align-items: center;
font-size: 1.25vw;
font-weight: 300;
color: grey;
}
@media screen and (min-width: 1400px) {
.single-title {
font-size: 26px;
}
.bullet {
height: 7px;
width: 7px;
border-radius: 2px;
margin-right: 30px;
}
.single-text {
font-size: 18px;
}
}
@media screen and (min-width: 1200px) {
body {
--header-content-width: 600px;
--header-img-width: 600px;
--triplet-width: 400px;
}
#header {
justify-content: space-around;
}
.cta-button {
height: 48px;
width: 192px;
border-radius: 24px;
font-size: 16px;
line-height: 16px;
padding: 12px;
margin: 12px 0;
}
.cta-text {
font-size: 18px;
}
#testimonials {
height: 200px;
font-size: 24px;
line-height: 45px;
}
#founders-title {
font-size: 48px;
}
#founders-text {
font-size: 20px;
}
#founders-img {
width: 400px;
height: 400px;
}
#q-and-a {
width: 800px;
height: unset;
}
#q-and-a-title {
font-size: 32px;
}
#q-and-a-subtitle {
font-size: 20px;
}
#footer {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
#header {
height: 42vw;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.075);
}
.single-text {
margin: 1vw 0;
font-size: 2vw;
line-height: 3vw;
}
.triplet-text.triplet-mobile {
font-size: 1.75vw;
line-height: 2.5vw;
margin: 2vw auto;
text-align: center;
}
.cta-text {
font-size: 1.8vw;
}
#founders-text {
font-size: 1.75vw;
line-height: 2.5vw;
}
#q-and-a {
width: 70vw;
}
#q-and-a-title {
font-size: 2.5vw;
}
#q-and-a-subtitle {
font-size: 1.75vw;
}
}
@media screen and (min-width: 768px) {
.modal-steps {
margin: 0.3vw 0;
padding: 0 15%;
}
}
@media screen and (max-width: 450px) {
#modal {
margin: 0 5px;
}
#modal-body {
padding: 3vw;
}
body {
--header-content-width: 90vw;
--header-img-width: 96vw;
--single-content-width: 90vw;
}
#header {
width: 90vw;
height: 75vw;
padding: 5vw;
flex-direction: column;
}
#header-lower {
display: flex;
}
#header-rating {
height: 8vw;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
width: 40vw;
}
#header-img {
height: 80vw;
display: none;
}
#header-img-mobile {
display: block;
width: 55vw;
background-image: url("images/tablets.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#subtitle {
font-size: calc(var(--header-content-height) * 0.075);
}
.cta-button {
height: 8vw;
width: 32vw;
border-radius: 4vw;
font-size: 2.8vw;
line-height: 2.8vw;
padding: 2vw;
margin: 2vw 0;
}
.triplet-section.triplet-mobile {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding-top: 5vw;
padding-bottom: 8vw;
}
.triplet.triplet-mobile {
width: 90vw;
padding: 0;
margin-top: calc(0px - 5vw);
}
.triplet-img.triplet-mobile {
height: 45vw;
width: 45vw;
}
.triplet-title {
font-size: calc(var(--triplet-width) * 0.1);
}
.triplet-title.triplet-mobile {
text-align: center;
font-size: 5vw;
margin: calc(0px - 3vw);
margin-bottom: 5vw;
height: 10vw;
}
.triplet-text.triplet-mobile {
font-size: 3.5vw;
line-height: 5vw;
margin: 2vw auto;
}
.line-break-mobile {
display: block;
background-color: rgb(240, 240, 240);
height: 1px;
width: 70vw;
margin: 8vw auto;
}
.single-section {
padding: 8vw 0;
}
.single-img {
display: none;
}
.single-title {
font-size: 5vw;
margin-bottom: 5vw;
text-align: center;
}
.single-text {
margin: 2vw 0;
font-size: 3.5vw;
line-height: 5vw;
}
.cta-banner {
flex-direction: column;
}
.cta-text {
font-size: 3.5vw;
margin-left: 5vw;
margin-top: 3vw;
margin-bottom: 2vw;
text-align: center;
}
#testimonials {
height: 22vw;
font-size: 3.5vw;
}
#founders-note {
flex-direction: column-reverse;
text-align: center;
}
#founders-content {
width: 70vw;
}
#founders-title {
font-size: 5vw;
}
#founders-text {
font-size: 3.5vw;
line-height: 5vw;
margin: 2vw 0;
font-weight: 300;
}
.truncate-overflow {
--max-lines: 4;
max-height: calc(3.5vw * var(--max-lines));
}
.truncate-overflow::before {
right: -3vw; /* "right" */
width: 20vw;
height: 3.5vw;
}
.truncate-overflow::after {
right: -3vw; /* "right" */
width: 20vw;
height: 3.5vw;
}
#founders-img {
width: 60vw;
height: 60vw;
}
#q-and-a {
flex-direction: column;
height: 15vw;
text-align: center;
}
#q-and-a-title {
font-size: 4vw;
margin: 0 1vw;
}
#q-and-a-subtitle {
font-size: 3.3vw;
}
#footer {
font-size: 2.5vw;
}
} | 0.412412 | 0.064036 |
body {
margin: 0;
padding: 0;
background: #e1e6eb;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
line-height: 1.5;
}
a {
color: #555;
}
ul,
ol,
dt,
dd {
margin: 1em 0;
padding: 0;
}
dt {
font-weight: bold;
}
h1,
h2 {
font-family: "Montserrat", sans-serif;
}
h2 {
color: #00b2d2;
}
header {
height: 300px;
overflow: hidden;
background: #000;
position: relative;
}
header div {
position: absolute;
top: 80px;
left: 80px;
right: 80px;
color: #FFF;
z-index: 1;
}
header h1 {
margin: 0;
text-transform: uppercase;
text-shadow:0px 0px 7px #FFF;
}
header h2 {
margin: .5em 0 0 0;
font-size: 1.2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
color: #FFF;
}
header img {
display: block;
margin: 60px auto 0 auto;
-webkit-animation: moon 600s infinite linear;
-moz-animation: moon 600s infinite linear;
}
nav {
display: block;
height: 80px;
padding-left: 80px;
line-height: 80px;
margin-bottom: -80px;
position: relative;
top: -80px;
background: rgba(0,0,0,.3);
border-top: 1px solid rgba(0,0,0,.1);
color: #FFF;
font-family: "Montserrat", sans-serif;
margin-left: -1em;
z-index: 1;
}
.bt {
background: #00dbfc;
background: #00f8fe;
background: -moz-linear-gradient(top, #00f8fe 0%, #00dbfc 6%, #00d4fb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00f8fe), color-stop(6%,#00dbfc), color-stop(100%,#00d4fb));
background: -webkit-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: -o-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: -ms-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8fe', endColorstr='#00d4fb',GradientType=0 );
border-radius: 4px;
color: #001;
display: inline-block;
line-height: 1.5;
padding: 4px 8px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.bt:hover {
background: #00f8fe;
}
nav a {
color: #FFF;
margin: 0 1em;
}
.content {
color: #555;
overflow: hidden;
padding: 20px 80px;
}
.content h2 {
text-transform: uppercase;
text-shadow: 0 1px 0 #FFF;
font-size: 1.2em;
}
section {
width: 30%;
margin-right: 5%;
float: left;
}
section:last-child {
margin-right: 0;
}
footer {
background: #CCCCD5;
padding: 20px 80px;
}
@-webkit-keyframes moon {
from {
-webkit-transform: rotate(0);
}
to {
-webkit-transform: rotate(365deg);
}
}
@-moz-keyframes moon {
from {
-moz-transform: rotate(0);
}
to {
-moz-transform: rotate(365deg);
}
} | css/screen.css | body {
margin: 0;
padding: 0;
background: #e1e6eb;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
line-height: 1.5;
}
a {
color: #555;
}
ul,
ol,
dt,
dd {
margin: 1em 0;
padding: 0;
}
dt {
font-weight: bold;
}
h1,
h2 {
font-family: "Montserrat", sans-serif;
}
h2 {
color: #00b2d2;
}
header {
height: 300px;
overflow: hidden;
background: #000;
position: relative;
}
header div {
position: absolute;
top: 80px;
left: 80px;
right: 80px;
color: #FFF;
z-index: 1;
}
header h1 {
margin: 0;
text-transform: uppercase;
text-shadow:0px 0px 7px #FFF;
}
header h2 {
margin: .5em 0 0 0;
font-size: 1.2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
color: #FFF;
}
header img {
display: block;
margin: 60px auto 0 auto;
-webkit-animation: moon 600s infinite linear;
-moz-animation: moon 600s infinite linear;
}
nav {
display: block;
height: 80px;
padding-left: 80px;
line-height: 80px;
margin-bottom: -80px;
position: relative;
top: -80px;
background: rgba(0,0,0,.3);
border-top: 1px solid rgba(0,0,0,.1);
color: #FFF;
font-family: "Montserrat", sans-serif;
margin-left: -1em;
z-index: 1;
}
.bt {
background: #00dbfc;
background: #00f8fe;
background: -moz-linear-gradient(top, #00f8fe 0%, #00dbfc 6%, #00d4fb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00f8fe), color-stop(6%,#00dbfc), color-stop(100%,#00d4fb));
background: -webkit-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: -o-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: -ms-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
background: linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8fe', endColorstr='#00d4fb',GradientType=0 );
border-radius: 4px;
color: #001;
display: inline-block;
line-height: 1.5;
padding: 4px 8px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.bt:hover {
background: #00f8fe;
}
nav a {
color: #FFF;
margin: 0 1em;
}
.content {
color: #555;
overflow: hidden;
padding: 20px 80px;
}
.content h2 {
text-transform: uppercase;
text-shadow: 0 1px 0 #FFF;
font-size: 1.2em;
}
section {
width: 30%;
margin-right: 5%;
float: left;
}
section:last-child {
margin-right: 0;
}
footer {
background: #CCCCD5;
padding: 20px 80px;
}
@-webkit-keyframes moon {
from {
-webkit-transform: rotate(0);
}
to {
-webkit-transform: rotate(365deg);
}
}
@-moz-keyframes moon {
from {
-moz-transform: rotate(0);
}
to {
-moz-transform: rotate(365deg);
}
} | 0.410756 | 0.125146 |
body{
background: #022d36;
transform: translate(30% , 0%);
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
}
#netuno{
position: absolute;
width: 600px;
height: 600px;
background: rgba(250, 232, 232, 0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
animation: solar 70s linear infinite;
}
#netuno::after{
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
background:rgb(6, 110, 136);
border: 4px 1px 1px 1px solid #00009d;
/* border-color:#00009d;
border-style: solid;
border-width: 4px 1px 1px 1px; */
content: '';
left:300px;
top:-13px;
}
#urano{
position: absolute;
width: 530px;
height: 530px;
background-color: rgba(144, 86, 86, 0.219);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 50%;
left:30px;
top:30px;
animation: solar 65s linear infinite;
}
#urano::after{
position: absolute;
width: 22px;
height: 20px;
border-radius: 50%;
background: rgb(150, 150, 187);
border-color:rgb(150, 150, 187);
border-style: solid;
border-width: 4px 1px 1px 1px;
content: '';
left:265px;
top:-10px;
}
#saturno{
position: absolute;
width: 460px;
height: 460px;
background: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:70px;
top:60px;
animation: solar 70s linear infinite;
}
#saturno::before{
position: absolute;
width: 20px;
height: 18px;
border-radius: 100%;
background: #dabcbc;
border-color:#e7e2e2;
border-style: solid;
border-width: 5px 1px 1px 1px;
content: '';
left:230px;
top:-11px;
}
#saturno::after{
position: absolute;
width: 35px;
height: 10px;
border-radius: 100%;
background: #838383;
background: rgba(56, 44, 44, 0.37);
border-style: solid;
border-width: 1px 1px 3px 2px;
content:'';
left:224px;
top:-5px;
}
#jupiter {
position: relative;
width: 360px;
height: 360px;
background-color:rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:120px;
top:110px;
animation: solar 70s linear infinite;
}
#jupiter::after{
content: '';
position: absolute;
width: 20px;
height: 16px;
border-radius: 100%;
background: #f60;
border-color:#f60;
border-style: solid;
border-width: 6px 1px 1px 1px;
left:120px;
top:-5px;
}
#marte{
position: absolute;
width: 300px;
height: 300px;
background-color: rgba(0,0,0,);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:150px;
top:130px;
animation: solar 70s linear infinite;
}
#marte::after{
content: '';
position: absolute;
width: 18px;
height: 16px;
border-radius: 100%;
background: #b00000;
border-color:#600;
border-style: solid;
border-width: 3px 1px 1px 1px;
content:'';
left:100px;
top:0px;
}
#terra{
position: absolute;
width: 250px;
height: 250px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:170px;
top:159px;
animation:solar 60s linear infinite;
}
#terra::after{
content: '';
position: absolute;
width: 18px;
height: 16px;
border-radius: 100%;
background: #37ad13;
border-color: #37ad13;
border-style: solid;
border-width: 3px 1px 1px 1px;
left: 75px;
top:-5px;
}
#venus{
position: absolute;
width: 200px;
height: 200px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:200px;
top:180px;
animation:solar 70s linear infinite;
}
#venus::after{
position: absolute;
width: 16px;
height: 14px;
border-radius: 100%;
background: #ffd3a8;
border-color:#ffa579;
border-style:solid;
border-width: 4px 1px 1px 1px;
content:'';
left:50px;
top:-1px;
}
#mercurio{
position: absolute;
width: 150px;
height: 150px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 50%;
left:230px;
top:200px;
animation: solar 70s ease-out infinite;
}
#mercurio::after{
content:'';
position: absolute;
width: 15px;
height: 14px;
border-radius: 100%;
background: #713800;
border: solid 2px 1px 1px 1px #623100;
left:35px;
}
#sol{
position: absolute;
width: 70px;
height: 70px;
background-color: #f90;
border:2px dotted rgba(172, 165, 165, 0.603);
left:270px;
top:240px;
border-radius: 100%;
}
@keyframes solar{
form{
transform:rotate(0deg);}
to{
transform: rotate(360deg);
}
} | style.css | body{
background: #022d36;
transform: translate(30% , 0%);
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
}
#netuno{
position: absolute;
width: 600px;
height: 600px;
background: rgba(250, 232, 232, 0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
animation: solar 70s linear infinite;
}
#netuno::after{
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
background:rgb(6, 110, 136);
border: 4px 1px 1px 1px solid #00009d;
/* border-color:#00009d;
border-style: solid;
border-width: 4px 1px 1px 1px; */
content: '';
left:300px;
top:-13px;
}
#urano{
position: absolute;
width: 530px;
height: 530px;
background-color: rgba(144, 86, 86, 0.219);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 50%;
left:30px;
top:30px;
animation: solar 65s linear infinite;
}
#urano::after{
position: absolute;
width: 22px;
height: 20px;
border-radius: 50%;
background: rgb(150, 150, 187);
border-color:rgb(150, 150, 187);
border-style: solid;
border-width: 4px 1px 1px 1px;
content: '';
left:265px;
top:-10px;
}
#saturno{
position: absolute;
width: 460px;
height: 460px;
background: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:70px;
top:60px;
animation: solar 70s linear infinite;
}
#saturno::before{
position: absolute;
width: 20px;
height: 18px;
border-radius: 100%;
background: #dabcbc;
border-color:#e7e2e2;
border-style: solid;
border-width: 5px 1px 1px 1px;
content: '';
left:230px;
top:-11px;
}
#saturno::after{
position: absolute;
width: 35px;
height: 10px;
border-radius: 100%;
background: #838383;
background: rgba(56, 44, 44, 0.37);
border-style: solid;
border-width: 1px 1px 3px 2px;
content:'';
left:224px;
top:-5px;
}
#jupiter {
position: relative;
width: 360px;
height: 360px;
background-color:rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:120px;
top:110px;
animation: solar 70s linear infinite;
}
#jupiter::after{
content: '';
position: absolute;
width: 20px;
height: 16px;
border-radius: 100%;
background: #f60;
border-color:#f60;
border-style: solid;
border-width: 6px 1px 1px 1px;
left:120px;
top:-5px;
}
#marte{
position: absolute;
width: 300px;
height: 300px;
background-color: rgba(0,0,0,);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:150px;
top:130px;
animation: solar 70s linear infinite;
}
#marte::after{
content: '';
position: absolute;
width: 18px;
height: 16px;
border-radius: 100%;
background: #b00000;
border-color:#600;
border-style: solid;
border-width: 3px 1px 1px 1px;
content:'';
left:100px;
top:0px;
}
#terra{
position: absolute;
width: 250px;
height: 250px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:170px;
top:159px;
animation:solar 60s linear infinite;
}
#terra::after{
content: '';
position: absolute;
width: 18px;
height: 16px;
border-radius: 100%;
background: #37ad13;
border-color: #37ad13;
border-style: solid;
border-width: 3px 1px 1px 1px;
left: 75px;
top:-5px;
}
#venus{
position: absolute;
width: 200px;
height: 200px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 100%;
left:200px;
top:180px;
animation:solar 70s linear infinite;
}
#venus::after{
position: absolute;
width: 16px;
height: 14px;
border-radius: 100%;
background: #ffd3a8;
border-color:#ffa579;
border-style:solid;
border-width: 4px 1px 1px 1px;
content:'';
left:50px;
top:-1px;
}
#mercurio{
position: absolute;
width: 150px;
height: 150px;
background-color: rgba(0,0,0,0);
border:2px dotted rgba(172, 165, 165, 0.603);
border-radius: 50%;
left:230px;
top:200px;
animation: solar 70s ease-out infinite;
}
#mercurio::after{
content:'';
position: absolute;
width: 15px;
height: 14px;
border-radius: 100%;
background: #713800;
border: solid 2px 1px 1px 1px #623100;
left:35px;
}
#sol{
position: absolute;
width: 70px;
height: 70px;
background-color: #f90;
border:2px dotted rgba(172, 165, 165, 0.603);
left:270px;
top:240px;
border-radius: 100%;
}
@keyframes solar{
form{
transform:rotate(0deg);}
to{
transform: rotate(360deg);
}
} | 0.371479 | 0.098382 |
* {
font-family: Acme, Helvetica, Arial, sans-serif;
font-weight: 700;
}
h1 {
font-family: Stardos Stencil, Helvetica, Arial, sans-serif;
font-size: 50px;
text-transform: uppercase;
color: #51453B;
font-weight: 300;
}
h2 {
font-size: 36px;
}
h3 {
border-color: #183446;
border-width: 1px;
color: #DA0000;
font-size: 28px;
margin: 10px 0px;
}
p {
font-size: 18px;
color: #7B7573;
line-height: 24px;
font-weight: 400;
}
a {
color: #7B7573;
}
a:hover {
color: #DA0000 !important;
text-decoration: none;
}
body {
background: url("/static/background.png");
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10%;
background-color: #BBB18A;
}
.fas {
padding-right: 5px;
}
.margin-right {
margin-right: 30px;
}
.btn {
padding: 15px;
margin: 20px 0px;
border-color: #51453B;
border-width: 1px;
color: White;
background-color: #BBB18A;
}
.btn:hover {
padding: 13px;
border-width: 3px;
}
.btn.delete:hover {
background-color: #DA0000;
}
.menu {
padding-top: 30px;
padding-bottom: 30px;
}
.menu a {
margin-bottom: 0;
line-height: 16px;
font-size: 24px;
color: #183446;
font-weight: 700;
}
.menu-right {
float: right;
}
.motto h2 {
font-family: Stardos Stencil, Helvetica, Arial, sans-serif;
text-align: center;
font-size: 18px;
color: #183446;
margin-top: -30px;
}
.logo {
height: 150px;
background: url("/static/acme_logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
margin: -10px 0px 20px;
}
.portlet {
border-width: 2px;
border-radius: 20px;
border-color: #DA0000 !important;
background-color: #FFFF7B;
margin-top: 50px
}
.scroll {
max-height: 480px;
overflow: scroll;
}
.listbox {
border-radius: 5px;
border-color: #DA0000 !important;
background-color: #FFFF7B; /*was #FAFAD2*/
margin: 10px;
}
.heightlimit {
max-height: 600px;
}
.listbox:hover {
background-color: #51453B;
}
.boxtitle {
height: 100px;
background: url("/static/new.png");
background-size: auto;
background-repeat: no-repeat;
}
.item-detail {
background: #FFFF7B;
padding: 22px;
margin-top: 20px;
}
.owner {
padding-right: 20px;
margin-top: -20px;
text-align: right;
float:right;
}
.owner img {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #FFFF7B;
}
.flash {
background-color: #FFFF7B;
color: #DA0000;
width: 100%;
font-size: 20px;
line-height: 30px;
text-decoration: none;
}
.flash li {
list-style-type: none;
text-align: center;
} | static/styles.css | * {
font-family: Acme, Helvetica, Arial, sans-serif;
font-weight: 700;
}
h1 {
font-family: Stardos Stencil, Helvetica, Arial, sans-serif;
font-size: 50px;
text-transform: uppercase;
color: #51453B;
font-weight: 300;
}
h2 {
font-size: 36px;
}
h3 {
border-color: #183446;
border-width: 1px;
color: #DA0000;
font-size: 28px;
margin: 10px 0px;
}
p {
font-size: 18px;
color: #7B7573;
line-height: 24px;
font-weight: 400;
}
a {
color: #7B7573;
}
a:hover {
color: #DA0000 !important;
text-decoration: none;
}
body {
background: url("/static/background.png");
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10%;
background-color: #BBB18A;
}
.fas {
padding-right: 5px;
}
.margin-right {
margin-right: 30px;
}
.btn {
padding: 15px;
margin: 20px 0px;
border-color: #51453B;
border-width: 1px;
color: White;
background-color: #BBB18A;
}
.btn:hover {
padding: 13px;
border-width: 3px;
}
.btn.delete:hover {
background-color: #DA0000;
}
.menu {
padding-top: 30px;
padding-bottom: 30px;
}
.menu a {
margin-bottom: 0;
line-height: 16px;
font-size: 24px;
color: #183446;
font-weight: 700;
}
.menu-right {
float: right;
}
.motto h2 {
font-family: Stardos Stencil, Helvetica, Arial, sans-serif;
text-align: center;
font-size: 18px;
color: #183446;
margin-top: -30px;
}
.logo {
height: 150px;
background: url("/static/acme_logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
margin: -10px 0px 20px;
}
.portlet {
border-width: 2px;
border-radius: 20px;
border-color: #DA0000 !important;
background-color: #FFFF7B;
margin-top: 50px
}
.scroll {
max-height: 480px;
overflow: scroll;
}
.listbox {
border-radius: 5px;
border-color: #DA0000 !important;
background-color: #FFFF7B; /*was #FAFAD2*/
margin: 10px;
}
.heightlimit {
max-height: 600px;
}
.listbox:hover {
background-color: #51453B;
}
.boxtitle {
height: 100px;
background: url("/static/new.png");
background-size: auto;
background-repeat: no-repeat;
}
.item-detail {
background: #FFFF7B;
padding: 22px;
margin-top: 20px;
}
.owner {
padding-right: 20px;
margin-top: -20px;
text-align: right;
float:right;
}
.owner img {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #FFFF7B;
}
.flash {
background-color: #FFFF7B;
color: #DA0000;
width: 100%;
font-size: 20px;
line-height: 30px;
text-decoration: none;
}
.flash li {
list-style-type: none;
text-align: center;
} | 0.231354 | 0.084985 |
@charset "utf-8";
body{ font:0.75em 'microsoft yahei'; color:#353535;}
a{ text-decoration:none; color:#353535;}
a:hover{ text-decoration:none;}
/*bg*/
.bg11{ background-color:#dbdbdb;}
/*container*/
#container{ width:100%; max-width:640px; min-width:320px; margin:0 auto;}
/*footer*/
#footer{ padding:2.3% 2.65%; background-color:#3a4148;}
#footer nav{ margin-bottom:3%; opacity:0.7;}
#footer .copyRight{ font-family:Arial; opacity:0.57;}
/*goToTop*/
.goToTop{ display:inline-block; width:2.9em; height:2.9em; text-indent:-9999px; background:url(../images/topBg.png) no-repeat; background-size:29em 17.5em; right:1.9%; top:21%;}
.goToTop11{ background-position:0 0;}
.goToTop12{ background-position:-2.9em 0;}
.goToTop13{ background-position:-5.8em 0;}
.goToTop14{ background-position:-8.7em 0;}
.goToTop21{ background-position:0 -2.9em;}
.goToTop22{ background-position:-2.9em -2.9em;}
.goToTop23{ background-position:-5.8em -2.9em;}
.goToTop24{ background-position:-8.7em -2.9em;}
.goToTop31{ background-position:0 -5.8em;}
.goToTop32{ background-position:-2.9em -5.8em;}
.goToTop33{ background-position:-5.8em -5.8em;}
.goToTop34{ background-position:-8.7em -5.8em;}
.goToTop35{ background-position:-11.6em -5.8em;}
.goToTop36{ background-position:-14.5em -5.8em;}
.goToTop37{ background-position:-17.4em -5.84em;}
.goToTop41{ background-position:0 -8.7em;}
.goToTop42{ background-position:-2.9em -8.7em;}
.goToTop43{ background-position:-5.8em -8.7em;}
.goToTop44{ background-position:-8.7em -8.7em;}
.goToTop45{ background-position:-11.6em -8.7em;}
.goToTop46{ background-position:-14.5em -8.7em;}
.goToTop47{ background-position:-17.4em -8.7em;}
.goToTop48{ background-position:-20.3em -8.7em;}
.goToTop49{ background-position:-23.2em -8.7em;}
.goToTop410{ background-position:-26.1em -8.7em;}
.goToTop51{ background-position:0 -11.6em;}
.goToTop52{ background-position:-2.9em -11.6em;}
.goToTop61{ background-position:0 -14.5em;}
.goToTop62{ background-position:-2.9em -14.5em;}
.goToTop63{ background-position:-5.8em -14.5em;}
/*index*/
.carouselBox{ position:relative;}
.carouselBox .carouselPics li{ float:left; text-align:center;}
.carouselBox .carouselPics li img{ width:100%; vertical-align:middle;}
.carouselBox .carouselBtns{ width:100%; left:0; bottom:5.1%; display:table; z-index:5; text-align:center;}
.carouselBox .carouselBtns li{ display:inline-block; width:1.8%; height:0.5em; margin-left:1.6%; border-radius:0.32em; background:rgba(235,235,235,0.7);}
.carouselBox .carouselBtns li.current{ background:rgba(235,235,235,1);}
.carouselBox .carouselBtns li:first-child{ margin-left:0;}
.menu11{ margin:1.1% 2.1%; border-radius:0.2em; background-color:#fff; border-bottom:#bcbcbc solid 1px;}
.menu11 li{ float:left; width:33%;}
.menu11 li a{ display:block; height:9.6em; text-align:center;}
.menu11 li img{ height:5.11em; width:5.11em;margin:8.5% 0 14%; vertical-align:middle; border-radius:2.6em;}
.menu11 li span{ display:inline-block; width:100%; height:1.3em; color:#494949; font-weight:bold; overflow:hidden;}
.menu11 li:nth-child(6n+1){ border-bottom:#dbdbdb solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+2){ border-bottom:#dbdbdb solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+3){ width:33.1%; border-bottom:#dbdbdb solid 1px;}
.menu11 li:nth-child(6n+4){ border-bottom:#c4c4c4 solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+5){ border-bottom:#c4c4c4 solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+6){ width:33.1%; border-bottom:#c4c4c4 solid 1px; }
@media screen and (min-width:480px){
#container{ font-size:20px;}
#footer{ font-size:18px;}
#footer .copyRight{ font-size:16px;}
}
@media screen and (min-width:640px){
#container{ font-size:24px;}
#footer{ font-size:22px;}
#footer .copyRight{ font-size:20px;}
} | Public/static/tpl/1342/css/base.css | @charset "utf-8";
body{ font:0.75em 'microsoft yahei'; color:#353535;}
a{ text-decoration:none; color:#353535;}
a:hover{ text-decoration:none;}
/*bg*/
.bg11{ background-color:#dbdbdb;}
/*container*/
#container{ width:100%; max-width:640px; min-width:320px; margin:0 auto;}
/*footer*/
#footer{ padding:2.3% 2.65%; background-color:#3a4148;}
#footer nav{ margin-bottom:3%; opacity:0.7;}
#footer .copyRight{ font-family:Arial; opacity:0.57;}
/*goToTop*/
.goToTop{ display:inline-block; width:2.9em; height:2.9em; text-indent:-9999px; background:url(../images/topBg.png) no-repeat; background-size:29em 17.5em; right:1.9%; top:21%;}
.goToTop11{ background-position:0 0;}
.goToTop12{ background-position:-2.9em 0;}
.goToTop13{ background-position:-5.8em 0;}
.goToTop14{ background-position:-8.7em 0;}
.goToTop21{ background-position:0 -2.9em;}
.goToTop22{ background-position:-2.9em -2.9em;}
.goToTop23{ background-position:-5.8em -2.9em;}
.goToTop24{ background-position:-8.7em -2.9em;}
.goToTop31{ background-position:0 -5.8em;}
.goToTop32{ background-position:-2.9em -5.8em;}
.goToTop33{ background-position:-5.8em -5.8em;}
.goToTop34{ background-position:-8.7em -5.8em;}
.goToTop35{ background-position:-11.6em -5.8em;}
.goToTop36{ background-position:-14.5em -5.8em;}
.goToTop37{ background-position:-17.4em -5.84em;}
.goToTop41{ background-position:0 -8.7em;}
.goToTop42{ background-position:-2.9em -8.7em;}
.goToTop43{ background-position:-5.8em -8.7em;}
.goToTop44{ background-position:-8.7em -8.7em;}
.goToTop45{ background-position:-11.6em -8.7em;}
.goToTop46{ background-position:-14.5em -8.7em;}
.goToTop47{ background-position:-17.4em -8.7em;}
.goToTop48{ background-position:-20.3em -8.7em;}
.goToTop49{ background-position:-23.2em -8.7em;}
.goToTop410{ background-position:-26.1em -8.7em;}
.goToTop51{ background-position:0 -11.6em;}
.goToTop52{ background-position:-2.9em -11.6em;}
.goToTop61{ background-position:0 -14.5em;}
.goToTop62{ background-position:-2.9em -14.5em;}
.goToTop63{ background-position:-5.8em -14.5em;}
/*index*/
.carouselBox{ position:relative;}
.carouselBox .carouselPics li{ float:left; text-align:center;}
.carouselBox .carouselPics li img{ width:100%; vertical-align:middle;}
.carouselBox .carouselBtns{ width:100%; left:0; bottom:5.1%; display:table; z-index:5; text-align:center;}
.carouselBox .carouselBtns li{ display:inline-block; width:1.8%; height:0.5em; margin-left:1.6%; border-radius:0.32em; background:rgba(235,235,235,0.7);}
.carouselBox .carouselBtns li.current{ background:rgba(235,235,235,1);}
.carouselBox .carouselBtns li:first-child{ margin-left:0;}
.menu11{ margin:1.1% 2.1%; border-radius:0.2em; background-color:#fff; border-bottom:#bcbcbc solid 1px;}
.menu11 li{ float:left; width:33%;}
.menu11 li a{ display:block; height:9.6em; text-align:center;}
.menu11 li img{ height:5.11em; width:5.11em;margin:8.5% 0 14%; vertical-align:middle; border-radius:2.6em;}
.menu11 li span{ display:inline-block; width:100%; height:1.3em; color:#494949; font-weight:bold; overflow:hidden;}
.menu11 li:nth-child(6n+1){ border-bottom:#dbdbdb solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+2){ border-bottom:#dbdbdb solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+3){ width:33.1%; border-bottom:#dbdbdb solid 1px;}
.menu11 li:nth-child(6n+4){ border-bottom:#c4c4c4 solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+5){ border-bottom:#c4c4c4 solid 1px; border-right:#c4c4c4 solid 1px;}
.menu11 li:nth-child(6n+6){ width:33.1%; border-bottom:#c4c4c4 solid 1px; }
@media screen and (min-width:480px){
#container{ font-size:20px;}
#footer{ font-size:18px;}
#footer .copyRight{ font-size:16px;}
}
@media screen and (min-width:640px){
#container{ font-size:24px;}
#footer{ font-size:22px;}
#footer .copyRight{ font-size:20px;}
} | 0.150653 | 0.074635 |
#hamburger {
/*透明にする*/
opacity: 0;
position: fixed;
}
/*バーガーメニューの移動*/
label .burger {
position: fixed;
top: 1.3rem;
right: 1rem;
z-index: 3;
width: 2rem;
height: 2rem;
}
/*ラベルの中のバーガーに擬似クラスを作成する*/
label .burger::before,
label .burger::after,
label .burger .bar {
position: absolute;
right: 0;
width: 100%;
height: 0.25rem;
border-radius: 5px;
background: #FFF;
/*擬似要素につける*/
content: "";
transition: 0.5s;
}
/*ハンバーガー線の位置の設定*/
label .burger::before {
top: 0;
/*回転させるときの起点を設定*/
transform-origin: top left;
}
label .burger::after {
bottom: 0;
transform-origin: bottom left;
}
label .burger .bar {
top: 45%;
}
#menu {
/*位置を固定*/
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
display: flex;
/*縦並び nowraop回り込み対策*/
flex-flow: column nowrap;
/*いちをセンターに*/
justify-content: center;
/*起点となるところが最初になるように*/
align-items: flex-start;
}
#menu::before {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
width: 300px;
background: #34558b;
content: "";
/*skewX(15deg)角度15度、エンジを傾ける translate(-100%)左側に寄せておく*/
transform: skewX(0) translate(200%);
/*移動場所の起点*/
transform-origin: bottom left;
/*移動にかかる時間*/
transition: transform 0.3s;
}
/*menuを左にずらす*/
#menu a {
margin: 13px 0;
margin-left: 10px;
padding: 0.2rem 3rem;
font-size: 1.5rem;
color: #FFF;
text-decoration: none;
/*左側に移す 見えないところ*/
transform: translateX(200%);
/*menu文字の出てくるはやさ*/
transition: all 0.15s, transform 0.5s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/*バーガーがクリックされたとき上の線と下の線の幅が130%になる*/
#hamburger:checked + label .burger::before,
#hamburger:checked + label .burger::after {
width: 130%;
}
/*上線を回転させる*/
#hamburger:checked + label .burger::before {
transform: rotate(45deg);
}
/*下線を回転させる*/
#hamburger:checked + label .burger::after {
transform: rotate(-45deg);
}
/*中線を消す(サイズが0になっている)*/
#hamburger:checked + label .burger .bar {
transform: scale(0);
}
/*ハンバーガーがチェックされたらエンジ色を左から右に持ってくる*/
#hamburger:checked ~ #menu::before {
transform: skewX(0) translateX(0);
}
#hamburger:checked ~ #menu a {
transform: translateX(0);
}
#hamburger:checked ~ .light-dark {
background: #000;
opacity: 0.5;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2;
} | public/css/top/hamburger.css | #hamburger {
/*透明にする*/
opacity: 0;
position: fixed;
}
/*バーガーメニューの移動*/
label .burger {
position: fixed;
top: 1.3rem;
right: 1rem;
z-index: 3;
width: 2rem;
height: 2rem;
}
/*ラベルの中のバーガーに擬似クラスを作成する*/
label .burger::before,
label .burger::after,
label .burger .bar {
position: absolute;
right: 0;
width: 100%;
height: 0.25rem;
border-radius: 5px;
background: #FFF;
/*擬似要素につける*/
content: "";
transition: 0.5s;
}
/*ハンバーガー線の位置の設定*/
label .burger::before {
top: 0;
/*回転させるときの起点を設定*/
transform-origin: top left;
}
label .burger::after {
bottom: 0;
transform-origin: bottom left;
}
label .burger .bar {
top: 45%;
}
#menu {
/*位置を固定*/
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
display: flex;
/*縦並び nowraop回り込み対策*/
flex-flow: column nowrap;
/*いちをセンターに*/
justify-content: center;
/*起点となるところが最初になるように*/
align-items: flex-start;
}
#menu::before {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
width: 300px;
background: #34558b;
content: "";
/*skewX(15deg)角度15度、エンジを傾ける translate(-100%)左側に寄せておく*/
transform: skewX(0) translate(200%);
/*移動場所の起点*/
transform-origin: bottom left;
/*移動にかかる時間*/
transition: transform 0.3s;
}
/*menuを左にずらす*/
#menu a {
margin: 13px 0;
margin-left: 10px;
padding: 0.2rem 3rem;
font-size: 1.5rem;
color: #FFF;
text-decoration: none;
/*左側に移す 見えないところ*/
transform: translateX(200%);
/*menu文字の出てくるはやさ*/
transition: all 0.15s, transform 0.5s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/*バーガーがクリックされたとき上の線と下の線の幅が130%になる*/
#hamburger:checked + label .burger::before,
#hamburger:checked + label .burger::after {
width: 130%;
}
/*上線を回転させる*/
#hamburger:checked + label .burger::before {
transform: rotate(45deg);
}
/*下線を回転させる*/
#hamburger:checked + label .burger::after {
transform: rotate(-45deg);
}
/*中線を消す(サイズが0になっている)*/
#hamburger:checked + label .burger .bar {
transform: scale(0);
}
/*ハンバーガーがチェックされたらエンジ色を左から右に持ってくる*/
#hamburger:checked ~ #menu::before {
transform: skewX(0) translateX(0);
}
#hamburger:checked ~ #menu a {
transform: translateX(0);
}
#hamburger:checked ~ .light-dark {
background: #000;
opacity: 0.5;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2;
} | 0.300848 | 0.112503 |
.slideBox{
width:100%;
height: 710px;
overflow:hidden;
position:relative;
}
.slideBox .bd{
position:relative;
width: 100%;
z-index:0; }
.slideBox .bd li{
zoom:1;
vertical-align:middle;
}
.slideBox .bd img{
text-align: center;
width:100%;
height: 710px;
display:inline;
}
/*滚动结束*/
.main{
width: 100%;
position: relative;
}
.index_main1{
margin-top: -84px;
background: url("../images/main_back1.png") no-repeat center;width:100%;height:1070px;;
}
/*导航开始*/
.nav{
width: 140px;
position: absolute;
top: 0;
left: 16%;
z-index: 200;
}
.nav ul{
background: url("../images/navback.png") no-repeat;
background-size: 100% 100%;
text-align: center;
padding-top: 225px;
padding-bottom: 120px;
}
.nav ul li{
padding: 8% 0;
}
.nav ul li:hover{
background: url("../images/liback.png") no-repeat bottom center;
}
.nav ul li:hover a{
color: #ffc900!important;
}
.nav img{
position: absolute;
top: 135px;
width: 250px;
height: 95px;
z-index: 4;
}
.nav a{
font-size: 18px;
color: #ffffff;
}
.navon{
background: url("../images/liback.png") no-repeat bottom center;
}
.navon a{
color: #ffc900!important;
}
/*导航结束*/
/*视频开始*/
#youkuplayer{
position: relative;
width: 890px;
height: 515px;
margin: 0 auto;
z-index: 5;
padding-top: 418px;
}
#youkuplayer img{
width: 890px;
height: 515px;
}
.qiehuan{
width: 895px;
height: 102px;
margin-left: -5px;
}
.qiehuan li{
cursor: pointer;
float: left;
margin-top: 10px;
margin-left: 5px;
}
.qiehuan li img{
width: 174px;
height: 102px;
}
.video_ul{
width: 890px;
margin: 0 auto;
}
#youkuplayer span{
width: 135px;
height: 135px;
margin-left: -67px;
background: url("../images/play.png") no-repeat center;
background-size: cover;
position: absolute;
display: inline-block;
bottom:20%;
left: 50%;
cursor: pointer;
}
/*视频结束*/
/*main2开始*/
.index_main2{
background: url("../images/main_back2.png") no-repeat
center;width:100%;height:508px;
}
.main2{
overflow: hidden;
width: 1200px;
margin: 0 auto;
}
.main2 > img{
width: 600px;
height: 508px;
}
.main2 .main2_right{
margin-left: 676px;
}
.main2 .main2_right h3{
padding-top: 170px;
}
.main2 .main2_right h3 img{
width: 104px;
height: 34px;
}
.main2 .main2_right p{
padding-top: 20px;
font-size: 16px;
width: 450px;
padding-left: 10px;
line-height: 28px;
}
/*main2结束*/
/*main3开始*/
.index_main3{
background: url("../images/main3back.png") no-repeat
center center;
width:100%;
height:1780px;
}
.main3_div{
padding-top: 50px;
width: 1206px;
margin: 0 auto;
}
.main3_div2{
padding-bottom: 6px;
margin-left: -20px;
overflow: hidden;
}
.main3_div .main3_item{
float: left;
margin-left: 20px;
width: 590px;
-moz-box-shadow:2px 2px 4px #dddddd;
-webkit-box-shadow:2px 2px 4px #dddddd;
box-shadow:2px 2px 4px #dddddd;
}
.main3_div .main3_item p{
overflow: hidden;
}
.main3_div .main3_item p img {
width: 590px;
height: 390px;
overflow: hidden;
}
.main3_text span{
text-align: left;
display: inline-block;
height: 72px;
line-height: 72px;
padding-left: 18px;
}
.main3_text{
width: 100%;
height: 72px;
background-color: #FFFFFF;
}
.main3_text > a{
margin-top: 17px;
text-align: center;
width: 92px;
height: 38px;
line-height: 38px;
padding-right: 18px;
color: #fefefe;
background: url("../images/gd.png") no-repeat;
}
.fangda{
cursor: pointer;
-webkit-transition:all 0.8s;
-moz-transition:all 0.8s;
-o-transition:all 0.8s;
-ms-transition:all 0.8s;
}
.fangda:hover{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
}
.main3_div3{
margin-left: -20px;
overflow: hidden;
}
.main3_div3 .main3_item3{
padding-top: 20px;
float: left;
width: 386px;
margin-left: 20px;
}
.main3_item3 >p >img{
width: 386px;
height: 238px;
}
.main3_item3 p{
overflow: hidden;
}
.main_ql{
padding-left: 90px;
padding-top: 150px;
}
.main_ql h3 img{
width: 75px;
height: 40px;
}
.main_ql p{
padding-top: 20px;
font-size: 16px;
width: 450px;
padding-left: 10px;
line-height: 28px;
}
.marbom110{
padding-bottom: 110px;
}
.index_main4{
width: 100%;
background: url("../images/back.jpg");
}
/*main3结束*/
.footer{
background: url("../images/footback.png") no-repeat center;
background-size: 100% 100%;
width: 100%;
height: 570px;
}
.footer img{
padding-top: 196px;
width: 240px;
height: 216px;
margin: 0 auto;
display: block;
}
.footer .footdiv{
width: 730px;
margin: 0 auto;
overflow: hidden;
}
.footer .footdiv dl dt{
font-size: 16px;
color: #999999;
padding-bottom: 15px;
}
.footer .footdiv .wid170 dt{
padding-left: 14px;
}
.footer .footdiv .wid170 dt{
}
.wid170{
width: 170px;
}
.footer .footdiv dl a{
color: #999999;
}
.footer .footdiv .wid170 dd{
padding: 5px 14px;
float: left;
}
.win240{
width: 280px;
padding-left: 5px;
}
.footer .footdiv .win240 dd{
padding: 5px 1px;
float: left;
}
.footdiv ul li{
padding: 6px 20px;
}
.footdiv ul li a{
color: #999999;
font-size: 16px;
} | Public/Home/css/style.css | .slideBox{
width:100%;
height: 710px;
overflow:hidden;
position:relative;
}
.slideBox .bd{
position:relative;
width: 100%;
z-index:0; }
.slideBox .bd li{
zoom:1;
vertical-align:middle;
}
.slideBox .bd img{
text-align: center;
width:100%;
height: 710px;
display:inline;
}
/*滚动结束*/
.main{
width: 100%;
position: relative;
}
.index_main1{
margin-top: -84px;
background: url("../images/main_back1.png") no-repeat center;width:100%;height:1070px;;
}
/*导航开始*/
.nav{
width: 140px;
position: absolute;
top: 0;
left: 16%;
z-index: 200;
}
.nav ul{
background: url("../images/navback.png") no-repeat;
background-size: 100% 100%;
text-align: center;
padding-top: 225px;
padding-bottom: 120px;
}
.nav ul li{
padding: 8% 0;
}
.nav ul li:hover{
background: url("../images/liback.png") no-repeat bottom center;
}
.nav ul li:hover a{
color: #ffc900!important;
}
.nav img{
position: absolute;
top: 135px;
width: 250px;
height: 95px;
z-index: 4;
}
.nav a{
font-size: 18px;
color: #ffffff;
}
.navon{
background: url("../images/liback.png") no-repeat bottom center;
}
.navon a{
color: #ffc900!important;
}
/*导航结束*/
/*视频开始*/
#youkuplayer{
position: relative;
width: 890px;
height: 515px;
margin: 0 auto;
z-index: 5;
padding-top: 418px;
}
#youkuplayer img{
width: 890px;
height: 515px;
}
.qiehuan{
width: 895px;
height: 102px;
margin-left: -5px;
}
.qiehuan li{
cursor: pointer;
float: left;
margin-top: 10px;
margin-left: 5px;
}
.qiehuan li img{
width: 174px;
height: 102px;
}
.video_ul{
width: 890px;
margin: 0 auto;
}
#youkuplayer span{
width: 135px;
height: 135px;
margin-left: -67px;
background: url("../images/play.png") no-repeat center;
background-size: cover;
position: absolute;
display: inline-block;
bottom:20%;
left: 50%;
cursor: pointer;
}
/*视频结束*/
/*main2开始*/
.index_main2{
background: url("../images/main_back2.png") no-repeat
center;width:100%;height:508px;
}
.main2{
overflow: hidden;
width: 1200px;
margin: 0 auto;
}
.main2 > img{
width: 600px;
height: 508px;
}
.main2 .main2_right{
margin-left: 676px;
}
.main2 .main2_right h3{
padding-top: 170px;
}
.main2 .main2_right h3 img{
width: 104px;
height: 34px;
}
.main2 .main2_right p{
padding-top: 20px;
font-size: 16px;
width: 450px;
padding-left: 10px;
line-height: 28px;
}
/*main2结束*/
/*main3开始*/
.index_main3{
background: url("../images/main3back.png") no-repeat
center center;
width:100%;
height:1780px;
}
.main3_div{
padding-top: 50px;
width: 1206px;
margin: 0 auto;
}
.main3_div2{
padding-bottom: 6px;
margin-left: -20px;
overflow: hidden;
}
.main3_div .main3_item{
float: left;
margin-left: 20px;
width: 590px;
-moz-box-shadow:2px 2px 4px #dddddd;
-webkit-box-shadow:2px 2px 4px #dddddd;
box-shadow:2px 2px 4px #dddddd;
}
.main3_div .main3_item p{
overflow: hidden;
}
.main3_div .main3_item p img {
width: 590px;
height: 390px;
overflow: hidden;
}
.main3_text span{
text-align: left;
display: inline-block;
height: 72px;
line-height: 72px;
padding-left: 18px;
}
.main3_text{
width: 100%;
height: 72px;
background-color: #FFFFFF;
}
.main3_text > a{
margin-top: 17px;
text-align: center;
width: 92px;
height: 38px;
line-height: 38px;
padding-right: 18px;
color: #fefefe;
background: url("../images/gd.png") no-repeat;
}
.fangda{
cursor: pointer;
-webkit-transition:all 0.8s;
-moz-transition:all 0.8s;
-o-transition:all 0.8s;
-ms-transition:all 0.8s;
}
.fangda:hover{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
}
.main3_div3{
margin-left: -20px;
overflow: hidden;
}
.main3_div3 .main3_item3{
padding-top: 20px;
float: left;
width: 386px;
margin-left: 20px;
}
.main3_item3 >p >img{
width: 386px;
height: 238px;
}
.main3_item3 p{
overflow: hidden;
}
.main_ql{
padding-left: 90px;
padding-top: 150px;
}
.main_ql h3 img{
width: 75px;
height: 40px;
}
.main_ql p{
padding-top: 20px;
font-size: 16px;
width: 450px;
padding-left: 10px;
line-height: 28px;
}
.marbom110{
padding-bottom: 110px;
}
.index_main4{
width: 100%;
background: url("../images/back.jpg");
}
/*main3结束*/
.footer{
background: url("../images/footback.png") no-repeat center;
background-size: 100% 100%;
width: 100%;
height: 570px;
}
.footer img{
padding-top: 196px;
width: 240px;
height: 216px;
margin: 0 auto;
display: block;
}
.footer .footdiv{
width: 730px;
margin: 0 auto;
overflow: hidden;
}
.footer .footdiv dl dt{
font-size: 16px;
color: #999999;
padding-bottom: 15px;
}
.footer .footdiv .wid170 dt{
padding-left: 14px;
}
.footer .footdiv .wid170 dt{
}
.wid170{
width: 170px;
}
.footer .footdiv dl a{
color: #999999;
}
.footer .footdiv .wid170 dd{
padding: 5px 14px;
float: left;
}
.win240{
width: 280px;
padding-left: 5px;
}
.footer .footdiv .win240 dd{
padding: 5px 1px;
float: left;
}
.footdiv ul li{
padding: 6px 20px;
}
.footdiv ul li a{
color: #999999;
font-size: 16px;
} | 0.342791 | 0.057679 |
html,
body {
background-color: #F6F6F6;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.title {
font-size: 84px;
}
.content {
text-align: center;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.links>a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
*/ .dropbtn {
background-color: black;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
text-decoration: none;
color: black;
cursor: pointer;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #e0e0d1;
color: black;
border-color: black;
}
.header {
padding: 10px 16px;
background: #f0f0f0;
color: #f0f0f0;
}
.content {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky+.content {
padding-top: 102px;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.CI {
max-width: 750px;
max-height: 750px;
min-width: 100%;
min-height: 100%;
/* border: 1px solid #ddd; */
border-radius: 4px;
/* padding: 0px; */
width: 150px;
}
.charRef {
max-width: 350px;
max-height: 300px;
min-width: 350px;
min-height: 300px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
margin-right: 1%;
border-color: #f0f0f0;
object-fit: cover
}
.image {
max-width: 300px;
max-height: 250px;
min-width: 300px;
min-height: 250px;
border: 1px solid #ddd;
background: radial-gradient(104.17% 90.14% at -4.17% 25.84%, rgba(255, 222, 214, 0.8125) 0%, #FFE2DB 62.13%, #FFE3BE 62.43%);
border-radius: 4px;
padding: 5px;
margin-right: 1%;
border-color: #867878;
object-fit: cover;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
/* projects */
.project {
max-width: 300px;
max-height: 300px;
min-width: 300x;
min-height: 300px;
border-radius: 4px;
}
/* animated paragraph */
.pa {
animation-duration: 5s;
animation-name: slidein;
animation-iteration-count: 1;
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
/* animation, blink letter */
.blinking {
animation: blinkingText 0.5s infinite;
}
@keyframes blinkingText {
0% {
color: #000;
}
49% {
color: #000;
}
60% {
color: transparent;
}
99% {
color: transparent;
}
100% {
color: #000;
}
}
/* btn to go to top page */
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #d5c455;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 100px;
}
#myBtn:hover {
background-color: #555;
}
/* insert google map */
#map {
background-color: grey;
}
/* slide */
.slide {
max-width: 100%;
min-width: 100%;
max-height: 100%;
min-height: 100%;
}
.scale-down {
object-fit: contain;
width: 200px;
height: 800px;
repeat: repeat-x;
}
/* welcome cat animation */
#Vector_16 {
animation: catJump 1.5s infinite;
transform-origin: center;
transform-box: fill-box;
}
@keyframes catJump {
from {
transform: rotateZ(0deg);
}
to {
transform: rotateZ(360deg)
}
}
#Vector_24 {
animation: catwalk .5s infinite;
transform-origin: center;
transform-box: fill-box;
}
#Vector_23 {
animation: catwalk1 .5s infinite;
transform-origin: center;
transform-box: fill-box;
}
@keyframes catwalk {
from {
transform: rotateY(0deg);
}
75% {
transform: rotateZ(30deg)
}
to {
transform: rotateY(0deg)
}
}
@keyframes catwalk1 {
from {
transform: rotateY(0deg);
}
75% {
transform: rotateZ(30deg)
}
to {
transform: rotateY(0deg)
}
}
.landing {
width: 100%;
margin-bottom: 0%;
min-height: 90vh;
border-color: #EDEDED;
min-width:100%;
background-image:url('{{asset('images/girl.png') }}');
}
.landing1{
width:100%;
margin-bottom:0%;
height:100vh;
background-color:#EDEDED;
}
.achieve {
background: radial-gradient(88.1% 88.1% at 86.96% -2.38%, #FFE3BE 49.37%, #ededed 49.37%);
height: 60vh;
width: 65vw;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
margin-top: auto
}
.skill2 {
background: radial-gradient(110.25% 113.78% at 81.68% 107.74%, #FFE2DB 41.54%, #EDEDED 41.55%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
width: 40vw;
}
.project1{
background:radial-gradient(104.95% 104.95% at 49.9% 45.05%, #FFEBD0 0%, #FFEBD0 9.54%, rgba(237, 237, 237, 0) 49.32%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
width:70vw;
margin-top:10%;
}
.whyMe2{
width:60vw;
background: radial-gradient(120.5% 124.35% at 63.66% -25.89%, #FFE3BE 41.54%, #EDEDED 41.55%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
} | public/css/website.css | html,
body {
background-color: #F6F6F6;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.title {
font-size: 84px;
}
.content {
text-align: center;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.links>a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
*/ .dropbtn {
background-color: black;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
text-decoration: none;
color: black;
cursor: pointer;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #e0e0d1;
color: black;
border-color: black;
}
.header {
padding: 10px 16px;
background: #f0f0f0;
color: #f0f0f0;
}
.content {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky+.content {
padding-top: 102px;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.CI {
max-width: 750px;
max-height: 750px;
min-width: 100%;
min-height: 100%;
/* border: 1px solid #ddd; */
border-radius: 4px;
/* padding: 0px; */
width: 150px;
}
.charRef {
max-width: 350px;
max-height: 300px;
min-width: 350px;
min-height: 300px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
margin-right: 1%;
border-color: #f0f0f0;
object-fit: cover
}
.image {
max-width: 300px;
max-height: 250px;
min-width: 300px;
min-height: 250px;
border: 1px solid #ddd;
background: radial-gradient(104.17% 90.14% at -4.17% 25.84%, rgba(255, 222, 214, 0.8125) 0%, #FFE2DB 62.13%, #FFE3BE 62.43%);
border-radius: 4px;
padding: 5px;
margin-right: 1%;
border-color: #867878;
object-fit: cover;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
/* projects */
.project {
max-width: 300px;
max-height: 300px;
min-width: 300x;
min-height: 300px;
border-radius: 4px;
}
/* animated paragraph */
.pa {
animation-duration: 5s;
animation-name: slidein;
animation-iteration-count: 1;
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
/* animation, blink letter */
.blinking {
animation: blinkingText 0.5s infinite;
}
@keyframes blinkingText {
0% {
color: #000;
}
49% {
color: #000;
}
60% {
color: transparent;
}
99% {
color: transparent;
}
100% {
color: #000;
}
}
/* btn to go to top page */
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #d5c455;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 100px;
}
#myBtn:hover {
background-color: #555;
}
/* insert google map */
#map {
background-color: grey;
}
/* slide */
.slide {
max-width: 100%;
min-width: 100%;
max-height: 100%;
min-height: 100%;
}
.scale-down {
object-fit: contain;
width: 200px;
height: 800px;
repeat: repeat-x;
}
/* welcome cat animation */
#Vector_16 {
animation: catJump 1.5s infinite;
transform-origin: center;
transform-box: fill-box;
}
@keyframes catJump {
from {
transform: rotateZ(0deg);
}
to {
transform: rotateZ(360deg)
}
}
#Vector_24 {
animation: catwalk .5s infinite;
transform-origin: center;
transform-box: fill-box;
}
#Vector_23 {
animation: catwalk1 .5s infinite;
transform-origin: center;
transform-box: fill-box;
}
@keyframes catwalk {
from {
transform: rotateY(0deg);
}
75% {
transform: rotateZ(30deg)
}
to {
transform: rotateY(0deg)
}
}
@keyframes catwalk1 {
from {
transform: rotateY(0deg);
}
75% {
transform: rotateZ(30deg)
}
to {
transform: rotateY(0deg)
}
}
.landing {
width: 100%;
margin-bottom: 0%;
min-height: 90vh;
border-color: #EDEDED;
min-width:100%;
background-image:url('{{asset('images/girl.png') }}');
}
.landing1{
width:100%;
margin-bottom:0%;
height:100vh;
background-color:#EDEDED;
}
.achieve {
background: radial-gradient(88.1% 88.1% at 86.96% -2.38%, #FFE3BE 49.37%, #ededed 49.37%);
height: 60vh;
width: 65vw;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
margin-top: auto
}
.skill2 {
background: radial-gradient(110.25% 113.78% at 81.68% 107.74%, #FFE2DB 41.54%, #EDEDED 41.55%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
width: 40vw;
}
.project1{
background:radial-gradient(104.95% 104.95% at 49.9% 45.05%, #FFEBD0 0%, #FFEBD0 9.54%, rgba(237, 237, 237, 0) 49.32%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
width:70vw;
margin-top:10%;
}
.whyMe2{
width:60vw;
background: radial-gradient(120.5% 124.35% at 63.66% -25.89%, #FFE3BE 41.54%, #EDEDED 41.55%);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
} | 0.461988 | 0.093802 |
*{
margin: 0;
padding: 0;
font-family: Helvetica;
}
html{
padding: 0;
height: auto;
min-height: 100%;
width: 100%;
}
body{
padding: 0;
margin: 0;
min-height: 100%;
display: inline-block;
width: 100%;
}
header{
height: 80px;
background-color: #222222;
width: 100%;
}
#header_image{
height: 60px;
margin-top: 10px;
margin-left: 10px;
display: inline;
vertical-align: middle;
}
#header_title{
font-weight: 300;
position: relative;
top: 5px;
left: 10px;
color: white;
display: inline;
font-family: helvetica;
}
nav{
width: 100%;
}
nav ul ul {
display: none;
z-index: 10;
}
nav ul li:hover > ul {
display: block;
}
nav ul {
width: 100%;
background: #0099cc;
list-style: none;
position: relative;
display: inline-table;
}
nav ul li {
float: left;
}
nav ul li:hover {
background: #4b545f;
}
nav ul li:hover a {
color: #fff;
}
nav ul li a {
display: block;
padding: 10px;
color: white;
text-decoration: none;
}
nav ul ul {
background: #5f6975;
border-radius: 0px;
padding: 0;
position: absolute;
top: 100%;
width: auto;
}
nav ul ul li {
float: none;
position: relative;
}
nav ul ul li a {
padding: 10px;
color: #fff;
}
nav ul ul li a:hover {
background: #4b545f;
}
.wrapper{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
#main_page{
width: 100%;
height: 100%;
display: inline-block;
}
.input_form{
background-color: lightgrey;
width: 78%;
margin: auto;
height: auto;
margin-bottom: 2%;
margin-top: 1%;
padding: 1%;
border-radius: 5px;
text-align: center;
}
label, select, #submit_button{
text-align: center;
font-size: 1.4vw;
display: inline-block;
margin: auto;
}
#submit_button, select{
margin-right:1%;
}
option{
font-size: 1.2vw;
box-shadow: none;
border: none;
}
#submit_button:hover {
background-color: none;
}
select{
box-shadow: none;
border: none;
}
#content_area{
border-bottom-style: solid;
width: 80%;
margin: auto;
border-bottom-width: 1px;
font-size: 2.2vw;
}
#calendar{
width: 80%;
height: 100%;
border: 1px solid black;
margin: auto;
margin-top: 1%;
margin-bottom: 2%;
border-radius: 5px;
}
#calendar_header{
background-color: #0099cc;
text-align: center;
font-size: 2vw;
}
#calendar table{
padding: 2%;
width: 96%;
height: 100%;
margin: auto;
margin-bottom: 2%;
margin-top: 2%;
border-collapse: separate;
}
th{
border-bottom: 1px solid black;
font-size: 1.4vw;
}
tr{
margin: auto;
width: 100%;
}
td{
width: 19%;
margin:auto;
border-radius: 5px;
text-align: center;
padding: 1%;
font-size: 1.4vw;
}
#hour{
width:5%;
background-color: gray;
border-radius: 5px;
font-size: 1.4vw;
}
#calendar p{
text-align: center;
font-size: 3vw;
font-style:italic;
padding: 2%;
color: white;
}
#empty{
background-color: skyblue;
}
#quarter{
background-color: palegreen;
}
#half{
background-color: lightgoldenrodyellow
}
#almost_full{
background-color: orange;
}
#full{
background-color: indianred;
} | application/static/db_general.css | *{
margin: 0;
padding: 0;
font-family: Helvetica;
}
html{
padding: 0;
height: auto;
min-height: 100%;
width: 100%;
}
body{
padding: 0;
margin: 0;
min-height: 100%;
display: inline-block;
width: 100%;
}
header{
height: 80px;
background-color: #222222;
width: 100%;
}
#header_image{
height: 60px;
margin-top: 10px;
margin-left: 10px;
display: inline;
vertical-align: middle;
}
#header_title{
font-weight: 300;
position: relative;
top: 5px;
left: 10px;
color: white;
display: inline;
font-family: helvetica;
}
nav{
width: 100%;
}
nav ul ul {
display: none;
z-index: 10;
}
nav ul li:hover > ul {
display: block;
}
nav ul {
width: 100%;
background: #0099cc;
list-style: none;
position: relative;
display: inline-table;
}
nav ul li {
float: left;
}
nav ul li:hover {
background: #4b545f;
}
nav ul li:hover a {
color: #fff;
}
nav ul li a {
display: block;
padding: 10px;
color: white;
text-decoration: none;
}
nav ul ul {
background: #5f6975;
border-radius: 0px;
padding: 0;
position: absolute;
top: 100%;
width: auto;
}
nav ul ul li {
float: none;
position: relative;
}
nav ul ul li a {
padding: 10px;
color: #fff;
}
nav ul ul li a:hover {
background: #4b545f;
}
.wrapper{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
#main_page{
width: 100%;
height: 100%;
display: inline-block;
}
.input_form{
background-color: lightgrey;
width: 78%;
margin: auto;
height: auto;
margin-bottom: 2%;
margin-top: 1%;
padding: 1%;
border-radius: 5px;
text-align: center;
}
label, select, #submit_button{
text-align: center;
font-size: 1.4vw;
display: inline-block;
margin: auto;
}
#submit_button, select{
margin-right:1%;
}
option{
font-size: 1.2vw;
box-shadow: none;
border: none;
}
#submit_button:hover {
background-color: none;
}
select{
box-shadow: none;
border: none;
}
#content_area{
border-bottom-style: solid;
width: 80%;
margin: auto;
border-bottom-width: 1px;
font-size: 2.2vw;
}
#calendar{
width: 80%;
height: 100%;
border: 1px solid black;
margin: auto;
margin-top: 1%;
margin-bottom: 2%;
border-radius: 5px;
}
#calendar_header{
background-color: #0099cc;
text-align: center;
font-size: 2vw;
}
#calendar table{
padding: 2%;
width: 96%;
height: 100%;
margin: auto;
margin-bottom: 2%;
margin-top: 2%;
border-collapse: separate;
}
th{
border-bottom: 1px solid black;
font-size: 1.4vw;
}
tr{
margin: auto;
width: 100%;
}
td{
width: 19%;
margin:auto;
border-radius: 5px;
text-align: center;
padding: 1%;
font-size: 1.4vw;
}
#hour{
width:5%;
background-color: gray;
border-radius: 5px;
font-size: 1.4vw;
}
#calendar p{
text-align: center;
font-size: 3vw;
font-style:italic;
padding: 2%;
color: white;
}
#empty{
background-color: skyblue;
}
#quarter{
background-color: palegreen;
}
#half{
background-color: lightgoldenrodyellow
}
#almost_full{
background-color: orange;
}
#full{
background-color: indianred;
} | 0.27973 | 0.0402 |
.tabs .tab-group
{
list-style: none;
padding: 0;
margin: 0;
}
.tabs .tab-group li a
{
display: block;
text-decoration: none;
padding: 15px;
background: #e5e6e7;
color: #888;
font-size: 20px;
float: left;
width: 50%;
text-align: center;
border-top: 3px solid transparent;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.tabs .tab-group li a:hover
{
background: #dedfdf;
color: #666;
}
.tabs .tab-group .active a
{
background: #fff;
color: #444;
border-top: 3px solid #ff8D8d;
}
.tabs
{
width: 50%;
background-color: #fff;
border-radius:10px;
padding: 5%;
}
h1
{
text-align: center;
color: #ff8D8d;
}
.btn-primary
{
background-color: #ff8D8d;
border-color: #ff8D8d;
width: 60%;
margin-left: 20%;
border-radius: 5px;
}
.btn-primary:active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn-primary:hover
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn-primary:not(:disabled):not(.disabled):active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn:not(:disabled):not(.disabled):active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.bg
{
background-image: url("images/bg.png");
background-repeat: no-repeat;
background-size: cover;
}
.recentNotes
{
width: 90%;
margin-left: 5%;
position: relative;
top:10%;
}
.left
{
background-color: #ffffff;
height: 100vh;
margin: 0px;
float: left;
display: inline;
}
.right
{
background-color: #333333;
color: #ffffff;
height: 100vh;
margin: 0px;
float: left;
display: inline;
}
.db
{
display: inline;
}
.logoutBtn
{
color: #ff8D8d;
bottom: 5%;
position: absolute;
padding: 5px;
width: 80%;
text-align: center;
/*margin-left: -45%;*/
}
.logoutBtn:hover
{
cursor: pointer;
text-decoration: none;
color: #ff8D8d;
border: 1px solid #ff8D8d;
border-radius: 5px;
}
.header
{
position: relative;
top:5%;
width: 50%;
margin: auto;
clear: both;
}
#searchBox
{
float: left;
width: 60%;
margin: 1% 5%;
background-image: url('images/searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding-left: 40px;
}
.fa-input
{
font-family: Font Awesome\ 5 Free;
}
.newBtn
{
background-color: #ff8D8d;
color: #ffffff;
border-radius: 50%;
padding: 15%;
margin: 0px;
position: absolute;
top: 10%;
width: 50%;
text-align: center;
margin-left: 5%;
}
.newBtn:hover
{
text-decoration: none;
cursor: pointer;
color: #ffffff;
}
.newNote
{
border:1px solid #cdcdcd;
border-radius: 10px;
padding: 3%;
width: 80%;
margin: auto;
}
.pageTitle
{
margin:auto;
text-align: center;
margin-bottom: 2%;
}
.cancelBtn
{
background-color: transparent;
border-radius: 5px;
border: 1px solid #ff8D8d;
color: #ff8D8d;
width: 40%;
}
.cancetBtn:hover
{
text-decoration: none;
color: #ff8D8d;
}
.bottomBtns
{
margin-top: 2%;
}
#createNote
{
width: 40%;
float: right;
}
.iframe
{
height: 400px;
width: 1018px;
border: 2px solid #cdcdcd;
}
#addImgBtn
{
background-color: transparent;
border-radius: 2px;
border: 1px solid #ff8D8d;
color: #ff8D8d;
padding: 1%;
width: 5%;
margin-left: 5%;
}
#titleBtn
{
width: 90%;
}
.topMenu
{
display: flex;
}
.thead-pink
{
border-bottom: 1px solid #ff8D8d;
background-color: transparent;
color: #ff8D8d;
border-top: none;
}
.subtitle
{
text-align: center;
font-size: 14px;
color: #888888;
}
.viewtab
{
width: 80%;
border: 1px solid #cdcdcd;
border-radius:5px;
margin: auto;
height: 400px;
padding: 5%;
overflow-y:scroll;
text-align: center;
}
.viewtab::-webkit-scrollbar-track
{
border-radius: 5px;
background-color: #eaeaea;
}
.viewtab::-webkit-scrollbar
{
height: 10px;
width: 10px;
background-color: #eaeaea;
}
.viewtab::-webkit-scrollbar-thumb
{
background-color: #ff8D8d;
border-radius: 2px;
}
.viewBtn
{
border: none;
color: #ff8D8d;
background-color: transparent;
}
#delBtn
{
text-align: center;
width: 100%;
margin-top: 2%;
}
th:hover
{
cursor: pointer;
} | style.css | .tabs .tab-group
{
list-style: none;
padding: 0;
margin: 0;
}
.tabs .tab-group li a
{
display: block;
text-decoration: none;
padding: 15px;
background: #e5e6e7;
color: #888;
font-size: 20px;
float: left;
width: 50%;
text-align: center;
border-top: 3px solid transparent;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.tabs .tab-group li a:hover
{
background: #dedfdf;
color: #666;
}
.tabs .tab-group .active a
{
background: #fff;
color: #444;
border-top: 3px solid #ff8D8d;
}
.tabs
{
width: 50%;
background-color: #fff;
border-radius:10px;
padding: 5%;
}
h1
{
text-align: center;
color: #ff8D8d;
}
.btn-primary
{
background-color: #ff8D8d;
border-color: #ff8D8d;
width: 60%;
margin-left: 20%;
border-radius: 5px;
}
.btn-primary:active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn-primary:hover
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn-primary:not(:disabled):not(.disabled):active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.btn:not(:disabled):not(.disabled):active
{
background-color: #ff8D8d;
border-color: #ff8D8d;
}
.bg
{
background-image: url("images/bg.png");
background-repeat: no-repeat;
background-size: cover;
}
.recentNotes
{
width: 90%;
margin-left: 5%;
position: relative;
top:10%;
}
.left
{
background-color: #ffffff;
height: 100vh;
margin: 0px;
float: left;
display: inline;
}
.right
{
background-color: #333333;
color: #ffffff;
height: 100vh;
margin: 0px;
float: left;
display: inline;
}
.db
{
display: inline;
}
.logoutBtn
{
color: #ff8D8d;
bottom: 5%;
position: absolute;
padding: 5px;
width: 80%;
text-align: center;
/*margin-left: -45%;*/
}
.logoutBtn:hover
{
cursor: pointer;
text-decoration: none;
color: #ff8D8d;
border: 1px solid #ff8D8d;
border-radius: 5px;
}
.header
{
position: relative;
top:5%;
width: 50%;
margin: auto;
clear: both;
}
#searchBox
{
float: left;
width: 60%;
margin: 1% 5%;
background-image: url('images/searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding-left: 40px;
}
.fa-input
{
font-family: Font Awesome\ 5 Free;
}
.newBtn
{
background-color: #ff8D8d;
color: #ffffff;
border-radius: 50%;
padding: 15%;
margin: 0px;
position: absolute;
top: 10%;
width: 50%;
text-align: center;
margin-left: 5%;
}
.newBtn:hover
{
text-decoration: none;
cursor: pointer;
color: #ffffff;
}
.newNote
{
border:1px solid #cdcdcd;
border-radius: 10px;
padding: 3%;
width: 80%;
margin: auto;
}
.pageTitle
{
margin:auto;
text-align: center;
margin-bottom: 2%;
}
.cancelBtn
{
background-color: transparent;
border-radius: 5px;
border: 1px solid #ff8D8d;
color: #ff8D8d;
width: 40%;
}
.cancetBtn:hover
{
text-decoration: none;
color: #ff8D8d;
}
.bottomBtns
{
margin-top: 2%;
}
#createNote
{
width: 40%;
float: right;
}
.iframe
{
height: 400px;
width: 1018px;
border: 2px solid #cdcdcd;
}
#addImgBtn
{
background-color: transparent;
border-radius: 2px;
border: 1px solid #ff8D8d;
color: #ff8D8d;
padding: 1%;
width: 5%;
margin-left: 5%;
}
#titleBtn
{
width: 90%;
}
.topMenu
{
display: flex;
}
.thead-pink
{
border-bottom: 1px solid #ff8D8d;
background-color: transparent;
color: #ff8D8d;
border-top: none;
}
.subtitle
{
text-align: center;
font-size: 14px;
color: #888888;
}
.viewtab
{
width: 80%;
border: 1px solid #cdcdcd;
border-radius:5px;
margin: auto;
height: 400px;
padding: 5%;
overflow-y:scroll;
text-align: center;
}
.viewtab::-webkit-scrollbar-track
{
border-radius: 5px;
background-color: #eaeaea;
}
.viewtab::-webkit-scrollbar
{
height: 10px;
width: 10px;
background-color: #eaeaea;
}
.viewtab::-webkit-scrollbar-thumb
{
background-color: #ff8D8d;
border-radius: 2px;
}
.viewBtn
{
border: none;
color: #ff8D8d;
background-color: transparent;
}
#delBtn
{
text-align: center;
width: 100%;
margin-top: 2%;
}
th:hover
{
cursor: pointer;
} | 0.239616 | 0.04975 |
.allex-review-notice span.dashicons {
text-decoration: none !important;
margin-right: 6px;
}
.allex-review-notice li {
line-height: 17pt;
}
/* Highlighted text */
.allex-highlight {
font-weight: bold;
}
/* Add-ons */
.allex-addon-messages {
margin-top: 5px;
font-style: italic;
padding: 6px;
box-sizing: border-box;
color: #dc6f8e;
}
.allex-addon-license {
margin-top: 15px;
}
.allex-addon-license a {
margin-left: 10px;
}
#allex-addons-installed label,
.allex-addon-license label {
font-weight: bold;
font-size: 15px;
margin-right: 10px;
}
#allex-addons-installed article div.allex-addon-license-form input[type="text"],
.allex-addon-license code {
font-family: monospace;
font-size: 16px;
display: inline-block;
width: 360px;
padding: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.allex-addon-license code {
padding: 10px;
}
/* Add-ons - installed */
#allex-addons-installed {
margin-top: 21px;
}
#allex-addons-installed article {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: relative;
margin-top: 10px;
min-width: 255px;
min-height: 200px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
background: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left: 130px;
}
#allex-addons-installed article > i {
padding: 10px;
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 90px;
height: 180px;
line-height: 200px;
font-size: 38px;
color: #746ea4;
background-color: #e2e2e2;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#allex-addons-installed article div.allex-addon-license-form {
margin-top: 10px;
}
#allex-addons-installed article div.allex-addon-license-form input[type="text"] {
color: #474773;
}
#allex-addons-installed article div.allex-addon-license-form i {
margin-top: 12px;
margin-left: 8px;
cursor: pointer;
}
#allex-addons-installed .allex-addon-license-status {
margin-left: 98px;
margin-top: 4px;
font-size: 14px;
max-width: 360px;
color: #4b4c4f;
font-style: italic;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#allex-addons-installed article button {
margin-left: 10px;
}
#allex-addons-installed .allex-addon-messages {
margin-left: 96px;
}
/* Add-ons - missed */
#allex-addons-missed {
width: 100%;
display: block;
}
.allex-addons-table-header {
text-align: center;
width: 100%;
margin: 30px 0;
}
#allex-addons-missed article {
position: relative;
min-height: 170px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
background: #ffffff;
width: 48%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left: 130px;
}
#allex-addons-missed article > i {
padding: 10px;
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 90px;
height: 150px;
line-height: 140px;
font-size: 38px;
color: #746ea4;
background-color: #e2e2e2;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#allex-addons-missed article header {
width: auto;
position: absolute;
padding-right: 15px;
}
.allex-addons-all-installed {
text-align: center;
padding: 10px;
}
/* Loader */
.lds-dual-ring {
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 12px;
height: 12px;
margin: 1px;
border-radius: 50%;
border: 4px solid #b0b0b0;
border-color: #b0b0b0 transparent #b0b0b0 transparent;
animation: lds-dual-ring 0.9s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Subscription form */
#allex_subscription_ad {
margin-left: 5px;
max-width: 230px;
min-width: 230px;
}
#allex_subscription_ad img {
width: 140%;
margin-left: -73px;
margin-top: 9px;
max-width: none;
}
.allex_subscription_ad_content {
padding: 20px;
padding-top: 90px;
padding-bottom: 25px;
margin-top: -116px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
}
.allex_subscription_ad_save {
margin-top: 50px;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}
.allex_subscription_ad_discount {
font-size: 60px;
line-height: 56px;
font-weight: bold;
color: #db5852 !important;
}
.allex_subscription_ad_item {
font-size: 16px;
margin-top: 5px;
}
.allex_subscription_ad_button {
background: #db5852;
color: #ffffff !important;
border: none;
padding: 10px !important;
-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
border-radius: 20px !important;
width: 100%;
margin-top: 20px;
text-transform: uppercase;
cursor: pointer;
display: block;
box-sizing: border-box;
}
.allex_subscription_ad_link:hover {
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
background-color: #dbf1ff;
}
/***********************/
.allex-set-license-link {
font-weight: bold;
color: #b97500;
}
.allex-plugin-update-error {
display: block;
padding: 10px 20px;
margin: 10px 0;
background: #d54e21;
color: #fff;
}
.allex-plugin-update-error a {
color: #fff;
text-decoration: underline;
} | www/wp-content/plugins/upstream/vendor/alledia/wordpress-plugin-framework/src/assets/css/allex-admin.css | .allex-review-notice span.dashicons {
text-decoration: none !important;
margin-right: 6px;
}
.allex-review-notice li {
line-height: 17pt;
}
/* Highlighted text */
.allex-highlight {
font-weight: bold;
}
/* Add-ons */
.allex-addon-messages {
margin-top: 5px;
font-style: italic;
padding: 6px;
box-sizing: border-box;
color: #dc6f8e;
}
.allex-addon-license {
margin-top: 15px;
}
.allex-addon-license a {
margin-left: 10px;
}
#allex-addons-installed label,
.allex-addon-license label {
font-weight: bold;
font-size: 15px;
margin-right: 10px;
}
#allex-addons-installed article div.allex-addon-license-form input[type="text"],
.allex-addon-license code {
font-family: monospace;
font-size: 16px;
display: inline-block;
width: 360px;
padding: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.allex-addon-license code {
padding: 10px;
}
/* Add-ons - installed */
#allex-addons-installed {
margin-top: 21px;
}
#allex-addons-installed article {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: relative;
margin-top: 10px;
min-width: 255px;
min-height: 200px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
background: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left: 130px;
}
#allex-addons-installed article > i {
padding: 10px;
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 90px;
height: 180px;
line-height: 200px;
font-size: 38px;
color: #746ea4;
background-color: #e2e2e2;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#allex-addons-installed article div.allex-addon-license-form {
margin-top: 10px;
}
#allex-addons-installed article div.allex-addon-license-form input[type="text"] {
color: #474773;
}
#allex-addons-installed article div.allex-addon-license-form i {
margin-top: 12px;
margin-left: 8px;
cursor: pointer;
}
#allex-addons-installed .allex-addon-license-status {
margin-left: 98px;
margin-top: 4px;
font-size: 14px;
max-width: 360px;
color: #4b4c4f;
font-style: italic;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#allex-addons-installed article button {
margin-left: 10px;
}
#allex-addons-installed .allex-addon-messages {
margin-left: 96px;
}
/* Add-ons - missed */
#allex-addons-missed {
width: 100%;
display: block;
}
.allex-addons-table-header {
text-align: center;
width: 100%;
margin: 30px 0;
}
#allex-addons-missed article {
position: relative;
min-height: 170px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
background: #ffffff;
width: 48%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left: 130px;
}
#allex-addons-missed article > i {
padding: 10px;
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 90px;
height: 150px;
line-height: 140px;
font-size: 38px;
color: #746ea4;
background-color: #e2e2e2;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#allex-addons-missed article header {
width: auto;
position: absolute;
padding-right: 15px;
}
.allex-addons-all-installed {
text-align: center;
padding: 10px;
}
/* Loader */
.lds-dual-ring {
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 12px;
height: 12px;
margin: 1px;
border-radius: 50%;
border: 4px solid #b0b0b0;
border-color: #b0b0b0 transparent #b0b0b0 transparent;
animation: lds-dual-ring 0.9s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Subscription form */
#allex_subscription_ad {
margin-left: 5px;
max-width: 230px;
min-width: 230px;
}
#allex_subscription_ad img {
width: 140%;
margin-left: -73px;
margin-top: 9px;
max-width: none;
}
.allex_subscription_ad_content {
padding: 20px;
padding-top: 90px;
padding-bottom: 25px;
margin-top: -116px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
}
.allex_subscription_ad_save {
margin-top: 50px;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}
.allex_subscription_ad_discount {
font-size: 60px;
line-height: 56px;
font-weight: bold;
color: #db5852 !important;
}
.allex_subscription_ad_item {
font-size: 16px;
margin-top: 5px;
}
.allex_subscription_ad_button {
background: #db5852;
color: #ffffff !important;
border: none;
padding: 10px !important;
-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
border-radius: 20px !important;
width: 100%;
margin-top: 20px;
text-transform: uppercase;
cursor: pointer;
display: block;
box-sizing: border-box;
}
.allex_subscription_ad_link:hover {
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57);
background-color: #dbf1ff;
}
/***********************/
.allex-set-license-link {
font-weight: bold;
color: #b97500;
}
.allex-plugin-update-error {
display: block;
padding: 10px 20px;
margin: 10px 0;
background: #d54e21;
color: #fff;
}
.allex-plugin-update-error a {
color: #fff;
text-decoration: underline;
} | 0.456168 | 0.056966 |
html, body {
height: 768px;
margin: 1px;
}
/* #top-css stylings for the top of the page */
#top {
padding: 15px;
border: 1px solid red;
min-height: 70px;
background-color: white;
border-radius: 3px;
border: 1px solid #867979;
}
/* #down-css stylings for the workspace and setting parts of the page */
#down {
padding: 15px;
height: 682px;
background-color: #e7e7e4;
border-radius: 10px;
border: 1px solid #867979;
color: black;
}
/* .draggableInput-css stylings for the Input layers */
.draggableInput {
width: 25%;
height: 225px;
padding: 1em;
float: left;
margin: 10px 10px 10px 0;
background-color: #cc66ff;
border-radius: 10px;
border: 1px solid #cc66ff;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableInputHelper-css stylings for the Input helper(cloned) layers */
.draggableInputHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #cc66ff;
border-radius: 10px;
border: 1px solid #cc66ff;
}
/* .draggableHidden-css stylings for the Hidden layers */
.draggableHidden {
width: 25%;
height: 225px;
padding: 0.5em;
float: left;
margin: 10px 10px 10px 0;
background-color: #9900cc;
border-radius: 10px;
border: 1px solid #9900cc;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableHiddenHelper-css stylings for the Hidden helper(cloned) layers */
.draggableHiddenHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #9900cc;
border-radius: 10px;
border: 1px solid #9900cc;
}
/* .draggableOutput-css stylings for the Outputlayers */
.draggableOutput {
width: 25%;
height: 225px;
padding: 0.5em;
float: left;
margin: 10px 10px 10px 0;
background-color: #0000ff;
border-radius: 10px;
border: 1px solid #0000ff;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableOutputHelper-css stylings for the Output helper(cloned) layers */
.draggableOutputHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #0000ff;
border-radius: 10px;
border: 1px solid #0000ff;
}
/* #droppable -css stylings for the droppable container */
#droppable {
width: 100%;
height: 100%;
padding: 0.5em;
margin: 10px;
float: left;
border: 1px solid #867979;
border-radius: 4px;
background-color: white;
}
/* #NameDiagram -css stylings for the text styles */
#NameDiagram {
font-size: 20px;
}
/* css stylings for the input */
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 5px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
height: 10px;
}
/* css stylings for the submit buttons */
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 10px 20px;
margin: 4px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=setting], select {
width: 50%;
padding: 8px 8px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
height: 35px;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
/* css stylings for rotating texts */
.rotate {
transform: rotate(180deg);
}
/* css stylings for left side divs of the workspace */
.left {
height: 50%;
width: 100%;
border: 1px solid #867979;
border-radius: 4px;
background-color: #bfbfbf;
margin: 4px 0;
padding: 15px;
}
/* css stylings for setting element-layer div */
#settings {
height: 100%;
width: 25%;
float: left;
}
/* css stylings for workspace */
#workspace {
height: 100%;
width: 75%;
float: left;
}
/* css stylings for dialog boxes which appears when layers taken to the workspace */
fieldset {
padding: 0;
border: 0;
margin-top: 25px;
}
/* css stylings for dialog form for hidden layers */
#dialog-form-hidden {
float: left;
}
/* css stylings for dialog form for input layer */
#dialog-form-input {
float: left;
}
/* css stylings for labels in dialog forms */
#setting_labels {
float: left;
width: 50%;
height: 46px;
padding: 8px 8px;
}
/* css stylings for dropdowns in dialog forms */
.setting_dropdown {
float: left;
width: 50%;
padding: 8px 8px;
}
/* css stylings for labels in the common NN seetings div */
.label_setting {
width: 50%;
padding: 8px 8px;
margin: 8px 0;
display: inline-block;
height: 35px;
float: left;
}
/* css stylings for dropdowns of left div of workspace */
.dropdown {
width: 100%
} | apps/ml/css/neuralNetworkStyles.css | html, body {
height: 768px;
margin: 1px;
}
/* #top-css stylings for the top of the page */
#top {
padding: 15px;
border: 1px solid red;
min-height: 70px;
background-color: white;
border-radius: 3px;
border: 1px solid #867979;
}
/* #down-css stylings for the workspace and setting parts of the page */
#down {
padding: 15px;
height: 682px;
background-color: #e7e7e4;
border-radius: 10px;
border: 1px solid #867979;
color: black;
}
/* .draggableInput-css stylings for the Input layers */
.draggableInput {
width: 25%;
height: 225px;
padding: 1em;
float: left;
margin: 10px 10px 10px 0;
background-color: #cc66ff;
border-radius: 10px;
border: 1px solid #cc66ff;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableInputHelper-css stylings for the Input helper(cloned) layers */
.draggableInputHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #cc66ff;
border-radius: 10px;
border: 1px solid #cc66ff;
}
/* .draggableHidden-css stylings for the Hidden layers */
.draggableHidden {
width: 25%;
height: 225px;
padding: 0.5em;
float: left;
margin: 10px 10px 10px 0;
background-color: #9900cc;
border-radius: 10px;
border: 1px solid #9900cc;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableHiddenHelper-css stylings for the Hidden helper(cloned) layers */
.draggableHiddenHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #9900cc;
border-radius: 10px;
border: 1px solid #9900cc;
}
/* .draggableOutput-css stylings for the Outputlayers */
.draggableOutput {
width: 25%;
height: 225px;
padding: 0.5em;
float: left;
margin: 10px 10px 10px 0;
background-color: #0000ff;
border-radius: 10px;
border: 1px solid #0000ff;
writing-mode: tb-rl;
font-size: 150%;
}
/* .draggableOutputHelper-css stylings for the Output helper(cloned) layers */
.draggableOutputHelper {
width: 6%;
height: 65vh;
padding: 0.5em;
margin: 10px 10px 10px 0;
background-color: #0000ff;
border-radius: 10px;
border: 1px solid #0000ff;
}
/* #droppable -css stylings for the droppable container */
#droppable {
width: 100%;
height: 100%;
padding: 0.5em;
margin: 10px;
float: left;
border: 1px solid #867979;
border-radius: 4px;
background-color: white;
}
/* #NameDiagram -css stylings for the text styles */
#NameDiagram {
font-size: 20px;
}
/* css stylings for the input */
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 5px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
height: 10px;
}
/* css stylings for the submit buttons */
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 10px 20px;
margin: 4px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=setting], select {
width: 50%;
padding: 8px 8px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
height: 35px;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
/* css stylings for rotating texts */
.rotate {
transform: rotate(180deg);
}
/* css stylings for left side divs of the workspace */
.left {
height: 50%;
width: 100%;
border: 1px solid #867979;
border-radius: 4px;
background-color: #bfbfbf;
margin: 4px 0;
padding: 15px;
}
/* css stylings for setting element-layer div */
#settings {
height: 100%;
width: 25%;
float: left;
}
/* css stylings for workspace */
#workspace {
height: 100%;
width: 75%;
float: left;
}
/* css stylings for dialog boxes which appears when layers taken to the workspace */
fieldset {
padding: 0;
border: 0;
margin-top: 25px;
}
/* css stylings for dialog form for hidden layers */
#dialog-form-hidden {
float: left;
}
/* css stylings for dialog form for input layer */
#dialog-form-input {
float: left;
}
/* css stylings for labels in dialog forms */
#setting_labels {
float: left;
width: 50%;
height: 46px;
padding: 8px 8px;
}
/* css stylings for dropdowns in dialog forms */
.setting_dropdown {
float: left;
width: 50%;
padding: 8px 8px;
}
/* css stylings for labels in the common NN seetings div */
.label_setting {
width: 50%;
padding: 8px 8px;
margin: 8px 0;
display: inline-block;
height: 35px;
float: left;
}
/* css stylings for dropdowns of left div of workspace */
.dropdown {
width: 100%
} | 0.311951 | 0.107391 |
main.description-main {
width: 100%;
max-width: 1440px;
}
/* Description page styles */
.description-container {
display: grid;
grid-template-columns: 1fr;
justify-items: center;
grid-gap: 2rem;
max-width: 1440px;
grid-template-columns: 1fr;
margin: auto;
}
/* return policy message styles */
.cancel-slider,
.return-explanation {
background-color: #f6f6f6;
display: flex;
align-items: center;
font-weight: 300;
font-size: 0.75rem;
padding: 1rem 0.5rem;
text-align: justify;
width: 100%;
}
.cancel-slider span,
.return-explanation span {
font-size: 1.5rem;
margin-right: 0.5rem;
}
.cancel-slider span.day,
.return-explanation span.day {
margin: 0 5px;
font-size: 0.75rem;
font-weight: 500;
}
/* */
.description-product-main-infos {
/* border: 1px solid red; */
color: var(--text-secondary-color);
list-style-type: none;
width: 95%;
}
.description-product-main-infos .name {
color: var(--text-primary-color);
font-size: 2rem;
font-weight: 500;
/* font-style: italic; */
}
.description-product-main-infos .price {
/* font-weight: 300; */
margin-top: 1.5rem;
}
/* Image and arrow styles */
.description-img-container {
width: 100%; /*later look at*/
/* background-color: #000;
border: 1px solid red; */
height: 400px;
position: relative;
}
.description-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-icons-left,
.img-icons-right,
.img-icons-360 {
background-color: #ffffff00;
border: none;
cursor: pointer;
color: #aaa;
font-size: 20px;
position: absolute;
transition: all 0.5s ease;
}
.img-icons-left {
left: 1rem;
top: 50%;
}
.img-icons-right {
right: 1rem;
top: 50%;
}
.img-icons-360 {
color: #000;
bottom: 0.5rem;
right: 1rem;
}
.img-icons-right:hover,
.img-icons-left:hover,
.img-icons-360:hover {
color: var(--border-primary-color);
}
/* Size table styles */
.size-items-container {
list-style-type: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 4px;
width: 95%;
}
/* select size text styles */
.size-items-container span {
color: var(--text-secondary-color);
font-weight: 300;
grid-column: 1/4;
}
.size-item {
border: 1px solid var(--border-secondary-color);
background-color: #fff;
border-radius: 3px;
cursor: pointer;
font-weight: 300;
padding: 0.5rem 1rem;
text-align: center;
transition: all 0.3s ease;
width: 100%;
}
.size-item:hover {
border-color: var(--border-primary-color);
}
.size-item.disable {
background-color: var(--border-secondary-color);
cursor: not-allowed;
}
.size-item.disable:hover {
border-color: var(--border-secondary-color);
}
.size-item.choosed {
border-color: var(--border-primary-color);
}
/* Add to bag button style */
.add-to-cart {
background-color: var(--text-primary-color);
border: none;
border-radius: 50px;
color: #f7f5f5;
cursor: pointer;
padding: 1rem 0;
text-align: center;
text-decoration: none;
transition: all 0.4s ease;
width: 80%;
}
.add-to-cart:hover {
opacity: 0.8;
}
.add-to-cart.disabled {
background-color: var(--border-secondary-color);
cursor: not-allowed;
}
.description-free-pickup,
.description-find-store {
/* justify-self: start; */
width: 95%;
}
.description-find-store {
color: var(--text-primary-color);
display: inline-flex;
align-items: center;
}
.description-find-store span {
font-size: 1.5rem;
margin-left: 8px;
}
/* explanations styles */
.explanations-container {
font-weight: 300;
list-style-type: none;
text-align: justify;
width: 95%;
}
.explanations-container :nth-child(1) {
border-top: 1px solid var(--border-secondary-color);
font-style: italic;
font-size: 1.5rem;
font-weight: 600;
padding-top: 2rem;
text-transform: uppercase;
}
.explanations-container :nth-child(2) {
font-style: italic;
font-weight: 500;
text-transform: uppercase;
}
.explanation-item {
padding: 0.5rem 0;
}
@media screen and (min-width: 675px) {
.cancel-slider,
.return-explanation {
justify-content: center;
}
}
@media screen and (min-width: 1024px) {
.cancel-slider {
grid-area: slider;
}
.description-product-main-infos {
grid-area: main-info;
}
.add-to-cart {
grid-area: cart;
}
.description-free-pickup {
grid-area: pickup;
}
.description-find-store {
grid-area: store;
}
.explanations-container {
grid-area: explanations;
}
.size-items-container {
grid-area: size;
}
.description-img-container {
grid-area: img;
}
.description-container {
max-width: 1400px;
grid-template-columns: 3fr 2fr;
grid-template-areas:
"slider slider"
"img main-info"
"img size"
"img cart"
". pickup"
". store"
". explanations";
}
} | client/src/styles/Description.css | main.description-main {
width: 100%;
max-width: 1440px;
}
/* Description page styles */
.description-container {
display: grid;
grid-template-columns: 1fr;
justify-items: center;
grid-gap: 2rem;
max-width: 1440px;
grid-template-columns: 1fr;
margin: auto;
}
/* return policy message styles */
.cancel-slider,
.return-explanation {
background-color: #f6f6f6;
display: flex;
align-items: center;
font-weight: 300;
font-size: 0.75rem;
padding: 1rem 0.5rem;
text-align: justify;
width: 100%;
}
.cancel-slider span,
.return-explanation span {
font-size: 1.5rem;
margin-right: 0.5rem;
}
.cancel-slider span.day,
.return-explanation span.day {
margin: 0 5px;
font-size: 0.75rem;
font-weight: 500;
}
/* */
.description-product-main-infos {
/* border: 1px solid red; */
color: var(--text-secondary-color);
list-style-type: none;
width: 95%;
}
.description-product-main-infos .name {
color: var(--text-primary-color);
font-size: 2rem;
font-weight: 500;
/* font-style: italic; */
}
.description-product-main-infos .price {
/* font-weight: 300; */
margin-top: 1.5rem;
}
/* Image and arrow styles */
.description-img-container {
width: 100%; /*later look at*/
/* background-color: #000;
border: 1px solid red; */
height: 400px;
position: relative;
}
.description-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-icons-left,
.img-icons-right,
.img-icons-360 {
background-color: #ffffff00;
border: none;
cursor: pointer;
color: #aaa;
font-size: 20px;
position: absolute;
transition: all 0.5s ease;
}
.img-icons-left {
left: 1rem;
top: 50%;
}
.img-icons-right {
right: 1rem;
top: 50%;
}
.img-icons-360 {
color: #000;
bottom: 0.5rem;
right: 1rem;
}
.img-icons-right:hover,
.img-icons-left:hover,
.img-icons-360:hover {
color: var(--border-primary-color);
}
/* Size table styles */
.size-items-container {
list-style-type: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 4px;
width: 95%;
}
/* select size text styles */
.size-items-container span {
color: var(--text-secondary-color);
font-weight: 300;
grid-column: 1/4;
}
.size-item {
border: 1px solid var(--border-secondary-color);
background-color: #fff;
border-radius: 3px;
cursor: pointer;
font-weight: 300;
padding: 0.5rem 1rem;
text-align: center;
transition: all 0.3s ease;
width: 100%;
}
.size-item:hover {
border-color: var(--border-primary-color);
}
.size-item.disable {
background-color: var(--border-secondary-color);
cursor: not-allowed;
}
.size-item.disable:hover {
border-color: var(--border-secondary-color);
}
.size-item.choosed {
border-color: var(--border-primary-color);
}
/* Add to bag button style */
.add-to-cart {
background-color: var(--text-primary-color);
border: none;
border-radius: 50px;
color: #f7f5f5;
cursor: pointer;
padding: 1rem 0;
text-align: center;
text-decoration: none;
transition: all 0.4s ease;
width: 80%;
}
.add-to-cart:hover {
opacity: 0.8;
}
.add-to-cart.disabled {
background-color: var(--border-secondary-color);
cursor: not-allowed;
}
.description-free-pickup,
.description-find-store {
/* justify-self: start; */
width: 95%;
}
.description-find-store {
color: var(--text-primary-color);
display: inline-flex;
align-items: center;
}
.description-find-store span {
font-size: 1.5rem;
margin-left: 8px;
}
/* explanations styles */
.explanations-container {
font-weight: 300;
list-style-type: none;
text-align: justify;
width: 95%;
}
.explanations-container :nth-child(1) {
border-top: 1px solid var(--border-secondary-color);
font-style: italic;
font-size: 1.5rem;
font-weight: 600;
padding-top: 2rem;
text-transform: uppercase;
}
.explanations-container :nth-child(2) {
font-style: italic;
font-weight: 500;
text-transform: uppercase;
}
.explanation-item {
padding: 0.5rem 0;
}
@media screen and (min-width: 675px) {
.cancel-slider,
.return-explanation {
justify-content: center;
}
}
@media screen and (min-width: 1024px) {
.cancel-slider {
grid-area: slider;
}
.description-product-main-infos {
grid-area: main-info;
}
.add-to-cart {
grid-area: cart;
}
.description-free-pickup {
grid-area: pickup;
}
.description-find-store {
grid-area: store;
}
.explanations-container {
grid-area: explanations;
}
.size-items-container {
grid-area: size;
}
.description-img-container {
grid-area: img;
}
.description-container {
max-width: 1400px;
grid-template-columns: 3fr 2fr;
grid-template-areas:
"slider slider"
"img main-info"
"img size"
"img cart"
". pickup"
". store"
". explanations";
}
} | 0.498291 | 0.065605 |
body {
/* background: url("../img/matrix.jpeg"); */
}
#video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.container {
background-color: rgba(0, 0, 0, 0.527);
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 3em;
}
.content {
text-align: center;
color: rgb(0, 0, 0);
position: fixed;
bottom: 0;
right:0;
width: 100%;
height: 100%;
}
h1 {
margin: 1em 0 2em 6.5em;
color:white;
width: 50%;
}
.input-area {
width: 65%;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
}
#output-name {
margin-bottom: 2em;
}
.typing-container {
text-align: left;
background-color:white;
width: 50%;
height: 10em;
margin: auto;
margin-top: 3em;
padding: 40px;
overflow: hidden;
}
.hidden{
display: none;
}
#speak { /* button to activate speech */
position: absolute;
right: 76%;
bottom: 63%;
border-radius: 100%;
height: 2.5em;
width: 2.5em;
border: solid white 1px;
z-index: 3;
}
.face{
position:absolute;
right:75.2%;
bottom:72%;
margin:auto;
height:40px;
width:65px;
z-index:2;
background:black;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.head{
position:absolute;
right:74%;
bottom:70%;
margin:auto;
height:75px;
width:100px;
z-index:1;
background:white;
border-top-left-radius:60px;
border-top-right-radius:60px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.body{
position:absolute;
right:73.4%;
bottom:54%;
margin:auto;
height:120px;
width:115px;
background:white;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:100px;
border-bottom-right-radius:100px;
}
.left-hand{
position:absolute;
right:81.5%;
bottom:64.8%;
margin:auto;
height:30px;
width:100px;
background:white;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:50px;
border-bottom-right-radius:10px;
animation:hand 1s linear infinite;
transform: rotateZ(45deg);
}
.right-hand{
position:absolute;
right:68.5%;
bottom:60.4%;
margin:auto;
height:30px;
width:100px;
background:white;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:50px;
transform: rotateZ(90deg)
}
@keyframes hand{
0%{
transform:translateY(-40px) rotateZ(45deg);
}
50%{
transform:translateY(0px) rotateZ(-0deg);
}
100%{
transform:translateY(-40px) rotateZ(45deg);
}
}
.eye1{
position:absolute;
right:78%;
bottom:74%;
margin:auto;
height:10px;
width:15px;
z-index:3;
background:repeating-linear-gradient(blue 70%, #002966 80%, blue);
border-top-left-radius:50px;
border-top-right-radius:50px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
animation:blink 1s linear 2;
}
.eye2{
position:absolute;
right:76%;
bottom:74%;
margin:auto;
height:10px;
width:15px;
z-index:3;
background:repeating-linear-gradient(blue 70%, #002966 80%, blue);
border-top-left-radius:50px;
border-top-right-radius:50px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
animation:blink 1s linear 2;
}
@keyframes blink{
0%{
height:10px;
}
25%{
height:6px;
}
50%{
height:1px;
}
75%{
height:6px;
}
100%{
height:10px;
}
} | css/main.css | body {
/* background: url("../img/matrix.jpeg"); */
}
#video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.container {
background-color: rgba(0, 0, 0, 0.527);
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 3em;
}
.content {
text-align: center;
color: rgb(0, 0, 0);
position: fixed;
bottom: 0;
right:0;
width: 100%;
height: 100%;
}
h1 {
margin: 1em 0 2em 6.5em;
color:white;
width: 50%;
}
.input-area {
width: 65%;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
}
#output-name {
margin-bottom: 2em;
}
.typing-container {
text-align: left;
background-color:white;
width: 50%;
height: 10em;
margin: auto;
margin-top: 3em;
padding: 40px;
overflow: hidden;
}
.hidden{
display: none;
}
#speak { /* button to activate speech */
position: absolute;
right: 76%;
bottom: 63%;
border-radius: 100%;
height: 2.5em;
width: 2.5em;
border: solid white 1px;
z-index: 3;
}
.face{
position:absolute;
right:75.2%;
bottom:72%;
margin:auto;
height:40px;
width:65px;
z-index:2;
background:black;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.head{
position:absolute;
right:74%;
bottom:70%;
margin:auto;
height:75px;
width:100px;
z-index:1;
background:white;
border-top-left-radius:60px;
border-top-right-radius:60px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.body{
position:absolute;
right:73.4%;
bottom:54%;
margin:auto;
height:120px;
width:115px;
background:white;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:100px;
border-bottom-right-radius:100px;
}
.left-hand{
position:absolute;
right:81.5%;
bottom:64.8%;
margin:auto;
height:30px;
width:100px;
background:white;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:50px;
border-bottom-right-radius:10px;
animation:hand 1s linear infinite;
transform: rotateZ(45deg);
}
.right-hand{
position:absolute;
right:68.5%;
bottom:60.4%;
margin:auto;
height:30px;
width:100px;
background:white;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:50px;
transform: rotateZ(90deg)
}
@keyframes hand{
0%{
transform:translateY(-40px) rotateZ(45deg);
}
50%{
transform:translateY(0px) rotateZ(-0deg);
}
100%{
transform:translateY(-40px) rotateZ(45deg);
}
}
.eye1{
position:absolute;
right:78%;
bottom:74%;
margin:auto;
height:10px;
width:15px;
z-index:3;
background:repeating-linear-gradient(blue 70%, #002966 80%, blue);
border-top-left-radius:50px;
border-top-right-radius:50px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
animation:blink 1s linear 2;
}
.eye2{
position:absolute;
right:76%;
bottom:74%;
margin:auto;
height:10px;
width:15px;
z-index:3;
background:repeating-linear-gradient(blue 70%, #002966 80%, blue);
border-top-left-radius:50px;
border-top-right-radius:50px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
animation:blink 1s linear 2;
}
@keyframes blink{
0%{
height:10px;
}
25%{
height:6px;
}
50%{
height:1px;
}
75%{
height:6px;
}
100%{
height:10px;
}
} | 0.487307 | 0.110423 |
.context-menu-list:after {
content:"";
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50px; /* controls horizontal position */
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#fff transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
.context-menu-list {
margin:0;
padding:0;
display: inline-block;
position: absolute;
list-style-type: none;
padding:4px;
border: 1px solid #DDD;
background: #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.context-menu-item {
color:#4A3520;
padding: 0px 8px 0px 34px;
height:32px;
line-height:32px;
background-color: #FFF;
position: relative;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.context-menu-separator {
padding-bottom:0;
}
.context-menu-item > label > input,
.context-menu-item > label > textarea {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.context-menu-item.hover {
cursor: pointer;
background-color: #4A3520;
color:#FFF;
}
.context-menu-item.disabled {
color: #666;
}
.context-menu-input.hover,
.context-menu-item.disabled.hover {
cursor: default;
background-color: #EEE;
}
.context-menu-submenu:after {
content: ">";
color: #666;
position: absolute;
top: 0;
right: 3px;
z-index: 1;
}
/* icons
#protip:
In case you want to use sprites for icons (which I would suggest you do) have a look at
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
.context-menu-item.icon:before {}
*/
.context-menu-item.icon { min-height: 32px; background-repeat: no-repeat; background-image: url(/img/contextmenu.png);overflow:hidden; }
.context-menu-item.icon-wait { background-position: -32px -64px; }
.context-menu-item.icon-wait.hover { background-position: 0px -64px; }
.context-menu-item.icon-delete { background-position: -32px 0px; }
.context-menu-item.icon-delete.hover { background-position: 0px 0px; }
.context-menu-item.icon-accept { background-position: -32px -32px; }
.context-menu-item.icon-accept.hover { background-position: 0px -32px; }
.context-menu-item.icon-message { background-position: -32px -96px; }
.context-menu-item.icon-message.hover { background-position: 0px -96px; }
.context-menu-item.icon-report { background-position: -32px -128px; }
.context-menu-item.icon-report.hover { background-position: 0px -128px; }
/*
.context-menu-item.icon-edit { background-image: url(images/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(images/cut.png); }
.context-menu-item.icon-copy { background-image: url(images/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(images/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(images/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(images/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(images/door.png); }
*/
/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }
/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
margin-left: -17px;
}
.context-menu-input > label > span {
margin-left: 5px;
}
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.context-menu-input > label > textarea {
height: 100px;
}
.context-menu-item > .context-menu-list {
display: none;
/* re-positioned by js */
right: -5px;
top: 5px;
}
.context-menu-item.hover > .context-menu-list {
display: block;
}
.context-menu-accesskey {
text-decoration: underline;
} | packages/foodsharing/platform/src/js/contextmenu/jquery.contextMenu.css | .context-menu-list:after {
content:"";
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50px; /* controls horizontal position */
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#fff transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
}
.context-menu-list {
margin:0;
padding:0;
display: inline-block;
position: absolute;
list-style-type: none;
padding:4px;
border: 1px solid #DDD;
background: #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.context-menu-item {
color:#4A3520;
padding: 0px 8px 0px 34px;
height:32px;
line-height:32px;
background-color: #FFF;
position: relative;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.context-menu-separator {
padding-bottom:0;
}
.context-menu-item > label > input,
.context-menu-item > label > textarea {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.context-menu-item.hover {
cursor: pointer;
background-color: #4A3520;
color:#FFF;
}
.context-menu-item.disabled {
color: #666;
}
.context-menu-input.hover,
.context-menu-item.disabled.hover {
cursor: default;
background-color: #EEE;
}
.context-menu-submenu:after {
content: ">";
color: #666;
position: absolute;
top: 0;
right: 3px;
z-index: 1;
}
/* icons
#protip:
In case you want to use sprites for icons (which I would suggest you do) have a look at
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
.context-menu-item.icon:before {}
*/
.context-menu-item.icon { min-height: 32px; background-repeat: no-repeat; background-image: url(/img/contextmenu.png);overflow:hidden; }
.context-menu-item.icon-wait { background-position: -32px -64px; }
.context-menu-item.icon-wait.hover { background-position: 0px -64px; }
.context-menu-item.icon-delete { background-position: -32px 0px; }
.context-menu-item.icon-delete.hover { background-position: 0px 0px; }
.context-menu-item.icon-accept { background-position: -32px -32px; }
.context-menu-item.icon-accept.hover { background-position: 0px -32px; }
.context-menu-item.icon-message { background-position: -32px -96px; }
.context-menu-item.icon-message.hover { background-position: 0px -96px; }
.context-menu-item.icon-report { background-position: -32px -128px; }
.context-menu-item.icon-report.hover { background-position: 0px -128px; }
/*
.context-menu-item.icon-edit { background-image: url(images/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(images/cut.png); }
.context-menu-item.icon-copy { background-image: url(images/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(images/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(images/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(images/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(images/door.png); }
*/
/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }
/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
margin-left: -17px;
}
.context-menu-input > label > span {
margin-left: 5px;
}
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.context-menu-input > label > textarea {
height: 100px;
}
.context-menu-item > .context-menu-list {
display: none;
/* re-positioned by js */
right: -5px;
top: 5px;
}
.context-menu-item.hover > .context-menu-list {
display: block;
}
.context-menu-accesskey {
text-decoration: underline;
} | 0.275032 | 0.073963 |
body {
margin: 0;
padding: 0;
background: #eee;
}
/* style for the header */
header#main-header-index {
position: absolute;
top: 0;
background-color: rgb(6, 6, 51);
margin: 0;
color: #fff;
width: 100%;
}
section.header-content-wrapper {
display: flex;
flex-direction: row;
margin-top: 47px;
justify-content: space-around;
align-items: center;
padding: 13px;
}
header#main-header-index section img {
border: 2px solid rgb(44, 228, 7);
margin-right: 19px;
width: 14%;
border-radius: 50%;
}
header#main-header-index section p {
margin-left: 5%;
margin-right: 17px;
width: 80%;
font-size: 21px;
}
/* style for the nav bar */
nav.main-navigation {
position: absolute;
top: 30px;
display: flex;
justify-content: space-around;
left: 10%;
box-shadow: 4px 2px 4px 4px rgb(79, 73, 158);
width: 85%;
background-color: black;
height: 30px;
align-content: center;
align-items: center;
}
section.note {
color: red;
text-align: center;
}
nav.main-navigation a {
text-decoration: none;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 15px;
text-shadow: 4px 4px 2px rgb(121, 212, 18);
}
/* style for the section showcase */
section#showcase {
background: url("./showcase.jpg");
background-position: center;
background-size: cover;
margin-top: 280px;
width: 100%;
height: 300px;
}
section.showcase-text {
display: none;
width: 100%;
height: 300px;
background-color: rgba(0, 0, 85, 0.596);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
section.showcase-text h1 {
text-align: center;
color: rgb(255, 255, 255);
font-size: 60px;
text-shadow: 2px 3px 4px #17bbad;
}
section.showcase-text:hover {
display: initial;
}
/* end of style for showcase */
article#github-works {
display: none;
}
article#github-works nav a {
text-decoration: none;
color: #002;
margin: 13px;
}
article#github-works nav {
border: 2px solid #ccaa00;
}
h2.sec-hdr {
text-align: center;
font-size: 3vw;
}
section.all-only {
display: flex;
flex-direction: row;
justify-content: space-around;
}
h2#show-all,
h2.show-only {
cursor: pointer;
background-color: #ccaa00;
color: #fff;
padding: 1rem 2rem 1rem 2rem;
border-radius: 2rem;
}
h2.show-only a {
text-decoration: none;
color: #fff;
}
section h3.repppos {
border-bottom: 4px #005 dashed;
font-size: 2.5vw;
}
section h3.indi-projects {
border-bottom: 4px rgb(85, 0, 74) dashed;
font-size: 2.5vw;
}
section h3.group-projects {
border-bottom: 4px rgb(53, 74, 168) solid;
font-size: 2.5vw;
}
section h3.issuess {
border-bottom: 4px rgb(11, 173, 19) solid;
font-size: 2.5vw;
}
section#text-anim h2 {
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
font-size: 3vw;
text-shadow: 2px 2px 2px rgb(255, 255, 255);
}
nav#link-container,
nav#issue-container,
nav#projects-container {
text-align: left;
width: 93%;
padding: 3%;
height: 300px;
overflow-y: scroll;
}
section#text-anim {
background: url("./clooud1.png");
background-position: center;
background-size: cover;
width: 100%;
height: 150px;
}
/**
feedback page
*/
section#feedback-form {
margin-top: 15%;
margin-left: 10%;
width: 80%;
}
/**
footer
*/
footer {
background: #002;
color: #fff;
}
footer a {
color: #fff;
padding-bottom: 1%;
font-weight: bold;
}
footer div {
display: grid;
grid-template-columns: auto auto;
justify-content: space-around;
}
footer p {
text-align: center;
}
footer p.last-p {
padding-bottom: 3%;
font-size: 2vw;
}
footer h3#contacts,
footer h3#find-me,
div#where * {
cursor: pointer;
}
footer h3#contacts,
footer h3#find-me {
text-shadow: 2px 2px 2px rgb(136, 133, 133);
font-size: 15px;
}
p span.big-text {
text-shadow: 2px 2px 2px rgb(136, 133, 133);
font-weight: bold;
}
div#where,
div#via {
display: none;
}
div#via p {
text-align: left;
}
div#where a {
text-decoration: none;
}
@media (max-width: 684px) {
}
@media screen and (max-width: 490px) {
header#main-header-index {
position: absolute;
top: 0;
background-color: rgb(6, 6, 51);
margin: 0;
color: #fff;
width: 100%;
}
section.header-content-wrapper {
display: grid;
grid-template-columns: auto auto;
margin-top: 37px;
justify-content: space-around;
align-items: center;
padding: 13px;
}
header#main-header-index section img {
border: 4px solid rgb(44, 228, 7);
margin-top: 5%;
margin-left: 35%;
width: 37%;
border-radius: 8rem;
}
header#main-header-index section p {
margin-left: 15%;
width: 100%;
font-size: 13px;
}
/* style for the section showcase */
section#showcase {
background: url("./showcase.jpg");
background-position: center;
background-size: cover;
margin-top: 150px;
width: 100%;
height: 300px;
}
section.showcase-text {
display: none;
width: 100%;
height: 300px;
background-color: rgba(0, 0, 85, 0.596);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
section.showcase-text h1 {
text-align: center;
color: rgb(255, 255, 255);
font-size: 40px;
text-shadow: 2px 3px 4px #17bbad;
}
section.showcase-text:hover {
display: initial;
}
h2#show-all,
h2.show-only {
cursor: pointer;
background-color: #ccaa00;
color: #fff;
padding: 9px;
border-radius: 27px;
font-size: 15px;
}
h2.sec-hdr {
text-align: center;
font-size: 18px;
}
nav.main-navigation {
position: absolute;
top: 20px;
display: flex;
justify-content: space-around;
left: 0.1%;
box-shadow: 2px 2px 2px 2px rgb(79, 73, 158);
width: 100%;
background-color: black;
height: 20px;
align-content: center;
align-items: center;
}
nav.main-navigation a {
text-decoration: none;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 9px;
text-shadow: 2px 2px 2px rgb(121, 212, 18);
}
section#feedback-form {
margin-top: 25%;
margin-left: 1%;
width: 100%;
}
section h3.repppos,
section h3.group-projects,
section h3.issuess {
border-bottom: 4px #005 dashed;
font-size: 21px;
}
section#text-anim {
background: url("./clooud.png");
background-position: center;
background-size: cover;
width: 100%;
height: 110px;
}
section#text-anim h2 {
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
font-size: 8vw;
text-shadow: 2px 2px 2px rgb(255, 255, 255);
}
/* Footer */
div#where *,
div#via * {
font-size: 10px;
}
} | public/style.css | body {
margin: 0;
padding: 0;
background: #eee;
}
/* style for the header */
header#main-header-index {
position: absolute;
top: 0;
background-color: rgb(6, 6, 51);
margin: 0;
color: #fff;
width: 100%;
}
section.header-content-wrapper {
display: flex;
flex-direction: row;
margin-top: 47px;
justify-content: space-around;
align-items: center;
padding: 13px;
}
header#main-header-index section img {
border: 2px solid rgb(44, 228, 7);
margin-right: 19px;
width: 14%;
border-radius: 50%;
}
header#main-header-index section p {
margin-left: 5%;
margin-right: 17px;
width: 80%;
font-size: 21px;
}
/* style for the nav bar */
nav.main-navigation {
position: absolute;
top: 30px;
display: flex;
justify-content: space-around;
left: 10%;
box-shadow: 4px 2px 4px 4px rgb(79, 73, 158);
width: 85%;
background-color: black;
height: 30px;
align-content: center;
align-items: center;
}
section.note {
color: red;
text-align: center;
}
nav.main-navigation a {
text-decoration: none;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 15px;
text-shadow: 4px 4px 2px rgb(121, 212, 18);
}
/* style for the section showcase */
section#showcase {
background: url("./showcase.jpg");
background-position: center;
background-size: cover;
margin-top: 280px;
width: 100%;
height: 300px;
}
section.showcase-text {
display: none;
width: 100%;
height: 300px;
background-color: rgba(0, 0, 85, 0.596);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
section.showcase-text h1 {
text-align: center;
color: rgb(255, 255, 255);
font-size: 60px;
text-shadow: 2px 3px 4px #17bbad;
}
section.showcase-text:hover {
display: initial;
}
/* end of style for showcase */
article#github-works {
display: none;
}
article#github-works nav a {
text-decoration: none;
color: #002;
margin: 13px;
}
article#github-works nav {
border: 2px solid #ccaa00;
}
h2.sec-hdr {
text-align: center;
font-size: 3vw;
}
section.all-only {
display: flex;
flex-direction: row;
justify-content: space-around;
}
h2#show-all,
h2.show-only {
cursor: pointer;
background-color: #ccaa00;
color: #fff;
padding: 1rem 2rem 1rem 2rem;
border-radius: 2rem;
}
h2.show-only a {
text-decoration: none;
color: #fff;
}
section h3.repppos {
border-bottom: 4px #005 dashed;
font-size: 2.5vw;
}
section h3.indi-projects {
border-bottom: 4px rgb(85, 0, 74) dashed;
font-size: 2.5vw;
}
section h3.group-projects {
border-bottom: 4px rgb(53, 74, 168) solid;
font-size: 2.5vw;
}
section h3.issuess {
border-bottom: 4px rgb(11, 173, 19) solid;
font-size: 2.5vw;
}
section#text-anim h2 {
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
font-size: 3vw;
text-shadow: 2px 2px 2px rgb(255, 255, 255);
}
nav#link-container,
nav#issue-container,
nav#projects-container {
text-align: left;
width: 93%;
padding: 3%;
height: 300px;
overflow-y: scroll;
}
section#text-anim {
background: url("./clooud1.png");
background-position: center;
background-size: cover;
width: 100%;
height: 150px;
}
/**
feedback page
*/
section#feedback-form {
margin-top: 15%;
margin-left: 10%;
width: 80%;
}
/**
footer
*/
footer {
background: #002;
color: #fff;
}
footer a {
color: #fff;
padding-bottom: 1%;
font-weight: bold;
}
footer div {
display: grid;
grid-template-columns: auto auto;
justify-content: space-around;
}
footer p {
text-align: center;
}
footer p.last-p {
padding-bottom: 3%;
font-size: 2vw;
}
footer h3#contacts,
footer h3#find-me,
div#where * {
cursor: pointer;
}
footer h3#contacts,
footer h3#find-me {
text-shadow: 2px 2px 2px rgb(136, 133, 133);
font-size: 15px;
}
p span.big-text {
text-shadow: 2px 2px 2px rgb(136, 133, 133);
font-weight: bold;
}
div#where,
div#via {
display: none;
}
div#via p {
text-align: left;
}
div#where a {
text-decoration: none;
}
@media (max-width: 684px) {
}
@media screen and (max-width: 490px) {
header#main-header-index {
position: absolute;
top: 0;
background-color: rgb(6, 6, 51);
margin: 0;
color: #fff;
width: 100%;
}
section.header-content-wrapper {
display: grid;
grid-template-columns: auto auto;
margin-top: 37px;
justify-content: space-around;
align-items: center;
padding: 13px;
}
header#main-header-index section img {
border: 4px solid rgb(44, 228, 7);
margin-top: 5%;
margin-left: 35%;
width: 37%;
border-radius: 8rem;
}
header#main-header-index section p {
margin-left: 15%;
width: 100%;
font-size: 13px;
}
/* style for the section showcase */
section#showcase {
background: url("./showcase.jpg");
background-position: center;
background-size: cover;
margin-top: 150px;
width: 100%;
height: 300px;
}
section.showcase-text {
display: none;
width: 100%;
height: 300px;
background-color: rgba(0, 0, 85, 0.596);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
section.showcase-text h1 {
text-align: center;
color: rgb(255, 255, 255);
font-size: 40px;
text-shadow: 2px 3px 4px #17bbad;
}
section.showcase-text:hover {
display: initial;
}
h2#show-all,
h2.show-only {
cursor: pointer;
background-color: #ccaa00;
color: #fff;
padding: 9px;
border-radius: 27px;
font-size: 15px;
}
h2.sec-hdr {
text-align: center;
font-size: 18px;
}
nav.main-navigation {
position: absolute;
top: 20px;
display: flex;
justify-content: space-around;
left: 0.1%;
box-shadow: 2px 2px 2px 2px rgb(79, 73, 158);
width: 100%;
background-color: black;
height: 20px;
align-content: center;
align-items: center;
}
nav.main-navigation a {
text-decoration: none;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 9px;
text-shadow: 2px 2px 2px rgb(121, 212, 18);
}
section#feedback-form {
margin-top: 25%;
margin-left: 1%;
width: 100%;
}
section h3.repppos,
section h3.group-projects,
section h3.issuess {
border-bottom: 4px #005 dashed;
font-size: 21px;
}
section#text-anim {
background: url("./clooud.png");
background-position: center;
background-size: cover;
width: 100%;
height: 110px;
}
section#text-anim h2 {
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
font-size: 8vw;
text-shadow: 2px 2px 2px rgb(255, 255, 255);
}
/* Footer */
div#where *,
div#via * {
font-size: 10px;
}
} | 0.368519 | 0.07989 |
.text {
font-size: 0.6em;
}
button {
margin: 1rem auto !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.options {
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;
list-style: none !important;
-webkit-padding-start: 0 !important;
padding-inline-start: 0 !important;
padding: 0 !important;
font-size: 1rem !important;
font-weight: 200 !important;
border: none !important;
}
.options .options-element {
padding: 0 .7rem;
}
.options .options-element a {
padding: 0.5rem 0.6rem;
text-decoration: none;
}
.reservation-index {
margin: 13vh auto 7vh auto;
padding: 50px 0;
z-index: 100;
background: #7c6350;
}
.reservation-index .welcome {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 2.5rem;
}
.reservation-index .welcome .header {
font-size: 3.5rem;
font-weight: 300;
padding-bottom: 1.5rem;
}
.reservation-index .welcome .sub-header {
font-size: 2rem;
font-weight: 200;
padding-bottom: 1.5rem;
}
.reservation-index .line {
height: 1px;
width: 70%;
margin-top: 1rem;
margin-bottom: 2rem;
background: #E1E1E1;
}
.reservation-index .center {
max-width: 500px;
color: #E1E1E1 !important;
}
.reservation-index .line-details {
height: 1px;
width: 70%;
margin-top: 1rem;
margin-bottom: 0rem;
background: #E1E1E1;
}
.reservation-index .reservation-table {
font-size: 1rem;
font-weight: 300;
color: #E1E1E1;
}
.reservation-index .form-horizontal {
max-width: 600px;
margin: 0 auto;
}
.reservation-index .form-horizontal p {
font-size: 1rem !important;
}
.reservation-index .edition_list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.reservation-index .edition_list .edition_list_element {
padding: 0 5px;
}
/*# sourceMappingURL=reservation-style.css.map */ | reservation/static/reservation/css/reservation-style.css | .text {
font-size: 0.6em;
}
button {
margin: 1rem auto !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.options {
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;
list-style: none !important;
-webkit-padding-start: 0 !important;
padding-inline-start: 0 !important;
padding: 0 !important;
font-size: 1rem !important;
font-weight: 200 !important;
border: none !important;
}
.options .options-element {
padding: 0 .7rem;
}
.options .options-element a {
padding: 0.5rem 0.6rem;
text-decoration: none;
}
.reservation-index {
margin: 13vh auto 7vh auto;
padding: 50px 0;
z-index: 100;
background: #7c6350;
}
.reservation-index .welcome {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 2.5rem;
}
.reservation-index .welcome .header {
font-size: 3.5rem;
font-weight: 300;
padding-bottom: 1.5rem;
}
.reservation-index .welcome .sub-header {
font-size: 2rem;
font-weight: 200;
padding-bottom: 1.5rem;
}
.reservation-index .line {
height: 1px;
width: 70%;
margin-top: 1rem;
margin-bottom: 2rem;
background: #E1E1E1;
}
.reservation-index .center {
max-width: 500px;
color: #E1E1E1 !important;
}
.reservation-index .line-details {
height: 1px;
width: 70%;
margin-top: 1rem;
margin-bottom: 0rem;
background: #E1E1E1;
}
.reservation-index .reservation-table {
font-size: 1rem;
font-weight: 300;
color: #E1E1E1;
}
.reservation-index .form-horizontal {
max-width: 600px;
margin: 0 auto;
}
.reservation-index .form-horizontal p {
font-size: 1rem !important;
}
.reservation-index .edition_list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.reservation-index .edition_list .edition_list_element {
padding: 0 5px;
}
/*# sourceMappingURL=reservation-style.css.map */ | 0.315947 | 0.052522 |
.rv-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.rv-container .hidden {
display: none;
}
.rv-container .invisible {
opacity: 0;
}
.rv-container .control-button {
position: absolute;
top: 60%;
width: 50px;
height: 50px;
cursor: pointer;
background-color: #333;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rv-container .left-arrow {
left: 0;
}
.rv-container .right-arrow {
right: 0;
}
.rv-container .control-button .icon {
width: 20px;
height: 20px;
margin: 13px auto;
}
.rv-container .left-chevron {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 46"><path d="M34.997 40.094c1.338 1.352 1.338 3.54 0 4.893-1.338 1.35-3.506 1.352-4.846 0l-19.147-19.54c-1.338-1.352-1.338-3.543 0-4.895L30.15 1.014c1.34-1.352 3.507-1.352 4.847 0 1.338 1.352 1.338 3.54 0 4.893L19.294 23l15.703 17.094z" fill="#fff"/></svg>');
}
.rv-container .right-chevron {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 315.5 315.5"><path d="M242 141L109 8c-5-5-12-8-18-8S79 3 74 8c-10 10-10 24 0 34l116 116L74 274c-10 10-10 24 0 34s25 10 35 0l133-133c5-5 7-11 7-17 0-7-2-12-7-17z" fill="#fff"/></svg>');
}
.rv-container .slider-container {
width: 100%;
height: 100%;
background-color: #333;
}
.rv-container .slider-container .img-container {
position: absolute;
width: 100%;
height: 100%;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.rv-container .slider-container .img-container .img {
height: 100%;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}
.rv-container .slider-container .prev {
-webkit-transform: translate3d(-100%, 0%, 0);
-moz-transform: translate3d(-100%, 0%, 0);
-ms-transform: translate3d(-100%, 0%, 0);
-o-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0);
}
.rv-container .slider-container .current {
-webkit-transform: translate3d(0%, 0%, 0);
-moz-transform: translate3d(0%, 0%, 0);
-ms-transform: translate3d(0%, 0%, 0);
-o-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
}
.rv-container .slider-container .next {
-webkit-transform: translate3d(100%, 0%, 0);
-moz-transform: translate3d(100%, 0%, 0);
-ms-transform: translate3d(100%, 0%, 0);
-o-transform: translate3d(100%, 0%, 0);
transform: translate3d(100%, 0%, 0);
}
.rv-container .spinner {
position: absolute;
width: 100%;
top: 50%;
text-align: center;
}
.rv-container .spinner > div {
width: 18px;
height: 18px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
-moz-animation: bouncedelay 1.4s infinite ease-in-out;
animation: bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
}
.rv-container .spinner .bounce1 {
-webkit-animation-delay: -0.32s;
-moz-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.rv-container .spinner .bounce2 {
-webkit-animation-delay: -0.16s;
-moz-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0);
transform: scale(0.0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0);
transform: scale(0.0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
} | dist/react-vignette.css | .rv-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.rv-container .hidden {
display: none;
}
.rv-container .invisible {
opacity: 0;
}
.rv-container .control-button {
position: absolute;
top: 60%;
width: 50px;
height: 50px;
cursor: pointer;
background-color: #333;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rv-container .left-arrow {
left: 0;
}
.rv-container .right-arrow {
right: 0;
}
.rv-container .control-button .icon {
width: 20px;
height: 20px;
margin: 13px auto;
}
.rv-container .left-chevron {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 46"><path d="M34.997 40.094c1.338 1.352 1.338 3.54 0 4.893-1.338 1.35-3.506 1.352-4.846 0l-19.147-19.54c-1.338-1.352-1.338-3.543 0-4.895L30.15 1.014c1.34-1.352 3.507-1.352 4.847 0 1.338 1.352 1.338 3.54 0 4.893L19.294 23l15.703 17.094z" fill="#fff"/></svg>');
}
.rv-container .right-chevron {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 315.5 315.5"><path d="M242 141L109 8c-5-5-12-8-18-8S79 3 74 8c-10 10-10 24 0 34l116 116L74 274c-10 10-10 24 0 34s25 10 35 0l133-133c5-5 7-11 7-17 0-7-2-12-7-17z" fill="#fff"/></svg>');
}
.rv-container .slider-container {
width: 100%;
height: 100%;
background-color: #333;
}
.rv-container .slider-container .img-container {
position: absolute;
width: 100%;
height: 100%;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.rv-container .slider-container .img-container .img {
height: 100%;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}
.rv-container .slider-container .prev {
-webkit-transform: translate3d(-100%, 0%, 0);
-moz-transform: translate3d(-100%, 0%, 0);
-ms-transform: translate3d(-100%, 0%, 0);
-o-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0);
}
.rv-container .slider-container .current {
-webkit-transform: translate3d(0%, 0%, 0);
-moz-transform: translate3d(0%, 0%, 0);
-ms-transform: translate3d(0%, 0%, 0);
-o-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
}
.rv-container .slider-container .next {
-webkit-transform: translate3d(100%, 0%, 0);
-moz-transform: translate3d(100%, 0%, 0);
-ms-transform: translate3d(100%, 0%, 0);
-o-transform: translate3d(100%, 0%, 0);
transform: translate3d(100%, 0%, 0);
}
.rv-container .spinner {
position: absolute;
width: 100%;
top: 50%;
text-align: center;
}
.rv-container .spinner > div {
width: 18px;
height: 18px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
-moz-animation: bouncedelay 1.4s infinite ease-in-out;
animation: bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
}
.rv-container .spinner .bounce1 {
-webkit-animation-delay: -0.32s;
-moz-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.rv-container .spinner .bounce2 {
-webkit-animation-delay: -0.16s;
-moz-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0);
transform: scale(0.0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0);
transform: scale(0.0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
} | 0.442637 | 0.057203 |
body {
background-color: wheat;
background-image: linear-gradient(white, rgb(165, 161, 161));
}
main {
width: 100%;
height: 100%;
min-height: 53.3vh;
}
#searchCategoryUl {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
.searchCategoryLi {
background-color: violet;
margin-right: 30px;
padding: 20px;
font-size: 30px;
}
#searchCategoryLabel {}
#searchCategoryCountry {}
#searchCategoryCountry:hover+#countrySearchForm {
display: inline !important;
}
#searchCategoryTeam {}
#searchCategoryPlayer {}
#searchCategoryLeague {}
#playerInfoDiv {
background-color: #b6e08c;
padding: 30px 50px 0px 50px;
position: absolute;
top: 220px;
width: 100%;
}
#imageAndInfoDiv {
display: flex;
flex-direction: row;
}
#playerImage {
border-radius: 10px;
margin: 10px;
width: 55%;
}
#playerBreifInfoDiv {
background-color: rgb(62, 116, 216);
margin: 10px;
border-radius: 10px;
width: 30%;
font-size: 30px;
padding: 70px 40px 70px 40px;
color: wheat;
}
#playerDescription {
font-size: 25px;
color: white;
padding: 20px 80px 20px 30px;
}
/* */
.single-search-name {
border: none;
background-color: #5d737e;
color: white;
padding: 5px;
margin-right: 3%;
font-size: 1em;
outline: none;
}
.leagues-names-container {
display: flex;
background-color: #5d737e;
padding-left: 10px;
flex-wrap: wrap;
}
.single-search-name:nth-of-type(1) {
background-color: #7f7caf;
}
.single-search-name:hover {
background-color: gray;
}
.match-search-tabs-container {
margin: 4em auto 0px auto;
width: 85%;
}
/* */
.whole-card-div {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 27%;
text-align: center;
padding: 8px;
margin: 12px;
display: flex;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.each-match-serchResult>.each-match-teams-name {
color: forestgreen;
line-height: 1.6;
font-size: 1em;
font-weight: 900;
}
.each-match-serchResult>.each-match-date {
color: #af4c4ce0;
/* padding: 3px; */
line-height: 1.6;
}
.all-matches-search-result {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: space-around;
margin-top: 70px;
}
.add-wishList {
background-color: #4CAF50;
border: none;
border-radius: 4px;
color: white;
padding: 5px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.whole-card-div .left-flag,
.whole-card-div .each-match-serchResult,
.whole-card-div .right-flag {
display: inline-block;
/* vertical-align: top; */
}
.whole-card-div .left-flag {
width: 10%;
padding-right: 2px;
}
.each-match-serchResult {
width: 75%;
}
.whole-card-div .right-flag {
width: 10%;
padding-left: 2px;
}
.searchForm {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 50%;
text-align: center;
padding: 3px;
margin-left: 25%;
margin-top: 15px;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
display: flex;
flex-direction: column;
padding: 5px 0px;
font-size: 1.1em;
justify-content: center;
}
.searchButton {
background-color: #252725;
border: none;
border-radius: 4px;
color: white;
padding: 5px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.leagues-names-container {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}
.matchInputclass {
height: 22px;
width: 250px;
border-radius: 7px;
}
@media (max-width: 360px) {
.match-search-tabs-container {
margin: 9em auto 0px auto;
width: 85%;
}
.searchForm {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 98%;
text-align: center;
padding: 4px;
margin: 10px;
margin-left: 1%;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.whole-card-div {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 90%;
text-align: center;
padding: 10px;
margin: 15px;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.matchInputclass {
height: 20px;
width: 230px;
border-radius: 7px;
margin: 7px;
}
.all-matches-search-result {
margin-top: 20px;
}
#resultsStatus {
padding: 5px;
width: 70%;
margin: auto;
margin-top: 20px;
background-color: #7f7caf;
font-size: 20px;
font-weight: bold;
text-align: center;
}
}
#resultsStatus {
padding: 5px;
width: 70%;
margin: auto;
margin-top: 20px;
background-color: #7f7caf;
font-size: 20px;
font-weight: bold;
text-align: center;
} | public/styles/searchMatchesStyle.css | body {
background-color: wheat;
background-image: linear-gradient(white, rgb(165, 161, 161));
}
main {
width: 100%;
height: 100%;
min-height: 53.3vh;
}
#searchCategoryUl {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
.searchCategoryLi {
background-color: violet;
margin-right: 30px;
padding: 20px;
font-size: 30px;
}
#searchCategoryLabel {}
#searchCategoryCountry {}
#searchCategoryCountry:hover+#countrySearchForm {
display: inline !important;
}
#searchCategoryTeam {}
#searchCategoryPlayer {}
#searchCategoryLeague {}
#playerInfoDiv {
background-color: #b6e08c;
padding: 30px 50px 0px 50px;
position: absolute;
top: 220px;
width: 100%;
}
#imageAndInfoDiv {
display: flex;
flex-direction: row;
}
#playerImage {
border-radius: 10px;
margin: 10px;
width: 55%;
}
#playerBreifInfoDiv {
background-color: rgb(62, 116, 216);
margin: 10px;
border-radius: 10px;
width: 30%;
font-size: 30px;
padding: 70px 40px 70px 40px;
color: wheat;
}
#playerDescription {
font-size: 25px;
color: white;
padding: 20px 80px 20px 30px;
}
/* */
.single-search-name {
border: none;
background-color: #5d737e;
color: white;
padding: 5px;
margin-right: 3%;
font-size: 1em;
outline: none;
}
.leagues-names-container {
display: flex;
background-color: #5d737e;
padding-left: 10px;
flex-wrap: wrap;
}
.single-search-name:nth-of-type(1) {
background-color: #7f7caf;
}
.single-search-name:hover {
background-color: gray;
}
.match-search-tabs-container {
margin: 4em auto 0px auto;
width: 85%;
}
/* */
.whole-card-div {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 27%;
text-align: center;
padding: 8px;
margin: 12px;
display: flex;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.each-match-serchResult>.each-match-teams-name {
color: forestgreen;
line-height: 1.6;
font-size: 1em;
font-weight: 900;
}
.each-match-serchResult>.each-match-date {
color: #af4c4ce0;
/* padding: 3px; */
line-height: 1.6;
}
.all-matches-search-result {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: space-around;
margin-top: 70px;
}
.add-wishList {
background-color: #4CAF50;
border: none;
border-radius: 4px;
color: white;
padding: 5px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.whole-card-div .left-flag,
.whole-card-div .each-match-serchResult,
.whole-card-div .right-flag {
display: inline-block;
/* vertical-align: top; */
}
.whole-card-div .left-flag {
width: 10%;
padding-right: 2px;
}
.each-match-serchResult {
width: 75%;
}
.whole-card-div .right-flag {
width: 10%;
padding-left: 2px;
}
.searchForm {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 50%;
text-align: center;
padding: 3px;
margin-left: 25%;
margin-top: 15px;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
display: flex;
flex-direction: column;
padding: 5px 0px;
font-size: 1.1em;
justify-content: center;
}
.searchButton {
background-color: #252725;
border: none;
border-radius: 4px;
color: white;
padding: 5px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.leagues-names-container {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}
.matchInputclass {
height: 22px;
width: 250px;
border-radius: 7px;
}
@media (max-width: 360px) {
.match-search-tabs-container {
margin: 9em auto 0px auto;
width: 85%;
}
.searchForm {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 98%;
text-align: center;
padding: 4px;
margin: 10px;
margin-left: 1%;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.whole-card-div {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 90%;
text-align: center;
padding: 10px;
margin: 15px;
background-color: wheat;
background-image: linear-gradient(white, rgb(194, 190, 190));
}
.matchInputclass {
height: 20px;
width: 230px;
border-radius: 7px;
margin: 7px;
}
.all-matches-search-result {
margin-top: 20px;
}
#resultsStatus {
padding: 5px;
width: 70%;
margin: auto;
margin-top: 20px;
background-color: #7f7caf;
font-size: 20px;
font-weight: bold;
text-align: center;
}
}
#resultsStatus {
padding: 5px;
width: 70%;
margin: auto;
margin-top: 20px;
background-color: #7f7caf;
font-size: 20px;
font-weight: bold;
text-align: center;
} | 0.537527 | 0.091342 |
* Slate Theme
* Originally created by <NAME>
*/
/* Masks */
.ext-el-mask {
background-color: #c8cbd0;
}
.ext-el-mask-msg {
border: 1px solid #89a;
background: #d8dbe0 url(../images/slate/box/tb-blue.gif) repeat-x 0 -16px;
}
.ext-el-mask-msg div {
background: #eef0f2;
border: 1px solid #abc;
color: #222;
}
.x-item-disabled * {
color: #333 !important;
}
/* Tab Panels */
.x-tab-panel-header, .x-tab-panel-footer {
background: #6b869f;
border-color: #4f657b;
}
.x-tab-panel-header {
border-color: #abc;
}
.x-tab-panel-footer {
border-color: #abc;
}
ul.x-tab-strip-top {
background: #dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
border-color: #4c647e;
}
ul.x-tab-strip-bottom {
background-image: url(../images/slate/tabs/tab-strip-btm-bg.gif);
border-color: #566c82;
}
.x-tab-strip span.x-tab-strip-text {
color: #333;
}
.x-tab-strip-over span.x-tab-strip-text {
color: #111;
}
.x-tab-strip-active span.x-tab-strip-text {
color: #fff;
}
.x-tab-strip-disabled .x-tabs-text {
color: #aaaaaa;
}
.x-tab-strip-top .x-tab-right {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
background-image: url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
background-image: url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background-image: url(../images/slate/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background-image: url(../images/slate/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image: url(../images/slate/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
background-image: url(../images/slate/tabs/tab-close.gif);
}
.x-tab-panel-body {
border-color: #abc;
background: #fff;
}
.x-tab-panel-bbar .x-toolbar {
border-color: #abc;
}
.x-tab-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
border-color: #abc;
background: #6b869f;
}
.x-tab-scroller-left {
background-image: url(../images/slate/tabs/scroll-left.gif);
border-color: #aeaeae;
}
.x-tab-scroller-right {
background-image: url(../images/slate/tabs/scroll-right.gif);
border-color: #aeaeae;
}
/* Forms */
.x-form-check {
background: url('../images/slate/form/checkbox.gif') no-repeat 0 0;
}
.x-form-radio {
background: url('../images/slate/form/radio.gif') no-repeat 0 0;
}
.x-form-check-group-label {
border-bottom: 1px solid #99bbe8;
color: #15428b;
margin-bottom: 5px;
padding-left: 3px !important;
float: none !important;
}
.x-form-text, textarea.x-form-field {
border: 1px solid #9ab;
}
.x-trigger-wrap-focus .x-form-trigger {
border-bottom: 1px solid #4a7192;
}
.x-form-focus, textarea.x-form-focus {
border: 1px solid #4a7192;
}
.x-form-field-wrap .x-form-trigger {
background: transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
}
.x-form-field-wrap .x-form-date-trigger {
background-image: url(../images/slate/form/date-trigger.gif);
}
.x-form-field-wrap .x-form-clear-trigger {
background-image: url(../images/slate/form/clear-trigger.gif);
}
.x-form-field-wrap .x-form-search-trigger {
background-image: url(../images/slate/form/search-trigger.gif);
}
.x-form-field-wrap .x-form-trigger {
border-bottom: 1px solid #778899;
}
.x-form-field-wrap .x-form-trigger-over {
background-position: -17px 0;
}
.x-form-field-wrap .x-form-trigger-click {
background-position: -34px 0;
}
.x-trigger-wrap-focus .x-form-trigger {
background-position: -51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over {
background-position: -68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click {
background-position: -85px 0;
}
.x-form fieldset legend {
color: #333;
}
/* Buttons */
.x-btn button {
color: #fff;
}
.x-btn-over button {
color: #fff;
}
.x-btn-focus button {
color: #fff8da;
}
.x-btn-left {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-right {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-center {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
background: transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
}
.x-btn-with-menu .x-btn-center em {
background: transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
}
.x-btn-menu-arrow-wrap .x-btn-center button {
background: transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
}
/* Toolbars */
.x-toolbar {
border-color: #abc;
background: #f0f4f5 url(../images/slate/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button {
color: #f4f4f4;
}
.x-toolbar .ytb-text {
color: #f4f4f4;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
background-image: url(../images/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
background-image: url(../images/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button {
color: #fff;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .ytb-sep {
background-image: url(../images/slate/grid/grid-split.gif);
}
.x-statusbar .x-status-text-panel {
border-color: #9ab #9ab #9ab #9ab;
}
.x-statusbar .x-status-text {
color: #ddc;
}
/* Resizable Handles */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east {
background: url(../images/slate/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
background: url(../images/slate/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south {
background: url(../images/slate/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
background: url(../images/slate/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
background: url(../images/slate/sizer/se-handle.gif);
background-position: top left;
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
background: url(../images/slate/sizer/nw-handle.gif);
background-position: bottom right;
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
background: url(../images/slate/sizer/ne-handle.gif);
background-position: bottom left;
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
background: url(../images/slate/sizer/sw-handle.gif);
background-position: top right;
}
.x-resizable-proxy {
border: 1px dashed #748296;
}
/* Grids */
.x-grid-panel .x-panel-mc .x-panel-body {
border: 1px solid #abc;
}
.x-grid3-row-selected {
background: #fbf0d2 !important;
border: 1px dotted #ccc;
}
.x-grid3-hd-btn {
background: #f7ecc1 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
}
.x-grid3-header {
background: #f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
}
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
background: #ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
}
.sort-asc .x-grid3-sort-icon {
background-image: url(../images/slate/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon {
background-image: url(../images/slate/grid/sort_desc.gif);
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
}
.x-grid3-check-col {
background-image: url(../images/slate/menu/unchecked.gif);
}
.x-grid3-check-col-on {
background-image: url(../images/slate/menu/checked.gif);
}
.x-grid3-cell-selected {
background-color: #e0eaee !important;
}
.x-grid3-body .x-grid3-td-expander {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-checker {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-numberer {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
background: transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}
.x-grid-group-hd {
border-bottom: 2px solid #abb;
}
.x-grid-group-hd div {
color: #456;
}
.x-dd-drag-proxy .x-grid3-hd-inner {
background: #ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
border: 1px solid #abc;
}
.x-tbar-page-first {
background-image: url(../images/slate/grid/page-first.gif) !important;
}
.x-tbar-page-last {
background-image: url(../images/slate/grid/page-last.gif) !important;
}
.x-tbar-page-next {
background-image: url(../images/slate/grid/page-next.gif) !important;
}
.x-tbar-page-prev {
background-image: url(../images/slate/grid/page-prev.gif) !important;
}
.x-tbar-loading {
background-image: url(../images/slate/grid/refresh.gif) !important;
}
.x-paging-info {
color: #ffffff;
}
/* Trees */
.x-tree-node .x-tree-selected {
background-color: #f7ecc1;
}
.x-tree-node .x-tree-selected a span {
background-color: #f7ecc1;
color: black;
}
.x-tree-arrows .x-tree-elbow-plus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-minus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat -16px 0;
}
.x-tree-arrows .x-tree-elbow-end-plus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-end-minus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat -16px 0;
}
/* Date Pickers */
.x-date-middle, .x-date-left, .x-date-right {
background: url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
}
.x-date-bottom {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
border-top: 1px solid #abc;
}
.x-date-right a {
background-image: url(../images/slate/shared/right-btn.gif);
}
.x-date-left a {
background-image: url(../images/slate/shared/left-btn.gif);
}
.x-date-inner th {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
border-bottom: 1px solid #abc;
color: #345;
}
.x-date-inner .x-date-selected a {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
border: 1px solid #89a;
}
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
background: #faedc0;
}
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
color: #123;
background: #faedc0;
}
.x-date-mp-ybtn a {
background: transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
}
.x-date-mp-btns {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
}
td.x-date-mp-sel a {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
border: 1px solid #abc;
}
.x-date-mp-btns button {
background: #405574;
border: 1px solid;
border-color: #abc #055 #055 #abc;
}
/* Tips */
.x-tip .x-tip-close {
background-image: url(../images/slate/qtip/close.gif);
}
.x-tip .x-tip-tc {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
}
.x-tip .x-tip-tl {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
}
.x-tip .x-tip-tr {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
}
.x-tip .x-tip-bc {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
}
.x-tip .x-tip-bl {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
}
.x-tip .x-tip-br {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-ml {
background: #fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
}
.x-tip .x-tip-mr {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
}
.x-form-invalid-tip .x-tip-tc {
background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
padding-top: 6px;
}
.x-form-invalid-tip .x-tip-tl {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-tr {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bc {
background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
height: 6px;
}
.x-form-invalid-tip .x-tip-bl {
background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
}
.x-form-invalid-tip .x-tip-br {
background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
}
.x-form-invalid-tip .x-tip-ml {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-mr {
background-image: url(../images/default/form/error-tip-corners.gif);
}
/* Menus */
.x-menu {
border: 1px solid #aaa;
background: #f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
}
.x-menu-item-active {
background: #ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
border: 1px solid #c2cbd2;
}
.x-menu-item-arrow {
background: transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
}
.x-menu-check-item .x-menu-item-icon {
background: transparent url(../images/slate/menu/unchecked.gif) no-repeat center;
}
.x-menu-item-checked .x-menu-item-icon {
background-image: url(../images/slate/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
background: transparent url(../images/slate/menu/group-checked.gif)
}
.x-menu-group-item .x-menu-item-icon {
background: transparent none repeat scroll 0 0;
}
/* Combos */
.x-combo-list {
border: 1px solid #89a;
background: #bdcbd4 none repeat scroll 0 0;
}
.x-combo-list .x-combo-selected {
border: 1px dotted #ccc !important;
background: #fbf0d2;
}
.x-resizable-pinned .x-combo-list-inner {
border-bottom: 1px solid #9ab;
}
/* Panels */
.x-panel {
border-style: solid;
border-color: #abc;
border-width: 0;
}
.x-panel-header {
color: #f8f8f8;
border: 1px solid #abc;
background-image: url(../images/slate/panel/white-top-bottom.gif);
}
.x-panel-body {
border-color: #abc;
}
.x-panel-bbar .x-toolbar {
border-color: #abc;
}
.x-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
border-color: #abc;
}
.x-panel-tl .x-panel-header {
color: #f4f4f4;
}
.x-panel-tc {
background-image: url(../images/slate/panel/top-bottom.gif);
}
.x-panel-tl {
background-image: url(../images/slate/panel/corners-sprite.gif);
border-color: #abc;
}
.x-panel-tr {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-bc {
background-image: url(../images/slate/panel/top-bottom.gif);
}
.x-panel-bl {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-br {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-mc {
background: #dde5e9;
}
.x-panel-mc .x-panel-body {
background: transparent;
border: 0 none;
}
.x-panel-ml {
background-image: url(../images/slate/panel/left-right.gif);
}
.x-panel-mr {
background-image: url(../images/slate/panel/left-right.gif);
}
.x-panel-dd-spacer {
border: 2px dashed #89a;
}
.x-tool {
background-image: url(../images/slate/panel/tool-sprites.gif);
}
.x-panel-ghost {
background: #e0e0e0;
}
.x-panel-ghost ul {
border-color: #b0b0b0;
}
/* Windows */
.x-window-proxy {
background: #e4e8ec;
border-color: #abc;
}
.x-window-tl .x-window-header {
color: #fafafa;
}
.x-window-tc {
background-image: url(../images/slate/window/top-bottom.png);
}
.x-window-tl {
background-image: url(../images/slate/window/left-corners.png);
}
.x-window-tr {
background-image: url(../images/slate/window/right-corners.png);
}
.x-window-bc {
background-image: url(../images/slate/window/top-bottom.png);
}
.x-window-bl {
background-image: url(../images/slate/window/left-corners.png);
}
.x-window-br {
background-image: url(../images/slate/window/right-corners.png);
}
.x-window-mc {
border: 1px solid #abc;
background: #e8e8e8;
}
.x-window-ml {
background-image: url(../images/slate/window/left-right.png);
}
.x-window-mr {
background-image: url(../images/slate/window/left-right.png);
}
.x-panel-ghost .x-window-tl {
border-color: #abc;
}
.x-panel-collapsed .x-window-tl {
border-color: #abc;
}
.x-window-plain .x-window-mc {
background: #e8e8e8;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-top: 1px solid #abc;
border-left: 1px solid #abc;
}
.x-window-plain .x-window-body {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #abc;
border-right: 1px solid #abc;
background: transparent !important;
}
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
background-color: #eceef0;
}
/* HTML Editors */
.x-html-editor-wrap {
border-color: #abc;
}
.x-html-editor-tb .x-btn-text {
background: transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
}
/* Panel Borders */
.x-panel-noborder .x-panel-body-noborder {
border-width: 0;
}
.x-panel-noborder .x-panel-header-noborder {
border-width: 0;
border-bottom: 1px solid #abc;
}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #abc;
}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #abc;
}
.x-window-noborder .x-window-mc {
border-width: 0;
}
.x-window-plain .x-window-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #abc;
}
.x-tab-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #abc;
}
/* Layout */
.x-border-layout-ct {
background: #f0f0f0;
}
.x-accordion-hd {
background-image: url(../images/slate/panel/light-hd.gif);
}
.x-layout-collapsed {
background-color: #567;
border-color: #e0e0e0;
}
.x-layout-collapsed-over {
background-color: #789;
}
/* Progress Bars */
.x-progress-bar {
background: #fbefb4 url(../images/slate/progress/progress-bg.gif) repeat-x left center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.x-progress-inner {
background: #e0e8f3 url(../images/slate/qtip/bg.gif) repeat-x scroll 0 0;
}
.x-progress-text {
color: #9ab;
}
.x-progress-text-back {
color: #789;
}
.x-progress-wrap {
border: 1px solid #b0b8c4;
}
/* Sliders */
.x-slider-horz .x-slider-thumb {
background: transparent url(../images/slate/slider/slider-thumb.png) no-repeat 0 0;
}
.x-slider-vert .x-slider-thumb {
background: transparent url(../images/slate/slider/slider-v-thumb.png) no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-over {
background-position: -14px -15px;
}
.x-slider-horz .x-slider-thumb-drag {
background-position: -28px -30px;
}
.x-slider-vert .x-slider-thumb-over {
background-position: -15px -14px;
}
.x-slider-vert .x-slider-thumb-drag {
background-position: -30px -28px;
}
.x-slider-horz {
background: transparent url(../images/slate/slider/slider-bg.png) no-repeat 0 -22px;
}
.x-slider-horz .x-slider-end {
background: transparent url(../images/slate/slider/slider-bg.png) no-repeat right -44px;
}
.x-slider-horz .x-slider-inner {
background: transparent url(../images/slate/slider/slider-bg.png) repeat-x 0 0;
}
.x-slider-vert {
background: transparent url(../images/slate/slider/slider-v-bg.png) no-repeat -44px 0;
}
.x-slider-vert .x-slider-end {
background: transparent url(../images/slate/slider/slider-v-bg.png) no-repeat -22px bottom;
}
.x-slider-vert .x-slider-inner {
background: transparent url(../images/slate/slider/slider-v-bg.png) repeat-y 0 0;
} | Resources/public/scripts/ext-2.3.0/resources/css/xtheme-slate.css | * Slate Theme
* Originally created by <NAME>
*/
/* Masks */
.ext-el-mask {
background-color: #c8cbd0;
}
.ext-el-mask-msg {
border: 1px solid #89a;
background: #d8dbe0 url(../images/slate/box/tb-blue.gif) repeat-x 0 -16px;
}
.ext-el-mask-msg div {
background: #eef0f2;
border: 1px solid #abc;
color: #222;
}
.x-item-disabled * {
color: #333 !important;
}
/* Tab Panels */
.x-tab-panel-header, .x-tab-panel-footer {
background: #6b869f;
border-color: #4f657b;
}
.x-tab-panel-header {
border-color: #abc;
}
.x-tab-panel-footer {
border-color: #abc;
}
ul.x-tab-strip-top {
background: #dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
border-color: #4c647e;
}
ul.x-tab-strip-bottom {
background-image: url(../images/slate/tabs/tab-strip-btm-bg.gif);
border-color: #566c82;
}
.x-tab-strip span.x-tab-strip-text {
color: #333;
}
.x-tab-strip-over span.x-tab-strip-text {
color: #111;
}
.x-tab-strip-active span.x-tab-strip-text {
color: #fff;
}
.x-tab-strip-disabled .x-tabs-text {
color: #aaaaaa;
}
.x-tab-strip-top .x-tab-right {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
background-image: url(../images/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
background-image: url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
background-image: url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background-image: url(../images/slate/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background-image: url(../images/slate/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image: url(../images/slate/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
background-image: url(../images/slate/tabs/tab-close.gif);
}
.x-tab-panel-body {
border-color: #abc;
background: #fff;
}
.x-tab-panel-bbar .x-toolbar {
border-color: #abc;
}
.x-tab-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
border-color: #abc;
background: #6b869f;
}
.x-tab-scroller-left {
background-image: url(../images/slate/tabs/scroll-left.gif);
border-color: #aeaeae;
}
.x-tab-scroller-right {
background-image: url(../images/slate/tabs/scroll-right.gif);
border-color: #aeaeae;
}
/* Forms */
.x-form-check {
background: url('../images/slate/form/checkbox.gif') no-repeat 0 0;
}
.x-form-radio {
background: url('../images/slate/form/radio.gif') no-repeat 0 0;
}
.x-form-check-group-label {
border-bottom: 1px solid #99bbe8;
color: #15428b;
margin-bottom: 5px;
padding-left: 3px !important;
float: none !important;
}
.x-form-text, textarea.x-form-field {
border: 1px solid #9ab;
}
.x-trigger-wrap-focus .x-form-trigger {
border-bottom: 1px solid #4a7192;
}
.x-form-focus, textarea.x-form-focus {
border: 1px solid #4a7192;
}
.x-form-field-wrap .x-form-trigger {
background: transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
}
.x-form-field-wrap .x-form-date-trigger {
background-image: url(../images/slate/form/date-trigger.gif);
}
.x-form-field-wrap .x-form-clear-trigger {
background-image: url(../images/slate/form/clear-trigger.gif);
}
.x-form-field-wrap .x-form-search-trigger {
background-image: url(../images/slate/form/search-trigger.gif);
}
.x-form-field-wrap .x-form-trigger {
border-bottom: 1px solid #778899;
}
.x-form-field-wrap .x-form-trigger-over {
background-position: -17px 0;
}
.x-form-field-wrap .x-form-trigger-click {
background-position: -34px 0;
}
.x-trigger-wrap-focus .x-form-trigger {
background-position: -51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over {
background-position: -68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click {
background-position: -85px 0;
}
.x-form fieldset legend {
color: #333;
}
/* Buttons */
.x-btn button {
color: #fff;
}
.x-btn-over button {
color: #fff;
}
.x-btn-focus button {
color: #fff8da;
}
.x-btn-left {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-right {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-center {
background-image: url(../images/slate/button/btn-sprite.gif);
}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
background: transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
}
.x-btn-with-menu .x-btn-center em {
background: transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
}
.x-btn-menu-arrow-wrap .x-btn-center button {
background: transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
}
/* Toolbars */
.x-toolbar {
border-color: #abc;
background: #f0f4f5 url(../images/slate/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button {
color: #f4f4f4;
}
.x-toolbar .ytb-text {
color: #f4f4f4;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
background-image: url(../images/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
background-image: url(../images/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button {
color: #fff;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center {
background-image: url(../images/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .ytb-sep {
background-image: url(../images/slate/grid/grid-split.gif);
}
.x-statusbar .x-status-text-panel {
border-color: #9ab #9ab #9ab #9ab;
}
.x-statusbar .x-status-text {
color: #ddc;
}
/* Resizable Handles */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east {
background: url(../images/slate/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
background: url(../images/slate/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south {
background: url(../images/slate/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
background: url(../images/slate/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
background: url(../images/slate/sizer/se-handle.gif);
background-position: top left;
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
background: url(../images/slate/sizer/nw-handle.gif);
background-position: bottom right;
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
background: url(../images/slate/sizer/ne-handle.gif);
background-position: bottom left;
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
background: url(../images/slate/sizer/sw-handle.gif);
background-position: top right;
}
.x-resizable-proxy {
border: 1px dashed #748296;
}
/* Grids */
.x-grid-panel .x-panel-mc .x-panel-body {
border: 1px solid #abc;
}
.x-grid3-row-selected {
background: #fbf0d2 !important;
border: 1px dotted #ccc;
}
.x-grid3-hd-btn {
background: #f7ecc1 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
}
.x-grid3-header {
background: #f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
}
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
background: #ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
}
.sort-asc .x-grid3-sort-icon {
background-image: url(../images/slate/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon {
background-image: url(../images/slate/grid/sort_desc.gif);
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
}
.x-grid3-check-col {
background-image: url(../images/slate/menu/unchecked.gif);
}
.x-grid3-check-col-on {
background-image: url(../images/slate/menu/checked.gif);
}
.x-grid3-cell-selected {
background-color: #e0eaee !important;
}
.x-grid3-body .x-grid3-td-expander {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-checker {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-numberer {
background: transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
background: transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}
.x-grid-group-hd {
border-bottom: 2px solid #abb;
}
.x-grid-group-hd div {
color: #456;
}
.x-dd-drag-proxy .x-grid3-hd-inner {
background: #ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
border: 1px solid #abc;
}
.x-tbar-page-first {
background-image: url(../images/slate/grid/page-first.gif) !important;
}
.x-tbar-page-last {
background-image: url(../images/slate/grid/page-last.gif) !important;
}
.x-tbar-page-next {
background-image: url(../images/slate/grid/page-next.gif) !important;
}
.x-tbar-page-prev {
background-image: url(../images/slate/grid/page-prev.gif) !important;
}
.x-tbar-loading {
background-image: url(../images/slate/grid/refresh.gif) !important;
}
.x-paging-info {
color: #ffffff;
}
/* Trees */
.x-tree-node .x-tree-selected {
background-color: #f7ecc1;
}
.x-tree-node .x-tree-selected a span {
background-color: #f7ecc1;
color: black;
}
.x-tree-arrows .x-tree-elbow-plus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-minus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat -16px 0;
}
.x-tree-arrows .x-tree-elbow-end-plus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-end-minus {
background: transparent url(../images/slate/tree/arrows.gif) no-repeat -16px 0;
}
/* Date Pickers */
.x-date-middle, .x-date-left, .x-date-right {
background: url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
}
.x-date-bottom {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
border-top: 1px solid #abc;
}
.x-date-right a {
background-image: url(../images/slate/shared/right-btn.gif);
}
.x-date-left a {
background-image: url(../images/slate/shared/left-btn.gif);
}
.x-date-inner th {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
border-bottom: 1px solid #abc;
color: #345;
}
.x-date-inner .x-date-selected a {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
border: 1px solid #89a;
}
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
background: #faedc0;
}
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
color: #123;
background: #faedc0;
}
.x-date-mp-ybtn a {
background: transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
}
.x-date-mp-btns {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
}
td.x-date-mp-sel a {
background: #dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
border: 1px solid #abc;
}
.x-date-mp-btns button {
background: #405574;
border: 1px solid;
border-color: #abc #055 #055 #abc;
}
/* Tips */
.x-tip .x-tip-close {
background-image: url(../images/slate/qtip/close.gif);
}
.x-tip .x-tip-tc {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
}
.x-tip .x-tip-tl {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
}
.x-tip .x-tip-tr {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
}
.x-tip .x-tip-bc {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
}
.x-tip .x-tip-bl {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
}
.x-tip .x-tip-br {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-ml {
background: #fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
}
.x-tip .x-tip-mr {
background: transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
}
.x-form-invalid-tip .x-tip-tc {
background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
padding-top: 6px;
}
.x-form-invalid-tip .x-tip-tl {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-tr {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bc {
background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
height: 6px;
}
.x-form-invalid-tip .x-tip-bl {
background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
}
.x-form-invalid-tip .x-tip-br {
background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
}
.x-form-invalid-tip .x-tip-ml {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-mr {
background-image: url(../images/default/form/error-tip-corners.gif);
}
/* Menus */
.x-menu {
border: 1px solid #aaa;
background: #f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
}
.x-menu-item-active {
background: #ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
border: 1px solid #c2cbd2;
}
.x-menu-item-arrow {
background: transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
}
.x-menu-check-item .x-menu-item-icon {
background: transparent url(../images/slate/menu/unchecked.gif) no-repeat center;
}
.x-menu-item-checked .x-menu-item-icon {
background-image: url(../images/slate/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
background: transparent url(../images/slate/menu/group-checked.gif)
}
.x-menu-group-item .x-menu-item-icon {
background: transparent none repeat scroll 0 0;
}
/* Combos */
.x-combo-list {
border: 1px solid #89a;
background: #bdcbd4 none repeat scroll 0 0;
}
.x-combo-list .x-combo-selected {
border: 1px dotted #ccc !important;
background: #fbf0d2;
}
.x-resizable-pinned .x-combo-list-inner {
border-bottom: 1px solid #9ab;
}
/* Panels */
.x-panel {
border-style: solid;
border-color: #abc;
border-width: 0;
}
.x-panel-header {
color: #f8f8f8;
border: 1px solid #abc;
background-image: url(../images/slate/panel/white-top-bottom.gif);
}
.x-panel-body {
border-color: #abc;
}
.x-panel-bbar .x-toolbar {
border-color: #abc;
}
.x-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-color: #abc;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
border-color: #abc;
}
.x-panel-tl .x-panel-header {
color: #f4f4f4;
}
.x-panel-tc {
background-image: url(../images/slate/panel/top-bottom.gif);
}
.x-panel-tl {
background-image: url(../images/slate/panel/corners-sprite.gif);
border-color: #abc;
}
.x-panel-tr {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-bc {
background-image: url(../images/slate/panel/top-bottom.gif);
}
.x-panel-bl {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-br {
background-image: url(../images/slate/panel/corners-sprite.gif);
}
.x-panel-mc {
background: #dde5e9;
}
.x-panel-mc .x-panel-body {
background: transparent;
border: 0 none;
}
.x-panel-ml {
background-image: url(../images/slate/panel/left-right.gif);
}
.x-panel-mr {
background-image: url(../images/slate/panel/left-right.gif);
}
.x-panel-dd-spacer {
border: 2px dashed #89a;
}
.x-tool {
background-image: url(../images/slate/panel/tool-sprites.gif);
}
.x-panel-ghost {
background: #e0e0e0;
}
.x-panel-ghost ul {
border-color: #b0b0b0;
}
/* Windows */
.x-window-proxy {
background: #e4e8ec;
border-color: #abc;
}
.x-window-tl .x-window-header {
color: #fafafa;
}
.x-window-tc {
background-image: url(../images/slate/window/top-bottom.png);
}
.x-window-tl {
background-image: url(../images/slate/window/left-corners.png);
}
.x-window-tr {
background-image: url(../images/slate/window/right-corners.png);
}
.x-window-bc {
background-image: url(../images/slate/window/top-bottom.png);
}
.x-window-bl {
background-image: url(../images/slate/window/left-corners.png);
}
.x-window-br {
background-image: url(../images/slate/window/right-corners.png);
}
.x-window-mc {
border: 1px solid #abc;
background: #e8e8e8;
}
.x-window-ml {
background-image: url(../images/slate/window/left-right.png);
}
.x-window-mr {
background-image: url(../images/slate/window/left-right.png);
}
.x-panel-ghost .x-window-tl {
border-color: #abc;
}
.x-panel-collapsed .x-window-tl {
border-color: #abc;
}
.x-window-plain .x-window-mc {
background: #e8e8e8;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-top: 1px solid #abc;
border-left: 1px solid #abc;
}
.x-window-plain .x-window-body {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #abc;
border-right: 1px solid #abc;
background: transparent !important;
}
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
background-color: #eceef0;
}
/* HTML Editors */
.x-html-editor-wrap {
border-color: #abc;
}
.x-html-editor-tb .x-btn-text {
background: transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
}
/* Panel Borders */
.x-panel-noborder .x-panel-body-noborder {
border-width: 0;
}
.x-panel-noborder .x-panel-header-noborder {
border-width: 0;
border-bottom: 1px solid #abc;
}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #abc;
}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #abc;
}
.x-window-noborder .x-window-mc {
border-width: 0;
}
.x-window-plain .x-window-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #abc;
}
.x-tab-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #abc;
}
/* Layout */
.x-border-layout-ct {
background: #f0f0f0;
}
.x-accordion-hd {
background-image: url(../images/slate/panel/light-hd.gif);
}
.x-layout-collapsed {
background-color: #567;
border-color: #e0e0e0;
}
.x-layout-collapsed-over {
background-color: #789;
}
/* Progress Bars */
.x-progress-bar {
background: #fbefb4 url(../images/slate/progress/progress-bg.gif) repeat-x left center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.x-progress-inner {
background: #e0e8f3 url(../images/slate/qtip/bg.gif) repeat-x scroll 0 0;
}
.x-progress-text {
color: #9ab;
}
.x-progress-text-back {
color: #789;
}
.x-progress-wrap {
border: 1px solid #b0b8c4;
}
/* Sliders */
.x-slider-horz .x-slider-thumb {
background: transparent url(../images/slate/slider/slider-thumb.png) no-repeat 0 0;
}
.x-slider-vert .x-slider-thumb {
background: transparent url(../images/slate/slider/slider-v-thumb.png) no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-over {
background-position: -14px -15px;
}
.x-slider-horz .x-slider-thumb-drag {
background-position: -28px -30px;
}
.x-slider-vert .x-slider-thumb-over {
background-position: -15px -14px;
}
.x-slider-vert .x-slider-thumb-drag {
background-position: -30px -28px;
}
.x-slider-horz {
background: transparent url(../images/slate/slider/slider-bg.png) no-repeat 0 -22px;
}
.x-slider-horz .x-slider-end {
background: transparent url(../images/slate/slider/slider-bg.png) no-repeat right -44px;
}
.x-slider-horz .x-slider-inner {
background: transparent url(../images/slate/slider/slider-bg.png) repeat-x 0 0;
}
.x-slider-vert {
background: transparent url(../images/slate/slider/slider-v-bg.png) no-repeat -44px 0;
}
.x-slider-vert .x-slider-end {
background: transparent url(../images/slate/slider/slider-v-bg.png) no-repeat -22px bottom;
}
.x-slider-vert .x-slider-inner {
background: transparent url(../images/slate/slider/slider-v-bg.png) repeat-y 0 0;
} | 0.30965 | 0.075551 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body, html {
height: 100%;
width: 100%;
margin: 0;
scroll-behavior: smooth;
}
.parallax1, .parallax2, .parallax3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position:relative
}
.parallax1{
background-image: url("image3.jpg");
height: 100%;
}
.parallax2{
background-image: url("image2.jpg");
height: 20%;
}
.parallax3{
background-image: url("image1.jpg");
height: 20%;
}
@media only screen and (max-device-width: 1366px){
.parallax {
background-attachment: scroll;
}
}
ul{
list-style-type: none;
position: fixed;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgb(85, 155, 102);
top: 0;
width: 100%;
font-size: xx-large;
z-index: 1;
box-shadow: 2px 2px 4px #474747;
}
li.titre{
float: left;
}
li{
float: right;
}
li a.titre{
display: block;
color: white;
text-align: center;
font-weight: bolder;
font-family: Montserrat;
text-decoration: none;
}
li a{
display: block;
color: white;
text-align: center;
font-family: Montserrat;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
color: #3B4832;
}
a{
text-decoration: none;
color: #f1f1f1;
}
.descriptif{
font-family: Quicksand;
font-size: 24px;
text-align: center;
text-shadow: 4px 4px 8px #000000;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.pos{
position:absolute;
width: 40%;
height: 40%;
top:59%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.button{
display: inline-block;
border-radius: 48px;
background-color: rgb(85, 155, 102);
border: none;
color: #f1f1f1;
text-align: center;
font-size: 28px;
font-family: Quicksand;
padding: 20px;
width: auto;
box-shadow: 2px 2px 4px #ffffff;
margin-top: 0%;
margin-left: 35%;
}
.button span{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span{
padding-right: 25px;
}
.button:hover span:after{
opacity: 1;
right: 0;
}
.title-anim{
animation: opac 2s;
}
@keyframes opac{
from{opacity:0} to{opacity:1}
}
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 25px;
font-size: 50px;
font-weight: 100;
letter-spacing:4px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:30%;
left:25%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.footerP{
text-align:center;
background-color: rgb(85, 155, 102);
padding-top:32px;
padding-bottom:64px;
margin-bottom: 0;
height: 2%;
}
.footer-button{
border:none;
display:inline-block;
padding:8px 16px;
vertical-align:middle;
overflow:hidden;
text-decoration:none;
color:white;
background-color:inherit;
text-align:center;
cursor:pointer;
white-space:nowrap;
}
.footer-button:hover{
color:#3B4832;
}
i{margin-right:16px;}
.display-middle{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.titre2{
font-size:52px;
font-weight: 100;
color: white;
letter-spacing: 4px;
position:relative;
}
.par{
height: auto;
overflow: auto;
background-color:#FDFDFD;
text-align: center;
font-size: 20px;
padding-top: 2%;
padding-bottom: 2%;
font-family: Montserrat;
}
.par2{
background-color: #FDFDFD;
font-size:36px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
overflow: auto;
font-family: Montserrat;
}
.marj{
margin-right: auto;
margin-left: auto;
}
.hs{
font-size: 22px;
}
.stl{
line-height: 200%;
padding: 70px 0;
}
/*PROCARD_TEST*/
.cardbox {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin-left: 3%;
margin-bottom: 3%;
text-align: center;
font-family: Montserrat;
float: left;
}
.titleCard {
color: grey;
font-size: 18px;
}
button.card {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: #3B4832;
background-color: rgb(119, 119, 119);
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a.card {
text-decoration: none;
font-size: 22px;
color:rgb(119, 119, 119);
}
button.card:hover, a.card:hover {
color: white;
}
/*ADD BIGGER IMAGE*/
.screen{
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
.screen:hover {opacity: 0.6;}
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.9);
}
.modal-content {
margin: auto;
display: block;
width: 60%;
}
.modal-content,{
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
.close_Button {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close_Button:hover,.close_Button:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/*RESPONSIVE*/
@media(min-width: 1000px) and (max-width: 1820px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 30px;
font-weight: 50;
letter-spacing:2px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 80%;
}
.button{
width: auto;
padding: 15px;
font-size: 95%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -15px;
transition: 0.5s;
}
.button:hover span{
padding-right: 20px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:59%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 16px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 35px;
letter-spacing: 2px;
}
.parallax2{
height: 200px;
}
.parallax3{
height: 200px;
}
.par{
font-size: 12px;
}
.hs{
font-size: 11px;
}
.cardbox {
max-width: 150px;
}
.titleCard {
font-size: 10px;
margin-left: 5%;
}
button.card {
padding: 4px;
color: #3B4832;
width: 100%;
font-size: 10px;
}
a.card {
font-size: 11px;
}
p{
font-size: 12px;
}
.stl{
line-height: 100%;
padding: 50px 0;
}
}
@media(min-width:440px) and (max-width: 1000px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 15px;
font-weight: 50;
letter-spacing:2px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 60%;
}
.button{
width: auto;
padding: 10px;
font-size: 65%;
margin-left: 40%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -10px;
transition: 0.5s;
}
.button:hover span{
padding-right: 15px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:55%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 10px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 25px;
letter-spacing: 2px;
}
.parallax2{
height: 150px;
}
.parallax3{
height: 150px;
}
.par{
font-size: 8px;
}
.hs{
font-size: 8px;
}
.cardbox {
max-width: 100px;
margin-left: 4%;
}
.titleCard {
font-size: 6px;
}
button.card {
padding: 2px;
color: #3B4832;
width: 100%;
font-size: 6px;
}
a.card {
font-size: 8px;
}
p{
font-size: 8px;
}
.stl{
line-height: 100%;
padding: 40px 0;
}
}
@media(max-width:500px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 10px;
font-weight: 25;
letter-spacing:1px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 40%;
}
.button{
width: auto;
padding: 5px;
font-size: 45%;
margin-left: 40%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -10px;
transition: 0.5s;
}
.button:hover span{
padding-right: 10px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:55%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 6px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 15px;
letter-spacing: 1px;
}
.parallax2{
height: 150px;
}
.parallax3{
height: 150px;
}
.par{
font-size: 6px;
}
.hs{
font-size: 6px;
}
.cardbox {
max-width: 100px;
margin-left: 4%;
}
.titleCard {
font-size: 4px;
}
button.card {
padding: 2px;
color: #3B4832;
width: 100%;
font-size: 6px;
}
a.card {
font-size: 6px;
}
p{
font-size: 6px;
}
.stl{
line-height: 100%;
padding: 30px 0;
}
} | src/website/punyduck.css | @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body, html {
height: 100%;
width: 100%;
margin: 0;
scroll-behavior: smooth;
}
.parallax1, .parallax2, .parallax3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position:relative
}
.parallax1{
background-image: url("image3.jpg");
height: 100%;
}
.parallax2{
background-image: url("image2.jpg");
height: 20%;
}
.parallax3{
background-image: url("image1.jpg");
height: 20%;
}
@media only screen and (max-device-width: 1366px){
.parallax {
background-attachment: scroll;
}
}
ul{
list-style-type: none;
position: fixed;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgb(85, 155, 102);
top: 0;
width: 100%;
font-size: xx-large;
z-index: 1;
box-shadow: 2px 2px 4px #474747;
}
li.titre{
float: left;
}
li{
float: right;
}
li a.titre{
display: block;
color: white;
text-align: center;
font-weight: bolder;
font-family: Montserrat;
text-decoration: none;
}
li a{
display: block;
color: white;
text-align: center;
font-family: Montserrat;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
color: #3B4832;
}
a{
text-decoration: none;
color: #f1f1f1;
}
.descriptif{
font-family: Quicksand;
font-size: 24px;
text-align: center;
text-shadow: 4px 4px 8px #000000;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.pos{
position:absolute;
width: 40%;
height: 40%;
top:59%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.button{
display: inline-block;
border-radius: 48px;
background-color: rgb(85, 155, 102);
border: none;
color: #f1f1f1;
text-align: center;
font-size: 28px;
font-family: Quicksand;
padding: 20px;
width: auto;
box-shadow: 2px 2px 4px #ffffff;
margin-top: 0%;
margin-left: 35%;
}
.button span{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span{
padding-right: 25px;
}
.button:hover span:after{
opacity: 1;
right: 0;
}
.title-anim{
animation: opac 2s;
}
@keyframes opac{
from{opacity:0} to{opacity:1}
}
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 25px;
font-size: 50px;
font-weight: 100;
letter-spacing:4px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:30%;
left:25%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.footerP{
text-align:center;
background-color: rgb(85, 155, 102);
padding-top:32px;
padding-bottom:64px;
margin-bottom: 0;
height: 2%;
}
.footer-button{
border:none;
display:inline-block;
padding:8px 16px;
vertical-align:middle;
overflow:hidden;
text-decoration:none;
color:white;
background-color:inherit;
text-align:center;
cursor:pointer;
white-space:nowrap;
}
.footer-button:hover{
color:#3B4832;
}
i{margin-right:16px;}
.display-middle{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.titre2{
font-size:52px;
font-weight: 100;
color: white;
letter-spacing: 4px;
position:relative;
}
.par{
height: auto;
overflow: auto;
background-color:#FDFDFD;
text-align: center;
font-size: 20px;
padding-top: 2%;
padding-bottom: 2%;
font-family: Montserrat;
}
.par2{
background-color: #FDFDFD;
font-size:36px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
overflow: auto;
font-family: Montserrat;
}
.marj{
margin-right: auto;
margin-left: auto;
}
.hs{
font-size: 22px;
}
.stl{
line-height: 200%;
padding: 70px 0;
}
/*PROCARD_TEST*/
.cardbox {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin-left: 3%;
margin-bottom: 3%;
text-align: center;
font-family: Montserrat;
float: left;
}
.titleCard {
color: grey;
font-size: 18px;
}
button.card {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: #3B4832;
background-color: rgb(119, 119, 119);
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a.card {
text-decoration: none;
font-size: 22px;
color:rgb(119, 119, 119);
}
button.card:hover, a.card:hover {
color: white;
}
/*ADD BIGGER IMAGE*/
.screen{
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
.screen:hover {opacity: 0.6;}
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.9);
}
.modal-content {
margin: auto;
display: block;
width: 60%;
}
.modal-content,{
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
.close_Button {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close_Button:hover,.close_Button:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/*RESPONSIVE*/
@media(min-width: 1000px) and (max-width: 1820px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 30px;
font-weight: 50;
letter-spacing:2px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 80%;
}
.button{
width: auto;
padding: 15px;
font-size: 95%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -15px;
transition: 0.5s;
}
.button:hover span{
padding-right: 20px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:59%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 16px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 35px;
letter-spacing: 2px;
}
.parallax2{
height: 200px;
}
.parallax3{
height: 200px;
}
.par{
font-size: 12px;
}
.hs{
font-size: 11px;
}
.cardbox {
max-width: 150px;
}
.titleCard {
font-size: 10px;
margin-left: 5%;
}
button.card {
padding: 4px;
color: #3B4832;
width: 100%;
font-size: 10px;
}
a.card {
font-size: 11px;
}
p{
font-size: 12px;
}
.stl{
line-height: 100%;
padding: 50px 0;
}
}
@media(min-width:440px) and (max-width: 1000px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 15px;
font-weight: 50;
letter-spacing:2px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 60%;
}
.button{
width: auto;
padding: 10px;
font-size: 65%;
margin-left: 40%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -10px;
transition: 0.5s;
}
.button:hover span{
padding-right: 15px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:55%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 10px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 25px;
letter-spacing: 2px;
}
.parallax2{
height: 150px;
}
.parallax3{
height: 150px;
}
.par{
font-size: 8px;
}
.hs{
font-size: 8px;
}
.cardbox {
max-width: 100px;
margin-left: 4%;
}
.titleCard {
font-size: 6px;
}
button.card {
padding: 2px;
color: #3B4832;
width: 100%;
font-size: 6px;
}
a.card {
font-size: 8px;
}
p{
font-size: 8px;
}
.stl{
line-height: 100%;
padding: 40px 0;
}
}
@media(max-width:500px){
.title-base{
text-align: center;
font-family: Quicksand;
padding: 12px 24px;
font-size: 10px;
font-weight: 25;
letter-spacing:1px;
color: #f1f1f1;
text-shadow: 2px 2px 4px #000000;
}
.title-display{
position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
ul{
height: auto;
}
li a{
font-size: 40%;
}
.button{
width: auto;
padding: 5px;
font-size: 45%;
margin-left: 40%;
}
.button span:after{
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -10px;
transition: 0.5s;
}
.button:hover span{
padding-right: 10px;
}
.pos{
position:absolute;
width: 30%;
height: 30%;
top:55%;
left:73%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
}
.descriptif{
font-family: Quicksand;
font-size: 6px;
text-align: center;
text-shadow: 2px 2px 4px #474747;
color: rgb(255, 255, 255);
padding: 20px;
width: 100%;
}
.titre2{
font-size: 15px;
letter-spacing: 1px;
}
.parallax2{
height: 150px;
}
.parallax3{
height: 150px;
}
.par{
font-size: 6px;
}
.hs{
font-size: 6px;
}
.cardbox {
max-width: 100px;
margin-left: 4%;
}
.titleCard {
font-size: 4px;
}
button.card {
padding: 2px;
color: #3B4832;
width: 100%;
font-size: 6px;
}
a.card {
font-size: 6px;
}
p{
font-size: 6px;
}
.stl{
line-height: 100%;
padding: 30px 0;
}
} | 0.433742 | 0.111048 |
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-ExtraBold.woff);
font-weight: 900;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-SemiBold.woff);
font-weight: 700;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-Bold.woff);
font-weight: 500;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-Regular.woff);
font-weight: 200;
}
@font-face {
font-family: SFMono;
src: url(../fonts/FontsFree-Net-SFMono-Regular.ttf);
}
body {
overflow-x: hidden;
overflow: hidden;
margin: 0;
font-family: Alliance, sans-serif;
color: white;
font-weight: 300;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
canvas {
width: 100%;
}
#webgl {
width: 100%;
height: 456px;
position: absolute;
z-index: 0;
cursor: pointer;
}
#preloader {
background-color: black;
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
z-index: 13;
position: fixed;
width: 100%;
z-index: 999999999999999999999999;
}
#preloader img {
margin: auto;
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding-left: 6px;
height: 105.5%;
width: 97%;
margin-top: -3.5px;
}
.loader_text {
color: #7b7b7b;
margin: 0 auto;
position: absolute;
top: 50%;
right: 0;
left: 0;
bottom: 0;
text-align: center;
font-size: 30px;
margin-top: 100px;
font-family: sans-serif;
z-index:4;
font-weight: 100;
margin-left: 12px;
}
#logo {
width: 119px;
filter: grayscale(100%);
}
body.anim #logo {
animation: background_gradient 405s infinite;
}
#bm {
position: absolute;
position: fixed;
z-index: 99999999;
transition: all 1s linear 0s;
top: unset;
left: 88%;
right: 60px;
bottom: 0;
cursor: pointer;
}
.dialog_main #bm {
top: unset;
left: unset;
bottom: unset;
right: unset;
position: initial;
}
#bm.animate {
top: 50%;
left: 0;
transform: translate(50%, -50%) scale(2.2);
}
.more_info_window {
display: none;
right: 12%;
position: fixed;
width: 60%;
color: black;
overflow: hidden;
top: 50%;
transform: translate(0%, -50%);
}
.chatbot_wrapper {
position: fixed;
z-index: 999999999;
display: none;
}
#products_menu.sticky {
background: #808080d6;
box-shadow: 0 2.76726px 2.21381px rgb(0 0 0 / 7%), 0 6.6501px 5.32008px rgb(0 0 0 / 4%),
0 12.5216px 10.0172px rgb(0 0 0 / 3%), 0 22.3363px 17.869px rgb(0 0 0 / 3%),
0 41.7776px 33.4221px rgb(0 0 0 / 2%), 0 100px 80px rgb(0 0 0 / 2%), 0 1px 0 0 rgb(4 13 33 / 10%);
z-index: 9999999;
background: white;
}
#products_menu.sticky ul {
padding-top: 12px;
padding-bottom: 12px;
margin-top: 10px;
}
#products_menu.sticky #second_menu {
background: #808080d6;
width: 100%;
margin: 0;
justify-content: space-evenly;
}
#products_menu.sticky #second_menu {
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
-webkit-box-decoration-break: unset;
color: white;
}
#second_menu li {
margin: 0 50;
}
#products_menu a.underline {
border-bottom: 2px solid #5a1d5f;
padding-bottom: 8px;
}
.close {
position: absolute;
right: 16px;
width: 32px;
height: 32px;
margin-top: 57px;;
cursor: pointer;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: #fff;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}
.menu_text {
color: white;
font-family: 'Jura', sans-serif;
padding-top: 12px;
font-weight: 600;
font-size: 25px;
margin-top: 5px;
}
.menu_text .char2 {
transform: translateX(0px) translateY(-7px) rotate(19deg);
}
.menu_text .char3 {
transform: translateX(0px) translateY(-3px) rotate(14deg);
}
.menu_text .char6 {
color: #0e7f37;
}
#svg_w {
margin: auto;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 20.4%;
height: fit-content;
}
@-webkit-keyframes quick-glow{
15%{
z-index: 0;
background: blue;
box-shadow: 0 0 10px 2px blue;
}
}
@keyframes motto {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes end {
from {
opacity: 1;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 0;
transform: none;
}
}
.black_w2 {
margin-left: -200px;
margin: auto;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 20.4%;
background-color: black;
animation-name: motto;
animation-duration: 1s;
animation-fill-mode: forwards;
}
#svg_w {
z-index: 4;
}
@-webkit-keyframes show {
0% {width:0%}
40% {width:0%}
60% {width:0%;}
100% {width:100%;}
}
@-webkit-keyframes hide {
0% {width:100%}
40% {width:0%}
60% {width:0%;}
100% {width:0%;}
}
#svg_w.load {
-moz-animation: show 5s ease-out;
-webkit-animation: show 5s ease-out;
-ms-animation: show 5s ease-out;
-o-animation: show 5s ease-out;
animation: show 5s ease-out;
}
#preloader_logo.end {
-moz-animation: hide 5s ease-out ;
-webkit-animation: hide 5s ease-out;
-ms-animation: hide 5s ease-out;
-o-animation: hide 5s ease-out;
animation: hide 5s ease-out;
}
.glow {
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
.wrapper{
width: 379px;
height: 170px;
position: absolute;
left:50%;
top:50%;
transform:translate3d(-50%,-50%,0);
z-index: 1;
}
.before,
.after {
width:100%;
height:100%;
background-repeat:no-repeat;
background-size: cover;
background-position: center;
position: absolute;
top:0;
left:0;
pointer-events:none;
}
.after {
width:100%;
-webkit-transition: width 4s ease-in-out;
-moz-transition: width 4s ease-in-out;
-o-transition: width 4s ease-in-out;
transition: width 4s ease-in-out;
z-index: 20;
}
.before {
z-index: 21;
background-color: transparent;
}
.before img {
width: 364px;
}
.after.s {
width:100%;
}
.dots {
width: 19%;
height: 170px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 20;
}
#b1_1, #b1_2, #b1_3, #b1_4, #b1_5, #b1_6, #b1_7, #b1_8, #b1_9, #b1_10, #b1_11, #b1_12, #b1_13, #b1_14, #b1_15, #b1_16, #b1_17, #b1_18 {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
filter: url(#shadow2);
}
@-webkit-keyframes anim-glow {
0% {
opacity: 1;
box-shadow: 0 0 #61ef61;
}
100% {
opacity: 1;
box-shadow: 0 0 10px 8px transparent;
border-width: 2px;
}
}
@keyframes anim-glow {
0% {
opacity: 1;
box-shadow: 0 0 #61ef61;
}
100% {
opacity: 1;
box-shadow: 0 0 10px 8px transparent;
border-width: 2px;
}
}
.ellipse {
border-radius: 50%;
border: 2px solid #61EF61;
width: 10px;
height: 10px;
text-align: center;
position: relative;
-webkit-animation: anim-glow 2s ease infinite;
animation: anim-glow 2s ease infinite;
}
@keyframes anim-glow {
0% {
box-shadow: green 0px 0px 160px 4px, rgb(19, 9, 45) 0.5rem 0.5rem 30px;
}
100% {
box-shadow: green 0px 0px 160px 45px, rgb(19, 9, 45) 0.5rem 0.5rem 30px;
}
}
.sp {
overflow: hidden;
width: 21%;
z-index: 3;
height: 180px;
position: absolute;
margin-left: 32px;
margin-top: -3px;
}
.sp svg {
width: 923px;
height: 436px;
}
linearGradient {
display:none;
}
svg {
z-index: 0;
position: absolute;
}
path.linear_gradient {
fill:url(#linear-gradient);
}
#some-element {
width: 20%;
z-index: 0;
height: 170px;
position: absolute;
}
.my-class
{
z-index: 0;
position: absolute;
width: 7px;
height: 7px;
background: white;
border-radius: 50%;
position: absolute;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
svg#grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
height: 609px;
margin-left: -129px;
margin-top: -180px;
}
#grid .path {
fill-opacity: 0;
stroke: #fff;
stroke-width: 1.5;
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
.disintegration-container {
pointer-events: none;
background-color: transparent;
position: absolute;
}
.disintegration-container canvas {
position: absolute;
left: 0;
transition: transform 2s ease-out, opacity 2s ease-out;
opacity: 1;
transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
}
@keyframes debug-pulse {
0% { filter: none; }
95% { filter: none; }
95% { filter: drop-shadow(0 1px 0 rgba(255,0,0,0)); }
100% { filter: drop-shadow(0 1px 0 rgba(255,0,0,0)); }
}
.disintegration-target {
width: 100%;
height: 100%;
top: 0;
position: absolute;
}
.copy {
opacity: 0;
transition: opacity 3s ease-in-out;
}
.copy.glow_animation {
opacity: 1;
}
/* MAIN PAGE BLOCK */
#main {
display: flex;
flex-direction: column;
background-image: url(../images/background_.svg);
background-size: cover;
}
.menu {
flex-direction: row;
justify-content: space-between;
align-items: center;
z-index: 99999999;
display: flex;
margin: 20px;
}
.main_text {
z-index: 1;
font-size: 4.5rem!important;
margin-left: 20%;
margin-top: 27px;
}
menu ul, .menu_block ul {
display: flex;
align-items: center;
}
menu ul li, .menu_block ul li {
color: white;
text-transform: uppercase;
font-family: sans-serif;
text-decoration: none;
font-size: 25px;
margin: 0 24px;
font-weight: 100;
transition: all 0.4s linear;
}
menu ul li.menu_signin, .menu_block ul li.menu_signin {
font-size: 20px;
border: 0.5px solid;
padding: 7px;
border-radius: 10px;
margin-left: 5px;
background: white;
padding-left: 9px;
padding-right: 10px;
border-color: white;
}
:root {
--shadow-color: white;
--shadow-color-light: white;
--hover-color-1: #3f3c3c;
--hover-color-2: #3f3c3c;
--hover-color-2-2: white;
}
menu ul li.menu_signin:hover, .menu_block ul li.menu_signin:hover{
background-color: var(--hover-color-2);
border-color: var(--hover-color-2);
}
menu ul li.menu_signin a, menu ul li.menu_signin a:visited,
.menu_block ul li.menu_signin a, .menu_block ul li.menu_signin a:visited {
color: #3f3c3c;
}
menu ul li.menu_signin:hover a, menu ul li.menu_signin:hover a:visited,
.menu_block ul li.menu_signin:hover a, .menu_block ul li.menu_signin:hover a:visited {
color: var(--hover-color-2-2);
}
menu ul li.menu_signup, .menu_block ul li.menu_signup{
font-size: 20px;
border: 0.5px solid;
padding: 7px;
border-radius: 10px;
margin-left: -6px;
}
menu ul li.menu_signup:hover, menu ul li.menu_signup:hover a, menu ul li.menu_signup:hover a:visited,
.menu_block ul li.menu_signup:hover, .menu_block ul li.menu_signup:hover a, .menu_block ul li.menu_signup:hover a:visited {
border-color: var(--hover-color-1);
color: var(--hover-color-1);
}
menu ul li a, .menu_block ul {
transition: all 0.4s linear;
}
menu ul li:nth-child(-n+4) a:hover, menu ul li:nth-child(-n+4) a:visited:hover,
.menu_block ul li:nth-child(-n+4) a:hover, .menu_block ul li:nth-child(-n+4) a:visited:hover {
transition: 3s linear;
animation: neon 3s infinite;
}
@keyframes neon {
0% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
}
50% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
}
100% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
}
}
.menu_logo {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 55px;
font-family: 'Jura', sans-serif;
font-weight: 600;
text-transform: uppercase;
text-align: center;
font-size: 18px;
cursor: pointer;
margin-top: 27px;
}
.button {
position: relative;
height: 73px;
width: 305px;
background: transparent;
padding: 0;
display: block;
margin: 1rem auto;
}
a.button {
font-family: 'Avenir Next LT Pro', sans-serif;
background-color: #ffffff00;
color: #0e0e0e;
text-transform: uppercase;
text-decoration: none;
font-weight: 900;
font-size: 1.333rem;
display: inline-block;
line-height: 1;
}
.button span {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-28.5px);
transform: translateZ(-28.5px);
-webkit-transition: -webkit-transform 0.25s;
transition: -webkit-transform 0.25s;
transition: transform 0.25s;
transition: transform 0.25s, -webkit-transform 0.25s;
text-align: center;
}
.button span:hover {
-webkit-transform: translateZ(-28.5px) rotateX(-90deg);
transform: translateZ(-28.5px) rotateX(-90deg);
}
.button span::before, .button span::after {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: attr(title);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.button span::before {
background-color: #000;
color: #fff;
-webkit-transform: rotateY(0deg) translateZ(36.3px);
transform: rotateY(0deg) translateZ(36.3px);
content: attr(data-front);
}
.button span::after {
background-color: #5a1d5f;
color: #fff;
-webkit-transform: rotateX(90deg) translateZ(36.3px);
transform: rotateX(90deg) translateZ(36.3px);
}
.green_btn span::before {
background-color: #1b441b;
}
.green_btn span::after {
background-color: #000;
}
.mt_1 {
display: flex;
flex-direction: column;
font-weight: 900;
}
.sum_block {
display: flex;
flex-direction: column;
}
.and_symbol {
font-size: 39px;
font-style: italic;
position: absolute;
margin-top: 100px;
margin-left: 286px;
}
@keyframes flicker {
50% {
color: white;
filter: saturate(200%) hue-rotate(20deg);
}
}
x-sign {
display: flex;
flex-direction: column;
align-items: center;
font-size: 24px;
}
.sum_symbol {
font-size: 5.8rem!important;
height: 104px;
}
.sm_letter {
font-size: 24px;
}
.br {
display: block;
margin: -14px 0;
font-size: 4.5rem!important;
}
.br.universe {
font-size: 5.7rem!important;
text-transform: uppercase;
display: flex;
align-items: center;
margin-top: -18px;
}
.under_main_t {
font-size: 1.5rem!important;
font-weight: 100;
}
/* FOOTER BLOCK */
.adv_legend {
color: #586069;
font-weight: 900;
font-size: 4.7rem!important;
position: absolute;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.footer_logo {
margin-left: 47%;
}
li.mr-3 {
margin: 0 12px;
}
footer {
background-color: white;
padding: 27px 0;
font-weight: 100;
padding-bottom: 0px;
}
footer a, footer a:link, footer a:visited {
color: #586069;
}
.footer_b2 a, .footer_b2 a:link, .footer_b2 a:visited {
color: white;
}
.flex_row {
display:flex;
}
.flex_clmn {
display:flex;
flex-direction: column;
}
.flex_clmn li {
margin: 8px 0px;
}
.footer_b1 {
display: flex;
justify-content: space-between;
padding-left: 6%;
padding-right: 17%;
margin-bottom: 60px;
}
.footer_b2 {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
background-color: #777777;
padding-left: 17%;
padding-right: 17%;
padding: 13px 17%;
}
#logo_footer {
width: 220px;
}
footer ul {
padding: 0;
}
.footer_logo_text {
text-align: center;
font-size: 22px;
}
.media {
font-size: 25px;
color: white;
}
.webdesigntuts-workshop {
text-align: center;
}
.webdesigntuts-workshop:before {
background: #444;
background: linear-gradient(left, #151515, #444, #151515);
top: 192px;
}
.webdesigntuts-workshop:after {
background: #000;
background: linear-gradient(left, #151515, #000, #151515);
top: 191px;
}
.webdesigntuts-workshop form {
background: #111;
background: linear-gradient(#1b1b1b, #111);
border: 1px solid #000;
border-radius: 5px;
box-shadow: inset 0 0 0 1px #272727;
display: inline-block;
font-size: 0px;
margin: 150px auto 0;
padding: 20px;
position: relative;
z-index: 1;
}
.webdesigntuts-workshop input {
background: #fff;
border: 1px solid #444;
border-radius: 5px;
color: #5a1d5f;
text-transform: uppercase;
display: block;
float: left;
font-family: 'Cabin', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 400;
height: 40px;
margin: 0;
width: 217px;
text-align: center;
cursor: pointer;
font-size: 17px;
font-weight: 600;
}
.ie .webdesigntuts-workshop input {
line-height: 40px;
}
.webdesigntuts-workshop input::-webkit-input-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input:-moz-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input {
animation: glow 800ms ease-out infinite alternate;
background: #ffffff;
border-color: #7821ff;
color: #5a1d5f;
text-transform: uppercase;
outline: none;
}
.webdesigntuts-workshop input::-webkit-input-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input:-moz-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop button {
background: #222;
background: linear-gradient(#333, #222);
box-sizing: border-box;
border: 1px solid #444;
border-left-color: #000;
border-radius: 0 5px 5px 0;
box-shadow: 0 2px 0 #000;
color: #fff;
display: block;
float: left;
font-family: 'Cabin', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 400;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
position: relative;
text-shadow: 0 -1px 0 #000;
width: 80px;
}
.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
background: #292929;
background: linear-gradient(#393939, #292929);
color: #5f5;
outline: none;
}
.webdesigntuts-workshop button:active {
background: #292929;
background: linear-gradient(#393939, #292929);
box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
top: 1px;
}
@-webkit-keyframes glow {
0% {
border-color: #c234f6;
box-shadow: 0 0 5px rgb(95 0 255 / 20%), inset 0 0 5px rgb(79 0 255 / 10%);
}
100% {
border-color: #c234f6;
box-shadow: 0 0 20px rgb(194 52 246), inset 0 0 10px rgb(157 0 255 / 40%);
color: black;
}
}
@keyframes glow {
0% {
border-color: #c234f6;
box-shadow: 0 0 5px rgb(95 0 255 / 20%), inset 0 0 5px rgb(79 0 255 / 10%);
}
100% {
border-color: #c234f6;
box-shadow: 0 0 20px rgb(194 52 246), inset 0 0 10px rgb(157 0 255 / 40%);
color: black;
}
}
.desc_text {
font-size: 26px;
width: 1000px;
margin-top: 30px;
margin-left: -200px;
cursor: pointer;
}
.desc_text div {
background: white;
border-radius: 19px;
padding: 1px 20px;
background: url(../images/25552.png) no-repeat;
background-color: #909090;
background-position: 909px;
}
.dt_1 {
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 24px;
font-weight: 900;
}
.dt_2 {
font-size: 22px;
font-weight: 900;
}
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400&display=swap');
@import url(//db.onlinewebfonts.com/c/9334bc51bc06f9ec7ddcc08ff6da305c?family=Alternate+Gothic);
@font-face {
font-family: Alternate-Gothic;
src: url(../fonts/Alternate_Gothic.ttf);
}
.div_2 .char5 {
color: #af52b8;
}
.things {
position: absolute;
transform: rotate(45deg);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.things > .content {
float: left;
width: 50%;
height: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.things > .content h1 {
font-family: 'Arial', sans-serif;
text-transform: uppercase;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: absolute;
height: 150px;
color: #89323B;
}
/* Arrow */
.arrow_wrapper {
position: absolute;
transform: rotate(-90deg);
right: 1146px;
top: 430px;
z-index:0;
display:none;
}
.arrow {
position: relative;
margin: 0 auto;
width: 100px;
overflow: hidden;
}
.arrow .curve {
border: 2px solid #BE5F4B;
border-color: transparent transparent transparent #BE5F4B;
height: 360px;
width: 1200px;
border-radius: 230px 0 0 150px;
}
.arrow .point {
position: absolute;
left: 40px;
top: 315px;
}
.arrow .point:before, .arrow .point:after {
border: 1px solid #BE5F4B;
height: 25px;
content: "";
position: absolute;
}
.arrow .point:before {
top: -11px;
left: -11px;
transform:rotate(-74deg);
-webkit-transform:rotate(-74deg);
-moz-transform:rotate(-74deg);
-ms-transform: rotate(-74deg);
}
.arrow .point:after {
top: -20px;
left: 5px;
transform:rotate(12deg);
-webkit-transform: rotate(12deg);
-moz-transform:rotate(12deg);
-ms-transform: rotate(12deg);
}
/* ADAPTIVE */
@media all and (max-width: 1660px) {
.menu_logo {
margin-left: 15px;
font-size: 16px;
}
}
@media all and (max-width: 1520px) {
menu ul li {
font-size: 21px;
}
.menu_logo, .menu_logo ul li:nth-child(6), .menu_logo ul li:nth-child(7) {
font-size: 12px;
}
.menu_logo #logo {
width: 110px;
}
}
@media all and (max-width: 1410px) {
menu ul li {
font-size: 21px;
}
.menu_logo, .menu_logo ul li:nth-child(6), .menu_logo ul li:nth-child(7) {
font-size: 12px;
}
.menu_logo #logo {
width: 93px;
}
}
@media all and (max-width: 870px) {
.main_text {
font-size: 3.5rem!important;
}
.br.universe {
font-size: 4.7rem!important;
}
}
form input {
width: 100%;
font-size: 22px;
margin-top: 13px;
}
.slides {
width: 69%;
height: 100%;
overflow: scroll;
margin-top: 160px;
}
.slide {
height: 100%;
}
.box {
width: 88px;
}
.main_text ::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.main_text ::-webkit-scrollbar-thumb {
background: #FF0000;
}
.main_background {
position: absolute;
width: 101%;
filter: grayscale(1);
overflow: hidden;
}
body.anim #main::before {
animation: background_gradient 405s infinite;
}
.preloader_shining {
width: 363px;
height: 300px;
clip-path: url(#clipping);
position: absolute;
z-index: 999;
margin-top: 115px;
opacity: 0;
}
.preloader_shining.anim {
opacity: 1;
}
.preloader_shining:after {
content: '';
top: 0;
transform: translateX(100%);
width: 100%;
height: 220px;
position: absolute;
z-index:1;
animation: slide 2s linear 1;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes slide {
0% {transform:translateX(-1000%);}
100% {transform:translateX(100%);}
}
@keyframes background_gradient {
0% {
filter: grayscale(100%);
}
50% {
filter: grayscale(75%);
}
100% {
filter: grayscale(100%);
}
}
@keyframes btn_a_animation {
0% {
color: #333333;
}
80% {
color: #ea6fb1;
}
100% {
color: #333333;
}
}
.husserl_block {
background: url(../images/!!!!24.jpg) center;
background-size: cover;
height: 975px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 200px 0px;
}
.quote {
font-size: 60px;
width: 54%;
margin-left: 300px;
padding-top: 154px;
}
.husserl_block .button {
font-size: 30px;
height: 85px;
width: 412px;
}
.husserl_block .button span::before {
background-color: #fff;
color: #000;
-webkit-transform: rotateY(0deg) translateZ(36.3px);
transform: rotateY(0deg) translateZ(36.3px);
content: attr(data-front);
}
.miracle_block {
margin-bottom: 80px;
text-align: center;
margin-left: 860px;
margin-top: -115px;
}
.miracle {
font-size: 19.5px;
text-transform: uppercase;
background: -webkit-linear-gradient(20deg,#74207b,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 22.6px;
display: flex;
flex-direction: column;
justify-content: right;
align-items: initial;
font-weight: 900;
}
.particle_block .button span {
height: 64px;
}
.author {
font-size: 30px;
font-weight: 700;
margin-left: 300px;
margin-top: -40px;
}
#particle-canvas {
position: absolute;
width: 101%;
height: 900px;
background: black;
vertical-align: middle;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.use_smart {
position: absolute;
z-index: 999;
font-weight: 800;
font-size: 33px;
width: 100%;
text-align: right;
margin-left: -42px;
margin-top: 57px;
background: -webkit-linear-gradient(-70deg,#402642,#402642);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 100;
-webkit-box-decoration-break: clone;
}
.use_smart .span_1 {
display: block;
background: -webkit-linear-gradient(-70deg,#2ba59c,#6c54a0);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 30.7px;
font-weight: 100;
}
.use_smart .span_2 {
text-transform: capitalize;
font-size: 37px;
}
.white {
background: white;
}
.white_6 {
height: 600px;
background: white;
}
.gray_6 {
height: 600px;
background: #909090;
}
.gray {
background: #909090;
}
.btns {
position: absolute;
z-index: 1;
display: flex;
margin-top: -50px;
width: 100%;
height: 300px;
display: flex;
justify-content: center;
}
.btn_block {
background-color: white;
color: black;
box-shadow: 0.3125rem 0.3125rem 2.5rem rgba(0,0,0,.15);
margin: 0 15px;
width: 555px;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
position: relative;
}
.btn_block p {
font-size: 30px;
font-weight: 600;
color: #909090;
margin-left: 100px;
margin-right: 20px;
}
.btn_block .logo {
position: absolute;
width: 258px;
transform: rotateZ(86deg);
margin-left: -127px;
margin-top: 80px;
}
.particle_block .left.button span::before {
background-color: #5a1d5f;
color: #fff;
}
.particle_block .left.button span::after {
background-color: black;
color: #fff;
}
.particle_block .right.button span::before {
background-color: black;
color: #fff;
}
.particle_block .button {
margin-right: 60px;
}
.quote_text {
position: absolute;
z-index: 1;
width: 100%;
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: center;
height: auto;
font-size: 15px!important;
text-align: right;
align-items: flex-end;
bottom: 0;
margin-left: -50px;
margin-bottom: 30px;
}
.quote_text h1 {
font-weight: 100;
width: 702px;
margin: 0;
}
.quote_text .name {
font-weight: 200;
margin-top: 27px;
font-size: 22px;
}
.quote_author {
color: #5a1d5f;
font-weight: 700;
font-size: 25px;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.particle_logo {
z-index: 1;
display: flex;
margin-top: 32px;
}
.particle_logo p {
font-size: 35px;
font-weight: 600;
margin-left: 23px;
color: #b02fdf;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.particle_logo img {
width: 200px;
}
.btn_block img.gradient_logo {
transform: rotateZ(-86deg);
margin-left: 551px;
margin-top: 66px;
}
.wiener_wrap {
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
height: 73%;
}
.black_white_logo {
position: absolute;
z-index: 1;
height: 311px;
transform: rotateZ(82deg);
right: -309px;
margin-top: 197px;
opacity: 0.4;
filter: grayscale(1);
}
.mt_1_1 {
position: absolute;
width: 600px;
height: 508px;
cursor: pointer;
right: 12%;
margin-top: 50px;
}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.container-xl{margin-right:auto;margin-left:auto;}
.container-xl{max-width:1280px;}
.col-4{width:33.33333%;}
.col-6{width:50%;}
.col-12{width:100%;}
@media (min-width:1012px){
.col-lg-4{width:33.33333%;}
.col-lg-5{width:41.66667%;}
.col-lg-7{width:58.33333%;}
}
.border-left{border-left:1px solid var(--color-border-primary)!important;}
.circle{border-radius:50%!important;}
.bg-white{background-color:var(--color-bg-primary)!important;z-index: 999;}
.flex-column{flex-direction:column!important;}
.flex-justify-start{justify-content:flex-start!important;}
.flex-justify-center{justify-content:center!important;}
.flex-justify-around{justify-content:space-around!important;}
.flex-items-start{align-items:flex-start!important;}
.flex-items-center{align-items:center!important;}
.flex-auto{flex:auto!important;}
.flex-shrink-0{flex-shrink:0!important;}
@media (min-width:544px){
.flex-sm-row-reverse{flex-direction:row-reverse!important;}
}
@media (min-width:1012px){
.flex-lg-row{flex-direction:row!important;}
.flex-lg-row-reverse{flex-direction:row-reverse!important;}
.flex-lg-column{flex-direction:column!important;}
.flex-lg-justify-end{justify-content:flex-end!important;}
.flex-lg-justify-center{justify-content:center!important;}
.flex-lg-items-center{align-items:center!important;}
}
.position-relative{position:relative!important;}
.top-0{top:0!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.overflow-hidden{overflow:hidden!important;}
.float-right{float:right!important;}
@media (min-width:1012px){
.float-lg-left{float:left!important;}
}
.width-full{width:101%!important;}
.height-full{height:100%!important; }
.mx-0{margin-left:0!important;}
.mx-0{margin-right:0!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
.mx-lg-0{margin-left:0!important;}
.mx-lg-0{margin-right:0!important;}
.mx-lg-auto{margin-right:auto!important;margin-left:auto!important;}
}
.lh-condensed-ultra{line-height:1!important;}
.lh-condensed{line-height:1.25!important;}
.text-left{text-align:left!important;}
@media (min-width:1012px){
.text-lg-center{text-align:center!important;}
}
.text-underline{text-decoration:underline!important;}
.no-wrap{white-space:nowrap!important;}
.list-style-none{list-style:none!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
@media (min-width:544px){
.d-sm-block{display:block!important;}
}
@media (min-width:1012px){
.d-lg-block{display:block!important;}
}
body.intent-mouse a:focus{outline:none;box-shadow:none;}
.opacity-4{opacity:.4;}
.opacity-4{opacity:.4;}
.d-sm-block{display:block!important;}
.flex-shrink-0{flex-shrink:0!important;}
.circle{border-radius:50%!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.list-style-none{list-style:none!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.top-6{top:40px!important;}
@media (min-width:1012px){
.top-lg-3{top:16px!important;}
}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid{font-weight:600;line-height:1.25;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h1-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h1-md-mktg-fluid{font-size:4rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.text-semibold-mktg{font-weight:500!important;}
.mr-1-fluid{margin-right:.25rem!important;}
.mb-2-fluid{margin-bottom:.5rem!important;}
.mt-3-fluid{margin-top:1rem!important;}
.mb-3-fluid{margin-bottom:1rem!important;}
.mx-3-fluid{margin-right:1rem!important;margin-left:1rem!important;}
.mb-4-fluid{margin-bottom:1.5rem!important;}
.mx-4-fluid{margin-right:1.5rem!important;margin-left:1.5rem!important;}
.mt-5-fluid{margin-top:2rem!important;}
.mb-5-fluid{margin-bottom:2rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
@media (min-width:768px){
.mb-md-7-fluid{margin-bottom:3rem!important;}
}
@media (min-width:1012px){
.mt-lg-0-fluid{margin-top:0!important;}
.mt-lg-n7-fluid{margin-top:-3rem!important;}
}
.px-1-fluid{padding-left:.25rem!important;}
.px-1-fluid{padding-right:.25rem!important;}
.pt-3-fluid{padding-top:1rem!important;}
.pb-3-fluid{padding-bottom:1rem!important;}
.py-3-fluid{padding-top:1rem!important;padding-bottom:1rem!important;}
.pr-4-fluid{padding-right:1.5rem!important;}
.pt-5-fluid{padding-top:2rem!important;}
.pb-6-fluid{padding-bottom:2.5rem!important;}
.pb-8-fluid{padding-bottom:4rem!important;}
.py-8-fluid{padding-top:4rem!important;padding-bottom:4rem!important;}
.pb-9-fluid{padding-bottom:5rem!important;}
.py-9-fluid{padding-top:5rem!important;padding-bottom:5rem!important;}
.pt-11-fluid{padding-top:7rem!important;}
@media (min-width:1012px){
.pr-lg-0-fluid{padding-right:0!important;}
.pb-lg-3-fluid{padding-bottom:1rem!important;}
.pt-lg-4-fluid{padding-top:1.5rem!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-5-max{width:100%;max-width:33.75rem;}
@media (min-width:544px){
.col-5-max{max-width:34.375rem;max-width:33.75rem;}
}
.col-6-max{width:100%;max-width:40.5rem;}
@media (min-width:544px){
.col-6-max{max-width:41.25rem;}
}
@media (min-width:1012px){
.col-6-max{max-width:40.5rem;}
}
.col-8-max{width:100%;max-width:54rem;}
@media (min-width:544px){
.col-8-max{max-width:55rem;}
}
@media (min-width:1012px){
.col-8-max{max-width:54rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-condensed-fluid{margin-right:-.5rem;margin-left:-.5rem;}
.gutter-condensed-fluid>[class*=col-]{padding-right:.5rem!important;padding-left:.5rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-invisible-mktg-fluid,.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-invisible-mktg-fluid:before,.btn-invisible-mktg-fluid:hover,.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-invisible-mktg-fluid:focus,.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-invisible-mktg-fluid:focus:after,.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-invisible-mktg-fluid.text-underline:after,.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-invisible-mktg-fluid svg,.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gray-dark-mktg{color:#040d21!important;}
.text-gray-mktg{color:#627597!important;}
.text-gradient-purple-coral{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-purple-coral{background:-webkit-linear-gradient(-70deg,#9867f0,#ed4e50);-webkit-background-clip:text;background-clip:text;}
.box-shadow-default-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2.76726px 2.21381px rgba(0,0,0,.07),0 6.6501px 5.32008px rgba(0,0,0,.04317),0 12.5216px 10.0172px rgba(0,0,0,.0339075),0 22.3363px 17.869px rgba(0,0,0,.0282784),0 41.7776px 33.4221px rgba(0,0,0,.0235573),0 100px 80px rgba(0,0,0,.0174624)!important;}
.box-shadow-active-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;}
.box-shadow-card-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 3px 2px rgba(0,0,0,.04),0 7px 5px rgba(0,0,0,.02),0 13px 10px rgba(0,0,0,.02),0 22px 17px rgba(0,0,0,.02)!important;}
.z-n1{z-index:-1;}
.build-in-slideX-left{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(-15px);}
.build-in-slideX-left.build-in-animate{opacity:1;transform:translateX(0);}
.build-in-slideX-right{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(15px);}
.build-in-scale-fade{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:scale(.96) translateY(24px);}
.build-in-scale-fade.build-in-animate{opacity:1;transform:scale(1) translateY(0);}
.z-1{z-index:1;}
.z-2{z-index:2;}
.home-git-log-center{position:relative;}
.home-git-log-center:after{position:absolute;top:0;bottom:0;left:calc(50% - 2px);z-index:-1;display:none;content:"";}
@media (min-width:1012px){
.home-git-log-center:after{display:block;}
}
.home-workflow-comp{max-width:706px;font-size:0;opacity:0;}
.home-matrix-comp{width:100%;}
@media (min-width:1012px){
.home-matrix-comp{left:50%;width:140%;transform:translateX(-50%);}
}
.home-matrix-spinner-1,.home-matrix-spinner-2,.home-matrix-spinner-3{opacity:0;}
.home-matrix-success-1,.home-matrix-success-2,.home-matrix-success-3{visibility:hidden;}
.home-matrix-string:before{position:absolute;top:2.3125rem;right:20%;left:20%;display:block;height:2px;content:"";background:#e1e4e8;opacity:0;}
.home-matrix-tab-container{bottom:100%;left:-1px;height:21px;}
.home-matrix-tab{height:21px;}
.home-matrix-tab:before{position:absolute;top:1px;right:1px;bottom:-1px;left:1px;display:block;content:"";background:#fff;border-radius:.375rem .375rem 0 0;box-shadow:0 0 0 1px rgba(53,72,91,.1)!important;}
.home-matrix-connector{position:absolute;top:2rem;left:-6px;width:12px;height:12px;}
.home-matrix-build .home-matrix-connector{top:1rem;}
.home-matrix-connector:before{position:relative;z-index:1;display:block;width:6px;height:6px;margin:3px;content:"";background:#d1d5da;border-radius:50%;}
.home-matrix-connector--right{right:-6px;left:auto;}
.home-matrix-connector--right .home-matrix-connector-bg{right:0;}
.home-matrix-connector--right .home-matrix-connector-bg:before{right:1px;}
.home-matrix-connector-bg{position:absolute;top:0;width:7px;height:12px;padding:1px;overflow:hidden;}
.home-matrix-connector-bg:before{position:absolute;display:block;width:11px;height:10px;content:"";background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(53,72,91,.1)!important;}
.home-matrix-build{max-width:260px;font-size:0;visibility:hidden;opacity:0;}
.home-matrix-publish,.home-matrix-test{max-width:292px;font-size:0;visibility:hidden;}
.home-actions-success{box-shadow:inset 0 0 0 0 #28a745;transition:.4s;}
.home-actions-success .home-actions-success-check{width:50%;opacity:0;transition:.4s;transform:translate(50%,87%) scale(.9);}
.home-dependabot-comp{max-width:706px;margin-top:-2rem;font-size:0;visibility:hidden;}
.opacity-4{opacity:.4;}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.container-xl{margin-right:auto;margin-left:auto;}
.container-xl{max-width:1280px;}
.col-5{width:41.66667%;}
.col-10{width:83.33333%;}
.col-11{width:91.66667%;}
.col-12{width:100%;}
@media (min-width:768px){
.col-md-9{width:75%;}
.col-md-10{width:83.33333%;}
}
@media (min-width:1012px){
.col-lg-6{width:50%;}
}
.offset-1{margin-left:8.33333%!important;}
.text-white{color:white!important;}
.flex-column{flex-direction:column!important;}
.flex-items-start{align-items:flex-start!important;}
.flex-auto{flex:auto!important;}
@media (min-width:1012px){
.flex-lg-items-center{align-items:center!important;}
}
.position-relative{position:relative!important;}
.position-sticky{position:-webkit-sticky!important;position:sticky!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.overflow-hidden{overflow:hidden!important;}
.float-left{float:left!important;}
.height-full{height:100%!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mx-lg-auto{margin-right:auto!important;margin-left:auto!important;}
}
.px-0{padding-left:0!important;}
.px-0{padding-right:0!important;}
.py-0{padding-top:0!important;padding-bottom:0!important;}
.lh-condensed{line-height:1.25!important;}
@media (min-width:1012px){
.text-lg-center{text-align:center!important;}
}
.text-underline{text-decoration:underline!important;}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
@media (min-width:544px){
.d-sm-block{display:block!important;}
.d-sm-inline{display:inline!important;}
.d-sm-none{display:none!important;}
}
@media (min-width:1012px){
.d-lg-flex{display:flex!important;}
}
body.intent-mouse a:focus{outline:none;box-shadow:none;}
.d-sm-block{display:block!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.text-gray-light-mktg{color:black!important;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
/*! CSS Used from: https://barskaeleena.github.io/website_test/site-5c7efc2640b24e34c13ae7750f8b2b93.css */
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.py-0{padding-top:0!important;padding-bottom:0!important;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid{font-weight:600;line-height:1.25;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h1-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h1-md-mktg-fluid{font-size:4rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.text-semibold-mktg{font-weight:500!important;}
.mb-3-fluid{margin-bottom:1rem!important;}
.mr-n4-fluid{margin-right:-1.5rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
.mr-n6-fluid{margin-right:-2.5rem!important;}
.ml-n7-fluid{margin-left:-3rem!important;}
@media (min-width:768px){
.mb-md-8-fluid{margin-bottom:4rem!important;}
}
.pl-2-fluid{padding-left:.5rem!important;}
.pt-3-fluid{padding-top:1rem!important;}
.pt-5-fluid{padding-top:2rem!important;}
@media (min-width:1012px){
.pl-lg-4-fluid{padding-left:1.5rem!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-8-max{width:100%;max-width:54rem;}
@media (min-width:544px){
.col-8-max{max-width:55rem;}
}
@media (min-width:1012px){
.col-8-max{max-width:54rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gradient-turq-purple-dark{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-turq-purple-dark{background:-webkit-linear-gradient(-70deg,#3bf0e4,#bca1f7);-webkit-background-clip:text;background-clip:text;}
.box-shadow-default-mktg{box-shadow:0 2.76726px 2.21381px rgba(0,0,0,.07),0 6.6501px 5.32008px rgba(0,0,0,.04317),0 12.5216px 10.0172px rgba(0,0,0,.0339075),0 22.3363px 17.869px rgba(0,0,0,.0282784),0 41.7776px 33.4221px rgba(0,0,0,.0235573),0 100px 80px rgba(0,0,0,.0174624)!important;}
.box-shadow-active-border-light-mktg{box-shadow:0 0 0 1px hsla(0,0%,100%,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;}
.z-n1{z-index:-1;}
.z-1{z-index:1;}
.events-none{pointer-events:none;}
.z-2{z-index:2;}
.wide-block{padding:6.5rem 0 0;background-color: #646464;}
.home-git-log-dark{position:relative;}
.home-git-log-dark:after{position:absolute;top:0;bottom:0; left: -15px;
width: 5px;display:block;width:2px;content:"";background:#dadfe9;}
@media (min-width:544px){
.home-git-log-dark:after{ left: -15px;
width: 5px;}
}
.bg-home-dark{background-color:#040d21;}
.home-git-log-dark-icons:after,.home-git-log-dark:after{animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;}
.home-git-log-dark-icons .home-git-icon>circle{fill:#909090;stroke:#42526d;}
.home-git-item{margin-left:calc(-2.5rem - 3px);}
@media (min-width:544px){
.home-git-item{margin-left:calc(-3rem - 13px);}
}
.home-codespaces-copy-item{margin-bottom:69vh;}
.home-codespaces-view-2, .home-codespaces-view-3, .home-codespaces-view-4, .home-codespaces-view-5, .home-codespaces-view-6 {
position: absolute;
opacity: 0;
}
.home-codespaces-copy-item-2.build-in-animate~.home-codespaces-illo .home-codespaces-view-1 {
position: absolute;
opacity: 0;
}
.home-codespaces-view-1:hover {
cursor: zoom-in;
}
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-4,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-3{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-1,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:relative;opacity:1}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:absolute!important;opacity:0!important;}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-3,
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-1{position:absolute;opacity:0}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-5{position:relative;opacity:1}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-3,
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-2{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-1{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:relative;opacity:1}
.home-codespaces-copy-item-1{margin-top:20vh;}
.home-codespaces-copy-item-3{height:unset!important;}
.home-codespaces-container{top:0;right:0;}
.home-codespaces-img-container{min-height:100vh;pointer-events:none;}
@media (min-width:1012px){
.home-codespaces-img-container{height:100vh;padding-top:11vh;padding-bottom:8vh;}
}
.home-codespaces-view{position:relative;bottom:-60vh;width:175%;}
@media (min-width:544px){
.home-codespaces-view{width:130%;}
}
@media (min-width:768px){
.home-codespaces-view{width:125%;}
}
@media (min-width:1012px){
.home-codespaces-view{bottom:auto;width:auto;height:100%;max-height:740px;}
}
.home-codespaces-view-4,.home-codespaces-view-5,.home-codespaces-view-6{
position:relative;
opacity:1;
}
.home-codespaces-view-4,.home-codespaces-view-5,.home-codespaces-view-6{height:78vh;margin-bottom:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:relative;opacity:1}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-5{position:relative;opacity:1}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:relative;opacity:1}
.home-codespaces-illo{padding:18.75rem 0 0;}
@media (min-width:1012px){
.home-codespaces-illo{padding:18.75rem 0 10rem;}
}
.home-codespaces-glow-container{right:0;left:-70%;}
.home-codespaces-glow{bottom:0;transform:translateY(50%);}
@media (min-width:1012px){
.home-codespaces-glow{top:50%;bottom:auto;left:0;width:120%;height:100vh;transform:translateY(-50%);}
}
.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;position: initial;}
.octicon{vertical-align:text-bottom;}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.col-10{width:83.33333%;}
.col-11{width:91.66667%;}
.col-12{width:100%;}
@media (min-width:544px){
.col-sm-10{width:83.33333%;}
}
@media (min-width:1012px){
.col-lg-6{width:50%;}
.col-lg-12{width:100%;}
}
.offset-1{margin-left:8.33333%!important;}
@media (min-width:768px){
.offset-md-1{margin-left:8.33333%!important;}
}
@media (min-width:1012px){
.offset-lg-7{margin-left:58.33333%!important;}
}
.border{border:1px solid var(--color-border-primary)!important;}
.circle{border-radius:50%!important;}
.flex-column{flex-direction:column!important;}
.flex-items-center{align-items:center!important;}
@media (min-width:1012px){
.flex-lg-row{flex-direction:row!important;}
}
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.overflow-hidden{overflow:hidden!important;}
.float-left{float:left!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.lh-condensed{line-height:1.25!important;}
.text-underline{text-decoration:underline!important;}
.list-style-none{list-style:none!important;}
.text-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;}
.d-flex{display:flex!important;}
.d-inline-block{display:inline-block!important;}
.d-none{display:none!important;}
@media (min-width:1012px){
.d-lg-block{display:block!important;}
}
.opacity-4{opacity:.4;}
.mr-3-fluid{margin-right:1rem!important;}
.opacity-4{opacity:.4;}
.mr-3-fluid{margin-right:1rem!important;}
.flex-shrink-0{flex-shrink:0!important;}
.circle{border-radius:50%!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.f6-mktg-fluid{font-size:.75rem!important;}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.f6-mktg-fluid{font-size:.75rem!important;}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.text-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;}
.list-style-none{list-style:none!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid,.h6-mktg-fluid{font-weight:600;line-height:1.25;}
.h6-mktg-fluid{font-size:1rem!important;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h2-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h2-md-mktg-fluid{font-size:3.5rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.f6-mktg-fluid{font-size:.75rem!important;}
.text-semibold-mktg{font-weight:500!important;}
.mr-1-fluid{margin-right:.25rem!important;}
.mr-3-fluid{margin-right:1rem!important;}
.mb-3-fluid{margin-bottom:1rem!important;color: #24292e; margin-top: 0;}
.mt-n3-fluid{margin-top:-1rem!important;}
.ml-n3-fluid{margin-left:-1rem!important;}
.mb-5-fluid{margin-bottom:2rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
.mr-n6-fluid{margin-right:-2.5rem!important;}
.py-1-fluid{padding-top:.25rem!important;padding-bottom:.25rem!important;}
.px-2-fluid{padding-left:.5rem!important;}
.px-2-fluid{padding-right:.5rem!important;}
.pt-6-fluid{padding-top:2.5rem!important;}
.pb-6-fluid{padding-bottom:2.5rem!important;}
@media (min-width:768px){
.pt-md-0-fluid{padding-top:0!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-5-max{width:100%;max-width:33.75rem;}
@media (min-width:544px){
.col-5-max{max-width:34.375rem;max-width:33.75rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;margin-top: 0px;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gray-dark-mktg{color:#040d21!important;}
.text-gray-mktg{color:#627597!important;}
.text-gradient-pink-blue{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-pink-blue{background:-webkit-linear-gradient(-70deg,#db469f,#2188ff);-webkit-background-clip:text;background-clip:text;}
.z-n1{z-index:-1;}
.build-in-slideX-left{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(-15px);}
.build-in-slideX-left.build-in-animate{opacity:1;transform:translateX(0);}
.z-1{z-index:1;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.z-2{z-index:2;}
.home-git-log-light{
position:relative;
margin-bottom: 0;
}
.home-git-log-light:after{position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.gray .col-12.home-git-log-light:before {
position: absolute;
top: 0;
bottom: 0;
left: -.29rem;
display: block;
width: 5px;
content: "";
background: #7919d8;
left: 84px;
top: -1px;
}
ul.home-git-log-light:after {
display: none;
}
.gray .col-12.home-git-log-light:after {
position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.home-git-log-dark:after {
position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.home-repo-comp:after {
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
@media (min-width:544px){
.frame_right .home-git-log-light:after {
right: -1.5rem;
}
.home-git-log-light:after{left:-1.5rem;}
}
.home-git-log-light .home-git-icon{background:#fff;}
.home-git-log-light .home-git-icon>circle{fill:#fff;stroke:#dadfe9;}
/* DOT */
.gray .home-git-log-light .home-git-icon {
background: #fff0;
}
.gray .home-git-log-light .home-git-icon>circle {
fill: #909090;
stroke: #dadfe9;
}
.home-git-item{margin-left:calc(-2.5rem - 3px);}
@media (min-width:544px){
.home-git-item{margin-left:calc(-3rem - 13px);}
}
.home-pr-comment,.home-pr-description{max-width:min-content;font-size:0;background-color:#fff;box-shadow:0 0 0 1px rgba(53,72,91,.05);transition:transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(35%);}
.home-pr-comment img,.home-pr-description img{opacity:.25;transition:opacity .6s cubic-bezier(.16,1,.3,1);}
.home-pr-description.left_to_right {transform: translateX(-35%);}
.home-pr-description.build-in-animate{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09);opacity:1;transform:translateX(0);}
.home-pr-description.build-in-animate img{opacity:1;}
.home-pr-screen{width:129.5%;margin-top:-10%;opacity:.25;}
.rounded-pill{border-radius:500px;}
.opacity-4{opacity:.4;}
.container-xl {
max-width: 1280px;
}
.frame_right .mb-6-fluid .d-flex {
float: right;
}
.frame_right .home-git-log-light:after {
right: -1.5rem;
}
.frame_right .home-git-log-light {
margin-right: 8.33333%!important;
margin-left: 0!important;
}
.frame_right .col-5-max
{
text-align: right;
float: right;
}
.frame_right .mb-3-fluid {
float: right;
flex-direction: row-reverse;
}
.frame_right .btn-lg-invisible-mktg-fluid.text-underline,
.frame_right .btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol {
margin-right: 0;
}
/* 3D-BUTTON HUSSERL */
html{
margin-right: -7px;
}
.scene {
width: 327px;
height: 100px;
margin: 60px auto;
perspective: 800px;
font-family: 'Open Sans';
cursor: pointer;
margin-top: 0;
}
@-webkit-keyframes btn_3d {
0% {transform: rotateX(0deg);}
50% {transform: rotateX(-90deg);}
100% {transform: rotateX(0deg);}
}
.cube.animate {
-moz-animation: btn_3d 2s ease-out 1;
-webkit-animation: btn_3d 2s ease-out 1;
-ms-animation: btn_3d 2s ease-out 1;
-o-animation: btn_3d 2s ease-out 1;
animation: btn_3d 2s ease-out 1;
}
.scene:hover .cube {
transform: rotateX(-90deg);
}
.invert_block_text .scene:hover {
transform: translate(0px, -14px);
}
.scene_small .cube {
width: 223px;
font-size: 16px;
height: 48px;
border-radius: 12px;
}
.miracle_block .cube {
margin-left: -11px;
}
@keyframes animateBg {
0% { background-position: 0% 100%; }
100% { background-position: 0% 0%; }
}
.scene_small .cube .front, .scene_small .cube .bottom {
width: 100%;
font-size: 16px!important;
height: 48px;
border-radius: 12px;
}
.scene_small .cube .front {
background: #5a1d5f;
color: white;
transform: rotateX(0deg) translate3d(0px,0px,39px);
}
.scene_small .cube .bottom {
background: white;
color: black;
transform: rotateX(90deg) translate3d(0px,15px,15px);
}
.cube {
position: relative;
width: 300px;
height: 80px;
margin: 30px;
transform-origin: 50% 50%;
transform-style: preserve-3d;
transition: 0.4s all;
font-family: 'Avenir Next LT Pro', sans-serif;
background-color: #ffffff;
color: #0e0e0e;
text-transform: uppercase;
text-decoration: none;
font-weight: 900;
margin-top: 20px;
}
.cube .front, .cube .bottom {
width: 360px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.front {
position: absolute;
height: 100%;
width: 100%;
background: white;
text-align: center;
color: black;
font-size: 20px;
transform: rotateX(0deg) translate3d(0px,0px,39px);
}
.bottom {
position: absolute;
height: 100%;
width: 100%;
background: #5a1d5f;
text-align: center;
color: #fff;
font-size: 31px;
transform: rotateX(90deg) translate3d(0px,0px,41px);
}
flex-lg-row {
flex-direction: row-reverse!important;
}
.btn_2 {
width: 178px;
font-size: 16px!important;
height: 48px;
border-radius: 11px;
float: right;
}
.btn_2 span:before {
border-radius: 15px;
background-color: #5a1d5f;
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
/* INVERT BLOCK */
.invert_block {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 150px;
background-repeat: no-repeat;
background-size: contain;
background-position: 15px;
background-position: 0px 44px;
padding-top: 200px;
margin-top: -96px;
background-color: white;
}
.invert_block_text {
display: flex;
transform: rotate(-12deg) scale(0.7);
width: min-content;
z-index: 1;
margin-top: 296px;
margin-left: -919px;
}
.invert_block .explore, .explore_eyes {
margin-top: 60px;
color: black;
font-weight: bolder;
text-transform: uppercase;
font-size: 30px;
border: 3px solid;
border-radius: 31px;
padding: 11px 73px;
cursor: pointer;
font-family: Alternate-Gothic;
letter-spacing: 5px;
background: #d8d7d7;
}
#simulator {
z-index: 9;
}
@keyframes explore_animation {
0% {
background: #d8d7d7;
color: black;
border-color: black;
}
50% {
background: aqua;
color: black;
border-color: black;
}
100% {
background: #d8d7d7;
color: black;
border-color: black;
}
}
.ibt_1 {
color: #ffffff!important;
margin: 0;
font-size: 52px;
margin-top: 0px;
font-weight: 900;
margin-bottom: 29px;
}
.ibt_3 {
color: #000000!important;
font-weight: 100;
font-size: 18px;
margin: 0;
}
.invert_p {
FONT-SIZE: 45px;
color: black;
text-align: center;
margin: 80px 0px;
font-weight: 900;
}
.invert_img {
width: 1032px;
ALIGN-ITEMS: CENTER;
height: 236px;
border-radius: 10px;
}
.distortion {
width: 1317px;
height: 431px;
position: absolute;
z-index: 0;
clip-path: url(#clipping_9);
}
.distortion canvas {
border-radius: 12px;
}
.invert_block .wrapper {
width: 1032px;
height: 236px;
position: relative;
left: 0;
top: 0;
transform: unset;
z-index: 9;
margin-top: 100px;
margin-bottom: 150px;
}
.invert_block .invert_wrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
.invert_block .before,
.invert_block .after {
width:100%;
height:100%;
background-repeat:no-repeat;
background-size: cover;
background-position: center;
position: absolute;
top:0;
left:0;
pointer-events:none;
}
.invert_block .after {
z-index: 22;
overflow: hidden;
width: 0%;
}
@-webkit-keyframes invert_block {
0% {width:0%;}
50% {width:100%;}
100% {width:0%;}
}
.invert_wrap.animate .after {
-moz-animation: invert_block 10s linear 1;
-webkit-animation: invert_block 10s linear 1;
-ms-animation: invert_block 10s linear 1;
-o-animation: invert_block 10s linear 1;
animation: invert_block 10s linear 1;
width: 0%;
}
.invert_block .before {
z-index: 21;
background-color: transparent;
}
.invert_block .before img {
width: 1032px;
}
.home-git-log-light.col-12:after {
top: 178px;
}
.menu_prod {
color: black;
width: 100%;
}
.menu_prod ul {
display: flex;
justify-content: space-around;
font-size: 1.5rem!important;
font-family: sans-serif;
font-weight: 100;
color: #909090;
margin: 175px 250px;
margin-bottom: 0;
margin-top: 90px;
padding: 0;
margin-right: 276px;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
padding-bottom: 29px;
}
#dat_svg {
width: 1157px;
margin-top: -9px;
margin-left: 319px;
z-index: 0;
}
.frames {
padding-top: 90px;
}
.thing {
position: inherit!important;
margin-top: 46px;
}
.home-git-log-dark-icons .col-12 {
padding-right: 75px;
}
.home-git-log-center:after {
top: 314px;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
width: 6px;
}
#manufactoring .home-git-item {
margin-left: calc(-3rem - 11px)!important;
}
#clipping_5 {
width: 1032px;
height: 236px;
}
/* FORMULAS */
.formula_neuralie {
position: absolute;
margin-top: -257px;
width: 443px;
transform: rotate(-15deg);
}
.formula_neuroaethetics {
position: absolute;
margin-top: 79px;
width: 850px;
transform: rotate(-15deg);
margin-left: -589px;
}
.formula_neurophenomenology {
position: absolute;
margin-top: 386px;
width: 643px;
transform: rotate(31deg);
margin-left: -221px;
right: 102px;
}
.formula_neurogeometry {
position: absolute;
margin-top: 435px;
width: 695px;
transform: rotate(-25deg);
margin-left: -221px;
}
.formula_ccommerce {
position: absolute;
margin-top: 176px;
width: 783px;
transform: rotate(45deg);
right: -335px;
}
.formula_management {
position: absolute;
margin-top: 385px;
width: 895px;
transform: rotate(-25deg);
margin-left: -341px;
}
.neuroaesthetics_continue {
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
z-index: 10;
justify-content: center;
height: 100vh;
background: #b5b5b57a;
}
.golden_ratio {
width: 700px;
filter: invert(1) brightness(3.5);
}
.gr_animation canvas {
border: none;
width: 100vw;
filter: grayscale(1) ;
}
.neuroaesthetics_continue p {
color: white;
font-size: 27px;
text-align: center;
font-weight: 300;
margin-top: 50px;
text-align: left;
margin-left: 0;
}
.gr_text_wrap {
text-align: center;
color: white;
width: 77%;
}
.flex-lg-row-reverse.reverse {
flex-direction: row!important;
}
.right.home-git-log-dark:after {
right: 0rem!important;
left: unset!important;
z-index: 0;
top: -660px;
}
.right.home-repo-comp:after {
right: 0.5rem!important;
left: unset!important;
}
.text-gray-light-mktg.right {
flex-direction: row-reverse;
padding-right: 0px!important;
margin-right: 23px!important;
margin-left: 51px;
}
ul.pb-5-fluid.right {
text-align: right;
align-items: flex-end;
justify-content: right;
}
.py-2-fluid.unselectable.right_1 {
display: flex!important;
flex-direction: row-reverse;
padding-right: 0!important;
margin-left: 20px!important;
margin-right: -11px;
}
.right_1 svg {
margin-left: 0!important;
margin-right: 0!important;
}
.py-2-fluid.unselectable.right_2 {
display: flex!important;
flex-direction: row-reverse;
padding-right: 0!important;
margin-right: -27px;
}
.text_right {
text-align: right;
}
.text_right .col-6-max {
max-width: fit-content;
padding-left: 262px;
}
.right_3 svg.home-git-icon {
margin-right: -35px!important;
}
.glow_violet {
filter: hue-rotate(45deg);
}
.human_walking {
margin-top: 100px;
margin: 100px 100px;
display: flex;
align-items: center;
}
.human_walking p {
color: black;
font-size: 27px;
font-weight: 100;
}
.bulb2_block {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
position: relative;
}
.bulb2_block .content__inner {
width: 1400px;
font-size: 20px;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: baseline;text-align: left;
}
.bulb2_block .menu_logo{
position: absolute;
z-index: 9999;
right: 0;
margin-right: 55px;
margin-top: 55px;
top: 0;
}
.content--canvas canvas {
position: initial;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
}
.small_diamonds {
width: 47px;
z-index: 1111;
padding-top: 10px;
background: transparent;
margin-right: 10px;
margin-left: -66px;
}
.after_none {
display: none;
}
.splitting .word,
.splitting .char {
display: inline-block;
}
.splitting .char {
position: relative;
}
.splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
}
.splitting {
--word-center: calc((var(--word-total) - 1) / 2);
--char-center: calc((var(--char-total) - 1) / 2);
--line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
--word-percent: calc(var(--word-index) / var(--word-total));
--line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
--char-percent: calc(var(--char-index) / var(--char-total));
--char-offset: calc(var(--char-index) - var(--char-center));
--distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
);
--distance-sine: calc(var(--char-offset) / var(--char-center));
--distance-percent: calc((var(--distance) / var(--char-center)));
}
.headline:nth-child(1) {
color: #cf4ba6;
}
.word {
margin-left: 2px;
margin-right: 2px;
}
.headline--fade .char {
animation-name: fade;
animation-duration: 2s;
animation-delay: calc(var(--distance-percent) * 0.15s);
animation-timing-function: ease-in-out;
transform-origin: 0 100%;
}
@keyframes fade {
50% {
opacity: 0;
}
}
@keyframes rise {
40% {
transform: translateY(-40%) rotate(calc(var(--distance-sine) * 10deg));
}
50% {
transform: translateY(6%);
}
55% {
transform: translateY(-4%);
}
60% {
transform: translateY(2%);
}
65% {
transform: translateY(-1%);
}
70% {
transform: translateY(0%);
}
}
@keyframes ghost {
8% {
opacity: 0;
transform: translateY(0);
}
40% {
opacity: 0.25;
transform: translateY(-30%) rotate(calc(var(--distance-sine) * -10deg));
}
60%, 100% {
opacity: 0;
transform: translateY(-200%);
}
}
@keyframes sail {
25% {
transform: rotate(-1deg) translateY(2%);
}
50% {
transform: rotate(0) translateY(0);
}
75% {
transform: rotate(1deg) translateY(1%);
}
}
@keyframes wave {
to {
transform: translateX(-200px);
}
}
.headline--shiver .word {
animation-name: shiver;
animation-duration: 3s;
animation-timing-function: linear;
}
.headline--shiver .char {
animation-name: shiver-letter;
animation-delay: calc(var(--char-index) * -0.0125s);
animation-duration: 140ms;
animation-timing-function: linear;
}
@keyframes shiver {
1% {
transform: translateX(2%);
}
2% {
transform: translateX(-2%);
}
3% {
transform: translateX(3%);
}
4% {
transform: translateX(-3%);
}
5% {
transform: translateX(4%);
}
6% {
transform: translateX(-4%);
}
7% {
transform: translateX(3%);
}
8% {
transform: translateX(-3%);
}
9% {
transform: translateX(2%);
}
10% {
transform: translateX(-2%);
}
11% {
transform: translateX(1%);
}
12% {
transform: translateX(0%);
}
}
@keyframes shiver-letter {
25% {
transform: translateY(1%);
}
50% {
transform: translate(calc(var(--distance-percent) * 1%), calc(var(--distance-percent) * 1%));
}
75% {
transform: translateY(1%);
}
}
@keyframes yell {
3% {
transform: scale(calc(1 * var(--distance-percent) + 1.5)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
6% {
transform: scale(calc(1 * var(--distance-percent) + 1.2)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
12% {
transform: scale(calc(1 * var(--distance-percent) + 1.5)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
18% {
transform: scaleY(1) translateY(-2%);
}
25% {
transform: scaleY(0.98);
}
50% {
transform: scaleY(1);
}
75% {
transform: scale(0.98);
}
}
.headline--yell.animate .char {
animation-name: yell;
animation-delay: 1s;
animation-duration: 4s;
animation-timing-function: ease;
animation-iteration-count: 1;
transform-origin: 50% 100%;
color: #db469f;
}
/* PRODUCTS IMAGES */
.prod_img, .width-full.prod_img {
width: 600px!important;
height: 791px!important;
max-height: unset!important;
border-radius: unset!important;
filter: contrast(1.1);
}
.prod_imgss {
width: 600px!important;
height: 791px!important;
}
.scheme_img, .width-full.scheme_img {
height: auto!important;
width: 800px!important;
margin-left: 14px;
cursor: zoom-in;
}
div .scheme_wrapper {
box-shadow: 0 0 0 1px hsla(0,0%,100%,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;
}
.scheme_gray {
background-color:rgb(255 255 255 / 0%);
padding-left: 14px;
}
.whales {
display: flex;
flex-direction: column;
align-items: center;
}
.whales img {
width: 1261px;
margin-top: 30px;
}
#img_ {
box-sizing: border-box;
float: right;
clear: right;
}
#spacer {
width: 0px;
float: right;
}
@keyframes spin {
0% {opacity:1;transform:rotate(0deg)}
to {opacity:1;transform:rotate(1turn)}
}
@keyframes opacity_ch {
0% {opacity:0;}
to {opacity:1;}
}
@keyframes color_ch {
0% {fill:#205400;}
to {fill:#5a1d5f;}
}
@keyframes color_s_ch {
0% {stroke:#205400;}
to {stroke:#5a1d5f;}
}
@keyframes diamond_animation {
0% {transform: translateY(-5px);}
50% {transform: translateY(5px);}
100% {transform: translateY(0px);}
}
.smie_green {
fill: #205400;
}
.smie_green_s {
stroke: #205400;
}
.build-in-animate .home-actions-spinner {
animation: spin .2s linear 6;
}
.smie_logo_none {
opacity: 0;
}
.build-in-animate .home-actions-spinner .smie_logo_none {
animation: opacity_ch 1s linear 1.2s 1 forwards;
}
.build-in-animate .home-actions-spinner .smie_green {
animation: color_ch 0.7s linear 4s 1 forwards;
}
.build-in-animate .home-actions-spinner .smie_green.smie_logo_none {
animation: opacity_ch 1s linear 1.2s 1 forwards, color_ch 0.7s linear 4s 1 forwards;
}
.build-in-animate .home-actions-spinner.smie_diamond {
animation: diamond_animation 0.4s linear 2s 4 forwards;
}
.build-in-animate .home-actions-spinner .smie_green_s {
animation: color_s_ch 0.7s linear 4s 1 forwards;
}
.more_info {
cursor: pointer;
}
.more_info p {
font-size: 3rem;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-weight: 800;
display: inline;
}
.mif_wrap {
height: -webkit-fill-available;
margin-top: 15px;
padding: 0;
border-radius: 10px;
background: linear-gradient(
0deg, rgb(255 255 255 / 80%) 93%, rgba(68,34,67,1) 100%);
}
.mif_name {
position: absolute;
color: white;
top: 86px;
font-size: 12px;
left: 23px;
}
.mif_name2 {
font-size: 46px;
background: #442243;
text-align: center;
color: #ffffff;
font-weight: 700;
padding: 11px 33px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-bottom: 14px;
}
.mif_block2 {
height: max-content;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-bottom: 30px;
}
.mif_text {
text-align: center;
color: #000000;
font-size: 28px;
padding: 0 30px;
}
.mif_text span {
color: #432242;
font-weight: bolder;
}
.mif_click {
width: 100%;
background: #442243;
color: white;
font-size: 36px;
float: right;
text-align: center;
}
.mif_click p {
margin: 10px;
}
.mi_smie_logo {
z-index: 999999;
position: absolute;
width: 42px;
background: white;
padding: 10px 0px;
margin-top: -14px;
}
.home-git-log-dark .mi_smie_logo, .home-git-log-dark-icons .mi_smie_logo {
background-color: transparent;
}
.line_height:after {
height: 6000px;
}
.bulb_block {
z-index: 999;
position: absolute;
width: 100%;
margin-top: -1px;
padding: 100px 0px;
background: #191919;
}
.particle_header_wrap {
display: flex;
position: absolute;
width: 100%;
justify-content: space-around;
align-items: center;
}
.particle_logo {
padding-left: 0;
}
.use_smart.copy {
opacity: 0;
width: 236px;
height: 82px;
position: initial;
width: unset;
}
@media (max-width:1650px){
.particle_logo {
padding-left: 20%;
}
}
@media (max-width:1600px){
.main_text {
margin-left: 15%;
}
}
@media (max-width:1030px){
.desc_text {
margin-left: 0px;
}
.main_text {
margin-left: 130px;
}
menu ul li {
font-size: 17px;
}
menu ul li.menu_signin, menu ul li.menu_signup {
font-size: 15px;
}
}
.more_info.btn-invisible-mktg-fluid svg,
.more_info.btn-lg-invisible-mktg-fluid svg
{
width: 2em;
height: 2em;
}
.long_line::after {
height: 3300px;
z-index: 99;
display: none!important;
}
.build-in-slideX-left.build-in-animate {
z-index: 9;
}
#home-develop, #home-secure, #manufactoring {
background-image: url(../images/long_background.svg);
background-repeat: repeat-y;
background-size: cover;
border-radius: unset;
}
.compatibility img {
width: 36px;
}
.no_trees.home-git-log-light.col-12:after {
top: 47px;
}
.main_back_line:after {
left: -1.5rem;
height: 5717px;
z-index: 0;
}
.main_back_line_right:after {
z-index: 0;
right: 0;
left: 0rem!important;
right: 0rem!important;
left: unset!important;
position: absolute;
top: -300px;
bottom: 0;
left: -.25rem;
display: block;
width: 5px;
content: "";
background: #7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
height: 4996px;
margin-right: -43px!important;
}
.line_ {
width: 5px!important;
}
.line_height.ll:after {
}
.main_back_line.ll:after {
left: -1.5rem;
height: 2777px;
z-index: 0;
}
.home-git-log-light.nn:after {
left: -1.5rem;
margin-top: -9px;
margin-bottom: 49px;
}
/* CHATBOT DIALOG */
.dialog_main {
position: fixed;
display: flex;
flex-direction: column;
bottom: 0;
margin: 40px 0;
align-items: center;
right: 0;
margin-right: 10px;
display: none;
}
.dialog_block {
width: 100%;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%),
0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%),
0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
border-radius: 0.35pt;
border-radius: .375rem!important;
overflow: hidden;
}
.dialog_header {
background: #5a1d5f;
font-size: 20px;
width: 100%;
text-align: center;
padding: 10px;
}
.dialog_header .close {
margin-top: -4px;
width: 20px;
}
.dialog_header .close:before, .dialog_header .close:after {
left: 15px;
height: 19px;
}
.dialog__ {
height: 300;
background: #ffffffcf;
overflow-y: scroll;
color: black;
padding: 10px;
overflow-x: hidden;
display: flex;
flex-direction: column;
}
.dialog__ p {
margin: 0;
overflow-wrap: anywhere;
}
.dialog__ div {
margin-top: 10px;
}
.message_bot {
background: #654e67;
color: white;
width: 200px;
padding: 4px 10px;
border-radius: 0.35pt;
border-radius: .375rem!important;
}
.message_client {
background: #e8e8e8;
color: black;
width: 200px;
padding: 4px 10px;
border-radius: .375rem!important;
align-self: flex-end;
}
.input_block {
display: flex;
z-index: 999999999;
flex-direction: column;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
}
.input_block input {
font-size: 20px;
}
.send {
width: 25px;
margin-left: 12px;
cursor: pointer;
}
#scroll_menu {
display: none;
}
#second_menu {
display: none;
}
#second_menu ul li {
color: white;
}
#plasma_control {
margin-left: 26px;
}
#plasma_control .home-git-log-light:after {
display: none;
}
#manufactoring {
overflow: hidden;
}
.more.home-git-log-center:after {
height: 800px;
}
div .home-discussions-check-0,div .home-discussions-check-1, div .home-discussions-check-2, div .home-discussions-check-3 {
top: 154px;
right: 35px;
}
.scheme_big {
position: fixed;
background: #00000078;
width: 100%;
height: 100%;
z-index: 99999999999999999;
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
padding: 25px 0;
display: none;
}
.scheme_img_big {
background: black;
height: 100%;
background: white;
border-radius: 7px;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
cursor: zoom-out;
}
#products_menu a {
border-bottom: 2px solid transparent;
padding-bottom: 8px;
}
#products_menu a:hover {
border-bottom: 2px solid #5a1d5f;
padding-bottom: 8px;
}
#products_menu.sticky a:hover {
border-bottom: unset;
}
.home-git-log-light.col-12:after {
display: none;
}
div .home-pr-description.build-in-animate {
box-shadow: unset!important;
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
background: none;
}
div .build-in-scale-fade.build-in-animate {
box-shadow: unset!important;
}
div .build-in-scale-fade.build-in-animate.sheme_block {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
}
div .box-shadow-active-border-mktg {
box-shadow: unset!important;
}
div .sheme_block.home-pr-description.build-in-animate {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%)!important;
}
div .box-shadow-active-border-mktg.sheme_block {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%)!important;
}
.violet_shadow {
position: absolute;
height: 100%;
width: 100%;
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
z-index: 99;
border-radius: .375rem!important;
}
.box-shadow-active-border-light-mktg.prod_img:after {
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
}
iframe {
z-index: 999;
overflow: hidden!important;
width: 100%;
margin:0px;
height: 100vh;
}
iframe main {
background: #191919;
}
.content__title {
font-family: 'Vidaloka', serif;
font-size: 10vw;
font-weight: normal;
color: var(--color-title);
text-align: center;
margin: 0;
pointer-events: none;
line-height: 1;
}
.content__inner {
position: absolute;
display: flex;
text-align: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
z-index: 99999;
}
.content__title {
font-family: 'Vidaloka', serif;
font-size: 10vw;
font-weight: normal;
color: var(--color-title);
text-align: center;
margin: 0;
pointer-events: none;
line-height: 1;
}
.content__subtitle {
font-size: 1.25em;
color: var(--color-subtitle);
padding: 0 0.75em;
margin-top: 24px;
letter-spacing: 0.5em;
text-indent: 0.5em;
font-weight: bold;
text-transform: uppercase;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.white_lines {
height: 2px;
width: 50px;
background: white;
margin: 0 20px;
}
.content__subtitle::before {
right: 100%;
}
.content__subtitle::after {
left: 100%;
}
.content__subtitle::before, .content__subtitle::after {
content: '';
position: absolute;
top: 50%;
height: 1px;
background: var(--color-subtitle);
width: 20%;
}
html, body {
cursor: auto!important;
}
.bulb_block .explore {
position: absolute;
margin-top: 60px;
color: black;
font-weight: bolder;
text-transform: uppercase;
font-size: 30px;
border: 3px solid;
border-radius: 31px;
padding: 11px 73px;
cursor: pointer;
font-family: Alternate-Gothic;
letter-spacing: 5px;
background: white;
z-index: 9999999999999;
bottom: 100px;
left: 60px;
}
.explore:before, .explore_eyes:before {
content: " ";
position: absolute;
z-index: -1;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border: 3px solid black;
border-radius: 31px;
padding: 17px 73px;
}
.bulb_block .explore a {
color: unset;
}
.right.home-git-log-dark.other_line:after {
margin-top: 175px;
}
.favicon_small {
height: 27px;
}
@keyframes animate_1_1 {
0% {
transform: perspective(1000px) rotateY(
305deg
) rotateX(
-17deg
) rotate(
5deg
);
margin-top: 278px;
margin-left: 221px;
}
15% {
transform: perspective(1000px) rotateY(322deg) rotateX(-23deg) rotate(10deg);
margin-top: 267px;
margin-left: 202px;
}
60% {
transform: perspective(1000px) rotateY(
361deg
) rotateX(
-20deg
) rotate(
16deg
);
margin-top: 267px;
margin-left: 166px;
}
100% {
transform: perspective(1000px) rotateY(364deg) rotateX(-21deg) rotate(18deg);
margin-top: 265px;
margin-left: 162px;
}
}
@keyframes animate_1_3 {
0% {
transform: perspective(1000px) rotateY(364deg) rotateX(-21deg) rotate(18deg);
margin-top: 265px;
margin-left: 162px;
}
15% {
transform: perspective(1000px) rotateY(
361deg
) rotateX(
-20deg
) rotate(
16deg
);
margin-top: 267px;
margin-left: 166px;
}
30% {
transform: perspective(1000px) rotateY(
322deg
) rotateX(
-23deg
) rotate(
10deg
);
margin-top: 267px;
margin-left: 202px;
}
100% {
transform: perspective(1000px) rotateY(
305deg
) rotateX(
-17deg
) rotate(
5deg
);
margin-top: 278px;
margin-left: 221px;
}
}
.circle_ {
transform-style: preserve-3d;
transform: perspective(1000px) rotateY(300deg) rotateX(-17deg) rotate(5deg);
z-index: 999999999;
position: absolute;
transform: perspective(1000px) rotateY(322deg) rotateX(-23deg) rotate(10deg);
margin-top: 267px;
margin-left: 202px;
}
.circle_.anim {
animation: animate_1_1 1s linear 1 forwards,
animate_1_3 1s 2.1s linear 1 forwards,
animate_1_1 1s 4.2s ease-out 1 forwards,
animate_1_3 1s 6.1s ease-out 1 forwards;
}
.circle_ .char {
position: absolute;
top: 0;
left: 0;
background: #0000;
color: pink;
font-size: 2em;
transform-style: preserve-3d;
transform-origin: center;
transform: rotateY(calc(var(--char-index) * 12deg)) translateZ(105px);
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
font-weight: 800;
font-family: SFMono;
}
span.char:nth-child(1) {
color: #5b3c5a;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(2) {
color: #523151;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(3) {
color: #472546;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(4) {
color: #411e40;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(5) {
color: #381437;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(6) {
color: #2b042a;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.circle_ {
top: -128px!important;
left: 4px!important;
}
.circle_ .char {
font-size: 1.2em!important;
transform: rotateY(calc(var(--char-index) * 10deg)) translateZ(74px)!important;
}
#eyes {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.eye_text_block {
display: none;
}
#gr_animation_canvas {
height: 100vh;
}
.whale_arrow {
width: 1360px;
transform: rotate3d(25, 3, 8, -67deg) rotate(-5deg);
position: absolute;
z-index: 9999999;
margin-top: 646px;
margin-left: 92px;
} | css/styles2.css | @font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-ExtraBold.woff);
font-weight: 900;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-SemiBold.woff);
font-weight: 700;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-Bold.woff);
font-weight: 500;
}
@font-face {
font-family: Alliance;
src: url(../fonts/Alliance-No-1-Regular.woff);
font-weight: 200;
}
@font-face {
font-family: SFMono;
src: url(../fonts/FontsFree-Net-SFMono-Regular.ttf);
}
body {
overflow-x: hidden;
overflow: hidden;
margin: 0;
font-family: Alliance, sans-serif;
color: white;
font-weight: 300;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
canvas {
width: 100%;
}
#webgl {
width: 100%;
height: 456px;
position: absolute;
z-index: 0;
cursor: pointer;
}
#preloader {
background-color: black;
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
z-index: 13;
position: fixed;
width: 100%;
z-index: 999999999999999999999999;
}
#preloader img {
margin: auto;
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding-left: 6px;
height: 105.5%;
width: 97%;
margin-top: -3.5px;
}
.loader_text {
color: #7b7b7b;
margin: 0 auto;
position: absolute;
top: 50%;
right: 0;
left: 0;
bottom: 0;
text-align: center;
font-size: 30px;
margin-top: 100px;
font-family: sans-serif;
z-index:4;
font-weight: 100;
margin-left: 12px;
}
#logo {
width: 119px;
filter: grayscale(100%);
}
body.anim #logo {
animation: background_gradient 405s infinite;
}
#bm {
position: absolute;
position: fixed;
z-index: 99999999;
transition: all 1s linear 0s;
top: unset;
left: 88%;
right: 60px;
bottom: 0;
cursor: pointer;
}
.dialog_main #bm {
top: unset;
left: unset;
bottom: unset;
right: unset;
position: initial;
}
#bm.animate {
top: 50%;
left: 0;
transform: translate(50%, -50%) scale(2.2);
}
.more_info_window {
display: none;
right: 12%;
position: fixed;
width: 60%;
color: black;
overflow: hidden;
top: 50%;
transform: translate(0%, -50%);
}
.chatbot_wrapper {
position: fixed;
z-index: 999999999;
display: none;
}
#products_menu.sticky {
background: #808080d6;
box-shadow: 0 2.76726px 2.21381px rgb(0 0 0 / 7%), 0 6.6501px 5.32008px rgb(0 0 0 / 4%),
0 12.5216px 10.0172px rgb(0 0 0 / 3%), 0 22.3363px 17.869px rgb(0 0 0 / 3%),
0 41.7776px 33.4221px rgb(0 0 0 / 2%), 0 100px 80px rgb(0 0 0 / 2%), 0 1px 0 0 rgb(4 13 33 / 10%);
z-index: 9999999;
background: white;
}
#products_menu.sticky ul {
padding-top: 12px;
padding-bottom: 12px;
margin-top: 10px;
}
#products_menu.sticky #second_menu {
background: #808080d6;
width: 100%;
margin: 0;
justify-content: space-evenly;
}
#products_menu.sticky #second_menu {
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
-webkit-box-decoration-break: unset;
color: white;
}
#second_menu li {
margin: 0 50;
}
#products_menu a.underline {
border-bottom: 2px solid #5a1d5f;
padding-bottom: 8px;
}
.close {
position: absolute;
right: 16px;
width: 32px;
height: 32px;
margin-top: 57px;;
cursor: pointer;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: #fff;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}
.menu_text {
color: white;
font-family: 'Jura', sans-serif;
padding-top: 12px;
font-weight: 600;
font-size: 25px;
margin-top: 5px;
}
.menu_text .char2 {
transform: translateX(0px) translateY(-7px) rotate(19deg);
}
.menu_text .char3 {
transform: translateX(0px) translateY(-3px) rotate(14deg);
}
.menu_text .char6 {
color: #0e7f37;
}
#svg_w {
margin: auto;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 20.4%;
height: fit-content;
}
@-webkit-keyframes quick-glow{
15%{
z-index: 0;
background: blue;
box-shadow: 0 0 10px 2px blue;
}
}
@keyframes motto {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes end {
from {
opacity: 1;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 0;
transform: none;
}
}
.black_w2 {
margin-left: -200px;
margin: auto;
display: inline;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 20.4%;
background-color: black;
animation-name: motto;
animation-duration: 1s;
animation-fill-mode: forwards;
}
#svg_w {
z-index: 4;
}
@-webkit-keyframes show {
0% {width:0%}
40% {width:0%}
60% {width:0%;}
100% {width:100%;}
}
@-webkit-keyframes hide {
0% {width:100%}
40% {width:0%}
60% {width:0%;}
100% {width:0%;}
}
#svg_w.load {
-moz-animation: show 5s ease-out;
-webkit-animation: show 5s ease-out;
-ms-animation: show 5s ease-out;
-o-animation: show 5s ease-out;
animation: show 5s ease-out;
}
#preloader_logo.end {
-moz-animation: hide 5s ease-out ;
-webkit-animation: hide 5s ease-out;
-ms-animation: hide 5s ease-out;
-o-animation: hide 5s ease-out;
animation: hide 5s ease-out;
}
.glow {
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
.wrapper{
width: 379px;
height: 170px;
position: absolute;
left:50%;
top:50%;
transform:translate3d(-50%,-50%,0);
z-index: 1;
}
.before,
.after {
width:100%;
height:100%;
background-repeat:no-repeat;
background-size: cover;
background-position: center;
position: absolute;
top:0;
left:0;
pointer-events:none;
}
.after {
width:100%;
-webkit-transition: width 4s ease-in-out;
-moz-transition: width 4s ease-in-out;
-o-transition: width 4s ease-in-out;
transition: width 4s ease-in-out;
z-index: 20;
}
.before {
z-index: 21;
background-color: transparent;
}
.before img {
width: 364px;
}
.after.s {
width:100%;
}
.dots {
width: 19%;
height: 170px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 20;
}
#b1_1, #b1_2, #b1_3, #b1_4, #b1_5, #b1_6, #b1_7, #b1_8, #b1_9, #b1_10, #b1_11, #b1_12, #b1_13, #b1_14, #b1_15, #b1_16, #b1_17, #b1_18 {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
filter: url(#shadow2);
}
@-webkit-keyframes anim-glow {
0% {
opacity: 1;
box-shadow: 0 0 #61ef61;
}
100% {
opacity: 1;
box-shadow: 0 0 10px 8px transparent;
border-width: 2px;
}
}
@keyframes anim-glow {
0% {
opacity: 1;
box-shadow: 0 0 #61ef61;
}
100% {
opacity: 1;
box-shadow: 0 0 10px 8px transparent;
border-width: 2px;
}
}
.ellipse {
border-radius: 50%;
border: 2px solid #61EF61;
width: 10px;
height: 10px;
text-align: center;
position: relative;
-webkit-animation: anim-glow 2s ease infinite;
animation: anim-glow 2s ease infinite;
}
@keyframes anim-glow {
0% {
box-shadow: green 0px 0px 160px 4px, rgb(19, 9, 45) 0.5rem 0.5rem 30px;
}
100% {
box-shadow: green 0px 0px 160px 45px, rgb(19, 9, 45) 0.5rem 0.5rem 30px;
}
}
.sp {
overflow: hidden;
width: 21%;
z-index: 3;
height: 180px;
position: absolute;
margin-left: 32px;
margin-top: -3px;
}
.sp svg {
width: 923px;
height: 436px;
}
linearGradient {
display:none;
}
svg {
z-index: 0;
position: absolute;
}
path.linear_gradient {
fill:url(#linear-gradient);
}
#some-element {
width: 20%;
z-index: 0;
height: 170px;
position: absolute;
}
.my-class
{
z-index: 0;
position: absolute;
width: 7px;
height: 7px;
background: white;
border-radius: 50%;
position: absolute;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
svg#grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
height: 609px;
margin-left: -129px;
margin-top: -180px;
}
#grid .path {
fill-opacity: 0;
stroke: #fff;
stroke-width: 1.5;
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
.disintegration-container {
pointer-events: none;
background-color: transparent;
position: absolute;
}
.disintegration-container canvas {
position: absolute;
left: 0;
transition: transform 2s ease-out, opacity 2s ease-out;
opacity: 1;
transform: rotate(0deg) translate(0px, 0px) rotate(0deg);
}
@keyframes debug-pulse {
0% { filter: none; }
95% { filter: none; }
95% { filter: drop-shadow(0 1px 0 rgba(255,0,0,0)); }
100% { filter: drop-shadow(0 1px 0 rgba(255,0,0,0)); }
}
.disintegration-target {
width: 100%;
height: 100%;
top: 0;
position: absolute;
}
.copy {
opacity: 0;
transition: opacity 3s ease-in-out;
}
.copy.glow_animation {
opacity: 1;
}
/* MAIN PAGE BLOCK */
#main {
display: flex;
flex-direction: column;
background-image: url(../images/background_.svg);
background-size: cover;
}
.menu {
flex-direction: row;
justify-content: space-between;
align-items: center;
z-index: 99999999;
display: flex;
margin: 20px;
}
.main_text {
z-index: 1;
font-size: 4.5rem!important;
margin-left: 20%;
margin-top: 27px;
}
menu ul, .menu_block ul {
display: flex;
align-items: center;
}
menu ul li, .menu_block ul li {
color: white;
text-transform: uppercase;
font-family: sans-serif;
text-decoration: none;
font-size: 25px;
margin: 0 24px;
font-weight: 100;
transition: all 0.4s linear;
}
menu ul li.menu_signin, .menu_block ul li.menu_signin {
font-size: 20px;
border: 0.5px solid;
padding: 7px;
border-radius: 10px;
margin-left: 5px;
background: white;
padding-left: 9px;
padding-right: 10px;
border-color: white;
}
:root {
--shadow-color: white;
--shadow-color-light: white;
--hover-color-1: #3f3c3c;
--hover-color-2: #3f3c3c;
--hover-color-2-2: white;
}
menu ul li.menu_signin:hover, .menu_block ul li.menu_signin:hover{
background-color: var(--hover-color-2);
border-color: var(--hover-color-2);
}
menu ul li.menu_signin a, menu ul li.menu_signin a:visited,
.menu_block ul li.menu_signin a, .menu_block ul li.menu_signin a:visited {
color: #3f3c3c;
}
menu ul li.menu_signin:hover a, menu ul li.menu_signin:hover a:visited,
.menu_block ul li.menu_signin:hover a, .menu_block ul li.menu_signin:hover a:visited {
color: var(--hover-color-2-2);
}
menu ul li.menu_signup, .menu_block ul li.menu_signup{
font-size: 20px;
border: 0.5px solid;
padding: 7px;
border-radius: 10px;
margin-left: -6px;
}
menu ul li.menu_signup:hover, menu ul li.menu_signup:hover a, menu ul li.menu_signup:hover a:visited,
.menu_block ul li.menu_signup:hover, .menu_block ul li.menu_signup:hover a, .menu_block ul li.menu_signup:hover a:visited {
border-color: var(--hover-color-1);
color: var(--hover-color-1);
}
menu ul li a, .menu_block ul {
transition: all 0.4s linear;
}
menu ul li:nth-child(-n+4) a:hover, menu ul li:nth-child(-n+4) a:visited:hover,
.menu_block ul li:nth-child(-n+4) a:hover, .menu_block ul li:nth-child(-n+4) a:visited:hover {
transition: 3s linear;
animation: neon 3s infinite;
}
@keyframes neon {
0% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
}
50% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
}
100% {
text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
}
}
.menu_logo {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 55px;
font-family: 'Jura', sans-serif;
font-weight: 600;
text-transform: uppercase;
text-align: center;
font-size: 18px;
cursor: pointer;
margin-top: 27px;
}
.button {
position: relative;
height: 73px;
width: 305px;
background: transparent;
padding: 0;
display: block;
margin: 1rem auto;
}
a.button {
font-family: 'Avenir Next LT Pro', sans-serif;
background-color: #ffffff00;
color: #0e0e0e;
text-transform: uppercase;
text-decoration: none;
font-weight: 900;
font-size: 1.333rem;
display: inline-block;
line-height: 1;
}
.button span {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-28.5px);
transform: translateZ(-28.5px);
-webkit-transition: -webkit-transform 0.25s;
transition: -webkit-transform 0.25s;
transition: transform 0.25s;
transition: transform 0.25s, -webkit-transform 0.25s;
text-align: center;
}
.button span:hover {
-webkit-transform: translateZ(-28.5px) rotateX(-90deg);
transform: translateZ(-28.5px) rotateX(-90deg);
}
.button span::before, .button span::after {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: attr(title);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.button span::before {
background-color: #000;
color: #fff;
-webkit-transform: rotateY(0deg) translateZ(36.3px);
transform: rotateY(0deg) translateZ(36.3px);
content: attr(data-front);
}
.button span::after {
background-color: #5a1d5f;
color: #fff;
-webkit-transform: rotateX(90deg) translateZ(36.3px);
transform: rotateX(90deg) translateZ(36.3px);
}
.green_btn span::before {
background-color: #1b441b;
}
.green_btn span::after {
background-color: #000;
}
.mt_1 {
display: flex;
flex-direction: column;
font-weight: 900;
}
.sum_block {
display: flex;
flex-direction: column;
}
.and_symbol {
font-size: 39px;
font-style: italic;
position: absolute;
margin-top: 100px;
margin-left: 286px;
}
@keyframes flicker {
50% {
color: white;
filter: saturate(200%) hue-rotate(20deg);
}
}
x-sign {
display: flex;
flex-direction: column;
align-items: center;
font-size: 24px;
}
.sum_symbol {
font-size: 5.8rem!important;
height: 104px;
}
.sm_letter {
font-size: 24px;
}
.br {
display: block;
margin: -14px 0;
font-size: 4.5rem!important;
}
.br.universe {
font-size: 5.7rem!important;
text-transform: uppercase;
display: flex;
align-items: center;
margin-top: -18px;
}
.under_main_t {
font-size: 1.5rem!important;
font-weight: 100;
}
/* FOOTER BLOCK */
.adv_legend {
color: #586069;
font-weight: 900;
font-size: 4.7rem!important;
position: absolute;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.footer_logo {
margin-left: 47%;
}
li.mr-3 {
margin: 0 12px;
}
footer {
background-color: white;
padding: 27px 0;
font-weight: 100;
padding-bottom: 0px;
}
footer a, footer a:link, footer a:visited {
color: #586069;
}
.footer_b2 a, .footer_b2 a:link, .footer_b2 a:visited {
color: white;
}
.flex_row {
display:flex;
}
.flex_clmn {
display:flex;
flex-direction: column;
}
.flex_clmn li {
margin: 8px 0px;
}
.footer_b1 {
display: flex;
justify-content: space-between;
padding-left: 6%;
padding-right: 17%;
margin-bottom: 60px;
}
.footer_b2 {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
background-color: #777777;
padding-left: 17%;
padding-right: 17%;
padding: 13px 17%;
}
#logo_footer {
width: 220px;
}
footer ul {
padding: 0;
}
.footer_logo_text {
text-align: center;
font-size: 22px;
}
.media {
font-size: 25px;
color: white;
}
.webdesigntuts-workshop {
text-align: center;
}
.webdesigntuts-workshop:before {
background: #444;
background: linear-gradient(left, #151515, #444, #151515);
top: 192px;
}
.webdesigntuts-workshop:after {
background: #000;
background: linear-gradient(left, #151515, #000, #151515);
top: 191px;
}
.webdesigntuts-workshop form {
background: #111;
background: linear-gradient(#1b1b1b, #111);
border: 1px solid #000;
border-radius: 5px;
box-shadow: inset 0 0 0 1px #272727;
display: inline-block;
font-size: 0px;
margin: 150px auto 0;
padding: 20px;
position: relative;
z-index: 1;
}
.webdesigntuts-workshop input {
background: #fff;
border: 1px solid #444;
border-radius: 5px;
color: #5a1d5f;
text-transform: uppercase;
display: block;
float: left;
font-family: 'Cabin', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 400;
height: 40px;
margin: 0;
width: 217px;
text-align: center;
cursor: pointer;
font-size: 17px;
font-weight: 600;
}
.ie .webdesigntuts-workshop input {
line-height: 40px;
}
.webdesigntuts-workshop input::-webkit-input-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input:-moz-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input {
animation: glow 800ms ease-out infinite alternate;
background: #ffffff;
border-color: #7821ff;
color: #5a1d5f;
text-transform: uppercase;
outline: none;
}
.webdesigntuts-workshop input::-webkit-input-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop input:-moz-placeholder {
color: #5a1d5f;
text-transform: uppercase;
}
.webdesigntuts-workshop button {
background: #222;
background: linear-gradient(#333, #222);
box-sizing: border-box;
border: 1px solid #444;
border-left-color: #000;
border-radius: 0 5px 5px 0;
box-shadow: 0 2px 0 #000;
color: #fff;
display: block;
float: left;
font-family: 'Cabin', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 400;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
position: relative;
text-shadow: 0 -1px 0 #000;
width: 80px;
}
.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
background: #292929;
background: linear-gradient(#393939, #292929);
color: #5f5;
outline: none;
}
.webdesigntuts-workshop button:active {
background: #292929;
background: linear-gradient(#393939, #292929);
box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
top: 1px;
}
@-webkit-keyframes glow {
0% {
border-color: #c234f6;
box-shadow: 0 0 5px rgb(95 0 255 / 20%), inset 0 0 5px rgb(79 0 255 / 10%);
}
100% {
border-color: #c234f6;
box-shadow: 0 0 20px rgb(194 52 246), inset 0 0 10px rgb(157 0 255 / 40%);
color: black;
}
}
@keyframes glow {
0% {
border-color: #c234f6;
box-shadow: 0 0 5px rgb(95 0 255 / 20%), inset 0 0 5px rgb(79 0 255 / 10%);
}
100% {
border-color: #c234f6;
box-shadow: 0 0 20px rgb(194 52 246), inset 0 0 10px rgb(157 0 255 / 40%);
color: black;
}
}
.desc_text {
font-size: 26px;
width: 1000px;
margin-top: 30px;
margin-left: -200px;
cursor: pointer;
}
.desc_text div {
background: white;
border-radius: 19px;
padding: 1px 20px;
background: url(../images/25552.png) no-repeat;
background-color: #909090;
background-position: 909px;
}
.dt_1 {
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 24px;
font-weight: 900;
}
.dt_2 {
font-size: 22px;
font-weight: 900;
}
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400&display=swap');
@import url(//db.onlinewebfonts.com/c/9334bc51bc06f9ec7ddcc08ff6da305c?family=Alternate+Gothic);
@font-face {
font-family: Alternate-Gothic;
src: url(../fonts/Alternate_Gothic.ttf);
}
.div_2 .char5 {
color: #af52b8;
}
.things {
position: absolute;
transform: rotate(45deg);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.things > .content {
float: left;
width: 50%;
height: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.things > .content h1 {
font-family: 'Arial', sans-serif;
text-transform: uppercase;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: absolute;
height: 150px;
color: #89323B;
}
/* Arrow */
.arrow_wrapper {
position: absolute;
transform: rotate(-90deg);
right: 1146px;
top: 430px;
z-index:0;
display:none;
}
.arrow {
position: relative;
margin: 0 auto;
width: 100px;
overflow: hidden;
}
.arrow .curve {
border: 2px solid #BE5F4B;
border-color: transparent transparent transparent #BE5F4B;
height: 360px;
width: 1200px;
border-radius: 230px 0 0 150px;
}
.arrow .point {
position: absolute;
left: 40px;
top: 315px;
}
.arrow .point:before, .arrow .point:after {
border: 1px solid #BE5F4B;
height: 25px;
content: "";
position: absolute;
}
.arrow .point:before {
top: -11px;
left: -11px;
transform:rotate(-74deg);
-webkit-transform:rotate(-74deg);
-moz-transform:rotate(-74deg);
-ms-transform: rotate(-74deg);
}
.arrow .point:after {
top: -20px;
left: 5px;
transform:rotate(12deg);
-webkit-transform: rotate(12deg);
-moz-transform:rotate(12deg);
-ms-transform: rotate(12deg);
}
/* ADAPTIVE */
@media all and (max-width: 1660px) {
.menu_logo {
margin-left: 15px;
font-size: 16px;
}
}
@media all and (max-width: 1520px) {
menu ul li {
font-size: 21px;
}
.menu_logo, .menu_logo ul li:nth-child(6), .menu_logo ul li:nth-child(7) {
font-size: 12px;
}
.menu_logo #logo {
width: 110px;
}
}
@media all and (max-width: 1410px) {
menu ul li {
font-size: 21px;
}
.menu_logo, .menu_logo ul li:nth-child(6), .menu_logo ul li:nth-child(7) {
font-size: 12px;
}
.menu_logo #logo {
width: 93px;
}
}
@media all and (max-width: 870px) {
.main_text {
font-size: 3.5rem!important;
}
.br.universe {
font-size: 4.7rem!important;
}
}
form input {
width: 100%;
font-size: 22px;
margin-top: 13px;
}
.slides {
width: 69%;
height: 100%;
overflow: scroll;
margin-top: 160px;
}
.slide {
height: 100%;
}
.box {
width: 88px;
}
.main_text ::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.main_text ::-webkit-scrollbar-thumb {
background: #FF0000;
}
.main_background {
position: absolute;
width: 101%;
filter: grayscale(1);
overflow: hidden;
}
body.anim #main::before {
animation: background_gradient 405s infinite;
}
.preloader_shining {
width: 363px;
height: 300px;
clip-path: url(#clipping);
position: absolute;
z-index: 999;
margin-top: 115px;
opacity: 0;
}
.preloader_shining.anim {
opacity: 1;
}
.preloader_shining:after {
content: '';
top: 0;
transform: translateX(100%);
width: 100%;
height: 220px;
position: absolute;
z-index:1;
animation: slide 2s linear 1;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes slide {
0% {transform:translateX(-1000%);}
100% {transform:translateX(100%);}
}
@keyframes background_gradient {
0% {
filter: grayscale(100%);
}
50% {
filter: grayscale(75%);
}
100% {
filter: grayscale(100%);
}
}
@keyframes btn_a_animation {
0% {
color: #333333;
}
80% {
color: #ea6fb1;
}
100% {
color: #333333;
}
}
.husserl_block {
background: url(../images/!!!!24.jpg) center;
background-size: cover;
height: 975px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 200px 0px;
}
.quote {
font-size: 60px;
width: 54%;
margin-left: 300px;
padding-top: 154px;
}
.husserl_block .button {
font-size: 30px;
height: 85px;
width: 412px;
}
.husserl_block .button span::before {
background-color: #fff;
color: #000;
-webkit-transform: rotateY(0deg) translateZ(36.3px);
transform: rotateY(0deg) translateZ(36.3px);
content: attr(data-front);
}
.miracle_block {
margin-bottom: 80px;
text-align: center;
margin-left: 860px;
margin-top: -115px;
}
.miracle {
font-size: 19.5px;
text-transform: uppercase;
background: -webkit-linear-gradient(20deg,#74207b,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 22.6px;
display: flex;
flex-direction: column;
justify-content: right;
align-items: initial;
font-weight: 900;
}
.particle_block .button span {
height: 64px;
}
.author {
font-size: 30px;
font-weight: 700;
margin-left: 300px;
margin-top: -40px;
}
#particle-canvas {
position: absolute;
width: 101%;
height: 900px;
background: black;
vertical-align: middle;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.use_smart {
position: absolute;
z-index: 999;
font-weight: 800;
font-size: 33px;
width: 100%;
text-align: right;
margin-left: -42px;
margin-top: 57px;
background: -webkit-linear-gradient(-70deg,#402642,#402642);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 100;
-webkit-box-decoration-break: clone;
}
.use_smart .span_1 {
display: block;
background: -webkit-linear-gradient(-70deg,#2ba59c,#6c54a0);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-size: 30.7px;
font-weight: 100;
}
.use_smart .span_2 {
text-transform: capitalize;
font-size: 37px;
}
.white {
background: white;
}
.white_6 {
height: 600px;
background: white;
}
.gray_6 {
height: 600px;
background: #909090;
}
.gray {
background: #909090;
}
.btns {
position: absolute;
z-index: 1;
display: flex;
margin-top: -50px;
width: 100%;
height: 300px;
display: flex;
justify-content: center;
}
.btn_block {
background-color: white;
color: black;
box-shadow: 0.3125rem 0.3125rem 2.5rem rgba(0,0,0,.15);
margin: 0 15px;
width: 555px;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
position: relative;
}
.btn_block p {
font-size: 30px;
font-weight: 600;
color: #909090;
margin-left: 100px;
margin-right: 20px;
}
.btn_block .logo {
position: absolute;
width: 258px;
transform: rotateZ(86deg);
margin-left: -127px;
margin-top: 80px;
}
.particle_block .left.button span::before {
background-color: #5a1d5f;
color: #fff;
}
.particle_block .left.button span::after {
background-color: black;
color: #fff;
}
.particle_block .right.button span::before {
background-color: black;
color: #fff;
}
.particle_block .button {
margin-right: 60px;
}
.quote_text {
position: absolute;
z-index: 1;
width: 100%;
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: center;
height: auto;
font-size: 15px!important;
text-align: right;
align-items: flex-end;
bottom: 0;
margin-left: -50px;
margin-bottom: 30px;
}
.quote_text h1 {
font-weight: 100;
width: 702px;
margin: 0;
}
.quote_text .name {
font-weight: 200;
margin-top: 27px;
font-size: 22px;
}
.quote_author {
color: #5a1d5f;
font-weight: 700;
font-size: 25px;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.particle_logo {
z-index: 1;
display: flex;
margin-top: 32px;
}
.particle_logo p {
font-size: 35px;
font-weight: 600;
margin-left: 23px;
color: #b02fdf;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.particle_logo img {
width: 200px;
}
.btn_block img.gradient_logo {
transform: rotateZ(-86deg);
margin-left: 551px;
margin-top: 66px;
}
.wiener_wrap {
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
height: 73%;
}
.black_white_logo {
position: absolute;
z-index: 1;
height: 311px;
transform: rotateZ(82deg);
right: -309px;
margin-top: 197px;
opacity: 0.4;
filter: grayscale(1);
}
.mt_1_1 {
position: absolute;
width: 600px;
height: 508px;
cursor: pointer;
right: 12%;
margin-top: 50px;
}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.container-xl{margin-right:auto;margin-left:auto;}
.container-xl{max-width:1280px;}
.col-4{width:33.33333%;}
.col-6{width:50%;}
.col-12{width:100%;}
@media (min-width:1012px){
.col-lg-4{width:33.33333%;}
.col-lg-5{width:41.66667%;}
.col-lg-7{width:58.33333%;}
}
.border-left{border-left:1px solid var(--color-border-primary)!important;}
.circle{border-radius:50%!important;}
.bg-white{background-color:var(--color-bg-primary)!important;z-index: 999;}
.flex-column{flex-direction:column!important;}
.flex-justify-start{justify-content:flex-start!important;}
.flex-justify-center{justify-content:center!important;}
.flex-justify-around{justify-content:space-around!important;}
.flex-items-start{align-items:flex-start!important;}
.flex-items-center{align-items:center!important;}
.flex-auto{flex:auto!important;}
.flex-shrink-0{flex-shrink:0!important;}
@media (min-width:544px){
.flex-sm-row-reverse{flex-direction:row-reverse!important;}
}
@media (min-width:1012px){
.flex-lg-row{flex-direction:row!important;}
.flex-lg-row-reverse{flex-direction:row-reverse!important;}
.flex-lg-column{flex-direction:column!important;}
.flex-lg-justify-end{justify-content:flex-end!important;}
.flex-lg-justify-center{justify-content:center!important;}
.flex-lg-items-center{align-items:center!important;}
}
.position-relative{position:relative!important;}
.top-0{top:0!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.overflow-hidden{overflow:hidden!important;}
.float-right{float:right!important;}
@media (min-width:1012px){
.float-lg-left{float:left!important;}
}
.width-full{width:101%!important;}
.height-full{height:100%!important; }
.mx-0{margin-left:0!important;}
.mx-0{margin-right:0!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
.mx-lg-0{margin-left:0!important;}
.mx-lg-0{margin-right:0!important;}
.mx-lg-auto{margin-right:auto!important;margin-left:auto!important;}
}
.lh-condensed-ultra{line-height:1!important;}
.lh-condensed{line-height:1.25!important;}
.text-left{text-align:left!important;}
@media (min-width:1012px){
.text-lg-center{text-align:center!important;}
}
.text-underline{text-decoration:underline!important;}
.no-wrap{white-space:nowrap!important;}
.list-style-none{list-style:none!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
@media (min-width:544px){
.d-sm-block{display:block!important;}
}
@media (min-width:1012px){
.d-lg-block{display:block!important;}
}
body.intent-mouse a:focus{outline:none;box-shadow:none;}
.opacity-4{opacity:.4;}
.opacity-4{opacity:.4;}
.d-sm-block{display:block!important;}
.flex-shrink-0{flex-shrink:0!important;}
.circle{border-radius:50%!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.list-style-none{list-style:none!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.top-6{top:40px!important;}
@media (min-width:1012px){
.top-lg-3{top:16px!important;}
}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid{font-weight:600;line-height:1.25;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h1-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h1-md-mktg-fluid{font-size:4rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.text-semibold-mktg{font-weight:500!important;}
.mr-1-fluid{margin-right:.25rem!important;}
.mb-2-fluid{margin-bottom:.5rem!important;}
.mt-3-fluid{margin-top:1rem!important;}
.mb-3-fluid{margin-bottom:1rem!important;}
.mx-3-fluid{margin-right:1rem!important;margin-left:1rem!important;}
.mb-4-fluid{margin-bottom:1.5rem!important;}
.mx-4-fluid{margin-right:1.5rem!important;margin-left:1.5rem!important;}
.mt-5-fluid{margin-top:2rem!important;}
.mb-5-fluid{margin-bottom:2rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
@media (min-width:768px){
.mb-md-7-fluid{margin-bottom:3rem!important;}
}
@media (min-width:1012px){
.mt-lg-0-fluid{margin-top:0!important;}
.mt-lg-n7-fluid{margin-top:-3rem!important;}
}
.px-1-fluid{padding-left:.25rem!important;}
.px-1-fluid{padding-right:.25rem!important;}
.pt-3-fluid{padding-top:1rem!important;}
.pb-3-fluid{padding-bottom:1rem!important;}
.py-3-fluid{padding-top:1rem!important;padding-bottom:1rem!important;}
.pr-4-fluid{padding-right:1.5rem!important;}
.pt-5-fluid{padding-top:2rem!important;}
.pb-6-fluid{padding-bottom:2.5rem!important;}
.pb-8-fluid{padding-bottom:4rem!important;}
.py-8-fluid{padding-top:4rem!important;padding-bottom:4rem!important;}
.pb-9-fluid{padding-bottom:5rem!important;}
.py-9-fluid{padding-top:5rem!important;padding-bottom:5rem!important;}
.pt-11-fluid{padding-top:7rem!important;}
@media (min-width:1012px){
.pr-lg-0-fluid{padding-right:0!important;}
.pb-lg-3-fluid{padding-bottom:1rem!important;}
.pt-lg-4-fluid{padding-top:1.5rem!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-5-max{width:100%;max-width:33.75rem;}
@media (min-width:544px){
.col-5-max{max-width:34.375rem;max-width:33.75rem;}
}
.col-6-max{width:100%;max-width:40.5rem;}
@media (min-width:544px){
.col-6-max{max-width:41.25rem;}
}
@media (min-width:1012px){
.col-6-max{max-width:40.5rem;}
}
.col-8-max{width:100%;max-width:54rem;}
@media (min-width:544px){
.col-8-max{max-width:55rem;}
}
@media (min-width:1012px){
.col-8-max{max-width:54rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-condensed-fluid{margin-right:-.5rem;margin-left:-.5rem;}
.gutter-condensed-fluid>[class*=col-]{padding-right:.5rem!important;padding-left:.5rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-invisible-mktg-fluid,.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-invisible-mktg-fluid:before,.btn-invisible-mktg-fluid:hover,.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-invisible-mktg-fluid:focus,.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-invisible-mktg-fluid:focus:after,.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-invisible-mktg-fluid.text-underline:after,.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-invisible-mktg-fluid svg,.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gray-dark-mktg{color:#040d21!important;}
.text-gray-mktg{color:#627597!important;}
.text-gradient-purple-coral{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-purple-coral{background:-webkit-linear-gradient(-70deg,#9867f0,#ed4e50);-webkit-background-clip:text;background-clip:text;}
.box-shadow-default-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2.76726px 2.21381px rgba(0,0,0,.07),0 6.6501px 5.32008px rgba(0,0,0,.04317),0 12.5216px 10.0172px rgba(0,0,0,.0339075),0 22.3363px 17.869px rgba(0,0,0,.0282784),0 41.7776px 33.4221px rgba(0,0,0,.0235573),0 100px 80px rgba(0,0,0,.0174624)!important;}
.box-shadow-active-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;}
.box-shadow-card-border-mktg{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 3px 2px rgba(0,0,0,.04),0 7px 5px rgba(0,0,0,.02),0 13px 10px rgba(0,0,0,.02),0 22px 17px rgba(0,0,0,.02)!important;}
.z-n1{z-index:-1;}
.build-in-slideX-left{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(-15px);}
.build-in-slideX-left.build-in-animate{opacity:1;transform:translateX(0);}
.build-in-slideX-right{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(15px);}
.build-in-scale-fade{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:scale(.96) translateY(24px);}
.build-in-scale-fade.build-in-animate{opacity:1;transform:scale(1) translateY(0);}
.z-1{z-index:1;}
.z-2{z-index:2;}
.home-git-log-center{position:relative;}
.home-git-log-center:after{position:absolute;top:0;bottom:0;left:calc(50% - 2px);z-index:-1;display:none;content:"";}
@media (min-width:1012px){
.home-git-log-center:after{display:block;}
}
.home-workflow-comp{max-width:706px;font-size:0;opacity:0;}
.home-matrix-comp{width:100%;}
@media (min-width:1012px){
.home-matrix-comp{left:50%;width:140%;transform:translateX(-50%);}
}
.home-matrix-spinner-1,.home-matrix-spinner-2,.home-matrix-spinner-3{opacity:0;}
.home-matrix-success-1,.home-matrix-success-2,.home-matrix-success-3{visibility:hidden;}
.home-matrix-string:before{position:absolute;top:2.3125rem;right:20%;left:20%;display:block;height:2px;content:"";background:#e1e4e8;opacity:0;}
.home-matrix-tab-container{bottom:100%;left:-1px;height:21px;}
.home-matrix-tab{height:21px;}
.home-matrix-tab:before{position:absolute;top:1px;right:1px;bottom:-1px;left:1px;display:block;content:"";background:#fff;border-radius:.375rem .375rem 0 0;box-shadow:0 0 0 1px rgba(53,72,91,.1)!important;}
.home-matrix-connector{position:absolute;top:2rem;left:-6px;width:12px;height:12px;}
.home-matrix-build .home-matrix-connector{top:1rem;}
.home-matrix-connector:before{position:relative;z-index:1;display:block;width:6px;height:6px;margin:3px;content:"";background:#d1d5da;border-radius:50%;}
.home-matrix-connector--right{right:-6px;left:auto;}
.home-matrix-connector--right .home-matrix-connector-bg{right:0;}
.home-matrix-connector--right .home-matrix-connector-bg:before{right:1px;}
.home-matrix-connector-bg{position:absolute;top:0;width:7px;height:12px;padding:1px;overflow:hidden;}
.home-matrix-connector-bg:before{position:absolute;display:block;width:11px;height:10px;content:"";background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(53,72,91,.1)!important;}
.home-matrix-build{max-width:260px;font-size:0;visibility:hidden;opacity:0;}
.home-matrix-publish,.home-matrix-test{max-width:292px;font-size:0;visibility:hidden;}
.home-actions-success{box-shadow:inset 0 0 0 0 #28a745;transition:.4s;}
.home-actions-success .home-actions-success-check{width:50%;opacity:0;transition:.4s;transform:translate(50%,87%) scale(.9);}
.home-dependabot-comp{max-width:706px;margin-top:-2rem;font-size:0;visibility:hidden;}
.opacity-4{opacity:.4;}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.container-xl{margin-right:auto;margin-left:auto;}
.container-xl{max-width:1280px;}
.col-5{width:41.66667%;}
.col-10{width:83.33333%;}
.col-11{width:91.66667%;}
.col-12{width:100%;}
@media (min-width:768px){
.col-md-9{width:75%;}
.col-md-10{width:83.33333%;}
}
@media (min-width:1012px){
.col-lg-6{width:50%;}
}
.offset-1{margin-left:8.33333%!important;}
.text-white{color:white!important;}
.flex-column{flex-direction:column!important;}
.flex-items-start{align-items:flex-start!important;}
.flex-auto{flex:auto!important;}
@media (min-width:1012px){
.flex-lg-items-center{align-items:center!important;}
}
.position-relative{position:relative!important;}
.position-sticky{position:-webkit-sticky!important;position:sticky!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.overflow-hidden{overflow:hidden!important;}
.float-left{float:left!important;}
.height-full{height:100%!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mx-lg-auto{margin-right:auto!important;margin-left:auto!important;}
}
.px-0{padding-left:0!important;}
.px-0{padding-right:0!important;}
.py-0{padding-top:0!important;padding-bottom:0!important;}
.lh-condensed{line-height:1.25!important;}
@media (min-width:1012px){
.text-lg-center{text-align:center!important;}
}
.text-underline{text-decoration:underline!important;}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
@media (min-width:544px){
.d-sm-block{display:block!important;}
.d-sm-inline{display:inline!important;}
.d-sm-none{display:none!important;}
}
@media (min-width:1012px){
.d-lg-flex{display:flex!important;}
}
body.intent-mouse a:focus{outline:none;box-shadow:none;}
.d-sm-block{display:block!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.text-gray-light-mktg{color:black!important;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
/*! CSS Used from: https://barskaeleena.github.io/website_test/site-5c7efc2640b24e34c13ae7750f8b2b93.css */
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}
.left-0{left:0!important;}
.py-0{padding-top:0!important;padding-bottom:0!important;}
.h5-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid{font-weight:600;line-height:1.25;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h1-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h1-md-mktg-fluid{font-size:4rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.text-semibold-mktg{font-weight:500!important;}
.mb-3-fluid{margin-bottom:1rem!important;}
.mr-n4-fluid{margin-right:-1.5rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
.mr-n6-fluid{margin-right:-2.5rem!important;}
.ml-n7-fluid{margin-left:-3rem!important;}
@media (min-width:768px){
.mb-md-8-fluid{margin-bottom:4rem!important;}
}
.pl-2-fluid{padding-left:.5rem!important;}
.pt-3-fluid{padding-top:1rem!important;}
.pt-5-fluid{padding-top:2rem!important;}
@media (min-width:1012px){
.pl-lg-4-fluid{padding-left:1.5rem!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-8-max{width:100%;max-width:54rem;}
@media (min-width:544px){
.col-8-max{max-width:55rem;}
}
@media (min-width:1012px){
.col-8-max{max-width:54rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gradient-turq-purple-dark{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-turq-purple-dark{background:-webkit-linear-gradient(-70deg,#3bf0e4,#bca1f7);-webkit-background-clip:text;background-clip:text;}
.box-shadow-default-mktg{box-shadow:0 2.76726px 2.21381px rgba(0,0,0,.07),0 6.6501px 5.32008px rgba(0,0,0,.04317),0 12.5216px 10.0172px rgba(0,0,0,.0339075),0 22.3363px 17.869px rgba(0,0,0,.0282784),0 41.7776px 33.4221px rgba(0,0,0,.0235573),0 100px 80px rgba(0,0,0,.0174624)!important;}
.box-shadow-active-border-light-mktg{box-shadow:0 0 0 1px hsla(0,0%,100%,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;}
.z-n1{z-index:-1;}
.z-1{z-index:1;}
.events-none{pointer-events:none;}
.z-2{z-index:2;}
.wide-block{padding:6.5rem 0 0;background-color: #646464;}
.home-git-log-dark{position:relative;}
.home-git-log-dark:after{position:absolute;top:0;bottom:0; left: -15px;
width: 5px;display:block;width:2px;content:"";background:#dadfe9;}
@media (min-width:544px){
.home-git-log-dark:after{ left: -15px;
width: 5px;}
}
.bg-home-dark{background-color:#040d21;}
.home-git-log-dark-icons:after,.home-git-log-dark:after{animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;}
.home-git-log-dark-icons .home-git-icon>circle{fill:#909090;stroke:#42526d;}
.home-git-item{margin-left:calc(-2.5rem - 3px);}
@media (min-width:544px){
.home-git-item{margin-left:calc(-3rem - 13px);}
}
.home-codespaces-copy-item{margin-bottom:69vh;}
.home-codespaces-view-2, .home-codespaces-view-3, .home-codespaces-view-4, .home-codespaces-view-5, .home-codespaces-view-6 {
position: absolute;
opacity: 0;
}
.home-codespaces-copy-item-2.build-in-animate~.home-codespaces-illo .home-codespaces-view-1 {
position: absolute;
opacity: 0;
}
.home-codespaces-view-1:hover {
cursor: zoom-in;
}
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-4,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-3.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-3{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-1,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:relative;opacity:1}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:absolute!important;opacity:0!important;}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-3,
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-2,
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:absolute;opacity:0}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-1{position:absolute;opacity:0}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-5{position:relative;opacity:1}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-5,
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-3,
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-2{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-1{position:absolute;opacity:0}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:relative;opacity:1}
.home-codespaces-copy-item-1{margin-top:20vh;}
.home-codespaces-copy-item-3{height:unset!important;}
.home-codespaces-container{top:0;right:0;}
.home-codespaces-img-container{min-height:100vh;pointer-events:none;}
@media (min-width:1012px){
.home-codespaces-img-container{height:100vh;padding-top:11vh;padding-bottom:8vh;}
}
.home-codespaces-view{position:relative;bottom:-60vh;width:175%;}
@media (min-width:544px){
.home-codespaces-view{width:130%;}
}
@media (min-width:768px){
.home-codespaces-view{width:125%;}
}
@media (min-width:1012px){
.home-codespaces-view{bottom:auto;width:auto;height:100%;max-height:740px;}
}
.home-codespaces-view-4,.home-codespaces-view-5,.home-codespaces-view-6{
position:relative;
opacity:1;
}
.home-codespaces-view-4,.home-codespaces-view-5,.home-codespaces-view-6{height:78vh;margin-bottom:0}
.home-codespaces-copy-item-4.build-in-animate~.home-codespaces-illo .home-codespaces-view-4{position:relative;opacity:1}
.home-codespaces-copy-item-5.build-in-animate~.home-codespaces-illo .home-codespaces-view-5{position:relative;opacity:1}
.home-codespaces-copy-item-6.build-in-animate~.home-codespaces-illo .home-codespaces-view-6{position:relative;opacity:1}
.home-codespaces-illo{padding:18.75rem 0 0;}
@media (min-width:1012px){
.home-codespaces-illo{padding:18.75rem 0 10rem;}
}
.home-codespaces-glow-container{right:0;left:-70%;}
.home-codespaces-glow{bottom:0;transform:translateY(50%);}
@media (min-width:1012px){
.home-codespaces-glow{top:50%;bottom:auto;left:0;width:120%;height:100vh;transform:translateY(-50%);}
}
.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;position: initial;}
.octicon{vertical-align:text-bottom;}
:-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::-ms-input-placeholder{color:var(--color-text-placeholder);opacity:1;}
::placeholder{color:var(--color-text-placeholder);opacity:1;}
.col-10{width:83.33333%;}
.col-11{width:91.66667%;}
.col-12{width:100%;}
@media (min-width:544px){
.col-sm-10{width:83.33333%;}
}
@media (min-width:1012px){
.col-lg-6{width:50%;}
.col-lg-12{width:100%;}
}
.offset-1{margin-left:8.33333%!important;}
@media (min-width:768px){
.offset-md-1{margin-left:8.33333%!important;}
}
@media (min-width:1012px){
.offset-lg-7{margin-left:58.33333%!important;}
}
.border{border:1px solid var(--color-border-primary)!important;}
.circle{border-radius:50%!important;}
.flex-column{flex-direction:column!important;}
.flex-items-center{align-items:center!important;}
@media (min-width:1012px){
.flex-lg-row{flex-direction:row!important;}
}
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.overflow-hidden{overflow:hidden!important;}
.float-left{float:left!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.lh-condensed{line-height:1.25!important;}
.text-underline{text-decoration:underline!important;}
.list-style-none{list-style:none!important;}
.text-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;}
.d-flex{display:flex!important;}
.d-inline-block{display:inline-block!important;}
.d-none{display:none!important;}
@media (min-width:1012px){
.d-lg-block{display:block!important;}
}
.opacity-4{opacity:.4;}
.mr-3-fluid{margin-right:1rem!important;}
.opacity-4{opacity:.4;}
.mr-3-fluid{margin-right:1rem!important;}
.flex-shrink-0{flex-shrink:0!important;}
.circle{border-radius:50%!important;}
img{border-style:none;}
*{box-sizing:border-box;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.f6-mktg-fluid{font-size:.75rem!important;}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.f6-mktg-fluid{font-size:.75rem!important;}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.text-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;}
.list-style-none{list-style:none!important;}
@media (min-width:1012px){
.mb-lg-0{margin-bottom:0!important;}
}
.f6-mktg-fluid,.h5-mktg-fluid,.h6-mktg-fluid{font-family:Alliance,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.h5-mktg-fluid{font-size:1.25rem!important;}
.h5-mktg-fluid,.h6-mktg-fluid{font-weight:600;line-height:1.25;}
.h6-mktg-fluid{font-size:1rem!important;}
@media (min-width:544px){
.h4-sm-mktg-fluid{font-size:1.5rem!important;font-weight:600;line-height:1.1;}
}
@media (min-width:768px){
.h2-md-mktg-fluid{font-weight:800;line-height:.96;letter-spacing:-.025em!important;}
.h2-md-mktg-fluid{font-size:3.5rem!important;}
}
.h2-5-mktg-fluid{font-size:2.5rem;font-weight:800!important;line-height:1;letter-spacing:-.025em!important;}
@media (min-width:544px){
.h2-5-mktg-fluid{font-size:3rem;}
}
.f6-mktg-fluid{font-size:.75rem!important;}
.text-semibold-mktg{font-weight:500!important;}
.mr-1-fluid{margin-right:.25rem!important;}
.mr-3-fluid{margin-right:1rem!important;}
.mb-3-fluid{margin-bottom:1rem!important;color: #24292e; margin-top: 0;}
.mt-n3-fluid{margin-top:-1rem!important;}
.ml-n3-fluid{margin-left:-1rem!important;}
.mb-5-fluid{margin-bottom:2rem!important;}
.mb-6-fluid{margin-bottom:2.5rem!important;}
.mr-n6-fluid{margin-right:-2.5rem!important;}
.py-1-fluid{padding-top:.25rem!important;padding-bottom:.25rem!important;}
.px-2-fluid{padding-left:.5rem!important;}
.px-2-fluid{padding-right:.5rem!important;}
.pt-6-fluid{padding-top:2.5rem!important;}
.pb-6-fluid{padding-bottom:2.5rem!important;}
@media (min-width:768px){
.pt-md-0-fluid{padding-top:0!important;}
}
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
@media (min-width:544px){
.p-responsive-fluid{padding-right:2.5rem!important;padding-left:2.5rem!important;}
}
@media (min-width:1012px){
.p-responsive-fluid{padding-right:1rem!important;padding-left:1rem!important;}
}
.col-5-max{width:100%;max-width:33.75rem;}
@media (min-width:544px){
.col-5-max{max-width:34.375rem;max-width:33.75rem;}
}
.gutter-fluid{margin-right:-1rem;margin-left:-1rem;}
.gutter-fluid>[class*=col-]{padding-right:1rem!important;padding-left:1rem!important;}
.gutter-spacious-fluid{margin-right:-1.5rem;margin-left:-1.5rem;margin-top: 0px;}
.gutter-spacious-fluid>[class*=col-]{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.btn-mktg-fluid{position:relative;z-index:1;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.btn-mktg-fluid:before{background-blend-mode:overlay,normal;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:0;transition:opacity .4s;}
.btn-mktg-fluid:hover{text-decoration:none;}
.btn-mktg-fluid:hover:before{opacity:1;transition:opacity .4s;}
.btn-mktg-fluid{color:#fff;background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:before{background-image:linear-gradient(-180deg,#4967e3,#3355e0);}
.btn-mktg-fluid:active,.btn-mktg-fluid:hover{background-color:#4969ed;background-image:linear-gradient(-180deg,#607cef,#4969ed);}
.btn-mktg-fluid:focus{outline:0;box-shadow:0 0 0 .2em rgba(73,105,237,.4);}
.btn-mktg-fluid:disabled{opacity:.5;}
.btn-lg-invisible-mktg-fluid{padding:.9375rem 0 1.0625rem;font-weight:600;line-height:1.1;color:#4969ed;white-space:normal;background:none!important;transition:color .4s;}
.btn-lg-invisible-mktg-fluid:before,.btn-lg-invisible-mktg-fluid:hover{color:#3355e0;text-decoration:none;background:none!important;}
.btn-lg-invisible-mktg-fluid:focus{text-decoration:none!important;box-shadow:none;}
.btn-lg-invisible-mktg-fluid:focus:after{position:absolute;right:1.25rem;bottom:.5rem;left:0;height:2px;content:"";background-color:currentColor;border-radius:2px;}
.btn-lg-invisible-mktg-fluid.text-underline{display:inline;padding:.3125rem 0;line-height:1.5;text-decoration:none!important;background-color:initial!important;background-image:linear-gradient(currentColor,currentColor)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 2px!important;border-radius:0;box-shadow:none;}
.btn-lg-invisible-mktg-fluid.text-underline:after{display:none!important;}
.btn-lg-invisible-mktg-fluid svg{width:1em;height:1em;}
.btn-lg-invisible-mktg-fluid{font-size:1.25rem;}
.btn-lg-invisible-mktg-fluid:focus:after{right:1.5rem;}
.btn-lg-invisible-mktg-fluid.text-underline,.btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol{margin-right:-1.5rem;}
.Bump-link{position:relative;}
.Bump-link:hover .Bump-link-symbol,.Bump-link:hover.text-underline .Bump-link-symbol{transform:translateX(3px);}
.Bump-link-symbol{display:inline-block;transition:opacity .2s,transform .2s;transform:translateX(0);}
.text-underline>.Bump-link-symbol{margin-right:-1.25rem;}
.rounded-2-fluid{border-radius:.375rem!important;}
.text-gray-dark-mktg{color:#040d21!important;}
.text-gray-mktg{color:#627597!important;}
.text-gradient-pink-blue{-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;}
.text-gradient-pink-blue{background:-webkit-linear-gradient(-70deg,#db469f,#2188ff);-webkit-background-clip:text;background-clip:text;}
.z-n1{z-index:-1;}
.build-in-slideX-left{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(-15px);}
.build-in-slideX-left.build-in-animate{opacity:1;transform:translateX(0);}
.z-1{z-index:1;}
.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.z-2{z-index:2;}
.home-git-log-light{
position:relative;
margin-bottom: 0;
}
.home-git-log-light:after{position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.gray .col-12.home-git-log-light:before {
position: absolute;
top: 0;
bottom: 0;
left: -.29rem;
display: block;
width: 5px;
content: "";
background: #7919d8;
left: 84px;
top: -1px;
}
ul.home-git-log-light:after {
display: none;
}
.gray .col-12.home-git-log-light:after {
position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.home-git-log-dark:after {
position:absolute;top:0;bottom:0;left:-.25rem;display:block;width:5px;content:"";background:#7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
.home-repo-comp:after {
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
}
@media (min-width:544px){
.frame_right .home-git-log-light:after {
right: -1.5rem;
}
.home-git-log-light:after{left:-1.5rem;}
}
.home-git-log-light .home-git-icon{background:#fff;}
.home-git-log-light .home-git-icon>circle{fill:#fff;stroke:#dadfe9;}
/* DOT */
.gray .home-git-log-light .home-git-icon {
background: #fff0;
}
.gray .home-git-log-light .home-git-icon>circle {
fill: #909090;
stroke: #dadfe9;
}
.home-git-item{margin-left:calc(-2.5rem - 3px);}
@media (min-width:544px){
.home-git-item{margin-left:calc(-3rem - 13px);}
}
.home-pr-comment,.home-pr-description{max-width:min-content;font-size:0;background-color:#fff;box-shadow:0 0 0 1px rgba(53,72,91,.05);transition:transform .6s cubic-bezier(.16,1,.3,1);transform:translateX(35%);}
.home-pr-comment img,.home-pr-description img{opacity:.25;transition:opacity .6s cubic-bezier(.16,1,.3,1);}
.home-pr-description.left_to_right {transform: translateX(-35%);}
.home-pr-description.build-in-animate{box-shadow:0 0 0 1px rgba(53,72,91,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09);opacity:1;transform:translateX(0);}
.home-pr-description.build-in-animate img{opacity:1;}
.home-pr-screen{width:129.5%;margin-top:-10%;opacity:.25;}
.rounded-pill{border-radius:500px;}
.opacity-4{opacity:.4;}
.container-xl {
max-width: 1280px;
}
.frame_right .mb-6-fluid .d-flex {
float: right;
}
.frame_right .home-git-log-light:after {
right: -1.5rem;
}
.frame_right .home-git-log-light {
margin-right: 8.33333%!important;
margin-left: 0!important;
}
.frame_right .col-5-max
{
text-align: right;
float: right;
}
.frame_right .mb-3-fluid {
float: right;
flex-direction: row-reverse;
}
.frame_right .btn-lg-invisible-mktg-fluid.text-underline,
.frame_right .btn-lg-invisible-mktg-fluid.text-underline .Bump-link-symbol {
margin-right: 0;
}
/* 3D-BUTTON HUSSERL */
html{
margin-right: -7px;
}
.scene {
width: 327px;
height: 100px;
margin: 60px auto;
perspective: 800px;
font-family: 'Open Sans';
cursor: pointer;
margin-top: 0;
}
@-webkit-keyframes btn_3d {
0% {transform: rotateX(0deg);}
50% {transform: rotateX(-90deg);}
100% {transform: rotateX(0deg);}
}
.cube.animate {
-moz-animation: btn_3d 2s ease-out 1;
-webkit-animation: btn_3d 2s ease-out 1;
-ms-animation: btn_3d 2s ease-out 1;
-o-animation: btn_3d 2s ease-out 1;
animation: btn_3d 2s ease-out 1;
}
.scene:hover .cube {
transform: rotateX(-90deg);
}
.invert_block_text .scene:hover {
transform: translate(0px, -14px);
}
.scene_small .cube {
width: 223px;
font-size: 16px;
height: 48px;
border-radius: 12px;
}
.miracle_block .cube {
margin-left: -11px;
}
@keyframes animateBg {
0% { background-position: 0% 100%; }
100% { background-position: 0% 0%; }
}
.scene_small .cube .front, .scene_small .cube .bottom {
width: 100%;
font-size: 16px!important;
height: 48px;
border-radius: 12px;
}
.scene_small .cube .front {
background: #5a1d5f;
color: white;
transform: rotateX(0deg) translate3d(0px,0px,39px);
}
.scene_small .cube .bottom {
background: white;
color: black;
transform: rotateX(90deg) translate3d(0px,15px,15px);
}
.cube {
position: relative;
width: 300px;
height: 80px;
margin: 30px;
transform-origin: 50% 50%;
transform-style: preserve-3d;
transition: 0.4s all;
font-family: 'Avenir Next LT Pro', sans-serif;
background-color: #ffffff;
color: #0e0e0e;
text-transform: uppercase;
text-decoration: none;
font-weight: 900;
margin-top: 20px;
}
.cube .front, .cube .bottom {
width: 360px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.front {
position: absolute;
height: 100%;
width: 100%;
background: white;
text-align: center;
color: black;
font-size: 20px;
transform: rotateX(0deg) translate3d(0px,0px,39px);
}
.bottom {
position: absolute;
height: 100%;
width: 100%;
background: #5a1d5f;
text-align: center;
color: #fff;
font-size: 31px;
transform: rotateX(90deg) translate3d(0px,0px,41px);
}
flex-lg-row {
flex-direction: row-reverse!important;
}
.btn_2 {
width: 178px;
font-size: 16px!important;
height: 48px;
border-radius: 11px;
float: right;
}
.btn_2 span:before {
border-radius: 15px;
background-color: #5a1d5f;
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
/* INVERT BLOCK */
.invert_block {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 150px;
background-repeat: no-repeat;
background-size: contain;
background-position: 15px;
background-position: 0px 44px;
padding-top: 200px;
margin-top: -96px;
background-color: white;
}
.invert_block_text {
display: flex;
transform: rotate(-12deg) scale(0.7);
width: min-content;
z-index: 1;
margin-top: 296px;
margin-left: -919px;
}
.invert_block .explore, .explore_eyes {
margin-top: 60px;
color: black;
font-weight: bolder;
text-transform: uppercase;
font-size: 30px;
border: 3px solid;
border-radius: 31px;
padding: 11px 73px;
cursor: pointer;
font-family: Alternate-Gothic;
letter-spacing: 5px;
background: #d8d7d7;
}
#simulator {
z-index: 9;
}
@keyframes explore_animation {
0% {
background: #d8d7d7;
color: black;
border-color: black;
}
50% {
background: aqua;
color: black;
border-color: black;
}
100% {
background: #d8d7d7;
color: black;
border-color: black;
}
}
.ibt_1 {
color: #ffffff!important;
margin: 0;
font-size: 52px;
margin-top: 0px;
font-weight: 900;
margin-bottom: 29px;
}
.ibt_3 {
color: #000000!important;
font-weight: 100;
font-size: 18px;
margin: 0;
}
.invert_p {
FONT-SIZE: 45px;
color: black;
text-align: center;
margin: 80px 0px;
font-weight: 900;
}
.invert_img {
width: 1032px;
ALIGN-ITEMS: CENTER;
height: 236px;
border-radius: 10px;
}
.distortion {
width: 1317px;
height: 431px;
position: absolute;
z-index: 0;
clip-path: url(#clipping_9);
}
.distortion canvas {
border-radius: 12px;
}
.invert_block .wrapper {
width: 1032px;
height: 236px;
position: relative;
left: 0;
top: 0;
transform: unset;
z-index: 9;
margin-top: 100px;
margin-bottom: 150px;
}
.invert_block .invert_wrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
.invert_block .before,
.invert_block .after {
width:100%;
height:100%;
background-repeat:no-repeat;
background-size: cover;
background-position: center;
position: absolute;
top:0;
left:0;
pointer-events:none;
}
.invert_block .after {
z-index: 22;
overflow: hidden;
width: 0%;
}
@-webkit-keyframes invert_block {
0% {width:0%;}
50% {width:100%;}
100% {width:0%;}
}
.invert_wrap.animate .after {
-moz-animation: invert_block 10s linear 1;
-webkit-animation: invert_block 10s linear 1;
-ms-animation: invert_block 10s linear 1;
-o-animation: invert_block 10s linear 1;
animation: invert_block 10s linear 1;
width: 0%;
}
.invert_block .before {
z-index: 21;
background-color: transparent;
}
.invert_block .before img {
width: 1032px;
}
.home-git-log-light.col-12:after {
top: 178px;
}
.menu_prod {
color: black;
width: 100%;
}
.menu_prod ul {
display: flex;
justify-content: space-around;
font-size: 1.5rem!important;
font-family: sans-serif;
font-weight: 100;
color: #909090;
margin: 175px 250px;
margin-bottom: 0;
margin-top: 90px;
padding: 0;
margin-right: 276px;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
padding-bottom: 29px;
}
#dat_svg {
width: 1157px;
margin-top: -9px;
margin-left: 319px;
z-index: 0;
}
.frames {
padding-top: 90px;
}
.thing {
position: inherit!important;
margin-top: 46px;
}
.home-git-log-dark-icons .col-12 {
padding-right: 75px;
}
.home-git-log-center:after {
top: 314px;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
width: 6px;
}
#manufactoring .home-git-item {
margin-left: calc(-3rem - 11px)!important;
}
#clipping_5 {
width: 1032px;
height: 236px;
}
/* FORMULAS */
.formula_neuralie {
position: absolute;
margin-top: -257px;
width: 443px;
transform: rotate(-15deg);
}
.formula_neuroaethetics {
position: absolute;
margin-top: 79px;
width: 850px;
transform: rotate(-15deg);
margin-left: -589px;
}
.formula_neurophenomenology {
position: absolute;
margin-top: 386px;
width: 643px;
transform: rotate(31deg);
margin-left: -221px;
right: 102px;
}
.formula_neurogeometry {
position: absolute;
margin-top: 435px;
width: 695px;
transform: rotate(-25deg);
margin-left: -221px;
}
.formula_ccommerce {
position: absolute;
margin-top: 176px;
width: 783px;
transform: rotate(45deg);
right: -335px;
}
.formula_management {
position: absolute;
margin-top: 385px;
width: 895px;
transform: rotate(-25deg);
margin-left: -341px;
}
.neuroaesthetics_continue {
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
z-index: 10;
justify-content: center;
height: 100vh;
background: #b5b5b57a;
}
.golden_ratio {
width: 700px;
filter: invert(1) brightness(3.5);
}
.gr_animation canvas {
border: none;
width: 100vw;
filter: grayscale(1) ;
}
.neuroaesthetics_continue p {
color: white;
font-size: 27px;
text-align: center;
font-weight: 300;
margin-top: 50px;
text-align: left;
margin-left: 0;
}
.gr_text_wrap {
text-align: center;
color: white;
width: 77%;
}
.flex-lg-row-reverse.reverse {
flex-direction: row!important;
}
.right.home-git-log-dark:after {
right: 0rem!important;
left: unset!important;
z-index: 0;
top: -660px;
}
.right.home-repo-comp:after {
right: 0.5rem!important;
left: unset!important;
}
.text-gray-light-mktg.right {
flex-direction: row-reverse;
padding-right: 0px!important;
margin-right: 23px!important;
margin-left: 51px;
}
ul.pb-5-fluid.right {
text-align: right;
align-items: flex-end;
justify-content: right;
}
.py-2-fluid.unselectable.right_1 {
display: flex!important;
flex-direction: row-reverse;
padding-right: 0!important;
margin-left: 20px!important;
margin-right: -11px;
}
.right_1 svg {
margin-left: 0!important;
margin-right: 0!important;
}
.py-2-fluid.unselectable.right_2 {
display: flex!important;
flex-direction: row-reverse;
padding-right: 0!important;
margin-right: -27px;
}
.text_right {
text-align: right;
}
.text_right .col-6-max {
max-width: fit-content;
padding-left: 262px;
}
.right_3 svg.home-git-icon {
margin-right: -35px!important;
}
.glow_violet {
filter: hue-rotate(45deg);
}
.human_walking {
margin-top: 100px;
margin: 100px 100px;
display: flex;
align-items: center;
}
.human_walking p {
color: black;
font-size: 27px;
font-weight: 100;
}
.bulb2_block {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
position: relative;
}
.bulb2_block .content__inner {
width: 1400px;
font-size: 20px;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: baseline;text-align: left;
}
.bulb2_block .menu_logo{
position: absolute;
z-index: 9999;
right: 0;
margin-right: 55px;
margin-top: 55px;
top: 0;
}
.content--canvas canvas {
position: initial;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
}
.small_diamonds {
width: 47px;
z-index: 1111;
padding-top: 10px;
background: transparent;
margin-right: 10px;
margin-left: -66px;
}
.after_none {
display: none;
}
.splitting .word,
.splitting .char {
display: inline-block;
}
.splitting .char {
position: relative;
}
.splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
}
.splitting {
--word-center: calc((var(--word-total) - 1) / 2);
--char-center: calc((var(--char-total) - 1) / 2);
--line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
--word-percent: calc(var(--word-index) / var(--word-total));
--line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
--char-percent: calc(var(--char-index) / var(--char-total));
--char-offset: calc(var(--char-index) - var(--char-center));
--distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
);
--distance-sine: calc(var(--char-offset) / var(--char-center));
--distance-percent: calc((var(--distance) / var(--char-center)));
}
.headline:nth-child(1) {
color: #cf4ba6;
}
.word {
margin-left: 2px;
margin-right: 2px;
}
.headline--fade .char {
animation-name: fade;
animation-duration: 2s;
animation-delay: calc(var(--distance-percent) * 0.15s);
animation-timing-function: ease-in-out;
transform-origin: 0 100%;
}
@keyframes fade {
50% {
opacity: 0;
}
}
@keyframes rise {
40% {
transform: translateY(-40%) rotate(calc(var(--distance-sine) * 10deg));
}
50% {
transform: translateY(6%);
}
55% {
transform: translateY(-4%);
}
60% {
transform: translateY(2%);
}
65% {
transform: translateY(-1%);
}
70% {
transform: translateY(0%);
}
}
@keyframes ghost {
8% {
opacity: 0;
transform: translateY(0);
}
40% {
opacity: 0.25;
transform: translateY(-30%) rotate(calc(var(--distance-sine) * -10deg));
}
60%, 100% {
opacity: 0;
transform: translateY(-200%);
}
}
@keyframes sail {
25% {
transform: rotate(-1deg) translateY(2%);
}
50% {
transform: rotate(0) translateY(0);
}
75% {
transform: rotate(1deg) translateY(1%);
}
}
@keyframes wave {
to {
transform: translateX(-200px);
}
}
.headline--shiver .word {
animation-name: shiver;
animation-duration: 3s;
animation-timing-function: linear;
}
.headline--shiver .char {
animation-name: shiver-letter;
animation-delay: calc(var(--char-index) * -0.0125s);
animation-duration: 140ms;
animation-timing-function: linear;
}
@keyframes shiver {
1% {
transform: translateX(2%);
}
2% {
transform: translateX(-2%);
}
3% {
transform: translateX(3%);
}
4% {
transform: translateX(-3%);
}
5% {
transform: translateX(4%);
}
6% {
transform: translateX(-4%);
}
7% {
transform: translateX(3%);
}
8% {
transform: translateX(-3%);
}
9% {
transform: translateX(2%);
}
10% {
transform: translateX(-2%);
}
11% {
transform: translateX(1%);
}
12% {
transform: translateX(0%);
}
}
@keyframes shiver-letter {
25% {
transform: translateY(1%);
}
50% {
transform: translate(calc(var(--distance-percent) * 1%), calc(var(--distance-percent) * 1%));
}
75% {
transform: translateY(1%);
}
}
@keyframes yell {
3% {
transform: scale(calc(1 * var(--distance-percent) + 1.5)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
6% {
transform: scale(calc(1 * var(--distance-percent) + 1.2)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
12% {
transform: scale(calc(1 * var(--distance-percent) + 1.5)) rotate(calc(15deg * var(--distance-sine))) translateY(-10%);
}
18% {
transform: scaleY(1) translateY(-2%);
}
25% {
transform: scaleY(0.98);
}
50% {
transform: scaleY(1);
}
75% {
transform: scale(0.98);
}
}
.headline--yell.animate .char {
animation-name: yell;
animation-delay: 1s;
animation-duration: 4s;
animation-timing-function: ease;
animation-iteration-count: 1;
transform-origin: 50% 100%;
color: #db469f;
}
/* PRODUCTS IMAGES */
.prod_img, .width-full.prod_img {
width: 600px!important;
height: 791px!important;
max-height: unset!important;
border-radius: unset!important;
filter: contrast(1.1);
}
.prod_imgss {
width: 600px!important;
height: 791px!important;
}
.scheme_img, .width-full.scheme_img {
height: auto!important;
width: 800px!important;
margin-left: 14px;
cursor: zoom-in;
}
div .scheme_wrapper {
box-shadow: 0 0 0 1px hsla(0,0%,100%,.1),0 2px 2px rgba(0,0,0,.0274351),0 4px 4px rgba(0,0,0,.0400741),0 10px 8px rgba(0,0,0,.0499982),0 15px 15px rgba(0,0,0,.0596004),0 30px 30px rgba(0,0,0,.0709366),0 70px 65px rgba(0,0,0,.09)!important;
}
.scheme_gray {
background-color:rgb(255 255 255 / 0%);
padding-left: 14px;
}
.whales {
display: flex;
flex-direction: column;
align-items: center;
}
.whales img {
width: 1261px;
margin-top: 30px;
}
#img_ {
box-sizing: border-box;
float: right;
clear: right;
}
#spacer {
width: 0px;
float: right;
}
@keyframes spin {
0% {opacity:1;transform:rotate(0deg)}
to {opacity:1;transform:rotate(1turn)}
}
@keyframes opacity_ch {
0% {opacity:0;}
to {opacity:1;}
}
@keyframes color_ch {
0% {fill:#205400;}
to {fill:#5a1d5f;}
}
@keyframes color_s_ch {
0% {stroke:#205400;}
to {stroke:#5a1d5f;}
}
@keyframes diamond_animation {
0% {transform: translateY(-5px);}
50% {transform: translateY(5px);}
100% {transform: translateY(0px);}
}
.smie_green {
fill: #205400;
}
.smie_green_s {
stroke: #205400;
}
.build-in-animate .home-actions-spinner {
animation: spin .2s linear 6;
}
.smie_logo_none {
opacity: 0;
}
.build-in-animate .home-actions-spinner .smie_logo_none {
animation: opacity_ch 1s linear 1.2s 1 forwards;
}
.build-in-animate .home-actions-spinner .smie_green {
animation: color_ch 0.7s linear 4s 1 forwards;
}
.build-in-animate .home-actions-spinner .smie_green.smie_logo_none {
animation: opacity_ch 1s linear 1.2s 1 forwards, color_ch 0.7s linear 4s 1 forwards;
}
.build-in-animate .home-actions-spinner.smie_diamond {
animation: diamond_animation 0.4s linear 2s 4 forwards;
}
.build-in-animate .home-actions-spinner .smie_green_s {
animation: color_s_ch 0.7s linear 4s 1 forwards;
}
.more_info {
cursor: pointer;
}
.more_info p {
font-size: 3rem;
background: -webkit-linear-gradient(-70deg,#602665,#0d8036,#756de9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
font-weight: 800;
display: inline;
}
.mif_wrap {
height: -webkit-fill-available;
margin-top: 15px;
padding: 0;
border-radius: 10px;
background: linear-gradient(
0deg, rgb(255 255 255 / 80%) 93%, rgba(68,34,67,1) 100%);
}
.mif_name {
position: absolute;
color: white;
top: 86px;
font-size: 12px;
left: 23px;
}
.mif_name2 {
font-size: 46px;
background: #442243;
text-align: center;
color: #ffffff;
font-weight: 700;
padding: 11px 33px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-bottom: 14px;
}
.mif_block2 {
height: max-content;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-bottom: 30px;
}
.mif_text {
text-align: center;
color: #000000;
font-size: 28px;
padding: 0 30px;
}
.mif_text span {
color: #432242;
font-weight: bolder;
}
.mif_click {
width: 100%;
background: #442243;
color: white;
font-size: 36px;
float: right;
text-align: center;
}
.mif_click p {
margin: 10px;
}
.mi_smie_logo {
z-index: 999999;
position: absolute;
width: 42px;
background: white;
padding: 10px 0px;
margin-top: -14px;
}
.home-git-log-dark .mi_smie_logo, .home-git-log-dark-icons .mi_smie_logo {
background-color: transparent;
}
.line_height:after {
height: 6000px;
}
.bulb_block {
z-index: 999;
position: absolute;
width: 100%;
margin-top: -1px;
padding: 100px 0px;
background: #191919;
}
.particle_header_wrap {
display: flex;
position: absolute;
width: 100%;
justify-content: space-around;
align-items: center;
}
.particle_logo {
padding-left: 0;
}
.use_smart.copy {
opacity: 0;
width: 236px;
height: 82px;
position: initial;
width: unset;
}
@media (max-width:1650px){
.particle_logo {
padding-left: 20%;
}
}
@media (max-width:1600px){
.main_text {
margin-left: 15%;
}
}
@media (max-width:1030px){
.desc_text {
margin-left: 0px;
}
.main_text {
margin-left: 130px;
}
menu ul li {
font-size: 17px;
}
menu ul li.menu_signin, menu ul li.menu_signup {
font-size: 15px;
}
}
.more_info.btn-invisible-mktg-fluid svg,
.more_info.btn-lg-invisible-mktg-fluid svg
{
width: 2em;
height: 2em;
}
.long_line::after {
height: 3300px;
z-index: 99;
display: none!important;
}
.build-in-slideX-left.build-in-animate {
z-index: 9;
}
#home-develop, #home-secure, #manufactoring {
background-image: url(../images/long_background.svg);
background-repeat: repeat-y;
background-size: cover;
border-radius: unset;
}
.compatibility img {
width: 36px;
}
.no_trees.home-git-log-light.col-12:after {
top: 47px;
}
.main_back_line:after {
left: -1.5rem;
height: 5717px;
z-index: 0;
}
.main_back_line_right:after {
z-index: 0;
right: 0;
left: 0rem!important;
right: 0rem!important;
left: unset!important;
position: absolute;
top: -300px;
bottom: 0;
left: -.25rem;
display: block;
width: 5px;
content: "";
background: #7919d8;
animation: animateBg 10s linear infinite;
background-image: linear-gradient(0deg,#602665,#0d8036,#7919d8, #756de9,#602665,#0d8036,#7919d8);
background-size: 100% 211%;
height: 4996px;
margin-right: -43px!important;
}
.line_ {
width: 5px!important;
}
.line_height.ll:after {
}
.main_back_line.ll:after {
left: -1.5rem;
height: 2777px;
z-index: 0;
}
.home-git-log-light.nn:after {
left: -1.5rem;
margin-top: -9px;
margin-bottom: 49px;
}
/* CHATBOT DIALOG */
.dialog_main {
position: fixed;
display: flex;
flex-direction: column;
bottom: 0;
margin: 40px 0;
align-items: center;
right: 0;
margin-right: 10px;
display: none;
}
.dialog_block {
width: 100%;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%),
0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%),
0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
border-radius: 0.35pt;
border-radius: .375rem!important;
overflow: hidden;
}
.dialog_header {
background: #5a1d5f;
font-size: 20px;
width: 100%;
text-align: center;
padding: 10px;
}
.dialog_header .close {
margin-top: -4px;
width: 20px;
}
.dialog_header .close:before, .dialog_header .close:after {
left: 15px;
height: 19px;
}
.dialog__ {
height: 300;
background: #ffffffcf;
overflow-y: scroll;
color: black;
padding: 10px;
overflow-x: hidden;
display: flex;
flex-direction: column;
}
.dialog__ p {
margin: 0;
overflow-wrap: anywhere;
}
.dialog__ div {
margin-top: 10px;
}
.message_bot {
background: #654e67;
color: white;
width: 200px;
padding: 4px 10px;
border-radius: 0.35pt;
border-radius: .375rem!important;
}
.message_client {
background: #e8e8e8;
color: black;
width: 200px;
padding: 4px 10px;
border-radius: .375rem!important;
align-self: flex-end;
}
.input_block {
display: flex;
z-index: 999999999;
flex-direction: column;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
}
.input_block input {
font-size: 20px;
}
.send {
width: 25px;
margin-left: 12px;
cursor: pointer;
}
#scroll_menu {
display: none;
}
#second_menu {
display: none;
}
#second_menu ul li {
color: white;
}
#plasma_control {
margin-left: 26px;
}
#plasma_control .home-git-log-light:after {
display: none;
}
#manufactoring {
overflow: hidden;
}
.more.home-git-log-center:after {
height: 800px;
}
div .home-discussions-check-0,div .home-discussions-check-1, div .home-discussions-check-2, div .home-discussions-check-3 {
top: 154px;
right: 35px;
}
.scheme_big {
position: fixed;
background: #00000078;
width: 100%;
height: 100%;
z-index: 99999999999999999;
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
padding: 25px 0;
display: none;
}
.scheme_img_big {
background: black;
height: 100%;
background: white;
border-radius: 7px;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
cursor: zoom-out;
}
#products_menu a {
border-bottom: 2px solid transparent;
padding-bottom: 8px;
}
#products_menu a:hover {
border-bottom: 2px solid #5a1d5f;
padding-bottom: 8px;
}
#products_menu.sticky a:hover {
border-bottom: unset;
}
.home-git-log-light.col-12:after {
display: none;
}
div .home-pr-description.build-in-animate {
box-shadow: unset!important;
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
background: none;
}
div .build-in-scale-fade.build-in-animate {
box-shadow: unset!important;
}
div .build-in-scale-fade.build-in-animate.sheme_block {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%);
}
div .box-shadow-active-border-mktg {
box-shadow: unset!important;
}
div .sheme_block.home-pr-description.build-in-animate {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%)!important;
}
div .box-shadow-active-border-mktg.sheme_block {
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 2px 2px rgb(0 0 0 / 3%), 0 4px 4px rgb(0 0 0 / 4%), 0 10px 8px rgb(0 0 0 / 5%), 0 15px 15px rgb(0 0 0 / 6%), 0 30px 30px rgb(0 0 0 / 7%), 0 70px 65px rgb(0 0 0 / 9%)!important;
}
.violet_shadow {
position: absolute;
height: 100%;
width: 100%;
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
z-index: 99;
border-radius: .375rem!important;
}
.box-shadow-active-border-light-mktg.prod_img:after {
background: -webkit-linear-gradient(
-70deg
,#60266547,#0d80362e,#756de92e);
}
iframe {
z-index: 999;
overflow: hidden!important;
width: 100%;
margin:0px;
height: 100vh;
}
iframe main {
background: #191919;
}
.content__title {
font-family: 'Vidaloka', serif;
font-size: 10vw;
font-weight: normal;
color: var(--color-title);
text-align: center;
margin: 0;
pointer-events: none;
line-height: 1;
}
.content__inner {
position: absolute;
display: flex;
text-align: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
z-index: 99999;
}
.content__title {
font-family: 'Vidaloka', serif;
font-size: 10vw;
font-weight: normal;
color: var(--color-title);
text-align: center;
margin: 0;
pointer-events: none;
line-height: 1;
}
.content__subtitle {
font-size: 1.25em;
color: var(--color-subtitle);
padding: 0 0.75em;
margin-top: 24px;
letter-spacing: 0.5em;
text-indent: 0.5em;
font-weight: bold;
text-transform: uppercase;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.white_lines {
height: 2px;
width: 50px;
background: white;
margin: 0 20px;
}
.content__subtitle::before {
right: 100%;
}
.content__subtitle::after {
left: 100%;
}
.content__subtitle::before, .content__subtitle::after {
content: '';
position: absolute;
top: 50%;
height: 1px;
background: var(--color-subtitle);
width: 20%;
}
html, body {
cursor: auto!important;
}
.bulb_block .explore {
position: absolute;
margin-top: 60px;
color: black;
font-weight: bolder;
text-transform: uppercase;
font-size: 30px;
border: 3px solid;
border-radius: 31px;
padding: 11px 73px;
cursor: pointer;
font-family: Alternate-Gothic;
letter-spacing: 5px;
background: white;
z-index: 9999999999999;
bottom: 100px;
left: 60px;
}
.explore:before, .explore_eyes:before {
content: " ";
position: absolute;
z-index: -1;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border: 3px solid black;
border-radius: 31px;
padding: 17px 73px;
}
.bulb_block .explore a {
color: unset;
}
.right.home-git-log-dark.other_line:after {
margin-top: 175px;
}
.favicon_small {
height: 27px;
}
@keyframes animate_1_1 {
0% {
transform: perspective(1000px) rotateY(
305deg
) rotateX(
-17deg
) rotate(
5deg
);
margin-top: 278px;
margin-left: 221px;
}
15% {
transform: perspective(1000px) rotateY(322deg) rotateX(-23deg) rotate(10deg);
margin-top: 267px;
margin-left: 202px;
}
60% {
transform: perspective(1000px) rotateY(
361deg
) rotateX(
-20deg
) rotate(
16deg
);
margin-top: 267px;
margin-left: 166px;
}
100% {
transform: perspective(1000px) rotateY(364deg) rotateX(-21deg) rotate(18deg);
margin-top: 265px;
margin-left: 162px;
}
}
@keyframes animate_1_3 {
0% {
transform: perspective(1000px) rotateY(364deg) rotateX(-21deg) rotate(18deg);
margin-top: 265px;
margin-left: 162px;
}
15% {
transform: perspective(1000px) rotateY(
361deg
) rotateX(
-20deg
) rotate(
16deg
);
margin-top: 267px;
margin-left: 166px;
}
30% {
transform: perspective(1000px) rotateY(
322deg
) rotateX(
-23deg
) rotate(
10deg
);
margin-top: 267px;
margin-left: 202px;
}
100% {
transform: perspective(1000px) rotateY(
305deg
) rotateX(
-17deg
) rotate(
5deg
);
margin-top: 278px;
margin-left: 221px;
}
}
.circle_ {
transform-style: preserve-3d;
transform: perspective(1000px) rotateY(300deg) rotateX(-17deg) rotate(5deg);
z-index: 999999999;
position: absolute;
transform: perspective(1000px) rotateY(322deg) rotateX(-23deg) rotate(10deg);
margin-top: 267px;
margin-left: 202px;
}
.circle_.anim {
animation: animate_1_1 1s linear 1 forwards,
animate_1_3 1s 2.1s linear 1 forwards,
animate_1_1 1s 4.2s ease-out 1 forwards,
animate_1_3 1s 6.1s ease-out 1 forwards;
}
.circle_ .char {
position: absolute;
top: 0;
left: 0;
background: #0000;
color: pink;
font-size: 2em;
transform-style: preserve-3d;
transform-origin: center;
transform: rotateY(calc(var(--char-index) * 12deg)) translateZ(105px);
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
font-weight: 800;
font-family: SFMono;
}
span.char:nth-child(1) {
color: #5b3c5a;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(2) {
color: #523151;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(3) {
color: #472546;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(4) {
color: #411e40;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(5) {
color: #381437;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.char:nth-child(6) {
color: #2b042a;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.circle_ {
top: -128px!important;
left: 4px!important;
}
.circle_ .char {
font-size: 1.2em!important;
transform: rotateY(calc(var(--char-index) * 10deg)) translateZ(74px)!important;
}
#eyes {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.eye_text_block {
display: none;
}
#gr_animation_canvas {
height: 100vh;
}
.whale_arrow {
width: 1360px;
transform: rotate3d(25, 3, 8, -67deg) rotate(-5deg);
position: absolute;
z-index: 9999999;
margin-top: 646px;
margin-left: 92px;
} | 0.384912 | 0.105995 |
BODY {
-webkit-font-smoothing: antialiased;
font-family: 'Poiret One', cursive;
height: 100%;
background: black; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(black, #282931); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(black, #282931); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(black, #282931); /* For Firefox 3.6 to 15 */
background: linear-gradient(black, #282931);
background-repeat: no-repeat;
background-attachment: fixed;
}
canvas {
height: 100vh;
z-index: -10;
position: fixed;
top: 0px;
}
a {
color: #bbbbc4;
text-decoration: none;
-webkit-transition: .5s;
transition: .5s;
}
a:hover {
color: #fc3565;
}
img {
border-radius: 50%;
}
h1 {
color: #fc3565;
padding-bottom: 0px;
margin-bottom: 1%;
}
h2 {
color: #ffffff;
font-size: 3rem;
font-weight: bold;
margin: 0px;
padding: 0px;
}
p {
color: #ffffff;
font-size: 1.7rem;
margin-top: 1%;
}
.one-third {
width: 30%;
}
.vertical-line {
border-left: 6px solid black;
height: 100px;
}
.logo {
font-family: 'Monoton', cursive;
color: lawngreen;
font-size: 8rem;
}
.top {
padding-bottom: 5rem;
display: flex;
}
.middle {
padding-bottom: 5rem;
}
.center-image {
display: flex;
justify-content: center;
align-items: center;
}
.pulled {
}
.pulled ul li {
list-style: none;
margin-right: 2rem;
font-size: 1.8rem;
}
.pulled h1 {
color: white;
font-size: 3rem;
}
.pulled ul li span {
font-size: 1.2rem;
}
.footer {
padding-top: 5rem;
}
.footer p {
color: white;
font-size: 1.2rem;
}
/* Mobile first queries */
/* Larger than mobile */
@media (min-width: 400px) {
}
/* Larger than phablet */
@media (min-width: 550px) {
}
/* Larger than tablet */
@media (min-width: 750px) {
}
/* Larger than desktop */
@media (min-width: 1000px) {
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
h1 {
font-size: 4rem;
}
} | app/templates/css/style.css | BODY {
-webkit-font-smoothing: antialiased;
font-family: 'Poiret One', cursive;
height: 100%;
background: black; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(black, #282931); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(black, #282931); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(black, #282931); /* For Firefox 3.6 to 15 */
background: linear-gradient(black, #282931);
background-repeat: no-repeat;
background-attachment: fixed;
}
canvas {
height: 100vh;
z-index: -10;
position: fixed;
top: 0px;
}
a {
color: #bbbbc4;
text-decoration: none;
-webkit-transition: .5s;
transition: .5s;
}
a:hover {
color: #fc3565;
}
img {
border-radius: 50%;
}
h1 {
color: #fc3565;
padding-bottom: 0px;
margin-bottom: 1%;
}
h2 {
color: #ffffff;
font-size: 3rem;
font-weight: bold;
margin: 0px;
padding: 0px;
}
p {
color: #ffffff;
font-size: 1.7rem;
margin-top: 1%;
}
.one-third {
width: 30%;
}
.vertical-line {
border-left: 6px solid black;
height: 100px;
}
.logo {
font-family: 'Monoton', cursive;
color: lawngreen;
font-size: 8rem;
}
.top {
padding-bottom: 5rem;
display: flex;
}
.middle {
padding-bottom: 5rem;
}
.center-image {
display: flex;
justify-content: center;
align-items: center;
}
.pulled {
}
.pulled ul li {
list-style: none;
margin-right: 2rem;
font-size: 1.8rem;
}
.pulled h1 {
color: white;
font-size: 3rem;
}
.pulled ul li span {
font-size: 1.2rem;
}
.footer {
padding-top: 5rem;
}
.footer p {
color: white;
font-size: 1.2rem;
}
/* Mobile first queries */
/* Larger than mobile */
@media (min-width: 400px) {
}
/* Larger than phablet */
@media (min-width: 550px) {
}
/* Larger than tablet */
@media (min-width: 750px) {
}
/* Larger than desktop */
@media (min-width: 1000px) {
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
h1 {
font-size: 4rem;
}
} | 0.346431 | 0.141964 |
.ace-hue-dark .ace_hidden-cursors .ace_cursor {
opacity: 0;
}
.ace-hue-dark .ace_print-margin {
width: 1px;
background: #232323;
}
.ace-hue-dark {
background-color: #141414;
color: #E7E7E7;
}
.ace-hue-dark .ace_cursor {
color: #A7A7A7;
}
.ace-hue-dark .ace_marker-layer .ace_selection {
background: rgba(221, 240, 255, 0.20);
}
.ace-hue-dark.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0 #141414;
}
.ace-hue-dark .ace_marker-layer .ace_step {
background: rgb(102, 82, 0);
}
.ace-hue-dark .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255, 255, 255, 0.25);
}
.ace-hue-dark .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(221, 240, 255, 0.20);
}
.ace-hue-dark .ace_marker-layer .ace_error-line {
position: absolute;
background-color: #FFB2B2;
width: 100% !important;
margin-left: -3px;
border-radius: 0 !important;
}
.ace-hue-dark .ace_marker-layer .ace_warning-line {
position: absolute;
background-color: #fcf8e3;
width: 100% !important;
margin-left: -3px;
border-radius: 0 !important;
}
.ace-hue-dark .ace_invisible {
color: rgba(255, 255, 255, 0.25);
}
.ace-hue-dark .ace_keyword,
.ace-hue-dark .ace_meta,
.ace-hue-dark .ace_storage,
.ace-hue-dark .ace_storage.ace_type,
.ace-hue-dark .ace_support.ace_type {
color: #B294BB;
}
.ace-hue .ace_keyword.ace_operator {
color: #8ABEB7;
}
.ace-hue-dark .ace_gutter {
background: #232323;
color: #E2E2E2;
}
.ace-hue-dark .ace_gutter > .ace_layer {
border-left: 1px solid #DBE8F1;
color: #737373;
}
.ace-hue-dark .ace_gutter-cell.ace_error {
background-color: #916062;
border-left:1px solid #916062;
background-image: none !important;
}
.ace-hue-dark .ace_gutter-cell.ace_warning {
background-color: #fcf8e3;
border-left:1px solid #f0c36d;
background-image: none !important;
}
.ace-hue-dark .ace_gutter-cell {
padding-left: 0 !important;
padding-right: 3px !important;
}
.ace-hue-dark .ace_constant.ace_character,
.ace-hue-dark .ace_constant.ace_language,
.ace-hue-dark .ace_constant.ace_numeric,
.ace-hue-dark .ace_keyword.ace_other.ace_unit,
.ace-hue-dark .ace_support.ace_constant,
.ace-hue-dark .ace_variable.ace_parameter {
color: #7ECAEB;
}
.ace-hue-dark .ace_constant.ace_other {
color: #666969;
}
.ace-hue-dark .ace_invalid {
color: #E7E7E7;
background-color: rgba(86, 45, 86, 0.75);
}
.ace-hue-dark .ace_invalid.ace_deprecated {
color: #E7E7E7;
background-color: rgba(86, 45, 86, 0.75);
}
.ace-hue-dark .ace_fold {
background-color: #AC885B;
border-color: #E7E7E7;
}
.ace-hue-dark .ace_entity.ace_name.ace_function,
.ace-hue-dark .ace_support.ace_function,
.ace-hue-dark .ace_variable {
color: #81A2BE;
}
.ace-hue-dark .ace_support.ace_class,
.ace-hue-dark .ace_support.ace_type {
color: #9B859D;
}
.ace-hue-dark .ace_heading,
.ace-hue-dark .ace_markup.ace_heading,
.ace-hue-dark .ace_string {
color: #8F9D6A;
}
.ace-hue-dark .ace_entity.ace_name.ace_tag,
.ace-hue-dark .ace_entity.ace_other.ace_attribute-name,
.ace-hue-dark .ace_meta.ace_tag,
.ace-hue-dark .ace_string.ace_regexp,
.ace-hue-dark .ace_variable {
color: #AC885B;
}
.ace-hue-dark .ace_comment {
color: #5F5A60;
}
.ace-hue-dark .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y;
}
.ace-hue-dark .ace-spinner, .ace-inline-button {
position: absolute;
z-index: 1030;
}
.ace-hue-dark .ace-inline-button {
opacity: 0.7;
}
.ace-hue-dark .ace-inline-button:hover {
opacity: 1;
}
.ace-hue-dark .ace_tooltip {
background: #DCDCDC !important;
border: none !important;
color: #333;
padding: 3px !important;
}
.ace-hue-dark .ace_tooltip hr {
margin: 3px !important;
}
.ace-hue-dark .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
.ace-hue-dark .ace_editor.ace_autocomplete .ace_marker-layer .ace_line-hover {
background-color: #DBE8F1;
z-index: 1;
} | tools/ace-editor/lib/ace/theme/hue_dark.css | .ace-hue-dark .ace_hidden-cursors .ace_cursor {
opacity: 0;
}
.ace-hue-dark .ace_print-margin {
width: 1px;
background: #232323;
}
.ace-hue-dark {
background-color: #141414;
color: #E7E7E7;
}
.ace-hue-dark .ace_cursor {
color: #A7A7A7;
}
.ace-hue-dark .ace_marker-layer .ace_selection {
background: rgba(221, 240, 255, 0.20);
}
.ace-hue-dark.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0 #141414;
}
.ace-hue-dark .ace_marker-layer .ace_step {
background: rgb(102, 82, 0);
}
.ace-hue-dark .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255, 255, 255, 0.25);
}
.ace-hue-dark .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(221, 240, 255, 0.20);
}
.ace-hue-dark .ace_marker-layer .ace_error-line {
position: absolute;
background-color: #FFB2B2;
width: 100% !important;
margin-left: -3px;
border-radius: 0 !important;
}
.ace-hue-dark .ace_marker-layer .ace_warning-line {
position: absolute;
background-color: #fcf8e3;
width: 100% !important;
margin-left: -3px;
border-radius: 0 !important;
}
.ace-hue-dark .ace_invisible {
color: rgba(255, 255, 255, 0.25);
}
.ace-hue-dark .ace_keyword,
.ace-hue-dark .ace_meta,
.ace-hue-dark .ace_storage,
.ace-hue-dark .ace_storage.ace_type,
.ace-hue-dark .ace_support.ace_type {
color: #B294BB;
}
.ace-hue .ace_keyword.ace_operator {
color: #8ABEB7;
}
.ace-hue-dark .ace_gutter {
background: #232323;
color: #E2E2E2;
}
.ace-hue-dark .ace_gutter > .ace_layer {
border-left: 1px solid #DBE8F1;
color: #737373;
}
.ace-hue-dark .ace_gutter-cell.ace_error {
background-color: #916062;
border-left:1px solid #916062;
background-image: none !important;
}
.ace-hue-dark .ace_gutter-cell.ace_warning {
background-color: #fcf8e3;
border-left:1px solid #f0c36d;
background-image: none !important;
}
.ace-hue-dark .ace_gutter-cell {
padding-left: 0 !important;
padding-right: 3px !important;
}
.ace-hue-dark .ace_constant.ace_character,
.ace-hue-dark .ace_constant.ace_language,
.ace-hue-dark .ace_constant.ace_numeric,
.ace-hue-dark .ace_keyword.ace_other.ace_unit,
.ace-hue-dark .ace_support.ace_constant,
.ace-hue-dark .ace_variable.ace_parameter {
color: #7ECAEB;
}
.ace-hue-dark .ace_constant.ace_other {
color: #666969;
}
.ace-hue-dark .ace_invalid {
color: #E7E7E7;
background-color: rgba(86, 45, 86, 0.75);
}
.ace-hue-dark .ace_invalid.ace_deprecated {
color: #E7E7E7;
background-color: rgba(86, 45, 86, 0.75);
}
.ace-hue-dark .ace_fold {
background-color: #AC885B;
border-color: #E7E7E7;
}
.ace-hue-dark .ace_entity.ace_name.ace_function,
.ace-hue-dark .ace_support.ace_function,
.ace-hue-dark .ace_variable {
color: #81A2BE;
}
.ace-hue-dark .ace_support.ace_class,
.ace-hue-dark .ace_support.ace_type {
color: #9B859D;
}
.ace-hue-dark .ace_heading,
.ace-hue-dark .ace_markup.ace_heading,
.ace-hue-dark .ace_string {
color: #8F9D6A;
}
.ace-hue-dark .ace_entity.ace_name.ace_tag,
.ace-hue-dark .ace_entity.ace_other.ace_attribute-name,
.ace-hue-dark .ace_meta.ace_tag,
.ace-hue-dark .ace_string.ace_regexp,
.ace-hue-dark .ace_variable {
color: #AC885B;
}
.ace-hue-dark .ace_comment {
color: #5F5A60;
}
.ace-hue-dark .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y;
}
.ace-hue-dark .ace-spinner, .ace-inline-button {
position: absolute;
z-index: 1030;
}
.ace-hue-dark .ace-inline-button {
opacity: 0.7;
}
.ace-hue-dark .ace-inline-button:hover {
opacity: 1;
}
.ace-hue-dark .ace_tooltip {
background: #DCDCDC !important;
border: none !important;
color: #333;
padding: 3px !important;
}
.ace-hue-dark .ace_tooltip hr {
margin: 3px !important;
}
.ace-hue-dark .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line,
.ace-hue-dark .ace_editor.ace_autocomplete .ace_marker-layer .ace_line-hover {
background-color: #DBE8F1;
z-index: 1;
} | 0.541166 | 0.0745 |
.card-contact-email, .card-contact-name {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.card-contact-email .icon, .card-contact-name .icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr repeat(3, -webkit-min-content);
grid-template-rows: 1fr repeat(3, min-content);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.card-contact-image img {
width: 100%;
}
.card-contact-name {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact-title {
margin: 0;
}
.card-contact-email {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact {
grid-gap: 5px;
padding: 40px 25px 25px;
border: 1px solid #dbdee6;
border-top: 2px solid #336BE6;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #f3f5f8 70px, transparent 70px);
}
.card-contact {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
line-height: 1.6429;
letter-spacing: normal;
text-transform: none;
text-align: left;
color: #082B73;
}
.card-contact-image {
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
}
.card-contact-name {
text-align: center;
font-size: 18px;
}
.card-contact-name {
font-weight: bold;
font-style: normal;
color: #091C44;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
background: none;
border: none;
}
.card-contact-name .icon {
width: 24px;
height: 24px;
margin-right: 1ex;
}
.card-contact-name .icon svg {
fill: #091C44;
}
.card-contact-name:hover, .card-contact-name.is-hover, .card-contact-name:focus, .card-contact-name.is-focus {
color: #5387F7;
}
.card-contact-name:hover .icon svg, .card-contact-name.is-hover .icon svg, .card-contact-name:focus .icon svg, .card-contact-name.is-focus .icon svg {
fill: #5387F7;
}
.card-contact-name:active, .card-contact-name.is-active {
color: #5387F7;
}
.card-contact-name:active .icon svg, .card-contact-name.is-active .icon svg {
fill: #5387F7;
}
.card-contact-name.-popular {
font-family: "Cardo", serif;
font-size: 20px;
font-weight: normal;
font-style: normal;
line-height: 2.05;
color: #FFFFFF;
}
.card-contact-name.-popular:hover, .card-contact-name.-popular.is-hover, .card-contact-name.-popular:focus, .card-contact-name.-popular.is-focus {
color: #336BE6;
}
.card-contact-name.-popular:active, .card-contact-name.-popular.is-active {
color: #336BE6;
}
.card-contact-name.-underline {
text-decoration: underline;
}
.card-contact-title {
text-align: center;
}
.card-contact-email {
text-transform: uppercase;
text-align: center;
font-size: 12px;
}
.card-contact-email {
font-weight: bold;
font-style: normal;
color: #336BE6;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
background: none;
border: none;
}
.card-contact-email .icon {
width: 24px;
height: 24px;
margin-right: 1ex;
}
.card-contact-email .icon svg {
fill: #336BE6;
}
.card-contact-email:hover, .card-contact-email.is-hover, .card-contact-email:focus, .card-contact-email.is-focus {
color: #004990;
}
.card-contact-email:hover .icon svg, .card-contact-email.is-hover .icon svg, .card-contact-email:focus .icon svg, .card-contact-email.is-focus .icon svg {
fill: #004990;
}
.card-contact-email:active, .card-contact-email.is-active {
color: #004990;
}
.card-contact-email:active .icon svg, .card-contact-email.is-active .icon svg {
fill: #004990;
}
.card-contact-email.-popular {
font-family: "Cardo", serif;
font-size: 20px;
font-weight: normal;
font-style: normal;
line-height: 2.05;
color: #FFFFFF;
}
.card-contact-email.-popular:hover, .card-contact-email.-popular.is-hover, .card-contact-email.-popular:focus, .card-contact-email.-popular.is-focus {
color: #336BE6;
}
.card-contact-email.-popular:active, .card-contact-email.-popular.is-active {
color: #336BE6;
}
.card-contact-email.-underline {
text-decoration: underline;
} | patterns/30-molecules-cards-card-contact/30-molecules-cards-card-contact.css | .card-contact-email, .card-contact-name {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.card-contact-email .icon, .card-contact-name .icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr repeat(3, -webkit-min-content);
grid-template-rows: 1fr repeat(3, min-content);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.card-contact-image img {
width: 100%;
}
.card-contact-name {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact-title {
margin: 0;
}
.card-contact-email {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-contact {
grid-gap: 5px;
padding: 40px 25px 25px;
border: 1px solid #dbdee6;
border-top: 2px solid #336BE6;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #f3f5f8 70px, transparent 70px);
}
.card-contact {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
line-height: 1.6429;
letter-spacing: normal;
text-transform: none;
text-align: left;
color: #082B73;
}
.card-contact-image {
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
}
.card-contact-name {
text-align: center;
font-size: 18px;
}
.card-contact-name {
font-weight: bold;
font-style: normal;
color: #091C44;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
background: none;
border: none;
}
.card-contact-name .icon {
width: 24px;
height: 24px;
margin-right: 1ex;
}
.card-contact-name .icon svg {
fill: #091C44;
}
.card-contact-name:hover, .card-contact-name.is-hover, .card-contact-name:focus, .card-contact-name.is-focus {
color: #5387F7;
}
.card-contact-name:hover .icon svg, .card-contact-name.is-hover .icon svg, .card-contact-name:focus .icon svg, .card-contact-name.is-focus .icon svg {
fill: #5387F7;
}
.card-contact-name:active, .card-contact-name.is-active {
color: #5387F7;
}
.card-contact-name:active .icon svg, .card-contact-name.is-active .icon svg {
fill: #5387F7;
}
.card-contact-name.-popular {
font-family: "Cardo", serif;
font-size: 20px;
font-weight: normal;
font-style: normal;
line-height: 2.05;
color: #FFFFFF;
}
.card-contact-name.-popular:hover, .card-contact-name.-popular.is-hover, .card-contact-name.-popular:focus, .card-contact-name.-popular.is-focus {
color: #336BE6;
}
.card-contact-name.-popular:active, .card-contact-name.-popular.is-active {
color: #336BE6;
}
.card-contact-name.-underline {
text-decoration: underline;
}
.card-contact-title {
text-align: center;
}
.card-contact-email {
text-transform: uppercase;
text-align: center;
font-size: 12px;
}
.card-contact-email {
font-weight: bold;
font-style: normal;
color: #336BE6;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
background: none;
border: none;
}
.card-contact-email .icon {
width: 24px;
height: 24px;
margin-right: 1ex;
}
.card-contact-email .icon svg {
fill: #336BE6;
}
.card-contact-email:hover, .card-contact-email.is-hover, .card-contact-email:focus, .card-contact-email.is-focus {
color: #004990;
}
.card-contact-email:hover .icon svg, .card-contact-email.is-hover .icon svg, .card-contact-email:focus .icon svg, .card-contact-email.is-focus .icon svg {
fill: #004990;
}
.card-contact-email:active, .card-contact-email.is-active {
color: #004990;
}
.card-contact-email:active .icon svg, .card-contact-email.is-active .icon svg {
fill: #004990;
}
.card-contact-email.-popular {
font-family: "Cardo", serif;
font-size: 20px;
font-weight: normal;
font-style: normal;
line-height: 2.05;
color: #FFFFFF;
}
.card-contact-email.-popular:hover, .card-contact-email.-popular.is-hover, .card-contact-email.-popular:focus, .card-contact-email.-popular.is-focus {
color: #336BE6;
}
.card-contact-email.-popular:active, .card-contact-email.-popular.is-active {
color: #336BE6;
}
.card-contact-email.-underline {
text-decoration: underline;
} | 0.252845 | 0.039862 |
.navbar {
margin-bottom: 30px;
}
.navbar-brand {
overflow: hidden;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 30px;
padding-right: 15px;
}
.navbar-default
{
background-color: transparent;
color: rgba(255, 176, 4, 0.795);
border-color: transparent;
font-size: 16px;
}
.navbar-collapse {
padding-right: 7px;
padding-left: 10px;
}
.MainHeader {
text-indent: 5%;
color: gainsboro;
word-spacing: 5px;
letter-spacing: 3px;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bolder;
}
.subheader_box {
text-indent: 10%;
font-size:16px;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.first_subheader {
color: dodgerblue;
margin-top: 1px;
margin-bottom: 1px;
}
.second_subheader {
color: gainsboro;
margin-top: 1px;
margin-bottom: 1px;
}
.third_subheader {
color:rgb(172, 113, 5);
margin-top: 1px;
margin-bottom: 1px;
}
.MainHeader-lg {
text-indent: 20%;
color: gainsboro;
word-spacing: 5px;
letter-spacing: 3px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 40px;
}
.subheader_box-sm {
text-align: justify;
font-size: 25px;
display: block;
margin-bottom: 10px;
padding-left: 35vw;
padding-right: 5vw;
}
.subheader_box-lg {
text-align: justify;
font-size: 25px;
display: block;
margin-bottom: 10px;
padding-left: 55vw;
padding-right: 5vw;
}
.navbar-form {
margin: 8px;
border: 0px;
box-shadow: 0px 0px 0px inset, 0px 0px 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: 0px;
}
.input-group-addon {
color: rgb(14, 65, 65);
text-align: center;
/* background-color:transparent; */
border:0px;
border-radius: 4px;
}
.last_link {
padding-right: 3vw;
}
.newsHeader {
margin-top: 30px;
margin-bottom: 20px;
}
/* trending section(Second) */
.host {
/* margin-top: 30px; */
margin-bottom: 30px;
margin-right: 2vw;
margin-left: 2vw;
height: 40%;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
/* fourth section(contact and Blog) */
.contact-text {
text-align: justify;
}
.minihost-contact-xs {
padding: auto auto;
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
height: 40%;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-blog-xs {
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-contact {
margin-top: 0px;
margin-bottom: 30px;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-blog {
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.blog-padding {
padding-left: 15px;
}
/* .blog-padding-dislike {
padding-right: 15px;
} */
.blog-padding-like {
padding-left: 15px;
padding-right: 15px;
}
.vertical-middle {
vertical-align: bottom;
padding-left: 5px;
font-size: 10px;
}
/* .ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 90%;
} */
hr {
box-sizing: border-box;
margin-top: 0.2vh;
margin-bottom: 1vh;
border-top: 2px solid rgba(0, 0, 0, 0.726);
width: auto;
}
.section4 {
}
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
/* gallery section (third)*/
.xs-carousel {
width: 66%;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.xs-btn {
margin-top: 58px;
}
.btn-margin {
margin-bottom: 5vh;
margin-top: 5vh;
}
.smaller {
margin-top: 25px;
/**box-shadow:15px 15px 10px #888;
border: none; margin: 0 auto;**/
}
.smaller:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
/* footer section(final)*/
.xs-form {
padding-right: 5px;
}
.follow {
padding: 5px 15px ;
font-size: 2.0rem;
margin-bottom: 0px;
}
.social-icons {
padding-left: 15px;
}
.social-icons-padding {
padding-left: 0px;
padding-right: 5vw;
}
.footer-top {
background-color: rgb(54, 50, 50);
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}
.subscribe {
/* padding: 0px; */
font-size: 18px;
}
.footer-bottom {
background-color: black;
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}
.vr {
padding-right:2vw;
padding-left:2vw;
border:0;
border-right:1px solid #eee;
border-radius: 0px;
}
.footer-xs {
border-radius: 0px;
font-size: 2.0rem;
text-align: center;
text-indent: 7%;
}
.last:hover {
color:#ffffff;
}
.footer {
padding: 5px 15px ;
font-size: 1.5rem;
margin-bottom: 0px;
}
.last-xs {
text-indent: 8%;
font-size: 2.0rem;
text-align: center;
}
.rights-xs {
text-indent: 8%;
font-size: 2.0rem;
text-align: center;
}
/* Multiple section */
.form-control-nav {
/* also for first section */
height: 40px;
font-size: 16px;
background-color: transparent;
}body {
overflow-x: hidden;
}
.button {
color: rgb(6, 0, 0);
background-color: rgba(4, 255, 4, 0.979);
}
img {
border-radius: 4px;
}
h1 {
color: rgba(6, 0, 0, 0.829);
}
/* margin-top: 7vh;
margin-bottom: 5vh;
padding-bottom: 5vh; */ | css/style.css | .navbar {
margin-bottom: 30px;
}
.navbar-brand {
overflow: hidden;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 30px;
padding-right: 15px;
}
.navbar-default
{
background-color: transparent;
color: rgba(255, 176, 4, 0.795);
border-color: transparent;
font-size: 16px;
}
.navbar-collapse {
padding-right: 7px;
padding-left: 10px;
}
.MainHeader {
text-indent: 5%;
color: gainsboro;
word-spacing: 5px;
letter-spacing: 3px;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bolder;
}
.subheader_box {
text-indent: 10%;
font-size:16px;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.first_subheader {
color: dodgerblue;
margin-top: 1px;
margin-bottom: 1px;
}
.second_subheader {
color: gainsboro;
margin-top: 1px;
margin-bottom: 1px;
}
.third_subheader {
color:rgb(172, 113, 5);
margin-top: 1px;
margin-bottom: 1px;
}
.MainHeader-lg {
text-indent: 20%;
color: gainsboro;
word-spacing: 5px;
letter-spacing: 3px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 40px;
}
.subheader_box-sm {
text-align: justify;
font-size: 25px;
display: block;
margin-bottom: 10px;
padding-left: 35vw;
padding-right: 5vw;
}
.subheader_box-lg {
text-align: justify;
font-size: 25px;
display: block;
margin-bottom: 10px;
padding-left: 55vw;
padding-right: 5vw;
}
.navbar-form {
margin: 8px;
border: 0px;
box-shadow: 0px 0px 0px inset, 0px 0px 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: 0px;
}
.input-group-addon {
color: rgb(14, 65, 65);
text-align: center;
/* background-color:transparent; */
border:0px;
border-radius: 4px;
}
.last_link {
padding-right: 3vw;
}
.newsHeader {
margin-top: 30px;
margin-bottom: 20px;
}
/* trending section(Second) */
.host {
/* margin-top: 30px; */
margin-bottom: 30px;
margin-right: 2vw;
margin-left: 2vw;
height: 40%;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
/* fourth section(contact and Blog) */
.contact-text {
text-align: justify;
}
.minihost-contact-xs {
padding: auto auto;
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
height: 40%;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-blog-xs {
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-contact {
margin-top: 0px;
margin-bottom: 30px;
margin-left: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.minihost-blog {
margin-top: 0px;
margin-bottom: 30px;
margin-right: 2vw;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.blog-padding {
padding-left: 15px;
}
/* .blog-padding-dislike {
padding-right: 15px;
} */
.blog-padding-like {
padding-left: 15px;
padding-right: 15px;
}
.vertical-middle {
vertical-align: bottom;
padding-left: 5px;
font-size: 10px;
}
/* .ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 90%;
} */
hr {
box-sizing: border-box;
margin-top: 0.2vh;
margin-bottom: 1vh;
border-top: 2px solid rgba(0, 0, 0, 0.726);
width: auto;
}
.section4 {
}
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
/* gallery section (third)*/
.xs-carousel {
width: 66%;
box-shadow : 0px 3px 4px 0px darkgrey, -0px -3px 4px 0px darkgrey;
}
.xs-btn {
margin-top: 58px;
}
.btn-margin {
margin-bottom: 5vh;
margin-top: 5vh;
}
.smaller {
margin-top: 25px;
/**box-shadow:15px 15px 10px #888;
border: none; margin: 0 auto;**/
}
.smaller:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
/* footer section(final)*/
.xs-form {
padding-right: 5px;
}
.follow {
padding: 5px 15px ;
font-size: 2.0rem;
margin-bottom: 0px;
}
.social-icons {
padding-left: 15px;
}
.social-icons-padding {
padding-left: 0px;
padding-right: 5vw;
}
.footer-top {
background-color: rgb(54, 50, 50);
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}
.subscribe {
/* padding: 0px; */
font-size: 18px;
}
.footer-bottom {
background-color: black;
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}
.vr {
padding-right:2vw;
padding-left:2vw;
border:0;
border-right:1px solid #eee;
border-radius: 0px;
}
.footer-xs {
border-radius: 0px;
font-size: 2.0rem;
text-align: center;
text-indent: 7%;
}
.last:hover {
color:#ffffff;
}
.footer {
padding: 5px 15px ;
font-size: 1.5rem;
margin-bottom: 0px;
}
.last-xs {
text-indent: 8%;
font-size: 2.0rem;
text-align: center;
}
.rights-xs {
text-indent: 8%;
font-size: 2.0rem;
text-align: center;
}
/* Multiple section */
.form-control-nav {
/* also for first section */
height: 40px;
font-size: 16px;
background-color: transparent;
}body {
overflow-x: hidden;
}
.button {
color: rgb(6, 0, 0);
background-color: rgba(4, 255, 4, 0.979);
}
img {
border-radius: 4px;
}
h1 {
color: rgba(6, 0, 0, 0.829);
}
/* margin-top: 7vh;
margin-bottom: 5vh;
padding-bottom: 5vh; */ | 0.333286 | 0.062445 |
body{
margin: 0;
font-family: 'Kanit', sans-serif;
background-color: #eeeeee;
}
h3{
font-size: calc(12px + 0.5vw);
margin: calc(5px + 1vw);
}
p{
margin: 0;
}
.overflow{
overflow: auto;
border-radius: calc(1px + 0.2vw);
padding: calc(10px + 0.1vw) calc(10px + 0.1vw);
background-color: white;
}
.logo{
width: calc(20px + 0.5vw);
height: calc(20px + 0.5vw);
}
.class-name{
text-align: center;
margin-top: calc(60px + 1.5vw);
}
.section1{
/* margin-top: calc(60px + 1.5vw); */
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 24vw 24vw 24vw;
text-align: center;
width: 80vw;
grid-gap: 1vw;
color: white;
justify-content: center;
min-width: 300px;
}
.item{
padding-top: 0.5vw;
border-radius: calc(1px + 0.2vw);
}
.label{
font-size: calc(9px + 0.5vw);
}
.colorGreen{
background-color: #32d36b;
}
.colorYellow{
background-color: #fd8946;
}
.colorBlue{
background-color: #349be6;
}
.value{
font-size: calc(20px + 1.5vw);
}
.section2{
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 36.5vw 36.5vw;
width: 80vw;
text-align: center;
grid-gap: 1vw;
justify-content: center;
min-width: 300px;
}
.section3{
display: grid;
grid-template-columns: 74vw;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
width: 80vw;
justify-content: center;
overflow: auto;
height: calc(300px + 10vw);
min-width: 300px;
}
/* bar */
.layoutScore{
display: flex;
align-items: baseline;
justify-content: center;
}
.section2_1{
display: flex;
flex-flow: column;
justify-content: space-around;
height: 100%;
}
.subSection1{
border-radius: calc(1px + 0.2vw);
padding: calc(10px + 0.1vw) calc(25px + 0.1vw);
background-color: white;
height: 100%;
display: flex;
flex-flow: column;
justify-content: space-around;
}
.subSectionR{
border-radius: calc(1px + 0.2vw);
padding: 1vw;
background-color: white;
}
.barCon{
margin: 2vw 0;
}
.pro{
width: 100%;
height: calc(25px + 0.5vw);
background-color: #eeeeee;
border-radius: 50px;
overflow: hidden;
margin: auto;
}
.bar{
height: 100%;
background-color: rgb(74, 202, 117);
}
.align-left{
text-align: left;
margin: 0;
}
.barCon > p{
margin: 5px 0px;
}
.smallLabel{
font-size: calc(8px + 0.5vw);
}
.meanScore{
display: grid;
grid-template-columns: auto auto;
}
.subjectIcon{
border-radius: calc(1px + 0.2vw);
color: white;
padding: calc(1px + 0.3vw) calc(15px + 0.5vw);
font-size: calc(18px + 0.5vw);
}
#student {
border-collapse: collapse;
width: 100%;
text-align: center;
border-radius: calc(1px + 0.2vw);
font-size: calc(9px + 0.5vw);
}
#student td, #student th {
padding: 1vw;
cursor: pointer;
}
#student tr:nth-child(even){background-color: #f2f2f2;}
#student tr:hover {background-color: #ddd;}
#student th {
background-color: white;
}
#student img{
height: calc(20px + 0.5vw);
width: auto;
border-radius: 50%;
}
.headT{
display: flex;
flex-flow: row;
justify-content: space-between;
}
.searchCon{
height: calc(10px + 1.5vw);
margin: calc(5px + 1vw);
}
.searchCon > input{
height: 100%;
width: calc(200px + 1.5vw);
padding: calc(6px + 0.1vw);
float: left;
border-radius: 100px 0px 0px 100px;
border-width: 0;
background-color: #eeeeee;
outline: none;
}
.searchCon > button{
font-family: 'Kanit', sans-serif;
width: calc(50px + 1.5vw);
height: 100%;
float: left;
border-radius: 0px 100px 100px 0px;
border-width: 0;
background-color: #5fbddf;
color: white;
outline: none;
}
.searchCon > button:hover{
background-color: #4297b6;
}
.overflow::-webkit-scrollbar {
width: 5px;
}
/* Track */
.overflow::-webkit-scrollbar-track {
background: #dfdfdf;
}
/* Handle */
.overflow::-webkit-scrollbar-thumb {
background: rgb(206, 206, 206);
border-radius: 100px;
}
/* Handle on hover */
.overflow::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* new */
.subject-name{
width: 100%;
text-align: center;
margin: auto;
grid-column: 1 / span 2;
}
.layout-score2{
display: grid;
grid-template-columns: auto auto;
grid-gap: 1vw;
padding-bottom: 1vw;
}
.div-score{
border-radius: calc(1px + 0.2vw);
/* color: white; */
}
.label-container{
border-radius: calc(1px + 0.2vw) calc(1px + 0.2vw) 0 0;
color: white;
}
.div-score-color1{
background-color: #eeeeee;
}
.navLogOut > img{
width: calc(10px + 1vw);
height: auto;
}
.topnav {
position: fixed;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
background-color: #ffffff;
display: flex;
flex-flow: row;
justify-content: space-between;
min-width: 300px;
box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.topnav a {
float: left;
display: block;
color: #5bbcd2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
cursor: pointer;
}
.topnav .icon2 {
display: none;
}
.logo-nav > a{
display: flex;
align-items: center;
}
.menu-nav > a{
display: flex;
align-items: center;
}
.topnav p {
margin-left: 10px;
}
@media screen and (max-width: 950px) {
.menu-nav a{display: none;}
.topnav a.icon2 {
float: right;
display: block;
}
}
@media screen and (max-width: 950px) {
.topnav.responsive {
position: fixed;
display: block;
}
.topnav.responsive .icon {
display: flex;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: flex;
text-align: left;
}
}
.menu-a:hover{
/* background-color: #eeeeee; */
opacity: 0.7;
}
/* pup up */
.headRegis{
font-size: 25px;
margin-bottom: 20px;
}
.con-code{
color: #5bbcd2;
font-size: 30px;
margin: 20px;
}
.popBtnLayout{
width: 100%;
text-align: center;
margin-top: 10px;
}
.cancelbtn {
color: #f13939;
padding: 14px 20px;
border: none;
cursor: pointer;
font-size: 16px;
}
.container {
padding: 30px;
}
span.psw {
float: right;
padding-top: 16px;
}
.modal {
display: none;
position: fixed;
z-index: 7;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
.modal-content {
text-align: center;
font-family: 'Kanit', sans-serif;
font-size: 12px;
background-color: #fefefe;
margin: auto auto auto auto;
border-width: 0;
border-radius: 10px;
width: 300px;
}
.logo-pup{
width: calc(30px + 0.5vw);
height: calc(30px + 0.5vw);
margin: calc(10px + 0.5vw);
}
.legend{
display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
margin: 0 calc(1px + 0.5vw);
}
.box-legend{
width: calc(10px + 2vw);
height: calc(10px + 1vw);
background-color: #5bbcd2;
margin: calc(1px + 0.5vw);
}
.box-legend2{
width: calc(10px + 2vw);
height: calc(10px + 1vw);
background-color: #007d91;
margin: calc(1px + 0.5vw);
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
/*/ pup up */
/* /new */
@media screen and (max-width: 900px) {
.subject-name{
grid-column: 1;
}
.section1{
grid-template-columns: 90%;
}
.section2{
grid-template-columns: 90%;
}
.section3{
grid-template-columns: 90%;
}
}
@media screen and (max-width: 700px) {
.searchCon{
display: none;
}
}
@media screen and (max-width: 280px) {
.meanScore{
grid-template-columns: auto;
}
}
@media screen and (max-width: 360px) {
.namepi{
display: none;
}
} | public/css/dashboard.css | body{
margin: 0;
font-family: 'Kanit', sans-serif;
background-color: #eeeeee;
}
h3{
font-size: calc(12px + 0.5vw);
margin: calc(5px + 1vw);
}
p{
margin: 0;
}
.overflow{
overflow: auto;
border-radius: calc(1px + 0.2vw);
padding: calc(10px + 0.1vw) calc(10px + 0.1vw);
background-color: white;
}
.logo{
width: calc(20px + 0.5vw);
height: calc(20px + 0.5vw);
}
.class-name{
text-align: center;
margin-top: calc(60px + 1.5vw);
}
.section1{
/* margin-top: calc(60px + 1.5vw); */
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 24vw 24vw 24vw;
text-align: center;
width: 80vw;
grid-gap: 1vw;
color: white;
justify-content: center;
min-width: 300px;
}
.item{
padding-top: 0.5vw;
border-radius: calc(1px + 0.2vw);
}
.label{
font-size: calc(9px + 0.5vw);
}
.colorGreen{
background-color: #32d36b;
}
.colorYellow{
background-color: #fd8946;
}
.colorBlue{
background-color: #349be6;
}
.value{
font-size: calc(20px + 1.5vw);
}
.section2{
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 36.5vw 36.5vw;
width: 80vw;
text-align: center;
grid-gap: 1vw;
justify-content: center;
min-width: 300px;
}
.section3{
display: grid;
grid-template-columns: 74vw;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
width: 80vw;
justify-content: center;
overflow: auto;
height: calc(300px + 10vw);
min-width: 300px;
}
/* bar */
.layoutScore{
display: flex;
align-items: baseline;
justify-content: center;
}
.section2_1{
display: flex;
flex-flow: column;
justify-content: space-around;
height: 100%;
}
.subSection1{
border-radius: calc(1px + 0.2vw);
padding: calc(10px + 0.1vw) calc(25px + 0.1vw);
background-color: white;
height: 100%;
display: flex;
flex-flow: column;
justify-content: space-around;
}
.subSectionR{
border-radius: calc(1px + 0.2vw);
padding: 1vw;
background-color: white;
}
.barCon{
margin: 2vw 0;
}
.pro{
width: 100%;
height: calc(25px + 0.5vw);
background-color: #eeeeee;
border-radius: 50px;
overflow: hidden;
margin: auto;
}
.bar{
height: 100%;
background-color: rgb(74, 202, 117);
}
.align-left{
text-align: left;
margin: 0;
}
.barCon > p{
margin: 5px 0px;
}
.smallLabel{
font-size: calc(8px + 0.5vw);
}
.meanScore{
display: grid;
grid-template-columns: auto auto;
}
.subjectIcon{
border-radius: calc(1px + 0.2vw);
color: white;
padding: calc(1px + 0.3vw) calc(15px + 0.5vw);
font-size: calc(18px + 0.5vw);
}
#student {
border-collapse: collapse;
width: 100%;
text-align: center;
border-radius: calc(1px + 0.2vw);
font-size: calc(9px + 0.5vw);
}
#student td, #student th {
padding: 1vw;
cursor: pointer;
}
#student tr:nth-child(even){background-color: #f2f2f2;}
#student tr:hover {background-color: #ddd;}
#student th {
background-color: white;
}
#student img{
height: calc(20px + 0.5vw);
width: auto;
border-radius: 50%;
}
.headT{
display: flex;
flex-flow: row;
justify-content: space-between;
}
.searchCon{
height: calc(10px + 1.5vw);
margin: calc(5px + 1vw);
}
.searchCon > input{
height: 100%;
width: calc(200px + 1.5vw);
padding: calc(6px + 0.1vw);
float: left;
border-radius: 100px 0px 0px 100px;
border-width: 0;
background-color: #eeeeee;
outline: none;
}
.searchCon > button{
font-family: 'Kanit', sans-serif;
width: calc(50px + 1.5vw);
height: 100%;
float: left;
border-radius: 0px 100px 100px 0px;
border-width: 0;
background-color: #5fbddf;
color: white;
outline: none;
}
.searchCon > button:hover{
background-color: #4297b6;
}
.overflow::-webkit-scrollbar {
width: 5px;
}
/* Track */
.overflow::-webkit-scrollbar-track {
background: #dfdfdf;
}
/* Handle */
.overflow::-webkit-scrollbar-thumb {
background: rgb(206, 206, 206);
border-radius: 100px;
}
/* Handle on hover */
.overflow::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* new */
.subject-name{
width: 100%;
text-align: center;
margin: auto;
grid-column: 1 / span 2;
}
.layout-score2{
display: grid;
grid-template-columns: auto auto;
grid-gap: 1vw;
padding-bottom: 1vw;
}
.div-score{
border-radius: calc(1px + 0.2vw);
/* color: white; */
}
.label-container{
border-radius: calc(1px + 0.2vw) calc(1px + 0.2vw) 0 0;
color: white;
}
.div-score-color1{
background-color: #eeeeee;
}
.navLogOut > img{
width: calc(10px + 1vw);
height: auto;
}
.topnav {
position: fixed;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
background-color: #ffffff;
display: flex;
flex-flow: row;
justify-content: space-between;
min-width: 300px;
box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.topnav a {
float: left;
display: block;
color: #5bbcd2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
cursor: pointer;
}
.topnav .icon2 {
display: none;
}
.logo-nav > a{
display: flex;
align-items: center;
}
.menu-nav > a{
display: flex;
align-items: center;
}
.topnav p {
margin-left: 10px;
}
@media screen and (max-width: 950px) {
.menu-nav a{display: none;}
.topnav a.icon2 {
float: right;
display: block;
}
}
@media screen and (max-width: 950px) {
.topnav.responsive {
position: fixed;
display: block;
}
.topnav.responsive .icon {
display: flex;
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: flex;
text-align: left;
}
}
.menu-a:hover{
/* background-color: #eeeeee; */
opacity: 0.7;
}
/* pup up */
.headRegis{
font-size: 25px;
margin-bottom: 20px;
}
.con-code{
color: #5bbcd2;
font-size: 30px;
margin: 20px;
}
.popBtnLayout{
width: 100%;
text-align: center;
margin-top: 10px;
}
.cancelbtn {
color: #f13939;
padding: 14px 20px;
border: none;
cursor: pointer;
font-size: 16px;
}
.container {
padding: 30px;
}
span.psw {
float: right;
padding-top: 16px;
}
.modal {
display: none;
position: fixed;
z-index: 7;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
.modal-content {
text-align: center;
font-family: 'Kanit', sans-serif;
font-size: 12px;
background-color: #fefefe;
margin: auto auto auto auto;
border-width: 0;
border-radius: 10px;
width: 300px;
}
.logo-pup{
width: calc(30px + 0.5vw);
height: calc(30px + 0.5vw);
margin: calc(10px + 0.5vw);
}
.legend{
display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
margin: 0 calc(1px + 0.5vw);
}
.box-legend{
width: calc(10px + 2vw);
height: calc(10px + 1vw);
background-color: #5bbcd2;
margin: calc(1px + 0.5vw);
}
.box-legend2{
width: calc(10px + 2vw);
height: calc(10px + 1vw);
background-color: #007d91;
margin: calc(1px + 0.5vw);
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
/*/ pup up */
/* /new */
@media screen and (max-width: 900px) {
.subject-name{
grid-column: 1;
}
.section1{
grid-template-columns: 90%;
}
.section2{
grid-template-columns: 90%;
}
.section3{
grid-template-columns: 90%;
}
}
@media screen and (max-width: 700px) {
.searchCon{
display: none;
}
}
@media screen and (max-width: 280px) {
.meanScore{
grid-template-columns: auto;
}
}
@media screen and (max-width: 360px) {
.namepi{
display: none;
}
} | 0.253306 | 0.099952 |
html,
body {
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: sans-serif;
}
#map {
top:50px;
left:50px;
position: absolute;
right:0;
bottom:0;
z-index: 5;
}
.sidebutton{
position: absolute;
height:60px;
width:60px;
color: inherit;
background-color: transparent;
}
.sidebar {
position: absolute;
width: 40%;
top:0px;
bottom:0px;
right: 0;
vertical-align: middle;
background-color: #f2f2f2;
z-index:10;
}
.rightsidebar {
position: absolute;
overflow: hidden;
width: 50px;
top:50px;
bottom: 0;
right: 0;
vertical-align: middle;
z-index: 10;
/*border-left: 1px #333 solid;*/
background-color: #000;
filter:alpha(opacity=50); /*IE滤镜,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.leftsidebar {
position: absolute;
overflow: hidden;
width: 50px;
top:50px;
bottom: 0;
left: 0;
vertical-align: middle;
z-index: 10;
/*border-left: 1px #333 solid;*/
background-color: #333;
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.leftsidebar a {
position: absolute;
overflow: hidden;
}
.dialogpenl {
position: absolute;
overflow:scroll;
display:none;
min-width: 20%;
min-height: 40%;
max-height:70%;
left: 55px;
vertical-align: middle;
z-index: 10;
border-left: 2px #000 solid;
border-right: 2px #000 solid;
border-top: 2px #000 solid;
border-bottom: 2px #000 solid;
background-color: #fff;
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.refresh{
background-color:#337ab7;
border-left: 2px #337ab7 solid;
border-right: 2px #337ab7 solid;
border-top: 2px #337ab7 solid;
border-bottom: 2px #337ab7 solid;
}
.iconinlayer{
position: absolute;
cursor: pointer;
right: 15px;
top:15px;
}
.editor {
position: absolute;
top:50px;
bottom:0px;
left:0px;
right:0px;
border-right: 1px lightgray solid;
} | static/cssjs/mapedit/css/user.css | html,
body {
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: sans-serif;
}
#map {
top:50px;
left:50px;
position: absolute;
right:0;
bottom:0;
z-index: 5;
}
.sidebutton{
position: absolute;
height:60px;
width:60px;
color: inherit;
background-color: transparent;
}
.sidebar {
position: absolute;
width: 40%;
top:0px;
bottom:0px;
right: 0;
vertical-align: middle;
background-color: #f2f2f2;
z-index:10;
}
.rightsidebar {
position: absolute;
overflow: hidden;
width: 50px;
top:50px;
bottom: 0;
right: 0;
vertical-align: middle;
z-index: 10;
/*border-left: 1px #333 solid;*/
background-color: #000;
filter:alpha(opacity=50); /*IE滤镜,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.leftsidebar {
position: absolute;
overflow: hidden;
width: 50px;
top:50px;
bottom: 0;
left: 0;
vertical-align: middle;
z-index: 10;
/*border-left: 1px #333 solid;*/
background-color: #333;
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.leftsidebar a {
position: absolute;
overflow: hidden;
}
.dialogpenl {
position: absolute;
overflow:scroll;
display:none;
min-width: 20%;
min-height: 40%;
max-height:70%;
left: 55px;
vertical-align: middle;
z-index: 10;
border-left: 2px #000 solid;
border-right: 2px #000 solid;
border-top: 2px #000 solid;
border-bottom: 2px #000 solid;
background-color: #fff;
-webkit-transition: height 0.75s ease;
-moz-transition: height 0.75s ease;
transition: height 0.75s ease;
transition-delay: 0.5s;
}
.refresh{
background-color:#337ab7;
border-left: 2px #337ab7 solid;
border-right: 2px #337ab7 solid;
border-top: 2px #337ab7 solid;
border-bottom: 2px #337ab7 solid;
}
.iconinlayer{
position: absolute;
cursor: pointer;
right: 15px;
top:15px;
}
.editor {
position: absolute;
top:50px;
bottom:0px;
left:0px;
right:0px;
border-right: 1px lightgray solid;
} | 0.451085 | 0.06989 |
@charset "UTF-8";
/* Variables */
/* Generic styles */
.page-wrapper {
display: -ms-flexbox;
display: flex; }
.page-main {
position: relative; }
.container {
padding: 0 24px; }
body {
color: #7f888f;
font-family: "OpenSans", sans-serif;
font-size: 13px;
line-height: 1.65;
font-weight: 400;
min-width: 320px;
max-width: 1680px;
box-shadow: 0 0 1px #f56a6a;
margin: 0 auto; }
h1, h2, h3, h4, h5, h6 {
font-family: "RobotoSlab";
font-weight: bold;
color: #3d4449; }
h1 + p {
text-transform: uppercase;
font-family: "RobotoSlab";
font-size: 13px;
font-weight: normal;
letter-spacing: 1.1px;
margin: 12px 0 24px 0; }
h1 {
font-size: 28px;
line-height: 1.35;
margin: 0; }
h2 {
font-size: 20px;
line-height: 30px;
border-bottom: 3px solid #f56a6a;
display: inline-block;
padding: 0 0 8px 0; }
h3 {
font-size: 17px;
line-height: 23px; }
button {
background: white;
color: #f56a6a;
font-family: "RobotoSlab";
font-size: 11px;
font-weight: bold;
border: 2px solid #f56a6a;
border-radius: 3px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
padding: 9px 22px;
text-transform: uppercase;
cursor: pointer;
outline: none;
transition: 0.25s background ease-in-out; }
button:hover {
background: rgba(245, 106, 106, 0.05); }
button:active {
background: rgba(245, 106, 106, 0.15); }
img {
max-width: 100%;
height: auto;
transition: 0.5s transform ease-in-out; }
a {
text-decoration: none; }
/* Fonts */
@font-face {
font-family: "FontAwsome";
src: url("../fonts/FontAwesome.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "RobotoSlab";
src: url("../fonts/RobotoSlab.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "RobotoSlab";
src: url("../fonts/RobotoSlabBold.woff2") format("woff2");
font-weight: bold; }
/* Block — Page nav */
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
-ms-flex-align: baseline;
align-items: baseline; }
.nav__logo {
font-family: "RobotoSlab", serif;
font-size: 16px;
-ms-flex-order: 2;
order: 2;
display: inline-block;
border-bottom: 5px solid #f56a6a;
width: 100%;
padding: 0 0 12px 0;
margin: 20px 0 0; }
.nav__logo b {
color: #3d4449; }
.nav__social {
-ms-flex-order: 1;
order: 1;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -ms-flexbox;
display: flex;
list-style: none;
padding: 11px 0;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.nav__social > li:first-child {
margin-left: calc(100% - 138px); }
.nav__link {
text-decoration: none;
font-size: 0;
color: inherit; }
.nav__link::before {
font: normal 17px/17px "FontAwsome";
content: "\f099"; }
.nav__link--fb::before {
content: "\f09a"; }
.nav__link--sc::before {
content: "\f2ac"; }
.nav__link--in::before {
content: "\f16d"; }
.nav__link--me::before {
content: "\f23a"; }
.nav__link:hover {
color: #f56a6a; }
.points {
border-top: 2px solid rgba(210, 215, 217, 0.75);
border-bottom: 2px solid rgba(210, 215, 217, 0.75);
padding: 26px 0; }
.points__list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: -30px 0 0; }
.points__block {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 114px 0 0 0;
position: relative; }
.points__block::before {
position: absolute;
font: normal 20px/20px "FontAwsome";
content: "\f219";
color: #f56a6a;
top: 65px;
left: 30px; }
.points__block--diamond::before {
content: "\f219"; }
.points__block--paper-plane::before {
content: "\f1d8"; }
.points__block--rocket::before {
content: "\f135"; }
.points__block--signal::before {
content: "\f012"; }
.points__block::after {
position: absolute;
content: "";
display: inline-block;
width: 50px;
height: 50px;
border-radius: 3px;
transform: rotate(45deg);
border: solid 2px rgba(210, 215, 217, 0.75);
top: 48px;
left: 14px; }
.promo {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 37px 0 40px; }
.promo__col {
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.promo__col img {
max-width: 100%;
border-radius: 5px; }
.promo__col--1 {
-ms-flex-order: 2;
order: 2; }
.promo__col--2 {
-ms-flex-order: 1;
order: 1;
margin-bottom: 46px;
background: url("../images/pic10.jpg");
border-radius: 3px;
width: 100%;
height: 240px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.promo__btn {
margin: 44px 0 0; }
.sidebar {
width: 290px;
box-sizing: border-box;
position: fixed;
background: #f5f6f7;
z-index: 1;
height: 100%;
left: -290px;
transition: left 1s ease; }
.sidebar.opened {
left: 0;
transition: left 1s ease; }
.sidebar__inner {
height: 100%;
overflow-x: hidden;
overflow-y: auto; }
.sidebar__search {
background: #eff1f2;
padding: 20px; }
.sidebar__form {
display: -ms-flexbox;
display: flex;
position: relative; }
.sidebar__input {
width: 100%;
border: 0.5px solid rgba(210, 215, 217, 0.75);
border-radius: 3px;
font-size: 12px;
padding: 10px 16px;
outline-color: #f56a6a; }
.sidebar__form::after {
content: "\f002";
font: normal 18px/20px "FontAwsome";
position: absolute;
right: 8px;
top: 6px;
color: rgba(210, 215, 217, 0.75);
transform: scaleX(-1); }
.sidebar__show {
margin-left: 0; }
.sidebar__toggle {
position: absolute;
right: -62px;
top: 11px;
width: 54px;
height: 38px;
border-radius: 3px;
background: rgba(222, 225, 226, 0.75);
cursor: pointer;
z-index: 2; }
.sidebar__toggle::after {
content: "\f0c9";
font: normal 18px/18px "FontAwsome";
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center; }
.menu {
padding: 0 20px; }
.menu__title {
display: inline-block;
border-bottom: 3px solid #f56a6a;
padding: 28px 10px 6px 0; }
.menu__list {
list-style: none;
padding: 3px 0 20px 0;
margin: 5px 0 0;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.menu__item:not(:first-child) {
border-top: 1px solid rgba(210, 215, 217, 0.75); }
.menu__link {
color: #3d4449;
font: normal 11px/11px "RobotoSlab";
text-transform: uppercase;
letter-spacing: 0.8px;
padding: 16px 0px 16px;
display: inline-block; }
.menu a:hover {
color: #f56a6a; }
.menu__hassub + ul {
display: none;
list-style: none;
padding: 0 0 0 10px;
margin: -4px 0 9px;
font-family: "RobotoSlab"; }
.menu__hassub + ul li {
margin: 0; }
.menu__submenu-link {
font-size: 11px;
color: #9fa3a6;
text-transform: uppercase;
padding: 3px 0;
display: inline-block;
width: 100%; }
.menu__hassub {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.menu__hassub::after {
content: "\f078";
font: normal 11px/11px "FontAwsome";
color: #9fa3a6; }
.menu__hassub:hover::after {
color: #f56a6a; }
.menu__show::after {
content: "\f077"; }
.menu__show + ul {
display: block; }
.tiles {
padding: 20px 0 10px; }
.tiles__body {
list-style: none;
padding: 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1px;
background: rgba(210, 215, 217, 0.75); }
.tiles__body > * {
background: white;
padding: 12px; }
.post__inner div {
overflow: hidden; }
div:hover > img {
transform: scale(1.1); }
.post {
padding: 28px 0; }
.post__img {
border-radius: 3px; }
.post__button {
margin: 28px 0 0; }
.news {
padding: 0 20px; }
.news__list {
list-style: none;
padding: 0;
position: relative; }
.news__list::after {
content: "";
position: absolute;
bottom: -60px;
display: inline-block;
width: 100%;
height: 1px;
background: rgba(210, 215, 217, 0.75); }
.news__item {
border-bottom: 1px solid rgba(210, 215, 217, 0.75);
margin: 0 0 20px 0; }
.news__link {
color: inherit;
font-size: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 0 15px;
padding: 0 0 10px;
overflow: hidden; }
.news__item:last-child {
border: 0;
margin-bottom: 0;
padding-bottom: 0; }
.news__link img {
border-radius: 3px; }
.news__link:hover img {
transform: scale(1.1); }
.news__button {
font-size: 11px;
padding: 5px 16px;
border-width: 1px; }
.contacts {
padding: 20px 20px 0;
font-size: 12px; }
.contacts__address {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 30px 0;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.contacts a {
text-decoration: underline;
color: inherit;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
.contacts a:hover {
color: #f56a6a; }
.contacts li > * {
display: -ms-flexbox;
display: flex;
padding: 16px 0 16px 34px;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.contacts__item {
position: relative; }
.contacts__item--address > span {
border: 0; }
.contacts__item--email::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f003";
top: 16px;
left: 2px;
color: #f56a6a; }
.contacts__item--phone::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f095";
top: 16px;
left: 2px;
color: #f56a6a; }
.contacts__item--address::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f015";
top: 16px;
left: 2px;
color: #f56a6a; }
.copyright {
padding: 0 20px 40px;
font-size: 11px; }
.copyright a {
color: inherit;
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
@media (min-width: 361px){
.container{
padding: 0 27px; }
.sidebar__toggle{
top: 12px;
right: -66px;
width: 60px;
height: 42px; } }
@media (min-width: 481px){
.points__list{
margin: 0; }
.points__block{
padding: 0 0 0 118px; }
.points__block::before{
top: 75px;
left: 30px;
font: normal 32px/32px "FontAwsome"; }
.points__block::after{
width: 70px;
height: 70px;
top: 52px;
left: 11px; }
.promo{
padding: 37px 0 40px; }
.tiles__body{
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
margin: 20px 0 30px; }
.tiles__item:nth-child(even) .post__inner{
margin-left: 15%; }
.tiles__item:nth-last-child(-n + 2){
padding-bottom: 0; }
.tiles__item:nth-child(n + 3){
padding-top: 15%; }
.post{
padding: 0 0 15%; }
.post__inner{
width: 85%;
display: inline-block; } }
@media (min-width: 571px){
.points__block{
margin: 0 0 20px 0; }
.points__block::before{
top: 55px;
left: 30px; }
.points__block::after{
top: 32px;
left: 11px; }
.promo{
-ms-flex-direction: row;
flex-direction: row;
padding: 37px 0 40px; }
.promo__col--1{
-ms-flex-order: 1;
order: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%; }
.promo__btn{
margin: 0; }
.promo__col--2{
-ms-flex-order: 2;
order: 2;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
margin: 0 0 0 53px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: auto; }
.promo__col--2 img{
border-radius: 0; } }
@media (min-width: 734px){
.tiles__item:nth-child(even) .post__inner{
margin-left: 30px; }
.tiles__item:nth-child(n + 3){
padding-top: 30px; }
.post{
padding: 0 0 30px; }
.post__inner{
width: calc(100% - 30px); }
.post__img{
width: 100%; } }
@media (min-width: 737px){
.container{
padding: 0 53px; }
.nav__logo{
margin: 70px 0 0 0; }
.nav__social{
position: absolute;
bottom: 0;
right: 0;
width: 50%; }
.sidebar__toggle::after{
font-size: 24px;
color: #f56a6a; }
.sidebar__toggle{
background: none;
border: 0;
top: 20px;
right: -60px;
z-index: 2; } }
@media (min-width: 982px){
h1{
font-size: 40px; }
h1 + p{
margin: 18px 0 24px 0; }
h2{
font-size: 24px; }
h3{
font-size: 18px; }
.points{
padding-bottom: 65px; }
.points__list{
-ms-flex-direction: row;
flex-direction: row; }
.points__block{
padding: 0 0 0 148px;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
box-sizing: border-box;
margin: 0 0 11px 0; }
.points__block::before{
top: 85px;
left: 33px;
font: normal 42px/32px "FontAwsome"; }
.points__block::after{
top: 52px;
left: 11px;
width: 90px;
height: 90px; }
.points__block:nth-child(even){
margin-left: 50px; }
.promo{
padding: 56px 0 40px; }
.promo__btn{
margin: 30px 0 0; } }
@media (min-width: 1150px){
.promo__col--2{
height: 30vw; } }
@media (min-width: 1250px){
.points__block{
margin: 0 0 45px 0; } }
@media (min-width: 1281px){
.container{
padding: 0 73px; }
.sidebar__toggle::after{
font-size: 26px; } }
@media (min-width: 1680px){
h1{
font-size: 53px; } }
@media (min-width: 1681px){
.container{
padding: 0 104px; }
.sidebar__toggle::after{
font-size: 36px; } } | editorial/css/style.css | @charset "UTF-8";
/* Variables */
/* Generic styles */
.page-wrapper {
display: -ms-flexbox;
display: flex; }
.page-main {
position: relative; }
.container {
padding: 0 24px; }
body {
color: #7f888f;
font-family: "OpenSans", sans-serif;
font-size: 13px;
line-height: 1.65;
font-weight: 400;
min-width: 320px;
max-width: 1680px;
box-shadow: 0 0 1px #f56a6a;
margin: 0 auto; }
h1, h2, h3, h4, h5, h6 {
font-family: "RobotoSlab";
font-weight: bold;
color: #3d4449; }
h1 + p {
text-transform: uppercase;
font-family: "RobotoSlab";
font-size: 13px;
font-weight: normal;
letter-spacing: 1.1px;
margin: 12px 0 24px 0; }
h1 {
font-size: 28px;
line-height: 1.35;
margin: 0; }
h2 {
font-size: 20px;
line-height: 30px;
border-bottom: 3px solid #f56a6a;
display: inline-block;
padding: 0 0 8px 0; }
h3 {
font-size: 17px;
line-height: 23px; }
button {
background: white;
color: #f56a6a;
font-family: "RobotoSlab";
font-size: 11px;
font-weight: bold;
border: 2px solid #f56a6a;
border-radius: 3px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
padding: 9px 22px;
text-transform: uppercase;
cursor: pointer;
outline: none;
transition: 0.25s background ease-in-out; }
button:hover {
background: rgba(245, 106, 106, 0.05); }
button:active {
background: rgba(245, 106, 106, 0.15); }
img {
max-width: 100%;
height: auto;
transition: 0.5s transform ease-in-out; }
a {
text-decoration: none; }
/* Fonts */
@font-face {
font-family: "FontAwsome";
src: url("../fonts/FontAwesome.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "RobotoSlab";
src: url("../fonts/RobotoSlab.woff2") format("woff2");
font-weight: normal; }
@font-face {
font-family: "RobotoSlab";
src: url("../fonts/RobotoSlabBold.woff2") format("woff2");
font-weight: bold; }
/* Block — Page nav */
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
-ms-flex-align: baseline;
align-items: baseline; }
.nav__logo {
font-family: "RobotoSlab", serif;
font-size: 16px;
-ms-flex-order: 2;
order: 2;
display: inline-block;
border-bottom: 5px solid #f56a6a;
width: 100%;
padding: 0 0 12px 0;
margin: 20px 0 0; }
.nav__logo b {
color: #3d4449; }
.nav__social {
-ms-flex-order: 1;
order: 1;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -ms-flexbox;
display: flex;
list-style: none;
padding: 11px 0;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.nav__social > li:first-child {
margin-left: calc(100% - 138px); }
.nav__link {
text-decoration: none;
font-size: 0;
color: inherit; }
.nav__link::before {
font: normal 17px/17px "FontAwsome";
content: "\f099"; }
.nav__link--fb::before {
content: "\f09a"; }
.nav__link--sc::before {
content: "\f2ac"; }
.nav__link--in::before {
content: "\f16d"; }
.nav__link--me::before {
content: "\f23a"; }
.nav__link:hover {
color: #f56a6a; }
.points {
border-top: 2px solid rgba(210, 215, 217, 0.75);
border-bottom: 2px solid rgba(210, 215, 217, 0.75);
padding: 26px 0; }
.points__list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: -30px 0 0; }
.points__block {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 114px 0 0 0;
position: relative; }
.points__block::before {
position: absolute;
font: normal 20px/20px "FontAwsome";
content: "\f219";
color: #f56a6a;
top: 65px;
left: 30px; }
.points__block--diamond::before {
content: "\f219"; }
.points__block--paper-plane::before {
content: "\f1d8"; }
.points__block--rocket::before {
content: "\f135"; }
.points__block--signal::before {
content: "\f012"; }
.points__block::after {
position: absolute;
content: "";
display: inline-block;
width: 50px;
height: 50px;
border-radius: 3px;
transform: rotate(45deg);
border: solid 2px rgba(210, 215, 217, 0.75);
top: 48px;
left: 14px; }
.promo {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 37px 0 40px; }
.promo__col {
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.promo__col img {
max-width: 100%;
border-radius: 5px; }
.promo__col--1 {
-ms-flex-order: 2;
order: 2; }
.promo__col--2 {
-ms-flex-order: 1;
order: 1;
margin-bottom: 46px;
background: url("../images/pic10.jpg");
border-radius: 3px;
width: 100%;
height: 240px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.promo__btn {
margin: 44px 0 0; }
.sidebar {
width: 290px;
box-sizing: border-box;
position: fixed;
background: #f5f6f7;
z-index: 1;
height: 100%;
left: -290px;
transition: left 1s ease; }
.sidebar.opened {
left: 0;
transition: left 1s ease; }
.sidebar__inner {
height: 100%;
overflow-x: hidden;
overflow-y: auto; }
.sidebar__search {
background: #eff1f2;
padding: 20px; }
.sidebar__form {
display: -ms-flexbox;
display: flex;
position: relative; }
.sidebar__input {
width: 100%;
border: 0.5px solid rgba(210, 215, 217, 0.75);
border-radius: 3px;
font-size: 12px;
padding: 10px 16px;
outline-color: #f56a6a; }
.sidebar__form::after {
content: "\f002";
font: normal 18px/20px "FontAwsome";
position: absolute;
right: 8px;
top: 6px;
color: rgba(210, 215, 217, 0.75);
transform: scaleX(-1); }
.sidebar__show {
margin-left: 0; }
.sidebar__toggle {
position: absolute;
right: -62px;
top: 11px;
width: 54px;
height: 38px;
border-radius: 3px;
background: rgba(222, 225, 226, 0.75);
cursor: pointer;
z-index: 2; }
.sidebar__toggle::after {
content: "\f0c9";
font: normal 18px/18px "FontAwsome";
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center; }
.menu {
padding: 0 20px; }
.menu__title {
display: inline-block;
border-bottom: 3px solid #f56a6a;
padding: 28px 10px 6px 0; }
.menu__list {
list-style: none;
padding: 3px 0 20px 0;
margin: 5px 0 0;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.menu__item:not(:first-child) {
border-top: 1px solid rgba(210, 215, 217, 0.75); }
.menu__link {
color: #3d4449;
font: normal 11px/11px "RobotoSlab";
text-transform: uppercase;
letter-spacing: 0.8px;
padding: 16px 0px 16px;
display: inline-block; }
.menu a:hover {
color: #f56a6a; }
.menu__hassub + ul {
display: none;
list-style: none;
padding: 0 0 0 10px;
margin: -4px 0 9px;
font-family: "RobotoSlab"; }
.menu__hassub + ul li {
margin: 0; }
.menu__submenu-link {
font-size: 11px;
color: #9fa3a6;
text-transform: uppercase;
padding: 3px 0;
display: inline-block;
width: 100%; }
.menu__hassub {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.menu__hassub::after {
content: "\f078";
font: normal 11px/11px "FontAwsome";
color: #9fa3a6; }
.menu__hassub:hover::after {
color: #f56a6a; }
.menu__show::after {
content: "\f077"; }
.menu__show + ul {
display: block; }
.tiles {
padding: 20px 0 10px; }
.tiles__body {
list-style: none;
padding: 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1px;
background: rgba(210, 215, 217, 0.75); }
.tiles__body > * {
background: white;
padding: 12px; }
.post__inner div {
overflow: hidden; }
div:hover > img {
transform: scale(1.1); }
.post {
padding: 28px 0; }
.post__img {
border-radius: 3px; }
.post__button {
margin: 28px 0 0; }
.news {
padding: 0 20px; }
.news__list {
list-style: none;
padding: 0;
position: relative; }
.news__list::after {
content: "";
position: absolute;
bottom: -60px;
display: inline-block;
width: 100%;
height: 1px;
background: rgba(210, 215, 217, 0.75); }
.news__item {
border-bottom: 1px solid rgba(210, 215, 217, 0.75);
margin: 0 0 20px 0; }
.news__link {
color: inherit;
font-size: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 0 15px;
padding: 0 0 10px;
overflow: hidden; }
.news__item:last-child {
border: 0;
margin-bottom: 0;
padding-bottom: 0; }
.news__link img {
border-radius: 3px; }
.news__link:hover img {
transform: scale(1.1); }
.news__button {
font-size: 11px;
padding: 5px 16px;
border-width: 1px; }
.contacts {
padding: 20px 20px 0;
font-size: 12px; }
.contacts__address {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 30px 0;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.contacts a {
text-decoration: underline;
color: inherit;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
.contacts a:hover {
color: #f56a6a; }
.contacts li > * {
display: -ms-flexbox;
display: flex;
padding: 16px 0 16px 34px;
border-bottom: 1px solid rgba(210, 215, 217, 0.75); }
.contacts__item {
position: relative; }
.contacts__item--address > span {
border: 0; }
.contacts__item--email::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f003";
top: 16px;
left: 2px;
color: #f56a6a; }
.contacts__item--phone::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f095";
top: 16px;
left: 2px;
color: #f56a6a; }
.contacts__item--address::before {
position: absolute;
font: normal 18px/18px "FontAwsome";
content: "\f015";
top: 16px;
left: 2px;
color: #f56a6a; }
.copyright {
padding: 0 20px 40px;
font-size: 11px; }
.copyright a {
color: inherit;
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
@media (min-width: 361px){
.container{
padding: 0 27px; }
.sidebar__toggle{
top: 12px;
right: -66px;
width: 60px;
height: 42px; } }
@media (min-width: 481px){
.points__list{
margin: 0; }
.points__block{
padding: 0 0 0 118px; }
.points__block::before{
top: 75px;
left: 30px;
font: normal 32px/32px "FontAwsome"; }
.points__block::after{
width: 70px;
height: 70px;
top: 52px;
left: 11px; }
.promo{
padding: 37px 0 40px; }
.tiles__body{
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
margin: 20px 0 30px; }
.tiles__item:nth-child(even) .post__inner{
margin-left: 15%; }
.tiles__item:nth-last-child(-n + 2){
padding-bottom: 0; }
.tiles__item:nth-child(n + 3){
padding-top: 15%; }
.post{
padding: 0 0 15%; }
.post__inner{
width: 85%;
display: inline-block; } }
@media (min-width: 571px){
.points__block{
margin: 0 0 20px 0; }
.points__block::before{
top: 55px;
left: 30px; }
.points__block::after{
top: 32px;
left: 11px; }
.promo{
-ms-flex-direction: row;
flex-direction: row;
padding: 37px 0 40px; }
.promo__col--1{
-ms-flex-order: 1;
order: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%; }
.promo__btn{
margin: 0; }
.promo__col--2{
-ms-flex-order: 2;
order: 2;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
margin: 0 0 0 53px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: auto; }
.promo__col--2 img{
border-radius: 0; } }
@media (min-width: 734px){
.tiles__item:nth-child(even) .post__inner{
margin-left: 30px; }
.tiles__item:nth-child(n + 3){
padding-top: 30px; }
.post{
padding: 0 0 30px; }
.post__inner{
width: calc(100% - 30px); }
.post__img{
width: 100%; } }
@media (min-width: 737px){
.container{
padding: 0 53px; }
.nav__logo{
margin: 70px 0 0 0; }
.nav__social{
position: absolute;
bottom: 0;
right: 0;
width: 50%; }
.sidebar__toggle::after{
font-size: 24px;
color: #f56a6a; }
.sidebar__toggle{
background: none;
border: 0;
top: 20px;
right: -60px;
z-index: 2; } }
@media (min-width: 982px){
h1{
font-size: 40px; }
h1 + p{
margin: 18px 0 24px 0; }
h2{
font-size: 24px; }
h3{
font-size: 18px; }
.points{
padding-bottom: 65px; }
.points__list{
-ms-flex-direction: row;
flex-direction: row; }
.points__block{
padding: 0 0 0 148px;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
box-sizing: border-box;
margin: 0 0 11px 0; }
.points__block::before{
top: 85px;
left: 33px;
font: normal 42px/32px "FontAwsome"; }
.points__block::after{
top: 52px;
left: 11px;
width: 90px;
height: 90px; }
.points__block:nth-child(even){
margin-left: 50px; }
.promo{
padding: 56px 0 40px; }
.promo__btn{
margin: 30px 0 0; } }
@media (min-width: 1150px){
.promo__col--2{
height: 30vw; } }
@media (min-width: 1250px){
.points__block{
margin: 0 0 45px 0; } }
@media (min-width: 1281px){
.container{
padding: 0 73px; }
.sidebar__toggle::after{
font-size: 26px; } }
@media (min-width: 1680px){
h1{
font-size: 53px; } }
@media (min-width: 1681px){
.container{
padding: 0 104px; }
.sidebar__toggle::after{
font-size: 36px; } } | 0.332094 | 0.049451 |
@import '../../styles/vars.module.css';
/* Nav bar container */
.navBar, .hcaHeader {
background-color: var(--white);
border-bottom: 1px solid var(--gray-light);
height: 60px;
position: sticky;
top: 0;
z-index: 20;
}
/* Header for all pages but the home page */
.navBar:not(.hcaHeader) {
border-bottom: none;
background-color: var(--white-off);
}
/* Wrapper */
.headerWrapper {
height: inherit;
justify-content: space-between;
}
/* Logo */
a.logo, a.logo img {
align-self: center;
cursor: pointer;
height: 30px;
line-height: 0 !important;
margin-bottom: 0 !important; /* TODO review global */
}
/* Nav links */
.links:not(.small) {
display: none;
}
/* Show nav links for small view */
.links.small {
align-items: flex-start;
background-color: var(--white);
border-bottom: 1px solid var(--gray-light);
display: flex;
flex-direction: column;
justify-content: flex-start;
left: 0;
padding: 12px 0;
position: absolute;
right: 0;
top: 60px;
width: 100%;
z-index: 100;
}
/* Nav links */
.links a, .links.small a {
align-items: flex-start;
display: flex;
flex-direction: column;
padding: 12px 24px;
width: 100%;
}
/* Nav links - small */
.links.small a {
color: var(--black);
}
/* Nav links - title */
.links .xs {
font-weight: 600;
margin: 0 0 4px;
}
/* Nav links - subtitle */
.links .xxs {
font-weight: 400;
letter-spacing: 1.2px;
margin: 0;
text-transform: none;
}
/* Nav links - hover */
.links a:hover {
color: var(--black);
}
/* Nav links - active */
.links .active .linkTo {
color: var(--black);
}
.hcaNavOverlay {
background-color: rgba(255, 255, 255, 0.9);
bottom: 0;
content: "";
left: 0;
position: fixed;
right: 0;
top: 60px;
z-index: 99; /* Positioned below showLinks */
}
/* Menu */
.menuDropDown {
align-items: center;
color: var(--black);
cursor: pointer;
display: flex;
font-weight: 500;
margin: 0;
}
/* Drop down menu icon */
.menuDropDown::before {
color: var(--gray-dark);
content: "\E313";
font-family: "Material Icons";
font-size: 18px;
font-weight: 400;
margin: 0 4px;
}
/**
* Large Tablet +
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 840px) {
.headerWrapper {
justify-content: flex-start;
position: relative; /* Positions links - left aligned with content */
}
.links.small, .hcaNavOverlay {
display: none;
}
.links:not(.small) {
display: flex;
left: 182px; /* 16px wrapper padding, plus 176px menu width, minus 10px padding on first link */
position: absolute;
}
[id*=link] {
position: relative;
}
.links a {
padding: 0;
width: unset;
}
/* Nav links */
.linkTo {
color: var(--gray-dark);
font-size: 14px;
font-weight: 500;
line-height: 60px;
padding: 0 10px;
margin: 0;
white-space: nowrap;
}
/* Nav links hover state */
.linkTo:hover {
color: var(--black);
}
/* Hide menu */
.menuDropDown, .menuDropDown::before {
display: none;
}
}
/**
* Medium +
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1024px) {
/* Logo */
a.logo, a.logo img {
height: 40px;
}
/* Links */
.links:not(.small) {
left: 294px; /* 16px wrapper padding, plus 290px menu width, minus 12px padding on first link */
}
/* Nav links */
.linkTo {
padding: 0 12px;
}
}
@media screen and (min-width: 1200px) {
/* Links */
.links:not(.small) {
left: 308px; /* 30px wrapper padding, plus 290px menu width, minus 12px padding on first link */
}
} | src/components/header/header.module.css | @import '../../styles/vars.module.css';
/* Nav bar container */
.navBar, .hcaHeader {
background-color: var(--white);
border-bottom: 1px solid var(--gray-light);
height: 60px;
position: sticky;
top: 0;
z-index: 20;
}
/* Header for all pages but the home page */
.navBar:not(.hcaHeader) {
border-bottom: none;
background-color: var(--white-off);
}
/* Wrapper */
.headerWrapper {
height: inherit;
justify-content: space-between;
}
/* Logo */
a.logo, a.logo img {
align-self: center;
cursor: pointer;
height: 30px;
line-height: 0 !important;
margin-bottom: 0 !important; /* TODO review global */
}
/* Nav links */
.links:not(.small) {
display: none;
}
/* Show nav links for small view */
.links.small {
align-items: flex-start;
background-color: var(--white);
border-bottom: 1px solid var(--gray-light);
display: flex;
flex-direction: column;
justify-content: flex-start;
left: 0;
padding: 12px 0;
position: absolute;
right: 0;
top: 60px;
width: 100%;
z-index: 100;
}
/* Nav links */
.links a, .links.small a {
align-items: flex-start;
display: flex;
flex-direction: column;
padding: 12px 24px;
width: 100%;
}
/* Nav links - small */
.links.small a {
color: var(--black);
}
/* Nav links - title */
.links .xs {
font-weight: 600;
margin: 0 0 4px;
}
/* Nav links - subtitle */
.links .xxs {
font-weight: 400;
letter-spacing: 1.2px;
margin: 0;
text-transform: none;
}
/* Nav links - hover */
.links a:hover {
color: var(--black);
}
/* Nav links - active */
.links .active .linkTo {
color: var(--black);
}
.hcaNavOverlay {
background-color: rgba(255, 255, 255, 0.9);
bottom: 0;
content: "";
left: 0;
position: fixed;
right: 0;
top: 60px;
z-index: 99; /* Positioned below showLinks */
}
/* Menu */
.menuDropDown {
align-items: center;
color: var(--black);
cursor: pointer;
display: flex;
font-weight: 500;
margin: 0;
}
/* Drop down menu icon */
.menuDropDown::before {
color: var(--gray-dark);
content: "\E313";
font-family: "Material Icons";
font-size: 18px;
font-weight: 400;
margin: 0 4px;
}
/**
* Large Tablet +
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 840px) {
.headerWrapper {
justify-content: flex-start;
position: relative; /* Positions links - left aligned with content */
}
.links.small, .hcaNavOverlay {
display: none;
}
.links:not(.small) {
display: flex;
left: 182px; /* 16px wrapper padding, plus 176px menu width, minus 10px padding on first link */
position: absolute;
}
[id*=link] {
position: relative;
}
.links a {
padding: 0;
width: unset;
}
/* Nav links */
.linkTo {
color: var(--gray-dark);
font-size: 14px;
font-weight: 500;
line-height: 60px;
padding: 0 10px;
margin: 0;
white-space: nowrap;
}
/* Nav links hover state */
.linkTo:hover {
color: var(--black);
}
/* Hide menu */
.menuDropDown, .menuDropDown::before {
display: none;
}
}
/**
* Medium +
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1024px) {
/* Logo */
a.logo, a.logo img {
height: 40px;
}
/* Links */
.links:not(.small) {
left: 294px; /* 16px wrapper padding, plus 290px menu width, minus 12px padding on first link */
}
/* Nav links */
.linkTo {
padding: 0 12px;
}
}
@media screen and (min-width: 1200px) {
/* Links */
.links:not(.small) {
left: 308px; /* 30px wrapper padding, plus 290px menu width, minus 12px padding on first link */
}
} | 0.260013 | 0.059346 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
background-color: #F0F0F0;
}
#logo {
height: 40px;
width: 40;
padding-top: 5px;
float:left;
border-radius: 8px;
}
nav {
width: 100%;
height: 70px;
background-color:white;
font-family: 'Tomorrow', sans-serif;
font-size: 18px;
box-shadow: 3px 3px 3px #E8E8E8;
}
h3{
font-family: 'Kulim Park', sans-serif;
}
nav:nth-child(1) {
padding-left: 25px;
}
.navlink {
padding: 20px;
color: white;
font-size: 1.3em;
float: left;
}
.navlink a, .navlink a:link, .navlink a:visited, .navlink a:hover, .navlink a:active {
color: black;
text-decoration: none;
padding: 5px;
border-radius: 4px;
transition: font-color 0.4s ease;
}
.navlink a:hover {
transition: font-color 0.8s ease;
color: steelblue;
}
.quizForm {
border: 2px solid #E8E8E8;
border-radius: 3px;
height: 50px;
width: 80%;
margin-top:25px;
padding-top:10px;
background-color: white;
margin: 0 auto;
}
input{
font-family: 'Kulim Park', sans-serif;
}
.quizForm label {
display: inline-block;
width: 75px;
margin-left: 10px;
font-size: 18px;
float: left;
color: black;
padding: 10px 0px;
font-family: 'Tomorrow', sans-serif;
}
.quizForm input[type=text] {
float:left;
padding: 10px 0px;
}
.changeForm {
border: 2px solid #E8E8E8;
height: 75px;
width: 55%;
margin-top:25px;
padding-top:10px;
background-color: white;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
margin: 0 auto;
text-align: center;
}
.changeForm label{
font-family: 'Tomorrow', sans-serif;
color: black;
}
.changeForm input[type=text]{
}
#makeQuiz{
margin-top: 25px;
}
.makeQuizSubmit {
transition: background-color 0.4s ease;
display: inline-block;
width: 140px;
font-family: 'Tomorrow', sans-serif;
background-color: darkslategray;
border-radius: 4px;
color: white;
padding: 10px 0px;
text-decoration: none;
margin-left: 40px;
}
.makeQuizSubmit:link, .makeQuizSubmit:visited, .makeQuizSubmit:hover, .makeQuizSubmit:active {
color: white;
}
.makeQuizSubmit:hover {
transition: background-color 0.4s ease;
background-color: #233B3B;
}
.mainForm {
height: 300px;
width: 350px;
margin: 0 auto;
font-size: 1.2em;
}
.mainForm h3 {
text-align: center;
}
.mainForm label {
display: inline-block;
width: 150px;
margin-right: 10px;
text-align: right;
font-size: 1.2em;
font-family: 'Tomorrow', sans-serif;
}
#WUheader{
margin: 90px 0px 60px;
height: 100px;
width: 450px;
}
.formSubmit {
transition: background-color 0.4s ease;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 14px;
font-size: 1.2em;
width: 180px;
background-color: darkslategray;
border-radius: 4px;
border-color: #E8E8E8;
padding: 3px 0px;
color: white;
text-decoration: none;
font-family: 'Tomorrow', sans-serif;
}
.formSubmit:link, .formSubmit:visited, .formSubmit:hover, .formSubmit:active {
color: white;
}
.formSubmit:hover {
transition: background-color 0.4s ease;
background-color: #233B3B;
}
#user, #pass, #pass2 {
text-align: center;
font-size: 1.1em;
width: 180px;
border-radius: 6px;
}
#user:focus, #pass:focus, #pass2:focus {
outline: none;
box-shadow: 0px 0px 1px 1px #<PASSWORD>;
}
#quizMessage {
display:none;
width: 250px;
height: 650px;
position: absolute;
z-index: 200;
right: 42%;
text-align: center;
}
#quizMessage h3 {
width: 200px;
position: absolute;
top: 0px;
font-family: 'Kulim Park', sans-serif;
}
#speech {
height: 120px;
width: 250px;
z-index:300;
}
#errorMessage {
font-size: 1.2em;
font-weight: bold;
}
#quizzes {
width: 40%;
min-width: 400px;
margin: 0 auto;
margin-top: 25px;
}
.quiz {
width: 95%;
margin: 0 auto;
margin-top: 2px;
margin-bottom: 2px;
border: 2px solid #233B3B;
border-radius: 4px;
background-color: white;
padding: 10px;
min-height:60px;
overflow: hidden;
text-align: left;
}
.quiz h3{
border-bottom: 1px solid #233B3B;
font-family: 'Tomorrow', sans-serif;
}
img.quizFace {
margin-left: 25px;
margin-right: 10px;
height: 50px;
width: 50px;
border-radius: 4px;
margin-top:10px;
float:left;
}
h3.emptyQuiz {
width: 400px;
font-size: 1.5em;
margin: 0 auto;
text-align: center;
margin-top: 18px;
}
h3.quizName {
width: 200px;
font-weight: bold;
font-size: 1.5em;
}
.quiz:first-child {
margin-top: 10px;
}
.quiz:last-child {
margin-bottom:10px;
}
#imgContent, #textContent{
width: 50%;
margin: 0 auto;
text-align: center;
}
#lostImg{
margin-top: 100px;
margin-bottom: 100px;
}
#textContent{
font-size: 24px;
font-weight: 700;
}
#homeHeader{
width: 50%;
margin: 0 auto;
text-align: center;
}
h1{
font-size: 48px;
font-weight: 500;
font-family: 'Tomorrow', sans-serif;
padding-bottom: 20px;
border-bottom: 4px #233B3B solid;
}
#homeHeader h3{
font-family: 'Kulim Park', sans-serif;
}
.emptyQuiz{
font-family: 'Kulim Park', sans-serif;
}
#textContent h2{
font-family: 'Tomorrow', sans-serif;
}
#textContent p{
font-family: 'Kulim Park', sans-serif;
}
#content{
margin-top: 30px;
}
#topBar{
height: 50px;
background-color: darkslategray;
}
#navImg{
float: left;
padding: 10px 0px;
} | hosted/style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
background-color: #F0F0F0;
}
#logo {
height: 40px;
width: 40;
padding-top: 5px;
float:left;
border-radius: 8px;
}
nav {
width: 100%;
height: 70px;
background-color:white;
font-family: 'Tomorrow', sans-serif;
font-size: 18px;
box-shadow: 3px 3px 3px #E8E8E8;
}
h3{
font-family: 'Kulim Park', sans-serif;
}
nav:nth-child(1) {
padding-left: 25px;
}
.navlink {
padding: 20px;
color: white;
font-size: 1.3em;
float: left;
}
.navlink a, .navlink a:link, .navlink a:visited, .navlink a:hover, .navlink a:active {
color: black;
text-decoration: none;
padding: 5px;
border-radius: 4px;
transition: font-color 0.4s ease;
}
.navlink a:hover {
transition: font-color 0.8s ease;
color: steelblue;
}
.quizForm {
border: 2px solid #E8E8E8;
border-radius: 3px;
height: 50px;
width: 80%;
margin-top:25px;
padding-top:10px;
background-color: white;
margin: 0 auto;
}
input{
font-family: 'Kulim Park', sans-serif;
}
.quizForm label {
display: inline-block;
width: 75px;
margin-left: 10px;
font-size: 18px;
float: left;
color: black;
padding: 10px 0px;
font-family: 'Tomorrow', sans-serif;
}
.quizForm input[type=text] {
float:left;
padding: 10px 0px;
}
.changeForm {
border: 2px solid #E8E8E8;
height: 75px;
width: 55%;
margin-top:25px;
padding-top:10px;
background-color: white;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
margin: 0 auto;
text-align: center;
}
.changeForm label{
font-family: 'Tomorrow', sans-serif;
color: black;
}
.changeForm input[type=text]{
}
#makeQuiz{
margin-top: 25px;
}
.makeQuizSubmit {
transition: background-color 0.4s ease;
display: inline-block;
width: 140px;
font-family: 'Tomorrow', sans-serif;
background-color: darkslategray;
border-radius: 4px;
color: white;
padding: 10px 0px;
text-decoration: none;
margin-left: 40px;
}
.makeQuizSubmit:link, .makeQuizSubmit:visited, .makeQuizSubmit:hover, .makeQuizSubmit:active {
color: white;
}
.makeQuizSubmit:hover {
transition: background-color 0.4s ease;
background-color: #233B3B;
}
.mainForm {
height: 300px;
width: 350px;
margin: 0 auto;
font-size: 1.2em;
}
.mainForm h3 {
text-align: center;
}
.mainForm label {
display: inline-block;
width: 150px;
margin-right: 10px;
text-align: right;
font-size: 1.2em;
font-family: 'Tomorrow', sans-serif;
}
#WUheader{
margin: 90px 0px 60px;
height: 100px;
width: 450px;
}
.formSubmit {
transition: background-color 0.4s ease;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 14px;
font-size: 1.2em;
width: 180px;
background-color: darkslategray;
border-radius: 4px;
border-color: #E8E8E8;
padding: 3px 0px;
color: white;
text-decoration: none;
font-family: 'Tomorrow', sans-serif;
}
.formSubmit:link, .formSubmit:visited, .formSubmit:hover, .formSubmit:active {
color: white;
}
.formSubmit:hover {
transition: background-color 0.4s ease;
background-color: #233B3B;
}
#user, #pass, #pass2 {
text-align: center;
font-size: 1.1em;
width: 180px;
border-radius: 6px;
}
#user:focus, #pass:focus, #pass2:focus {
outline: none;
box-shadow: 0px 0px 1px 1px #<PASSWORD>;
}
#quizMessage {
display:none;
width: 250px;
height: 650px;
position: absolute;
z-index: 200;
right: 42%;
text-align: center;
}
#quizMessage h3 {
width: 200px;
position: absolute;
top: 0px;
font-family: 'Kulim Park', sans-serif;
}
#speech {
height: 120px;
width: 250px;
z-index:300;
}
#errorMessage {
font-size: 1.2em;
font-weight: bold;
}
#quizzes {
width: 40%;
min-width: 400px;
margin: 0 auto;
margin-top: 25px;
}
.quiz {
width: 95%;
margin: 0 auto;
margin-top: 2px;
margin-bottom: 2px;
border: 2px solid #233B3B;
border-radius: 4px;
background-color: white;
padding: 10px;
min-height:60px;
overflow: hidden;
text-align: left;
}
.quiz h3{
border-bottom: 1px solid #233B3B;
font-family: 'Tomorrow', sans-serif;
}
img.quizFace {
margin-left: 25px;
margin-right: 10px;
height: 50px;
width: 50px;
border-radius: 4px;
margin-top:10px;
float:left;
}
h3.emptyQuiz {
width: 400px;
font-size: 1.5em;
margin: 0 auto;
text-align: center;
margin-top: 18px;
}
h3.quizName {
width: 200px;
font-weight: bold;
font-size: 1.5em;
}
.quiz:first-child {
margin-top: 10px;
}
.quiz:last-child {
margin-bottom:10px;
}
#imgContent, #textContent{
width: 50%;
margin: 0 auto;
text-align: center;
}
#lostImg{
margin-top: 100px;
margin-bottom: 100px;
}
#textContent{
font-size: 24px;
font-weight: 700;
}
#homeHeader{
width: 50%;
margin: 0 auto;
text-align: center;
}
h1{
font-size: 48px;
font-weight: 500;
font-family: 'Tomorrow', sans-serif;
padding-bottom: 20px;
border-bottom: 4px #233B3B solid;
}
#homeHeader h3{
font-family: 'Kulim Park', sans-serif;
}
.emptyQuiz{
font-family: 'Kulim Park', sans-serif;
}
#textContent h2{
font-family: 'Tomorrow', sans-serif;
}
#textContent p{
font-family: 'Kulim Park', sans-serif;
}
#content{
margin-top: 30px;
}
#topBar{
height: 50px;
background-color: darkslategray;
}
#navImg{
float: left;
padding: 10px 0px;
} | 0.471223 | 0.10026 |
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,700italic);
@media (max-width: 767px) {
.navbar-header { padding: 5px 0 20px 0;}
}
@media (max-width: 979px) {
body {
padding-top: 0px;
}
}
@media (max-width: 1070px) {
#homepage-featured-txt { text-align: center; }
}
@media (max-width: 927px) {
#homepage-featured-txt { text-align: center; }
}
@media (max-width: 440px) {
.hide_phone { display: none; }
}
@media (max-width: 1080px ) {
.nav>li>a { padding: 10px 3px;}
}
/* Navbar */
.navbar-header, #navbar, .nav { padding: 20px 0 20px 0;}
.navbar-toggle.collapsed, .navbar-toggle:focus { margin-top: 2em;}
.navbar-brand { padding-top: 2px; padding-bottom: 5px; margin-top: 20px; width: 225px; height:50px;}
.navbar-brand a { margin-bottom: 4px;}
.navbar-inverse { background-color: #444; }
.navbar-nav>li>a { color: #fff; }
#navbar.navbar-collapse.collapse.in, #navbar.navbar-collapse.collapsing { padding: 0px 0 20px 0}
.navbar-inverse .navbar-nav>.active>a { background-color: inherit; color: #fff;}
.navbar-inverse .navbar-nav>.active>a:hover { background-color: inherit; border-bottom: 2px solid red; }
.navbar-inverse .navbar-nav>li>a { background-color: inherit; border-bottom: 2px solid; border-color: #444; }
.navbar-inverse .navbar-nav>li>a:hover { background-color: #444; border-color: #fff; }
/* Mobile Nav */
#navbar ul.nav li { text-indent: 30px;}
.clearfix { margin-top: 50px;}
#homepage-main, #generic-main { padding: 2em; border-radius: 6px; overflow: hidden; display: block; margin-bottom: 25px; background-color: #fff; }
#homepage-featured-txt p { font-size: 1.5rem;}
#services-btn { margin-top: 20px;}
h1 {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
line-height: inherit;
font-size: 2.3em;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.tile {
background: #fff;
border-radius: 6px;
}
#homepage-tiles {
margin-top: 25px;
}
#img-container {
margin-top:35px;
}
#img-container .item{
margin: 3px;
}
#img-container .item img{
display: block;
width: 19%;
height: auto;
float: right;
margin-right: 1em;
}
.fb-like-desktop {
position: absolute !important;
top: 20px;
z-index: 999999;
right: 50px;
}
body {
background: #efefef;
font-family: 'Noto Sans', sans-serif;
}
#footer {
margin-top: 20px;
margin-bottom: 20px;
}
#footer-icons #social-icons img {
float: right;
}
#footer-icons #built-with img {
float: left;
}
table#prices_table thead th {
padding: .8em;
text-align: center;
font-weight: normal;
background-color: #808080;
background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
background-image: -webkit-linear-gradient(top, #808080, #363636);
background-image: -moz-linear-gradient(top, #808080, #363636);
background-image: -ms-linear-gradient(top, #808080, #363636);
background-image: -o-linear-gradient(top, #808080, #363636);
background-image: linear-gradient(top, #808080, #363636);
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
th#prices_table_service {
background-color: #808080;
background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
background-image: -webkit-linear-gradient(top, #808080, #363636);
background-image: -moz-linear-gradient(top, #808080, #363636);
background-image: -ms-linear-gradient(top, #808080, #363636);
background-image: -o-linear-gradient(top, #808080, #363636);
background-image: linear-gradient(top, #808080, #363636);
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
table td {
border: 1px solid #ddd;
padding: .8em;
line-height: 1.3em;
}
#contact-form .error, #error-cont .error {
display: block;
color: #ff0000;
margin: 3px 3px;
font-weight: normal;
}
#error-cont {
margin: 10px;
} | public/css/custom.css | @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,700italic);
@media (max-width: 767px) {
.navbar-header { padding: 5px 0 20px 0;}
}
@media (max-width: 979px) {
body {
padding-top: 0px;
}
}
@media (max-width: 1070px) {
#homepage-featured-txt { text-align: center; }
}
@media (max-width: 927px) {
#homepage-featured-txt { text-align: center; }
}
@media (max-width: 440px) {
.hide_phone { display: none; }
}
@media (max-width: 1080px ) {
.nav>li>a { padding: 10px 3px;}
}
/* Navbar */
.navbar-header, #navbar, .nav { padding: 20px 0 20px 0;}
.navbar-toggle.collapsed, .navbar-toggle:focus { margin-top: 2em;}
.navbar-brand { padding-top: 2px; padding-bottom: 5px; margin-top: 20px; width: 225px; height:50px;}
.navbar-brand a { margin-bottom: 4px;}
.navbar-inverse { background-color: #444; }
.navbar-nav>li>a { color: #fff; }
#navbar.navbar-collapse.collapse.in, #navbar.navbar-collapse.collapsing { padding: 0px 0 20px 0}
.navbar-inverse .navbar-nav>.active>a { background-color: inherit; color: #fff;}
.navbar-inverse .navbar-nav>.active>a:hover { background-color: inherit; border-bottom: 2px solid red; }
.navbar-inverse .navbar-nav>li>a { background-color: inherit; border-bottom: 2px solid; border-color: #444; }
.navbar-inverse .navbar-nav>li>a:hover { background-color: #444; border-color: #fff; }
/* Mobile Nav */
#navbar ul.nav li { text-indent: 30px;}
.clearfix { margin-top: 50px;}
#homepage-main, #generic-main { padding: 2em; border-radius: 6px; overflow: hidden; display: block; margin-bottom: 25px; background-color: #fff; }
#homepage-featured-txt p { font-size: 1.5rem;}
#services-btn { margin-top: 20px;}
h1 {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
line-height: inherit;
font-size: 2.3em;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.tile {
background: #fff;
border-radius: 6px;
}
#homepage-tiles {
margin-top: 25px;
}
#img-container {
margin-top:35px;
}
#img-container .item{
margin: 3px;
}
#img-container .item img{
display: block;
width: 19%;
height: auto;
float: right;
margin-right: 1em;
}
.fb-like-desktop {
position: absolute !important;
top: 20px;
z-index: 999999;
right: 50px;
}
body {
background: #efefef;
font-family: 'Noto Sans', sans-serif;
}
#footer {
margin-top: 20px;
margin-bottom: 20px;
}
#footer-icons #social-icons img {
float: right;
}
#footer-icons #built-with img {
float: left;
}
table#prices_table thead th {
padding: .8em;
text-align: center;
font-weight: normal;
background-color: #808080;
background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
background-image: -webkit-linear-gradient(top, #808080, #363636);
background-image: -moz-linear-gradient(top, #808080, #363636);
background-image: -ms-linear-gradient(top, #808080, #363636);
background-image: -o-linear-gradient(top, #808080, #363636);
background-image: linear-gradient(top, #808080, #363636);
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
th#prices_table_service {
background-color: #808080;
background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
background-image: -webkit-linear-gradient(top, #808080, #363636);
background-image: -moz-linear-gradient(top, #808080, #363636);
background-image: -ms-linear-gradient(top, #808080, #363636);
background-image: -o-linear-gradient(top, #808080, #363636);
background-image: linear-gradient(top, #808080, #363636);
color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
table td {
border: 1px solid #ddd;
padding: .8em;
line-height: 1.3em;
}
#contact-form .error, #error-cont .error {
display: block;
color: #ff0000;
margin: 3px 3px;
font-weight: normal;
}
#error-cont {
margin: 10px;
} | 0.253214 | 0.108095 |
*, *:before, *:after {
box-sizing: border-box;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.panel {
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
.glyphicon {
}
.pagination .glyphicon
{
margin-right:0px !important; /*override*/
}
.pagination > li {
display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
margin-left: 0;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #428bca;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination a {
color: #555;
}
.panel-body {
padding: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.panel ul{
padding:0px;
margin:0px;
list-style:none;
}
.panel ul li{
list-style:none;
}
.news-item
{
padding:4px 4px;
margin:0px;
border-bottom:1px dotted #555;
}
.pull-right {
float: right!important;
}
.panel-footer {
background-color: #f5f5f5;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 1px solid #ddd;
padding: 10px 15px;
}
.panel-footer .prev span{
background-image: url(../img/portlet-collapse-icon.png);
display: inline-block;
height: 16px;
width: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
}
.panel-footer .next span{
background-image: url(../img/portlet-expand-icon.png);
display: inline-block;
height: 16px;
width: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
} | app/Resources/assets/module/newsbox/css/site.css |
*, *:before, *:after {
box-sizing: border-box;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.panel {
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
.glyphicon {
}
.pagination .glyphicon
{
margin-right:0px !important; /*override*/
}
.pagination > li {
display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
margin-left: 0;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #428bca;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination a {
color: #555;
}
.panel-body {
padding: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.panel ul{
padding:0px;
margin:0px;
list-style:none;
}
.panel ul li{
list-style:none;
}
.news-item
{
padding:4px 4px;
margin:0px;
border-bottom:1px dotted #555;
}
.pull-right {
float: right!important;
}
.panel-footer {
background-color: #f5f5f5;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 1px solid #ddd;
padding: 10px 15px;
}
.panel-footer .prev span{
background-image: url(../img/portlet-collapse-icon.png);
display: inline-block;
height: 16px;
width: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
}
.panel-footer .next span{
background-image: url(../img/portlet-expand-icon.png);
display: inline-block;
height: 16px;
width: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
} | 0.476823 | 0.109468 |
@import url('//fonts.googleapis.com/css?family=Nunito:300');
/*!
* Twilight - a re-bootstrap theme
* by Abzie
*
* Based on re-bootstrap v2.3.2
* a suite of beautiful and modern themes for bootstrap
* https://www.github.com/raysguy/re-bootstrap
*
* Copyright 2015 raysguy
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* based on bootstrap v2.3.2 by @mdo and @fat
*/
.clearfix{
*zoom:1}
.clearfix:before,.clearfix:after{
display:table;
line-height:0;
content:""}
.clearfix:after{
clear:both}
.hide-text{
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0}
.input-block-level{
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
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}
html{
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%}
a:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
a:hover,a:active{
outline:0}
sub,sup{
position:relative;
font-size:75%;
line-height:0;
vertical-align:baseline}
sup{
top:-0.5em}
sub{
bottom:-0.25em}
img{
width:auto\9;
height:auto;
max-width:100%;
vertical-align:middle;
border:0;
-ms-interpolation-mode:bicubic}
#map_canvas img,.google-maps img{
max-width:none}
button,input,select,textarea{
margin:0;
font-size:100%;
vertical-align:middle}
button,input{
*overflow:visible;
line-height:normal}
button::-moz-focus-inner,input::-moz-focus-inner{
padding:0;
border:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
cursor:pointer;
-webkit-appearance:button}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{
cursor:pointer}
input[type="search"]{
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-appearance:textfield}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{
-webkit-appearance:none}
textarea{
overflow:auto;
vertical-align:top}
@media print{
*{
color:#000!important;
text-shadow:none!important;
background:transparent!important;
box-shadow: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:.5cm}
p,h2,h3{
orphans:3;
widows:3}
h2,h3{
page-break-after:avoid}
}
body{
margin:0;
font-family:"Nunito";
font-size:14px;
line-height:20px;
color:#e5e5e5;
background-color:#222}
a{
color:#fff;
text-decoration:none}
a:hover,a:focus{
color:#e5e5e5;
text-decoration:underline}
.img-rounded{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.img-polaroid{
padding:4px;
background-color:#fff;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.img-circle{
-webkit-border-radius:500px;
-moz-border-radius:500px;
border-radius:500px}
.row{
margin-left:-20px;
*zoom:1}
.row:before,.row:after{
display:table;
line-height:0;
content:""}
.row:after{
clear:both}
[class*="span"]{
float:left;
min-height:1px;
margin-left:20px}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
width:940px}
.span12{
width:940px}
.span11{
width:860px}
.span10{
width:780px}
.span9{
width:700px}
.span8{
width:620px}
.span7{
width:540px}
.span6{
width:460px}
.span5{
width:380px}
.span4{
width:300px}
.span3{
width:220px}
.span2{
width:140px}
.span1{
width:60px}
.offset12{
margin-left:980px}
.offset11{
margin-left:900px}
.offset10{
margin-left:820px}
.offset9{
margin-left:740px}
.offset8{
margin-left:660px}
.offset7{
margin-left:580px}
.offset6{
margin-left:500px}
.offset5{
margin-left:420px}
.offset4{
margin-left:340px}
.offset3{
margin-left:260px}
.offset2{
margin-left:180px}
.offset1{
margin-left:100px}
.row-fluid{
width:100%;
*zoom:1}
.row-fluid:before,.row-fluid:after{
display:table;
line-height:0;
content:""}
.row-fluid:after{
clear:both}
.row-fluid [class*="span"]{
display:block;
float:left;
width:100%;
min-height:30px;
margin-left:2.127659574468085%;
*margin-left:2.074468085106383%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.row-fluid [class*="span"]:first-child{
margin-left:0}
.row-fluid .controls-row [class*="span"]+[class*="span"]{
margin-left:2.127659574468085%}
.row-fluid .span12{
width:100%;
*width:99.94680851063829%}
.row-fluid .span11{
width:91.48936170212765%;
*width:91.43617021276594%}
.row-fluid .span10{
width:82.97872340425532%;
*width:82.92553191489361%}
.row-fluid .span9{
width:74.46808510638297%;
*width:74.41489361702126%}
.row-fluid .span8{
width:65.95744680851064%;
*width:65.90425531914893%}
.row-fluid .span7{
width:57.44680851063829%;
*width:57.39361702127659%}
.row-fluid .span6{
width:48.93617021276595%;
*width:48.88297872340425%}
.row-fluid .span5{
width:40.42553191489362%;
*width:40.37234042553192%}
.row-fluid .span4{
width:31.914893617021278%;
*width:31.861702127659576%}
.row-fluid .span3{
width:23.404255319148934%;
*width:23.351063829787233%}
.row-fluid .span2{
width:14.893617021276595%;
*width:14.840425531914894%}
.row-fluid .span1{
width:6.382978723404255%;
*width:6.329787234042553%}
.row-fluid .offset12{
margin-left:104.25531914893617%;
*margin-left:104.14893617021275%}
.row-fluid .offset12:first-child{
margin-left:102.12765957446808%;
*margin-left:102.02127659574467%}
.row-fluid .offset11{
margin-left:95.74468085106382%;
*margin-left:95.6382978723404%}
.row-fluid .offset11:first-child{
margin-left:93.61702127659574%;
*margin-left:93.51063829787232%}
.row-fluid .offset10{
margin-left:87.23404255319149%;
*margin-left:87.12765957446807%}
.row-fluid .offset10:first-child{
margin-left:85.1063829787234%;
*margin-left:84.99999999999999%}
.row-fluid .offset9{
margin-left:78.72340425531914%;
*margin-left:78.61702127659572%}
.row-fluid .offset9:first-child{
margin-left:76.59574468085106%;
*margin-left:76.48936170212764%}
.row-fluid .offset8{
margin-left:70.2127659574468%;
*margin-left:70.10638297872339%}
.row-fluid .offset8:first-child{
margin-left:68.08510638297872%;
*margin-left:67.9787234042553%}
.row-fluid .offset7{
margin-left:61.70212765957446%;
*margin-left:61.59574468085106%}
.row-fluid .offset7:first-child{
margin-left:59.574468085106375%;
*margin-left:59.46808510638297%}
.row-fluid .offset6{
margin-left:53.191489361702125%;
*margin-left:53.085106382978715%}
.row-fluid .offset6:first-child{
margin-left:51.063829787234035%;
*margin-left:50.95744680851063%}
.row-fluid .offset5{
margin-left:44.68085106382979%;
*margin-left:44.57446808510638%}
.row-fluid .offset5:first-child{
margin-left:42.5531914893617%;
*margin-left:42.4468085106383%}
.row-fluid .offset4{
margin-left:36.170212765957444%;
*margin-left:36.06382978723405%}
.row-fluid .offset4:first-child{
margin-left:34.04255319148936%;
*margin-left:33.93617021276596%}
.row-fluid .offset3{
margin-left:27.659574468085104%;
*margin-left:27.5531914893617%}
.row-fluid .offset3:first-child{
margin-left:25.53191489361702%;
*margin-left:25.425531914893618%}
.row-fluid .offset2{
margin-left:19.148936170212764%;
*margin-left:19.04255319148936%}
.row-fluid .offset2:first-child{
margin-left:17.02127659574468%;
*margin-left:16.914893617021278%}
.row-fluid .offset1{
margin-left:10.638297872340425%;
*margin-left:10.53191489361702%}
.row-fluid .offset1:first-child{
margin-left:8.51063829787234%;
*margin-left:8.404255319148938%}
[class*="span"].hide,.row-fluid [class*="span"].hide{
display:none}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{
float:right}
.container{
margin-right:auto;
margin-left:auto;
*zoom:1}
.container:before,.container:after{
display:table;
line-height:0;
content:""}
.container:after{
clear:both}
.container-fluid{
padding-right:20px;
padding-left:20px;
*zoom:1}
.container-fluid:before,.container-fluid:after{
display:table;
line-height:0;
content:""}
.container-fluid:after{
clear:both}
p{
margin:0 0 10px}
.lead{
margin-bottom:20px;
font-size:21px;
font-weight:200;
line-height:30px}
small{
font-size:85%}
strong{
font-weight:bold}
em{
font-style:italic}
cite{
font-style:normal}
.muted{
color:#ccc}
a.muted:hover,a.muted:focus{
color:#b3b3b3}
.text-warning{
color:#e5e5e5}
a.text-warning:hover,a.text-warning:focus{
color:#ccc}
.text-error{
color:#e5e5e5}
a.text-error:hover,a.text-error:focus{
color:#ccc}
.text-info{
color:#e5e5e5}
a.text-info:hover,a.text-info:focus{
color:#ccc}
.text-success{
color:#e5e5e5}
a.text-success:hover,a.text-success:focus{
color:#ccc}
.text-left{
text-align:left}
.text-right{
text-align:right}
.text-center{
text-align:center}
h1,h2,h3,h4,h5,h6{
margin:10px 0;
font-family:"Nunito";
font-weight:300;
line-height:20px;
color:#e5e5e5;
text-rendering:optimizelegibility}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
font-weight:normal;
line-height:1;
color:#ccc}
h1,h2,h3{
line-height:40px}
h1{
font-size:38.5px}
h2{
font-size:31.5px}
h3{
font-size:24.5px}
h4{
font-size:17.5px}
h5{
font-size:14px}
h6{
font-size:11.9px}
h1 small{
font-size:24.5px}
h2 small{
font-size:17.5px}
h3 small{
font-size:14px}
h4 small{
font-size:14px}
.page-header{
padding-bottom:9px;
margin:20px 0 30px;
border-bottom:1px solid #ddd}
ul,ol{
padding:0;
margin:0 0 10px 25px}
ul ul,ul ol,ol ol,ol ul{
margin-bottom:0}
li{
line-height:20px}
ul.unstyled,ol.unstyled{
margin-left:0;
list-style:none}
ul.inline,ol.inline{
margin-left:0;
list-style:none}
ul.inline>li,ol.inline>li{
display:inline-block;
*display:inline;
padding-right:5px;
padding-left:5px;
*zoom:1}
dl{
margin-bottom:20px}
dt,dd{
line-height:20px}
dt{
font-weight:bold}
dd{
margin-left:10px}
.dl-horizontal{
*zoom:1}
.dl-horizontal:before,.dl-horizontal:after{
display:table;
line-height:0;
content:""}
.dl-horizontal:after{
clear:both}
.dl-horizontal dt{
float:left;
width:160px;
overflow:hidden;
clear:left;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap}
.dl-horizontal dd{
margin-left:180px}
hr{
margin:20px 0;
border:0;
border-top:1px solid #ddd;
border-bottom:1px solid #e5e5e5}
abbr[title],abbr[data-original-title]{
cursor:help;
border-bottom:1px dotted #ccc}
abbr.initialism{
font-size:90%;
text-transform:uppercase}
blockquote{
padding:0 0 0 15px;
margin:0 0 20px;
border-left:5px solid #ddd}
blockquote p{
margin-bottom:0;
font-size:17.5px;
font-weight:300;
line-height:1.25}
blockquote small{
display:block;
line-height:20px;
color:#ccc}
blockquote small:before{
content:'\2014 \00A0'}
blockquote.pull-right{
float:right;
padding-right:15px;
padding-left:0;
border-right:5px solid #ddd;
border-left:0}
blockquote.pull-right p,blockquote.pull-right small{
text-align:right}
blockquote.pull-right small:before{
content:''}
blockquote.pull-right small:after{
content:'\00A0 \2014'}
q:before,q:after,blockquote:before,blockquote:after{
content:""}
address{
display:block;
margin-bottom:20px;
font-style:normal;
line-height:20px}
code,pre{
padding:0 3px 2px;
font-family:Menlo,monospace;
font-size:12px;
color:#222;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px}
code{
padding:2px 4px;
color:#d14;
white-space:nowrap;
background-color:#f7f7f9;
border:1px solid #e1e1e8}
pre{
display:block;
padding:9.5px;
margin:0 0 10px;
font-size:13px;
line-height:20px;
word-break:break-all;
word-wrap:break-word;
white-space:pre;
white-space:pre-wrap;
background-color:#f5f5f5;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.15);
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
pre.prettyprint{
margin-bottom:20px}
pre code{
padding:0;
color:inherit;
white-space:pre;
white-space:pre-wrap;
background-color:transparent;
border:0}
.pre-scrollable{
max-height:340px;
overflow-y:scroll}
form{
margin:0 0 20px}
fieldset{
padding:0;
margin:0;
border:0}
legend{
display:block;
width:100%;
padding:0;
margin-bottom:20px;
font-size:21px;
line-height:40px;
color:#222;
border:0;
border-bottom:1px solid #e5e5e5}
legend small{
font-size:15px;
color:#ccc}
label,input,button,select,textarea{
font-size:14px;
font-weight:normal;
line-height:20px}
input,button,select,textarea{
font-family:"Nunito"}
label{
display:block;
margin-bottom:5px}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
display:inline-block;
height:20px;
padding:4px 6px;
margin-bottom:10px;
font-size:14px;
line-height:20px;
color:#333;
vertical-align:middle;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
input,textarea,.uneditable-input{
width:206px}
textarea{
height:auto}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
background-color:#333;
border:1px solid rgba(0,0,0,0);
-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 .2s,box-shadow linear .2s;
-moz-transition:border linear .2s,box-shadow linear .2s;
-o-transition:border linear .2s,box-shadow linear .2s;
transition:border linear .2s,box-shadow linear .2s}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{
border-color:rgba(255,255,255,0.8);
outline:0;
outline:thin dotted \9;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
input[type="radio"],input[type="checkbox"]{
margin:4px 0 0;
margin-top:1px \9;
*margin-top:0;
line-height:normal}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{
width:auto}
select,input[type="file"]{
height:30px;
*margin-top:4px;
line-height:30px}
select{
width:220px;
background-color:#333;
border:0px}
select[multiple],select[size]{
height:auto}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
.uneditable-input,.uneditable-textarea{
color:#ccc;
cursor:not-allowed;
background-color:#303030;
border-color:#fff;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}
.uneditable-input{
overflow:hidden;
white-space:nowrap}
.uneditable-textarea{
width:auto;
height:auto}
input:-moz-placeholder,textarea:-moz-placeholder{
color:#e5e5e5}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
color:#e5e5e5}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color:#e5e5e5}
.radio,.checkbox{
min-height:20px;
padding-left:20px}
.radio input[type="radio"],.checkbox input[type="checkbox"]{
float:left;
margin-left:-20px}
.controls>.radio:first-child,.controls>.checkbox:first-child{
padding-top:5px}
.radio.inline,.checkbox.inline{
display:inline-block;
padding-top:5px;
margin-bottom:0;
vertical-align:middle}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{
margin-left:10px}
.input-mini{
width:60px}
.input-small{
width:90px}
.input-medium{
width:150px}
.input-large{
width:210px}
.input-xlarge{
width:270px}
.input-xxlarge{
width:530px}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{
float:none;
margin-left:0}
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{
display:inline-block}
input,textarea,.uneditable-input{
margin-left:0}
.controls-row [class*="span"]+[class*="span"]{
margin-left:20px}
input.span12,textarea.span12,.uneditable-input.span12{
width:926px}
input.span11,textarea.span11,.uneditable-input.span11{
width:846px}
input.span10,textarea.span10,.uneditable-input.span10{
width:766px}
input.span9,textarea.span9,.uneditable-input.span9{
width:686px}
input.span8,textarea.span8,.uneditable-input.span8{
width:606px}
input.span7,textarea.span7,.uneditable-input.span7{
width:526px}
input.span6,textarea.span6,.uneditable-input.span6{
width:446px}
input.span5,textarea.span5,.uneditable-input.span5{
width:366px}
input.span4,textarea.span4,.uneditable-input.span4{
width:286px}
input.span3,textarea.span3,.uneditable-input.span3{
width:206px}
input.span2,textarea.span2,.uneditable-input.span2{
width:126px}
input.span1,textarea.span1,.uneditable-input.span1{
width:46px}
.controls-row{
*zoom:1}
.controls-row:before,.controls-row:after{
display:table;
line-height:0;
content:""}
.controls-row:after{
clear:both}
.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{
float:left}
.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{
padding-top:5px}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
cursor:not-allowed;
background-color:#ccc}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{
background-color:transparent}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
color:#e5e5e5}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
color:#e5e5e5}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
border-color:#e5e5e5;
-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)}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{
color:#e5e5e5;
background-color:#e45500;
border-color:#e5e5e5}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
color:#e5e5e5}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{
color:#e5e5e5}
.control-group.error input,.control-group.error select,.control-group.error textarea{
border-color:#e5e5e5;
-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)}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{
color:#e5e5e5;
background-color:#cc0027;
border-color:#e5e5e5}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
color:#e5e5e5}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{
color:#e5e5e5}
.control-group.success input,.control-group.success select,.control-group.success textarea{
border-color:#e5e5e5;
-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)}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{
color:#e5e5e5;
background-color:#30960f;
border-color:#e5e5e5}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
color:#e5e5e5}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{
color:#e5e5e5}
.control-group.info input,.control-group.info select,.control-group.info textarea{
border-color:#e5e5e5;
-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)}
.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{
color:#e5e5e5;
background-color:#793094;
border-color:#e5e5e5}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{
color:#b94a48;
border-color:#ee5f5b}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
border-color:#e9322d;
-webkit-box-shadow:0 0 6px #f8b9b7;
-moz-box-shadow:0 0 6px #f8b9b7;
box-shadow:0 0 6px #f8b9b7}
.form-actions{
padding:19px 20px 20px;
margin-top:20px;
margin-bottom:20px;
background-color:#333;
border-top:1px solid #e5e5e5;
*zoom:1}
.form-actions:before,.form-actions:after{
display:table;
line-height:0;
content:""}
.form-actions:after{
clear:both}
.help-block,.help-inline{
color:#fff}
.help-block{
display:block;
margin-bottom:10px}
.help-inline{
display:inline-block;
*display:inline;
padding-left:5px;
vertical-align:middle;
*zoom:1}
.input-append,.input-prepend{
display:inline-block;
margin-bottom:10px;
font-size:0;
white-space:nowrap;
vertical-align:middle}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{
font-size:14px}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{
position:relative;
margin-bottom:0;
*margin-left:0;
vertical-align:top;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{
z-index:2}
.input-append .add-on,.input-prepend .add-on{
display:inline-block;
width:auto;
height:20px;
min-width:16px;
padding:4px 5px;
font-size:14px;
font-weight:normal;
line-height:20px;
text-align:center;
text-shadow:0 1px 0 #e5e5e5;
background-color:#ddd;
border:1px solid #ccc}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{
vertical-align:top;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append .active,.input-prepend .active{
background-color:#77ee50;
border-color:#30960f}
.input-prepend .add-on,.input-prepend .btn{
margin-right:-1px}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input,.input-append select,.input-append .uneditable-input{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append .add-on,.input-append .btn,.input-append .btn-group{
margin-left:-1px}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{
margin-right:-1px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{
margin-left:-1px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .btn-group:first-child{
margin-left:0}
input.search-query{
padding-right:14px;
padding-right:4px \9;
padding-left:14px;
padding-left:4px \9;
margin-bottom:0;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.form-search .input-append .search-query,.form-search .input-prepend .search-query{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.form-search .input-append .search-query{
-webkit-border-radius:14px 0 0 14px;
-moz-border-radius:14px 0 0 14px;
border-radius:14px 0 0 14px}
.form-search .input-append .btn{
-webkit-border-radius:0 14px 14px 0;
-moz-border-radius:0 14px 14px 0;
border-radius:0 14px 14px 0}
.form-search .input-prepend .search-query{
-webkit-border-radius:0 14px 14px 0;
-moz-border-radius:0 14px 14px 0;
border-radius:0 14px 14px 0}
.form-search .input-prepend .btn{
-webkit-border-radius:14px 0 0 14px;
-moz-border-radius:14px 0 0 14px;
border-radius:14px 0 0 14px}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{
display:inline-block;
*display:inline;
margin-bottom:0;
vertical-align:middle;
*zoom:1;
border:0px}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{
display:none}
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{
display:inline-block}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{
margin-bottom:0}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{
padding-left:0;
margin-bottom:0;
vertical-align:middle}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{
float:left;
margin-right:3px;
margin-left:0}
.control-group{
margin-bottom:10px}
legend+.control-group{
margin-top:20px;
-webkit-margin-top-collapse:separate}
.form-horizontal .control-group{
margin-bottom:20px;
*zoom:1}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{
display:table;
line-height:0;
content:""}
.form-horizontal .control-group:after{
clear:both}
.form-horizontal .control-label{
float:left;
width:160px;
padding-top:5px;
text-align:right}
.form-horizontal .controls{
*display:inline-block;
*padding-left:20px;
margin-left:180px;
*margin-left:0}
.form-horizontal .controls:first-child{
*padding-left:180px}
.form-horizontal .help-block{
margin-bottom:0}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{
margin-top:10px}
.form-horizontal .form-actions{
padding-left:180px}
table{
max-width:100%;
background-color:transparent;
border-collapse:collapse;
border-spacing:0}
.table{
width:100%;
margin-bottom:20px}
.table th,.table td{
padding:8px;
line-height:20px;
text-align:left;
vertical-align:top;
border-top:1px solid #333}
.table th{
font-weight:bold}
.table thead th{
vertical-align:bottom}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
border-top:0}
.table tbody+tbody{
border-top:2px solid #333}
.table .table{
background-color:#222}
.table-condensed th,.table-condensed td{
padding:4px 5px}
.table-bordered{
border:1px solid #333;
border-collapse:separate;
*border-collapse:collapse;
border-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered th,.table-bordered td{
border-left:1px solid #333}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{
border-top:0}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topleft:0}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-moz-border-radius-topright:0}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomleft:0}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-bottomright:0}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomleft:0}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-bottomright:0}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topleft:0}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-moz-border-radius-topright:0}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
background-color:#111}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{
background-color:#333}
table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{
display:table-cell;
float:none;
margin-left:0}
.table td.span1,.table th.span1{
float:none;
width:44px;
margin-left:0}
.table td.span2,.table th.span2{
float:none;
width:124px;
margin-left:0}
.table td.span3,.table th.span3{
float:none;
width:204px;
margin-left:0}
.table td.span4,.table th.span4{
float:none;
width:284px;
margin-left:0}
.table td.span5,.table th.span5{
float:none;
width:364px;
margin-left:0}
.table td.span6,.table th.span6{
float:none;
width:444px;
margin-left:0}
.table td.span7,.table th.span7{
float:none;
width:524px;
margin-left:0}
.table td.span8,.table th.span8{
float:none;
width:604px;
margin-left:0}
.table td.span9,.table th.span9{
float:none;
width:684px;
margin-left:0}
.table td.span10,.table th.span10{
float:none;
width:764px;
margin-left:0}
.table td.span11,.table th.span11{
float:none;
width:844px;
margin-left:0}
.table td.span12,.table th.span12{
float:none;
width:924px;
margin-left:0}
.table tbody tr.success>td{
background-color:#30960f}
.table tbody tr.error>td{
background-color:#cc0027}
.table tbody tr.warning>td{
background-color:#e45500}
.table tbody tr.info>td{
background-color:#793094}
.table-hover tbody tr.success:hover>td{
background-color:#297f0c}
.table-hover tbody tr.error:hover>td{
background-color:#b30022}
.table-hover tbody tr.warning:hover>td{
background-color:#cb4b00}
.table-hover tbody tr.info:hover>td{
background-color:#6a2981}
[class^="icon-"],[class*=" icon-"]{
display:inline-block;
width:14px;
height:14px;
margin-top:1px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;
background-image:url("../img/glyphicons-halflings.png");
background-position:14px 14px;
background-repeat:no-repeat}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{
background-image:url("../img/glyphicons-halflings-white.png")}
.icon-glass{
background-position:0 0}
.icon-music{
background-position:-24px 0}
.icon-search{
background-position:-48px 0}
.icon-envelope{
background-position:-72px 0}
.icon-heart{
background-position:-96px 0}
.icon-star{
background-position:-120px 0}
.icon-star-empty{
background-position:-144px 0}
.icon-user{
background-position:-168px 0}
.icon-film{
background-position:-192px 0}
.icon-th-large{
background-position:-216px 0}
.icon-th{
background-position:-240px 0}
.icon-th-list{
background-position:-264px 0}
.icon-ok{
background-position:-288px 0}
.icon-remove{
background-position:-312px 0}
.icon-zoom-in{
background-position:-336px 0}
.icon-zoom-out{
background-position:-360px 0}
.icon-off{
background-position:-384px 0}
.icon-signal{
background-position:-408px 0}
.icon-cog{
background-position:-432px 0}
.icon-trash{
background-position:-456px 0}
.icon-home{
background-position:0 -24px}
.icon-file{
background-position:-24px -24px}
.icon-time{
background-position:-48px -24px}
.icon-road{
background-position:-72px -24px}
.icon-download-alt{
background-position:-96px -24px}
.icon-download{
background-position:-120px -24px}
.icon-upload{
background-position:-144px -24px}
.icon-inbox{
background-position:-168px -24px}
.icon-play-circle{
background-position:-192px -24px}
.icon-repeat{
background-position:-216px -24px}
.icon-refresh{
background-position:-240px -24px}
.icon-list-alt{
background-position:-264px -24px}
.icon-lock{
background-position:-287px -24px}
.icon-flag{
background-position:-312px -24px}
.icon-headphones{
background-position:-336px -24px}
.icon-volume-off{
background-position:-360px -24px}
.icon-volume-down{
background-position:-384px -24px}
.icon-volume-up{
background-position:-408px -24px}
.icon-qrcode{
background-position:-432px -24px}
.icon-barcode{
background-position:-456px -24px}
.icon-tag{
background-position:0 -48px}
.icon-tags{
background-position:-25px -48px}
.icon-book{
background-position:-48px -48px}
.icon-bookmark{
background-position:-72px -48px}
.icon-print{
background-position:-96px -48px}
.icon-camera{
background-position:-120px -48px}
.icon-font{
background-position:-144px -48px}
.icon-bold{
background-position:-167px -48px}
.icon-italic{
background-position:-192px -48px}
.icon-text-height{
background-position:-216px -48px}
.icon-text-width{
background-position:-240px -48px}
.icon-align-left{
background-position:-264px -48px}
.icon-align-center{
background-position:-288px -48px}
.icon-align-right{
background-position:-312px -48px}
.icon-align-justify{
background-position:-336px -48px}
.icon-list{
background-position:-360px -48px}
.icon-indent-left{
background-position:-384px -48px}
.icon-indent-right{
background-position:-408px -48px}
.icon-facetime-video{
background-position:-432px -48px}
.icon-picture{
background-position:-456px -48px}
.icon-pencil{
background-position:0 -72px}
.icon-map-marker{
background-position:-24px -72px}
.icon-adjust{
background-position:-48px -72px}
.icon-tint{
background-position:-72px -72px}
.icon-edit{
background-position:-96px -72px}
.icon-share{
background-position:-120px -72px}
.icon-check{
background-position:-144px -72px}
.icon-move{
background-position:-168px -72px}
.icon-step-backward{
background-position:-192px -72px}
.icon-fast-backward{
background-position:-216px -72px}
.icon-backward{
background-position:-240px -72px}
.icon-play{
background-position:-264px -72px}
.icon-pause{
background-position:-288px -72px}
.icon-stop{
background-position:-312px -72px}
.icon-forward{
background-position:-336px -72px}
.icon-fast-forward{
background-position:-360px -72px}
.icon-step-forward{
background-position:-384px -72px}
.icon-eject{
background-position:-408px -72px}
.icon-chevron-left{
background-position:-432px -72px}
.icon-chevron-right{
background-position:-456px -72px}
.icon-plus-sign{
background-position:0 -96px}
.icon-minus-sign{
background-position:-24px -96px}
.icon-remove-sign{
background-position:-48px -96px}
.icon-ok-sign{
background-position:-72px -96px}
.icon-question-sign{
background-position:-96px -96px}
.icon-info-sign{
background-position:-120px -96px}
.icon-screenshot{
background-position:-144px -96px}
.icon-remove-circle{
background-position:-168px -96px}
.icon-ok-circle{
background-position:-192px -96px}
.icon-ban-circle{
background-position:-216px -96px}
.icon-arrow-left{
background-position:-240px -96px}
.icon-arrow-right{
background-position:-264px -96px}
.icon-arrow-up{
background-position:-289px -96px}
.icon-arrow-down{
background-position:-312px -96px}
.icon-share-alt{
background-position:-336px -96px}
.icon-resize-full{
background-position:-360px -96px}
.icon-resize-small{
background-position:-384px -96px}
.icon-plus{
background-position:-408px -96px}
.icon-minus{
background-position:-433px -96px}
.icon-asterisk{
background-position:-456px -96px}
.icon-exclamation-sign{
background-position:0 -120px}
.icon-gift{
background-position:-24px -120px}
.icon-leaf{
background-position:-48px -120px}
.icon-fire{
background-position:-72px -120px}
.icon-eye-open{
background-position:-96px -120px}
.icon-eye-close{
background-position:-120px -120px}
.icon-warning-sign{
background-position:-144px -120px}
.icon-plane{
background-position:-168px -120px}
.icon-calendar{
background-position:-192px -120px}
.icon-random{
width:16px;
background-position:-216px -120px}
.icon-comment{
background-position:-240px -120px}
.icon-magnet{
background-position:-264px -120px}
.icon-chevron-up{
background-position:-288px -120px}
.icon-chevron-down{
background-position:-313px -119px}
.icon-retweet{
background-position:-336px -120px}
.icon-shopping-cart{
background-position:-360px -120px}
.icon-folder-close{
width:16px;
background-position:-384px -120px}
.icon-folder-open{
width:16px;
background-position:-408px -120px}
.icon-resize-vertical{
background-position:-432px -119px}
.icon-resize-horizontal{
background-position:-456px -118px}
.icon-hdd{
background-position:0 -144px}
.icon-bullhorn{
background-position:-24px -144px}
.icon-bell{
background-position:-48px -144px}
.icon-certificate{
background-position:-72px -144px}
.icon-thumbs-up{
background-position:-96px -144px}
.icon-thumbs-down{
background-position:-120px -144px}
.icon-hand-right{
background-position:-144px -144px}
.icon-hand-left{
background-position:-168px -144px}
.icon-hand-up{
background-position:-192px -144px}
.icon-hand-down{
background-position:-216px -144px}
.icon-circle-arrow-right{
background-position:-240px -144px}
.icon-circle-arrow-left{
background-position:-264px -144px}
.icon-circle-arrow-up{
background-position:-288px -144px}
.icon-circle-arrow-down{
background-position:-312px -144px}
.icon-globe{
background-position:-336px -144px}
.icon-wrench{
background-position:-360px -144px}
.icon-tasks{
background-position:-384px -144px}
.icon-filter{
background-position:-408px -144px}
.icon-briefcase{
background-position:-432px -144px}
.icon-fullscreen{
background-position:-456px -144px}
.dropup,.dropdown{
position:relative}
.dropdown-toggle{
*margin-bottom:-3px}
.dropdown-toggle:active,.open .dropdown-toggle{
outline:0}
.caret{
display:inline-block;
width:0;
height:0;
vertical-align:top;
border-top:4px solid #000;
border-right:4px solid transparent;
border-left:4px solid transparent;
content:""}
.dropdown .caret{
margin-top:8px;
margin-left:2px}
.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:160px;
padding:5px 0;
margin:2px 0 0;
list-style:none;
background-color:#222;
border:1px solid #ccc;
border:1px solid 0 1px 1px 1px inset #ccc;
*border-right-width:2px;
*border-bottom-width:2px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box}
.dropdown-menu.pull-right{
right:0;
left:auto}
.dropdown-menu .divider{
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #222}
.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:20px;
color:#fff;
white-space:nowrap}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
color:#222;
text-decoration:none;
background-color:#9361c7;
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0)}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
color:#222;
text-decoration:none;
background-color:#9361c7;
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
outline:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0)}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
color:#ccc}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
text-decoration:none;
cursor:default;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open{
*z-index:1000}
.open>.dropdown-menu{
display:block}
.dropdown-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:990}
.pull-right>.dropdown-menu{
right:0;
left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
border-top:0;
border-bottom:4px solid #000;
content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
top:auto;
bottom:100%;
margin-bottom:1px}
.dropdown-submenu{
position:relative}
.dropdown-submenu>.dropdown-menu{
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{
display:block}
.dropup .dropdown-submenu>.dropdown-menu{
top:auto;
bottom:0;
margin-top:0;
margin-bottom:-2px;
-webkit-border-radius:5px 5px 5px 0;
-moz-border-radius:5px 5px 5px 0;
border-radius:5px 5px 5px 0}
.dropdown-submenu>a:after{
display:block;
float:right;
width:0;
height:0;
margin-top:5px;
margin-right:-10px;
border-color:transparent;
border-left-color:#000;
border-style:solid;
border-width:5px 0 5px 5px;
content:" "}
.dropdown-submenu:hover>a:after{
border-left-color:#222}
.dropdown-submenu.pull-left{
float:none}
.dropdown-submenu.pull-left>.dropdown-menu{
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px}
.dropdown .dropdown-menu .nav-header{
padding-right:20px;
padding-left:20px}
.typeahead{
z-index:1051;
margin-top:2px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.well{
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#111;
border:1px solid #000;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.well blockquote{
border-color:#ddd;
border-color:rgba(0,0,0,0.15)}
.well-large{
padding:24px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.well-small{
padding:9px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-moz-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear}
.fade.in{
opacity:1}
.collapse{
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height .35s ease;
-moz-transition:height .35s ease;
-o-transition:height .35s ease;
transition:height .35s ease}
.collapse.in{
height:auto}
.close{
float:right;
font-size:20px;
font-weight:bold;
line-height:20px;
color:#000;
text-shadow:0 1px 0 #fff;
opacity:.2;
filter:alpha(opacity=20)}
.close:hover,.close:focus{
color:#000;
text-decoration:none;
cursor:pointer;
opacity:.4;
filter:alpha(opacity=40)}
button.close{
padding:0;
cursor:pointer;
background:transparent;
border:0;
-webkit-appearance:none}
.btn{
display:inline-block;
*display:inline;
padding:4px 12px;
margin-bottom:0;
*margin-left:.3em;
font-size:14px;
line-height:20px;
color:#222;
text-align:center;
text-shadow:0 1px 1px rgba(255,255,255,0.75);
vertical-align:middle;
cursor:pointer;
background-color:#222;
*background-color:#040404;
background-image:-moz-linear-gradient(top,#1e1e1e,#040404);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1e1e1e),to(#040404));
background-image:-webkit-linear-gradient(top,#1e1e1e,#040404);
background-image:-o-linear-gradient(top,#1e1e1e,#040404);
background-image:linear-gradient(to bottom,#1e1e1e,#040404);
background-repeat:repeat-x;
border:1px solid #222;
*border:0;
border-color:#040404 #040404 #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color:#080808;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e',endColorstr='#ff040404',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{
color:#222;
background-color:#040404;
*background-color:#000}
.btn:active,.btn.active{
background-color:#000 \9}
.btn:first-child{
*margin-left:0}
.btn:hover,.btn:focus{
color:#222;
text-decoration:none;
background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear}
.btn:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
.btn.active,.btn:active{
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn.disabled,.btn[disabled]{
cursor:default;
background-image:none;
opacity:.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-large{
padding:22px 30px;
font-size:17.5px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{
margin-top:4px}
.btn-small{
padding:2px 10px;
font-size:11.9px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{
margin-top:0}
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{
margin-top:-1px}
.btn-mini{
padding:2px 6px;
font-size:10.5px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-block{
display:block;
width:100%;
padding-right:0;
padding-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.btn-block+.btn-block{
margin-top:5px}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{
width:100%}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{
color:rgba(255,255,255,0.75)}
.btn-primary{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#000;
*background-color:#fff;
background-image:-moz-linear-gradient(top,#a57cd1,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#a57cd1),to(#fff));
background-image:-webkit-linear-gradient(top,#a57cd1,#fff);
background-image:-o-linear-gradient(top,#a57cd1,#fff);
background-image:linear-gradient(to bottom,#a57cd1,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa57cd1',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
color:#fff;
background-color:#111;
*background-color:#7e43bd}
.btn-primary:active,.btn-primary.active{
background-color:#723caa \9}
.btn-warning{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#e95700;
*background-color:#cb4b00;
background-image:-moz-linear-gradient(top,#fe5e00,#cb4b00);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe5e00),to(#cb4b00));
background-image:-webkit-linear-gradient(top,#fe5e00,#cb4b00);
background-image:-o-linear-gradient(top,#fe5e00,#cb4b00);
background-image:linear-gradient(to bottom,#fe5e00,#cb4b00);
background-repeat:repeat-x;
border-color:#cb4b00 #cb4b00 #7e2f00;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe5e00',endColorstr='#ffcb4b00',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{
color:#fff;
background-color:#cb4b00;
*background-color:#b14200}
.btn-warning:active,.btn-warning.active{
background-color:#983800 \9}
.btn-danger{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#d10028;
*background-color:#b30022;
background-image:-moz-linear-gradient(top,#e6002c,#b30022);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e6002c),to(#b30022));
background-image:-webkit-linear-gradient(top,#e6002c,#b30022);
background-image:-o-linear-gradient(top,#e6002c,#b30022);
background-image:linear-gradient(to bottom,#e6002c,#b30022);
background-repeat:repeat-x;
border-color:#b30022 #b30022 #660014;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6002c',endColorstr='#ffb30022',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{
color:#fff;
background-color:#b30022;
*background-color:#99001d}
.btn-danger:active,.btn-danger.active{
background-color:#800018 \9}
.btn-success{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#329b0f;
*background-color:#297f0c;
background-image:-moz-linear-gradient(top,#38ae11,#297f0c);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#38ae11),to(#297f0c));
background-image:-webkit-linear-gradient(top,#38ae11,#297f0c);
background-image:-o-linear-gradient(top,#38ae11,#297f0c);
background-image:linear-gradient(to bottom,#38ae11,#297f0c);
background-repeat:repeat-x;
border-color:#297f0c #297f0c #123906;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38ae11',endColorstr='#ff297f0c',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{
color:#fff;
background-color:#297f0c;
*background-color:#21680a}
.btn-success:active,.btn-success.active{
background-color:#1a5108 \9}
.btn-info{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#7d3198;
*background-color:#6a2981;
background-image:-moz-linear-gradient(top,#8936a8,#6a2981);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#8936a8),to(#6a2981));
background-image:-webkit-linear-gradient(top,#8936a8,#6a2981);
background-image:-o-linear-gradient(top,#8936a8,#6a2981);
background-image:linear-gradient(to bottom,#8936a8,#6a2981);
background-repeat:repeat-x;
border-color:#6a2981 #6a2981 #3a1747;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8936a8',endColorstr='#ff6a2981',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{
color:#fff;
background-color:#6a2981;
*background-color:#5a236e}
.btn-info:active,.btn-info.active{
background-color:#4a1d5a \9}
.btn-inverse{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#cfcfcf;
*background-color:#bfbfbf;
background-image:-moz-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#d9d9d9),to(#bfbfbf));
background-image:-webkit-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:-o-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:linear-gradient(to bottom,#d9d9d9,#bfbfbf);
background-repeat:repeat-x;
border-color:#bfbfbf #bfbfbf #999;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9',endColorstr='#ffbfbfbf',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
color:#fff;
background-color:#bfbfbf;
*background-color:#b3b3b3}
.btn-inverse:active,.btn-inverse.active{
background-color:#a6a6a6 \9}
button.btn,input[type="submit"].btn{
*padding-top:3px;
*padding-bottom:3px}
button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{
padding:0;
border:0}
button.btn.btn-large,input[type="submit"].btn.btn-large{
*padding-top:7px;
*padding-bottom:7px}
button.btn.btn-small,input[type="submit"].btn.btn-small{
*padding-top:3px;
*padding-bottom:3px}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{
*padding-top:1px;
*padding-bottom:1px}
.btn-link,.btn-link:active,.btn-link[disabled]{
background-color:transparent;
background-image:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-link{
color:#fff;
cursor:pointer;
border-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-link:hover,.btn-link:focus{
color:#e5e5e5;
text-decoration:underline;
background-color:transparent}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{
color:#222;
text-decoration:none}
.btn-group{
position:relative;
display:inline-block;
*display:inline;
*margin-left:.3em;
font-size:0;
white-space:nowrap;
vertical-align:middle;
*zoom:1}
.btn-group:first-child{
*margin-left:0}
.btn-group+.btn-group{
margin-left:5px}
.btn-toolbar{
margin-top:10px;
margin-bottom:10px;
font-size:0}
.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{
margin-left:5px}
.btn-group>.btn{
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group>.btn+.btn{
margin-left:-1px}
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{
font-size:14px}
.btn-group>.btn-mini{
font-size:10.5px}
.btn-group>.btn-small{
font-size:11.9px}
.btn-group>.btn-large{
font-size:17.5px}
.btn-group>.btn:first-child{
margin-left:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.btn-group>.btn.large:first-child{
margin-left:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{
z-index:2}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
outline:0}
.btn-group>.btn+.dropdown-toggle{
*padding-top:5px;
padding-right:8px;
*padding-bottom:5px;
padding-left:8px;
-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.btn-group>.btn-mini+.dropdown-toggle{
*padding-top:2px;
padding-right:5px;
*padding-bottom:2px;
padding-left:5px}
.btn-group>.btn-small+.dropdown-toggle{
*padding-top:5px;
*padding-bottom:4px}
.btn-group>.btn-large+.dropdown-toggle{
*padding-top:7px;
padding-right:12px;
*padding-bottom:7px;
padding-left:12px}
.btn-group.open .dropdown-toggle{
background-image:none;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn-group.open .btn.dropdown-toggle{
background-color:#040404}
.btn-group.open .btn-primary.dropdown-toggle{
background-color:#fff}
.btn-group.open .btn-warning.dropdown-toggle{
background-color:#cb4b00}
.btn-group.open .btn-danger.dropdown-toggle{
background-color:#b30022}
.btn-group.open .btn-success.dropdown-toggle{
background-color:#297f0c}
.btn-group.open .btn-info.dropdown-toggle{
background-color:#6a2981}
.btn-group.open .btn-inverse.dropdown-toggle{
background-color:#bfbfbf}
.btn .caret{
margin-top:8px;
margin-left:0}
.btn-large .caret{
margin-top:6px}
.btn-large .caret{
border-top-width:5px;
border-right-width:5px;
border-left-width:5px}
.btn-mini .caret,.btn-small .caret{
margin-top:8px}
.dropup .btn-large .caret{
border-bottom-width:5px}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.btn-group-vertical{
display:inline-block;
*display:inline;
*zoom:1}
.btn-group-vertical>.btn{
display:block;
float:none;
max-width:100%;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn+.btn{
margin-top:-1px;
margin-left:0}
.btn-group-vertical>.btn:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn-large:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn-large:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert{
padding:8px 35px 8px 14px;
margin-bottom:20px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
background-color:#e45500;
border:1px solid transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert,.alert h4{
color:#e5e5e5}
.alert h4{
margin:0}
.alert .close{
position:relative;
top:-2px;
right:-21px;
line-height:20px}
.alert-success{
color:#e5e5e5;
background-color:#30960f;
border-color:transparent}
.alert-success h4{
color:#e5e5e5}
.alert-danger,.alert-error{
color:#e5e5e5;
background-color:#cc0027;
border-color:transparent}
.alert-danger h4,.alert-error h4{
color:#e5e5e5}
.alert-info{
color:#e5e5e5;
background-color:#333;
border-color:transparent}
.alert-info h4{
color:#e5e5e5}
.alert-block{
padding-top:14px;
padding-bottom:14px}
.alert-block>p,.alert-block>ul{
margin-bottom:0}
.alert-block p+p{
margin-top:5px}
.nav{
margin-bottom:20px;
margin-left:0;
list-style:none}
.nav>li>a{
display:block}
.nav>li>a:hover,.nav>li>a:focus{
text-decoration:none;
background-color:#ddd}
.nav>li>a>img{
max-width:none}
.nav>.pull-right{
float:right}
.nav-header{
display:block;
padding:3px 15px;
font-size:11px;
font-weight:bold;
line-height:20px;
color:#ccc;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
text-transform:uppercase}
.nav li+.nav-header{
margin-top:9px}
.nav-list{
padding-right:15px;
padding-left:15px;
margin-bottom:0}
.nav-list>li>a,.nav-list .nav-header{
margin-right:-15px;
margin-left:-15px;
text-shadow:0 1px 0 rgba(255,255,255,0.5)}
.nav-list>li>a{
padding:3px 15px}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{
color:#e5e5e5;
text-shadow:0 -1px 0 rgba(0,0,0,0.2);
background-color:#fff}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{
margin-right:2px}
.nav-list .divider{
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #e5e5e5}
.nav-tabs,.nav-pills{
*zoom:1}
.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{
display:table;
line-height:0;
content:""}
.nav-tabs:after,.nav-pills:after{
clear:both}
.nav-tabs>li,.nav-pills>li{
float:left}
.nav-tabs>li>a,.nav-pills>li>a{
padding-right:12px;
padding-left:12px;
margin-right:2px;
line-height:14px}
.nav-tabs{
border-bottom:1px solid #ddd}
.nav-tabs>li{
margin-bottom:-1px}
.nav-tabs>li>a{
padding-top:8px;
padding-bottom:8px;
line-height:20px;
border:1px solid transparent;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
color:#333;
cursor:default;
background-color:#222;
border:1px solid #ddd;
border-bottom-color:transparent}
.nav-pills>li>a{
padding-top:8px;
padding-bottom:8px;
margin-top:2px;
margin-bottom:2px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{
color:#e5e5e5;
background-color:#fff}
.nav-stacked>li{
float:none}
.nav-stacked>li>a{
margin-right:0}
.nav-tabs.nav-stacked{
border-bottom:0}
.nav-tabs.nav-stacked>li>a{
border:1px solid #ddd;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-tabs.nav-stacked>li:first-child>a{
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-topleft:4px}
.nav-tabs.nav-stacked>li:last-child>a{
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:4px}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{
z-index:2;
border-color:#ddd}
.nav-pills.nav-stacked>li>a{
margin-bottom:3px}
.nav-pills.nav-stacked>li:last-child>a{
margin-bottom:1px}
.nav-tabs .dropdown-menu{
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px}
.nav-pills .dropdown-menu{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.nav .dropdown-toggle .caret{
margin-top:6px;
border-top-color:#fff;
border-bottom-color:#fff}
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.nav-tabs .dropdown-toggle .caret{
margin-top:8px}
.nav .active .dropdown-toggle .caret{
border-top-color:#fff;
border-bottom-color:#fff}
.nav-tabs .active .dropdown-toggle .caret{
border-top-color:#333;
border-bottom-color:#333}
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{
cursor:pointer}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{
color:#e5e5e5;
background-color:#ccc;
border-color:#ccc}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5;
opacity:1;
filter:alpha(opacity=100)}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{
border-color:#ccc}
.tabbable{
*zoom:1}
.tabbable:before,.tabbable:after{
display:table;
line-height:0;
content:""}
.tabbable:after{
clear:both}
.tab-content{
overflow:auto}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{
border-bottom:0}
.tab-content>.tab-pane,.pill-content>.pill-pane{
display:none}
.tab-content>.active,.pill-content>.active{
display:block}
.tabs-below>.nav-tabs{
border-top:1px solid #ddd}
.tabs-below>.nav-tabs>li{
margin-top:-1px;
margin-bottom:0}
.tabs-below>.nav-tabs>li>a{
-webkit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px}
.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{
border-top-color:#ddd;
border-bottom-color:transparent}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{
border-color:transparent #ddd #ddd #ddd}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{
float:none}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
min-width:74px;
margin-right:0;
margin-bottom:3px}
.tabs-left>.nav-tabs{
float:left;
margin-right:19px;
border-right:1px solid #ddd}
.tabs-left>.nav-tabs>li>a{
margin-right:-1px;
-webkit-border-radius:4px 0 0 4px;
-moz-border-radius:4px 0 0 4px;
border-radius:4px 0 0 4px}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd #ddd}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{
border-color:#ddd transparent #ddd #ddd;
*border-right-color:#e5e5e5}
.tabs-right>.nav-tabs{
float:right;
margin-left:19px;
border-left:1px solid #ddd}
.tabs-right>.nav-tabs>li>a{
margin-left:-1px;
-webkit-border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
border-radius:0 4px 4px 0}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd #ddd}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{
border-color:#ddd #ddd #ddd transparent;
*border-left-color:#e5e5e5}
.nav>.disabled>a{
color:#ccc}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{
text-decoration:none;
cursor:default;
background-color:transparent}
.navbar{
*position:relative;
*z-index:2;
margin-bottom:20px;
overflow:visible}
.navbar-inner{
min-height:40px;
padding-right:20px;
padding-left:20px;
background-color:#c6b3da;
background-image:-moz-linear-gradient(top,#e5e5e5,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#fff));
background-image:-webkit-linear-gradient(top,#e5e5e5,#fff);
background-image:-o-linear-gradient(top,#e5e5e5,#fff);
background-image:linear-gradient(to bottom,#e5e5e5,#fff);
background-repeat:repeat-x;
border:1px solid transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#fffff',GradientType=0);
*zoom:1;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);
box-shadow:0 1px 4px rgba(0,0,0,0.065)}
.navbar-inner:before,.navbar-inner:after{
display:table;
line-height:0;
content:""}
.navbar-inner:after{
clear:both}
.navbar .container{
width:auto}
.nav-collapse.collapse{
height:auto;
overflow:visible}
.navbar .brand{
display:block;
float:left;
padding:10px 20px 10px;
margin-left:-20px;
font-size:20px;
font-weight:200;
color:#222;
text-shadow:0 1px 0 #e5e5e5}
.navbar .brand:hover,.navbar .brand:focus{
text-decoration:none}
.navbar-text{
margin-bottom:0;
line-height:40px;
color:#222}
.navbar-link{
color:#222}
.navbar-link:hover,.navbar-link:focus{
color:#e5e5e5}
.navbar .divider-vertical{
height:40px;
margin:0 9px;
border-right:1px solid #e5e5e5;
border-left:1px solid #fff}
.navbar .btn,.navbar .btn-group{
margin-top:5px}
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{
margin-top:0}
.navbar-form{
margin-bottom:0;
*zoom:1}
.navbar-form:before,.navbar-form:after{
display:table;
line-height:0;
content:""}
.navbar-form:after{
clear:both}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{
margin-top:5px}
.navbar-form input,.navbar-form select,.navbar-form .btn{
display:inline-block;
margin-bottom:0}
.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{
margin-top:3px}
.navbar-form .input-append,.navbar-form .input-prepend{
margin-top:5px;
white-space:nowrap}
.navbar-form .input-append input,.navbar-form .input-prepend input{
margin-top:0}
.navbar-search{
position:relative;
float:left;
margin-top:5px;
margin-bottom:0}
.navbar-search .search-query{
padding:4px 14px;
margin-bottom:0;
font-family:"Nunito";
font-size:13px;
font-weight:normal;
line-height:1;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.navbar-static-top{
position:static;
margin-bottom:0}
.navbar-static-top .navbar-inner{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.navbar-fixed-top,.navbar-fixed-bottom{
position:fixed;
right:0;
left:0;
z-index:1030;
margin-bottom:0}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
border-width:0 0 1px}
.navbar-fixed-bottom .navbar-inner{
border-width:1px 0 0}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{
padding-right:0;
padding-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
width:940px}
.navbar-fixed-top{
top:0}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);
box-shadow:0 1px 10px rgba(0,0,0,0.1)}
.navbar-fixed-bottom{
bottom:0}
.navbar-fixed-bottom .navbar-inner{
-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);
box-shadow:0 -1px 10px rgba(0,0,0,0.1)}
.navbar .nav{
position:relative;
left:0;
display:block;
float:left;
margin:0 10px 0 0}
.navbar .nav.pull-right{
float:right;
margin-right:0}
.navbar .nav>li{
float:left}
.navbar .nav>li>a{
float:none;
padding:10px 15px 10px;
color:#fff;
text-decoration:none;
text-shadow:0 1px 0 #e5e5e5}
.navbar .nav .dropdown-toggle .caret{
margin-top:8px}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{
color:#e5e5e5;
text-decoration:none;
background-color:rgba(0,0,0,0.5)}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
color:#fff;
text-decoration:none;
background-color:transparent;
-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}
.navbar .btn-navbar{
display:none;
float:right;
padding:7px 10px;
margin-right:5px;
margin-left:5px;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
*background-color:#fff;
background-image:-moz-linear-gradient(top,#d8d8d8,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#d8d8d8),to(#fff));
background-image:-webkit-linear-gradient(top,#d8d8d8,#fff);
background-image:-o-linear-gradient(top,#d8d8d8,#fff);
background-image:linear-gradient(to bottom,#d8d8d8,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}
.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{
color:#fff;
*background-color:#7e43bd}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{
background-color:#723caa \9}
.navbar .btn-navbar .icon-bar{
display:block;
width:18px;
height:2px;
background-color:#f5f5f5;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);
box-shadow:0 1px 0 rgba(0,0,0,0.25)}
.btn-navbar .icon-bar+.icon-bar{
margin-top:3px}
.navbar .nav>li>.dropdown-menu:before{
position:absolute;
top:-7px;
left:9px;
display:inline-block;
border-right:7px solid transparent;
border-bottom:7px solid #ccc;
border-left:7px solid transparent;
border-bottom-color:0 1px 1px 1px inset #ccc;
content:''}
.navbar .nav>li>.dropdown-menu:after{
position:absolute;
top:-6px;
left:10px;
display:inline-block;
border-right:6px solid transparent;
border-bottom:6px solid #222;
border-left:6px solid transparent;
content:''}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{
top:auto;
bottom:-7px;
border-top:7px solid #ccc;
border-bottom:0;
border-top-color:0 1px 1px 1px inset #ccc}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{
top:auto;
bottom:-6px;
border-top:6px solid #222;
border-bottom:0}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
color:#fff;
background-color:transparent}
.navbar .nav li.dropdown>.dropdown-toggle .caret{
border-top-color:#222;
border-bottom-color:#222}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
border-top-color:#fff;
border-bottom-color:#fff}
.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{
right:0;
left:auto}
.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{
right:12px;
left:auto}
.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{
right:13px;
left:auto}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{
right:100%;
left:auto;
margin-right:-1px;
margin-left:0;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px}
.navbar-inverse .navbar-inner{
background-color: #000;
}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{
color:#e5e5e5}
.navbar-inverse .brand{
color:#fff}
.navbar-inverse .navbar-text{
color:#222}
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{
color:#e5e5e5;
background-color:rgba(0,0,0,0.5)}
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{
color:#e5e5e5;
background-color:#fff}
.navbar-inverse .navbar-link{
color:#222}
.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{
color:#e5e5e5}
.navbar-inverse .divider-vertical{
border-right-color:#fff;
border-left-color:#fff}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{
color:#e5e5e5;
background-color:#fff}
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{
border-top-color:#222;
border-bottom-color:#222}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar-inverse .navbar-search .search-query{
color:#e5e5e5;
background-color:#d9c7eb;
border-color:#fff;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none}
.navbar-inverse .navbar-search .search-query:-moz-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{
padding:5px 15px;
color:#222;
text-shadow:0 1px 0 #e5e5e5;
background-color:#e5e5e5;
border:0;
outline:0;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);
box-shadow:0 0 3px rgba(0,0,0,0.15)}
.navbar-inverse .btn-navbar{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#000;
/**background-color:#fff;*/
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{
color:#fff;
*background-color:#7e43bd}
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{
background-color:#723caa \9}
.breadcrumb{
padding:8px 15px;
margin:0 0 20px;
list-style:none;
background-color:#f5f5f5;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.breadcrumb>li{
display:inline-block;
*display:inline;
text-shadow:0 1px 0 #e5e5e5;
*zoom:1}
.breadcrumb>li>.divider{
padding:0 5px;
color:#ccc}
.breadcrumb>.active{
color:#ccc}
.pagination{
margin:20px 0}
.pagination ul{
display:inline-block;
*display:inline;
margin-bottom:0;
margin-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
*zoom:1;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.pagination ul>li{
display:inline}
.pagination ul>li>a,.pagination ul>li>span{
float:left;
padding:4px 12px;
line-height:20px;
text-decoration:none;
background-color:#333;
border:1px solid transparent;
border-left-width:0}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
background-color:#fff}
.pagination ul>.active>a,.pagination ul>.active>span{
color:#ccc;
cursor:default}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{
color:#ccc;
cursor:default;
background-color:transparent}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
border-left-width:1px;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-centered{
text-align:center}
.pagination-right{
text-align:right}
.pagination-large ul>li>a,.pagination-large ul>li>span{
padding:22px 30px;
font-size:17.5px}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-small ul>li>a,.pagination-small ul>li>span{
padding:2px 10px;
font-size:11.9px}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
padding:2px 6px;
font-size:10.5px}
.pager{
margin:20px 0;
text-align:center;
list-style:none;
*zoom:1}
.pager:before,.pager:after{
display:table;
line-height:0;
content:""}
.pager:after{
clear:both}
.pager li{
display:inline}
.pager li>a,.pager li>span{
display:inline-block;
padding:5px 14px;
background-color:#fff;
border:1px solid #ddd;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.pager li>a:hover,.pager li>a:focus{
text-decoration:none;
background-color:#f5f5f5}
.pager .next>a,.pager .next>span{
float:right}
.pager .previous>a,.pager .previous>span{
float:left}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{
color:#ccc;
cursor:default;
background-color:#fff}
.modal-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:#000}
.modal-backdrop.fade{
opacity:0}
.modal-backdrop,.modal-backdrop.fade.in{
opacity:.8;
filter:alpha(opacity=80)}
.modal{
position:fixed;
top:10%;
left:50%;
z-index:1050;
width:560px;
margin-left:-280px;
background-color:#e5e5e5;
border:1px solid #999;
border:1px solid rgba(0,0,0,0.3);
*border:1px solid #999;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
outline:0;
-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
box-shadow:0 3px 7px rgba(0,0,0,0.3);
-webkit-background-clip:padding-box;
-moz-background-clip:padding-box;
background-clip:padding-box}
.modal.fade{
top:-25%;
-webkit-transition:opacity .3s linear,top .3s ease-out;
-moz-transition:opacity .3s linear,top .3s ease-out;
-o-transition:opacity .3s linear,top .3s ease-out;
transition:opacity .3s linear,top .3s ease-out}
.modal.fade.in{
top:10%}
.modal-header{
padding:9px 15px;
border-bottom:1px solid #eee}
.modal-header .close{
margin-top:2px}
.modal-header h3{
margin:0;
line-height:30px}
.modal-body{
position:relative;
max-height:400px;
padding:15px;
overflow-y:auto}
.modal-form{
margin-bottom:0}
.modal-footer{
padding:14px 15px 15px;
margin-bottom:0;
text-align:right;
background-color:#f5f5f5;
border-top:1px solid #ddd;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;
*zoom:1;
-webkit-box-shadow:inset 0 1px 0 #e5e5e5;
-moz-box-shadow:inset 0 1px 0 #e5e5e5;
box-shadow:inset 0 1px 0 #e5e5e5}
.modal-footer:before,.modal-footer:after{
display:table;
line-height:0;
content:""}
.modal-footer:after{
clear:both}
.modal-footer .btn+.btn{
margin-bottom:0;
margin-left:5px}
.modal-footer .btn-group .btn+.btn{
margin-left:-1px}
.modal-footer .btn-block+.btn-block{
margin-left:0}
.tooltip{
position:absolute;
z-index:1030;
display:block;
font-size:11px;
line-height:1.4;
opacity:0;
filter:alpha(opacity=0);
visibility:visible}
.tooltip.in{
opacity:.8;
filter:alpha(opacity=80)}
.tooltip.top{
padding:5px 0;
margin-top:-3px}
.tooltip.right{
padding:0 5px;
margin-left:3px}
.tooltip.bottom{
padding:5px 0;
margin-top:3px}
.tooltip.left{
padding:0 5px;
margin-left:-3px}
.tooltip-inner{
max-width:200px;
padding:8px;
color:#222;
text-align:center;
text-decoration:none;
background-color:#fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tooltip-arrow{
position:absolute;
width:0;
height:0;
border-color:transparent;
border-style:solid}
.tooltip.top .tooltip-arrow{
bottom:0;
left:50%;
margin-left:-5px;
border-top-color:#fff;
border-width:5px 5px 0}
.tooltip.right .tooltip-arrow{
top:50%;
left:0;
margin-top:-5px;
border-right-color:#fff;
border-width:5px 5px 5px 0}
.tooltip.left .tooltip-arrow{
top:50%;
right:0;
margin-top:-5px;
border-left-color:#fff;
border-width:5px 0 5px 5px}
.tooltip.bottom .tooltip-arrow{
top:0;
left:50%;
margin-left:-5px;
border-bottom-color:#fff;
border-width:0 5px 5px}
.popover{
position:absolute;
top:0;
left:0;
z-index:1010;
display:none;
max-width:276px;
padding:1px;
text-align:left;
white-space:normal;
background-color:#fff;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.2);
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box}
.popover.top{
margin-top:-10px}
.popover.right{
margin-left:10px}
.popover.bottom{
margin-top:10px}
.popover.left{
margin-left:-10px}
.popover-title{
padding:8px 14px;
margin:0;
font-size:14px;
font-weight:normal;
line-height:18px;
background-color:#fff;
border-bottom:1px solid #fff;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0}
.popover-title:empty{
display:none}
.popover-content{
padding:9px 14px}
.popover .arrow,.popover .arrow:after{
position:absolute;
display:block;
width:0;
height:0;
border-color:transparent;
border-style:solid}
.popover .arrow{
border-width:16px}
.popover .arrow:after{
border-width:15px;
content:""}
.popover.top .arrow{
bottom:-16px;
left:50%;
margin-left:-16px;
border-top-color:#999;
border-top-color:transparent;
border-bottom-width:0}
.popover.top .arrow:after{
bottom:1px;
margin-left:-15px;
border-top-color:#fff;
border-bottom-width:0}
.popover.right .arrow{
top:50%;
left:-16px;
margin-top:-16px;
border-right-color:#999;
border-right-color:transparent;
border-left-width:0}
.popover.right .arrow:after{
bottom:-15px;
left:1px;
border-right-color:#fff;
border-left-width:0}
.popover.bottom .arrow{
top:-16px;
left:50%;
margin-left:-16px;
border-bottom-color:#999;
border-bottom-color:transparent;
border-top-width:0}
.popover.bottom .arrow:after{
top:1px;
margin-left:-15px;
border-bottom-color:#fff;
border-top-width:0}
.popover.left .arrow{
top:50%;
right:-16px;
margin-top:-16px;
border-left-color:#999;
border-left-color:transparent;
border-right-width:0}
.popover.left .arrow:after{
right:1px;
bottom:-15px;
border-left-color:#fff;
border-right-width:0}
.thumbnails{
margin-left:-20px;
list-style:none;
*zoom:1}
.thumbnails:before,.thumbnails:after{
display:table;
line-height:0;
content:""}
.thumbnails:after{
clear:both}
.row-fluid .thumbnails{
margin-left:0}
.thumbnails>li{
float:left;
margin-bottom:20px;
margin-left:20px}
.thumbnail{
display:block;
padding:4px;
line-height:20px;
border:1px solid #ddd;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
box-shadow:0 1px 3px rgba(0,0,0,0.055);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
a.thumbnail:hover,a.thumbnail:focus{
border-color:#fff;
-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
box-shadow:0 1px 4px rgba(0,105,214,0.25)}
.thumbnail>img{
display:block;
max-width:100%;
margin-right:auto;
margin-left:auto}
.thumbnail .caption{
padding:9px;
color:#333}
.media,.media-body{
overflow:hidden;
*overflow:visible;
zoom:1}
.media,.media .media{
margin-top:15px}
.media:first-child{
margin-top:0}
.media-object{
display:block}
.media-heading{
margin:0 0 5px}
.media>.pull-left{
margin-right:10px}
.media>.pull-right{
margin-left:10px}
.media-list{
margin-left:0;
list-style:none}
.label,.badge{
display:inline-block;
padding:2px 4px;
font-size:11.844px;
font-weight:bold;
line-height:14px;
color:#e5e5e5;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
white-space:nowrap;
vertical-align:baseline;
background-color:#ccc}
.label{
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px}
.badge{
padding-right:9px;
padding-left:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
border-radius:9px}
.label:empty,.badge:empty{
display:none}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{
color:#e5e5e5;
text-decoration:none;
cursor:pointer}
.label-important,.badge-important{
background-color:#e5e5e5}
.label-important[href],.badge-important[href]{
background-color:#ccc}
.label-warning,.badge-warning{
background-color:#e45500}
.label-warning[href],.badge-warning[href]{
background-color:#b14200}
.label-success,.badge-success{
background-color:#e5e5e5}
.label-success[href],.badge-success[href]{
background-color:#ccc}
.label-info,.badge-info{
background-color:#e5e5e5}
.label-info[href],.badge-info[href]{
background-color:#ccc}
.label-inverse,.badge-inverse{
background-color:#222}
.label-inverse[href],.badge-inverse[href]{
background-color:#080808}
.btn .label,.btn .badge{
position:relative;
top:-1px}
.btn-mini .label,.btn-mini .badge{
top:0}
@-webkit-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-moz-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-ms-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-o-keyframes progress-bar-stripes{
from{
background-position:0 0}
to{
background-position:40px 0}
}
@keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
.progress{
color:#000;
height:20px;
margin-bottom:20px;
overflow:hidden;
background-color:#f7f7f7;
background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
background-repeat:repeat-x;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.progress .bar{
float:left;
width:0;
height:100%;
font-size:12px;
color:#e5e5e5;
text-align:center;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#0e90d2;
background-image:-moz-linear-gradient(top,#149bdf,#0480be);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
background-image:-o-linear-gradient(top,#149bdf,#0480be);
background-image:linear-gradient(to bottom,#149bdf,#0480be);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:width .6s ease;
-moz-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease}
.progress .bar+.bar{
-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}
.progress-striped .bar{
background-color:#149bdf;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px}
.progress.active .bar{
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite}
.progress-danger .bar,.progress .bar-danger{
background-color:#dd514c;
background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);
background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);
background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{
background-color:#ee5f5b;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-success .bar,.progress .bar-success{
background-color:#5eb95e;
background-image:-moz-linear-gradient(top,#62c462,#57a957);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
background-image:-webkit-linear-gradient(top,#62c462,#57a957);
background-image:-o-linear-gradient(top,#62c462,#57a957);
background-image:linear-gradient(to bottom,#62c462,#57a957);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}
.progress-success.progress-striped .bar,.progress-striped .bar-success{
background-color:#62c462;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-info .bar,.progress .bar-info{
background-color:#4bb1cf;
background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);
background-image:-o-linear-gradient(top,#5bc0de,#339bb9);
background-image:linear-gradient(to bottom,#5bc0de,#339bb9);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}
.progress-info.progress-striped .bar,.progress-striped .bar-info{
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-warning .bar,.progress .bar-warning{
background-color:#f46e1e;
background-image:-moz-linear-gradient(top,#ff7e32,#e45500);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff7e32),to(#e45500));
background-image:-webkit-linear-gradient(top,#ff7e32,#e45500);
background-image:-o-linear-gradient(top,#ff7e32,#e45500);
background-image:linear-gradient(to bottom,#ff7e32,#e45500);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7e32',endColorstr='#ffe45500',GradientType=0)}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{
background-color:#ff7e32;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.accordion{
margin-bottom:20px}
.accordion-group{
margin-bottom:2px;
border:1px solid #e5e5e5;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.accordion-heading{
border-bottom:0}
.accordion-heading .accordion-toggle{
display:block;
padding:8px 15px}
.accordion-toggle{
cursor:pointer}
.accordion-inner{
padding:9px 15px;
border-top:1px solid #e5e5e5}
.carousel{
position:relative;
margin-bottom:20px;
line-height:1}
.carousel-inner{
position:relative;
width:100%;
overflow:hidden}
.carousel-inner>.item{
position:relative;
display:none;
-webkit-transition:.6s ease-in-out left;
-moz-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
display:block;
line-height:1}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
display:block}
.carousel-inner>.active{
left:0}
.carousel-inner>.next,.carousel-inner>.prev{
position:absolute;
top:0;
width:100%}
.carousel-inner>.next{
left:100%}
.carousel-inner>.prev{
left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
left:0}
.carousel-inner>.active.left{
left:-100%}
.carousel-inner>.active.right{
left:100%}
.carousel-control{
position:absolute;
top:40%;
left:15px;
width:40px;
height:40px;
margin-top:-20px;
font-size:60px;
font-weight:100;
line-height:30px;
color:#e5e5e5;
text-align:center;
background:#111;
border:3px solid #e5e5e5;
-webkit-border-radius:23px;
-moz-border-radius:23px;
border-radius:23px;
opacity:.5;
filter:alpha(opacity=50)}
.carousel-control.right{
right:15px;
left:auto}
.carousel-control:hover,.carousel-control:focus{
color:#e5e5e5;
text-decoration:none;
opacity:.9;
filter:alpha(opacity=90)}
.carousel-indicators{
position:absolute;
top:15px;
right:15px;
z-index:5;
margin:0;
list-style:none}
.carousel-indicators li{
display:block;
float:left;
width:10px;
height:10px;
margin-left:5px;
text-indent:-999px;
background-color:#ccc;
background-color:rgba(255,255,255,0.25);
border-radius:5px}
.carousel-indicators .active{
background-color:#fff}
.carousel-caption{
position:absolute;
right:0;
bottom:0;
left:0;
padding:15px;
background:#222;
background:rgba(0,0,0,0.75)}
.carousel-caption h4,.carousel-caption p{
line-height:20px;
color:#e5e5e5}
.carousel-caption h4{
margin:0 0 5px}
.carousel-caption p{
margin-bottom:0}
.hero-unit{
padding:60px;
margin-bottom:30px;
font-size:18px;
font-weight:200;
line-height:30px;
color:inherit;
background-color:#333;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.hero-unit h1{
margin-bottom:0;
font-size:60px;
line-height:1;
letter-spacing:-1px;
color:inherit}
.hero-unit li{
line-height:30px}
.pull-right{
float:right}
.pull-left{
float:left}
.hide{
display:none}
.show{
display:block}
.invisible{
visibility:hidden}
.affix{
position:fixed}
body{
font-weight:300}
h1{
font-size:50px}
h2,h3{
font-size:26px}
h4{
font-size:14px}
h5,h6{
font-size:11px}
blockquote{
padding:10px 15px;
background-color:#ddd;
border-left-color:#333}
blockquote.pull-right{
padding:10px 15px;
border-right-color:#333}
blockquote small{
color:#333}
.muted{
color:#ddd}
.text-warning{
color:#e45500}
a.text-warning:hover{
color:#b14200}
.text-error{
color:#cc0027}
a.text-error:hover{
color:#99001d}
.text-info{
color:#793094}
a.text-info:hover{
color:#5a236e}
.text-success{
color:#30960f}
a.text-success:hover{
color:#21680a}
.loginform{
font-size:32px;
color:#fff}
*{
padding:0;
margin:0;
text-decoration:none!important;
text-shadow:none!important;
border-radius:0!important;
box-shadow:none!important}
html{
-webkit-font-smoothing:subpixel-antialiased}
html,body{
background:#222}
#loginform{
background-color:#111}
h1.page-header.page-title{
padding-top:0!important;
padding-right:15px!important;
padding-bottom:0!important;
padding-left:20px!important;
margin:-2px -20px 20px -20px!important;
color:#fff!important;
background-color:#111!important;
border-width:0!important}
.page-header .btn-group>a{
text-align:right!important;
background:none!important;
border:none!important;
box-shadow:none!important}
.page-header .btn-group .btn{
color:#fff!important}
.page-header .dropdown-menu{
margin-top:0!important;
color:#fff;
background-color:#111}
.page-header .header-toolbar{
margin-top:-5px!important}
.navbar .navbar-inner{
font-weight:bolder;
background-image:none;
border-width:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar .brand:hover{
font-size:3em;
color:#222}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
background-color:rgba(0,0,0,0.5);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
color:#e5e5e5}
.navbar .nav li.dropdown.open>.dropdown-toggle:hover,.navbar .nav li.dropdown.active>.dropdown-toggle:hover,.navbar .nav li.dropdown.open.active>.dropdown-toggle:hover{
color:#ccc}
.navbar .nav>li>.dropdown-menu:before{
border:none!important;
content:""!important}
.navbar .nav>li>.dropdown-menu:after{
border:none!important;
content:""!important}
.navbar .navbar-search .search-query{
line-height:normal}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
text-shadow:none}
.navbar-inverse .brand:hover,.navbar-inverse .nav>.active>a,.navbar-inverse .nav>.active>a:hover,.navbar-inverse .nav>.active>a:focus{
color:#e5e5e5;
background-color:rgba(0,0,0,0.5);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar-inverse .navbar-search .search-query{
color:#111}
.navbar #dropdown-menu-others.dropdown-menu{
margin:0!important}
.navbar .fa-inverse{
color:#fff!important}
.navbar-fixed-top{
margin-bottom:0!important}
div.subnav{
margin:0 1px;
background:#ccc none;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
div.subnav .nav{
background-color:transparent}
div.subnav .nav>li>a{
border-color:transparent}
div.subnav .nav>.active>a,div.subnav .nav>.active>a:hover{
color:#e5e5e5;
background-color:#000;
border-color:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
div.subnav-fixed{
top:41px;
margin:0}
.nav .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{
color:#fff;
background-image:#e5e5e5}
.nav-tabs{
border-color:#fff}
.nav-tabs .dropdown-menu{
border-top:0;
border-right:1px solid #333;
border-bottom:1px solid #333;
border-left:1px solid #333}
.nav-tabs>li>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-tabs>li>a:hover{
color:#333;
background-color:#fff;
border-color:#fff}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover{
font-weight:bold;
color:#333;
background-color:#fff;
border-color:#fff}
.nav-tabs.nav-stacked>li>a:hover{
color:#fff;
background-color:#e5e5e5}
.nav-tabs.nav-stacked>.active>a,.nav-tabs.nav-stacked>.active>a:hover{
color:#e5e5e5;
background-color:#fff}
.nav-tabs.nav-stacked>li:first-child>a,.nav-tabs.nav-stacked>li:last-child>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tabs-below,.tabs-left,.tabs-right{
border-color:#fff}
.tabs-below>.nav-tabs>li>a,.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tabs-below .nav-tabs,.tabs-left .nav-tabs,.tabs-right .nav-tabs{
border-color:#333}
.tabs-below>.nav-tabs>.active>a,.tabs-left>.nav-tabs>.active>a,.tabs-right>.nav-tabs>.active>a{
border-color:#333}
.tabs-below .divider-tab,.tabs-left .divider-tab,.tabs-right .divider-tab{
border-color:#333}
.divider-tab{
border-color:#333}
.nav-pills>li>a{
color:#fff;
background-color:#222;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-pills>li>a:hover{
color:#000;
background-color:#e5e5e5}
.nav-pills>.disabled>a,.nav-pills>.disabled>a:hover{
color:#222;
background-color:#ddd}
.nav-list>li>a{
color:#111}
.nav-list>li>a:hover{
color:#e5e5e5;
text-shadow:none;
background-color:#0053cc}
.nav-list .nav-header{
color:#111}
.nav-list .divider{
background-color:#fff;
border-bottom:0}
.pagination ul{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.pagination ul>li>a,.pagination ul>li>span{
margin-right:6px;
color:#111}
.pagination ul>li>a:hover,.pagination ul>li>span:hover{
color:#e5e5e5;
background-color:#111}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
margin-right:0}
.pagination ul>.active>a,.pagination ul>.active>span{
color:#e5e5e5}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{
color:#222;
background-color:#ddd}
.pager li>a,.pager li>span{
color:#111;
background-color:#ccc;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.pager li>a:hover,.pager li>span:hover{
color:#e5e5e5;
background-color:#111}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>span{
color:#222;
background-color:#ddd}
.breadcrumb{
background-color:#333}
.breadcrumb li{
text-shadow:none}
.breadcrumb .divider,.breadcrumb .active{
text-shadow:none}
.btn{
padding:5px 12px;
color:#e5e5e5!important;
text-shadow:none;
background-image:none!important;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn.disabled{
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn .fa-inverse{
color:#e5e5e5}
.btn-large{
padding:22px 30px}
.btn-small{
padding:2px 10px}
.btn-mini{
padding:2px 6px}
.btn-group>.btn:first-child,.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group>.btn+.dropdown-toggle{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-red{
background-color:#cc0027!important;
background-image:none!important}
.btn-blue{
background-color:#0053cc!important;
background-image:none!important}
.btn-yellow{
background-color:#bebc0d!important;
background-image:none!important}
.btn-green{
background-color:#30960f!important;
background-image:none!important}
.table tbody tr.success td,.table tbody tr.error td,.table tbody tr.info td,.table tbody tr.warning td{
color:#222}
.table-bordered{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table td{
vertical-align:middle}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{
color:#e5e5e5}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
color:#e45500}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
color:#111;
border-color:#e45500}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
color:#cc0027}
.control-group.error input,.control-group.error select,.control-group.error textarea{
color:#111;
border-color:#cc0027}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
color:#793094}
.control-group.info input,.control-group.info select,.control-group.info textarea{
color:#111;
border-color:#793094}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
color:#30960f}
.control-group.success input,.control-group.success select,.control-group.success textarea{
color:#111;
border-color:#30960f}
legend{
color:#e5e5e5;
border-bottom:0}
.form-actions{
background-color:#333;
border-top:0}
.dropdown-menu{
padding:1px!important;
margin:2px 0 0;
border-top:0;
border-right:1px double #fff;
border-bottom:1px double #fff;
border-left:1px double #fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.dropdown-menu .divider{
height:1px!important;
margin:5px 1px!important;
overflow:hidden!important;
background-color:#fff;
border-bottom:0 solid #333}
.dropdown-toggle{
padding-right:0!important}
.alert{
text-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert-heading,.alert h1,.alert h2,.alert h3,.alert h4,.alert h5,.alert h6{
color:#e5e5e5}
.label{
font-weight:300;
color:#e5e5e5;
text-shadow:none;
background-color:#0053cc!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.label-success{
background-color:#30960f!important}
.label-important{
background-color:#cc0027!important}
.label-warning{
background-color:#e45500!important}
.label-info{
background-color:#793094!important}
.label-inverse{
color:#e5e5e5!important;
background-color:#000!important}
.label-white{
color:#000;
background-color:#e5e5e5!important}
.label .fa-inverse{
color:#e5e5e5}
.badge{
font-weight:300;
text-shadow:none;
background-color:#0053cc!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.badge-success{
background-color:#30960f!important}
.badge-important{
background-color:#cc0027!important}
.badge-warning{
background-color:#e45500!important}
.badge-info{
background-color:#793094!important}
.badge-inverse{
color:#e5e5e5!important;
background-color:#000!important}
.badge-white{
color:#000;
background-color:#e5e5e5!important}
.badge .fa-inverse{
color:#e5e5e5}
.hero-unit{
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.well{
padding:10px;
border:1px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.well .checkbox{
color:#e5e5e5}
.well .btn-small{
color:#e5e5e5;
background-color:#111}
[class^="icon-"],[class*=" icon-"]{
margin:0}
.thumbnail{
display:block;
padding:0;
line-height:20px;
border:1px solid rgba(0,0,0,0.5);
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
box-shadow:0 1px 3px rgba(0,0,0,0.055);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
a.thumbnail{
background-color:#ccc}
a.thumbnail:hover{
background-color:#333;
border-color:#111}
.thumbnails{
margin-right:-10px!important;
margin-left:-5px!important;
list-style:none;
*zoom:1}
.thumbnails>li{
float:left;
margin-top:8px!important;
margin-right:6px!important;
margin-bottom:8px!important;
margin-left:5.5px!important}
.progress,.bar{
height:20px;
background-color:#ccc;
background-image:none!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.progress span,.bar span{
color:#e5e5e5!important}
.progress bar,.bar bar{
background-color:#0053cc!important;
background-image:none!important}
.progress-info,.bar-info{
background-color:#793094!important;
background-image:none!important}
.progress-success,.bar-success{
background-color:#30960f!important;
background-image:none!important}
.progress-warning,.bar-warning{
background-color:#e45500!important;
background-image:none!important}
.progress-danger,.bar-danger{
background-color:#cc0027!important;
background-image:none!important}
.progress-striped,.bar-striped{
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)!important}
.modal{
background-color:#111;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.modal-header{
background-color:#111;
border-bottom:0}
.modal-header .close{
color:#fff!important}
.modal-body{
color:#fff!important}
.modal-footer{
background-color:#111;
border-top:0}
.popover{
color:#333;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.popover-title{
color:#fff;
border-bottom:0}
.img-polaroid{
padding:2px;
margin:10px;
border:1px solid #333}
@media(min-width:980px){
.content{
padding-top:50px;
margin:0}
}
.refresh-btns .btn{
padding:0!important;
color:#e5e5e5!important;
text-align:right!important;
background:none!important;
border:none!important;
box-shadow:none!important}
.navbar .rg-htpc{
padding:6px 0 4px 0!important;
margin-left:0!important;
font-size:2.7em!important}
.navbar .fa-bars{
font-size:3em!important}
.navbar .btn.dropdown-toggle{
padding:0!important}
.navbar .span3.search{
margin-top:3px!important;
margin-right:5px!important}
.navbar .btn-group{
margin-top:3px!important}
span#player-item-title{
font-weight:bold;
color:#e5e5e5!important}
.slider-handle{
background-image:linear-gradient(to bottom,#333 0,#333 100%)!important;
opacity:1!important}
.pull-right{
float:right}
.pull-left{
float:left}
.hide{
display:none}
.show{
display:block}
.invisible{
visibility:hidden}
.affix{
position:fixed}
.bootstrap-switch{
position:relative;
z-index:0;
display:inline-block;
overflow:hidden;
line-height:8px;
text-align:left;
vertical-align:middle;
cursor:pointer;
background-image:none!important;
border:1px solid;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
direction:ltr}
.bootstrap-switch .bootstrap-switch-container{
top:0;
display:inline-block;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{
display:inline-block!important;
height:100%;
padding-top:4px;
padding-right:8px;
padding-bottom:4px;
padding-left:8px;
font-size:14px;
line-height:20px;
cursor:pointer;
background-image:none!important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{
z-index:1;
text-align:center}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#9565c9;
*background-color:#a57cd1;
background-image:-moz-linear-gradient(top,#fff,#a57cd1);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#a57cd1));
background-image:-webkit-linear-gradient(top,#fff,#a57cd1);
background-image:-o-linear-gradient(top,#fff,#a57cd1);
background-image:linear-gradient(to bottom,#fff,#a57cd1);
background-repeat:repeat-x;
border-color:#a57cd1 #a57cd1 #7e43bd;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#ffa57cd1',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled]{
color:#fff;
background-color:#a57cd1;
*background-color:#fff}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active{
background-color:#fff \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#762e91;
*background-color:#8936a8;
background-image:-moz-linear-gradient(top,#6a2981,#8936a8);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#6a2981),to(#8936a8));
background-image:-webkit-linear-gradient(top,#6a2981,#8936a8);
background-image:-o-linear-gradient(top,#6a2981,#8936a8);
background-image:linear-gradient(to bottom,#6a2981,#8936a8);
background-repeat:repeat-x;
border-color:#8936a8 #8936a8 #5a236e;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a2981',endColorstr='#ff8936a8',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled]{
color:#fff;
background-color:#8936a8;
*background-color:#793094}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active{
background-color:#6a2981 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#2f920e;
*background-color:#38ae11;
background-image:-moz-linear-gradient(top,#297f0c,#38ae11);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#297f0c),to(#38ae11));
background-image:-webkit-linear-gradient(top,#297f0c,#38ae11);
background-image:-o-linear-gradient(top,#297f0c,#38ae11);
background-image:linear-gradient(to bottom,#297f0c,#38ae11);
background-repeat:repeat-x;
border-color:#38ae11 #38ae11 #21680a;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff297f0c',endColorstr='#ff38ae11',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled]{
color:#fff;
background-color:#38ae11;
*background-color:#30960f}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active{
background-color:#297f0c \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#df5300;
*background-color:#fe5e00;
background-image:-moz-linear-gradient(top,#cb4b00,#fe5e00);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#cb4b00),to(#fe5e00));
background-image:-webkit-linear-gradient(top,#cb4b00,#fe5e00);
background-image:-o-linear-gradient(top,#cb4b00,#fe5e00);
background-image:linear-gradient(to bottom,#cb4b00,#fe5e00);
background-repeat:repeat-x;
border-color:#fe5e00 #fe5e00 #b14200;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb4b00',endColorstr='#fffe5e00',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled]{
color:#fff;
background-color:#fe5e00;
*background-color:#e45500}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active{
background-color:#cb4b00 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#c70026;
*background-color:#e6002c;
background-image:-moz-linear-gradient(top,#b30022,#e6002c);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#b30022),to(#e6002c));
background-image:-webkit-linear-gradient(top,#b30022,#e6002c);
background-image:-o-linear-gradient(top,#b30022,#e6002c);
background-image:linear-gradient(to bottom,#b30022,#e6002c);
background-repeat:repeat-x;
border-color:#e6002c #e6002c #99001d;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb30022',endColorstr='#ffe6002c',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled]{
color:#fff;
background-color:#e6002c;
*background-color:#cc0027}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active{
background-color:#b30022 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{
color:#222;
text-shadow:0 1px 1px rgba(255,255,255,0.75);
background-color:#0e0e0e;
*background-color:#1e1e1e;
background-image:-moz-linear-gradient(top,#040404,#1e1e1e);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#040404),to(#1e1e1e));
background-image:-webkit-linear-gradient(top,#040404,#1e1e1e);
background-image:-o-linear-gradient(top,#040404,#1e1e1e);
background-image:linear-gradient(to bottom,#040404,#1e1e1e);
background-repeat:repeat-x;
border-color:#1e1e1e #1e1e1e #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff040404',endColorstr='#ff1e1e1e',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled]{
color:#222;
background-color:#1e1e1e;
*background-color:#111}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active{
background-color:#040404 \9}
.bootstrap-switch .bootstrap-switch-label{
z-index:100;
margin-top:-1px;
margin-bottom:-1px;
color:#222;
text-align:center;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#141414;
*background-color:#040404;
background-image:-moz-linear-gradient(top,#1e1e1e,#040404);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1e1e1e),to(#040404));
background-image:-webkit-linear-gradient(top,#1e1e1e,#040404);
background-image:-o-linear-gradient(top,#1e1e1e,#040404);
background-image:linear-gradient(to bottom,#1e1e1e,#040404);
background-image:none!important;
background-repeat:repeat-x;
border-right:1px solid #222;
border-left:1px solid #222;
border-color:#040404 #040404 #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e',endColorstr='#ff040404',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-label:hover,.bootstrap-switch .bootstrap-switch-label:focus,.bootstrap-switch .bootstrap-switch-label:active,.bootstrap-switch .bootstrap-switch-label.active,.bootstrap-switch .bootstrap-switch-label.disabled,.bootstrap-switch .bootstrap-switch-label[disabled]{
color:#222;
background-color:#040404;
*background-color:#000}
.bootstrap-switch .bootstrap-switch-label:active,.bootstrap-switch .bootstrap-switch-label.active{
background-color:#000 \9}
.bootstrap-switch .bootstrap-switch-handle-on{
background-image:none!important;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px}
.bootstrap-switch .bootstrap-switch-handle-off{
background-image:none!important;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px}
.bootstrap-switch input[type='radio'],.bootstrap-switch input[type='checkbox']{
position:absolute!important;
top:0;
left:0;
z-index:-1;
opacity:0;
filter:alpha(opacity=0)}
.bootstrap-switch input[type='radio'].form-control,.bootstrap-switch input[type='checkbox'].form-control{
height:auto}
.bootstrap-switch.bootstrap-switch-mini{
min-width:71px}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{
padding:3px 6px;
font-size:10px;
line-height:16px}
.bootstrap-switch.bootstrap-switch-small{
min-width:79px}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{
padding:3px 6px;
font-size:12px;
line-height:18px}
.bootstrap-switch.bootstrap-switch-large{
min-width:120px}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{
padding:9px 12px;
font-size:16px;
line-height:normal}
.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{
cursor:default!important}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{
cursor:default!important;
opacity:.5;
filter:alpha(opacity=50)}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{
-webkit-transition:margin-left .5s;
-moz-transition:margin-left .5s;
-o-transition:margin-left .5s;
transition:margin-left .5s}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{
background-image:none!important;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{
background-image:none!important;
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px}
.bootstrap-switch.bootstrap-switch-focused{
border-color:rgba(82,168,236,0.8);
outline:0;
outline:thin dotted \9;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{
background-image:none!important;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px} | interfaces/default/css/themes/twilight/bootstrap.min.css | @import url('//fonts.googleapis.com/css?family=Nunito:300');
/*!
* Twilight - a re-bootstrap theme
* by Abzie
*
* Based on re-bootstrap v2.3.2
* a suite of beautiful and modern themes for bootstrap
* https://www.github.com/raysguy/re-bootstrap
*
* Copyright 2015 raysguy
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* based on bootstrap v2.3.2 by @mdo and @fat
*/
.clearfix{
*zoom:1}
.clearfix:before,.clearfix:after{
display:table;
line-height:0;
content:""}
.clearfix:after{
clear:both}
.hide-text{
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0}
.input-block-level{
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
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}
html{
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%}
a:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
a:hover,a:active{
outline:0}
sub,sup{
position:relative;
font-size:75%;
line-height:0;
vertical-align:baseline}
sup{
top:-0.5em}
sub{
bottom:-0.25em}
img{
width:auto\9;
height:auto;
max-width:100%;
vertical-align:middle;
border:0;
-ms-interpolation-mode:bicubic}
#map_canvas img,.google-maps img{
max-width:none}
button,input,select,textarea{
margin:0;
font-size:100%;
vertical-align:middle}
button,input{
*overflow:visible;
line-height:normal}
button::-moz-focus-inner,input::-moz-focus-inner{
padding:0;
border:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
cursor:pointer;
-webkit-appearance:button}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{
cursor:pointer}
input[type="search"]{
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-appearance:textfield}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{
-webkit-appearance:none}
textarea{
overflow:auto;
vertical-align:top}
@media print{
*{
color:#000!important;
text-shadow:none!important;
background:transparent!important;
box-shadow: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:.5cm}
p,h2,h3{
orphans:3;
widows:3}
h2,h3{
page-break-after:avoid}
}
body{
margin:0;
font-family:"Nunito";
font-size:14px;
line-height:20px;
color:#e5e5e5;
background-color:#222}
a{
color:#fff;
text-decoration:none}
a:hover,a:focus{
color:#e5e5e5;
text-decoration:underline}
.img-rounded{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.img-polaroid{
padding:4px;
background-color:#fff;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.img-circle{
-webkit-border-radius:500px;
-moz-border-radius:500px;
border-radius:500px}
.row{
margin-left:-20px;
*zoom:1}
.row:before,.row:after{
display:table;
line-height:0;
content:""}
.row:after{
clear:both}
[class*="span"]{
float:left;
min-height:1px;
margin-left:20px}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
width:940px}
.span12{
width:940px}
.span11{
width:860px}
.span10{
width:780px}
.span9{
width:700px}
.span8{
width:620px}
.span7{
width:540px}
.span6{
width:460px}
.span5{
width:380px}
.span4{
width:300px}
.span3{
width:220px}
.span2{
width:140px}
.span1{
width:60px}
.offset12{
margin-left:980px}
.offset11{
margin-left:900px}
.offset10{
margin-left:820px}
.offset9{
margin-left:740px}
.offset8{
margin-left:660px}
.offset7{
margin-left:580px}
.offset6{
margin-left:500px}
.offset5{
margin-left:420px}
.offset4{
margin-left:340px}
.offset3{
margin-left:260px}
.offset2{
margin-left:180px}
.offset1{
margin-left:100px}
.row-fluid{
width:100%;
*zoom:1}
.row-fluid:before,.row-fluid:after{
display:table;
line-height:0;
content:""}
.row-fluid:after{
clear:both}
.row-fluid [class*="span"]{
display:block;
float:left;
width:100%;
min-height:30px;
margin-left:2.127659574468085%;
*margin-left:2.074468085106383%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.row-fluid [class*="span"]:first-child{
margin-left:0}
.row-fluid .controls-row [class*="span"]+[class*="span"]{
margin-left:2.127659574468085%}
.row-fluid .span12{
width:100%;
*width:99.94680851063829%}
.row-fluid .span11{
width:91.48936170212765%;
*width:91.43617021276594%}
.row-fluid .span10{
width:82.97872340425532%;
*width:82.92553191489361%}
.row-fluid .span9{
width:74.46808510638297%;
*width:74.41489361702126%}
.row-fluid .span8{
width:65.95744680851064%;
*width:65.90425531914893%}
.row-fluid .span7{
width:57.44680851063829%;
*width:57.39361702127659%}
.row-fluid .span6{
width:48.93617021276595%;
*width:48.88297872340425%}
.row-fluid .span5{
width:40.42553191489362%;
*width:40.37234042553192%}
.row-fluid .span4{
width:31.914893617021278%;
*width:31.861702127659576%}
.row-fluid .span3{
width:23.404255319148934%;
*width:23.351063829787233%}
.row-fluid .span2{
width:14.893617021276595%;
*width:14.840425531914894%}
.row-fluid .span1{
width:6.382978723404255%;
*width:6.329787234042553%}
.row-fluid .offset12{
margin-left:104.25531914893617%;
*margin-left:104.14893617021275%}
.row-fluid .offset12:first-child{
margin-left:102.12765957446808%;
*margin-left:102.02127659574467%}
.row-fluid .offset11{
margin-left:95.74468085106382%;
*margin-left:95.6382978723404%}
.row-fluid .offset11:first-child{
margin-left:93.61702127659574%;
*margin-left:93.51063829787232%}
.row-fluid .offset10{
margin-left:87.23404255319149%;
*margin-left:87.12765957446807%}
.row-fluid .offset10:first-child{
margin-left:85.1063829787234%;
*margin-left:84.99999999999999%}
.row-fluid .offset9{
margin-left:78.72340425531914%;
*margin-left:78.61702127659572%}
.row-fluid .offset9:first-child{
margin-left:76.59574468085106%;
*margin-left:76.48936170212764%}
.row-fluid .offset8{
margin-left:70.2127659574468%;
*margin-left:70.10638297872339%}
.row-fluid .offset8:first-child{
margin-left:68.08510638297872%;
*margin-left:67.9787234042553%}
.row-fluid .offset7{
margin-left:61.70212765957446%;
*margin-left:61.59574468085106%}
.row-fluid .offset7:first-child{
margin-left:59.574468085106375%;
*margin-left:59.46808510638297%}
.row-fluid .offset6{
margin-left:53.191489361702125%;
*margin-left:53.085106382978715%}
.row-fluid .offset6:first-child{
margin-left:51.063829787234035%;
*margin-left:50.95744680851063%}
.row-fluid .offset5{
margin-left:44.68085106382979%;
*margin-left:44.57446808510638%}
.row-fluid .offset5:first-child{
margin-left:42.5531914893617%;
*margin-left:42.4468085106383%}
.row-fluid .offset4{
margin-left:36.170212765957444%;
*margin-left:36.06382978723405%}
.row-fluid .offset4:first-child{
margin-left:34.04255319148936%;
*margin-left:33.93617021276596%}
.row-fluid .offset3{
margin-left:27.659574468085104%;
*margin-left:27.5531914893617%}
.row-fluid .offset3:first-child{
margin-left:25.53191489361702%;
*margin-left:25.425531914893618%}
.row-fluid .offset2{
margin-left:19.148936170212764%;
*margin-left:19.04255319148936%}
.row-fluid .offset2:first-child{
margin-left:17.02127659574468%;
*margin-left:16.914893617021278%}
.row-fluid .offset1{
margin-left:10.638297872340425%;
*margin-left:10.53191489361702%}
.row-fluid .offset1:first-child{
margin-left:8.51063829787234%;
*margin-left:8.404255319148938%}
[class*="span"].hide,.row-fluid [class*="span"].hide{
display:none}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{
float:right}
.container{
margin-right:auto;
margin-left:auto;
*zoom:1}
.container:before,.container:after{
display:table;
line-height:0;
content:""}
.container:after{
clear:both}
.container-fluid{
padding-right:20px;
padding-left:20px;
*zoom:1}
.container-fluid:before,.container-fluid:after{
display:table;
line-height:0;
content:""}
.container-fluid:after{
clear:both}
p{
margin:0 0 10px}
.lead{
margin-bottom:20px;
font-size:21px;
font-weight:200;
line-height:30px}
small{
font-size:85%}
strong{
font-weight:bold}
em{
font-style:italic}
cite{
font-style:normal}
.muted{
color:#ccc}
a.muted:hover,a.muted:focus{
color:#b3b3b3}
.text-warning{
color:#e5e5e5}
a.text-warning:hover,a.text-warning:focus{
color:#ccc}
.text-error{
color:#e5e5e5}
a.text-error:hover,a.text-error:focus{
color:#ccc}
.text-info{
color:#e5e5e5}
a.text-info:hover,a.text-info:focus{
color:#ccc}
.text-success{
color:#e5e5e5}
a.text-success:hover,a.text-success:focus{
color:#ccc}
.text-left{
text-align:left}
.text-right{
text-align:right}
.text-center{
text-align:center}
h1,h2,h3,h4,h5,h6{
margin:10px 0;
font-family:"Nunito";
font-weight:300;
line-height:20px;
color:#e5e5e5;
text-rendering:optimizelegibility}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
font-weight:normal;
line-height:1;
color:#ccc}
h1,h2,h3{
line-height:40px}
h1{
font-size:38.5px}
h2{
font-size:31.5px}
h3{
font-size:24.5px}
h4{
font-size:17.5px}
h5{
font-size:14px}
h6{
font-size:11.9px}
h1 small{
font-size:24.5px}
h2 small{
font-size:17.5px}
h3 small{
font-size:14px}
h4 small{
font-size:14px}
.page-header{
padding-bottom:9px;
margin:20px 0 30px;
border-bottom:1px solid #ddd}
ul,ol{
padding:0;
margin:0 0 10px 25px}
ul ul,ul ol,ol ol,ol ul{
margin-bottom:0}
li{
line-height:20px}
ul.unstyled,ol.unstyled{
margin-left:0;
list-style:none}
ul.inline,ol.inline{
margin-left:0;
list-style:none}
ul.inline>li,ol.inline>li{
display:inline-block;
*display:inline;
padding-right:5px;
padding-left:5px;
*zoom:1}
dl{
margin-bottom:20px}
dt,dd{
line-height:20px}
dt{
font-weight:bold}
dd{
margin-left:10px}
.dl-horizontal{
*zoom:1}
.dl-horizontal:before,.dl-horizontal:after{
display:table;
line-height:0;
content:""}
.dl-horizontal:after{
clear:both}
.dl-horizontal dt{
float:left;
width:160px;
overflow:hidden;
clear:left;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap}
.dl-horizontal dd{
margin-left:180px}
hr{
margin:20px 0;
border:0;
border-top:1px solid #ddd;
border-bottom:1px solid #e5e5e5}
abbr[title],abbr[data-original-title]{
cursor:help;
border-bottom:1px dotted #ccc}
abbr.initialism{
font-size:90%;
text-transform:uppercase}
blockquote{
padding:0 0 0 15px;
margin:0 0 20px;
border-left:5px solid #ddd}
blockquote p{
margin-bottom:0;
font-size:17.5px;
font-weight:300;
line-height:1.25}
blockquote small{
display:block;
line-height:20px;
color:#ccc}
blockquote small:before{
content:'\2014 \00A0'}
blockquote.pull-right{
float:right;
padding-right:15px;
padding-left:0;
border-right:5px solid #ddd;
border-left:0}
blockquote.pull-right p,blockquote.pull-right small{
text-align:right}
blockquote.pull-right small:before{
content:''}
blockquote.pull-right small:after{
content:'\00A0 \2014'}
q:before,q:after,blockquote:before,blockquote:after{
content:""}
address{
display:block;
margin-bottom:20px;
font-style:normal;
line-height:20px}
code,pre{
padding:0 3px 2px;
font-family:Menlo,monospace;
font-size:12px;
color:#222;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px}
code{
padding:2px 4px;
color:#d14;
white-space:nowrap;
background-color:#f7f7f9;
border:1px solid #e1e1e8}
pre{
display:block;
padding:9.5px;
margin:0 0 10px;
font-size:13px;
line-height:20px;
word-break:break-all;
word-wrap:break-word;
white-space:pre;
white-space:pre-wrap;
background-color:#f5f5f5;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.15);
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
pre.prettyprint{
margin-bottom:20px}
pre code{
padding:0;
color:inherit;
white-space:pre;
white-space:pre-wrap;
background-color:transparent;
border:0}
.pre-scrollable{
max-height:340px;
overflow-y:scroll}
form{
margin:0 0 20px}
fieldset{
padding:0;
margin:0;
border:0}
legend{
display:block;
width:100%;
padding:0;
margin-bottom:20px;
font-size:21px;
line-height:40px;
color:#222;
border:0;
border-bottom:1px solid #e5e5e5}
legend small{
font-size:15px;
color:#ccc}
label,input,button,select,textarea{
font-size:14px;
font-weight:normal;
line-height:20px}
input,button,select,textarea{
font-family:"Nunito"}
label{
display:block;
margin-bottom:5px}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
display:inline-block;
height:20px;
padding:4px 6px;
margin-bottom:10px;
font-size:14px;
line-height:20px;
color:#333;
vertical-align:middle;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
input,textarea,.uneditable-input{
width:206px}
textarea{
height:auto}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
background-color:#333;
border:1px solid rgba(0,0,0,0);
-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 .2s,box-shadow linear .2s;
-moz-transition:border linear .2s,box-shadow linear .2s;
-o-transition:border linear .2s,box-shadow linear .2s;
transition:border linear .2s,box-shadow linear .2s}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{
border-color:rgba(255,255,255,0.8);
outline:0;
outline:thin dotted \9;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
input[type="radio"],input[type="checkbox"]{
margin:4px 0 0;
margin-top:1px \9;
*margin-top:0;
line-height:normal}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{
width:auto}
select,input[type="file"]{
height:30px;
*margin-top:4px;
line-height:30px}
select{
width:220px;
background-color:#333;
border:0px}
select[multiple],select[size]{
height:auto}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
.uneditable-input,.uneditable-textarea{
color:#ccc;
cursor:not-allowed;
background-color:#303030;
border-color:#fff;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}
.uneditable-input{
overflow:hidden;
white-space:nowrap}
.uneditable-textarea{
width:auto;
height:auto}
input:-moz-placeholder,textarea:-moz-placeholder{
color:#e5e5e5}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
color:#e5e5e5}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color:#e5e5e5}
.radio,.checkbox{
min-height:20px;
padding-left:20px}
.radio input[type="radio"],.checkbox input[type="checkbox"]{
float:left;
margin-left:-20px}
.controls>.radio:first-child,.controls>.checkbox:first-child{
padding-top:5px}
.radio.inline,.checkbox.inline{
display:inline-block;
padding-top:5px;
margin-bottom:0;
vertical-align:middle}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{
margin-left:10px}
.input-mini{
width:60px}
.input-small{
width:90px}
.input-medium{
width:150px}
.input-large{
width:210px}
.input-xlarge{
width:270px}
.input-xxlarge{
width:530px}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{
float:none;
margin-left:0}
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{
display:inline-block}
input,textarea,.uneditable-input{
margin-left:0}
.controls-row [class*="span"]+[class*="span"]{
margin-left:20px}
input.span12,textarea.span12,.uneditable-input.span12{
width:926px}
input.span11,textarea.span11,.uneditable-input.span11{
width:846px}
input.span10,textarea.span10,.uneditable-input.span10{
width:766px}
input.span9,textarea.span9,.uneditable-input.span9{
width:686px}
input.span8,textarea.span8,.uneditable-input.span8{
width:606px}
input.span7,textarea.span7,.uneditable-input.span7{
width:526px}
input.span6,textarea.span6,.uneditable-input.span6{
width:446px}
input.span5,textarea.span5,.uneditable-input.span5{
width:366px}
input.span4,textarea.span4,.uneditable-input.span4{
width:286px}
input.span3,textarea.span3,.uneditable-input.span3{
width:206px}
input.span2,textarea.span2,.uneditable-input.span2{
width:126px}
input.span1,textarea.span1,.uneditable-input.span1{
width:46px}
.controls-row{
*zoom:1}
.controls-row:before,.controls-row:after{
display:table;
line-height:0;
content:""}
.controls-row:after{
clear:both}
.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{
float:left}
.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{
padding-top:5px}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
cursor:not-allowed;
background-color:#ccc}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{
background-color:transparent}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
color:#e5e5e5}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
color:#e5e5e5}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
border-color:#e5e5e5;
-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)}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{
color:#e5e5e5;
background-color:#e45500;
border-color:#e5e5e5}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
color:#e5e5e5}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{
color:#e5e5e5}
.control-group.error input,.control-group.error select,.control-group.error textarea{
border-color:#e5e5e5;
-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)}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{
color:#e5e5e5;
background-color:#cc0027;
border-color:#e5e5e5}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
color:#e5e5e5}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{
color:#e5e5e5}
.control-group.success input,.control-group.success select,.control-group.success textarea{
border-color:#e5e5e5;
-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)}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{
color:#e5e5e5;
background-color:#30960f;
border-color:#e5e5e5}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
color:#e5e5e5}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{
color:#e5e5e5}
.control-group.info input,.control-group.info select,.control-group.info textarea{
border-color:#e5e5e5;
-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)}
.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{
border-color:#ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{
color:#e5e5e5;
background-color:#793094;
border-color:#e5e5e5}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{
color:#b94a48;
border-color:#ee5f5b}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
border-color:#e9322d;
-webkit-box-shadow:0 0 6px #f8b9b7;
-moz-box-shadow:0 0 6px #f8b9b7;
box-shadow:0 0 6px #f8b9b7}
.form-actions{
padding:19px 20px 20px;
margin-top:20px;
margin-bottom:20px;
background-color:#333;
border-top:1px solid #e5e5e5;
*zoom:1}
.form-actions:before,.form-actions:after{
display:table;
line-height:0;
content:""}
.form-actions:after{
clear:both}
.help-block,.help-inline{
color:#fff}
.help-block{
display:block;
margin-bottom:10px}
.help-inline{
display:inline-block;
*display:inline;
padding-left:5px;
vertical-align:middle;
*zoom:1}
.input-append,.input-prepend{
display:inline-block;
margin-bottom:10px;
font-size:0;
white-space:nowrap;
vertical-align:middle}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{
font-size:14px}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{
position:relative;
margin-bottom:0;
*margin-left:0;
vertical-align:top;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{
z-index:2}
.input-append .add-on,.input-prepend .add-on{
display:inline-block;
width:auto;
height:20px;
min-width:16px;
padding:4px 5px;
font-size:14px;
font-weight:normal;
line-height:20px;
text-align:center;
text-shadow:0 1px 0 #e5e5e5;
background-color:#ddd;
border:1px solid #ccc}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{
vertical-align:top;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append .active,.input-prepend .active{
background-color:#77ee50;
border-color:#30960f}
.input-prepend .add-on,.input-prepend .btn{
margin-right:-1px}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input,.input-append select,.input-append .uneditable-input{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-append .add-on,.input-append .btn,.input-append .btn-group{
margin-left:-1px}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{
margin-right:-1px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{
margin-left:-1px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.input-prepend.input-append .btn-group:first-child{
margin-left:0}
input.search-query{
padding-right:14px;
padding-right:4px \9;
padding-left:14px;
padding-left:4px \9;
margin-bottom:0;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.form-search .input-append .search-query,.form-search .input-prepend .search-query{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.form-search .input-append .search-query{
-webkit-border-radius:14px 0 0 14px;
-moz-border-radius:14px 0 0 14px;
border-radius:14px 0 0 14px}
.form-search .input-append .btn{
-webkit-border-radius:0 14px 14px 0;
-moz-border-radius:0 14px 14px 0;
border-radius:0 14px 14px 0}
.form-search .input-prepend .search-query{
-webkit-border-radius:0 14px 14px 0;
-moz-border-radius:0 14px 14px 0;
border-radius:0 14px 14px 0}
.form-search .input-prepend .btn{
-webkit-border-radius:14px 0 0 14px;
-moz-border-radius:14px 0 0 14px;
border-radius:14px 0 0 14px}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{
display:inline-block;
*display:inline;
margin-bottom:0;
vertical-align:middle;
*zoom:1;
border:0px}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{
display:none}
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{
display:inline-block}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{
margin-bottom:0}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{
padding-left:0;
margin-bottom:0;
vertical-align:middle}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{
float:left;
margin-right:3px;
margin-left:0}
.control-group{
margin-bottom:10px}
legend+.control-group{
margin-top:20px;
-webkit-margin-top-collapse:separate}
.form-horizontal .control-group{
margin-bottom:20px;
*zoom:1}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{
display:table;
line-height:0;
content:""}
.form-horizontal .control-group:after{
clear:both}
.form-horizontal .control-label{
float:left;
width:160px;
padding-top:5px;
text-align:right}
.form-horizontal .controls{
*display:inline-block;
*padding-left:20px;
margin-left:180px;
*margin-left:0}
.form-horizontal .controls:first-child{
*padding-left:180px}
.form-horizontal .help-block{
margin-bottom:0}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{
margin-top:10px}
.form-horizontal .form-actions{
padding-left:180px}
table{
max-width:100%;
background-color:transparent;
border-collapse:collapse;
border-spacing:0}
.table{
width:100%;
margin-bottom:20px}
.table th,.table td{
padding:8px;
line-height:20px;
text-align:left;
vertical-align:top;
border-top:1px solid #333}
.table th{
font-weight:bold}
.table thead th{
vertical-align:bottom}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
border-top:0}
.table tbody+tbody{
border-top:2px solid #333}
.table .table{
background-color:#222}
.table-condensed th,.table-condensed td{
padding:4px 5px}
.table-bordered{
border:1px solid #333;
border-collapse:separate;
*border-collapse:collapse;
border-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered th,.table-bordered td{
border-left:1px solid #333}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{
border-top:0}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topleft:0}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-moz-border-radius-topright:0}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomleft:0}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-bottomright:0}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomleft:0}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-bottomright:0}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topleft:0}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-moz-border-radius-topright:0}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
background-color:#111}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{
background-color:#333}
table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{
display:table-cell;
float:none;
margin-left:0}
.table td.span1,.table th.span1{
float:none;
width:44px;
margin-left:0}
.table td.span2,.table th.span2{
float:none;
width:124px;
margin-left:0}
.table td.span3,.table th.span3{
float:none;
width:204px;
margin-left:0}
.table td.span4,.table th.span4{
float:none;
width:284px;
margin-left:0}
.table td.span5,.table th.span5{
float:none;
width:364px;
margin-left:0}
.table td.span6,.table th.span6{
float:none;
width:444px;
margin-left:0}
.table td.span7,.table th.span7{
float:none;
width:524px;
margin-left:0}
.table td.span8,.table th.span8{
float:none;
width:604px;
margin-left:0}
.table td.span9,.table th.span9{
float:none;
width:684px;
margin-left:0}
.table td.span10,.table th.span10{
float:none;
width:764px;
margin-left:0}
.table td.span11,.table th.span11{
float:none;
width:844px;
margin-left:0}
.table td.span12,.table th.span12{
float:none;
width:924px;
margin-left:0}
.table tbody tr.success>td{
background-color:#30960f}
.table tbody tr.error>td{
background-color:#cc0027}
.table tbody tr.warning>td{
background-color:#e45500}
.table tbody tr.info>td{
background-color:#793094}
.table-hover tbody tr.success:hover>td{
background-color:#297f0c}
.table-hover tbody tr.error:hover>td{
background-color:#b30022}
.table-hover tbody tr.warning:hover>td{
background-color:#cb4b00}
.table-hover tbody tr.info:hover>td{
background-color:#6a2981}
[class^="icon-"],[class*=" icon-"]{
display:inline-block;
width:14px;
height:14px;
margin-top:1px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;
background-image:url("../img/glyphicons-halflings.png");
background-position:14px 14px;
background-repeat:no-repeat}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{
background-image:url("../img/glyphicons-halflings-white.png")}
.icon-glass{
background-position:0 0}
.icon-music{
background-position:-24px 0}
.icon-search{
background-position:-48px 0}
.icon-envelope{
background-position:-72px 0}
.icon-heart{
background-position:-96px 0}
.icon-star{
background-position:-120px 0}
.icon-star-empty{
background-position:-144px 0}
.icon-user{
background-position:-168px 0}
.icon-film{
background-position:-192px 0}
.icon-th-large{
background-position:-216px 0}
.icon-th{
background-position:-240px 0}
.icon-th-list{
background-position:-264px 0}
.icon-ok{
background-position:-288px 0}
.icon-remove{
background-position:-312px 0}
.icon-zoom-in{
background-position:-336px 0}
.icon-zoom-out{
background-position:-360px 0}
.icon-off{
background-position:-384px 0}
.icon-signal{
background-position:-408px 0}
.icon-cog{
background-position:-432px 0}
.icon-trash{
background-position:-456px 0}
.icon-home{
background-position:0 -24px}
.icon-file{
background-position:-24px -24px}
.icon-time{
background-position:-48px -24px}
.icon-road{
background-position:-72px -24px}
.icon-download-alt{
background-position:-96px -24px}
.icon-download{
background-position:-120px -24px}
.icon-upload{
background-position:-144px -24px}
.icon-inbox{
background-position:-168px -24px}
.icon-play-circle{
background-position:-192px -24px}
.icon-repeat{
background-position:-216px -24px}
.icon-refresh{
background-position:-240px -24px}
.icon-list-alt{
background-position:-264px -24px}
.icon-lock{
background-position:-287px -24px}
.icon-flag{
background-position:-312px -24px}
.icon-headphones{
background-position:-336px -24px}
.icon-volume-off{
background-position:-360px -24px}
.icon-volume-down{
background-position:-384px -24px}
.icon-volume-up{
background-position:-408px -24px}
.icon-qrcode{
background-position:-432px -24px}
.icon-barcode{
background-position:-456px -24px}
.icon-tag{
background-position:0 -48px}
.icon-tags{
background-position:-25px -48px}
.icon-book{
background-position:-48px -48px}
.icon-bookmark{
background-position:-72px -48px}
.icon-print{
background-position:-96px -48px}
.icon-camera{
background-position:-120px -48px}
.icon-font{
background-position:-144px -48px}
.icon-bold{
background-position:-167px -48px}
.icon-italic{
background-position:-192px -48px}
.icon-text-height{
background-position:-216px -48px}
.icon-text-width{
background-position:-240px -48px}
.icon-align-left{
background-position:-264px -48px}
.icon-align-center{
background-position:-288px -48px}
.icon-align-right{
background-position:-312px -48px}
.icon-align-justify{
background-position:-336px -48px}
.icon-list{
background-position:-360px -48px}
.icon-indent-left{
background-position:-384px -48px}
.icon-indent-right{
background-position:-408px -48px}
.icon-facetime-video{
background-position:-432px -48px}
.icon-picture{
background-position:-456px -48px}
.icon-pencil{
background-position:0 -72px}
.icon-map-marker{
background-position:-24px -72px}
.icon-adjust{
background-position:-48px -72px}
.icon-tint{
background-position:-72px -72px}
.icon-edit{
background-position:-96px -72px}
.icon-share{
background-position:-120px -72px}
.icon-check{
background-position:-144px -72px}
.icon-move{
background-position:-168px -72px}
.icon-step-backward{
background-position:-192px -72px}
.icon-fast-backward{
background-position:-216px -72px}
.icon-backward{
background-position:-240px -72px}
.icon-play{
background-position:-264px -72px}
.icon-pause{
background-position:-288px -72px}
.icon-stop{
background-position:-312px -72px}
.icon-forward{
background-position:-336px -72px}
.icon-fast-forward{
background-position:-360px -72px}
.icon-step-forward{
background-position:-384px -72px}
.icon-eject{
background-position:-408px -72px}
.icon-chevron-left{
background-position:-432px -72px}
.icon-chevron-right{
background-position:-456px -72px}
.icon-plus-sign{
background-position:0 -96px}
.icon-minus-sign{
background-position:-24px -96px}
.icon-remove-sign{
background-position:-48px -96px}
.icon-ok-sign{
background-position:-72px -96px}
.icon-question-sign{
background-position:-96px -96px}
.icon-info-sign{
background-position:-120px -96px}
.icon-screenshot{
background-position:-144px -96px}
.icon-remove-circle{
background-position:-168px -96px}
.icon-ok-circle{
background-position:-192px -96px}
.icon-ban-circle{
background-position:-216px -96px}
.icon-arrow-left{
background-position:-240px -96px}
.icon-arrow-right{
background-position:-264px -96px}
.icon-arrow-up{
background-position:-289px -96px}
.icon-arrow-down{
background-position:-312px -96px}
.icon-share-alt{
background-position:-336px -96px}
.icon-resize-full{
background-position:-360px -96px}
.icon-resize-small{
background-position:-384px -96px}
.icon-plus{
background-position:-408px -96px}
.icon-minus{
background-position:-433px -96px}
.icon-asterisk{
background-position:-456px -96px}
.icon-exclamation-sign{
background-position:0 -120px}
.icon-gift{
background-position:-24px -120px}
.icon-leaf{
background-position:-48px -120px}
.icon-fire{
background-position:-72px -120px}
.icon-eye-open{
background-position:-96px -120px}
.icon-eye-close{
background-position:-120px -120px}
.icon-warning-sign{
background-position:-144px -120px}
.icon-plane{
background-position:-168px -120px}
.icon-calendar{
background-position:-192px -120px}
.icon-random{
width:16px;
background-position:-216px -120px}
.icon-comment{
background-position:-240px -120px}
.icon-magnet{
background-position:-264px -120px}
.icon-chevron-up{
background-position:-288px -120px}
.icon-chevron-down{
background-position:-313px -119px}
.icon-retweet{
background-position:-336px -120px}
.icon-shopping-cart{
background-position:-360px -120px}
.icon-folder-close{
width:16px;
background-position:-384px -120px}
.icon-folder-open{
width:16px;
background-position:-408px -120px}
.icon-resize-vertical{
background-position:-432px -119px}
.icon-resize-horizontal{
background-position:-456px -118px}
.icon-hdd{
background-position:0 -144px}
.icon-bullhorn{
background-position:-24px -144px}
.icon-bell{
background-position:-48px -144px}
.icon-certificate{
background-position:-72px -144px}
.icon-thumbs-up{
background-position:-96px -144px}
.icon-thumbs-down{
background-position:-120px -144px}
.icon-hand-right{
background-position:-144px -144px}
.icon-hand-left{
background-position:-168px -144px}
.icon-hand-up{
background-position:-192px -144px}
.icon-hand-down{
background-position:-216px -144px}
.icon-circle-arrow-right{
background-position:-240px -144px}
.icon-circle-arrow-left{
background-position:-264px -144px}
.icon-circle-arrow-up{
background-position:-288px -144px}
.icon-circle-arrow-down{
background-position:-312px -144px}
.icon-globe{
background-position:-336px -144px}
.icon-wrench{
background-position:-360px -144px}
.icon-tasks{
background-position:-384px -144px}
.icon-filter{
background-position:-408px -144px}
.icon-briefcase{
background-position:-432px -144px}
.icon-fullscreen{
background-position:-456px -144px}
.dropup,.dropdown{
position:relative}
.dropdown-toggle{
*margin-bottom:-3px}
.dropdown-toggle:active,.open .dropdown-toggle{
outline:0}
.caret{
display:inline-block;
width:0;
height:0;
vertical-align:top;
border-top:4px solid #000;
border-right:4px solid transparent;
border-left:4px solid transparent;
content:""}
.dropdown .caret{
margin-top:8px;
margin-left:2px}
.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:160px;
padding:5px 0;
margin:2px 0 0;
list-style:none;
background-color:#222;
border:1px solid #ccc;
border:1px solid 0 1px 1px 1px inset #ccc;
*border-right-width:2px;
*border-bottom-width:2px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box}
.dropdown-menu.pull-right{
right:0;
left:auto}
.dropdown-menu .divider{
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #222}
.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:20px;
color:#fff;
white-space:nowrap}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
color:#222;
text-decoration:none;
background-color:#9361c7;
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0)}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
color:#222;
text-decoration:none;
background-color:#9361c7;
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
outline:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0)}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
color:#ccc}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
text-decoration:none;
cursor:default;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open{
*z-index:1000}
.open>.dropdown-menu{
display:block}
.dropdown-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:990}
.pull-right>.dropdown-menu{
right:0;
left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
border-top:0;
border-bottom:4px solid #000;
content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
top:auto;
bottom:100%;
margin-bottom:1px}
.dropdown-submenu{
position:relative}
.dropdown-submenu>.dropdown-menu{
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{
display:block}
.dropup .dropdown-submenu>.dropdown-menu{
top:auto;
bottom:0;
margin-top:0;
margin-bottom:-2px;
-webkit-border-radius:5px 5px 5px 0;
-moz-border-radius:5px 5px 5px 0;
border-radius:5px 5px 5px 0}
.dropdown-submenu>a:after{
display:block;
float:right;
width:0;
height:0;
margin-top:5px;
margin-right:-10px;
border-color:transparent;
border-left-color:#000;
border-style:solid;
border-width:5px 0 5px 5px;
content:" "}
.dropdown-submenu:hover>a:after{
border-left-color:#222}
.dropdown-submenu.pull-left{
float:none}
.dropdown-submenu.pull-left>.dropdown-menu{
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px}
.dropdown .dropdown-menu .nav-header{
padding-right:20px;
padding-left:20px}
.typeahead{
z-index:1051;
margin-top:2px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.well{
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#111;
border:1px solid #000;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.well blockquote{
border-color:#ddd;
border-color:rgba(0,0,0,0.15)}
.well-large{
padding:24px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.well-small{
padding:9px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-moz-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear}
.fade.in{
opacity:1}
.collapse{
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height .35s ease;
-moz-transition:height .35s ease;
-o-transition:height .35s ease;
transition:height .35s ease}
.collapse.in{
height:auto}
.close{
float:right;
font-size:20px;
font-weight:bold;
line-height:20px;
color:#000;
text-shadow:0 1px 0 #fff;
opacity:.2;
filter:alpha(opacity=20)}
.close:hover,.close:focus{
color:#000;
text-decoration:none;
cursor:pointer;
opacity:.4;
filter:alpha(opacity=40)}
button.close{
padding:0;
cursor:pointer;
background:transparent;
border:0;
-webkit-appearance:none}
.btn{
display:inline-block;
*display:inline;
padding:4px 12px;
margin-bottom:0;
*margin-left:.3em;
font-size:14px;
line-height:20px;
color:#222;
text-align:center;
text-shadow:0 1px 1px rgba(255,255,255,0.75);
vertical-align:middle;
cursor:pointer;
background-color:#222;
*background-color:#040404;
background-image:-moz-linear-gradient(top,#1e1e1e,#040404);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1e1e1e),to(#040404));
background-image:-webkit-linear-gradient(top,#1e1e1e,#040404);
background-image:-o-linear-gradient(top,#1e1e1e,#040404);
background-image:linear-gradient(to bottom,#1e1e1e,#040404);
background-repeat:repeat-x;
border:1px solid #222;
*border:0;
border-color:#040404 #040404 #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color:#080808;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e',endColorstr='#ff040404',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{
color:#222;
background-color:#040404;
*background-color:#000}
.btn:active,.btn.active{
background-color:#000 \9}
.btn:first-child{
*margin-left:0}
.btn:hover,.btn:focus{
color:#222;
text-decoration:none;
background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear}
.btn:focus{
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px}
.btn.active,.btn:active{
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn.disabled,.btn[disabled]{
cursor:default;
background-image:none;
opacity:.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-large{
padding:22px 30px;
font-size:17.5px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{
margin-top:4px}
.btn-small{
padding:2px 10px;
font-size:11.9px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{
margin-top:0}
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{
margin-top:-1px}
.btn-mini{
padding:2px 6px;
font-size:10.5px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-block{
display:block;
width:100%;
padding-right:0;
padding-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.btn-block+.btn-block{
margin-top:5px}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{
width:100%}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{
color:rgba(255,255,255,0.75)}
.btn-primary{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#000;
*background-color:#fff;
background-image:-moz-linear-gradient(top,#a57cd1,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#a57cd1),to(#fff));
background-image:-webkit-linear-gradient(top,#a57cd1,#fff);
background-image:-o-linear-gradient(top,#a57cd1,#fff);
background-image:linear-gradient(to bottom,#a57cd1,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa57cd1',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
color:#fff;
background-color:#111;
*background-color:#7e43bd}
.btn-primary:active,.btn-primary.active{
background-color:#723caa \9}
.btn-warning{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#e95700;
*background-color:#cb4b00;
background-image:-moz-linear-gradient(top,#fe5e00,#cb4b00);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fe5e00),to(#cb4b00));
background-image:-webkit-linear-gradient(top,#fe5e00,#cb4b00);
background-image:-o-linear-gradient(top,#fe5e00,#cb4b00);
background-image:linear-gradient(to bottom,#fe5e00,#cb4b00);
background-repeat:repeat-x;
border-color:#cb4b00 #cb4b00 #7e2f00;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe5e00',endColorstr='#ffcb4b00',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{
color:#fff;
background-color:#cb4b00;
*background-color:#b14200}
.btn-warning:active,.btn-warning.active{
background-color:#983800 \9}
.btn-danger{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#d10028;
*background-color:#b30022;
background-image:-moz-linear-gradient(top,#e6002c,#b30022);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e6002c),to(#b30022));
background-image:-webkit-linear-gradient(top,#e6002c,#b30022);
background-image:-o-linear-gradient(top,#e6002c,#b30022);
background-image:linear-gradient(to bottom,#e6002c,#b30022);
background-repeat:repeat-x;
border-color:#b30022 #b30022 #660014;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6002c',endColorstr='#ffb30022',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{
color:#fff;
background-color:#b30022;
*background-color:#99001d}
.btn-danger:active,.btn-danger.active{
background-color:#800018 \9}
.btn-success{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#329b0f;
*background-color:#297f0c;
background-image:-moz-linear-gradient(top,#38ae11,#297f0c);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#38ae11),to(#297f0c));
background-image:-webkit-linear-gradient(top,#38ae11,#297f0c);
background-image:-o-linear-gradient(top,#38ae11,#297f0c);
background-image:linear-gradient(to bottom,#38ae11,#297f0c);
background-repeat:repeat-x;
border-color:#297f0c #297f0c #123906;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38ae11',endColorstr='#ff297f0c',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{
color:#fff;
background-color:#297f0c;
*background-color:#21680a}
.btn-success:active,.btn-success.active{
background-color:#1a5108 \9}
.btn-info{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#7d3198;
*background-color:#6a2981;
background-image:-moz-linear-gradient(top,#8936a8,#6a2981);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#8936a8),to(#6a2981));
background-image:-webkit-linear-gradient(top,#8936a8,#6a2981);
background-image:-o-linear-gradient(top,#8936a8,#6a2981);
background-image:linear-gradient(to bottom,#8936a8,#6a2981);
background-repeat:repeat-x;
border-color:#6a2981 #6a2981 #3a1747;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8936a8',endColorstr='#ff6a2981',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{
color:#fff;
background-color:#6a2981;
*background-color:#5a236e}
.btn-info:active,.btn-info.active{
background-color:#4a1d5a \9}
.btn-inverse{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#cfcfcf;
*background-color:#bfbfbf;
background-image:-moz-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#d9d9d9),to(#bfbfbf));
background-image:-webkit-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:-o-linear-gradient(top,#d9d9d9,#bfbfbf);
background-image:linear-gradient(to bottom,#d9d9d9,#bfbfbf);
background-repeat:repeat-x;
border-color:#bfbfbf #bfbfbf #999;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9',endColorstr='#ffbfbfbf',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
color:#fff;
background-color:#bfbfbf;
*background-color:#b3b3b3}
.btn-inverse:active,.btn-inverse.active{
background-color:#a6a6a6 \9}
button.btn,input[type="submit"].btn{
*padding-top:3px;
*padding-bottom:3px}
button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{
padding:0;
border:0}
button.btn.btn-large,input[type="submit"].btn.btn-large{
*padding-top:7px;
*padding-bottom:7px}
button.btn.btn-small,input[type="submit"].btn.btn-small{
*padding-top:3px;
*padding-bottom:3px}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{
*padding-top:1px;
*padding-bottom:1px}
.btn-link,.btn-link:active,.btn-link[disabled]{
background-color:transparent;
background-image:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-link{
color:#fff;
cursor:pointer;
border-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-link:hover,.btn-link:focus{
color:#e5e5e5;
text-decoration:underline;
background-color:transparent}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{
color:#222;
text-decoration:none}
.btn-group{
position:relative;
display:inline-block;
*display:inline;
*margin-left:.3em;
font-size:0;
white-space:nowrap;
vertical-align:middle;
*zoom:1}
.btn-group:first-child{
*margin-left:0}
.btn-group+.btn-group{
margin-left:5px}
.btn-toolbar{
margin-top:10px;
margin-bottom:10px;
font-size:0}
.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{
margin-left:5px}
.btn-group>.btn{
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group>.btn+.btn{
margin-left:-1px}
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{
font-size:14px}
.btn-group>.btn-mini{
font-size:10.5px}
.btn-group>.btn-small{
font-size:11.9px}
.btn-group>.btn-large{
font-size:17.5px}
.btn-group>.btn:first-child{
margin-left:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.btn-group>.btn.large:first-child{
margin-left:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{
z-index:2}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
outline:0}
.btn-group>.btn+.dropdown-toggle{
*padding-top:5px;
padding-right:8px;
*padding-bottom:5px;
padding-left:8px;
-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.btn-group>.btn-mini+.dropdown-toggle{
*padding-top:2px;
padding-right:5px;
*padding-bottom:2px;
padding-left:5px}
.btn-group>.btn-small+.dropdown-toggle{
*padding-top:5px;
*padding-bottom:4px}
.btn-group>.btn-large+.dropdown-toggle{
*padding-top:7px;
padding-right:12px;
*padding-bottom:7px;
padding-left:12px}
.btn-group.open .dropdown-toggle{
background-image:none;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn-group.open .btn.dropdown-toggle{
background-color:#040404}
.btn-group.open .btn-primary.dropdown-toggle{
background-color:#fff}
.btn-group.open .btn-warning.dropdown-toggle{
background-color:#cb4b00}
.btn-group.open .btn-danger.dropdown-toggle{
background-color:#b30022}
.btn-group.open .btn-success.dropdown-toggle{
background-color:#297f0c}
.btn-group.open .btn-info.dropdown-toggle{
background-color:#6a2981}
.btn-group.open .btn-inverse.dropdown-toggle{
background-color:#bfbfbf}
.btn .caret{
margin-top:8px;
margin-left:0}
.btn-large .caret{
margin-top:6px}
.btn-large .caret{
border-top-width:5px;
border-right-width:5px;
border-left-width:5px}
.btn-mini .caret,.btn-small .caret{
margin-top:8px}
.dropup .btn-large .caret{
border-bottom-width:5px}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.btn-group-vertical{
display:inline-block;
*display:inline;
*zoom:1}
.btn-group-vertical>.btn{
display:block;
float:none;
max-width:100%;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn+.btn{
margin-top:-1px;
margin-left:0}
.btn-group-vertical>.btn:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn-large:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group-vertical>.btn-large:last-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert{
padding:8px 35px 8px 14px;
margin-bottom:20px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
background-color:#e45500;
border:1px solid transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert,.alert h4{
color:#e5e5e5}
.alert h4{
margin:0}
.alert .close{
position:relative;
top:-2px;
right:-21px;
line-height:20px}
.alert-success{
color:#e5e5e5;
background-color:#30960f;
border-color:transparent}
.alert-success h4{
color:#e5e5e5}
.alert-danger,.alert-error{
color:#e5e5e5;
background-color:#cc0027;
border-color:transparent}
.alert-danger h4,.alert-error h4{
color:#e5e5e5}
.alert-info{
color:#e5e5e5;
background-color:#333;
border-color:transparent}
.alert-info h4{
color:#e5e5e5}
.alert-block{
padding-top:14px;
padding-bottom:14px}
.alert-block>p,.alert-block>ul{
margin-bottom:0}
.alert-block p+p{
margin-top:5px}
.nav{
margin-bottom:20px;
margin-left:0;
list-style:none}
.nav>li>a{
display:block}
.nav>li>a:hover,.nav>li>a:focus{
text-decoration:none;
background-color:#ddd}
.nav>li>a>img{
max-width:none}
.nav>.pull-right{
float:right}
.nav-header{
display:block;
padding:3px 15px;
font-size:11px;
font-weight:bold;
line-height:20px;
color:#ccc;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
text-transform:uppercase}
.nav li+.nav-header{
margin-top:9px}
.nav-list{
padding-right:15px;
padding-left:15px;
margin-bottom:0}
.nav-list>li>a,.nav-list .nav-header{
margin-right:-15px;
margin-left:-15px;
text-shadow:0 1px 0 rgba(255,255,255,0.5)}
.nav-list>li>a{
padding:3px 15px}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{
color:#e5e5e5;
text-shadow:0 -1px 0 rgba(0,0,0,0.2);
background-color:#fff}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{
margin-right:2px}
.nav-list .divider{
*width:100%;
height:1px;
margin:9px 1px;
*margin:-5px 0 5px;
overflow:hidden;
background-color:#e5e5e5;
border-bottom:1px solid #e5e5e5}
.nav-tabs,.nav-pills{
*zoom:1}
.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{
display:table;
line-height:0;
content:""}
.nav-tabs:after,.nav-pills:after{
clear:both}
.nav-tabs>li,.nav-pills>li{
float:left}
.nav-tabs>li>a,.nav-pills>li>a{
padding-right:12px;
padding-left:12px;
margin-right:2px;
line-height:14px}
.nav-tabs{
border-bottom:1px solid #ddd}
.nav-tabs>li{
margin-bottom:-1px}
.nav-tabs>li>a{
padding-top:8px;
padding-bottom:8px;
line-height:20px;
border:1px solid transparent;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
color:#333;
cursor:default;
background-color:#222;
border:1px solid #ddd;
border-bottom-color:transparent}
.nav-pills>li>a{
padding-top:8px;
padding-bottom:8px;
margin-top:2px;
margin-bottom:2px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{
color:#e5e5e5;
background-color:#fff}
.nav-stacked>li{
float:none}
.nav-stacked>li>a{
margin-right:0}
.nav-tabs.nav-stacked{
border-bottom:0}
.nav-tabs.nav-stacked>li>a{
border:1px solid #ddd;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-tabs.nav-stacked>li:first-child>a{
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-topleft:4px}
.nav-tabs.nav-stacked>li:last-child>a{
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:4px}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{
z-index:2;
border-color:#ddd}
.nav-pills.nav-stacked>li>a{
margin-bottom:3px}
.nav-pills.nav-stacked>li:last-child>a{
margin-bottom:1px}
.nav-tabs .dropdown-menu{
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px}
.nav-pills .dropdown-menu{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.nav .dropdown-toggle .caret{
margin-top:6px;
border-top-color:#fff;
border-bottom-color:#fff}
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.nav-tabs .dropdown-toggle .caret{
margin-top:8px}
.nav .active .dropdown-toggle .caret{
border-top-color:#fff;
border-bottom-color:#fff}
.nav-tabs .active .dropdown-toggle .caret{
border-top-color:#333;
border-bottom-color:#333}
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{
cursor:pointer}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{
color:#e5e5e5;
background-color:#ccc;
border-color:#ccc}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5;
opacity:1;
filter:alpha(opacity=100)}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{
border-color:#ccc}
.tabbable{
*zoom:1}
.tabbable:before,.tabbable:after{
display:table;
line-height:0;
content:""}
.tabbable:after{
clear:both}
.tab-content{
overflow:auto}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{
border-bottom:0}
.tab-content>.tab-pane,.pill-content>.pill-pane{
display:none}
.tab-content>.active,.pill-content>.active{
display:block}
.tabs-below>.nav-tabs{
border-top:1px solid #ddd}
.tabs-below>.nav-tabs>li{
margin-top:-1px;
margin-bottom:0}
.tabs-below>.nav-tabs>li>a{
-webkit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px}
.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{
border-top-color:#ddd;
border-bottom-color:transparent}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{
border-color:transparent #ddd #ddd #ddd}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{
float:none}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
min-width:74px;
margin-right:0;
margin-bottom:3px}
.tabs-left>.nav-tabs{
float:left;
margin-right:19px;
border-right:1px solid #ddd}
.tabs-left>.nav-tabs>li>a{
margin-right:-1px;
-webkit-border-radius:4px 0 0 4px;
-moz-border-radius:4px 0 0 4px;
border-radius:4px 0 0 4px}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd #ddd}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{
border-color:#ddd transparent #ddd #ddd;
*border-right-color:#e5e5e5}
.tabs-right>.nav-tabs{
float:right;
margin-left:19px;
border-left:1px solid #ddd}
.tabs-right>.nav-tabs>li>a{
margin-left:-1px;
-webkit-border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
border-radius:0 4px 4px 0}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{
border-color:#ddd #ddd #ddd #ddd}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{
border-color:#ddd #ddd #ddd transparent;
*border-left-color:#e5e5e5}
.nav>.disabled>a{
color:#ccc}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{
text-decoration:none;
cursor:default;
background-color:transparent}
.navbar{
*position:relative;
*z-index:2;
margin-bottom:20px;
overflow:visible}
.navbar-inner{
min-height:40px;
padding-right:20px;
padding-left:20px;
background-color:#c6b3da;
background-image:-moz-linear-gradient(top,#e5e5e5,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#fff));
background-image:-webkit-linear-gradient(top,#e5e5e5,#fff);
background-image:-o-linear-gradient(top,#e5e5e5,#fff);
background-image:linear-gradient(to bottom,#e5e5e5,#fff);
background-repeat:repeat-x;
border:1px solid transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#fffff',GradientType=0);
*zoom:1;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);
box-shadow:0 1px 4px rgba(0,0,0,0.065)}
.navbar-inner:before,.navbar-inner:after{
display:table;
line-height:0;
content:""}
.navbar-inner:after{
clear:both}
.navbar .container{
width:auto}
.nav-collapse.collapse{
height:auto;
overflow:visible}
.navbar .brand{
display:block;
float:left;
padding:10px 20px 10px;
margin-left:-20px;
font-size:20px;
font-weight:200;
color:#222;
text-shadow:0 1px 0 #e5e5e5}
.navbar .brand:hover,.navbar .brand:focus{
text-decoration:none}
.navbar-text{
margin-bottom:0;
line-height:40px;
color:#222}
.navbar-link{
color:#222}
.navbar-link:hover,.navbar-link:focus{
color:#e5e5e5}
.navbar .divider-vertical{
height:40px;
margin:0 9px;
border-right:1px solid #e5e5e5;
border-left:1px solid #fff}
.navbar .btn,.navbar .btn-group{
margin-top:5px}
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{
margin-top:0}
.navbar-form{
margin-bottom:0;
*zoom:1}
.navbar-form:before,.navbar-form:after{
display:table;
line-height:0;
content:""}
.navbar-form:after{
clear:both}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{
margin-top:5px}
.navbar-form input,.navbar-form select,.navbar-form .btn{
display:inline-block;
margin-bottom:0}
.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{
margin-top:3px}
.navbar-form .input-append,.navbar-form .input-prepend{
margin-top:5px;
white-space:nowrap}
.navbar-form .input-append input,.navbar-form .input-prepend input{
margin-top:0}
.navbar-search{
position:relative;
float:left;
margin-top:5px;
margin-bottom:0}
.navbar-search .search-query{
padding:4px 14px;
margin-bottom:0;
font-family:"Nunito";
font-size:13px;
font-weight:normal;
line-height:1;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.navbar-static-top{
position:static;
margin-bottom:0}
.navbar-static-top .navbar-inner{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.navbar-fixed-top,.navbar-fixed-bottom{
position:fixed;
right:0;
left:0;
z-index:1030;
margin-bottom:0}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
border-width:0 0 1px}
.navbar-fixed-bottom .navbar-inner{
border-width:1px 0 0}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{
padding-right:0;
padding-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
width:940px}
.navbar-fixed-top{
top:0}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);
box-shadow:0 1px 10px rgba(0,0,0,0.1)}
.navbar-fixed-bottom{
bottom:0}
.navbar-fixed-bottom .navbar-inner{
-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);
box-shadow:0 -1px 10px rgba(0,0,0,0.1)}
.navbar .nav{
position:relative;
left:0;
display:block;
float:left;
margin:0 10px 0 0}
.navbar .nav.pull-right{
float:right;
margin-right:0}
.navbar .nav>li{
float:left}
.navbar .nav>li>a{
float:none;
padding:10px 15px 10px;
color:#fff;
text-decoration:none;
text-shadow:0 1px 0 #e5e5e5}
.navbar .nav .dropdown-toggle .caret{
margin-top:8px}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{
color:#e5e5e5;
text-decoration:none;
background-color:rgba(0,0,0,0.5)}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
color:#fff;
text-decoration:none;
background-color:transparent;
-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}
.navbar .btn-navbar{
display:none;
float:right;
padding:7px 10px;
margin-right:5px;
margin-left:5px;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
*background-color:#fff;
background-image:-moz-linear-gradient(top,#d8d8d8,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#d8d8d8),to(#fff));
background-image:-webkit-linear-gradient(top,#d8d8d8,#fff);
background-image:-o-linear-gradient(top,#d8d8d8,#fff);
background-image:linear-gradient(to bottom,#d8d8d8,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}
.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{
color:#fff;
*background-color:#7e43bd}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{
background-color:#723caa \9}
.navbar .btn-navbar .icon-bar{
display:block;
width:18px;
height:2px;
background-color:#f5f5f5;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);
box-shadow:0 1px 0 rgba(0,0,0,0.25)}
.btn-navbar .icon-bar+.icon-bar{
margin-top:3px}
.navbar .nav>li>.dropdown-menu:before{
position:absolute;
top:-7px;
left:9px;
display:inline-block;
border-right:7px solid transparent;
border-bottom:7px solid #ccc;
border-left:7px solid transparent;
border-bottom-color:0 1px 1px 1px inset #ccc;
content:''}
.navbar .nav>li>.dropdown-menu:after{
position:absolute;
top:-6px;
left:10px;
display:inline-block;
border-right:6px solid transparent;
border-bottom:6px solid #222;
border-left:6px solid transparent;
content:''}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{
top:auto;
bottom:-7px;
border-top:7px solid #ccc;
border-bottom:0;
border-top-color:0 1px 1px 1px inset #ccc}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{
top:auto;
bottom:-6px;
border-top:6px solid #222;
border-bottom:0}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
color:#fff;
background-color:transparent}
.navbar .nav li.dropdown>.dropdown-toggle .caret{
border-top-color:#222;
border-bottom-color:#222}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
border-top-color:#fff;
border-bottom-color:#fff}
.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{
right:0;
left:auto}
.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{
right:12px;
left:auto}
.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{
right:13px;
left:auto}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{
right:100%;
left:auto;
margin-right:-1px;
margin-left:0;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px}
.navbar-inverse .navbar-inner{
background-color: #000;
}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{
color:#e5e5e5}
.navbar-inverse .brand{
color:#fff}
.navbar-inverse .navbar-text{
color:#222}
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{
color:#e5e5e5;
background-color:rgba(0,0,0,0.5)}
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{
color:#e5e5e5;
background-color:#fff}
.navbar-inverse .navbar-link{
color:#222}
.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{
color:#e5e5e5}
.navbar-inverse .divider-vertical{
border-right-color:#fff;
border-left-color:#fff}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{
color:#e5e5e5;
background-color:#fff}
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{
border-top-color:#222;
border-bottom-color:#222}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{
border-top-color:#e5e5e5;
border-bottom-color:#e5e5e5}
.navbar-inverse .navbar-search .search-query{
color:#e5e5e5;
background-color:#d9c7eb;
border-color:#fff;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none}
.navbar-inverse .navbar-search .search-query:-moz-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{
color:#222}
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{
padding:5px 15px;
color:#222;
text-shadow:0 1px 0 #e5e5e5;
background-color:#e5e5e5;
border:0;
outline:0;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);
box-shadow:0 0 3px rgba(0,0,0,0.15)}
.navbar-inverse .btn-navbar{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#000;
/**background-color:#fff;*/
background-image:-moz-linear-gradient(top,#fff,#fff);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
background-image:-webkit-linear-gradient(top,#fff,#fff);
background-image:-o-linear-gradient(top,#fff,#fff);
background-image:linear-gradient(to bottom,#fff,#fff);
background-repeat:repeat-x;
border-color:#fff #fff #653697;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#fffff',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{
color:#fff;
*background-color:#7e43bd}
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{
background-color:#723caa \9}
.breadcrumb{
padding:8px 15px;
margin:0 0 20px;
list-style:none;
background-color:#f5f5f5;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.breadcrumb>li{
display:inline-block;
*display:inline;
text-shadow:0 1px 0 #e5e5e5;
*zoom:1}
.breadcrumb>li>.divider{
padding:0 5px;
color:#ccc}
.breadcrumb>.active{
color:#ccc}
.pagination{
margin:20px 0}
.pagination ul{
display:inline-block;
*display:inline;
margin-bottom:0;
margin-left:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
*zoom:1;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.pagination ul>li{
display:inline}
.pagination ul>li>a,.pagination ul>li>span{
float:left;
padding:4px 12px;
line-height:20px;
text-decoration:none;
background-color:#333;
border:1px solid transparent;
border-left-width:0}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
background-color:#fff}
.pagination ul>.active>a,.pagination ul>.active>span{
color:#ccc;
cursor:default}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{
color:#ccc;
cursor:default;
background-color:transparent}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
border-left-width:1px;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-centered{
text-align:center}
.pagination-right{
text-align:right}
.pagination-large ul>li>a,.pagination-large ul>li>span{
padding:22px 30px;
font-size:17.5px}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0}
.pagination-small ul>li>a,.pagination-small ul>li>span{
padding:2px 10px;
font-size:11.9px}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
padding:2px 6px;
font-size:10.5px}
.pager{
margin:20px 0;
text-align:center;
list-style:none;
*zoom:1}
.pager:before,.pager:after{
display:table;
line-height:0;
content:""}
.pager:after{
clear:both}
.pager li{
display:inline}
.pager li>a,.pager li>span{
display:inline-block;
padding:5px 14px;
background-color:#fff;
border:1px solid #ddd;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px}
.pager li>a:hover,.pager li>a:focus{
text-decoration:none;
background-color:#f5f5f5}
.pager .next>a,.pager .next>span{
float:right}
.pager .previous>a,.pager .previous>span{
float:left}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{
color:#ccc;
cursor:default;
background-color:#fff}
.modal-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:#000}
.modal-backdrop.fade{
opacity:0}
.modal-backdrop,.modal-backdrop.fade.in{
opacity:.8;
filter:alpha(opacity=80)}
.modal{
position:fixed;
top:10%;
left:50%;
z-index:1050;
width:560px;
margin-left:-280px;
background-color:#e5e5e5;
border:1px solid #999;
border:1px solid rgba(0,0,0,0.3);
*border:1px solid #999;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
outline:0;
-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
box-shadow:0 3px 7px rgba(0,0,0,0.3);
-webkit-background-clip:padding-box;
-moz-background-clip:padding-box;
background-clip:padding-box}
.modal.fade{
top:-25%;
-webkit-transition:opacity .3s linear,top .3s ease-out;
-moz-transition:opacity .3s linear,top .3s ease-out;
-o-transition:opacity .3s linear,top .3s ease-out;
transition:opacity .3s linear,top .3s ease-out}
.modal.fade.in{
top:10%}
.modal-header{
padding:9px 15px;
border-bottom:1px solid #eee}
.modal-header .close{
margin-top:2px}
.modal-header h3{
margin:0;
line-height:30px}
.modal-body{
position:relative;
max-height:400px;
padding:15px;
overflow-y:auto}
.modal-form{
margin-bottom:0}
.modal-footer{
padding:14px 15px 15px;
margin-bottom:0;
text-align:right;
background-color:#f5f5f5;
border-top:1px solid #ddd;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;
*zoom:1;
-webkit-box-shadow:inset 0 1px 0 #e5e5e5;
-moz-box-shadow:inset 0 1px 0 #e5e5e5;
box-shadow:inset 0 1px 0 #e5e5e5}
.modal-footer:before,.modal-footer:after{
display:table;
line-height:0;
content:""}
.modal-footer:after{
clear:both}
.modal-footer .btn+.btn{
margin-bottom:0;
margin-left:5px}
.modal-footer .btn-group .btn+.btn{
margin-left:-1px}
.modal-footer .btn-block+.btn-block{
margin-left:0}
.tooltip{
position:absolute;
z-index:1030;
display:block;
font-size:11px;
line-height:1.4;
opacity:0;
filter:alpha(opacity=0);
visibility:visible}
.tooltip.in{
opacity:.8;
filter:alpha(opacity=80)}
.tooltip.top{
padding:5px 0;
margin-top:-3px}
.tooltip.right{
padding:0 5px;
margin-left:3px}
.tooltip.bottom{
padding:5px 0;
margin-top:3px}
.tooltip.left{
padding:0 5px;
margin-left:-3px}
.tooltip-inner{
max-width:200px;
padding:8px;
color:#222;
text-align:center;
text-decoration:none;
background-color:#fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tooltip-arrow{
position:absolute;
width:0;
height:0;
border-color:transparent;
border-style:solid}
.tooltip.top .tooltip-arrow{
bottom:0;
left:50%;
margin-left:-5px;
border-top-color:#fff;
border-width:5px 5px 0}
.tooltip.right .tooltip-arrow{
top:50%;
left:0;
margin-top:-5px;
border-right-color:#fff;
border-width:5px 5px 5px 0}
.tooltip.left .tooltip-arrow{
top:50%;
right:0;
margin-top:-5px;
border-left-color:#fff;
border-width:5px 0 5px 5px}
.tooltip.bottom .tooltip-arrow{
top:0;
left:50%;
margin-left:-5px;
border-bottom-color:#fff;
border-width:0 5px 5px}
.popover{
position:absolute;
top:0;
left:0;
z-index:1010;
display:none;
max-width:276px;
padding:1px;
text-align:left;
white-space:normal;
background-color:#fff;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.2);
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box}
.popover.top{
margin-top:-10px}
.popover.right{
margin-left:10px}
.popover.bottom{
margin-top:10px}
.popover.left{
margin-left:-10px}
.popover-title{
padding:8px 14px;
margin:0;
font-size:14px;
font-weight:normal;
line-height:18px;
background-color:#fff;
border-bottom:1px solid #fff;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0}
.popover-title:empty{
display:none}
.popover-content{
padding:9px 14px}
.popover .arrow,.popover .arrow:after{
position:absolute;
display:block;
width:0;
height:0;
border-color:transparent;
border-style:solid}
.popover .arrow{
border-width:16px}
.popover .arrow:after{
border-width:15px;
content:""}
.popover.top .arrow{
bottom:-16px;
left:50%;
margin-left:-16px;
border-top-color:#999;
border-top-color:transparent;
border-bottom-width:0}
.popover.top .arrow:after{
bottom:1px;
margin-left:-15px;
border-top-color:#fff;
border-bottom-width:0}
.popover.right .arrow{
top:50%;
left:-16px;
margin-top:-16px;
border-right-color:#999;
border-right-color:transparent;
border-left-width:0}
.popover.right .arrow:after{
bottom:-15px;
left:1px;
border-right-color:#fff;
border-left-width:0}
.popover.bottom .arrow{
top:-16px;
left:50%;
margin-left:-16px;
border-bottom-color:#999;
border-bottom-color:transparent;
border-top-width:0}
.popover.bottom .arrow:after{
top:1px;
margin-left:-15px;
border-bottom-color:#fff;
border-top-width:0}
.popover.left .arrow{
top:50%;
right:-16px;
margin-top:-16px;
border-left-color:#999;
border-left-color:transparent;
border-right-width:0}
.popover.left .arrow:after{
right:1px;
bottom:-15px;
border-left-color:#fff;
border-right-width:0}
.thumbnails{
margin-left:-20px;
list-style:none;
*zoom:1}
.thumbnails:before,.thumbnails:after{
display:table;
line-height:0;
content:""}
.thumbnails:after{
clear:both}
.row-fluid .thumbnails{
margin-left:0}
.thumbnails>li{
float:left;
margin-bottom:20px;
margin-left:20px}
.thumbnail{
display:block;
padding:4px;
line-height:20px;
border:1px solid #ddd;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
box-shadow:0 1px 3px rgba(0,0,0,0.055);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
a.thumbnail:hover,a.thumbnail:focus{
border-color:#fff;
-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
box-shadow:0 1px 4px rgba(0,105,214,0.25)}
.thumbnail>img{
display:block;
max-width:100%;
margin-right:auto;
margin-left:auto}
.thumbnail .caption{
padding:9px;
color:#333}
.media,.media-body{
overflow:hidden;
*overflow:visible;
zoom:1}
.media,.media .media{
margin-top:15px}
.media:first-child{
margin-top:0}
.media-object{
display:block}
.media-heading{
margin:0 0 5px}
.media>.pull-left{
margin-right:10px}
.media>.pull-right{
margin-left:10px}
.media-list{
margin-left:0;
list-style:none}
.label,.badge{
display:inline-block;
padding:2px 4px;
font-size:11.844px;
font-weight:bold;
line-height:14px;
color:#e5e5e5;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
white-space:nowrap;
vertical-align:baseline;
background-color:#ccc}
.label{
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px}
.badge{
padding-right:9px;
padding-left:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
border-radius:9px}
.label:empty,.badge:empty{
display:none}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{
color:#e5e5e5;
text-decoration:none;
cursor:pointer}
.label-important,.badge-important{
background-color:#e5e5e5}
.label-important[href],.badge-important[href]{
background-color:#ccc}
.label-warning,.badge-warning{
background-color:#e45500}
.label-warning[href],.badge-warning[href]{
background-color:#b14200}
.label-success,.badge-success{
background-color:#e5e5e5}
.label-success[href],.badge-success[href]{
background-color:#ccc}
.label-info,.badge-info{
background-color:#e5e5e5}
.label-info[href],.badge-info[href]{
background-color:#ccc}
.label-inverse,.badge-inverse{
background-color:#222}
.label-inverse[href],.badge-inverse[href]{
background-color:#080808}
.btn .label,.btn .badge{
position:relative;
top:-1px}
.btn-mini .label,.btn-mini .badge{
top:0}
@-webkit-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-moz-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-ms-keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
@-o-keyframes progress-bar-stripes{
from{
background-position:0 0}
to{
background-position:40px 0}
}
@keyframes progress-bar-stripes{
from{
background-position:40px 0}
to{
background-position:0 0}
}
.progress{
color:#000;
height:20px;
margin-bottom:20px;
overflow:hidden;
background-color:#f7f7f7;
background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
background-repeat:repeat-x;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.progress .bar{
float:left;
width:0;
height:100%;
font-size:12px;
color:#e5e5e5;
text-align:center;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#0e90d2;
background-image:-moz-linear-gradient(top,#149bdf,#0480be);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
background-image:-o-linear-gradient(top,#149bdf,#0480be);
background-image:linear-gradient(to bottom,#149bdf,#0480be);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:width .6s ease;
-moz-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease}
.progress .bar+.bar{
-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}
.progress-striped .bar{
background-color:#149bdf;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px}
.progress.active .bar{
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite}
.progress-danger .bar,.progress .bar-danger{
background-color:#dd514c;
background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);
background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);
background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{
background-color:#ee5f5b;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-success .bar,.progress .bar-success{
background-color:#5eb95e;
background-image:-moz-linear-gradient(top,#62c462,#57a957);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
background-image:-webkit-linear-gradient(top,#62c462,#57a957);
background-image:-o-linear-gradient(top,#62c462,#57a957);
background-image:linear-gradient(to bottom,#62c462,#57a957);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}
.progress-success.progress-striped .bar,.progress-striped .bar-success{
background-color:#62c462;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-info .bar,.progress .bar-info{
background-color:#4bb1cf;
background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);
background-image:-o-linear-gradient(top,#5bc0de,#339bb9);
background-image:linear-gradient(to bottom,#5bc0de,#339bb9);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}
.progress-info.progress-striped .bar,.progress-striped .bar-info{
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-warning .bar,.progress .bar-warning{
background-color:#f46e1e;
background-image:-moz-linear-gradient(top,#ff7e32,#e45500);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff7e32),to(#e45500));
background-image:-webkit-linear-gradient(top,#ff7e32,#e45500);
background-image:-o-linear-gradient(top,#ff7e32,#e45500);
background-image:linear-gradient(to bottom,#ff7e32,#e45500);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7e32',endColorstr='#ffe45500',GradientType=0)}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{
background-color:#ff7e32;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.accordion{
margin-bottom:20px}
.accordion-group{
margin-bottom:2px;
border:1px solid #e5e5e5;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.accordion-heading{
border-bottom:0}
.accordion-heading .accordion-toggle{
display:block;
padding:8px 15px}
.accordion-toggle{
cursor:pointer}
.accordion-inner{
padding:9px 15px;
border-top:1px solid #e5e5e5}
.carousel{
position:relative;
margin-bottom:20px;
line-height:1}
.carousel-inner{
position:relative;
width:100%;
overflow:hidden}
.carousel-inner>.item{
position:relative;
display:none;
-webkit-transition:.6s ease-in-out left;
-moz-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
display:block;
line-height:1}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
display:block}
.carousel-inner>.active{
left:0}
.carousel-inner>.next,.carousel-inner>.prev{
position:absolute;
top:0;
width:100%}
.carousel-inner>.next{
left:100%}
.carousel-inner>.prev{
left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
left:0}
.carousel-inner>.active.left{
left:-100%}
.carousel-inner>.active.right{
left:100%}
.carousel-control{
position:absolute;
top:40%;
left:15px;
width:40px;
height:40px;
margin-top:-20px;
font-size:60px;
font-weight:100;
line-height:30px;
color:#e5e5e5;
text-align:center;
background:#111;
border:3px solid #e5e5e5;
-webkit-border-radius:23px;
-moz-border-radius:23px;
border-radius:23px;
opacity:.5;
filter:alpha(opacity=50)}
.carousel-control.right{
right:15px;
left:auto}
.carousel-control:hover,.carousel-control:focus{
color:#e5e5e5;
text-decoration:none;
opacity:.9;
filter:alpha(opacity=90)}
.carousel-indicators{
position:absolute;
top:15px;
right:15px;
z-index:5;
margin:0;
list-style:none}
.carousel-indicators li{
display:block;
float:left;
width:10px;
height:10px;
margin-left:5px;
text-indent:-999px;
background-color:#ccc;
background-color:rgba(255,255,255,0.25);
border-radius:5px}
.carousel-indicators .active{
background-color:#fff}
.carousel-caption{
position:absolute;
right:0;
bottom:0;
left:0;
padding:15px;
background:#222;
background:rgba(0,0,0,0.75)}
.carousel-caption h4,.carousel-caption p{
line-height:20px;
color:#e5e5e5}
.carousel-caption h4{
margin:0 0 5px}
.carousel-caption p{
margin-bottom:0}
.hero-unit{
padding:60px;
margin-bottom:30px;
font-size:18px;
font-weight:200;
line-height:30px;
color:inherit;
background-color:#333;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px}
.hero-unit h1{
margin-bottom:0;
font-size:60px;
line-height:1;
letter-spacing:-1px;
color:inherit}
.hero-unit li{
line-height:30px}
.pull-right{
float:right}
.pull-left{
float:left}
.hide{
display:none}
.show{
display:block}
.invisible{
visibility:hidden}
.affix{
position:fixed}
body{
font-weight:300}
h1{
font-size:50px}
h2,h3{
font-size:26px}
h4{
font-size:14px}
h5,h6{
font-size:11px}
blockquote{
padding:10px 15px;
background-color:#ddd;
border-left-color:#333}
blockquote.pull-right{
padding:10px 15px;
border-right-color:#333}
blockquote small{
color:#333}
.muted{
color:#ddd}
.text-warning{
color:#e45500}
a.text-warning:hover{
color:#b14200}
.text-error{
color:#cc0027}
a.text-error:hover{
color:#99001d}
.text-info{
color:#793094}
a.text-info:hover{
color:#5a236e}
.text-success{
color:#30960f}
a.text-success:hover{
color:#21680a}
.loginform{
font-size:32px;
color:#fff}
*{
padding:0;
margin:0;
text-decoration:none!important;
text-shadow:none!important;
border-radius:0!important;
box-shadow:none!important}
html{
-webkit-font-smoothing:subpixel-antialiased}
html,body{
background:#222}
#loginform{
background-color:#111}
h1.page-header.page-title{
padding-top:0!important;
padding-right:15px!important;
padding-bottom:0!important;
padding-left:20px!important;
margin:-2px -20px 20px -20px!important;
color:#fff!important;
background-color:#111!important;
border-width:0!important}
.page-header .btn-group>a{
text-align:right!important;
background:none!important;
border:none!important;
box-shadow:none!important}
.page-header .btn-group .btn{
color:#fff!important}
.page-header .dropdown-menu{
margin-top:0!important;
color:#fff;
background-color:#111}
.page-header .header-toolbar{
margin-top:-5px!important}
.navbar .navbar-inner{
font-weight:bolder;
background-image:none;
border-width:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar .brand:hover{
font-size:3em;
color:#222}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
background-color:rgba(0,0,0,0.5);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
color:#e5e5e5}
.navbar .nav li.dropdown.open>.dropdown-toggle:hover,.navbar .nav li.dropdown.active>.dropdown-toggle:hover,.navbar .nav li.dropdown.open.active>.dropdown-toggle:hover{
color:#ccc}
.navbar .nav>li>.dropdown-menu:before{
border:none!important;
content:""!important}
.navbar .nav>li>.dropdown-menu:after{
border:none!important;
content:""!important}
.navbar .navbar-search .search-query{
line-height:normal}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
text-shadow:none}
.navbar-inverse .brand:hover,.navbar-inverse .nav>.active>a,.navbar-inverse .nav>.active>a:hover,.navbar-inverse .nav>.active>a:focus{
color:#e5e5e5;
background-color:rgba(0,0,0,0.5);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.navbar-inverse .navbar-search .search-query{
color:#111}
.navbar #dropdown-menu-others.dropdown-menu{
margin:0!important}
.navbar .fa-inverse{
color:#fff!important}
.navbar-fixed-top{
margin-bottom:0!important}
div.subnav{
margin:0 1px;
background:#ccc none;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
div.subnav .nav{
background-color:transparent}
div.subnav .nav>li>a{
border-color:transparent}
div.subnav .nav>.active>a,div.subnav .nav>.active>a:hover{
color:#e5e5e5;
background-color:#000;
border-color:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
div.subnav-fixed{
top:41px;
margin:0}
.nav .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{
color:#fff;
background-image:#e5e5e5}
.nav-tabs{
border-color:#fff}
.nav-tabs .dropdown-menu{
border-top:0;
border-right:1px solid #333;
border-bottom:1px solid #333;
border-left:1px solid #333}
.nav-tabs>li>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-tabs>li>a:hover{
color:#333;
background-color:#fff;
border-color:#fff}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover{
font-weight:bold;
color:#333;
background-color:#fff;
border-color:#fff}
.nav-tabs.nav-stacked>li>a:hover{
color:#fff;
background-color:#e5e5e5}
.nav-tabs.nav-stacked>.active>a,.nav-tabs.nav-stacked>.active>a:hover{
color:#e5e5e5;
background-color:#fff}
.nav-tabs.nav-stacked>li:first-child>a,.nav-tabs.nav-stacked>li:last-child>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tabs-below,.tabs-left,.tabs-right{
border-color:#fff}
.tabs-below>.nav-tabs>li>a,.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.tabs-below .nav-tabs,.tabs-left .nav-tabs,.tabs-right .nav-tabs{
border-color:#333}
.tabs-below>.nav-tabs>.active>a,.tabs-left>.nav-tabs>.active>a,.tabs-right>.nav-tabs>.active>a{
border-color:#333}
.tabs-below .divider-tab,.tabs-left .divider-tab,.tabs-right .divider-tab{
border-color:#333}
.divider-tab{
border-color:#333}
.nav-pills>li>a{
color:#fff;
background-color:#222;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.nav-pills>li>a:hover{
color:#000;
background-color:#e5e5e5}
.nav-pills>.disabled>a,.nav-pills>.disabled>a:hover{
color:#222;
background-color:#ddd}
.nav-list>li>a{
color:#111}
.nav-list>li>a:hover{
color:#e5e5e5;
text-shadow:none;
background-color:#0053cc}
.nav-list .nav-header{
color:#111}
.nav-list .divider{
background-color:#fff;
border-bottom:0}
.pagination ul{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.pagination ul>li>a,.pagination ul>li>span{
margin-right:6px;
color:#111}
.pagination ul>li>a:hover,.pagination ul>li>span:hover{
color:#e5e5e5;
background-color:#111}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
margin-right:0}
.pagination ul>.active>a,.pagination ul>.active>span{
color:#e5e5e5}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{
color:#222;
background-color:#ddd}
.pager li>a,.pager li>span{
color:#111;
background-color:#ccc;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.pager li>a:hover,.pager li>span:hover{
color:#e5e5e5;
background-color:#111}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>span{
color:#222;
background-color:#ddd}
.breadcrumb{
background-color:#333}
.breadcrumb li{
text-shadow:none}
.breadcrumb .divider,.breadcrumb .active{
text-shadow:none}
.btn{
padding:5px 12px;
color:#e5e5e5!important;
text-shadow:none;
background-image:none!important;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn.disabled{
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn .fa-inverse{
color:#e5e5e5}
.btn-large{
padding:22px 30px}
.btn-small{
padding:2px 10px}
.btn-mini{
padding:2px 6px}
.btn-group>.btn:first-child,.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.btn-group>.btn+.dropdown-toggle{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.btn-red{
background-color:#cc0027!important;
background-image:none!important}
.btn-blue{
background-color:#0053cc!important;
background-image:none!important}
.btn-yellow{
background-color:#bebc0d!important;
background-image:none!important}
.btn-green{
background-color:#30960f!important;
background-image:none!important}
.table tbody tr.success td,.table tbody tr.error td,.table tbody tr.info td,.table tbody tr.warning td{
color:#222}
.table-bordered{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.table td{
vertical-align:middle}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{
color:#e5e5e5}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
color:#e45500}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
color:#111;
border-color:#e45500}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
color:#cc0027}
.control-group.error input,.control-group.error select,.control-group.error textarea{
color:#111;
border-color:#cc0027}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
color:#793094}
.control-group.info input,.control-group.info select,.control-group.info textarea{
color:#111;
border-color:#793094}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
color:#30960f}
.control-group.success input,.control-group.success select,.control-group.success textarea{
color:#111;
border-color:#30960f}
legend{
color:#e5e5e5;
border-bottom:0}
.form-actions{
background-color:#333;
border-top:0}
.dropdown-menu{
padding:1px!important;
margin:2px 0 0;
border-top:0;
border-right:1px double #fff;
border-bottom:1px double #fff;
border-left:1px double #fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.dropdown-menu .divider{
height:1px!important;
margin:5px 1px!important;
overflow:hidden!important;
background-color:#fff;
border-bottom:0 solid #333}
.dropdown-toggle{
padding-right:0!important}
.alert{
text-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.alert-heading,.alert h1,.alert h2,.alert h3,.alert h4,.alert h5,.alert h6{
color:#e5e5e5}
.label{
font-weight:300;
color:#e5e5e5;
text-shadow:none;
background-color:#0053cc!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.label-success{
background-color:#30960f!important}
.label-important{
background-color:#cc0027!important}
.label-warning{
background-color:#e45500!important}
.label-info{
background-color:#793094!important}
.label-inverse{
color:#e5e5e5!important;
background-color:#000!important}
.label-white{
color:#000;
background-color:#e5e5e5!important}
.label .fa-inverse{
color:#e5e5e5}
.badge{
font-weight:300;
text-shadow:none;
background-color:#0053cc!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.badge-success{
background-color:#30960f!important}
.badge-important{
background-color:#cc0027!important}
.badge-warning{
background-color:#e45500!important}
.badge-info{
background-color:#793094!important}
.badge-inverse{
color:#e5e5e5!important;
background-color:#000!important}
.badge-white{
color:#000;
background-color:#e5e5e5!important}
.badge .fa-inverse{
color:#e5e5e5}
.hero-unit{
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.well{
padding:10px;
border:1px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.well .checkbox{
color:#e5e5e5}
.well .btn-small{
color:#e5e5e5;
background-color:#111}
[class^="icon-"],[class*=" icon-"]{
margin:0}
.thumbnail{
display:block;
padding:0;
line-height:20px;
border:1px solid rgba(0,0,0,0.5);
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
box-shadow:0 1px 3px rgba(0,0,0,0.055);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
a.thumbnail{
background-color:#ccc}
a.thumbnail:hover{
background-color:#333;
border-color:#111}
.thumbnails{
margin-right:-10px!important;
margin-left:-5px!important;
list-style:none;
*zoom:1}
.thumbnails>li{
float:left;
margin-top:8px!important;
margin-right:6px!important;
margin-bottom:8px!important;
margin-left:5.5px!important}
.progress,.bar{
height:20px;
background-color:#ccc;
background-image:none!important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}
.progress span,.bar span{
color:#e5e5e5!important}
.progress bar,.bar bar{
background-color:#0053cc!important;
background-image:none!important}
.progress-info,.bar-info{
background-color:#793094!important;
background-image:none!important}
.progress-success,.bar-success{
background-color:#30960f!important;
background-image:none!important}
.progress-warning,.bar-warning{
background-color:#e45500!important;
background-image:none!important}
.progress-danger,.bar-danger{
background-color:#cc0027!important;
background-image:none!important}
.progress-striped,.bar-striped{
background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)!important}
.modal{
background-color:#111;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.modal-header{
background-color:#111;
border-bottom:0}
.modal-header .close{
color:#fff!important}
.modal-body{
color:#fff!important}
.modal-footer{
background-color:#111;
border-top:0}
.popover{
color:#333;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0}
.popover-title{
color:#fff;
border-bottom:0}
.img-polaroid{
padding:2px;
margin:10px;
border:1px solid #333}
@media(min-width:980px){
.content{
padding-top:50px;
margin:0}
}
.refresh-btns .btn{
padding:0!important;
color:#e5e5e5!important;
text-align:right!important;
background:none!important;
border:none!important;
box-shadow:none!important}
.navbar .rg-htpc{
padding:6px 0 4px 0!important;
margin-left:0!important;
font-size:2.7em!important}
.navbar .fa-bars{
font-size:3em!important}
.navbar .btn.dropdown-toggle{
padding:0!important}
.navbar .span3.search{
margin-top:3px!important;
margin-right:5px!important}
.navbar .btn-group{
margin-top:3px!important}
span#player-item-title{
font-weight:bold;
color:#e5e5e5!important}
.slider-handle{
background-image:linear-gradient(to bottom,#333 0,#333 100%)!important;
opacity:1!important}
.pull-right{
float:right}
.pull-left{
float:left}
.hide{
display:none}
.show{
display:block}
.invisible{
visibility:hidden}
.affix{
position:fixed}
.bootstrap-switch{
position:relative;
z-index:0;
display:inline-block;
overflow:hidden;
line-height:8px;
text-align:left;
vertical-align:middle;
cursor:pointer;
background-image:none!important;
border:1px solid;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
direction:ltr}
.bootstrap-switch .bootstrap-switch-container{
top:0;
display:inline-block;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{
display:inline-block!important;
height:100%;
padding-top:4px;
padding-right:8px;
padding-bottom:4px;
padding-left:8px;
font-size:14px;
line-height:20px;
cursor:pointer;
background-image:none!important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{
z-index:1;
text-align:center}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#9565c9;
*background-color:#a57cd1;
background-image:-moz-linear-gradient(top,#fff,#a57cd1);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#a57cd1));
background-image:-webkit-linear-gradient(top,#fff,#a57cd1);
background-image:-o-linear-gradient(top,#fff,#a57cd1);
background-image:linear-gradient(to bottom,#fff,#a57cd1);
background-repeat:repeat-x;
border-color:#a57cd1 #a57cd1 #7e43bd;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#ffa57cd1',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled]{
color:#fff;
background-color:#a57cd1;
*background-color:#fff}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active{
background-color:#fff \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#762e91;
*background-color:#8936a8;
background-image:-moz-linear-gradient(top,#6a2981,#8936a8);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#6a2981),to(#8936a8));
background-image:-webkit-linear-gradient(top,#6a2981,#8936a8);
background-image:-o-linear-gradient(top,#6a2981,#8936a8);
background-image:linear-gradient(to bottom,#6a2981,#8936a8);
background-repeat:repeat-x;
border-color:#8936a8 #8936a8 #5a236e;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a2981',endColorstr='#ff8936a8',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled]{
color:#fff;
background-color:#8936a8;
*background-color:#793094}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active{
background-color:#6a2981 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#2f920e;
*background-color:#38ae11;
background-image:-moz-linear-gradient(top,#297f0c,#38ae11);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#297f0c),to(#38ae11));
background-image:-webkit-linear-gradient(top,#297f0c,#38ae11);
background-image:-o-linear-gradient(top,#297f0c,#38ae11);
background-image:linear-gradient(to bottom,#297f0c,#38ae11);
background-repeat:repeat-x;
border-color:#38ae11 #38ae11 #21680a;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff297f0c',endColorstr='#ff38ae11',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled]{
color:#fff;
background-color:#38ae11;
*background-color:#30960f}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active{
background-color:#297f0c \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#df5300;
*background-color:#fe5e00;
background-image:-moz-linear-gradient(top,#cb4b00,#fe5e00);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#cb4b00),to(#fe5e00));
background-image:-webkit-linear-gradient(top,#cb4b00,#fe5e00);
background-image:-o-linear-gradient(top,#cb4b00,#fe5e00);
background-image:linear-gradient(to bottom,#cb4b00,#fe5e00);
background-repeat:repeat-x;
border-color:#fe5e00 #fe5e00 #b14200;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb4b00',endColorstr='#fffe5e00',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled]{
color:#fff;
background-color:#fe5e00;
*background-color:#e45500}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active{
background-color:#cb4b00 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#c70026;
*background-color:#e6002c;
background-image:-moz-linear-gradient(top,#b30022,#e6002c);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#b30022),to(#e6002c));
background-image:-webkit-linear-gradient(top,#b30022,#e6002c);
background-image:-o-linear-gradient(top,#b30022,#e6002c);
background-image:linear-gradient(to bottom,#b30022,#e6002c);
background-repeat:repeat-x;
border-color:#e6002c #e6002c #99001d;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb30022',endColorstr='#ffe6002c',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled]{
color:#fff;
background-color:#e6002c;
*background-color:#cc0027}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active{
background-color:#b30022 \9}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{
color:#222;
text-shadow:0 1px 1px rgba(255,255,255,0.75);
background-color:#0e0e0e;
*background-color:#1e1e1e;
background-image:-moz-linear-gradient(top,#040404,#1e1e1e);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#040404),to(#1e1e1e));
background-image:-webkit-linear-gradient(top,#040404,#1e1e1e);
background-image:-o-linear-gradient(top,#040404,#1e1e1e);
background-image:linear-gradient(to bottom,#040404,#1e1e1e);
background-repeat:repeat-x;
border-color:#1e1e1e #1e1e1e #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff040404',endColorstr='#ff1e1e1e',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled]{
color:#222;
background-color:#1e1e1e;
*background-color:#111}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active{
background-color:#040404 \9}
.bootstrap-switch .bootstrap-switch-label{
z-index:100;
margin-top:-1px;
margin-bottom:-1px;
color:#222;
text-align:center;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#141414;
*background-color:#040404;
background-image:-moz-linear-gradient(top,#1e1e1e,#040404);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1e1e1e),to(#040404));
background-image:-webkit-linear-gradient(top,#1e1e1e,#040404);
background-image:-o-linear-gradient(top,#1e1e1e,#040404);
background-image:linear-gradient(to bottom,#1e1e1e,#040404);
background-image:none!important;
background-repeat:repeat-x;
border-right:1px solid #222;
border-left:1px solid #222;
border-color:#040404 #040404 #000;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e',endColorstr='#ff040404',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-switch .bootstrap-switch-label:hover,.bootstrap-switch .bootstrap-switch-label:focus,.bootstrap-switch .bootstrap-switch-label:active,.bootstrap-switch .bootstrap-switch-label.active,.bootstrap-switch .bootstrap-switch-label.disabled,.bootstrap-switch .bootstrap-switch-label[disabled]{
color:#222;
background-color:#040404;
*background-color:#000}
.bootstrap-switch .bootstrap-switch-label:active,.bootstrap-switch .bootstrap-switch-label.active{
background-color:#000 \9}
.bootstrap-switch .bootstrap-switch-handle-on{
background-image:none!important;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px}
.bootstrap-switch .bootstrap-switch-handle-off{
background-image:none!important;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px}
.bootstrap-switch input[type='radio'],.bootstrap-switch input[type='checkbox']{
position:absolute!important;
top:0;
left:0;
z-index:-1;
opacity:0;
filter:alpha(opacity=0)}
.bootstrap-switch input[type='radio'].form-control,.bootstrap-switch input[type='checkbox'].form-control{
height:auto}
.bootstrap-switch.bootstrap-switch-mini{
min-width:71px}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{
padding:3px 6px;
font-size:10px;
line-height:16px}
.bootstrap-switch.bootstrap-switch-small{
min-width:79px}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{
padding:3px 6px;
font-size:12px;
line-height:18px}
.bootstrap-switch.bootstrap-switch-large{
min-width:120px}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{
padding:9px 12px;
font-size:16px;
line-height:normal}
.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{
cursor:default!important}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{
cursor:default!important;
opacity:.5;
filter:alpha(opacity=50)}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{
-webkit-transition:margin-left .5s;
-moz-transition:margin-left .5s;
-o-transition:margin-left .5s;
transition:margin-left .5s}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{
background-image:none!important;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{
background-image:none!important;
-webkit-border-top-right-radius:0;
border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px}
.bootstrap-switch.bootstrap-switch-focused{
border-color:rgba(82,168,236,0.8);
outline:0;
outline:thin dotted \9;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{
background-image:none!important;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px} | 0.452536 | 0.064447 |
.popup{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
opacity: 1;
}
.box{
color:rgb(255,255,255);
border-width:1px;
border-radius:5px;
border-color:rgb(255,255,255);
border-style:solid;
width:40%;
margin-left:30%;
margin-top:15%;
margin-bottom:5%;
box-shadow: inset 0px 0px 20px rgb(10,150,250), 0px 0px 2px rgb(0,0,0);
font-size:20px;
padding:30px;
position: relative;
}
.btn-container{
display:flex;
justify-content:space-around;
align-items:center;
align-self:center;
}
.title{
color:rgb(255,255,255);
font-size:50px;
margin-top:-2%;
}
.loginBtn,.signUpBtn{
width:35%;
background-color: rgb(10,150,250);
border-style:solid;
border-width:1px;
border-radius:0px;
border-color:rgb(255,255,255);
align-self:center;
font-size:18px;
}
.loginBtn{
margin-left:15%;
border-top-left-radius: 5px;
}
.signUpBtn{
margin-left:-5.5px;
border-top-right-radius: 5px;
}
.loginBlock,.signUpBlock{
display:flex;
flex-direction:column;
align-items:center;
justify-content:space-around;
align-self:center;
margin-bottom: 4%;
}
.logUserName,.logPassUser{
margin-bottom: 10px;
width:80%;
}
::-webkit-input-placeholder {
display: flex;
flex-direction:column;
justify-content:center;
color:rgb(255,255,255);
}
input[type=text],input[type=password],input[type=email]{
display: flex;
flex-direction:column;
justify-content:center;
align-items:center;
background-color: rgb(10,150,250);
border-radius:5px;
border-style:solid;
border-color:rgb(245,245,245);
color:rgb(255,255,255);
padding-left: 5px;
font-size:15px;
width:80%;
}
.alert{
width:80%;
margin:10px auto 20px auto;
}
.form-container{
background-color: rgb(255,255,255);
padding-top:20px;
width:70%;
margin-left:15%;
box-shadow: 0px 0px 5px rgb(255,255,255);
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
display:flex;
flex-direction:column;
justify-content:space-around;
align-items:center;
}
.logSubmitBtn, .quitBtn1,.quitBtn0{
margin-bottom: 10px;
width:80%;
border-style:solid;
border-width:1px;
border-radius:3px;
background-color:rgb(150,250,150);
border-color:rgb(255,255,255);
font-size:15px;
}
.quitBtn1,.quitBtn0{
background-color:rgb(250,150,150);
}
.quitBtn1:hover,.quitBtn0:hover{
background-color:rgb(250,100,100);
}
.logSubmitBtn:hover{
background-color:rgb(100,250,100);
} | public/css/login.css | .popup{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
opacity: 1;
}
.box{
color:rgb(255,255,255);
border-width:1px;
border-radius:5px;
border-color:rgb(255,255,255);
border-style:solid;
width:40%;
margin-left:30%;
margin-top:15%;
margin-bottom:5%;
box-shadow: inset 0px 0px 20px rgb(10,150,250), 0px 0px 2px rgb(0,0,0);
font-size:20px;
padding:30px;
position: relative;
}
.btn-container{
display:flex;
justify-content:space-around;
align-items:center;
align-self:center;
}
.title{
color:rgb(255,255,255);
font-size:50px;
margin-top:-2%;
}
.loginBtn,.signUpBtn{
width:35%;
background-color: rgb(10,150,250);
border-style:solid;
border-width:1px;
border-radius:0px;
border-color:rgb(255,255,255);
align-self:center;
font-size:18px;
}
.loginBtn{
margin-left:15%;
border-top-left-radius: 5px;
}
.signUpBtn{
margin-left:-5.5px;
border-top-right-radius: 5px;
}
.loginBlock,.signUpBlock{
display:flex;
flex-direction:column;
align-items:center;
justify-content:space-around;
align-self:center;
margin-bottom: 4%;
}
.logUserName,.logPassUser{
margin-bottom: 10px;
width:80%;
}
::-webkit-input-placeholder {
display: flex;
flex-direction:column;
justify-content:center;
color:rgb(255,255,255);
}
input[type=text],input[type=password],input[type=email]{
display: flex;
flex-direction:column;
justify-content:center;
align-items:center;
background-color: rgb(10,150,250);
border-radius:5px;
border-style:solid;
border-color:rgb(245,245,245);
color:rgb(255,255,255);
padding-left: 5px;
font-size:15px;
width:80%;
}
.alert{
width:80%;
margin:10px auto 20px auto;
}
.form-container{
background-color: rgb(255,255,255);
padding-top:20px;
width:70%;
margin-left:15%;
box-shadow: 0px 0px 5px rgb(255,255,255);
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
display:flex;
flex-direction:column;
justify-content:space-around;
align-items:center;
}
.logSubmitBtn, .quitBtn1,.quitBtn0{
margin-bottom: 10px;
width:80%;
border-style:solid;
border-width:1px;
border-radius:3px;
background-color:rgb(150,250,150);
border-color:rgb(255,255,255);
font-size:15px;
}
.quitBtn1,.quitBtn0{
background-color:rgb(250,150,150);
}
.quitBtn1:hover,.quitBtn0:hover{
background-color:rgb(250,100,100);
}
.logSubmitBtn:hover{
background-color:rgb(100,250,100);
} | 0.395251 | 0.103567 |
@media screen and (max-width:1170px) {
.wrapper {
width:940px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.upper-header {
width:940px;
}
.inner-subheader {
width: 940px;
margin: auto;
}
.logo {
margin-bottom: 20px;
width: 300px;
float: none;
margin: auto;
}
#nav {
float: none;
width: 560px;
margin: auto;
}
ul#navlist li a {
display: block;
font-size: 16px;
padding-top: 12px;
}
.sf-menu .sub-menu { padding-top: 0px; }
.book-form {
width: 940px;
}
.inner-form {
width: 940px;
margin: auto;
}
.l-more p {
width: 77%;
}
.l-more a {
margin-top:
}
.inputs {
width: 412px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 168px;}
.inner-footer {
width: 950px;
}
.lastdiv {
width: 950px;
margin: auto;
}
/*Home2*/
.tabs-widget .tab-links li {
width: 45%;
}
.slide {
margin-top: 7px;
width: 291px !important;
}
/*Home3*/
.partners .slide {
margin-top: 7px;
width: 156px !important;
}
/*Home-Boxed*/
#boxed {
width: 950px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 950px;
}
#foot-boxed {
width: 950px;
margin: auto;
padding: 0 10px;
}
.inner-banner {
max-width: 950px;
margin: auto;
}
/*Blog*/
.blog-text {
float: right;
width: 444px;
}
.blog-box img {
float: right;
margin-left: 20px;
width: 225px;
}
.tabs-widget .tab-links li {
width: 35%;
}
/*Contact*/
.msg-form input[type="text"] {
width: 163px;
}
.msg-form textarea {
width: 582px;
}
/* Portfolio */
#ourHolder {
width: 940px;
}
#ourHolder div.item {
width: 215px;
height: 210px
}
.view-two .mask .btn-icon2 {
margin: -50px 54px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 103px 0 !important;
}
/*Carousel*/
.view-sixth h2 {
margin: 0px 40px 0px 40px;
}
.view p {
padding: 0px 20px 0px;
}
}
/* for 980px or less */
@media screen and (max-width:980px) {
.wrapper {
width:724px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 724px;
margin: auto;
}
header {
position: relative;
z-index: 999;
background: #fff;
width: 100%;
}
.flexslider .slides img {
width: 100%;
display: block;
margin-top: 0px;
}
.upper-header {
width: 724px;
padding-top: 10px;
}
.logo {
width: 300px;
float: none !important;
margin: auto !important;
padding-top: 10px;
}
ul#navlist li a {
font-size: 16px;
}
.flex-caption {
right: 30%;
bottom: 45%;
font-size: 26px;
}
.book-form {
width: 724px;
}
.inner-form {
width: 724px;
margin: auto;
position: static;
height: 218px;
}
.book-form h4 {
float: none;
text-align: center;
padding: 10px 10px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
.inputs {
width: 450px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 186px;
}
.l-more p {
font-size: 16px;
width: 73%;
}
.l-more a {
margin-top: 35px;
}
.inner-footer {
width: 724px;
}
.lastdiv {
width: 724px;
margin: auto;
}
.height {
display: none;
}
/*Home2*/
.slide {
margin-top: 7px;
width: 347px !important;
}
/*Home3*/
.partners .slide {
margin-top: 7px;
width: 144px !important;
}
.inner-banner {
max-width: 724px;
margin: auto;
}
/*Blog*/
.blog-text {
float: right;
width: 100%;
}
.blog-box img {
float: right;
margin-left: 20px;
width: 100%;
margin-bottom: 10px;
}
.search input[type="text"] {
width: 97%;
border: 1px solid #e8e8e8;
}
.tabs-widget .tab-links li {
width: 12%;
}
.side-blog {
width: 100%;
margin-right: 0 !important;
}
.main-blog {
width: 100%;
}
.main-testimonials {
width: 100%;
}
/*Home-Boxed*/
#boxed {
width: 724px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 724px;
}
#foot-boxed {
width: 724px;
margin: auto;
padding: 0 10px;
}
.msg-form input[type="text"] {
width: 116px;
}
.msg-form textarea {
width: 442px;
}
/* Portfolio */
#ourHolder {
width: 724px;
}
#ourHolder div.item {
width: 221px;
height: 213px;
}
.view-two .mask .btn-icon2 {
margin: -50px 70px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 120px 0 !important;
}
ul#filterOptions li {
height: 41px;
margin-left: 0px;
}
/*Carousel*/
.view-sixth h2 {
margin: 10px 40px 10px 40px;
}
.view p {
padding: 10px 20px 10px;
}
}
/* for 700px or less */
@media screen and (max-width:700px) {
.wrapper {
width:440px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 440px;
margin: auto;
}
.logo {
width: 270px;
}
.upper-header {
width: 440px;
}
/* Main Menu */
#nav > ul { display: none; }
#nav select { display: block; padding: 3px; margin-top: 15px; outline: none; border: 1px solid #333; width: 100%; }
#nav {
float: none;
width: 410px;
margin-right: -15px;
margin: auto;
}
.sub-menu span {
display: block;
}
.book-form {
width: 440px;
}
.inner-form {
width: 440px;
height: 428px;
}
.inputs {
width: 420px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 376px;
}
.book-form input[type="submit"] {
width: 393px;
color: #fff;
padding: 19px 40px;
margin-top: 15px;
}
.l-more p {
font-size: 16px;
width: 100%;
padding-right: 0;
margin: 0 0 10px;
float: none;
}
.l-banner {
padding: 20px;
}
.l-more a {
float: none;
display: block;
margin-top: 10px;
text-align: center;
}
footer {
background: #2190d7;
clear: both;
}
.inner-footer {
width: 440px;
padding-top: 5px;
}
.lastdiv {
width: 440px;
margin: auto;
}
.copyleft {
float: none;
}
.f-socials {
float: none;
padding-top: 0;
}
#back-to-top {
left: 0;
bottom: -81px;
}
/*Home2*/
.slide {
margin-top: 7px;
width: 200px !important;
}
.inner-banner {
max-width: 440px;
margin: auto;
}
/*Blog*/
.tabs-widget .tab-links li {
width: 28%;
}
.side-blog .tab-links li:first-child a:before {
right: 50px;
}
.side-blog .tab-links li:last-child a:before {
right: 50px;
}
.search input[type="text"] {
width: 95%;
border: 1px solid #e8e8e8;
}
.widget-text {
margin-bottom: 20px;
}
.tag-cloud {
margin-bottom: 20px;
}
/*Home-Boxed*/
#boxed {
width: 440px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 440px;
}
#foot-boxed {
width: 440px;
margin: auto;
padding: 0 10px;
}
.msg-form input[type="text"] {
width: 104px;
}
.msg-form textarea {
width: 406px;
}
/* Portfolio */
#ourHolder {
width: 440px;
}
#ourHolder div.item {
width: 200px;
height: 193px;
}
.view-two .mask .btn-icon2 {
margin: -50px 50px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 100px 0 !important;
}
ul#filterOptions {
width: 100%;
height: 82px;
}
/*Carousel*/
.view-sixth h2 {
margin: 0px 40px 0px 40px;
font-size: 12px;
}
.view p {
padding: 0px 20px 0px;
font-size: 10px;
}
.view a.info {
padding: 2px 5px;
font-size: 10px;
}
}
/* for 480px or less */
@media screen and (max-width:480px) {
.wrapper {
width:300px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 300px;
margin: auto;
}
.upper-header {
width: 300px;
}
.logo {
width:255px;
overflow:hidden;
}
.logo img {
margin: auto;
width: 255px;
}
#nav {
float: none;
width: 290px;
margin-right: -15px;
margin: auto;
}
.subheader .subheader2 {
float: none;
}
.subheader .phone {
float: none;
}
.flex-caption {
display: none;
}
.flex-direction-nav a {
display: none;
}
.book-form {
width: 300px;
}
.inner-form {
width: 300px;
}
.inputs {
width: 286px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 243px;
}
.book-form input[type="submit"] {
width: 260px;
}
.inner-footer {
width: 300px;
}
.lastdiv {
width: 300px;
margin: auto;
}
.slide {
margin-top: 7px;
width: 300px !important;
}
.inner-banner {
width: 300px;
margin: auto;
}
.side-blog .tab-links li:first-child a:before {
right: 35px;
}
.side-blog .tab-links li:last-child a:before {
right: 35px;
}
.search input[type="text"] {
width: 93%;
border: 1px solid #e8e8e8;
}
/*Home-Boxed*/
#boxed {
width: 300px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 300px;
}
#foot-boxed {
width: 300px;
margin: auto;
padding: 0 10px;
}
/*Contact*/
.msg-form input[type="text"] {
width: 265px;
}
.msg-form textarea {
width: 267px;
}
#map {
height: 300px;
}
/* Portfolio */
#ourHolder {
width: 300px;
}
#ourHolder div.item {
width: 300px;
height: 270px;
}
.view-two .mask .btn-icon2 {
margin: -50px 90px 0 !important;
}
.view-two .mask .btn-icon {
margin: 80px 150px 0 !important;
}
ul#filterOptions {
width: 100%;
height: 130px;
}
.error-page {
font-size: 146px;
}
/*Carousel*/
.view-sixth h2 {
margin: 10px 40px 10px 40px;
font-size: 16px;
}
.view p {
padding: 10px 20px 10px;
font-size: 12px;
}
.view a.info {
padding: 5px 10px;
font-size: 12px;
}
} | public/plugin/css/responsive.css | @media screen and (max-width:1170px) {
.wrapper {
width:940px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.upper-header {
width:940px;
}
.inner-subheader {
width: 940px;
margin: auto;
}
.logo {
margin-bottom: 20px;
width: 300px;
float: none;
margin: auto;
}
#nav {
float: none;
width: 560px;
margin: auto;
}
ul#navlist li a {
display: block;
font-size: 16px;
padding-top: 12px;
}
.sf-menu .sub-menu { padding-top: 0px; }
.book-form {
width: 940px;
}
.inner-form {
width: 940px;
margin: auto;
}
.l-more p {
width: 77%;
}
.l-more a {
margin-top:
}
.inputs {
width: 412px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 168px;}
.inner-footer {
width: 950px;
}
.lastdiv {
width: 950px;
margin: auto;
}
/*Home2*/
.tabs-widget .tab-links li {
width: 45%;
}
.slide {
margin-top: 7px;
width: 291px !important;
}
/*Home3*/
.partners .slide {
margin-top: 7px;
width: 156px !important;
}
/*Home-Boxed*/
#boxed {
width: 950px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 950px;
}
#foot-boxed {
width: 950px;
margin: auto;
padding: 0 10px;
}
.inner-banner {
max-width: 950px;
margin: auto;
}
/*Blog*/
.blog-text {
float: right;
width: 444px;
}
.blog-box img {
float: right;
margin-left: 20px;
width: 225px;
}
.tabs-widget .tab-links li {
width: 35%;
}
/*Contact*/
.msg-form input[type="text"] {
width: 163px;
}
.msg-form textarea {
width: 582px;
}
/* Portfolio */
#ourHolder {
width: 940px;
}
#ourHolder div.item {
width: 215px;
height: 210px
}
.view-two .mask .btn-icon2 {
margin: -50px 54px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 103px 0 !important;
}
/*Carousel*/
.view-sixth h2 {
margin: 0px 40px 0px 40px;
}
.view p {
padding: 0px 20px 0px;
}
}
/* for 980px or less */
@media screen and (max-width:980px) {
.wrapper {
width:724px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 724px;
margin: auto;
}
header {
position: relative;
z-index: 999;
background: #fff;
width: 100%;
}
.flexslider .slides img {
width: 100%;
display: block;
margin-top: 0px;
}
.upper-header {
width: 724px;
padding-top: 10px;
}
.logo {
width: 300px;
float: none !important;
margin: auto !important;
padding-top: 10px;
}
ul#navlist li a {
font-size: 16px;
}
.flex-caption {
right: 30%;
bottom: 45%;
font-size: 26px;
}
.book-form {
width: 724px;
}
.inner-form {
width: 724px;
margin: auto;
position: static;
height: 218px;
}
.book-form h4 {
float: none;
text-align: center;
padding: 10px 10px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
.inputs {
width: 450px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 186px;
}
.l-more p {
font-size: 16px;
width: 73%;
}
.l-more a {
margin-top: 35px;
}
.inner-footer {
width: 724px;
}
.lastdiv {
width: 724px;
margin: auto;
}
.height {
display: none;
}
/*Home2*/
.slide {
margin-top: 7px;
width: 347px !important;
}
/*Home3*/
.partners .slide {
margin-top: 7px;
width: 144px !important;
}
.inner-banner {
max-width: 724px;
margin: auto;
}
/*Blog*/
.blog-text {
float: right;
width: 100%;
}
.blog-box img {
float: right;
margin-left: 20px;
width: 100%;
margin-bottom: 10px;
}
.search input[type="text"] {
width: 97%;
border: 1px solid #e8e8e8;
}
.tabs-widget .tab-links li {
width: 12%;
}
.side-blog {
width: 100%;
margin-right: 0 !important;
}
.main-blog {
width: 100%;
}
.main-testimonials {
width: 100%;
}
/*Home-Boxed*/
#boxed {
width: 724px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 724px;
}
#foot-boxed {
width: 724px;
margin: auto;
padding: 0 10px;
}
.msg-form input[type="text"] {
width: 116px;
}
.msg-form textarea {
width: 442px;
}
/* Portfolio */
#ourHolder {
width: 724px;
}
#ourHolder div.item {
width: 221px;
height: 213px;
}
.view-two .mask .btn-icon2 {
margin: -50px 70px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 120px 0 !important;
}
ul#filterOptions li {
height: 41px;
margin-left: 0px;
}
/*Carousel*/
.view-sixth h2 {
margin: 10px 40px 10px 40px;
}
.view p {
padding: 10px 20px 10px;
}
}
/* for 700px or less */
@media screen and (max-width:700px) {
.wrapper {
width:440px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 440px;
margin: auto;
}
.logo {
width: 270px;
}
.upper-header {
width: 440px;
}
/* Main Menu */
#nav > ul { display: none; }
#nav select { display: block; padding: 3px; margin-top: 15px; outline: none; border: 1px solid #333; width: 100%; }
#nav {
float: none;
width: 410px;
margin-right: -15px;
margin: auto;
}
.sub-menu span {
display: block;
}
.book-form {
width: 440px;
}
.inner-form {
width: 440px;
height: 428px;
}
.inputs {
width: 420px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 376px;
}
.book-form input[type="submit"] {
width: 393px;
color: #fff;
padding: 19px 40px;
margin-top: 15px;
}
.l-more p {
font-size: 16px;
width: 100%;
padding-right: 0;
margin: 0 0 10px;
float: none;
}
.l-banner {
padding: 20px;
}
.l-more a {
float: none;
display: block;
margin-top: 10px;
text-align: center;
}
footer {
background: #2190d7;
clear: both;
}
.inner-footer {
width: 440px;
padding-top: 5px;
}
.lastdiv {
width: 440px;
margin: auto;
}
.copyleft {
float: none;
}
.f-socials {
float: none;
padding-top: 0;
}
#back-to-top {
left: 0;
bottom: -81px;
}
/*Home2*/
.slide {
margin-top: 7px;
width: 200px !important;
}
.inner-banner {
max-width: 440px;
margin: auto;
}
/*Blog*/
.tabs-widget .tab-links li {
width: 28%;
}
.side-blog .tab-links li:first-child a:before {
right: 50px;
}
.side-blog .tab-links li:last-child a:before {
right: 50px;
}
.search input[type="text"] {
width: 95%;
border: 1px solid #e8e8e8;
}
.widget-text {
margin-bottom: 20px;
}
.tag-cloud {
margin-bottom: 20px;
}
/*Home-Boxed*/
#boxed {
width: 440px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 440px;
}
#foot-boxed {
width: 440px;
margin: auto;
padding: 0 10px;
}
.msg-form input[type="text"] {
width: 104px;
}
.msg-form textarea {
width: 406px;
}
/* Portfolio */
#ourHolder {
width: 440px;
}
#ourHolder div.item {
width: 200px;
height: 193px;
}
.view-two .mask .btn-icon2 {
margin: -50px 50px 0 !important;
}
.view-two .mask .btn-icon {
margin: 50px 100px 0 !important;
}
ul#filterOptions {
width: 100%;
height: 82px;
}
/*Carousel*/
.view-sixth h2 {
margin: 0px 40px 0px 40px;
font-size: 12px;
}
.view p {
padding: 0px 20px 0px;
font-size: 10px;
}
.view a.info {
padding: 2px 5px;
font-size: 10px;
}
}
/* for 480px or less */
@media screen and (max-width:480px) {
.wrapper {
width:300px;
margin:0 auto;
display:block;
margin-top: 20px;
}
.inner-subheader {
width: 300px;
margin: auto;
}
.upper-header {
width: 300px;
}
.logo {
width:255px;
overflow:hidden;
}
.logo img {
margin: auto;
width: 255px;
}
#nav {
float: none;
width: 290px;
margin-right: -15px;
margin: auto;
}
.subheader .subheader2 {
float: none;
}
.subheader .phone {
float: none;
}
.flex-caption {
display: none;
}
.flex-direction-nav a {
display: none;
}
.book-form {
width: 300px;
}
.inner-form {
width: 300px;
}
.inputs {
width: 286px;
float: right;
}
.inputs input[type="text"] {
float: right;
padding: 9px 9px 9px;
width: 243px;
}
.book-form input[type="submit"] {
width: 260px;
}
.inner-footer {
width: 300px;
}
.lastdiv {
width: 300px;
margin: auto;
}
.slide {
margin-top: 7px;
width: 300px !important;
}
.inner-banner {
width: 300px;
margin: auto;
}
.side-blog .tab-links li:first-child a:before {
right: 35px;
}
.side-blog .tab-links li:last-child a:before {
right: 35px;
}
.search input[type="text"] {
width: 93%;
border: 1px solid #e8e8e8;
}
/*Home-Boxed*/
#boxed {
width: 300px;
margin: auto;
padding: 0 10px;
background: #fff;
}
#boxed header{
width: 300px;
}
#foot-boxed {
width: 300px;
margin: auto;
padding: 0 10px;
}
/*Contact*/
.msg-form input[type="text"] {
width: 265px;
}
.msg-form textarea {
width: 267px;
}
#map {
height: 300px;
}
/* Portfolio */
#ourHolder {
width: 300px;
}
#ourHolder div.item {
width: 300px;
height: 270px;
}
.view-two .mask .btn-icon2 {
margin: -50px 90px 0 !important;
}
.view-two .mask .btn-icon {
margin: 80px 150px 0 !important;
}
ul#filterOptions {
width: 100%;
height: 130px;
}
.error-page {
font-size: 146px;
}
/*Carousel*/
.view-sixth h2 {
margin: 10px 40px 10px 40px;
font-size: 16px;
}
.view p {
padding: 10px 20px 10px;
font-size: 12px;
}
.view a.info {
padding: 5px 10px;
font-size: 12px;
}
} | 0.197561 | 0.107578 |
.path--background {
fill: none;
stroke: #ffc970;
stroke-width: 6px;
}
.path--foreground {
fill: #ffc970;
}
.label {
font-family: "Ubuntu Mono", sans-serif;
text-anchor: middle;
fill: #ffc970;
}
.projects-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.projects-list-container {
width: 800px;
padding: 1rem 0rem;
font-family: "Ubuntu Mono", sans-serif;
height: 25rem;
}
.projects-listing {
margin: 0 auto;
width: 50%;
padding: 0.5rem 1rem;
font-size: 1.5rem;
display: flex;
justify-content: space-between;
font-weight: 700;
cursor: pointer;
}
.projects-listing:hover > .arrow-icon {
color: #ffc970;
transition-duration: 250ms;
}
.animation-drop {
padding-left: 1rem;
margin: 0 auto;
width: 50%;
font-size: 1.2rem;
font-weight: 600;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
letter-spacing: 1px;
}
.links-container {
padding-top: 0.5rem;
display: flex;
justify-content: flex-end;
padding-bottom: 1rem;
}
.example-button {
padding: 0.5rem 0.8rem;
border-radius: 4px;
border: 3px solid #ffc970;
color: #ffc970;
background-color: #2a2c33;
font-family: "Ubuntu Mono", sans-serif;
font-size: 1.2rem;
font-weight: 700;
margin-right: 1rem;
cursor: pointer;
outline: none;
text-decoration: none;
}
.example-button:hover {
background-color: #ffc970;
color: #2a2c33;
transition-duration: 200ms;
transition-timing-function: ease-out;
}
.github-button {
padding: 0.5rem 0.8rem;
border-radius: 4px;
border: 3px solid #d5d7dd;
color: #d5d7dd !important;
background-color: #2a2c33;
font-family: "Ubuntu Mono", sans-serif;
font-size: 1.2rem;
font-weight: 700;
cursor: pointer;
outline: none;
text-decoration: none;
}
.github-button:hover {
background-color: #d5d7dd;
color: #2a2c33;
transition-duration: 200ms;
transition-timing-function: ease-out;
}
@media only screen and (max-width: 700px) {
.projects-listing {
width: 40%;
}
.animation-drop {
width: 40%;
font-size: 0.8rem;
}
}
@media only screen and (max-width: 500px) {
.projects-listing {
width: 35%;
font-size: 1.2rem;
}
.github-button {
font-size: 1rem;
}
.animation-drop {
width: 35%;
}
} | src/components/path/projects.css | .path--background {
fill: none;
stroke: #ffc970;
stroke-width: 6px;
}
.path--foreground {
fill: #ffc970;
}
.label {
font-family: "Ubuntu Mono", sans-serif;
text-anchor: middle;
fill: #ffc970;
}
.projects-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.projects-list-container {
width: 800px;
padding: 1rem 0rem;
font-family: "Ubuntu Mono", sans-serif;
height: 25rem;
}
.projects-listing {
margin: 0 auto;
width: 50%;
padding: 0.5rem 1rem;
font-size: 1.5rem;
display: flex;
justify-content: space-between;
font-weight: 700;
cursor: pointer;
}
.projects-listing:hover > .arrow-icon {
color: #ffc970;
transition-duration: 250ms;
}
.animation-drop {
padding-left: 1rem;
margin: 0 auto;
width: 50%;
font-size: 1.2rem;
font-weight: 600;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
letter-spacing: 1px;
}
.links-container {
padding-top: 0.5rem;
display: flex;
justify-content: flex-end;
padding-bottom: 1rem;
}
.example-button {
padding: 0.5rem 0.8rem;
border-radius: 4px;
border: 3px solid #ffc970;
color: #ffc970;
background-color: #2a2c33;
font-family: "Ubuntu Mono", sans-serif;
font-size: 1.2rem;
font-weight: 700;
margin-right: 1rem;
cursor: pointer;
outline: none;
text-decoration: none;
}
.example-button:hover {
background-color: #ffc970;
color: #2a2c33;
transition-duration: 200ms;
transition-timing-function: ease-out;
}
.github-button {
padding: 0.5rem 0.8rem;
border-radius: 4px;
border: 3px solid #d5d7dd;
color: #d5d7dd !important;
background-color: #2a2c33;
font-family: "Ubuntu Mono", sans-serif;
font-size: 1.2rem;
font-weight: 700;
cursor: pointer;
outline: none;
text-decoration: none;
}
.github-button:hover {
background-color: #d5d7dd;
color: #2a2c33;
transition-duration: 200ms;
transition-timing-function: ease-out;
}
@media only screen and (max-width: 700px) {
.projects-listing {
width: 40%;
}
.animation-drop {
width: 40%;
font-size: 0.8rem;
}
}
@media only screen and (max-width: 500px) {
.projects-listing {
width: 35%;
font-size: 1.2rem;
}
.github-button {
font-size: 1rem;
}
.animation-drop {
width: 35%;
}
} | 0.433742 | 0.064801 |
h2, h1 {
font-family: 'Quicksand', sans-serif;
color: #B9944B
}
#first-row {
border: none;
text-align: center;
margin-top: 2.5%;
margin-bottom: 2.5%;
color: #B9944B;
height: 100vh;
}
#second-row {
border: none;
text-align: center;
margin-top: 2.5%;
}
#kenny-pic {
height: 22%;
text-align: center;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
.center {
text-align: center;
margin-top: 3%;
margin-bottom: 3%;
}
.paragraph {
text-align: justify;
margin-top: 2%;
margin-bottom: 2%;
}
.footer {
border: none;
text-align: center;
margin-top: 2%;
color: #B9944B;
}
ol {
text-align: justify;
margin: 10%;
}
a {
font-family: 'Quicksand', sans-serif;
font-weight: bold;
}
.draw-border {
box-shadow: inset 0 0 0 2px #BFBFBF;
color: #BFBFBF;
transition: color 0.25s 0.0833333333s;
position: relative;
}
.draw-border::before, .draw-border::after {
border: 0 solid transparent;
box-sizing: border-box;
content: "";
pointer-events: none;
position: absolute;
width: 0;
height: 0;
bottom: 0;
right: 0;
}
.draw-border::before {
border-bottom-width: 2px;
border-left-width: 2px;
}
.draw-border::after {
border-top-width: 2px;
border-right-width: 2px;
}
.draw-border:hover {
color: #B9944B;
}
.draw-border:hover::before, .draw-border:hover::after {
border-color: #B9944B;
transition: border-color 0s, width 0.25s, height 0.25s;
width: 100%;
height: 100%;
}
.draw-border:hover::before {
transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
transition-delay: 0s, 0.25s, 0s;
}
.btn {
color: #B9944B;
background: none;
border: none;
cursor: pointer;
line-height: 1.5;
font: 700 1.2rem "Quicksand", sans-serif;
padding: 1em 2em;
letter-spacing: 0.05rem;
margin-top: 1%;
}
.btn:focus {
outline: 2px dotted #D1D1D1;
}
.center-btn {
text-align: center;
justify-content: center;
display: flex;
height: 15%;
margin: 0 auto;
position: relative;
} | css/style.css | h2, h1 {
font-family: 'Quicksand', sans-serif;
color: #B9944B
}
#first-row {
border: none;
text-align: center;
margin-top: 2.5%;
margin-bottom: 2.5%;
color: #B9944B;
height: 100vh;
}
#second-row {
border: none;
text-align: center;
margin-top: 2.5%;
}
#kenny-pic {
height: 22%;
text-align: center;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
.center {
text-align: center;
margin-top: 3%;
margin-bottom: 3%;
}
.paragraph {
text-align: justify;
margin-top: 2%;
margin-bottom: 2%;
}
.footer {
border: none;
text-align: center;
margin-top: 2%;
color: #B9944B;
}
ol {
text-align: justify;
margin: 10%;
}
a {
font-family: 'Quicksand', sans-serif;
font-weight: bold;
}
.draw-border {
box-shadow: inset 0 0 0 2px #BFBFBF;
color: #BFBFBF;
transition: color 0.25s 0.0833333333s;
position: relative;
}
.draw-border::before, .draw-border::after {
border: 0 solid transparent;
box-sizing: border-box;
content: "";
pointer-events: none;
position: absolute;
width: 0;
height: 0;
bottom: 0;
right: 0;
}
.draw-border::before {
border-bottom-width: 2px;
border-left-width: 2px;
}
.draw-border::after {
border-top-width: 2px;
border-right-width: 2px;
}
.draw-border:hover {
color: #B9944B;
}
.draw-border:hover::before, .draw-border:hover::after {
border-color: #B9944B;
transition: border-color 0s, width 0.25s, height 0.25s;
width: 100%;
height: 100%;
}
.draw-border:hover::before {
transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
transition-delay: 0s, 0.25s, 0s;
}
.btn {
color: #B9944B;
background: none;
border: none;
cursor: pointer;
line-height: 1.5;
font: 700 1.2rem "Quicksand", sans-serif;
padding: 1em 2em;
letter-spacing: 0.05rem;
margin-top: 1%;
}
.btn:focus {
outline: 2px dotted #D1D1D1;
}
.center-btn {
text-align: center;
justify-content: center;
display: flex;
height: 15%;
margin: 0 auto;
position: relative;
} | 0.493897 | 0.176317 |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: sans-serif;
background-color: #438c97;
/* background: url("../images/logo/haber.png") no-repeat center top;
*/}
h1 {
border-bottom: 2px solid #333;
box-shadow: rgba(255,255,255,0.2) 0 2px 0;
color: #FFF;
margin: 20px 0 10px;
}
a {
transition: color 0.6s ease;
}
/* FORM */
input, select, textarea {
border: 1px solid #DDD;
border-bottom-color: #CCC;
border-right-color: #CCC;
font-size: 14px;
height: 50px;
outline: none;
padding: 0 10px;
position: relative;
transition: all 0.6s ease;
width: 100%;
line-height: 16px;
}
.input-group {
margin-top: 25px;
}
.input-group {
position: relative;
}
/* LOGIN */
.login-wrap {
background-color: #666;
background: linear-gradient(#666, #606060);
border-radius: 10px;
box-shadow: rgba(0,0,0,0.6) 0 4px 3px;
margin: 60px auto;
padding: 30px 10px 20px 10px;
position: relative;
transition: opacity 0.6s ease;
width: 360px;
}
.login-wrap label, .signup-wrap label {
color: #FFF;
}
.login-wrap input, .signup-wrap input {
color: #FFF;
background-color: #333;
background-image: url(http://nathanhitchings.com/img/noise.png);
box-shadow: inset 0px 0px 6px rgba(0,0,0,0.6);
border: none;
letter-spacing: 1px;
text-shadow: rgba(0,0,0,0.4) 0 1px 2px;
z-index: 1;
}
@media (max-width: 382px) {
.login-wrap {
width: 275px;
}
}
/* bontones de la parte de abajo */
.login-footer .btn {
background-color: #007BFF;
background: linear-gradient(#3F9BFF, #005CBF);
border-radius: 6px;
box-shadow: rgba(0,0,0,0.8) 0 2px 2px;
color: #FFF;
display: block;
font-weight: bold;
padding: 20px 0;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: #FFF 0 0 0;
transition: all 0.5s ease;
width: 100%;
z-index: 2;
}
.login-footer .btn:after {
background: radial-gradient(#FFF, rgba(255,255,255,0));
border-radius: 6px;
content: "";
height: 0;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: opacity 0.6s ease, height 0.6s ease;
width: 100%;
z-index: 1;
}
.login-footer .btn:hover:after {
height: 100%;
opacity: 0.4;
}
.login-footer .btn:hover {
box-shadow: rgba(0,0,0,0.8) 0 5px 2px;
}
.login-footer .btn-pink {
background-color: #e5162b;
background: linear-gradient(#ed5665, #e5162b);
}
.login-footer {
margin-top: 20px;
display: flex;
justify-content: center;
}
.login-footer .forgot {
font-size: 14px;
color: #FFF;
display: block;
text-align: center;
text-decoration: none;
transition: margin-bottom 0.5s ease;
}
.login-footer .forgot:hover {
color: #1aedd8;
}
/* SIGNUP */
.delay-5 {
transition-delay: 0.5s;
}
.delay-6 {
transition-delay: 0.6s;
}
.delay-7 {
transition-delay: 0.7s;
}
.delay-10 {
transition-delay: 1s;
}
.hide {
pointer-events: none;
width: 0;
height: 0;
padding: 0;
overflow: hidden;
} | public/css/login.css |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: sans-serif;
background-color: #438c97;
/* background: url("../images/logo/haber.png") no-repeat center top;
*/}
h1 {
border-bottom: 2px solid #333;
box-shadow: rgba(255,255,255,0.2) 0 2px 0;
color: #FFF;
margin: 20px 0 10px;
}
a {
transition: color 0.6s ease;
}
/* FORM */
input, select, textarea {
border: 1px solid #DDD;
border-bottom-color: #CCC;
border-right-color: #CCC;
font-size: 14px;
height: 50px;
outline: none;
padding: 0 10px;
position: relative;
transition: all 0.6s ease;
width: 100%;
line-height: 16px;
}
.input-group {
margin-top: 25px;
}
.input-group {
position: relative;
}
/* LOGIN */
.login-wrap {
background-color: #666;
background: linear-gradient(#666, #606060);
border-radius: 10px;
box-shadow: rgba(0,0,0,0.6) 0 4px 3px;
margin: 60px auto;
padding: 30px 10px 20px 10px;
position: relative;
transition: opacity 0.6s ease;
width: 360px;
}
.login-wrap label, .signup-wrap label {
color: #FFF;
}
.login-wrap input, .signup-wrap input {
color: #FFF;
background-color: #333;
background-image: url(http://nathanhitchings.com/img/noise.png);
box-shadow: inset 0px 0px 6px rgba(0,0,0,0.6);
border: none;
letter-spacing: 1px;
text-shadow: rgba(0,0,0,0.4) 0 1px 2px;
z-index: 1;
}
@media (max-width: 382px) {
.login-wrap {
width: 275px;
}
}
/* bontones de la parte de abajo */
.login-footer .btn {
background-color: #007BFF;
background: linear-gradient(#3F9BFF, #005CBF);
border-radius: 6px;
box-shadow: rgba(0,0,0,0.8) 0 2px 2px;
color: #FFF;
display: block;
font-weight: bold;
padding: 20px 0;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: #FFF 0 0 0;
transition: all 0.5s ease;
width: 100%;
z-index: 2;
}
.login-footer .btn:after {
background: radial-gradient(#FFF, rgba(255,255,255,0));
border-radius: 6px;
content: "";
height: 0;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: opacity 0.6s ease, height 0.6s ease;
width: 100%;
z-index: 1;
}
.login-footer .btn:hover:after {
height: 100%;
opacity: 0.4;
}
.login-footer .btn:hover {
box-shadow: rgba(0,0,0,0.8) 0 5px 2px;
}
.login-footer .btn-pink {
background-color: #e5162b;
background: linear-gradient(#ed5665, #e5162b);
}
.login-footer {
margin-top: 20px;
display: flex;
justify-content: center;
}
.login-footer .forgot {
font-size: 14px;
color: #FFF;
display: block;
text-align: center;
text-decoration: none;
transition: margin-bottom 0.5s ease;
}
.login-footer .forgot:hover {
color: #1aedd8;
}
/* SIGNUP */
.delay-5 {
transition-delay: 0.5s;
}
.delay-6 {
transition-delay: 0.6s;
}
.delay-7 {
transition-delay: 0.7s;
}
.delay-10 {
transition-delay: 1s;
}
.hide {
pointer-events: none;
width: 0;
height: 0;
padding: 0;
overflow: hidden;
} | 0.419529 | 0.093554 |
html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#chat {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.box {
color: lightslategray;
width: 300px;
height: 600px;
border: 1px solid #ddd;
font-size: 18px;
margin-right: 10px;
}
.title{
width: 298px;
height: 50px;
padding: 0px 18px;
color: lightslategray;
background: rgb(248, 248, 248);
padding-top: 10px;
}
.list{
width: 298px;
height: 550px;
overflow: auto;
}
.userList {
padding-left: 0;
padding-bottom: 10px;
}
.userElement {
list-style: none;
border-top: 1px solid rgb(245, 245, 245);
padding: 5px 10px;
transition-duration: 0.2s;
animation: fadeIn linear 0.4s;
}
.onCircle {
height: 10px;
width: 10px;
margin-top: 10px;
background-color: rgba(0, 153, 77, 0.5);
border-radius: 50%;
float: right;
}
.userElement:hover {
font-size: larger;
transition-duration: 0.2s;
cursor: pointer;
}
.titlebox {
color: lightslategray;
width: 600px;
border: 1px solid #ddd;
height: 50px;
padding: 0 18px;
font-size: 18px;
padding-top: 10px;
}
.input-group {
max-width: 600px;
}
textarea {
width: 527px;
border: 1px solid #ddd;
height: 50px;
padding: 8px 16px;
font-size: 14px;
}
.button {
width: 600px;
height: 50px;
font-size: 14px;
background: #069;
text-align: center;
line-height: 50px;
font-weight: bold;
color: #FFF;
margin-top: 10px;
border: none;
}
.messages {
width: 600px;
height: 400px;
margin: 20px 0;
border: 1px solid #ddd;
padding: 20px;
overflow: auto;
}
.notice {
font-size: 12px;
color: lightslategray;
animation: fadeIn linear 0.4s;
}
.myMessage {
background: rgb(241, 251, 255);
color: #069;
padding:10px;
min-height:15px;
margin-bottom:8px;
position:relative;
margin-left:40px;
border-radius:5px;
word-wrap: break-word;
animation: fadeIn linear 0.4s;
}
.myMessage::after{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: transparent transparent transparent rgb(241, 251, 255);
right:-20px;
top:7px;
}
.othersMessage{
position:relative;
color: rgb(96, 110, 124);
background: rgb(248, 248, 248);
padding:10px;
min-height:10px;
margin-bottom:8px;
margin-right:40px;
border-radius:5px;
word-wrap: break-word;
animation: fadeIn linear 0.4s;
}
.othersMessage:before{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: transparent rgb(248, 248, 248) transparent transparent;
left:-20px;
top:7px;
}
.hours{
float: right;
margin-right: 10px;
color: lightslategray;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
} | public/styles.css | html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#chat {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.box {
color: lightslategray;
width: 300px;
height: 600px;
border: 1px solid #ddd;
font-size: 18px;
margin-right: 10px;
}
.title{
width: 298px;
height: 50px;
padding: 0px 18px;
color: lightslategray;
background: rgb(248, 248, 248);
padding-top: 10px;
}
.list{
width: 298px;
height: 550px;
overflow: auto;
}
.userList {
padding-left: 0;
padding-bottom: 10px;
}
.userElement {
list-style: none;
border-top: 1px solid rgb(245, 245, 245);
padding: 5px 10px;
transition-duration: 0.2s;
animation: fadeIn linear 0.4s;
}
.onCircle {
height: 10px;
width: 10px;
margin-top: 10px;
background-color: rgba(0, 153, 77, 0.5);
border-radius: 50%;
float: right;
}
.userElement:hover {
font-size: larger;
transition-duration: 0.2s;
cursor: pointer;
}
.titlebox {
color: lightslategray;
width: 600px;
border: 1px solid #ddd;
height: 50px;
padding: 0 18px;
font-size: 18px;
padding-top: 10px;
}
.input-group {
max-width: 600px;
}
textarea {
width: 527px;
border: 1px solid #ddd;
height: 50px;
padding: 8px 16px;
font-size: 14px;
}
.button {
width: 600px;
height: 50px;
font-size: 14px;
background: #069;
text-align: center;
line-height: 50px;
font-weight: bold;
color: #FFF;
margin-top: 10px;
border: none;
}
.messages {
width: 600px;
height: 400px;
margin: 20px 0;
border: 1px solid #ddd;
padding: 20px;
overflow: auto;
}
.notice {
font-size: 12px;
color: lightslategray;
animation: fadeIn linear 0.4s;
}
.myMessage {
background: rgb(241, 251, 255);
color: #069;
padding:10px;
min-height:15px;
margin-bottom:8px;
position:relative;
margin-left:40px;
border-radius:5px;
word-wrap: break-word;
animation: fadeIn linear 0.4s;
}
.myMessage::after{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: transparent transparent transparent rgb(241, 251, 255);
right:-20px;
top:7px;
}
.othersMessage{
position:relative;
color: rgb(96, 110, 124);
background: rgb(248, 248, 248);
padding:10px;
min-height:10px;
margin-bottom:8px;
margin-right:40px;
border-radius:5px;
word-wrap: break-word;
animation: fadeIn linear 0.4s;
}
.othersMessage:before{
content:"";
position:absolute;
width:0px;
height:0px;
border: 10px solid;
border-color: transparent rgb(248, 248, 248) transparent transparent;
left:-20px;
top:7px;
}
.hours{
float: right;
margin-right: 10px;
color: lightslategray;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
} | 0.63624 | 0.121555 |
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{width:100%;}
/*end reset*/
body {
font-family:trebuchet ms, arial, sans-serif;
font-size: 100%;
}
.wrap{
margin:0 auto;
width:80%;
}
.wrapper{
padding:4% 4%;
}
h2.style{
font-family: 'Courgette', cursive;
font-size: 2em;
color: #F87979;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.para{
color: #797979;
font-size: 0.8725em;
line-height: 1.8em;
}
/* start header */
.h_bg{
background: #EC8181;
}
.header{
display: block;
}
.logo{
float:left;
}
.logo h1{
font-size: 4.5em;
color: #ffffff;
font-family: 'Courgette', cursive;
text-shadow: 0px 1px 0px black;
letter-spacing: -1px;
}
.menu{
float: right;
}
.copyrights{
text-indent:-9999px;
height:0;
line-height:0;
font-size:0;
overflow:hidden;
}
/* top-nav */
.top-nav {
padding: 1em 0;
}
.top-nav li {
position: relative;
list-style: none;
float: left;
display: block;
}
.top-nav li.active a{
color: #C51127;
text-shadow: 0 1px 0 #FF94A6;
}
/* Links */
.top-nav li a {
text-shadow: 0px 1px 0px rgb(148, 40, 40);
display: block;
padding: 15px 40px;
font-family: 'Courgette', cursive;
text-transform: capitalize;
letter-spacing: 0px;
line-height: 28px;
text-decoration: none;
font-size: 1.1em;
color: #FFFFFF;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.top-nav li.arrow {
color:#fff;
background:url('../images/subindicator1.png') no-repeat 50% 79%;
padding : 0px 1px -1px 1px;
text-align:center;
}
.top-nav li a:hover{
color: #C51127;
text-shadow: 0 1px 0 #FF94A6;
}
/* Sub top-nav */
.top-nav ul {
position: absolute;
display:block;
top: 58px;
left: 0;
opacity: 0;
padding-top: 0px;
-webkit-transition: opacity .25s ease .1s;
-moz-transition: opacity .25s ease .1s;
-o-transition: opacity .25s ease .1s;
-ms-transition: opacity .25s ease .1s;
transition: opacity .25s ease .1s;
z-index: 5;
color: #FFFFFF;
background:#6B0D27;
}
.subs li a{
color:#ffffff;
}
.subs li a:hover{
color: #FFA9A9;
border:none;
}
.top-nav li:hover > ul { opacity: 1; }
.top-nav ul li {
height: 0;
overflow: hidden;
padding: 0;
-webkit-transition: height .25s ease .1s;
-moz-transition: height .25s ease .1s;
-o-transition: height .25s ease .1s;
-ms-transition: height .25s ease .1s;
transition: height .25s ease .1s;
}
.top-nav li:hover > ul li {
height: 36px;
overflow: visible;
padding: 0;
}
.top-nav ul li a {
width: 135px;
padding:4px 5px 4px 8px;
margin: 0;
text-align: center;
color: #ffffff;
}
/* start header_btm */
.header_btm{
margin-top: 2%;
text-align:center;
}
.text_s{
width: 80%;
margin: 0 auto;
}
.text_s h2{
line-height: 1.5em;
font-size: 2.2em;
color: #FFFFFF;
letter-spacing: -1px;
text-transform: capitalize;
font-family: 'Julius Sans One', sans-serif;
}
/* Button */
.read_m {
margin: 2% 0;
}
.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 14px 38px;
display: inline-block;
text-transform: capitalize;
letter-spacing: 0px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
font-family: 'Julius Sans One', sans-serif;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-2 {
background: #AD2546;
color: #fff;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
box-shadow:0 6px #6B0D27;
-webkit-box-shadow:0 6px #6B0D27;
-moz-box-shadow:0 6px #6B0D27;
-o-box-shadow:0 6px #6B0D27;
}
/* Button 2h */
.btn-2h {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.btn-2h:hover {
box-shadow: 0 4px #960835;
-webkit-box-shadow: 0 4px #960835;
-moz-box-shadow: 0 4px #960835;
-o-box-shadow: 0 4px #960835;
top: 2px;
}
.btn-2h:active {
box-shadow: 0 2 #5B8354;
-webkit-box-shadow: 0 2 #5B8354;
-moz-box-shadow: 0 2 #5B8354;
-o-box-shadow: 0 2 #5B8354;
top: 6px;
}
/* start content */
.main{
display: block;
}
/*main_bg1*/
.main_bg1{
background: #ffffff;
}
/* GRID OF THREE */
.grid_1_of_3{
text-align:center;
display: block;
margin-left: 4%;
}
.grid_1_of_3:first-child {
margin-left: 0;
}
.images_1_of_3 {
float:left;
width:30.333%;
}
.images_1_of_3 img {
margin: 8% 0;
}
.images_1_of_3 h3{
margin: 4% 0;
font-size: 1.5em;
color: #353535;
text-transform: uppercase;
text-shadow: 0 1px 0 #FFFFFF;
font-family: 'Julius Sans One', sans-serif;
}
.images_1_of_3 img {
box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-webkit-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-moz-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-o-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
}
.rd_more1 {
margin-top: 4%;
}
.rd_more1 a{
color: #F73737;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
}
.rd_more1 a:hover{
color:#555555;
}
/*main_bg2*/
.main_bg2{
background: #F99090;
}
.grid_1_of_2{
display: block;
margin-left: 4%;
}
.grid_1_of_2:first-child {
margin-left: 0;
}
.c_left {
width: 34.333%;
float:left;
}
.c_right{
width: 60.333%;
float:left;
}
.grid_1_of_2 h2{
margin-bottom:2%;
font-family: 'Courgette', cursive;
font-size: 2em;
color: #FFFFFF;
text-transform: uppercase;
}
.grid_1_of_2 img{
margin-top: 8%;
box-shadow: 0px 40px 20px -40px #000000;
-webkit-box-shadow: 0px 40px 20px -40px #000000;
-moz-box-shadow: 0px 40px 20px -40px #000000;
-o-box-shadow: 0px 40px 20px -40px #000000;
}
.list li {
display: block;
margin-top: 26px;
}
.list li:first-child {
margin-top: 0;
}
.list span {
float: left;
margin-top: 15px;
color: #fff;
text-transform: capitalize;
font-size: 16px;
}
.list strong {
font-size: 40px;
line-height: 1em;
float: right;
display: inline-block;
margin-bottom: 5px;
width: 124px;
text-align: left;
color: #fff;
letter-spacing: 0px;
font-family: 'Julius Sans One', sans-serif;
}
.list em {
font-size: 13px;
color: #fff;
font-style: normal;
text-align: left;
float: right;
display: inline-block;
position: relative;
width: 53px !important;
margin-top: 20px;
}
.list em:before {
position: absolute;
top: -18px;
left: 14px;
color: #fad261;
font-family: FontAwesome;
font-size: 14px;
}
.list .icon-caret-down:before {
color: #6d5c73;
top: -15px;
}
.progress {
background: #fff;
height: 7px;
}
.progress-bar {
background: #6B0D27;
height: 7px;
}
/* start footer */
.footer_bg{
background: #EBDAC3;
}
.box1{
float:right;
width: 30.33%;
margin-right: 4%;
}
.box1:nth-child(1){
margin-right: 0;
}
.btm{
margin-bottom: 4%;
}
.box1 nav ul li img{
margin-top: 10px;
}
.box1 nav ul li{
display: inline-block;
}
.box1 nav ul li a{
color: #575757;
line-height: 1.8em;
font-size: 0.8925em;
}
.box1 nav ul li a:hover{
text-decoration:none;
color: #E24C4C;
}
.box1 p{
color: #575757;
line-height: 1.8em;
font-size: 0.8925em;
}
.box1_address p span{
cursor: pointer;
color: #E24C4C;
}
.box1_address p span:hover{
color: #575757;
}
/* start footer */
.footer_bg1{
background: #E0CFB7;
}
.copy{
float:left;
}
.copy p{
text-transform: uppercase;
font-size: 0.8725em;
color: #575757;
line-height: 1.8em;
}
.copy p a{
color: #E24C4C;
}
.copy p a:hover{
color: #575757;
transition: 0.9s;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-o-transition: 0.9s;
}
.social-icons {
float: right;
}
.social-icons li {
width:32px;
height:32px;
padding: 0px 0 0 10px;
margin: 0;
display:inline-block;
cursor:pointer;
}
.social-icons li.icon_1 {
background:url(../images/icon_1.png) no-repeat 0px -32px;
}
.social-icons li.icon_1:hover {
background:url(../images/icon_1.png) no-repeat 0px 2px;
}
.social-icons li.icon_2 {
background:url(../images/icon_2.png) no-repeat 0px -32px;
}
.social-icons li.icon_2:hover {
background:url(../images/icon_2.png) no-repeat 0px 5px;
}
.social-icons li.icon_3 {
background:url(../images/icon_3.png) no-repeat 0px -32px;
}
.social-icons li.icon_3:hover {
background:url(../images/icon_3.png) no-repeat 0px 2px;
}
.social-icons li.icon_4 {
background:url(../images/icon_4.png) no-repeat 0px -32px;
}
.social-icons li.icon_4:hover {
background:url(../images/icon_4.png) no-repeat 0px 0px;
}
/*---about-us----*/
.about-us {
display: block;
}
.about-header h3{
font-size: 2.5em;
color: #8ABB96;
text-transform: capitalize;
word-spacing: 1px;
font-family: 'Sacramento', cursive , Arial, Helvetica, sans-serif;
}
.about-info p{
margin-top: 2%;
}
/*-----specials-heading----*/
.specials-heading h5{
float: left;
width: 33%;
height: 1px;
background: #D1D1D1;
margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
float: left;
width: 31.333333%;
margin-right: 3%;
}
.special-grid:nth-child(3){
margin-right: 0%;
}
.specials {
margin-top: 1em;
}
.special-grid img{
width:100%;
}
.special-grid a{
font-size: 1.5em;
color: #353535;
text-transform: uppercase;
text-shadow: 0 1px 0 #FFFFFF;
font-family: 'Julius Sans One', sans-serif;
transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
padding: 0.5em 0;
display: block;
}
.special-grid a:hover{
color: #F87979;
}
.special-grid p{
}
.specials-grids {
padding: 2% 0;
}
.rd_more{
margin-top: 2%;
}
.rd_more a{
color: #F73737;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
}
.rd_more a:hover{
color:#555555;
}
/*gallery*/
.gallery h2{
margin-bottom: 2%;
}
.lb-album{
display:block;
}
.lb-album.top{
margin-top: 6%;
}
.lb-album li{
float: left;
width: 21.333%;
margin:0 0 4% 4%;
position: relative;
}
.lb-album li:first-child{
margin-left:0;
}
.lb-album li > a,
.lb-album li > a img{
display: block;
}
.lb-album li > a{
position: relative;
}
.lb-album li > a span{
position: absolute;
bottom:70px;
left:110px;
width:36px;
height:36px;
opacity: 0;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.lb-album li > a img:hover{
opacity:0.6;
}
.lb-album li > a:hover span{
opacity:1;
background:url(../images/zoom.png) no-repeat;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
width: 0px;
height: 0px;
position: fixed;
overflow: hidden;
left: 0px;
top: 0px;
padding: 0px;
z-index: 99;
text-align: center;
background:rgba(24, 23, 23, 0.91);
}
.lb-overlay a.lb-close{
background: rgba(27,54,81,0.8);
z-index: 1001;
position: absolute;
right: 29%;
top: 6%;
width: 36px;
height: 36px;
background:url('../images/close.png') no-repeat;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
-webkit-transition: opacity 0.3s linear 1.2s;
-moz-transition: opacity 0.3s linear 1.2s;
-o-transition: opacity 0.3s linear 1.2s;
-ms-transition: opacity 0.3s linear 1.2s;
transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
position: relative;
}
.lb-overlay:target {
width: auto;
height: auto;
bottom: 0px;
right: 0px;
padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
-webkit-animation: scaleDown 1.2s ease-in-out;
-moz-animation: scaleDown 1.2s ease-in-out;
-o-animation: scaleDown 1.2s ease-in-out;
-ms-animation: scaleDown 1.2s ease-in-out;
animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
opacity: 1;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
0% { -webkit-transform: scale(10,10); opacity: 0; }
100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
0% { -moz-transform: scale(10,10); opacity: 0; }
100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
0% { -o-transform: scale(10,10); opacity: 0; }
100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
0% { -ms-transform: scale(10,10); opacity: 0; }
100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
0% { transform: scale(10,10); opacity: 0; }
100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
height: 100%;
}
/*start Contact*/
.contact{
display: block;
}
.contact_info{
float: right;
width: 64.33333%;
}
.map {
margin-top: 4%;
}
.company_address {
float: left;
margin-right: 3%;
width: 32.3333%;
}
.span_1_of_2 h2{
margin-bottom: 0.5em;
}
.contact-form{
position:relative;
margin-top: 2%;
}
.contact-form div{
padding:5px 0;
}
.contact-form span{
color: #797979;
display:block;
font-size: 0.8725em;
padding-bottom:5px;
}
.company_address p{
padding:2px 0;
color: #797979;
font-size: 0.8725em;
line-height: 1.8em;
}
.company_address p span{
color: #F87979;
cursor:pointer;
}
.company_address p span:hover{
color: #797979;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.contact-form input[type="text"],.contact-form textarea{
font-family: Arial, Geneva,Helvetica, sans-serif;
font-size: 0.8725em;
color: #797979;
padding: 8px;
display: block;
width: 98%;
background: #FFFFFF;
border: 1px solid rgba(226, 226, 226, 1);
outline: none;
-webkit-appearance: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.contact-form textarea{
resize:none;
height:120px;
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
-webkit-transition:0.9s;
-o-transition:0.9s;
-moz-transition:0.9s;
transition:0.9s;
box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
-webkit-box-shadow:0px 0px 1px rgba(154, 153, 162, 0.69);
-moz-box-shadow0px 0px 1px rgba(154, 153, 162, 0.69);
-o-box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
}
.contact-form input[type="submit"]{
background: none;
border:none;
color: #F87979;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
cursor: pointer;
padding: 10px 0px;
display: inline-block;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
color: #555555;
}
/*start details */
.details h2{
}
.det_pic{
margin: 2% 0;
}
.det-para p {
}
/*start 404*/
.page{
padding:10% 0;
text-align:center;
}
.page h3{
text-shadow: 0px 1px 0px rgb(102, 102, 102);
font-size: 12em;
color: #797979;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
.wrap{
width:95%;
}
}
@media only screen and (max-width: 1024px) {
.wrap{
width:95%;
}
.logo h1 {
font-size: 3em;
}
h2.style {
font-size: 1.5em;
}
.images_1_of_3 h3 {
font-size: 1em;
}
}
@media only screen and (max-width: 800px) {
.wrap{
width:95%;
}
.logo h1{
font-size: 2.5em;
}
.top-nav li a {
padding: 4px 16px;
}
.text_s h2 {
font-size: 1.2em;
}
.btn {
padding: 12px 24px;
}
.c_left {
width: 100%;
float: none;
}
.grid_1_of_2 img {
margin-top: 0;
}
.grid_1_of_2 {
margin-left: 0;
}
.c_right {
margin-top:4%;
width: 100%;
float: none;
}
}
@media only screen and (max-width: 640px){
.wrap{
width:95%;
}
.top-nav li a {
padding: 4px 14px;
}
.images_1_of_3 {
float: none;
width:100%;
}
.grid_1_of_3 {
text-align: left;
display: block;
margin-left: 0%;
}
.images_1_of_3 h3 {
margin: 0;
}
.rd_more1 {
margin: 2% 0;
}
.images_1_of_3 img {
margin: 4% 0;
}
.box1 {
float: none;
width: 100%;
margin-right: 0%;
}
.btm {
margin: 2% 0;
}
.company_address {
float: none;
margin-right: 0%;
width: 100%;
}
.contact_info {
float: none;
width: 100%;
}
.span_1_of_2 h2 {
margin: 2% 0;
}
}
@media only screen and (max-width: 480px) {
.wrap{
width:95%;
}
.top-nav li a {
padding: 4px 8px;
font-size: 13px;
}
.lb-album li {
float: left;
width: 49.333%;
margin: 0;
}
.social-icons {
float: none;
}
.copy {
float: none;
}
.special-grid {
float: none;
width: 100%;
margin-right: 0%;
}
}
@media only screen and (max-width: 320px) {
.wrap{
width:95%;
}
.logo{
float:none;
}
.logo h1{
text-align:center;
font-size: 2em;
}
.menu {
float: none;
text-align:left;
}
.grid_1_of_2 h2 {
font-size: 1.2em;
}
.lb-album li {
float: none;
width: 98.333%;
margin: 0;
}
} | posts/rwd/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{width:100%;}
/*end reset*/
body {
font-family:trebuchet ms, arial, sans-serif;
font-size: 100%;
}
.wrap{
margin:0 auto;
width:80%;
}
.wrapper{
padding:4% 4%;
}
h2.style{
font-family: 'Courgette', cursive;
font-size: 2em;
color: #F87979;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.para{
color: #797979;
font-size: 0.8725em;
line-height: 1.8em;
}
/* start header */
.h_bg{
background: #EC8181;
}
.header{
display: block;
}
.logo{
float:left;
}
.logo h1{
font-size: 4.5em;
color: #ffffff;
font-family: 'Courgette', cursive;
text-shadow: 0px 1px 0px black;
letter-spacing: -1px;
}
.menu{
float: right;
}
.copyrights{
text-indent:-9999px;
height:0;
line-height:0;
font-size:0;
overflow:hidden;
}
/* top-nav */
.top-nav {
padding: 1em 0;
}
.top-nav li {
position: relative;
list-style: none;
float: left;
display: block;
}
.top-nav li.active a{
color: #C51127;
text-shadow: 0 1px 0 #FF94A6;
}
/* Links */
.top-nav li a {
text-shadow: 0px 1px 0px rgb(148, 40, 40);
display: block;
padding: 15px 40px;
font-family: 'Courgette', cursive;
text-transform: capitalize;
letter-spacing: 0px;
line-height: 28px;
text-decoration: none;
font-size: 1.1em;
color: #FFFFFF;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.top-nav li.arrow {
color:#fff;
background:url('../images/subindicator1.png') no-repeat 50% 79%;
padding : 0px 1px -1px 1px;
text-align:center;
}
.top-nav li a:hover{
color: #C51127;
text-shadow: 0 1px 0 #FF94A6;
}
/* Sub top-nav */
.top-nav ul {
position: absolute;
display:block;
top: 58px;
left: 0;
opacity: 0;
padding-top: 0px;
-webkit-transition: opacity .25s ease .1s;
-moz-transition: opacity .25s ease .1s;
-o-transition: opacity .25s ease .1s;
-ms-transition: opacity .25s ease .1s;
transition: opacity .25s ease .1s;
z-index: 5;
color: #FFFFFF;
background:#6B0D27;
}
.subs li a{
color:#ffffff;
}
.subs li a:hover{
color: #FFA9A9;
border:none;
}
.top-nav li:hover > ul { opacity: 1; }
.top-nav ul li {
height: 0;
overflow: hidden;
padding: 0;
-webkit-transition: height .25s ease .1s;
-moz-transition: height .25s ease .1s;
-o-transition: height .25s ease .1s;
-ms-transition: height .25s ease .1s;
transition: height .25s ease .1s;
}
.top-nav li:hover > ul li {
height: 36px;
overflow: visible;
padding: 0;
}
.top-nav ul li a {
width: 135px;
padding:4px 5px 4px 8px;
margin: 0;
text-align: center;
color: #ffffff;
}
/* start header_btm */
.header_btm{
margin-top: 2%;
text-align:center;
}
.text_s{
width: 80%;
margin: 0 auto;
}
.text_s h2{
line-height: 1.5em;
font-size: 2.2em;
color: #FFFFFF;
letter-spacing: -1px;
text-transform: capitalize;
font-family: 'Julius Sans One', sans-serif;
}
/* Button */
.read_m {
margin: 2% 0;
}
.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 14px 38px;
display: inline-block;
text-transform: capitalize;
letter-spacing: 0px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
font-family: 'Julius Sans One', sans-serif;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-2 {
background: #AD2546;
color: #fff;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
box-shadow:0 6px #6B0D27;
-webkit-box-shadow:0 6px #6B0D27;
-moz-box-shadow:0 6px #6B0D27;
-o-box-shadow:0 6px #6B0D27;
}
/* Button 2h */
.btn-2h {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.btn-2h:hover {
box-shadow: 0 4px #960835;
-webkit-box-shadow: 0 4px #960835;
-moz-box-shadow: 0 4px #960835;
-o-box-shadow: 0 4px #960835;
top: 2px;
}
.btn-2h:active {
box-shadow: 0 2 #5B8354;
-webkit-box-shadow: 0 2 #5B8354;
-moz-box-shadow: 0 2 #5B8354;
-o-box-shadow: 0 2 #5B8354;
top: 6px;
}
/* start content */
.main{
display: block;
}
/*main_bg1*/
.main_bg1{
background: #ffffff;
}
/* GRID OF THREE */
.grid_1_of_3{
text-align:center;
display: block;
margin-left: 4%;
}
.grid_1_of_3:first-child {
margin-left: 0;
}
.images_1_of_3 {
float:left;
width:30.333%;
}
.images_1_of_3 img {
margin: 8% 0;
}
.images_1_of_3 h3{
margin: 4% 0;
font-size: 1.5em;
color: #353535;
text-transform: uppercase;
text-shadow: 0 1px 0 #FFFFFF;
font-family: 'Julius Sans One', sans-serif;
}
.images_1_of_3 img {
box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-webkit-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-moz-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
-o-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
}
.rd_more1 {
margin-top: 4%;
}
.rd_more1 a{
color: #F73737;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
}
.rd_more1 a:hover{
color:#555555;
}
/*main_bg2*/
.main_bg2{
background: #F99090;
}
.grid_1_of_2{
display: block;
margin-left: 4%;
}
.grid_1_of_2:first-child {
margin-left: 0;
}
.c_left {
width: 34.333%;
float:left;
}
.c_right{
width: 60.333%;
float:left;
}
.grid_1_of_2 h2{
margin-bottom:2%;
font-family: 'Courgette', cursive;
font-size: 2em;
color: #FFFFFF;
text-transform: uppercase;
}
.grid_1_of_2 img{
margin-top: 8%;
box-shadow: 0px 40px 20px -40px #000000;
-webkit-box-shadow: 0px 40px 20px -40px #000000;
-moz-box-shadow: 0px 40px 20px -40px #000000;
-o-box-shadow: 0px 40px 20px -40px #000000;
}
.list li {
display: block;
margin-top: 26px;
}
.list li:first-child {
margin-top: 0;
}
.list span {
float: left;
margin-top: 15px;
color: #fff;
text-transform: capitalize;
font-size: 16px;
}
.list strong {
font-size: 40px;
line-height: 1em;
float: right;
display: inline-block;
margin-bottom: 5px;
width: 124px;
text-align: left;
color: #fff;
letter-spacing: 0px;
font-family: 'Julius Sans One', sans-serif;
}
.list em {
font-size: 13px;
color: #fff;
font-style: normal;
text-align: left;
float: right;
display: inline-block;
position: relative;
width: 53px !important;
margin-top: 20px;
}
.list em:before {
position: absolute;
top: -18px;
left: 14px;
color: #fad261;
font-family: FontAwesome;
font-size: 14px;
}
.list .icon-caret-down:before {
color: #6d5c73;
top: -15px;
}
.progress {
background: #fff;
height: 7px;
}
.progress-bar {
background: #6B0D27;
height: 7px;
}
/* start footer */
.footer_bg{
background: #EBDAC3;
}
.box1{
float:right;
width: 30.33%;
margin-right: 4%;
}
.box1:nth-child(1){
margin-right: 0;
}
.btm{
margin-bottom: 4%;
}
.box1 nav ul li img{
margin-top: 10px;
}
.box1 nav ul li{
display: inline-block;
}
.box1 nav ul li a{
color: #575757;
line-height: 1.8em;
font-size: 0.8925em;
}
.box1 nav ul li a:hover{
text-decoration:none;
color: #E24C4C;
}
.box1 p{
color: #575757;
line-height: 1.8em;
font-size: 0.8925em;
}
.box1_address p span{
cursor: pointer;
color: #E24C4C;
}
.box1_address p span:hover{
color: #575757;
}
/* start footer */
.footer_bg1{
background: #E0CFB7;
}
.copy{
float:left;
}
.copy p{
text-transform: uppercase;
font-size: 0.8725em;
color: #575757;
line-height: 1.8em;
}
.copy p a{
color: #E24C4C;
}
.copy p a:hover{
color: #575757;
transition: 0.9s;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-o-transition: 0.9s;
}
.social-icons {
float: right;
}
.social-icons li {
width:32px;
height:32px;
padding: 0px 0 0 10px;
margin: 0;
display:inline-block;
cursor:pointer;
}
.social-icons li.icon_1 {
background:url(../images/icon_1.png) no-repeat 0px -32px;
}
.social-icons li.icon_1:hover {
background:url(../images/icon_1.png) no-repeat 0px 2px;
}
.social-icons li.icon_2 {
background:url(../images/icon_2.png) no-repeat 0px -32px;
}
.social-icons li.icon_2:hover {
background:url(../images/icon_2.png) no-repeat 0px 5px;
}
.social-icons li.icon_3 {
background:url(../images/icon_3.png) no-repeat 0px -32px;
}
.social-icons li.icon_3:hover {
background:url(../images/icon_3.png) no-repeat 0px 2px;
}
.social-icons li.icon_4 {
background:url(../images/icon_4.png) no-repeat 0px -32px;
}
.social-icons li.icon_4:hover {
background:url(../images/icon_4.png) no-repeat 0px 0px;
}
/*---about-us----*/
.about-us {
display: block;
}
.about-header h3{
font-size: 2.5em;
color: #8ABB96;
text-transform: capitalize;
word-spacing: 1px;
font-family: 'Sacramento', cursive , Arial, Helvetica, sans-serif;
}
.about-info p{
margin-top: 2%;
}
/*-----specials-heading----*/
.specials-heading h5{
float: left;
width: 33%;
height: 1px;
background: #D1D1D1;
margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
float: left;
width: 31.333333%;
margin-right: 3%;
}
.special-grid:nth-child(3){
margin-right: 0%;
}
.specials {
margin-top: 1em;
}
.special-grid img{
width:100%;
}
.special-grid a{
font-size: 1.5em;
color: #353535;
text-transform: uppercase;
text-shadow: 0 1px 0 #FFFFFF;
font-family: 'Julius Sans One', sans-serif;
transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
padding: 0.5em 0;
display: block;
}
.special-grid a:hover{
color: #F87979;
}
.special-grid p{
}
.specials-grids {
padding: 2% 0;
}
.rd_more{
margin-top: 2%;
}
.rd_more a{
color: #F73737;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
}
.rd_more a:hover{
color:#555555;
}
/*gallery*/
.gallery h2{
margin-bottom: 2%;
}
.lb-album{
display:block;
}
.lb-album.top{
margin-top: 6%;
}
.lb-album li{
float: left;
width: 21.333%;
margin:0 0 4% 4%;
position: relative;
}
.lb-album li:first-child{
margin-left:0;
}
.lb-album li > a,
.lb-album li > a img{
display: block;
}
.lb-album li > a{
position: relative;
}
.lb-album li > a span{
position: absolute;
bottom:70px;
left:110px;
width:36px;
height:36px;
opacity: 0;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.lb-album li > a img:hover{
opacity:0.6;
}
.lb-album li > a:hover span{
opacity:1;
background:url(../images/zoom.png) no-repeat;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
width: 0px;
height: 0px;
position: fixed;
overflow: hidden;
left: 0px;
top: 0px;
padding: 0px;
z-index: 99;
text-align: center;
background:rgba(24, 23, 23, 0.91);
}
.lb-overlay a.lb-close{
background: rgba(27,54,81,0.8);
z-index: 1001;
position: absolute;
right: 29%;
top: 6%;
width: 36px;
height: 36px;
background:url('../images/close.png') no-repeat;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
-webkit-transition: opacity 0.3s linear 1.2s;
-moz-transition: opacity 0.3s linear 1.2s;
-o-transition: opacity 0.3s linear 1.2s;
-ms-transition: opacity 0.3s linear 1.2s;
transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
position: relative;
}
.lb-overlay:target {
width: auto;
height: auto;
bottom: 0px;
right: 0px;
padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
-webkit-animation: scaleDown 1.2s ease-in-out;
-moz-animation: scaleDown 1.2s ease-in-out;
-o-animation: scaleDown 1.2s ease-in-out;
-ms-animation: scaleDown 1.2s ease-in-out;
animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
opacity: 1;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
0% { -webkit-transform: scale(10,10); opacity: 0; }
100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
0% { -moz-transform: scale(10,10); opacity: 0; }
100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
0% { -o-transform: scale(10,10); opacity: 0; }
100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
0% { -ms-transform: scale(10,10); opacity: 0; }
100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
0% { transform: scale(10,10); opacity: 0; }
100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
height: 100%;
}
/*start Contact*/
.contact{
display: block;
}
.contact_info{
float: right;
width: 64.33333%;
}
.map {
margin-top: 4%;
}
.company_address {
float: left;
margin-right: 3%;
width: 32.3333%;
}
.span_1_of_2 h2{
margin-bottom: 0.5em;
}
.contact-form{
position:relative;
margin-top: 2%;
}
.contact-form div{
padding:5px 0;
}
.contact-form span{
color: #797979;
display:block;
font-size: 0.8725em;
padding-bottom:5px;
}
.company_address p{
padding:2px 0;
color: #797979;
font-size: 0.8725em;
line-height: 1.8em;
}
.company_address p span{
color: #F87979;
cursor:pointer;
}
.company_address p span:hover{
color: #797979;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.contact-form input[type="text"],.contact-form textarea{
font-family: Arial, Geneva,Helvetica, sans-serif;
font-size: 0.8725em;
color: #797979;
padding: 8px;
display: block;
width: 98%;
background: #FFFFFF;
border: 1px solid rgba(226, 226, 226, 1);
outline: none;
-webkit-appearance: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.contact-form textarea{
resize:none;
height:120px;
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
-webkit-transition:0.9s;
-o-transition:0.9s;
-moz-transition:0.9s;
transition:0.9s;
box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
-webkit-box-shadow:0px 0px 1px rgba(154, 153, 162, 0.69);
-moz-box-shadow0px 0px 1px rgba(154, 153, 162, 0.69);
-o-box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
}
.contact-form input[type="submit"]{
background: none;
border:none;
color: #F87979;
font-size: 1em;
font-family: 'Julius Sans One', sans-serif;
cursor: pointer;
padding: 10px 0px;
display: inline-block;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
color: #555555;
}
/*start details */
.details h2{
}
.det_pic{
margin: 2% 0;
}
.det-para p {
}
/*start 404*/
.page{
padding:10% 0;
text-align:center;
}
.page h3{
text-shadow: 0px 1px 0px rgb(102, 102, 102);
font-size: 12em;
color: #797979;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
.wrap{
width:95%;
}
}
@media only screen and (max-width: 1024px) {
.wrap{
width:95%;
}
.logo h1 {
font-size: 3em;
}
h2.style {
font-size: 1.5em;
}
.images_1_of_3 h3 {
font-size: 1em;
}
}
@media only screen and (max-width: 800px) {
.wrap{
width:95%;
}
.logo h1{
font-size: 2.5em;
}
.top-nav li a {
padding: 4px 16px;
}
.text_s h2 {
font-size: 1.2em;
}
.btn {
padding: 12px 24px;
}
.c_left {
width: 100%;
float: none;
}
.grid_1_of_2 img {
margin-top: 0;
}
.grid_1_of_2 {
margin-left: 0;
}
.c_right {
margin-top:4%;
width: 100%;
float: none;
}
}
@media only screen and (max-width: 640px){
.wrap{
width:95%;
}
.top-nav li a {
padding: 4px 14px;
}
.images_1_of_3 {
float: none;
width:100%;
}
.grid_1_of_3 {
text-align: left;
display: block;
margin-left: 0%;
}
.images_1_of_3 h3 {
margin: 0;
}
.rd_more1 {
margin: 2% 0;
}
.images_1_of_3 img {
margin: 4% 0;
}
.box1 {
float: none;
width: 100%;
margin-right: 0%;
}
.btm {
margin: 2% 0;
}
.company_address {
float: none;
margin-right: 0%;
width: 100%;
}
.contact_info {
float: none;
width: 100%;
}
.span_1_of_2 h2 {
margin: 2% 0;
}
}
@media only screen and (max-width: 480px) {
.wrap{
width:95%;
}
.top-nav li a {
padding: 4px 8px;
font-size: 13px;
}
.lb-album li {
float: left;
width: 49.333%;
margin: 0;
}
.social-icons {
float: none;
}
.copy {
float: none;
}
.special-grid {
float: none;
width: 100%;
margin-right: 0%;
}
}
@media only screen and (max-width: 320px) {
.wrap{
width:95%;
}
.logo{
float:none;
}
.logo h1{
text-align:center;
font-size: 2em;
}
.menu {
float: none;
text-align:left;
}
.grid_1_of_2 h2 {
font-size: 1.2em;
}
.lb-album li {
float: none;
width: 98.333%;
margin: 0;
}
} | 0.220762 | 0.046638 |
.container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
height: 85px;
}
ul.sdt_menu{
margin:0;
/* padding-top:85px;*/
list-style: none;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
font-size:14px;
/* width:1208px;*/
}
ul.sdt_menu a{
text-decoration:none;
outline:none;
}
ul.sdt_menu li{
/*float:left;*/
width:170px;
height:85px;
position:relative;
cursor:pointer;
}
ul.sdt_menu li > a{
position:absolute;
top:0px;
left:0px;
width:170px;
height:85px;
z-index:12;
background:transparent url(../images/overlay.png) no-repeat bottom right;
-moz-box-shadow:0px 0px 2px #000 inset;
-webkit-box-shadow:0px 0px 2px #000 inset;
box-shadow:0px 0px 2px #000 inset;
}/*
*/ul.sdt_menu li a img{
border:none;
position:absolute;
width:0px;
height:0px;
bottom:0px;
left:85px;
z-index:100;
-moz-box-shadow:0px 0px 4px #000;
-webkit-box-shadow:0px 0px 4px #000;
box-shadow:0px 0px 4px #000;
}/*
*/ul.sdt_menu li span.sdt_wrap{
position:absolute;
top:25px;
left:0px;
width:170px;
height:60px;
z-index:15;
}/*
*/ul.sdt_menu li div.sdt_box {
z-index:15;
}/*
*/ul.sdt_menu li span.sdt_active{
position:absolute;
background:#111;
top:85px;
width:170px;
height:0px;
left:0px;
z-index:14;
-moz-box-shadow:0px 0px 4px #000 inset;
-webkit-box-shadow:0px 0px 4px #000 inset;
box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
margin-left:15px;
text-transform:uppercase;
text-shadow:1px 1px 1px #000;
}/*
*/ul.sdt_menu li span span.sdt_link{
color: #C0C0C0;
font-size:24px;
float:left;
clear:both;
}/*
*/ul.sdt_menu li span span.sdt_descr{
color:white;
float:left;
clear:both;
width:155px;
font-size:10px;
letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
display:block;
position:absolute;
width:170px;
overflow:hidden;
height:170px;
top:85px;
left:0px;
display:none;
background:#000;
}/*
*/ul.sdt_menu li div.sdt_box a{
float:left;
clear:both;
line-height:30px;
color:#0B75AF;
}/*
*/ul.sdt_menu li div.sdt_box a:first-child{
margin-left: 41px;
margin-top: 62px;
}/*
/* for default - too short - size */
@media all and (max-width: 319px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 639px) and (min-width: 320px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 799px) and (min-width: 640px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 1023px) and (min-width: 800px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
.transparentMenu{
background-color: rgba(51, 51, 51, 0);
border-color: rgba(51, 51, 51, 0);
} | public/css/menu.css | .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
height: 85px;
}
ul.sdt_menu{
margin:0;
/* padding-top:85px;*/
list-style: none;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
font-size:14px;
/* width:1208px;*/
}
ul.sdt_menu a{
text-decoration:none;
outline:none;
}
ul.sdt_menu li{
/*float:left;*/
width:170px;
height:85px;
position:relative;
cursor:pointer;
}
ul.sdt_menu li > a{
position:absolute;
top:0px;
left:0px;
width:170px;
height:85px;
z-index:12;
background:transparent url(../images/overlay.png) no-repeat bottom right;
-moz-box-shadow:0px 0px 2px #000 inset;
-webkit-box-shadow:0px 0px 2px #000 inset;
box-shadow:0px 0px 2px #000 inset;
}/*
*/ul.sdt_menu li a img{
border:none;
position:absolute;
width:0px;
height:0px;
bottom:0px;
left:85px;
z-index:100;
-moz-box-shadow:0px 0px 4px #000;
-webkit-box-shadow:0px 0px 4px #000;
box-shadow:0px 0px 4px #000;
}/*
*/ul.sdt_menu li span.sdt_wrap{
position:absolute;
top:25px;
left:0px;
width:170px;
height:60px;
z-index:15;
}/*
*/ul.sdt_menu li div.sdt_box {
z-index:15;
}/*
*/ul.sdt_menu li span.sdt_active{
position:absolute;
background:#111;
top:85px;
width:170px;
height:0px;
left:0px;
z-index:14;
-moz-box-shadow:0px 0px 4px #000 inset;
-webkit-box-shadow:0px 0px 4px #000 inset;
box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
margin-left:15px;
text-transform:uppercase;
text-shadow:1px 1px 1px #000;
}/*
*/ul.sdt_menu li span span.sdt_link{
color: #C0C0C0;
font-size:24px;
float:left;
clear:both;
}/*
*/ul.sdt_menu li span span.sdt_descr{
color:white;
float:left;
clear:both;
width:155px;
font-size:10px;
letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
display:block;
position:absolute;
width:170px;
overflow:hidden;
height:170px;
top:85px;
left:0px;
display:none;
background:#000;
}/*
*/ul.sdt_menu li div.sdt_box a{
float:left;
clear:both;
line-height:30px;
color:#0B75AF;
}/*
*/ul.sdt_menu li div.sdt_box a:first-child{
margin-left: 41px;
margin-top: 62px;
}/*
/* for default - too short - size */
@media all and (max-width: 319px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 639px) and (min-width: 320px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 799px) and (min-width: 640px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
@media all and (max-width: 1023px) and (min-width: 800px) {
ul.sdt_menu li span.sdt_active {
position: absolute;
background: #111;
top: 0px;
width: 170px;
height: 0px;
left: 171px;
z-index: 14;
-moz-box-shadow: 0px 0px 4px #000 inset;
-webkit-box-shadow: 0px 0px 4px #000 inset;
box-shadow: 0px 0px 4px #000 inset;
}
}
.transparentMenu{
background-color: rgba(51, 51, 51, 0);
border-color: rgba(51, 51, 51, 0);
} | 0.192653 | 0.049245 |
body {
position: relative;
}
.sogea{
margin-top: 10%;
margin-bottom: 10%;
}
.space{
padding: 30px 0;
}
.separate{
margin-bottom: 25px;
}
.darkhead{
color: #333;
background-color: #f5f5f5 ;
border-color: #ddd;
}
ul li{
list-style: none;
}
.input-space{
margin: 15px 0;
}
.fix-size{
}
.no-padding{
padding: 0;
}
.no-padding table{
margin-bottom: 0;
}
.no-padding .list-group{
margin-bottom: 0;
}
.no-radius{
border-radius: 0px;
}
.list-group-item:first-child {
border-radius: 0;
/*border-bottom: none;*/
}
<<<<<<< HEAD
/* Bootstrap tweaks */
/*.form-control{
border-radius: 0px !ant;
}
.btn{
border-radius: 0px !important;
}
.panel{
border-radius: 0px !important;
}
.navbar-toggle{
border-radius: 0px !important;
}
#main-search{
background: url("http://127.0.0.1:8000/main-search.png");
height:36px;
width:36px;
}*/
<<<<<<< HEAD
=======
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-dots{
color: black;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
p.italic {
font-style: italic;
}
.standardize{
background-color: transparent;
border: none;
}
.inline ul li{
display: inline;
padding: 2em;
}
/*error blades*/
.full-height {
min-height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.content {
text-align: center;
font-family: 'Raleway', sans-serif;
font-weight: 100;
}
.title {
font-size: 30px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
footer{
/*margin-bottom: 22px;*/
border-top: 1px solid #d3e0e9; ;
padding: 20px;
background-color: #fff;
color: #636b6f;
}
.chords-sidenav .nav>.active>ul {
display: block;
}
.chords-sidenav .nav .nav {
display: none;
padding-bottom: 10px;
}
.chords-sidenav .nav .nav>li>a {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 30px;
font-size: 13px;
font-weight: 400;
}
h1[id] {
padding-top: 20px;
margin-top: 0;
}
.affix {
top: 20px;
width: 263px;
z-index: 999;
}
@media screen and (max-width: 1200px) {
.affix {
position: static;
width: 100%;
}
}
.admin-content{
text-align: left;
}
.product-info .label{
color: #000;
} | old/public/css/master.css | body {
position: relative;
}
.sogea{
margin-top: 10%;
margin-bottom: 10%;
}
.space{
padding: 30px 0;
}
.separate{
margin-bottom: 25px;
}
.darkhead{
color: #333;
background-color: #f5f5f5 ;
border-color: #ddd;
}
ul li{
list-style: none;
}
.input-space{
margin: 15px 0;
}
.fix-size{
}
.no-padding{
padding: 0;
}
.no-padding table{
margin-bottom: 0;
}
.no-padding .list-group{
margin-bottom: 0;
}
.no-radius{
border-radius: 0px;
}
.list-group-item:first-child {
border-radius: 0;
/*border-bottom: none;*/
}
<<<<<<< HEAD
/* Bootstrap tweaks */
/*.form-control{
border-radius: 0px !ant;
}
.btn{
border-radius: 0px !important;
}
.panel{
border-radius: 0px !important;
}
.navbar-toggle{
border-radius: 0px !important;
}
#main-search{
background: url("http://127.0.0.1:8000/main-search.png");
height:36px;
width:36px;
}*/
<<<<<<< HEAD
=======
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-dots{
color: black;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
p.italic {
font-style: italic;
}
.standardize{
background-color: transparent;
border: none;
}
.inline ul li{
display: inline;
padding: 2em;
}
/*error blades*/
.full-height {
min-height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.content {
text-align: center;
font-family: 'Raleway', sans-serif;
font-weight: 100;
}
.title {
font-size: 30px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
footer{
/*margin-bottom: 22px;*/
border-top: 1px solid #d3e0e9; ;
padding: 20px;
background-color: #fff;
color: #636b6f;
}
.chords-sidenav .nav>.active>ul {
display: block;
}
.chords-sidenav .nav .nav {
display: none;
padding-bottom: 10px;
}
.chords-sidenav .nav .nav>li>a {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 30px;
font-size: 13px;
font-weight: 400;
}
h1[id] {
padding-top: 20px;
margin-top: 0;
}
.affix {
top: 20px;
width: 263px;
z-index: 999;
}
@media screen and (max-width: 1200px) {
.affix {
position: static;
width: 100%;
}
}
.admin-content{
text-align: left;
}
.product-info .label{
color: #000;
} | 0.331877 | 0.071656 |
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='SimSun']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='SimSun']::before {
content: '宋体';
font-family: 'SimSun';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='SimHei']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='SimHei']::before {
content: '黑体';
font-family: 'SimHei';
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-value='Microsoft-YaHei']::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-value='Microsoft-YaHei']::before {
content: '微软雅黑';
font-family: 'Microsoft YaHei';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='KaiTi']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='KaiTi']::before {
content: '楷体';
font-family: 'KaiTi';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='FangSong']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='FangSong']::before {
content: '仿宋';
font-family: 'FangSong';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Arial']::before {
content: 'Arial';
font-family: 'Arial';
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-value='Times-New-Roman']::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-value='Times-New-Roman']::before {
content: 'Times New Roman';
font-family: 'Times New Roman';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='sans-serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='sans-serif']::before {
content: 'sans-serif';
font-family: 'sans-serif';
}
.ql-font-SimSun {
font-family: 'SimSun';
}
.ql-font-SimHei {
font-family: 'SimHei';
}
.ql-font-Microsoft-YaHei {
font-family: 'Microsoft YaHei';
}
.ql-font-KaiTi {
font-family: 'KaiTi';
}
.ql-font-FangSong {
font-family: 'FangSong';
}
.ql-font-Arial {
font-family: 'Arial';
}
.ql-font-Times-New-Roman {
font-family: 'Times New Roman';
}
.ql-font-sans-serif {
font-family: 'sans-serif';
} | client/src/assets/css/font.css | .ql-snow .ql-picker.ql-font .ql-picker-label[data-value='SimSun']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='SimSun']::before {
content: '宋体';
font-family: 'SimSun';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='SimHei']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='SimHei']::before {
content: '黑体';
font-family: 'SimHei';
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-value='Microsoft-YaHei']::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-value='Microsoft-YaHei']::before {
content: '微软雅黑';
font-family: 'Microsoft YaHei';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='KaiTi']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='KaiTi']::before {
content: '楷体';
font-family: 'KaiTi';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='FangSong']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='FangSong']::before {
content: '仿宋';
font-family: 'FangSong';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='Arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='Arial']::before {
content: 'Arial';
font-family: 'Arial';
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-value='Times-New-Roman']::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-value='Times-New-Roman']::before {
content: 'Times New Roman';
font-family: 'Times New Roman';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='sans-serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='sans-serif']::before {
content: 'sans-serif';
font-family: 'sans-serif';
}
.ql-font-SimSun {
font-family: 'SimSun';
}
.ql-font-SimHei {
font-family: 'SimHei';
}
.ql-font-Microsoft-YaHei {
font-family: 'Microsoft YaHei';
}
.ql-font-KaiTi {
font-family: 'KaiTi';
}
.ql-font-FangSong {
font-family: 'FangSong';
}
.ql-font-Arial {
font-family: 'Arial';
}
.ql-font-Times-New-Roman {
font-family: 'Times New Roman';
}
.ql-font-sans-serif {
font-family: 'sans-serif';
} | 0.345878 | 0.06148 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
--fit-color-primary-1: #2ecc71;
--fit-color-dark-1: #5a5a5a;
--fit-color-light-1: #ffffff;
--fit-font: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6, a, p, span, div {
font-family: var(--fit-font);
}
html {
font-size: 10px;
}
/*================================================*/
/*header area starts here*/
/*================================================*/
.header-area {
background-image: url("../img/hero.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
}
.menu-bar {
margin-top: 4rem;
}
.nav-link {
color: var(--fit-color-light-1) !important;
font-size: 1.6rem;
margin-right: 2rem;
}
.nav-link-circle {
border: .1rem solid var(--fit-color-light-1);
padding: 1rem 3rem !important;
border-radius: 3rem;
margin-top: -.5rem;
color: var(--fit-color-primary-1) !important;
background-color: var(--fit-color-light-1);
font-weight: bold;
}
.app-hero-section {
margin-top: 10rem;
}
.img-app-logo {
}
.app-header {
font-size: 4.8rem;
color: var(--fit-color-light-1);
font-weight: lighter;
margin-left: 5rem;
}
.app-header-mod {
font-weight: bold;
}
.app-hero-description {
font-size: 1.6rem;
width: 55%;
color: var(--fit-color-light-1);
margin-top: 3rem;
margin-left: 5rem;
font-weight: 300;
}
.app-hero-store {
margin-left: 5rem;
margin-top: 5rem;
}
.app-store {
margin-right: 2rem;
}
.play-store {
}
/*================================================*/
/*header area ends here*/
/*================================================*/
/*================================================*/
/*section app feature starts here*/
/*================================================*/
.section-app-feature {
padding: 10rem 0;
}
.app-feature-img {
}
.img-app-feature {
}
.app-feature-info {
margin-top: 25rem;
margin-left: 4rem;
}
.heading-primary {
font-size: 4rem;
color: var(--fit-color-dark-1);
font-weight: 300;
}
.heading-primary-mod {
color: var(--fit-color-primary-1);
font-weight: 500;
}
.app-feature-des {
font-size: 1.6rem;
color: var(--fit-color-dark-1);
margin-top: 2rem;
}
/*================================================*/
/*section app feature ends here*/
/*================================================*/
/*================================================*/
/*section diet plan starts here*/
/*================================================*/
.section-diet-plan {
background-image: url("../img/diet-plan.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 80vh;
}
.diet-plan {
text-align: center;
margin-top: 6rem;
}
.diet-plan-des {
font-size: 1.6rem;
width: 75%;
margin: auto;
margin-top: 3rem;
font-weight: 400;
color: var(--fit-color-dark-1);
}
/*================================================*/
/*section diet plan ends here*/
/*================================================*/
/*================================================*/
/*section meal time starts here*/
/*================================================*/
.section-meal-time{
padding: 10rem 0;
}
.meal-time{
margin-top: 22rem;
}
.meal-time-des{
font-size: 1.6rem;
margin-top: 2rem;
width: 71%;
color: var(--fit-color-dark-1);
}
.meal-time-img{
text-align: center;
margin-left: 7rem;
}
.img-meal-time-1{
width: 40rem;
}
.img-meal-time-2{
}
.img-meal-time-3{
width: 40rem;
}
/*================================================*/
/*section meal time ends here*/
/*================================================*/
/*================================================*/
/*section footer starts here*/
/*================================================*/
.footer-area{
background-image: url("../img/footer-bg.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 40vh;
padding: 10rem 0;
}
.footer{
text-align: center;
}
.footer-header{
color: var(--fit-color-light-1);
}
.footer-header-mod{
color: var(--fit-color-light-1);
}
.footer-des{
margin: auto;
margin-top: 3rem;
color: var(--fit-color-light-1);
}
.footer-btn{
margin-top: 3rem;
display: inline-block;
font-size: 1.6rem;
padding: 1rem 8rem !important;
border: .1rem solid var(--fit-color-light-1);
border-radius: 3rem;
color: var(--fit-color-primary-1) !important;
background-color: var(--fit-color-light-1);
font-weight: bold;
}
.footer-btn:hover{
color: var(--fit-color-light-1);
}
/*================================================*/
/*section footer ends here*/
/*================================================*/
/*
##Device = Desktops
##Screen = 1601px
*/
@media (min-width: 1601px) {
/* CSS Code */
}
/*
##Device = Desktops
##Screen = 1281px to 1600px
*/
@media (min-width: 1281px) and (max-width: 1880px) {
/* CSS Code */
.app-feature-info {
margin-top: 19rem;
margin-left: 4rem;
}
.meal-time {
margin-top: 15rem;
}
}
/*
##Device = Laptops, Desktops
##Screen = 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
/* CSS Code */
.app-feature-info {
margin-top: 13rem;
}
.meal-time {
margin-top: 11rem;
}
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
/* CSS Code */
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-feature-info {
margin-top: 5rem;
}
.meal-time {
margin-top: 1rem;
}
.meal-time-des {
width: 93%;
}
.footer{
margin-top: -3rem;
}
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
/* CSS Code */
html{
font-size: 8px;
}
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-feature-info {
margin-top: 2rem;
margin-left: 2rem;
}
.meal-time {
margin-top: 1rem;
text-align: center;
}
.meal-time-des {
width: 82%;
margin: auto;
margin-top: 3rem;
}
.meal-time-img {
text-align: center;
margin-left: 0rem;
}
.footer{
margin-top: -3rem;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
/* CSS Code */
html{
font-size: 7px;
}
.header-area {
height: 96vh;
}
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-header {
font-size: 3.5rem;
}
.app-feature-info {
margin-top: 2rem;
margin-left: 2rem;
}
.app-hero-description {
width: 85%;
}
.heading-primary {
font-size: 3rem;
}
.play-store {
margin-top: 3rem;
width: 50%;
}
.meal-time {
margin-top: 1rem;
text-align: center;
}
.meal-time-des {
width: 82%;
margin: auto;
margin-top: 3rem;
}
.meal-time-img {
text-align: center;
margin-left: 0rem;
}
.footer {
margin-top: 2rem;
}
} | FitApp/css/fitapp.css | @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
--fit-color-primary-1: #2ecc71;
--fit-color-dark-1: #5a5a5a;
--fit-color-light-1: #ffffff;
--fit-font: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6, a, p, span, div {
font-family: var(--fit-font);
}
html {
font-size: 10px;
}
/*================================================*/
/*header area starts here*/
/*================================================*/
.header-area {
background-image: url("../img/hero.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
}
.menu-bar {
margin-top: 4rem;
}
.nav-link {
color: var(--fit-color-light-1) !important;
font-size: 1.6rem;
margin-right: 2rem;
}
.nav-link-circle {
border: .1rem solid var(--fit-color-light-1);
padding: 1rem 3rem !important;
border-radius: 3rem;
margin-top: -.5rem;
color: var(--fit-color-primary-1) !important;
background-color: var(--fit-color-light-1);
font-weight: bold;
}
.app-hero-section {
margin-top: 10rem;
}
.img-app-logo {
}
.app-header {
font-size: 4.8rem;
color: var(--fit-color-light-1);
font-weight: lighter;
margin-left: 5rem;
}
.app-header-mod {
font-weight: bold;
}
.app-hero-description {
font-size: 1.6rem;
width: 55%;
color: var(--fit-color-light-1);
margin-top: 3rem;
margin-left: 5rem;
font-weight: 300;
}
.app-hero-store {
margin-left: 5rem;
margin-top: 5rem;
}
.app-store {
margin-right: 2rem;
}
.play-store {
}
/*================================================*/
/*header area ends here*/
/*================================================*/
/*================================================*/
/*section app feature starts here*/
/*================================================*/
.section-app-feature {
padding: 10rem 0;
}
.app-feature-img {
}
.img-app-feature {
}
.app-feature-info {
margin-top: 25rem;
margin-left: 4rem;
}
.heading-primary {
font-size: 4rem;
color: var(--fit-color-dark-1);
font-weight: 300;
}
.heading-primary-mod {
color: var(--fit-color-primary-1);
font-weight: 500;
}
.app-feature-des {
font-size: 1.6rem;
color: var(--fit-color-dark-1);
margin-top: 2rem;
}
/*================================================*/
/*section app feature ends here*/
/*================================================*/
/*================================================*/
/*section diet plan starts here*/
/*================================================*/
.section-diet-plan {
background-image: url("../img/diet-plan.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 80vh;
}
.diet-plan {
text-align: center;
margin-top: 6rem;
}
.diet-plan-des {
font-size: 1.6rem;
width: 75%;
margin: auto;
margin-top: 3rem;
font-weight: 400;
color: var(--fit-color-dark-1);
}
/*================================================*/
/*section diet plan ends here*/
/*================================================*/
/*================================================*/
/*section meal time starts here*/
/*================================================*/
.section-meal-time{
padding: 10rem 0;
}
.meal-time{
margin-top: 22rem;
}
.meal-time-des{
font-size: 1.6rem;
margin-top: 2rem;
width: 71%;
color: var(--fit-color-dark-1);
}
.meal-time-img{
text-align: center;
margin-left: 7rem;
}
.img-meal-time-1{
width: 40rem;
}
.img-meal-time-2{
}
.img-meal-time-3{
width: 40rem;
}
/*================================================*/
/*section meal time ends here*/
/*================================================*/
/*================================================*/
/*section footer starts here*/
/*================================================*/
.footer-area{
background-image: url("../img/footer-bg.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 40vh;
padding: 10rem 0;
}
.footer{
text-align: center;
}
.footer-header{
color: var(--fit-color-light-1);
}
.footer-header-mod{
color: var(--fit-color-light-1);
}
.footer-des{
margin: auto;
margin-top: 3rem;
color: var(--fit-color-light-1);
}
.footer-btn{
margin-top: 3rem;
display: inline-block;
font-size: 1.6rem;
padding: 1rem 8rem !important;
border: .1rem solid var(--fit-color-light-1);
border-radius: 3rem;
color: var(--fit-color-primary-1) !important;
background-color: var(--fit-color-light-1);
font-weight: bold;
}
.footer-btn:hover{
color: var(--fit-color-light-1);
}
/*================================================*/
/*section footer ends here*/
/*================================================*/
/*
##Device = Desktops
##Screen = 1601px
*/
@media (min-width: 1601px) {
/* CSS Code */
}
/*
##Device = Desktops
##Screen = 1281px to 1600px
*/
@media (min-width: 1281px) and (max-width: 1880px) {
/* CSS Code */
.app-feature-info {
margin-top: 19rem;
margin-left: 4rem;
}
.meal-time {
margin-top: 15rem;
}
}
/*
##Device = Laptops, Desktops
##Screen = 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
/* CSS Code */
.app-feature-info {
margin-top: 13rem;
}
.meal-time {
margin-top: 11rem;
}
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
/* CSS Code */
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-feature-info {
margin-top: 5rem;
}
.meal-time {
margin-top: 1rem;
}
.meal-time-des {
width: 93%;
}
.footer{
margin-top: -3rem;
}
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
/* CSS Code */
html{
font-size: 8px;
}
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-feature-info {
margin-top: 2rem;
margin-left: 2rem;
}
.meal-time {
margin-top: 1rem;
text-align: center;
}
.meal-time-des {
width: 82%;
margin: auto;
margin-top: 3rem;
}
.meal-time-img {
text-align: center;
margin-left: 0rem;
}
.footer{
margin-top: -3rem;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
/* CSS Code */
html{
font-size: 7px;
}
.header-area {
height: 96vh;
}
.nav-link-circle {
border: none;
padding: 0rem 0rem !important;
border-radius: 0rem;
margin-top: 0rem;
color: var(--fit-color-light-1) !important;
background-color: transparent;
font-weight: normal;
display: inline-block;
}
.app-header {
font-size: 3.5rem;
}
.app-feature-info {
margin-top: 2rem;
margin-left: 2rem;
}
.app-hero-description {
width: 85%;
}
.heading-primary {
font-size: 3rem;
}
.play-store {
margin-top: 3rem;
width: 50%;
}
.meal-time {
margin-top: 1rem;
text-align: center;
}
.meal-time-des {
width: 82%;
margin: auto;
margin-top: 3rem;
}
.meal-time-img {
text-align: center;
margin-left: 0rem;
}
.footer {
margin-top: 2rem;
}
} | 0.251464 | 0.088662 |
:root {
--borderRadius--leaf:
var(--global-rounded)
var(--global-radial)
var(--global-rounded);
--borderRadius--leaf-alt:
var(--global-radial)
var(--global-rounded)
var(--global-radial)
var(--global-rounded);
--borderRadius--rounded: var(--global-rounded);
--borderRadius--rounded-x: var(--global-radial) / var(--global-rounded);
--borderRadius--rounded-y: var(--global-rounded) / var(--global-radial);
--borderRadius--radial: var(--global-radial);
--borderRadius--circular: var(--global-circular);
--arrow-width: 18px;
--arrow-length: calc(var(--arrow-width) / 3);
--arrow-up: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#fff' transform='rotate(0)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-up--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#000' transform='rotate(0)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-down: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#fff' transform='rotate(180 18 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-down--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#000' transform='rotate(180 18 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-left: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#fff' transform='rotate(-90 18 18)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-left--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#000' transform='rotate(-90 18 18)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-right: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#fff' transform='rotate(90 6 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-right--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#000' transform='rotate(90 6 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--triangle-color: currentColor;
--triangle-multiplier: 1.5;
--triangle-size: 1em;
--triangle: {
content: "";
display: inline-block;
height: 0;
width: 0;
z-index: 2;
};
--triangle-right: {
border-bottom: solid transparent;
border-bottom-width: var(--triangle-size);
border-left: solid var(--triangle-color);
border-left-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
border-top: solid transparent;
border-top-width: var(--triangle-size);
};
--triangle-top: {
border-bottom: solid var(--triangle-color);
border-bottom-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
border-left: solid transparent;
border-left-width: var(--triangle-size);
border-right: solid transparent;
border-right-width: var(--triangle-size);
};
--triangle-bottom: {
border-left: solid transparent;
border-left-width: var(--triangle-size);
border-right: solid transparent;
border-right-width: var(--triangle-size);
border-top: solid var(--triangle-color);
border-top-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
};
--triangle-left: {
border-bottom: solid transparent;
border-bottom-width: var(--triangle-size);
border-right: solid var(--triangle-color);
border-right-width: calc(var(--triangle-size) * var(--triangle-multiplier));
border-top: solid transparent;
border-top-width: var(--triangle-size);
};
--circle: {
background-color: var(--neutral-color);
border-radius: 50px;
color: var(--white);
padding: 6px;
};
--checkmark: {
border: solid var(--white);
border-width: 0 2px 2px 0;
display: block;
height: 10px;
transform: rotate(45deg);
width: 5px;
};
--checkmark-alt: {
@apply --checkmark;
border-color: var(--black);
};
} | src/settings/shapes.css | :root {
--borderRadius--leaf:
var(--global-rounded)
var(--global-radial)
var(--global-rounded);
--borderRadius--leaf-alt:
var(--global-radial)
var(--global-rounded)
var(--global-radial)
var(--global-rounded);
--borderRadius--rounded: var(--global-rounded);
--borderRadius--rounded-x: var(--global-radial) / var(--global-rounded);
--borderRadius--rounded-y: var(--global-rounded) / var(--global-radial);
--borderRadius--radial: var(--global-radial);
--borderRadius--circular: var(--global-circular);
--arrow-width: 18px;
--arrow-length: calc(var(--arrow-width) / 3);
--arrow-up: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#fff' transform='rotate(0)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-up--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#000' transform='rotate(0)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-down: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#fff' transform='rotate(180 18 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-down--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='12'><path fill='#000' transform='rotate(180 18 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-length);
width: var(--arrow-width);
};
--arrow-left: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#fff' transform='rotate(-90 18 18)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-left--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#000' transform='rotate(-90 18 18)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-right: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#fff' transform='rotate(90 6 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--arrow-right--dark: {
background: no-repeat url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='32'><path fill='#000' transform='rotate(90 6 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/></svg>");
background-size: 100% auto;
height: var(--arrow-width);
width: var(--arrow-length);
};
--triangle-color: currentColor;
--triangle-multiplier: 1.5;
--triangle-size: 1em;
--triangle: {
content: "";
display: inline-block;
height: 0;
width: 0;
z-index: 2;
};
--triangle-right: {
border-bottom: solid transparent;
border-bottom-width: var(--triangle-size);
border-left: solid var(--triangle-color);
border-left-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
border-top: solid transparent;
border-top-width: var(--triangle-size);
};
--triangle-top: {
border-bottom: solid var(--triangle-color);
border-bottom-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
border-left: solid transparent;
border-left-width: var(--triangle-size);
border-right: solid transparent;
border-right-width: var(--triangle-size);
};
--triangle-bottom: {
border-left: solid transparent;
border-left-width: var(--triangle-size);
border-right: solid transparent;
border-right-width: var(--triangle-size);
border-top: solid var(--triangle-color);
border-top-width:
calc(var(--triangle-size) * var(--triangle-multiplier));
};
--triangle-left: {
border-bottom: solid transparent;
border-bottom-width: var(--triangle-size);
border-right: solid var(--triangle-color);
border-right-width: calc(var(--triangle-size) * var(--triangle-multiplier));
border-top: solid transparent;
border-top-width: var(--triangle-size);
};
--circle: {
background-color: var(--neutral-color);
border-radius: 50px;
color: var(--white);
padding: 6px;
};
--checkmark: {
border: solid var(--white);
border-width: 0 2px 2px 0;
display: block;
height: 10px;
transform: rotate(45deg);
width: 5px;
};
--checkmark-alt: {
@apply --checkmark;
border-color: var(--black);
};
} | 0.539469 | 0.129843 |
.ribbon {
position: fixed;
top: 35%;
right: -50px;
width: 30px;
height: 68px;
background-color: #fff;
z-index: 2147483647;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #7777775c;
border-right: none;
transform: translate(0, 0);
transition: all 0s ease-in;
box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.16);
line-height: normal;
text-align: start;
font-family: serif;
animation: slideLeft 0.15s ease-in 1s 1 forwards;
&:-webkit-fullscreen {
display: none;
}
}
.ribbonSidebarActive {
opacity: 0;
}
.sidebarFrame {
position: fixed;
top: 0;
right: 0;
border: 0;
outline: 0;
/* Giving it !important to prevent global overrides */
width: 340px !important;
height: 100% !important;
min-width: 340px !important;
max-width: 340px !important;
min-height: 100% !important;
max-height: 100% !important;
z-index: 2147483646;
transform: translate(400px, 0);
transition: all 0.05s ease-in;
}
.sidebarActive {
transform: translate(0, 0);
}
.onFullScreen {
display: none;
}
.buttonHolder {
border-bottom: 1px solid #c2c2c2;
padding: 3px 0;
width: 86%;
margin: 0px auto;
display: block;
}
.logo,
.cancel,
.settings {
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.logo {
background-image: url('../../../img/worldbrain-logo-narrow.png');
background-size: 18px;
margin-top: 7px;
width: 18px;
height: 25px;
margin-left: 6px;
}
.cancel {
background-image: url('../../../img/cross_grey.svg');
fill: white;
background-size: 14px;
width: 14px;
height: 14px;
margin-left: 6px;
margin-top: 5px;
}
.settings {
background-image: url('../../../img/settings_grey.svg');
fill: white;
background-size: 17px;
width: 15px;
height: 15px;
margin-left: 0px;
margin-top: 0px;
}
@keyframes slideLeft {
0% {
right: -50px;
}
100% {
right: 0px;
}
} | src/sidebar-overlay/components/Ribbon.css | .ribbon {
position: fixed;
top: 35%;
right: -50px;
width: 30px;
height: 68px;
background-color: #fff;
z-index: 2147483647;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #7777775c;
border-right: none;
transform: translate(0, 0);
transition: all 0s ease-in;
box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.16);
line-height: normal;
text-align: start;
font-family: serif;
animation: slideLeft 0.15s ease-in 1s 1 forwards;
&:-webkit-fullscreen {
display: none;
}
}
.ribbonSidebarActive {
opacity: 0;
}
.sidebarFrame {
position: fixed;
top: 0;
right: 0;
border: 0;
outline: 0;
/* Giving it !important to prevent global overrides */
width: 340px !important;
height: 100% !important;
min-width: 340px !important;
max-width: 340px !important;
min-height: 100% !important;
max-height: 100% !important;
z-index: 2147483646;
transform: translate(400px, 0);
transition: all 0.05s ease-in;
}
.sidebarActive {
transform: translate(0, 0);
}
.onFullScreen {
display: none;
}
.buttonHolder {
border-bottom: 1px solid #c2c2c2;
padding: 3px 0;
width: 86%;
margin: 0px auto;
display: block;
}
.logo,
.cancel,
.settings {
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.logo {
background-image: url('../../../img/worldbrain-logo-narrow.png');
background-size: 18px;
margin-top: 7px;
width: 18px;
height: 25px;
margin-left: 6px;
}
.cancel {
background-image: url('../../../img/cross_grey.svg');
fill: white;
background-size: 14px;
width: 14px;
height: 14px;
margin-left: 6px;
margin-top: 5px;
}
.settings {
background-image: url('../../../img/settings_grey.svg');
fill: white;
background-size: 17px;
width: 15px;
height: 15px;
margin-left: 0px;
margin-top: 0px;
}
@keyframes slideLeft {
0% {
right: -50px;
}
100% {
right: 0px;
}
} | 0.493897 | 0.151843 |
@-moz-document domain("textfac.es") {
body {
background-image: linear-gradient(to bottom right, red, blue);
background-size:cover !important;
background-repeat: no-repeat;
background-color: blue;
height: 100% !important;
}
#textgags {
background-image: linear-gradient(to bottom right, red, blue);
height: auto !important;
position: fixed;
min-height: 100%;
top: 0px;
left: 0px;
min-width: 100%;
overflow: hidden;
}
.select {
margin: 10px;
}
.gags {
border-radius: 10px;
border: none !important;
}
#gag-textarea {
border-radius: 10px;
border: none !important;
}
.btn-material-default {
border-radius: 10px !important;
box-shadow: none !important;
transition: 0.2s;
background: white !important;
transform: scale(0.95) ;
}
.btn-material-default:hover {
filter:brightness(80%);
}
.btn-material-default:active {
filter:brightness(60%);
}
.footer {
display: none;
position:fixed;
width:100px !important;
height:100%;
top:0px;
left:100%;
transform: translateX(-100px);
z-index: 998;
overflow: scroll;
opacity: 0%;
background: white;
transition: 1s !important;
}
.footer:hover {
opacity: 100%;
width:100%!important;
left:0%;
transform: translateX(100px);
}
hr {
display: none;
}
.ads {
display:none;
}
#facesnav {
position:fixed !important;
left:10px;
top:50%;
transform: translateY(-40px);
width:180px;
height:80px;
border-radius: 10px;
border: none;
background:white !important;
z-index: 999;
overflow: hidden;
}
.top-bar {
display: none;
position:fixed;
width:180px;
height:200px;
left:10px;
top:100px;
z-index: 1000;
}
a {
transition:0s;
color:black !important;
width: 200px !important;
cursor:pointer !important;
}
li {
transition: 0.2s !important;
}
li:hover {
background-color: rgb(220,220,220);
width: 200px !important;
cursor:pointer !important;
}
* {
border:none;
outline:none;
}
* {
transition: all 0.2s;
}
/* width */
::-webkit-scrollbar {
display: none;
width: 2px;
height: 0px;
left:2px;
transition: all 0.2s !important;
}
::-webkit-scrollbar:hover {
transition: all 0.2s !important;
}
/* Track */
::-webkit-scrollbar-track {
background: none !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 0px !important;
width:5px !important;
transition: all 0.2s !important;
background-color: rgb(255, 255, 255);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
transition: all 0.2s !important;
}
} | data/usercss/208977.user.css | @-moz-document domain("textfac.es") {
body {
background-image: linear-gradient(to bottom right, red, blue);
background-size:cover !important;
background-repeat: no-repeat;
background-color: blue;
height: 100% !important;
}
#textgags {
background-image: linear-gradient(to bottom right, red, blue);
height: auto !important;
position: fixed;
min-height: 100%;
top: 0px;
left: 0px;
min-width: 100%;
overflow: hidden;
}
.select {
margin: 10px;
}
.gags {
border-radius: 10px;
border: none !important;
}
#gag-textarea {
border-radius: 10px;
border: none !important;
}
.btn-material-default {
border-radius: 10px !important;
box-shadow: none !important;
transition: 0.2s;
background: white !important;
transform: scale(0.95) ;
}
.btn-material-default:hover {
filter:brightness(80%);
}
.btn-material-default:active {
filter:brightness(60%);
}
.footer {
display: none;
position:fixed;
width:100px !important;
height:100%;
top:0px;
left:100%;
transform: translateX(-100px);
z-index: 998;
overflow: scroll;
opacity: 0%;
background: white;
transition: 1s !important;
}
.footer:hover {
opacity: 100%;
width:100%!important;
left:0%;
transform: translateX(100px);
}
hr {
display: none;
}
.ads {
display:none;
}
#facesnav {
position:fixed !important;
left:10px;
top:50%;
transform: translateY(-40px);
width:180px;
height:80px;
border-radius: 10px;
border: none;
background:white !important;
z-index: 999;
overflow: hidden;
}
.top-bar {
display: none;
position:fixed;
width:180px;
height:200px;
left:10px;
top:100px;
z-index: 1000;
}
a {
transition:0s;
color:black !important;
width: 200px !important;
cursor:pointer !important;
}
li {
transition: 0.2s !important;
}
li:hover {
background-color: rgb(220,220,220);
width: 200px !important;
cursor:pointer !important;
}
* {
border:none;
outline:none;
}
* {
transition: all 0.2s;
}
/* width */
::-webkit-scrollbar {
display: none;
width: 2px;
height: 0px;
left:2px;
transition: all 0.2s !important;
}
::-webkit-scrollbar:hover {
transition: all 0.2s !important;
}
/* Track */
::-webkit-scrollbar-track {
background: none !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 0px !important;
width:5px !important;
transition: all 0.2s !important;
background-color: rgb(255, 255, 255);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
transition: all 0.2s !important;
}
} | 0.304145 | 0.074568 |
body {
font-family: 'Roboto', sans-serif;
background: #ecf0f1;
}
.wrapper {
max-width: 75rem;
padding: 0 rem;
margin: 0 auto;
}
/* Gallery */
.galeria {
/* mexer no tamanho das img*/
display: grid;
grid-template-columns: repeat(3 , 1fr);
grid-template-rows: repeat(0 , 17rem);
gap: .1rem;
}
/* Gallery Layout
.gallery__item--1 {
grid-column: 1 / span 1;
grid-row: 1 / span 1;
}
.gallery__item--2 {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}
.gallery__item--3 {
grid-column: 2 / span 1;
grid-row: 1 / span 2;
}
.gallery__item--4 {
grid-column: 3 / span 1;
grid-row: 1 / span 3;
}
.gallery__item--5 {
grid-column: 1 / span 2;
grid-row: 3 / span 2;
}
.gallery__item--6 {
grid-column: 3 / span 1;
grid-row: 4 / span 1;
}
*/
/* Gallery Link */
.gallery__link {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
/* Gallery Link Overlay */
.gallery__overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.4);
font-size: 1.5rem;
color: #fff;
font-weight: 100;
text-transform: uppercase;
opacity: 0;
pointer-events: none;
transition: opacity .2s;
}
.gallery__link:hover .gallery__overlay {
opacity: 1;
}
/* Gallery Overlay Text */
.gallery__overlay span {
position: relative;
line-height: 3rem;
}
.gallery__overlay span:before,
.gallery__overlay span:after {
content: '';
position: absolute;
height: 2px;
width: 0;
background: #fff;
transition: width .3s ease-out .2s;
}
.gallery__overlay span:before {
top: 0;
left: 0;
}
.gallery__overlay span:after {
bottom: 0;
right: 0;
}
.gallery__link:hover .gallery__overlay span:before,
.gallery__link:hover .gallery__overlay span:after {
width: 100%;
}
/* Gallery Image */
.gallery__image {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.05);
transition:
transform .5s,
filter .5s;
}
.gallery__link:hover .gallery__image {
transform: scale(1.2);
filter: blur(1px);
}
@media screen and (max-width: 60rem) {
.wrapper {
padding: 1rem;
}
.galeria {
grid-template-columns: repeat(2, 1fr);
}
.gallery__overlay {
font-size: 1.25rem;}
}
/*
Gallery Layout
.gallery__item--1 {
grid-column: 1 / span 1;
grid-row: 1 / span 1;
}
.gallery__item--2 {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}
.gallery__item--3 {
grid-column: 2 / span 1;
grid-row: 1 / span 2;
}
.gallery__item--4 {
grid-column: 1 / span 1;
grid-row: 3 / span 2;
}
.gallery__item--5 {
grid-column: 2 / span 1;
grid-row: 3 / span 1;
}
.gallery__item--6 {
grid-column: 2 / span 1;
grid-row: 4 / span 1;
}
.gallery__overlay {
font-size: 1.25rem;} | estilo/estilo.css | body {
font-family: 'Roboto', sans-serif;
background: #ecf0f1;
}
.wrapper {
max-width: 75rem;
padding: 0 rem;
margin: 0 auto;
}
/* Gallery */
.galeria {
/* mexer no tamanho das img*/
display: grid;
grid-template-columns: repeat(3 , 1fr);
grid-template-rows: repeat(0 , 17rem);
gap: .1rem;
}
/* Gallery Layout
.gallery__item--1 {
grid-column: 1 / span 1;
grid-row: 1 / span 1;
}
.gallery__item--2 {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}
.gallery__item--3 {
grid-column: 2 / span 1;
grid-row: 1 / span 2;
}
.gallery__item--4 {
grid-column: 3 / span 1;
grid-row: 1 / span 3;
}
.gallery__item--5 {
grid-column: 1 / span 2;
grid-row: 3 / span 2;
}
.gallery__item--6 {
grid-column: 3 / span 1;
grid-row: 4 / span 1;
}
*/
/* Gallery Link */
.gallery__link {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
/* Gallery Link Overlay */
.gallery__overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.4);
font-size: 1.5rem;
color: #fff;
font-weight: 100;
text-transform: uppercase;
opacity: 0;
pointer-events: none;
transition: opacity .2s;
}
.gallery__link:hover .gallery__overlay {
opacity: 1;
}
/* Gallery Overlay Text */
.gallery__overlay span {
position: relative;
line-height: 3rem;
}
.gallery__overlay span:before,
.gallery__overlay span:after {
content: '';
position: absolute;
height: 2px;
width: 0;
background: #fff;
transition: width .3s ease-out .2s;
}
.gallery__overlay span:before {
top: 0;
left: 0;
}
.gallery__overlay span:after {
bottom: 0;
right: 0;
}
.gallery__link:hover .gallery__overlay span:before,
.gallery__link:hover .gallery__overlay span:after {
width: 100%;
}
/* Gallery Image */
.gallery__image {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.05);
transition:
transform .5s,
filter .5s;
}
.gallery__link:hover .gallery__image {
transform: scale(1.2);
filter: blur(1px);
}
@media screen and (max-width: 60rem) {
.wrapper {
padding: 1rem;
}
.galeria {
grid-template-columns: repeat(2, 1fr);
}
.gallery__overlay {
font-size: 1.25rem;}
}
/*
Gallery Layout
.gallery__item--1 {
grid-column: 1 / span 1;
grid-row: 1 / span 1;
}
.gallery__item--2 {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}
.gallery__item--3 {
grid-column: 2 / span 1;
grid-row: 1 / span 2;
}
.gallery__item--4 {
grid-column: 1 / span 1;
grid-row: 3 / span 2;
}
.gallery__item--5 {
grid-column: 2 / span 1;
grid-row: 3 / span 1;
}
.gallery__item--6 {
grid-column: 2 / span 1;
grid-row: 4 / span 1;
}
.gallery__overlay {
font-size: 1.25rem;} | 0.467332 | 0.135289 |
@import url("https://use.typekit.net/kwj4ujf.css");
body {
background-color: #FF3700;
}
.reveal h1 {
font-size: 3em;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
font-weight: 700;
color: white;
}
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-weight: 600;
}
.reveal h3 {
/*color: rgba(255, 255, 255, 0.7);*/
}
.reveal p, .reveal li {
color: white;
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
}
.smaller {
font-size: 0.8em
}
.reveal .controls {
color: #FF3700;
}
.reveal .progress {
color: #FF3700;
}
.reveal a {
color: #FF3700;
}
.reveal a:hover {
color: white;
}
.logo {
position: absolute;
right: 50px;
bottom: 50px;
width: 75px;
z-index: 9999;
}
.reveal .controls {
left: 120px;
right: auto;
}
.reveal .slide-background.stack .slide-background:not(:nth-child(2)) {
background-color: white;
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) {
/*margin-left: -10%;
margin-top: -10%;*/
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) p,
.reveal .slides
> section.stack
> section:not(:first-child) li,
.reveal .slides
> section.stack
> section:not(:first-child) h2,
.reveal .slides
> section.stack
> section:not(:first-child) h3,
.reveal .slides
> section.stack
> section:not(:first-child) h4 {
color: black;
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
}
.reveal .slides
> section.stack
> section:not(:first-child) * {
}
.reveal .slides
> section.stack
> section:not(:first-child) h1 {
font-size: 48pt;
color: white;
background-color: #FF3700;
padding: 5px 20px;
display: inline-block;
}
.reveal code, .reveal pre {
font-family: "Source Code Pro", monospace;
}
/*.reveal .slides
> section.stack
> section:not(:first-child) h1::after {
width: 400px;
height: 80px;
position: absolute;
background-color: #FF3700;
content: '';
z-index: -1;
left: 0;
}
*/ | assets/slide-style.css | @import url("https://use.typekit.net/kwj4ujf.css");
body {
background-color: #FF3700;
}
.reveal h1 {
font-size: 3em;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
font-weight: 700;
color: white;
}
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-weight: 600;
}
.reveal h3 {
/*color: rgba(255, 255, 255, 0.7);*/
}
.reveal p, .reveal li {
color: white;
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
}
.smaller {
font-size: 0.8em
}
.reveal .controls {
color: #FF3700;
}
.reveal .progress {
color: #FF3700;
}
.reveal a {
color: #FF3700;
}
.reveal a:hover {
color: white;
}
.logo {
position: absolute;
right: 50px;
bottom: 50px;
width: 75px;
z-index: 9999;
}
.reveal .controls {
left: 120px;
right: auto;
}
.reveal .slide-background.stack .slide-background:not(:nth-child(2)) {
background-color: white;
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) {
/*margin-left: -10%;
margin-top: -10%;*/
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) p,
.reveal .slides
> section.stack
> section:not(:first-child) li,
.reveal .slides
> section.stack
> section:not(:first-child) h2,
.reveal .slides
> section.stack
> section:not(:first-child) h3,
.reveal .slides
> section.stack
> section:not(:first-child) h4 {
color: black;
font-family: canada-type-gibson, Gibson, BlinkMacSystemFont, sans-serif;
}
.reveal .slides
> section.stack
> section:not(:first-child) * {
}
.reveal .slides
> section.stack
> section:not(:first-child) h1 {
font-size: 48pt;
color: white;
background-color: #FF3700;
padding: 5px 20px;
display: inline-block;
}
.reveal code, .reveal pre {
font-family: "Source Code Pro", monospace;
}
/*.reveal .slides
> section.stack
> section:not(:first-child) h1::after {
width: 400px;
height: 80px;
position: absolute;
background-color: #FF3700;
content: '';
z-index: -1;
left: 0;
}
*/ | 0.414899 | 0.097347 |
:root {
--primary-color: #42a5f5;
--primary-dark-color: #0d47a1;
--alternate-color: #dd0031;
--alternate-dark-color: #c3002f;
--light-color: #fff;
--default-text-color: #777;
--box-shadow-color: rgba(194, 195, 214, 0.5);
--filter-hover-color: #111;
--todo-bottom-line-color: rgba(0, 0, 0, 0.1);
--todo-check-border-color: #ccc;
--box-shadow-style: 30px 30px 50px var(--box-shadow-color);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
display: grid;
justify-content: center;
background: linear-gradient(
180deg,
var(--primary-color),
var(--primary-dark-color)
);
background-repeat: no-repeat;
background-size: 100vw 35vh;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6rem;
color: var(--default-text-color);
}
main {
width: 100%;
min-width: 540px;
max-width: 540px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 7rem;
margin-bottom: 5rem;
}
h1 {
text-transform: uppercase;
font-size: 4rem;
font-weight: 700;
letter-spacing: 1.5rem;
color: var(--light-color);
}
#languageLogo {
width: 48px;
height: 48px;
}
form {
display: flex;
justify-content: space-between;
column-gap: 10px;
background: var(--light-color);
padding: 20px;
box-shadow: var(--box-shadow-style);
border-radius: 5px;
}
input {
flex: 1;
font-size: 1.8rem;
border: 1px solid transparent;
outline: none;
background: transparent;
}
#createTodo {
background: var(--alternate-color);
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
color: var(--light-color);
border-radius: 100%;
border: 1px solid transparent;
cursor: pointer;
font-size: 2rem;
}
#createTodo:hover,
#createTodo:active {
background: var(--alternate-dark-color);
}
#todoList {
background: var(--light-color);
box-shadow: var(--box-shadow-style);
padding: 20px;
margin-top: 25px;
border-radius: 5px;
}
#todoListHeader {
display: flex;
font-size: 1.4rem;
justify-content: space-between;
color: var(--default-text-color);
padding-bottom: 15px;
}
#todoFilters {
display: flex;
column-gap: 10px;
list-style: none;
}
#todoFilters button {
font-weight: 700;
font-size: 1.4rem;
cursor: pointer;
background: transparent;
border: 1px solid transparent;
color: var(--default-text-color);
}
#todoFilters > li.active > button {
color: var(--alternate-color);
}
#clearCompleted {
background: transparent;
border: 1px solid transparent;
cursor: pointer;
color: var(--default-text-color);
}
#todoFilters > li > button:hover,
#clearCompleted:hover {
color: var(--filter-hover-color);
}
#todoListBody {
list-style: none;
margin-top: 20px;
}
#todoListBody > li {
display: flex;
font-size: 1.8rem;
column-gap: 8px;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid var(--todo-bottom-line-color);
}
#todoListBody > li:first-of-type {
padding-top: 0;
}
#todoListBody > li:last-of-type {
padding-bottom: 0;
border-bottom: none;
}
#todoListBody .todoStatus {
height: 24px;
width: 24px;
color: var(--light-color);
border: 1px solid var(--todo-check-border-color);
border-radius: 100%;
background: transparent;
cursor: pointer;
}
#todoListBody .todoStatus:hover {
border: 1px solid var(--primary-color);
}
#todoListBody > li {
cursor: pointer;
}
#todoListBody > li.checked .todoStatus {
border: 1px solid var(--alternate-color);
background: linear-gradient(
135deg,
var(--alternate-color),
var(--alternate-dark-color)
);
}
#todoListBody > li .todoText {
flex: 1;
}
#todoListBody > li.checked .todoText {
text-decoration: line-through;
}
#todoListBody > li .removeTodo {
background: transparent;
border: none;
cursor: pointer;
}
#todoListBody > li .deleteLogo {
opacity: 0;
width: 18px;
height: 18px;
fill: var(--primary-dark-color);
transition: opacity 200ms;
}
#todoListBody > li:hover .deleteLogo {
opacity: 1;
} | styles.css | :root {
--primary-color: #42a5f5;
--primary-dark-color: #0d47a1;
--alternate-color: #dd0031;
--alternate-dark-color: #c3002f;
--light-color: #fff;
--default-text-color: #777;
--box-shadow-color: rgba(194, 195, 214, 0.5);
--filter-hover-color: #111;
--todo-bottom-line-color: rgba(0, 0, 0, 0.1);
--todo-check-border-color: #ccc;
--box-shadow-style: 30px 30px 50px var(--box-shadow-color);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
display: grid;
justify-content: center;
background: linear-gradient(
180deg,
var(--primary-color),
var(--primary-dark-color)
);
background-repeat: no-repeat;
background-size: 100vw 35vh;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6rem;
color: var(--default-text-color);
}
main {
width: 100%;
min-width: 540px;
max-width: 540px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 7rem;
margin-bottom: 5rem;
}
h1 {
text-transform: uppercase;
font-size: 4rem;
font-weight: 700;
letter-spacing: 1.5rem;
color: var(--light-color);
}
#languageLogo {
width: 48px;
height: 48px;
}
form {
display: flex;
justify-content: space-between;
column-gap: 10px;
background: var(--light-color);
padding: 20px;
box-shadow: var(--box-shadow-style);
border-radius: 5px;
}
input {
flex: 1;
font-size: 1.8rem;
border: 1px solid transparent;
outline: none;
background: transparent;
}
#createTodo {
background: var(--alternate-color);
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
color: var(--light-color);
border-radius: 100%;
border: 1px solid transparent;
cursor: pointer;
font-size: 2rem;
}
#createTodo:hover,
#createTodo:active {
background: var(--alternate-dark-color);
}
#todoList {
background: var(--light-color);
box-shadow: var(--box-shadow-style);
padding: 20px;
margin-top: 25px;
border-radius: 5px;
}
#todoListHeader {
display: flex;
font-size: 1.4rem;
justify-content: space-between;
color: var(--default-text-color);
padding-bottom: 15px;
}
#todoFilters {
display: flex;
column-gap: 10px;
list-style: none;
}
#todoFilters button {
font-weight: 700;
font-size: 1.4rem;
cursor: pointer;
background: transparent;
border: 1px solid transparent;
color: var(--default-text-color);
}
#todoFilters > li.active > button {
color: var(--alternate-color);
}
#clearCompleted {
background: transparent;
border: 1px solid transparent;
cursor: pointer;
color: var(--default-text-color);
}
#todoFilters > li > button:hover,
#clearCompleted:hover {
color: var(--filter-hover-color);
}
#todoListBody {
list-style: none;
margin-top: 20px;
}
#todoListBody > li {
display: flex;
font-size: 1.8rem;
column-gap: 8px;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid var(--todo-bottom-line-color);
}
#todoListBody > li:first-of-type {
padding-top: 0;
}
#todoListBody > li:last-of-type {
padding-bottom: 0;
border-bottom: none;
}
#todoListBody .todoStatus {
height: 24px;
width: 24px;
color: var(--light-color);
border: 1px solid var(--todo-check-border-color);
border-radius: 100%;
background: transparent;
cursor: pointer;
}
#todoListBody .todoStatus:hover {
border: 1px solid var(--primary-color);
}
#todoListBody > li {
cursor: pointer;
}
#todoListBody > li.checked .todoStatus {
border: 1px solid var(--alternate-color);
background: linear-gradient(
135deg,
var(--alternate-color),
var(--alternate-dark-color)
);
}
#todoListBody > li .todoText {
flex: 1;
}
#todoListBody > li.checked .todoText {
text-decoration: line-through;
}
#todoListBody > li .removeTodo {
background: transparent;
border: none;
cursor: pointer;
}
#todoListBody > li .deleteLogo {
opacity: 0;
width: 18px;
height: 18px;
fill: var(--primary-dark-color);
transition: opacity 200ms;
}
#todoListBody > li:hover .deleteLogo {
opacity: 1;
} | 0.383295 | 0.121581 |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.circle
{
width:500px;
height:500px;
border-radius:250px;
font-size:50px;
color:#fff;
line-height:500px;
text-align:center;
background:#000
}
.padTop113px{
padding-top: 113px;
}
.padTop186px{
padding-top: 186px;
}
.padToZero {
padding-top: 0px;
padding-bottom: 0px;
}
h2 {
width: 100%;
text-align: center;
border-bottom: 1px solid #000;
line-height: 0.1em;
margin: 10px 0 20px;
}
h2 span {
background: #fff;
padding: 0 10px;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li + li:before {
content: "|";
padding-right: 0.3em;
}
.my-border {
border: medium double rgb(250, 0, 255)
}
.div2 {
width: 300px;
height: 100px;
padding: 50px;
border: 10px solid red;
}
#chart1, #chart2, #chart3 {
width: 270px;
float: left;
}
.frequency-box {
width: 55em;
margin-right: 17em;
}
.week {
margin-left: -110px;
}
.passFail-align {
margin-left: 25em;
margin-top: -17em;
}
.tableAlign {
margin-left: 28em;
margin-top: 1em;
}
.heading-align {
margin-left: 4em;
font-size: 25px;
}
.word-align {
margin-left: 15em;
margin-top: 2em;
font-size: 19px;
}
.marginLeft10em {
margin-left: 10em;
}
.marginLeft5em {
margin-left: 5em;
}
.lintDeco {
margin-left: 5em;
font-size: 30px;
}
.marginLeft10minus {
margin-left: -10em;
}
.marginLeft1em {
margin-left: 1em;
}
.marginLeft35px {
margin-left: 35px;
}
.marginLeft32em {
margin-left: 32em;
}
.width47em {
width: 45em;
}
.width60em {
width: 60em;
}
body {
color: white;
}
svg text {
fill: white;
}
.paddingTop13 {
padding-top: 13em;
}
.paddingTop20 {
padding-top: 20em;
}
.paddingTop15 {
padding-top: 15em;
}
.paddingTop16 {
padding-top: 15em;
}
.reliable-word {
padding-top: 10em;
margin-left: 2em;
font-size: 19px;
}
.paddingTopSec105px {
padding-top: 105px;
}
.paddingTop14 {
padding-top: 14em;
}
.paddingBottom10 {
padding-bottom: 10em;
}
.marginLeft7em {
margin-left: 7em;
}
.mgLeft8em {
margin-left: -8em;
}
.marginLeft15 {
margin-left: 15px;
}
.marginLeft12em {
margin-left: 12em;
}
.marginLeft15em {
margin-left: 15em;
}
.marginLeft8em {
margin-left: 8em;
}
.marginLeft2em {
margin-left: 2em;
}
.marginLeft20em {
margin-left: 20em;
}
.marginLeft4em {
margin-left: 4em;
}
.marginRight8em {
margin-right: 8em;
}
.marginRight1em {
margin-right: 1em;
}
.marginTop15em {
margin-top: 15em;
}
.marginTop15 {
margin-top: 15px;
}
.marginBottom15 {
margin-bottom: 15px;
}
.square-box-big {
float: left;
position: relative;
width: 14em;
padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
margin-right: 1.66%;
margin-left: 1em;
margin-top: 30px;
margin-bottom: 1.66%;
overflow: hidden;
padding-bottom: 8em; /* = width for a square aspect ratio */
}
.square-box-small {
float: left;
position: relative;
width: 8em;
/*padding-bottom: 15%; !* = width for a 1:1 aspect ratio *!*/
margin-right: 1.01%;
margin-left: 1em;
margin-top: 6em;
margin-bottom: 1.01%;
overflow: hidden;
padding-bottom: 4em; /* = width for a square aspect ratio */
}
.btn-squared-default {
width: 150px !important;
height: 170px !important;
font-size: 15px;
}
.square-position {
margin-left: 70em;
margin-top: -17em;
}
.content {
position: absolute;
height: 7em; /* = 100% - 2*10% padding */
width: 75%; /* = 100% - 2*5% padding */
padding: 10% 5%;
}
.padTop142 {
padding-top: 142px;
}
.freq-align {
width: 94em;
margin-left: 1em;
padding-top: 10em;
}
.testing-align {
width: 85em;
margin-left: 50em;
border: solid;
padding-top: 149px;
}
.marginTop {
margin-top: 1px;
}
.security-box {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.quality-box {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.freq-box {
width: 45em;
margin-right: 1em;
margin-top: 2em;
}
.security-box-align {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.testing-box {
width: 45em;
margin-right: 1em;
margin-top: 2em;
}
.quality-wlint {
padding-top: 10em;
margin-left: 1em;
font-size: 19px;
}
.containerChart {
width: 25em;
margin-top: -12em;
margin-left: 29em;
} | app/app.css |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.circle
{
width:500px;
height:500px;
border-radius:250px;
font-size:50px;
color:#fff;
line-height:500px;
text-align:center;
background:#000
}
.padTop113px{
padding-top: 113px;
}
.padTop186px{
padding-top: 186px;
}
.padToZero {
padding-top: 0px;
padding-bottom: 0px;
}
h2 {
width: 100%;
text-align: center;
border-bottom: 1px solid #000;
line-height: 0.1em;
margin: 10px 0 20px;
}
h2 span {
background: #fff;
padding: 0 10px;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li + li:before {
content: "|";
padding-right: 0.3em;
}
.my-border {
border: medium double rgb(250, 0, 255)
}
.div2 {
width: 300px;
height: 100px;
padding: 50px;
border: 10px solid red;
}
#chart1, #chart2, #chart3 {
width: 270px;
float: left;
}
.frequency-box {
width: 55em;
margin-right: 17em;
}
.week {
margin-left: -110px;
}
.passFail-align {
margin-left: 25em;
margin-top: -17em;
}
.tableAlign {
margin-left: 28em;
margin-top: 1em;
}
.heading-align {
margin-left: 4em;
font-size: 25px;
}
.word-align {
margin-left: 15em;
margin-top: 2em;
font-size: 19px;
}
.marginLeft10em {
margin-left: 10em;
}
.marginLeft5em {
margin-left: 5em;
}
.lintDeco {
margin-left: 5em;
font-size: 30px;
}
.marginLeft10minus {
margin-left: -10em;
}
.marginLeft1em {
margin-left: 1em;
}
.marginLeft35px {
margin-left: 35px;
}
.marginLeft32em {
margin-left: 32em;
}
.width47em {
width: 45em;
}
.width60em {
width: 60em;
}
body {
color: white;
}
svg text {
fill: white;
}
.paddingTop13 {
padding-top: 13em;
}
.paddingTop20 {
padding-top: 20em;
}
.paddingTop15 {
padding-top: 15em;
}
.paddingTop16 {
padding-top: 15em;
}
.reliable-word {
padding-top: 10em;
margin-left: 2em;
font-size: 19px;
}
.paddingTopSec105px {
padding-top: 105px;
}
.paddingTop14 {
padding-top: 14em;
}
.paddingBottom10 {
padding-bottom: 10em;
}
.marginLeft7em {
margin-left: 7em;
}
.mgLeft8em {
margin-left: -8em;
}
.marginLeft15 {
margin-left: 15px;
}
.marginLeft12em {
margin-left: 12em;
}
.marginLeft15em {
margin-left: 15em;
}
.marginLeft8em {
margin-left: 8em;
}
.marginLeft2em {
margin-left: 2em;
}
.marginLeft20em {
margin-left: 20em;
}
.marginLeft4em {
margin-left: 4em;
}
.marginRight8em {
margin-right: 8em;
}
.marginRight1em {
margin-right: 1em;
}
.marginTop15em {
margin-top: 15em;
}
.marginTop15 {
margin-top: 15px;
}
.marginBottom15 {
margin-bottom: 15px;
}
.square-box-big {
float: left;
position: relative;
width: 14em;
padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
margin-right: 1.66%;
margin-left: 1em;
margin-top: 30px;
margin-bottom: 1.66%;
overflow: hidden;
padding-bottom: 8em; /* = width for a square aspect ratio */
}
.square-box-small {
float: left;
position: relative;
width: 8em;
/*padding-bottom: 15%; !* = width for a 1:1 aspect ratio *!*/
margin-right: 1.01%;
margin-left: 1em;
margin-top: 6em;
margin-bottom: 1.01%;
overflow: hidden;
padding-bottom: 4em; /* = width for a square aspect ratio */
}
.btn-squared-default {
width: 150px !important;
height: 170px !important;
font-size: 15px;
}
.square-position {
margin-left: 70em;
margin-top: -17em;
}
.content {
position: absolute;
height: 7em; /* = 100% - 2*10% padding */
width: 75%; /* = 100% - 2*5% padding */
padding: 10% 5%;
}
.padTop142 {
padding-top: 142px;
}
.freq-align {
width: 94em;
margin-left: 1em;
padding-top: 10em;
}
.testing-align {
width: 85em;
margin-left: 50em;
border: solid;
padding-top: 149px;
}
.marginTop {
margin-top: 1px;
}
.security-box {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.quality-box {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.freq-box {
width: 45em;
margin-right: 1em;
margin-top: 2em;
}
.security-box-align {
width: 60em;
margin-right: 1em;
margin-top: 2em;
}
.testing-box {
width: 45em;
margin-right: 1em;
margin-top: 2em;
}
.quality-wlint {
padding-top: 10em;
margin-left: 1em;
font-size: 19px;
}
.containerChart {
width: 25em;
margin-top: -12em;
margin-left: 29em;
} | 0.500244 | 0.111145 |
@font-face {
font-family: 'bf-icon';
src: url('../fonts/icomoon.eot?yemmms');
src: url('../fonts/icomoon.eot?yemmms#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?yemmms') format('truetype'),
url('../fonts/icomoon.woff?yemmms') format('woff'),
url('../fonts/icomoon.svg?yemmms#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: 'bf-icon' !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-quote:before {
content: "\ea40";
}
.icon-video:before {
content: "\ea3f";
}
.icon-grapphic:before {
content: "\ea3e";
}
.icon-education .path1:before {
content: "\e915";
color: rgb(241, 96, 81);
}
.icon-education .path2:before {
content: "\e921";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path3:before {
content: "\e922";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path4:before {
content: "\e93e";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-education .path5:before {
content: "\e95c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path6:before {
content: "\e95d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path7:before {
content: "\e985";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path8:before {
content: "\e9ab";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path9:before {
content: "\e9bd";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path10:before {
content: "\e9df";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path11:before {
content: "\e9f2";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path12:before {
content: "\ea25";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path13:before {
content: "\ea26";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path14:before {
content: "\ea27";
margin-left: -1em;
color: rgb(79, 191, 159);
}
.icon-education .path15:before {
content: "\ea28";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path16:before {
content: "\ea29";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path17:before {
content: "\ea2a";
margin-left: -1em;
color: rgb(46, 162, 219);
}
.icon-education .path18:before {
content: "\ea2b";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path19:before {
content: "\ea2c";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-education .path20:before {
content: "\ea2d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path21:before {
content: "\ea38";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-education .path22:before {
content: "\ea39";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path23:before {
content: "\ea3a";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path24:before {
content: "\ea3b";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path25:before {
content: "\ea3c";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path26:before {
content: "\ea3d";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-arrow-left-2:before {
content: "\ea36";
}
.icon-arrow-right-2:before {
content: "\ea37";
}
.icon-app .path1:before {
content: "\e900";
color: rgb(114, 242, 235);
}
.icon-app .path2:before {
content: "\e901";
margin-left: -1em;
color: rgb(20, 196, 187);
}
.icon-app .path3:before {
content: "\e902";
margin-left: -1em;
color: rgb(176, 209, 207);
}
.icon-app .path4:before {
content: "\e903";
margin-left: -1em;
color: rgb(20, 196, 187);
}
.icon-app .path5:before {
content: "\e904";
margin-left: -1em;
color: rgb(176, 209, 207);
}
.icon-app .path6:before {
content: "\e905";
margin-left: -1em;
color: rgb(249, 183, 103);
}
.icon-app .path7:before {
content: "\e906";
margin-left: -1em;
color: rgb(239, 157, 69);
}
.icon-app .path8:before {
content: "\e907";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-app .path9:before {
content: "\e908";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-app .path10:before {
content: "\e909";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path11:before {
content: "\e90a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path12:before {
content: "\e90b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path13:before {
content: "\e90c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path14:before {
content: "\e90d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path15:before {
content: "\e90e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path16:before {
content: "\e90f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path17:before {
content: "\e910";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path18:before {
content: "\e911";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path19:before {
content: "\e912";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path20:before {
content: "\e913";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path21:before {
content: "\e914";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path1:before {
content: "\e916";
color: rgb(242, 90, 120);
}
.icon-camera .path2:before {
content: "\e917";
margin-left: -1em;
color: rgb(204, 238, 255);
}
.icon-camera .path3:before {
content: "\e918";
margin-left: -1em;
color: rgb(204, 238, 255);
}
.icon-camera .path4:before {
content: "\e919";
margin-left: -1em;
color: rgb(87, 85, 92);
}
.icon-camera .path5:before {
content: "\e91a";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-camera .path6:before {
content: "\e91b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path7:before {
content: "\e91c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path8:before {
content: "\e91d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path9:before {
content: "\e91e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path10:before {
content: "\e91f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path11:before {
content: "\e920";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path1:before {
content: "\e923";
color: rgb(165, 221, 255);
}
.icon-contract-1 .path2:before {
content: "\e924";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-contract-1 .path3:before {
content: "\e925";
margin-left: -1em;
color: rgb(149, 229, 64);
}
.icon-contract-1 .path4:before {
content: "\e926";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-contract-1 .path5:before {
content: "\e927";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path6:before {
content: "\e928";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path7:before {
content: "\e929";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path8:before {
content: "\e92a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path9:before {
content: "\e92b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path10:before {
content: "\e92c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path11:before {
content: "\e92d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path12:before {
content: "\e92e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path13:before {
content: "\e92f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path14:before {
content: "\e930";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path1:before {
content: "\e931";
color: rgb(255, 255, 255);
}
.icon-curriculum .path2:before {
content: "\e932";
margin-left: -1em;
color: rgb(255, 218, 160);
}
.icon-curriculum .path3:before {
content: "\e933";
margin-left: -1em;
color: rgb(255, 188, 83);
}
.icon-curriculum .path4:before {
content: "\e934";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path5:before {
content: "\e935";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path6:before {
content: "\e936";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path7:before {
content: "\e937";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path8:before {
content: "\e938";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path9:before {
content: "\e939";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path10:before {
content: "\e93a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path11:before {
content: "\e93b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path12:before {
content: "\e93c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path13:before {
content: "\e93d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path1:before {
content: "\e93f";
color: rgb(209, 229, 241);
}
.icon-design .path2:before {
content: "\e940";
margin-left: -1em;
color: rgb(77, 186, 248);
}
.icon-design .path3:before {
content: "\e941";
margin-left: -1em;
color: rgb(250, 84, 25);
}
.icon-design .path4:before {
content: "\e942";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path5:before {
content: "\e943";
margin-left: -1em;
color: rgb(241, 217, 208);
}
.icon-design .path6:before {
content: "\e944";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path7:before {
content: "\e945";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path8:before {
content: "\e946";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path9:before {
content: "\e947";
margin-left: -1em;
color: rgb(241, 217, 208);
}
.icon-design .path10:before {
content: "\e948";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path11:before {
content: "\e949";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path12:before {
content: "\e94a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path13:before {
content: "\e94b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path14:before {
content: "\e94c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path15:before {
content: "\e94d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path16:before {
content: "\e94e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path17:before {
content: "\e94f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path18:before {
content: "\e950";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path19:before {
content: "\e951";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path20:before {
content: "\e952";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path21:before {
content: "\e953";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path22:before {
content: "\e954";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path23:before {
content: "\e955";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path24:before {
content: "\e956";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path25:before {
content: "\e957";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path26:before {
content: "\e958";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path27:before {
content: "\e959";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path28:before {
content: "\e95a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path29:before {
content: "\e95b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-font .path1:before {
content: "\e95e";
color: rgb(170, 193, 206);
}
.icon-font .path2:before {
content: "\e95f";
margin-left: -1em;
color: rgb(255, 153, 51);
}
.icon-font .path3:before {
content: "\e960";
margin-left: -1em;
color: rgb(37, 182, 210);
}
.icon-font .path4:before {
content: "\e961";
margin-left: -1em;
color: rgb(170, 193, 206);
}
.icon-font .path5:before {
content: "\e962";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-font .path6:before {
content: "\e963";
margin-left: -1em;
color: rgb(254, 88, 93);
}
.icon-idea .path1:before {
content: "\e964";
color: rgb(39, 59, 122);
}
.icon-idea .path2:before {
content: "\e965";
margin-left: -1em;
color: rgb(18, 17, 73);
}
.icon-idea .path3:before {
content: "\e966";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path4:before {
content: "\e967";
margin-left: -1em;
color: rgb(234, 162, 47);
}
.icon-idea .path5:before {
content: "\e968";
margin-left: -1em;
color: rgb(208, 209, 211);
}
.icon-idea .path6:before {
content: "\e969";
margin-left: -1em;
color: rgb(166, 168, 170);
}
.icon-idea .path7:before {
content: "\e96a";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path8:before {
content: "\e96b";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path9:before {
content: "\e96c";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path10:before {
content: "\e96d";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path11:before {
content: "\e96e";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path12:before {
content: "\e96f";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path13:before {
content: "\e970";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path14:before {
content: "\e971";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path15:before {
content: "\e972";
margin-left: -1em;
color: rgb(255, 84, 25);
}
.icon-idea .path16:before {
content: "\e973";
margin-left: -1em;
color: rgb(201, 47, 0);
}
.icon-idea .path17:before {
content: "\e974";
margin-left: -1em;
color: rgb(201, 47, 0);
}
.icon-java .path1:before {
content: "\e975";
color: rgb(219, 56, 14);
}
.icon-java .path2:before {
content: "\e976";
margin-left: -1em;
color: rgb(219, 56, 14);
}
.icon-java .path3:before {
content: "\e977";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path4:before {
content: "\e978";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path5:before {
content: "\e979";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path6:before {
content: "\e97a";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path7:before {
content: "\e97b";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path8:before {
content: "\e97c";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-layer .path1:before {
content: "\e97d";
color: rgb(20, 196, 187);
}
.icon-layer .path2:before {
content: "\e97e";
margin-left: -1em;
color: rgb(0, 160, 148);
}
.icon-layer .path3:before {
content: "\e97f";
margin-left: -1em;
color: rgb(249, 105, 130);
}
.icon-layer .path4:before {
content: "\e980";
margin-left: -1em;
color: rgb(237, 53, 101);
}
.icon-layer .path5:before {
content: "\e981";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-layer .path6:before {
content: "\e982";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-layer .path7:before {
content: "\e983";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-layer .path8:before {
content: "\e984";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-online-learning .path1:before {
content: "\e986";
color: rgb(46, 162, 219);
}
.icon-online-learning .path2:before {
content: "\e987";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path3:before {
content: "\e988";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path4:before {
content: "\e989";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path5:before {
content: "\e98a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path6:before {
content: "\e98b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path7:before {
content: "\e98c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path8:before {
content: "\e98d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path9:before {
content: "\e98e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path10:before {
content: "\e98f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path11:before {
content: "\e990";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path12:before {
content: "\e991";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-online-learning .path13:before {
content: "\e992";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path14:before {
content: "\e993";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path15:before {
content: "\e994";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-online-learning .path16:before {
content: "\e995";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path17:before {
content: "\e996";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path18:before {
content: "\e997";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path19:before {
content: "\e998";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path20:before {
content: "\e999";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path21:before {
content: "\e99a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path22:before {
content: "\e99b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path23:before {
content: "\e99c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path24:before {
content: "\e99d";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-online-learning .path25:before {
content: "\e99e";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path26:before {
content: "\e99f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path27:before {
content: "\e9a0";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path28:before {
content: "\e9a1";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-paper .path1:before {
content: "\e9a2";
color: rgb(22, 137, 252);
}
.icon-paper .path2:before {
content: "\e9a3";
margin-left: -1em;
color: rgb(164, 217, 245);
}
.icon-paper .path3:before {
content: "\e9a4";
margin-left: -1em;
color: rgb(254, 196, 120);
}
.icon-paper .path4:before {
content: "\e9a5";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path5:before {
content: "\e9a6";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path6:before {
content: "\e9a7";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path7:before {
content: "\e9a8";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path8:before {
content: "\e9a9";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path9:before {
content: "\e9aa";
margin-left: -1em;
color: rgb(253, 0, 58);
}
.icon-portfolio-1 .path1:before {
content: "\e9ac";
color: rgb(255, 200, 112);
}
.icon-portfolio-1 .path2:before {
content: "\e9ad";
margin-left: -1em;
color: rgb(255, 218, 160);
}
.icon-portfolio-1 .path3:before {
content: "\e9ae";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-portfolio-1 .path4:before {
content: "\e9af";
margin-left: -1em;
color: rgb(186, 238, 131);
}
.icon-portfolio-1 .path5:before {
content: "\e9b0";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path6:before {
content: "\e9b1";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path7:before {
content: "\e9b2";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path8:before {
content: "\e9b3";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path9:before {
content: "\e9b4";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path10:before {
content: "\e9b5";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path11:before {
content: "\e9b6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path12:before {
content: "\e9b7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path13:before {
content: "\e9b8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path14:before {
content: "\e9b9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path15:before {
content: "\e9ba";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path16:before {
content: "\e9bb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path17:before {
content: "\e9bc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path1:before {
content: "\e9be";
color: rgb(255, 255, 255);
}
.icon-portfolio-3 .path2:before {
content: "\e9bf";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-portfolio-3 .path3:before {
content: "\e9c0";
margin-left: -1em;
color: rgb(255, 205, 172);
}
.icon-portfolio-3 .path4:before {
content: "\e9c1";
margin-left: -1em;
color: rgb(165, 221, 255);
}
.icon-portfolio-3 .path5:before {
content: "\e9c2";
margin-left: -1em;
color: rgb(255, 188, 83);
}
.icon-portfolio-3 .path6:before {
content: "\e9c3";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-portfolio-3 .path7:before {
content: "\e9c4";
margin-left: -1em;
color: rgb(154, 216, 255);
}
.icon-portfolio-3 .path8:before {
content: "\e9c5";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path9:before {
content: "\e9c6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path10:before {
content: "\e9c7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path11:before {
content: "\e9c8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path12:before {
content: "\e9c9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path13:before {
content: "\e9ca";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path14:before {
content: "\e9cb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path15:before {
content: "\e9cc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path16:before {
content: "\e9cd";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path17:before {
content: "\e9ce";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path1:before {
content: "\e9cf";
color: rgb(255, 255, 255);
}
.icon-progress .path2:before {
content: "\e9d0";
margin-left: -1em;
color: rgb(254, 210, 132);
}
.icon-progress .path3:before {
content: "\e9d1";
margin-left: -1em;
color: rgb(255, 220, 160);
}
.icon-progress .path4:before {
content: "\e9d2";
margin-left: -1em;
color: rgb(150, 237, 231);
}
.icon-progress .path5:before {
content: "\e9d3";
margin-left: -1em;
color: rgb(193, 238, 146);
}
.icon-progress .path6:before {
content: "\e9d4";
margin-left: -1em;
color: rgb(255, 93, 93);
}
.icon-progress .path7:before {
content: "\e9d5";
margin-left: -1em;
color: rgb(254, 201, 107);
}
.icon-progress .path8:before {
content: "\e9d6";
margin-left: -1em;
color: rgb(150, 237, 231);
}
.icon-progress .path9:before {
content: "\e9d7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path10:before {
content: "\e9d8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path11:before {
content: "\e9d9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path12:before {
content: "\e9da";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path13:before {
content: "\e9db";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path14:before {
content: "\e9dc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path15:before {
content: "\e9dd";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path16:before {
content: "\e9de";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path1:before {
content: "\e9e0";
color: rgb(21, 102, 192);
}
.icon-question .path2:before {
content: "\e9e1";
margin-left: -1em;
color: rgb(34, 150, 243);
}
.icon-question .path3:before {
content: "\e9e2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-question .path4:before {
content: "\e9e3";
margin-left: -1em;
color: rgb(197, 40, 40);
}
.icon-question .path5:before {
content: "\e9e4";
margin-left: -1em;
color: rgb(244, 67, 53);
}
.icon-question .path6:before {
content: "\e9e5";
margin-left: -1em;
color: rgb(255, 235, 58);
}
.icon-question .path7:before {
content: "\e9e6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path8:before {
content: "\e9e7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path9:before {
content: "\e9e8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path10:before {
content: "\e9e9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path11:before {
content: "\e9ea";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path12:before {
content: "\e9eb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path13:before {
content: "\e9ec";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path14:before {
content: "\e9ed";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path15:before {
content: "\e9ee";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path16:before {
content: "\e9ef";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path17:before {
content: "\e9f0";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path18:before {
content: "\e9f1";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-teacher .path1:before {
content: "\e9f3";
color: rgb(25, 54, 81);
}
.icon-teacher .path2:before {
content: "\e9f4";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-teacher .path3:before {
content: "\e9f5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path4:before {
content: "\e9f6";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path5:before {
content: "\e9f7";
margin-left: -1em;
color: rgb(79, 191, 159);
}
.icon-teacher .path6:before {
content: "\e9f8";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path7:before {
content: "\e9f9";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path8:before {
content: "\e9fa";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path9:before {
content: "\e9fb";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path10:before {
content: "\e9fc";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path11:before {
content: "\e9fd";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path12:before {
content: "\e9fe";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path13:before {
content: "\e9ff";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path14:before {
content: "\ea00";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-teacher .path15:before {
content: "\ea01";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-teacher .path16:before {
content: "\ea02";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path17:before {
content: "\ea03";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path18:before {
content: "\ea04";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path19:before {
content: "\ea05";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-teacher .path20:before {
content: "\ea06";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path21:before {
content: "\ea07";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path22:before {
content: "\ea08";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path23:before {
content: "\ea09";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-teacher .path24:before {
content: "\ea0a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path25:before {
content: "\ea0b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path26:before {
content: "\ea0c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path27:before {
content: "\ea0d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path28:before {
content: "\ea0e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path29:before {
content: "\ea0f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path30:before {
content: "\ea10";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path31:before {
content: "\ea11";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path32:before {
content: "\ea12";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path33:before {
content: "\ea13";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path34:before {
content: "\ea14";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path35:before {
content: "\ea15";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path36:before {
content: "\ea16";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path37:before {
content: "\ea17";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path38:before {
content: "\ea18";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path39:before {
content: "\ea19";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path40:before {
content: "\ea1a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path41:before {
content: "\ea1b";
margin-left: -1em;
color: rgb(46, 162, 219);
}
.icon-teacher .path42:before {
content: "\ea1c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path43:before {
content: "\ea1d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path44:before {
content: "\ea1e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path45:before {
content: "\ea1f";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-teacher .path46:before {
content: "\ea20";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path47:before {
content: "\ea21";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path48:before {
content: "\ea22";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path49:before {
content: "\ea23";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path50:before {
content: "\ea24";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-list:before {
content: "\ea2e";
}
.icon-grid:before {
content: "\ea2f";
}
.icon-arrow-right:before {
content: "\ea30";
}
.icon-key:before {
content: "\ea31";
}
.icon-people:before {
content: "\ea32";
}
.icon-book:before {
content: "\ea33";
}
.icon-cart:before {
content: "\ea34";
}
.icon-search:before {
content: "\ea35";
} | web/front/stylesheets/bf-icon.css | @font-face {
font-family: 'bf-icon';
src: url('../fonts/icomoon.eot?yemmms');
src: url('../fonts/icomoon.eot?yemmms#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?yemmms') format('truetype'),
url('../fonts/icomoon.woff?yemmms') format('woff'),
url('../fonts/icomoon.svg?yemmms#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: 'bf-icon' !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-quote:before {
content: "\ea40";
}
.icon-video:before {
content: "\ea3f";
}
.icon-grapphic:before {
content: "\ea3e";
}
.icon-education .path1:before {
content: "\e915";
color: rgb(241, 96, 81);
}
.icon-education .path2:before {
content: "\e921";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path3:before {
content: "\e922";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path4:before {
content: "\e93e";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-education .path5:before {
content: "\e95c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path6:before {
content: "\e95d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path7:before {
content: "\e985";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path8:before {
content: "\e9ab";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path9:before {
content: "\e9bd";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path10:before {
content: "\e9df";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path11:before {
content: "\e9f2";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path12:before {
content: "\ea25";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path13:before {
content: "\ea26";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path14:before {
content: "\ea27";
margin-left: -1em;
color: rgb(79, 191, 159);
}
.icon-education .path15:before {
content: "\ea28";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path16:before {
content: "\ea29";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path17:before {
content: "\ea2a";
margin-left: -1em;
color: rgb(46, 162, 219);
}
.icon-education .path18:before {
content: "\ea2b";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-education .path19:before {
content: "\ea2c";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-education .path20:before {
content: "\ea2d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-education .path21:before {
content: "\ea38";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-education .path22:before {
content: "\ea39";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path23:before {
content: "\ea3a";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path24:before {
content: "\ea3b";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path25:before {
content: "\ea3c";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-education .path26:before {
content: "\ea3d";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-arrow-left-2:before {
content: "\ea36";
}
.icon-arrow-right-2:before {
content: "\ea37";
}
.icon-app .path1:before {
content: "\e900";
color: rgb(114, 242, 235);
}
.icon-app .path2:before {
content: "\e901";
margin-left: -1em;
color: rgb(20, 196, 187);
}
.icon-app .path3:before {
content: "\e902";
margin-left: -1em;
color: rgb(176, 209, 207);
}
.icon-app .path4:before {
content: "\e903";
margin-left: -1em;
color: rgb(20, 196, 187);
}
.icon-app .path5:before {
content: "\e904";
margin-left: -1em;
color: rgb(176, 209, 207);
}
.icon-app .path6:before {
content: "\e905";
margin-left: -1em;
color: rgb(249, 183, 103);
}
.icon-app .path7:before {
content: "\e906";
margin-left: -1em;
color: rgb(239, 157, 69);
}
.icon-app .path8:before {
content: "\e907";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-app .path9:before {
content: "\e908";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-app .path10:before {
content: "\e909";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path11:before {
content: "\e90a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path12:before {
content: "\e90b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path13:before {
content: "\e90c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path14:before {
content: "\e90d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path15:before {
content: "\e90e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path16:before {
content: "\e90f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path17:before {
content: "\e910";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path18:before {
content: "\e911";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path19:before {
content: "\e912";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path20:before {
content: "\e913";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-app .path21:before {
content: "\e914";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path1:before {
content: "\e916";
color: rgb(242, 90, 120);
}
.icon-camera .path2:before {
content: "\e917";
margin-left: -1em;
color: rgb(204, 238, 255);
}
.icon-camera .path3:before {
content: "\e918";
margin-left: -1em;
color: rgb(204, 238, 255);
}
.icon-camera .path4:before {
content: "\e919";
margin-left: -1em;
color: rgb(87, 85, 92);
}
.icon-camera .path5:before {
content: "\e91a";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-camera .path6:before {
content: "\e91b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path7:before {
content: "\e91c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path8:before {
content: "\e91d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path9:before {
content: "\e91e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path10:before {
content: "\e91f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-camera .path11:before {
content: "\e920";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path1:before {
content: "\e923";
color: rgb(165, 221, 255);
}
.icon-contract-1 .path2:before {
content: "\e924";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-contract-1 .path3:before {
content: "\e925";
margin-left: -1em;
color: rgb(149, 229, 64);
}
.icon-contract-1 .path4:before {
content: "\e926";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-contract-1 .path5:before {
content: "\e927";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path6:before {
content: "\e928";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path7:before {
content: "\e929";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path8:before {
content: "\e92a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path9:before {
content: "\e92b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path10:before {
content: "\e92c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path11:before {
content: "\e92d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path12:before {
content: "\e92e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path13:before {
content: "\e92f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-contract-1 .path14:before {
content: "\e930";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path1:before {
content: "\e931";
color: rgb(255, 255, 255);
}
.icon-curriculum .path2:before {
content: "\e932";
margin-left: -1em;
color: rgb(255, 218, 160);
}
.icon-curriculum .path3:before {
content: "\e933";
margin-left: -1em;
color: rgb(255, 188, 83);
}
.icon-curriculum .path4:before {
content: "\e934";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path5:before {
content: "\e935";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path6:before {
content: "\e936";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path7:before {
content: "\e937";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path8:before {
content: "\e938";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path9:before {
content: "\e939";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path10:before {
content: "\e93a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path11:before {
content: "\e93b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path12:before {
content: "\e93c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-curriculum .path13:before {
content: "\e93d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path1:before {
content: "\e93f";
color: rgb(209, 229, 241);
}
.icon-design .path2:before {
content: "\e940";
margin-left: -1em;
color: rgb(77, 186, 248);
}
.icon-design .path3:before {
content: "\e941";
margin-left: -1em;
color: rgb(250, 84, 25);
}
.icon-design .path4:before {
content: "\e942";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path5:before {
content: "\e943";
margin-left: -1em;
color: rgb(241, 217, 208);
}
.icon-design .path6:before {
content: "\e944";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path7:before {
content: "\e945";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path8:before {
content: "\e946";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path9:before {
content: "\e947";
margin-left: -1em;
color: rgb(241, 217, 208);
}
.icon-design .path10:before {
content: "\e948";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path11:before {
content: "\e949";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path12:before {
content: "\e94a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path13:before {
content: "\e94b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path14:before {
content: "\e94c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path15:before {
content: "\e94d";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path16:before {
content: "\e94e";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path17:before {
content: "\e94f";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path18:before {
content: "\e950";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path19:before {
content: "\e951";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path20:before {
content: "\e952";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path21:before {
content: "\e953";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path22:before {
content: "\e954";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path23:before {
content: "\e955";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path24:before {
content: "\e956";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path25:before {
content: "\e957";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path26:before {
content: "\e958";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path27:before {
content: "\e959";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path28:before {
content: "\e95a";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-design .path29:before {
content: "\e95b";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-font .path1:before {
content: "\e95e";
color: rgb(170, 193, 206);
}
.icon-font .path2:before {
content: "\e95f";
margin-left: -1em;
color: rgb(255, 153, 51);
}
.icon-font .path3:before {
content: "\e960";
margin-left: -1em;
color: rgb(37, 182, 210);
}
.icon-font .path4:before {
content: "\e961";
margin-left: -1em;
color: rgb(170, 193, 206);
}
.icon-font .path5:before {
content: "\e962";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-font .path6:before {
content: "\e963";
margin-left: -1em;
color: rgb(254, 88, 93);
}
.icon-idea .path1:before {
content: "\e964";
color: rgb(39, 59, 122);
}
.icon-idea .path2:before {
content: "\e965";
margin-left: -1em;
color: rgb(18, 17, 73);
}
.icon-idea .path3:before {
content: "\e966";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path4:before {
content: "\e967";
margin-left: -1em;
color: rgb(234, 162, 47);
}
.icon-idea .path5:before {
content: "\e968";
margin-left: -1em;
color: rgb(208, 209, 211);
}
.icon-idea .path6:before {
content: "\e969";
margin-left: -1em;
color: rgb(166, 168, 170);
}
.icon-idea .path7:before {
content: "\e96a";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path8:before {
content: "\e96b";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path9:before {
content: "\e96c";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path10:before {
content: "\e96d";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path11:before {
content: "\e96e";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path12:before {
content: "\e96f";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path13:before {
content: "\e970";
margin-left: -1em;
color: rgb(255, 198, 27);
}
.icon-idea .path14:before {
content: "\e971";
margin-left: -1em;
color: rgb(254, 225, 135);
}
.icon-idea .path15:before {
content: "\e972";
margin-left: -1em;
color: rgb(255, 84, 25);
}
.icon-idea .path16:before {
content: "\e973";
margin-left: -1em;
color: rgb(201, 47, 0);
}
.icon-idea .path17:before {
content: "\e974";
margin-left: -1em;
color: rgb(201, 47, 0);
}
.icon-java .path1:before {
content: "\e975";
color: rgb(219, 56, 14);
}
.icon-java .path2:before {
content: "\e976";
margin-left: -1em;
color: rgb(219, 56, 14);
}
.icon-java .path3:before {
content: "\e977";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path4:before {
content: "\e978";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path5:before {
content: "\e979";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path6:before {
content: "\e97a";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path7:before {
content: "\e97b";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-java .path8:before {
content: "\e97c";
margin-left: -1em;
color: rgb(115, 161, 251);
}
.icon-layer .path1:before {
content: "\e97d";
color: rgb(20, 196, 187);
}
.icon-layer .path2:before {
content: "\e97e";
margin-left: -1em;
color: rgb(0, 160, 148);
}
.icon-layer .path3:before {
content: "\e97f";
margin-left: -1em;
color: rgb(249, 105, 130);
}
.icon-layer .path4:before {
content: "\e980";
margin-left: -1em;
color: rgb(237, 53, 101);
}
.icon-layer .path5:before {
content: "\e981";
margin-left: -1em;
color: rgb(80, 137, 221);
}
.icon-layer .path6:before {
content: "\e982";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-layer .path7:before {
content: "\e983";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-layer .path8:before {
content: "\e984";
margin-left: -1em;
color: rgb(220, 249, 247);
}
.icon-online-learning .path1:before {
content: "\e986";
color: rgb(46, 162, 219);
}
.icon-online-learning .path2:before {
content: "\e987";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path3:before {
content: "\e988";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path4:before {
content: "\e989";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path5:before {
content: "\e98a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path6:before {
content: "\e98b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path7:before {
content: "\e98c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path8:before {
content: "\e98d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path9:before {
content: "\e98e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path10:before {
content: "\e98f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path11:before {
content: "\e990";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path12:before {
content: "\e991";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-online-learning .path13:before {
content: "\e992";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path14:before {
content: "\e993";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path15:before {
content: "\e994";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-online-learning .path16:before {
content: "\e995";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path17:before {
content: "\e996";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path18:before {
content: "\e997";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path19:before {
content: "\e998";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path20:before {
content: "\e999";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path21:before {
content: "\e99a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path22:before {
content: "\e99b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path23:before {
content: "\e99c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path24:before {
content: "\e99d";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-online-learning .path25:before {
content: "\e99e";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-online-learning .path26:before {
content: "\e99f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path27:before {
content: "\e9a0";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-online-learning .path28:before {
content: "\e9a1";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-paper .path1:before {
content: "\e9a2";
color: rgb(22, 137, 252);
}
.icon-paper .path2:before {
content: "\e9a3";
margin-left: -1em;
color: rgb(164, 217, 245);
}
.icon-paper .path3:before {
content: "\e9a4";
margin-left: -1em;
color: rgb(254, 196, 120);
}
.icon-paper .path4:before {
content: "\e9a5";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path5:before {
content: "\e9a6";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path6:before {
content: "\e9a7";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path7:before {
content: "\e9a8";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path8:before {
content: "\e9a9";
margin-left: -1em;
color: rgb(22, 137, 252);
}
.icon-paper .path9:before {
content: "\e9aa";
margin-left: -1em;
color: rgb(253, 0, 58);
}
.icon-portfolio-1 .path1:before {
content: "\e9ac";
color: rgb(255, 200, 112);
}
.icon-portfolio-1 .path2:before {
content: "\e9ad";
margin-left: -1em;
color: rgb(255, 218, 160);
}
.icon-portfolio-1 .path3:before {
content: "\e9ae";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-portfolio-1 .path4:before {
content: "\e9af";
margin-left: -1em;
color: rgb(186, 238, 131);
}
.icon-portfolio-1 .path5:before {
content: "\e9b0";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path6:before {
content: "\e9b1";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path7:before {
content: "\e9b2";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path8:before {
content: "\e9b3";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path9:before {
content: "\e9b4";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path10:before {
content: "\e9b5";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path11:before {
content: "\e9b6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path12:before {
content: "\e9b7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path13:before {
content: "\e9b8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path14:before {
content: "\e9b9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path15:before {
content: "\e9ba";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path16:before {
content: "\e9bb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-1 .path17:before {
content: "\e9bc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path1:before {
content: "\e9be";
color: rgb(255, 255, 255);
}
.icon-portfolio-3 .path2:before {
content: "\e9bf";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-portfolio-3 .path3:before {
content: "\e9c0";
margin-left: -1em;
color: rgb(255, 205, 172);
}
.icon-portfolio-3 .path4:before {
content: "\e9c1";
margin-left: -1em;
color: rgb(165, 221, 255);
}
.icon-portfolio-3 .path5:before {
content: "\e9c2";
margin-left: -1em;
color: rgb(255, 188, 83);
}
.icon-portfolio-3 .path6:before {
content: "\e9c3";
margin-left: -1em;
color: rgb(254, 102, 99);
}
.icon-portfolio-3 .path7:before {
content: "\e9c4";
margin-left: -1em;
color: rgb(154, 216, 255);
}
.icon-portfolio-3 .path8:before {
content: "\e9c5";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path9:before {
content: "\e9c6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path10:before {
content: "\e9c7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path11:before {
content: "\e9c8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path12:before {
content: "\e9c9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path13:before {
content: "\e9ca";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path14:before {
content: "\e9cb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path15:before {
content: "\e9cc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path16:before {
content: "\e9cd";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-portfolio-3 .path17:before {
content: "\e9ce";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path1:before {
content: "\e9cf";
color: rgb(255, 255, 255);
}
.icon-progress .path2:before {
content: "\e9d0";
margin-left: -1em;
color: rgb(254, 210, 132);
}
.icon-progress .path3:before {
content: "\e9d1";
margin-left: -1em;
color: rgb(255, 220, 160);
}
.icon-progress .path4:before {
content: "\e9d2";
margin-left: -1em;
color: rgb(150, 237, 231);
}
.icon-progress .path5:before {
content: "\e9d3";
margin-left: -1em;
color: rgb(193, 238, 146);
}
.icon-progress .path6:before {
content: "\e9d4";
margin-left: -1em;
color: rgb(255, 93, 93);
}
.icon-progress .path7:before {
content: "\e9d5";
margin-left: -1em;
color: rgb(254, 201, 107);
}
.icon-progress .path8:before {
content: "\e9d6";
margin-left: -1em;
color: rgb(150, 237, 231);
}
.icon-progress .path9:before {
content: "\e9d7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path10:before {
content: "\e9d8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path11:before {
content: "\e9d9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path12:before {
content: "\e9da";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path13:before {
content: "\e9db";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path14:before {
content: "\e9dc";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path15:before {
content: "\e9dd";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-progress .path16:before {
content: "\e9de";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path1:before {
content: "\e9e0";
color: rgb(21, 102, 192);
}
.icon-question .path2:before {
content: "\e9e1";
margin-left: -1em;
color: rgb(34, 150, 243);
}
.icon-question .path3:before {
content: "\e9e2";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-question .path4:before {
content: "\e9e3";
margin-left: -1em;
color: rgb(197, 40, 40);
}
.icon-question .path5:before {
content: "\e9e4";
margin-left: -1em;
color: rgb(244, 67, 53);
}
.icon-question .path6:before {
content: "\e9e5";
margin-left: -1em;
color: rgb(255, 235, 58);
}
.icon-question .path7:before {
content: "\e9e6";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path8:before {
content: "\e9e7";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path9:before {
content: "\e9e8";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path10:before {
content: "\e9e9";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path11:before {
content: "\e9ea";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path12:before {
content: "\e9eb";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path13:before {
content: "\e9ec";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path14:before {
content: "\e9ed";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path15:before {
content: "\e9ee";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path16:before {
content: "\e9ef";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path17:before {
content: "\e9f0";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-question .path18:before {
content: "\e9f1";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-teacher .path1:before {
content: "\e9f3";
color: rgb(25, 54, 81);
}
.icon-teacher .path2:before {
content: "\e9f4";
margin-left: -1em;
color: rgb(225, 230, 233);
}
.icon-teacher .path3:before {
content: "\e9f5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path4:before {
content: "\e9f6";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path5:before {
content: "\e9f7";
margin-left: -1em;
color: rgb(79, 191, 159);
}
.icon-teacher .path6:before {
content: "\e9f8";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path7:before {
content: "\e9f9";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path8:before {
content: "\e9fa";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path9:before {
content: "\e9fb";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path10:before {
content: "\e9fc";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path11:before {
content: "\e9fd";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path12:before {
content: "\e9fe";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path13:before {
content: "\e9ff";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path14:before {
content: "\ea00";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-teacher .path15:before {
content: "\ea01";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-teacher .path16:before {
content: "\ea02";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path17:before {
content: "\ea03";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path18:before {
content: "\ea04";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path19:before {
content: "\ea05";
margin-left: -1em;
color: rgb(253, 191, 94);
}
.icon-teacher .path20:before {
content: "\ea06";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path21:before {
content: "\ea07";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path22:before {
content: "\ea08";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path23:before {
content: "\ea09";
margin-left: -1em;
color: rgb(207, 208, 209);
}
.icon-teacher .path24:before {
content: "\ea0a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path25:before {
content: "\ea0b";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path26:before {
content: "\ea0c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path27:before {
content: "\ea0d";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path28:before {
content: "\ea0e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path29:before {
content: "\ea0f";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path30:before {
content: "\ea10";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path31:before {
content: "\ea11";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path32:before {
content: "\ea12";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path33:before {
content: "\ea13";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path34:before {
content: "\ea14";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path35:before {
content: "\ea15";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path36:before {
content: "\ea16";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path37:before {
content: "\ea17";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path38:before {
content: "\ea18";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path39:before {
content: "\ea19";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path40:before {
content: "\ea1a";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path41:before {
content: "\ea1b";
margin-left: -1em;
color: rgb(46, 162, 219);
}
.icon-teacher .path42:before {
content: "\ea1c";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path43:before {
content: "\ea1d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path44:before {
content: "\ea1e";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path45:before {
content: "\ea1f";
margin-left: -1em;
color: rgb(241, 96, 81);
}
.icon-teacher .path46:before {
content: "\ea20";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path47:before {
content: "\ea21";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path48:before {
content: "\ea22";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-teacher .path49:before {
content: "\ea23";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-teacher .path50:before {
content: "\ea24";
margin-left: -1em;
color: rgb(25, 54, 81);
}
.icon-list:before {
content: "\ea2e";
}
.icon-grid:before {
content: "\ea2f";
}
.icon-arrow-right:before {
content: "\ea30";
}
.icon-key:before {
content: "\ea31";
}
.icon-people:before {
content: "\ea32";
}
.icon-book:before {
content: "\ea33";
}
.icon-cart:before {
content: "\ea34";
}
.icon-search:before {
content: "\ea35";
} | 0.437824 | 0.084644 |
.arc {
width: 30%;
height: 30%;
}
/* the thinner arc that's always 360 */
.arc-thin {
width: 30%;
height: 30%;
}
/*
.{row}-{column}
the Y in each row should match
the X in each column should match
*/
.top-left {
x: 2%;
y: 2%;
}
.top-middle {
x: 35%;
y: 2%;
}
.top-right {
x: 67%;
y: 2%;
}
.center-left {
x: 2%;
y: 35%;
}
.center-middle {
x: 35%;
y: 35%;
}
.center-right {
x: 68%;
y: 35%;
}
.bottom-left {
x: 2%;
y: 68%;
}
.bottom-middle {
x: 35%;
y: 68%;
}
.bottom-right {
x: 68%;
y: 68%;
}
/******************************************
* grid
*/
/* should be same as the .arc at the top*/
.cell {
width: 30%;
height: 30%;
}
#row-top {
x: 0;
y: 0;
width: 100%;
}
#row-middle {
x: 0;
y: 33%;
width: 100%;
}
#row-bottom {
x: 0;
y: 66%;
width: 100%;
}
.cell-left {
x: 2%;
y: 2%;
}
.cell-middle {
x: $+2%;
y: 2%;
}
.cell-right {
x: $+2%;
y: 2%;
}
/******************************************
* Content
*/
.time-hours {
font-size: 30;
font-family: System-Bold;
text-length: 4;
fill: white;
x: 50%;
text-anchor: middle;
}
#hour-top { y: 39% }
.hours-split {
x1: 15%;
y1: 48%;
x2: 85%;
y2: 48%;
fill: white;
stroke-width: 1;
}
#hour-bottom { y: $+31%; }
.time-minutes {
font-size: 46;
font-family: System-Bold;
text-length: 4;
letter-spacing: 1;
x: 50%;
y: 66%;
fill: white;
text-anchor: middle;
}
#text-battery {
font-size: 20;
font-family: System-Bold;
text-anchor: middle;
text-length: 4;
y: 70%;
x: 50%;
fill: white;
}
.date {
font-size: 20;
font-family: System-Bold;
text-length: 4;
fill: white;
x: 50%;
text-anchor: middle;
}
#date-name {
y: 30%;
}
#date-month {
y: 54%;
}
#date-day {
y: 80%;
}
.bottom-icon {
fill: white;
x: 50%-16;
y: 50%-32;
width: 32;
height: 32;
}
.bottom-text {
font-size: 20;
font-family: System-Bold;
text-anchor: middle;
text-length: 8;
y: 70%;
x: 50%;
fill: white;
}
.temp {
font-size: 30;
font-family: System-Bold;
text-length: 4;
letter-spacing: 1;
x: 53%;
y: 63%;
fill: white;
text-anchor: middle;
}
.temp-unit {
font-size: 15;
font-family: System-Bold;
text-length: 2;
fill: white;
x: $-5;
y: 64%;
text-anchor: middle;
} | resources/styles.css | .arc {
width: 30%;
height: 30%;
}
/* the thinner arc that's always 360 */
.arc-thin {
width: 30%;
height: 30%;
}
/*
.{row}-{column}
the Y in each row should match
the X in each column should match
*/
.top-left {
x: 2%;
y: 2%;
}
.top-middle {
x: 35%;
y: 2%;
}
.top-right {
x: 67%;
y: 2%;
}
.center-left {
x: 2%;
y: 35%;
}
.center-middle {
x: 35%;
y: 35%;
}
.center-right {
x: 68%;
y: 35%;
}
.bottom-left {
x: 2%;
y: 68%;
}
.bottom-middle {
x: 35%;
y: 68%;
}
.bottom-right {
x: 68%;
y: 68%;
}
/******************************************
* grid
*/
/* should be same as the .arc at the top*/
.cell {
width: 30%;
height: 30%;
}
#row-top {
x: 0;
y: 0;
width: 100%;
}
#row-middle {
x: 0;
y: 33%;
width: 100%;
}
#row-bottom {
x: 0;
y: 66%;
width: 100%;
}
.cell-left {
x: 2%;
y: 2%;
}
.cell-middle {
x: $+2%;
y: 2%;
}
.cell-right {
x: $+2%;
y: 2%;
}
/******************************************
* Content
*/
.time-hours {
font-size: 30;
font-family: System-Bold;
text-length: 4;
fill: white;
x: 50%;
text-anchor: middle;
}
#hour-top { y: 39% }
.hours-split {
x1: 15%;
y1: 48%;
x2: 85%;
y2: 48%;
fill: white;
stroke-width: 1;
}
#hour-bottom { y: $+31%; }
.time-minutes {
font-size: 46;
font-family: System-Bold;
text-length: 4;
letter-spacing: 1;
x: 50%;
y: 66%;
fill: white;
text-anchor: middle;
}
#text-battery {
font-size: 20;
font-family: System-Bold;
text-anchor: middle;
text-length: 4;
y: 70%;
x: 50%;
fill: white;
}
.date {
font-size: 20;
font-family: System-Bold;
text-length: 4;
fill: white;
x: 50%;
text-anchor: middle;
}
#date-name {
y: 30%;
}
#date-month {
y: 54%;
}
#date-day {
y: 80%;
}
.bottom-icon {
fill: white;
x: 50%-16;
y: 50%-32;
width: 32;
height: 32;
}
.bottom-text {
font-size: 20;
font-family: System-Bold;
text-anchor: middle;
text-length: 8;
y: 70%;
x: 50%;
fill: white;
}
.temp {
font-size: 30;
font-family: System-Bold;
text-length: 4;
letter-spacing: 1;
x: 53%;
y: 63%;
fill: white;
text-anchor: middle;
}
.temp-unit {
font-size: 15;
font-family: System-Bold;
text-length: 2;
fill: white;
x: $-5;
y: 64%;
text-anchor: middle;
} | 0.61057 | 0.136321 |
@-moz-document domain("kissanime.ru") {
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
:root {
--main: #111;
--bg1: #171717;
--bg2: #1c1c1c;
--bg3: #222;
--bg4: #272727;
--bg5: #2c2c2c;
--bg6: #333;
--green: #73b900;
--greenHover: #5f9900;
}
* {font-family: 'Roboto';}
body, html {
background: var(--main);
}
#containerRoot {
margin-top: 37px;
}
/* NAVBAR */
#navbar {
position: fixed;
top: 0;
left: 0;
height: auto;
background: var(--bg3);
z-index: 10000;
}
#navcontainer {
width: 100%;
top: 0;
}
#navcontainer li a#currentTab {
background: var(--green);
}
#navcontainer a:link, #navcontainer a:visited {
background: transparent;
color: #fff;
height: initial;
width: initial;
margin-right: 0;
padding: 5px 25px;
}
#navcontainer a {
font-weight: 400;
}
#navcontainer a:hover {
background: var(--bg4);
}
/* USER */
#topHolderBox {
position: fixed;
z-index: 100000;
right: 15px;
width: initial !important;
}
.boxDropDown {
position: fixed;
top: 0;
right: 0;
z-index: 10001;
height: initial;
width: initial !important;
margin-top: 0 !important;
border: none;
background: var(--green);
border-radius: 0;
padding: 10px 15px;
text-transform: uppercase;
color: #fff !important;
}
.boxDropDown small {
display: none;
}
#topHolderBox {
background: transparent;
cursor: default;
}
#topHolderBox img, #topHolderBox > span {
display: none;
}
#menu_box {
right: 0 !important;
left: initial !important;
top: 37px;
border: none;
background: var(--green);
width: 200px;
position: fixed;
}
#menu_box a {
border: none;
line-height: initial;
padding: 15px 40px;
box-sizing: border-box;
position: relative;
}
#menu_box a::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
background-size: cover !important;
left: 15px;
filter: invert(1);
-webkit-filter: invert(1);
}
#menu_box a:first-child::after {
background: url('https://png.icons8.com/metro/1600/book.png');
}
#menu_box a:nth-child(2)::after {
background: url('http://simpleicon.com/wp-content/uploads/user1.png');
}
#menu_box a:nth-child(3)::after {
background: url('http://cdn.onlinewebfonts.com/svg/img_275143.png');
}
#menu_box a:nth-child(4)::after {
background: url('https://png.icons8.com/metro/1600/crown.png');
}
#menu_box a:nth-child(5)::after {
background: url('http://cdn.onlinewebfonts.com/svg/img_72532.png');
}
#menu_box a:hover {
background: var(--greenHover);
}
#head > h3 > div:first-child {
position: initial !important;
}
/* SEARCH BAR */
#search {
position: initial !important;
}
#formSearch #imgSearch {
display: none;
}
#formSearch #keyword {
position: fixed;
top: 0;
z-index: 10002;
left: 853px;
background: rgba(0,0,0,0.15);
border: none;
padding: 9px;
}
#formSearch #keyword:hover {
background: rgba(0,0,0,0.17);
}
#formSearch #keyword:focus {
background: rgba(0,0,0,0.2);
}
#result_box {
top: 37px !important;
left: 853px !important;
background: var(--bg3);
opacity: 1;
position: fixed;
padding: 9px;
border-radius: 0 !important;
}
#formSearch > div:nth-child(4) {
margin: 0 !important;
}
#formSearch > div:nth-child(4) a {
position: fixed;
color: #fff;
top: 0;
left: 1122px;
z-index: 100000;
padding: 9px;
}
/* BANNER */
#head {
width: 100%;
height: 200px;
background-image: url('/*[[bg]]*/') !important;
background-size: cover;
background-position: center;
position: relative;
display: flex;
justify-content: center;
}
#head:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.7));
background: -moz-radial-gradient(rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-radial-gradient(rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.7) 100%);
}
#head h3 {
margin: 0;
width: 0;
}
#head h1 {
margin: 0 auto;
position: relative;
background: transparent !important;
width: 536px;
height: 100%;
}
#head h1 a {
position: relative;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
#head h1 a.logo {
width: 536px;
}
#head h1:after {
content: "";
background: url('https://i.imgur.com/KoItsyo.png');
width: 100%;
height: 100%;
background-size: cover !important;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
/* HEADNAV */
#headnav {
margin-top: 0;
}
#navsubbar {
background: var(--green);
}
#navsubbar p {
text-indent: 0;
}
#navsubbar a:first-child {
margin-left: 0;
}
/* MAIN CONTENT */
.banner {
background: var(--bg2);
border: none;
}
.bigBarContainer, #subcontent, .rightBox {
padding: 0;
border: none;
background: var(--bg2);
}
.barContent {
background: transparent;
}
.barTitle {
background: var(--green);
}
.barTitle a {
filter: invert(1);
-webbkit-filter: invert(1);
background-size: cover !important;
}
a.prev, a.prev:hover {
background: url('http://iconshow.me/media/images/ui/ios7-icons/png/512/chevron-right.png');
transform: scaleX(-1);
}
a.next, a.next:hover {
background: url('http://iconshow.me/media/images/ui/ios7-icons/png/512/chevron-right.png');
}
#subcontent div div {
background: var(--bg1);
}
#subcontent div div.blue {
background: var(--bg2);
}
#subcontent div div div {
background: transparent !important;
}
#tab-trending > div:first-child {
padding: 0 !important;
}
#tabmenucontainer {
width: 100%;
}
#tabmenucontainer a:link, #tabmenucontainer a:visited, #tabmenucontainer a:hover, #tabmenucontainer li a.tabactive {
width: 33.33%;
display: block;
background: var(--bg3);
padding: 5px 0;
}
#tabmenucontainer li a.tabactive {
background: var(--green);
}
.tooltip {
background: rgba(25,25,25,0.95);
}
.listing tr:nth-child(odd) {
background: var(--bg3) !important;
}
.listing tr:first-child {
background: transparent !important;
}
.listing td {
position: relative;
}
.listing td a {
padding: 10px 0;
display: inline-block;
}
.listing td:first-child img {
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
}
.listing tr > td:nth-child(1) > img:nth-child(2) {
right: 65px;
}
.listing tr > td:nth-child(1) > img:only-of-type {
right: 25px !important;
}
div.pagination ul.pager li {
background: var(--bg5);
border: none;
}
div.pagination ul.pager li a {
color: #fff;
padding: 5px 10px;
}
div.pagination ul.pager li a:hover {
background: var(--bg6);
border-color: var(--bg6);
}
div.pagination ul.pager li.current {
background: var(--bg6);
border-color: var(--bg6);
color: #fff;
}
#footer {
display: none;
}
.aButton {
background: var(--green);
border: none;
text-transform: uppercase;
}
.aButton:hover {
background: var(--greenHover);
}
.arrow-general {
display: none;
}
.txtSignUp {
background: var(--bg3);
border: none;
padding: 10px;
}
/* WATCH */
.bigBarContainer .clear2, .barContent > div:nth-child(2) > div:nth-child(9) {
display: none !important;
}
.specialButton {
border: none;
border-radius: 0;
background: var(--green);
box-shadow: none;
}
.specialButton:hover {
background: var(--greenHover);
}
@media only screen and (max-width: 1366px) {
#navcontainer a:link, #navcontainer a:visited {
padding: 5px 10px !important;
}
#formSearch #keyword {
left: 613px;
}
#formSearch > div:nth-child(4) a {
left: 881px;
}
}
/* HIDE ADS */
#adsIfrme1, #adsIfrme2, #adsIfrme3, #adsIfrme4, #adsIfrme5, #adsIfrme6, #adsIfrme7, #adsIfrme8, #adsIfrme9, #adsIfrme10, #adsIfrme11, #adsIfrme1 + .divCloseBut, #adsIfrme2 + .divCloseBut, #adsIfrme3 + .divCloseBut, #adsIfrme4 + .divCloseBut, #adsIfrme5 + .divCloseBut, #adsIfrme6 + .divCloseBut, #adsIfrme7 + .divCloseBut, #adsIfrme8 + .divCloseBut, #adsIfrme9 + .divCloseBut, #adsIfrme10+.divCloseBut, #adsIfrme11+.divCloseBut, #divAds, #divAds2, div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-836px;top:0;z-index:0;"], div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:500px;top:0;z-index:0;"], #videoAd, #videoAdClose {
display: none !important;
}
}
@-moz-document url("http://kissanime.ru/AdvanceSearch") {
.bigBarContainer .clear2 {
display: block !important;
}
} | data/usercss/158543.user.css | @-moz-document domain("kissanime.ru") {
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
:root {
--main: #111;
--bg1: #171717;
--bg2: #1c1c1c;
--bg3: #222;
--bg4: #272727;
--bg5: #2c2c2c;
--bg6: #333;
--green: #73b900;
--greenHover: #5f9900;
}
* {font-family: 'Roboto';}
body, html {
background: var(--main);
}
#containerRoot {
margin-top: 37px;
}
/* NAVBAR */
#navbar {
position: fixed;
top: 0;
left: 0;
height: auto;
background: var(--bg3);
z-index: 10000;
}
#navcontainer {
width: 100%;
top: 0;
}
#navcontainer li a#currentTab {
background: var(--green);
}
#navcontainer a:link, #navcontainer a:visited {
background: transparent;
color: #fff;
height: initial;
width: initial;
margin-right: 0;
padding: 5px 25px;
}
#navcontainer a {
font-weight: 400;
}
#navcontainer a:hover {
background: var(--bg4);
}
/* USER */
#topHolderBox {
position: fixed;
z-index: 100000;
right: 15px;
width: initial !important;
}
.boxDropDown {
position: fixed;
top: 0;
right: 0;
z-index: 10001;
height: initial;
width: initial !important;
margin-top: 0 !important;
border: none;
background: var(--green);
border-radius: 0;
padding: 10px 15px;
text-transform: uppercase;
color: #fff !important;
}
.boxDropDown small {
display: none;
}
#topHolderBox {
background: transparent;
cursor: default;
}
#topHolderBox img, #topHolderBox > span {
display: none;
}
#menu_box {
right: 0 !important;
left: initial !important;
top: 37px;
border: none;
background: var(--green);
width: 200px;
position: fixed;
}
#menu_box a {
border: none;
line-height: initial;
padding: 15px 40px;
box-sizing: border-box;
position: relative;
}
#menu_box a::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
background-size: cover !important;
left: 15px;
filter: invert(1);
-webkit-filter: invert(1);
}
#menu_box a:first-child::after {
background: url('https://png.icons8.com/metro/1600/book.png');
}
#menu_box a:nth-child(2)::after {
background: url('http://simpleicon.com/wp-content/uploads/user1.png');
}
#menu_box a:nth-child(3)::after {
background: url('http://cdn.onlinewebfonts.com/svg/img_275143.png');
}
#menu_box a:nth-child(4)::after {
background: url('https://png.icons8.com/metro/1600/crown.png');
}
#menu_box a:nth-child(5)::after {
background: url('http://cdn.onlinewebfonts.com/svg/img_72532.png');
}
#menu_box a:hover {
background: var(--greenHover);
}
#head > h3 > div:first-child {
position: initial !important;
}
/* SEARCH BAR */
#search {
position: initial !important;
}
#formSearch #imgSearch {
display: none;
}
#formSearch #keyword {
position: fixed;
top: 0;
z-index: 10002;
left: 853px;
background: rgba(0,0,0,0.15);
border: none;
padding: 9px;
}
#formSearch #keyword:hover {
background: rgba(0,0,0,0.17);
}
#formSearch #keyword:focus {
background: rgba(0,0,0,0.2);
}
#result_box {
top: 37px !important;
left: 853px !important;
background: var(--bg3);
opacity: 1;
position: fixed;
padding: 9px;
border-radius: 0 !important;
}
#formSearch > div:nth-child(4) {
margin: 0 !important;
}
#formSearch > div:nth-child(4) a {
position: fixed;
color: #fff;
top: 0;
left: 1122px;
z-index: 100000;
padding: 9px;
}
/* BANNER */
#head {
width: 100%;
height: 200px;
background-image: url('/*[[bg]]*/') !important;
background-size: cover;
background-position: center;
position: relative;
display: flex;
justify-content: center;
}
#head:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.7));
background: -moz-radial-gradient(rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-radial-gradient(rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.7) 100%);
}
#head h3 {
margin: 0;
width: 0;
}
#head h1 {
margin: 0 auto;
position: relative;
background: transparent !important;
width: 536px;
height: 100%;
}
#head h1 a {
position: relative;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
#head h1 a.logo {
width: 536px;
}
#head h1:after {
content: "";
background: url('https://i.imgur.com/KoItsyo.png');
width: 100%;
height: 100%;
background-size: cover !important;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
/* HEADNAV */
#headnav {
margin-top: 0;
}
#navsubbar {
background: var(--green);
}
#navsubbar p {
text-indent: 0;
}
#navsubbar a:first-child {
margin-left: 0;
}
/* MAIN CONTENT */
.banner {
background: var(--bg2);
border: none;
}
.bigBarContainer, #subcontent, .rightBox {
padding: 0;
border: none;
background: var(--bg2);
}
.barContent {
background: transparent;
}
.barTitle {
background: var(--green);
}
.barTitle a {
filter: invert(1);
-webbkit-filter: invert(1);
background-size: cover !important;
}
a.prev, a.prev:hover {
background: url('http://iconshow.me/media/images/ui/ios7-icons/png/512/chevron-right.png');
transform: scaleX(-1);
}
a.next, a.next:hover {
background: url('http://iconshow.me/media/images/ui/ios7-icons/png/512/chevron-right.png');
}
#subcontent div div {
background: var(--bg1);
}
#subcontent div div.blue {
background: var(--bg2);
}
#subcontent div div div {
background: transparent !important;
}
#tab-trending > div:first-child {
padding: 0 !important;
}
#tabmenucontainer {
width: 100%;
}
#tabmenucontainer a:link, #tabmenucontainer a:visited, #tabmenucontainer a:hover, #tabmenucontainer li a.tabactive {
width: 33.33%;
display: block;
background: var(--bg3);
padding: 5px 0;
}
#tabmenucontainer li a.tabactive {
background: var(--green);
}
.tooltip {
background: rgba(25,25,25,0.95);
}
.listing tr:nth-child(odd) {
background: var(--bg3) !important;
}
.listing tr:first-child {
background: transparent !important;
}
.listing td {
position: relative;
}
.listing td a {
padding: 10px 0;
display: inline-block;
}
.listing td:first-child img {
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
}
.listing tr > td:nth-child(1) > img:nth-child(2) {
right: 65px;
}
.listing tr > td:nth-child(1) > img:only-of-type {
right: 25px !important;
}
div.pagination ul.pager li {
background: var(--bg5);
border: none;
}
div.pagination ul.pager li a {
color: #fff;
padding: 5px 10px;
}
div.pagination ul.pager li a:hover {
background: var(--bg6);
border-color: var(--bg6);
}
div.pagination ul.pager li.current {
background: var(--bg6);
border-color: var(--bg6);
color: #fff;
}
#footer {
display: none;
}
.aButton {
background: var(--green);
border: none;
text-transform: uppercase;
}
.aButton:hover {
background: var(--greenHover);
}
.arrow-general {
display: none;
}
.txtSignUp {
background: var(--bg3);
border: none;
padding: 10px;
}
/* WATCH */
.bigBarContainer .clear2, .barContent > div:nth-child(2) > div:nth-child(9) {
display: none !important;
}
.specialButton {
border: none;
border-radius: 0;
background: var(--green);
box-shadow: none;
}
.specialButton:hover {
background: var(--greenHover);
}
@media only screen and (max-width: 1366px) {
#navcontainer a:link, #navcontainer a:visited {
padding: 5px 10px !important;
}
#formSearch #keyword {
left: 613px;
}
#formSearch > div:nth-child(4) a {
left: 881px;
}
}
/* HIDE ADS */
#adsIfrme1, #adsIfrme2, #adsIfrme3, #adsIfrme4, #adsIfrme5, #adsIfrme6, #adsIfrme7, #adsIfrme8, #adsIfrme9, #adsIfrme10, #adsIfrme11, #adsIfrme1 + .divCloseBut, #adsIfrme2 + .divCloseBut, #adsIfrme3 + .divCloseBut, #adsIfrme4 + .divCloseBut, #adsIfrme5 + .divCloseBut, #adsIfrme6 + .divCloseBut, #adsIfrme7 + .divCloseBut, #adsIfrme8 + .divCloseBut, #adsIfrme9 + .divCloseBut, #adsIfrme10+.divCloseBut, #adsIfrme11+.divCloseBut, #divAds, #divAds2, div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-836px;top:0;z-index:0;"], div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:500px;top:0;z-index:0;"], #videoAd, #videoAdClose {
display: none !important;
}
}
@-moz-document url("http://kissanime.ru/AdvanceSearch") {
.bigBarContainer .clear2 {
display: block !important;
}
} | 0.323166 | 0.063686 |
@import url('bootstrap/css/bootstrap.css');
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 0px;
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
padding-right: 0;
padding-left: 0;
}
.navbar-wrapper .navbar {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar .container {
width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 100%;
margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
height: 100%;
background-color: #777;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 100%;
/*object-fit: cover;*/
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
}
.marketing h2 {
font-weight: normal;
}
.marketing .col-lg-4 p {
margin-right: 10px;
margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0;
/* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
/* === Estilos Propios DEL TEMA ===
-------------------------------------------------- */
/* == Tipografias == */
@font-face {
font-family: 'exolight';
src: url('fuentes/Exo-Light-webfont.eot');
src: url('fuentes/Exo-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-Light-webfont.woff2') format('woff2'),
url('fuentes/Exo-Light-webfont.woff') format('woff'),
url('fuentes/Exo-Light-webfont.ttf') format('truetype'),
url('fuentes/Exo-Light-webfont.svg#exolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exobold';
src: url('fuentes/Exo-Bold-webfont.eot');
src: url('fuentes/Exo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-Bold-webfont.woff2') format('woff2'),
url('fuentes/Exo-Bold-webfont.woff') format('woff'),
url('fuentes/Exo-Bold-webfont.ttf') format('truetype'),
url('fuentes/Exo-Bold-webfont.svg#exobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exothinitalic';
src: url('fuentes/Exo-ThinItalic-webfont.eot');
src: url('fuentes/Exo-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-ThinItalic-webfont.woff2') format('woff2'),
url('fuentes/Exo-ThinItalic-webfont.woff') format('woff'),
url('fuentes/Exo-ThinItalic-webfont.ttf') format('truetype'),
url('fuentes/Exo-ThinItalic-webfont.svg#exothinitalic') format('svg');
font-weight: normal;
font-style: normal;
}
/*================================================*/
body{
font-family: 'exolight';
background-color: #efefef;
}
.titulo{
font-family: 'exobold';
color: #0D47A1;
}
.titulo a {
color: #212121;
}
a{
color: #D81B60;
}
blockquote {
font-family: 'exothinitalic';
}
.footer-cita{
background-color: #BDBDBD;
border: 0px;
}
.comments{
margin-top: 15px;
margin-bottom:0px;
background-color: #BDBDBD;
}
h2.featurette-heading a {
text-decoration: none;
}
.piefoto p {
font-size: 0.7em;
color: #2d4469;
}
.bg {
width: 100%;
background-image: url(images/404.png);
background-repeat: no-repeat;
background-position: cover;
height: 100%;
}
footer {
margin-top: 10px;
background-color: #222;
border-color: #080808;
}
.nav-color {
background-color: #1976D2;
color: #FFF;
border-color: #000;
}
.nav-color a {
color: #FFF;
}
.nav-color a:hover {
color: #000;
}
footer {
margin-top: 10px;
padding-top: 15px;
background-color: #1976D2;
border-color: #EEE;
color: #FFF;
}
.post-par {
-webkit-box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
-moz-box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
}
.cuadrada{
width: 140px;
height: 140px;
}
footer{
border: 1px #000 solid;
}
.centrar{
text-align: center;
}
.centrar h2 {
font-family: 'exobold';
}
.colum-content{
text-align: justify;
}
footer a{
color: #8BC34A;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
.navbar-wrapper .container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
/*margin-top: 120px;*/
}
} | style.css | @import url('bootstrap/css/bootstrap.css');
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 0px;
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
padding-right: 0;
padding-left: 0;
}
.navbar-wrapper .navbar {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar .container {
width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 100%;
margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
height: 100%;
background-color: #777;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 100%;
/*object-fit: cover;*/
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
}
.marketing h2 {
font-weight: normal;
}
.marketing .col-lg-4 p {
margin-right: 10px;
margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0;
/* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
/* === Estilos Propios DEL TEMA ===
-------------------------------------------------- */
/* == Tipografias == */
@font-face {
font-family: 'exolight';
src: url('fuentes/Exo-Light-webfont.eot');
src: url('fuentes/Exo-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-Light-webfont.woff2') format('woff2'),
url('fuentes/Exo-Light-webfont.woff') format('woff'),
url('fuentes/Exo-Light-webfont.ttf') format('truetype'),
url('fuentes/Exo-Light-webfont.svg#exolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exobold';
src: url('fuentes/Exo-Bold-webfont.eot');
src: url('fuentes/Exo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-Bold-webfont.woff2') format('woff2'),
url('fuentes/Exo-Bold-webfont.woff') format('woff'),
url('fuentes/Exo-Bold-webfont.ttf') format('truetype'),
url('fuentes/Exo-Bold-webfont.svg#exobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exothinitalic';
src: url('fuentes/Exo-ThinItalic-webfont.eot');
src: url('fuentes/Exo-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('fuentes/Exo-ThinItalic-webfont.woff2') format('woff2'),
url('fuentes/Exo-ThinItalic-webfont.woff') format('woff'),
url('fuentes/Exo-ThinItalic-webfont.ttf') format('truetype'),
url('fuentes/Exo-ThinItalic-webfont.svg#exothinitalic') format('svg');
font-weight: normal;
font-style: normal;
}
/*================================================*/
body{
font-family: 'exolight';
background-color: #efefef;
}
.titulo{
font-family: 'exobold';
color: #0D47A1;
}
.titulo a {
color: #212121;
}
a{
color: #D81B60;
}
blockquote {
font-family: 'exothinitalic';
}
.footer-cita{
background-color: #BDBDBD;
border: 0px;
}
.comments{
margin-top: 15px;
margin-bottom:0px;
background-color: #BDBDBD;
}
h2.featurette-heading a {
text-decoration: none;
}
.piefoto p {
font-size: 0.7em;
color: #2d4469;
}
.bg {
width: 100%;
background-image: url(images/404.png);
background-repeat: no-repeat;
background-position: cover;
height: 100%;
}
footer {
margin-top: 10px;
background-color: #222;
border-color: #080808;
}
.nav-color {
background-color: #1976D2;
color: #FFF;
border-color: #000;
}
.nav-color a {
color: #FFF;
}
.nav-color a:hover {
color: #000;
}
footer {
margin-top: 10px;
padding-top: 15px;
background-color: #1976D2;
border-color: #EEE;
color: #FFF;
}
.post-par {
-webkit-box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
-moz-box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
box-shadow: 11px 13px 22px 0px rgba(207, 195, 207, 1);
}
.cuadrada{
width: 140px;
height: 140px;
}
footer{
border: 1px #000 solid;
}
.centrar{
text-align: center;
}
.centrar h2 {
font-family: 'exobold';
}
.colum-content{
text-align: justify;
}
footer a{
color: #8BC34A;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
.navbar-wrapper .container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
/*margin-top: 120px;*/
}
} | 0.277571 | 0.040541 |
width:80%;
min-width: 960px;
margin:0 auto;
min-height:400px;
position: relative;
}
#pc div#tooltip {
position: absolute;
font-size:11px;
top:0;
bottom:0;
z-index:9;
color:#333;
display: none;
}
#pc div#tooltip div {
width: 180px;
background: rgba(0,0,0,0.8);
padding:5px;
color:#fff;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#pc div#tooltip.visible {
display: block;
}
#pc div#tooltip h4 {
margin: 2px;
font-weight: 400;
text-transform: uppercase;
}
#pc svg {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
margin:0 auto;
display: block;
}
#pc svg #columns line {
shape-rendering: crispEdges;
stroke:#666;
stroke-width:1;
fill:none;
}
#pc svg #keys circle {
stroke:none;
fill:#333;
}
#pc svg #keys path {
stroke:#4040e8;
stroke-opacity:0.2;
stroke-width:1;
fill:none;
}
#pc svg #keys text {
fill:#000;
font-size: 12px;
text-anchor: end;
}
#pc svg #keys g .key-label {
cursor: pointer;
}
#pc svg #keys g.new .key-label text {
fill:#339933;
}
#pc svg #keys g.hover .key-label text,
#pc svg #keys g.highlight .key-label text,
#pc svg #keys g.year .key-label text {
fill-opacity:1;
fill:#fff;
}
#pc svg #keys .key-label rect {
fill:#4040e8;
fill-opacity:0;
}
#pc svg #keys g.hover .key-label rect,
#pc svg #keys g.year .key-label rect {
fill-opacity:1;
}
#pc svg #keys g.highlight .key-label rect {
fill-opacity:1;
fill:#333;
}
#pc svg #keys g.hover .key-label rect.hover {
fill-opacity:0;
}
#pc svg #labels .label text {
fill-opacity:0;
text-anchor:middle;
font-weight: normal;
fill:#333;
}
#pc svg #labels .label rect.ix {
fill:#000;
fill-opacity:0;
cursor: pointer;
}
#pc svg #labels g.label path.label {
fill:#fff;
stroke:#4040e8;
fill-opacity:0.8;
stroke-opacity:0.8;
display: none;
}
#pc svg #labels g.hover .label path.label,
#pc svg #labels g.hover .label text {
font-size:12px;
display: block;
fill-opacity:1;
}
#pc svg #labels g.hover .label path.label {
fill-opacity:0.8;
}
#pc svg #labels g.hover.year .label path.label,
#pc svg #labels g.hover.year .label text {
display: none;
fill-opacity:0;
}
#pc svg #labels g.hover.year .label:last-child text {
display: block;
fill-opacity:1;
}
#pc svg #labels g.hover.year .label.year text {
display: block;
fill-opacity:1;
}
#pc svg #keys g.highlight g.connection path,
#pc svg #keys g.highlight g.connection.year path,
#pc svg #keys g.hover g.connection path,
#pc svg #keys g.year g.connection path {
stroke:#4040e8;
stroke-opacity:0.8;
stroke-width:3;
}
#pc svg #keys g.highlight g.connection path,
#pc svg #keys g.highlight g.connection.year path,
#pc svg #labels g.highlight g.label path.label {
stroke:#333;
}
#pc svg #keys .connection path.hover {
stroke-opacity:0;
stroke-width:10;
}
#pc svg #keys .marker circle {
fill:#333;
fill-opacity:1;
}
#pc svg #keys .marker circle.hover {
fill:#4040e8;
fill-opacity:0.2;
}
#pc svg #keys .marker.ordinal circle {
fill-opacity:0;
}
#pc svg #keys .marker text {
text-anchor:middle;
font-size:10px;
fill:#333;
}
#pc svg #keys .marker line {
stroke-width:4;
stroke:#333;
stroke-opacity:0;
}
#pc svg #keys .marker rect {
shape-rendering: crispEdges;
stroke-width:1;
stroke:#4040e8;
stroke-opacity:0;
fill-opacity:0;
}
#pc svg #keys .marker.ordinal line {
stroke-opacity:1;
}
#pc svg #keys .marker.ordinal rect {
stroke-opacity:0.5;
fill-opacity:1;
}
#pc svg #keys g.hover .marker rect,
#pc svg #keys g.year .marker rect {
stroke-width:1;
stroke-opacity:1;
}
#pc svg #keys g.highlight .marker rect {
stroke:#333;
stroke-opacity:1;
}
#pc svg .column text.title {
text-anchor:middle;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
cursor: help;
}
#pc svg .column text.title.first {
text-anchor:end;
}
#pc svg #columns g.axis {
}
#pc svg #columns g.axis line {
shape-rendering: crispEdges;
stroke:#777;
stroke-width:1;
}
#pc svg #columns g.axis g.tick text {
font-size: 10px;
fill:#777;
text-anchor:middle;
}
#pc svg #columns g.axis g.tick.start text {
text-anchor:start;
}
#pc svg #columns g.axis g.tick.end text {
text-anchor:end;
} | parallelcoordinates.css | width:80%;
min-width: 960px;
margin:0 auto;
min-height:400px;
position: relative;
}
#pc div#tooltip {
position: absolute;
font-size:11px;
top:0;
bottom:0;
z-index:9;
color:#333;
display: none;
}
#pc div#tooltip div {
width: 180px;
background: rgba(0,0,0,0.8);
padding:5px;
color:#fff;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#pc div#tooltip.visible {
display: block;
}
#pc div#tooltip h4 {
margin: 2px;
font-weight: 400;
text-transform: uppercase;
}
#pc svg {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
margin:0 auto;
display: block;
}
#pc svg #columns line {
shape-rendering: crispEdges;
stroke:#666;
stroke-width:1;
fill:none;
}
#pc svg #keys circle {
stroke:none;
fill:#333;
}
#pc svg #keys path {
stroke:#4040e8;
stroke-opacity:0.2;
stroke-width:1;
fill:none;
}
#pc svg #keys text {
fill:#000;
font-size: 12px;
text-anchor: end;
}
#pc svg #keys g .key-label {
cursor: pointer;
}
#pc svg #keys g.new .key-label text {
fill:#339933;
}
#pc svg #keys g.hover .key-label text,
#pc svg #keys g.highlight .key-label text,
#pc svg #keys g.year .key-label text {
fill-opacity:1;
fill:#fff;
}
#pc svg #keys .key-label rect {
fill:#4040e8;
fill-opacity:0;
}
#pc svg #keys g.hover .key-label rect,
#pc svg #keys g.year .key-label rect {
fill-opacity:1;
}
#pc svg #keys g.highlight .key-label rect {
fill-opacity:1;
fill:#333;
}
#pc svg #keys g.hover .key-label rect.hover {
fill-opacity:0;
}
#pc svg #labels .label text {
fill-opacity:0;
text-anchor:middle;
font-weight: normal;
fill:#333;
}
#pc svg #labels .label rect.ix {
fill:#000;
fill-opacity:0;
cursor: pointer;
}
#pc svg #labels g.label path.label {
fill:#fff;
stroke:#4040e8;
fill-opacity:0.8;
stroke-opacity:0.8;
display: none;
}
#pc svg #labels g.hover .label path.label,
#pc svg #labels g.hover .label text {
font-size:12px;
display: block;
fill-opacity:1;
}
#pc svg #labels g.hover .label path.label {
fill-opacity:0.8;
}
#pc svg #labels g.hover.year .label path.label,
#pc svg #labels g.hover.year .label text {
display: none;
fill-opacity:0;
}
#pc svg #labels g.hover.year .label:last-child text {
display: block;
fill-opacity:1;
}
#pc svg #labels g.hover.year .label.year text {
display: block;
fill-opacity:1;
}
#pc svg #keys g.highlight g.connection path,
#pc svg #keys g.highlight g.connection.year path,
#pc svg #keys g.hover g.connection path,
#pc svg #keys g.year g.connection path {
stroke:#4040e8;
stroke-opacity:0.8;
stroke-width:3;
}
#pc svg #keys g.highlight g.connection path,
#pc svg #keys g.highlight g.connection.year path,
#pc svg #labels g.highlight g.label path.label {
stroke:#333;
}
#pc svg #keys .connection path.hover {
stroke-opacity:0;
stroke-width:10;
}
#pc svg #keys .marker circle {
fill:#333;
fill-opacity:1;
}
#pc svg #keys .marker circle.hover {
fill:#4040e8;
fill-opacity:0.2;
}
#pc svg #keys .marker.ordinal circle {
fill-opacity:0;
}
#pc svg #keys .marker text {
text-anchor:middle;
font-size:10px;
fill:#333;
}
#pc svg #keys .marker line {
stroke-width:4;
stroke:#333;
stroke-opacity:0;
}
#pc svg #keys .marker rect {
shape-rendering: crispEdges;
stroke-width:1;
stroke:#4040e8;
stroke-opacity:0;
fill-opacity:0;
}
#pc svg #keys .marker.ordinal line {
stroke-opacity:1;
}
#pc svg #keys .marker.ordinal rect {
stroke-opacity:0.5;
fill-opacity:1;
}
#pc svg #keys g.hover .marker rect,
#pc svg #keys g.year .marker rect {
stroke-width:1;
stroke-opacity:1;
}
#pc svg #keys g.highlight .marker rect {
stroke:#333;
stroke-opacity:1;
}
#pc svg .column text.title {
text-anchor:middle;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
cursor: help;
}
#pc svg .column text.title.first {
text-anchor:end;
}
#pc svg #columns g.axis {
}
#pc svg #columns g.axis line {
shape-rendering: crispEdges;
stroke:#777;
stroke-width:1;
}
#pc svg #columns g.axis g.tick text {
font-size: 10px;
fill:#777;
text-anchor:middle;
}
#pc svg #columns g.axis g.tick.start text {
text-anchor:start;
}
#pc svg #columns g.axis g.tick.end text {
text-anchor:end;
} | 0.317215 | 0.045948 |
body {
font-family: "Poppins", sans-serif !important;
margin: 0px;
padding: 0px;
height: 880px;
background-image: url(../image/ats.png);
background-repeat: no-repeat;
background-size: 80%;
background-position: top left;
}
.ts {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.container-fluid {
width: 100%;
display: block;
justify-content: center;
align-items: center;
}
.ats {
height: 130px;
color: white;
}
.stb {
width: 78px;
height: 80px;
margin-left: 40px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
}
.col-5 {
display: inline-flex;
}
.tlss {
margin-top: 40px;
}
.tlss h2 {
color: black;
font-weight: 700;
line-height: 0.7;
}
.tlss p {
color: black;
font-size: 2rem !important;
}
a:hover {
cursor: pointer;
}
.bttn {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 45px;
right: 40px;
color: white !important;
float: left;
border-radius: 10px;
padding: 8px 30px;
background: rgb(0, 135, 255);
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn2 {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 48px;
right: 170px;
color: black;
float: right;
width: 150px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn2:hover {
color: rgb(0, 135, 255);
}
.bttn3 {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 48px;
right: 340px;
color: black;
float: right;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn3:hover {
color: rgb(0, 135, 255);
}
.tx {
margin-top: 130px;
margin-left: 40px;
}
.tx .row {
margin-right: 0;
margin-left: 0;
}
.tx h1 {
color: #233862;
font-size: 7rem;
font-weight: 800;
margin-bottom: 25px;
}
.tx p {
color: black;
z-index: 1;
font-size: 1.5rem;
margin-bottom: 50px;
text-align: justify;
line-height: 2rem;
}
.banner_knn {
overflow: hidden;
position: absolute;
top: 28%;
width: 766px;
height: 516px;
content: "";
background-image: url(../image/10088.png);
background-size: 100% 100%;
right: 1%;
z-index: 9;
}
.btn_1 {
text-decoration: none !important;
margin: 0 20px 0 0;
height: 35px;
padding: 15px 35px;
border-radius: 10px;
background-color: rgb(55, 105, 183);
color: white;
transition: 0.5s;
}
.btn_1:hover {
color: white;
}
.btn_2 {
text-decoration: none !important;
margin: 0 10px 0 0;
height: 35px;
padding: 15px 35px;
border-radius: 10px;
background-color: rgb(105, 157, 238);
color: white;
transition: 0.5s;
}
.btn_2:hover {
color: white;
}
.mm {
height: 1000px;
}
@media screen and (max-width: 1200px) {
.banner_knn {
overflow: hidden;
position: absolute;
top: 220px;
width: 433px;
height: 308px;
content: "";
background-image: url(../image/10088.png);
background-size: 100% 100%;
right: 1%;
z-index: 9;
}
.col-lg-6 {
width: 50%;
}
.tx h1 {
margin-top: 5px;
color: #233862;
font-size: 5rem;
font-weight: 900;
margin-bottom: 15px;
}
.tx p {
color: black;
z-index: 1;
font-size: 1.5rem;
margin-bottom: 15px;
}
.btn_1 {
text-decoration: none !important;
margin: 0 20px 0 0;
height: 25px;
padding: 5px 15px;
border-radius: 5px;
background-color: rgb(55, 105, 183);
color: white;
transition: 0.5s;
}
.btn_1:hover {
color: white;
}
.btn_2 {
text-decoration: none !important;
margin: 0 10px 0 0;
height: 25px;
padding: 5px 15px;
border-radius: 5px;
background-color: rgb(105, 157, 238);
color: white;
transition: 0.5s;
}
.btn_2:hover {
color: white;
}
} | public/css/eler.css | body {
font-family: "Poppins", sans-serif !important;
margin: 0px;
padding: 0px;
height: 880px;
background-image: url(../image/ats.png);
background-repeat: no-repeat;
background-size: 80%;
background-position: top left;
}
.ts {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.container-fluid {
width: 100%;
display: block;
justify-content: center;
align-items: center;
}
.ats {
height: 130px;
color: white;
}
.stb {
width: 78px;
height: 80px;
margin-left: 40px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
}
.col-5 {
display: inline-flex;
}
.tlss {
margin-top: 40px;
}
.tlss h2 {
color: black;
font-weight: 700;
line-height: 0.7;
}
.tlss p {
color: black;
font-size: 2rem !important;
}
a:hover {
cursor: pointer;
}
.bttn {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 45px;
right: 40px;
color: white !important;
float: left;
border-radius: 10px;
padding: 8px 30px;
background: rgb(0, 135, 255);
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn2 {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 48px;
right: 170px;
color: black;
float: right;
width: 150px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn2:hover {
color: rgb(0, 135, 255);
}
.bttn3 {
text-decoration: none !important;
border: none;
outline: none;
position: absolute;
top: 48px;
right: 340px;
color: black;
float: right;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.bttn3:hover {
color: rgb(0, 135, 255);
}
.tx {
margin-top: 130px;
margin-left: 40px;
}
.tx .row {
margin-right: 0;
margin-left: 0;
}
.tx h1 {
color: #233862;
font-size: 7rem;
font-weight: 800;
margin-bottom: 25px;
}
.tx p {
color: black;
z-index: 1;
font-size: 1.5rem;
margin-bottom: 50px;
text-align: justify;
line-height: 2rem;
}
.banner_knn {
overflow: hidden;
position: absolute;
top: 28%;
width: 766px;
height: 516px;
content: "";
background-image: url(../image/10088.png);
background-size: 100% 100%;
right: 1%;
z-index: 9;
}
.btn_1 {
text-decoration: none !important;
margin: 0 20px 0 0;
height: 35px;
padding: 15px 35px;
border-radius: 10px;
background-color: rgb(55, 105, 183);
color: white;
transition: 0.5s;
}
.btn_1:hover {
color: white;
}
.btn_2 {
text-decoration: none !important;
margin: 0 10px 0 0;
height: 35px;
padding: 15px 35px;
border-radius: 10px;
background-color: rgb(105, 157, 238);
color: white;
transition: 0.5s;
}
.btn_2:hover {
color: white;
}
.mm {
height: 1000px;
}
@media screen and (max-width: 1200px) {
.banner_knn {
overflow: hidden;
position: absolute;
top: 220px;
width: 433px;
height: 308px;
content: "";
background-image: url(../image/10088.png);
background-size: 100% 100%;
right: 1%;
z-index: 9;
}
.col-lg-6 {
width: 50%;
}
.tx h1 {
margin-top: 5px;
color: #233862;
font-size: 5rem;
font-weight: 900;
margin-bottom: 15px;
}
.tx p {
color: black;
z-index: 1;
font-size: 1.5rem;
margin-bottom: 15px;
}
.btn_1 {
text-decoration: none !important;
margin: 0 20px 0 0;
height: 25px;
padding: 5px 15px;
border-radius: 5px;
background-color: rgb(55, 105, 183);
color: white;
transition: 0.5s;
}
.btn_1:hover {
color: white;
}
.btn_2 {
text-decoration: none !important;
margin: 0 10px 0 0;
height: 25px;
padding: 5px 15px;
border-radius: 5px;
background-color: rgb(105, 157, 238);
color: white;
transition: 0.5s;
}
.btn_2:hover {
color: white;
}
} | 0.467818 | 0.098166 |
html{
background-color: #333;
font-family: "Roboto";
background-image: url(../img/login.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.container h1.page-header{
text-align:center;
font-size:40px;
color: #444;
position: relative;
}
/* BOX LOGIN */
.box{
position: relative;
margin: auto;
height: auto;
top: 80px;
left: 0;
/* z-index: 200;*/
right: 0;
width:400px;
color:#666;
padding:10px 0px;
border-radius: 10px;
background:rgba(255,255,255,1);
border-top: 2px solid #C0C0C0;
border-bottom: 4px solid #6673FC;
margin-bottom: 100px;
}
.box h1{
margin-left: 40px;
font-size:30px;
}
.show{
display:none;
}
.box button{
background:#6673FC;
border:0;
color:#fff;
padding:10px;
font-size:20px;
width:330px;
margin:20px auto;
display:block;
cursor:pointer;
transition: all 0.4s;
border-radius: 10px;
}
.box button:active{
background:red;
}
.box button:hover{
background:#025aa5;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.box p{
font-size:14px;
text-align:center;
}
.group {
position:relative;
margin-bottom: 35px;
margin-left: 40px;
}
.inputField {
font-size:18px;
padding:10px 10px 10px 5px;
display:block;
width:300px;
border:none;
border-bottom:1px solid #757575;
}
.inputField:focus { outline:none;}
/* LABEL */
label.inputName{
color:#999;
font-size:18px;
font-weight:normal;
position:absolute;
pointer-events:none;
left:5px;
top:10px;
transition:0.2s ease all;
}
/* active state */
.inputField:focus ~ label, .inputField:valid ~ label {
top:-20px;
font-size:14px;
color:#6673FC;
}
/* BOTTOM BARS */
.bar { position:relative; display:block; width:300px; }
.bar:before, .bar:after {
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#6673FC;
transition:0.2s ease all;
}
.bar:before {
left:50%;
}
.bar:after {
right:50%;
}
.inputField:focus ~ .bar:before, .inputField:focus ~ .bar:after {
width:50%;
}
.inputField:focus ~ .highlight {
animation:inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
#forgot:hover{
color: #6673FC;
cursor: pointer;
text-decoration-line: underline;
}
.clicked{
text-decoration: none;
color: #fff;
}
.box.box1{
display: none;
height: 250px;
} | assets/vendor/css/agent-login.css | html{
background-color: #333;
font-family: "Roboto";
background-image: url(../img/login.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.container h1.page-header{
text-align:center;
font-size:40px;
color: #444;
position: relative;
}
/* BOX LOGIN */
.box{
position: relative;
margin: auto;
height: auto;
top: 80px;
left: 0;
/* z-index: 200;*/
right: 0;
width:400px;
color:#666;
padding:10px 0px;
border-radius: 10px;
background:rgba(255,255,255,1);
border-top: 2px solid #C0C0C0;
border-bottom: 4px solid #6673FC;
margin-bottom: 100px;
}
.box h1{
margin-left: 40px;
font-size:30px;
}
.show{
display:none;
}
.box button{
background:#6673FC;
border:0;
color:#fff;
padding:10px;
font-size:20px;
width:330px;
margin:20px auto;
display:block;
cursor:pointer;
transition: all 0.4s;
border-radius: 10px;
}
.box button:active{
background:red;
}
.box button:hover{
background:#025aa5;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.box p{
font-size:14px;
text-align:center;
}
.group {
position:relative;
margin-bottom: 35px;
margin-left: 40px;
}
.inputField {
font-size:18px;
padding:10px 10px 10px 5px;
display:block;
width:300px;
border:none;
border-bottom:1px solid #757575;
}
.inputField:focus { outline:none;}
/* LABEL */
label.inputName{
color:#999;
font-size:18px;
font-weight:normal;
position:absolute;
pointer-events:none;
left:5px;
top:10px;
transition:0.2s ease all;
}
/* active state */
.inputField:focus ~ label, .inputField:valid ~ label {
top:-20px;
font-size:14px;
color:#6673FC;
}
/* BOTTOM BARS */
.bar { position:relative; display:block; width:300px; }
.bar:before, .bar:after {
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#6673FC;
transition:0.2s ease all;
}
.bar:before {
left:50%;
}
.bar:after {
right:50%;
}
.inputField:focus ~ .bar:before, .inputField:focus ~ .bar:after {
width:50%;
}
.inputField:focus ~ .highlight {
animation:inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
#forgot:hover{
color: #6673FC;
cursor: pointer;
text-decoration-line: underline;
}
.clicked{
text-decoration: none;
color: #fff;
}
.box.box1{
display: none;
height: 250px;
} | 0.262464 | 0.057361 |
html
{
font-family: 'Oxygen', sans-serif;
font-size: 11px;
}
body{
font-family: 'Oxygen', sans-serif;
font-size: 11px;
background-color: #faf8ec;
margin: 0px;
}
a{
text-decoration: none;
color: #000;
}
a:hover{
text-decoration: none;
}
/* Forms */
input[type="text"]
,select
{
height: 34px;
padding: 0 5px;
width: 100%;
font-size: 13px;
}
textarea{
width: 100%;
font-size: 13px;
}
.form-field-group-container{
background-color: white;
border: 1px solid #e7e5e5;
box-shadow: -3px 3px 3px #b9b8af;
margin: 0 16px 13px 0;
float: left;
}
.form-field-group-container.last{
margin-right: 0;
}
.form-field-group-container.size-p-100{
width: 100%;
}
.form-field-group-container.size-p-75{
width: calc(75% - 10px);
}
.form-field-group-container.size-p-50{
width: calc(50% - 10px);
}
.form-field-group-container.size-p-33{
width: calc(33% - 9px);
}
.form-field-group-container.size-p-25{
width: calc(25% - 14px);
}
.form-field-group-container.size-p-26{
width: calc(26% - 11px);
}
.form-field-group-container.size-p-20{
width: calc(20% - 12px);
}
.form-field-group{
padding: 25px 30px 30px;
}
.form-field-group .title
,.view-field-group .title
{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid #c7c5c5;
padding-bottom: 20px;
margin-bottom: 20px;
}
.form-field{
float: left;
padding: 8px 5px 5px 0;
}
.form-field label{
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin-bottom: 6px;
}
.form-field.size-p-100{
width: 98%;
}
.form-field.size-p-90{
width: 88%;
}
.form-field.size-p-70{
width: 68%;
}
.form-field.size-p-50{
width: 47%;
}
.form-field.size-p-40{
width: 38%;
}
.form-field.size-p-30{
width: 28%;
}
.form-field.size-p-20{
width: 17%;
}
.form-field.size-p-15{
width: 13%;
}
.form-field.size-p-10{
width: 8%;
}
/* Buttons */
.button-orange{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
color: #fff;
background-color: #f19012;
border: 2px solid #f19012;
}
.button-transparent{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
background-color: transparent;
border: 2px solid black;
}
/* Tables */
.list-table{
}
.list-table-header
, .list-table-row
{
float: none;
clear: both;
border-bottom: 1px solid #e7e5e5;
min-height: 43px;
}
.list-table-row.row-big{
min-height: 120px;
}
.list-table-header{
text-transform: uppercase;
font-weight: bold;
background: transparent url("../img/header-background.png") repeat right top;
}
.list-table-row:hover{
background-color: #f6f6f6;
}
.list-field{
float: left;
min-height: 44px;
}
.list-field.list-field-20{
width: 20%;
}
.list-field.list-field-10{
width: 10%;
}
.list-field-content{
padding: 15px 20px;
border-right: 1px solid #e7e5e5;
min-height: 14px;
text-align: center;
}
.list-table-row.row-big .list-field-content{
min-height: 120px;
}
.list-field-content.content-image{
padding: 5px;
}
.list-field-content.content-image img{
width: 100%;
}
/* General Elements / Util */
.clearfix{
float: none;
clear: both;
}
.hidden{
display: none;
}
.button-tag-green{
float: left;
background-color: #c6f8c9;
height: 14px;
padding: 5px 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
border: 2px solid black;
}
/* Totals */
.totals-container{
float: right;
width: 200px;
padding: 30px 0;
text-align: right;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.totals-container .total{
font-size: 18px;
}
.totals-container .total .value
,.totals-container .total .totals-label
{
background-color: #ecfaef;
}
.totals-container .value{
width: 100px;
float: right;
padding: 9px;
}
.totals-container .totals-label{
width: 100px;
float: left;
padding: 9px;
}
/* Master Container */
#master-container{
margin-left: 151px;
}
#master-container.menu-collapsed{
margin-left: 38px;
}
/* Main Menu */
#main-menu-container{
width: 151px;
height: 100%;
position: fixed;
z-index: 30;
background-color: #2f2e2e;
overflow: hidden;
}
#main-menu-container.menu-collapsed{
width: 38px;
}
#main-menu-header{
padding: 14px 17px 15px;
background-color: #202020;
text-align: right;
cursor: pointer;
}
#main-menu-header .arrow{
/*
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
*/
}
#main-menu-container.menu-collapsed #main-menu-header .arrow{
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
#main-menu{
width: 151px;
}
#main-menu ul{
list-style: none;
padding: 0;
margin: 0;
}
#main-menu li{
height: 36px;
color: #fff;
font-size: 12px;
padding: 8px 0 0 8px;
cursor: pointer;
}
#main-menu li:hover{
background-color: #202020;
}
#main-menu li span{
margin-left: 12px;
position: relative;
top: 2px;
}
#main-menu .admin-menu-list{
margin-top: 36px;
}
/* Floating Menu */
.main-menu-item:hover .float-menu-cont{
display: block;
}
.float-menu-cont{
position: fixed;
z-index: 40;
left: 155px;
width: 325px;
border: 1px solid #a5a5a5;
border-radius: 5px;
background-color: #fff;
display: none;
}
.menu-collapsed .float-menu-cont{
left: 45px;
}
.main-menu-item.purchases .float-menu-cont{
top: 61px;
}
.main-menu-item.inventory .float-menu-cont{
top: 99px;
}
.main-menu-item.sales .float-menu-cont{
top: 120px;
}
.float-menu-cont .float-pointer{
border-top: 1px solid #a5a5a5;
border-left: 1px solid #a5a5a5;
width: 20px;
height: 20px;
background-color: #fff;
position: absolute;
top: 70px;
left: -11px;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
transform: rotate(-45deg);
}
.float-menu-cont .menu-container{
padding: 22px;
line-height: 1.5;
}
.float-menu-cont .menu-container a{
color: #245f85;
font-size: 12px;
font-weight: bold;
}
.float-menu-cont .float-menu-separator{
border-top: 1px solid #d1d1cf;
margin: 8px 0;
}
.float-menu-cont .menu-container-left{
width: 135px;
padding-right: 15px;
border-right: 1px solid #d1d1cf;
float: left;
}
.float-menu-cont .menu-container-right{
width: 135px;
padding-left: 15px;
float: right;
}
.float-menu-cont .search-bar-container{
padding: 17px 13px;
background-color: #797979;
}
#search-bar-form{
margin: 0;
}
/* Top Header Template */
#header-container{
height: 53px;
background: transparent url("../img/header-background.png") repeat right top;
}
#logo-container{
float: left;
padding: 12px 24px;
}
#header-right-container{
float: right;
}
#header-search
, #header-right-icons
, #header-user-menu-button
{
display: inline-block;
height: 53px;
vertical-align: top;
}
#header-search{
height: 35px;
padding: 9px;
}
#s{
width: 415px;
padding-left: 32px;
}
#header-right-icons{
height: 27px;
padding: 13px;
}
#header-user-menu-button{
padding: 21px;
height: 11px;
text-align: center;
border-left: 1px solid #e8e8e8;
}
#header-user-menu-button .name-text{
font-size: 12px;
}
#header-user-menu-button .name-text
,#header-user-menu-button .arrow
{
display: inline-block;
}
/* Second Navigation Header Template */
#secondary-navigation-container{
height: 49px;
padding: 12px 24px;
background-color: #e1e1e1;
border-top: 1px solid #c7c5c5;
border-bottom: 1px solid #c7c5c5;
}
#secondary-navigation-container .secondary-texts{
float: left;
}
#secondary-navigation-container .secondary-controls{
float: right;
}
#secondary-navigation-container .big-title{
font-weight: bold;
font-size: 18px;
}
#secondary-navigation-container .subtitle{
font-style: italic;
font-size: 10px;
}
.button-top{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
}
#submit-top{
color: #fff;
background-color: #f19012;
border: 2px solid #f19012;
}
#cancel-top, #edit-top{
background-color: transparent;
border: 2px solid black;
}
#add-product-button{
border: 2px solid black;
}
/* Main Content Template */
.main-content-container
,.view-master-container
{
padding: 10px;
}
/* Double Column Layout */
.left-column{
width: calc(33% - 7px);
float: left;
}
.right-column{
width: calc(67% - 7px);
float: right;
}
/* Inherited from sample angular app */
.phone-images {
background-color: white;
width: 450px;
height: 450px;
overflow: hidden;
position: relative;
float: left;
}
.phones {
list-style: none;
}
.thumb {
float: left;
margin: -0.5em 1em 1.5em 0;
padding-bottom: 1em;
height: 100px;
width: 100px;
}
.phones li {
clear: both;
height: 115px;
padding-top: 15px;
}
/** Detail View **/
img.phone {
float: left;
margin-right: 3em;
margin-bottom: 2em;
background-color: white;
padding: 2em;
height: 400px;
width: 400px;
display: none;
}
img.phone:first-child {
display: block;
}
ul.phone-thumbs {
margin: 0;
list-style: none;
}
ul.phone-thumbs li {
border: 1px solid black;
display: inline-block;
margin: 1em;
background-color: white;
}
ul.phone-thumbs img {
height: 100px;
width: 100px;
padding: 1em;
}
ul.phone-thumbs img:hover {
cursor: pointer;
}
ul.specs {
clear: both;
margin: 0;
padding: 0;
list-style: none;
}
ul.specs > li{
display: inline-block;
width: 200px;
vertical-align: top;
}
ul.specs > li > span{
font-weight: bold;
font-size: 1.2em;
}
ul.specs dt {
font-weight: bold;
}
h1 {
border-bottom: 1px solid gray;
}
/* juangalf */
.highligth-text{
font-weight: bold;
text-transform: uppercase;
}
.image-small-50{
width: 50px;
}
.table-triton th{
text-transform: uppercase;
background: transparent url("../img/header-background.png") repeat right top;
}
/* Views */
.view-main-container .field-label{
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.view-main-container .field-content{
font-size: 14px;
margin-bottom: 6px;
}
/* Inventory list */
.buttons-container{
float: right;
padding-top: 20px;
}
/* Inventory-create */
.triton-form.create-form.material-form .form-field-group-container.row1{
height: 330px;
}
.triton-form.create-form.material-form .form-field-group-container.row2{
height: 392px;
}
.triton-form.create-form.material-form .form-field-group-container.row3{
height: 509px;
}
.triton-form.create-form.material-form .unit-markup{
padding-top: 20px;
}
.triton-form.create-form.material-form .equals-markup{
padding-top: 20px;
text-align: center;
}
.triton-form.create-form.material-form .field-altName{
height: 100px;
}
.triton-form.create-form.material-form .field-description{
height: 169px;
}
.triton-form.create-form.material-form .field-notes
,.triton-form.create-form.material-form .field-instructions
,.triton-form.create-form.material-form .field-disclaimer
{
height: 111px;
}
/* Inventory View */
.view-main-container{
padding: 20px;
}
.view-material-detail .view-field-group.field-group-image{
width: 200px;
height: 200px;
float: left;
background-color: gainsboro;
border: 1px solid whitesmoke;
border-radius: 3px;
margin-right: 10px;
}
.view-material-detail .view-field-group.field-group-top-right{
margin: 30px;
}
.view-material-detail .field-name{
font-size: 18px;
font-weight: bold;
}
.view-material-detail .view-field-group.field-group-left{
float: left;
width: 25%;
}
.view-material-detail .view-field-group.field-group-left .field-type{
font-weight: bold;
font-size: 18px;
}
.view-material-detail .view-field-group.field-group-center{
float: left;
width: 50%;
height: 360px;
padding: 0 30px 0 1px;
}
.view-material-detail .view-field-group.field-group-center .label-price_1
,.view-material-detail .view-field-group.field-group-center .label-price_2
,.view-material-detail .view-field-group.field-group-center .label-price_3
,.view-material-detail .view-field-group.field-group-center .label-price_4
{
float: left;
width: 100px;
padding-top: 4px;
}
.view-material-detail .view-field-group.field-group-right_1
,.view-material-detail .view-field-group.field-group-right_2
,.view-material-detail .view-field-group.field-group-right_3
{
float: right;
width: 25%;
}
.view-material-detail .view-field-group.field-group-right_2
,.view-material-detail .view-field-group.field-group-right_3
{
margin-top: 30px;
}
.pagination > li > a{
cursor: pointer;
}
.this{
font-size: 40px !important;
}
.not-this{
color: red !important;
}
.also{
color: pink !important;
}
.view-material-detail .label-inventory_in_stock
, .view-material-detail .label-inventory_available
{
float: left;
width: 50%;
padding: 5px;
}
.view-material-detail .field-inventory_in_stock
, .view-material-detail .field-inventory_available
{
float: right;
width: 50%;
text-align: right;
padding-right: 20px;
}
/* Vans detail */
.page-van-view .triton-form.van-add-product .left-section{
width: 70%;
float: left;
}
.page-van-view .triton-form.van-add-product .right-section{
width: 30%;
float: right;
}
.page-van-view #van-add-product{
margin-top: 32px;
}
/* Returns View */
.page-return-view #return-add-product{
margin-top: 32px;
}
/* Autocomplete (beta) */
.autocomplete-menu{
position: absolute;
list-style: none;
width: 339px;
background-color: white;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
padding: 0;
}
.autocomplete-item{
cursor: default;
padding: 5px;
}
.autocomplete-item:hover{
background-color: #eee;
}
/*override jqueryui autocomplete background*/
.ui-autocomplete {
position: absolute;
z-index: 1000;
cursor: default;
padding: 0;
margin-top: 2px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
padding: 7px 1em 3px 0.4em !important;
height: 30px;
font-weight: bold;
}
.ui-autocomplete > li.ui-state-focus {
background-color: #DDD;
}
.ui-helper-hidden-accessible {
display: none;
}
.has-error{
border:1px solid #f00;
}
#salesOrderForm .radio-label{
font-size: 11px;
font-weight: bold;
padding-right: 10px;
text-transform: uppercase;
}
.stock-info{
font-weight: bold;
}
.so-checkbox-align{
padding-top: 30px;
}
.so-chekcbox-inline-label{
font-size: 11px;
font-weight: bold;
margin-bottom: 6px;
text-transform: uppercase;
}
#salesOrderForm .form-field-group-container.row2{
height: 537px;
}
#salesOrderForm .form-field-group-container.row3{
height: 311px;
}
.status-100-fulfilled{
background-color: #c6f8c9;
color: #3c763d;
font-weight: bold;
}
.status-partial-fulfilled{
background-color: #f8f4c6;
font-weight: bold;
}
.status-closed{
background-color: #fff2e2;
font-weight: bold;
}
.status-other{
background-color: #c6e6f8;
font-weight: bold;
}
.triton-salesorder-list td{
padding: 0px !important;
}
.triton-salesorder-list td div{
padding: 8px !important;
}
.center-align{
text-align: center;
}
.cursor{
cursor: pointer;
}
th.dow{
font-weight: normal !important;
font-size: 8px !important;
}
.customh5{
font-weight: bold !important;
}
.customh2{
font-size: 18px !important;
}
.customp{
font-family: 'Oxygen',sans-serif;font-size: 11px !important;
} | triton.scm.phalcon.scm/client/css/app.css | html
{
font-family: 'Oxygen', sans-serif;
font-size: 11px;
}
body{
font-family: 'Oxygen', sans-serif;
font-size: 11px;
background-color: #faf8ec;
margin: 0px;
}
a{
text-decoration: none;
color: #000;
}
a:hover{
text-decoration: none;
}
/* Forms */
input[type="text"]
,select
{
height: 34px;
padding: 0 5px;
width: 100%;
font-size: 13px;
}
textarea{
width: 100%;
font-size: 13px;
}
.form-field-group-container{
background-color: white;
border: 1px solid #e7e5e5;
box-shadow: -3px 3px 3px #b9b8af;
margin: 0 16px 13px 0;
float: left;
}
.form-field-group-container.last{
margin-right: 0;
}
.form-field-group-container.size-p-100{
width: 100%;
}
.form-field-group-container.size-p-75{
width: calc(75% - 10px);
}
.form-field-group-container.size-p-50{
width: calc(50% - 10px);
}
.form-field-group-container.size-p-33{
width: calc(33% - 9px);
}
.form-field-group-container.size-p-25{
width: calc(25% - 14px);
}
.form-field-group-container.size-p-26{
width: calc(26% - 11px);
}
.form-field-group-container.size-p-20{
width: calc(20% - 12px);
}
.form-field-group{
padding: 25px 30px 30px;
}
.form-field-group .title
,.view-field-group .title
{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid #c7c5c5;
padding-bottom: 20px;
margin-bottom: 20px;
}
.form-field{
float: left;
padding: 8px 5px 5px 0;
}
.form-field label{
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin-bottom: 6px;
}
.form-field.size-p-100{
width: 98%;
}
.form-field.size-p-90{
width: 88%;
}
.form-field.size-p-70{
width: 68%;
}
.form-field.size-p-50{
width: 47%;
}
.form-field.size-p-40{
width: 38%;
}
.form-field.size-p-30{
width: 28%;
}
.form-field.size-p-20{
width: 17%;
}
.form-field.size-p-15{
width: 13%;
}
.form-field.size-p-10{
width: 8%;
}
/* Buttons */
.button-orange{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
color: #fff;
background-color: #f19012;
border: 2px solid #f19012;
}
.button-transparent{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
background-color: transparent;
border: 2px solid black;
}
/* Tables */
.list-table{
}
.list-table-header
, .list-table-row
{
float: none;
clear: both;
border-bottom: 1px solid #e7e5e5;
min-height: 43px;
}
.list-table-row.row-big{
min-height: 120px;
}
.list-table-header{
text-transform: uppercase;
font-weight: bold;
background: transparent url("../img/header-background.png") repeat right top;
}
.list-table-row:hover{
background-color: #f6f6f6;
}
.list-field{
float: left;
min-height: 44px;
}
.list-field.list-field-20{
width: 20%;
}
.list-field.list-field-10{
width: 10%;
}
.list-field-content{
padding: 15px 20px;
border-right: 1px solid #e7e5e5;
min-height: 14px;
text-align: center;
}
.list-table-row.row-big .list-field-content{
min-height: 120px;
}
.list-field-content.content-image{
padding: 5px;
}
.list-field-content.content-image img{
width: 100%;
}
/* General Elements / Util */
.clearfix{
float: none;
clear: both;
}
.hidden{
display: none;
}
.button-tag-green{
float: left;
background-color: #c6f8c9;
height: 14px;
padding: 5px 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
border: 2px solid black;
}
/* Totals */
.totals-container{
float: right;
width: 200px;
padding: 30px 0;
text-align: right;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.totals-container .total{
font-size: 18px;
}
.totals-container .total .value
,.totals-container .total .totals-label
{
background-color: #ecfaef;
}
.totals-container .value{
width: 100px;
float: right;
padding: 9px;
}
.totals-container .totals-label{
width: 100px;
float: left;
padding: 9px;
}
/* Master Container */
#master-container{
margin-left: 151px;
}
#master-container.menu-collapsed{
margin-left: 38px;
}
/* Main Menu */
#main-menu-container{
width: 151px;
height: 100%;
position: fixed;
z-index: 30;
background-color: #2f2e2e;
overflow: hidden;
}
#main-menu-container.menu-collapsed{
width: 38px;
}
#main-menu-header{
padding: 14px 17px 15px;
background-color: #202020;
text-align: right;
cursor: pointer;
}
#main-menu-header .arrow{
/*
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
*/
}
#main-menu-container.menu-collapsed #main-menu-header .arrow{
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
#main-menu{
width: 151px;
}
#main-menu ul{
list-style: none;
padding: 0;
margin: 0;
}
#main-menu li{
height: 36px;
color: #fff;
font-size: 12px;
padding: 8px 0 0 8px;
cursor: pointer;
}
#main-menu li:hover{
background-color: #202020;
}
#main-menu li span{
margin-left: 12px;
position: relative;
top: 2px;
}
#main-menu .admin-menu-list{
margin-top: 36px;
}
/* Floating Menu */
.main-menu-item:hover .float-menu-cont{
display: block;
}
.float-menu-cont{
position: fixed;
z-index: 40;
left: 155px;
width: 325px;
border: 1px solid #a5a5a5;
border-radius: 5px;
background-color: #fff;
display: none;
}
.menu-collapsed .float-menu-cont{
left: 45px;
}
.main-menu-item.purchases .float-menu-cont{
top: 61px;
}
.main-menu-item.inventory .float-menu-cont{
top: 99px;
}
.main-menu-item.sales .float-menu-cont{
top: 120px;
}
.float-menu-cont .float-pointer{
border-top: 1px solid #a5a5a5;
border-left: 1px solid #a5a5a5;
width: 20px;
height: 20px;
background-color: #fff;
position: absolute;
top: 70px;
left: -11px;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
transform: rotate(-45deg);
}
.float-menu-cont .menu-container{
padding: 22px;
line-height: 1.5;
}
.float-menu-cont .menu-container a{
color: #245f85;
font-size: 12px;
font-weight: bold;
}
.float-menu-cont .float-menu-separator{
border-top: 1px solid #d1d1cf;
margin: 8px 0;
}
.float-menu-cont .menu-container-left{
width: 135px;
padding-right: 15px;
border-right: 1px solid #d1d1cf;
float: left;
}
.float-menu-cont .menu-container-right{
width: 135px;
padding-left: 15px;
float: right;
}
.float-menu-cont .search-bar-container{
padding: 17px 13px;
background-color: #797979;
}
#search-bar-form{
margin: 0;
}
/* Top Header Template */
#header-container{
height: 53px;
background: transparent url("../img/header-background.png") repeat right top;
}
#logo-container{
float: left;
padding: 12px 24px;
}
#header-right-container{
float: right;
}
#header-search
, #header-right-icons
, #header-user-menu-button
{
display: inline-block;
height: 53px;
vertical-align: top;
}
#header-search{
height: 35px;
padding: 9px;
}
#s{
width: 415px;
padding-left: 32px;
}
#header-right-icons{
height: 27px;
padding: 13px;
}
#header-user-menu-button{
padding: 21px;
height: 11px;
text-align: center;
border-left: 1px solid #e8e8e8;
}
#header-user-menu-button .name-text{
font-size: 12px;
}
#header-user-menu-button .name-text
,#header-user-menu-button .arrow
{
display: inline-block;
}
/* Second Navigation Header Template */
#secondary-navigation-container{
height: 49px;
padding: 12px 24px;
background-color: #e1e1e1;
border-top: 1px solid #c7c5c5;
border-bottom: 1px solid #c7c5c5;
}
#secondary-navigation-container .secondary-texts{
float: left;
}
#secondary-navigation-container .secondary-controls{
float: right;
}
#secondary-navigation-container .big-title{
font-weight: bold;
font-size: 18px;
}
#secondary-navigation-container .subtitle{
font-style: italic;
font-size: 10px;
}
.button-top{
height: 28px;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
margin: 0 8px;
cursor: pointer;
}
#submit-top{
color: #fff;
background-color: #f19012;
border: 2px solid #f19012;
}
#cancel-top, #edit-top{
background-color: transparent;
border: 2px solid black;
}
#add-product-button{
border: 2px solid black;
}
/* Main Content Template */
.main-content-container
,.view-master-container
{
padding: 10px;
}
/* Double Column Layout */
.left-column{
width: calc(33% - 7px);
float: left;
}
.right-column{
width: calc(67% - 7px);
float: right;
}
/* Inherited from sample angular app */
.phone-images {
background-color: white;
width: 450px;
height: 450px;
overflow: hidden;
position: relative;
float: left;
}
.phones {
list-style: none;
}
.thumb {
float: left;
margin: -0.5em 1em 1.5em 0;
padding-bottom: 1em;
height: 100px;
width: 100px;
}
.phones li {
clear: both;
height: 115px;
padding-top: 15px;
}
/** Detail View **/
img.phone {
float: left;
margin-right: 3em;
margin-bottom: 2em;
background-color: white;
padding: 2em;
height: 400px;
width: 400px;
display: none;
}
img.phone:first-child {
display: block;
}
ul.phone-thumbs {
margin: 0;
list-style: none;
}
ul.phone-thumbs li {
border: 1px solid black;
display: inline-block;
margin: 1em;
background-color: white;
}
ul.phone-thumbs img {
height: 100px;
width: 100px;
padding: 1em;
}
ul.phone-thumbs img:hover {
cursor: pointer;
}
ul.specs {
clear: both;
margin: 0;
padding: 0;
list-style: none;
}
ul.specs > li{
display: inline-block;
width: 200px;
vertical-align: top;
}
ul.specs > li > span{
font-weight: bold;
font-size: 1.2em;
}
ul.specs dt {
font-weight: bold;
}
h1 {
border-bottom: 1px solid gray;
}
/* juangalf */
.highligth-text{
font-weight: bold;
text-transform: uppercase;
}
.image-small-50{
width: 50px;
}
.table-triton th{
text-transform: uppercase;
background: transparent url("../img/header-background.png") repeat right top;
}
/* Views */
.view-main-container .field-label{
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.view-main-container .field-content{
font-size: 14px;
margin-bottom: 6px;
}
/* Inventory list */
.buttons-container{
float: right;
padding-top: 20px;
}
/* Inventory-create */
.triton-form.create-form.material-form .form-field-group-container.row1{
height: 330px;
}
.triton-form.create-form.material-form .form-field-group-container.row2{
height: 392px;
}
.triton-form.create-form.material-form .form-field-group-container.row3{
height: 509px;
}
.triton-form.create-form.material-form .unit-markup{
padding-top: 20px;
}
.triton-form.create-form.material-form .equals-markup{
padding-top: 20px;
text-align: center;
}
.triton-form.create-form.material-form .field-altName{
height: 100px;
}
.triton-form.create-form.material-form .field-description{
height: 169px;
}
.triton-form.create-form.material-form .field-notes
,.triton-form.create-form.material-form .field-instructions
,.triton-form.create-form.material-form .field-disclaimer
{
height: 111px;
}
/* Inventory View */
.view-main-container{
padding: 20px;
}
.view-material-detail .view-field-group.field-group-image{
width: 200px;
height: 200px;
float: left;
background-color: gainsboro;
border: 1px solid whitesmoke;
border-radius: 3px;
margin-right: 10px;
}
.view-material-detail .view-field-group.field-group-top-right{
margin: 30px;
}
.view-material-detail .field-name{
font-size: 18px;
font-weight: bold;
}
.view-material-detail .view-field-group.field-group-left{
float: left;
width: 25%;
}
.view-material-detail .view-field-group.field-group-left .field-type{
font-weight: bold;
font-size: 18px;
}
.view-material-detail .view-field-group.field-group-center{
float: left;
width: 50%;
height: 360px;
padding: 0 30px 0 1px;
}
.view-material-detail .view-field-group.field-group-center .label-price_1
,.view-material-detail .view-field-group.field-group-center .label-price_2
,.view-material-detail .view-field-group.field-group-center .label-price_3
,.view-material-detail .view-field-group.field-group-center .label-price_4
{
float: left;
width: 100px;
padding-top: 4px;
}
.view-material-detail .view-field-group.field-group-right_1
,.view-material-detail .view-field-group.field-group-right_2
,.view-material-detail .view-field-group.field-group-right_3
{
float: right;
width: 25%;
}
.view-material-detail .view-field-group.field-group-right_2
,.view-material-detail .view-field-group.field-group-right_3
{
margin-top: 30px;
}
.pagination > li > a{
cursor: pointer;
}
.this{
font-size: 40px !important;
}
.not-this{
color: red !important;
}
.also{
color: pink !important;
}
.view-material-detail .label-inventory_in_stock
, .view-material-detail .label-inventory_available
{
float: left;
width: 50%;
padding: 5px;
}
.view-material-detail .field-inventory_in_stock
, .view-material-detail .field-inventory_available
{
float: right;
width: 50%;
text-align: right;
padding-right: 20px;
}
/* Vans detail */
.page-van-view .triton-form.van-add-product .left-section{
width: 70%;
float: left;
}
.page-van-view .triton-form.van-add-product .right-section{
width: 30%;
float: right;
}
.page-van-view #van-add-product{
margin-top: 32px;
}
/* Returns View */
.page-return-view #return-add-product{
margin-top: 32px;
}
/* Autocomplete (beta) */
.autocomplete-menu{
position: absolute;
list-style: none;
width: 339px;
background-color: white;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
padding: 0;
}
.autocomplete-item{
cursor: default;
padding: 5px;
}
.autocomplete-item:hover{
background-color: #eee;
}
/*override jqueryui autocomplete background*/
.ui-autocomplete {
position: absolute;
z-index: 1000;
cursor: default;
padding: 0;
margin-top: 2px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
padding: 7px 1em 3px 0.4em !important;
height: 30px;
font-weight: bold;
}
.ui-autocomplete > li.ui-state-focus {
background-color: #DDD;
}
.ui-helper-hidden-accessible {
display: none;
}
.has-error{
border:1px solid #f00;
}
#salesOrderForm .radio-label{
font-size: 11px;
font-weight: bold;
padding-right: 10px;
text-transform: uppercase;
}
.stock-info{
font-weight: bold;
}
.so-checkbox-align{
padding-top: 30px;
}
.so-chekcbox-inline-label{
font-size: 11px;
font-weight: bold;
margin-bottom: 6px;
text-transform: uppercase;
}
#salesOrderForm .form-field-group-container.row2{
height: 537px;
}
#salesOrderForm .form-field-group-container.row3{
height: 311px;
}
.status-100-fulfilled{
background-color: #c6f8c9;
color: #3c763d;
font-weight: bold;
}
.status-partial-fulfilled{
background-color: #f8f4c6;
font-weight: bold;
}
.status-closed{
background-color: #fff2e2;
font-weight: bold;
}
.status-other{
background-color: #c6e6f8;
font-weight: bold;
}
.triton-salesorder-list td{
padding: 0px !important;
}
.triton-salesorder-list td div{
padding: 8px !important;
}
.center-align{
text-align: center;
}
.cursor{
cursor: pointer;
}
th.dow{
font-weight: normal !important;
font-size: 8px !important;
}
.customh5{
font-weight: bold !important;
}
.customh2{
font-size: 18px !important;
}
.customp{
font-family: 'Oxygen',sans-serif;font-size: 11px !important;
} | 0.294519 | 0.056731 |
body{
margin:0;
padding:0;
background:#000000;
overflow-x:hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}
/* = Blocs
-------------------------------------------------------------- */
.bloc{
width:100%;
clear:both;
background: 50% 50% no-repeat;
padding:0 50px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
display:flex;
}
.bloc .container{
padding-left:0;
padding-right:0;
}
/* = Full Screen Blocs
-------------------------------------------------------------- */
.bloc-fill-screen{
min-height:100vh;
display: flex;
flex-direction: column;
padding-top:20px;
padding-bottom:20px;
}
.bloc-fill-screen > .container{
align-self: flex-middle;
flex-grow: 1;
display: flex;
}
.bloc-fill-screen > .container > .row{
flex-grow: 1;
align-self: center;
width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
align-self: flex-end;
}
/* = Full Width Blocs
-------------------------------------------------------------- */
.full-width-bloc{
padding-left:0;
padding-right:0;
}
.full-width-bloc .row{
margin-left:0;
margin-right:0;
}
.full-width-bloc .container{
width:100%;
max-width:100%!important;
}
.full-width-bloc .carousel img{
width:100%;
height:auto;
}
/* Light theme */
.d-bloc .card,.l-bloc{
color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
color:rgba(0,0,0,.7);
border-color:rgba(0,0,0,.3);
}
/* = NavBar
-------------------------------------------------------------- */
.hero .hero-nav{
padding-left:inherit;
padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
color: rgb(64, 64, 64);
}
.btco-menu li > a {
padding: 10px 15px;
color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
background: transparent;
outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
transform: rotate(-90deg);
}
/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-clear{
margin:0;
}
.mg-md{
margin-top:10px;
margin-bottom:20px;
}
.mg-lg{
margin-top:10px;
margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
margin-top: 0;
}
img.mg-sm{
margin-bottom:10px;
}
img.mg-md{
margin-bottom:30px;
}
img.mg-lg{
margin-bottom:50px;
}
/* = Buttons
-------------------------------------------------------------- */
.btn-d,.btn-d:hover,.btn-d:focus{
color:#FFF;
background:rgba(0,0,0,.3);
}
/* Prevent ugly blue glow on chrome and safari */
button{
outline: none!important;
}
/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
padding:0 20px;
border-left:2px solid;
}
.blockquote.text-right{
border-left:0;
border-right:2px solid;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer{
border-radius:0;
}
.card-rd{
border-radius:30px;
}
.card-rd .card-header{
border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
border-radius:0 0 29px 29px;
}
/* = Forms
-------------------------------------------------------------- */
.form-control{
border-color:rgba(0,0,0,.1);
box-shadow:none;
}
/* Hide Object */
.object-hidden{
display:none;
}
/* = Custom Styling
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,label,.btn,a{
font-family:"Roboto";
color:#FFFFFF!important;
}
.container{
max-width:1140px;
}
.img-style{
width:430px;
height:430px;
}
.h3-style{
font-size:25px;
}
.p-style{
font-size:15px;
font-family:"helvetica";
color:#B9B9B9!important;
}
.container-div-0-style{
width:100%;
}
.container-div-scan-style{
width:100%;
}
.h3-create-style{
font-size:21px;
}
.btn-style{
width:40%;
margin-top:10px;
color:#ffffff;
border-radius:10px 10px 10px 10px;
}
.rback{
background-color:#FFFFFF;
border-color:#7F7F7F!important;
border-style:dashed;
background-repeat:no-repeat;
background-position:center top;
color:#000000!important;
font-weight:700;
text-transform:none;
text-decoration:none;
letter-spacing:1px;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
font-family:"helvetica";
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.rback:hover{
background-color:#FFFFFF;
border-color:#7F7F7F!important;
background-repeat:no-repeat;
border-style:dotted;
color:rgba(32,189,22,1.00)!important;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
font-weight:bold;
text-decoration:none;
text-transform:none;
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.rback:active{
border-color:#204808!important;
border-style:dashed;
color:#000000!important;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
background-color:#FFFFFF;
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.h3-4-style{
font-size:25px;
}
.create-green{
color:#00F900!important;
}
/* = Colour
-------------------------------------------------------------- */
/* Text colour styles */
.tc-red{
color:#FF0005!important;
}
.tc-white{
color:#FFFFFE!important;
}
/* Link colour styles */
.ltc-red{
color:#FF0005!important;
}
.ltc-red:hover{
color:#cc0004!important;
}
.ltc-white{
color:#FFFFFE!important;
}
.ltc-white:hover{
color:#cccccb!important;
}
/* = Custom Bric Data
-------------------------------------------------------------- */
.img-hover-tilt-container{
position:relative;
transform-style: preserve-3d;
}
.hover-tilt-label{
position:absolute;
top: 50%;
transform: translateY(-50%) translateZ(20px);
width:100%;
text-align:center;
font-size:40px;
}
.hover-tilt-light-text{
color:rgba(255,255,255,.8);
}
/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
.bloc{
padding-left: 20px;
padding-right: 20px;
}
.bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 991px)
{
.container{width:100%;}
.page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
.bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
.bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
.page-container{
overflow-x: hidden;
position:relative;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
padding-left:0;padding-right:0;
}
.a-block{
padding:0 10px;
}
.btn-dwn{
display:none;
}
.voffset{
margin-top:5px;
}
.voffset-md{
margin-top:20px;
}
.voffset-lg{
margin-top:30px;
}
form{
padding:5px;
}
.close-lightbox{
display:inline-block;
}
.blocsapp-device-iphone5{
background-size: 216px 425px;
padding-top:60px;
width:216px;
height:425px;
}
.blocsapp-device-iphone5 img{
width: 180px;
height: 320px;
}
}
@media (max-width: 991px){
.img-style{
width:400px;
height:400px;
}
.h3-style{
font-size:22px;
}
}
@media (max-width: 767px){
.container-div-style{
width:100%;
}
.img-style{
width:350px;
height:350px;
}
}
@media (max-width: 575px){
.img-style{
width:250px;
height:250px;
}
.h3-style{
font-size:16px;
}
.h3-4-style{
font-size:17px;
}
.h3-create-style{
font-size:15px;
}
.label-style{
font-size:14px;
}
.rback{
font-weight:normal;
}
} | assets/css/style.css | body{
margin:0;
padding:0;
background:#000000;
overflow-x:hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}
/* = Blocs
-------------------------------------------------------------- */
.bloc{
width:100%;
clear:both;
background: 50% 50% no-repeat;
padding:0 50px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
display:flex;
}
.bloc .container{
padding-left:0;
padding-right:0;
}
/* = Full Screen Blocs
-------------------------------------------------------------- */
.bloc-fill-screen{
min-height:100vh;
display: flex;
flex-direction: column;
padding-top:20px;
padding-bottom:20px;
}
.bloc-fill-screen > .container{
align-self: flex-middle;
flex-grow: 1;
display: flex;
}
.bloc-fill-screen > .container > .row{
flex-grow: 1;
align-self: center;
width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
align-self: flex-end;
}
/* = Full Width Blocs
-------------------------------------------------------------- */
.full-width-bloc{
padding-left:0;
padding-right:0;
}
.full-width-bloc .row{
margin-left:0;
margin-right:0;
}
.full-width-bloc .container{
width:100%;
max-width:100%!important;
}
.full-width-bloc .carousel img{
width:100%;
height:auto;
}
/* Light theme */
.d-bloc .card,.l-bloc{
color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
color:rgba(0,0,0,.7);
border-color:rgba(0,0,0,.3);
}
/* = NavBar
-------------------------------------------------------------- */
.hero .hero-nav{
padding-left:inherit;
padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
color: rgb(64, 64, 64);
}
.btco-menu li > a {
padding: 10px 15px;
color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
background: transparent;
outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
transform: rotate(-90deg);
}
/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-clear{
margin:0;
}
.mg-md{
margin-top:10px;
margin-bottom:20px;
}
.mg-lg{
margin-top:10px;
margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
margin-top: 0;
}
img.mg-sm{
margin-bottom:10px;
}
img.mg-md{
margin-bottom:30px;
}
img.mg-lg{
margin-bottom:50px;
}
/* = Buttons
-------------------------------------------------------------- */
.btn-d,.btn-d:hover,.btn-d:focus{
color:#FFF;
background:rgba(0,0,0,.3);
}
/* Prevent ugly blue glow on chrome and safari */
button{
outline: none!important;
}
/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
padding:0 20px;
border-left:2px solid;
}
.blockquote.text-right{
border-left:0;
border-right:2px solid;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer{
border-radius:0;
}
.card-rd{
border-radius:30px;
}
.card-rd .card-header{
border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
border-radius:0 0 29px 29px;
}
/* = Forms
-------------------------------------------------------------- */
.form-control{
border-color:rgba(0,0,0,.1);
box-shadow:none;
}
/* Hide Object */
.object-hidden{
display:none;
}
/* = Custom Styling
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,label,.btn,a{
font-family:"Roboto";
color:#FFFFFF!important;
}
.container{
max-width:1140px;
}
.img-style{
width:430px;
height:430px;
}
.h3-style{
font-size:25px;
}
.p-style{
font-size:15px;
font-family:"helvetica";
color:#B9B9B9!important;
}
.container-div-0-style{
width:100%;
}
.container-div-scan-style{
width:100%;
}
.h3-create-style{
font-size:21px;
}
.btn-style{
width:40%;
margin-top:10px;
color:#ffffff;
border-radius:10px 10px 10px 10px;
}
.rback{
background-color:#FFFFFF;
border-color:#7F7F7F!important;
border-style:dashed;
background-repeat:no-repeat;
background-position:center top;
color:#000000!important;
font-weight:700;
text-transform:none;
text-decoration:none;
letter-spacing:1px;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
font-family:"helvetica";
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.rback:hover{
background-color:#FFFFFF;
border-color:#7F7F7F!important;
background-repeat:no-repeat;
border-style:dotted;
color:rgba(32,189,22,1.00)!important;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
font-weight:bold;
text-decoration:none;
text-transform:none;
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.rback:active{
border-color:#204808!important;
border-style:dashed;
color:#000000!important;
background-clip:padding-box!important;
-webkit-background-clip:padding-box!important;
background-color:#FFFFFF;
border-radius:5em 5em 5em 5em;
border-width:3px 3px 3px 3px;
}
.h3-4-style{
font-size:25px;
}
.create-green{
color:#00F900!important;
}
/* = Colour
-------------------------------------------------------------- */
/* Text colour styles */
.tc-red{
color:#FF0005!important;
}
.tc-white{
color:#FFFFFE!important;
}
/* Link colour styles */
.ltc-red{
color:#FF0005!important;
}
.ltc-red:hover{
color:#cc0004!important;
}
.ltc-white{
color:#FFFFFE!important;
}
.ltc-white:hover{
color:#cccccb!important;
}
/* = Custom Bric Data
-------------------------------------------------------------- */
.img-hover-tilt-container{
position:relative;
transform-style: preserve-3d;
}
.hover-tilt-label{
position:absolute;
top: 50%;
transform: translateY(-50%) translateZ(20px);
width:100%;
text-align:center;
font-size:40px;
}
.hover-tilt-light-text{
color:rgba(255,255,255,.8);
}
/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
.bloc{
padding-left: 20px;
padding-right: 20px;
}
.bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 991px)
{
.container{width:100%;}
.page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
.bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
.bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
.page-container{
overflow-x: hidden;
position:relative;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
padding-left:0;padding-right:0;
}
.a-block{
padding:0 10px;
}
.btn-dwn{
display:none;
}
.voffset{
margin-top:5px;
}
.voffset-md{
margin-top:20px;
}
.voffset-lg{
margin-top:30px;
}
form{
padding:5px;
}
.close-lightbox{
display:inline-block;
}
.blocsapp-device-iphone5{
background-size: 216px 425px;
padding-top:60px;
width:216px;
height:425px;
}
.blocsapp-device-iphone5 img{
width: 180px;
height: 320px;
}
}
@media (max-width: 991px){
.img-style{
width:400px;
height:400px;
}
.h3-style{
font-size:22px;
}
}
@media (max-width: 767px){
.container-div-style{
width:100%;
}
.img-style{
width:350px;
height:350px;
}
}
@media (max-width: 575px){
.img-style{
width:250px;
height:250px;
}
.h3-style{
font-size:16px;
}
.h3-4-style{
font-size:17px;
}
.h3-create-style{
font-size:15px;
}
.label-style{
font-size:14px;
}
.rback{
font-weight:normal;
}
} | 0.199113 | 0.051487 |
.icon-blank{
background:url('../images/blank_2.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_2.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_2.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_2.png') no-repeat center center;
}
.icon-remove{
background:url('../images/edit_remove_2.png') no-repeat center center;
}
.icon-save{
background:url('../images/filesave_2.png') no-repeat center center;
}
.icon-cut{
background:url('../images/cut_2.png') no-repeat center center;
}
.icon-ok{
background:url('../images/ok_2.png') no-repeat center center;
}
.icon-no{
background:url('../images/no_2.png') no-repeat center center;
}
.icon-cancel{
background:url('../images/cancel_2.png') no-repeat center center;
}
.icon-reload{
background:url('../images/reload_2.png') no-repeat center center;
}
.icon-search{
background:url('../images/search_2.png') no-repeat center center;
}
.icon-print{
background:url('../images/print_2.png') no-repeat center center;
}
.icon-help{
background:url('../images/help_2.png') no-repeat center center;
}
.icon-undo{
background:url('../images/undo_2.png') no-repeat center center;
}
.icon-redo{
background:url('../images/redo_2.png') no-repeat center center;
}
.icon-back{
background:url('../images/back_2.png') no-repeat center center;
}
.icon-sum{
background:url('../images/sum_2.png') no-repeat center center;
}
.icon-tip{
background:url('../images/tip_2.png') no-repeat center center;
}
.icon-filter{
background:url('../images/filter_2.png') no-repeat center center;
}
.icon-man{
background:url('../images/man_2.png') no-repeat center center;
}
.icon-lock{
background:url('../images/lock_2.png') no-repeat center center;
}
.icon-more{
background:url('../images/more_2.png') no-repeat center center;
}
.icon-mini-add{
background:url('../images/mini_add_2.png') no-repeat center center;
}
.icon-mini-edit{
background:url('../images/mini_edit_2.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('../images/mini_refresh_2.png') no-repeat center center;
}
.icon-large-picture{
background:url('../images/large_picture_2.png') no-repeat center center;
}
.icon-large-clipart{
background:url('../images/large_clipart_2.png') no-repeat center center;
}
.icon-large-shapes{
background:url('../images/large_shapes_2.png') no-repeat center center;
}
.icon-large-smartart{
background:url('../images/large_smartart_2.png') no-repeat center center;
}
.icon-large-chart{
background:url('../images/large_chart_2.png') no-repeat center center;
} | public/static/css/icon_2.css | .icon-blank{
background:url('../images/blank_2.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_2.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_2.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_2.png') no-repeat center center;
}
.icon-remove{
background:url('../images/edit_remove_2.png') no-repeat center center;
}
.icon-save{
background:url('../images/filesave_2.png') no-repeat center center;
}
.icon-cut{
background:url('../images/cut_2.png') no-repeat center center;
}
.icon-ok{
background:url('../images/ok_2.png') no-repeat center center;
}
.icon-no{
background:url('../images/no_2.png') no-repeat center center;
}
.icon-cancel{
background:url('../images/cancel_2.png') no-repeat center center;
}
.icon-reload{
background:url('../images/reload_2.png') no-repeat center center;
}
.icon-search{
background:url('../images/search_2.png') no-repeat center center;
}
.icon-print{
background:url('../images/print_2.png') no-repeat center center;
}
.icon-help{
background:url('../images/help_2.png') no-repeat center center;
}
.icon-undo{
background:url('../images/undo_2.png') no-repeat center center;
}
.icon-redo{
background:url('../images/redo_2.png') no-repeat center center;
}
.icon-back{
background:url('../images/back_2.png') no-repeat center center;
}
.icon-sum{
background:url('../images/sum_2.png') no-repeat center center;
}
.icon-tip{
background:url('../images/tip_2.png') no-repeat center center;
}
.icon-filter{
background:url('../images/filter_2.png') no-repeat center center;
}
.icon-man{
background:url('../images/man_2.png') no-repeat center center;
}
.icon-lock{
background:url('../images/lock_2.png') no-repeat center center;
}
.icon-more{
background:url('../images/more_2.png') no-repeat center center;
}
.icon-mini-add{
background:url('../images/mini_add_2.png') no-repeat center center;
}
.icon-mini-edit{
background:url('../images/mini_edit_2.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('../images/mini_refresh_2.png') no-repeat center center;
}
.icon-large-picture{
background:url('../images/large_picture_2.png') no-repeat center center;
}
.icon-large-clipart{
background:url('../images/large_clipart_2.png') no-repeat center center;
}
.icon-large-shapes{
background:url('../images/large_shapes_2.png') no-repeat center center;
}
.icon-large-smartart{
background:url('../images/large_smartart_2.png') no-repeat center center;
}
.icon-large-chart{
background:url('../images/large_chart_2.png') no-repeat center center;
} | 0.161651 | 0.105165 |
.cart{
display: flex;
justify-content: space-between;
}
.cart-info{
width: 65%;
}
.cart-info .cart-info-head input[type=checkbox]:before{
border: 1px solid #fff;
}
.cart-info .table-cart{
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.cart-info .table-cart .cart-info-head{
background: #2767A5;
border-radius: 10px;
padding: 10px 20px;
}
.table-cart li p{
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
}
.table-cart li.list-item-cart p,.table-cart li.list-item-cart p a{
color: #474747;
}
.table-cart li p:nth-child(n+3){
text-align: center;
}
.table-cart li{
display: grid;
grid-template-columns: 5% 30% 20% 20% 20% 5%;
}
.delete i{
cursor: pointer;
}
.list-item-cart{
margin: 0 20px;
border-bottom: 0.5px solid #2767A5;;
}
.list-item-cart:last-child{
border-bottom: none;
}
.list-item-cart p{
padding: 20px 0;
}
.list-item-cart .item-quantity{
display: flex;
justify-content: center;
}
.item-quantity button{
color: #474747;
width: 24px;
height: 24px;
background: none;
border: 0.5px solid #2767A5;
}
.item-quantity input::-webkit-outer-spin-button,
.item-quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.item-quantity input[type=number] {
-moz-appearance: textfield;
text-align: center;
}
.item-quantity input{
font-size: 12px;
line-height: 14px;
color: #474747;
width: 24px;
height: 24px;
background: none;
border: 0.5px solid #2767A5;
border-left: none;
border-right: none;
}
.item-price .price-old{
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: rgba(71, 71, 71, 0.6);
text-decoration: line-through;
text-decoration-color: #808080;
text-decoration-thickness: from-font;
}
.item-price .price-new,.item-total{
font-weight: bold;
font-size: 16px;
line-height: 19px;
color: #474747;
}
.no-item-cart{
display: flex !important;
justify-content: center;
padding: 30px;
font-size: 13px;
line-height: 15px;
color: #909090;
}
.cart-payment{
width: 30%;
height: fit-content;
padding: 11px 40px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.cart-payment .code-discount{
background: #FFFFFF;
border: 0.1px solid #2767A5;
box-sizing: border-box;
border-radius: 5px;
display: flex;
justify-content: space-between;
}
.cart-payment .code-discount input{
border: none;
padding: 9px 20px;
width: 70%;
}
.cart-payment .code-discount button{
background: #2767A5;
border: 0.1px solid #2767A5;
box-sizing: border-box;
border-radius: 5px;
padding: 8px 10px;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
}
.code-discount input,.code-discount input::placeholder{
border-radius: 5px;
font-weight: 300;
font-size: 16px;
line-height: 19px;
color: rgba(71, 71, 71, 0.6);
}
.cart-payment .input-code{
padding-bottom: 20px;
border-bottom: 0.5px solid #2767A5;
}
.info-payment{
padding: 20px 0;
}
.info-payment .ip-content{
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.info-payment .ip-content:last-child{
margin-bottom: 0;
}
.info-payment .ip-content p{
font-size: 16px;
line-height: 19px;
color: #474747;
}
.btn-cart-submit{
width: 100%;
background: #2767A5;
border-radius: 5px;
border: none;
padding: 10px;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
margin-bottom: 20px;
}
.db-375{
display: none;
}
@media(max-width: 1200px){
.cart{
flex-wrap: wrap;
justify-content: center;
}
.cart-info{
width: 90%;
}
.cart-payment{
width: 70%;
margin-top: 30px;
}
}
@media(max-width: 768px){
.cart-info{
width: 100%;
}
.cart-payment{
width: 90%;
}
}
@media(max-width: 665px){
.cart-payment{
width: 100%;
padding: 11px 20px;
}
.dn-375{
display: none;
}
.db-375{
display: block;
}
.cart-payment .code-discount input{
width: 65%;
}
.cart-info.db-375{
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.item-cart{
border-bottom: 0.1px solid #000000;
padding: 20px 10px;
}
.item-cart:last-child{
border-bottom: none;
}
.item-cart .item-image{
text-align: center;
position: relative;
margin-bottom: 10px;
}
.item-cart .item-image img{
height: 100px;
}
.item-cart .item-image i{
position: absolute;
right: 0;
}
.item-name-cart,.item-name-cart a{
font-size: 16px;
line-height: 19px;
color: #474747;
margin-bottom: 13px;
}
.item-cart-footer{
display: flex;
justify-content: space-between;
align-items: center;
}
.item-cart-footer .item-price{
display: grid;
}
.item-price .price-old{
margin-bottom: 5px;
}
.btn-quantity{
display: flex;
}
}
@media(max-width: 325px){
.cart-payment .code-discount input{
width: 55%;
}
} | assets/css/cart.css | .cart{
display: flex;
justify-content: space-between;
}
.cart-info{
width: 65%;
}
.cart-info .cart-info-head input[type=checkbox]:before{
border: 1px solid #fff;
}
.cart-info .table-cart{
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.cart-info .table-cart .cart-info-head{
background: #2767A5;
border-radius: 10px;
padding: 10px 20px;
}
.table-cart li p{
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
}
.table-cart li.list-item-cart p,.table-cart li.list-item-cart p a{
color: #474747;
}
.table-cart li p:nth-child(n+3){
text-align: center;
}
.table-cart li{
display: grid;
grid-template-columns: 5% 30% 20% 20% 20% 5%;
}
.delete i{
cursor: pointer;
}
.list-item-cart{
margin: 0 20px;
border-bottom: 0.5px solid #2767A5;;
}
.list-item-cart:last-child{
border-bottom: none;
}
.list-item-cart p{
padding: 20px 0;
}
.list-item-cart .item-quantity{
display: flex;
justify-content: center;
}
.item-quantity button{
color: #474747;
width: 24px;
height: 24px;
background: none;
border: 0.5px solid #2767A5;
}
.item-quantity input::-webkit-outer-spin-button,
.item-quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.item-quantity input[type=number] {
-moz-appearance: textfield;
text-align: center;
}
.item-quantity input{
font-size: 12px;
line-height: 14px;
color: #474747;
width: 24px;
height: 24px;
background: none;
border: 0.5px solid #2767A5;
border-left: none;
border-right: none;
}
.item-price .price-old{
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: rgba(71, 71, 71, 0.6);
text-decoration: line-through;
text-decoration-color: #808080;
text-decoration-thickness: from-font;
}
.item-price .price-new,.item-total{
font-weight: bold;
font-size: 16px;
line-height: 19px;
color: #474747;
}
.no-item-cart{
display: flex !important;
justify-content: center;
padding: 30px;
font-size: 13px;
line-height: 15px;
color: #909090;
}
.cart-payment{
width: 30%;
height: fit-content;
padding: 11px 40px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.cart-payment .code-discount{
background: #FFFFFF;
border: 0.1px solid #2767A5;
box-sizing: border-box;
border-radius: 5px;
display: flex;
justify-content: space-between;
}
.cart-payment .code-discount input{
border: none;
padding: 9px 20px;
width: 70%;
}
.cart-payment .code-discount button{
background: #2767A5;
border: 0.1px solid #2767A5;
box-sizing: border-box;
border-radius: 5px;
padding: 8px 10px;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
}
.code-discount input,.code-discount input::placeholder{
border-radius: 5px;
font-weight: 300;
font-size: 16px;
line-height: 19px;
color: rgba(71, 71, 71, 0.6);
}
.cart-payment .input-code{
padding-bottom: 20px;
border-bottom: 0.5px solid #2767A5;
}
.info-payment{
padding: 20px 0;
}
.info-payment .ip-content{
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.info-payment .ip-content:last-child{
margin-bottom: 0;
}
.info-payment .ip-content p{
font-size: 16px;
line-height: 19px;
color: #474747;
}
.btn-cart-submit{
width: 100%;
background: #2767A5;
border-radius: 5px;
border: none;
padding: 10px;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
margin-bottom: 20px;
}
.db-375{
display: none;
}
@media(max-width: 1200px){
.cart{
flex-wrap: wrap;
justify-content: center;
}
.cart-info{
width: 90%;
}
.cart-payment{
width: 70%;
margin-top: 30px;
}
}
@media(max-width: 768px){
.cart-info{
width: 100%;
}
.cart-payment{
width: 90%;
}
}
@media(max-width: 665px){
.cart-payment{
width: 100%;
padding: 11px 20px;
}
.dn-375{
display: none;
}
.db-375{
display: block;
}
.cart-payment .code-discount input{
width: 65%;
}
.cart-info.db-375{
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.item-cart{
border-bottom: 0.1px solid #000000;
padding: 20px 10px;
}
.item-cart:last-child{
border-bottom: none;
}
.item-cart .item-image{
text-align: center;
position: relative;
margin-bottom: 10px;
}
.item-cart .item-image img{
height: 100px;
}
.item-cart .item-image i{
position: absolute;
right: 0;
}
.item-name-cart,.item-name-cart a{
font-size: 16px;
line-height: 19px;
color: #474747;
margin-bottom: 13px;
}
.item-cart-footer{
display: flex;
justify-content: space-between;
align-items: center;
}
.item-cart-footer .item-price{
display: grid;
}
.item-price .price-old{
margin-bottom: 5px;
}
.btn-quantity{
display: flex;
}
}
@media(max-width: 325px){
.cart-payment .code-discount input{
width: 55%;
}
} | 0.150278 | 0.050823 |
.o-checkout-input {
display: inline-block;
width: 100%;
height: 48px;
margin-bottom: 16px;
transition: margin-bottom 150ms cubic-bezier(0.4, 0, 0.2, 1);
will-change: margin-bottom; }
.o-checkout-input:hover input,
.o-checkout-input:hover select {
border-color: rgba(161, 162, 166, 0.6); }
.o-checkout-input:hover label,
.o-checkout-input:hover svg {
color: rgba(161, 162, 166, 0.6) !important; }
.o-checkout-input.has-focus input,
.o-checkout-input.has-focus select {
border-color: rgba(104, 130, 191, 0.87);
color: rgba(56, 41, 62, 0.87); }
.o-checkout-input.has-focus label {
color: rgba(104, 130, 191, 0.87) !important;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.has-focus svg {
color: rgba(104, 130, 191, 0.87) !important; }
.o-checkout-input.has-value label {
color: #E1E6F0;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.is-invalid {
margin-bottom: 32px; }
.o-checkout-input.is-invalid .o-checkout-input_message {
opacity: 1; }
.o-checkout-input.is-invalid input,
.o-checkout-input.is-invalid select {
border-color: rgba(255, 73, 73, 0.87);
color: rgba(56, 41, 62, 0.87); }
.o-checkout-input.is-invalid label {
color: rgba(255, 73, 73, 0.87) !important;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.is-invalid svg {
color: rgba(255, 73, 73, 0.87) !important; }
.o-checkout-input .o-checkout-input_message {
font-size: 13px;
position: absolute;
top: 100%;
transform: translateY(6px);
left: 4px;
color: rgba(255, 73, 73, 0.87);
opacity: 0;
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis; }
.o-checkout-input input,
.o-checkout-input select {
font-size: 16px;
color: rgba(56, 41, 62, 0.6);
line-height: 48px;
height: 48px;
background-color: transparent;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
border: 2px solid #E1E6F0;
border-radius: 4px;
padding: 0 16px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
appearance: none;
-webkit-appearance: none; }
.o-checkout-input input::-ms-expand,
.o-checkout-input select::-ms-expand {
display: none; }
.o-checkout-input svg {
width: 18px;
height: 18px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 8px;
color: #E1E6F0;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.o-checkout-input label {
font-size: 16px;
position: absolute;
top: 0;
left: 12px;
transform: translateY(12px);
color: #E1E6F0;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.6, 1), font-size 150ms cubic-bezier(0.4, 0, 0.6, 1);
user-select: none;
pointer-events: none;
background-color: #ffffff;
padding: 0 4px; }
.o-checkout-button {
height: 36px;
line-height: 36px;
padding: 0 16px;
border-radius: 4px;
font-size: 16px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
cursor: pointer;
user-select: none; }
.o-checkout-button:not(:only-child) {
margin: 0 8px; }
.o-checkout-button:not(:only-child):first-child {
margin-left: 0; }
.o-checkout-button:not(:only-child):last-child {
margin-right: 0; }
.o-checkout-button.-raised {
color: #ffffff;
background-color: #6882BF;
box-shadow: 0 1px 4px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised:hover {
background-color: #738bc4;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised:active {
background-color: #5d79ba;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised.-alt {
background-color: #ffffff;
color: rgba(104, 130, 191, 0.87);
box-shadow: 0 2px 4px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-raised.-alt:hover {
background-color: white;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-raised.-alt:active {
background-color: #f7f7f7;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-outline {
color: rgba(104, 130, 191, 0.87);
border: 2px solid #E1E6F0;
font-size: 14px;
line-height: 32px;
background-color: rgba(104, 130, 191, 0); }
.o-checkout-button.-outline svg {
transform: translateY(1px); }
.o-checkout-button.-outline:hover {
background-color: rgba(104, 130, 191, 0.05);
border-color: rgba(104, 130, 191, 0.87); }
.o-checkout-button.has-icon {
padding-left: 12px; }
.o-checkout-button.has-icon svg {
margin-right: 4px; }
.o-checkout-button.is-disabled {
background-color: rgba(64, 64, 64, 0.05);
color: rgba(64, 64, 64, 0.15);
box-shadow: none; }
.o-checkout-button.-round {
border-radius: 18px; }
.o-checkout-link {
height: 36px;
line-height: 36px;
padding: 0 2px;
font-size: 16px;
color: rgba(104, 130, 191, 0.6);
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.o-checkout-link:hover {
color: rgba(104, 130, 191, 0.87); }
.o-checkout-link svg {
height: 10px;
margin: 0 4px; }
.o-checkout-form .o-checkout-form-grid {
width: 100%;
display: grid; }
.o-checkout-form .o-checkout-form-grid.-thirds {
grid-template-columns: 1fr 1fr 1fr;
gap: 16px; }
.o-checkout-form .o-checkout-form-grid.-half {
grid-template-columns: 1fr 1fr;
gap: 16px; }
.o-checkout-form .o-checkout-form_buttons {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-bottom: 16px; }
.o-checkout-form .o-checkout-form_buttons:last-child {
margin-bottom: 0; }
.o-checkout-form .o-checkout-form_buttons.-right {
justify-content: flex-end; }
.o-checkout-form .o-checkout-form_buttons.-left {
justify-content: flex-start; }
.o-checkout-popup {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
background-color: rgba(64, 64, 64, 0);
animation: popupFade 150ms cubic-bezier(0.4, 0, 0.2, 1) forwards; }
.o-checkout-popup .o-checkout-popup_message {
background-color: #ffffff;
border-radius: 4px;
padding: 16px 8px 8px 16px;
min-width: 256px;
box-shadow: 0 2px 8px rgba(64, 64, 64, 0.3);
transform: scale(0.87);
opacity: 0;
animation: messagePopup 150ms cubic-bezier(0, 0, 0.2, 1) forwards; }
.o-checkout-popup .o-checkout-popup_message h3 {
display: block;
color: #38293E;
opacity: 0.87;
font-size: 16px;
line-height: 25px;
font-weight: 400;
margin-bottom: 16px; }
.o-checkout-popup .o-checkout-popup_message button {
float: right;
margin-left: 8px;
text-transform: uppercase;
font-size: 14px;
border-radius: 4px;
background-color: transparent;
line-height: 36px;
padding: 0 8px;
color: #38293E;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer; }
.o-checkout-popup .o-checkout-popup_message button:hover {
background-color: rgba(104, 130, 191, 0.05); }
.o-checkout-popup .o-checkout-popup_message button.-delete {
color: #FF4949; }
.o-checkout-popup .o-checkout-popup_message button.-delete:hover {
background-color: rgba(255, 73, 73, 0.05); }
@keyframes popupFade {
from {
background-color: rgba(64, 64, 64, 0); }
to {
background-color: rgba(64, 64, 64, 0.6); } }
@keyframes messagePopup {
from {
transform: scale(0.87);
opacity: 0; }
to {
transform: scale(1);
opacity: 1; } }
.c-checkout-header {
width: 100vw;
height: 96px;
background-color: #ffffff;
border-width: 0 0 2px 0;
border-style: solid;
border-color: #E1E6F0;
position: fixed;
top: 0;
left: 0;
z-index: 1000; }
.c-checkout-header .c-checkout-header_wrapper {
display: flex;
margin: 0 auto;
width: 100%;
max-width: 1196px;
padding: 0 16px;
justify-content: space-between;
align-items: center;
height: 100%; }
.c-checkout-header .c-checkout-header_wrapper img {
max-width: 128px; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button {
min-width: 48px;
height: 48px;
border-radius: 24px;
background-color: rgba(225, 230, 240, 0.3);
color: rgba(56, 41, 62, 0.87);
display: inline-flex;
align-items: center; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover .c-checkout-header_button_shim {
width: 158px;
margin: 0 24px;
transition: all 300ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover .c-checkout-header_button_shim span {
opacity: 0.87;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover svg {
transform: translateX(24px);
transition: all 300ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button svg {
width: 24px;
position: relative;
transform: translateX(11px);
transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button .c-checkout-header_button_shim {
height: 100%;
position: relative;
width: 0;
overflow: hidden;
transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1);
will-change: width;
white-space: nowrap;
display: flex;
justify-content: center;
align-items: center;
margin: 0; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button .c-checkout-header_button_shim span {
text-align: center;
position: relative;
font-size: 16px;
color: #38293E;
opacity: 0;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout {
margin: 0 auto;
display: flex;
flex-flow: row nowrap;
width: 100vw;
max-width: 1196px;
padding: 0 16px;
margin-top: 96px;
transform: translateY(0);
transition: all 150ms 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout.is-hidden {
opacity: 0;
transform: translateY(25px);
pointer-events: none; }
.c-checkout .c-checkout_sections {
width: 100%;
max-width: 756px;
margin-right: auto;
display: block;
padding-top: 64px;
margin-bottom: 33vh; }
.c-checkout .c-checkout_sections .c-checkout_section {
padding-top: 49px;
padding-bottom: 48px;
width: 100%;
opacity: 0;
transform: translateY(25px);
transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1);
pointer-events: none; }
.c-checkout .c-checkout_sections .c-checkout_section.is-visible {
pointer-events: all;
transform: translateY(0);
opacity: 1; }
.c-checkout .c-checkout_sections .c-checkout_section.is-current-step .c-checkout_section_buttons {
opacity: 1;
pointer-events: all; }
.c-checkout .c-checkout_sections .c-checkout_section h1 {
position: absolute;
top: 0;
left: 0;
font-size: 20px;
color: #38293E;
opacity: 0.87;
font-weight: 500; }
.c-checkout .c-checkout_sections .c-checkout_section .c-checkout_modal {
width: 100%;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-top: 8px solid #6882BF;
padding: 16px; }
.c-checkout .c-checkout_sections .c-checkout_section .c-checkout_section_buttons {
position: absolute;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
opacity: 0;
pointer-events: none;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout_summary {
display: inline-block;
vertical-align: top;
width: 100%;
max-width: 376px;
position: fixed;
top: 96px;
right: calc((100vw - 1164px) / 2);
padding-top: 64px;
transform: translateY(0);
transition: all 150ms 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout_summary.is-hidden {
opacity: 0;
transform: translateY(25px);
pointer-events: none; }
.c-checkout_summary .c-checkout_summary_heading {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px; }
.c-checkout_summary .c-checkout_summary_heading h1 {
color: #38293E;
font-weight: 500;
font-size: 20px;
opacity: 0.87;
line-height: 33px; }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip {
height: 28px;
padding: 0 16px;
border-radius: 16px;
background-color: rgba(104, 130, 191, 0.07); }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip span {
font-size: 12px;
color: rgba(104, 130, 191, 0.87);
line-height: 28px;
text-transform: lowercase; }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip span:first-child {
margin-right: 3px; }
.c-checkout_summary .c-checkout_summary_modal {
display: inline-flex;
width: 100%;
flex-flow: column wrap;
border-width: 8px 0 0 0;
border-style: solid;
border-color: #6882BF;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-radius: 0 0 8px 8px;
margin-bottom: 32px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading {
padding: 16px 0 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span {
font-size: 13px;
color: rgba(56, 41, 62, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(1) {
width: 62%;
padding-left: 16px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(2) {
text-align: center;
width: 16%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(3) {
text-align: right;
padding-right: 16px;
width: 22%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table {
width: 100%;
padding: 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item {
display: flex;
flex-flow: row nowrap;
margin-bottom: 18px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item:last-of-type {
margin-bottom: 0; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product {
width: 64%;
white-space: nowrap; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_image {
width: 64px;
height: 64px;
background-color: rgba(225, 230, 240, 0.3);
border-radius: 4px;
display: inline-flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
margin-right: 8px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_image img {
max-width: 100%;
max-height: 100%;
position: relative; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details {
vertical-align: top;
white-space: normal;
max-width: calc(100% - 72px); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h2 {
opacity: 0.87;
color: #38293E;
font-size: 16px;
font-weight: 500;
line-height: 21px;
display: block;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 {
opacity: 0.87;
color: #A1A2A6;
font-size: 13px;
line-height: 21px;
font-weight: 400;
display: block;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 span {
vertical-align: middle; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 svg {
height: 12px;
vertical-align: middle;
transform: translateY(-1px);
margin-left: 2px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_qty,
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_price {
font-weight: 500;
font-size: 16px;
color: #38293E;
opacity: 0.87; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_qty {
text-align: center;
width: 16%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_price {
text-align: right;
width: 20%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals {
width: 100%;
padding: 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li {
display: flex;
justify-content: space-between;
flex-flow: row nowrap;
align-items: center; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_title {
font-size: 13px;
line-height: 25px;
color: #38293E;
opacity: 0.6; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_cost {
font-size: 13px;
line-height: 25px;
color: #38293E;
opacity: 0.87; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_title.has-highlight,
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_cost.has-highlight {
color: #6882BF; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_total {
width: 100%;
padding: 16px;
display: flex;
justify-content: space-between;
align-items: center; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_total span {
font-weight: 500;
font-size: 20px;
color: #38293E;
line-height: 31px; }
.c-checkout_summary .c-checkout_summary_button {
display: block;
width: 100%;
height: 48px;
line-height: 48px;
cursor: pointer;
background-color: rgba(64, 64, 64, 0.05);
border-radius: 4px;
color: rgba(64, 64, 64, 0.15);
font-weight: 500;
font-size: 18px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout_summary .c-checkout_summary_button.is-active {
color: #ffffff;
background-color: #54EF96;
box-shadow: 0 2px 8px rgba(84, 239, 150, 0.3); }
.c-checkout_summary .c-checkout_summary_button.is-active:hover {
background-color: #62f09f;
box-shadow: 0 2px 8px rgba(84, 239, 150, 0.6); }
.c-login {
width: 100vw;
max-width: 840px;
display: block;
position: fixed;
top: 160px;
left: 50%;
transform: translateX(-50%);
transition: all 150ms cubic-bezier(0.4, 0, 0.6, 1);
padding-top: 49px; }
.c-login.is-verification {
max-width: 420px; }
.c-login.is-hidden {
opacity: 0;
pointer-events: none; }
.c-login h1 {
position: absolute;
top: 0;
left: 0;
font-size: 20px;
color: #38293E;
opacity: 0.87;
font-weight: 500; }
.c-account {
display: flex;
flex-flow: row nowrap;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-top: 8px solid #6882BF;
padding-top: 8px; }
.c-account #split {
margin: 0 16px;
width: 18px;
height: 226px;
user-select: none; }
.c-account #split::before, .c-account #split::after {
content: "";
display: inline-block;
background-color: #E1E6F0;
opacity: 0.87;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 2px;
height: 96px; }
.c-account #split:before {
top: 0; }
.c-account #split:after {
bottom: 0; }
.c-account #split span {
position: absolute;
top: 50%;
left: -50%;
transform: translateY(-50%);
width: 0;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #E1E6F0;
opacity: 0.87; }
.c-account form {
padding: 16px;
width: 100%; }
.c-address {
padding-bottom: 0 !important; }
.c-address.has-addresses .o-address-cards {
height: auto;
overflow: auto; }
.c-address.has-addresses .o-address-form {
margin-top: 16px; }
.c-address.has-addresses .o-address-form.is-visible {
margin-top: 32px; }
.c-address .o-address-cards {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
height: 0;
overflow: hidden; }
.c-address .o-address-cards .o-address-cards_card {
display: inline-block;
padding: 16px;
border-radius: 8px;
border: 2px solid #E1E6F0;
min-height: 158px;
background-color: #ffffff;
cursor: pointer;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card:hover {
border-color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card:hover svg .cls-2 {
stroke: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card:hover svg .cls-3 {
fill: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card.is-selected {
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.15);
border-color: #6882BF; }
.c-address .o-address-cards .o-address-cards_card.is-selected svg .cls-2 {
stroke: #6882BF; }
.c-address .o-address-cards .o-address-cards_card.is-selected svg .cls-3 {
fill: #6882BF; }
.c-address .o-address-cards .o-address-cards_card svg {
vertical-align: top; }
.c-address .o-address-cards .o-address-cards_card svg .cls-2 {
fill: none;
stroke: #E1E6F0;
stroke-miterlimit: 10;
stroke-width: 3px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card svg .cls-3 {
fill: #E1E6F0;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details {
width: calc(100% - 41px);
margin-left: 16px;
vertical-align: top; }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details li {
font-size: 14px;
line-height: 25px;
color: #A1A2A6;
opacity: 0.6;
width: 100%; }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details li.has-highlight {
font-size: 16px;
color: #38293E;
transform: translateY(-2px);
opacity: 0.87; }
.c-address .o-address-cards .o-address-cards_card button {
width: 14px;
height: 14px;
position: absolute;
top: 16px;
right: 16px;
color: #E1E6F0;
display: inline-flex;
justify-content: center;
align-items: center;
z-index: 100;
cursor: pointer;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card button svg {
width: 14px;
height: 14px;
position: relative; }
.c-address .o-address-cards .o-address-cards_card button::before {
display: inline-block;
transform: scale(0);
opacity: 0;
content: "";
background-color: #6882BF;
position: absolute;
width: 24px;
height: 24px;
border-radius: 100%;
transition: all 150ms cubic-bezier(0.4, 0, 0.6, 1); }
.c-address .o-address-cards .o-address-cards_card button:hover {
color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card button:hover:before {
transform: scale(1);
opacity: 0.05;
transition: all 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_new {
display: inline-flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
padding: 16px;
min-height: 158px;
border-radius: 8px;
border: 2px dashed #E1E6F0;
cursor: pointer;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_new.is-hidden {
display: none; }
.c-address .o-address-cards .o-address-cards_new:hover {
border-color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_new:hover span {
color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_new span {
font-size: 16px;
text-transform: uppercase;
color: rgba(225, 230, 240, 0.87);
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-form {
width: 100%;
overflow: hidden;
height: 0; }
.c-address .o-address-form.is-visible {
height: auto; }
.c-address .o-address-form .o-checkout-button svg {
width: 12px;
height: 12px; }
.c-address .o-address-form .o-address-form_extra_lines {
width: 100%; }
.c-address .o-address-form h2 {
font-size: 16px;
color: rgba(56, 41, 62, 0.87);
line-height: 25px;
margin-bottom: 16px;
display: block;
font-weight: 500; }
.c-address .o-address-form form {
width: 100%; }
.c-address .o-address-form form #overflow-fix {
margin-bottom: 4px; }
html {
display: block;
width: 100vw; }
body {
background-color: #F8F9FC;
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
font-size: 0;
width: 100%;
overflow-x: hidden; }
body * {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
display: inline-block;
border: none;
outline: none;
text-decoration: none; }
.c-progress-spinner.-circle {
width: 24px;
height: 24px;
position: relative;
box-sizing: border-box;
display: inline-block; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper {
animation: infiniteCircleWrapper 2666ms linear infinite;
box-sizing: border-box;
display: block;
width: 100%;
height: 100%; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner {
width: 100%;
height: 100%;
position: relative;
box-sizing: border-box;
animation: infiniteCircleInner 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left,
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right {
position: absolute;
width: 50%;
height: 100%;
overflow: hidden;
box-sizing: border-box;
top: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left .c-progress-spinner_spinner,
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right .c-progress-spinner_spinner {
position: absolute;
width: 24px;
height: 24px;
border-width: 3px;
border-style: solid;
border-radius: 50%;
box-sizing: border-box;
top: 0;
border-color: #1FB6FF; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left {
left: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left .c-progress-spinner_spinner {
left: 0;
border-right-color: transparent;
animation: infiniteCircleSpinnerLeft 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right {
right: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right .c-progress-spinner_spinner {
right: 0;
border-left-color: transparent;
animation: infiniteCircleSpinnerRight 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_gap {
border-width: 0;
border-top-width: 2px;
border-style: solid;
position: absolute;
top: 0;
right: 1.1875rem;
bottom: 0;
left: 1.1875rem; }
@keyframes infiniteCircleSpinnerRight {
0%,
100% {
transform: rotate(-130deg); }
50% {
transform: rotate(5deg); } }
@keyframes infiniteCircleSpinnerLeft {
0%,
100% {
transform: rotate(130deg); }
50% {
transform: rotate(-5deg); } }
@keyframes infiniteCircleInner {
12.5% {
transform: rotate(135deg); }
25% {
transform: rotate(270deg); }
37.5% {
transform: rotate(405deg); }
50% {
transform: rotate(540deg); }
62.5% {
transform: rotate(675deg); }
75% {
transform: rotate(810deg); }
87.5% {
transform: rotate(945deg); }
100% {
transform: rotate(1080deg); } }
@keyframes infiniteCircleWrapper {
100% {
transform: rotate(360deg); } } | docs/assets/main.css | .o-checkout-input {
display: inline-block;
width: 100%;
height: 48px;
margin-bottom: 16px;
transition: margin-bottom 150ms cubic-bezier(0.4, 0, 0.2, 1);
will-change: margin-bottom; }
.o-checkout-input:hover input,
.o-checkout-input:hover select {
border-color: rgba(161, 162, 166, 0.6); }
.o-checkout-input:hover label,
.o-checkout-input:hover svg {
color: rgba(161, 162, 166, 0.6) !important; }
.o-checkout-input.has-focus input,
.o-checkout-input.has-focus select {
border-color: rgba(104, 130, 191, 0.87);
color: rgba(56, 41, 62, 0.87); }
.o-checkout-input.has-focus label {
color: rgba(104, 130, 191, 0.87) !important;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.has-focus svg {
color: rgba(104, 130, 191, 0.87) !important; }
.o-checkout-input.has-value label {
color: #E1E6F0;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.is-invalid {
margin-bottom: 32px; }
.o-checkout-input.is-invalid .o-checkout-input_message {
opacity: 1; }
.o-checkout-input.is-invalid input,
.o-checkout-input.is-invalid select {
border-color: rgba(255, 73, 73, 0.87);
color: rgba(56, 41, 62, 0.87); }
.o-checkout-input.is-invalid label {
color: rgba(255, 73, 73, 0.87) !important;
font-size: 13px;
transform: translateY(-8px);
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1); }
.o-checkout-input.is-invalid svg {
color: rgba(255, 73, 73, 0.87) !important; }
.o-checkout-input .o-checkout-input_message {
font-size: 13px;
position: absolute;
top: 100%;
transform: translateY(6px);
left: 4px;
color: rgba(255, 73, 73, 0.87);
opacity: 0;
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis; }
.o-checkout-input input,
.o-checkout-input select {
font-size: 16px;
color: rgba(56, 41, 62, 0.6);
line-height: 48px;
height: 48px;
background-color: transparent;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
border: 2px solid #E1E6F0;
border-radius: 4px;
padding: 0 16px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
appearance: none;
-webkit-appearance: none; }
.o-checkout-input input::-ms-expand,
.o-checkout-input select::-ms-expand {
display: none; }
.o-checkout-input svg {
width: 18px;
height: 18px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 8px;
color: #E1E6F0;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.o-checkout-input label {
font-size: 16px;
position: absolute;
top: 0;
left: 12px;
transform: translateY(12px);
color: #E1E6F0;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.6, 1), font-size 150ms cubic-bezier(0.4, 0, 0.6, 1);
user-select: none;
pointer-events: none;
background-color: #ffffff;
padding: 0 4px; }
.o-checkout-button {
height: 36px;
line-height: 36px;
padding: 0 16px;
border-radius: 4px;
font-size: 16px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
cursor: pointer;
user-select: none; }
.o-checkout-button:not(:only-child) {
margin: 0 8px; }
.o-checkout-button:not(:only-child):first-child {
margin-left: 0; }
.o-checkout-button:not(:only-child):last-child {
margin-right: 0; }
.o-checkout-button.-raised {
color: #ffffff;
background-color: #6882BF;
box-shadow: 0 1px 4px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised:hover {
background-color: #738bc4;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised:active {
background-color: #5d79ba;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.3); }
.o-checkout-button.-raised.-alt {
background-color: #ffffff;
color: rgba(104, 130, 191, 0.87);
box-shadow: 0 2px 4px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-raised.-alt:hover {
background-color: white;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-raised.-alt:active {
background-color: #f7f7f7;
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.1); }
.o-checkout-button.-outline {
color: rgba(104, 130, 191, 0.87);
border: 2px solid #E1E6F0;
font-size: 14px;
line-height: 32px;
background-color: rgba(104, 130, 191, 0); }
.o-checkout-button.-outline svg {
transform: translateY(1px); }
.o-checkout-button.-outline:hover {
background-color: rgba(104, 130, 191, 0.05);
border-color: rgba(104, 130, 191, 0.87); }
.o-checkout-button.has-icon {
padding-left: 12px; }
.o-checkout-button.has-icon svg {
margin-right: 4px; }
.o-checkout-button.is-disabled {
background-color: rgba(64, 64, 64, 0.05);
color: rgba(64, 64, 64, 0.15);
box-shadow: none; }
.o-checkout-button.-round {
border-radius: 18px; }
.o-checkout-link {
height: 36px;
line-height: 36px;
padding: 0 2px;
font-size: 16px;
color: rgba(104, 130, 191, 0.6);
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.o-checkout-link:hover {
color: rgba(104, 130, 191, 0.87); }
.o-checkout-link svg {
height: 10px;
margin: 0 4px; }
.o-checkout-form .o-checkout-form-grid {
width: 100%;
display: grid; }
.o-checkout-form .o-checkout-form-grid.-thirds {
grid-template-columns: 1fr 1fr 1fr;
gap: 16px; }
.o-checkout-form .o-checkout-form-grid.-half {
grid-template-columns: 1fr 1fr;
gap: 16px; }
.o-checkout-form .o-checkout-form_buttons {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-bottom: 16px; }
.o-checkout-form .o-checkout-form_buttons:last-child {
margin-bottom: 0; }
.o-checkout-form .o-checkout-form_buttons.-right {
justify-content: flex-end; }
.o-checkout-form .o-checkout-form_buttons.-left {
justify-content: flex-start; }
.o-checkout-popup {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
background-color: rgba(64, 64, 64, 0);
animation: popupFade 150ms cubic-bezier(0.4, 0, 0.2, 1) forwards; }
.o-checkout-popup .o-checkout-popup_message {
background-color: #ffffff;
border-radius: 4px;
padding: 16px 8px 8px 16px;
min-width: 256px;
box-shadow: 0 2px 8px rgba(64, 64, 64, 0.3);
transform: scale(0.87);
opacity: 0;
animation: messagePopup 150ms cubic-bezier(0, 0, 0.2, 1) forwards; }
.o-checkout-popup .o-checkout-popup_message h3 {
display: block;
color: #38293E;
opacity: 0.87;
font-size: 16px;
line-height: 25px;
font-weight: 400;
margin-bottom: 16px; }
.o-checkout-popup .o-checkout-popup_message button {
float: right;
margin-left: 8px;
text-transform: uppercase;
font-size: 14px;
border-radius: 4px;
background-color: transparent;
line-height: 36px;
padding: 0 8px;
color: #38293E;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer; }
.o-checkout-popup .o-checkout-popup_message button:hover {
background-color: rgba(104, 130, 191, 0.05); }
.o-checkout-popup .o-checkout-popup_message button.-delete {
color: #FF4949; }
.o-checkout-popup .o-checkout-popup_message button.-delete:hover {
background-color: rgba(255, 73, 73, 0.05); }
@keyframes popupFade {
from {
background-color: rgba(64, 64, 64, 0); }
to {
background-color: rgba(64, 64, 64, 0.6); } }
@keyframes messagePopup {
from {
transform: scale(0.87);
opacity: 0; }
to {
transform: scale(1);
opacity: 1; } }
.c-checkout-header {
width: 100vw;
height: 96px;
background-color: #ffffff;
border-width: 0 0 2px 0;
border-style: solid;
border-color: #E1E6F0;
position: fixed;
top: 0;
left: 0;
z-index: 1000; }
.c-checkout-header .c-checkout-header_wrapper {
display: flex;
margin: 0 auto;
width: 100%;
max-width: 1196px;
padding: 0 16px;
justify-content: space-between;
align-items: center;
height: 100%; }
.c-checkout-header .c-checkout-header_wrapper img {
max-width: 128px; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button {
min-width: 48px;
height: 48px;
border-radius: 24px;
background-color: rgba(225, 230, 240, 0.3);
color: rgba(56, 41, 62, 0.87);
display: inline-flex;
align-items: center; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover .c-checkout-header_button_shim {
width: 158px;
margin: 0 24px;
transition: all 300ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover .c-checkout-header_button_shim span {
opacity: 0.87;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button:hover svg {
transform: translateX(24px);
transition: all 300ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button svg {
width: 24px;
position: relative;
transform: translateX(11px);
transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1); }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button .c-checkout-header_button_shim {
height: 100%;
position: relative;
width: 0;
overflow: hidden;
transition: all 300ms cubic-bezier(0.4, 0, 0.6, 1);
will-change: width;
white-space: nowrap;
display: flex;
justify-content: center;
align-items: center;
margin: 0; }
.c-checkout-header .c-checkout-header_wrapper .c-checkout-header_button .c-checkout-header_button_shim span {
text-align: center;
position: relative;
font-size: 16px;
color: #38293E;
opacity: 0;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout {
margin: 0 auto;
display: flex;
flex-flow: row nowrap;
width: 100vw;
max-width: 1196px;
padding: 0 16px;
margin-top: 96px;
transform: translateY(0);
transition: all 150ms 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout.is-hidden {
opacity: 0;
transform: translateY(25px);
pointer-events: none; }
.c-checkout .c-checkout_sections {
width: 100%;
max-width: 756px;
margin-right: auto;
display: block;
padding-top: 64px;
margin-bottom: 33vh; }
.c-checkout .c-checkout_sections .c-checkout_section {
padding-top: 49px;
padding-bottom: 48px;
width: 100%;
opacity: 0;
transform: translateY(25px);
transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1);
pointer-events: none; }
.c-checkout .c-checkout_sections .c-checkout_section.is-visible {
pointer-events: all;
transform: translateY(0);
opacity: 1; }
.c-checkout .c-checkout_sections .c-checkout_section.is-current-step .c-checkout_section_buttons {
opacity: 1;
pointer-events: all; }
.c-checkout .c-checkout_sections .c-checkout_section h1 {
position: absolute;
top: 0;
left: 0;
font-size: 20px;
color: #38293E;
opacity: 0.87;
font-weight: 500; }
.c-checkout .c-checkout_sections .c-checkout_section .c-checkout_modal {
width: 100%;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-top: 8px solid #6882BF;
padding: 16px; }
.c-checkout .c-checkout_sections .c-checkout_section .c-checkout_section_buttons {
position: absolute;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
opacity: 0;
pointer-events: none;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout_summary {
display: inline-block;
vertical-align: top;
width: 100%;
max-width: 376px;
position: fixed;
top: 96px;
right: calc((100vw - 1164px) / 2);
padding-top: 64px;
transform: translateY(0);
transition: all 150ms 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-checkout_summary.is-hidden {
opacity: 0;
transform: translateY(25px);
pointer-events: none; }
.c-checkout_summary .c-checkout_summary_heading {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px; }
.c-checkout_summary .c-checkout_summary_heading h1 {
color: #38293E;
font-weight: 500;
font-size: 20px;
opacity: 0.87;
line-height: 33px; }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip {
height: 28px;
padding: 0 16px;
border-radius: 16px;
background-color: rgba(104, 130, 191, 0.07); }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip span {
font-size: 12px;
color: rgba(104, 130, 191, 0.87);
line-height: 28px;
text-transform: lowercase; }
.c-checkout_summary .c-checkout_summary_heading .c-checkout_summary_chip span:first-child {
margin-right: 3px; }
.c-checkout_summary .c-checkout_summary_modal {
display: inline-flex;
width: 100%;
flex-flow: column wrap;
border-width: 8px 0 0 0;
border-style: solid;
border-color: #6882BF;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-radius: 0 0 8px 8px;
margin-bottom: 32px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading {
padding: 16px 0 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span {
font-size: 13px;
color: rgba(56, 41, 62, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(1) {
width: 62%;
padding-left: 16px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(2) {
text-align: center;
width: 16%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table_heading span:nth-child(3) {
text-align: right;
padding-right: 16px;
width: 22%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table {
width: 100%;
padding: 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item {
display: flex;
flex-flow: row nowrap;
margin-bottom: 18px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item:last-of-type {
margin-bottom: 0; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product {
width: 64%;
white-space: nowrap; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_image {
width: 64px;
height: 64px;
background-color: rgba(225, 230, 240, 0.3);
border-radius: 4px;
display: inline-flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
margin-right: 8px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_image img {
max-width: 100%;
max-height: 100%;
position: relative; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details {
vertical-align: top;
white-space: normal;
max-width: calc(100% - 72px); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h2 {
opacity: 0.87;
color: #38293E;
font-size: 16px;
font-weight: 500;
line-height: 21px;
display: block;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 {
opacity: 0.87;
color: #A1A2A6;
font-size: 13px;
line-height: 21px;
font-weight: 400;
display: block;
white-space: nowrap;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 span {
vertical-align: middle; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_product .c-checkout_summary_item_details h3 svg {
height: 12px;
vertical-align: middle;
transform: translateY(-1px);
margin-left: 2px; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_qty,
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_price {
font-weight: 500;
font-size: 16px;
color: #38293E;
opacity: 0.87; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_qty {
text-align: center;
width: 16%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_table .c-checkout_summary_item .c-checkout_summary_item_price {
text-align: right;
width: 20%; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals {
width: 100%;
padding: 16px;
border-width: 0 0 2px 0;
border-style: solid;
border-color: rgba(225, 230, 240, 0.6); }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li {
display: flex;
justify-content: space-between;
flex-flow: row nowrap;
align-items: center; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_title {
font-size: 13px;
line-height: 25px;
color: #38293E;
opacity: 0.6; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_cost {
font-size: 13px;
line-height: 25px;
color: #38293E;
opacity: 0.87; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_title.has-highlight,
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_subtotals li .c-checkout_summary_subtotals_cost.has-highlight {
color: #6882BF; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_total {
width: 100%;
padding: 16px;
display: flex;
justify-content: space-between;
align-items: center; }
.c-checkout_summary .c-checkout_summary_modal .c-checkout_summary_total span {
font-weight: 500;
font-size: 20px;
color: #38293E;
line-height: 31px; }
.c-checkout_summary .c-checkout_summary_button {
display: block;
width: 100%;
height: 48px;
line-height: 48px;
cursor: pointer;
background-color: rgba(64, 64, 64, 0.05);
border-radius: 4px;
color: rgba(64, 64, 64, 0.15);
font-weight: 500;
font-size: 18px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-checkout_summary .c-checkout_summary_button.is-active {
color: #ffffff;
background-color: #54EF96;
box-shadow: 0 2px 8px rgba(84, 239, 150, 0.3); }
.c-checkout_summary .c-checkout_summary_button.is-active:hover {
background-color: #62f09f;
box-shadow: 0 2px 8px rgba(84, 239, 150, 0.6); }
.c-login {
width: 100vw;
max-width: 840px;
display: block;
position: fixed;
top: 160px;
left: 50%;
transform: translateX(-50%);
transition: all 150ms cubic-bezier(0.4, 0, 0.6, 1);
padding-top: 49px; }
.c-login.is-verification {
max-width: 420px; }
.c-login.is-hidden {
opacity: 0;
pointer-events: none; }
.c-login h1 {
position: absolute;
top: 0;
left: 0;
font-size: 20px;
color: #38293E;
opacity: 0.87;
font-weight: 500; }
.c-account {
display: flex;
flex-flow: row nowrap;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(36, 49, 65, 0.1);
border-top: 8px solid #6882BF;
padding-top: 8px; }
.c-account #split {
margin: 0 16px;
width: 18px;
height: 226px;
user-select: none; }
.c-account #split::before, .c-account #split::after {
content: "";
display: inline-block;
background-color: #E1E6F0;
opacity: 0.87;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 2px;
height: 96px; }
.c-account #split:before {
top: 0; }
.c-account #split:after {
bottom: 0; }
.c-account #split span {
position: absolute;
top: 50%;
left: -50%;
transform: translateY(-50%);
width: 0;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #E1E6F0;
opacity: 0.87; }
.c-account form {
padding: 16px;
width: 100%; }
.c-address {
padding-bottom: 0 !important; }
.c-address.has-addresses .o-address-cards {
height: auto;
overflow: auto; }
.c-address.has-addresses .o-address-form {
margin-top: 16px; }
.c-address.has-addresses .o-address-form.is-visible {
margin-top: 32px; }
.c-address .o-address-cards {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
height: 0;
overflow: hidden; }
.c-address .o-address-cards .o-address-cards_card {
display: inline-block;
padding: 16px;
border-radius: 8px;
border: 2px solid #E1E6F0;
min-height: 158px;
background-color: #ffffff;
cursor: pointer;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card:hover {
border-color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card:hover svg .cls-2 {
stroke: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card:hover svg .cls-3 {
fill: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card.is-selected {
box-shadow: 0 2px 8px rgba(104, 130, 191, 0.15);
border-color: #6882BF; }
.c-address .o-address-cards .o-address-cards_card.is-selected svg .cls-2 {
stroke: #6882BF; }
.c-address .o-address-cards .o-address-cards_card.is-selected svg .cls-3 {
fill: #6882BF; }
.c-address .o-address-cards .o-address-cards_card svg {
vertical-align: top; }
.c-address .o-address-cards .o-address-cards_card svg .cls-2 {
fill: none;
stroke: #E1E6F0;
stroke-miterlimit: 10;
stroke-width: 3px;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card svg .cls-3 {
fill: #E1E6F0;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details {
width: calc(100% - 41px);
margin-left: 16px;
vertical-align: top; }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details li {
font-size: 14px;
line-height: 25px;
color: #A1A2A6;
opacity: 0.6;
width: 100%; }
.c-address .o-address-cards .o-address-cards_card .o-address-cards_card_details li.has-highlight {
font-size: 16px;
color: #38293E;
transform: translateY(-2px);
opacity: 0.87; }
.c-address .o-address-cards .o-address-cards_card button {
width: 14px;
height: 14px;
position: absolute;
top: 16px;
right: 16px;
color: #E1E6F0;
display: inline-flex;
justify-content: center;
align-items: center;
z-index: 100;
cursor: pointer;
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_card button svg {
width: 14px;
height: 14px;
position: relative; }
.c-address .o-address-cards .o-address-cards_card button::before {
display: inline-block;
transform: scale(0);
opacity: 0;
content: "";
background-color: #6882BF;
position: absolute;
width: 24px;
height: 24px;
border-radius: 100%;
transition: all 150ms cubic-bezier(0.4, 0, 0.6, 1); }
.c-address .o-address-cards .o-address-cards_card button:hover {
color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_card button:hover:before {
transform: scale(1);
opacity: 0.05;
transition: all 150ms cubic-bezier(0, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_new {
display: inline-flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
padding: 16px;
min-height: 158px;
border-radius: 8px;
border: 2px dashed #E1E6F0;
cursor: pointer;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-cards .o-address-cards_new.is-hidden {
display: none; }
.c-address .o-address-cards .o-address-cards_new:hover {
border-color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_new:hover span {
color: #A1A2A6; }
.c-address .o-address-cards .o-address-cards_new span {
font-size: 16px;
text-transform: uppercase;
color: rgba(225, 230, 240, 0.87);
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.c-address .o-address-form {
width: 100%;
overflow: hidden;
height: 0; }
.c-address .o-address-form.is-visible {
height: auto; }
.c-address .o-address-form .o-checkout-button svg {
width: 12px;
height: 12px; }
.c-address .o-address-form .o-address-form_extra_lines {
width: 100%; }
.c-address .o-address-form h2 {
font-size: 16px;
color: rgba(56, 41, 62, 0.87);
line-height: 25px;
margin-bottom: 16px;
display: block;
font-weight: 500; }
.c-address .o-address-form form {
width: 100%; }
.c-address .o-address-form form #overflow-fix {
margin-bottom: 4px; }
html {
display: block;
width: 100vw; }
body {
background-color: #F8F9FC;
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
font-size: 0;
width: 100%;
overflow-x: hidden; }
body * {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
display: inline-block;
border: none;
outline: none;
text-decoration: none; }
.c-progress-spinner.-circle {
width: 24px;
height: 24px;
position: relative;
box-sizing: border-box;
display: inline-block; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper {
animation: infiniteCircleWrapper 2666ms linear infinite;
box-sizing: border-box;
display: block;
width: 100%;
height: 100%; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner {
width: 100%;
height: 100%;
position: relative;
box-sizing: border-box;
animation: infiniteCircleInner 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left,
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right {
position: absolute;
width: 50%;
height: 100%;
overflow: hidden;
box-sizing: border-box;
top: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left .c-progress-spinner_spinner,
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right .c-progress-spinner_spinner {
position: absolute;
width: 24px;
height: 24px;
border-width: 3px;
border-style: solid;
border-radius: 50%;
box-sizing: border-box;
top: 0;
border-color: #1FB6FF; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left {
left: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_left .c-progress-spinner_spinner {
left: 0;
border-right-color: transparent;
animation: infiniteCircleSpinnerLeft 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right {
right: 0; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_right .c-progress-spinner_spinner {
right: 0;
border-left-color: transparent;
animation: infiniteCircleSpinnerRight 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
.c-progress-spinner.-circle .c-progress-spinner_wrapper .c-progress-spinner_inner .c-progress-spinner_gap {
border-width: 0;
border-top-width: 2px;
border-style: solid;
position: absolute;
top: 0;
right: 1.1875rem;
bottom: 0;
left: 1.1875rem; }
@keyframes infiniteCircleSpinnerRight {
0%,
100% {
transform: rotate(-130deg); }
50% {
transform: rotate(5deg); } }
@keyframes infiniteCircleSpinnerLeft {
0%,
100% {
transform: rotate(130deg); }
50% {
transform: rotate(-5deg); } }
@keyframes infiniteCircleInner {
12.5% {
transform: rotate(135deg); }
25% {
transform: rotate(270deg); }
37.5% {
transform: rotate(405deg); }
50% {
transform: rotate(540deg); }
62.5% {
transform: rotate(675deg); }
75% {
transform: rotate(810deg); }
87.5% {
transform: rotate(945deg); }
100% {
transform: rotate(1080deg); } }
@keyframes infiniteCircleWrapper {
100% {
transform: rotate(360deg); } } | 0.564459 | 0.155367 |
body
{
background-color: #eaf3fc;;
margin: 0;
padding: 0;
}
h1
{
font: bold 20px arial;
color: #0130a7;
margin: 0;
padding: 0;
}
.main
{
font: normal 14px arial;
color: #000000;
}
.main2
{
color: #7c94be;
font: bold 12px arial;
}
.main1
{
font: normal 12px arial;
color: #1c1d1d;
}
.main_bg
{
position: relative;
width: 1161px;
height: 100%;
padding: 0;
margin: 0 auto;
}
.b1, .b2, .b3
{
position: relative;
float: left;
width: 300px;
height: 460px;
border: 2px solid #0000ff;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
.request_tab input, select
{
width: 500px;
}
.request_tab td
{
padding: 5px 0;
}
table tr td
{
padding: 5px;
}
.ice_cat_info
{
position: relative;
float: right;
padding: 2px 5px;
margin: 0 2px;
width: 10px;
height: 16px;
background: #efefef;
cursor: pointer;
}
.ice_cat_info_div
{
position: relative;
right: 200px;
padding: 2px 5px;
margin: 0;
width: 250px;
background: #efefef;
font: normal 14px tahoma;
}
a:link {color: #203e87; font: normal 16px arial; text-decoration: none;}
a:visited {color: #203e87; font: normal 16px arial; text-decoration: none;}
a:hover {color: #205bb5; font: normal 16px arial; text-decoration: underline;}
tr.list
{
background: url("http://nsra.ru/images/list_bg.png") repeat-x #ffffff;
}
.selship td {border-bottom: 1px solid #efefef; background: none;}
.selship td {border-bottom: 1px solid #efefef;}
.selship {backgroung: none; cursor: pointer; color: #000;}
.selship:hover {background: #898989; cursor: pointer; color: #fff;}
.selhship td
{
background: #676767;
color: #ffffff;
}
#upload{
margin:30px; padding:5px;
font:bold 13px Arial;
text-align:center;
background:#f2f2f2;
color:#565656;
border:1px solid #ccc;
width:120px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
} | request.nsra.ru/css/style.css | body
{
background-color: #eaf3fc;;
margin: 0;
padding: 0;
}
h1
{
font: bold 20px arial;
color: #0130a7;
margin: 0;
padding: 0;
}
.main
{
font: normal 14px arial;
color: #000000;
}
.main2
{
color: #7c94be;
font: bold 12px arial;
}
.main1
{
font: normal 12px arial;
color: #1c1d1d;
}
.main_bg
{
position: relative;
width: 1161px;
height: 100%;
padding: 0;
margin: 0 auto;
}
.b1, .b2, .b3
{
position: relative;
float: left;
width: 300px;
height: 460px;
border: 2px solid #0000ff;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
.request_tab input, select
{
width: 500px;
}
.request_tab td
{
padding: 5px 0;
}
table tr td
{
padding: 5px;
}
.ice_cat_info
{
position: relative;
float: right;
padding: 2px 5px;
margin: 0 2px;
width: 10px;
height: 16px;
background: #efefef;
cursor: pointer;
}
.ice_cat_info_div
{
position: relative;
right: 200px;
padding: 2px 5px;
margin: 0;
width: 250px;
background: #efefef;
font: normal 14px tahoma;
}
a:link {color: #203e87; font: normal 16px arial; text-decoration: none;}
a:visited {color: #203e87; font: normal 16px arial; text-decoration: none;}
a:hover {color: #205bb5; font: normal 16px arial; text-decoration: underline;}
tr.list
{
background: url("http://nsra.ru/images/list_bg.png") repeat-x #ffffff;
}
.selship td {border-bottom: 1px solid #efefef; background: none;}
.selship td {border-bottom: 1px solid #efefef;}
.selship {backgroung: none; cursor: pointer; color: #000;}
.selship:hover {background: #898989; cursor: pointer; color: #fff;}
.selhship td
{
background: #676767;
color: #ffffff;
}
#upload{
margin:30px; padding:5px;
font:bold 13px Arial;
text-align:center;
background:#f2f2f2;
color:#565656;
border:1px solid #ccc;
width:120px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
} | 0.397354 | 0.159905 |
@font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light\ Italic.woff') format('woff');
}
/* @font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium\ Italic.woff') format('woff');
} */
:root {
--ifm-color-primary: #7230ff ;
--ifm-color-primary-dark: #5d12ff;
--ifm-color-primary-darker: #5303ff;
--ifm-color-primary-darkest: #4400d4;
--ifm-color-primary-light: #874eff;
--ifm-color-primary-lighter: #915dff;
--ifm-color-primary-lightest: #b08bff;
--ifm-code-font-size: 95%;
--ifm-font-color-base: #393939;
--ifm-font-family-base: 'Gordita', sans-serif;
--ifm-color-warning: #FF7A00;
--ifm-color-warning-darkest: #B35500 ;
--ifm-color-warning-lighter: #FF8E26 ;
--ifm-color-secondary: #FFFFFF;
--ifm-color-secondary-darkest: #B3B3B3;
--ifm-color-secondary-lighter: #FFFFFF;
}
h1,h2,h3,h4,h5,h6{
color: #05001A;
}
.navbar-item{
font-weight: bold;
}
.light-button{
border: none;
background-color: white;
color: #7230FF;
border-radius: 10px;
}
.hero-button-text{
display: flex;
align-items: center;
justify-content: center;
}
.github-button-styles{
width: 200px;
margin-right: 1%;
font-weight: medium ;
font-size: 18px;
text-align: center;
border-radius: 5px;
}
.discord-button-styles{
color: #FF7A00 !important;
width: 200px;
font-weight: medium ;
font-size: 18px;
text-align: center;
border-radius: 5px;
}
@media (max-width: 575px){
.github-button-styles{
margin-right: 0%;
margin-bottom: 2%;
}
/* .hero-title{
padding-left: 10%;
padding-right: 10%;
} */
.hero__subtitle{
font-size: medium;
font-weight: medium;
}
}
@media (min-width: 576px) and (max-width: 767px){
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.0rem;
}
.hero__subtitle{
font-size: large;
font-weight: medium;
}
}
@media (min-width: 768px) and (max-width: 991px){
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.4rem;
}
.hero__subtitle{
font-size: larger;
font-weight: medium;
}
}
@media (min-width: 992px) {
.navbar{
padding-left: 10%;
padding-right: 10%;
}
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.8rem;
}
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
} | docs/src/css/custom.css | @font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: normal;
src: url('/src/fonts/Gordita\ Regular\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: bold;
src: url('/src/fonts/Gordita\ Bold\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: lighter;
src:url('/src/fonts/Gordita\ Light\ Italic.woff') format('woff');
}
/* @font-face {
font-family: 'Gordita';
font-style: normal;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: italic;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium\ Italic.woff') format('woff');
}
@font-face {
font-family: 'Gordita';
font-style: oblique;
font-weight: medium;
src:url('/src/fonts/Gordita\ Medium\ Italic.woff') format('woff');
} */
:root {
--ifm-color-primary: #7230ff ;
--ifm-color-primary-dark: #5d12ff;
--ifm-color-primary-darker: #5303ff;
--ifm-color-primary-darkest: #4400d4;
--ifm-color-primary-light: #874eff;
--ifm-color-primary-lighter: #915dff;
--ifm-color-primary-lightest: #b08bff;
--ifm-code-font-size: 95%;
--ifm-font-color-base: #393939;
--ifm-font-family-base: 'Gordita', sans-serif;
--ifm-color-warning: #FF7A00;
--ifm-color-warning-darkest: #B35500 ;
--ifm-color-warning-lighter: #FF8E26 ;
--ifm-color-secondary: #FFFFFF;
--ifm-color-secondary-darkest: #B3B3B3;
--ifm-color-secondary-lighter: #FFFFFF;
}
h1,h2,h3,h4,h5,h6{
color: #05001A;
}
.navbar-item{
font-weight: bold;
}
.light-button{
border: none;
background-color: white;
color: #7230FF;
border-radius: 10px;
}
.hero-button-text{
display: flex;
align-items: center;
justify-content: center;
}
.github-button-styles{
width: 200px;
margin-right: 1%;
font-weight: medium ;
font-size: 18px;
text-align: center;
border-radius: 5px;
}
.discord-button-styles{
color: #FF7A00 !important;
width: 200px;
font-weight: medium ;
font-size: 18px;
text-align: center;
border-radius: 5px;
}
@media (max-width: 575px){
.github-button-styles{
margin-right: 0%;
margin-bottom: 2%;
}
/* .hero-title{
padding-left: 10%;
padding-right: 10%;
} */
.hero__subtitle{
font-size: medium;
font-weight: medium;
}
}
@media (min-width: 576px) and (max-width: 767px){
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.0rem;
}
.hero__subtitle{
font-size: large;
font-weight: medium;
}
}
@media (min-width: 768px) and (max-width: 991px){
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.4rem;
}
.hero__subtitle{
font-size: larger;
font-weight: medium;
}
}
@media (min-width: 992px) {
.navbar{
padding-left: 10%;
padding-right: 10%;
}
.hero-title{
padding-left: 15%;
padding-right: 15%;
}
.hero-header{
font-size: 2.8rem;
}
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
} | 0.357904 | 0.080466 |
.our-pricing {
min-width: 100vh;
}
.pricing {
display: flex;
flex-wrap: wrap;
margin: 0px 4vw;
}
.pricing .col1 {
max-width: 750px;
}
.pricing .col1 h3 {
color: #a6a6a6ee;
font-weight: lighter;
letter-spacing: 1px;
}
.pricing .col1 h1 {
font-weight: 600;
font-size: 40px;
margin-top: 20px;
}
.pricing .col1 p {
color: #646565;
font-family: "Open Sans", sans-serif;
max-width: 450px;
line-height: 35px;
font-size: 18px;
margin-bottom: 45px;
margin-top: 30px;
}
.pricing .col1 .btn1 {
width: 170px;
height: 55px;
border-radius: 40px 0 0 40px;
border: transparent;
color: #fff;
font-size: 18px;
letter-spacing: 1px;
background: linear-gradient(to right, #1dc9e9, #23d7e4, #29e6df);
}
.pricing .col1 .btn2 {
width: 170px;
height: 55px;
border-radius: 0 40px 40px 0;
border: transparent;
color: #000;
background: #fff;
letter-spacing: 1px;
font-size: 18px;
}
.pricing .col2 {
margin: 0px 50px;
}
.cardstack {
display: flex;
flex-direction: row;
margin-top: 230px;
max-width: 550px;
position: relative;
top: -290px;
}
.business {
width: 360px;
height: 540px;
position: absolute;
z-index: 3;
left: 0px;
top: 40px;
border: 2px solid #f0eff4;
background-color: #fff;
}
.cardstack ul {
margin-top: 30px;
list-style: none;
text-align: center;
line-height: 43px;
font-size: 17px;
color: #646565ee;
}
.cardstack h5 {
text-align: center;
color: #000;
font-size: 18px;
font-weight: 800;
letter-spacing: 1px;
margin-top: 40px;
}
.cardstack h4 {
text-align: center;
font-size: 18px;
color: #b3b1b1;
font-weight: 400;
}
.cardstack .btn-price1 {
margin: 40px 0px 50px 110px;
width: 140px;
height: 45px;
outline: none;
border-radius: 35px;
border: 2px solid #f0eff4;
font-size: 15px;
letter-spacing: 1px;
font-weight: 600;
background: #fff;
transition: all 500ms ease-out;
}
.cardstack .btn-price2 {
margin: 0px 0px 40px 120px;
width: 90px;
height: 35px;
outline: none;
border-radius: 27px;
border: 2px solid #f0eff4;
font-size: 12px;
letter-spacing: 1px;
font-weight: 600;
background: #fff;
transition: all 500ms ease-out;
}
.btn-price1:hover {
background: linear-gradient(to right, #1eebfd, #1ddef8, #1bcaf1);
cursor: pointer;
color: #fff;
}
.btn-price2:hover {
background: linear-gradient(to right, #1eebfd, #1ddef8, #1bcaf1);
cursor: pointer;
color: #fff;
}
.business {
box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.03),
-4px -4px 13px rgba(0, 0, 0, 0.03);
}
.startup {
width: 340px;
height: 435px;
border: 2px solid #f0eff4;
margin: 10px 0 40px 0;
background-color: #fff;
position: absolute;
left: 190px;
top: 75px;
z-index: 2;
box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.03),
-4px -4px 13px rgba(0, 0, 0, 0.03);
}
.startup .startup-text ul {
list-style: none;
text-align: center;
line-height: 35px;
font-size: 15px;
color: #646565ee;
position: relative;
top: -25px;
} | css/ourpricing.css | .our-pricing {
min-width: 100vh;
}
.pricing {
display: flex;
flex-wrap: wrap;
margin: 0px 4vw;
}
.pricing .col1 {
max-width: 750px;
}
.pricing .col1 h3 {
color: #a6a6a6ee;
font-weight: lighter;
letter-spacing: 1px;
}
.pricing .col1 h1 {
font-weight: 600;
font-size: 40px;
margin-top: 20px;
}
.pricing .col1 p {
color: #646565;
font-family: "Open Sans", sans-serif;
max-width: 450px;
line-height: 35px;
font-size: 18px;
margin-bottom: 45px;
margin-top: 30px;
}
.pricing .col1 .btn1 {
width: 170px;
height: 55px;
border-radius: 40px 0 0 40px;
border: transparent;
color: #fff;
font-size: 18px;
letter-spacing: 1px;
background: linear-gradient(to right, #1dc9e9, #23d7e4, #29e6df);
}
.pricing .col1 .btn2 {
width: 170px;
height: 55px;
border-radius: 0 40px 40px 0;
border: transparent;
color: #000;
background: #fff;
letter-spacing: 1px;
font-size: 18px;
}
.pricing .col2 {
margin: 0px 50px;
}
.cardstack {
display: flex;
flex-direction: row;
margin-top: 230px;
max-width: 550px;
position: relative;
top: -290px;
}
.business {
width: 360px;
height: 540px;
position: absolute;
z-index: 3;
left: 0px;
top: 40px;
border: 2px solid #f0eff4;
background-color: #fff;
}
.cardstack ul {
margin-top: 30px;
list-style: none;
text-align: center;
line-height: 43px;
font-size: 17px;
color: #646565ee;
}
.cardstack h5 {
text-align: center;
color: #000;
font-size: 18px;
font-weight: 800;
letter-spacing: 1px;
margin-top: 40px;
}
.cardstack h4 {
text-align: center;
font-size: 18px;
color: #b3b1b1;
font-weight: 400;
}
.cardstack .btn-price1 {
margin: 40px 0px 50px 110px;
width: 140px;
height: 45px;
outline: none;
border-radius: 35px;
border: 2px solid #f0eff4;
font-size: 15px;
letter-spacing: 1px;
font-weight: 600;
background: #fff;
transition: all 500ms ease-out;
}
.cardstack .btn-price2 {
margin: 0px 0px 40px 120px;
width: 90px;
height: 35px;
outline: none;
border-radius: 27px;
border: 2px solid #f0eff4;
font-size: 12px;
letter-spacing: 1px;
font-weight: 600;
background: #fff;
transition: all 500ms ease-out;
}
.btn-price1:hover {
background: linear-gradient(to right, #1eebfd, #1ddef8, #1bcaf1);
cursor: pointer;
color: #fff;
}
.btn-price2:hover {
background: linear-gradient(to right, #1eebfd, #1ddef8, #1bcaf1);
cursor: pointer;
color: #fff;
}
.business {
box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.03),
-4px -4px 13px rgba(0, 0, 0, 0.03);
}
.startup {
width: 340px;
height: 435px;
border: 2px solid #f0eff4;
margin: 10px 0 40px 0;
background-color: #fff;
position: absolute;
left: 190px;
top: 75px;
z-index: 2;
box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.03),
-4px -4px 13px rgba(0, 0, 0, 0.03);
}
.startup .startup-text ul {
list-style: none;
text-align: center;
line-height: 35px;
font-size: 15px;
color: #646565ee;
position: relative;
top: -25px;
} | 0.447219 | 0.116036 |
html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
--ratio: $ratio--sml;
above(3)
above(6)
--fz--h1: calc($fz--base * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio));
--fz--h2: calc($fz--base * var(--ratio) * var(--ratio) * var(--ratio));
--fz--h3: calc($fz--base * var(--ratio) * var(--ratio));
--fz--h4: calc($fz--base * var(--ratio));
--fz--sub: calc($fz--base / var(--ratio));
--fz--supersub: calc(($fz--base / var(--ratio)) / var(--ratio));
--sp--h1: calc(var(--fz--h1) * $lh--heading);
--sp--h2: calc(var(--fz--h2) * $lh--heading);
--sp--h3: calc(var(--fz--h3) * $lh--heading);
--sp--h4: calc(var(--fz--h4) * $lh--heading);
}
body,
select,
input,
textarea {
font-family: $ff--body;
font-weight: $fw--normal;
line-height: $lh--body;
font-size: inherit;
color: $cl--light;
}
h1,
h2,
h3,
h4 {
display: block;
line-height: $lh--heading;
font-family: $ff--heading;
font-weight: normal;
letter-spacing: $ls;
color: $cl--med;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited {
color: $cl--anchor;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h1 a:visited:active,
h2 a:visited:active,
h3 a:visited:active,
h4 a:visited:active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h1 a:visited:hover,
h2 a:visited:hover,
h3 a:visited:hover,
h4 a:visited:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h1 a:visited:focus,
h2 a:visited:focus,
h3 a:visited:focus,
h4 a:visited:focus {
color: $cl--anchor--hover;
}
p {
width: auto;
max-width: 100%;
font-family: $ff--body;
font-size: $fz--base;
line-height: $lh--body;
letter-spacing: $ls;
color: $cl--med;
}
.reading_content p,
p.reading_content {
width: $ll ch;
}
.reading_content p > a,
p.reading_content > a,
.reading_content p > a:visited,
p.reading_content > a:visited {
color: $cl--anchor;
}
.reading_content p > a:active,
p.reading_content > a:active,
.reading_content p > a:visited:active,
p.reading_content > a:visited:active,
.reading_content p > a:hover,
p.reading_content > a:hover,
.reading_content p > a:visited:hover,
p.reading_content > a:visited:hover,
.reading_content p > a:focus,
p.reading_content > a:focus,
.reading_content p > a:visited:focus,
p.reading_content > a:visited:focus {
color: $cl--anchor--hover;
}
h1 + p,
h2 + p,
h3 + p {
margin-top: $sp--third;
}
h4 + p {
margin-top: $sp--half;
}
* + p {
margin-top: $sp;
}
a,
a:visited {
cursor: pointer;
text-decoration: none;
}
b,
strong {
font-weight: normal;
font-family: $ff--strong;
}
i,
em {
font-style: normal;
font-family: $ff--emphasis;
}
::selection {
background-color: $cl--first;
color: #fff;
}
.reading_content__list {
display: block;
width: 70ch;
max-width: 100%;
padding-left: 3ch;
}
ol.reading_content__list {
list-style-type: decimal;
}
ul.reading_content__list {
list-style-type: disc;
}
.reading_content__list li {
max-width: 100%;
}
.reading_content__list li + li {
margin-top: $sp--half;
}
sup {
vertical-align: super;
} | stylus/partials/base/typography.css | html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
--ratio: $ratio--sml;
above(3)
above(6)
--fz--h1: calc($fz--base * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio));
--fz--h2: calc($fz--base * var(--ratio) * var(--ratio) * var(--ratio));
--fz--h3: calc($fz--base * var(--ratio) * var(--ratio));
--fz--h4: calc($fz--base * var(--ratio));
--fz--sub: calc($fz--base / var(--ratio));
--fz--supersub: calc(($fz--base / var(--ratio)) / var(--ratio));
--sp--h1: calc(var(--fz--h1) * $lh--heading);
--sp--h2: calc(var(--fz--h2) * $lh--heading);
--sp--h3: calc(var(--fz--h3) * $lh--heading);
--sp--h4: calc(var(--fz--h4) * $lh--heading);
}
body,
select,
input,
textarea {
font-family: $ff--body;
font-weight: $fw--normal;
line-height: $lh--body;
font-size: inherit;
color: $cl--light;
}
h1,
h2,
h3,
h4 {
display: block;
line-height: $lh--heading;
font-family: $ff--heading;
font-weight: normal;
letter-spacing: $ls;
color: $cl--med;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited {
color: $cl--anchor;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h1 a:visited:active,
h2 a:visited:active,
h3 a:visited:active,
h4 a:visited:active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h1 a:visited:hover,
h2 a:visited:hover,
h3 a:visited:hover,
h4 a:visited:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h1 a:visited:focus,
h2 a:visited:focus,
h3 a:visited:focus,
h4 a:visited:focus {
color: $cl--anchor--hover;
}
p {
width: auto;
max-width: 100%;
font-family: $ff--body;
font-size: $fz--base;
line-height: $lh--body;
letter-spacing: $ls;
color: $cl--med;
}
.reading_content p,
p.reading_content {
width: $ll ch;
}
.reading_content p > a,
p.reading_content > a,
.reading_content p > a:visited,
p.reading_content > a:visited {
color: $cl--anchor;
}
.reading_content p > a:active,
p.reading_content > a:active,
.reading_content p > a:visited:active,
p.reading_content > a:visited:active,
.reading_content p > a:hover,
p.reading_content > a:hover,
.reading_content p > a:visited:hover,
p.reading_content > a:visited:hover,
.reading_content p > a:focus,
p.reading_content > a:focus,
.reading_content p > a:visited:focus,
p.reading_content > a:visited:focus {
color: $cl--anchor--hover;
}
h1 + p,
h2 + p,
h3 + p {
margin-top: $sp--third;
}
h4 + p {
margin-top: $sp--half;
}
* + p {
margin-top: $sp;
}
a,
a:visited {
cursor: pointer;
text-decoration: none;
}
b,
strong {
font-weight: normal;
font-family: $ff--strong;
}
i,
em {
font-style: normal;
font-family: $ff--emphasis;
}
::selection {
background-color: $cl--first;
color: #fff;
}
.reading_content__list {
display: block;
width: 70ch;
max-width: 100%;
padding-left: 3ch;
}
ol.reading_content__list {
list-style-type: decimal;
}
ul.reading_content__list {
list-style-type: disc;
}
.reading_content__list li {
max-width: 100%;
}
.reading_content__list li + li {
margin-top: $sp--half;
}
sup {
vertical-align: super;
} | 0.495117 | 0.096408 |
margin-top: ;
margin-left: 82px;
width: 500px;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
}
p {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1.5em;
}
body {
background: url("/DamonToumbourou/images/border.png") no-repeat center center fixed;
margin: 0;
padding: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.circle-full {
width:12px;
height:12px;
border-radius:12px;
border:1px solid black;
line-height:100px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #fff;
background: #5B6B73;
display: inline-block;
margin-left: 7px;
}
.circle-empty {
width:12px;
height:12px;
border-radius:12px;
border:1px solid black;
line-height:100px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #fff;
background: white;
display: inline-block;
margin-left: 7px;
}
#contact-form-bottom {
margin-top: 60px;
margin-left: 80px;
}
#contact-form-bottom img {
position: relative;
width: 420px;
margin-left: 180px;
padding-bottom: 130px;
z-index: 500;
}
#contact-title {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: bold;
}
#contact-form-top {
z-index: 600;
position: absolute;
margin-top: -650px;
margin-left: 350px;
}
#contact-form-top h2 {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
line-height: 1em;
font-weight: 800;
}
#experience {
margin-top: 40px;
}
#linked {
margin-left: 10px;
margin-top: 20px;
width:100px;
height:25px;
}
#wrapper {
position: relative;
max-width: 920px;
height: 100%;
margin: 40px auto 30px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
opacity: .95;
}
.section-headers {
display: inline-block;
font: bold 20px/12px 'Open Sans', sans-serif;
padding: 0px 0 0 12px;
vertical-align: middle;
border-left: 70px solid #444;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 80px;
}
#slogan {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
padding-left: 84px;
}
#skills {
margin-top: 20px;
}
#skills-table {
margin-left: 82px;
margin-top: 50px;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
font-weight: 800;c
}
.container {
text-align: center;
color: white;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: 800;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: ;
font-weight: ;
color: #7DC6EB
;
}
header {
margin-left: 80px;
padding-top: 80px;
margin-bottom: 20px;
}
a:link {
color: grey;
text-decoration: none;
}
a:visited {
color: grey;
}
a:hover {
color: black;
text-decoration: none;
text-shadow: 0 0 2px black;
}
a:hover span { cursor: pointer }
a:focus {
}
a:active {
padding-top: 2px;
}
#contact-details {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 300;
margin-left: 82px;
letter-spacing: px;
text-align: left;
}
#main-title {
font-family: 'Open Sans', sans-serif;
font-size: 2.2em;
font-weight: 600;
letter-spacing: 3px;
}
#title-head {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
font-weight: 300;
letter-spacing: -1px;
text-align: right;
width: 440px;
}
#main-nav {
margin-top: 28px;
}
#main-nav ul {
list-style-type:none;
text-align: center;
padding:0;
margin:0;
}
#main-nav li {
display: inline-block;
padding: 30px;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: bold;
letter-spacing: 2px;
}
.project {
margin-left: 82px;
margin-bottom: 40px;
width: 800px;
margin-top: 60px;
list-style-type: none;
padding: 0;
}
.project ul {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
list-style-type: none;
padding: 0;
}
#project3 {
margin-left: 82px;
margin-top: 80px;
width: 500px;
}
#profile-photo {
z-index: -999;
width: 220px;
position: relative;
margin-right: 20px;
margin-top: 20px;
float: right;
opacity: 1;
font: 400 18px/1 'Kaushan Script', cursive;
color: #888;
}
#profile-photo img {
border: 10px solid #fff;
border-bottom: 45px solid #fff;
-webkit-box-shadow: 3px 3px 3px 3px #777;
-moz-box-shadow: 3px 3px 3px 3px #777;
box-shadow: 3px 3px 3px 3px #777;
}
#profile-photo p {
position: absolute;
size: 100%;
bottom: 0px;
padding-left: 30px;
font: 400 18px/1 'Kaushan Script', cursive;
color: #888;
}
span.paper-clip:after {
width: 11px;
height: 20px;
content: " ";
opacity: 1;
display: block;
position: absolute;
right: -1px;
top: 5px;
border-radius: 10px;
border: 2px solid #808080;
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
span.paper-clip {
opacity: 1;
height: 60px;
width: 15px;
border-radius: 10px;
border: 2px solid #808080;
display: inline-block;
position: absolute;
margin-top: -30px;
margin-left: 10px;
}
#study-list {
margin-top: 40px;
margin-left: 82px;
}
#study-list h2 {
margin-bottom: -10px;
}
.skill-rating {
letter-spacing: 0px;
font-weight: 600;
line-height: 50px;
}
#kodi-links {
margin-top: 20px;
padding: 0;
list-style-type: none;
}
ul li {
}
#kodi-links li {
counter-increment: step-counter;
margin-bottom: 10px;
}
#kodi-links li::before {
content: counter(step-counter);
margin-right: 5px;
font-size: 80%;
background-color: rgb(0,200,200);
color: white;
font-weight: bold;
padding: 1px 5px;
border-radius: 3px;
} | css/main.css | margin-top: ;
margin-left: 82px;
width: 500px;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
}
p {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1.5em;
}
body {
background: url("/DamonToumbourou/images/border.png") no-repeat center center fixed;
margin: 0;
padding: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.circle-full {
width:12px;
height:12px;
border-radius:12px;
border:1px solid black;
line-height:100px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #fff;
background: #5B6B73;
display: inline-block;
margin-left: 7px;
}
.circle-empty {
width:12px;
height:12px;
border-radius:12px;
border:1px solid black;
line-height:100px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #fff;
background: white;
display: inline-block;
margin-left: 7px;
}
#contact-form-bottom {
margin-top: 60px;
margin-left: 80px;
}
#contact-form-bottom img {
position: relative;
width: 420px;
margin-left: 180px;
padding-bottom: 130px;
z-index: 500;
}
#contact-title {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: bold;
}
#contact-form-top {
z-index: 600;
position: absolute;
margin-top: -650px;
margin-left: 350px;
}
#contact-form-top h2 {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
line-height: 1em;
font-weight: 800;
}
#experience {
margin-top: 40px;
}
#linked {
margin-left: 10px;
margin-top: 20px;
width:100px;
height:25px;
}
#wrapper {
position: relative;
max-width: 920px;
height: 100%;
margin: 40px auto 30px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
opacity: .95;
}
.section-headers {
display: inline-block;
font: bold 20px/12px 'Open Sans', sans-serif;
padding: 0px 0 0 12px;
vertical-align: middle;
border-left: 70px solid #444;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 80px;
}
#slogan {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
padding-left: 84px;
}
#skills {
margin-top: 20px;
}
#skills-table {
margin-left: 82px;
margin-top: 50px;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
font-weight: 800;c
}
.container {
text-align: center;
color: white;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: 800;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: ;
font-weight: ;
color: #7DC6EB
;
}
header {
margin-left: 80px;
padding-top: 80px;
margin-bottom: 20px;
}
a:link {
color: grey;
text-decoration: none;
}
a:visited {
color: grey;
}
a:hover {
color: black;
text-decoration: none;
text-shadow: 0 0 2px black;
}
a:hover span { cursor: pointer }
a:focus {
}
a:active {
padding-top: 2px;
}
#contact-details {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 300;
margin-left: 82px;
letter-spacing: px;
text-align: left;
}
#main-title {
font-family: 'Open Sans', sans-serif;
font-size: 2.2em;
font-weight: 600;
letter-spacing: 3px;
}
#title-head {
font-family: 'Open Sans', sans-serif;
font-size: .9em;
font-weight: 300;
letter-spacing: -1px;
text-align: right;
width: 440px;
}
#main-nav {
margin-top: 28px;
}
#main-nav ul {
list-style-type:none;
text-align: center;
padding:0;
margin:0;
}
#main-nav li {
display: inline-block;
padding: 30px;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: bold;
letter-spacing: 2px;
}
.project {
margin-left: 82px;
margin-bottom: 40px;
width: 800px;
margin-top: 60px;
list-style-type: none;
padding: 0;
}
.project ul {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
list-style-type: none;
padding: 0;
}
#project3 {
margin-left: 82px;
margin-top: 80px;
width: 500px;
}
#profile-photo {
z-index: -999;
width: 220px;
position: relative;
margin-right: 20px;
margin-top: 20px;
float: right;
opacity: 1;
font: 400 18px/1 'Kaushan Script', cursive;
color: #888;
}
#profile-photo img {
border: 10px solid #fff;
border-bottom: 45px solid #fff;
-webkit-box-shadow: 3px 3px 3px 3px #777;
-moz-box-shadow: 3px 3px 3px 3px #777;
box-shadow: 3px 3px 3px 3px #777;
}
#profile-photo p {
position: absolute;
size: 100%;
bottom: 0px;
padding-left: 30px;
font: 400 18px/1 'Kaushan Script', cursive;
color: #888;
}
span.paper-clip:after {
width: 11px;
height: 20px;
content: " ";
opacity: 1;
display: block;
position: absolute;
right: -1px;
top: 5px;
border-radius: 10px;
border: 2px solid #808080;
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
span.paper-clip {
opacity: 1;
height: 60px;
width: 15px;
border-radius: 10px;
border: 2px solid #808080;
display: inline-block;
position: absolute;
margin-top: -30px;
margin-left: 10px;
}
#study-list {
margin-top: 40px;
margin-left: 82px;
}
#study-list h2 {
margin-bottom: -10px;
}
.skill-rating {
letter-spacing: 0px;
font-weight: 600;
line-height: 50px;
}
#kodi-links {
margin-top: 20px;
padding: 0;
list-style-type: none;
}
ul li {
}
#kodi-links li {
counter-increment: step-counter;
margin-bottom: 10px;
}
#kodi-links li::before {
content: counter(step-counter);
margin-right: 5px;
font-size: 80%;
background-color: rgb(0,200,200);
color: white;
font-weight: bold;
padding: 1px 5px;
border-radius: 3px;
} | 0.379263 | 0.069226 |
body {
margin-bottom: 60px;
font-family: 'Montserrat', sans-serif !important;
color: #5f5f5f;
}
html {
position: relative;
min-height: 100%;
}
a {
color: #5db536;
}
a:hover {
color: #0da931
}
b {
color: #424242;
}
@font-face {
font-family: 'icomoon';
src: url('graphics/icons/icomoon.eot?39uhkm');
src: url('graphics/icons/icomoon.eot?39uhkm#iefix') format('embedded-opentype'),
url('graphics/icons/icomoon.ttf?39uhkm') format('truetype'),
url('graphics/icons/icomoon.woff?39uhkm') format('woff'),
url('graphics/icons/icomoon.svg?39uhkm#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-barcode:before {
content: "\e937";
}
.icon-keyboard:before {
content: "\e955";
}
.icon-database:before {
content: "\e964";
}
.icon-user:before {
content: "\e971";
}
.icon-spinner11:before {
content: "\e984";
}
.icon-bin:before {
content: "\e9ac";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
text-align: center;
}
.navbar li {
margin: 0 20px;
}
.lding {
background: black;
position: fixed;
width: 100%;
height: 100%;
display: none;
opacity: 0.5;
z-index: 1;
}
.lds-css {
height: 200px;
width: 200px;
position: fixed;
left: 50%;
top: 50%;
margin-left: -100px;
margin-top: -100px;
z-index: 1;
}
.lds-cube {
position: relative;
}
.lds-cube div {
position: absolute;
width: 80px;
height: 80px;
top: 10px;
left: 10px;
background: #ec0000;
-webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-cube div:nth-child(2) {
top: 10px;
left: 110px;
background: #e1e1e1;
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-cube div:nth-child(3) {
top: 110px;
left: 110px;
background: #0057ff;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-cube div:nth-child(4) {
top: 110px;
left: 10px;
background: #a5a5a5;
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-cube {
width: 200px !important;
height: 200px !important;
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
@keyframes lds-cube {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-cube {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
#about-block-page, #reset-block, #about-account-page, #reset-account, #reset-hex, #reset-node-address, #abount-account-page-nav {
display: none;
}
#about-block-witness a {
color: inherit;
}
#auto-clear {
margin-top: 0.2rem;
}
#recent-blocks tbody tr.table-new {
visibility: hidden;
opacity: 0;
}
#recent-blocks tbody tr {
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
}
.modal-full {
max-width: 90%;
}
.bg-custom {
background: white;
border-bottom: 1px solid #eee;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.hidden {
display:none;
}
.table {
margin-bottom: 0.1px;
}
.table-primary, .table-primary>td, .table-primary>th {
background-color: #04d500;
color: white;
}
.table-responsive {
border: 0;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
background-color: #ffffff;
}
.table-hover .table-primary:hover {
background-color: #4edc6e;
}
.table-hover .table-secondary:hover {
background-color: #f5f5f5;
}
.table-hover tbody tr:hover {
background-color: rgba(0,0,0,.015);
}
.table-sm td, .table-sm th {
padding: .5rem;
}
.brand {
max-width: 200px
}
.navbar-toggler {
background-color: #343a40;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
flex-direction: row-reverse;
}
}
.info {
background: #040404;
color: white;
margin-bottom: 15px;
text-align: center;
padding:15px
}
.row {
margin-bottom: 5px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.col {
margin-top: 7px;
}
@media (max-width: 766px) {
.advert-desktop {
display:none;
}
}
@media (min-width: 768px) {
.advert-desktop {
max-width: 300px;
margin: auto;
}
} | custom.css | body {
margin-bottom: 60px;
font-family: 'Montserrat', sans-serif !important;
color: #5f5f5f;
}
html {
position: relative;
min-height: 100%;
}
a {
color: #5db536;
}
a:hover {
color: #0da931
}
b {
color: #424242;
}
@font-face {
font-family: 'icomoon';
src: url('graphics/icons/icomoon.eot?39uhkm');
src: url('graphics/icons/icomoon.eot?39uhkm#iefix') format('embedded-opentype'),
url('graphics/icons/icomoon.ttf?39uhkm') format('truetype'),
url('graphics/icons/icomoon.woff?39uhkm') format('woff'),
url('graphics/icons/icomoon.svg?39uhkm#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-barcode:before {
content: "\e937";
}
.icon-keyboard:before {
content: "\e955";
}
.icon-database:before {
content: "\e964";
}
.icon-user:before {
content: "\e971";
}
.icon-spinner11:before {
content: "\e984";
}
.icon-bin:before {
content: "\e9ac";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
text-align: center;
}
.navbar li {
margin: 0 20px;
}
.lding {
background: black;
position: fixed;
width: 100%;
height: 100%;
display: none;
opacity: 0.5;
z-index: 1;
}
.lds-css {
height: 200px;
width: 200px;
position: fixed;
left: 50%;
top: 50%;
margin-left: -100px;
margin-top: -100px;
z-index: 1;
}
.lds-cube {
position: relative;
}
.lds-cube div {
position: absolute;
width: 80px;
height: 80px;
top: 10px;
left: 10px;
background: #ec0000;
-webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-cube div:nth-child(2) {
top: 10px;
left: 110px;
background: #e1e1e1;
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-cube div:nth-child(3) {
top: 110px;
left: 110px;
background: #0057ff;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-cube div:nth-child(4) {
top: 110px;
left: 10px;
background: #a5a5a5;
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-cube {
width: 200px !important;
height: 200px !important;
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
@keyframes lds-cube {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-cube {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
#about-block-page, #reset-block, #about-account-page, #reset-account, #reset-hex, #reset-node-address, #abount-account-page-nav {
display: none;
}
#about-block-witness a {
color: inherit;
}
#auto-clear {
margin-top: 0.2rem;
}
#recent-blocks tbody tr.table-new {
visibility: hidden;
opacity: 0;
}
#recent-blocks tbody tr {
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
}
.modal-full {
max-width: 90%;
}
.bg-custom {
background: white;
border-bottom: 1px solid #eee;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.hidden {
display:none;
}
.table {
margin-bottom: 0.1px;
}
.table-primary, .table-primary>td, .table-primary>th {
background-color: #04d500;
color: white;
}
.table-responsive {
border: 0;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
background-color: #ffffff;
}
.table-hover .table-primary:hover {
background-color: #4edc6e;
}
.table-hover .table-secondary:hover {
background-color: #f5f5f5;
}
.table-hover tbody tr:hover {
background-color: rgba(0,0,0,.015);
}
.table-sm td, .table-sm th {
padding: .5rem;
}
.brand {
max-width: 200px
}
.navbar-toggler {
background-color: #343a40;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
flex-direction: row-reverse;
}
}
.info {
background: #040404;
color: white;
margin-bottom: 15px;
text-align: center;
padding:15px
}
.row {
margin-bottom: 5px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.col {
margin-top: 7px;
}
@media (max-width: 766px) {
.advert-desktop {
display:none;
}
}
@media (min-width: 768px) {
.advert-desktop {
max-width: 300px;
margin: auto;
}
} | 0.415966 | 0.088623 |
@charset "UTF-8";
/*
* @authors Asing (<EMAIL>)
* @date 2015-06-08
* @version $Id: reset.css,v 1.0 2015/06/08 xiequnxing Exp $
*/
/*base*/
*{font-size: .28rem;}
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;}
html{font-family:"Microsoft Yahei";-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
body{margin:0 auto !important;min-width:3.2rem;max-width:7.5rem;font-size:1.4rem;}
table{margin:0;padding:0;border-collapse:collapse;}
ol,ul,dl{list-style: none;}
a{text-decoration:none;color:#333;}
a:hover,a:focus{outline: none;}
input{outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;}
.img-auto{display:block;width:100%;}
/* 布局类 */
.ct{text-align:center;}
.rt{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.relative{position: relative;}
.clear:after{display:block;content:'';clear:both;visibility: hidden;height: 0;}
.dn{display:none;}
.r45{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.fhide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vc{vertical-align:middle;}
/* 字体 */
b,.fb{font-weight:bold;}
.f1{font-size:1.2rem;}
.f2{font-size:1.4rem;}
.f3{font-size:1.6rem;}
.f4{font-size:1.8rem;}
.f5{font-size:2rem;}
.f6{font-size:2.2rem;}
/* 颜色 */
.orange{color:#f49800;}
.fff,a.fff{color:#fff;}
.f-006934{color:#006934;}
/* 绿色 */
.f-5ab8c4{color:#5ab8c4;}
/* 蓝色 */
.f-eda92a{color:#eda92a;}
/* 橙色 */
.f-231815,a.f-231815{color:#231815;}
/* 黑色 */
.red{color:#F00;}
.b-123d4e{background-color:#123d4e;}
/* 深蓝色 */
.b-f49800{background:#f49800;}
/* 橙色 */
.b-f39700{background:#f39700;}
.b-ea5414{background:#ea5414;}
.b-b5b5b6{background:#b5b5b6;}
/* 灰色 */
.b-123d4e{background:#123d4e;}
/* 藏蓝色 */
.b-fff{background:#fff;}
/*距离*/
.bk5{height:5px;clear:both;}
.bk10{height:10px;clear:both;}
.bk15{height:15px;clear:both;}
/* 顶栏 */
.header_top{height: .91rem;}
.header_top .header_title{width: 7.5rem;height: .9rem;text-align: center;background: #fff;border-bottom: 1px #e5e5e5 solid;position: fixed;z-index: 999;}
.header_top .header_title .back{display: block;width: .36rem;height: .88rem;background: url(http://cdn1.damailicai.com/loan/img/back_icon.png) left center no-repeat;background-size: .16rem .26rem;position: absolute;top: 0;left: .3rem;z-index: 2;}
.header_top .header_title span{display: block;color: #333;font-size: .34rem;line-height: .9rem;}
.header_top .header_title .right_btn{color: #757575;font-size: .3rem;line-height: .9rem;position: absolute;top: 0;right: .3rem;z-index: 1000;}
.header_top .header_title .right_btn.select{color: #ff9a26;}
.header_top .header_title .right_btn.help{display: inline-block;width: .3rem;height: .3rem;line-height: .3rem;color: #ff9a26;text-align: center;border: 1px #ff9a26 solid;border-radius: 100%;top: .3rem;}
.header_top .header_title .login-btn{color: #ff9a26; font-style: normal;} | manage/web/css/reset.css | @charset "UTF-8";
/*
* @authors Asing (<EMAIL>)
* @date 2015-06-08
* @version $Id: reset.css,v 1.0 2015/06/08 xiequnxing Exp $
*/
/*base*/
*{font-size: .28rem;}
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;}
html{font-family:"Microsoft Yahei";-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
body{margin:0 auto !important;min-width:3.2rem;max-width:7.5rem;font-size:1.4rem;}
table{margin:0;padding:0;border-collapse:collapse;}
ol,ul,dl{list-style: none;}
a{text-decoration:none;color:#333;}
a:hover,a:focus{outline: none;}
input{outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;}
.img-auto{display:block;width:100%;}
/* 布局类 */
.ct{text-align:center;}
.rt{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.relative{position: relative;}
.clear:after{display:block;content:'';clear:both;visibility: hidden;height: 0;}
.dn{display:none;}
.r45{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.fhide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vc{vertical-align:middle;}
/* 字体 */
b,.fb{font-weight:bold;}
.f1{font-size:1.2rem;}
.f2{font-size:1.4rem;}
.f3{font-size:1.6rem;}
.f4{font-size:1.8rem;}
.f5{font-size:2rem;}
.f6{font-size:2.2rem;}
/* 颜色 */
.orange{color:#f49800;}
.fff,a.fff{color:#fff;}
.f-006934{color:#006934;}
/* 绿色 */
.f-5ab8c4{color:#5ab8c4;}
/* 蓝色 */
.f-eda92a{color:#eda92a;}
/* 橙色 */
.f-231815,a.f-231815{color:#231815;}
/* 黑色 */
.red{color:#F00;}
.b-123d4e{background-color:#123d4e;}
/* 深蓝色 */
.b-f49800{background:#f49800;}
/* 橙色 */
.b-f39700{background:#f39700;}
.b-ea5414{background:#ea5414;}
.b-b5b5b6{background:#b5b5b6;}
/* 灰色 */
.b-123d4e{background:#123d4e;}
/* 藏蓝色 */
.b-fff{background:#fff;}
/*距离*/
.bk5{height:5px;clear:both;}
.bk10{height:10px;clear:both;}
.bk15{height:15px;clear:both;}
/* 顶栏 */
.header_top{height: .91rem;}
.header_top .header_title{width: 7.5rem;height: .9rem;text-align: center;background: #fff;border-bottom: 1px #e5e5e5 solid;position: fixed;z-index: 999;}
.header_top .header_title .back{display: block;width: .36rem;height: .88rem;background: url(http://cdn1.damailicai.com/loan/img/back_icon.png) left center no-repeat;background-size: .16rem .26rem;position: absolute;top: 0;left: .3rem;z-index: 2;}
.header_top .header_title span{display: block;color: #333;font-size: .34rem;line-height: .9rem;}
.header_top .header_title .right_btn{color: #757575;font-size: .3rem;line-height: .9rem;position: absolute;top: 0;right: .3rem;z-index: 1000;}
.header_top .header_title .right_btn.select{color: #ff9a26;}
.header_top .header_title .right_btn.help{display: inline-block;width: .3rem;height: .3rem;line-height: .3rem;color: #ff9a26;text-align: center;border: 1px #ff9a26 solid;border-radius: 100%;top: .3rem;}
.header_top .header_title .login-btn{color: #ff9a26; font-style: normal;} | 0.281208 | 0.042206 |
.minimalist-footer .links a, .enhanced-minimalist-footer .with-social a, .enhanced-minimalist-footer .links a {
color: inherit;
}
.page-footer {
padding-top: 40px;
}
.page-footer .row {
margin-bottom: 0;
}
.page-footer p > a {
color: white;
}
@media only screen and (min-width: 300px) {
.page-footer h4:not(:first-child),
.page-footer h5:not(:first-child) {
margin-top: 2rem;
}
}
@media only screen and (min-width: 601px) {
.page-footer h4, .page-footer h5 {
margin-top: 1.09333rem;
}
}
.page-footer.with-policies {
padding-top: 0;
}
.page-footer.with-policies .policies {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
color: black;
height: auto;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 2rem;
margin-bottom: 2rem;
border-top: 1px solid #9e9e9e;
background-color: white;
}
.page-footer.with-policies .policies div.payments {
color: #9e9e9e;
}
.page-footer.with-policies .policies div i {
padding-right: 1rem;
padding-left: 1rem;
}
.page-footer.with-policies .policies div:first-child {
margin-right: 1rem;
}
.page-footer.with-policies .policies div:last-child {
margin-left: 1rem;
}
.page-footer #contact p * {
vertical-align: middle;
line-height: 1;
}
.page-footer #contact p i {
font-size: 20px;
margin-right: 15px;
}
.page-footer .footer-copyright {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.page-footer .footer-copyright p, .page-footer .footer-copyright a {
margin: 0;
}
@media only screen and (min-width: 301px) {
.page-footer .footer-copyright {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
}
@media only screen and (min-width: 993px) {
.page-footer .footer-copyright {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.page-footer .footer-copyright * {
color: white;
}
@media only screen and (min-width: 301px) {
.page-footer .footer-copyright * {
margin-top: 5px;
}
}
@media only screen and (min-width: 993px) {
.page-footer .footer-copyright *:not(:first-child) {
margin-left: 40px;
}
}
.page-footer .footer-copyright.social {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.page-footer .footer-copyright.social ul#social-items li {
display: inline-block;
}
.page-footer .footer-copyright.social ul#social-items li:not(:last-child) {
margin-right: 14px;
}
.page-footer .footer-copyright.social ul#social-items li i {
margin-right: 5px;
font-size: 18px;
line-height: inherit;
vertical-align: middle;
}
.minimalist-footer {
padding: 2rem;
}
.minimalist-footer .links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.enhanced-minimalist-footer {
margin-top: 4rem;
border-top: 1px solid #c7c7c7;
}
.enhanced-minimalist-footer .with-payments {
padding: 1.5rem;
border-bottom: 1px solid white;
border-bottom: 1px solid #c7c7c7;
}
.enhanced-minimalist-footer .with-payments .payment-methods {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.enhanced-minimalist-footer .with-payments .payment-methods i {
font-size: 32px;
color: #484848;
}
.enhanced-minimalist-footer .with-payments .payment-methods i:not(:last-child) {
padding-right: 1rem;
}
.enhanced-minimalist-footer .with-payments p {
font-size: 18px;
font-weight: 300;
width: 100%;
text-align: center;
margin: .75rem 0 0 0;
}
.enhanced-minimalist-footer .with-payments p i {
padding-right: .55rem;
vertical-align: middle;
}
.enhanced-minimalist-footer .with-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 1px solid white;
padding: 1.5rem;
}
.enhanced-minimalist-footer .with-social a {
font-size: 24px;
}
.enhanced-minimalist-footer .with-social a:not(:last-child) {
padding-right: 1rem;
}
.enhanced-minimalist-footer .links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 1.5rem;
}
/*# sourceMappingURL=footer.css.map */ | .old-repo/templates/css/footer.css | .minimalist-footer .links a, .enhanced-minimalist-footer .with-social a, .enhanced-minimalist-footer .links a {
color: inherit;
}
.page-footer {
padding-top: 40px;
}
.page-footer .row {
margin-bottom: 0;
}
.page-footer p > a {
color: white;
}
@media only screen and (min-width: 300px) {
.page-footer h4:not(:first-child),
.page-footer h5:not(:first-child) {
margin-top: 2rem;
}
}
@media only screen and (min-width: 601px) {
.page-footer h4, .page-footer h5 {
margin-top: 1.09333rem;
}
}
.page-footer.with-policies {
padding-top: 0;
}
.page-footer.with-policies .policies {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
color: black;
height: auto;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 2rem;
margin-bottom: 2rem;
border-top: 1px solid #9e9e9e;
background-color: white;
}
.page-footer.with-policies .policies div.payments {
color: #9e9e9e;
}
.page-footer.with-policies .policies div i {
padding-right: 1rem;
padding-left: 1rem;
}
.page-footer.with-policies .policies div:first-child {
margin-right: 1rem;
}
.page-footer.with-policies .policies div:last-child {
margin-left: 1rem;
}
.page-footer #contact p * {
vertical-align: middle;
line-height: 1;
}
.page-footer #contact p i {
font-size: 20px;
margin-right: 15px;
}
.page-footer .footer-copyright {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.page-footer .footer-copyright p, .page-footer .footer-copyright a {
margin: 0;
}
@media only screen and (min-width: 301px) {
.page-footer .footer-copyright {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
}
@media only screen and (min-width: 993px) {
.page-footer .footer-copyright {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.page-footer .footer-copyright * {
color: white;
}
@media only screen and (min-width: 301px) {
.page-footer .footer-copyright * {
margin-top: 5px;
}
}
@media only screen and (min-width: 993px) {
.page-footer .footer-copyright *:not(:first-child) {
margin-left: 40px;
}
}
.page-footer .footer-copyright.social {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.page-footer .footer-copyright.social ul#social-items li {
display: inline-block;
}
.page-footer .footer-copyright.social ul#social-items li:not(:last-child) {
margin-right: 14px;
}
.page-footer .footer-copyright.social ul#social-items li i {
margin-right: 5px;
font-size: 18px;
line-height: inherit;
vertical-align: middle;
}
.minimalist-footer {
padding: 2rem;
}
.minimalist-footer .links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.enhanced-minimalist-footer {
margin-top: 4rem;
border-top: 1px solid #c7c7c7;
}
.enhanced-minimalist-footer .with-payments {
padding: 1.5rem;
border-bottom: 1px solid white;
border-bottom: 1px solid #c7c7c7;
}
.enhanced-minimalist-footer .with-payments .payment-methods {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.enhanced-minimalist-footer .with-payments .payment-methods i {
font-size: 32px;
color: #484848;
}
.enhanced-minimalist-footer .with-payments .payment-methods i:not(:last-child) {
padding-right: 1rem;
}
.enhanced-minimalist-footer .with-payments p {
font-size: 18px;
font-weight: 300;
width: 100%;
text-align: center;
margin: .75rem 0 0 0;
}
.enhanced-minimalist-footer .with-payments p i {
padding-right: .55rem;
vertical-align: middle;
}
.enhanced-minimalist-footer .with-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 1px solid white;
padding: 1.5rem;
}
.enhanced-minimalist-footer .with-social a {
font-size: 24px;
}
.enhanced-minimalist-footer .with-social a:not(:last-child) {
padding-right: 1rem;
}
.enhanced-minimalist-footer .links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 1.5rem;
}
/*# sourceMappingURL=footer.css.map */ | 0.353986 | 0.054174 |
.handsontable.mobile,
.handsontable.mobile .wtHolder {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-overflow-scrolling: touch;
}
.htMobileEditorContainer {
display: none;
position: absolute;
top: 0;
width: 70%;
height: 54pt;
background: #f8f8f8;
border-radius: 20px;
border: 1px solid #ebebeb;
z-index: 999;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-text-size-adjust: none;
}
.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
z-index: 9999;
}
/* Initial left/top coordinates - overwritten when actual position is set */
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
left: -10000px;
top: -10000px;
}
.htMobileEditorContainer.active {
display: block;
}
.htMobileEditorContainer .inputs {
position: absolute;
right: 210pt;
bottom: 10pt;
top: 10pt;
left: 14px;
height: 34pt;
}
.htMobileEditorContainer .inputs textarea {
font-size: 13pt;
border: 1px solid #a1a1a1;
-webkit-appearance: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: absolute;
left: 14px;
right: 14px;
top: 0;
bottom: 0;
padding: 7pt;
}
.htMobileEditorContainer .cellPointer {
position: absolute;
top: -13pt;
height: 0;
width: 0;
left: 30px;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
border-bottom: 13pt solid #ebebeb;
}
.htMobileEditorContainer .cellPointer.hidden {
display: none;
}
.htMobileEditorContainer .cellPointer:before {
content: '';
display: block;
position: absolute;
top: 2px;
height: 0;
width: 0;
left: -13pt;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
border-bottom: 13pt solid #f8f8f8;
}
.htMobileEditorContainer .moveHandle {
position: absolute;
top: 10pt;
left: 5px;
width: 30px;
bottom: 0px;
cursor: move;
z-index: 9999;
}
.htMobileEditorContainer .moveHandle:after {
content: "..\a..\a..\a..";
white-space: pre;
line-height: 10px;
font-size: 20pt;
display: inline-block;
margin-top: -8px;
color: #ebebeb;
}
.htMobileEditorContainer .positionControls {
width: 205pt;
position: absolute;
right: 5pt;
top: 0;
bottom: 0;
}
.htMobileEditorContainer .positionControls > div {
width: 50pt;
height: 100%;
float: left;
}
.htMobileEditorContainer .positionControls > div:after {
content: " ";
display: block;
width: 15pt;
height: 15pt;
text-align: center;
line-height: 50pt;
}
.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
transform-origin: 5pt 5pt;
-webkit-transform-origin: 5pt 5pt;
margin: 21pt 0 0 21pt;
}
.htMobileEditorContainer .leftButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(-45deg);
/*margin-top: 17pt;*/
/*margin-left: 20pt;*/
}
.htMobileEditorContainer .leftButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .rightButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(135deg);
/*margin-top: 17pt;*/
/*margin-left: 10pt;*/
}
.htMobileEditorContainer .rightButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .upButton:after {
/*border-top: 2px solid #cfcfcf;*/
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(45deg);
/*margin-top: 22pt;*/
/*margin-left: 15pt;*/
}
.htMobileEditorContainer .upButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .downButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(225deg);
/*margin-top: 15pt;*/
/*margin-left: 15pt;*/
}
.htMobileEditorContainer .downButton:active:after {
border-color: #cfcfcf;
}
.handsontable.hide-tween {
-webkit-animation: opacity-hide 0.3s;
animation: opacity-hide 0.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.handsontable.show-tween {
-webkit-animation: opacity-show 0.3s;
animation: opacity-show 0.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
} | node_modules/handsontable/src/css/mobile.handsontable.css | .handsontable.mobile,
.handsontable.mobile .wtHolder {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-overflow-scrolling: touch;
}
.htMobileEditorContainer {
display: none;
position: absolute;
top: 0;
width: 70%;
height: 54pt;
background: #f8f8f8;
border-radius: 20px;
border: 1px solid #ebebeb;
z-index: 999;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-text-size-adjust: none;
}
.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
z-index: 9999;
}
/* Initial left/top coordinates - overwritten when actual position is set */
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
left: -10000px;
top: -10000px;
}
.htMobileEditorContainer.active {
display: block;
}
.htMobileEditorContainer .inputs {
position: absolute;
right: 210pt;
bottom: 10pt;
top: 10pt;
left: 14px;
height: 34pt;
}
.htMobileEditorContainer .inputs textarea {
font-size: 13pt;
border: 1px solid #a1a1a1;
-webkit-appearance: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: absolute;
left: 14px;
right: 14px;
top: 0;
bottom: 0;
padding: 7pt;
}
.htMobileEditorContainer .cellPointer {
position: absolute;
top: -13pt;
height: 0;
width: 0;
left: 30px;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
border-bottom: 13pt solid #ebebeb;
}
.htMobileEditorContainer .cellPointer.hidden {
display: none;
}
.htMobileEditorContainer .cellPointer:before {
content: '';
display: block;
position: absolute;
top: 2px;
height: 0;
width: 0;
left: -13pt;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
border-bottom: 13pt solid #f8f8f8;
}
.htMobileEditorContainer .moveHandle {
position: absolute;
top: 10pt;
left: 5px;
width: 30px;
bottom: 0px;
cursor: move;
z-index: 9999;
}
.htMobileEditorContainer .moveHandle:after {
content: "..\a..\a..\a..";
white-space: pre;
line-height: 10px;
font-size: 20pt;
display: inline-block;
margin-top: -8px;
color: #ebebeb;
}
.htMobileEditorContainer .positionControls {
width: 205pt;
position: absolute;
right: 5pt;
top: 0;
bottom: 0;
}
.htMobileEditorContainer .positionControls > div {
width: 50pt;
height: 100%;
float: left;
}
.htMobileEditorContainer .positionControls > div:after {
content: " ";
display: block;
width: 15pt;
height: 15pt;
text-align: center;
line-height: 50pt;
}
.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
transform-origin: 5pt 5pt;
-webkit-transform-origin: 5pt 5pt;
margin: 21pt 0 0 21pt;
}
.htMobileEditorContainer .leftButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(-45deg);
/*margin-top: 17pt;*/
/*margin-left: 20pt;*/
}
.htMobileEditorContainer .leftButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .rightButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(135deg);
/*margin-top: 17pt;*/
/*margin-left: 10pt;*/
}
.htMobileEditorContainer .rightButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .upButton:after {
/*border-top: 2px solid #cfcfcf;*/
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(45deg);
/*margin-top: 22pt;*/
/*margin-left: 15pt;*/
}
.htMobileEditorContainer .upButton:active:after {
border-color: #cfcfcf;
}
.htMobileEditorContainer .downButton:after {
border-top: 2px solid #288ffe;
border-left: 2px solid #288ffe;
-webkit-transform: rotate(225deg);
/*margin-top: 15pt;*/
/*margin-left: 15pt;*/
}
.htMobileEditorContainer .downButton:active:after {
border-color: #cfcfcf;
}
.handsontable.hide-tween {
-webkit-animation: opacity-hide 0.3s;
animation: opacity-hide 0.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.handsontable.show-tween {
-webkit-animation: opacity-show 0.3s;
animation: opacity-show 0.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
} | 0.415847 | 0.064772 |
@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Montserrat:wght@900&family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
* {
margin: 0;
padding: 0;
}
.img1{
background-image: url('../Images/backgrounds/h_img.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
max-width: 100%;
height: 100% ;
}
#heading{
text-transform: uppercase;
font-family: 'Noto Serif', serif;
text-shadow: 4px 4px 4px #aaa;
font-weight: bolder;
letter-spacing: 0.1em;
margin-top: 15%;
}
#mouse-click {
padding: 30px;
animation: shake 1s infinite;
}
@keyframes shake {
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); }
}
h2{
font-family: 'Noto Serif', serif;
text-shadow: 4px 4px 4px #aaa;
font-weight: bolder;
margin: 20px;
}
.img2{
background-image: url('../Images/backgrounds/s_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
width: 100%;
height:auto;
}
.col-md-12{
margin-top: 30px;
}
#image1, #image2,#image3 {
margin-left: 100px;
padding: 20px;
}
body,html {
height: 100%;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}
p{
margin-top: 20px;
}
#content{
color: white;
}
.portfolio img{
margin: 10px;
display: inline-block;
max-width: 100%;
max-height: 100%;
}
.row {
margin-top: 2%;
}
.btn-dark{
width: 30%;
text-align: center;
height: auto;
margin-left: 35%;
}
.img3{
background-image: url('../Images/backgrounds/c_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
width: 100%;
height:auto ;
}
#contact{
color: white;
width: 100%;
}
input[type=text], input[type=email], #comments {
background: transparent;
color: white;
}
.imageContent{
display: none;
padding: 5px;
}
.col-md-4{
margin-top: 40px;
}
h5{
margin-top: 30px;
}
.portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left:18%;
margin-right: 16%;
}
#head1 ,#head2 ,#head3, #head4 ,#head5, #head6 ,#head7, #head8 {
display: none;
color: black;
width: 100%;
height: 100%;
background-color:rgb(255, 255, 255,0.6);
position:absolute;
font-size: 30px;
top: 0;
font-weight: bold;
text-align: center;
font-size: 30px;
padding-top: 30%;
}
footer{
margin-top: 50px;
}
@media screen and (max-width:800px){
.row {
margin-top: 30px;
}
#image1, #image2,#image3 {
margin-left:unset;
}
} | CSS/style.css | @import url('https://fonts.googleapis.com/css2?family=Merienda&family=Montserrat:wght@900&family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
* {
margin: 0;
padding: 0;
}
.img1{
background-image: url('../Images/backgrounds/h_img.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
max-width: 100%;
height: 100% ;
}
#heading{
text-transform: uppercase;
font-family: 'Noto Serif', serif;
text-shadow: 4px 4px 4px #aaa;
font-weight: bolder;
letter-spacing: 0.1em;
margin-top: 15%;
}
#mouse-click {
padding: 30px;
animation: shake 1s infinite;
}
@keyframes shake {
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); }
}
h2{
font-family: 'Noto Serif', serif;
text-shadow: 4px 4px 4px #aaa;
font-weight: bolder;
margin: 20px;
}
.img2{
background-image: url('../Images/backgrounds/s_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
width: 100%;
height:auto;
}
.col-md-12{
margin-top: 30px;
}
#image1, #image2,#image3 {
margin-left: 100px;
padding: 20px;
}
body,html {
height: 100%;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}
p{
margin-top: 20px;
}
#content{
color: white;
}
.portfolio img{
margin: 10px;
display: inline-block;
max-width: 100%;
max-height: 100%;
}
.row {
margin-top: 2%;
}
.btn-dark{
width: 30%;
text-align: center;
height: auto;
margin-left: 35%;
}
.img3{
background-image: url('../Images/backgrounds/c_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
width: 100%;
height:auto ;
}
#contact{
color: white;
width: 100%;
}
input[type=text], input[type=email], #comments {
background: transparent;
color: white;
}
.imageContent{
display: none;
padding: 5px;
}
.col-md-4{
margin-top: 40px;
}
h5{
margin-top: 30px;
}
.portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left:18%;
margin-right: 16%;
}
#head1 ,#head2 ,#head3, #head4 ,#head5, #head6 ,#head7, #head8 {
display: none;
color: black;
width: 100%;
height: 100%;
background-color:rgb(255, 255, 255,0.6);
position:absolute;
font-size: 30px;
top: 0;
font-weight: bold;
text-align: center;
font-size: 30px;
padding-top: 30%;
}
footer{
margin-top: 50px;
}
@media screen and (max-width:800px){
.row {
margin-top: 30px;
}
#image1, #image2,#image3 {
margin-left:unset;
}
} | 0.317215 | 0.140189 |