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 |
|---|---|---|---|---|
@tailwind base;
@tailwind components;
@tailwind utilities;
/* styles tailwind didn't cover */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #f4f4f4 inset !important;
}
button:focus {
outline: none;
}
.w-9vh {
width: 9vh;
}
.h-9vh {
height: 9vh;
}
.list-none {
list-style-type: none;
}
.grayscale {
filter: grayscale(1);
}
.WaftSideBar {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
overflow: hidden !important;
}
.Waftinputbox {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
background: #f4f4f4;
border-radius: 4px;
font-family:sans-serif;
border:1px solid transparent;
transition:all .2s ease-in-out;
}
.Waftinputbox:focus {
outline: 0;
border-color: #d0d0d0;
background: #fff;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
textarea.Waftinputbox {
height: 100px;
}
table.table tbody td {
font-size: 15px;
}
.table tr:nth-child(even) {
background: #f7f7f7;
}
.waft-title {
left: 0;
right: 0;
bottom: 20px;
}
.login-l {
position: relative;
}
.waftltext,
.walfRlogin {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.waftltext h1 {
font-size: 3rem;
}
.waftltext p {
position: relative;
font-size: 1.25rem;
}
.waftltext p:after {
background: #fff;
position: absolute;
content: '';
width: 100px;
height: 4px;
bottom: -15px;
left: 0;
}
.fealogin li {
font-size: 1.2rem;
}
.waftsrchstyle {
width: 40px;
text-align: center;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
div#component-error-text {
color: #f44336;
margin: 0;
font-size: 0.75rem;
text-align: left;
margin-top: 8px;
min-height: 1em;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.ham,
.hamIcon {
display: none;
}
.waft-gradient {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 4px;
background: repeating-linear-gradient(
to right,
#ff3b30 0%,
#ffcddb 25%,
#ff3b30 50%,
#ffcddb 75%,
#ff3b30 100%
);
width: 100%;
background-size: 200% auto;
background-position: 0 100%;
animation: gradient 2s infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
}
@keyframes gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
/* sidemenu */
.list-reset li a.active {
color: #2196f3;
}
/* blog */
.blog-det:last-child {
border-bottom: none;
}
/* footer */
.newsletter_wrapper {
background: #777;
}
@media screen and (max-width: 767px) {
.nav .active {
color: #ffffff;
}
.nav {
display: none;
position: relative;
background: #ff5249;
padding: 10px;
}
.ham,
.hamIcon {
display: block;
position: absolute;
right: 15px;
top: 50px;
width: 25px;
height: 25px;
opacity: 0;
}
.hamIcon {
opacity: 1;
z-index: -1;
}
.ham:checked ~ .nav {
display: block;
}
.block-mobile {
display: block !important;
text-align: right;
}
.hide-mobile {
display: none;
}
.header_right {
order: 1;
}
.mob-order,
.logo {
order: 2;
}
.nav-bar {
order: 3;
}
.icon {
display: inline-block;
fill: #000000;
height: 1em;
width: 1em;
vertical-align: middle;
top: -0.0625em;
cursor: pointer;
}
/* Menu toggle styles. */
.icon-menu-toggle {
width: 25px;
height: 25px;
top: 50px;
}
/* Animate menu icon (lines). */
.svg-menu-toggle .line {
opacity: 1;
transform: rotate(0) translateY(0) translateX(0);
transform-origin: 1em 1em;
transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.svg-menu-toggle .line-1 {
transform-origin: 1em 2.5em;
}
.svg-menu-toggle .line-3 {
transform-origin: 1em 4.5em;
}
.menu-toggle.opened .svg-menu-toggle .line-1 {
transform: rotate(45deg) translateY(0) translateX(0);
}
.menu-toggle.opened .svg-menu-toggle .line-2 {
opacity: 0;
}
.menu-toggle.opened .svg-menu-toggle .line-3 {
transform: rotate(-45deg) translateY(0em) translateX(0em);
}
}
@media screen and (min-width: 768px) {
.header_right {
order: 2;
}
.nav-bar {
order: 3;
}
}
@media screen and (min-width: 992px) {
.header_right,
.nav-bar {
order: inherit;
}
.blog_img img {
height: 400px !important;
}
}
.leftHand, .rightHand {transition:transform 1s ease-out 2s;}
.blog p, .blog strong, .blog b, .blog u {font-size:18px; line-height:1.6;}
.sans-serif { font-family: sans-serif;}
.bg-star { background:url(./assets/img/ptn.jpg) 0 32px; background-size:75px 75px; }
.nav-link.active { box-shadow:0 1px 0 #d82929;}
.first_item { width:50%; height:400px;}
.recent_blog .first_item {
width: 50%;
float: left;}
.recent_blog .first_item .block { display: block;}
.recent_blog .first_item img { width:100%;}
.recent_blog .first_item .imgContainer { height:300px; overflow: hidden; display: block;}
.recent_blog .first_item .heading { padding-left:0; } | client/app/styles.css | @tailwind base;
@tailwind components;
@tailwind utilities;
/* styles tailwind didn't cover */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #f4f4f4 inset !important;
}
button:focus {
outline: none;
}
.w-9vh {
width: 9vh;
}
.h-9vh {
height: 9vh;
}
.list-none {
list-style-type: none;
}
.grayscale {
filter: grayscale(1);
}
.WaftSideBar {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
overflow: hidden !important;
}
.Waftinputbox {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
background: #f4f4f4;
border-radius: 4px;
font-family:sans-serif;
border:1px solid transparent;
transition:all .2s ease-in-out;
}
.Waftinputbox:focus {
outline: 0;
border-color: #d0d0d0;
background: #fff;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
textarea.Waftinputbox {
height: 100px;
}
table.table tbody td {
font-size: 15px;
}
.table tr:nth-child(even) {
background: #f7f7f7;
}
.waft-title {
left: 0;
right: 0;
bottom: 20px;
}
.login-l {
position: relative;
}
.waftltext,
.walfRlogin {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.waftltext h1 {
font-size: 3rem;
}
.waftltext p {
position: relative;
font-size: 1.25rem;
}
.waftltext p:after {
background: #fff;
position: absolute;
content: '';
width: 100px;
height: 4px;
bottom: -15px;
left: 0;
}
.fealogin li {
font-size: 1.2rem;
}
.waftsrchstyle {
width: 40px;
text-align: center;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
div#component-error-text {
color: #f44336;
margin: 0;
font-size: 0.75rem;
text-align: left;
margin-top: 8px;
min-height: 1em;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.ham,
.hamIcon {
display: none;
}
.waft-gradient {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 4px;
background: repeating-linear-gradient(
to right,
#ff3b30 0%,
#ffcddb 25%,
#ff3b30 50%,
#ffcddb 75%,
#ff3b30 100%
);
width: 100%;
background-size: 200% auto;
background-position: 0 100%;
animation: gradient 2s infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
}
@keyframes gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
/* sidemenu */
.list-reset li a.active {
color: #2196f3;
}
/* blog */
.blog-det:last-child {
border-bottom: none;
}
/* footer */
.newsletter_wrapper {
background: #777;
}
@media screen and (max-width: 767px) {
.nav .active {
color: #ffffff;
}
.nav {
display: none;
position: relative;
background: #ff5249;
padding: 10px;
}
.ham,
.hamIcon {
display: block;
position: absolute;
right: 15px;
top: 50px;
width: 25px;
height: 25px;
opacity: 0;
}
.hamIcon {
opacity: 1;
z-index: -1;
}
.ham:checked ~ .nav {
display: block;
}
.block-mobile {
display: block !important;
text-align: right;
}
.hide-mobile {
display: none;
}
.header_right {
order: 1;
}
.mob-order,
.logo {
order: 2;
}
.nav-bar {
order: 3;
}
.icon {
display: inline-block;
fill: #000000;
height: 1em;
width: 1em;
vertical-align: middle;
top: -0.0625em;
cursor: pointer;
}
/* Menu toggle styles. */
.icon-menu-toggle {
width: 25px;
height: 25px;
top: 50px;
}
/* Animate menu icon (lines). */
.svg-menu-toggle .line {
opacity: 1;
transform: rotate(0) translateY(0) translateX(0);
transform-origin: 1em 1em;
transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.svg-menu-toggle .line-1 {
transform-origin: 1em 2.5em;
}
.svg-menu-toggle .line-3 {
transform-origin: 1em 4.5em;
}
.menu-toggle.opened .svg-menu-toggle .line-1 {
transform: rotate(45deg) translateY(0) translateX(0);
}
.menu-toggle.opened .svg-menu-toggle .line-2 {
opacity: 0;
}
.menu-toggle.opened .svg-menu-toggle .line-3 {
transform: rotate(-45deg) translateY(0em) translateX(0em);
}
}
@media screen and (min-width: 768px) {
.header_right {
order: 2;
}
.nav-bar {
order: 3;
}
}
@media screen and (min-width: 992px) {
.header_right,
.nav-bar {
order: inherit;
}
.blog_img img {
height: 400px !important;
}
}
.leftHand, .rightHand {transition:transform 1s ease-out 2s;}
.blog p, .blog strong, .blog b, .blog u {font-size:18px; line-height:1.6;}
.sans-serif { font-family: sans-serif;}
.bg-star { background:url(./assets/img/ptn.jpg) 0 32px; background-size:75px 75px; }
.nav-link.active { box-shadow:0 1px 0 #d82929;}
.first_item { width:50%; height:400px;}
.recent_blog .first_item {
width: 50%;
float: left;}
.recent_blog .first_item .block { display: block;}
.recent_blog .first_item img { width:100%;}
.recent_blog .first_item .imgContainer { height:300px; overflow: hidden; display: block;}
.recent_blog .first_item .heading { padding-left:0; } | 0.417271 | 0.089018 |
:root {
--fs-large: 1.5rem;
--fs-medium: 1.25rem;
}
*,
*:before,
*:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: var(--ff-main);
width: 100%;
}
.navbar {
position: relative;
display: flex;
align-items: center;
background-color: var(--clr-bg-primary);
color: var(--clr-fg-primary);
font-size: var(--fs-large);
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-top: 0.3em;
}
.navbar:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
.navbar .navbar__title {
font-weight: 500;
font-size: inherit;
margin-left: 1em;
cursor: default;
}
.navbar .navbar__avatar {
font-size: inherit;
margin-left: auto;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background-color: #74c2c9;
color: var(--clr-fg-default);
border-radius: 50%;
width: 1.6em;
height: 1.6em;
}
.navbar input[type='checkbox'] {
display: none;
}
.navbar .navbar__menu-button {
width: 1.5em;
height: 0.8em;
}
input:checked + .sidebar {
display: block;
}
.sidebar {
display: none;
background-color: var(--clr-bg-primary);
color: var(--clr-fg-primary);
width: 75vw;
position: absolute;
top: 100%;
left: 0;
height: calc(100ch - 52px);
padding: 1.875em;
}
/* https://blog.dudak.me/2014/css-shadows-under-adjacent-elements/ */
.sidebar:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
.sidebar .sidebar__items {
list-style-type: none;
}
.sidebar .sidebar__item + .sidebar__item {
margin-top: 1.625em;
}
.hb {
display: flex;
cursor: pointer;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.hb .hb__line {
height: 0.08em;
background-color: currentColor;
display: inline-block;
}
.add-new {
font-size: 1em;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 3.5em;
height: 3.5em;
background-color: #ffd740;
border-radius: 50%;
border: none;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12),
0px 14px 14px rgba(0, 0, 0, 0.237602);
position: fixed;
right: 2.8em;
bottom: 2.8em;
}
.add-new::before {
content: '\f067';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 2em;
color: white;
}
.content {
padding-top: 1.25em;
padding-left: 1.9em;
padding-right: 1.9em;
}
.day > .day-item {
margin-top: 2em;
}
.day-heading {
font-family: var(--ff-secondary);
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.day-heading .day-heading__title {
text-transform: uppercase;
font-size: var(--fs-large);
font-weight: inherit;
}
.day-heading .day-heading__agenda-container {
display: flex;
color: #434343;
font-size: 0.875em;
text-transform: uppercase;
font-family: var(--ff-secondary);
}
.day-heading .day-heading__agenda {
font-size: inherit;
font-weight: inherit;
}
.day-heading__agenda + .day-heading__agenda {
display: flex;
align-items: center;
}
.day-heading__agenda + .day-heading__agenda::before {
content: '';
width: 0.4em;
height: 0.4em;
margin: 0.4em;
background-color: #434343;
border-radius: 50%;
}
.day-heading .day-heading__date {
font-family: var(--ff-main);
color: #929292;
font-size: 1em;
font-weight: inherit;
}
.day-item .day-item__category-title {
margin-bottom: 1.5em;
display: flex;
align-items: center;
text-transform: uppercase;
color: #434343;
font-family: var(--ff-secondary);
font-size: 1.375em;
}
.day-item .day-item__category-title::before,
.day-item .day-item__category-title::after {
content: '';
flex: 1;
height: 0.05em;
background-color: #e3e3e3;
}
.day-item .day-item__category-title::before {
margin-right: 0.7em;
}
.day-item .day-item__category-title::after {
margin-left: 0.7em;
}
.day-item .item + .item {
margin-top: 1.25em;
} | client/styles/dashboard.css | :root {
--fs-large: 1.5rem;
--fs-medium: 1.25rem;
}
*,
*:before,
*:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: var(--ff-main);
width: 100%;
}
.navbar {
position: relative;
display: flex;
align-items: center;
background-color: var(--clr-bg-primary);
color: var(--clr-fg-primary);
font-size: var(--fs-large);
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-top: 0.3em;
}
.navbar:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
.navbar .navbar__title {
font-weight: 500;
font-size: inherit;
margin-left: 1em;
cursor: default;
}
.navbar .navbar__avatar {
font-size: inherit;
margin-left: auto;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background-color: #74c2c9;
color: var(--clr-fg-default);
border-radius: 50%;
width: 1.6em;
height: 1.6em;
}
.navbar input[type='checkbox'] {
display: none;
}
.navbar .navbar__menu-button {
width: 1.5em;
height: 0.8em;
}
input:checked + .sidebar {
display: block;
}
.sidebar {
display: none;
background-color: var(--clr-bg-primary);
color: var(--clr-fg-primary);
width: 75vw;
position: absolute;
top: 100%;
left: 0;
height: calc(100ch - 52px);
padding: 1.875em;
}
/* https://blog.dudak.me/2014/css-shadows-under-adjacent-elements/ */
.sidebar:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
.sidebar .sidebar__items {
list-style-type: none;
}
.sidebar .sidebar__item + .sidebar__item {
margin-top: 1.625em;
}
.hb {
display: flex;
cursor: pointer;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.hb .hb__line {
height: 0.08em;
background-color: currentColor;
display: inline-block;
}
.add-new {
font-size: 1em;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 3.5em;
height: 3.5em;
background-color: #ffd740;
border-radius: 50%;
border: none;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12),
0px 14px 14px rgba(0, 0, 0, 0.237602);
position: fixed;
right: 2.8em;
bottom: 2.8em;
}
.add-new::before {
content: '\f067';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 2em;
color: white;
}
.content {
padding-top: 1.25em;
padding-left: 1.9em;
padding-right: 1.9em;
}
.day > .day-item {
margin-top: 2em;
}
.day-heading {
font-family: var(--ff-secondary);
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.day-heading .day-heading__title {
text-transform: uppercase;
font-size: var(--fs-large);
font-weight: inherit;
}
.day-heading .day-heading__agenda-container {
display: flex;
color: #434343;
font-size: 0.875em;
text-transform: uppercase;
font-family: var(--ff-secondary);
}
.day-heading .day-heading__agenda {
font-size: inherit;
font-weight: inherit;
}
.day-heading__agenda + .day-heading__agenda {
display: flex;
align-items: center;
}
.day-heading__agenda + .day-heading__agenda::before {
content: '';
width: 0.4em;
height: 0.4em;
margin: 0.4em;
background-color: #434343;
border-radius: 50%;
}
.day-heading .day-heading__date {
font-family: var(--ff-main);
color: #929292;
font-size: 1em;
font-weight: inherit;
}
.day-item .day-item__category-title {
margin-bottom: 1.5em;
display: flex;
align-items: center;
text-transform: uppercase;
color: #434343;
font-family: var(--ff-secondary);
font-size: 1.375em;
}
.day-item .day-item__category-title::before,
.day-item .day-item__category-title::after {
content: '';
flex: 1;
height: 0.05em;
background-color: #e3e3e3;
}
.day-item .day-item__category-title::before {
margin-right: 0.7em;
}
.day-item .day-item__category-title::after {
margin-left: 0.7em;
}
.day-item .item + .item {
margin-top: 1.25em;
} | 0.724968 | 0.149718 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
*{
margin: 0;
padding: 0;
}
body{
text-align: center
}
.wrapper{
width: 90%;
margin: 0 auto
}
.banner-area{
background-image: url(../../../public/images/Logic-Perfect-NB.jpg);
background-size: cover;
background-position: center, center;
top: 75px;
width:100%;
height: 40vh;
position: fixed;
}
.banner-area:after{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #130f40;
opacity: .7;
z-index: -1;
}
.banner-area h2{
font-family: 'Permanent Marker', cursive;
padding-top: 6%;
font-size: 80px;
color: white;
}
.content-area{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
padding-right: 50px;
width: 100%;
height: 130px;
position: relative;
top: 350px;
margin-bottom: -20px;
/* z-index: -1; */
background-color: rgb(243, 243, 243);
}
.content-area h2 {
font-size: 40px;
margin: 0;
padding-top: 20px;
}
.accordion {
margin-top: 370px;
/* height: 160px; */
margin-bottom: -15px;
padding-bottom: 60px;
background-color: white;
position: relative;
text-align: left;
text-indent: 0px;
padding-left: 100px;
padding-top: 25px;
/* z-index: 2; */
}
#login-signup-title{
font-family: 'Permanent Marker', cursive;
color: white;
font-size: 60px;
text-shadow: 2px 2px 4px #000000;
}
#login-signup-body{
background-color: rgb(71, 74, 121);
height: 100vh;
}
#login-container{
background-color: white;
max-width: 500px;
max-height: 600px;
margin: auto;
border-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* #start-project-container{
background-color: white;
width: 100%;
margin: auto;
}
#start-project-subcontainer{
background-color: blue;
width: 700px;
margin: auto;
} */
#add-track-container {
background-color: rgb(49, 60, 82);
max-width: 450px;
margin: auto;
border-radius: 15px;
}
#header {
position: fixed;
width: 100%;
z-index: 3;
background-color: rgb(174, 176, 201);
}
#project-feed {
background-color: white;
width: 100%;
position: relative;
padding-top: 50px;
padding-bottom: 20px;
margin-top: 370px;
margin-left: auto;
margin-right: auto;
/* margin-right: 0; */
}
#header-logo-text{
font-family: 'Permanent Marker', cursive;
color: rgb(49, 60, 82);
text-shadow: 1px 1px 2px #000000;
font-size: 45px
}
#header-logo-text:hover{
font-family: 'Permanent Marker', cursive;
color: rgb(229, 230, 240);
text-shadow: 1px 1px 2px #000000;
font-size: 45px
}
#logout{
color: rgb(49, 60, 82);
}
#logout:hover{
color: white;
text-shadow: 1px 1px 2px #000000;
}
#detail-image {
padding-top: 100px;
}
#detail-segment {
width: 70vh;
margin: auto;
margin-top: 15px
}
#comment {
width: 70vh;
margin: auto;
margin-top: 15px
}
#detail-title {
margin-top: 10px;
font-family: 'Permanent Marker', cursive;
font-size: 30px;
}
#response-tracks {
margin-top: 30px;
font-family: 'Permanent Marker', cursive;
font-size:20px;
}
#add-a-track {
margin-top: 30px;
font-family: 'Permanent Marker', cursive;
margin-bottom: -40px;
font-size:25px;
color: white
}
#feed-title {
font-family: 'Permanent Marker', cursive;
margin-left: 140px;
}
#projectSubmitForm {
padding-top: 10px;
position: relative;
background-color: white;
width: 100%;
margin: 0;
}
#delete-button {
background-color: lightgray;
font-size: 10px;
position: relative;
left: 245px;
bottom: 40px;
}
#card-image{
border: 5px solid;
border-color: lightgray;
}
#add-project-title{
background-color: white;
position: relative;
margin-top: -20px;
padding-top: 10px;
margin-bottom: 15px;
top: 20px;
font-family: 'Permanent Marker', cursive;
margin-left: auto;
}
#comment-form{
padding-top: 40px
}
#button{
background-color:rgb(228, 229, 240)
}
#button:hover{
background-color:rgb(83, 109, 156)
}
#loading {
top: 300px;
} | src/pages/App/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
*{
margin: 0;
padding: 0;
}
body{
text-align: center
}
.wrapper{
width: 90%;
margin: 0 auto
}
.banner-area{
background-image: url(../../../public/images/Logic-Perfect-NB.jpg);
background-size: cover;
background-position: center, center;
top: 75px;
width:100%;
height: 40vh;
position: fixed;
}
.banner-area:after{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #130f40;
opacity: .7;
z-index: -1;
}
.banner-area h2{
font-family: 'Permanent Marker', cursive;
padding-top: 6%;
font-size: 80px;
color: white;
}
.content-area{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
padding-right: 50px;
width: 100%;
height: 130px;
position: relative;
top: 350px;
margin-bottom: -20px;
/* z-index: -1; */
background-color: rgb(243, 243, 243);
}
.content-area h2 {
font-size: 40px;
margin: 0;
padding-top: 20px;
}
.accordion {
margin-top: 370px;
/* height: 160px; */
margin-bottom: -15px;
padding-bottom: 60px;
background-color: white;
position: relative;
text-align: left;
text-indent: 0px;
padding-left: 100px;
padding-top: 25px;
/* z-index: 2; */
}
#login-signup-title{
font-family: 'Permanent Marker', cursive;
color: white;
font-size: 60px;
text-shadow: 2px 2px 4px #000000;
}
#login-signup-body{
background-color: rgb(71, 74, 121);
height: 100vh;
}
#login-container{
background-color: white;
max-width: 500px;
max-height: 600px;
margin: auto;
border-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* #start-project-container{
background-color: white;
width: 100%;
margin: auto;
}
#start-project-subcontainer{
background-color: blue;
width: 700px;
margin: auto;
} */
#add-track-container {
background-color: rgb(49, 60, 82);
max-width: 450px;
margin: auto;
border-radius: 15px;
}
#header {
position: fixed;
width: 100%;
z-index: 3;
background-color: rgb(174, 176, 201);
}
#project-feed {
background-color: white;
width: 100%;
position: relative;
padding-top: 50px;
padding-bottom: 20px;
margin-top: 370px;
margin-left: auto;
margin-right: auto;
/* margin-right: 0; */
}
#header-logo-text{
font-family: 'Permanent Marker', cursive;
color: rgb(49, 60, 82);
text-shadow: 1px 1px 2px #000000;
font-size: 45px
}
#header-logo-text:hover{
font-family: 'Permanent Marker', cursive;
color: rgb(229, 230, 240);
text-shadow: 1px 1px 2px #000000;
font-size: 45px
}
#logout{
color: rgb(49, 60, 82);
}
#logout:hover{
color: white;
text-shadow: 1px 1px 2px #000000;
}
#detail-image {
padding-top: 100px;
}
#detail-segment {
width: 70vh;
margin: auto;
margin-top: 15px
}
#comment {
width: 70vh;
margin: auto;
margin-top: 15px
}
#detail-title {
margin-top: 10px;
font-family: 'Permanent Marker', cursive;
font-size: 30px;
}
#response-tracks {
margin-top: 30px;
font-family: 'Permanent Marker', cursive;
font-size:20px;
}
#add-a-track {
margin-top: 30px;
font-family: 'Permanent Marker', cursive;
margin-bottom: -40px;
font-size:25px;
color: white
}
#feed-title {
font-family: 'Permanent Marker', cursive;
margin-left: 140px;
}
#projectSubmitForm {
padding-top: 10px;
position: relative;
background-color: white;
width: 100%;
margin: 0;
}
#delete-button {
background-color: lightgray;
font-size: 10px;
position: relative;
left: 245px;
bottom: 40px;
}
#card-image{
border: 5px solid;
border-color: lightgray;
}
#add-project-title{
background-color: white;
position: relative;
margin-top: -20px;
padding-top: 10px;
margin-bottom: 15px;
top: 20px;
font-family: 'Permanent Marker', cursive;
margin-left: auto;
}
#comment-form{
padding-top: 40px
}
#button{
background-color:rgb(228, 229, 240)
}
#button:hover{
background-color:rgb(83, 109, 156)
}
#loading {
top: 300px;
} | 0.485844 | 0.084644 |
body {
margin: 0;
display: grid;
grid-template-areas:
'side header'
'side main'
'side footer';
grid-gap: 0px;
background-color: rgba(43, 45, 66, 1);
grid-template-columns: 0em auto;
font-family: "Calibri", serif;
}
#header {
background-color: rgba(237, 242, 244, 1);
padding: 20px 10px;
grid-area: header;
display: inline-grid;
grid-template-areas:
'button title search'
'whitespace filterLabel filterContainer';
grid-template-columns: 4em 7em auto;
}
#main {
background-color: rgba(237, 242, 244, 1);
padding: 20px 10px;
grid-area: main;
display: inline-grid;
grid-template-columns: auto auto auto auto auto;
}
#footer {
background-color: rgba(237, 242, 244, 1);
padding-top: 1em;
padding-left: 1em;
grid-area: footer;
display: inline-grid;
grid-template-areas:
'copyright about';
grid-template-columns: auto 14em;
}
#sidePanel {
height: 100%;
width: 100%;
background-color: rgba(43, 45, 66, 1);
grid-area: side;
}
/*
Specific Elements
*/
#logo {
font-size: 25px;
font-weight: bold;
color: rgba(216, 0, 50, 1);
text-decoration: none;
padding-top: 0.35em;
}
#filterContainer {
display: inline-grid;
grid-template-areas:
'genre language distance exchangeWith';
grid-template-columns: 25% 25% 25% 25%;
}
#filterGenre{
grid-area: genre;
}
#filterLanguage{
grid-area: language;
}
#filterDistance{
grid-area: distance;
}
#filterExchangeWith{
grid-area: exchangeWith;
}
#filterLabel{
color: rgba(216, 0, 50, 1);
font-style: oblique;
cursor: pointer;
transition: 0.25s all;
}
#filterLabel:hover{
color: rgba(43, 45, 66, 1);
transition: 0.25s all;
}
#distance {
width: 95%;
height: 3em;
padding-top: 1px;
}
#about
{
padding-top: 1em;
}
/*
General Elements
*/
#sidePanelOpenButton
{
color: rgba(43, 45, 66, 1)
}
.side a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 3em;
color: rgba(141, 153, 174, 1);
display: block;
transition: 0.3s;
}
.side a:hover {
color: rgba(216, 0, 50, 1);
}
input[type=text] {
width: 100%;
height: 3em;
float:inside;
box-sizing: border-box;
border: 2px solid rgba(141, 153, 174, 1);
border-radius: 4px;
font-size: 16px;
padding: 12px 20px 12px 40px;
}
.button
{
border-radius: 10px;
padding: 0.25em;
background-color: rgba(216, 0, 50, 1);
text-decoration: none;
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.button:hover
{
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
#profileImage
{
border-radius: 99999px;
background-size:cover;
padding: 8px 8px 8px 8px;
width: 3em;
height: 3em;
display: block;
border-radius: 999999px;
}
.filterbutton {
background-color: red;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 4px;
margin: 4px 2px;
cursor: pointer;
}
/*
Other
*/
@media screen and (max-width: 1305px) {
#main {
grid-template-columns: auto auto auto auto;
}
}
@media screen and (max-width: 1045px) {
#main {
grid-template-columns: auto auto auto;
}
}
@media screen and (max-width: 785px) {
#main {
grid-template-columns: auto auto;
}
}
@media screen and (max-width: 525px) {
#main {
grid-template-columns: auto;
}
}
.bookViewContainer
{
width: 100%;
height: fit-content;
display: inline-grid;
grid-template-areas:
'image'
'info';
grid-template-rows: 70% 30%;
}
.bookViewInfo
{
height: fit-content;
grid-area: info;
width: 100%;
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
.bookViewImage
{
grid-area: image;
width: 100%;
height: 21em;
background-image: url("https://cdn-images-1.medium.com/max/1024/1*OQXqTrTpXynrt85LeuaCnA.jpeg");
background-size: 100% 100%;
}
.bookViewAuthor
{
margin: 0px;
padding-left: 0.4em;
}
.bookViewTitle
{
margin: 0px;
font-size: 1.35em;
padding-top: 0.1em;
padding-left: 0.25em;
}
.bookdone
{
margin: 0px;
font-size: 1.35em;
padding-top: 0.1em;
padding-left: 0.25em;
background-color: red;
color: red;
}
/* SIDEPANEL , SEARCHBAR , FOOTER AND A GENETIC BODY */
body
{
width: 100%;
height: 100%;
font-family: "Calibri", serif;
font-size: 1em;
}
#sidePanelOpenButton
{
color: rgba(43, 45, 66, 1)
}
.side a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 3em;
color: rgba(141, 153, 174, 1);
display: block;
transition: 0.3s;
}
.side a:hover {
color: rgba(216, 0, 50, 1);
}
input[type=text] {
width: 100%;
height: 3em;
float:inside;
box-sizing: border-box;
border: 2px solid rgba(141, 153, 174, 1);
border-radius: 4px;
font-size: 16px;
padding: 12px 20px 12px 40px;
}
.button
{
border-radius: 10px;
padding: 0.25em;
background-color: rgba(216, 0, 50, 1);
text-decoration: none;
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.button:hover
{
background-color: green;
color: rgba(237, 242, 244, 1);
}
/* TOP NAVBAR */
.header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
color: rgba(216, 0, 50, 1);
}
.header a:hover {
background-color: #ddd;
color: black;
}
.header a.active {
background-color: rgba(216, 0, 50, 1);
color: white;
}
.header-right {
float: right;
}
/* DROPDOWN SELECTOR TO CHOOSE DIFFERENT OPTIONS */
.custom-select {
position: relative;
text-align: center;
top:80px;
}
.select-options {
display: block;
}
.custom-select select {
display: none;
}
.select-selected {
background-color: rgba(216, 0, 50, 1);
}
.select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
/*border-color: #fff transparent transparent transparent; */
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
border-color: transparent transparent #fff transparent;
top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
color: #ffffff;
padding: 8px 16px;
border: 1px solid transparent;
/**border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
cursor: pointer;
user-select: none;
}
/*style items (options):*/
.select-items {
position: absolute;
background-color: rgba(216, 0, 50, 1);
display: block;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
display: none;
}
.select-items div:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.submitButton
{
position: relative;
bottom: 0;
font-size: 1.5em;
text-align:center;
}
.offerIcon
{
border: 0px;
background-color: rgba(216, 0, 50, 1);
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.offerIcon:hover
{
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
/* 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)
}
} | assets/styles/userOffersStyle.css | body {
margin: 0;
display: grid;
grid-template-areas:
'side header'
'side main'
'side footer';
grid-gap: 0px;
background-color: rgba(43, 45, 66, 1);
grid-template-columns: 0em auto;
font-family: "Calibri", serif;
}
#header {
background-color: rgba(237, 242, 244, 1);
padding: 20px 10px;
grid-area: header;
display: inline-grid;
grid-template-areas:
'button title search'
'whitespace filterLabel filterContainer';
grid-template-columns: 4em 7em auto;
}
#main {
background-color: rgba(237, 242, 244, 1);
padding: 20px 10px;
grid-area: main;
display: inline-grid;
grid-template-columns: auto auto auto auto auto;
}
#footer {
background-color: rgba(237, 242, 244, 1);
padding-top: 1em;
padding-left: 1em;
grid-area: footer;
display: inline-grid;
grid-template-areas:
'copyright about';
grid-template-columns: auto 14em;
}
#sidePanel {
height: 100%;
width: 100%;
background-color: rgba(43, 45, 66, 1);
grid-area: side;
}
/*
Specific Elements
*/
#logo {
font-size: 25px;
font-weight: bold;
color: rgba(216, 0, 50, 1);
text-decoration: none;
padding-top: 0.35em;
}
#filterContainer {
display: inline-grid;
grid-template-areas:
'genre language distance exchangeWith';
grid-template-columns: 25% 25% 25% 25%;
}
#filterGenre{
grid-area: genre;
}
#filterLanguage{
grid-area: language;
}
#filterDistance{
grid-area: distance;
}
#filterExchangeWith{
grid-area: exchangeWith;
}
#filterLabel{
color: rgba(216, 0, 50, 1);
font-style: oblique;
cursor: pointer;
transition: 0.25s all;
}
#filterLabel:hover{
color: rgba(43, 45, 66, 1);
transition: 0.25s all;
}
#distance {
width: 95%;
height: 3em;
padding-top: 1px;
}
#about
{
padding-top: 1em;
}
/*
General Elements
*/
#sidePanelOpenButton
{
color: rgba(43, 45, 66, 1)
}
.side a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 3em;
color: rgba(141, 153, 174, 1);
display: block;
transition: 0.3s;
}
.side a:hover {
color: rgba(216, 0, 50, 1);
}
input[type=text] {
width: 100%;
height: 3em;
float:inside;
box-sizing: border-box;
border: 2px solid rgba(141, 153, 174, 1);
border-radius: 4px;
font-size: 16px;
padding: 12px 20px 12px 40px;
}
.button
{
border-radius: 10px;
padding: 0.25em;
background-color: rgba(216, 0, 50, 1);
text-decoration: none;
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.button:hover
{
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
#profileImage
{
border-radius: 99999px;
background-size:cover;
padding: 8px 8px 8px 8px;
width: 3em;
height: 3em;
display: block;
border-radius: 999999px;
}
.filterbutton {
background-color: red;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 4px;
margin: 4px 2px;
cursor: pointer;
}
/*
Other
*/
@media screen and (max-width: 1305px) {
#main {
grid-template-columns: auto auto auto auto;
}
}
@media screen and (max-width: 1045px) {
#main {
grid-template-columns: auto auto auto;
}
}
@media screen and (max-width: 785px) {
#main {
grid-template-columns: auto auto;
}
}
@media screen and (max-width: 525px) {
#main {
grid-template-columns: auto;
}
}
.bookViewContainer
{
width: 100%;
height: fit-content;
display: inline-grid;
grid-template-areas:
'image'
'info';
grid-template-rows: 70% 30%;
}
.bookViewInfo
{
height: fit-content;
grid-area: info;
width: 100%;
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
.bookViewImage
{
grid-area: image;
width: 100%;
height: 21em;
background-image: url("https://cdn-images-1.medium.com/max/1024/1*OQXqTrTpXynrt85LeuaCnA.jpeg");
background-size: 100% 100%;
}
.bookViewAuthor
{
margin: 0px;
padding-left: 0.4em;
}
.bookViewTitle
{
margin: 0px;
font-size: 1.35em;
padding-top: 0.1em;
padding-left: 0.25em;
}
.bookdone
{
margin: 0px;
font-size: 1.35em;
padding-top: 0.1em;
padding-left: 0.25em;
background-color: red;
color: red;
}
/* SIDEPANEL , SEARCHBAR , FOOTER AND A GENETIC BODY */
body
{
width: 100%;
height: 100%;
font-family: "Calibri", serif;
font-size: 1em;
}
#sidePanelOpenButton
{
color: rgba(43, 45, 66, 1)
}
.side a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 3em;
color: rgba(141, 153, 174, 1);
display: block;
transition: 0.3s;
}
.side a:hover {
color: rgba(216, 0, 50, 1);
}
input[type=text] {
width: 100%;
height: 3em;
float:inside;
box-sizing: border-box;
border: 2px solid rgba(141, 153, 174, 1);
border-radius: 4px;
font-size: 16px;
padding: 12px 20px 12px 40px;
}
.button
{
border-radius: 10px;
padding: 0.25em;
background-color: rgba(216, 0, 50, 1);
text-decoration: none;
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.button:hover
{
background-color: green;
color: rgba(237, 242, 244, 1);
}
/* TOP NAVBAR */
.header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
color: rgba(216, 0, 50, 1);
}
.header a:hover {
background-color: #ddd;
color: black;
}
.header a.active {
background-color: rgba(216, 0, 50, 1);
color: white;
}
.header-right {
float: right;
}
/* DROPDOWN SELECTOR TO CHOOSE DIFFERENT OPTIONS */
.custom-select {
position: relative;
text-align: center;
top:80px;
}
.select-options {
display: block;
}
.custom-select select {
display: none;
}
.select-selected {
background-color: rgba(216, 0, 50, 1);
}
.select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
/*border-color: #fff transparent transparent transparent; */
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
border-color: transparent transparent #fff transparent;
top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
color: #ffffff;
padding: 8px 16px;
border: 1px solid transparent;
/**border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
cursor: pointer;
user-select: none;
}
/*style items (options):*/
.select-items {
position: absolute;
background-color: rgba(216, 0, 50, 1);
display: block;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
display: none;
}
.select-items div:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.submitButton
{
position: relative;
bottom: 0;
font-size: 1.5em;
text-align:center;
}
.offerIcon
{
border: 0px;
background-color: rgba(216, 0, 50, 1);
color: rgba(43, 45, 66, 1);
transition: all 0.2s;
}
.offerIcon:hover
{
background-color: rgba(43, 45, 66, 1);
color: rgba(237, 242, 244, 1);
}
/* 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)
}
} | 0.486332 | 0.129981 |
@media screen and (max-width: 800px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
/*margin: 0 .5vw;*/
text-align: center;
cursor: pointer;
border-radius: 50%;
/*border: 4px solid #D8E2DC;*/
float: left;
transition: all 0.5s ease;
}
}
@media screen and (min-width: 800px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
margin: 0 .5vw;
text-align: center;
cursor: pointer;
border-radius: 50%;
border: 4px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
}
@media screen and (min-width: 1000px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
margin: 0 1.5vw;
text-align: center;
cursor: pointer;
border-radius: 50%;
border: 4px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
}
.some ul li .fa {
color: #D8E2DC;
/*font-size: 23px;*/
margin-top: 7px;
transition: all 0.5s ease;
}
.some ul li:hover.facebook {
border: 5px solid #3b5998;
box-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.some ul li:hover .fa-facebook {
color: #3b5998;
text-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.some ul li:hover.instagram {
border: 5px solid #bc2a8d;
box-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.some ul li:hover .fa-instagram {
color: #bc2a8d;
text-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.some ul li:hover.whatsapp {
border: 5px solid #4dc247;
box-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.some ul li:hover .fa-whatsapp {
color: #4dc247;
text-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.some-list {
display: inline-flex;
list-style: none;
align-items: center;
padding: 0;
margin: 0;
}
#footer {
display: flex;
background: linear-gradient(#ffffff, #252525);
padding: 20px;
flex-wrap: wrap;
}
#footer-img {
width: 100%;
max-width: 450px;
height: auto;
padding: 20px;
}
@media (max-width: 700px) {
#footer-img {
width: 100%;
max-width: 450px;
height: auto;
padding: 0px;
}
}
#end-content {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
#info-some-buttons {
padding-top: 25px;
}
#form-btn {
width: 240px;
}
#image-box {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 800px) {
#image-box {
padding: 0;
}
}
@media (min-width: 1000px) {
#image-box {
justify-content: start;
}
}
@media (max-width: 550px) {
#image-box {
display: none;
}
} | public/assets/css/Responsive-footer.css | @media screen and (max-width: 800px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
/*margin: 0 .5vw;*/
text-align: center;
cursor: pointer;
border-radius: 50%;
/*border: 4px solid #D8E2DC;*/
float: left;
transition: all 0.5s ease;
}
}
@media screen and (min-width: 800px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
margin: 0 .5vw;
text-align: center;
cursor: pointer;
border-radius: 50%;
border: 4px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
}
@media screen and (min-width: 1000px) {
.some ul li {
width: 53px;
height: 53px;
line-height: 33px;
margin: 0 1.5vw;
text-align: center;
cursor: pointer;
border-radius: 50%;
border: 4px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
}
.some ul li .fa {
color: #D8E2DC;
/*font-size: 23px;*/
margin-top: 7px;
transition: all 0.5s ease;
}
.some ul li:hover.facebook {
border: 5px solid #3b5998;
box-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.some ul li:hover .fa-facebook {
color: #3b5998;
text-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.some ul li:hover.instagram {
border: 5px solid #bc2a8d;
box-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.some ul li:hover .fa-instagram {
color: #bc2a8d;
text-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.some ul li:hover.whatsapp {
border: 5px solid #4dc247;
box-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.some ul li:hover .fa-whatsapp {
color: #4dc247;
text-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.some-list {
display: inline-flex;
list-style: none;
align-items: center;
padding: 0;
margin: 0;
}
#footer {
display: flex;
background: linear-gradient(#ffffff, #252525);
padding: 20px;
flex-wrap: wrap;
}
#footer-img {
width: 100%;
max-width: 450px;
height: auto;
padding: 20px;
}
@media (max-width: 700px) {
#footer-img {
width: 100%;
max-width: 450px;
height: auto;
padding: 0px;
}
}
#end-content {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
#info-some-buttons {
padding-top: 25px;
}
#form-btn {
width: 240px;
}
#image-box {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 800px) {
#image-box {
padding: 0;
}
}
@media (min-width: 1000px) {
#image-box {
justify-content: start;
}
}
@media (max-width: 550px) {
#image-box {
display: none;
}
} | 0.25174 | 0.067917 |
* Sidebar
*/
.bd-sidebar {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background-color: white;
z-index: 1000;
}
@media (min-width: 768px) {
.bd-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-sidebar {
position: -webkit-sticky;
position: sticky;
z-index: 1000;
height: calc(100vh);
}
}
}
@media (min-width: 1200px) {
.bd-sidebar {
max-width: 320px;
}
}
.bd-sidebar .nav>li>a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav>li>a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
background-color: white;
}
.bd-sidebar .nav>.active>a, .bd-sidebar .nav>.active:hover>a {
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
background-color: white;
}
.bd-links {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-links {
max-height: calc(100vh - 9rem);
overflow-y: auto;
}
}
}
@media (min-width: 768px) {
.bd-links {
display: block !important;
}
}
.bd-search {
position: relative;
padding: 1rem 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bd-search .form-control:focus {
border-color: #7952b3;
box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}
/*
* Google map
*/
#map {
position: absolute;
bottom: 0px;
height: 100%;
right: 0px;
width: 100%;
}
.gm-err-container {
height: 100%;
width: 100%;
display: table;
background-color: #e0e0e0;
position: relative;
left: 0;
top: 0;
}
.gm-err-content {
border-radius: 1px;
padding-top: 0;
padding-left: 10%;
padding-right: 10%;
position: static;
vertical-align: middle;
display: table-cell;
}
.gm-err-icon {
text-align: center;
}
.gm-err-title {
margin: 5px;
margin-bottom: 20px;
color: #616161;
font-family: Roboto, Arial, sans-serif;
text-align: center;
font-size: 24px;
}
.gm-err-message {
margin: 5px;
color: #757575;
font-family: Roboto, Arial, sans-serif;
text-align: center;
font-size: 12px;
} | css/index.css | * Sidebar
*/
.bd-sidebar {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background-color: white;
z-index: 1000;
}
@media (min-width: 768px) {
.bd-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-sidebar {
position: -webkit-sticky;
position: sticky;
z-index: 1000;
height: calc(100vh);
}
}
}
@media (min-width: 1200px) {
.bd-sidebar {
max-width: 320px;
}
}
.bd-sidebar .nav>li>a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav>li>a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
background-color: white;
}
.bd-sidebar .nav>.active>a, .bd-sidebar .nav>.active:hover>a {
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
background-color: white;
}
.bd-links {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-links {
max-height: calc(100vh - 9rem);
overflow-y: auto;
}
}
}
@media (min-width: 768px) {
.bd-links {
display: block !important;
}
}
.bd-search {
position: relative;
padding: 1rem 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bd-search .form-control:focus {
border-color: #7952b3;
box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}
/*
* Google map
*/
#map {
position: absolute;
bottom: 0px;
height: 100%;
right: 0px;
width: 100%;
}
.gm-err-container {
height: 100%;
width: 100%;
display: table;
background-color: #e0e0e0;
position: relative;
left: 0;
top: 0;
}
.gm-err-content {
border-radius: 1px;
padding-top: 0;
padding-left: 10%;
padding-right: 10%;
position: static;
vertical-align: middle;
display: table-cell;
}
.gm-err-icon {
text-align: center;
}
.gm-err-title {
margin: 5px;
margin-bottom: 20px;
color: #616161;
font-family: Roboto, Arial, sans-serif;
text-align: center;
font-size: 24px;
}
.gm-err-message {
margin: 5px;
color: #757575;
font-family: Roboto, Arial, sans-serif;
text-align: center;
font-size: 12px;
} | 0.390011 | 0.077518 |
@font-face {
font-family: 'Se';
src: url("/web/fonts/segoeui.ttf") format("truetype");
}
@font-face {
font-family: 'SeB';
src: url("/web/fonts/segoeuib.ttf") format("truetype");
}
@font-face {
font-family: 'SeSB';
src: url("/web/fonts/seguisb.ttf") format("truetype");
}
@font-face {
font-family: 'SeB2';
src: url("/web/fonts/segoeuib.ttf") format("truetype");
}
@font-face {
font-family: 'SeL';
src: url("/web/fonts/segoeuil.ttf") format("truetype");
}
@font-face {
font-family: 'SeSL';
src: url("/web/fonts/segoeuisl.ttf") format("truetype");
}
@font-face {
font-family: 'SeBL';
src: url("/web/fonts/seguibl.ttf") format("truetype");
}
p {
margin: 0;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
* {
padding: 0;
margin: 0;
}
h1 {
position: absolute;
color: #fff;
z-index: 11;
margin-left: 40px;
}
.clear:after, header .container:after, header .cent-header ul:after, .top-nav:after, .top-nav ul.nav-ul:after, .in-block-info ul:after, .filt:after, .br table .more-product-ch:after {
content: '';
display: block;
clear: both;
height: 0;
opacity: 0;
}
i.icon {
display: inline-block;
width: 23px;
height: 23px;
background-repeat: no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
background-position: center center;
vertical-align: middle;
}
i.icon.payment {
background-image: url("/web/images/icons/credit-card.svg");
}
i.icon.payment2 {
background-image: url("/web/images/icons/credit-cards.svg");
}
i.icon.delivery {
background-image: url("/web/images/icons/truck.svg");
}
i.icon.pickup {
background-image: url("/web/images/icons/pickup-truck.svg");
}
i.icon.guarantees {
background-image: url("/web/images/icons/guarantee.svg");
}
i.icon.about {
background-image: url("/web/images/icons/unity.svg");
}
i.icon.contacts {
background-image: url("/web/images/icons/channel.svg");
}
i.icon.promotions {
background-image: url("/web/images/icons/feature.svg");
}
i.icon.pin {
background-image: url("/web/images/icons/location-pin.svg");
}
i.icon.mail {
background-image: url("/web/images/icons/mail.svg");
}
i.icon.write {
background-image: url("/web/images/icons/write-letter.svg");
}
i.icon.whatsapp {
background-image: url("/web/images/icons/whatsapp.svg");
}
i.icon.call {
background-image: url("/web/images/icons/call.svg");
}
i.icon.instagram {
background-image: url("/web/images/icons/instagram.svg");
}
i.icon.cart {
background-image: url("/web/images/icons/upermarket.svg");
}
i.icon.fire {
background-image: url("/web/images/icons/fire.svg");
}
i.icon.star {
background-image: url("/web/images/icons/feature.svg");
}
i.icon.clock {
background-image: url("/web/images/icons/clock.svg");
}
i.icon.post {
background-image: url("/web/images/icons/post-office.svg");
}
i.icon.purchase {
background-image: url("/web/images/icons/purchase.svg");
}
i.icon.back {
background-image: url("/web/images/icons/back-arrow.svg");
}
i.icon.exchange {
background-image: url("/web/images/icons/exchange.svg");
}
i.icon.trashcan {
background-image: url("/web/images/icons/garbage.svg");
}
i.icon.cases {
background-image: url("/web/images/icons/phone-case.svg");
}
i.icon.warning {
background-image: url("/web/images/icons/warning.svg");
}
body {
background: #000;
font-family: 'Se';
}
b {
font-family: 'SeB';
}
header {
background: #333333;
color: #fff;
overflow: hidden;
}
header a {
color: #fff;
}
header a:hover {
color: #a7aaa8;
text-decoration: none;
}
header .logo {
line-height: 153px;
float: left;
}
header .cent-header {
float: left;
margin-left: 75px;
}
header .cent-header ul {
padding-top: 20px;
}
header .cent-header ul li {
float: left;
}
header .cent-header ul li a {
display: inline-block;
position: relative;
text-align: center;
font-size: 14px;
padding: 0 23px;
}
header .cent-header ul li a span {
display: block;
line-height: 16px;
margin-top: 6px;
}
header .cent-header ul li a i {
width: 30px;
height: 30px;
}
header .cent-header ul li:first-child a {
padding-left: 0;
}
header .cent-header ul li:last-child a {
padding-right: 0;
}
header .cent-header .in-header {
line-height: 75px;
}
header .cent-header .in-header span {
vertical-align: middle;
}
header .cent-header .in-header i {
vertical-align: middle;
margin-right: 3px;
}
header .cent-header .in-header i.mail {
margin-right: 5px;
}
header .cent-header .in-header .b {
font-family: 'SeSB';
font-size: 17px;
text-align: left !important;
}
header .cent-header .in-header .b, header .cent-header .in-header a {
width: 33.333%;
float: left;
text-align: right;
}
header .cent-header .in-header .link-net-top {
text-align: center;
color: #18d630;
font-family: 'SeL';
text-decoration: underline;
}
.end-cont {
margin-left: 75px;
float: left;
padding-top: 20px;
}
.end-cont a {
display: block;
}
.end-cont .top-call {
font-size: 20.5px;
border-bottom: 1px dotted #18d630;
padding-bottom: 2px;
display: inline-block;
}
.end-cont span {
font-size: 12px;
color: #18d630;
}
.end-cont .wp-whatsapp {
margin-top: 20px;
}
.end-cont .wp-whatsapp i {
width: 26px;
height: 26px;
margin-right: 13px;
}
.top-nav {
background: #434242;
}
.top-nav ul.nav-ul {
float: left;
}
.top-nav ul.nav-ul li {
float: left;
position: relative;
}
.top-nav ul.nav-ul li a {
line-height: 60px;
padding: 0 25px;
display: inline-block;
color: #fff;
}
.top-nav ul.nav-ul li a:hover {
color: #a7aaa8;
text-decoration: none;
}
.top-nav ul.nav-ul li:first-child a {
padding-left: 0;
}
.top-nav ul.nav-ul li:last-child a {
padding-right: 0;
}
.top-nav ul.nav-ul li:hover .sub-nav {
display: block;
}
.top-nav ul.nav-ul li .sub-nav {
display: none;
position: absolute;
top: 60px;
left: -25px;
background: #272727;
z-index: 15;
width: 240px;
padding: 15px 0;
}
.top-nav ul.nav-ul li .sub-nav ul li {
float: none;
padding: 0 25px;
}
.top-nav ul.nav-ul li .sub-nav ul li a {
line-height: 30px;
padding: 0;
font-size: 14px;
color: #dfdcdc;
display: block;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover {
background: rgba(255, 255, 255, 0.1);
}
.top-nav ul.nav-ul li .sub-nav ul li:hover a {
color: #18d630;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover ul {
display: block;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover ul a {
color: #dfdcdc;
}
.top-nav ul.nav-ul li .sub-nav ul li ul {
position: absolute;
left: 100%;
width: 265px;
top: 0;
background: #272727;
display: none;
border-left: 1px solid #225c2a;
}
.top-nav ul.nav-ul li .sub-nav ul li ul li:hover a {
color: #18d630;
}
.top-nav form {
line-height: 60px;
margin-left: 35px;
display: inline-block;
float: left;
position: relative;
}
.top-nav .top-cart {
height: 60px;
float: left;
margin-left: 20px;
}
.top-nav .top-cart i.icon.cart {
height: 30px;
width: 30px;
margin-top: 13px;
}
.top-nav .top-cart ul {
display: inline-block;
line-height: 17.5px;
margin-top: 13px;
vertical-align: middle;
color: #fff;
font-size: 11px;
margin-left: 12px;
}
.input-search-top {
background: #545353;
height: 35px;
width: 145px;
border: none;
outline: none;
color: #fff;
padding-right: 5px;
margin-top: -4px;
vertical-align: middle;
}
/*.search-btn {
background: #545353 url("/web/images/search.png") 10px center no-repeat;
-webkit-background-size: 18px 18px;
background-size: 18px;
height: 35px;
width: 35px;
border: none;
padding-top: 13px;
margin-right: -4px;
}*/
.search-btn {
background: #545353 url("/web/images/search.png") 10px center no-repeat;
-webkit-background-size: 18px 18px;
background-size: 18px;
height: 35px;
width: 35px;
border: none;
position: absolute;
top: 13px;
left: -35px;
}
.logo button {
display: none;
float: right;
width: 35px;
height: 30px;
cursor: pointer;
background: none;
margin-top: 15px;
border: none;
position: relative;
outline: none;
}
.logo button span {
height: 3px;
background: #cacaca;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
width: 100%;
position: absolute;
left: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.logo button span:first-child {
top: 0;
}
.logo button span:nth-child(2) {
top: 50%;
margin-top: -1.5px;
}
.logo button span:last-child {
bottom: 0;
}
.logo button.active span:first-child {
top: 50%;
margin-top: -1.5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.logo button.active span:nth-child(2) {
left: 50px;
opacity: 0;
}
.logo button.active span:last-child {
top: 50%;
margin-top: -1.5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.m-view {
float: left;
}
.m-view.active {
display: block !important;
}
.top-cover {
border-bottom: 3px solid #434242;
margin-bottom: 75px;
}
.top-slider {
position: relative;
}
h3 {
font-family: 'Se';
text-transform: uppercase;
font-size: 32px;
color: #fff;
margin-bottom: 40px;
line-height: 5px;
height: 27px;
position: relative;
}
h3 .owl-tr {
position: absolute;
width: 14px;
height: 27px;
display: inline-block;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
top: 50%;
margin-top: -13.5px;
right: 0;
}
h3 .owl-tr.tr-next {
background-image: url("/web/images/next.png");
}
h3 .owl-tr.tr-prev {
background-image: url("/web/images/prev.png");
right: 44px;
}
h3 span {
vertical-align: middle;
}
h3 i {
vertical-align: middle;
width: 23px !important;
height: 23px !important;
margin-left: 5px;
}
.wp-slider-product {
position: relative;
}
.product-on {
max-width: 270px;
background-color: #282828;
background: #282828 url("/web/images/light.png") center center no-repeat;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 25px 10px;
color: #fff;
}
.product-on .title-product {
font-size: 14px;
font-family: 'SeL';
text-align: center;
height: 42px;
margin-bottom: 50px;
}
.product-on .image-product {
text-align: center;
}
.product-on .image-product img {
height: 270px;
display: inline-block;
width: auto;
/*border-radius: 20px;*/
}
.product-on .price-product {
padding: 30px 0;
text-align: center;
font-family: 'SeL';
font-size: 24px;
}
.product-on a {
line-height: 30px;
padding: 0 12px;
border: 1px solid #939292;
font-size: 14px;
font-family: 'SeB';
display: inline-block;
color: #fff;
margin: 0 2px;
}
.product-on a:hover {
text-decoration: none;
background: #939292;
}
.product-on a.a-item {
border: none;
padding: 0;
display: inline;
margin: 0;
}
.product-on a.a-item:hover {
background: transparent;
}
.product-on .buy-product {
border-color: #296730;
}
.product-on .buy-product:hover {
background: #296730;
color: #fff;
}
.tac {
text-align: center;
}
.wp-stock {
margin-top: 55px;
}
.wp-about {
border-top: 3px solid #434242;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 80px;
}
.wp-about h5 {
color: #18d630;
font-size: 18px;
margin-bottom: 30px;
font-family: 'SeB';
}
.wp-about p {
color: #dfdcdc;
font-family: 'SeL';
line-height: 25px;
}
.wp-about p b {
color: #fff;
font-family: 'SeB';
margin-top: 15px;
display: inline-block;
}
.wp-about h4 {
text-align: center;
color: #18d630;
font-size: 30px;
font-family: 'SeL';
text-align: center;
text-transform: uppercase;
margin-top: 60px;
padding-bottom: 45px;
}
.block-about {
padding-left: 50px;
position: relative;
}
.block-about:before {
content: attr(data-count);
width: 30px;
height: 30px;
background: #494848;
position: absolute;
top: 0;
left: 0;
display: inline-block;
line-height: 30px;
text-align: center;
color: #18d630;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.block-about h6 {
color: #fff;
margin-bottom: 15px;
font-family: 'SeSB';
font-size: 24px;
}
.block-about p {
line-height: 20px;
color: #dfdcdc;
font-size: 14px;
}
.mb35 {
margin-bottom: 35px;
}
footer {
background: #333333;
padding: 50px 0;
}
footer a {
color: #fff;
}
footer a:hover {
color: #a7aaa8;
text-decoration: none;
}
footer ul li a {
line-height: 30px;
}
footer .border-lg {
border-left: 1px solid #287d31;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
}
footer .end-cont {
margin-left: 0;
padding-top: 0;
}
footer .end-cont .top-call {
font-size: 18px;
}
footer .end-cont span {
font-size: 10px;
}
footer .end-cont .wp-whatsapp {
font-size: 14px;
}
footer .end-cont .tac {
color: #18d630;
text-decoration: underline;
margin-top: 20px;
}
.logo-f span {
color: #c7c7c7;
display: inline-block;
border-top: 1px solid #287d31;
font-size: 14.5px;
padding-top: 5px;
margin-left: 85px;
}
.time-f {
padding-left: 85px;
margin-top: 30px;
}
.time-f span {
color: #fff;
vertical-align: middle;
margin-left: 10px;
font-size: 18px;
padding-top: 13px;
}
.time-f i {
padding-top: 13px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 25px;
height: 25px;
border-top: 1px solid #287d31;
}
.nav-ul.way li {
position: relative;
}
.nav-ul.way li:first-child a {
color: #fff;
font-family: 'SeB';
font-size: 18px;
line-height: 58px;
padding-left: 0 !important;
}
.nav-ul.way li:after {
content: '';
width: 6px;
height: 11px;
top: 24.5px;
right: -5px;
background: url("/web/images/next.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
display: inline-block;
position: absolute;
}
.nav-ul.way li a {
padding: 0 15px !important;
font-family: 'SeL';
font-size: 14px;
vertical-align: middle;
}
.nav-ul.way li:last-child:after {
display: none;
}
.f-r {
float: right;
}
.top-cart {
float: right;
}
.block-info {
padding-top: 70px;
padding-bottom: 70px;
}
.block-info h3 i {
width: 38px !important;
height: 38px !important;
vertical-align: middle;
}
.wp-delivery-block {
border: 3px solid #434242;
border-left: none;
border-right: none;
}
.in-block-info {
background: #272727;
padding: 55px;
color: #fff;
}
.in-block-info ul {
border-bottom: 1px solid #225c2a;
padding-bottom: 15px;
margin-bottom: 25px;
}
.in-block-info ul li {
float: left;
font-family: 'SeSB';
color: #dfdcdc;
font-size: 18px;
}
.in-block-info ul li i {
margin-right: 10px;
}
.in-block-info.payment-info ul li i {
width: 41px;
height: 29px;
}
.in-block-info.delivery-info ul li {
padding-right: 150px;
}
.in-block-info.delivery-info ul li i {
width: 37px;
height: 23px;
}
.in-block-info.delivery-info ul li:last-child {
padding-right: 0;
}
.in-block-info.delivery-info ul li:last-child i {
width: 27px;
height: 29px;
}
.in-block-info.guarantees-info ul li:first-child {
width: 40%;
}
.in-block-info.guarantees-info ul li:first-child i {
width: 33px;
height: 33px;
}
.in-block-info.guarantees-info ul li:nth-child(2n) {
width: 35%;
}
.in-block-info.guarantees-info ul li:nth-child(2n) i {
width: 35px;
height: 26px;
}
.in-block-info.guarantees-info ul li:last-child {
width: 25%;
text-align: right;
}
.in-block-info.guarantees-info ul li:last-child i {
width: 33px;
height: 33px;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.in-block-info p {
color: #dfdcdc;
font-size: 16px;
line-height: 25px;
margin-bottom: 25px;
font-family: 'SeL';
}
.in-block-info p:last-child {
margin-bottom: 0;
}
.in-block-info h6 {
color: #dfdcdc;
font-size: 18px;
text-transform: uppercase;
font-family: 'SeSB';
}
.in-block-info h6 span, .in-block-info p span {
color: #18d630;
}
.wp-my-cart {
border-bottom: 3px solid #434242;
}
.wp-my-cart .tac {
margin-top: 20px;
}
.wp-my-cart .tac .green {
margin: 0 20px;
}
table.cart {
border-bottom: 1px solid #225c2a;
width: 100%;
text-align: center;
color: #fff;
}
table.cart a {
color: #fff;
}
table.cart tr td {
padding-bottom: 30px;
padding-top: 10px;
}
.img-cart-product {
padding-right: 40px;
position: relative;
}
.img-cart-product:before {
position: absolute;
content: '';
background: url("/web/images/light.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
width: 220px;
height: 220px;
top: -68px;
left: -80px;
opacity: .6;
}
.img-cart-product img {
max-height: 80px;
position: relative;
z-index: 5;
}
.title-cart-product {
text-align: left;
}
.title-cart-product a {
text-decoration: underline;
}
.total-price-cart {
font-family: 'SeSB';
padding-right: 60px;
}
.total-price {
font-size: 18px;
text-align: right;
font-family: 'SeL';
margin-top: 20px;
}
.total-price b {
font-size: 24px;
font-family: 'SeB';
}
.total-price b {
vertical-align: middle;
}
.total-price span {
margin-right: 15px;
vertical-align: sub;
}
.count-product {
padding: 0 60px;
}
.count-product span {
font-size: 18px;
cursor: pointer;
padding: 0 5px;
}
.count-product b {
font-family: 'Se';
color: #18d630;
display: inline-block;
}
.main-bt {
border: 1px solid #8b8a8a;
color: #d1cfcf;
padding: 0 12px;
line-height: 40px;
display: inline-block;
}
.main-bt:hover {
color: #fff;
background: #8b8a8a;
text-decoration: none;
}
.main-bt.green {
border: 1px solid #25622c;
background: #1f7f2c;
color: #fff;
}
.main-bt.green:hover {
background: #25622c;
}
.info-page {
margin-top: 30px;
}
.info-page p {
font-size: 14px;
color: #dfdcdc;
margin-bottom: 50px;
font-family: "SeL";
}
.info-page h4 {
font-size: 18px;
font-family: "SeB";
margin-bottom: 20px;
color: #18d630;
}
.stock-in img {
max-width: 100%;
}
.filt {
margin-bottom: 40px;
}
.filt li {
padding-right: 30px;
float: left;
padding-bottom: 20px;
}
.filt li.active a {
color: #18d630;
border-color: #18d630;
}
.filt li a {
color: #dfdcdc;
border-bottom: 1px solid transparent;
padding-bottom: 3px;
}
.wp-products .product-on {
margin-bottom: 30px;
}
.see-more {
text-align: right;
padding-right: 50px;
}
.see-more a {
color: #fff;
text-decoration: none;
font-size: 16px;
font-family: "SeL";
}
.see-more a span {
margin-left: 15px;
display: inline-block;
letter-spacing: -1px;
}
.product-info-page {
border-top: 3px solid #434242;
}
.product-info-page p {
margin-bottom: 20px;
}
.pt41 {
padding-top: 41px;
}
.product-page h3 {
font-size: 23px;
line-height: auto;
height: auto;
}
.product-page h3 i {
margin-left: 0;
margin-right: 15px;
}
.wp-proudct-one {
border-bottom: 3px solid #434242;
}
.bottom-arrow, .top-arrow {
width: 20px;
height: 10px;
margin: 0 auto;
display: block;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
border: none;
cursor: pointer;
}
.bottom-arrow:hover, .bottom-arrow:focus, .top-arrow:hover, .top-arrow:focus {
outline: none;
}
.bottom-arrow {
background-image: url("/web/images/down.png");
margin-bottom: 10px;
}
.top-arrow {
background-image: url("/web/images/up.png");
margin-bottom: 10px;
}
.wp-gallery-carousel {
width: 10%;
float: left;
}
.slick-vertical .slick-slide:hover, .slick-vertical .slick-slide:focus {
outline: none;
}
.slick-slide {
margin: 20px 0px;
}
.wp-gallery-carousel {
position: relative;
z-index: 5;
}
.one-img-product {
float: left;
width: 90%;
text-align: center;
position: relative;
}
.one-img-product:before {
position: relative;
content: '';
width: 500px;
height: 500px;
top: 50%;
margin-top: -250px;
left: 50%;
margin-left: -250px;
z-index: 2;
position: absolute;
background: url("/web/images/light.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.one-img-product img {
position: relative;
z-index: 3;
width: 220px;
cursor: pointer;
}
.slick-carousel {
width: 100%;
}
.slick-carousel img {
width: 100%;
cursor: pointer;
}
.specifications p {
margin-bottom: 20px;
font-size: 18px;
font-family: "SeL";
text-transform: uppercase;
}
.specifications p b {
font-family: "SeB";
text-transform: capitalize;
}
.specifications p span {
width: 120px;
display: inline-block;
color: #fff;
}
.specifications p:last-child {
margin-bottom: 0;
}
.status {
color: #18d630;
}
.status.red {
color: #f00;
}
.price-product-page {
text-transform: uppercase;
font-size: 40px;
font-family: "SeL";
margin-top: 40px;
}
.tar {
text-align: right;
}
.wr {
color: #dfdcdc;
font-size: 14px;
line-height: 30px;
border: 1px solid #225c2a;
border-right: 0;
border-left: 0;
padding: 20px 0;
margin-top: 25px;
margin-bottom: 25px;
font-family: "SeL";
}
.wr i {
vertical-align: middle;
margin-right: 10px;
}
.wp-proudct-one .main-bt.green {
font-family: "SeB";
margin-right: 25px;
}
.wp-proudct-one ul {
margin-bottom: 20px;
border-bottom: 0;
}
.wp-proudct-one ul li {
font-family: "Se";
font-size: 14px;
line-height: 35px;
}
.wp-proudct-one ul li i {
vertical-align: middle;
}
.wp-proudct-one ul li b {
vertical-align: middle;
}
.wp-proudct-one ul li:first-child {
width: 40%;
}
.wp-proudct-one ul li:first-child i {
width: 28px;
height: 35px;
}
.wp-proudct-one ul li:last-child {
text-align: right;
width: 30%;
}
.wp-proudct-one ul li:last-child i {
width: 35px;
height: 23px;
}
.wp-proudct-one ul li:nth-child(2) {
text-align: center;
width: 30%;
}
.wp-proudct-one ul li:nth-child(2) i {
width: 34px;
height: 25px;
}
.product-page-count {
margin-bottom: 25px;
}
.product-page-count .count-product {
display: inline-block;
padding: 0;
}
.product-page-count i {
text-transform: uppercase;
font-style: normal;
font-family: "SeSB";
margin-right: 15px;
display: inline-block;
}
.product-page-count b {
font-size: 16px;
}
.count-product * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ps {
color: #dfdcdc;
margin-bottom: 30px;
font-size: 16px;
font-family: "SeL";
}
.wp-contacts .in-block-info ul {
padding-bottom: 30px;
}
.wp-contacts .in-block-info ul li {
width: 25%;
font-family: "SeL";
font-size: 18px;
}
.wp-contacts .in-block-info ul li i {
width: 30px;
height: 30px;
}
.wp-contacts .in-block-info ul li:nth-child(3), .wp-contacts .in-block-info ul li:nth-child(2) {
text-align: center;
}
.wp-contacts .in-block-info ul li:last-child {
text-align: right;
}
.form input, .form textarea {
width: 100%;
resize: none;
background: none;
border: none;
border-bottom: 1px solid #777777;
font-size: 14px;
color: #fff;
outline: none;
margin-bottom: 30px;
}
.form input {
height: 30px;
}
.form textarea {
height: 100px;
}
.more-contacts {
font-size: 16px;
text-transform: uppercase;
color: #dfdcdc;
border-top: 1px solid #225c2a;
padding-top: 30px;
margin-top: 30px;
}
.ordering {
padding: 30px;
}
.ordering .un-m {
margin-bottom: 0;
}
.ordering h3 {
font-family: "SeB";
font-size: 18px;
text-transform: capitalize;
margin-top: 30px;
margin-bottom: 20px;
}
.ordering h3 i {
margin-right: 15px;
}
.ordering .payment-type {
height: 35px;
margin-top: 30px;
}
.ordering p.sub {
margin: 25px 0;
margin-top: 20px;
}
.ordering .main-bt.green {
font-family: "SeB";
margin-right: 20px;
display: inline;
}
.tinkoff .main-bt.green {
display: inline !important;
}
.ordering .wp-radio {
margin-left: 7px;
}
.ordering label {
color: #dfdcdc;
}
.bl-green {
border-left: 1px solid #225c2a;
padding-left: 30px;
}
.br {
padding-right: 30px;
}
label {
cursor: pointer;
}
.wp-radio {
display: inline-block;
vertical-align: middle;
}
.wp-radio input {
display: none;
}
.wp-radio input:checked + label {
background: #18d630;
}
.wp-radio label {
cursor: poiner;
vertical-align: middle;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 18px;
height: 18px;
border: 1px solid #18d630;
display: inline-block;
cursor: pointer;
}
p.sub {
font-size: 12px;
color: #dfdcdc;
}
.price-product-ch {
margin-top: 40px;
display: inline-block;
}
.br table {
max-width: 400px;
border-bottom: 0;
}
.br table .more-product-ch {
margin-top: 40px;
}
.br table .title-cart-product {
padding-top: 30px;
}
.br table .count-product {
position: relative;
z-index: 5;
}
.br table .count-product {
padding: 0;
float: left;
}
.br table .total-price-cart {
float: left;
padding: 0 50px;
}
.ordering-info-total {
border-top: 1px solid #225c2a;
padding-top: 30px;
margin-top: 10px;
padding-left: 30px;
}
.ordering-info-total span {
width: 280px;
display: inline-block;
font-size: 18px;
text-transform: uppercase;
color: #dfdcdc !important;
}
.ordering-info-total p {
margin-bottom: 10px;
}
.ordering-info-total p:last-child {
margin-bottom: 0;
}
.ordering-info-total b {
font-size: 24px;
}
.ordering-info-total b.mini {
font-family: "Se";
}
.ordering-info-total .middle-n span {
font-family: "SeL";
font-size: 14px !important;
}
.ordering-info-total .middle-n b {
font-size: 18px;
font-family: "Se";
}
.modal {
background: rgba(0, 0, 0, 0.8);
}
.modal .close {
position: absolute;
top: 15px;
right: 20px;
z-index: 25;
color: #d6d3d3;
opacity: 1;
font-size: 14px;
}
.modal .close:focus {
outline: none;
}
.modal a {
color: #dfdcdc;
}
.modal .modal-content {
background: #272727;
padding: 45px;
color: #fff;
}
.modal .modal-content h4 {
margin-bottom: 25px;
font-size: 24px;
font-family: "Se";
}
.modal .modal-content h6 {
font-size: 14px;
color: #dfdcdc;
padding-top: 25px;
padding-bottom: 18px;
border-bottom: 1px solid #225c2a;
margin-bottom: 20px;
}
.modal .modal-content h5 {
font-size: 24px;
text-align: center;
margin-bottom: 25px;
}
.modal .input-search-top {
width: 100%;
}
.modal.select-c .modal-dialog {
max-width: 570px;
}
.uls-select-c {
font-family: "SeL";
height: 230px;
overflow: auto;
}
.uls-select-c li {
margin-bottom: 5px;
}
.wp-prav {
line-height: 35px;
border-top: 1px solid #225c2a;
font-size: 14px;
font-family: "SeL";
color: #838282;
margin-bottom: 15px;
margin-top: 5px;
}
.wp-prav span {
color: #1f7f2c;
}
.wp-prav .wp-radio {
display: inline-block;
}
.wp-prav .wp-radio input:checked + label {
background: url("/web/images/v.png") center center no-repeat;
}
.wp-prav .wp-radio label {
-webkit-border-radius: 0;
border-radius: 0;
border-color: #939393;
width: 15px;
height: 15px;
margin-right: 5px;
}
.wp-prav .p {
display: inline-block;
}
.wp-prav .p:hover {
color: #b5b3b3;
}
.wp-prav .p:hover span {
color: #7d997e;
text-decoration: underline;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #18d630;
}
.mCSB_scrollTools .mCSB_draggerRail {
background: #686868;
}
.privat-c .modal-dialog {
max-width: 1100px;
}
.privat-c p {
font-size: 14px;
color: #dfdcdc;
line-height: 30px;
}
.modal-dialog h5.priv {
color: #18d630;
font-size: 20px;
text-align: left;
font-family: "SeL";
margin-bottom: 7px;
}
.thank-you h5 {
font-size: 24px;
text-transform: uppercase;
text-align: center !important;
}
.thank-you p {
font-size: 18px;
}
i {
font-style: normal;
}
.active-cart {
display: inline-block;
background: #f00;
padding: 0 5px;
border-radius: 5px;
}
.product-in-cart {
color: #f00 !important;
}
.news {
margin-bottom: 30px;
}
.promos {
color: #fff;
}
.promos:hover {
color: #fff;
}
.no-link, .no-link:hover {
color: #fff;
}
.product-id {
display: none;
}
.count-product a {
text-decoration: none;
color: #fff;
}
.cart-tr-border {
border-bottom: 1px solid #fff;
}
.city-change button {
background: transparent;
border: 1px solid #fff;
padding: 5px 20px;
color: #fff;
cursor: pointer;
margin-left: 50px;
}
.city-change button.city-yes {
background: #18d630;
color: #000;
}
.item-search {
padding: 10px;
}
.item-search a {
color: #fff;
}
.no-result {
color: #fff;
font-size: 18px;
}
.mail-form {
display: none;
}
.payment-page {
}
.enter-adress {
margin-bottom: 0;
color: #f00;
}
.unclickable {
color: #f00;
}
.cart-message {
display: none;
}
.item-product {
display: inline-block;
padding: 0;
text-align: center;
width: 100%;
}
.item-product b {
color: #18d630;
}
.item-product span {
font-size: 18px;
cursor: pointer;
padding: 0 5px;
}
.item-product a {
border: none;
}
.btn-category {
display: block;
background: transparent;
border: 1px solid #18d630;
color: #fff;
padding: 10px 15px;
margin-bottom: 20px;
}
.btn-category:hover {
background: #434242;
color: #fff;
}
@media (max-width: 1200px) {
.logo img {
width: 200px;
}
.ordering-info-total span {
width: 250px;
}
header .cent-header, header .end-cont {
margin-left: 40px;
}
header .cent-header ul li a {
padding: 0 15px;
}
header .cent-header .in-header span {
font-size: 14px;
}
.top-nav ul.nav-ul li a {
padding: 0 15px;
font-size: 14px;
}
footer .end-cont {
width: 100%;
}
footer .border-lg.end-f {
text-align: center;
border-left: none;
border-top: 1px solid #287d31;
padding-left: 15px;
}
.block-about h6 {
font-size: 16px;
margin-bottom: 10px;
}
.block-about p br {
display: none;
}
.wp-my-cart .title-cart-product {
padding-right: 15px;
}
.wp-my-cart .img-cart-product {
padding-right: 15px;
}
.wp-my-cart .img-cart-product:before {
left: -90px;
opacity: .4;
}
.count-product {
padding: 0 30px;
}
.wp-my-cart .total-price-cart {
padding-right: 15px;
}
.specifications p {
font-size: 14px;
margin-bottom: 15px;
}
.price-product-page {
font-size: 23px;
}
.wp-proudct-one ul li {
width: 100% !important;
text-align: left !important;
}
.wp-proudct-one ul {
margin-bottom: 10px;
}
}
@media (max-width: 991px) {
.hidden-xs {
display: none;
}
.ordering-info-total span {
width: 200px;
font-size: 18px;
}
.ordering-info-total b {
font-size: 20px;
}
.ordering-info-total {
padding-left: 0;
}
.wp-my-cart .title-cart-product a {
font-size: 14px;
line-height: 18px;
display: inline-block;
}
.wp-my-cart table {
font-size: 14px;
}
.wp-my-cart .img-cart-product img {
max-height: 60px;
}
.block-info {
padding-top: 20px;
padding-bottom: 20px;
}
.in-block-info {
padding: 15px;
margin-top: 25px;
}
.in-block-info h6 {
font-size: 16px;
}
.in-block-info p {
margin-bottom: 20px;
}
.in-block-info p br {
display: none;
}
.wp-logo-f {
padding-bottom: 15px;
}
footer .border-lg {
padding-left: 15px;
}
.wp-about {
padding-top: 30px;
padding-bottom: 0;
margin-top: 30px;
}
.wp-about .mb35 {
margin-bottom: 0 !important;
}
.top-cover {
margin-bottom: 30px;
}
.wp-stock {
margin-top: 30px;
}
h3 {
font-size: 23px;
margin-bottom: 20px;
}
.wp-about h4 {
font-size: 18px;
margin-bottom: 30px;
margin-top: 40px;
padding-bottom: 0;
}
.wp-about h5 {
margin-bottom: 20px;
}
.block-about p {
margin-bottom: 30px;
}
footer {
padding: 15px 0;
}
.menu-f {
text-align: center;
border-top: 1px solid #287d31;
border-left: none !important;
}
.menu-f li {
display: inline-block;
}
.menu-f li a {
padding: 0 7.5px;
}
.top-nav ul.nav-ul li a {
font-size: 13px;
padding: 0 10px;
line-height: 60px;
}
.top-nav .container {
min-width: 100%;
}
.top-nav form {
margin-left: 0;
float: right;
}
.top-nav .top-cart {
margin-left: 0;
top: 0;
position: fixed;
right: 80px;
}
body {
padding-top: 60px;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 15;
}
header .container {
max-width: 100%;
}
header .logo {
width: 100%;
float: none;
line-height: 60px;
}
header .logo img {
width: auto;
height: 50px;
margin-top: -3px;
}
header .logo button {
display: block;
}
header .cent-header {
margin-left: 0;
width: 100%;
float: none;
}
header .cent-header ul {
padding-top: 0;
}
header .cent-header ul li {
float: none;
}
header .cent-header ul li a {
padding: 0;
line-height: 40px;
width: 100%;
text-align: left;
}
header .cent-header ul li a i {
width: 25px;
height: 25px;
}
header .cent-header ul li a span {
display: inline-block;
vertical-align: middle;
font-size: 14px;
margin-left: 15px;
}
header .cent-header .in-header {
line-height: 30px;
margin: 15px 0;
background: #2d2d2d;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 15px;
}
header .cent-header .in-header a {
display: block;
float: none;
width: 100%;
text-align: left;
}
header .cent-header .in-header a i {
width: 20px;
height: 20px;
}
header .end-cont {
margin-left: 0;
float: none;
width: 100%;
padding-top: 0;
}
header .end-cont .wp-whatsapp {
margin: 15px 0;
}
.m-view {
display: none;
width: 100%;
}
header .cent-header .in-header .b, header .cent-header .in-header a,
header .cent-header .in-header .link-net-top {
width: 100%;
float: none;
text-align: left;
}
.top-cart {
z-index: 15;
}
header {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
border-bottom: 1px solid #555;
}
.info-page p {
margin-bottom: 20px;
}
.filt {
margin-top: 25px;
margin-bottom: 25px;
}
.filt li {
padding-bottom: 5px;
padding-right: 15px;
}
.product-page h3 {
font-size: 18px;
line-height: 30px;
margin-bottom: 0 !important;
}
.wp-proudct .in-block-info {
margin-top: 20px !important;
}
.bl-green {
border: none;
padding-left: 15px;
margin-top: 30px;
}
.br {
padding-right: 15px;
}
.modal .modal-content {
padding: 15px 5px;
}
.modal .modal-content h5 {
font-size: 18px;
}
.wp-prav {
font-size: 11px;
}
.product-on {
margin: 0 auto;
}
}
@media (max-width: 767px) {
.top-nav ul.nav-ul li {
position: static;
}
.input-search-top {
padding-left: 40px;
}
.top-nav ul.nav-ul li .sub-nav {
top: 123px;
left: 0;
}
.top-slider h1 {
font-size: 1.5rem;
}
.top-nav ul.nav-ul li .sub-nav {
display: none;
}
.top-nav ul.nav-ul li:hover .sub-nav {
display: none;
}
.top-nav ul.nav-ul li .sub-nav {
top: 40px;
}
.ordering .payment-type {
margin-top: 15px;
}
.ordering h3 {
font-size: 16px;
margin-top: 20px;
}
.top-nav ul.nav-ul li .sub-nav .col-md-6 {
padding: 0 15px;
border-right: 0;
}
.ordering .main-bt {
width: 100%;
margin: 0;
}
.ordering .main-bt.green {
margin-bottom: 15px;
}
.wp-contacts .in-block-info ul {
padding-bottom: 10px;
}
.tar {
text-align: left;
margin-top: 0;
}
.product-page-count i {
font-size: 14px;
}
.page-product-info {
margin-top: 15px;
}
.wr {
margin: 15px 0;
padding: 15px 0;
line-height: 20px;
}
.wp-proudct-one ul {
margin-bottom: 15px;
}
.wp-proudct-one .main-bt {
width: 100%;
}
.wp-proudct-one .main-bt.green {
margin-bottom: 10px;
}
.wp-proudct-one ul li {
line-height: 30px;
margin-bottom: 5px !important;
}
.price-product-page {
margin-top: 10px;
}
.in-block-info p {
margin-bottom: 10px !important;
}
.wp-gallery-carousel {
width: 13%;
}
.one-img-product {
width: 87%;
}
.see-more {
padding-bottom: 15px;
text-align: center;
padding-right: 0;
}
.count-product {
padding: 0 15px;
}
.wp-my-cart .tac .green {
margin: 15px 0;
}
.wp-my-cart .main-bt {
width: 100%;
}
.in-block-info ul li {
float: none !important;
width: 100% !important;
text-align: left !important;
margin-bottom: 15px;
font-size: 16px;
}
.in-block-info ul {
padding-bottom: 0;
}
.top-nav .top-cart {
right: 70px;
}
.logo-f span {
margin-left: 0;
text-align: center;
margin-top: 15px;
width: 100%;
padding-top: 10px;
border-top: 1px solid #216128;
}
.logo-f {
text-align: center;
}
.time-f {
padding-left: 0;
margin-top: 15px;
text-align: center;
}
.top-nav ul.nav-ul li a {
width: 100%;
display: inline-block;
}
.top-cover {
border-top: 3px solid #434242;
margin-top: 30px;
}
.top-nav .nav-ul {
float: none;
width: 100%;
margin-top: 50px;
}
.top-nav {
position: relative;
}
.top-nav form {
position: absolute;
top: 0;
width: 100%;
left: 0;
padding: 0 15px;
}
.top-nav form .input-search-top {
width: 100%;
}
.top-nav ul.nav-ul li {
padding: 0 10px;
}
.top-nav ul.nav-ul li:first-child {
padding-left: 0;
}
.top-nav ul.nav-ul li a {
padding: 0;
line-height: 30px;
}
.top-nav ul.nav-ul {
padding-top: 5px;
padding-bottom: 5px;
position: relative;
}
.nav-ul.way li {
width: auto !important;
float: left !important;
}
.nav-ul.way li:first-child a {
line-height: 35px;
font-size: 14px;
}
.nav-ul.way li:after {
top: 12.5px;
}
.br table.cart tr td {
padding-top: 30px;
font-size: 15px;
}
.br table .more-product-ch {
margin-top: 50px;
}
.price-product-ch {
margin-top: 15px;
font-size: 14px;
}
.br i.icon.trashcan {
width: 18px;
height: 18px;
}
.search-btn {
left: 15px;
top: 13px;
margin-right: -41px;
z-index: 14;
position: absolute;
}
}
@media (max-width: 400px) {
header .logo img {
height: 30px;
}
.logo button {
width: 25px;
height: 30px;
}
.top-nav .top-cart i.icon.cart {
width: 20px;
}
.top-nav .top-cart {
right: 50px;
}
.top-nav .top-cart ul {
margin-left: 0px;
}
} | web/css/main.css | @font-face {
font-family: 'Se';
src: url("/web/fonts/segoeui.ttf") format("truetype");
}
@font-face {
font-family: 'SeB';
src: url("/web/fonts/segoeuib.ttf") format("truetype");
}
@font-face {
font-family: 'SeSB';
src: url("/web/fonts/seguisb.ttf") format("truetype");
}
@font-face {
font-family: 'SeB2';
src: url("/web/fonts/segoeuib.ttf") format("truetype");
}
@font-face {
font-family: 'SeL';
src: url("/web/fonts/segoeuil.ttf") format("truetype");
}
@font-face {
font-family: 'SeSL';
src: url("/web/fonts/segoeuisl.ttf") format("truetype");
}
@font-face {
font-family: 'SeBL';
src: url("/web/fonts/seguibl.ttf") format("truetype");
}
p {
margin: 0;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
* {
padding: 0;
margin: 0;
}
h1 {
position: absolute;
color: #fff;
z-index: 11;
margin-left: 40px;
}
.clear:after, header .container:after, header .cent-header ul:after, .top-nav:after, .top-nav ul.nav-ul:after, .in-block-info ul:after, .filt:after, .br table .more-product-ch:after {
content: '';
display: block;
clear: both;
height: 0;
opacity: 0;
}
i.icon {
display: inline-block;
width: 23px;
height: 23px;
background-repeat: no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
background-position: center center;
vertical-align: middle;
}
i.icon.payment {
background-image: url("/web/images/icons/credit-card.svg");
}
i.icon.payment2 {
background-image: url("/web/images/icons/credit-cards.svg");
}
i.icon.delivery {
background-image: url("/web/images/icons/truck.svg");
}
i.icon.pickup {
background-image: url("/web/images/icons/pickup-truck.svg");
}
i.icon.guarantees {
background-image: url("/web/images/icons/guarantee.svg");
}
i.icon.about {
background-image: url("/web/images/icons/unity.svg");
}
i.icon.contacts {
background-image: url("/web/images/icons/channel.svg");
}
i.icon.promotions {
background-image: url("/web/images/icons/feature.svg");
}
i.icon.pin {
background-image: url("/web/images/icons/location-pin.svg");
}
i.icon.mail {
background-image: url("/web/images/icons/mail.svg");
}
i.icon.write {
background-image: url("/web/images/icons/write-letter.svg");
}
i.icon.whatsapp {
background-image: url("/web/images/icons/whatsapp.svg");
}
i.icon.call {
background-image: url("/web/images/icons/call.svg");
}
i.icon.instagram {
background-image: url("/web/images/icons/instagram.svg");
}
i.icon.cart {
background-image: url("/web/images/icons/upermarket.svg");
}
i.icon.fire {
background-image: url("/web/images/icons/fire.svg");
}
i.icon.star {
background-image: url("/web/images/icons/feature.svg");
}
i.icon.clock {
background-image: url("/web/images/icons/clock.svg");
}
i.icon.post {
background-image: url("/web/images/icons/post-office.svg");
}
i.icon.purchase {
background-image: url("/web/images/icons/purchase.svg");
}
i.icon.back {
background-image: url("/web/images/icons/back-arrow.svg");
}
i.icon.exchange {
background-image: url("/web/images/icons/exchange.svg");
}
i.icon.trashcan {
background-image: url("/web/images/icons/garbage.svg");
}
i.icon.cases {
background-image: url("/web/images/icons/phone-case.svg");
}
i.icon.warning {
background-image: url("/web/images/icons/warning.svg");
}
body {
background: #000;
font-family: 'Se';
}
b {
font-family: 'SeB';
}
header {
background: #333333;
color: #fff;
overflow: hidden;
}
header a {
color: #fff;
}
header a:hover {
color: #a7aaa8;
text-decoration: none;
}
header .logo {
line-height: 153px;
float: left;
}
header .cent-header {
float: left;
margin-left: 75px;
}
header .cent-header ul {
padding-top: 20px;
}
header .cent-header ul li {
float: left;
}
header .cent-header ul li a {
display: inline-block;
position: relative;
text-align: center;
font-size: 14px;
padding: 0 23px;
}
header .cent-header ul li a span {
display: block;
line-height: 16px;
margin-top: 6px;
}
header .cent-header ul li a i {
width: 30px;
height: 30px;
}
header .cent-header ul li:first-child a {
padding-left: 0;
}
header .cent-header ul li:last-child a {
padding-right: 0;
}
header .cent-header .in-header {
line-height: 75px;
}
header .cent-header .in-header span {
vertical-align: middle;
}
header .cent-header .in-header i {
vertical-align: middle;
margin-right: 3px;
}
header .cent-header .in-header i.mail {
margin-right: 5px;
}
header .cent-header .in-header .b {
font-family: 'SeSB';
font-size: 17px;
text-align: left !important;
}
header .cent-header .in-header .b, header .cent-header .in-header a {
width: 33.333%;
float: left;
text-align: right;
}
header .cent-header .in-header .link-net-top {
text-align: center;
color: #18d630;
font-family: 'SeL';
text-decoration: underline;
}
.end-cont {
margin-left: 75px;
float: left;
padding-top: 20px;
}
.end-cont a {
display: block;
}
.end-cont .top-call {
font-size: 20.5px;
border-bottom: 1px dotted #18d630;
padding-bottom: 2px;
display: inline-block;
}
.end-cont span {
font-size: 12px;
color: #18d630;
}
.end-cont .wp-whatsapp {
margin-top: 20px;
}
.end-cont .wp-whatsapp i {
width: 26px;
height: 26px;
margin-right: 13px;
}
.top-nav {
background: #434242;
}
.top-nav ul.nav-ul {
float: left;
}
.top-nav ul.nav-ul li {
float: left;
position: relative;
}
.top-nav ul.nav-ul li a {
line-height: 60px;
padding: 0 25px;
display: inline-block;
color: #fff;
}
.top-nav ul.nav-ul li a:hover {
color: #a7aaa8;
text-decoration: none;
}
.top-nav ul.nav-ul li:first-child a {
padding-left: 0;
}
.top-nav ul.nav-ul li:last-child a {
padding-right: 0;
}
.top-nav ul.nav-ul li:hover .sub-nav {
display: block;
}
.top-nav ul.nav-ul li .sub-nav {
display: none;
position: absolute;
top: 60px;
left: -25px;
background: #272727;
z-index: 15;
width: 240px;
padding: 15px 0;
}
.top-nav ul.nav-ul li .sub-nav ul li {
float: none;
padding: 0 25px;
}
.top-nav ul.nav-ul li .sub-nav ul li a {
line-height: 30px;
padding: 0;
font-size: 14px;
color: #dfdcdc;
display: block;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover {
background: rgba(255, 255, 255, 0.1);
}
.top-nav ul.nav-ul li .sub-nav ul li:hover a {
color: #18d630;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover ul {
display: block;
}
.top-nav ul.nav-ul li .sub-nav ul li:hover ul a {
color: #dfdcdc;
}
.top-nav ul.nav-ul li .sub-nav ul li ul {
position: absolute;
left: 100%;
width: 265px;
top: 0;
background: #272727;
display: none;
border-left: 1px solid #225c2a;
}
.top-nav ul.nav-ul li .sub-nav ul li ul li:hover a {
color: #18d630;
}
.top-nav form {
line-height: 60px;
margin-left: 35px;
display: inline-block;
float: left;
position: relative;
}
.top-nav .top-cart {
height: 60px;
float: left;
margin-left: 20px;
}
.top-nav .top-cart i.icon.cart {
height: 30px;
width: 30px;
margin-top: 13px;
}
.top-nav .top-cart ul {
display: inline-block;
line-height: 17.5px;
margin-top: 13px;
vertical-align: middle;
color: #fff;
font-size: 11px;
margin-left: 12px;
}
.input-search-top {
background: #545353;
height: 35px;
width: 145px;
border: none;
outline: none;
color: #fff;
padding-right: 5px;
margin-top: -4px;
vertical-align: middle;
}
/*.search-btn {
background: #545353 url("/web/images/search.png") 10px center no-repeat;
-webkit-background-size: 18px 18px;
background-size: 18px;
height: 35px;
width: 35px;
border: none;
padding-top: 13px;
margin-right: -4px;
}*/
.search-btn {
background: #545353 url("/web/images/search.png") 10px center no-repeat;
-webkit-background-size: 18px 18px;
background-size: 18px;
height: 35px;
width: 35px;
border: none;
position: absolute;
top: 13px;
left: -35px;
}
.logo button {
display: none;
float: right;
width: 35px;
height: 30px;
cursor: pointer;
background: none;
margin-top: 15px;
border: none;
position: relative;
outline: none;
}
.logo button span {
height: 3px;
background: #cacaca;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
width: 100%;
position: absolute;
left: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.logo button span:first-child {
top: 0;
}
.logo button span:nth-child(2) {
top: 50%;
margin-top: -1.5px;
}
.logo button span:last-child {
bottom: 0;
}
.logo button.active span:first-child {
top: 50%;
margin-top: -1.5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.logo button.active span:nth-child(2) {
left: 50px;
opacity: 0;
}
.logo button.active span:last-child {
top: 50%;
margin-top: -1.5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.m-view {
float: left;
}
.m-view.active {
display: block !important;
}
.top-cover {
border-bottom: 3px solid #434242;
margin-bottom: 75px;
}
.top-slider {
position: relative;
}
h3 {
font-family: 'Se';
text-transform: uppercase;
font-size: 32px;
color: #fff;
margin-bottom: 40px;
line-height: 5px;
height: 27px;
position: relative;
}
h3 .owl-tr {
position: absolute;
width: 14px;
height: 27px;
display: inline-block;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
top: 50%;
margin-top: -13.5px;
right: 0;
}
h3 .owl-tr.tr-next {
background-image: url("/web/images/next.png");
}
h3 .owl-tr.tr-prev {
background-image: url("/web/images/prev.png");
right: 44px;
}
h3 span {
vertical-align: middle;
}
h3 i {
vertical-align: middle;
width: 23px !important;
height: 23px !important;
margin-left: 5px;
}
.wp-slider-product {
position: relative;
}
.product-on {
max-width: 270px;
background-color: #282828;
background: #282828 url("/web/images/light.png") center center no-repeat;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 25px 10px;
color: #fff;
}
.product-on .title-product {
font-size: 14px;
font-family: 'SeL';
text-align: center;
height: 42px;
margin-bottom: 50px;
}
.product-on .image-product {
text-align: center;
}
.product-on .image-product img {
height: 270px;
display: inline-block;
width: auto;
/*border-radius: 20px;*/
}
.product-on .price-product {
padding: 30px 0;
text-align: center;
font-family: 'SeL';
font-size: 24px;
}
.product-on a {
line-height: 30px;
padding: 0 12px;
border: 1px solid #939292;
font-size: 14px;
font-family: 'SeB';
display: inline-block;
color: #fff;
margin: 0 2px;
}
.product-on a:hover {
text-decoration: none;
background: #939292;
}
.product-on a.a-item {
border: none;
padding: 0;
display: inline;
margin: 0;
}
.product-on a.a-item:hover {
background: transparent;
}
.product-on .buy-product {
border-color: #296730;
}
.product-on .buy-product:hover {
background: #296730;
color: #fff;
}
.tac {
text-align: center;
}
.wp-stock {
margin-top: 55px;
}
.wp-about {
border-top: 3px solid #434242;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 80px;
}
.wp-about h5 {
color: #18d630;
font-size: 18px;
margin-bottom: 30px;
font-family: 'SeB';
}
.wp-about p {
color: #dfdcdc;
font-family: 'SeL';
line-height: 25px;
}
.wp-about p b {
color: #fff;
font-family: 'SeB';
margin-top: 15px;
display: inline-block;
}
.wp-about h4 {
text-align: center;
color: #18d630;
font-size: 30px;
font-family: 'SeL';
text-align: center;
text-transform: uppercase;
margin-top: 60px;
padding-bottom: 45px;
}
.block-about {
padding-left: 50px;
position: relative;
}
.block-about:before {
content: attr(data-count);
width: 30px;
height: 30px;
background: #494848;
position: absolute;
top: 0;
left: 0;
display: inline-block;
line-height: 30px;
text-align: center;
color: #18d630;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.block-about h6 {
color: #fff;
margin-bottom: 15px;
font-family: 'SeSB';
font-size: 24px;
}
.block-about p {
line-height: 20px;
color: #dfdcdc;
font-size: 14px;
}
.mb35 {
margin-bottom: 35px;
}
footer {
background: #333333;
padding: 50px 0;
}
footer a {
color: #fff;
}
footer a:hover {
color: #a7aaa8;
text-decoration: none;
}
footer ul li a {
line-height: 30px;
}
footer .border-lg {
border-left: 1px solid #287d31;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
}
footer .end-cont {
margin-left: 0;
padding-top: 0;
}
footer .end-cont .top-call {
font-size: 18px;
}
footer .end-cont span {
font-size: 10px;
}
footer .end-cont .wp-whatsapp {
font-size: 14px;
}
footer .end-cont .tac {
color: #18d630;
text-decoration: underline;
margin-top: 20px;
}
.logo-f span {
color: #c7c7c7;
display: inline-block;
border-top: 1px solid #287d31;
font-size: 14.5px;
padding-top: 5px;
margin-left: 85px;
}
.time-f {
padding-left: 85px;
margin-top: 30px;
}
.time-f span {
color: #fff;
vertical-align: middle;
margin-left: 10px;
font-size: 18px;
padding-top: 13px;
}
.time-f i {
padding-top: 13px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 25px;
height: 25px;
border-top: 1px solid #287d31;
}
.nav-ul.way li {
position: relative;
}
.nav-ul.way li:first-child a {
color: #fff;
font-family: 'SeB';
font-size: 18px;
line-height: 58px;
padding-left: 0 !important;
}
.nav-ul.way li:after {
content: '';
width: 6px;
height: 11px;
top: 24.5px;
right: -5px;
background: url("/web/images/next.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
display: inline-block;
position: absolute;
}
.nav-ul.way li a {
padding: 0 15px !important;
font-family: 'SeL';
font-size: 14px;
vertical-align: middle;
}
.nav-ul.way li:last-child:after {
display: none;
}
.f-r {
float: right;
}
.top-cart {
float: right;
}
.block-info {
padding-top: 70px;
padding-bottom: 70px;
}
.block-info h3 i {
width: 38px !important;
height: 38px !important;
vertical-align: middle;
}
.wp-delivery-block {
border: 3px solid #434242;
border-left: none;
border-right: none;
}
.in-block-info {
background: #272727;
padding: 55px;
color: #fff;
}
.in-block-info ul {
border-bottom: 1px solid #225c2a;
padding-bottom: 15px;
margin-bottom: 25px;
}
.in-block-info ul li {
float: left;
font-family: 'SeSB';
color: #dfdcdc;
font-size: 18px;
}
.in-block-info ul li i {
margin-right: 10px;
}
.in-block-info.payment-info ul li i {
width: 41px;
height: 29px;
}
.in-block-info.delivery-info ul li {
padding-right: 150px;
}
.in-block-info.delivery-info ul li i {
width: 37px;
height: 23px;
}
.in-block-info.delivery-info ul li:last-child {
padding-right: 0;
}
.in-block-info.delivery-info ul li:last-child i {
width: 27px;
height: 29px;
}
.in-block-info.guarantees-info ul li:first-child {
width: 40%;
}
.in-block-info.guarantees-info ul li:first-child i {
width: 33px;
height: 33px;
}
.in-block-info.guarantees-info ul li:nth-child(2n) {
width: 35%;
}
.in-block-info.guarantees-info ul li:nth-child(2n) i {
width: 35px;
height: 26px;
}
.in-block-info.guarantees-info ul li:last-child {
width: 25%;
text-align: right;
}
.in-block-info.guarantees-info ul li:last-child i {
width: 33px;
height: 33px;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.in-block-info p {
color: #dfdcdc;
font-size: 16px;
line-height: 25px;
margin-bottom: 25px;
font-family: 'SeL';
}
.in-block-info p:last-child {
margin-bottom: 0;
}
.in-block-info h6 {
color: #dfdcdc;
font-size: 18px;
text-transform: uppercase;
font-family: 'SeSB';
}
.in-block-info h6 span, .in-block-info p span {
color: #18d630;
}
.wp-my-cart {
border-bottom: 3px solid #434242;
}
.wp-my-cart .tac {
margin-top: 20px;
}
.wp-my-cart .tac .green {
margin: 0 20px;
}
table.cart {
border-bottom: 1px solid #225c2a;
width: 100%;
text-align: center;
color: #fff;
}
table.cart a {
color: #fff;
}
table.cart tr td {
padding-bottom: 30px;
padding-top: 10px;
}
.img-cart-product {
padding-right: 40px;
position: relative;
}
.img-cart-product:before {
position: absolute;
content: '';
background: url("/web/images/light.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
width: 220px;
height: 220px;
top: -68px;
left: -80px;
opacity: .6;
}
.img-cart-product img {
max-height: 80px;
position: relative;
z-index: 5;
}
.title-cart-product {
text-align: left;
}
.title-cart-product a {
text-decoration: underline;
}
.total-price-cart {
font-family: 'SeSB';
padding-right: 60px;
}
.total-price {
font-size: 18px;
text-align: right;
font-family: 'SeL';
margin-top: 20px;
}
.total-price b {
font-size: 24px;
font-family: 'SeB';
}
.total-price b {
vertical-align: middle;
}
.total-price span {
margin-right: 15px;
vertical-align: sub;
}
.count-product {
padding: 0 60px;
}
.count-product span {
font-size: 18px;
cursor: pointer;
padding: 0 5px;
}
.count-product b {
font-family: 'Se';
color: #18d630;
display: inline-block;
}
.main-bt {
border: 1px solid #8b8a8a;
color: #d1cfcf;
padding: 0 12px;
line-height: 40px;
display: inline-block;
}
.main-bt:hover {
color: #fff;
background: #8b8a8a;
text-decoration: none;
}
.main-bt.green {
border: 1px solid #25622c;
background: #1f7f2c;
color: #fff;
}
.main-bt.green:hover {
background: #25622c;
}
.info-page {
margin-top: 30px;
}
.info-page p {
font-size: 14px;
color: #dfdcdc;
margin-bottom: 50px;
font-family: "SeL";
}
.info-page h4 {
font-size: 18px;
font-family: "SeB";
margin-bottom: 20px;
color: #18d630;
}
.stock-in img {
max-width: 100%;
}
.filt {
margin-bottom: 40px;
}
.filt li {
padding-right: 30px;
float: left;
padding-bottom: 20px;
}
.filt li.active a {
color: #18d630;
border-color: #18d630;
}
.filt li a {
color: #dfdcdc;
border-bottom: 1px solid transparent;
padding-bottom: 3px;
}
.wp-products .product-on {
margin-bottom: 30px;
}
.see-more {
text-align: right;
padding-right: 50px;
}
.see-more a {
color: #fff;
text-decoration: none;
font-size: 16px;
font-family: "SeL";
}
.see-more a span {
margin-left: 15px;
display: inline-block;
letter-spacing: -1px;
}
.product-info-page {
border-top: 3px solid #434242;
}
.product-info-page p {
margin-bottom: 20px;
}
.pt41 {
padding-top: 41px;
}
.product-page h3 {
font-size: 23px;
line-height: auto;
height: auto;
}
.product-page h3 i {
margin-left: 0;
margin-right: 15px;
}
.wp-proudct-one {
border-bottom: 3px solid #434242;
}
.bottom-arrow, .top-arrow {
width: 20px;
height: 10px;
margin: 0 auto;
display: block;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
border: none;
cursor: pointer;
}
.bottom-arrow:hover, .bottom-arrow:focus, .top-arrow:hover, .top-arrow:focus {
outline: none;
}
.bottom-arrow {
background-image: url("/web/images/down.png");
margin-bottom: 10px;
}
.top-arrow {
background-image: url("/web/images/up.png");
margin-bottom: 10px;
}
.wp-gallery-carousel {
width: 10%;
float: left;
}
.slick-vertical .slick-slide:hover, .slick-vertical .slick-slide:focus {
outline: none;
}
.slick-slide {
margin: 20px 0px;
}
.wp-gallery-carousel {
position: relative;
z-index: 5;
}
.one-img-product {
float: left;
width: 90%;
text-align: center;
position: relative;
}
.one-img-product:before {
position: relative;
content: '';
width: 500px;
height: 500px;
top: 50%;
margin-top: -250px;
left: 50%;
margin-left: -250px;
z-index: 2;
position: absolute;
background: url("/web/images/light.png") center center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.one-img-product img {
position: relative;
z-index: 3;
width: 220px;
cursor: pointer;
}
.slick-carousel {
width: 100%;
}
.slick-carousel img {
width: 100%;
cursor: pointer;
}
.specifications p {
margin-bottom: 20px;
font-size: 18px;
font-family: "SeL";
text-transform: uppercase;
}
.specifications p b {
font-family: "SeB";
text-transform: capitalize;
}
.specifications p span {
width: 120px;
display: inline-block;
color: #fff;
}
.specifications p:last-child {
margin-bottom: 0;
}
.status {
color: #18d630;
}
.status.red {
color: #f00;
}
.price-product-page {
text-transform: uppercase;
font-size: 40px;
font-family: "SeL";
margin-top: 40px;
}
.tar {
text-align: right;
}
.wr {
color: #dfdcdc;
font-size: 14px;
line-height: 30px;
border: 1px solid #225c2a;
border-right: 0;
border-left: 0;
padding: 20px 0;
margin-top: 25px;
margin-bottom: 25px;
font-family: "SeL";
}
.wr i {
vertical-align: middle;
margin-right: 10px;
}
.wp-proudct-one .main-bt.green {
font-family: "SeB";
margin-right: 25px;
}
.wp-proudct-one ul {
margin-bottom: 20px;
border-bottom: 0;
}
.wp-proudct-one ul li {
font-family: "Se";
font-size: 14px;
line-height: 35px;
}
.wp-proudct-one ul li i {
vertical-align: middle;
}
.wp-proudct-one ul li b {
vertical-align: middle;
}
.wp-proudct-one ul li:first-child {
width: 40%;
}
.wp-proudct-one ul li:first-child i {
width: 28px;
height: 35px;
}
.wp-proudct-one ul li:last-child {
text-align: right;
width: 30%;
}
.wp-proudct-one ul li:last-child i {
width: 35px;
height: 23px;
}
.wp-proudct-one ul li:nth-child(2) {
text-align: center;
width: 30%;
}
.wp-proudct-one ul li:nth-child(2) i {
width: 34px;
height: 25px;
}
.product-page-count {
margin-bottom: 25px;
}
.product-page-count .count-product {
display: inline-block;
padding: 0;
}
.product-page-count i {
text-transform: uppercase;
font-style: normal;
font-family: "SeSB";
margin-right: 15px;
display: inline-block;
}
.product-page-count b {
font-size: 16px;
}
.count-product * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ps {
color: #dfdcdc;
margin-bottom: 30px;
font-size: 16px;
font-family: "SeL";
}
.wp-contacts .in-block-info ul {
padding-bottom: 30px;
}
.wp-contacts .in-block-info ul li {
width: 25%;
font-family: "SeL";
font-size: 18px;
}
.wp-contacts .in-block-info ul li i {
width: 30px;
height: 30px;
}
.wp-contacts .in-block-info ul li:nth-child(3), .wp-contacts .in-block-info ul li:nth-child(2) {
text-align: center;
}
.wp-contacts .in-block-info ul li:last-child {
text-align: right;
}
.form input, .form textarea {
width: 100%;
resize: none;
background: none;
border: none;
border-bottom: 1px solid #777777;
font-size: 14px;
color: #fff;
outline: none;
margin-bottom: 30px;
}
.form input {
height: 30px;
}
.form textarea {
height: 100px;
}
.more-contacts {
font-size: 16px;
text-transform: uppercase;
color: #dfdcdc;
border-top: 1px solid #225c2a;
padding-top: 30px;
margin-top: 30px;
}
.ordering {
padding: 30px;
}
.ordering .un-m {
margin-bottom: 0;
}
.ordering h3 {
font-family: "SeB";
font-size: 18px;
text-transform: capitalize;
margin-top: 30px;
margin-bottom: 20px;
}
.ordering h3 i {
margin-right: 15px;
}
.ordering .payment-type {
height: 35px;
margin-top: 30px;
}
.ordering p.sub {
margin: 25px 0;
margin-top: 20px;
}
.ordering .main-bt.green {
font-family: "SeB";
margin-right: 20px;
display: inline;
}
.tinkoff .main-bt.green {
display: inline !important;
}
.ordering .wp-radio {
margin-left: 7px;
}
.ordering label {
color: #dfdcdc;
}
.bl-green {
border-left: 1px solid #225c2a;
padding-left: 30px;
}
.br {
padding-right: 30px;
}
label {
cursor: pointer;
}
.wp-radio {
display: inline-block;
vertical-align: middle;
}
.wp-radio input {
display: none;
}
.wp-radio input:checked + label {
background: #18d630;
}
.wp-radio label {
cursor: poiner;
vertical-align: middle;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 18px;
height: 18px;
border: 1px solid #18d630;
display: inline-block;
cursor: pointer;
}
p.sub {
font-size: 12px;
color: #dfdcdc;
}
.price-product-ch {
margin-top: 40px;
display: inline-block;
}
.br table {
max-width: 400px;
border-bottom: 0;
}
.br table .more-product-ch {
margin-top: 40px;
}
.br table .title-cart-product {
padding-top: 30px;
}
.br table .count-product {
position: relative;
z-index: 5;
}
.br table .count-product {
padding: 0;
float: left;
}
.br table .total-price-cart {
float: left;
padding: 0 50px;
}
.ordering-info-total {
border-top: 1px solid #225c2a;
padding-top: 30px;
margin-top: 10px;
padding-left: 30px;
}
.ordering-info-total span {
width: 280px;
display: inline-block;
font-size: 18px;
text-transform: uppercase;
color: #dfdcdc !important;
}
.ordering-info-total p {
margin-bottom: 10px;
}
.ordering-info-total p:last-child {
margin-bottom: 0;
}
.ordering-info-total b {
font-size: 24px;
}
.ordering-info-total b.mini {
font-family: "Se";
}
.ordering-info-total .middle-n span {
font-family: "SeL";
font-size: 14px !important;
}
.ordering-info-total .middle-n b {
font-size: 18px;
font-family: "Se";
}
.modal {
background: rgba(0, 0, 0, 0.8);
}
.modal .close {
position: absolute;
top: 15px;
right: 20px;
z-index: 25;
color: #d6d3d3;
opacity: 1;
font-size: 14px;
}
.modal .close:focus {
outline: none;
}
.modal a {
color: #dfdcdc;
}
.modal .modal-content {
background: #272727;
padding: 45px;
color: #fff;
}
.modal .modal-content h4 {
margin-bottom: 25px;
font-size: 24px;
font-family: "Se";
}
.modal .modal-content h6 {
font-size: 14px;
color: #dfdcdc;
padding-top: 25px;
padding-bottom: 18px;
border-bottom: 1px solid #225c2a;
margin-bottom: 20px;
}
.modal .modal-content h5 {
font-size: 24px;
text-align: center;
margin-bottom: 25px;
}
.modal .input-search-top {
width: 100%;
}
.modal.select-c .modal-dialog {
max-width: 570px;
}
.uls-select-c {
font-family: "SeL";
height: 230px;
overflow: auto;
}
.uls-select-c li {
margin-bottom: 5px;
}
.wp-prav {
line-height: 35px;
border-top: 1px solid #225c2a;
font-size: 14px;
font-family: "SeL";
color: #838282;
margin-bottom: 15px;
margin-top: 5px;
}
.wp-prav span {
color: #1f7f2c;
}
.wp-prav .wp-radio {
display: inline-block;
}
.wp-prav .wp-radio input:checked + label {
background: url("/web/images/v.png") center center no-repeat;
}
.wp-prav .wp-radio label {
-webkit-border-radius: 0;
border-radius: 0;
border-color: #939393;
width: 15px;
height: 15px;
margin-right: 5px;
}
.wp-prav .p {
display: inline-block;
}
.wp-prav .p:hover {
color: #b5b3b3;
}
.wp-prav .p:hover span {
color: #7d997e;
text-decoration: underline;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #18d630;
}
.mCSB_scrollTools .mCSB_draggerRail {
background: #686868;
}
.privat-c .modal-dialog {
max-width: 1100px;
}
.privat-c p {
font-size: 14px;
color: #dfdcdc;
line-height: 30px;
}
.modal-dialog h5.priv {
color: #18d630;
font-size: 20px;
text-align: left;
font-family: "SeL";
margin-bottom: 7px;
}
.thank-you h5 {
font-size: 24px;
text-transform: uppercase;
text-align: center !important;
}
.thank-you p {
font-size: 18px;
}
i {
font-style: normal;
}
.active-cart {
display: inline-block;
background: #f00;
padding: 0 5px;
border-radius: 5px;
}
.product-in-cart {
color: #f00 !important;
}
.news {
margin-bottom: 30px;
}
.promos {
color: #fff;
}
.promos:hover {
color: #fff;
}
.no-link, .no-link:hover {
color: #fff;
}
.product-id {
display: none;
}
.count-product a {
text-decoration: none;
color: #fff;
}
.cart-tr-border {
border-bottom: 1px solid #fff;
}
.city-change button {
background: transparent;
border: 1px solid #fff;
padding: 5px 20px;
color: #fff;
cursor: pointer;
margin-left: 50px;
}
.city-change button.city-yes {
background: #18d630;
color: #000;
}
.item-search {
padding: 10px;
}
.item-search a {
color: #fff;
}
.no-result {
color: #fff;
font-size: 18px;
}
.mail-form {
display: none;
}
.payment-page {
}
.enter-adress {
margin-bottom: 0;
color: #f00;
}
.unclickable {
color: #f00;
}
.cart-message {
display: none;
}
.item-product {
display: inline-block;
padding: 0;
text-align: center;
width: 100%;
}
.item-product b {
color: #18d630;
}
.item-product span {
font-size: 18px;
cursor: pointer;
padding: 0 5px;
}
.item-product a {
border: none;
}
.btn-category {
display: block;
background: transparent;
border: 1px solid #18d630;
color: #fff;
padding: 10px 15px;
margin-bottom: 20px;
}
.btn-category:hover {
background: #434242;
color: #fff;
}
@media (max-width: 1200px) {
.logo img {
width: 200px;
}
.ordering-info-total span {
width: 250px;
}
header .cent-header, header .end-cont {
margin-left: 40px;
}
header .cent-header ul li a {
padding: 0 15px;
}
header .cent-header .in-header span {
font-size: 14px;
}
.top-nav ul.nav-ul li a {
padding: 0 15px;
font-size: 14px;
}
footer .end-cont {
width: 100%;
}
footer .border-lg.end-f {
text-align: center;
border-left: none;
border-top: 1px solid #287d31;
padding-left: 15px;
}
.block-about h6 {
font-size: 16px;
margin-bottom: 10px;
}
.block-about p br {
display: none;
}
.wp-my-cart .title-cart-product {
padding-right: 15px;
}
.wp-my-cart .img-cart-product {
padding-right: 15px;
}
.wp-my-cart .img-cart-product:before {
left: -90px;
opacity: .4;
}
.count-product {
padding: 0 30px;
}
.wp-my-cart .total-price-cart {
padding-right: 15px;
}
.specifications p {
font-size: 14px;
margin-bottom: 15px;
}
.price-product-page {
font-size: 23px;
}
.wp-proudct-one ul li {
width: 100% !important;
text-align: left !important;
}
.wp-proudct-one ul {
margin-bottom: 10px;
}
}
@media (max-width: 991px) {
.hidden-xs {
display: none;
}
.ordering-info-total span {
width: 200px;
font-size: 18px;
}
.ordering-info-total b {
font-size: 20px;
}
.ordering-info-total {
padding-left: 0;
}
.wp-my-cart .title-cart-product a {
font-size: 14px;
line-height: 18px;
display: inline-block;
}
.wp-my-cart table {
font-size: 14px;
}
.wp-my-cart .img-cart-product img {
max-height: 60px;
}
.block-info {
padding-top: 20px;
padding-bottom: 20px;
}
.in-block-info {
padding: 15px;
margin-top: 25px;
}
.in-block-info h6 {
font-size: 16px;
}
.in-block-info p {
margin-bottom: 20px;
}
.in-block-info p br {
display: none;
}
.wp-logo-f {
padding-bottom: 15px;
}
footer .border-lg {
padding-left: 15px;
}
.wp-about {
padding-top: 30px;
padding-bottom: 0;
margin-top: 30px;
}
.wp-about .mb35 {
margin-bottom: 0 !important;
}
.top-cover {
margin-bottom: 30px;
}
.wp-stock {
margin-top: 30px;
}
h3 {
font-size: 23px;
margin-bottom: 20px;
}
.wp-about h4 {
font-size: 18px;
margin-bottom: 30px;
margin-top: 40px;
padding-bottom: 0;
}
.wp-about h5 {
margin-bottom: 20px;
}
.block-about p {
margin-bottom: 30px;
}
footer {
padding: 15px 0;
}
.menu-f {
text-align: center;
border-top: 1px solid #287d31;
border-left: none !important;
}
.menu-f li {
display: inline-block;
}
.menu-f li a {
padding: 0 7.5px;
}
.top-nav ul.nav-ul li a {
font-size: 13px;
padding: 0 10px;
line-height: 60px;
}
.top-nav .container {
min-width: 100%;
}
.top-nav form {
margin-left: 0;
float: right;
}
.top-nav .top-cart {
margin-left: 0;
top: 0;
position: fixed;
right: 80px;
}
body {
padding-top: 60px;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 15;
}
header .container {
max-width: 100%;
}
header .logo {
width: 100%;
float: none;
line-height: 60px;
}
header .logo img {
width: auto;
height: 50px;
margin-top: -3px;
}
header .logo button {
display: block;
}
header .cent-header {
margin-left: 0;
width: 100%;
float: none;
}
header .cent-header ul {
padding-top: 0;
}
header .cent-header ul li {
float: none;
}
header .cent-header ul li a {
padding: 0;
line-height: 40px;
width: 100%;
text-align: left;
}
header .cent-header ul li a i {
width: 25px;
height: 25px;
}
header .cent-header ul li a span {
display: inline-block;
vertical-align: middle;
font-size: 14px;
margin-left: 15px;
}
header .cent-header .in-header {
line-height: 30px;
margin: 15px 0;
background: #2d2d2d;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 15px;
}
header .cent-header .in-header a {
display: block;
float: none;
width: 100%;
text-align: left;
}
header .cent-header .in-header a i {
width: 20px;
height: 20px;
}
header .end-cont {
margin-left: 0;
float: none;
width: 100%;
padding-top: 0;
}
header .end-cont .wp-whatsapp {
margin: 15px 0;
}
.m-view {
display: none;
width: 100%;
}
header .cent-header .in-header .b, header .cent-header .in-header a,
header .cent-header .in-header .link-net-top {
width: 100%;
float: none;
text-align: left;
}
.top-cart {
z-index: 15;
}
header {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
border-bottom: 1px solid #555;
}
.info-page p {
margin-bottom: 20px;
}
.filt {
margin-top: 25px;
margin-bottom: 25px;
}
.filt li {
padding-bottom: 5px;
padding-right: 15px;
}
.product-page h3 {
font-size: 18px;
line-height: 30px;
margin-bottom: 0 !important;
}
.wp-proudct .in-block-info {
margin-top: 20px !important;
}
.bl-green {
border: none;
padding-left: 15px;
margin-top: 30px;
}
.br {
padding-right: 15px;
}
.modal .modal-content {
padding: 15px 5px;
}
.modal .modal-content h5 {
font-size: 18px;
}
.wp-prav {
font-size: 11px;
}
.product-on {
margin: 0 auto;
}
}
@media (max-width: 767px) {
.top-nav ul.nav-ul li {
position: static;
}
.input-search-top {
padding-left: 40px;
}
.top-nav ul.nav-ul li .sub-nav {
top: 123px;
left: 0;
}
.top-slider h1 {
font-size: 1.5rem;
}
.top-nav ul.nav-ul li .sub-nav {
display: none;
}
.top-nav ul.nav-ul li:hover .sub-nav {
display: none;
}
.top-nav ul.nav-ul li .sub-nav {
top: 40px;
}
.ordering .payment-type {
margin-top: 15px;
}
.ordering h3 {
font-size: 16px;
margin-top: 20px;
}
.top-nav ul.nav-ul li .sub-nav .col-md-6 {
padding: 0 15px;
border-right: 0;
}
.ordering .main-bt {
width: 100%;
margin: 0;
}
.ordering .main-bt.green {
margin-bottom: 15px;
}
.wp-contacts .in-block-info ul {
padding-bottom: 10px;
}
.tar {
text-align: left;
margin-top: 0;
}
.product-page-count i {
font-size: 14px;
}
.page-product-info {
margin-top: 15px;
}
.wr {
margin: 15px 0;
padding: 15px 0;
line-height: 20px;
}
.wp-proudct-one ul {
margin-bottom: 15px;
}
.wp-proudct-one .main-bt {
width: 100%;
}
.wp-proudct-one .main-bt.green {
margin-bottom: 10px;
}
.wp-proudct-one ul li {
line-height: 30px;
margin-bottom: 5px !important;
}
.price-product-page {
margin-top: 10px;
}
.in-block-info p {
margin-bottom: 10px !important;
}
.wp-gallery-carousel {
width: 13%;
}
.one-img-product {
width: 87%;
}
.see-more {
padding-bottom: 15px;
text-align: center;
padding-right: 0;
}
.count-product {
padding: 0 15px;
}
.wp-my-cart .tac .green {
margin: 15px 0;
}
.wp-my-cart .main-bt {
width: 100%;
}
.in-block-info ul li {
float: none !important;
width: 100% !important;
text-align: left !important;
margin-bottom: 15px;
font-size: 16px;
}
.in-block-info ul {
padding-bottom: 0;
}
.top-nav .top-cart {
right: 70px;
}
.logo-f span {
margin-left: 0;
text-align: center;
margin-top: 15px;
width: 100%;
padding-top: 10px;
border-top: 1px solid #216128;
}
.logo-f {
text-align: center;
}
.time-f {
padding-left: 0;
margin-top: 15px;
text-align: center;
}
.top-nav ul.nav-ul li a {
width: 100%;
display: inline-block;
}
.top-cover {
border-top: 3px solid #434242;
margin-top: 30px;
}
.top-nav .nav-ul {
float: none;
width: 100%;
margin-top: 50px;
}
.top-nav {
position: relative;
}
.top-nav form {
position: absolute;
top: 0;
width: 100%;
left: 0;
padding: 0 15px;
}
.top-nav form .input-search-top {
width: 100%;
}
.top-nav ul.nav-ul li {
padding: 0 10px;
}
.top-nav ul.nav-ul li:first-child {
padding-left: 0;
}
.top-nav ul.nav-ul li a {
padding: 0;
line-height: 30px;
}
.top-nav ul.nav-ul {
padding-top: 5px;
padding-bottom: 5px;
position: relative;
}
.nav-ul.way li {
width: auto !important;
float: left !important;
}
.nav-ul.way li:first-child a {
line-height: 35px;
font-size: 14px;
}
.nav-ul.way li:after {
top: 12.5px;
}
.br table.cart tr td {
padding-top: 30px;
font-size: 15px;
}
.br table .more-product-ch {
margin-top: 50px;
}
.price-product-ch {
margin-top: 15px;
font-size: 14px;
}
.br i.icon.trashcan {
width: 18px;
height: 18px;
}
.search-btn {
left: 15px;
top: 13px;
margin-right: -41px;
z-index: 14;
position: absolute;
}
}
@media (max-width: 400px) {
header .logo img {
height: 30px;
}
.logo button {
width: 25px;
height: 30px;
}
.top-nav .top-cart i.icon.cart {
width: 20px;
}
.top-nav .top-cart {
right: 50px;
}
.top-nav .top-cart ul {
margin-left: 0px;
}
} | 0.411347 | 0.059346 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 20px 15px 20px;
}
.footer {
background-color: #4DB2EC;
border-top: 1px solid #ddd;
padding-top: 20px;
color: #fff;
}
.footer img {
width: 40%;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
.admin-navbar {
background-color: #fff;
border-bottom: 1px solid #563d7c;
}
.admin-navbar .navbar-nav > li > a {
font-weight: 500;
color: #563d7c;
}
.bs-docs-header .container{
display: none;
}
.bs-docs-header, .bs-docs-masthead {
position: relative;
padding: 30px 0;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background-color: #6f5499;
background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
background-repeat: repeat-x;
padding-top: 60px;
font-size: 24px;
text-align: left;
}
.bs-docs-header{
padding: 25px;
}
.bs-docs-header h1 {
color: #fff;
}
.navbar-brand img {
height: 100%;
}
.form-horizontal-backend {
border: 1px solid #337ab7;
padding: 30px;
border-radius: 4px;
}
#carbonads-container{
display: none;
}
a.approve-button {
margin-left: 12px;
text-decoration: underline;
text-transform: uppercase;
font-weight: bold;
}
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon.kv-icon-child {
display: none;
}
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon.kv-icon-parent,
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon .kv-node-opened {
display: inline;
}
.kv-first > .kv-tree-list > .kv-node-indicators > .kv-node-toggle {
display: inline;
}
.kv-first ul li:last-child > ul {
box-shadow: -1px 0px 0px white;
}
.kv-tree > li:last-child ul,
.kv-first ul li:last-child ul {
margin-bottom: -0.75em;
padding-bottom: 0.75em;
}
.kv-tree li.kv-first {
border-bottom: 1px solid white;
}
.col-sm-3 .kv-tree-container{
height: 600px !important;
}
.grid-view .panel {
overflow: hidden;
}
.calendar-detail-status span{
font-size: 15px;
}
.box.box-primary {
border-top-color: #3c8dbc;
}
.box {
position: relative;
border-radius: 3px;
background: #ffffff;
border-top: 3px solid #d2d6de;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 10px;
}
.box-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 1px solid #f4f4f4;
padding: 10px;
background-color: #ffffff;
}
.btn-info {
background-color: #00c0ef;
border-color: #00acd6;
} | admin/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 20px 15px 20px;
}
.footer {
background-color: #4DB2EC;
border-top: 1px solid #ddd;
padding-top: 20px;
color: #fff;
}
.footer img {
width: 40%;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
.admin-navbar {
background-color: #fff;
border-bottom: 1px solid #563d7c;
}
.admin-navbar .navbar-nav > li > a {
font-weight: 500;
color: #563d7c;
}
.bs-docs-header .container{
display: none;
}
.bs-docs-header, .bs-docs-masthead {
position: relative;
padding: 30px 0;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background-color: #6f5499;
background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
background-repeat: repeat-x;
padding-top: 60px;
font-size: 24px;
text-align: left;
}
.bs-docs-header{
padding: 25px;
}
.bs-docs-header h1 {
color: #fff;
}
.navbar-brand img {
height: 100%;
}
.form-horizontal-backend {
border: 1px solid #337ab7;
padding: 30px;
border-radius: 4px;
}
#carbonads-container{
display: none;
}
a.approve-button {
margin-left: 12px;
text-decoration: underline;
text-transform: uppercase;
font-weight: bold;
}
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon.kv-icon-child {
display: none;
}
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon.kv-icon-parent,
.kv-first > .kv-tree-list > .kv-node-detail > .kv-node-icon .kv-node-opened {
display: inline;
}
.kv-first > .kv-tree-list > .kv-node-indicators > .kv-node-toggle {
display: inline;
}
.kv-first ul li:last-child > ul {
box-shadow: -1px 0px 0px white;
}
.kv-tree > li:last-child ul,
.kv-first ul li:last-child ul {
margin-bottom: -0.75em;
padding-bottom: 0.75em;
}
.kv-tree li.kv-first {
border-bottom: 1px solid white;
}
.col-sm-3 .kv-tree-container{
height: 600px !important;
}
.grid-view .panel {
overflow: hidden;
}
.calendar-detail-status span{
font-size: 15px;
}
.box.box-primary {
border-top-color: #3c8dbc;
}
.box {
position: relative;
border-radius: 3px;
background: #ffffff;
border-top: 3px solid #d2d6de;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 10px;
}
.box-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 1px solid #f4f4f4;
padding: 10px;
background-color: #ffffff;
}
.btn-info {
background-color: #00c0ef;
border-color: #00acd6;
} | 0.513912 | 0.112405 |
position: relative;
height: 400px;
width: 100%;
border: 1px solid #CCCCCC;
margin-bottom: 15px;
box-sizing: border-box;
}
#php-settings-page .ace_editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
}
/*-------------------------------*\
* Buttons
\*-------------------------------*/
.controls {
border: 1px solid #CCCCCC;
padding: 10px;
}
.button.process-button.success,
.button.process-button.success:hover,
.button.process-button.success:focus {
background: #3ED48F;
border-color: #37C584 #289E68 #289E68;
-webkit-box-shadow: 0 1px 0 #289E68;
box-shadow: 0 1px 0 #289E68;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #289E68,1px 0 1px #289E68;
}
.button.process-button.loading,
.button.process-button.loading:hover,
.button.process-button.loading:focus {
background: white;
color: #208391;
border-color: #D7DFE2 #BBCED8 #BBCED8;
-webkit-box-shadow: 0 1px 0 #C0CCD2;
box-shadow: 0 1px 0 #C0CCD2;
text-decoration: none;
text-shadow: 0 -1px 1px #D1DBE0,1px 0 1px #D1DBE0;
}
.process-button .loader {
background-image: url('../img/hourglass.svg');
width: 26px;
height: 26px;
background-size: 26px;
margin-top: -4px;
margin-left: -4px;
vertical-align: middle;
}
.process-button .dashicons {
vertical-align: middle;
line-height: 16px;
margin-left: -4px;
}
.button.button-danger {
background: #F15E5E;
border-color: #E83B3B;
-webkit-box-shadow: 0 1px 0 #821818;
box-shadow: 0 1px 0 #821818;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #821818,1px 0 1px #821818, 1px 1px #821818,-1px 0 1px #821818;
}
.button.button-danger:hover,
.button.button-danger:focus {
background: #EF7979;
border-color: #E83B3B;
color: white;
}
/*-------------------------------*\
* Tabbed content
\*-------------------------------*/
.nav-tab:focus {
outline: 0;
box-shadow: none;
}
.nav-tab .dashicons {
line-height: 16px;
vertical-align: middle;
}
.nav-tab-notifications {
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
overflow: auto;
padding: 0 15px 0;
}
.nav-tab-notification {
position: relative;
padding: 5px 15px 5px 55px;
margin-top: 15px;
}
.nav-tab-notification p {
margin: 10px;
}
.nav-tab-notification.nav-tab-error {
background-color: #FF9B9B;
border: 1px solid #E05252;
}
.nav-tab-notification .dashicons {
position: absolute;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2em;
width: 45px;
text-align: center;
top: 5px;
left: 5px;
bottom: 5px;
height: auto;
}
.nav-tab-notification .dashicons-no {
background-color: #E05252;
color: #FF9B9B;
}
.tab {
padding: 15px;
border: 1px solid #CCCCCC;
border-top: none;
display: none;
}
.tab-wrapper {
display: table;
width: 100%;
}
.tab-content {
display: table-cell;
vertical-align: top;
padding-right: 15px;
}
.tab-description {
display: table-cell;
vertical-align: top;
width: 350px;
background-color: white;
padding: 0 15px;
border: 1px solid #cccccc;
}
/*-------------------------------*\
* PHP Info Table
\*-------------------------------*/
#phpinfo {
background-color: #CCCCCC;
width: 100%;
display: table;
margin:0;
padding:0;
border-spacing: 1px;
}
#phpinfo li {
display: table-row;
}
#phpinfo li.local-override .list-checkbox,
#phpinfo li.local-override .list-key,
#phpinfo li.local-override .list-value
{
background-color: #6AFDB2;
vertical-align: middle;
}
#phpinfo li.local-override .highlight {
background-color: #FFEA56;
padding: 2px 6px;
border-radius: 4px;
float: right;
}
#phpinfo li:not(.local-override):hover .list-checkbox,
#phpinfo li:not(.local-override):hover .list-key,
#phpinfo li:not(.local-override):hover .list-value {
background-color: white;
cursor: pointer;
}
#phpinfo .list-checkbox {
display: table-cell;
background-color: #F1F1F1;
text-align: center;
}
#phpinfo .list-key {
background-color: #F1F1F1;
padding: 3px 6px;
text-align: left;
display: table-cell;
}
#phpinfo .list-value {
background-color: #F1F1F1;
padding: 3px 6px;
display: table-cell;
}
#phpinfo .list-checkbox input {
margin: 0;
margin-bottom: 2px;
}
#phpinfo-wrapper {
height: 500px;
margin-bottom: 15px;
overflow-y: auto;
border: 1px solid #CCCCCC;
}
input.search {
background-color: white;
margin: 0 0 15px;
padding: 7px 10px;
width: 50%;
outline: none;
border: 1px solid #CCCCCC;
}
#copy-directives {
padding: 2px 11px;
height: auto;
margin-left: 10px;
}
#copy-directives .dashicons {
vertical-align: middle;
line-height: 16px;
margin-left: -4px;
}
#directive-counter {
display: inline;
margin-left: 10px;
color: gray;
}
#search-wrapper {
display: inline;
position: relative;
}
#search-wrapper .dashicons-dismiss {
position: absolute;
right: 10px;
top: 0;
bottom: 0;
color: #CCCCCC;
cursor: pointer;
display: none;
}
#search-wrapper .dashicons-dismiss:hover {
color: #888;
}
/*-------------------------------*\
* Misc
\*-------------------------------*/
.askupa-logo {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.plugin-banner {
background-color: white;
padding: 0 10px;
margin-bottom: 20px;
border: 1px solid #CCCCCC;
margin-top: 25px;
}
.plugin-banner img {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.plugin-banner h1 {
display: inline-block;
vertical-align: middle;
color: #485254;
border-left: 8px solid #ED7964;
padding: 10px 0 10px 25px;
line-height: 0.9em;
}
.plugin-banner h1 span {
color: #AFAFAF;
font-size: 0.6em;
}
.social-buttons {
display: inline-block;
margin: 10px 0 0;
height: 21px;
} | wordpress/wp-content/plugins/php-settings/assets/css/style.css | position: relative;
height: 400px;
width: 100%;
border: 1px solid #CCCCCC;
margin-bottom: 15px;
box-sizing: border-box;
}
#php-settings-page .ace_editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
}
/*-------------------------------*\
* Buttons
\*-------------------------------*/
.controls {
border: 1px solid #CCCCCC;
padding: 10px;
}
.button.process-button.success,
.button.process-button.success:hover,
.button.process-button.success:focus {
background: #3ED48F;
border-color: #37C584 #289E68 #289E68;
-webkit-box-shadow: 0 1px 0 #289E68;
box-shadow: 0 1px 0 #289E68;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #289E68,1px 0 1px #289E68;
}
.button.process-button.loading,
.button.process-button.loading:hover,
.button.process-button.loading:focus {
background: white;
color: #208391;
border-color: #D7DFE2 #BBCED8 #BBCED8;
-webkit-box-shadow: 0 1px 0 #C0CCD2;
box-shadow: 0 1px 0 #C0CCD2;
text-decoration: none;
text-shadow: 0 -1px 1px #D1DBE0,1px 0 1px #D1DBE0;
}
.process-button .loader {
background-image: url('../img/hourglass.svg');
width: 26px;
height: 26px;
background-size: 26px;
margin-top: -4px;
margin-left: -4px;
vertical-align: middle;
}
.process-button .dashicons {
vertical-align: middle;
line-height: 16px;
margin-left: -4px;
}
.button.button-danger {
background: #F15E5E;
border-color: #E83B3B;
-webkit-box-shadow: 0 1px 0 #821818;
box-shadow: 0 1px 0 #821818;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #821818,1px 0 1px #821818, 1px 1px #821818,-1px 0 1px #821818;
}
.button.button-danger:hover,
.button.button-danger:focus {
background: #EF7979;
border-color: #E83B3B;
color: white;
}
/*-------------------------------*\
* Tabbed content
\*-------------------------------*/
.nav-tab:focus {
outline: 0;
box-shadow: none;
}
.nav-tab .dashicons {
line-height: 16px;
vertical-align: middle;
}
.nav-tab-notifications {
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
overflow: auto;
padding: 0 15px 0;
}
.nav-tab-notification {
position: relative;
padding: 5px 15px 5px 55px;
margin-top: 15px;
}
.nav-tab-notification p {
margin: 10px;
}
.nav-tab-notification.nav-tab-error {
background-color: #FF9B9B;
border: 1px solid #E05252;
}
.nav-tab-notification .dashicons {
position: absolute;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 2em;
width: 45px;
text-align: center;
top: 5px;
left: 5px;
bottom: 5px;
height: auto;
}
.nav-tab-notification .dashicons-no {
background-color: #E05252;
color: #FF9B9B;
}
.tab {
padding: 15px;
border: 1px solid #CCCCCC;
border-top: none;
display: none;
}
.tab-wrapper {
display: table;
width: 100%;
}
.tab-content {
display: table-cell;
vertical-align: top;
padding-right: 15px;
}
.tab-description {
display: table-cell;
vertical-align: top;
width: 350px;
background-color: white;
padding: 0 15px;
border: 1px solid #cccccc;
}
/*-------------------------------*\
* PHP Info Table
\*-------------------------------*/
#phpinfo {
background-color: #CCCCCC;
width: 100%;
display: table;
margin:0;
padding:0;
border-spacing: 1px;
}
#phpinfo li {
display: table-row;
}
#phpinfo li.local-override .list-checkbox,
#phpinfo li.local-override .list-key,
#phpinfo li.local-override .list-value
{
background-color: #6AFDB2;
vertical-align: middle;
}
#phpinfo li.local-override .highlight {
background-color: #FFEA56;
padding: 2px 6px;
border-radius: 4px;
float: right;
}
#phpinfo li:not(.local-override):hover .list-checkbox,
#phpinfo li:not(.local-override):hover .list-key,
#phpinfo li:not(.local-override):hover .list-value {
background-color: white;
cursor: pointer;
}
#phpinfo .list-checkbox {
display: table-cell;
background-color: #F1F1F1;
text-align: center;
}
#phpinfo .list-key {
background-color: #F1F1F1;
padding: 3px 6px;
text-align: left;
display: table-cell;
}
#phpinfo .list-value {
background-color: #F1F1F1;
padding: 3px 6px;
display: table-cell;
}
#phpinfo .list-checkbox input {
margin: 0;
margin-bottom: 2px;
}
#phpinfo-wrapper {
height: 500px;
margin-bottom: 15px;
overflow-y: auto;
border: 1px solid #CCCCCC;
}
input.search {
background-color: white;
margin: 0 0 15px;
padding: 7px 10px;
width: 50%;
outline: none;
border: 1px solid #CCCCCC;
}
#copy-directives {
padding: 2px 11px;
height: auto;
margin-left: 10px;
}
#copy-directives .dashicons {
vertical-align: middle;
line-height: 16px;
margin-left: -4px;
}
#directive-counter {
display: inline;
margin-left: 10px;
color: gray;
}
#search-wrapper {
display: inline;
position: relative;
}
#search-wrapper .dashicons-dismiss {
position: absolute;
right: 10px;
top: 0;
bottom: 0;
color: #CCCCCC;
cursor: pointer;
display: none;
}
#search-wrapper .dashicons-dismiss:hover {
color: #888;
}
/*-------------------------------*\
* Misc
\*-------------------------------*/
.askupa-logo {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.plugin-banner {
background-color: white;
padding: 0 10px;
margin-bottom: 20px;
border: 1px solid #CCCCCC;
margin-top: 25px;
}
.plugin-banner img {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.plugin-banner h1 {
display: inline-block;
vertical-align: middle;
color: #485254;
border-left: 8px solid #ED7964;
padding: 10px 0 10px 25px;
line-height: 0.9em;
}
.plugin-banner h1 span {
color: #AFAFAF;
font-size: 0.6em;
}
.social-buttons {
display: inline-block;
margin: 10px 0 0;
height: 21px;
} | 0.226955 | 0.067454 |
*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
outline: none;
}
html{
width: 100% ;
height: 100% ;
}
body{
background-image: url("HDPIC1.jpg");
background-size: cover ;
background-repeat: no-repeat;
}
.container{
/* align-content: center; */
display: flex;
justify-content: center;
align-items: center;
height: 600px;
}
.simplecal{
display: flex;
background-color: rgb(253, 154, 237);
padding: 15px;
border-radius: 20px;
opacity: 1;
box-shadow: inset 5px 5px 12px rgb(245, 86, 86),
5px 5px 12px rgb(19, 15, 250);
display: grid;
grid-template-columns: repeat(4,60px);
align-items: center;
width: 250px;
}
input{
grid-column: span 4;
height: 40px;
width: 220px;
background-color: rgb(228, 185, 215);
box-shadow: inset -5px -5px 12px rgb(202, 112, 172),
inset 5px 5px 12px rgb(197, 100, 100);
border: none;
border-radius: 15px;
color: rgb(54, 17, 10);
font-size: 25px;
text-align: right;
margin: auto;
margin-top:13px ;
margin-bottom: 15px;
padding: 10px;
}
button{
height: 45px;
width: 50px;
background-color: rgb(252, 180, 230);
box-shadow: -5px -5px 12px rgb(241, 62, 182),
5px 5px 12px rgb(205, 250, 240);
border: none;
border-radius: 60px;
margin: auto;
margin-top: 10px;
margin-left: 11PX;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
cursor: pointer;
}
#ans:hover{
color: ivory;
background: rgb(10, 221, 10);
box-shadow: -5px -5px 12px rgb(241, 62, 131),
5px 5px 12px rgb(122, 96, 238);
}
#ans{
width: 110px;
}
#clear:hover{
color: ivory;
background: rgb(247, 18, 18);
box-shadow: -5px -5px 12px rgb(241, 62, 131),
5px 5px 12px rgb(86, 54, 230);
}
#yellow:hover{
color: rgb(180, 6, 6);
background: rgb(213, 247, 18);
box-shadow: -5px -5px 12px rgb(253, 30, 104),
5px 5px 12px rgb(86, 54, 230);
}
#blue:hover{
color: rgb(252, 248, 248);
background: rgb(34, 128, 252);
box-shadow: -5px -5px 12px rgb(247, 74, 31),
5px 5px 12px rgb(220, 240, 105);
}
#numbers:hover{
box-shadow: -5px -5px 12px rgb(247, 32, 132),
5px 5px 12px rgb(23, 255, 34);
}
#blue:active,#yellow:active,#ans:active,#clear:active,#numbers:active{
box-shadow: brown;
transform: translateY(2px);
} | style.css | *{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
outline: none;
}
html{
width: 100% ;
height: 100% ;
}
body{
background-image: url("HDPIC1.jpg");
background-size: cover ;
background-repeat: no-repeat;
}
.container{
/* align-content: center; */
display: flex;
justify-content: center;
align-items: center;
height: 600px;
}
.simplecal{
display: flex;
background-color: rgb(253, 154, 237);
padding: 15px;
border-radius: 20px;
opacity: 1;
box-shadow: inset 5px 5px 12px rgb(245, 86, 86),
5px 5px 12px rgb(19, 15, 250);
display: grid;
grid-template-columns: repeat(4,60px);
align-items: center;
width: 250px;
}
input{
grid-column: span 4;
height: 40px;
width: 220px;
background-color: rgb(228, 185, 215);
box-shadow: inset -5px -5px 12px rgb(202, 112, 172),
inset 5px 5px 12px rgb(197, 100, 100);
border: none;
border-radius: 15px;
color: rgb(54, 17, 10);
font-size: 25px;
text-align: right;
margin: auto;
margin-top:13px ;
margin-bottom: 15px;
padding: 10px;
}
button{
height: 45px;
width: 50px;
background-color: rgb(252, 180, 230);
box-shadow: -5px -5px 12px rgb(241, 62, 182),
5px 5px 12px rgb(205, 250, 240);
border: none;
border-radius: 60px;
margin: auto;
margin-top: 10px;
margin-left: 11PX;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
cursor: pointer;
}
#ans:hover{
color: ivory;
background: rgb(10, 221, 10);
box-shadow: -5px -5px 12px rgb(241, 62, 131),
5px 5px 12px rgb(122, 96, 238);
}
#ans{
width: 110px;
}
#clear:hover{
color: ivory;
background: rgb(247, 18, 18);
box-shadow: -5px -5px 12px rgb(241, 62, 131),
5px 5px 12px rgb(86, 54, 230);
}
#yellow:hover{
color: rgb(180, 6, 6);
background: rgb(213, 247, 18);
box-shadow: -5px -5px 12px rgb(253, 30, 104),
5px 5px 12px rgb(86, 54, 230);
}
#blue:hover{
color: rgb(252, 248, 248);
background: rgb(34, 128, 252);
box-shadow: -5px -5px 12px rgb(247, 74, 31),
5px 5px 12px rgb(220, 240, 105);
}
#numbers:hover{
box-shadow: -5px -5px 12px rgb(247, 32, 132),
5px 5px 12px rgb(23, 255, 34);
}
#blue:active,#yellow:active,#ans:active,#clear:active,#numbers:active{
box-shadow: brown;
transform: translateY(2px);
} | 0.316898 | 0.07373 |
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, menu, li, p, blockquote, pre, hr, table, caption, thead, tbody, tfoot, th, td, form, fieldset, legend, input, button, textarea {
margin: 0;
padding: 0;
}
body, textarea, input, button, select, keygen, legend {
font-size: 14px;
line-height: 1.5em;
background: #ffffff;
font-family: 'Microsoft YaHei';
color: #999;
outline: none;
}
.main{
background: #2870ae;
}
.mainframe{
position: relative;
margin: 0 auto;
width: 1100px;
min-height: 500px;
}
a{
color: #2870ae;
font-size: 12px;
text-decoration: blink;
}
.clearfix{
clear: both;
}
input{
background: #fff;
border: none;
color: #999;
width: 91%;
padding: 15px;
font-size: 13px;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}
input::-webkit-input-placeholder{
color:#999;
}
input:-moz-placeholder{
color:#999;
}
input::-moz-placeholder{
color:#999;
}
input:-ms-input-placeholder{
color:#999;
}
.header{
margin: 0 auto;
height: 70px;
}
.headerbar{
width: 1100px;
margin: 0 auto;
}
.header-logo{
float: left;
margin-top: 8px;
}
.header-welcome{
float: right;
margin-top: 20px;
}
.header-welcome span:first-child{
font-size: 12px;
color: #666;
}
.header-welcome span:first-child + span{
font-size: 12px;
color: #ff9c00;
}
.header-welcome span img{
vertical-align: sub;
margin-left: 15px;
margin-right: 8px;
}
.login-frame{
position: absolute;
top: 10%;
padding: 30px 20px;
background: #bfd4e7;
color: #333;
width: 328px;
z-index: 999;
right: 0;
}
.main-login{
margin: 20px 0px 30px;
}
.main-login div{
position: relative;
}
.main-login div p{
display: none;
position: absolute;
font-size: 12px;
color: #ff3535;
left: 5px;
}
.verifycode{
float: right;
height: 40px;
width: 80px;
border: 1px solid #e5fbfe;
background: #e5fbfe;
padding: 3px 15px;
line-height: 40px;
}
.main-button{
width: 91%;
margin-top: 30px;
background: #f09401;
color: #fff;
padding: 15px;
text-align: center;
cursor: pointer;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}
.login-psw{
margin: 30px 0px;
}
#createcode{
float: right;
width: 120px;
background: #ebfbff;
color:#0e518e;
cursor: pointer;
font-family:Arial;
font-style:italic;
font-size: 20px;
padding: 10px;
letter-spacing:3px;
font-weight:bolder;
}
.site_foot {
height: 100px;
padding-top: 20px;
padding-bottom: 20px;
}
.site_foot .site_foot_wrap {
width: 1200px;
margin: 0 auto;
text-align: center;
}
.site_foot .site_foot_frie {
overflow: hidden;
height: 18px;
margin-right: auto;
margin-left: 400px;
text-align: left;
}
.site_foot .site_foot_frie_link {
font-size: 12px;
line-height: 18px;
float: left;
overflow: hidden;
height: 18px;
color: #999999;
}
.site_foot .site_foot_frie_line {
float: left;
overflow: hidden;
width: 0;
height: 12px;
margin-top: 3px;
margin-right: 5px;
margin-left: 5px;
border-right: 1px solid #c6c8cd;
border-left: 1px solid #71757e;
}
.site_foot .site_foot_copr {
margin: 0 auto;
padding-top: 5px;
padding-bottom: 10px;
}
.site_foot .site_foot_copr_txt {
font-size: 12px;
font-weight: 500;
font-style: normal;
color: #999999;
}
.site_foot .site_foot_copr_txt_link {
color: #999999;
}
.site_foot .site_foot_report {
margin: 0 auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: left;
margin-left:430px;
}
.site_foot .site_foot_report_2 {
background-position: -168px 0;
}
.site_foot .site_foot_report_3 {
background-position: -252px 0;
}
.site_foot .site_foot_report_4 {
background-position: -336px 0;
}
.site_foot .site_foot_report_link {
float: left;
overflow: hidden;
width: 84px;
height: 31px;
margin-right: 1px;
text-align: left;
text-indent: -9999px;
background-image: url(http://scdn.qbcdn.com/common/img/cm_report.png);
background-repeat: no-repeat;
} | openstack_dashboard/static/dashboard/css/login.css | html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, menu, li, p, blockquote, pre, hr, table, caption, thead, tbody, tfoot, th, td, form, fieldset, legend, input, button, textarea {
margin: 0;
padding: 0;
}
body, textarea, input, button, select, keygen, legend {
font-size: 14px;
line-height: 1.5em;
background: #ffffff;
font-family: 'Microsoft YaHei';
color: #999;
outline: none;
}
.main{
background: #2870ae;
}
.mainframe{
position: relative;
margin: 0 auto;
width: 1100px;
min-height: 500px;
}
a{
color: #2870ae;
font-size: 12px;
text-decoration: blink;
}
.clearfix{
clear: both;
}
input{
background: #fff;
border: none;
color: #999;
width: 91%;
padding: 15px;
font-size: 13px;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}
input::-webkit-input-placeholder{
color:#999;
}
input:-moz-placeholder{
color:#999;
}
input::-moz-placeholder{
color:#999;
}
input:-ms-input-placeholder{
color:#999;
}
.header{
margin: 0 auto;
height: 70px;
}
.headerbar{
width: 1100px;
margin: 0 auto;
}
.header-logo{
float: left;
margin-top: 8px;
}
.header-welcome{
float: right;
margin-top: 20px;
}
.header-welcome span:first-child{
font-size: 12px;
color: #666;
}
.header-welcome span:first-child + span{
font-size: 12px;
color: #ff9c00;
}
.header-welcome span img{
vertical-align: sub;
margin-left: 15px;
margin-right: 8px;
}
.login-frame{
position: absolute;
top: 10%;
padding: 30px 20px;
background: #bfd4e7;
color: #333;
width: 328px;
z-index: 999;
right: 0;
}
.main-login{
margin: 20px 0px 30px;
}
.main-login div{
position: relative;
}
.main-login div p{
display: none;
position: absolute;
font-size: 12px;
color: #ff3535;
left: 5px;
}
.verifycode{
float: right;
height: 40px;
width: 80px;
border: 1px solid #e5fbfe;
background: #e5fbfe;
padding: 3px 15px;
line-height: 40px;
}
.main-button{
width: 91%;
margin-top: 30px;
background: #f09401;
color: #fff;
padding: 15px;
text-align: center;
cursor: pointer;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}
.login-psw{
margin: 30px 0px;
}
#createcode{
float: right;
width: 120px;
background: #ebfbff;
color:#0e518e;
cursor: pointer;
font-family:Arial;
font-style:italic;
font-size: 20px;
padding: 10px;
letter-spacing:3px;
font-weight:bolder;
}
.site_foot {
height: 100px;
padding-top: 20px;
padding-bottom: 20px;
}
.site_foot .site_foot_wrap {
width: 1200px;
margin: 0 auto;
text-align: center;
}
.site_foot .site_foot_frie {
overflow: hidden;
height: 18px;
margin-right: auto;
margin-left: 400px;
text-align: left;
}
.site_foot .site_foot_frie_link {
font-size: 12px;
line-height: 18px;
float: left;
overflow: hidden;
height: 18px;
color: #999999;
}
.site_foot .site_foot_frie_line {
float: left;
overflow: hidden;
width: 0;
height: 12px;
margin-top: 3px;
margin-right: 5px;
margin-left: 5px;
border-right: 1px solid #c6c8cd;
border-left: 1px solid #71757e;
}
.site_foot .site_foot_copr {
margin: 0 auto;
padding-top: 5px;
padding-bottom: 10px;
}
.site_foot .site_foot_copr_txt {
font-size: 12px;
font-weight: 500;
font-style: normal;
color: #999999;
}
.site_foot .site_foot_copr_txt_link {
color: #999999;
}
.site_foot .site_foot_report {
margin: 0 auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: left;
margin-left:430px;
}
.site_foot .site_foot_report_2 {
background-position: -168px 0;
}
.site_foot .site_foot_report_3 {
background-position: -252px 0;
}
.site_foot .site_foot_report_4 {
background-position: -336px 0;
}
.site_foot .site_foot_report_link {
float: left;
overflow: hidden;
width: 84px;
height: 31px;
margin-right: 1px;
text-align: left;
text-indent: -9999px;
background-image: url(http://scdn.qbcdn.com/common/img/cm_report.png);
background-repeat: no-repeat;
} | 0.350088 | 0.083031 |
:root {
--main-bg-color: rgb(255,250,250,1);
--main-text-color: rgb(40,40,40);
--main-font: Helvetica, Arial, sans-serif;
}
/* Home page elements */
#portraitDean {
border: 1px solid #ddd;
float: left;
border-radius: 10px;
padding-left: 5px;
box-shadow: 10px 10px 5px grey;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#portraitDean.p {
color: maroon;
}
.blog {
font-family: var(--main-font);
font-size: 18px;
color: darkred;
text-align: center;
margin-left: 2em;
}
div.container{
width: 100%;
border: 1px solid gray;
flex-direction: row;
justify-content: flex-end;
}
.date {
text-decoration: underline;
font-weight: bold;
}
ul.mySubMenu :first-child {
margin-top: 5px;
}
ul.mySubMenu :last-child {
margin-bottom: 5px;
}
li.mySubMenu {
border: 3px inset;
margin: 1px 10px 1px 20px;
padding: 5px 5px 5px 5px;
}
.mySubMenu {
position: relative;
display: block;
}
/* resume page */
.resume {
height: 600px;
width: 75%;
}
body {
background-color: var(--main-bg-color);
font-family: var(--main-font);
}
header {
padding: 1em;
color: Black;
background: linear-gradient(rgb(230,210,210) ,var(--main-bg-color));
clear: left;
text-align: left;
font-size: 18px;
}
footer {
padding: 1em;
font-size: 12px;
color: black;
background: linear-gradient(white, rgb(245,240,240));
clear: left;
text-align: center;
}
/*
--Menus--
*/
nav {
max-width: auto;
margin: 0px 3px 0px 3px;
padding: 5px 5px 5px 5px;
}
nav ul {
list-style-type: none;
padding: 5px, 5px, 5px, 5px;
}
nav li {
float: left;
/* border-width: 0px, 0px, 0px, 0px; */
/* border-color: black; */
padding: 0px 4px 0px 4px;
margin-top: 2px;
border-radius: 4px;
background: rgb(250,240,240);
border-style: groove;
/* border: 1px, 0px, 0px, 0px;*/
}
nav li:hover {
background: rgb(230,210,210);
}
/*
nav ul a {
text-decoration: wavy;
} */
/* --Menus: Dropdown-- */
.dropbtn {
background-color: rgb(230,210,210);
color: white;
padding: 4px;
font-size: 16px;
border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 4px 4px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #b9c091;}
content{
margin-top: 10px;
/* border: 1px solid pink; */
color: black;
font-size: 18;
overflow: hidden;
margin-left: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-right: 0px;
padding-bottom: 20px;
}
/* Default setup for tables */
table {
color: #333;
border: 1px solid;
font-family: monospace;
font-size: 12px;
border-collapse: seperate;
empty-cells: hide;
border-radius: 10px;
border-spacing: 0;
}
table tr:first-child td:first-child {
border-top-left-radius: 10px;
}
table tr:first-child td:last-child {
border-top-right-radius: 10px;
}
table thead:first-child td:first-child {
border-top-left-radius: 10px;
}
table thead:first-child td:last-child {
border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
thead
{
color: (16,16,16);
font-family: ariel;
font-size: 14;
}
th {
font-weight: bold;
border: 1px solid transparent; /* No more visible border */
transition: all 0.3s; /* Simple transition for hover effect */
padding: 6px 12px;
}
th:hover {
background-color: rgb(230,210,210);
cursor: pointer;
}
td {
text-align: left;
border: 1px solid transparent; /* No more visible border */
transition: all 0.3s; /* Simple transition for hover effect */
padding: 6px 12px;
}
tr:nth-child(even) td { background: #F1F1F1; }
tr:nth-child(odd) td { background: #FEFEFE; }
/* tr td:hover { background: #FAA; color: #FFF; } */
/* specific menu items
-- better to move to seperate .css?
*/
table.fileview {
color: #222;
border: 2px solid;
font-family: monospace;
font-size: 18px;
border-collapse: seperate;
empty-cells: hide;
border-radius: 10px;
border-spacing: 4px;
}
td.fileview {
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
text-align: left;
}
/* Development Submenu */
.calendar_page {
width: 900px;
height: 700px;
};
.SVG_demo {
width: 400px;
height: 300px;
}
.tableSort_demo {
width: 400px;
height: 300px;
}
.colorChart {
width: 1200px;
height: 1400px;
} | layout_test/site.css | :root {
--main-bg-color: rgb(255,250,250,1);
--main-text-color: rgb(40,40,40);
--main-font: Helvetica, Arial, sans-serif;
}
/* Home page elements */
#portraitDean {
border: 1px solid #ddd;
float: left;
border-radius: 10px;
padding-left: 5px;
box-shadow: 10px 10px 5px grey;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#portraitDean.p {
color: maroon;
}
.blog {
font-family: var(--main-font);
font-size: 18px;
color: darkred;
text-align: center;
margin-left: 2em;
}
div.container{
width: 100%;
border: 1px solid gray;
flex-direction: row;
justify-content: flex-end;
}
.date {
text-decoration: underline;
font-weight: bold;
}
ul.mySubMenu :first-child {
margin-top: 5px;
}
ul.mySubMenu :last-child {
margin-bottom: 5px;
}
li.mySubMenu {
border: 3px inset;
margin: 1px 10px 1px 20px;
padding: 5px 5px 5px 5px;
}
.mySubMenu {
position: relative;
display: block;
}
/* resume page */
.resume {
height: 600px;
width: 75%;
}
body {
background-color: var(--main-bg-color);
font-family: var(--main-font);
}
header {
padding: 1em;
color: Black;
background: linear-gradient(rgb(230,210,210) ,var(--main-bg-color));
clear: left;
text-align: left;
font-size: 18px;
}
footer {
padding: 1em;
font-size: 12px;
color: black;
background: linear-gradient(white, rgb(245,240,240));
clear: left;
text-align: center;
}
/*
--Menus--
*/
nav {
max-width: auto;
margin: 0px 3px 0px 3px;
padding: 5px 5px 5px 5px;
}
nav ul {
list-style-type: none;
padding: 5px, 5px, 5px, 5px;
}
nav li {
float: left;
/* border-width: 0px, 0px, 0px, 0px; */
/* border-color: black; */
padding: 0px 4px 0px 4px;
margin-top: 2px;
border-radius: 4px;
background: rgb(250,240,240);
border-style: groove;
/* border: 1px, 0px, 0px, 0px;*/
}
nav li:hover {
background: rgb(230,210,210);
}
/*
nav ul a {
text-decoration: wavy;
} */
/* --Menus: Dropdown-- */
.dropbtn {
background-color: rgb(230,210,210);
color: white;
padding: 4px;
font-size: 16px;
border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 4px 4px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #b9c091;}
content{
margin-top: 10px;
/* border: 1px solid pink; */
color: black;
font-size: 18;
overflow: hidden;
margin-left: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-right: 0px;
padding-bottom: 20px;
}
/* Default setup for tables */
table {
color: #333;
border: 1px solid;
font-family: monospace;
font-size: 12px;
border-collapse: seperate;
empty-cells: hide;
border-radius: 10px;
border-spacing: 0;
}
table tr:first-child td:first-child {
border-top-left-radius: 10px;
}
table tr:first-child td:last-child {
border-top-right-radius: 10px;
}
table thead:first-child td:first-child {
border-top-left-radius: 10px;
}
table thead:first-child td:last-child {
border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
thead
{
color: (16,16,16);
font-family: ariel;
font-size: 14;
}
th {
font-weight: bold;
border: 1px solid transparent; /* No more visible border */
transition: all 0.3s; /* Simple transition for hover effect */
padding: 6px 12px;
}
th:hover {
background-color: rgb(230,210,210);
cursor: pointer;
}
td {
text-align: left;
border: 1px solid transparent; /* No more visible border */
transition: all 0.3s; /* Simple transition for hover effect */
padding: 6px 12px;
}
tr:nth-child(even) td { background: #F1F1F1; }
tr:nth-child(odd) td { background: #FEFEFE; }
/* tr td:hover { background: #FAA; color: #FFF; } */
/* specific menu items
-- better to move to seperate .css?
*/
table.fileview {
color: #222;
border: 2px solid;
font-family: monospace;
font-size: 18px;
border-collapse: seperate;
empty-cells: hide;
border-radius: 10px;
border-spacing: 4px;
}
td.fileview {
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
text-align: left;
}
/* Development Submenu */
.calendar_page {
width: 900px;
height: 700px;
};
.SVG_demo {
width: 400px;
height: 300px;
}
.tableSort_demo {
width: 400px;
height: 300px;
}
.colorChart {
width: 1200px;
height: 1400px;
} | 0.325092 | 0.117066 |
@import "settings";
@import "common/layout";
@import "common/typography";
@import "common/colors";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 700);
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
/*@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css');*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: var(--fontMontserrat);
}
.app {
@apply --box;
height: 100%;
font-weight: normal;
font-smoothing: antialiased;
}
.testbg4 {
border: 1px solid red;
}
.mainWrapper {
padding-top: 20px; /* background-color: yellow;
display: none;*/
width: 100%;
}
.headerWrapper {
display: block;
margin: auto;
}
.headerWrapper2 {
text-align: center;
}
.loader,
.loader:before,
.loader:after {
background: #105223;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader {
color: #105223;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: "";
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
/* Add your global styles below... */
/*ex:*/
:global {
.anim-appear {
opacity: 0.01;
}
.anim-appear.anim-appear-active {
opacity: 2;
transition: opacity 5s ease-in;
}
} | app/css/main.css | @import "settings";
@import "common/layout";
@import "common/typography";
@import "common/colors";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 700);
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
/*@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css');*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: var(--fontMontserrat);
}
.app {
@apply --box;
height: 100%;
font-weight: normal;
font-smoothing: antialiased;
}
.testbg4 {
border: 1px solid red;
}
.mainWrapper {
padding-top: 20px; /* background-color: yellow;
display: none;*/
width: 100%;
}
.headerWrapper {
display: block;
margin: auto;
}
.headerWrapper2 {
text-align: center;
}
.loader,
.loader:before,
.loader:after {
background: #105223;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader {
color: #105223;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: "";
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
/* Add your global styles below... */
/*ex:*/
:global {
.anim-appear {
opacity: 0.01;
}
.anim-appear.anim-appear-active {
opacity: 2;
transition: opacity 5s ease-in;
}
} | 0.385722 | 0.054374 |
.act-red {
color: #ff2626 !important;
}
.act-hover-red:hover {
color: #ff2626 !important;
}
.act-bg-red {
background-color: #ff2626 !important;
}
.act-border-red {
border-color: #ff2626 !important;
}
.act-hover-border-red:hover {
border-color: #ff2626 !important;
}
.act-hover-bg-red:hover {
background-color: #ff2626 !important;
}
.act-dark-red {
color: #801313 !important;
}
.act-hover-dark-red:hover {
color: #801313 !important;
}
.act-bg-dark-red {
background-color: #801313 !important;
}
.act-border-dark-red {
border-color: #801313 !important;
}
.act-hover-border-dark-red:hover {
border-color: #801313 !important;
}
.act-hover-bg-dark-red:hover {
background-color: #801313 !important;
}
.act-light-red {
color: #ff564c !important;
}
.act-hover-light-red:hover {
color: #ff564c !important;
}
.act-bg-light-red {
background-color: #ff564c !important;
}
.act-border-light-red {
border-color: #ff564c !important;
}
.act-hover-border-light-red:hover {
border-color: #ff564c !important;
}
.act-hover-bg-light-red:hover {
background-color: #ff564c !important;
}
.act-pale-red {
color: #ffb0ab !important;
}
.act-hover-pale-red:hover {
color: #ffb0ab !important;
}
.act-bg-pale-red {
background-color: #ffb0ab !important;
}
.act-border-pale-red {
border-color: #ffb0ab !important;
}
.act-hover-border-pale-red:hover {
border-color: #ffb0ab !important;
}
.act-hover-bg-pale-red:hover {
background-color: #ffb0ab !important;
}
/* black and white */
.act-white {
color: white !important;
}
.act-hover-white:hover {
color: white !important;
}
.act-bg-white {
background-color: white !important;
}
.act-border-white {
border-color: white !important;
}
.act-hover-border-white:hover {
border-color: white !important;
}
.act-hover-bg-white:hover {
background-color: white !important;
}
.act-black {
color: #363535 !important;
}
.act-hover-black:hover {
color: #363535 !important;
}
.act-bg-black {
background-color: #363535 !important;
}
.act-border-black {
border-color: #363535 !important;
}
.act-hover-border-black:hover {
border-color: #363535 !important;
}
.act-hover-bg-black:hover {
background-color: #363535 !important;
}
.act-light {
color: #dbd9d9 !important;
}
.act-hover-light:hover {
color: #dbd9d9 !important;
}
.act-bg-light {
background-color: #dbd9d9 !important;
}
.act-border-light {
border-color: #dbd9d9 !important;
}
.act-hover-border-light:hover {
border-color: #dbd9d9 !important;
}
.act-hover-bg-light:hover {
background-color: #dbd9d9 !important;
}
/* blue */
.act-blue {
color: #3649f5 !important;
}
.act-hover-blue:hover {
color: #3649f5 !important;
}
.act-bg-blue {
background-color: #3649f5 !important;
}
.act-border-blue {
border-color: #3649f5 !important;
}
.act-hover-border-blue:hover {
border-color: #3649f5 !important;
}
.act-hover-bg-blue:hover {
background-color: #3649f5 !important;
}
.act-dark-blue {
color: #212c94 !important;
}
.act-hover-dark-blue:hover {
color: #212c94 !important;
}
.act-bg-dark-blue {
background-color: #212c94 !important;
}
.act-border-dark-blue {
border-color: #212c94 !important;
}
.act-hover-border-dark-blue:hover {
border-color: #212c94 !important;
}
.act-hover-bg-dark-blue:hover {
background-color: #212c94 !important;
}
.act-light-blue {
color: #6056f5 !important;
}
.act-hover-light-blue:hover {
color: #6056f5 !important;
}
.act-bg-light-blue {
background-color: #6056f5 !important;
}
.act-border-light-blue {
border-color: #6056f5 !important;
}
.act-hover-border-light-blue:hover {
border-color: #6056f5 !important;
}
.act-hover-bg-light-blue:hover {
background-color: #6056f5 !important;
}
.act-pale-blue {
color: #6598f5 !important;
}
.act-hover-pale-blue:hover {
color: #6598f5 !important;
}
.act-bg-pale-blue {
background-color: #6598f5 !important;
}
.act-border-pale-blue {
border-color: #6598f5 !important;
}
.act-hover-border-pale-blue:hover {
border-color: #6598f5 !important;
}
.act-hover-bg-pale-blue:hover {
background-color: #6598f5 !important;
}
/* yellow */
.act-yellow {
color: #f5e239 !important;
}
.act-hover-yellow:hover {
color: #f5e239 !important;
}
.act-bg-yellow {
background-color: #f5e239 !important;
}
.act-border-yellow {
border-color: #f5e239 !important;
}
.act-hover-border-yellow:hover {
border-color: #f5e239 !important;
}
.act-hover-bg-yellow:hover {
background-color: #f5e239 !important;
}
.act-pale-yellow {
color: #f5e98c !important;
}
.act-hover-pale-yellow:hover {
color: #f5e98c !important;
}
.act-bg-pale-yellow {
background-color: #f5e98c !important;
}
.act-border-pale-yellow {
border-color: #f5e98c !important;
}
.act-hover-border-pale-yellow:hover {
border-color: #f5e98c !important;
}
.act-hover-bg-pale-yellow:hover {
background-color: #f5e98c !important;
}
/* green */
.act-green {
color: #25cc4c !important;
}
.act-hover-green:hover {
color: #25cc4c !important;
}
.act-bg-green {
background-color: #25cc4c !important;
}
.act-border-green {
border-color: #25cc4c !important;
}
.act-hover-border-green:hover {
border-color: #25cc4c !important;
}
.act-hover-bg-green:hover {
background-color: #25cc4c !important;
}
.act-dark-green {
color: #17802f !important;
}
.act-hover-dark-green:hover {
color: #17802f !important;
}
.act-bg-dark-green {
background-color: #17802f !important;
}
.act-border-dark-green {
border-color: #17802f !important;
}
.act-hover-border-dark-green:hover {
border-color: #17802f !important;
}
.act-hover-bg-dark-green:hover {
background-color: #17802f !important;
}
.act-pale-green {
color: #75f595 !important;
}
.act-hover-pale-green:hover {
color: #75f595 !important;
}
.act-bg-pale-green {
background-color: #75f595 !important;
}
.act-border-pale-green {
border-color: #75f595 !important;
}
.act-hover-border-pale-green:hover {
border-color: #75f595 !important;
}
.act-hover-bg-pale-green:hover {
background-color: #75f595 !important;
} | css/color/actual.color.css | .act-red {
color: #ff2626 !important;
}
.act-hover-red:hover {
color: #ff2626 !important;
}
.act-bg-red {
background-color: #ff2626 !important;
}
.act-border-red {
border-color: #ff2626 !important;
}
.act-hover-border-red:hover {
border-color: #ff2626 !important;
}
.act-hover-bg-red:hover {
background-color: #ff2626 !important;
}
.act-dark-red {
color: #801313 !important;
}
.act-hover-dark-red:hover {
color: #801313 !important;
}
.act-bg-dark-red {
background-color: #801313 !important;
}
.act-border-dark-red {
border-color: #801313 !important;
}
.act-hover-border-dark-red:hover {
border-color: #801313 !important;
}
.act-hover-bg-dark-red:hover {
background-color: #801313 !important;
}
.act-light-red {
color: #ff564c !important;
}
.act-hover-light-red:hover {
color: #ff564c !important;
}
.act-bg-light-red {
background-color: #ff564c !important;
}
.act-border-light-red {
border-color: #ff564c !important;
}
.act-hover-border-light-red:hover {
border-color: #ff564c !important;
}
.act-hover-bg-light-red:hover {
background-color: #ff564c !important;
}
.act-pale-red {
color: #ffb0ab !important;
}
.act-hover-pale-red:hover {
color: #ffb0ab !important;
}
.act-bg-pale-red {
background-color: #ffb0ab !important;
}
.act-border-pale-red {
border-color: #ffb0ab !important;
}
.act-hover-border-pale-red:hover {
border-color: #ffb0ab !important;
}
.act-hover-bg-pale-red:hover {
background-color: #ffb0ab !important;
}
/* black and white */
.act-white {
color: white !important;
}
.act-hover-white:hover {
color: white !important;
}
.act-bg-white {
background-color: white !important;
}
.act-border-white {
border-color: white !important;
}
.act-hover-border-white:hover {
border-color: white !important;
}
.act-hover-bg-white:hover {
background-color: white !important;
}
.act-black {
color: #363535 !important;
}
.act-hover-black:hover {
color: #363535 !important;
}
.act-bg-black {
background-color: #363535 !important;
}
.act-border-black {
border-color: #363535 !important;
}
.act-hover-border-black:hover {
border-color: #363535 !important;
}
.act-hover-bg-black:hover {
background-color: #363535 !important;
}
.act-light {
color: #dbd9d9 !important;
}
.act-hover-light:hover {
color: #dbd9d9 !important;
}
.act-bg-light {
background-color: #dbd9d9 !important;
}
.act-border-light {
border-color: #dbd9d9 !important;
}
.act-hover-border-light:hover {
border-color: #dbd9d9 !important;
}
.act-hover-bg-light:hover {
background-color: #dbd9d9 !important;
}
/* blue */
.act-blue {
color: #3649f5 !important;
}
.act-hover-blue:hover {
color: #3649f5 !important;
}
.act-bg-blue {
background-color: #3649f5 !important;
}
.act-border-blue {
border-color: #3649f5 !important;
}
.act-hover-border-blue:hover {
border-color: #3649f5 !important;
}
.act-hover-bg-blue:hover {
background-color: #3649f5 !important;
}
.act-dark-blue {
color: #212c94 !important;
}
.act-hover-dark-blue:hover {
color: #212c94 !important;
}
.act-bg-dark-blue {
background-color: #212c94 !important;
}
.act-border-dark-blue {
border-color: #212c94 !important;
}
.act-hover-border-dark-blue:hover {
border-color: #212c94 !important;
}
.act-hover-bg-dark-blue:hover {
background-color: #212c94 !important;
}
.act-light-blue {
color: #6056f5 !important;
}
.act-hover-light-blue:hover {
color: #6056f5 !important;
}
.act-bg-light-blue {
background-color: #6056f5 !important;
}
.act-border-light-blue {
border-color: #6056f5 !important;
}
.act-hover-border-light-blue:hover {
border-color: #6056f5 !important;
}
.act-hover-bg-light-blue:hover {
background-color: #6056f5 !important;
}
.act-pale-blue {
color: #6598f5 !important;
}
.act-hover-pale-blue:hover {
color: #6598f5 !important;
}
.act-bg-pale-blue {
background-color: #6598f5 !important;
}
.act-border-pale-blue {
border-color: #6598f5 !important;
}
.act-hover-border-pale-blue:hover {
border-color: #6598f5 !important;
}
.act-hover-bg-pale-blue:hover {
background-color: #6598f5 !important;
}
/* yellow */
.act-yellow {
color: #f5e239 !important;
}
.act-hover-yellow:hover {
color: #f5e239 !important;
}
.act-bg-yellow {
background-color: #f5e239 !important;
}
.act-border-yellow {
border-color: #f5e239 !important;
}
.act-hover-border-yellow:hover {
border-color: #f5e239 !important;
}
.act-hover-bg-yellow:hover {
background-color: #f5e239 !important;
}
.act-pale-yellow {
color: #f5e98c !important;
}
.act-hover-pale-yellow:hover {
color: #f5e98c !important;
}
.act-bg-pale-yellow {
background-color: #f5e98c !important;
}
.act-border-pale-yellow {
border-color: #f5e98c !important;
}
.act-hover-border-pale-yellow:hover {
border-color: #f5e98c !important;
}
.act-hover-bg-pale-yellow:hover {
background-color: #f5e98c !important;
}
/* green */
.act-green {
color: #25cc4c !important;
}
.act-hover-green:hover {
color: #25cc4c !important;
}
.act-bg-green {
background-color: #25cc4c !important;
}
.act-border-green {
border-color: #25cc4c !important;
}
.act-hover-border-green:hover {
border-color: #25cc4c !important;
}
.act-hover-bg-green:hover {
background-color: #25cc4c !important;
}
.act-dark-green {
color: #17802f !important;
}
.act-hover-dark-green:hover {
color: #17802f !important;
}
.act-bg-dark-green {
background-color: #17802f !important;
}
.act-border-dark-green {
border-color: #17802f !important;
}
.act-hover-border-dark-green:hover {
border-color: #17802f !important;
}
.act-hover-bg-dark-green:hover {
background-color: #17802f !important;
}
.act-pale-green {
color: #75f595 !important;
}
.act-hover-pale-green:hover {
color: #75f595 !important;
}
.act-bg-pale-green {
background-color: #75f595 !important;
}
.act-border-pale-green {
border-color: #75f595 !important;
}
.act-hover-border-pale-green:hover {
border-color: #75f595 !important;
}
.act-hover-bg-pale-green:hover {
background-color: #75f595 !important;
} | 0.307358 | 0.057546 |
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 50vh;
}
#hello {
grid-area: hello;
display: flex;
justify-content: center;
align-items: center;
filter: url("#flyOn");
animation: wavemover 10s infinite alternate linear;
font-family: 'Rubik Mono One', sans-serif;
}
#helloWorld {
color: #fff;
font-size: 6em;
max-width: 7ch;
opacity: .8;
margin-left: 20%;
}
#welcome-page {
display: grid;
grid-template-columns: 60px auto 60px;
grid-template-areas:
"navL box navR"
"grnd grnd grnd";
height: 50vh;
position: relative;
}
.box {
display: block;
position: relative;
justify-content: center;
align-items: end;
height: 50vh;
width: 45vw;
margin: auto;
grid-area: box;
padding: 20px 20px 0 20px;
vertical-align: text-bottom;
}
.right {
background-color: #EC94A0;
width: 90%;
height: 80%;
transform-origin: right;
transform: perspective(900px) rotateY(-45deg);
position: absolute;
right: 50%;
bottom: 7%;
z-index: 2;
}
.left {
background-color: #FAAFB3;
width: 90%;
height: 80%;
transform-origin: left;
transform: perspective(900px) rotateY(45deg);
position: absolute;
left: 50%;
bottom: 7%;
z-index: 2;
}
#grnd {
background-color: gray;
height: 15vh;
width: 100vw;
position: absolute;
bottom: 0%;
left: 0%;
right: 0;
z-index: 1;
grid-area: grnd;
display: block;
}
@keyframes wavemover {
100% {
padding-left: 200px;
transform: translateX(-100px);
}
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
position: relative;
}
.abt-txt {
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size: 10vh;
color: #fff;
position: absolute;
bottom: 0;
}
.abt-p {
font-size: 5vh;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
color: #333;
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
}
#navL {
background-color: white;
opacity: 0.7;
grid-area: navL;
writing-mode: vertical-rl;
text-orientation: sideways;
border-radius: 0 20px 20px 0px;
z-index: 2;
height: 30vh;
width: 60%;
}
#navR {
grid-area: navR;
background-color: white;
opacity: 0.7;
writing-mode: vertical-rl;
text-orientation: sideways;
transform: rotate(180deg);
text-align: right;
border-radius: 0px 20px 20px 0;
height: 30vh;
width: 40vh;
z-index: 3;
text-align: center;
position: absolute;
left: 40%;
}
.nav {
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-style: italic;
font-size: 1.4em;
text-align: center;
}
.nav:hover {
transform: scale(1.2);
}
.overlay {
position: absolute;
height: 100%;
bottom: 30%;
left: 25%;
width: 100%;
opacity: 1;
transform: rotate(90deg);
text-align: end;
line-height: 1.6em;
}
#navR:hover {
opacity: 1;
transform: translateX(-30vh) rotate(180deg);
}
.contact:hover {
transform: scale(1.5);
}
a:hover {
animation-name: text-color-change;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes text-color-change{
0% {
color: border-color: hsl(43, 77%, 76%);;/*linear-gradient(90deg, red, yellow, rgb(204, 204, 255));*/
}
30% {
color: hsl(240, 100%, 65%);
}
60% {
color: hsl(22, 90%, 50%);
}
} | archive/css/h_style.css | @import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 50vh;
}
#hello {
grid-area: hello;
display: flex;
justify-content: center;
align-items: center;
filter: url("#flyOn");
animation: wavemover 10s infinite alternate linear;
font-family: 'Rubik Mono One', sans-serif;
}
#helloWorld {
color: #fff;
font-size: 6em;
max-width: 7ch;
opacity: .8;
margin-left: 20%;
}
#welcome-page {
display: grid;
grid-template-columns: 60px auto 60px;
grid-template-areas:
"navL box navR"
"grnd grnd grnd";
height: 50vh;
position: relative;
}
.box {
display: block;
position: relative;
justify-content: center;
align-items: end;
height: 50vh;
width: 45vw;
margin: auto;
grid-area: box;
padding: 20px 20px 0 20px;
vertical-align: text-bottom;
}
.right {
background-color: #EC94A0;
width: 90%;
height: 80%;
transform-origin: right;
transform: perspective(900px) rotateY(-45deg);
position: absolute;
right: 50%;
bottom: 7%;
z-index: 2;
}
.left {
background-color: #FAAFB3;
width: 90%;
height: 80%;
transform-origin: left;
transform: perspective(900px) rotateY(45deg);
position: absolute;
left: 50%;
bottom: 7%;
z-index: 2;
}
#grnd {
background-color: gray;
height: 15vh;
width: 100vw;
position: absolute;
bottom: 0%;
left: 0%;
right: 0;
z-index: 1;
grid-area: grnd;
display: block;
}
@keyframes wavemover {
100% {
padding-left: 200px;
transform: translateX(-100px);
}
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
position: relative;
}
.abt-txt {
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size: 10vh;
color: #fff;
position: absolute;
bottom: 0;
}
.abt-p {
font-size: 5vh;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
color: #333;
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
}
#navL {
background-color: white;
opacity: 0.7;
grid-area: navL;
writing-mode: vertical-rl;
text-orientation: sideways;
border-radius: 0 20px 20px 0px;
z-index: 2;
height: 30vh;
width: 60%;
}
#navR {
grid-area: navR;
background-color: white;
opacity: 0.7;
writing-mode: vertical-rl;
text-orientation: sideways;
transform: rotate(180deg);
text-align: right;
border-radius: 0px 20px 20px 0;
height: 30vh;
width: 40vh;
z-index: 3;
text-align: center;
position: absolute;
left: 40%;
}
.nav {
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-style: italic;
font-size: 1.4em;
text-align: center;
}
.nav:hover {
transform: scale(1.2);
}
.overlay {
position: absolute;
height: 100%;
bottom: 30%;
left: 25%;
width: 100%;
opacity: 1;
transform: rotate(90deg);
text-align: end;
line-height: 1.6em;
}
#navR:hover {
opacity: 1;
transform: translateX(-30vh) rotate(180deg);
}
.contact:hover {
transform: scale(1.5);
}
a:hover {
animation-name: text-color-change;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes text-color-change{
0% {
color: border-color: hsl(43, 77%, 76%);;/*linear-gradient(90deg, red, yellow, rgb(204, 204, 255));*/
}
30% {
color: hsl(240, 100%, 65%);
}
60% {
color: hsl(22, 90%, 50%);
}
} | 0.549399 | 0.106226 |
*{
font-family: sans-serif;
padding: 0px;
}
body{
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
div.ne{
background-color:rgb(49, 109, 195,1);
width:1519px;
}
img{90*
width: 16px;
height: 16px;
margin-left: 20px;
}
#l{
padding-left: 150px;
}
#p{
display: inline-block;
padding-left: 140px;
color: white;
font-size: 15px;
}
input{
width: 86px;
height: 24px;
text-align: center;
font-size: 11px;
border: 1px solid seagreen;
}
input::placeholder{
color: seagreen;
}
input#lo{
width: 70px;
height: 24px;
text-align: center;
font-size: 11px;
border: 1px solid seagreen;
}
input.no{
width: 32px;
height: 22px;
background-color:rgb(49, 109, 195,1) ;
border: none;
}
#image{
width: 185px;
height: 95px;
margin-left: 170px;
vertical-align: top;
}
#main ul{
float: right;
margin-top: 10px;
margin-right: 170px;
font-size: 13px;
}
#main ul li{
display: inline-block;
background-color: white;
vertical-align: -20px;
}
#main ul li.co a{
background-color: rgb(49, 109, 195,1);
color: white;
border-radius: 15px;
}
#main ul li a{
text-decoration: none;
padding: 3px 15px;
border: 1px solid white;
color: black;
}
#main ul li a:hover{
background-color: rgb(49, 109, 195,1);
width: 150px;
border-radius: 15px;
color: white;
}
.sub{
display: none;
}
#main ul li:hover .sub{
display: block;
position: absolute;
margin-top: 2px;
margin-left: -5px;
}
#main ul li:hover .sub li{
display: block;
}
#main ul li:hover .sub a{
display: block;
}
.p{
display: none;
}
#main ul li:hover .p{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .p li{
display: block;
text-align: left;
}
#main ul li:hover .p a{
display: block;
}
.i {
display: none ;
}
#main .p ul li:hover .i{
display: block;
position: absolute;
margin-left: 180px;
margin-top: -40px;
}
#main .p ul li:hover .i li{
display: block;
text-align: left;
}
#main .p ul li:hover .i a{
display: block;
}
.x{
display: none;
}
#main .p ul li:hover .x{
display: block;
position: absolute;
margin-left: 200px;
margin-top: -40px;
}
#main .p ul li:hover .x li{
display: block;
text-align: left;
}
#main .p ul li:hover .x a{
display: block;
}
.j{
display: none;
}
#main .p ul li:hover .j{
display: block;
position: absolute;
margin-left: 180px;
margin-top: -40px;
}
#main .p ul li:hover .j li{
display: block;
text-align: left;
}
#main .p ul li:hover .j a{
display: block;
}
.l
{
display: none;
}
#main .p ul li:hover .l{
display: block;
position: absolute;
margin-top: -40px;
margin-left: 180px;
}
#main .p ul li:hover .l li{
display: block;
text-align: left;
}
#main .p ul li:hover .l a{
display: block;
}
.o{
display: none;
}
#main ul li:hover .o{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .o li{
display: block;
text-align: left;
}
#main ul li:hover .o a{
display: block;
}
.z
{
display: none;
}
#main ul li:hover .z{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .z li{
display: block;
text-align: left;
}
#main ul li:hover .z a{
display: block;
}
.m{
display: none;
}
#main .z ul li:hover .m{
display: block;
position: absolute;
margin-left: 130px;
margin-top: -37px;
}
#main .z ul li:hover .m li{
display: block;
text-align: left;
}
#main .z ul li:hover .m a{
display: block;
}
div#slider{
width: 1555px;
height: 520px;
}
#slider img{
width: 1519px;
height: 600px;
margin-left: -10px;
}
#slider{
overflow: hidden;
}
#slider figure{
position: relative;
z-index: -1;
width: 500%;
margin: 0;
left: 0;
animation: 20s slider infinite;
}
#slider figure img{
width: 20%;
float: left;
}
@keyframes slider{
0%{
left: 0;
}
15%{
left: 0;
}
25%{
left: -99%;
}
35%{
left: -99%;
}
45%{
left: -199%;
}
55%{
left: -199%;
}
65%{
left: -298%;
}
75%{
left: -298%;
}
85%{
left: -398%;
}
100%{
left: -398%;
}
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 1s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev{
left: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.move{
display: flex;
flex-direction: row;
}
div.move{
width: 1100px;
height: 25px;
background-color:rgb(49, 109, 195,1);
margin-left: 210px;
margin-top: 10px;
}
div.y{
background-color:rgb(248,248,248);
margin-top: -5px;
width: 1519px;
}
div.y ul li{
display: inline-block;
font-size: 30px;
margin-left: 628px;
margin-top: 40px;
font-family: 'PTSerif-Bold.ttf';
}
}
@font-face {
font-family: 'PTSerif-Bold.ttf';
}
.y img{
margin-left: 620px;
margin-top: -10px;
width: 235px;
height: 60px;
}
.y p{
text-align: left;
padding: 12px;
margin: 280px;
margin-top: 20px;
line-height: 30px;
font-size: 15px;
color: #666666;
font-family: penSans-Regular.ttf;
}
.y p{
display: flex;
flex-direction: row-reverse;
}
@font-face{
font-family:OpenSans-Regular.ttf ;
}
div.pic{
background-color:rgb(48, 48, 214);
width: 1515px;
height:300px;
margin-top: -277px;
}
div.pic img{
width: 40px;
height: 40px;
margin-left: 250px;
margin-top: 50px;
}
@font-face{
font-family: Raleway-Black;
}
div.pic li{
display: inline-block;
font: bolder;
font-size: 60px;
text-align: center;
padding-left: 1px;
color: white;
font-family: Raleway-Black;
}
.pic img li li.ll{
display: flex;
flex-direction: column;
}
@font-face{
font-family:PlayfairDisplay-VariableFont_wght ;
}
div.multiple {
width: 1480px;
height: 600px;
font-size:35px ;
background-color: rgb(248,248,248);
padding: 20px;
}
div.multiple li{
list-style: none;
font-family:PlayfairDisplay-VariableFont_wght;
font-weight: bolder;
margin-left: 510px;
}
.multiple span{
font-family:PlayfairDisplay-VariableFont_wght;
font-weight: bolder;
}
div.multiple img{
width: 180px;
height: 60px;
margin-left: 603px;
margin-top: -35px;
}
.multiple{
display: flex;
flex-direction: column;
}
div.IOT h1{
color: rgb(49, 109, 195,1);
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 30px;
margin-left: 190px;
}
div.IOT h3{
margin-left: 190px;
margin-top: -30px;
}
.v{
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-left: 190px;
}
.v P{
margin-left: 90px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.OO{
margin-left: 620px;
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-top: -95px;
}
.OO img{
width: 30px;
height: 30px;
margin: 15px;
}
.OO P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.nu{
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-left: 190px;
}
.nu img{
width: 30px;
height: 30px;
margin: 15px;
}
.nu P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.c
{
margin-left: 620px;
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-top: -95px;
}
.c img{
width: 30px;
height: 30px;
margin: 15px;
}
.c P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;}
.IOT{
display: flex;
flex-direction: column;
}
div.ko h1{
margin: 60px;
color: rgb(49, 109, 195,1);
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 30px;
margin-left: 600px;
}
.ko img{
width:140px ;
height:60px ;
margin-left:640px ;
}
.ko h1 img{
display: flex;
flex-direction: row;
}
div.ass{
width: 1480px;
height: 200px;
vertical-align: 500px;
}
.ass li{
display: inline-block;
}
.ass img{
vertical-align: 200px;
margin: -200px;
width: 220px;
height: 140px;
margin-left: 200px;
padding: -200px;
margin-bottom: -550px;
}
li.mon img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.bd img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.pol img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.sar img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.la img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
.ass{
display: flex;
flex-direction: column-reverse;
}
.eg {
width: 1600px;
height: 400px;
background-color: black;
color: #b9b9b9;
padding: 10px;
}
.eg{
display: flex;
flex-direction: column;
}
.blue{
width: 1600px;
height: 50px;
background-color: rgb(49, 109, 195,1);
margin-top: -40px;
}
.blue { display: flex;
flex-direction: column;
} | style.css | *{
font-family: sans-serif;
padding: 0px;
}
body{
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
div.ne{
background-color:rgb(49, 109, 195,1);
width:1519px;
}
img{90*
width: 16px;
height: 16px;
margin-left: 20px;
}
#l{
padding-left: 150px;
}
#p{
display: inline-block;
padding-left: 140px;
color: white;
font-size: 15px;
}
input{
width: 86px;
height: 24px;
text-align: center;
font-size: 11px;
border: 1px solid seagreen;
}
input::placeholder{
color: seagreen;
}
input#lo{
width: 70px;
height: 24px;
text-align: center;
font-size: 11px;
border: 1px solid seagreen;
}
input.no{
width: 32px;
height: 22px;
background-color:rgb(49, 109, 195,1) ;
border: none;
}
#image{
width: 185px;
height: 95px;
margin-left: 170px;
vertical-align: top;
}
#main ul{
float: right;
margin-top: 10px;
margin-right: 170px;
font-size: 13px;
}
#main ul li{
display: inline-block;
background-color: white;
vertical-align: -20px;
}
#main ul li.co a{
background-color: rgb(49, 109, 195,1);
color: white;
border-radius: 15px;
}
#main ul li a{
text-decoration: none;
padding: 3px 15px;
border: 1px solid white;
color: black;
}
#main ul li a:hover{
background-color: rgb(49, 109, 195,1);
width: 150px;
border-radius: 15px;
color: white;
}
.sub{
display: none;
}
#main ul li:hover .sub{
display: block;
position: absolute;
margin-top: 2px;
margin-left: -5px;
}
#main ul li:hover .sub li{
display: block;
}
#main ul li:hover .sub a{
display: block;
}
.p{
display: none;
}
#main ul li:hover .p{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .p li{
display: block;
text-align: left;
}
#main ul li:hover .p a{
display: block;
}
.i {
display: none ;
}
#main .p ul li:hover .i{
display: block;
position: absolute;
margin-left: 180px;
margin-top: -40px;
}
#main .p ul li:hover .i li{
display: block;
text-align: left;
}
#main .p ul li:hover .i a{
display: block;
}
.x{
display: none;
}
#main .p ul li:hover .x{
display: block;
position: absolute;
margin-left: 200px;
margin-top: -40px;
}
#main .p ul li:hover .x li{
display: block;
text-align: left;
}
#main .p ul li:hover .x a{
display: block;
}
.j{
display: none;
}
#main .p ul li:hover .j{
display: block;
position: absolute;
margin-left: 180px;
margin-top: -40px;
}
#main .p ul li:hover .j li{
display: block;
text-align: left;
}
#main .p ul li:hover .j a{
display: block;
}
.l
{
display: none;
}
#main .p ul li:hover .l{
display: block;
position: absolute;
margin-top: -40px;
margin-left: 180px;
}
#main .p ul li:hover .l li{
display: block;
text-align: left;
}
#main .p ul li:hover .l a{
display: block;
}
.o{
display: none;
}
#main ul li:hover .o{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .o li{
display: block;
text-align: left;
}
#main ul li:hover .o a{
display: block;
}
.z
{
display: none;
}
#main ul li:hover .z{
display: block;
position: absolute;
margin-left: -5px;
margin-top: 2px;
}
#main ul li:hover .z li{
display: block;
text-align: left;
}
#main ul li:hover .z a{
display: block;
}
.m{
display: none;
}
#main .z ul li:hover .m{
display: block;
position: absolute;
margin-left: 130px;
margin-top: -37px;
}
#main .z ul li:hover .m li{
display: block;
text-align: left;
}
#main .z ul li:hover .m a{
display: block;
}
div#slider{
width: 1555px;
height: 520px;
}
#slider img{
width: 1519px;
height: 600px;
margin-left: -10px;
}
#slider{
overflow: hidden;
}
#slider figure{
position: relative;
z-index: -1;
width: 500%;
margin: 0;
left: 0;
animation: 20s slider infinite;
}
#slider figure img{
width: 20%;
float: left;
}
@keyframes slider{
0%{
left: 0;
}
15%{
left: 0;
}
25%{
left: -99%;
}
35%{
left: -99%;
}
45%{
left: -199%;
}
55%{
left: -199%;
}
65%{
left: -298%;
}
75%{
left: -298%;
}
85%{
left: -398%;
}
100%{
left: -398%;
}
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 1s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev{
left: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.move{
display: flex;
flex-direction: row;
}
div.move{
width: 1100px;
height: 25px;
background-color:rgb(49, 109, 195,1);
margin-left: 210px;
margin-top: 10px;
}
div.y{
background-color:rgb(248,248,248);
margin-top: -5px;
width: 1519px;
}
div.y ul li{
display: inline-block;
font-size: 30px;
margin-left: 628px;
margin-top: 40px;
font-family: 'PTSerif-Bold.ttf';
}
}
@font-face {
font-family: 'PTSerif-Bold.ttf';
}
.y img{
margin-left: 620px;
margin-top: -10px;
width: 235px;
height: 60px;
}
.y p{
text-align: left;
padding: 12px;
margin: 280px;
margin-top: 20px;
line-height: 30px;
font-size: 15px;
color: #666666;
font-family: penSans-Regular.ttf;
}
.y p{
display: flex;
flex-direction: row-reverse;
}
@font-face{
font-family:OpenSans-Regular.ttf ;
}
div.pic{
background-color:rgb(48, 48, 214);
width: 1515px;
height:300px;
margin-top: -277px;
}
div.pic img{
width: 40px;
height: 40px;
margin-left: 250px;
margin-top: 50px;
}
@font-face{
font-family: Raleway-Black;
}
div.pic li{
display: inline-block;
font: bolder;
font-size: 60px;
text-align: center;
padding-left: 1px;
color: white;
font-family: Raleway-Black;
}
.pic img li li.ll{
display: flex;
flex-direction: column;
}
@font-face{
font-family:PlayfairDisplay-VariableFont_wght ;
}
div.multiple {
width: 1480px;
height: 600px;
font-size:35px ;
background-color: rgb(248,248,248);
padding: 20px;
}
div.multiple li{
list-style: none;
font-family:PlayfairDisplay-VariableFont_wght;
font-weight: bolder;
margin-left: 510px;
}
.multiple span{
font-family:PlayfairDisplay-VariableFont_wght;
font-weight: bolder;
}
div.multiple img{
width: 180px;
height: 60px;
margin-left: 603px;
margin-top: -35px;
}
.multiple{
display: flex;
flex-direction: column;
}
div.IOT h1{
color: rgb(49, 109, 195,1);
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 30px;
margin-left: 190px;
}
div.IOT h3{
margin-left: 190px;
margin-top: -30px;
}
.v{
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-left: 190px;
}
.v P{
margin-left: 90px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.OO{
margin-left: 620px;
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-top: -95px;
}
.OO img{
width: 30px;
height: 30px;
margin: 15px;
}
.OO P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.nu{
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-left: 190px;
}
.nu img{
width: 30px;
height: 30px;
margin: 15px;
}
.nu P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;
}
.c
{
margin-left: 620px;
list-style: none;
background-color:rgb(248,248,248) ;
font-size: 15px;
width: 400px;
height: 80px;
margin-top: -95px;
}
.c img{
width: 30px;
height: 30px;
margin: 15px;
}
.c P{
margin-left: 70px;
margin-top: -30px;
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 17px;
color: rgb(49, 109, 195,1)
;
font-weight: bolder;}
.IOT{
display: flex;
flex-direction: column;
}
div.ko h1{
margin: 60px;
color: rgb(49, 109, 195,1);
font-family: PlayfairDisplay-VariableFont_wght ;
font-size: 30px;
margin-left: 600px;
}
.ko img{
width:140px ;
height:60px ;
margin-left:640px ;
}
.ko h1 img{
display: flex;
flex-direction: row;
}
div.ass{
width: 1480px;
height: 200px;
vertical-align: 500px;
}
.ass li{
display: inline-block;
}
.ass img{
vertical-align: 200px;
margin: -200px;
width: 220px;
height: 140px;
margin-left: 200px;
padding: -200px;
margin-bottom: -550px;
}
li.mon img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.bd img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.pol img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.sar img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
li.la img:hover{
opacity: 0.5;
border: 5px solid grey;
box-shadow: grey;
}
.ass{
display: flex;
flex-direction: column-reverse;
}
.eg {
width: 1600px;
height: 400px;
background-color: black;
color: #b9b9b9;
padding: 10px;
}
.eg{
display: flex;
flex-direction: column;
}
.blue{
width: 1600px;
height: 50px;
background-color: rgb(49, 109, 195,1);
margin-top: -40px;
}
.blue { display: flex;
flex-direction: column;
} | 0.434701 | 0.070304 |
@import './components/modal.css';
@import './components/snackbar.css';
@import './components/toggle.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
::-moz-selection {
@apply bg-bluegray-100;
}
::selection {
@apply bg-bluegray-100;
}
*:focus,
button:focus {
@apply outline-none ring-2 ring-bluegray-400;
}
h1 {
@apply text-2xl font-light;
}
h2 {
@apply text-xl font-medium;
}
p {
@apply leading-relaxed;
}
hr {
@apply border border-bluegray-300 m-4;
}
a {
@apply text-bluegray-500 hover:underline;
}
html {
@apply bg-bluegray-50 text-bluegray-900;
}
html.dark {
@apply bg-bluegray-900 text-bluegray-50;
}
}
@layer components {
/*! purgecss start ignore */
/*board*/
#board {
touch-action: none;
}
.board-b72b1 {
@apply border-4 border-bluegray-300;
/*@apply border-8 border-double border-bluegray-300;*/
box-shadow: 6px 6px 0px #334155; /*bluegray 700*/
}
/* square colors */
.white-1e1d7 {
@apply bg-bluegray-300;
}
.black-3c85d {
@apply bg-bluegray-600;
}
/*pieces*/
.piece-417db {
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 42px !important;
height: 42px !important;*/
}
/*highlight color*/
.highlight1-32417,
.highlight2-9c5d2 {
box-shadow: none;
border: 2px solid #fff;
}
/*notation*/
.white-1e1d7,
.black-3c85d {
font-weight: bold;
}
.white-1e1d7 {
@apply text-bluegray-700;
}
.black-3c85d {
@apply text-bluegray-50;
}
/*captured pieces*/
.captured-piece {
@apply h-8 my-1 inline;
}
/*spare pieces*/
.spare-pieces-7492f {
@apply my-2;
}
.spare-pieces-7492f .piece-417db {
display: inline;
@apply m-1;
}
/*! purgecss end ignore */
/* inputs, buttons */
button,
input[type='text'],
textarea {
@apply text-bluegray-800;
}
input[type='text'],
input[type='number'],
textarea {
@apply border-2 border-bluegray-300 p-2;
}
button {
@apply bg-bluegray-200 hover:bg-bluegray-900 hover:text-white p-2 m-2 rounded;
}
button.sm {
@apply p-1 m-1 text-sm;
}
button.active {
@apply bg-bluegray-900 text-white;
}
button svg {
display: inline;
}
}
@media (min-width: 640px) {
/* sm */
}
@media (min-width: 768px) {
/* md */
}
@media (min-width: 1024px) {
/* lg */
}
@media (min-width: 1280px) {
/* xl */
} | src/styles.css | @import './components/modal.css';
@import './components/snackbar.css';
@import './components/toggle.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
::-moz-selection {
@apply bg-bluegray-100;
}
::selection {
@apply bg-bluegray-100;
}
*:focus,
button:focus {
@apply outline-none ring-2 ring-bluegray-400;
}
h1 {
@apply text-2xl font-light;
}
h2 {
@apply text-xl font-medium;
}
p {
@apply leading-relaxed;
}
hr {
@apply border border-bluegray-300 m-4;
}
a {
@apply text-bluegray-500 hover:underline;
}
html {
@apply bg-bluegray-50 text-bluegray-900;
}
html.dark {
@apply bg-bluegray-900 text-bluegray-50;
}
}
@layer components {
/*! purgecss start ignore */
/*board*/
#board {
touch-action: none;
}
.board-b72b1 {
@apply border-4 border-bluegray-300;
/*@apply border-8 border-double border-bluegray-300;*/
box-shadow: 6px 6px 0px #334155; /*bluegray 700*/
}
/* square colors */
.white-1e1d7 {
@apply bg-bluegray-300;
}
.black-3c85d {
@apply bg-bluegray-600;
}
/*pieces*/
.piece-417db {
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 42px !important;
height: 42px !important;*/
}
/*highlight color*/
.highlight1-32417,
.highlight2-9c5d2 {
box-shadow: none;
border: 2px solid #fff;
}
/*notation*/
.white-1e1d7,
.black-3c85d {
font-weight: bold;
}
.white-1e1d7 {
@apply text-bluegray-700;
}
.black-3c85d {
@apply text-bluegray-50;
}
/*captured pieces*/
.captured-piece {
@apply h-8 my-1 inline;
}
/*spare pieces*/
.spare-pieces-7492f {
@apply my-2;
}
.spare-pieces-7492f .piece-417db {
display: inline;
@apply m-1;
}
/*! purgecss end ignore */
/* inputs, buttons */
button,
input[type='text'],
textarea {
@apply text-bluegray-800;
}
input[type='text'],
input[type='number'],
textarea {
@apply border-2 border-bluegray-300 p-2;
}
button {
@apply bg-bluegray-200 hover:bg-bluegray-900 hover:text-white p-2 m-2 rounded;
}
button.sm {
@apply p-1 m-1 text-sm;
}
button.active {
@apply bg-bluegray-900 text-white;
}
button svg {
display: inline;
}
}
@media (min-width: 640px) {
/* sm */
}
@media (min-width: 768px) {
/* md */
}
@media (min-width: 1024px) {
/* lg */
}
@media (min-width: 1280px) {
/* xl */
} | 0.256459 | 0.07579 |
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
text-align: center;
font-family: "Raleway";
}
h1 {
font-size: 40px;
line-height: 54px;
display: inline-block;
font-family: 'Lobster', cursive;
}
h2 {
font-size: 24px;
line-height: 36px;
text-indent: 15px;
font-family: 'Lobster', cursive;
}
h3 {
font-size: 18px;
line-height: 36px;
font-family: 'Raleway', sans-serif;
}
h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
font-family: 'Lobster', cursive;
text-align: center;
}
h5 {
border-top: 2px solid #ccc;
font-size: 24px;
line-height: 36px;
font-family: 'Lobster', cursive;
}
a {
text-decoration: none;
}
p {
margin-bottom: 18px;
font-family: "Raleway";
}
img.photo {
border-radius: 50%;
width: 30px;
height: 30px;
}
img.list_icon {
width: 100px;
height: 100px;
}
img.logo {
width: 50px;
height: 50px;
}
img.edit {
width: 30px;
height: 30px;
}
img.list {
border-radius: 50%;
width: 150px;
height: 150px;
}
/* RESPONSIVE NAVBAR */
.dropbtn {
color: #FF3B3F;
padding: 16px;
font-size: 26px;
border: none;
cursor: pointer;
}
.dropdown {
float: left;
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
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: #aaa;
color: white;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #EFEFEF;
}
/* -------------------- */
div.hidden { display: none; }
.container {
position: relative;
text-align: center;
display: inline-block;
padding: 15px;
}
.container_pastdue {
position: relative;
text-align: center;
display: inline-block;
padding: 15px;
border: 2px solid #FF3067;
}
.imgtxt {
position: absolute;
top: 100%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
font-size: 15px;
line-height: 36px;
border-radius: 15px;
padding: 3px;
color: black;
}
/* Facebook */
.loginBtn--facebook {
width: 100%;
background-color: #4C69BA;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
}
.loginBtn--facebook:before {
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
background-color: #5B7BD5;
}
#wrapper {
width: 80%;
display: inline-block;
margin: 0 auto;
}
.buttons {
display: none;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column1 {
text-align: left;
float: left;
width: 70%;
padding: 10px;
margin-left: 15%;
margin-right: auto;
}
.column1_line {
text-align: left;
float: left;
width: 70%;
padding: 10px;
margin-left: 15%;
margin-right: auto;
border-top: 2px solid #ccc;
}
.column1_header {
text-align: left;
float: left;
width: 70%;
padding-left: 10px;
margin-left: 15%;
margin-right: auto;
}
.edit_container {
display: flex;
}
.edit_container > div {
flex: 1;
height: 500px;
overflow-y: auto;
}
.border {
border: 2px solid #ccc;
}
.column1_nopadding {
text-align: left;
float: left;
width: 70%;
margin-left: 15%;
margin-right: auto;
}
.column1_right {
text-align: right;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.column1_center {
text-align: center;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.column1_signin {
text-align: center;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.minicolumn {
float: left;
width: 50%;
text-align: center;
}
.minicolumn_edit {
float: left;
width: 50%;
text-align: left;
}
.dummycolumn {
float: left;
width: 70%;
height: 10%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
color: #FFFFFF;
}
.chore_edit {
width: 80%;
background-color: #989898;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
}
.signin {
float: left;
width: 80%;
height: 10%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.alignleft {
width: 50%;
float: left;
padding: 10px;
}
.alignleft_list {
width: 30%;
float: left;
padding: 10px;
overflow-y: scroll;
}
.alignright_list {
width: 70%;
float: right;
padding: 10px;
}
.alignleft_header {
display:inline-block;
}
.alignright_header {
display:inline-block;
float: right;
}
.alignleft_signin {
width: 50%;
float: left;
border-right: 2px solid #ccc;
padding: 10px;
}
.alignright {
width: 100%
padding: 10px;
text-align: center;
}
.alignright_profile {
width: 60%;
float: right;
padding: 10px;
border-left: 2px solid #ccc;
}
.alignleft_profile {
width: 35%;
float: left;
padding: 10px;
}
.aligncenter {
text-align: center;
}
/*-------------------fields*/
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=name], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=email], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=password], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit]:hover {
background-color: #b2dbbf;
}
input[type=submit] {
width: 100%;
background-color: #70c1b3;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_pastdue {
width: 90%;
background-color: #FF3067;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
}
input.chore_pastdue:hover {
background-color: #FF779B;
}
input.chore_daily {
width: 90%;
background-color: #70c1b3;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_daily:hover {
background-color: #b2dbbf;
}
input.chore_weekly {
width: 90%;
background-color: #F9C563;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_weekly:hover {
background-color: #F9EC95;
}
input.chore_weekly_click {
width: 100%;
background-color: #F9C563;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_weekly_click:hover {
background-color: #F9EC95;
}
input.chore_monthly {
width: 90%;
background-color: #247BA0;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_monthly:hover {
background-color: #86CAE8;
}
input.chore_monthly_click {
width: 100%;
background-color: #247BA0;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_monthly_click:hover {
background-color: #86CAE8;
}
input.edit_name {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 20px;
}
input.edit_chore {
width: 70%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 15px;
}
input.email_invite {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 15px;
}
input.edit_name_button {
width: 40%;
background-color: #000000;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.edit_name_button:hover {
background-color: #999999;
}
.facebook {
width: 100%;
background-color: #4C69BA;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
}
.facebook:hover {
background-color: #5B7BD5;
}
/* Responsive */
@media screen and (max-width: 600px) {
#wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
}
.column {
width: 100%;
}
} | app/assets/stylesheets/application.css | * {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
text-align: center;
font-family: "Raleway";
}
h1 {
font-size: 40px;
line-height: 54px;
display: inline-block;
font-family: 'Lobster', cursive;
}
h2 {
font-size: 24px;
line-height: 36px;
text-indent: 15px;
font-family: 'Lobster', cursive;
}
h3 {
font-size: 18px;
line-height: 36px;
font-family: 'Raleway', sans-serif;
}
h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
font-family: 'Lobster', cursive;
text-align: center;
}
h5 {
border-top: 2px solid #ccc;
font-size: 24px;
line-height: 36px;
font-family: 'Lobster', cursive;
}
a {
text-decoration: none;
}
p {
margin-bottom: 18px;
font-family: "Raleway";
}
img.photo {
border-radius: 50%;
width: 30px;
height: 30px;
}
img.list_icon {
width: 100px;
height: 100px;
}
img.logo {
width: 50px;
height: 50px;
}
img.edit {
width: 30px;
height: 30px;
}
img.list {
border-radius: 50%;
width: 150px;
height: 150px;
}
/* RESPONSIVE NAVBAR */
.dropbtn {
color: #FF3B3F;
padding: 16px;
font-size: 26px;
border: none;
cursor: pointer;
}
.dropdown {
float: left;
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
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: #aaa;
color: white;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #EFEFEF;
}
/* -------------------- */
div.hidden { display: none; }
.container {
position: relative;
text-align: center;
display: inline-block;
padding: 15px;
}
.container_pastdue {
position: relative;
text-align: center;
display: inline-block;
padding: 15px;
border: 2px solid #FF3067;
}
.imgtxt {
position: absolute;
top: 100%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
font-size: 15px;
line-height: 36px;
border-radius: 15px;
padding: 3px;
color: black;
}
/* Facebook */
.loginBtn--facebook {
width: 100%;
background-color: #4C69BA;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
}
.loginBtn--facebook:before {
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
background-color: #5B7BD5;
}
#wrapper {
width: 80%;
display: inline-block;
margin: 0 auto;
}
.buttons {
display: none;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column1 {
text-align: left;
float: left;
width: 70%;
padding: 10px;
margin-left: 15%;
margin-right: auto;
}
.column1_line {
text-align: left;
float: left;
width: 70%;
padding: 10px;
margin-left: 15%;
margin-right: auto;
border-top: 2px solid #ccc;
}
.column1_header {
text-align: left;
float: left;
width: 70%;
padding-left: 10px;
margin-left: 15%;
margin-right: auto;
}
.edit_container {
display: flex;
}
.edit_container > div {
flex: 1;
height: 500px;
overflow-y: auto;
}
.border {
border: 2px solid #ccc;
}
.column1_nopadding {
text-align: left;
float: left;
width: 70%;
margin-left: 15%;
margin-right: auto;
}
.column1_right {
text-align: right;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.column1_center {
text-align: center;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.column1_signin {
text-align: center;
float: left;
width: 70%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.minicolumn {
float: left;
width: 50%;
text-align: center;
}
.minicolumn_edit {
float: left;
width: 50%;
text-align: left;
}
.dummycolumn {
float: left;
width: 70%;
height: 10%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
color: #FFFFFF;
}
.chore_edit {
width: 80%;
background-color: #989898;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
}
.signin {
float: left;
width: 80%;
height: 10%;
padding: 5px;
margin-left: 15%;
margin-right: auto;
}
.alignleft {
width: 50%;
float: left;
padding: 10px;
}
.alignleft_list {
width: 30%;
float: left;
padding: 10px;
overflow-y: scroll;
}
.alignright_list {
width: 70%;
float: right;
padding: 10px;
}
.alignleft_header {
display:inline-block;
}
.alignright_header {
display:inline-block;
float: right;
}
.alignleft_signin {
width: 50%;
float: left;
border-right: 2px solid #ccc;
padding: 10px;
}
.alignright {
width: 100%
padding: 10px;
text-align: center;
}
.alignright_profile {
width: 60%;
float: right;
padding: 10px;
border-left: 2px solid #ccc;
}
.alignleft_profile {
width: 35%;
float: left;
padding: 10px;
}
.aligncenter {
text-align: center;
}
/*-------------------fields*/
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=name], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=email], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=password], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit]:hover {
background-color: #b2dbbf;
}
input[type=submit] {
width: 100%;
background-color: #70c1b3;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_pastdue {
width: 90%;
background-color: #FF3067;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
}
input.chore_pastdue:hover {
background-color: #FF779B;
}
input.chore_daily {
width: 90%;
background-color: #70c1b3;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_daily:hover {
background-color: #b2dbbf;
}
input.chore_weekly {
width: 90%;
background-color: #F9C563;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_weekly:hover {
background-color: #F9EC95;
}
input.chore_weekly_click {
width: 100%;
background-color: #F9C563;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_weekly_click:hover {
background-color: #F9EC95;
}
input.chore_monthly {
width: 90%;
background-color: #247BA0;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.chore_monthly:hover {
background-color: #86CAE8;
}
input.chore_monthly_click {
width: 100%;
background-color: #247BA0;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.chore_monthly_click:hover {
background-color: #86CAE8;
}
input.edit_name {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 20px;
}
input.edit_chore {
width: 70%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 15px;
}
input.email_invite {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-size: 15px;
}
input.edit_name_button {
width: 40%;
background-color: #000000;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
font-size: 14px;
white-space: normal;
}
input.edit_name_button:hover {
background-color: #999999;
}
.facebook {
width: 100%;
background-color: #4C69BA;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
}
.facebook:hover {
background-color: #5B7BD5;
}
/* Responsive */
@media screen and (max-width: 600px) {
#wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
}
.column {
width: 100%;
}
} | 0.33372 | 0.085595 |
@CHARSET "UTF-8";
.table th{
text-align: center;
}
.table td{
text-align: left;
}
table{
font-size:12px;
}
.table>tbody td{
color:#637c99;
}
.table>tbody a{
color:#337ab7;
}
.table>thead>tr>th {
height: 35px;
vertical-align: middle;
}
.table>tbody>tr>td {
height: 35px;
vertical-align: middle;
}
/* 平台订单状态小图标 */
.sprite_pay_0,.sprite_pay_1,.sprite_pay_2,.sprite_pay_3,.sprite_shipped_0,.sprite_shipped_1,.sprite_check_1,.sprite_check_0
{
display:block;
background-image:url(/images/MyEbaySprite.png);
overflow:hidden;
float:left;
width:20px;
height:20px;
text-indent:20px;
}
.sprite_pay_0
{
background-position:0px -92px;
}
.sprite_pay_1
{
background-position:-50px -92px;
}
.sprite_pay_2
{
background-position:-95px -92px;
}
.sprite_pay_3
{
background-position:-120px -92px;
}
.sprite_shipped_0
{
background-position:0px -67px;
}
.sprite_shipped_1
{
background-position:-50px -67px;
}
.sprite_check_1
{
background-position:-100px -15px;
}
.sprite_check_0
{
background-position:-77px -15px;
}
.exception_201,.exception_202,.exception_221,.exception_210,.exception_222,.exception_223,.exception_299,.exception_manual{
display:block;
background-image:url(/images/icon-yichang-eBay.png);
overflow:hidden;
float:left;
width:30px;
height:15px;
text-indent:20px;
}
.exception_201{
background-position:-3px -10px;
}
.exception_202{
background-position:-26px -10px;
}
.exception_221{
background-position:-55px -10px;
width:50px;
}
.exception_210{
background-position:-107px -10px;
}
.exception_222{
background-position:-135px -10px;
}
.exception_223{
background-position:-170px -10px;
}
.exception_299{
background-position:-199px -10px;
}
.exception_manual{
background-position:-230px -10px;
}
.input-group-btn > button{
padding: 0px;
height: 28px;
width: 30px;
border-radius: 0px;
border: 1px solid #b9d6e8;
}
.div-input-group{
width: 150px;
display: inline-block;
vertical-align: middle;
margin-top:1px;
}
.div-input-group>.input-group>input{
height: 28px;
}
.div_select_tag>.input-group , .div_new_tag>.input-group{
float: left;
width: 32%;
vertical-align: middle;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
}
.div_select_tag{
display: inline-block;
border-bottom: 1px dotted #d4dde4;
margin-bottom: 10px;
width: 100%;
}
.div_new_tag {
display: inline-block;
}
.span-click-btn{
cursor: pointer;
}
.btn_tag_qtip a {
margin-right: 5px;
}
.div_add_tag{
width: 600px;
}
/*商品的数量如果大于1给予的span样式*/
.multiitem{
padding:0 4px 0 4px;
background:rgb(255,153,0);
border-radius:8px;
color:#fff;
}
.checkbox{
display: block;
float: left;
margin-top: 2px;
}
/* 订单搜索区域样式 */
.showAdvSearch,
.showAdvSearch:focus,
.showAdvSearch:hover,
.hideAdvSearch,
.hideAdvSearch:focus,
.hideAdvSearch:hover{
color: #999999;
font: normal 12px Arial;
text-decoration: none;
}
.search-area-bg .adv-search-opt.off , .search-area-bg .showAdvSearch.off , .search-area-bg .hideAdvSearch.off{display: none;}
.hideAdvSearch{
display: block;
position: absolute;
left: 50%;
bottom: -6px;
background-color: #fff;
padding: 0 5px;
}
.search-area-bg .btn-success{margin: 5px 0 10px 0;} | eagle/web/css/order/baseOrder.css | @CHARSET "UTF-8";
.table th{
text-align: center;
}
.table td{
text-align: left;
}
table{
font-size:12px;
}
.table>tbody td{
color:#637c99;
}
.table>tbody a{
color:#337ab7;
}
.table>thead>tr>th {
height: 35px;
vertical-align: middle;
}
.table>tbody>tr>td {
height: 35px;
vertical-align: middle;
}
/* 平台订单状态小图标 */
.sprite_pay_0,.sprite_pay_1,.sprite_pay_2,.sprite_pay_3,.sprite_shipped_0,.sprite_shipped_1,.sprite_check_1,.sprite_check_0
{
display:block;
background-image:url(/images/MyEbaySprite.png);
overflow:hidden;
float:left;
width:20px;
height:20px;
text-indent:20px;
}
.sprite_pay_0
{
background-position:0px -92px;
}
.sprite_pay_1
{
background-position:-50px -92px;
}
.sprite_pay_2
{
background-position:-95px -92px;
}
.sprite_pay_3
{
background-position:-120px -92px;
}
.sprite_shipped_0
{
background-position:0px -67px;
}
.sprite_shipped_1
{
background-position:-50px -67px;
}
.sprite_check_1
{
background-position:-100px -15px;
}
.sprite_check_0
{
background-position:-77px -15px;
}
.exception_201,.exception_202,.exception_221,.exception_210,.exception_222,.exception_223,.exception_299,.exception_manual{
display:block;
background-image:url(/images/icon-yichang-eBay.png);
overflow:hidden;
float:left;
width:30px;
height:15px;
text-indent:20px;
}
.exception_201{
background-position:-3px -10px;
}
.exception_202{
background-position:-26px -10px;
}
.exception_221{
background-position:-55px -10px;
width:50px;
}
.exception_210{
background-position:-107px -10px;
}
.exception_222{
background-position:-135px -10px;
}
.exception_223{
background-position:-170px -10px;
}
.exception_299{
background-position:-199px -10px;
}
.exception_manual{
background-position:-230px -10px;
}
.input-group-btn > button{
padding: 0px;
height: 28px;
width: 30px;
border-radius: 0px;
border: 1px solid #b9d6e8;
}
.div-input-group{
width: 150px;
display: inline-block;
vertical-align: middle;
margin-top:1px;
}
.div-input-group>.input-group>input{
height: 28px;
}
.div_select_tag>.input-group , .div_new_tag>.input-group{
float: left;
width: 32%;
vertical-align: middle;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
}
.div_select_tag{
display: inline-block;
border-bottom: 1px dotted #d4dde4;
margin-bottom: 10px;
width: 100%;
}
.div_new_tag {
display: inline-block;
}
.span-click-btn{
cursor: pointer;
}
.btn_tag_qtip a {
margin-right: 5px;
}
.div_add_tag{
width: 600px;
}
/*商品的数量如果大于1给予的span样式*/
.multiitem{
padding:0 4px 0 4px;
background:rgb(255,153,0);
border-radius:8px;
color:#fff;
}
.checkbox{
display: block;
float: left;
margin-top: 2px;
}
/* 订单搜索区域样式 */
.showAdvSearch,
.showAdvSearch:focus,
.showAdvSearch:hover,
.hideAdvSearch,
.hideAdvSearch:focus,
.hideAdvSearch:hover{
color: #999999;
font: normal 12px Arial;
text-decoration: none;
}
.search-area-bg .adv-search-opt.off , .search-area-bg .showAdvSearch.off , .search-area-bg .hideAdvSearch.off{display: none;}
.hideAdvSearch{
display: block;
position: absolute;
left: 50%;
bottom: -6px;
background-color: #fff;
padding: 0 5px;
}
.search-area-bg .btn-success{margin: 5px 0 10px 0;} | 0.181916 | 0.049935 |
body{
background-image: url("../images/mainbg_4.jpg");
background-size: cover;
background-repeat: no-repeat;
opacity: 0.95;
}
.no-data-link{
font-size:12px;
}
.sft-cnt-header{
margin-bottom: 25px
}
.sft-header{
color:white;
font-weight: bolder;
line-height: 1.2;
margin-bottom: .5rem;
font-size: 2.5rem;
text-align: center;
}
.sft-cnt-footer{
background-color: rgba(0,0,0,0.95) !important;
padding:10px;
}
.sft-main-content{
color: white !important;
min-height: 100vh
}
.sft-footer{
color:white;
font-size: 0.9rem;
text-align: center;
}
.sft-nav-menu{
text-align:center;
margin-top: 10px;
margin-bottom: 10px;
}
.sft-form-btns-div{
margin-bottom: 15px;
margin-top: 25px;
text-align: center;
}
.sft-form-cntnt-div{
width: 900px;
margin: 0 auto;
/*color:#212529 !important;*/
color:white !important;
}
.alerts-div{
width: 800px;
margin: 0 auto;
}
.card-img-cust{
width:300px;
height:200px;
}
.btn-info-cust{
margin: 7px 0 7px 0;
}
.card-title-cust{
font-size: 1.00rem;
font-weight: bolder;
/*color: #eb0e50;*/
color:white;
}
.soft-title-logo{
width:40px;
height:40px;
}
.soft-title-logo-flip{
width:40px;
height:40px;
transform: rotateY(180deg);
}
.card-cust{
background-color: rgba(0,0,0,0.9) !important
}
.btn-sec-cust{
/*background-color:#3fada8 !important*/
}
.btn-icon{
width:40px;
height:40px;
padding-right:5px
}
.input-tb{
max-width:95px
}
.mv-hr{
border-color:white
}
.bagging-div{
margin-left:20px !important
}
.hyper-div{
margin-left:40px !important
}
.info-class{
width: 12px;
height:12px;
margin-left:3px;
cursor: pointer;
vertical-align:top !important
}
.breadcrumb-sft-cust{
display:table-cell !important
}
.db_paths_form{
color:white !important;
margin: 10px;
}
.update_paths_btn{
margin-top:32px;
}
.log_scroll{
width:100%;
height: 400px;
float:left;
overflow-y:scroll;
}
.log_viewer{
white-space: pre-line;
margin: 0 0.25rem;
}
.card-cust-jd{
padding:0.5rem 2rem !important
} | Code/ml_pipeline/static/css/ml_sft.css | body{
background-image: url("../images/mainbg_4.jpg");
background-size: cover;
background-repeat: no-repeat;
opacity: 0.95;
}
.no-data-link{
font-size:12px;
}
.sft-cnt-header{
margin-bottom: 25px
}
.sft-header{
color:white;
font-weight: bolder;
line-height: 1.2;
margin-bottom: .5rem;
font-size: 2.5rem;
text-align: center;
}
.sft-cnt-footer{
background-color: rgba(0,0,0,0.95) !important;
padding:10px;
}
.sft-main-content{
color: white !important;
min-height: 100vh
}
.sft-footer{
color:white;
font-size: 0.9rem;
text-align: center;
}
.sft-nav-menu{
text-align:center;
margin-top: 10px;
margin-bottom: 10px;
}
.sft-form-btns-div{
margin-bottom: 15px;
margin-top: 25px;
text-align: center;
}
.sft-form-cntnt-div{
width: 900px;
margin: 0 auto;
/*color:#212529 !important;*/
color:white !important;
}
.alerts-div{
width: 800px;
margin: 0 auto;
}
.card-img-cust{
width:300px;
height:200px;
}
.btn-info-cust{
margin: 7px 0 7px 0;
}
.card-title-cust{
font-size: 1.00rem;
font-weight: bolder;
/*color: #eb0e50;*/
color:white;
}
.soft-title-logo{
width:40px;
height:40px;
}
.soft-title-logo-flip{
width:40px;
height:40px;
transform: rotateY(180deg);
}
.card-cust{
background-color: rgba(0,0,0,0.9) !important
}
.btn-sec-cust{
/*background-color:#3fada8 !important*/
}
.btn-icon{
width:40px;
height:40px;
padding-right:5px
}
.input-tb{
max-width:95px
}
.mv-hr{
border-color:white
}
.bagging-div{
margin-left:20px !important
}
.hyper-div{
margin-left:40px !important
}
.info-class{
width: 12px;
height:12px;
margin-left:3px;
cursor: pointer;
vertical-align:top !important
}
.breadcrumb-sft-cust{
display:table-cell !important
}
.db_paths_form{
color:white !important;
margin: 10px;
}
.update_paths_btn{
margin-top:32px;
}
.log_scroll{
width:100%;
height: 400px;
float:left;
overflow-y:scroll;
}
.log_viewer{
white-space: pre-line;
margin: 0 0.25rem;
}
.card-cust-jd{
padding:0.5rem 2rem !important
} | 0.354768 | 0.061621 |
@import 'animate.css/animate.min.css';
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Nav component */
.menubar {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 56px;
background: rgb(54,50,50);
background: linear-gradient(0deg, rgba(54,50,50,1) 22%, rgba(0,0,0,1) 100%);
box-shadow: 0 0 20px rgb(24, 23, 23);
opacity: 0.9;
z-index: 100;
}
.spacer {
flex: 1;
}
.navbar {
display: flex;
height: 100%;
align-items: center;
padding: 0 1rem;
}
.navbar ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.navbar li {
padding: 0 2rem;
}
.navbar a {
color: white;
text-decoration: none;
}
.navbar a:hover,
.navbar a:active {
color: rgb(163, 162, 173);
}
.hamburger-button {
display: flex;
flex-direction: column;
justify-content: space-around;
height: 24px;
width: 40px;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
box-sizing: border-box;
}
.hamburger-button:focus {
outline: none;
}
.hamburger-line {
width: 25px;
height: 2px;
background: white;
border-radius: 100%;
}
.hamburger-menu {
height: 100%;
background-color: rgb(0, 0, 0);
box-shadow: 0x 0px 10px rgb(53, 52, 52);
position: fixed;
top: 45px;
left: 0;
width: 300px;
}
.hamburger-menu ul {
height: 50%;
list-style: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.hamburger-menu li {
margin: 0.7rem 0;
}
.hamburger-menu a {
color: rgb(250, 250, 250);
text-decoration: none;
font-size: 1.2rem;
}
.hamburger-menu a:hover,
.hamburger-menu a:active {
color: rgb(163, 162, 173);
}
/* Hello component */
.hello-container {
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
object-fit: contain;
overflow: hidden;
box-shadow: 0 0 10px black;
}
.video {
object-fit: cover;
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}
.heading {
background-color: transparent;
color: rgb(255, 255, 255);
font-family: 'Black Ops One', cursive;
font-size: 50px;
text-shadow: 2px 2px #b6b4b4;
position: absolute;
margin-top: 80px;
height: auto;
width: auto;
text-align: center;
overflow: hidden;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Portfolio component */
.portfolio-container {
justify-content: center;
height: auto;
width: 100%;
}
.content1 {
background-color: white;
color: rgb(17, 13, 56);
width: 100%;
height: auto;
display: inline-table;
justify-content: center;
margin: auto;
padding: auto;
position: relative;
z-index: 1;
}
.content2 {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
width: 100%;
height: auto;
display: inline-table;
justify-content: center;
margin: auto;
padding: auto;
position: relative;
z-index: 1;
}
.portinfo {
max-width: 600px;
height: auto;
margin: auto;
padding: 2%;
}
.portimgeffect {
display: flex;
position: relative;
z-index: 1;
overflow: hidden;
}
.portfolioimg {
display: flex;
width: 100%;
height: 100%;
}
.portfoliobutton {
background-color: rgb(0, 0, 0);
color: white;
width: 100px;
height: 40px;
margin-right: 2%;
border: none;
box-shadow: 2px rgb(24, 24, 24);
border-radius: 5%;
}
.portfoliobutton:hover {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}
.portfoliobutton2 {
background-color: rgb(255, 255, 255);
color: rgb(17, 13, 56);
width: 100px;
height: 40px;
margin-right: 2%;
border: none;
box-shadow: 2px rgb(24, 24, 24);
border-radius: 5%;
}
.portfoliobutton2:hover {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
/* About component */
.about-container {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: auto;
width: 100%;
position: relative;
z-index: -1;
}
.aboutheader {
background-color: transparent;
color: rgb(122, 120, 120);
font-family: '<NAME>', cursive;
font-size: 35px;
width: auto;
top: 5px;
margin-left: 10%;
transform: rotate(-10deg);
position: relative;
}
.aboutall {
background-color: transparent;
color: rgb(17, 13, 56);
max-width: 900px;
height: auto;
justify-content: center;
top: 10px;
bottom: 10px;
margin: auto;
padding: 5%;
border-radius: 2.5%;
opacity: 0.8;
}
.aboutcontent {
width: auto;
height: 100%;
margin-bottom: 2%;
padding-top: 0;
}
.skills ul {
list-style: none;
}
/* Resume Component */
.resume-container {
background-color: rgb(140, 245, 136); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100vh;
width: 100%;
}
.sized-container-div {
margin: auto;
margin-top: 20px;
max-height: 476px;
max-width: 600px;
border: 1px solid #dadada;
}
.spacer {
align-items: center;
max-height: 250px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
box-shadow: 0 0 10px rgb(24, 23, 23);
}
.spacerimg {
width: 100%;
height: 100%;
}
.contact-container {
background-color: rgb(140, 245, 136); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100vh;
width: 100%;
box-shadow: 10% black;
}
.contactcontent {
background-image: url('../images/contactback.jpg');
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.contactform {
display: table;
top: 50px;
margin: auto;
padding: 10%;
}
.formdesc {
font-family: 'Merriweather', serif;
text-align: center;
padding-top: 2%;
padding-bottom: 1%;
}
.input {
font-family: 'Merriweather', serif;
font-size: 16px;
border-style: hidden;
box-shadow: 2px 2px 2px 2px #888888;
width: 300px;
height: 50px;
margin-bottom: 1%;
border-radius: 4%;
}
.inputmsg {
font-family: 'Merriweather', serif;
font-size: 16px;
border-style: hidden;
box-shadow: 2px 2px 2px 2px #888888;
margin-bottom: 2%;
width: 300px;
height: 250px;
border-radius: 4%;
}
/* Media queries */
@media (max-width: 767px) {
.navbar-items {
display: none;
}
.hello-container {
position: relative;
z-index: -1;
}
.heading {
font-size: 18px;
top: 60px;
right: 10px;
text-align: center;
}
.hamburger-menu {
z-index: 2;
}
.portfolio-container {
height: auto;
}
.about-container {
height: auto;
}
.aboutall {
width: auto;
margin-left: 2px;
}
.aboutcontent {
width: auto;
height: auto;
padding-left: 0;
}
}
@media (min-width: 768px) {
.hamburger-button {
display: none;
}
} | server/public/main.css | @import 'animate.css/animate.min.css';
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Nav component */
.menubar {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 56px;
background: rgb(54,50,50);
background: linear-gradient(0deg, rgba(54,50,50,1) 22%, rgba(0,0,0,1) 100%);
box-shadow: 0 0 20px rgb(24, 23, 23);
opacity: 0.9;
z-index: 100;
}
.spacer {
flex: 1;
}
.navbar {
display: flex;
height: 100%;
align-items: center;
padding: 0 1rem;
}
.navbar ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.navbar li {
padding: 0 2rem;
}
.navbar a {
color: white;
text-decoration: none;
}
.navbar a:hover,
.navbar a:active {
color: rgb(163, 162, 173);
}
.hamburger-button {
display: flex;
flex-direction: column;
justify-content: space-around;
height: 24px;
width: 40px;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
box-sizing: border-box;
}
.hamburger-button:focus {
outline: none;
}
.hamburger-line {
width: 25px;
height: 2px;
background: white;
border-radius: 100%;
}
.hamburger-menu {
height: 100%;
background-color: rgb(0, 0, 0);
box-shadow: 0x 0px 10px rgb(53, 52, 52);
position: fixed;
top: 45px;
left: 0;
width: 300px;
}
.hamburger-menu ul {
height: 50%;
list-style: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.hamburger-menu li {
margin: 0.7rem 0;
}
.hamburger-menu a {
color: rgb(250, 250, 250);
text-decoration: none;
font-size: 1.2rem;
}
.hamburger-menu a:hover,
.hamburger-menu a:active {
color: rgb(163, 162, 173);
}
/* Hello component */
.hello-container {
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
object-fit: contain;
overflow: hidden;
box-shadow: 0 0 10px black;
}
.video {
object-fit: cover;
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}
.heading {
background-color: transparent;
color: rgb(255, 255, 255);
font-family: 'Black Ops One', cursive;
font-size: 50px;
text-shadow: 2px 2px #b6b4b4;
position: absolute;
margin-top: 80px;
height: auto;
width: auto;
text-align: center;
overflow: hidden;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Portfolio component */
.portfolio-container {
justify-content: center;
height: auto;
width: 100%;
}
.content1 {
background-color: white;
color: rgb(17, 13, 56);
width: 100%;
height: auto;
display: inline-table;
justify-content: center;
margin: auto;
padding: auto;
position: relative;
z-index: 1;
}
.content2 {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
width: 100%;
height: auto;
display: inline-table;
justify-content: center;
margin: auto;
padding: auto;
position: relative;
z-index: 1;
}
.portinfo {
max-width: 600px;
height: auto;
margin: auto;
padding: 2%;
}
.portimgeffect {
display: flex;
position: relative;
z-index: 1;
overflow: hidden;
}
.portfolioimg {
display: flex;
width: 100%;
height: 100%;
}
.portfoliobutton {
background-color: rgb(0, 0, 0);
color: white;
width: 100px;
height: 40px;
margin-right: 2%;
border: none;
box-shadow: 2px rgb(24, 24, 24);
border-radius: 5%;
}
.portfoliobutton:hover {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}
.portfoliobutton2 {
background-color: rgb(255, 255, 255);
color: rgb(17, 13, 56);
width: 100px;
height: 40px;
margin-right: 2%;
border: none;
box-shadow: 2px rgb(24, 24, 24);
border-radius: 5%;
}
.portfoliobutton2:hover {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
/* About component */
.about-container {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: auto;
width: 100%;
position: relative;
z-index: -1;
}
.aboutheader {
background-color: transparent;
color: rgb(122, 120, 120);
font-family: '<NAME>', cursive;
font-size: 35px;
width: auto;
top: 5px;
margin-left: 10%;
transform: rotate(-10deg);
position: relative;
}
.aboutall {
background-color: transparent;
color: rgb(17, 13, 56);
max-width: 900px;
height: auto;
justify-content: center;
top: 10px;
bottom: 10px;
margin: auto;
padding: 5%;
border-radius: 2.5%;
opacity: 0.8;
}
.aboutcontent {
width: auto;
height: 100%;
margin-bottom: 2%;
padding-top: 0;
}
.skills ul {
list-style: none;
}
/* Resume Component */
.resume-container {
background-color: rgb(140, 245, 136); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100vh;
width: 100%;
}
.sized-container-div {
margin: auto;
margin-top: 20px;
max-height: 476px;
max-width: 600px;
border: 1px solid #dadada;
}
.spacer {
align-items: center;
max-height: 250px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
box-shadow: 0 0 10px rgb(24, 23, 23);
}
.spacerimg {
width: 100%;
height: 100%;
}
.contact-container {
background-color: rgb(140, 245, 136); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100vh;
width: 100%;
box-shadow: 10% black;
}
.contactcontent {
background-image: url('../images/contactback.jpg');
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.contactform {
display: table;
top: 50px;
margin: auto;
padding: 10%;
}
.formdesc {
font-family: 'Merriweather', serif;
text-align: center;
padding-top: 2%;
padding-bottom: 1%;
}
.input {
font-family: 'Merriweather', serif;
font-size: 16px;
border-style: hidden;
box-shadow: 2px 2px 2px 2px #888888;
width: 300px;
height: 50px;
margin-bottom: 1%;
border-radius: 4%;
}
.inputmsg {
font-family: 'Merriweather', serif;
font-size: 16px;
border-style: hidden;
box-shadow: 2px 2px 2px 2px #888888;
margin-bottom: 2%;
width: 300px;
height: 250px;
border-radius: 4%;
}
/* Media queries */
@media (max-width: 767px) {
.navbar-items {
display: none;
}
.hello-container {
position: relative;
z-index: -1;
}
.heading {
font-size: 18px;
top: 60px;
right: 10px;
text-align: center;
}
.hamburger-menu {
z-index: 2;
}
.portfolio-container {
height: auto;
}
.about-container {
height: auto;
}
.aboutall {
width: auto;
margin-left: 2px;
}
.aboutcontent {
width: auto;
height: auto;
padding-left: 0;
}
}
@media (min-width: 768px) {
.hamburger-button {
display: none;
}
} | 0.517083 | 0.061933 |
#mynav {
position: fixed;
width: 100%;
height: 60px;
z-index: 99;
}
#mynav-header {
position: absolute;
width: 100%;
height: 60px;
padding: 15px;
background-color: rgba(0, 0, 0, 0);
top: 0;
left: 0;
z-index: 999;
}
.header-icon-box {
position: relative;
margin: 0;
width: 23px;
height: 30px;
}
.header-icon {
position: relative;
height: 100%;
}
.top_bar,
.top_bar_disabled,
.bottom_bar,
.bottom_bar_disabled {
display: block;
width: 23px;
height: 1px;
background-color: #fff;
margin: 0;
padding: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
}
.top_bar,
.top_bar_disabled {
position: absolute;
top: 10px;
}
.bottom_bar,
.bottom_bar_disabled {
position: absolute;
bottom: 10px;
}
.top_bar_disabled {
transform: rotate(24deg);
opacity: 0;
}
.bottom_bar_disabled {
transform: rotate(-24deg);
opacity: 0;
}
#mynav-body {
position: absolute;
width: 100%;
top: -400px;
background-color: rgba(0, 0, 0, .7);
}
.mynav-body-contents {
position: relative;
width: 100%;
padding-left: 60px;
}
.icon-clickable {
position: relative;
height: 100%;
display: block;
pointer-events: all;
}
.menu-title-box {
height: 60px;
margin: 0;
padding: 15px;
width: 100%;
border-left: solid 5px #FF3D7F;
color: #fff;
}
.nav-menu-item {
position: relative;
height: 60px;
padding: 0;
margin: 0;
}
.nav-menu-item a {
position: absolute;
left: 0;
display: inline-block;
text-decoration: none;
color: #fff;
width: 100%;
height: 100%;
text-align: center;
padding: 17px 25px;
z-index: 999;
}
.nav-menu-item a:hover {
background-color: rgba(255, 255, 255, .1);
color: #DAF5F5;
}
.menu-title-box span {
font-size: 1.2em;
}
@media (max-width: 767px) {
.nav-menu-item a {
text-align: left;
}
} | css/menu.css | #mynav {
position: fixed;
width: 100%;
height: 60px;
z-index: 99;
}
#mynav-header {
position: absolute;
width: 100%;
height: 60px;
padding: 15px;
background-color: rgba(0, 0, 0, 0);
top: 0;
left: 0;
z-index: 999;
}
.header-icon-box {
position: relative;
margin: 0;
width: 23px;
height: 30px;
}
.header-icon {
position: relative;
height: 100%;
}
.top_bar,
.top_bar_disabled,
.bottom_bar,
.bottom_bar_disabled {
display: block;
width: 23px;
height: 1px;
background-color: #fff;
margin: 0;
padding: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
}
.top_bar,
.top_bar_disabled {
position: absolute;
top: 10px;
}
.bottom_bar,
.bottom_bar_disabled {
position: absolute;
bottom: 10px;
}
.top_bar_disabled {
transform: rotate(24deg);
opacity: 0;
}
.bottom_bar_disabled {
transform: rotate(-24deg);
opacity: 0;
}
#mynav-body {
position: absolute;
width: 100%;
top: -400px;
background-color: rgba(0, 0, 0, .7);
}
.mynav-body-contents {
position: relative;
width: 100%;
padding-left: 60px;
}
.icon-clickable {
position: relative;
height: 100%;
display: block;
pointer-events: all;
}
.menu-title-box {
height: 60px;
margin: 0;
padding: 15px;
width: 100%;
border-left: solid 5px #FF3D7F;
color: #fff;
}
.nav-menu-item {
position: relative;
height: 60px;
padding: 0;
margin: 0;
}
.nav-menu-item a {
position: absolute;
left: 0;
display: inline-block;
text-decoration: none;
color: #fff;
width: 100%;
height: 100%;
text-align: center;
padding: 17px 25px;
z-index: 999;
}
.nav-menu-item a:hover {
background-color: rgba(255, 255, 255, .1);
color: #DAF5F5;
}
.menu-title-box span {
font-size: 1.2em;
}
@media (max-width: 767px) {
.nav-menu-item a {
text-align: left;
}
} | 0.477067 | 0.099558 |
* {
/* font-family: "Times New Roman", Times, serif; */
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box; }
.book-container{
display: flex;
}
/* line 7, book.scss */
.book-container {
justify-content: center; }
.book-container-flex{
width: 1140px;
}
.wrap-day {
border: 1px solid #9f9a9a;
padding: 40px;
}
.booking {
background-color: #B2121E;
}
.item-time {
display: inline-block;
text-align: center;
padding: 30px;
width: 19%;
border-bottom: 3px solid green;
}
.item-time:hover {
background-color: #9f9a9a ;
}
/* line 12, book.scss */
b {
display: block; }
/* line 17, book.scss */
.book-container {
width: 100%;
margin-top: 20px; }
/* line 27, book.scss */
.steps {
display: flex;
flex-direction: column;
justify-content: center; }
/* line 31, book.scss */
.steps .slogan {
text-align: center; }
/* line 34, book.scss */
.steps .three-steps {
position: relative;
text-align: center; }
/* line 37, book.scss */
.steps .three-steps a {
top: 0px;
font-size: 22px; }
/* line 42, book.scss */
.steps .three-steps hr {
font-weight: 700;
width: 50px;
display: inline-grid;
height: 6px;
padding-left: 160px;
margin: 0px 0px;
background-color: black; }
/* line 55, book.scss */
.stylist {
text-align: center; }
/* line 57, book.scss */
.stylist .stylist-label {
padding: 20px; }
/* line 59, book.scss */
.stylist .stylist-label .fa-minus-circle {
color: black; }
/* line 65, book.scss */
.list-avatar {
overflow: auto;
white-space: nowrap;
width: auto;
}
/* line 74, book.scss */
.list-avatar .list-avatar-item {
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0px 10px;
padding-top: 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.wrap-avatar-boookig {
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0px 10px;
padding-top: 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* line 87, book.scss */
.list-avatar .list-avatar-item .avatar {
display: block;
width: 140px;
height: auto;
/* border: 2px solid #7cde56; */
border-radius: 50%;
cursor: pointer; }
/* line 97, book.scss */
.list-avatar .list-avatar-item:active {
background-color: #e5e5e5;
opacity: 0.7; }
/* line 101, book.scss */
.wrap-avatar-boookig:hover .avatar{
border: 2px solid #7cde56; }
/* .list-avatar .list-avatar-item:hover {
background-color: #e4e4e4; } */
/* line 108, book.scss */
.list-avatar-item span img {
margin: 0px auto; }
/* line 112, book.scss */
.list-avatar-item .user-name {
overflow: hidden; }
.icon-info-bookig {
float: right;
}
.icon-info-bookig img{
width: 32px;
height: auto;
}
/* line 117, book.scss */
.stylish-active .avatar {
border: 2px solid #7cde56;
}
/* line 121, book.scss */
.schedule {
text-align: center;
margin-top: 75px; }
/* line 124, book.scss */
.schedule b {
padding: 5px 0px; }
/* line 129, book.scss */
.slot {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-top: unset;
border-collapse: unset;
border-spacing: 4px; }
/* line 137, book.scss */
.slot tr td {
text-align: center;
padding: 10px 36px;
border-bottom: 3px solid green; }
/* line 143, book.scss */
.slot tr .het-slot {
border-bottom: 3px solid red; }
/* line 149, book.scss */
.slot tbody tr td:hover {
background-color: #b7d4f0; }
/* line 153, book.scss */
.slot-status {
padding-top: 5px; }
/* line 157, book.scss */
.nav > li > a {
padding: 10px 30px;
color: #555; }
/* line 163, book.scss */
.nav-tabs {
display: flex; }
/* line 166, book.scss */
.nav-tabs li {
flex-basis: 600px; }
/* line 171, book.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background-color: #555;
color: #fff; }
.service{
display: flex;
flex-direction: column;
margin: 75px 0px;
}
.service-tittle{
text-align: center;
}
.service .ser-tittle{
font-size: 18px;
margin: 10px 0px;
}
.ser-perm div, .ser-dye div{
display: flex;
/* justify-content: space-between; */
}
.line-1-2{
margin-left: 50px;
}
.line-2-2{
margin-left: 20px;
}
.line-1-3{
margin-left: 50px;
}
.line-2-3{
margin-left: 43px;
}
.line-1-4{
margin-left: 85px;
}
.line-2-4{
margin-left: 35px;
}
.btn-book{
display: flex;
justify-content: center;
margin-top: 75px;
}
.btn-book button{
background: #495057;
color: white;
height: 50px;
font-weight: 600;
font-size: 18px;
padding: 10px;
margin: 5px;
text-align: center;
display: block;
width: 25%;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 177, book.scss */
.modal-header {
text-align: center; }
/* line 179, book.scss */
.modal-header img {
width: 100px;
height: 100px;
border: 1px solid black;
border-radius: 50%;
cursor: pointer; }
/* line 187, book.scss */
.modal-header .popup-name {
padding: 10px 0px;
text-align: center; }
/* line 192, book.scss */
.modal-header .rate i {
color: #ff9321; }
/* line 196, book.scss */
.modal-header .close {
position: absolute;
top: 10px;
left: 575px; }
/* line 204, book.scss */
.modal-body .list-cmt {
height: 300px;
overflow: scroll;
border: 1px solid #e2e2e2;
padding: 0px 10px;
padding-top: 10px; }
/* line 210, book.scss */
.modal-body .list-cmt .msg-box {
position: relative;
border: 1px solid #555;
border-radius: 12px;
border-bottom-right-radius: unset;
width: 80%;
padding: 10px;
margin-bottom: 15px; }
/* line 219, book.scss */
.modal-body .list-cmt .msg-box .cmt-user {
position: absolute;
top: -10px;
left: 7px;
background-color: white;
font-size: 15px;
margin: 0px;
width: auto;
padding: 0px 3px; }
/* line 229, book.scss */
.modal-body .list-cmt .msg-box p {
width: auto;
margin: 0px;
font-size: 13px; }
/* line 235, book.scss */
.modal-body .list-cmt .right {
text-align: right;
border-radius: 12px;
border-bottom-left-radius: unset;
left: 105px; }
/* line 240, book.scss */
.modal-body .list-cmt .right .cmt-user {
top: -10px;
left: 360px; }
/* ==================================== Repsonsive ================== */
/* ipad pro */
@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) {
/* line 259, book.scss */
.book-container-flex, .slot {
width: 100%; }
/* line 263, book.scss */
.list-avatar {
max-width: 100%;
width: 100%; } }
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
.book-container{
width: 1024px;
}
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait){
.book-container{
width: 1024px;
}
}
@media only screen and (max-device-width: 736px) and (min-device-width: 667px) and (orientation: landscape){
.book-container{
width: auto;
}
}
@media only screen and (max-device-width: 568px) and (orientation: landscape){
.book-container{
width: auto;
}
.book-container-flex {
width: 100%;
}
.slot tr td {
padding: 10px 28px;
}
.ser-perm div, .ser-dye div {
display: block;
}
.line-1-2, .line-2-2, .line-1-3, .line-2-3, .line-1-4, .line-2-4{
margin-left: unset;
}
}
/* ipad */
@media only screen and (max-device-width: 768px) and (orientation: portrait){
.book-container{
width: auto;
}
}
/* Iphone X , 6/7/8+ */
@media only screen and (max-device-width: 414px) and (min-device-width: 320px) and (orientation: portrait) {
/* line 276, book.scss */
.book-container{
width: auto;
padding: 0px 5px;
}
.book-container-flex, .slot {
width: 100%; }
/* line 280, book.scss */
.list-avatar {
max-width: 100%;
width: 100%; }
.slot tr td {
padding: unset;
}
.nav-tabs li{
padding: 0px 10px;
}
.ser-perm div, .ser-dye div {
display: block;
}
.line-1-2, .line-2-2, .line-1-3, .line-2-3, .line-1-4, .line-2-4{
margin-left: unset;
}
.modal-body .list-cmt .msg-box {
width: 65%;
}
.modal-body .list-cmt .right .cmt-user {
right: 10px;
left: unset;
}
}
@media only screen and (max-device-width: 320px) and (orientation: portrait){
.modal-body .list-cmt .msg-box {
width: 55%;
}
.nav-tabs li{
padding: unset;
}
}
/* custom radio button */
/* The container */
.container-checkbox-service {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default radio button */
.container-checkbox-service input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-checkbox-service:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-checkbox-service input:checked ~ .checkmark {
background-color: #555;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-checkbox-service input:checked ~ .checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.container-checkbox-service .checkmark:after {
top: 7px;
left: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
}
/* replace bootstrap */
/* header */
.modal-open {
overflow: auto;
padding-right: unset !important;
}
body{
line-height: unset !important;
padding-right: unset !important;
}
/* .xs-6 label{
display: unset;
} */
.header__navbar-link, .header__login {
color: black;
}
.header__navbar-list{
margin-bottom: unset;
}
/* .container {
width: 1200px;
} */
.header__navbar-link:hover, .header__login:hover{
color: unset;
text-decoration: unset;
}
/* header-end */
@media only screen and (min-width: 100px) and (max-width: 767px) {
.time-booking li a {
padding-left: 10px;
padding-right: 10px;
}
} | public/assets/css/Book/book.css | * {
/* font-family: "Times New Roman", Times, serif; */
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box; }
.book-container{
display: flex;
}
/* line 7, book.scss */
.book-container {
justify-content: center; }
.book-container-flex{
width: 1140px;
}
.wrap-day {
border: 1px solid #9f9a9a;
padding: 40px;
}
.booking {
background-color: #B2121E;
}
.item-time {
display: inline-block;
text-align: center;
padding: 30px;
width: 19%;
border-bottom: 3px solid green;
}
.item-time:hover {
background-color: #9f9a9a ;
}
/* line 12, book.scss */
b {
display: block; }
/* line 17, book.scss */
.book-container {
width: 100%;
margin-top: 20px; }
/* line 27, book.scss */
.steps {
display: flex;
flex-direction: column;
justify-content: center; }
/* line 31, book.scss */
.steps .slogan {
text-align: center; }
/* line 34, book.scss */
.steps .three-steps {
position: relative;
text-align: center; }
/* line 37, book.scss */
.steps .three-steps a {
top: 0px;
font-size: 22px; }
/* line 42, book.scss */
.steps .three-steps hr {
font-weight: 700;
width: 50px;
display: inline-grid;
height: 6px;
padding-left: 160px;
margin: 0px 0px;
background-color: black; }
/* line 55, book.scss */
.stylist {
text-align: center; }
/* line 57, book.scss */
.stylist .stylist-label {
padding: 20px; }
/* line 59, book.scss */
.stylist .stylist-label .fa-minus-circle {
color: black; }
/* line 65, book.scss */
.list-avatar {
overflow: auto;
white-space: nowrap;
width: auto;
}
/* line 74, book.scss */
.list-avatar .list-avatar-item {
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0px 10px;
padding-top: 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.wrap-avatar-boookig {
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0px 10px;
padding-top: 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* line 87, book.scss */
.list-avatar .list-avatar-item .avatar {
display: block;
width: 140px;
height: auto;
/* border: 2px solid #7cde56; */
border-radius: 50%;
cursor: pointer; }
/* line 97, book.scss */
.list-avatar .list-avatar-item:active {
background-color: #e5e5e5;
opacity: 0.7; }
/* line 101, book.scss */
.wrap-avatar-boookig:hover .avatar{
border: 2px solid #7cde56; }
/* .list-avatar .list-avatar-item:hover {
background-color: #e4e4e4; } */
/* line 108, book.scss */
.list-avatar-item span img {
margin: 0px auto; }
/* line 112, book.scss */
.list-avatar-item .user-name {
overflow: hidden; }
.icon-info-bookig {
float: right;
}
.icon-info-bookig img{
width: 32px;
height: auto;
}
/* line 117, book.scss */
.stylish-active .avatar {
border: 2px solid #7cde56;
}
/* line 121, book.scss */
.schedule {
text-align: center;
margin-top: 75px; }
/* line 124, book.scss */
.schedule b {
padding: 5px 0px; }
/* line 129, book.scss */
.slot {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-top: unset;
border-collapse: unset;
border-spacing: 4px; }
/* line 137, book.scss */
.slot tr td {
text-align: center;
padding: 10px 36px;
border-bottom: 3px solid green; }
/* line 143, book.scss */
.slot tr .het-slot {
border-bottom: 3px solid red; }
/* line 149, book.scss */
.slot tbody tr td:hover {
background-color: #b7d4f0; }
/* line 153, book.scss */
.slot-status {
padding-top: 5px; }
/* line 157, book.scss */
.nav > li > a {
padding: 10px 30px;
color: #555; }
/* line 163, book.scss */
.nav-tabs {
display: flex; }
/* line 166, book.scss */
.nav-tabs li {
flex-basis: 600px; }
/* line 171, book.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background-color: #555;
color: #fff; }
.service{
display: flex;
flex-direction: column;
margin: 75px 0px;
}
.service-tittle{
text-align: center;
}
.service .ser-tittle{
font-size: 18px;
margin: 10px 0px;
}
.ser-perm div, .ser-dye div{
display: flex;
/* justify-content: space-between; */
}
.line-1-2{
margin-left: 50px;
}
.line-2-2{
margin-left: 20px;
}
.line-1-3{
margin-left: 50px;
}
.line-2-3{
margin-left: 43px;
}
.line-1-4{
margin-left: 85px;
}
.line-2-4{
margin-left: 35px;
}
.btn-book{
display: flex;
justify-content: center;
margin-top: 75px;
}
.btn-book button{
background: #495057;
color: white;
height: 50px;
font-weight: 600;
font-size: 18px;
padding: 10px;
margin: 5px;
text-align: center;
display: block;
width: 25%;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 177, book.scss */
.modal-header {
text-align: center; }
/* line 179, book.scss */
.modal-header img {
width: 100px;
height: 100px;
border: 1px solid black;
border-radius: 50%;
cursor: pointer; }
/* line 187, book.scss */
.modal-header .popup-name {
padding: 10px 0px;
text-align: center; }
/* line 192, book.scss */
.modal-header .rate i {
color: #ff9321; }
/* line 196, book.scss */
.modal-header .close {
position: absolute;
top: 10px;
left: 575px; }
/* line 204, book.scss */
.modal-body .list-cmt {
height: 300px;
overflow: scroll;
border: 1px solid #e2e2e2;
padding: 0px 10px;
padding-top: 10px; }
/* line 210, book.scss */
.modal-body .list-cmt .msg-box {
position: relative;
border: 1px solid #555;
border-radius: 12px;
border-bottom-right-radius: unset;
width: 80%;
padding: 10px;
margin-bottom: 15px; }
/* line 219, book.scss */
.modal-body .list-cmt .msg-box .cmt-user {
position: absolute;
top: -10px;
left: 7px;
background-color: white;
font-size: 15px;
margin: 0px;
width: auto;
padding: 0px 3px; }
/* line 229, book.scss */
.modal-body .list-cmt .msg-box p {
width: auto;
margin: 0px;
font-size: 13px; }
/* line 235, book.scss */
.modal-body .list-cmt .right {
text-align: right;
border-radius: 12px;
border-bottom-left-radius: unset;
left: 105px; }
/* line 240, book.scss */
.modal-body .list-cmt .right .cmt-user {
top: -10px;
left: 360px; }
/* ==================================== Repsonsive ================== */
/* ipad pro */
@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) {
/* line 259, book.scss */
.book-container-flex, .slot {
width: 100%; }
/* line 263, book.scss */
.list-avatar {
max-width: 100%;
width: 100%; } }
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
.book-container{
width: 1024px;
}
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait){
.book-container{
width: 1024px;
}
}
@media only screen and (max-device-width: 736px) and (min-device-width: 667px) and (orientation: landscape){
.book-container{
width: auto;
}
}
@media only screen and (max-device-width: 568px) and (orientation: landscape){
.book-container{
width: auto;
}
.book-container-flex {
width: 100%;
}
.slot tr td {
padding: 10px 28px;
}
.ser-perm div, .ser-dye div {
display: block;
}
.line-1-2, .line-2-2, .line-1-3, .line-2-3, .line-1-4, .line-2-4{
margin-left: unset;
}
}
/* ipad */
@media only screen and (max-device-width: 768px) and (orientation: portrait){
.book-container{
width: auto;
}
}
/* Iphone X , 6/7/8+ */
@media only screen and (max-device-width: 414px) and (min-device-width: 320px) and (orientation: portrait) {
/* line 276, book.scss */
.book-container{
width: auto;
padding: 0px 5px;
}
.book-container-flex, .slot {
width: 100%; }
/* line 280, book.scss */
.list-avatar {
max-width: 100%;
width: 100%; }
.slot tr td {
padding: unset;
}
.nav-tabs li{
padding: 0px 10px;
}
.ser-perm div, .ser-dye div {
display: block;
}
.line-1-2, .line-2-2, .line-1-3, .line-2-3, .line-1-4, .line-2-4{
margin-left: unset;
}
.modal-body .list-cmt .msg-box {
width: 65%;
}
.modal-body .list-cmt .right .cmt-user {
right: 10px;
left: unset;
}
}
@media only screen and (max-device-width: 320px) and (orientation: portrait){
.modal-body .list-cmt .msg-box {
width: 55%;
}
.nav-tabs li{
padding: unset;
}
}
/* custom radio button */
/* The container */
.container-checkbox-service {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default radio button */
.container-checkbox-service input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-checkbox-service:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-checkbox-service input:checked ~ .checkmark {
background-color: #555;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-checkbox-service input:checked ~ .checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.container-checkbox-service .checkmark:after {
top: 7px;
left: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
}
/* replace bootstrap */
/* header */
.modal-open {
overflow: auto;
padding-right: unset !important;
}
body{
line-height: unset !important;
padding-right: unset !important;
}
/* .xs-6 label{
display: unset;
} */
.header__navbar-link, .header__login {
color: black;
}
.header__navbar-list{
margin-bottom: unset;
}
/* .container {
width: 1200px;
} */
.header__navbar-link:hover, .header__login:hover{
color: unset;
text-decoration: unset;
}
/* header-end */
@media only screen and (min-width: 100px) and (max-width: 767px) {
.time-booking li a {
padding-left: 10px;
padding-right: 10px;
}
} | 0.284079 | 0.095729 |
:hover {
background:rgba(0, 0, 0, 0.1);
Color: Button: #6046AA, Green dark: #6046AA;
}/**/
html,
body {
margin: 0;
padding: 0;
background: #ECECEC;
}
.section {
width: 100%;
}
.container {
position: relative;
width: 1170px;
margin: 0 auto;
color: #3c3c3b;
font-size: 14px;
font-weight: 300;
font-family: 'Source Sans Pro', sans-serif;
overflow: hidden;
}
.section .container {
padding: 30px 0 50px 0;
}
.container .timeline {
background: #faf8f4;
}
.section.bg {
background: #FDEDD0;
}
.section.bg1 {
/* background: #FFe2D3;*/
}
.section.bg.methodology {
background: #faf8f4;
}
.section.bg2 {
background: #faf8f4;
}
.section.goal {
background: #BACAC2;
}
/*
Header
*/
.hold {
height: 80px;
}
.header {
line-height: 80px;
width: 100%;
transition: line-height 0.2s linear, box-shadow 0.2s linear;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background: #ECECEC;
}
.header.small {
line-height: 50px;
box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.8);
}
.header.small > .container > #logo {
height: 40px;
}
#logo {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #2A6049;
float: left;
height: 40px;
width: 170px;
margin-left: 5px;
}
ul.nav {
float: right;
list-style: none;
margin: 0;
padding: 0;
}
ul.nav li {
float: left;
position: relative;
}
ul.nav li a {
transition: color 0.2s linear;
font-size: 18px;
}
ul.nav li:hover a {
color: #F8C060;
}
ul.nav li a {
padding: 21px;
color: initial;
text-decoration: initial;
}
/*
Slider
*/
.section .footer {
background: #2A6049;
}
.section .slider{
background: #ECECEC;
}
.slidercontent {
text-align: center;
}
.hero_image {
height:459px;
width:600px;
display: table-cell;
float:right;
}
.hero {
font-family: 'Roboto Slab', sans-serif;
color: #140C07;
font-weight: normal;
letter-spacing: 1px;
}
h1.hero {
font-size: 54px;
display: table-cell;
vertical-align:middle;
float:left;
margin-top: 10%;
}
h2.hero {
font-size: 30px;
margin-bottom: 60px;
display: table-cell;
vertical-align:middle;
text-align: left;
}
h1.hero:after {
content: "";
width: 300px;
position: relative;
border-bottom: 1px solid #140C07;
text-align: left;
margin: auto;
margin-top: 15px;
}
.call {
color: #2A6049;
margin-bottom: 20px;
display: table-cell;
vertical-align:middle;
float:left;
margin-top: 40px;
}
.call span {
display: inline;
border: 1px solid #2A6049;
padding: 8px 13px;
font-size: 20px;
transition: background 0.15s linear;
}
.call span:hover {
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
}
/*
Columns
*/
.col {
float: left;
padding: 0;
margin: 0;
position: relative;
}
.col.four {
width: 23%;
margin: 0 1%;
}
.col.three {
width: 31.3%;
margin: 0 1%;
}
.col.two {
width: 40%;
margin: 0 2.5%;
padding: 0 2.5%;
}
.col.two.goal{
width: 40%;
margin: 0 5%;
padding: 0 5%;
}
.col.extrapad {
padding-top: 20px;
padding-bottom: 20px;
}
.col .service,
.col .feature {
font-size: 21px;
font-weight: 300;
font-family: 'Roboto Slab', sans-serif;
}
.col .service:after {
content: "";
width: 50px;
position: relative;
border-bottom: 1px solid #FDEDD0;
display: block;
text-align: center;
margin: auto;
margin-top: 15px;
}
.col .feature {
font-size: 19px;
}
.col h1.side,
.col p.side,
.col span.side:first-of-type {
margin-left: 50px;
text-align: left;
}
.col .icon {
border-radius: 50%;
height: 85px;
width: 85px;
line-height: 85px;
text-align: center;
margin: 0 auto;
transition: background 0.25s linear, color 0.25s linear;
}
.col .icon.side {
position: absolute;
padding: 0;
margin: 0;
top: -15px;
height: 50px;
width: 50px;
}
.col:hover > .icon {
background: #F8C060;
color: white;
}
.col:hover > .icon.side {
background: initial;
color: initial;
}
.responsivegroup {
display: none;
}
/*
Column specifics
*/
.col p,
.col h1 {
padding: 0 1%;
text-align: center;
}
.group.margin {
margin-bottom: 20px;
}
.col .imgholder {
height: 300px;
width: 100%;
background: #333;
transition: background 0.3s linear;
}
.col.bg {
background: #faf8f4;
}
.col.pointer {
cursor: pointer;
}
.col.bg:hover .imgholder {
background: #555;
}
.col span.feature {
font-size: 20px;
}
/*
Text
*/
/*Goal
Text
*/
.service.title{
font-weight: bold;
font-size: 30px;
margin-top: 130px;
}
.goal_text{
font-size: 21px;
}
.container > h1:not(.hero) {
margin-bottom: 30px;
text-align: center;
}
.container > h1:after {
content: "";
width: 30px;
position: relative;
border-bottom: 1px solid #aaa;
display: block;
text-align: center;
margin: auto;
margin-top: 15px;
}
h2 {
font-family: 'Roboto Slab', sans-serif;
text-align: center;
font-weight: 400;
font-size: 18px;
}
.left,
.left > h1,
.left > p {
text-align: left;
}
.reset {
text-align: left !important;
}
.reset:after {
display: none !important;
}
/*
Slider with Content
*/
.white h1,
.white h2,
.white p,
.white div,
.white a {
color: #fff;
}
/*
Responsive
*/
.group:after {
content: "";
display: table;
clear: both;
}
@media all and (max-width: 768px) {
.container {
width: 95%;
}
.col.four {
width: 48%;
margin: 1%;
}
.col.three {
display: block;
width: 95%;
padding: 0;
margin: 0 auto;
float: none;
}
.header {
height: auto;
background: #FDEDD0;
}
#logo {
position: initial;
float: none;
display: block;
transform: none;
margin: 10px auto 0 auto;
}
ul.nav {
float: none;
display: block;
text-align: center;
margin: 0 auto;
}
ul.nav li {
float: initial;
display: inline-block;
}
.responsivegroup {
display: block;
}
.responsivegroup:after {
content: "";
display: table;
clear: both;
}
}
/*Container of timeline of problem*/
.section.bg1 {
/*background: #FFe2D3;*/
height:600px;
}
/* --------------------------------
Primary style
-------------------------------- */
/* --------------------------------
Primary style
-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
*, *::after, *::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
font-family: "Arial", sans-serif;
color: #383838;
}
/* --------------------------------
Main Components
-------------------------------- */
.cd-horizontal-timeline a {
text-decoration: none;
}
.cd-horizontal-timeline {
opacity: 0;
margin: 2em auto;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'mobile';
display: none;
}
.cd-horizontal-timeline.loaded {
/* show the timeline after events position has been set (using JavaScript) */
opacity: 1;
}
.cd-horizontal-timeline .timeline {
position: relative;
height: 100px;
width: 90%;
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 40px;
overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
/* these are used to create a shadow effect at the sides of the timeline */
content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%;
width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
left: 0;
background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
right: 0;
background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
/* this is the grey line/timeline */
position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 2px;
/* width will be set using JavaScript */
background: #dfdfdf;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
/* this is used to create the green line filling the timeline */
position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #fd8204;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 1.3rem;
padding-bottom: 15px;
color: #383838;
/* fix bug on Safari - text flickering while timeline translates */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
/* this is used to create the event spot */
content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 2px solid #fd8204;
background-color: #f8f8f8;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #2A6049;
border-color: #2A6049;
}
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
background-color: #2A6049;
border-color: #2A6049;
}
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
margin: 6em auto;
}
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'desktop';
}
}
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
margin: 2em 0;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
padding: 0 5%;
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
color: #2A6049;
font-weight: bold;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
display: block;
font-style: italic;
margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
content: '- ';
}
.cd-horizontal-timeline .events-content p {
font-size: 1.4rem;
color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
line-height: 1.6;
}
.cd-horizontal-timeline .events-content p {
display: block;
margin-bottom: 15px;
}
.nob {
}
.nob li {
list-style-type: none;
}
.nob_2 {
}
.nob_2 li {
list-style-type: none;
}
@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
font-size: 2.6rem;
color: #2A6049;
}
.cd-horizontal-timeline .events-content em {
font-size: 2rem;
}
.cd-horizontal-timeline .events-content p {
font-size: 1.8rem;
}
}
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
} | home.css | :hover {
background:rgba(0, 0, 0, 0.1);
Color: Button: #6046AA, Green dark: #6046AA;
}/**/
html,
body {
margin: 0;
padding: 0;
background: #ECECEC;
}
.section {
width: 100%;
}
.container {
position: relative;
width: 1170px;
margin: 0 auto;
color: #3c3c3b;
font-size: 14px;
font-weight: 300;
font-family: 'Source Sans Pro', sans-serif;
overflow: hidden;
}
.section .container {
padding: 30px 0 50px 0;
}
.container .timeline {
background: #faf8f4;
}
.section.bg {
background: #FDEDD0;
}
.section.bg1 {
/* background: #FFe2D3;*/
}
.section.bg.methodology {
background: #faf8f4;
}
.section.bg2 {
background: #faf8f4;
}
.section.goal {
background: #BACAC2;
}
/*
Header
*/
.hold {
height: 80px;
}
.header {
line-height: 80px;
width: 100%;
transition: line-height 0.2s linear, box-shadow 0.2s linear;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background: #ECECEC;
}
.header.small {
line-height: 50px;
box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.8);
}
.header.small > .container > #logo {
height: 40px;
}
#logo {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #2A6049;
float: left;
height: 40px;
width: 170px;
margin-left: 5px;
}
ul.nav {
float: right;
list-style: none;
margin: 0;
padding: 0;
}
ul.nav li {
float: left;
position: relative;
}
ul.nav li a {
transition: color 0.2s linear;
font-size: 18px;
}
ul.nav li:hover a {
color: #F8C060;
}
ul.nav li a {
padding: 21px;
color: initial;
text-decoration: initial;
}
/*
Slider
*/
.section .footer {
background: #2A6049;
}
.section .slider{
background: #ECECEC;
}
.slidercontent {
text-align: center;
}
.hero_image {
height:459px;
width:600px;
display: table-cell;
float:right;
}
.hero {
font-family: 'Roboto Slab', sans-serif;
color: #140C07;
font-weight: normal;
letter-spacing: 1px;
}
h1.hero {
font-size: 54px;
display: table-cell;
vertical-align:middle;
float:left;
margin-top: 10%;
}
h2.hero {
font-size: 30px;
margin-bottom: 60px;
display: table-cell;
vertical-align:middle;
text-align: left;
}
h1.hero:after {
content: "";
width: 300px;
position: relative;
border-bottom: 1px solid #140C07;
text-align: left;
margin: auto;
margin-top: 15px;
}
.call {
color: #2A6049;
margin-bottom: 20px;
display: table-cell;
vertical-align:middle;
float:left;
margin-top: 40px;
}
.call span {
display: inline;
border: 1px solid #2A6049;
padding: 8px 13px;
font-size: 20px;
transition: background 0.15s linear;
}
.call span:hover {
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
}
/*
Columns
*/
.col {
float: left;
padding: 0;
margin: 0;
position: relative;
}
.col.four {
width: 23%;
margin: 0 1%;
}
.col.three {
width: 31.3%;
margin: 0 1%;
}
.col.two {
width: 40%;
margin: 0 2.5%;
padding: 0 2.5%;
}
.col.two.goal{
width: 40%;
margin: 0 5%;
padding: 0 5%;
}
.col.extrapad {
padding-top: 20px;
padding-bottom: 20px;
}
.col .service,
.col .feature {
font-size: 21px;
font-weight: 300;
font-family: 'Roboto Slab', sans-serif;
}
.col .service:after {
content: "";
width: 50px;
position: relative;
border-bottom: 1px solid #FDEDD0;
display: block;
text-align: center;
margin: auto;
margin-top: 15px;
}
.col .feature {
font-size: 19px;
}
.col h1.side,
.col p.side,
.col span.side:first-of-type {
margin-left: 50px;
text-align: left;
}
.col .icon {
border-radius: 50%;
height: 85px;
width: 85px;
line-height: 85px;
text-align: center;
margin: 0 auto;
transition: background 0.25s linear, color 0.25s linear;
}
.col .icon.side {
position: absolute;
padding: 0;
margin: 0;
top: -15px;
height: 50px;
width: 50px;
}
.col:hover > .icon {
background: #F8C060;
color: white;
}
.col:hover > .icon.side {
background: initial;
color: initial;
}
.responsivegroup {
display: none;
}
/*
Column specifics
*/
.col p,
.col h1 {
padding: 0 1%;
text-align: center;
}
.group.margin {
margin-bottom: 20px;
}
.col .imgholder {
height: 300px;
width: 100%;
background: #333;
transition: background 0.3s linear;
}
.col.bg {
background: #faf8f4;
}
.col.pointer {
cursor: pointer;
}
.col.bg:hover .imgholder {
background: #555;
}
.col span.feature {
font-size: 20px;
}
/*
Text
*/
/*Goal
Text
*/
.service.title{
font-weight: bold;
font-size: 30px;
margin-top: 130px;
}
.goal_text{
font-size: 21px;
}
.container > h1:not(.hero) {
margin-bottom: 30px;
text-align: center;
}
.container > h1:after {
content: "";
width: 30px;
position: relative;
border-bottom: 1px solid #aaa;
display: block;
text-align: center;
margin: auto;
margin-top: 15px;
}
h2 {
font-family: 'Roboto Slab', sans-serif;
text-align: center;
font-weight: 400;
font-size: 18px;
}
.left,
.left > h1,
.left > p {
text-align: left;
}
.reset {
text-align: left !important;
}
.reset:after {
display: none !important;
}
/*
Slider with Content
*/
.white h1,
.white h2,
.white p,
.white div,
.white a {
color: #fff;
}
/*
Responsive
*/
.group:after {
content: "";
display: table;
clear: both;
}
@media all and (max-width: 768px) {
.container {
width: 95%;
}
.col.four {
width: 48%;
margin: 1%;
}
.col.three {
display: block;
width: 95%;
padding: 0;
margin: 0 auto;
float: none;
}
.header {
height: auto;
background: #FDEDD0;
}
#logo {
position: initial;
float: none;
display: block;
transform: none;
margin: 10px auto 0 auto;
}
ul.nav {
float: none;
display: block;
text-align: center;
margin: 0 auto;
}
ul.nav li {
float: initial;
display: inline-block;
}
.responsivegroup {
display: block;
}
.responsivegroup:after {
content: "";
display: table;
clear: both;
}
}
/*Container of timeline of problem*/
.section.bg1 {
/*background: #FFe2D3;*/
height:600px;
}
/* --------------------------------
Primary style
-------------------------------- */
/* --------------------------------
Primary style
-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
*, *::after, *::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
font-family: "Arial", sans-serif;
color: #383838;
}
/* --------------------------------
Main Components
-------------------------------- */
.cd-horizontal-timeline a {
text-decoration: none;
}
.cd-horizontal-timeline {
opacity: 0;
margin: 2em auto;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'mobile';
display: none;
}
.cd-horizontal-timeline.loaded {
/* show the timeline after events position has been set (using JavaScript) */
opacity: 1;
}
.cd-horizontal-timeline .timeline {
position: relative;
height: 100px;
width: 90%;
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 40px;
overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
/* these are used to create a shadow effect at the sides of the timeline */
content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%;
width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
left: 0;
background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
right: 0;
background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
/* this is the grey line/timeline */
position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 2px;
/* width will be set using JavaScript */
background: #dfdfdf;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
/* this is used to create the green line filling the timeline */
position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #fd8204;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 1.3rem;
padding-bottom: 15px;
color: #383838;
/* fix bug on Safari - text flickering while timeline translates */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
/* this is used to create the event spot */
content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 2px solid #fd8204;
background-color: #f8f8f8;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #2A6049;
border-color: #2A6049;
}
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
background-color: #2A6049;
border-color: #2A6049;
}
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
margin: 6em auto;
}
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'desktop';
}
}
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
margin: 2em 0;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
padding: 0 5%;
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
max-width: 800px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
color: #2A6049;
font-weight: bold;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
display: block;
font-style: italic;
margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
content: '- ';
}
.cd-horizontal-timeline .events-content p {
font-size: 1.4rem;
color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
line-height: 1.6;
}
.cd-horizontal-timeline .events-content p {
display: block;
margin-bottom: 15px;
}
.nob {
}
.nob li {
list-style-type: none;
}
.nob_2 {
}
.nob_2 li {
list-style-type: none;
}
@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
font-size: 2.6rem;
color: #2A6049;
}
.cd-horizontal-timeline .events-content em {
font-size: 2rem;
}
.cd-horizontal-timeline .events-content p {
font-size: 1.8rem;
}
}
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
} | 0.364212 | 0.122549 |
.color-palette-set {
margin-bottom: 15px;
}
.color-palette {
font-size:16px;
height: 35px;
line-height: 35px;
text-align: left;
padding-right: .75rem;
padding-left: .75rem;
}
.bg-lightblue, .bg-lightblue>a {
color: #fff!important;
}
.bg-lightblue {
background-color: #81B5D4!important;
}
.text-teal {
color:#6FDCBC;
}
.view{
left: 40%;
top: 40%;
display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.question-container form {
background-color: #e9ecef;
/* color: #ddd; */
/* border-radius: 10px; */
/* padding: 10px; */
font-family: 'Montserrat', sans-serif;
}
.question-container .container>p {
font-size: 32px
}
.question-container .question {
width: 75%
}
.question-container .options {
position: relative;
padding-left: 40px
}
.question-container #options label {
display: block;
margin-bottom: 15px;
font-size: 12px;
cursor: pointer
}
.question-container .options input {
opacity: 0
}
.question-container .checkmark {
position: absolute;
top: -1px;
left: 0;
height: 25px;
width: 25px;
background-color: rgb(211, 211, 211);
border: 1px solid #ddd;
}
.question-container .options input:checked~.checkmark:after {
display: block
}
.question-container .options .checkmark:after {
content: "\2713";
color: white;
font-size: 14px;
width: 10px;
height: 10px;
display: block;
position: absolute;
top: 27%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
transition: 300ms ease-in-out 0s;
}
.card-comments{
padding: 0px;
}
.card-comment{
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.card-comment:hover{
background-color: #c2dbeb;
}
.card-comment.current-user{
background-color: #D0E9DE;
}
.card-comment.current-user:hover{
background-color: #C2EBD9;
}
.question-container .options input[type="radio"]:checked~.checkmark {
background: #21bf73;
transition: 300ms ease-in-out 0s
}
.question-container .options input[type="radio"]:checked~.checkmark:after {
transform: translate(-50%, -50%) scale(1)
}
.question-container .btn-primary {
background-color: #555;
color: #ddd;
border: 1px solid #ddd
}
.question-container .btn-primary:hover {
background-color: #21bf73;
border: 1px solid #21bf73
}
.question-container .btn-success {
padding: 5px 25px;
background-color: #21bf73
}
@media(max-width:576px) {
.question-container .question {
width: 100%;
word-spacing: 2px
}
}
#question-header {
position: sticky;
} | public/css/custom.css | .color-palette-set {
margin-bottom: 15px;
}
.color-palette {
font-size:16px;
height: 35px;
line-height: 35px;
text-align: left;
padding-right: .75rem;
padding-left: .75rem;
}
.bg-lightblue, .bg-lightblue>a {
color: #fff!important;
}
.bg-lightblue {
background-color: #81B5D4!important;
}
.text-teal {
color:#6FDCBC;
}
.view{
left: 40%;
top: 40%;
display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.question-container form {
background-color: #e9ecef;
/* color: #ddd; */
/* border-radius: 10px; */
/* padding: 10px; */
font-family: 'Montserrat', sans-serif;
}
.question-container .container>p {
font-size: 32px
}
.question-container .question {
width: 75%
}
.question-container .options {
position: relative;
padding-left: 40px
}
.question-container #options label {
display: block;
margin-bottom: 15px;
font-size: 12px;
cursor: pointer
}
.question-container .options input {
opacity: 0
}
.question-container .checkmark {
position: absolute;
top: -1px;
left: 0;
height: 25px;
width: 25px;
background-color: rgb(211, 211, 211);
border: 1px solid #ddd;
}
.question-container .options input:checked~.checkmark:after {
display: block
}
.question-container .options .checkmark:after {
content: "\2713";
color: white;
font-size: 14px;
width: 10px;
height: 10px;
display: block;
position: absolute;
top: 27%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
transition: 300ms ease-in-out 0s;
}
.card-comments{
padding: 0px;
}
.card-comment{
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.card-comment:hover{
background-color: #c2dbeb;
}
.card-comment.current-user{
background-color: #D0E9DE;
}
.card-comment.current-user:hover{
background-color: #C2EBD9;
}
.question-container .options input[type="radio"]:checked~.checkmark {
background: #21bf73;
transition: 300ms ease-in-out 0s
}
.question-container .options input[type="radio"]:checked~.checkmark:after {
transform: translate(-50%, -50%) scale(1)
}
.question-container .btn-primary {
background-color: #555;
color: #ddd;
border: 1px solid #ddd
}
.question-container .btn-primary:hover {
background-color: #21bf73;
border: 1px solid #21bf73
}
.question-container .btn-success {
padding: 5px 25px;
background-color: #21bf73
}
@media(max-width:576px) {
.question-container .question {
width: 100%;
word-spacing: 2px
}
}
#question-header {
position: sticky;
} | 0.544559 | 0.102934 |
*{
font-family: Century Gothic;
}
@keyframes oxxo{
from{
height:0%;
}
to{
height:80%;
}
}
.slider{
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100vh;
background: white;
z-index: -1;
}
section{
display: flex;
height: 98vh;
justify-content: center;
align-items: center;
}
.backdrop img{
width:100%;
height:80%;
object-fit: cover;
position: absolute;
top:80px;
opacity: 0.7;
}
.backdrop{
width:90%;
height:95%;
opacity: 0.4;
animation-name:oxxo;
animation-duration:2s;
background-position: center;
position: relative;
}
.title{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
h1{
font-size: 58px;
}
.button{
position: absolute;
top:63%;
left:50%;
transform: translate(-50%,-50%);
}
.btn{
border: 1.5px solid black;
text-align:center;
padding: 10px 30px;
font-size: 20px;
font-weight: bold;
color:black;
text-decoration: none;
margin-left: 12px;
border-radius: 25px;
cursor:pointer;
position: relative;
overflow: hidden;
}
.contact{
width: 200px;
text-align: center;
position: absolute;
top:75%;
left:50%;
transform: translate(-50%,-50%); /* 以中心點為對準點 */
opacity: 0.49;
margin-left:160px;
}
.contact img{
height:22px;
}
.contact::after{
content:"";
width:150px;
height:1px;
background:black;
position: absolute;
left:-100px;
top:10px
}
.badge{
max-width:100%;
max-height:100%;
border-radius: 20px;
}
#container{
max-width: 300px;
margin: 0 70px;
}
.card{
background-color: azure;
padding: 16px;
border-radius: 12px;
border:1px solid black;
}
.name{
font-size: 24px;
font-weight: 600;
margin-top: 16px;
}
section p{
font-size: 20px;
color: #7F8c9B;
line-height: 200%;
}
section button{
border:none;
padding: 12px 24px;
border-radius: 50px;
font-weight: 600;
color: #07f;
background-color: #E0EFFF;
margin: 0 auto;
display: block;
transition: all 600ms ease-in-out;
cursor: pointer;
}
.card_detail{
padding: 16px 8px 8px 8px;
}
button:focus, button:hover{
background-color: #07f;
color: #E0EFFF;
}
/* .btn:hover{
background-color:rgba(255,255,255,0.4);
color:black;
} */
span{
background: #009688;
height:100%;
width:0;
border-radius: 25px;
left:0;
bottom:0;
position: absolute;
z-index: -1;
transition: 0.5s;
}
.btn:hover span{
width:100%;
}
.btn:hover{
border: none;
}
/* body{
font: 600 16px/18px 'Open Sans',sans-serif;
} */
@keyframes click_button_1{
from {background-color: #dddddd;}
to {background-color: #ebebeb;}
}
@keyframes click_button_2{
from {background-color: #dddddd;}
to {background-color: #F5F5F5;}
}
.menu{
position: fixed;
width: 100%;
height: 22px;
top: 16px;
left: 0px;
z-index: 999;
background-color: rgba(0,0,0,0);
}
.menu a{
display: inline;
padding: 17px 20px;
height: 25px;
text-decoration: none;
}
.menu_left{
position: fixed;
float: left;
left: 25px;
cursor: pointer;
text-align: center;
}
.menu_left a{
font: small-caps bold 17px sans-serif;
color: #ffffff;
}
.menu_left a:hover {
background-color: #ebebeb;
color: #000000;
transition-duration: 0.1s;
}
.menu_left a:active{
animation-name: click_button_1;
animation-duration: 1s;
}
.menu_right{
position: fixed;
float: right;
top: 18px;
right: 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #ffffff;
}
#id{
color: #ffffff;
}
#background-video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
opacity: 0.95;
}
.menu img{
position: fixed;
top: 13px;
right: 40px;
width: 27px;
cursor: pointer;
}
.menu_dropdown{
position: fixed;
top: 36px;
right: 5px;
list-style-type: none;
}
.menu_dropdown a{
display: none;
width: 120px;
height: 25px;
font: small-caps, Arial, Helvetica bold 17px sans-serif;
color: #ffffff;
background-color: #3B3E4F;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.menu_dropdown a:hover {
display: inline-block;
background-color: #F5F5F5;
color: #000000;
transition-duration: 0.1s;
}
.menu_dropdown a:active{
animation-name: click_button_2;
animation-duration: 1s;
}
#profile_pic{
position: fixed;
top: 0px;
right: 30px;
width: 47px;
height: 54px;
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
#profile_pic:hover + ul>li>a{
display: inline-block;
}
.menu_dropdown:hover >li>a:not(:hover){
display: inline-block;
}
/* a{
color: black;
text-decoration: none;
text-align: center;
float: right;
padding: 5px;
width: 60px;
} */
.title-box{
width: 300px;
height: auto;
position: fixed;
bottom: 70px;
left: 65px;
padding: 5px;
z-index: 2;
background-color: #000;
box-shadow: 2px 2px 4px rgb(0 0 0/40%);
}
.title-box span{
font-size: 20px;
color: #fff;
letter-spacing: 3px;
display: inline-block;
position: relative;
padding: 0px 5px 0px 5px;
}
.iae{
font-family: "Microsoft JhengHei", sans-serif;
}
.name{
font-family: "Microsoft JhengHei", sans-serif;
}
.title-box .iae:after{
content: "";
width: 200px;
height: 1px;
position: relative;
display: inline-block;
background-color: #fff;
left: 11px;
top: -4px;
opacity: 0.7;
}
@keyframes click_button_1{
from {background-color: #dddddd;}
to {background-color: #ebebeb;}
}
@keyframes click_button_2{
from {background-color: #dddddd;}
to {background-color: #F5F5F5;}
}
.menu{
position: fixed;
width: 100%;
height: 52px;
top: 0px;
left: 0px;
z-index: 999;
background-color: #282a35;
box-shadow: 0px 2px 5px gray;
}
.menu a{
display: inline;
padding: 17px 20px;
height: 52px;
text-decoration: none;
}
.menu_left{
position: fixed;
float: left;
left: 25px;
cursor: pointer;
text-align: center;
}
.menu_left a{
font: small-caps bold 17px sans-serif;
color: #ffffff;
}
.menu_left a:hover {
background-color: #ebebeb;
color: #000000;
transition-duration: 0.1s;
}
.menu_left a:active{
animation-name: click_button_1;
animation-duration: 1s;
}
.menu_right{
position: fixed;
float: right;
top: 3px;
right: 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #ffffff;
}
.menu img{
position: fixed;
top: 13px;
right: 40px;
width: 27px;
cursor: pointer;
}
.menu_dropdown{
position: fixed;
top: 36px;
right: 5px;
list-style-type: none;
}
.menu_dropdown a{
display: none;
width: 120px;
height: 25px;
font: small-caps, Arial, Helvetica bold 17px sans-serif;
color: #ffffff;
background-color: #3B3E4F;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.menu_dropdown a:hover {
display: inline-block;
background-color: #F5F5F5;
color: #000000;
transition-duration: 0.1s;
}
.menu_dropdown a:active{
animation-name: click_button_2;
animation-duration: 1s;
}
#profile_pic{
position: fixed;
top: 0px;
right: 30px;
width: 47px;
height: 54px;
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
#profile_pic:hover + ul>li>a{
display: inline-block;
}
.menu_dropdown:hover >li>a:not(:hover){
display: inline-block;
} | homepage/style.css | *{
font-family: Century Gothic;
}
@keyframes oxxo{
from{
height:0%;
}
to{
height:80%;
}
}
.slider{
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100vh;
background: white;
z-index: -1;
}
section{
display: flex;
height: 98vh;
justify-content: center;
align-items: center;
}
.backdrop img{
width:100%;
height:80%;
object-fit: cover;
position: absolute;
top:80px;
opacity: 0.7;
}
.backdrop{
width:90%;
height:95%;
opacity: 0.4;
animation-name:oxxo;
animation-duration:2s;
background-position: center;
position: relative;
}
.title{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
h1{
font-size: 58px;
}
.button{
position: absolute;
top:63%;
left:50%;
transform: translate(-50%,-50%);
}
.btn{
border: 1.5px solid black;
text-align:center;
padding: 10px 30px;
font-size: 20px;
font-weight: bold;
color:black;
text-decoration: none;
margin-left: 12px;
border-radius: 25px;
cursor:pointer;
position: relative;
overflow: hidden;
}
.contact{
width: 200px;
text-align: center;
position: absolute;
top:75%;
left:50%;
transform: translate(-50%,-50%); /* 以中心點為對準點 */
opacity: 0.49;
margin-left:160px;
}
.contact img{
height:22px;
}
.contact::after{
content:"";
width:150px;
height:1px;
background:black;
position: absolute;
left:-100px;
top:10px
}
.badge{
max-width:100%;
max-height:100%;
border-radius: 20px;
}
#container{
max-width: 300px;
margin: 0 70px;
}
.card{
background-color: azure;
padding: 16px;
border-radius: 12px;
border:1px solid black;
}
.name{
font-size: 24px;
font-weight: 600;
margin-top: 16px;
}
section p{
font-size: 20px;
color: #7F8c9B;
line-height: 200%;
}
section button{
border:none;
padding: 12px 24px;
border-radius: 50px;
font-weight: 600;
color: #07f;
background-color: #E0EFFF;
margin: 0 auto;
display: block;
transition: all 600ms ease-in-out;
cursor: pointer;
}
.card_detail{
padding: 16px 8px 8px 8px;
}
button:focus, button:hover{
background-color: #07f;
color: #E0EFFF;
}
/* .btn:hover{
background-color:rgba(255,255,255,0.4);
color:black;
} */
span{
background: #009688;
height:100%;
width:0;
border-radius: 25px;
left:0;
bottom:0;
position: absolute;
z-index: -1;
transition: 0.5s;
}
.btn:hover span{
width:100%;
}
.btn:hover{
border: none;
}
/* body{
font: 600 16px/18px 'Open Sans',sans-serif;
} */
@keyframes click_button_1{
from {background-color: #dddddd;}
to {background-color: #ebebeb;}
}
@keyframes click_button_2{
from {background-color: #dddddd;}
to {background-color: #F5F5F5;}
}
.menu{
position: fixed;
width: 100%;
height: 22px;
top: 16px;
left: 0px;
z-index: 999;
background-color: rgba(0,0,0,0);
}
.menu a{
display: inline;
padding: 17px 20px;
height: 25px;
text-decoration: none;
}
.menu_left{
position: fixed;
float: left;
left: 25px;
cursor: pointer;
text-align: center;
}
.menu_left a{
font: small-caps bold 17px sans-serif;
color: #ffffff;
}
.menu_left a:hover {
background-color: #ebebeb;
color: #000000;
transition-duration: 0.1s;
}
.menu_left a:active{
animation-name: click_button_1;
animation-duration: 1s;
}
.menu_right{
position: fixed;
float: right;
top: 18px;
right: 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #ffffff;
}
#id{
color: #ffffff;
}
#background-video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
opacity: 0.95;
}
.menu img{
position: fixed;
top: 13px;
right: 40px;
width: 27px;
cursor: pointer;
}
.menu_dropdown{
position: fixed;
top: 36px;
right: 5px;
list-style-type: none;
}
.menu_dropdown a{
display: none;
width: 120px;
height: 25px;
font: small-caps, Arial, Helvetica bold 17px sans-serif;
color: #ffffff;
background-color: #3B3E4F;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.menu_dropdown a:hover {
display: inline-block;
background-color: #F5F5F5;
color: #000000;
transition-duration: 0.1s;
}
.menu_dropdown a:active{
animation-name: click_button_2;
animation-duration: 1s;
}
#profile_pic{
position: fixed;
top: 0px;
right: 30px;
width: 47px;
height: 54px;
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
#profile_pic:hover + ul>li>a{
display: inline-block;
}
.menu_dropdown:hover >li>a:not(:hover){
display: inline-block;
}
/* a{
color: black;
text-decoration: none;
text-align: center;
float: right;
padding: 5px;
width: 60px;
} */
.title-box{
width: 300px;
height: auto;
position: fixed;
bottom: 70px;
left: 65px;
padding: 5px;
z-index: 2;
background-color: #000;
box-shadow: 2px 2px 4px rgb(0 0 0/40%);
}
.title-box span{
font-size: 20px;
color: #fff;
letter-spacing: 3px;
display: inline-block;
position: relative;
padding: 0px 5px 0px 5px;
}
.iae{
font-family: "Microsoft JhengHei", sans-serif;
}
.name{
font-family: "Microsoft JhengHei", sans-serif;
}
.title-box .iae:after{
content: "";
width: 200px;
height: 1px;
position: relative;
display: inline-block;
background-color: #fff;
left: 11px;
top: -4px;
opacity: 0.7;
}
@keyframes click_button_1{
from {background-color: #dddddd;}
to {background-color: #ebebeb;}
}
@keyframes click_button_2{
from {background-color: #dddddd;}
to {background-color: #F5F5F5;}
}
.menu{
position: fixed;
width: 100%;
height: 52px;
top: 0px;
left: 0px;
z-index: 999;
background-color: #282a35;
box-shadow: 0px 2px 5px gray;
}
.menu a{
display: inline;
padding: 17px 20px;
height: 52px;
text-decoration: none;
}
.menu_left{
position: fixed;
float: left;
left: 25px;
cursor: pointer;
text-align: center;
}
.menu_left a{
font: small-caps bold 17px sans-serif;
color: #ffffff;
}
.menu_left a:hover {
background-color: #ebebeb;
color: #000000;
transition-duration: 0.1s;
}
.menu_left a:active{
animation-name: click_button_1;
animation-duration: 1s;
}
.menu_right{
position: fixed;
float: right;
top: 3px;
right: 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #ffffff;
}
.menu img{
position: fixed;
top: 13px;
right: 40px;
width: 27px;
cursor: pointer;
}
.menu_dropdown{
position: fixed;
top: 36px;
right: 5px;
list-style-type: none;
}
.menu_dropdown a{
display: none;
width: 120px;
height: 25px;
font: small-caps, Arial, Helvetica bold 17px sans-serif;
color: #ffffff;
background-color: #3B3E4F;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.menu_dropdown a:hover {
display: inline-block;
background-color: #F5F5F5;
color: #000000;
transition-duration: 0.1s;
}
.menu_dropdown a:active{
animation-name: click_button_2;
animation-duration: 1s;
}
#profile_pic{
position: fixed;
top: 0px;
right: 30px;
width: 47px;
height: 54px;
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
#profile_pic:hover + ul>li>a{
display: inline-block;
}
.menu_dropdown:hover >li>a:not(:hover){
display: inline-block;
} | 0.552419 | 0.071494 |
body {
padding-top: 10px;
}
table.input_row label{
width:80px; text-align:right; color:#222;vertical-align:top;
line-height:18px;
}
.input_text {
background-image: none;
border:1px solid #6699CC;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text_error{
background-image: none;
border-width:1px;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_text_focus{
background-image: none;
border-width:1px;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text:focus{
background-position:left -24px;
}
.input_text_s{
background-image: none;
border:1px solid #6699CC;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text_s_error{
background-image: none;
border-width:1px;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_text_s_focus{
background-image: none;
border-width:1px;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_textarea{
background-image: none;
border:1px solid #6699CC;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_textarea_error{
background-image: none;
border-width:1px;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_textarea_focus{
background-image: none;
border-width:1px;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_texareat:focus{
background-position:center 0px;
}
.link_highlight{
color:#2aa6cc;
}
.link_highlight:hover{
color:#0286af;
}
.link{
color:#999999;
}
.link:hover{
color:#666666;
}
.editcombobox select {
height:22px;
}
.editcombobox_l select {
height:22px;
} | themes/store/css/tool.css | body {
padding-top: 10px;
}
table.input_row label{
width:80px; text-align:right; color:#222;vertical-align:top;
line-height:18px;
}
.input_text {
background-image: none;
border:1px solid #6699CC;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text_error{
background-image: none;
border-width:1px;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_text_focus{
background-image: none;
border-width:1px;
height:20px;
width:202px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text:focus{
background-position:left -24px;
}
.input_text_s{
background-image: none;
border:1px solid #6699CC;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_text_s_error{
background-image: none;
border-width:1px;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_text_s_focus{
background-image: none;
border-width:1px;
height:20px;
width:100px;
display:block;
float:left;
line-height:20px;
text-indent:2px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_textarea{
background-image: none;
border:1px solid #6699CC;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_textarea_error{
background-image: none;
border-width:1px;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#ff0000;
font-weight:bold;
font-size:12px;
}
.input_textarea_focus{
background-image: none;
border-width:1px;
height:50px;
width:500px;
display:block;
float:left;
line-height:18px;
padding-left:2px;
padding-top:0px;
overflow:hidden;
color:#333333;
font-size:12px;
}
.input_texareat:focus{
background-position:center 0px;
}
.link_highlight{
color:#2aa6cc;
}
.link_highlight:hover{
color:#0286af;
}
.link{
color:#999999;
}
.link:hover{
color:#666666;
}
.editcombobox select {
height:22px;
}
.editcombobox_l select {
height:22px;
} | 0.376279 | 0.057626 |
.jasxcustomfonttst-useCustomHostedFontFullPage * {
font-family: "Open Sans", sans-serif !important
}
.jasxcustomfonttst-useLato * {
font-family: "Lato", sans-serif !important
}
.jasxcustomfonttst-useFira * {
font-family: "Fira Sans", sans-serif !important
}
.jasxcustomfonttst-useGibson * {
font-family: "Gibson", sans-serif !important
}
.jasxcustomfonttst-useAvenir * {
font-family: "Avenir Next", sans-serif !important
}
.comment_bubble a,.comment_bubble a:link,.comment_bubble a:visited {
color: #77c
}
.footer a,.footer a:link,.footer a:visited {
color: #77c
}
.footer .sl:visited {
color: #77c
}
.jsf .sl {
color: #77c
}
.sl,.sl:link,.sl:visited {
color: #77c
}
#cookie-alert .learn-more,#cookie-alert .learn-more :visited {
color: #77c
}
#jobsearch .sl {
color: #77c
}
#secondary_nav a,#secondary_nav a:link,#secondary_nav a:visited {
color: #77c
}
.arrowStub {
border-top-color: #666
}
.carouselInlineAd .cmp-note {
color: #6F6F6F
}
.cmp_header {
color: #666
}
.cmp_meta {
color: #666
}
.comment_bubble {
color: #666
}
.date,.visits {
color: #808080
}
.dd-disabled {
color: #666
}
.dd-disabled .dd-button-arrow {
color: #666
}
.hp_welcome_message {
color: #6F6F6F
}
.inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.ipadPromoCopy {
color: #666
}
.itaText {
color: #6F6F6F
}
.jsf .label {
color: #aaa
}
.location {
color: #666
}
.nps-popover-x-span {
color: #666
}
.popover-x-span {
color: #666
}
.rjl {
color: #666
}
.rsc {
color: #aaa
}
.rsh {
color: #6F6F6F
}
.svh {
color: #6F6F6F
}
.sjh {
color: #666
}
.sup_grey {
color: #aaa
}
#fromageMsg {
color: #666
}
#jobsearch .label,#jobsearch .label label {
color: #aaa
}
#not-likely-div {
color: #808080
}
#original_radius_result {
color: #666
}
#question-intro-div {
color: #808080
}
#userOptionsLabel.active b {
color: #666
}
#userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
#very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .comment_bubble a,.jasxcolorcontrasttst-blueOnly .comment_bubble a:link,.jasxcolorcontrasttst-blueOnly .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer a,.jasxcolorcontrasttst-blueOnly .footer a:link,.jasxcolorcontrasttst-blueOnly .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .sl,.jasxcolorcontrasttst-blueOnly .sl:link,.jasxcolorcontrasttst-blueOnly .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #secondary_nav a,.jasxcolorcontrasttst-blueOnly #secondary_nav a:link,.jasxcolorcontrasttst-blueOnly #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-blueOnly .carouselInlineAd .cmp-note {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-blueOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-blueOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-blueOnly .date,.jasxcolorcontrasttst-blueOnly .visits {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-blueOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-blueOnly .hp_welcome_message {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.jasxcolorcontrasttst-blueOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-blueOnly .itaText {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .jsf .label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .location {
color: #666
}
.jasxcolorcontrasttst-blueOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rsc {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .rsh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .svh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-blueOnly .sup_grey {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-blueOnly #jobsearch .label,.jasxcolorcontrasttst-blueOnly #jobsearch .label label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #not-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-blueOnly #question-intro-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-blueOnly #very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-greyOnly .comment_bubble a,.jasxcolorcontrasttst-greyOnly .comment_bubble a:link,.jasxcolorcontrasttst-greyOnly .comment_bubble a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer a,.jasxcolorcontrasttst-greyOnly .footer a:link,.jasxcolorcontrasttst-greyOnly .footer a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .jsf .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .sl,.jasxcolorcontrasttst-greyOnly .sl:link,.jasxcolorcontrasttst-greyOnly .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more :visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #jobsearch .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #secondary_nav a,.jasxcolorcontrasttst-greyOnly #secondary_nav a:link,.jasxcolorcontrasttst-greyOnly #secondary_nav a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyOnly .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyOnly .date,.jasxcolorcontrasttst-greyOnly .visits {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyOnly .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyOnly .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyOnly .itaText {
color: #666
}
.jasxcolorcontrasttst-greyOnly .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyOnly .location {
color: #666
}
.jasxcolorcontrasttst-greyOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsc {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .svh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyOnly #jobsearch .label,.jasxcolorcontrasttst-greyOnly #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyOnly #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyOnly #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyOnly #very-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble a,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:link,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer a,.jasxcolorcontrasttst-greyAndBlue .footer a:link,.jasxcolorcontrasttst-greyAndBlue .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .sl,.jasxcolorcontrasttst-greyAndBlue .sl:link,.jasxcolorcontrasttst-greyAndBlue .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more,.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #secondary_nav a,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:link,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .date,.jasxcolorcontrasttst-greyAndBlue .visits {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .itaText {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .location {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rjl {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsc {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .svh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sjh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .label,.jasxcolorcontrasttst-greyAndBlue #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyAndBlue #very-likely-div {
color: #666
}
html {
height: 100%;
}
body {
background: #fff;
margin: 2px 5px
}
body,td {
font-family: Arial,sans-serif;
font-size: 10pt
}
#jobsearch {
margin: 4px 0 0;
}
#jobsearch label {
font-size: 14pt
}
a:link {
color: #00c
}
a:visited {
color: #551a8b
}
a:active {
color: #f00
}
a,a:link,.link,.btn,.btn:hover {
text-decoration: none
}
a:hover,.link:hover {
text-decoration: underline
}
.dya-container a {
text-decoration: underline !important
}
.searches {
table-layout: fixed;
overflow: hidden;
margin-top: 4px
}
.nji {
color: #f60;
white-space: nowrap;
}
.searches td {
padding: 3px 1px
}
.rsc {
text-align: right;
white-space: nowrap;
}
#populartable {
border-bottom: 1px solid #f60
}
.icon-promo-container {
text-align: center;
}
.icon-promo-container-inner {
display: inline-block;
}
.icon-promo-container-inner-left {
text-align: left;
}
.resPad {
padding-bottom: 30px;
}
.resume-promo-link:visited, .post-jobs-promo-link:visited {
color: #00c;
}
.resume-promo .new-ico, .post-jobs-promo .ico {
margin-top: -3px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.resume-promo .new-ico {
width: 16px;
height: 19px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATAgMAAADkCWVcAAAACVBMVEUAAAAAAMxgYN+Evte8AAAAAXRSTlMAQObYZgAAADdJREFUCNdjYGBqYGBg4EwAEqoRQGJqGFAoNLSBgTM0NIFBNTQ0gmFqaChQUDSEgQCBAKFAACYAecAM1ua7kQMAAAAASUVORK5CYII=");
background-size: 16px 19px;
}
.post-jobs-promo .ico {
width: 16px;
height: 14px;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAXVBMVEVHcEwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAM4AAMwAAMwAAM0AAMwAAMwAAMwAAMwAAMwAAMyF8KAFAAAAHnRSTlMAF9Pf1pfbpqDx6PjGqOzCq/WYnOECBoSLkXAOHcuGJ4k9AAAAeklEQVR4XmXO2w7CMAwDUNOtTXob3cYYV///Z4KiwSQ4j5biGDSZOMOAwafke2L5BIJSoLw/DgaMIecQ2ZtnAU8yDNJRqtY6JYKK4xETYa2NYHTj6CLdBSKQ/2A/MY176Q3risrv23BFaxZsw/C2QLlND/Sq8+w7gj9e40wLnZsc5+sAAAAASUVORK5CYII=');
background-size: 16px 14px;
}
@media (-webkit-min-device-pixel-ratio: 2),
( min--moz-device-pixel-ratio: 2),
( -o-min-device-pixel-ratio: 2/1),
( min-device-pixel-ratio: 2),
( min-resolution: 192dpi),
( min-resolution: 2dppx) {
.resume-promo .new-ico {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC<KEY>);
background-size: 16px 19px;
}
.post-jobs-promo .ico {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAMAAABNTyq8AAAABGdBTUEAALGPC/xhBQAAADxQTFRFAAAAAADNAADOAADMAADNAADNAADNAADMAADNAADNAADNAADMAADMAADMAADNAADNAADNAADNAADMAADM8tkAiwAAABN0Uk5TAGZ3iI6Zn6q2x8zS3ePp7u/0+l4B21UAAACPSURBVDjLxZPBEsIgDERXCU1TCEr3///ViwdbqoMzWN/5DSGbBGxAy1ApiUghi4ikt1IEsJALgHiCVN19JVd3ryS94aC7g357payqd/KmqpmkbshP6ePH43CpmFklq5kVkmZ2BTCZTS9Sy/7tXqmr3MkRtGO5AAiq4ScRtEsXAMzu8/8i2B2nbEjf7PgY6QH0KDBkllypFgAAAABJRU5ErkJggg==');
background-size: 16px 14px;
}
}
.resume-promo .ico {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAMAAADAi10DAAAAA3NCSVQICAjb4U/gAAAAdVBMVEX////x7/3v7vjl4vXj4PTi3/Lg3fHf2/Dd2u7c2O3a1+vZ1erX0+nW0ufU0ObSz+TRzePPy+LOyuDMyN+uqt+lpeaIiNojI84gIMoeHsccHMQaGsEXF74VFbsTE7gREbQODrEMDK4KCqsICKgFBaQDA6EBAZ54rl54AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA5LzEzLzExzT7gEAAAAIJJREFUGNOt0LsOgkAQRuFzkGhP5Ob7PxsmaCy5KDEWC0vEQgv/avPN7M5mzNkm5bqRY0ry2eX/6c5+Q2PO5RAoQdWx0GJUdaahVC2HlfpKVat+oa52Tt1peP4MJ6ABDBMzuAmQwSPQFKowxS4W8u2rX8jdSuGYtkR6tvPFleImfqEXCDYV9f9Fn8cAAAAASUVORK5CYII=");
width: 18px;
height: 24px;
margin-top: -3px;
display: inline-block;
vertical-align: middle;
}
#unrevCmpsPromoDisplay {
text-align: center;
margin-top: 2em;
margin-bottom: 3em;
}
.srchlst_wrap {
_text-align: center;
}
.srchlst {
width: 370px;
margin: 1em auto 0;
text-align: left;
}
.rsh {
padding: 3px 0;
border-bottom: 1px solid #EBEBEB;
}
#rsj {
padding: 0 2em 4px 0;
border-bottom: 1px solid #DEDFEE
}
.rsi {
padding: 3px 0;
}
#rfh {
border-bottom: 1px solid #f60
}
.svh {
padding: 3px 0;
border-bottom: 1px solid #EBEBEB;
}
.svi {
padding: 3px 0;
}
.hr {
color: #ccc
}
.footer a:visited {
color: #00c
}
#countries a {
white-space: nowrap;
font-size: 9pt;
}
.acd {
border: 1px solid #333;
background: #fff;
position: absolute;
width: 100%;
z-index: 1;
}
.aci {
font-size: 18px;
padding: 1px 6px;
cursor: pointer;
}
.acis {
background: #36c;
color: #fff;
}
#acr td .h {
display: none;
}
#acr td {
padding-top: 0;
padding-bottom: 0;
}
.newmsg {
color: #F03
}
#what {
width: 309px;
}
#where {
width: 271px;
}
.inwrap {
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
display: inline-block;
margin-right: -1px;
}
.inwrap .input_text {
font-size: 18px;
padding: 3px 6px;
_margin: -1px 0;
}
.inwrap input {
box-sizing: border-box;
margin: 0;
height: 30px;
font-family: Arial,sans-serif;
border: 1px solid #ccc;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
.inwrap .input_submit {
color: #614041;
font-size: 15px;
height: 30px;
background: #e8e8e8;
padding: 3px 9px;
cursor: pointer;
_padding: 3px;
}
.inwrap .input_submit:active {
background: #ccc;
}
.npb {
padding-bottom: 0;
color: #f60;
text-transform: lowercase;
font-weight: bold;
}
.npl {
padding-left: 0
}
.inwrapBorder {
border: 1px solid #1c4ed9;
border-top-color: #2f62f1;
border-bottom-color: #133fbb;
display: inline-block;
width: auto
}
.inwrapBorderTop {
border-top: 1px solid #69F;
display: inline-block;
background-color: #3163f2;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3163F2',endColorstr='#2B57D5');
background: -webkit-gradient(linear,left top,left bottom,from(#3163f2),to(#2b57d5));
background: -moz-linear-gradient(top,#3163f2,#2b57d5);
background: linear-gradient(top,#3163f2,#2b57d5)
}
.inwrapBorder .input_submit {
background: transparent;
border: 0;
color: #fff;
font-family: Arial;
font-size: 15px;
margin: 0;
padding: 4px 9px;
cursor: pointer;
_padding: 3px
}
.inwrapBorder a.input_submit {
text-decoration: none;
display: block
}
.inwrapBorder:hover {
border-color: #235af6;
border-top-color: #4072ff;
border-bottom-color: #1e4fd9
}
.inwrapBorderTop:hover {
border-top-color: #7ba7ff;
background-color: #4273ff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4273ff',endColorstr='#3364f1');
background: -webkit-gradient(linear,left top,left bottom,from(#4273ff),to(#3364f1));
background: -moz-linear-gradient(top,#4273ff,#3364f1);
background: linear-gradient(top,#4273ff,#3364f1)
}
.inwrapBorder:active {
border-color: #536db7;
border-top-color: #4b69c1;
border-bottom-color: #3753a6
}
.inwrapBorder:active .inwrapBorderTop {
border-top-color: #6c82c1;
background-color: #4b69c1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b69c1',endColorstr='#3753a6');
background: -webkit-gradient(linear,left top,left bottom,from(#4b69c1),to(#3753a6));
background: -moz-linear-gradient(top,#4b69c1,#3753a6);
background: linear-gradient(top,#4b69c1,#3753a6)
}
.roundedCorner {
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: 0;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 15px/100% Arial,Helvetica,sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.roundedCorner:hover {
text-decoration: none
}
.roundedCorner:active {
position: relative;
top: 1px
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em
}
.small {
font-size: 11px;
padding: .2em 1em .275em
}
.indeedblue {
color: #d9eef7;
border: solid 1px #1c4ed9;
background: #3163f2;
background: -webkit-gradient(linear,left top,left bottom,from(#2f62f1),to(#133fbb));
background: -moz-linear-gradient(top,#2f62f1,#133fbb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F62F1',endColorstr='#133FBB')
}
.indeedblue:hover,.indeedblue:focus {
background: #235af6;
background: -webkit-gradient(linear,left top,left bottom,from(#4072ff),to(#1e4fd9));
background: -moz-linear-gradient(top,#4072ff,#1e4fd9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4072ff',endColorstr='#1e4fd9')
}
.indeedblue:active {
color: #d9eef7;
background: -webkit-gradient(linear,left top,left bottom,from(#4b69c1),to(#3753a6));
background: -moz-linear-gradient(top,#4b69c1,#3753a6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b69c1',endColorstr='#3753a6')
}
#jobsearch .label, #jobsearch .label label {
font-size: 12px;
line-height: 1.2;
padding-top: 0;
font-weight: normal;
white-space: nowrap;
padding-right: 1.5em
}
#jobsearch .sl {
font-size: 11px;
white-space: nowrap;
}
.footer a,
.footer a:link,
.footer a:visited {
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
body {
height: 100%;
margin-bottom: 0px;
}
table {
font-size: medium;
}
td.npb, td.npl {
width: 1px;
}
td.npl {
padding-bottom: 2.5px
}
iframe[name=google_conversion_frame] {
display: none !important;
}
#viewport {
min-height: 99.9%;
_height: 100%;
position: relative;
}
.content {
padding-bottom: 34px;
}
.footer {
position: absolute;
height: 34px;
width: 100%;
left: 0;
bottom: 0;
}
#footerMainLinks {
float: left;
margin: 9px;
margin-left: 12px;
_margin-left: 6px;
text-align: left;
font-size: 9pt;
white-space: nowrap;
}
#footerLegal {
text-align: right;
margin: 9px;
margin-right: 12px;
margin-top: 9px !important;
white-space: nowrap;
font-size: 9pt;
}
.footerSpacing,
#footerBoilerplate,
.footerBreak,
.footer #cookie-alert {
display: none;
}
#gajui {
margin: 3em 0 1em;
text-align: center;
}
#cookie-alert {
margin-top: 3em !important;
}
div.hp_bottom_promo_wrapper {
text-align: center;
}
.indeedLogo img {
display: block;
}
.indeedLogo {
background: url("/images/logo.png") no-repeat;
margin: 11px 0 39px 15px;
border: 0;
width: 219px;
height: 60px;
-webkit-background-size: 219px 60px;
background-size: 219px 60px;
}
@media (-webkit-min-device-pixel-ratio: 2),
( min--moz-device-pixel-ratio: 2),
( -o-min-device-pixel-ratio: 2/1),
( min-device-pixel-ratio: 2),
( min-resolution: 192dpi),
( min-resolution: 2dppx) {
.indeedLogo {
background: url("/images/logo@2x.png") no-repeat;
-webkit-background-size: 219px 60px;
background-size: 219px 60px;
}
}
#tagline {
margin: 3em 0 1em;
text-align: center;
}
body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
#g_nav {
border-bottom: 1px solid #ccc;
margin-bottom: 9px;
}
#g_nav a,
#g_nav a:visited {
color: #00c;
}
.navBi {
display: -moz-inline-box;
display: inline-block;
padding: 9px 12px;
margin: 0;
list-style-type: none;
}
#p_nav a.selected {
font-weight: bold;
text-decoration: none;
color: #000 !important;
}
#navpromo a,
#navpromo a:visited {
color: #f60;
}
#u_nav .login_unconfirmed,
#u_nav .login_unconfirmed a,
#u_nav .login_unconfirmed a:visited {
color: #c00
}
#u_nav .resume_pending,
#u_nav .resume_pending a,
#u_nav .resume_pending a:visited {
color: #c00
}
#userOptionsLabel {
position: relative;
z-index: 5;
}
#userOptionsLabel b {
cursor: pointer;
text-decoration: underline;
position: relative;
z-index: 5;
}
#userOptionsLabel:active {
outline: none;
}
#userOptionsLabel.active {
padding: 9px 11px;
margin-bottom: -1px;
_margin-bottom: 0px;
border: 1px solid #ccc;
border-top: 0;
}
#userOptionsLabel.active .arrowStub {
border-width: 0 3px 3px;
_border-width: 0px 3px 4px;
border-color: transparent;
top: -2px;
border-style: dashed dashed solid;
}
#userOptionsLabel.active .halfPxlFix {
background: #fff;
bottom: -3px;
height: 6px;
left: 0;
position: absolute;
right: 0;
border: 1px solid #fff;
}
.arrowStub {
position: relative;
border-style: solid dashed dashed;
border-color: transparent;
display: -moz-inline-box;
display: inline-block;
font-size: 0;
height: 0;
line-height: 0;
width: 0;
left: 4px;
border-top-width: 3px;
border-bottom-width: 0;
border-right-width: 3px;
padding-top: 1px;
top: -1px;
}
#userOptions {
z-index: 2;
visibility: hidden;
position: absolute;
right: 0;
x_right: -1px;
top: 100%;
padding: 9px 15px;
border: 1px solid #ccc;
background: #fff;
min-width: 150px;
_width: 150px;
text-align: left;
}
#userOptions.open {
visibility: visible;
}
.userOptionItem {
margin: 6px 0;
}
.userOptionItem a {
white-space: nowrap;
}
.userOptionGroup {
border-top: 1px solid #e8e8e8;
margin-top: 12px;
}
.userNameRepeat {
color: #a8a8a8;
padding-right: 48px;
font-weight: bold;
}
.userOptionGroupHeader {
font-weight: bold;
margin: 6px 0;
}
.comment_bubble a,.comment_bubble a:link,.comment_bubble a:visited {
color: #77c
}
.footer a,.footer a:link,.footer a:visited {
color: #77c
}
.footer .sl:visited {
color: #77c
}
.jsf .sl {
color: #77c
}
.sl,.sl:link,.sl:visited {
color: #77c
}
#cookie-alert .learn-more,#cookie-alert .learn-more :visited {
color: #77c
}
#jobsearch .sl {
color: #77c
}
#secondary_nav a,#secondary_nav a:link,#secondary_nav a:visited {
color: #77c
}
.arrowStub {
border-top-color: #666
}
.carouselInlineAd .cmp-note {
color: #6F6F6F
}
.cmp_header {
color: #666
}
.cmp_meta {
color: #666
}
.comment_bubble {
color: #666
}
.date,.visits {
color: #808080
}
.dd-disabled {
color: #666
}
.dd-disabled .dd-button-arrow {
color: #666
}
.hp_welcome_message {
color: #6F6F6F
}
.inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.ipadPromoCopy {
color: #666
}
.itaText {
color: #6F6F6F
}
.jsf .label {
color: #aaa
}
.location {
color: #666
}
.nps-popover-x-span {
color: #666
}
.popover-x-span {
color: #666
}
.rjl {
color: #666
}
.rsc {
color: #aaa
}
.rsh {
color: #6F6F6F
}
.svh {
color: #6F6F6F
}
.sjh {
color: #666
}
.sup_grey {
color: #aaa
}
#fromageMsg {
color: #666
}
#jobsearch .label,#jobsearch .label label {
color: #aaa
}
#not-likely-div {
color: #808080
}
#original_radius_result {
color: #666
}
#question-intro-div {
color: #808080
}
#userOptionsLabel.active b {
color: #666
}
#userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
#very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .comment_bubble a,.jasxcolorcontrasttst-blueOnly .comment_bubble a:link,.jasxcolorcontrasttst-blueOnly .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer a,.jasxcolorcontrasttst-blueOnly .footer a:link,.jasxcolorcontrasttst-blueOnly .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .sl,.jasxcolorcontrasttst-blueOnly .sl:link,.jasxcolorcontrasttst-blueOnly .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #secondary_nav a,.jasxcolorcontrasttst-blueOnly #secondary_nav a:link,.jasxcolorcontrasttst-blueOnly #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-blueOnly .carouselInlineAd .cmp-note {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-blueOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-blueOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-blueOnly .date,.jasxcolorcontrasttst-blueOnly .visits {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-blueOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-blueOnly .hp_welcome_message {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.jasxcolorcontrasttst-blueOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-blueOnly .itaText {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .jsf .label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .location {
color: #666
}
.jasxcolorcontrasttst-blueOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rsc {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .rsh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .svh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-blueOnly .sup_grey {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-blueOnly #jobsearch .label,.jasxcolorcontrasttst-blueOnly #jobsearch .label label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #not-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-blueOnly #question-intro-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-blueOnly #very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-greyOnly .comment_bubble a,.jasxcolorcontrasttst-greyOnly .comment_bubble a:link,.jasxcolorcontrasttst-greyOnly .comment_bubble a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer a,.jasxcolorcontrasttst-greyOnly .footer a:link,.jasxcolorcontrasttst-greyOnly .footer a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .jsf .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .sl,.jasxcolorcontrasttst-greyOnly .sl:link,.jasxcolorcontrasttst-greyOnly .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more :visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #jobsearch .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #secondary_nav a,.jasxcolorcontrasttst-greyOnly #secondary_nav a:link,.jasxcolorcontrasttst-greyOnly #secondary_nav a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyOnly .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyOnly .date,.jasxcolorcontrasttst-greyOnly .visits {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyOnly .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyOnly .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyOnly .itaText {
color: #666
}
.jasxcolorcontrasttst-greyOnly .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyOnly .location {
color: #666
}
.jasxcolorcontrasttst-greyOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsc {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .svh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyOnly #jobsearch .label,.jasxcolorcontrasttst-greyOnly #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyOnly #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyOnly #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyOnly #very-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble a,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:link,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer a,.jasxcolorcontrasttst-greyAndBlue .footer a:link,.jasxcolorcontrasttst-greyAndBlue .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .sl,.jasxcolorcontrasttst-greyAndBlue .sl:link,.jasxcolorcontrasttst-greyAndBlue .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more,.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #secondary_nav a,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:link,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .date,.jasxcolorcontrasttst-greyAndBlue .visits {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .itaText {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .location {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rjl {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsc {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .svh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sjh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .label,.jasxcolorcontrasttst-greyAndBlue #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyAndBlue #very-likely-div {
color: #666
}
#footerLegal {
margin-top: 20px;
font-size: 9pt;
} | css/indeed.com.css | .jasxcustomfonttst-useCustomHostedFontFullPage * {
font-family: "Open Sans", sans-serif !important
}
.jasxcustomfonttst-useLato * {
font-family: "Lato", sans-serif !important
}
.jasxcustomfonttst-useFira * {
font-family: "Fira Sans", sans-serif !important
}
.jasxcustomfonttst-useGibson * {
font-family: "Gibson", sans-serif !important
}
.jasxcustomfonttst-useAvenir * {
font-family: "Avenir Next", sans-serif !important
}
.comment_bubble a,.comment_bubble a:link,.comment_bubble a:visited {
color: #77c
}
.footer a,.footer a:link,.footer a:visited {
color: #77c
}
.footer .sl:visited {
color: #77c
}
.jsf .sl {
color: #77c
}
.sl,.sl:link,.sl:visited {
color: #77c
}
#cookie-alert .learn-more,#cookie-alert .learn-more :visited {
color: #77c
}
#jobsearch .sl {
color: #77c
}
#secondary_nav a,#secondary_nav a:link,#secondary_nav a:visited {
color: #77c
}
.arrowStub {
border-top-color: #666
}
.carouselInlineAd .cmp-note {
color: #6F6F6F
}
.cmp_header {
color: #666
}
.cmp_meta {
color: #666
}
.comment_bubble {
color: #666
}
.date,.visits {
color: #808080
}
.dd-disabled {
color: #666
}
.dd-disabled .dd-button-arrow {
color: #666
}
.hp_welcome_message {
color: #6F6F6F
}
.inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.ipadPromoCopy {
color: #666
}
.itaText {
color: #6F6F6F
}
.jsf .label {
color: #aaa
}
.location {
color: #666
}
.nps-popover-x-span {
color: #666
}
.popover-x-span {
color: #666
}
.rjl {
color: #666
}
.rsc {
color: #aaa
}
.rsh {
color: #6F6F6F
}
.svh {
color: #6F6F6F
}
.sjh {
color: #666
}
.sup_grey {
color: #aaa
}
#fromageMsg {
color: #666
}
#jobsearch .label,#jobsearch .label label {
color: #aaa
}
#not-likely-div {
color: #808080
}
#original_radius_result {
color: #666
}
#question-intro-div {
color: #808080
}
#userOptionsLabel.active b {
color: #666
}
#userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
#very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .comment_bubble a,.jasxcolorcontrasttst-blueOnly .comment_bubble a:link,.jasxcolorcontrasttst-blueOnly .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer a,.jasxcolorcontrasttst-blueOnly .footer a:link,.jasxcolorcontrasttst-blueOnly .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .sl,.jasxcolorcontrasttst-blueOnly .sl:link,.jasxcolorcontrasttst-blueOnly .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #secondary_nav a,.jasxcolorcontrasttst-blueOnly #secondary_nav a:link,.jasxcolorcontrasttst-blueOnly #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-blueOnly .carouselInlineAd .cmp-note {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-blueOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-blueOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-blueOnly .date,.jasxcolorcontrasttst-blueOnly .visits {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-blueOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-blueOnly .hp_welcome_message {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.jasxcolorcontrasttst-blueOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-blueOnly .itaText {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .jsf .label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .location {
color: #666
}
.jasxcolorcontrasttst-blueOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rsc {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .rsh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .svh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-blueOnly .sup_grey {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-blueOnly #jobsearch .label,.jasxcolorcontrasttst-blueOnly #jobsearch .label label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #not-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-blueOnly #question-intro-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-blueOnly #very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-greyOnly .comment_bubble a,.jasxcolorcontrasttst-greyOnly .comment_bubble a:link,.jasxcolorcontrasttst-greyOnly .comment_bubble a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer a,.jasxcolorcontrasttst-greyOnly .footer a:link,.jasxcolorcontrasttst-greyOnly .footer a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .jsf .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .sl,.jasxcolorcontrasttst-greyOnly .sl:link,.jasxcolorcontrasttst-greyOnly .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more :visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #jobsearch .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #secondary_nav a,.jasxcolorcontrasttst-greyOnly #secondary_nav a:link,.jasxcolorcontrasttst-greyOnly #secondary_nav a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyOnly .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyOnly .date,.jasxcolorcontrasttst-greyOnly .visits {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyOnly .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyOnly .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyOnly .itaText {
color: #666
}
.jasxcolorcontrasttst-greyOnly .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyOnly .location {
color: #666
}
.jasxcolorcontrasttst-greyOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsc {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .svh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyOnly #jobsearch .label,.jasxcolorcontrasttst-greyOnly #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyOnly #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyOnly #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyOnly #very-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble a,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:link,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer a,.jasxcolorcontrasttst-greyAndBlue .footer a:link,.jasxcolorcontrasttst-greyAndBlue .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .sl,.jasxcolorcontrasttst-greyAndBlue .sl:link,.jasxcolorcontrasttst-greyAndBlue .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more,.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #secondary_nav a,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:link,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .date,.jasxcolorcontrasttst-greyAndBlue .visits {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .itaText {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .location {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rjl {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsc {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .svh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sjh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .label,.jasxcolorcontrasttst-greyAndBlue #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyAndBlue #very-likely-div {
color: #666
}
html {
height: 100%;
}
body {
background: #fff;
margin: 2px 5px
}
body,td {
font-family: Arial,sans-serif;
font-size: 10pt
}
#jobsearch {
margin: 4px 0 0;
}
#jobsearch label {
font-size: 14pt
}
a:link {
color: #00c
}
a:visited {
color: #551a8b
}
a:active {
color: #f00
}
a,a:link,.link,.btn,.btn:hover {
text-decoration: none
}
a:hover,.link:hover {
text-decoration: underline
}
.dya-container a {
text-decoration: underline !important
}
.searches {
table-layout: fixed;
overflow: hidden;
margin-top: 4px
}
.nji {
color: #f60;
white-space: nowrap;
}
.searches td {
padding: 3px 1px
}
.rsc {
text-align: right;
white-space: nowrap;
}
#populartable {
border-bottom: 1px solid #f60
}
.icon-promo-container {
text-align: center;
}
.icon-promo-container-inner {
display: inline-block;
}
.icon-promo-container-inner-left {
text-align: left;
}
.resPad {
padding-bottom: 30px;
}
.resume-promo-link:visited, .post-jobs-promo-link:visited {
color: #00c;
}
.resume-promo .new-ico, .post-jobs-promo .ico {
margin-top: -3px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.resume-promo .new-ico {
width: 16px;
height: 19px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATAgMAAADkCWVcAAAACVBMVEUAAAAAAMxgYN+Evte8AAAAAXRSTlMAQObYZgAAADdJREFUCNdjYGBqYGBg4EwAEqoRQGJqGFAoNLSBgTM0NIFBNTQ0gmFqaChQUDSEgQCBAKFAACYAecAM1ua7kQMAAAAASUVORK5CYII=");
background-size: 16px 19px;
}
.post-jobs-promo .ico {
width: 16px;
height: 14px;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAXVBMVEVHcEwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAMwAAM4AAMwAAMwAAM0AAMwAAMwAAMwAAMwAAMwAAMyF8KAFAAAAHnRSTlMAF9Pf1pfbpqDx6PjGqOzCq/WYnOECBoSLkXAOHcuGJ4k9AAAAeklEQVR4XmXO2w7CMAwDUNOtTXob3cYYV///Z4KiwSQ4j5biGDSZOMOAwafke2L5BIJSoLw/DgaMIecQ2ZtnAU8yDNJRqtY6JYKK4xETYa2NYHTj6CLdBSKQ/2A/MY176Q3risrv23BFaxZsw/C2QLlND/Sq8+w7gj9e40wLnZsc5+sAAAAASUVORK5CYII=');
background-size: 16px 14px;
}
@media (-webkit-min-device-pixel-ratio: 2),
( min--moz-device-pixel-ratio: 2),
( -o-min-device-pixel-ratio: 2/1),
( min-device-pixel-ratio: 2),
( min-resolution: 192dpi),
( min-resolution: 2dppx) {
.resume-promo .new-ico {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC<KEY>);
background-size: 16px 19px;
}
.post-jobs-promo .ico {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAMAAABNTyq8AAAABGdBTUEAALGPC/xhBQAAADxQTFRFAAAAAADNAADOAADMAADNAADNAADNAADMAADNAADNAADNAADMAADMAADMAADNAADNAADNAADNAADMAADM8tkAiwAAABN0Uk5TAGZ3iI6Zn6q2x8zS3ePp7u/0+l4B21UAAACPSURBVDjLxZPBEsIgDERXCU1TCEr3///ViwdbqoMzWN/5DSGbBGxAy1ApiUghi4ikt1IEsJALgHiCVN19JVd3ryS94aC7g357payqd/KmqpmkbshP6ePH43CpmFklq5kVkmZ2BTCZTS9Sy/7tXqmr3MkRtGO5AAiq4ScRtEsXAMzu8/8i2B2nbEjf7PgY6QH0KDBkllypFgAAAABJRU5ErkJggg==');
background-size: 16px 14px;
}
}
.resume-promo .ico {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAMAAADAi10DAAAAA3NCSVQICAjb4U/gAAAAdVBMVEX////x7/3v7vjl4vXj4PTi3/Lg3fHf2/Dd2u7c2O3a1+vZ1erX0+nW0ufU0ObSz+TRzePPy+LOyuDMyN+uqt+lpeaIiNojI84gIMoeHsccHMQaGsEXF74VFbsTE7gREbQODrEMDK4KCqsICKgFBaQDA6EBAZ54rl54AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA5LzEzLzExzT7gEAAAAIJJREFUGNOt0LsOgkAQRuFzkGhP5Ob7PxsmaCy5KDEWC0vEQgv/avPN7M5mzNkm5bqRY0ry2eX/6c5+Q2PO5RAoQdWx0GJUdaahVC2HlfpKVat+oa52Tt1peP4MJ6ABDBMzuAmQwSPQFKowxS4W8u2rX8jdSuGYtkR6tvPFleImfqEXCDYV9f9Fn8cAAAAASUVORK5CYII=");
width: 18px;
height: 24px;
margin-top: -3px;
display: inline-block;
vertical-align: middle;
}
#unrevCmpsPromoDisplay {
text-align: center;
margin-top: 2em;
margin-bottom: 3em;
}
.srchlst_wrap {
_text-align: center;
}
.srchlst {
width: 370px;
margin: 1em auto 0;
text-align: left;
}
.rsh {
padding: 3px 0;
border-bottom: 1px solid #EBEBEB;
}
#rsj {
padding: 0 2em 4px 0;
border-bottom: 1px solid #DEDFEE
}
.rsi {
padding: 3px 0;
}
#rfh {
border-bottom: 1px solid #f60
}
.svh {
padding: 3px 0;
border-bottom: 1px solid #EBEBEB;
}
.svi {
padding: 3px 0;
}
.hr {
color: #ccc
}
.footer a:visited {
color: #00c
}
#countries a {
white-space: nowrap;
font-size: 9pt;
}
.acd {
border: 1px solid #333;
background: #fff;
position: absolute;
width: 100%;
z-index: 1;
}
.aci {
font-size: 18px;
padding: 1px 6px;
cursor: pointer;
}
.acis {
background: #36c;
color: #fff;
}
#acr td .h {
display: none;
}
#acr td {
padding-top: 0;
padding-bottom: 0;
}
.newmsg {
color: #F03
}
#what {
width: 309px;
}
#where {
width: 271px;
}
.inwrap {
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
display: inline-block;
margin-right: -1px;
}
.inwrap .input_text {
font-size: 18px;
padding: 3px 6px;
_margin: -1px 0;
}
.inwrap input {
box-sizing: border-box;
margin: 0;
height: 30px;
font-family: Arial,sans-serif;
border: 1px solid #ccc;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
.inwrap .input_submit {
color: #614041;
font-size: 15px;
height: 30px;
background: #e8e8e8;
padding: 3px 9px;
cursor: pointer;
_padding: 3px;
}
.inwrap .input_submit:active {
background: #ccc;
}
.npb {
padding-bottom: 0;
color: #f60;
text-transform: lowercase;
font-weight: bold;
}
.npl {
padding-left: 0
}
.inwrapBorder {
border: 1px solid #1c4ed9;
border-top-color: #2f62f1;
border-bottom-color: #133fbb;
display: inline-block;
width: auto
}
.inwrapBorderTop {
border-top: 1px solid #69F;
display: inline-block;
background-color: #3163f2;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3163F2',endColorstr='#2B57D5');
background: -webkit-gradient(linear,left top,left bottom,from(#3163f2),to(#2b57d5));
background: -moz-linear-gradient(top,#3163f2,#2b57d5);
background: linear-gradient(top,#3163f2,#2b57d5)
}
.inwrapBorder .input_submit {
background: transparent;
border: 0;
color: #fff;
font-family: Arial;
font-size: 15px;
margin: 0;
padding: 4px 9px;
cursor: pointer;
_padding: 3px
}
.inwrapBorder a.input_submit {
text-decoration: none;
display: block
}
.inwrapBorder:hover {
border-color: #235af6;
border-top-color: #4072ff;
border-bottom-color: #1e4fd9
}
.inwrapBorderTop:hover {
border-top-color: #7ba7ff;
background-color: #4273ff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4273ff',endColorstr='#3364f1');
background: -webkit-gradient(linear,left top,left bottom,from(#4273ff),to(#3364f1));
background: -moz-linear-gradient(top,#4273ff,#3364f1);
background: linear-gradient(top,#4273ff,#3364f1)
}
.inwrapBorder:active {
border-color: #536db7;
border-top-color: #4b69c1;
border-bottom-color: #3753a6
}
.inwrapBorder:active .inwrapBorderTop {
border-top-color: #6c82c1;
background-color: #4b69c1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b69c1',endColorstr='#3753a6');
background: -webkit-gradient(linear,left top,left bottom,from(#4b69c1),to(#3753a6));
background: -moz-linear-gradient(top,#4b69c1,#3753a6);
background: linear-gradient(top,#4b69c1,#3753a6)
}
.roundedCorner {
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: 0;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 15px/100% Arial,Helvetica,sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.roundedCorner:hover {
text-decoration: none
}
.roundedCorner:active {
position: relative;
top: 1px
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em
}
.small {
font-size: 11px;
padding: .2em 1em .275em
}
.indeedblue {
color: #d9eef7;
border: solid 1px #1c4ed9;
background: #3163f2;
background: -webkit-gradient(linear,left top,left bottom,from(#2f62f1),to(#133fbb));
background: -moz-linear-gradient(top,#2f62f1,#133fbb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F62F1',endColorstr='#133FBB')
}
.indeedblue:hover,.indeedblue:focus {
background: #235af6;
background: -webkit-gradient(linear,left top,left bottom,from(#4072ff),to(#1e4fd9));
background: -moz-linear-gradient(top,#4072ff,#1e4fd9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4072ff',endColorstr='#1e4fd9')
}
.indeedblue:active {
color: #d9eef7;
background: -webkit-gradient(linear,left top,left bottom,from(#4b69c1),to(#3753a6));
background: -moz-linear-gradient(top,#4b69c1,#3753a6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b69c1',endColorstr='#3753a6')
}
#jobsearch .label, #jobsearch .label label {
font-size: 12px;
line-height: 1.2;
padding-top: 0;
font-weight: normal;
white-space: nowrap;
padding-right: 1.5em
}
#jobsearch .sl {
font-size: 11px;
white-space: nowrap;
}
.footer a,
.footer a:link,
.footer a:visited {
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
body {
height: 100%;
margin-bottom: 0px;
}
table {
font-size: medium;
}
td.npb, td.npl {
width: 1px;
}
td.npl {
padding-bottom: 2.5px
}
iframe[name=google_conversion_frame] {
display: none !important;
}
#viewport {
min-height: 99.9%;
_height: 100%;
position: relative;
}
.content {
padding-bottom: 34px;
}
.footer {
position: absolute;
height: 34px;
width: 100%;
left: 0;
bottom: 0;
}
#footerMainLinks {
float: left;
margin: 9px;
margin-left: 12px;
_margin-left: 6px;
text-align: left;
font-size: 9pt;
white-space: nowrap;
}
#footerLegal {
text-align: right;
margin: 9px;
margin-right: 12px;
margin-top: 9px !important;
white-space: nowrap;
font-size: 9pt;
}
.footerSpacing,
#footerBoilerplate,
.footerBreak,
.footer #cookie-alert {
display: none;
}
#gajui {
margin: 3em 0 1em;
text-align: center;
}
#cookie-alert {
margin-top: 3em !important;
}
div.hp_bottom_promo_wrapper {
text-align: center;
}
.indeedLogo img {
display: block;
}
.indeedLogo {
background: url("/images/logo.png") no-repeat;
margin: 11px 0 39px 15px;
border: 0;
width: 219px;
height: 60px;
-webkit-background-size: 219px 60px;
background-size: 219px 60px;
}
@media (-webkit-min-device-pixel-ratio: 2),
( min--moz-device-pixel-ratio: 2),
( -o-min-device-pixel-ratio: 2/1),
( min-device-pixel-ratio: 2),
( min-resolution: 192dpi),
( min-resolution: 2dppx) {
.indeedLogo {
background: url("/images/logo@2x.png") no-repeat;
-webkit-background-size: 219px 60px;
background-size: 219px 60px;
}
}
#tagline {
margin: 3em 0 1em;
text-align: center;
}
body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
#g_nav {
border-bottom: 1px solid #ccc;
margin-bottom: 9px;
}
#g_nav a,
#g_nav a:visited {
color: #00c;
}
.navBi {
display: -moz-inline-box;
display: inline-block;
padding: 9px 12px;
margin: 0;
list-style-type: none;
}
#p_nav a.selected {
font-weight: bold;
text-decoration: none;
color: #000 !important;
}
#navpromo a,
#navpromo a:visited {
color: #f60;
}
#u_nav .login_unconfirmed,
#u_nav .login_unconfirmed a,
#u_nav .login_unconfirmed a:visited {
color: #c00
}
#u_nav .resume_pending,
#u_nav .resume_pending a,
#u_nav .resume_pending a:visited {
color: #c00
}
#userOptionsLabel {
position: relative;
z-index: 5;
}
#userOptionsLabel b {
cursor: pointer;
text-decoration: underline;
position: relative;
z-index: 5;
}
#userOptionsLabel:active {
outline: none;
}
#userOptionsLabel.active {
padding: 9px 11px;
margin-bottom: -1px;
_margin-bottom: 0px;
border: 1px solid #ccc;
border-top: 0;
}
#userOptionsLabel.active .arrowStub {
border-width: 0 3px 3px;
_border-width: 0px 3px 4px;
border-color: transparent;
top: -2px;
border-style: dashed dashed solid;
}
#userOptionsLabel.active .halfPxlFix {
background: #fff;
bottom: -3px;
height: 6px;
left: 0;
position: absolute;
right: 0;
border: 1px solid #fff;
}
.arrowStub {
position: relative;
border-style: solid dashed dashed;
border-color: transparent;
display: -moz-inline-box;
display: inline-block;
font-size: 0;
height: 0;
line-height: 0;
width: 0;
left: 4px;
border-top-width: 3px;
border-bottom-width: 0;
border-right-width: 3px;
padding-top: 1px;
top: -1px;
}
#userOptions {
z-index: 2;
visibility: hidden;
position: absolute;
right: 0;
x_right: -1px;
top: 100%;
padding: 9px 15px;
border: 1px solid #ccc;
background: #fff;
min-width: 150px;
_width: 150px;
text-align: left;
}
#userOptions.open {
visibility: visible;
}
.userOptionItem {
margin: 6px 0;
}
.userOptionItem a {
white-space: nowrap;
}
.userOptionGroup {
border-top: 1px solid #e8e8e8;
margin-top: 12px;
}
.userNameRepeat {
color: #a8a8a8;
padding-right: 48px;
font-weight: bold;
}
.userOptionGroupHeader {
font-weight: bold;
margin: 6px 0;
}
.comment_bubble a,.comment_bubble a:link,.comment_bubble a:visited {
color: #77c
}
.footer a,.footer a:link,.footer a:visited {
color: #77c
}
.footer .sl:visited {
color: #77c
}
.jsf .sl {
color: #77c
}
.sl,.sl:link,.sl:visited {
color: #77c
}
#cookie-alert .learn-more,#cookie-alert .learn-more :visited {
color: #77c
}
#jobsearch .sl {
color: #77c
}
#secondary_nav a,#secondary_nav a:link,#secondary_nav a:visited {
color: #77c
}
.arrowStub {
border-top-color: #666
}
.carouselInlineAd .cmp-note {
color: #6F6F6F
}
.cmp_header {
color: #666
}
.cmp_meta {
color: #666
}
.comment_bubble {
color: #666
}
.date,.visits {
color: #808080
}
.dd-disabled {
color: #666
}
.dd-disabled .dd-button-arrow {
color: #666
}
.hp_welcome_message {
color: #6F6F6F
}
.inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.ipadPromoCopy {
color: #666
}
.itaText {
color: #6F6F6F
}
.jsf .label {
color: #aaa
}
.location {
color: #666
}
.nps-popover-x-span {
color: #666
}
.popover-x-span {
color: #666
}
.rjl {
color: #666
}
.rsc {
color: #aaa
}
.rsh {
color: #6F6F6F
}
.svh {
color: #6F6F6F
}
.sjh {
color: #666
}
.sup_grey {
color: #aaa
}
#fromageMsg {
color: #666
}
#jobsearch .label,#jobsearch .label label {
color: #aaa
}
#not-likely-div {
color: #808080
}
#original_radius_result {
color: #666
}
#question-intro-div {
color: #808080
}
#userOptionsLabel.active b {
color: #666
}
#userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
#very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .comment_bubble a,.jasxcolorcontrasttst-blueOnly .comment_bubble a:link,.jasxcolorcontrasttst-blueOnly .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer a,.jasxcolorcontrasttst-blueOnly .footer a:link,.jasxcolorcontrasttst-blueOnly .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .sl,.jasxcolorcontrasttst-blueOnly .sl:link,.jasxcolorcontrasttst-blueOnly .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-blueOnly #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly #secondary_nav a,.jasxcolorcontrasttst-blueOnly #secondary_nav a:link,.jasxcolorcontrasttst-blueOnly #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-blueOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-blueOnly .carouselInlineAd .cmp-note {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-blueOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-blueOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-blueOnly .date,.jasxcolorcontrasttst-blueOnly .visits {
color: #808080
}
.jasxcolorcontrasttst-blueOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-blueOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-blueOnly .hp_welcome_message {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .inwrap input {
border-bottom-color: #aaa;
border-\@LINE_END\@-color: #aaa
}
.jasxcolorcontrasttst-blueOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-blueOnly .itaText {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .jsf .label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .location {
color: #666
}
.jasxcolorcontrasttst-blueOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-blueOnly .rsc {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly .rsh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .svh {
color: #6F6F6F
}
.jasxcolorcontrasttst-blueOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-blueOnly .sup_grey {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-blueOnly #jobsearch .label,.jasxcolorcontrasttst-blueOnly #jobsearch .label label {
color: #aaa
}
.jasxcolorcontrasttst-blueOnly #not-likely-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-blueOnly #question-intro-div {
color: #808080
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-blueOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-blueOnly #very-likely-div {
color: #808080
}
.jasxcolorcontrasttst-greyOnly .comment_bubble a,.jasxcolorcontrasttst-greyOnly .comment_bubble a:link,.jasxcolorcontrasttst-greyOnly .comment_bubble a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer a,.jasxcolorcontrasttst-greyOnly .footer a:link,.jasxcolorcontrasttst-greyOnly .footer a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .footer .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .jsf .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .sl,.jasxcolorcontrasttst-greyOnly .sl:link,.jasxcolorcontrasttst-greyOnly .sl:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more,.jasxcolorcontrasttst-greyOnly #cookie-alert .learn-more :visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #jobsearch .sl {
color: #77c
}
.jasxcolorcontrasttst-greyOnly #secondary_nav a,.jasxcolorcontrasttst-greyOnly #secondary_nav a:link,.jasxcolorcontrasttst-greyOnly #secondary_nav a:visited {
color: #77c
}
.jasxcolorcontrasttst-greyOnly .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyOnly .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyOnly .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyOnly .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyOnly .date,.jasxcolorcontrasttst-greyOnly .visits {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyOnly .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyOnly .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyOnly .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyOnly .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyOnly .itaText {
color: #666
}
.jasxcolorcontrasttst-greyOnly .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyOnly .location {
color: #666
}
.jasxcolorcontrasttst-greyOnly .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rjl {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsc {
color: #666
}
.jasxcolorcontrasttst-greyOnly .rsh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .svh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sjh {
color: #666
}
.jasxcolorcontrasttst-greyOnly .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyOnly #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyOnly #jobsearch .label,.jasxcolorcontrasttst-greyOnly #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyOnly #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyOnly #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyOnly #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyOnly #very-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble a,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:link,.jasxcolorcontrasttst-greyAndBlue .comment_bubble a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer a,.jasxcolorcontrasttst-greyAndBlue .footer a:link,.jasxcolorcontrasttst-greyAndBlue .footer a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .footer .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .jsf .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .sl,.jasxcolorcontrasttst-greyAndBlue .sl:link,.jasxcolorcontrasttst-greyAndBlue .sl:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more,.jasxcolorcontrasttst-greyAndBlue #cookie-alert .learn-more :visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .sl {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue #secondary_nav a,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:link,.jasxcolorcontrasttst-greyAndBlue #secondary_nav a:visited {
color: #6D6DC3
}
.jasxcolorcontrasttst-greyAndBlue .arrowStub {
border-top-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .carouselInlineAd .cmp-note {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_header {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .cmp_meta {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .comment_bubble {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .date,.jasxcolorcontrasttst-greyAndBlue .visits {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .dd-disabled .dd-button-arrow {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .hp_welcome_message {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .inwrap input {
border-bottom-color: #666;
border-\@LINE_END\@-color: #666
}
.jasxcolorcontrasttst-greyAndBlue .ipadPromoCopy {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .itaText {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .jsf .label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .location {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .nps-popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .popover-x-span {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rjl {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsc {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .rsh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .svh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sjh {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue .sup_grey {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #fromageMsg {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #jobsearch .label,.jasxcolorcontrasttst-greyAndBlue #jobsearch .label label {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #not-likely-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #original_radius_result {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #question-intro-div {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active b {
color: #666
}
.jasxcolorcontrasttst-greyAndBlue #userOptionsLabel.active .arrowStub {
border-bottom-color: #666
}
.jasxcolorcontrasttst-greyAndBlue #very-likely-div {
color: #666
}
#footerLegal {
margin-top: 20px;
font-size: 9pt;
} | 0.433022 | 0.288492 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "xprime";
src: url(../assets/fonts/Cinzel_Decorative/CinzelDecorative-Black.ttf);
}
@font-face {
font-family: "xprime-2";
src: url(../assets/fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf);
}
html {
scroll-behavior: smooth;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-track {
background-color: #642175;
}
::-webkit-scrollbar-thumb {
background-color: #240029;
border-radius: 50px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #240029;
color: #f2f2f2;
}
a {
color: #ffffff;
text-decoration: none;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 20;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
header a {
color: #ffffff;
text-decoration: none;
transition: 0.3s;
}
header a:hover {
opacity: 0.7;
}
.logo {
font-size: 24px;
text-transform: capitalize;
letter-spacing: 4px;
position: relative;
bottom: 2.5px;
}
.logo .x {
font-size: 32px;
position: relative;
top: 5px;
}
.x {
font-family: "xprime";
color: #08e315;
}
.l {
font-family: "xprime";
}
.i {
font-family: 'Times New Roman', Times, serif;
color: #08e315;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
background: #642175;
height: 8vh;
}
.nav-list {
list-style: none;
display: flex;
}
.nav-list li {
letter-spacing: 3px;
margin-left: 32px;
}
.nav-list li:nth-of-type(3) a {
color: #08e315;
font-weight: bold;
}
.mobile-menu {
display: none;
cursor: pointer;
}
.mobile-menu div {
width: 32px;
height: 2px;
background: #fff;
margin: 8px;
transition: 0.3s;
}
#presentation {
width: 100%;
height: 92vh;
margin-top: 8vh;
border-radius: 0 0 50% 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 100px;
background-image: linear-gradient(rgba(0, 80, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/cathy-pham-3jAN9InapQI-unsplash.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
#presentation div {
text-align: center;
text-shadow: 0 1px 3px black;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
#presentation h1 {
font-size: 80px;
text-transform: capitalize;
letter-spacing: 4px;
margin-bottom: 20px;
}
#presentation .x {
font-size: 100px;
position: relative;
top: 15px;
}
#presentation p,
strong {
font-size: 30px;
font-weight: 100;
}
#go-to-products {
font-size: 24px;
background-color: #642175;
color: #f2f2f2;
border: solid 2px rgba(0, 0, 0, 0);
border-radius: 5px;
outline: none;
padding: 10px 20px 10px 20px;
cursor: pointer;
transition: ease 300ms;
}
#go-to-products:hover {
background-color: #511b5f;
border: solid 2px #08e315;
}
#most-sold {
position: relative;
width: 420px;
height: 440px;
border-radius: 20px;
margin: 10px auto 50px auto;
background-color: #f8f8f2;
padding: 3px 15px 15px 15px;
box-shadow: 0 0 5px black;
z-index: 15;
}
#most-sold h2 {
font-size: 28px;
text-align: center;
color: #642175;
margin: 5px;
}
#most-sold img {
width: 400px;
height: 380px;
object-fit: fill;
cursor: pointer;
}
/* Slideshow container */
.slideshow-container {
max-width: 420px;
position: relative;
margin: auto;
}
.slideshow-container img {
border: solid 2px #642175;
border-radius: 5px;
}
.mySlides {
display: none;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
#products {
position: relative;
top: -100px;
padding: 100px 0 50px 0;
border-radius: 100px;
background-color: #642175;
z-index: 10;
}
#products h2 {
text-align: center;
text-shadow: 0 0 5px black;
font-size: 42px;
margin-bottom: 50px;
}
#buttons-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto auto;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 30px;
}
#buttons-container button {
background-color: #12c52a;
color: #f2f2f2;
border: solid 2px rgba(0, 0, 0, 0.0);
border-radius: 5px;
outline: none;
font-size: 18px;
text-align: center;
text-shadow: 0 0 3px black;
box-shadow: 0 0 2px black;
padding: 6px 12px 6px 12px;
cursor: pointer;
transition: ease 300ms;
}
#buttons-container button:hover {
background-color: #009414;
border: solid 2px #f2f2f2;
}
#products-container {
display: grid;
grid-template-columns: auto auto auto auto;
justify-content: center;
align-items: center;
gap: 30px;
}
.product-container {
width: 265px;
height: 290px;
background-color: #f2f2f2;
border: solid 2px #af0098;
border-radius: 10px;
box-shadow: 0 0 7px #000000;
overflow: hidden;
position: relative;
cursor: pointer;
z-index: 11;
transition: ease 300ms;
}
.product-container:hover {
box-shadow: none;
border: solid 2px #08e315;
}
.sub-text {
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
height: 100%;
padding: 3px 0 3px 10px;
background-color: #240029;
font-weight: bold;
font-size: 18px;
text-align: center;
text-transform: capitalize;
}
.product-container img {
width: 100%;
height: 100%;
object-fit: fill;
}
#go-to-all-products {
display: block;
font-size: 24px;
margin: auto;
background-color: #12c52a;
color: #f2f2f2;
border: none;
border-radius: 5px;
outline: none;
padding: 10px 20px 10px 20px;
cursor: pointer;
transition: ease 300ms;
}
#go-to-all-products:hover {
background-color: #02a718;
}
footer {
text-align: center;
font-weight: bold;
}
#social-medias {
width: 100%;
text-align: center;
padding: 20px 0 20px 0;
}
#social-medias img {
width: 50px;
border: solid 2px #f2f2f2;
border-radius: 10px;
box-shadow: 0 0 5px black;
transition: ease 300ms;
margin: 0 20px 0 20px;
}
#social-medias img:hover {
border: solid 2px #08e315;
}
#copy,
#copy a {
text-decoration: underline;
color: #08e315;
}
#warning {
font-size: 10px;
margin: 8px;
text-transform: capitalize;
color: #af0098;
}
@media (max-width: 1200px) {
#buttons-container {
grid-template-columns: auto auto auto auto auto;
}
#products-container {
grid-template-columns: auto auto auto;
}
}
@media (max-width: 900px) {
#buttons-container {
grid-template-columns: auto auto auto auto;
}
#products-container {
grid-template-columns: auto auto;
}
}
/*
MOBILE CSS
*/
@media (max-width: 600px) {
body {
overflow-x: hidden;
}
nav {
justify-content: space-between;
padding: 0px 10px 0px 20px;
}
.nav-list {
position: absolute;
top: 8vh;
right: 0;
width: 50vw;
height: 92vh;
background: #642175;
flex-direction: column;
align-items: center;
justify-content: space-around;
transform: translateX(100%);
transition: transform 0.3s ease-in;
}
.nav-list li {
margin-left: 0;
opacity: 0;
}
.mobile-menu {
display: block;
}
.nav-list.active {
transform: translateX(0);
}
#presentation {
width: 100%;
height: 370px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(0, 80, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/cathy-pham-3jAN9InapQI-unsplash.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 0px 0px 0px 50%;
}
#presentation div {
text-align: center;
text-shadow: 0 1px 3px black;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
#presentation h1 {
font-size: 38px;
text-transform: capitalize;
letter-spacing: 4px;
margin-bottom: 10px;
}
#presentation .x {
font-size: 60px;
position: relative;
top: 10px;
}
#go-to-products {
display: none;
}
#presentation p,
strong {
font-size: 16px;
font-weight: bold;
}
#most-sold {
width: 220px;
height: 220px;
margin: auto;
position: relative;
top: -50px;
background-color: #f8f8f2;
padding: 3px 15px 15px 15px;
border-radius: 30px 10px 30px 10px;
box-shadow: 0 0 5px black;
}
#most-sold h2 {
font-size: 18px;
text-align: center;
color: #642175;
margin: 5px;
}
#most-sold img {
width: 170px;
height: 170px;
}
#products {
position: relative;
top: -100px;
padding: 100px 0 50px 0;
border-radius: 0px 300px 0 300px;
background-color: #642175;
}
#buttons-container {
grid-template-columns: auto auto auto;
}
#products h2 {
text-align: center;
margin-bottom: 30px;
}
#products-container {
display: grid;
grid-template-columns: auto auto;
justify-content: center;
align-items: center;
gap: 10px;
}
.product-container {
width: 165px;
height: 180px;
background-color: #f2f2f2;
border-radius: 10px;
box-shadow: 0 0 7px #000000;
overflow: hidden;
position: relative;
}
.sub-text {
width: 100%;
height: 100%;
padding: 3px 0 3px 10px;
background-color: #240029;
font-size: 14px;
font-weight: normal;
text-align: center;
text-transform: capitalize;
text-align: center;
}
.product-container img {
width: 100%;
height: 100%;
object-fit: fill;
}
}
@keyframes navLinkFade {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.mobile-menu.active .line1 {
transform: rotate(-45deg) translate(-8px, 8px);
}
.mobile-menu.active .line2 {
opacity: 0;
}
.mobile-menu.active .line3 {
transform: rotate(45deg) translate(-5px, -7px);
} | styles/index.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "xprime";
src: url(../assets/fonts/Cinzel_Decorative/CinzelDecorative-Black.ttf);
}
@font-face {
font-family: "xprime-2";
src: url(../assets/fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf);
}
html {
scroll-behavior: smooth;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-track {
background-color: #642175;
}
::-webkit-scrollbar-thumb {
background-color: #240029;
border-radius: 50px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #240029;
color: #f2f2f2;
}
a {
color: #ffffff;
text-decoration: none;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 20;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
header a {
color: #ffffff;
text-decoration: none;
transition: 0.3s;
}
header a:hover {
opacity: 0.7;
}
.logo {
font-size: 24px;
text-transform: capitalize;
letter-spacing: 4px;
position: relative;
bottom: 2.5px;
}
.logo .x {
font-size: 32px;
position: relative;
top: 5px;
}
.x {
font-family: "xprime";
color: #08e315;
}
.l {
font-family: "xprime";
}
.i {
font-family: 'Times New Roman', Times, serif;
color: #08e315;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
background: #642175;
height: 8vh;
}
.nav-list {
list-style: none;
display: flex;
}
.nav-list li {
letter-spacing: 3px;
margin-left: 32px;
}
.nav-list li:nth-of-type(3) a {
color: #08e315;
font-weight: bold;
}
.mobile-menu {
display: none;
cursor: pointer;
}
.mobile-menu div {
width: 32px;
height: 2px;
background: #fff;
margin: 8px;
transition: 0.3s;
}
#presentation {
width: 100%;
height: 92vh;
margin-top: 8vh;
border-radius: 0 0 50% 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 100px;
background-image: linear-gradient(rgba(0, 80, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/cathy-pham-3jAN9InapQI-unsplash.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
#presentation div {
text-align: center;
text-shadow: 0 1px 3px black;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
#presentation h1 {
font-size: 80px;
text-transform: capitalize;
letter-spacing: 4px;
margin-bottom: 20px;
}
#presentation .x {
font-size: 100px;
position: relative;
top: 15px;
}
#presentation p,
strong {
font-size: 30px;
font-weight: 100;
}
#go-to-products {
font-size: 24px;
background-color: #642175;
color: #f2f2f2;
border: solid 2px rgba(0, 0, 0, 0);
border-radius: 5px;
outline: none;
padding: 10px 20px 10px 20px;
cursor: pointer;
transition: ease 300ms;
}
#go-to-products:hover {
background-color: #511b5f;
border: solid 2px #08e315;
}
#most-sold {
position: relative;
width: 420px;
height: 440px;
border-radius: 20px;
margin: 10px auto 50px auto;
background-color: #f8f8f2;
padding: 3px 15px 15px 15px;
box-shadow: 0 0 5px black;
z-index: 15;
}
#most-sold h2 {
font-size: 28px;
text-align: center;
color: #642175;
margin: 5px;
}
#most-sold img {
width: 400px;
height: 380px;
object-fit: fill;
cursor: pointer;
}
/* Slideshow container */
.slideshow-container {
max-width: 420px;
position: relative;
margin: auto;
}
.slideshow-container img {
border: solid 2px #642175;
border-radius: 5px;
}
.mySlides {
display: none;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}
#products {
position: relative;
top: -100px;
padding: 100px 0 50px 0;
border-radius: 100px;
background-color: #642175;
z-index: 10;
}
#products h2 {
text-align: center;
text-shadow: 0 0 5px black;
font-size: 42px;
margin-bottom: 50px;
}
#buttons-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto auto;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 30px;
}
#buttons-container button {
background-color: #12c52a;
color: #f2f2f2;
border: solid 2px rgba(0, 0, 0, 0.0);
border-radius: 5px;
outline: none;
font-size: 18px;
text-align: center;
text-shadow: 0 0 3px black;
box-shadow: 0 0 2px black;
padding: 6px 12px 6px 12px;
cursor: pointer;
transition: ease 300ms;
}
#buttons-container button:hover {
background-color: #009414;
border: solid 2px #f2f2f2;
}
#products-container {
display: grid;
grid-template-columns: auto auto auto auto;
justify-content: center;
align-items: center;
gap: 30px;
}
.product-container {
width: 265px;
height: 290px;
background-color: #f2f2f2;
border: solid 2px #af0098;
border-radius: 10px;
box-shadow: 0 0 7px #000000;
overflow: hidden;
position: relative;
cursor: pointer;
z-index: 11;
transition: ease 300ms;
}
.product-container:hover {
box-shadow: none;
border: solid 2px #08e315;
}
.sub-text {
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
height: 100%;
padding: 3px 0 3px 10px;
background-color: #240029;
font-weight: bold;
font-size: 18px;
text-align: center;
text-transform: capitalize;
}
.product-container img {
width: 100%;
height: 100%;
object-fit: fill;
}
#go-to-all-products {
display: block;
font-size: 24px;
margin: auto;
background-color: #12c52a;
color: #f2f2f2;
border: none;
border-radius: 5px;
outline: none;
padding: 10px 20px 10px 20px;
cursor: pointer;
transition: ease 300ms;
}
#go-to-all-products:hover {
background-color: #02a718;
}
footer {
text-align: center;
font-weight: bold;
}
#social-medias {
width: 100%;
text-align: center;
padding: 20px 0 20px 0;
}
#social-medias img {
width: 50px;
border: solid 2px #f2f2f2;
border-radius: 10px;
box-shadow: 0 0 5px black;
transition: ease 300ms;
margin: 0 20px 0 20px;
}
#social-medias img:hover {
border: solid 2px #08e315;
}
#copy,
#copy a {
text-decoration: underline;
color: #08e315;
}
#warning {
font-size: 10px;
margin: 8px;
text-transform: capitalize;
color: #af0098;
}
@media (max-width: 1200px) {
#buttons-container {
grid-template-columns: auto auto auto auto auto;
}
#products-container {
grid-template-columns: auto auto auto;
}
}
@media (max-width: 900px) {
#buttons-container {
grid-template-columns: auto auto auto auto;
}
#products-container {
grid-template-columns: auto auto;
}
}
/*
MOBILE CSS
*/
@media (max-width: 600px) {
body {
overflow-x: hidden;
}
nav {
justify-content: space-between;
padding: 0px 10px 0px 20px;
}
.nav-list {
position: absolute;
top: 8vh;
right: 0;
width: 50vw;
height: 92vh;
background: #642175;
flex-direction: column;
align-items: center;
justify-content: space-around;
transform: translateX(100%);
transition: transform 0.3s ease-in;
}
.nav-list li {
margin-left: 0;
opacity: 0;
}
.mobile-menu {
display: block;
}
.nav-list.active {
transform: translateX(0);
}
#presentation {
width: 100%;
height: 370px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(0, 80, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/cathy-pham-3jAN9InapQI-unsplash.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 0px 0px 0px 50%;
}
#presentation div {
text-align: center;
text-shadow: 0 1px 3px black;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
#presentation h1 {
font-size: 38px;
text-transform: capitalize;
letter-spacing: 4px;
margin-bottom: 10px;
}
#presentation .x {
font-size: 60px;
position: relative;
top: 10px;
}
#go-to-products {
display: none;
}
#presentation p,
strong {
font-size: 16px;
font-weight: bold;
}
#most-sold {
width: 220px;
height: 220px;
margin: auto;
position: relative;
top: -50px;
background-color: #f8f8f2;
padding: 3px 15px 15px 15px;
border-radius: 30px 10px 30px 10px;
box-shadow: 0 0 5px black;
}
#most-sold h2 {
font-size: 18px;
text-align: center;
color: #642175;
margin: 5px;
}
#most-sold img {
width: 170px;
height: 170px;
}
#products {
position: relative;
top: -100px;
padding: 100px 0 50px 0;
border-radius: 0px 300px 0 300px;
background-color: #642175;
}
#buttons-container {
grid-template-columns: auto auto auto;
}
#products h2 {
text-align: center;
margin-bottom: 30px;
}
#products-container {
display: grid;
grid-template-columns: auto auto;
justify-content: center;
align-items: center;
gap: 10px;
}
.product-container {
width: 165px;
height: 180px;
background-color: #f2f2f2;
border-radius: 10px;
box-shadow: 0 0 7px #000000;
overflow: hidden;
position: relative;
}
.sub-text {
width: 100%;
height: 100%;
padding: 3px 0 3px 10px;
background-color: #240029;
font-size: 14px;
font-weight: normal;
text-align: center;
text-transform: capitalize;
text-align: center;
}
.product-container img {
width: 100%;
height: 100%;
object-fit: fill;
}
}
@keyframes navLinkFade {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.mobile-menu.active .line1 {
transform: rotate(-45deg) translate(-8px, 8px);
}
.mobile-menu.active .line2 {
opacity: 0;
}
.mobile-menu.active .line3 {
transform: rotate(45deg) translate(-5px, -7px);
} | 0.324342 | 0.097433 |
* Internal self contained modules, save in directory module/.
*/
/**
* Style for the stylechooser.
*/
/**
* Variables
*/
/**
* Style
*/
/**
* Base style to affect HTML elements on a general scale.
*/
/**
* Base style to affect HTML elements on a general scale.
*/
html {
overflow-y: scroll;
background-color: black;
}
body {
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
font: 100.01%/1.3 serif;
}
img {
max-width: 100%;
}
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Variables
*/
/**
* General layout
*/
/* Hide submenu, leave this to kmom02 */
.rm-desktop ul {
display: none;
}
/* Hide responsive/mobile menu, leave this to kmom02 */
.rm-navbar-max {
display: none;
}
* {
box-sizing: border-box;
}
h1 {
font-size: 2em;
border-bottom: 1px solid #666;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.125em;
margin-bottom: 0.9em;
}
.outer-wrap {
max-width: 100%;
}
.outer-wrap-header {
height: 48px;
margin-bottom: 12px;
}
.inner-wrap {
max-width: 1200px;
margin: 0 auto;
}
.inner-wrap-header {
max-width: 100%;
}
.inner-wrap-main {
padding-bottom: 2em;
}
.inner-wrap-main .row {
margin: 0 5px;
}
.outer-wrap-footer {
background-color: #444;
color: white;
padding: 1em 0;
}
.row::after {
display: block;
content: "";
clear: both;
}
.region-header-col-1 {
width: 18%;
float: left;
display: inline;
}
.site-logo {
display: none;
}
.site-logo-text {
display: inline-block;
line-height: 1;
font-size: 42px;
}
.site-logo-text a {
display: inline-block;
text-decoration: none;
color: inherit;
}
.site-logo-text-icon {
display: inline-block;
}
.site-logo-text-icon img {
vertical-align: bottom;
}
.region-header-col-2 {
width: 80%;
float: left;
display: inline;
}
.rm-navbar {
text-align: center;
font-size: 1.5em;
line-height: 0;
}
.rm-navbar ul {
list-style: none;
padding: 0;
margin: 0;
}
.my-navbar li {
display: inline-block;
}
.my-navbar a {
padding: 1em;
display: block;
text-decoration: none;
color: inherit;
}
.my-navbar li .rm-submenu-button {
display: none;
}
.region-header-col-3 {
width: 2%;
float: left;
}
.region-main {
width: 75%;
min-height: 32em;
}
.has-sidebar-right {
float: left;
display: inline;
width: 60%;
}
.region-sidebar-right {
float: left;
display: inline;
width: 35%;
margin-left: 5%;
}
.has-sidebar-left {
float: left;
display: inline;
width: 65%;
}
.region-sidebar-left {
float: left;
display: inline;
width: 30%;
margin-right: 5%;
}
.article::after {
display: block;
content: "";
clear: both;
}
figure.figure.right {
float: right;
margin: 0 0 0 1em;
}
figure.figure.left {
float: left;
margin: 1em 1em 0 0;
}
figure.figure img {
display: block;
}
figure.figure figcaption {
font-style: italic;
}
figure.figure figcaption p {
padding-top: 0.5em;
margin-top: 0;
}
.byline {
border-top: 2px solid #aaa;
padding: 1em;
padding-top: 0.5em;
width: 75%;
margin-top: 1.5em;
margin-bottom: -4em;
overflow: auto;
}
.wrap-sidebar {
margin-top: 0.5em;
}
.block {
margin-bottom: 2em;
}
.region-footer {
display: inline;
float: left;
width: 98.95833333%;
margin-left: 0.52083333%;
margin-right: 0.52083333%;
}
.footer-column-wrapper {
border-bottom: 1px solid #666;
padding-bottom: 24px;
margin-bottom: 48px;
}
.footer-column-wrapper::after {
display: block;
content: "";
clear: both;
}
.footer-column {
display: inline;
float: left;
width: 32%;
margin: 0 0.667%;
height: 100%;
}
.footer-column-x {
height: 100%;
}
.site-footer {
color: white;
text-align: center;
padding-bottom: 1em;
}
/**
* Layout for responsive style through media queries.
*/
@media screen and (max-width: 1700px) {
.site-logo {
width: 150px;
}
}
@media screen and (max-width: 1500px) {
.site-logo {
display: none;
}
.site-logo-text-icon {
display: inline-block;
}
}
@media screen and (max-width: 1200px) {
.rm-navbar ul.rm-desktop li a {
padding: 1em 0.5em;
}
}
@media screen and (max-width: 1000px) {
.rm-navbar ul.rm-desktop li a {
padding: 1em 0.2em;
}
.region-header-col-1 {
width: 24%;
}
.region-header-col-2 {
width: 69%;
}
.region-header-col-3 {
width: 7%;
}
}
@media screen and (max-width: 800px) {
.region-header-col-1 {
width: 90%;
}
.region-header-col-2 {
display: none;
}
.region-header-col-3 {
width: 10%;
}
}
@media screen and (min-width: 801px) {
.rm-navbar ul.rm-small {
display: none;
}
}
@media screen and (max-width: 800px) {
.region-main {
width: 95%;
margin: 0 auto;
}
}
@media screen and (max-width: 600px) {
.region-main {
width: 98%;
margin: 0 auto;
}
.region-main .article figure.figure {
float: none;
margin: 0;
}
.byline {
width: 100%;
}
.region-main.has-sidebar {
width: 98%;
float: none;
}
.region-main.has-sidebar.has-sidebar-right,
.region-main.has-sidebar.has-sidebar-left {
margin: 0 auto;
}
.region-sidebar-right,
.region-sidebar-left {
float: none;
width: 98%;
margin: 0 auto;
}
.inner-wrap.inner-wrap-main {
min-height: 0em;
}
}
@media screen and (max-width: 650px) {
.footer-column {
float: none;
width: 100%;
}
.footer-column-1 {
border-right: none;
border-bottom: 1px solid #999;
padding-left: 1em;
}
.footer-column-2 {
border-right: none;
border-bottom: 1px solid #999;
}
}
/**
* Show off the regions used in the website, to ease styling.
*/
.regions .outer-wrap {
background-color: #f4e3c9;
border: 1px solid #e3b774;
}
.regions .inner-wrap {
background-color: #f4e0e9;
border: 1px solid #d995b4;
}
.regions .region-header-col-1,
.regions .region-header-col-2,
.regions .region-header-col-3,
.regions .region-flash,
.regions .region-breadcrumb,
.regions .region-flash-message,
.regions .region-columns-above,
.regions .region-main,
.regions .region-after-main,
.regions .region-columns-below,
.regions .region-sidebar-left,
.regions .region-sidebar-right,
.regions .region-footer,
.regions .region-footer-column-1,
.regions .region-footer-column-2,
.regions .region-footer-column-3 {
background-color: #b5dce1;
border: 1px solid #6cbac4;
color: #111;
}
/**
* My own settings, not currently in their own module.
*/ | theme/htdocs/css/kmom01_v2.css | * Internal self contained modules, save in directory module/.
*/
/**
* Style for the stylechooser.
*/
/**
* Variables
*/
/**
* Style
*/
/**
* Base style to affect HTML elements on a general scale.
*/
/**
* Base style to affect HTML elements on a general scale.
*/
html {
overflow-y: scroll;
background-color: black;
}
body {
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
font: 100.01%/1.3 serif;
}
img {
max-width: 100%;
}
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Variables
*/
/**
* General layout
*/
/* Hide submenu, leave this to kmom02 */
.rm-desktop ul {
display: none;
}
/* Hide responsive/mobile menu, leave this to kmom02 */
.rm-navbar-max {
display: none;
}
* {
box-sizing: border-box;
}
h1 {
font-size: 2em;
border-bottom: 1px solid #666;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.125em;
margin-bottom: 0.9em;
}
.outer-wrap {
max-width: 100%;
}
.outer-wrap-header {
height: 48px;
margin-bottom: 12px;
}
.inner-wrap {
max-width: 1200px;
margin: 0 auto;
}
.inner-wrap-header {
max-width: 100%;
}
.inner-wrap-main {
padding-bottom: 2em;
}
.inner-wrap-main .row {
margin: 0 5px;
}
.outer-wrap-footer {
background-color: #444;
color: white;
padding: 1em 0;
}
.row::after {
display: block;
content: "";
clear: both;
}
.region-header-col-1 {
width: 18%;
float: left;
display: inline;
}
.site-logo {
display: none;
}
.site-logo-text {
display: inline-block;
line-height: 1;
font-size: 42px;
}
.site-logo-text a {
display: inline-block;
text-decoration: none;
color: inherit;
}
.site-logo-text-icon {
display: inline-block;
}
.site-logo-text-icon img {
vertical-align: bottom;
}
.region-header-col-2 {
width: 80%;
float: left;
display: inline;
}
.rm-navbar {
text-align: center;
font-size: 1.5em;
line-height: 0;
}
.rm-navbar ul {
list-style: none;
padding: 0;
margin: 0;
}
.my-navbar li {
display: inline-block;
}
.my-navbar a {
padding: 1em;
display: block;
text-decoration: none;
color: inherit;
}
.my-navbar li .rm-submenu-button {
display: none;
}
.region-header-col-3 {
width: 2%;
float: left;
}
.region-main {
width: 75%;
min-height: 32em;
}
.has-sidebar-right {
float: left;
display: inline;
width: 60%;
}
.region-sidebar-right {
float: left;
display: inline;
width: 35%;
margin-left: 5%;
}
.has-sidebar-left {
float: left;
display: inline;
width: 65%;
}
.region-sidebar-left {
float: left;
display: inline;
width: 30%;
margin-right: 5%;
}
.article::after {
display: block;
content: "";
clear: both;
}
figure.figure.right {
float: right;
margin: 0 0 0 1em;
}
figure.figure.left {
float: left;
margin: 1em 1em 0 0;
}
figure.figure img {
display: block;
}
figure.figure figcaption {
font-style: italic;
}
figure.figure figcaption p {
padding-top: 0.5em;
margin-top: 0;
}
.byline {
border-top: 2px solid #aaa;
padding: 1em;
padding-top: 0.5em;
width: 75%;
margin-top: 1.5em;
margin-bottom: -4em;
overflow: auto;
}
.wrap-sidebar {
margin-top: 0.5em;
}
.block {
margin-bottom: 2em;
}
.region-footer {
display: inline;
float: left;
width: 98.95833333%;
margin-left: 0.52083333%;
margin-right: 0.52083333%;
}
.footer-column-wrapper {
border-bottom: 1px solid #666;
padding-bottom: 24px;
margin-bottom: 48px;
}
.footer-column-wrapper::after {
display: block;
content: "";
clear: both;
}
.footer-column {
display: inline;
float: left;
width: 32%;
margin: 0 0.667%;
height: 100%;
}
.footer-column-x {
height: 100%;
}
.site-footer {
color: white;
text-align: center;
padding-bottom: 1em;
}
/**
* Layout for responsive style through media queries.
*/
@media screen and (max-width: 1700px) {
.site-logo {
width: 150px;
}
}
@media screen and (max-width: 1500px) {
.site-logo {
display: none;
}
.site-logo-text-icon {
display: inline-block;
}
}
@media screen and (max-width: 1200px) {
.rm-navbar ul.rm-desktop li a {
padding: 1em 0.5em;
}
}
@media screen and (max-width: 1000px) {
.rm-navbar ul.rm-desktop li a {
padding: 1em 0.2em;
}
.region-header-col-1 {
width: 24%;
}
.region-header-col-2 {
width: 69%;
}
.region-header-col-3 {
width: 7%;
}
}
@media screen and (max-width: 800px) {
.region-header-col-1 {
width: 90%;
}
.region-header-col-2 {
display: none;
}
.region-header-col-3 {
width: 10%;
}
}
@media screen and (min-width: 801px) {
.rm-navbar ul.rm-small {
display: none;
}
}
@media screen and (max-width: 800px) {
.region-main {
width: 95%;
margin: 0 auto;
}
}
@media screen and (max-width: 600px) {
.region-main {
width: 98%;
margin: 0 auto;
}
.region-main .article figure.figure {
float: none;
margin: 0;
}
.byline {
width: 100%;
}
.region-main.has-sidebar {
width: 98%;
float: none;
}
.region-main.has-sidebar.has-sidebar-right,
.region-main.has-sidebar.has-sidebar-left {
margin: 0 auto;
}
.region-sidebar-right,
.region-sidebar-left {
float: none;
width: 98%;
margin: 0 auto;
}
.inner-wrap.inner-wrap-main {
min-height: 0em;
}
}
@media screen and (max-width: 650px) {
.footer-column {
float: none;
width: 100%;
}
.footer-column-1 {
border-right: none;
border-bottom: 1px solid #999;
padding-left: 1em;
}
.footer-column-2 {
border-right: none;
border-bottom: 1px solid #999;
}
}
/**
* Show off the regions used in the website, to ease styling.
*/
.regions .outer-wrap {
background-color: #f4e3c9;
border: 1px solid #e3b774;
}
.regions .inner-wrap {
background-color: #f4e0e9;
border: 1px solid #d995b4;
}
.regions .region-header-col-1,
.regions .region-header-col-2,
.regions .region-header-col-3,
.regions .region-flash,
.regions .region-breadcrumb,
.regions .region-flash-message,
.regions .region-columns-above,
.regions .region-main,
.regions .region-after-main,
.regions .region-columns-below,
.regions .region-sidebar-left,
.regions .region-sidebar-right,
.regions .region-footer,
.regions .region-footer-column-1,
.regions .region-footer-column-2,
.regions .region-footer-column-3 {
background-color: #b5dce1;
border: 1px solid #6cbac4;
color: #111;
}
/**
* My own settings, not currently in their own module.
*/ | 0.52074 | 0.090534 |
@media all and (min-width: 320px) {
*{}
.singleProduct {
margin-top: 50px;
}
.productSame {
margin-bottom: 15px;
}
.productSame .title {
text-align: center;
font-size: 20px;
padding: 12px;
border-bottom: 1px solid #8080804d;
margin-bottom: 10px;
}
.singleProduct h2 {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
}
.singleProduct .inforProduct ul {padding: 0;padding-left: 5px;}
.singleProduct .inforProduct ul li {
list-style: none;
padding-top: 10px;
padding-left: 0;
}
.singleProduct .inforProduct ul li p {
display: initial;
}
.singleProduct .goCart button.btn.btn-info {
background: none;
color: #19b410;
border: 1px solid #19b410;
padding: 5px 28px;
}
.singleProduct .goCart button.btn.btn-info:hover {
background: #19b410;
color: white;
}
.singleProduct .goCart {
text-align: center;
}
.singleProduct .updateCart button.btn.btn-danger {
background: none;
color: #5BC0DE;
border: 1px solid #5BC0DE;
}
.singleProduct .updateCart button.btn.btn-danger:hover {
background: #5bc0de;
color: white;
}
.singleProduct .updateCart {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.singleProduct .content .quantitySale input {
width: 50px;
}
.singleProduct .content .quantitySale {
text-align: center;
}
.singleProduct .content .prices .priceSale {
color: red;
font-size: 19px;
}
.singleProduct .content .prices .priceRoot {
text-decoration: line-through;
font-size: 12px;
color: gray;
}
.singleProduct .content .prices {
text-align: center;
margin-bottom: 10px;
margin-bottom: 38px;
}
.singleProduct .content .name {
width: 100%;
padding: 5px 10px;
font-size: 18px;
text-align: center;
}
.singleProduct .content a {
text-decoration: none;
}
.singleProduct .avatar img {
width: 60%;
margin-left: 70px;
}
.location ol.breadcrumb {
position: relative;
top: -20px;
background: none;
margin-bottom: -24px;
}
}
/*tablet*/
@media all and (min-width: 768px) {
*{}
.singleProduct .content .name {
padding-top: 0;
}
.singleProduct h2 {
margin-top: 0;
}
.singleProduct .content .prices {
margin-left: 20px;
}
.singleProduct .content .prices .priceSale {
float: left;
margin-left: 10px;
}
.singleProduct .content .prices .priceRoot {
float: left;
padding-top: 5px;
}
.singleProduct {
margin-top: 100px;
}
}
/*tablet and laptop*/
@media all and (min-width: 992px) {
*{}
.singleProduct {
margin-top: 102px;
}
.singleProduct .avatar img {
margin-left: 89px;
}
.singleProduct .goCart {
float: left;
margin-top: 16px;
margin-left: 10px;
}
.singleProduct .updateCart {
float: left;
}
.singleProduct .content .prices {
margin-left: 60px;
}
}
/*laptop*/
@media all and (min-width: 1145px) {
*{}
.singleProduct .avatar img {
margin-left: 134px;
}
.location ol.breadcrumb {
position: unset;
margin-bottom: 0;
}
}
/*laptop*/
@media all and (min-width: 1200px) {
*{}
.singleProduct .content .quantitySale {
margin-top: 47px;
}
.singleProduct .goCart {
margin-top: 45px;
}
.singleProduct .updateCart {
margin-left: 38px;
margin-top: 45px;
}
.singleProduct .content .prices {
margin-left: 90px;
}
}
.col-xs-8.col-sm-8.col-md-8.col-lg-8.cmtProduct {
background: #F3F3F3;
border: 1px solid #e3dcdc;
margin-bottom: 50px;
}
.cmtProduct .title {
font-size: 18px;
padding: 10px;
border-bottom: 1px solid #e3e3e3;
}
.itemCmt {
padding: 10px;
line-height: 30px;
/* background: #FFF; */
border-bottom: 1px solid #dfdfda;
}
.loadMorecmt.text-center {
margin-top: 10px;
margin-bottom: 10px;
}
.txtarea{
border-right: #646464 ;
border-top: #646464;
border-left: #646464;
border-bottom: #646464;
width:100%;
background: #ffffcc;
}
.qtvCmt {
text-transform: uppercase;
color: #fff;
font-weight: normal;
font-size: 12px;
background: #d0011b;
padding: 1px 6px;
margin-left: 8px;
} | lib/home/single.css | @media all and (min-width: 320px) {
*{}
.singleProduct {
margin-top: 50px;
}
.productSame {
margin-bottom: 15px;
}
.productSame .title {
text-align: center;
font-size: 20px;
padding: 12px;
border-bottom: 1px solid #8080804d;
margin-bottom: 10px;
}
.singleProduct h2 {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
}
.singleProduct .inforProduct ul {padding: 0;padding-left: 5px;}
.singleProduct .inforProduct ul li {
list-style: none;
padding-top: 10px;
padding-left: 0;
}
.singleProduct .inforProduct ul li p {
display: initial;
}
.singleProduct .goCart button.btn.btn-info {
background: none;
color: #19b410;
border: 1px solid #19b410;
padding: 5px 28px;
}
.singleProduct .goCart button.btn.btn-info:hover {
background: #19b410;
color: white;
}
.singleProduct .goCart {
text-align: center;
}
.singleProduct .updateCart button.btn.btn-danger {
background: none;
color: #5BC0DE;
border: 1px solid #5BC0DE;
}
.singleProduct .updateCart button.btn.btn-danger:hover {
background: #5bc0de;
color: white;
}
.singleProduct .updateCart {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.singleProduct .content .quantitySale input {
width: 50px;
}
.singleProduct .content .quantitySale {
text-align: center;
}
.singleProduct .content .prices .priceSale {
color: red;
font-size: 19px;
}
.singleProduct .content .prices .priceRoot {
text-decoration: line-through;
font-size: 12px;
color: gray;
}
.singleProduct .content .prices {
text-align: center;
margin-bottom: 10px;
margin-bottom: 38px;
}
.singleProduct .content .name {
width: 100%;
padding: 5px 10px;
font-size: 18px;
text-align: center;
}
.singleProduct .content a {
text-decoration: none;
}
.singleProduct .avatar img {
width: 60%;
margin-left: 70px;
}
.location ol.breadcrumb {
position: relative;
top: -20px;
background: none;
margin-bottom: -24px;
}
}
/*tablet*/
@media all and (min-width: 768px) {
*{}
.singleProduct .content .name {
padding-top: 0;
}
.singleProduct h2 {
margin-top: 0;
}
.singleProduct .content .prices {
margin-left: 20px;
}
.singleProduct .content .prices .priceSale {
float: left;
margin-left: 10px;
}
.singleProduct .content .prices .priceRoot {
float: left;
padding-top: 5px;
}
.singleProduct {
margin-top: 100px;
}
}
/*tablet and laptop*/
@media all and (min-width: 992px) {
*{}
.singleProduct {
margin-top: 102px;
}
.singleProduct .avatar img {
margin-left: 89px;
}
.singleProduct .goCart {
float: left;
margin-top: 16px;
margin-left: 10px;
}
.singleProduct .updateCart {
float: left;
}
.singleProduct .content .prices {
margin-left: 60px;
}
}
/*laptop*/
@media all and (min-width: 1145px) {
*{}
.singleProduct .avatar img {
margin-left: 134px;
}
.location ol.breadcrumb {
position: unset;
margin-bottom: 0;
}
}
/*laptop*/
@media all and (min-width: 1200px) {
*{}
.singleProduct .content .quantitySale {
margin-top: 47px;
}
.singleProduct .goCart {
margin-top: 45px;
}
.singleProduct .updateCart {
margin-left: 38px;
margin-top: 45px;
}
.singleProduct .content .prices {
margin-left: 90px;
}
}
.col-xs-8.col-sm-8.col-md-8.col-lg-8.cmtProduct {
background: #F3F3F3;
border: 1px solid #e3dcdc;
margin-bottom: 50px;
}
.cmtProduct .title {
font-size: 18px;
padding: 10px;
border-bottom: 1px solid #e3e3e3;
}
.itemCmt {
padding: 10px;
line-height: 30px;
/* background: #FFF; */
border-bottom: 1px solid #dfdfda;
}
.loadMorecmt.text-center {
margin-top: 10px;
margin-bottom: 10px;
}
.txtarea{
border-right: #646464 ;
border-top: #646464;
border-left: #646464;
border-bottom: #646464;
width:100%;
background: #ffffcc;
}
.qtvCmt {
text-transform: uppercase;
color: #fff;
font-weight: normal;
font-size: 12px;
background: #d0011b;
padding: 1px 6px;
margin-left: 8px;
} | 0.337968 | 0.076511 |
body { font-size: 15px; }
img {max-width: 100%;}
@media only screen and (max-width: 767px) {
}
/* >>> Base Layout <<< */
/* >>> General <<< */
.center {text-align: center;}
/* >>> Header <<< */
header {background: #000; padding: 20px 0; position: relative;}
header a {color: #fff}
header .col { padding-left: 10px; padding-right: 10px; }
header .main-brand, header .category-nav { float: left; }
header .main-brand img {max-height: 42px;}
/* Dropdowns */
.col-dropdown, .col-dropdown .dropdown {position: static !important;}
.category-nav .btn { color: #fff; top: 2px; position: relative; }
.category-nav .row { margin: 0 }
.category-nav .dropdown-menu { border: none; background: #fff; border-radius: 0; padding: 0 !important;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.category-nav .dropdown-menu.show { left: 92px !important; right: 92px !important;
transform: translate3d(0, 88px, 0) !important;
}
.category-nav .dropdown-menu .col { padding: 15px; }
.category-nav .dropdown-menu .col-blue {background: #00b1c1; color: #fff !important;}
/* Search Bar */
header .form-control { font-size: 14px; border: none; border-radius: 0; }
header .input-group-text { padding: 0 }
/* Nav Area */
header .nav-area { font-size: 13px; color: #fff; padding: 5px 0; }
header .nav-area a { color: #fff }
header .nav-area .item { display: inline-block; padding: 0 3px; }
@media (min-width: 576px) {
.navbar-expand-sm .navbar-nav .nav-link { padding-left: .8rem; padding-right: .8rem }
}
/* >>> Body <<< */
main div.banner {margin: 0; padding: 0}
img {max-width: 100%; height: auto;}
.content .row {margin-bottom: 40px;}
/* >>> Sidebar <<< */
.pg-sidemenu { width: 230px; margin: 15px 0; border-radius: 5px; border: solid 1px #e9e9e9; font-size: 14px;}
.pg-sidemenu a { color: #8f8f8f}
.pg-sidemenu h4 { font-size: 16px; }
.pg-sidemenu .block { padding: 15px; border-bottom: solid 1px #e9e9e9}
.pg-sidemenu .block:last-child { border: none; }
.pg-sidemenu ul.side-menu { list-style: none; margin: 0; padding: 0; }
.pg-sidemenu ul.side-menu li { padding: 6px 8px; }
.pg-sidemenu ul.side-menu li span { float:right; display: inline-block; text-align: center; border-radius: 5px; border: solid 1px #00b1c1; font-size: 10px; padding: 2px 2px; }
.pg-sidemenu div.side-user {}
.pg-sidemenu div.side-user .avatar { width: 30px; height: 30px; border-radius: 5px; overflow: hidden; float: left; }
.pg-sidemenu div.side-user .info { padding-left: 45px; padding-top: 2px; line-height: 10px;}
.pg-sidemenu div.side-user .info label { display: block; font-size: 13px;}
.pg-sidemenu div.side-user .info span { display: block; font-size: 12px;}
.pg-sidebar-none:after, .pg-sidebar-left:after, .pg-sidebar-right:after { content: ""; clear: both; display: table;}
.pg-sidebar-none {}
.pg-sidebar-left {}
.pg-sidebar-left .pg-sidemenu {float: left;}
.pg-sidebar-left .pg-container { margin-left: 240px;}
.pg-sidebar-right {}
.pg-sidebar-right .pg-sidemenu {float: right;}
.pg-sidebar-right .pg-container { margin-right: 240px;}
@media (min-width: 1320px) {
.container {max-width: 1316px;}
}
/* >>> Footer <<< */
footer {}
footer h4 { font-size: 18px; }
footer div.block { padding: 15px 0 }
footer .footer-area {background: #000000; padding: 30px 0; color: #ffffff; font-size: 14px;}
footer .footer-area ul{ list-style: none; margin: 0; padding: 0 }
footer .footer-area ul.social-links li { display: inline-block; padding: 0 5px;}
footer .footer-area ul.social-links li a { color: #ffffff }
footer .footer-area ul.menu-links {}
footer .footer-area ul.menu-links li {display: block}
footer .footer-area ul.menu-links li a { color: #ffffff }
footer .link-socmed { list-style: none; margin: 20px 0 0; padding: 0 }
footer .link-socmed li { display: inline-block; font-size: 26px; margin-right: 10px;}
footer .footer-copy { background: #000; color: #fff; padding: 20px 0; font-size: 13px; border-top: solid 1px #383838;}
footer .footer-copy img { max-width: 50px; }
/* >>> valign <<< */
.valign-wrap { display: table; vertical-align: middle; width: 100%; height: 100%;}
.valign {display: table-cell; vertical-align: middle; width: 100%; height: 100%;}
/* >>> Assets <<< */
/* >>> Buttons <<< */
.btn:focus { outline: none; box-shadow: none; }
.btn { font-size: 14px; }
.btn-null { color: #00b1c1; background: none }
.btn-default { background: #00b1c1; color: #fff !important;}
.btn-default-o { background: none; border: solid 1px #00b1c1; color: #00b1c1 }
.button-area {}
.button-area .btn { margin: 0 3px; }
/* >>> Modal <<< */
/* >>> Section <<< */
main div.block { padding: 80px 0; }
main div.block.gray {background: #edefef }
.pg-section {padding: 15px 0;}
.pg-section h2 { font-size: 22px; margin: 0 0 20px;}
.pg-section h3 { font-size: 16px; }
/* >>> Theme Style <<< */
/* >>> Section Headers <<< */
.section-header { text-align: center; font-size: 24px; position: relative; margin-bottom: 50px;}
.section-header-min {text-align: center; font-size: 24px; position: relative; margin-bottom: 50px;}
.page-header {font-size: 20px; text-align: center; margin: 0 0 40px;}
.page-header-min { font-size: 20px; border-left: solid 2px #000; padding-left: 10px; margin-bottom: 15px;
padding-top: 3px; padding-bottom: 3px;
}
/* >>> Banners <<< */
.block-banner {}
.block-banner .row {margin-bottom: 20px;}
.block-banner .col-md, .block-banner .col-sm {padding-left: 10px; padding-right: 10px;}
.block-banner img {width: 100%; height: auto;}
/* >>> Product View <<< */
.product-view {}
.product-view.product-grid {}
.product-view.product-grid .item {width: 20%; float: left; padding: 0 10px; position: relative;}
.product-view.product-grid .item .disc { position: absolute; background: #be0000; display: inline-block; top: 15px; right: 10px; padding: 5px 16px; color: #fff;
font-size: 12px;
}
.product-view.product-grid .thumb, .product-view.product-grid .content { border: solid 1px #e5e5e5;}
.product-view.product-grid .thumb img { width: 100%; height: auto; }
.product-view.product-grid .content {border-top: none; padding: 15px;}
.product-view.product-grid .content .title { font-weight: bold; font-size: 16px; line-height: 20px;}
.product-view.product-grid .content .price { margin: 8px 0; }
.product-view.product-grid .content .price span {display: block;}
.product-view.product-grid .content .price .main { font-size: 15px; color: #980203;}
.product-view.product-grid .content .price .main.promo {font-size: 18px; font-weight: bold;}
.product-view.product-grid .content .price .before { font-size: 13px; text-decoration: line-through; color: #666666 }
.product-view.product-grid .counter { margin: 20px 0 0 }
.product-view.product-grid .counter span {font-size: 12px;}
.product-view.product-grid .counter span:last-child { float: right }
.product-view.product-grid .counter .bar { margin-top: 8px; height: 4px; border-radius: 4px; width: 100%; background: #dbdbdb; overflow: hidden;}
.product-view.product-grid .counter .bar .fill { background: #00b1c1; height: 100%; }
.product-view.product-block {}
.product-view.product-block .item {width: 20%; float: left; padding: 0 10px; margin: 10px 0; position: relative;}
.product-view.product-block .item .sub { font-size: 12px; padding: 4px 10px;}
.product-view.product-block .item .sub span:last-child { float: right; }
.product-view.product-block .thumb, .product-view.product-block .content { border: solid 1px #e5e5e5;}
.product-view.product-block .thumb img { width: 100%; height: auto; }
.product-view.product-block .content {border-top: none; padding: 15px; font-size: 14px;}
.product-view.product-block .content .title { font-weight: bold; font-size: 16px; line-height: 20px;}
.product-view.product-block .content .review {margin: 5px 0; color: #9d9d9d; font-size: 12px; line-height: 14px;}
.product-view.product-block .content .review span { display: inline-block; margin-right: 2px; padding: 3px 5px; border-radius: 5px; color: #fff; background: #089e47 }
.product-view.product-block .content .place { margin: 20px 0 10px; line-height: 12px;}
.product-view.product-block .content .place.verified { background: url(img/ic-verified.png) center right no-repeat }
.product-view.product-block .content .place.popular {background: url(img/ic-coin.png) center right no-repeat}
.product-view.product-block .content .place span:before { content: "\f041"; font-family: FontAwesome; color: #cccccc; font-size: 10px; margin-right: 4px; position: relative; top: -1px;}
.product-view.product-block .content .price { margin-left: -15px; margin-right: -15px; padding: 5px 15px 0; border-top: solid 1px #e5e5e5; }
.product-view.product-block .content .price .label { color: #9d9d9d }
.product-view.product-block .content .price .label span:last-child {float: right;}
.product-view.product-block .content .price .main { font-size: 15px; color: #980203; text-align: right;}
.product-view.product-slide {}
.product-view.product-slide .item {}
.product-view.product-slide .thumb, .product-view.product-slide .content { border: solid 1px #e5e5e5; padding: 15px; }
.product-view.product-slide .content {border-top: none; text-align: center;}
.product-view .rating { font-size: 12px; }
.product-view .rating ul { list-style: none; margin: 0 2px 0 0; padding: 0; display: inline-block; font-size: 13px; }
.product-view .rating ul li { display: inline-block; color: #fecc1d; margin-left: -2px;}
/* >>> List View <<< */
.list-view { }
.list-view.block {list-style: none; margin: 0; padding: 0;}
.list-view.block li.item { width: 33.333333%; float: left; padding: 15px; margin-bottom: 20px;}
/* >>> Point View <<< */
.point-view {}
.point-view .thumb {text-align: center;}
.point-view .thumb img { width: 160px; max-width: 100%; height: auto; display: inline-block;}
.point-view .content {}
.point-view .content .title { font-weight: bold; }
.article-view {}
.article-view .thumb {text-align: center;}
.article-view .thumb img {max-width: 100%; height: auto; display: inline-block;}
.article-view .content {}
.article-view .content .title { font-weight: bold; }
/* >>> Brand View <<< */
.brand-view {}
.brand-view.brand-grid {list-style: none; margin: 20px -10px 20px 0; padding: 0}
.brand-view.brand-grid .item { float: left; width: 12.5%; border: solid 1px #e7e7e7; margin-left: -1px; margin-bottom: -1px; }
.brand-view.brand-grid .item img { width: 100%; height: auto; }
/* >>> Tabs <<< */
.nav-pills .nav-link { border: solid 1px #00b1c1; color: #00b1c1; font-size: 14px; padding: 5px 15px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background: #00b1c1; color: #fff; }
.nav-pills {margin: 0 -5px;}
.nav-pills li.nav-item { margin: 0 5px; }
/* >>> Page Style <<< */
/* >>> Homepage <<< */
.pg-home .block-banner .col-md.col-md-main {
-ms-flex: 0 0 70.2%;
flex: 0 0 70.2%;
max-width: 70.2%;
}
.pg-home .block-flash .nav-pills { margin: 20px -5px 0 }
.pg-home .block-flash .nav-pills .nav-item { margin-bottom: 10px; }
.pg-home .block-hot .tab-content { position: relative; padding-top: 20px;}
.pg-home .block-hot .btn-group { right: 0; top: -35px; position: absolute; }
.pg-home .block-store {margin-bottom: 20px;}
/* >>> Product List <<< */
.pg-product-list .item .title {margin-bottom: 15px;}
.pg-product-list .product-view.product-block .content .price .main { text-align: left; margin-bottom: 4px;} | public/admin/css/pages/marketplace/style.css |
body { font-size: 15px; }
img {max-width: 100%;}
@media only screen and (max-width: 767px) {
}
/* >>> Base Layout <<< */
/* >>> General <<< */
.center {text-align: center;}
/* >>> Header <<< */
header {background: #000; padding: 20px 0; position: relative;}
header a {color: #fff}
header .col { padding-left: 10px; padding-right: 10px; }
header .main-brand, header .category-nav { float: left; }
header .main-brand img {max-height: 42px;}
/* Dropdowns */
.col-dropdown, .col-dropdown .dropdown {position: static !important;}
.category-nav .btn { color: #fff; top: 2px; position: relative; }
.category-nav .row { margin: 0 }
.category-nav .dropdown-menu { border: none; background: #fff; border-radius: 0; padding: 0 !important;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.category-nav .dropdown-menu.show { left: 92px !important; right: 92px !important;
transform: translate3d(0, 88px, 0) !important;
}
.category-nav .dropdown-menu .col { padding: 15px; }
.category-nav .dropdown-menu .col-blue {background: #00b1c1; color: #fff !important;}
/* Search Bar */
header .form-control { font-size: 14px; border: none; border-radius: 0; }
header .input-group-text { padding: 0 }
/* Nav Area */
header .nav-area { font-size: 13px; color: #fff; padding: 5px 0; }
header .nav-area a { color: #fff }
header .nav-area .item { display: inline-block; padding: 0 3px; }
@media (min-width: 576px) {
.navbar-expand-sm .navbar-nav .nav-link { padding-left: .8rem; padding-right: .8rem }
}
/* >>> Body <<< */
main div.banner {margin: 0; padding: 0}
img {max-width: 100%; height: auto;}
.content .row {margin-bottom: 40px;}
/* >>> Sidebar <<< */
.pg-sidemenu { width: 230px; margin: 15px 0; border-radius: 5px; border: solid 1px #e9e9e9; font-size: 14px;}
.pg-sidemenu a { color: #8f8f8f}
.pg-sidemenu h4 { font-size: 16px; }
.pg-sidemenu .block { padding: 15px; border-bottom: solid 1px #e9e9e9}
.pg-sidemenu .block:last-child { border: none; }
.pg-sidemenu ul.side-menu { list-style: none; margin: 0; padding: 0; }
.pg-sidemenu ul.side-menu li { padding: 6px 8px; }
.pg-sidemenu ul.side-menu li span { float:right; display: inline-block; text-align: center; border-radius: 5px; border: solid 1px #00b1c1; font-size: 10px; padding: 2px 2px; }
.pg-sidemenu div.side-user {}
.pg-sidemenu div.side-user .avatar { width: 30px; height: 30px; border-radius: 5px; overflow: hidden; float: left; }
.pg-sidemenu div.side-user .info { padding-left: 45px; padding-top: 2px; line-height: 10px;}
.pg-sidemenu div.side-user .info label { display: block; font-size: 13px;}
.pg-sidemenu div.side-user .info span { display: block; font-size: 12px;}
.pg-sidebar-none:after, .pg-sidebar-left:after, .pg-sidebar-right:after { content: ""; clear: both; display: table;}
.pg-sidebar-none {}
.pg-sidebar-left {}
.pg-sidebar-left .pg-sidemenu {float: left;}
.pg-sidebar-left .pg-container { margin-left: 240px;}
.pg-sidebar-right {}
.pg-sidebar-right .pg-sidemenu {float: right;}
.pg-sidebar-right .pg-container { margin-right: 240px;}
@media (min-width: 1320px) {
.container {max-width: 1316px;}
}
/* >>> Footer <<< */
footer {}
footer h4 { font-size: 18px; }
footer div.block { padding: 15px 0 }
footer .footer-area {background: #000000; padding: 30px 0; color: #ffffff; font-size: 14px;}
footer .footer-area ul{ list-style: none; margin: 0; padding: 0 }
footer .footer-area ul.social-links li { display: inline-block; padding: 0 5px;}
footer .footer-area ul.social-links li a { color: #ffffff }
footer .footer-area ul.menu-links {}
footer .footer-area ul.menu-links li {display: block}
footer .footer-area ul.menu-links li a { color: #ffffff }
footer .link-socmed { list-style: none; margin: 20px 0 0; padding: 0 }
footer .link-socmed li { display: inline-block; font-size: 26px; margin-right: 10px;}
footer .footer-copy { background: #000; color: #fff; padding: 20px 0; font-size: 13px; border-top: solid 1px #383838;}
footer .footer-copy img { max-width: 50px; }
/* >>> valign <<< */
.valign-wrap { display: table; vertical-align: middle; width: 100%; height: 100%;}
.valign {display: table-cell; vertical-align: middle; width: 100%; height: 100%;}
/* >>> Assets <<< */
/* >>> Buttons <<< */
.btn:focus { outline: none; box-shadow: none; }
.btn { font-size: 14px; }
.btn-null { color: #00b1c1; background: none }
.btn-default { background: #00b1c1; color: #fff !important;}
.btn-default-o { background: none; border: solid 1px #00b1c1; color: #00b1c1 }
.button-area {}
.button-area .btn { margin: 0 3px; }
/* >>> Modal <<< */
/* >>> Section <<< */
main div.block { padding: 80px 0; }
main div.block.gray {background: #edefef }
.pg-section {padding: 15px 0;}
.pg-section h2 { font-size: 22px; margin: 0 0 20px;}
.pg-section h3 { font-size: 16px; }
/* >>> Theme Style <<< */
/* >>> Section Headers <<< */
.section-header { text-align: center; font-size: 24px; position: relative; margin-bottom: 50px;}
.section-header-min {text-align: center; font-size: 24px; position: relative; margin-bottom: 50px;}
.page-header {font-size: 20px; text-align: center; margin: 0 0 40px;}
.page-header-min { font-size: 20px; border-left: solid 2px #000; padding-left: 10px; margin-bottom: 15px;
padding-top: 3px; padding-bottom: 3px;
}
/* >>> Banners <<< */
.block-banner {}
.block-banner .row {margin-bottom: 20px;}
.block-banner .col-md, .block-banner .col-sm {padding-left: 10px; padding-right: 10px;}
.block-banner img {width: 100%; height: auto;}
/* >>> Product View <<< */
.product-view {}
.product-view.product-grid {}
.product-view.product-grid .item {width: 20%; float: left; padding: 0 10px; position: relative;}
.product-view.product-grid .item .disc { position: absolute; background: #be0000; display: inline-block; top: 15px; right: 10px; padding: 5px 16px; color: #fff;
font-size: 12px;
}
.product-view.product-grid .thumb, .product-view.product-grid .content { border: solid 1px #e5e5e5;}
.product-view.product-grid .thumb img { width: 100%; height: auto; }
.product-view.product-grid .content {border-top: none; padding: 15px;}
.product-view.product-grid .content .title { font-weight: bold; font-size: 16px; line-height: 20px;}
.product-view.product-grid .content .price { margin: 8px 0; }
.product-view.product-grid .content .price span {display: block;}
.product-view.product-grid .content .price .main { font-size: 15px; color: #980203;}
.product-view.product-grid .content .price .main.promo {font-size: 18px; font-weight: bold;}
.product-view.product-grid .content .price .before { font-size: 13px; text-decoration: line-through; color: #666666 }
.product-view.product-grid .counter { margin: 20px 0 0 }
.product-view.product-grid .counter span {font-size: 12px;}
.product-view.product-grid .counter span:last-child { float: right }
.product-view.product-grid .counter .bar { margin-top: 8px; height: 4px; border-radius: 4px; width: 100%; background: #dbdbdb; overflow: hidden;}
.product-view.product-grid .counter .bar .fill { background: #00b1c1; height: 100%; }
.product-view.product-block {}
.product-view.product-block .item {width: 20%; float: left; padding: 0 10px; margin: 10px 0; position: relative;}
.product-view.product-block .item .sub { font-size: 12px; padding: 4px 10px;}
.product-view.product-block .item .sub span:last-child { float: right; }
.product-view.product-block .thumb, .product-view.product-block .content { border: solid 1px #e5e5e5;}
.product-view.product-block .thumb img { width: 100%; height: auto; }
.product-view.product-block .content {border-top: none; padding: 15px; font-size: 14px;}
.product-view.product-block .content .title { font-weight: bold; font-size: 16px; line-height: 20px;}
.product-view.product-block .content .review {margin: 5px 0; color: #9d9d9d; font-size: 12px; line-height: 14px;}
.product-view.product-block .content .review span { display: inline-block; margin-right: 2px; padding: 3px 5px; border-radius: 5px; color: #fff; background: #089e47 }
.product-view.product-block .content .place { margin: 20px 0 10px; line-height: 12px;}
.product-view.product-block .content .place.verified { background: url(img/ic-verified.png) center right no-repeat }
.product-view.product-block .content .place.popular {background: url(img/ic-coin.png) center right no-repeat}
.product-view.product-block .content .place span:before { content: "\f041"; font-family: FontAwesome; color: #cccccc; font-size: 10px; margin-right: 4px; position: relative; top: -1px;}
.product-view.product-block .content .price { margin-left: -15px; margin-right: -15px; padding: 5px 15px 0; border-top: solid 1px #e5e5e5; }
.product-view.product-block .content .price .label { color: #9d9d9d }
.product-view.product-block .content .price .label span:last-child {float: right;}
.product-view.product-block .content .price .main { font-size: 15px; color: #980203; text-align: right;}
.product-view.product-slide {}
.product-view.product-slide .item {}
.product-view.product-slide .thumb, .product-view.product-slide .content { border: solid 1px #e5e5e5; padding: 15px; }
.product-view.product-slide .content {border-top: none; text-align: center;}
.product-view .rating { font-size: 12px; }
.product-view .rating ul { list-style: none; margin: 0 2px 0 0; padding: 0; display: inline-block; font-size: 13px; }
.product-view .rating ul li { display: inline-block; color: #fecc1d; margin-left: -2px;}
/* >>> List View <<< */
.list-view { }
.list-view.block {list-style: none; margin: 0; padding: 0;}
.list-view.block li.item { width: 33.333333%; float: left; padding: 15px; margin-bottom: 20px;}
/* >>> Point View <<< */
.point-view {}
.point-view .thumb {text-align: center;}
.point-view .thumb img { width: 160px; max-width: 100%; height: auto; display: inline-block;}
.point-view .content {}
.point-view .content .title { font-weight: bold; }
.article-view {}
.article-view .thumb {text-align: center;}
.article-view .thumb img {max-width: 100%; height: auto; display: inline-block;}
.article-view .content {}
.article-view .content .title { font-weight: bold; }
/* >>> Brand View <<< */
.brand-view {}
.brand-view.brand-grid {list-style: none; margin: 20px -10px 20px 0; padding: 0}
.brand-view.brand-grid .item { float: left; width: 12.5%; border: solid 1px #e7e7e7; margin-left: -1px; margin-bottom: -1px; }
.brand-view.brand-grid .item img { width: 100%; height: auto; }
/* >>> Tabs <<< */
.nav-pills .nav-link { border: solid 1px #00b1c1; color: #00b1c1; font-size: 14px; padding: 5px 15px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background: #00b1c1; color: #fff; }
.nav-pills {margin: 0 -5px;}
.nav-pills li.nav-item { margin: 0 5px; }
/* >>> Page Style <<< */
/* >>> Homepage <<< */
.pg-home .block-banner .col-md.col-md-main {
-ms-flex: 0 0 70.2%;
flex: 0 0 70.2%;
max-width: 70.2%;
}
.pg-home .block-flash .nav-pills { margin: 20px -5px 0 }
.pg-home .block-flash .nav-pills .nav-item { margin-bottom: 10px; }
.pg-home .block-hot .tab-content { position: relative; padding-top: 20px;}
.pg-home .block-hot .btn-group { right: 0; top: -35px; position: absolute; }
.pg-home .block-store {margin-bottom: 20px;}
/* >>> Product List <<< */
.pg-product-list .item .title {margin-bottom: 15px;}
.pg-product-list .product-view.product-block .content .price .main { text-align: left; margin-bottom: 4px;} | 0.230313 | 0.104935 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
width: 100%;
height: 100%;
font-size: 16px;
}
@media all and (min-width:1024px) {
html {
font-size:18px;
}
}
@media all and (min-width:1800px) {
html {
font-size: 20px;
}
}
body {
font-family: 'Lato', sans-serif;
color: #001e62;
background-color: white;
line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Playfair Display', serif;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
border-radius: 0;
}
input[type="text"]::-ms-clear {
display: none;
}
/* HTML5 sur les navigateurs trop vieux */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
p {
font-size: 1rem;
line-height: 1.5;
font-weight: 300;
}
em {
font-style: italic;
}
a {
color: #3d70b2;
}
h1 {
font-size: 2.25rem;
line-height: 1.25;
font-weight: 300;
}
h2 {
font-size: 1.75rem;
line-height: 1.25;
font-weight: 300;
}
h3 {
font-size: 1.25rem;
line-height: 1.25;
font-weight: 300;
}
h4 {
font-size: 1.125rem;
line-height: 1.25;
font-weight: 600;
}
h5 {
font-size: 1rem;
line-height: 1.25;
font-weight: 600;
}
h6 {
font-size: 0.875rem;
line-height: 1.25;
font-weight: 600;
}
*::-moz-selection {
background: #f7cac9;
/* WebKit/Blink Browsers */ }
*::selection {
background: #f7cac9;
/* WebKit/Blink Browsers */ }
/* PACE */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #b31a38;
overflow: hidden;
}
.pace .pace-progress {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-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);
max-width: 200px;
position: fixed;
z-index: 2000;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: #b31a38;
}
.pace.pace-inactive {
display: none;
}
body.pace-running:before {
content: "";
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1500;
background-color: white;
}
/* CONTENU */
/* boutons */
button.btn {
display: inline-block;
}
button.btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn .btn__icon {
position: relative;
vertical-align: middle;
top: -1px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
button.btn .btn__icon {
top: 0;
}
}
.btn {
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
cursor: pointer;
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;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 0.875rem;
font-weight: 600;
height: 2.5rem;
padding: 0 1rem;
border-radius: 0;
text-align: center;
text-decoration: none;
transition-duration: 250ms;
transition-timing-function: ease-in;
white-space: nowrap;
line-height: 16px;
}
.btn:disabled {
cursor: not-allowed;
opacity: 0.5;
}
.btn-sec {
background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: #3d70b2;
color: #3d70b2;
}
.btn-sec:focus, .btn-sec:hover {
background-color: #3d70b2;
}
.btn-sec:focus {
border: 2px solid #1c2445;
outline: 2px solid #3d70b2;
}
.btn-sec:disabled:hover, .btn-sec:disabled:focus {
background-color: transparent;
}
.btn-sec:active {
background-color: transparent;
}
.btn-sec:hover, .btn-sec:focus {
color: #fff;
}
.btn-sec:active {
color: #3d70b2;
}
.btn-sec:hover > .btn__icon,
.btn-sec:focus > .btn__icon {
fill: #fff;
}
.btn-sec:hover:disabled, .btn-sec:focus:disabled {
color: #3d70b2;
}
.banner-btn {
position:relative;
top: 30%;
border-color: white;
color: white;
position: relative;
z-index: 2; }
@media all and (max-width: 700px) {
.banner-btn {
position:relative;
top: -10%;
}
}
.banner-btn:hover {
background: white;
color: #b31a38;
}
/* Sections */
.section {
padding-left: 3%;
padding-right: 3%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
padding-top: 6rem;
padding-left: 3%;
padding-right: 3%; }
@media (min-width: 600px) {
.section {
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 840px) {
.section {
padding-left: 12.5%;
padding-right: 12.5%;
}
}
@media all and (max-width: 700px) {
.section {
padding-top: 4rem;
}
}
@media all and (min-width: 600px) {
.section {
padding-left: 5%;
padding-right: 5%;
}
}
@media all and (min-width: 840px) {
.section {
padding-left: 8.5%;
padding-right: 8.5%;
}
}
.banner{
width: 100%;
height: 100vh;
background-color: #001e62;
background-image : url("images/mosaique1.jpg");
background-size: cover;
background-position: top center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
-webkit-perspective: 100px;
perspective: 100px;
transition: background-size 600ms ease;
}
@media all and (max-width: 930px) {
.banner {
}
}
@media all and (max-width: 2000px) {
.banner {
background-size: 300%;
background-position: -100%;
}
}
.banner-logo {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 3.375rem;
color: white;
display: block;
z-index: 2;
position: absolute;
top: 1.5em;
left: auto;
right: auto;
height: 2.8em;
width: auto;
display: inline-block;
}
@media all and (max-width:930px) {
.banner-logo {
font-size:2.4rem;
}
}
@media all and (max-width: 700px) {
.banner-logo {
font-size: 2.25rem;
}
}
@media all and (max-width: 500px) {
.banner-logo {
font-size: 1.75rem;
}
}
.showcase {
text-align:center;
padding: 1rem;
position: absolute;
top: 50%;
z-index:2;
color: white;
width:60%;
}
.sep div {
background: white;
padding: 1rem;
position: relative;
z-index: 2;
max-width: 60%;
padding: 1.2rem;}
.sep div h1 {
font-family: 'Playfair Display', serif;
color:#b31a38;
font-size: 4rem;
font-style: italic;
font-weight: 900;
text-align:center;
}
@media all and (max-width:930px) {
.sep div h1 {
font-size: 3.5rem;
}
}
@media all and (max-width: 700px) {
.showcase {
width:80% }
.sep div h1 {
font-size:3rem;
}
}
@media all and (max-width: 450px) {
.showcase {
width:90% }
.sep div {
max-width: 80%;
}
.sep div h1 {
font-size:2rem;
}
}
@media all and (max-width:350px) {
.sep div h1 {
font-size: 1.2rem;
}
.showcase h2 {
font-size: 1.2rem;
}
.showcase p {
font-size: .8rem;
}
}
.showcase p {
text-align:center;
display: inline-block;
}
.showcase h2 {
/*color: #b31a38;*/
font-weight: 300;
margin-bottom: 1.2rem;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.showcase a {
color:white;
text-decoration:none;
font-weight: bold;
}
.insert h2{
text-align:center;
margin-top: 0;
}
section,
footer{
position: relative;
height:auto;
}
.insert{
position: relative;
background: white;
height:auto;
width:90%;
max-width:50rem;
margin: -1rem auto;
padding: 1rem;
text-align:justify;
z-index:2;
}
.insert p{
margin:.5rem 1rem .5rem 1rem;
}
.sep{
position: relative;
width:100%;
height:50vh;
background-size: cover;
background-position: 20% 30%;
z-index: 0;
}
.sep1{
background-image: url("./images/ecole.jpg");
}
.sep2{
background-image: url("./images/bibli1.jpg");
background-position: 0% 30%;
}
.sep25{
background-image:url("./images/bibli.jpg");
background-position: 0% 30%;
}
article{
position: relative;
height:auto;
width:90%;
max-width:55rem;
margin: 0 auto 2rem auto;
text-align:justify;
padding: 1rem;
}
article h2{
text-align:center;
}
article h3{
text-align: justify;
-moz-text-align-last: center;
-webkit-text-align-last: center;
text-align-last: center;
font-family: 'Playfair Display', serif;
font-weight: 700;
font-style: italic;
margin:1rem;
}
.prestige h3::after {
content: " ";
display: block;
width: 100%;
height: 30rem;
margin: 2rem 0;
background-image : url('./images/hug.jpg');
background-size: cover;
background-position: top right;
}
.emotion h3::after {
content: " ";
display: block;
width: 100%;
height: 30rem;
margin: 2rem 0;
background-image : url('./images/sof.jpg');
background-size: cover;
background-position: center;
}
.institution p::before,
.elegance p::before,
.hommage p::before,
.sentiments p::before,
.audace p::before {
content: " ";
display: block;
width: 100%;
height: 17rem;
margin: 1rem 0;
background-size: cover;
background-position: center;
}
.institution p::before {
background-image: url('./images/ant.jpg');
}
.elegance p::before {
background-image: url('./images/jul.jpg');
}
.hommage p::before {
background-image:url('./images/lau.jpg');
}
.sentiments p::before {
background-image: url('./images/isa.jpg');
}
.audace p::before {
background-image: url('./images/fra.jpg');
}
.institution h4,
.elegance h4,
.hommage h4,
.sentiments h4,
.audace h4 {
height: .8rem;
}
@media all and (max-width: 930px) {
.prestige h3::after,
.emotion h3:: after {
height: 20rem;
}
}
@media all and (max-width: 450px) {
.prestige h3::after,
.emotion h3::after {
height: 15rem;
}
}
.prestige h3, .prestige h4{
color: #d1a14a;
}
.emotion h3, .emotion h4{
color: #b31a38;
}
article aside p{
margin:1rem 0 1rem 0;
line-height:1.5;
}
article img{
width:100%;
}
article p{
margin: .2rem 1rem .2rem 1rem;;
}
.inline{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: normal;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
width:85%;
text-align:justify;
}
@media screen and (min-width: 1080px) {
.prestige div{
width: calc(31% - 2rem);
margin:1rem;
}
.emotion div{
width: calc(48% - 2rem);
margin:1rem;
}
}
@media screen and (max-width: 1080px) {
.inline div,
.inline li{
width: calc(100% - 2rem);
max-width:50rem;
margin: 1rem auto 1rem auto;
}
}
.inline h4{
text-align: center;
display: block;
margin: 0 auto;
text-transform: uppercase;
height: 5rem;
position: relative;
font-family: "Playfair Display";
}
.quote {
display: block;
background: white;
width: 70%;
max-width:50rem;
position:relative;
top: 50%;
transform: translateY(-50%);
z-index : 2;
padding: .5rem 1rem;
}
.quote h1{
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 900;
text-align: center;
margin:1rem;
}
@media screen and (min-width: 1000px){
.quote h1{
font-size: calc(4vw + 3vh);
}
}
@media screen and (max-width: 1000px), screen and (max-height: 500px){
.quote h1{
font-size: calc(3vw + 3vh);
}
}
.sep3{
width:100%;
height:50vh;
background-size: 100%;
background-repeat: no-repeat;
background-color:#1c2445;
background-image: url("./images/reseau.svg");
background-size:cover;
color: #b31a38;
}
.sep4{
width: 100%;
height:50vh;
background-size: 100%;
background-repeat: no-repeat;
background-color:#001e62;
background-image: url("./images/fleurs.svg");
background-size:cover;
color: #b31a38;
}
.inline button{
color:#001e62;
margin:4rem auto 2rem auto;
}
.merci{
margin-bottom:3rem;
margin-top:0;
text-align:center;
}
.soutiens{
align-items:center;
text-align:center;
justify-content:center;
margin-bottom: 4rem;
}
.soutiens a{
fill:#001e62;
margin:1rem auto 1rem auto;
width:22%;
min-width:256px;
min-height:128px;
}
.invites {
align-items:center;
text-align:center;
justify-content:center;
margin-bottom: 4rem;
}
.invites div{
margin: 1rem auto 1rem auto;
width: 50%;
min-width:256px;
min-height:128px;
}
.invites h4 {
font-size: 80%;
position: top;
top: 3rem;
}
.invites p {
font-size: 80%
}
a:hover{
fill:#3d70b2;
transition:fill 250ms ease-in-out;
}
a{
transition:fill 250ms ease-in-out;
}
.soutiens svg{
height:128px;
width:100%;
}
.sep5{
height:50vh;
background-image: url("./images/observatoire.jpg");
background-size:cover;
background-position: 0% 45%;
}
#map{
width: 100%;
min-height: 10rem;
height:50vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
overflow: hidden;
-webkit-perspective: 100px;
perspective: 100px;
overflow: hidden;
}
#map iframe{
width:100%;
height:100%;
}
.info-ecole{
align-items:center;
text-align:center;
justify-content:center;
margin: 4rem auto 5rem auto;
}
.info-ecole img{
max-height:14rem;
min-width:300px;
max-width:70vw;
margin:1rem;
}
.info-ecole div{
width:40%;
max-height:15rem;
min-width:300px;
margin:1rem;
}
.ecole{
text-transform: uppercase;
font-size:1rem;
}
.adresse{
font-size:.75rem;
}
footer {
background-color: #1c2445;
width: 100%;
margin-left: 0;
transition: 250ms ease;
overflow-x: hidden;
padding: 1.5rem 3%;
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: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 815px) {
footer {
padding: 1.5rem 5%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-height: 7rem;
}
}
footer div {
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: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
footer div:first-child {
width: 100%;
margin-top: 1rem;
border-top: 1px solid #dfe3e6;
padding-top: 1rem;
}
footer div:last-child {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 8;
}
@media (min-width: 815px) {
footer div:first-child {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-top: 0;
border-top: none;
padding-top: 0;
width: auto;
}
footer div:last-child {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
footer a {
font-size: 0.75rem;
font-weight: 300;
color: #b31a38;
background: none;
border: none;
text-decoration: underline;
font-family: "Lato", sans-serif;
cursor: pointer;
}
footer a:hover, footer a:focus {
color: #648fff;
outline: none;
}
footer p {
font-size: 0.75rem;
color: #d1a14a;
}
footer p:last-child {
margin-bottom: 10px;
}
footer .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
footer .social div {
margin-left: 0;
margin-right: 0.25rem;
}
@media (min-width: 680px) {
footer .social div {
margin-left: 0.25rem;
margin-right: 0;
}
}
footer .social a {
width: 44px;
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
footer .social svg {
fill: #d1a14a;
}
footer .social a:hover svg {
fill: #b31a38;
} | htdocs/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,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
width: 100%;
height: 100%;
font-size: 16px;
}
@media all and (min-width:1024px) {
html {
font-size:18px;
}
}
@media all and (min-width:1800px) {
html {
font-size: 20px;
}
}
body {
font-family: 'Lato', sans-serif;
color: #001e62;
background-color: white;
line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Playfair Display', serif;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
border-radius: 0;
}
input[type="text"]::-ms-clear {
display: none;
}
/* HTML5 sur les navigateurs trop vieux */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
p {
font-size: 1rem;
line-height: 1.5;
font-weight: 300;
}
em {
font-style: italic;
}
a {
color: #3d70b2;
}
h1 {
font-size: 2.25rem;
line-height: 1.25;
font-weight: 300;
}
h2 {
font-size: 1.75rem;
line-height: 1.25;
font-weight: 300;
}
h3 {
font-size: 1.25rem;
line-height: 1.25;
font-weight: 300;
}
h4 {
font-size: 1.125rem;
line-height: 1.25;
font-weight: 600;
}
h5 {
font-size: 1rem;
line-height: 1.25;
font-weight: 600;
}
h6 {
font-size: 0.875rem;
line-height: 1.25;
font-weight: 600;
}
*::-moz-selection {
background: #f7cac9;
/* WebKit/Blink Browsers */ }
*::selection {
background: #f7cac9;
/* WebKit/Blink Browsers */ }
/* PACE */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #b31a38;
overflow: hidden;
}
.pace .pace-progress {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-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);
max-width: 200px;
position: fixed;
z-index: 2000;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: #b31a38;
}
.pace.pace-inactive {
display: none;
}
body.pace-running:before {
content: "";
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1500;
background-color: white;
}
/* CONTENU */
/* boutons */
button.btn {
display: inline-block;
}
button.btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn .btn__icon {
position: relative;
vertical-align: middle;
top: -1px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
button.btn .btn__icon {
top: 0;
}
}
.btn {
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.5px;
cursor: pointer;
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;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 0.875rem;
font-weight: 600;
height: 2.5rem;
padding: 0 1rem;
border-radius: 0;
text-align: center;
text-decoration: none;
transition-duration: 250ms;
transition-timing-function: ease-in;
white-space: nowrap;
line-height: 16px;
}
.btn:disabled {
cursor: not-allowed;
opacity: 0.5;
}
.btn-sec {
background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: #3d70b2;
color: #3d70b2;
}
.btn-sec:focus, .btn-sec:hover {
background-color: #3d70b2;
}
.btn-sec:focus {
border: 2px solid #1c2445;
outline: 2px solid #3d70b2;
}
.btn-sec:disabled:hover, .btn-sec:disabled:focus {
background-color: transparent;
}
.btn-sec:active {
background-color: transparent;
}
.btn-sec:hover, .btn-sec:focus {
color: #fff;
}
.btn-sec:active {
color: #3d70b2;
}
.btn-sec:hover > .btn__icon,
.btn-sec:focus > .btn__icon {
fill: #fff;
}
.btn-sec:hover:disabled, .btn-sec:focus:disabled {
color: #3d70b2;
}
.banner-btn {
position:relative;
top: 30%;
border-color: white;
color: white;
position: relative;
z-index: 2; }
@media all and (max-width: 700px) {
.banner-btn {
position:relative;
top: -10%;
}
}
.banner-btn:hover {
background: white;
color: #b31a38;
}
/* Sections */
.section {
padding-left: 3%;
padding-right: 3%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
padding-top: 6rem;
padding-left: 3%;
padding-right: 3%; }
@media (min-width: 600px) {
.section {
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 840px) {
.section {
padding-left: 12.5%;
padding-right: 12.5%;
}
}
@media all and (max-width: 700px) {
.section {
padding-top: 4rem;
}
}
@media all and (min-width: 600px) {
.section {
padding-left: 5%;
padding-right: 5%;
}
}
@media all and (min-width: 840px) {
.section {
padding-left: 8.5%;
padding-right: 8.5%;
}
}
.banner{
width: 100%;
height: 100vh;
background-color: #001e62;
background-image : url("images/mosaique1.jpg");
background-size: cover;
background-position: top center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
-webkit-perspective: 100px;
perspective: 100px;
transition: background-size 600ms ease;
}
@media all and (max-width: 930px) {
.banner {
}
}
@media all and (max-width: 2000px) {
.banner {
background-size: 300%;
background-position: -100%;
}
}
.banner-logo {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 3.375rem;
color: white;
display: block;
z-index: 2;
position: absolute;
top: 1.5em;
left: auto;
right: auto;
height: 2.8em;
width: auto;
display: inline-block;
}
@media all and (max-width:930px) {
.banner-logo {
font-size:2.4rem;
}
}
@media all and (max-width: 700px) {
.banner-logo {
font-size: 2.25rem;
}
}
@media all and (max-width: 500px) {
.banner-logo {
font-size: 1.75rem;
}
}
.showcase {
text-align:center;
padding: 1rem;
position: absolute;
top: 50%;
z-index:2;
color: white;
width:60%;
}
.sep div {
background: white;
padding: 1rem;
position: relative;
z-index: 2;
max-width: 60%;
padding: 1.2rem;}
.sep div h1 {
font-family: 'Playfair Display', serif;
color:#b31a38;
font-size: 4rem;
font-style: italic;
font-weight: 900;
text-align:center;
}
@media all and (max-width:930px) {
.sep div h1 {
font-size: 3.5rem;
}
}
@media all and (max-width: 700px) {
.showcase {
width:80% }
.sep div h1 {
font-size:3rem;
}
}
@media all and (max-width: 450px) {
.showcase {
width:90% }
.sep div {
max-width: 80%;
}
.sep div h1 {
font-size:2rem;
}
}
@media all and (max-width:350px) {
.sep div h1 {
font-size: 1.2rem;
}
.showcase h2 {
font-size: 1.2rem;
}
.showcase p {
font-size: .8rem;
}
}
.showcase p {
text-align:center;
display: inline-block;
}
.showcase h2 {
/*color: #b31a38;*/
font-weight: 300;
margin-bottom: 1.2rem;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.showcase a {
color:white;
text-decoration:none;
font-weight: bold;
}
.insert h2{
text-align:center;
margin-top: 0;
}
section,
footer{
position: relative;
height:auto;
}
.insert{
position: relative;
background: white;
height:auto;
width:90%;
max-width:50rem;
margin: -1rem auto;
padding: 1rem;
text-align:justify;
z-index:2;
}
.insert p{
margin:.5rem 1rem .5rem 1rem;
}
.sep{
position: relative;
width:100%;
height:50vh;
background-size: cover;
background-position: 20% 30%;
z-index: 0;
}
.sep1{
background-image: url("./images/ecole.jpg");
}
.sep2{
background-image: url("./images/bibli1.jpg");
background-position: 0% 30%;
}
.sep25{
background-image:url("./images/bibli.jpg");
background-position: 0% 30%;
}
article{
position: relative;
height:auto;
width:90%;
max-width:55rem;
margin: 0 auto 2rem auto;
text-align:justify;
padding: 1rem;
}
article h2{
text-align:center;
}
article h3{
text-align: justify;
-moz-text-align-last: center;
-webkit-text-align-last: center;
text-align-last: center;
font-family: 'Playfair Display', serif;
font-weight: 700;
font-style: italic;
margin:1rem;
}
.prestige h3::after {
content: " ";
display: block;
width: 100%;
height: 30rem;
margin: 2rem 0;
background-image : url('./images/hug.jpg');
background-size: cover;
background-position: top right;
}
.emotion h3::after {
content: " ";
display: block;
width: 100%;
height: 30rem;
margin: 2rem 0;
background-image : url('./images/sof.jpg');
background-size: cover;
background-position: center;
}
.institution p::before,
.elegance p::before,
.hommage p::before,
.sentiments p::before,
.audace p::before {
content: " ";
display: block;
width: 100%;
height: 17rem;
margin: 1rem 0;
background-size: cover;
background-position: center;
}
.institution p::before {
background-image: url('./images/ant.jpg');
}
.elegance p::before {
background-image: url('./images/jul.jpg');
}
.hommage p::before {
background-image:url('./images/lau.jpg');
}
.sentiments p::before {
background-image: url('./images/isa.jpg');
}
.audace p::before {
background-image: url('./images/fra.jpg');
}
.institution h4,
.elegance h4,
.hommage h4,
.sentiments h4,
.audace h4 {
height: .8rem;
}
@media all and (max-width: 930px) {
.prestige h3::after,
.emotion h3:: after {
height: 20rem;
}
}
@media all and (max-width: 450px) {
.prestige h3::after,
.emotion h3::after {
height: 15rem;
}
}
.prestige h3, .prestige h4{
color: #d1a14a;
}
.emotion h3, .emotion h4{
color: #b31a38;
}
article aside p{
margin:1rem 0 1rem 0;
line-height:1.5;
}
article img{
width:100%;
}
article p{
margin: .2rem 1rem .2rem 1rem;;
}
.inline{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: normal;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
width:85%;
text-align:justify;
}
@media screen and (min-width: 1080px) {
.prestige div{
width: calc(31% - 2rem);
margin:1rem;
}
.emotion div{
width: calc(48% - 2rem);
margin:1rem;
}
}
@media screen and (max-width: 1080px) {
.inline div,
.inline li{
width: calc(100% - 2rem);
max-width:50rem;
margin: 1rem auto 1rem auto;
}
}
.inline h4{
text-align: center;
display: block;
margin: 0 auto;
text-transform: uppercase;
height: 5rem;
position: relative;
font-family: "Playfair Display";
}
.quote {
display: block;
background: white;
width: 70%;
max-width:50rem;
position:relative;
top: 50%;
transform: translateY(-50%);
z-index : 2;
padding: .5rem 1rem;
}
.quote h1{
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 900;
text-align: center;
margin:1rem;
}
@media screen and (min-width: 1000px){
.quote h1{
font-size: calc(4vw + 3vh);
}
}
@media screen and (max-width: 1000px), screen and (max-height: 500px){
.quote h1{
font-size: calc(3vw + 3vh);
}
}
.sep3{
width:100%;
height:50vh;
background-size: 100%;
background-repeat: no-repeat;
background-color:#1c2445;
background-image: url("./images/reseau.svg");
background-size:cover;
color: #b31a38;
}
.sep4{
width: 100%;
height:50vh;
background-size: 100%;
background-repeat: no-repeat;
background-color:#001e62;
background-image: url("./images/fleurs.svg");
background-size:cover;
color: #b31a38;
}
.inline button{
color:#001e62;
margin:4rem auto 2rem auto;
}
.merci{
margin-bottom:3rem;
margin-top:0;
text-align:center;
}
.soutiens{
align-items:center;
text-align:center;
justify-content:center;
margin-bottom: 4rem;
}
.soutiens a{
fill:#001e62;
margin:1rem auto 1rem auto;
width:22%;
min-width:256px;
min-height:128px;
}
.invites {
align-items:center;
text-align:center;
justify-content:center;
margin-bottom: 4rem;
}
.invites div{
margin: 1rem auto 1rem auto;
width: 50%;
min-width:256px;
min-height:128px;
}
.invites h4 {
font-size: 80%;
position: top;
top: 3rem;
}
.invites p {
font-size: 80%
}
a:hover{
fill:#3d70b2;
transition:fill 250ms ease-in-out;
}
a{
transition:fill 250ms ease-in-out;
}
.soutiens svg{
height:128px;
width:100%;
}
.sep5{
height:50vh;
background-image: url("./images/observatoire.jpg");
background-size:cover;
background-position: 0% 45%;
}
#map{
width: 100%;
min-height: 10rem;
height:50vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
overflow: hidden;
-webkit-perspective: 100px;
perspective: 100px;
overflow: hidden;
}
#map iframe{
width:100%;
height:100%;
}
.info-ecole{
align-items:center;
text-align:center;
justify-content:center;
margin: 4rem auto 5rem auto;
}
.info-ecole img{
max-height:14rem;
min-width:300px;
max-width:70vw;
margin:1rem;
}
.info-ecole div{
width:40%;
max-height:15rem;
min-width:300px;
margin:1rem;
}
.ecole{
text-transform: uppercase;
font-size:1rem;
}
.adresse{
font-size:.75rem;
}
footer {
background-color: #1c2445;
width: 100%;
margin-left: 0;
transition: 250ms ease;
overflow-x: hidden;
padding: 1.5rem 3%;
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: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 815px) {
footer {
padding: 1.5rem 5%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-height: 7rem;
}
}
footer div {
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: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
footer div:first-child {
width: 100%;
margin-top: 1rem;
border-top: 1px solid #dfe3e6;
padding-top: 1rem;
}
footer div:last-child {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 8;
}
@media (min-width: 815px) {
footer div:first-child {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-top: 0;
border-top: none;
padding-top: 0;
width: auto;
}
footer div:last-child {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
footer a {
font-size: 0.75rem;
font-weight: 300;
color: #b31a38;
background: none;
border: none;
text-decoration: underline;
font-family: "Lato", sans-serif;
cursor: pointer;
}
footer a:hover, footer a:focus {
color: #648fff;
outline: none;
}
footer p {
font-size: 0.75rem;
color: #d1a14a;
}
footer p:last-child {
margin-bottom: 10px;
}
footer .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
footer .social div {
margin-left: 0;
margin-right: 0.25rem;
}
@media (min-width: 680px) {
footer .social div {
margin-left: 0.25rem;
margin-right: 0;
}
}
footer .social a {
width: 44px;
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
footer .social svg {
fill: #d1a14a;
}
footer .social a:hover svg {
fill: #b31a38;
} | 0.305076 | 0.049543 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #2f363e;
}
.container {
position: relative;
width: 350px;
min-height: 500px;
display: flex;
justify-content: center;
align-items: center;
background: #2f363e;
box-shadow: 25px 25px 75px rgba(0, 0, 0, 0.25),
10px 10px 70px rgba(0, 0, 0, 0.25),
inset 5px 5px 10px rgba(0, 0, 0, 0.5),
inset 5px 5px 10px rgba(255, 255, 255, 0.2),
inset -5px -5px 15px rgba(0, 0, 0, 0.75);
border-radius: 30px;
padding: 50px;
}
.form {
position: relative;
width: 100%;
}
.container h3 {
color: #fff;
font-weight: 600;
font-size: 2em;
width: 100%;
text-align: center;
margin-bottom: 30px;
letter-spacing: 2px;
text-transform: uppercase;
}
.inputBox {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.inputBox span {
display: inline-block;
color: #fff;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75em;
border-left: 4px solid #fff;
padding-left: 4px;
line-height: 1em;
}
.inputBox .box {
display: flex;
}
.inputBox .box .icon {
position: relative;
min-width: 40px;
height: 40px;
background: #ff2c74;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-right: 10px;
color: #fff;
font-size: 1.15em;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(255, 255, 255, 0.25),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.inputBox .box input {
position: relative;
width: 100%;
border: none;
outline: none;
padding: 10px 20px;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(0, 0, 0, 0.35),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.inputBox .box input[type="submit"] {
background: #1f83f2;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(255, 255, 255, 0.35),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin-top: 10px;
}
.inputBox .box input[type="submit"]:hover {
filter: brightness(1.1);
}
label {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
display: flex;
align-items: center;
}
label input {
margin-right: 5px;
}
.forgot {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
text-decoration: none;
} | TelaDeLogin/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #2f363e;
}
.container {
position: relative;
width: 350px;
min-height: 500px;
display: flex;
justify-content: center;
align-items: center;
background: #2f363e;
box-shadow: 25px 25px 75px rgba(0, 0, 0, 0.25),
10px 10px 70px rgba(0, 0, 0, 0.25),
inset 5px 5px 10px rgba(0, 0, 0, 0.5),
inset 5px 5px 10px rgba(255, 255, 255, 0.2),
inset -5px -5px 15px rgba(0, 0, 0, 0.75);
border-radius: 30px;
padding: 50px;
}
.form {
position: relative;
width: 100%;
}
.container h3 {
color: #fff;
font-weight: 600;
font-size: 2em;
width: 100%;
text-align: center;
margin-bottom: 30px;
letter-spacing: 2px;
text-transform: uppercase;
}
.inputBox {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.inputBox span {
display: inline-block;
color: #fff;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75em;
border-left: 4px solid #fff;
padding-left: 4px;
line-height: 1em;
}
.inputBox .box {
display: flex;
}
.inputBox .box .icon {
position: relative;
min-width: 40px;
height: 40px;
background: #ff2c74;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-right: 10px;
color: #fff;
font-size: 1.15em;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(255, 255, 255, 0.25),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.inputBox .box input {
position: relative;
width: 100%;
border: none;
outline: none;
padding: 10px 20px;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(0, 0, 0, 0.35),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.inputBox .box input[type="submit"] {
background: #1f83f2;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25),
inset 2px 2px 5px rgba(255, 255, 255, 0.35),
inset 5px 5px 10px rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin-top: 10px;
}
.inputBox .box input[type="submit"]:hover {
filter: brightness(1.1);
}
label {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
display: flex;
align-items: center;
}
label input {
margin-right: 5px;
}
.forgot {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
text-decoration: none;
} | 0.374791 | 0.083778 |
margin-top: 65px;
max-width: 200px;
width: 100%;
margin-bottom: 10px;
}
#made_by_us{
max-width: 180px;
width: 100%;
margin-bottom: 10px;
}
#buy_now{
max-width: 70px;
width: 100%;
margin-bottom: 150px;
}
#buy_now:hover{
cursor: pointer;
}
#search_box{
margin-top: 30px;
margin-left: 40px;
}
#search_text{
border: none;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
width: 120px;
height: 30px;
padding-left: 15px;
font-size: 12px;
}
#search_icon{
height: 30px;
margin-left: -10px;
margin-top: 2px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 10px;
background: #fff;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
#menu{
z-index: 100;
height: 35px;
width: 35px;
display: table-cell;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #e61c24;
cursor: pointer;
position: absolute;
top: 40px;
left: 50px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu.show{
background: #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu.show span{
background: #e61c24;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu span{
margin: -2px;
border: none;
height: 3px;
background: #fff;
margin-bottom: 5px;
display: block;
margin-left: 10px;
margin-right: 10px;
border-radius: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu span:nth-child(1){
margin-top: 10px;
}
#menu_bg{
margin-left: -295px;
width: 210px;
height: 530px;
background: #000;
opacity: .4;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_bg.show{
margin-left: -15px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_{
margin: 0;
z-index: 100;
display: table-cell;
position: absolute;
padding: 0;
margin-top: 85px;
margin-left: 0px;
}
.menu_logo{
max-width: 18px;
margin-right: 10px;
margin-top:-5px;
}
#menu_ ul{
margin-left: -305px;
margin-top: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_.show ul{
margin-left: 5px;
margin-top: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_ ul li{
margin-bottom: 20px;
}
.list_menu.active{
color: #e61c24;
}
.list_menu{
color: #fefefe;
font-size: 12px;
}
.list_menu:hover{
color: #e61c24;
cursor: pointer;
} | GAK PAKE/New folder/1024_header.css | margin-top: 65px;
max-width: 200px;
width: 100%;
margin-bottom: 10px;
}
#made_by_us{
max-width: 180px;
width: 100%;
margin-bottom: 10px;
}
#buy_now{
max-width: 70px;
width: 100%;
margin-bottom: 150px;
}
#buy_now:hover{
cursor: pointer;
}
#search_box{
margin-top: 30px;
margin-left: 40px;
}
#search_text{
border: none;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
width: 120px;
height: 30px;
padding-left: 15px;
font-size: 12px;
}
#search_icon{
height: 30px;
margin-left: -10px;
margin-top: 2px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 10px;
background: #fff;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
#menu{
z-index: 100;
height: 35px;
width: 35px;
display: table-cell;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #e61c24;
cursor: pointer;
position: absolute;
top: 40px;
left: 50px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu.show{
background: #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu.show span{
background: #e61c24;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu span{
margin: -2px;
border: none;
height: 3px;
background: #fff;
margin-bottom: 5px;
display: block;
margin-left: 10px;
margin-right: 10px;
border-radius: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu span:nth-child(1){
margin-top: 10px;
}
#menu_bg{
margin-left: -295px;
width: 210px;
height: 530px;
background: #000;
opacity: .4;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_bg.show{
margin-left: -15px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_{
margin: 0;
z-index: 100;
display: table-cell;
position: absolute;
padding: 0;
margin-top: 85px;
margin-left: 0px;
}
.menu_logo{
max-width: 18px;
margin-right: 10px;
margin-top:-5px;
}
#menu_ ul{
margin-left: -305px;
margin-top: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_.show ul{
margin-left: 5px;
margin-top: 25px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#menu_ ul li{
margin-bottom: 20px;
}
.list_menu.active{
color: #e61c24;
}
.list_menu{
color: #fefefe;
font-size: 12px;
}
.list_menu:hover{
color: #e61c24;
cursor: pointer;
} | 0.243193 | 0.05715 |
:root {
--mobile-margin: 0 2em;
--main-color: #212020;
--pink-color: #FF2D5E;
/* tablet variables */
/* desktop variables */
}
@font-face {
font-family: merri-bold;
src: url(./fonts/Merriweather-Bold.ttf);
}
@font-face {
font-family: merri-black;
src: url(./fonts/Merriweather-Black.ttf);
}
@font-face {
font-family: nun-semibold;
src: url(./fonts/NunitoSans-SemiBold.ttf);
}
@font-face {
font-family: nun-bold;
src: url(./fonts/NunitoSans-Bold.ttf);
}
@font-face {
font-family: nun-black;
src: url(./fonts/NunitoSans-Black.ttf);
}
body {
padding: 0;
margin: 0;
color: var(--main-color);
scroll-behavior: smooth;
}
h1 {
font-family: merri-bold;
font-size: 34px;
letter-spacing: -1.5px;
text-transform: lowercase;
}
#design-cases > h1 {
margin-bottom: 4em;
}
h2 {
font-family: nun-semibold;
}
a {
font-family: nun-bold;
color: var(--main-color);
}
#show-more a {
font-size: 24px;
text-decoration: none;
color: var(--pink-color);
}
/* top nav */
nav{
margin-top: 2.4em;
}
nav ul {
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 2em;
}
nav ul li:last-of-type > a {
padding: 1.1em 1.7em;
border-style: solid;
text-transform: uppercase;
font-family: nun-black;
text-decoration: none;
letter-spacing: 3px;
}
/* all section height */
section {
width: 100vw;
height: 100vh;
}
/* home */
#home {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background-image: url(./images/background.svg);
background-repeat: no-repeat;
background-position: 2em 5em;
background-size: 75%;
}
#home > h2 {
font-size: 1em;
letter-spacing: -0.7px;
margin: var(--mobile-margin);
}
#show-more {
margin-bottom: 8em;
}
/* nick nav */
.stuck {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 0 1.5em;
font-family: nun-bold;
font-size: 1.5em;
z-index: 3;
}
.stuck > a:first-of-type {
position: fixed;
left:0;
bottom: 0;
margin-left: 1.4em;
margin-bottom: 1em;
}
.stuck > a:last-of-type {
position: fixed;
right:0;
bottom: 0;
margin-right: 1.4em;
margin-bottom: 1em;
}
/* borderbox voor die fouten die je wilt verbergen */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* dit is die sappige sectie van je*/
#design-cases {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
/* je main grid breedte */
#masonry {
width: 75%;
}
/* Dit is je main .item! blauwe item boxies */
/* mobile iphone SE*/
@media only screen and (min-width: 320px) {
#masonry {
width: 87%;
}
.item {
width: 250px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 250px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 250px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 250px;
height: 800px;
background: #D092E3
}
}
/* mobile iphone 6/7/8*/
@media only screen and (min-width: 375px) {
#masonry {
width: 84%;
}
.item {
width: 280px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 280px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 280px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 280px;
height: 800px;
background: #D092E3
}
}
/* plus size */
@media only screen and (min-width: 414px) {
#masonry {
width: 80%;
}
.item {
width: 300px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 300px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 300px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 300px;
height: 800px;
background: #D092E3
}
}
/* tablet */
@media only screen and (min-width: 768px) {
#masonry {
width: 82%;
}
.item {
width: 280px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 280px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 280px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 280px;
height: 800px;
background: #D092E3
}
}
/* tablet */
@media only screen and (min-width: 1024px) {
#masonry {
width: 84%;
}
.item {
width: 250px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 250px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 250px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 250px;
height: 800px;
background: #D092E3
}
}
/* desktop */
@media only screen and (min-width: 1440px) {
#masonry {
width: 65%;
}
.item {
width: 260px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 260px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 260px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 260px;
height: 800px;
background: #D092E3
}
} | index.css | :root {
--mobile-margin: 0 2em;
--main-color: #212020;
--pink-color: #FF2D5E;
/* tablet variables */
/* desktop variables */
}
@font-face {
font-family: merri-bold;
src: url(./fonts/Merriweather-Bold.ttf);
}
@font-face {
font-family: merri-black;
src: url(./fonts/Merriweather-Black.ttf);
}
@font-face {
font-family: nun-semibold;
src: url(./fonts/NunitoSans-SemiBold.ttf);
}
@font-face {
font-family: nun-bold;
src: url(./fonts/NunitoSans-Bold.ttf);
}
@font-face {
font-family: nun-black;
src: url(./fonts/NunitoSans-Black.ttf);
}
body {
padding: 0;
margin: 0;
color: var(--main-color);
scroll-behavior: smooth;
}
h1 {
font-family: merri-bold;
font-size: 34px;
letter-spacing: -1.5px;
text-transform: lowercase;
}
#design-cases > h1 {
margin-bottom: 4em;
}
h2 {
font-family: nun-semibold;
}
a {
font-family: nun-bold;
color: var(--main-color);
}
#show-more a {
font-size: 24px;
text-decoration: none;
color: var(--pink-color);
}
/* top nav */
nav{
margin-top: 2.4em;
}
nav ul {
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 2em;
}
nav ul li:last-of-type > a {
padding: 1.1em 1.7em;
border-style: solid;
text-transform: uppercase;
font-family: nun-black;
text-decoration: none;
letter-spacing: 3px;
}
/* all section height */
section {
width: 100vw;
height: 100vh;
}
/* home */
#home {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background-image: url(./images/background.svg);
background-repeat: no-repeat;
background-position: 2em 5em;
background-size: 75%;
}
#home > h2 {
font-size: 1em;
letter-spacing: -0.7px;
margin: var(--mobile-margin);
}
#show-more {
margin-bottom: 8em;
}
/* nick nav */
.stuck {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 0 1.5em;
font-family: nun-bold;
font-size: 1.5em;
z-index: 3;
}
.stuck > a:first-of-type {
position: fixed;
left:0;
bottom: 0;
margin-left: 1.4em;
margin-bottom: 1em;
}
.stuck > a:last-of-type {
position: fixed;
right:0;
bottom: 0;
margin-right: 1.4em;
margin-bottom: 1em;
}
/* borderbox voor die fouten die je wilt verbergen */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* dit is die sappige sectie van je*/
#design-cases {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
/* je main grid breedte */
#masonry {
width: 75%;
}
/* Dit is je main .item! blauwe item boxies */
/* mobile iphone SE*/
@media only screen and (min-width: 320px) {
#masonry {
width: 87%;
}
.item {
width: 250px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 250px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 250px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 250px;
height: 800px;
background: #D092E3
}
}
/* mobile iphone 6/7/8*/
@media only screen and (min-width: 375px) {
#masonry {
width: 84%;
}
.item {
width: 280px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 280px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 280px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 280px;
height: 800px;
background: #D092E3
}
}
/* plus size */
@media only screen and (min-width: 414px) {
#masonry {
width: 80%;
}
.item {
width: 300px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 300px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 300px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 300px;
height: 800px;
background: #D092E3
}
}
/* tablet */
@media only screen and (min-width: 768px) {
#masonry {
width: 82%;
}
.item {
width: 280px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 280px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 280px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 280px;
height: 800px;
background: #D092E3
}
}
/* tablet */
@media only screen and (min-width: 1024px) {
#masonry {
width: 84%;
}
.item {
width: 250px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 250px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 250px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 250px;
height: 800px;
background: #D092E3
}
}
/* desktop */
@media only screen and (min-width: 1440px) {
#masonry {
width: 65%;
}
.item {
width: 260px;
height: 300px;
background: #2296DD;
margin: 1em;
}
/* Grijze boxen item boxies */
.item.thumbnail {
width: 260px;
height: 400px;
background: #cfcfcf
}
/* Groene item boxies */
.item.medium {
width: 260px;
height: 500px;
background: #A6E392
}
/* Paarse item boxies */
.item.large {
width: 260px;
height: 800px;
background: #D092E3
}
} | 0.196788 | 0.117041 |
:root {
--black: #282828;
--dark-grey: #707070;
--grey: #A9B0C3;
--light-grey: #DEE7FF;
--white: #FFFFFF;
--green: #58FF8B;
--red: #FF6E57;
--yellow: #FFE25F;
--blue: #009EFF;
}
main a:link, main a:visited {
color: inherit;
background-color: var(--blue);
text-decoration: none;
padding: 0 4px 1px 4px;
border-radius: 3px;
}
main a:hover, main a:active {
color: var(--black);
background-color: var(--yellow);
}
body {
color: var(--white);
background-color: var(--black);
font-size: 14px;
}
p {
line-height: 1.3em;
margin: 1.3em 0;
}
nav {
font-size: 14px;
line-height: 1.3em;
background-color: var(--green);
color: var(--black);
text-transform: uppercase;
margin: 5ch;
padding: 2ch;
width: 50ch;
position: fixed;
top: 0;
left: 0;
bottom: 0;
user-select: none;
}
nav a:link, nav a:visited {
color: inherit;
text-decoration: none;
}
nav a:hover, nav a:active {
color: var(--green);
background-color: var(--black);
}
nav > * {
padding: 1px 6px;
display: block;
}
nav .exercise::before {
content: '» ';
}
nav .exercise.done::after {
content: ' ✓';
float: right;
}
nav .title {
font-weight: bold;
}
nav .disabled {
opacity: 0.5;
}
main {
margin: 0ch 5ch 10ch 60ch;
max-width: 80ch;
}
iframe {
height: 450px;
min-height: 350px;
max-height: 80vh;
width: 700px;
min-width: 600px;
max-width: 100%;
resize: both;
}
:not(a) > code {
border-radius: 3px;
background-color: var(--dark-grey);
padding: 0 4px 1px 4px;
}
code.hljs {
padding: 1.5em;
}
/* Highlight.js styles */
.hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#d54e53}.hljs-number,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#e78c45}.hljs-attribute{color:#e7c547}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#b9ca4a}.hljs-title,.hljs-section{color:#7aa6da}.hljs-keyword,.hljs-selector-tag{color:#c397d8}.hljs{display:block;overflow-x:auto;background:black;color:#eaeaea;padding:.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} | static/workshop.css | :root {
--black: #282828;
--dark-grey: #707070;
--grey: #A9B0C3;
--light-grey: #DEE7FF;
--white: #FFFFFF;
--green: #58FF8B;
--red: #FF6E57;
--yellow: #FFE25F;
--blue: #009EFF;
}
main a:link, main a:visited {
color: inherit;
background-color: var(--blue);
text-decoration: none;
padding: 0 4px 1px 4px;
border-radius: 3px;
}
main a:hover, main a:active {
color: var(--black);
background-color: var(--yellow);
}
body {
color: var(--white);
background-color: var(--black);
font-size: 14px;
}
p {
line-height: 1.3em;
margin: 1.3em 0;
}
nav {
font-size: 14px;
line-height: 1.3em;
background-color: var(--green);
color: var(--black);
text-transform: uppercase;
margin: 5ch;
padding: 2ch;
width: 50ch;
position: fixed;
top: 0;
left: 0;
bottom: 0;
user-select: none;
}
nav a:link, nav a:visited {
color: inherit;
text-decoration: none;
}
nav a:hover, nav a:active {
color: var(--green);
background-color: var(--black);
}
nav > * {
padding: 1px 6px;
display: block;
}
nav .exercise::before {
content: '» ';
}
nav .exercise.done::after {
content: ' ✓';
float: right;
}
nav .title {
font-weight: bold;
}
nav .disabled {
opacity: 0.5;
}
main {
margin: 0ch 5ch 10ch 60ch;
max-width: 80ch;
}
iframe {
height: 450px;
min-height: 350px;
max-height: 80vh;
width: 700px;
min-width: 600px;
max-width: 100%;
resize: both;
}
:not(a) > code {
border-radius: 3px;
background-color: var(--dark-grey);
padding: 0 4px 1px 4px;
}
code.hljs {
padding: 1.5em;
}
/* Highlight.js styles */
.hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#d54e53}.hljs-number,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#e78c45}.hljs-attribute{color:#e7c547}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#b9ca4a}.hljs-title,.hljs-section{color:#7aa6da}.hljs-keyword,.hljs-selector-tag{color:#c397d8}.hljs{display:block;overflow-x:auto;background:black;color:#eaeaea;padding:.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} | 0.45641 | 0.148232 |
.merge-sort-area {
height: 100%;
}
.merge-sort-box-area {
height: 22.5%;
margin-top: 1%;
text-align: center;
padding: 0;
}
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
display: inline-block;
height: 100%;
color: white;
margin: 0.075em;
text-align: center;
font-size: 15px;
float: none;
padding: 0;
}
/* Center number within box vertically */
.merge-sort-box-level-0:before, .merge-sort-box-level-1:before, .merge-sort-box-level-2:before, .merge-sort-box-level-3:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.merge-sort-box-level-0 {
width: 12%;
}
.merge-sort-box-level-1 {
width: 24%;
}
.merge-sort-box-level-2 {
width: 48%;
}
.merge-sort-box-level-3 {
width: 96%;
}
.merge-unsorted {
background-color: blue;
}
.merge-sorted {
background-color: #00cc00;
}
.merge-hidden {
visibility: hidden;
}
@media screen and (max-width: 1199px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 14px;
}
}
@media screen and (max-width: 775px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 12px;
}
}
@media screen and (max-width: 600px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 10px;
margin: 0.05em;
}
}
@media screen and (max-width: 500px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 9px;
}
}
@media screen and (max-width: 400px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 8px;
}
}
.level-1-0 {
float: left;
margin-top: 2%;
margin-left: 12.5%;
}
.level-1-1 {
float: left;
margin-top: 2%;
margin-left: 8.333%;
}
.level-2-0 {
float: left;
margin-top: 2%;
margin-left: 9.375%;
}
.level-2-1 {
float: left;
margin-top: 2%;
margin-left: 6.25%;
}
.level-2-2 {
float: left;
margin-top: 2%;
margin-left: 2.0833%;
}
.level-2-3 {
float: left;
margin-top: 2%;
margin-left: 6.25%;
}
.level-3-0 {
float: left;
margin-top: 2%;
margin-left: 7.2917%;
}
.level-3-1 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-2 {
float: left;
margin-top: 2%;
margin-left: 1.0417%;
}
.level-3-3 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-4 {
float: left;
margin-top: 2%;
margin-left: 0;
}
.level-3-5 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-6 {
float: left;
margin-top: 2%;
margin-left: 1.0417%;
}
.level-3-7 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
} | src/components/sort/mergeSort/mergeSort.css | .merge-sort-area {
height: 100%;
}
.merge-sort-box-area {
height: 22.5%;
margin-top: 1%;
text-align: center;
padding: 0;
}
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
display: inline-block;
height: 100%;
color: white;
margin: 0.075em;
text-align: center;
font-size: 15px;
float: none;
padding: 0;
}
/* Center number within box vertically */
.merge-sort-box-level-0:before, .merge-sort-box-level-1:before, .merge-sort-box-level-2:before, .merge-sort-box-level-3:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.merge-sort-box-level-0 {
width: 12%;
}
.merge-sort-box-level-1 {
width: 24%;
}
.merge-sort-box-level-2 {
width: 48%;
}
.merge-sort-box-level-3 {
width: 96%;
}
.merge-unsorted {
background-color: blue;
}
.merge-sorted {
background-color: #00cc00;
}
.merge-hidden {
visibility: hidden;
}
@media screen and (max-width: 1199px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 14px;
}
}
@media screen and (max-width: 775px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 12px;
}
}
@media screen and (max-width: 600px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 10px;
margin: 0.05em;
}
}
@media screen and (max-width: 500px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 9px;
}
}
@media screen and (max-width: 400px) {
.merge-sort-box-level-0, .merge-sort-box-level-1, .merge-sort-box-level-2, .merge-sort-box-level-3 {
font-size: 8px;
}
}
.level-1-0 {
float: left;
margin-top: 2%;
margin-left: 12.5%;
}
.level-1-1 {
float: left;
margin-top: 2%;
margin-left: 8.333%;
}
.level-2-0 {
float: left;
margin-top: 2%;
margin-left: 9.375%;
}
.level-2-1 {
float: left;
margin-top: 2%;
margin-left: 6.25%;
}
.level-2-2 {
float: left;
margin-top: 2%;
margin-left: 2.0833%;
}
.level-2-3 {
float: left;
margin-top: 2%;
margin-left: 6.25%;
}
.level-3-0 {
float: left;
margin-top: 2%;
margin-left: 7.2917%;
}
.level-3-1 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-2 {
float: left;
margin-top: 2%;
margin-left: 1.0417%;
}
.level-3-3 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-4 {
float: left;
margin-top: 2%;
margin-left: 0;
}
.level-3-5 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
}
.level-3-6 {
float: left;
margin-top: 2%;
margin-left: 1.0417%;
}
.level-3-7 {
float: left;
margin-top: 2%;
margin-left: 4.1667%;
} | 0.623835 | 0.112893 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Roboto, sans-serif;
color: var(--primary-text-color);
margin: 0;
}
img {
display: block;
min-width: 100%;
height: auto;
}
ul {
padding: 0;
list-style: none;
}
.section {
padding-top: 94px;
padding-bottom: 94px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.is-hidden {
opacity: 0;
pointer-events: none;
visibility: hidden;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.visually-hidden {
position: absolute;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
}
.checkbox-icon,
.checked-icon {
width: 16px;
height: 15px;
position: absolute;
left: 13px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checked-icon {
opacity: 0;
}
.modal-checkbox:checked ~ .checked-icon {
opacity: 1;
}
.modal-checkbox:checked ~ .checkbox-icon {
opacity: 0;
}
.logo--black, .logo--white, .logo--blue {
font-family: Raleway, sans-serif;
font-weight: 700;
text-decoration: none;
font-size: 26px;
line-height: 1.19;
}
.logo--black {
color: #000;
margin-right: 93px;
}
.logo--white {
color: #ffffff;
}
.logo--blue {
color: #2196f3;
}
.header, .header--border {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 80px;
padding-top: 24px;
padding-bottom: 25px;
}
.header--border {
border-bottom: 1px solid #eee;
}
.header-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-nav__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-nav__item {
position: relative;
font-family: Roboto, sans-serif;
font-style: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.header-nav__item:not(:last-child) {
margin-right: 50px;
}
.header-nav__link, .header-nav__link--current, .header-nav__link--current::after {
text-decoration: none;
font-weight: 500;
color: #212121;
}
.header-nav__link::after, .header-nav__link--current::after {
position: absolute;
top: 44px;
content: "";
display: block;
background-color: #2196f3;
width: 100%;
height: 4px;
border-radius: 2px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-nav__link:hover, .header-nav__link--current:hover, .header-nav__link--current:hover::after, .header-nav__link:focus, .header-nav__link--current:focus, .header-nav__link--current:focus::after {
color: #2196f3;
}
.header-nav__link--current {
color: #2196f3;
}
.header-nav__link--current::after {
content: "";
display: block;
position: absolute;
bottom: -30px;
background-color: #2196f3;
width: 100%;
height: 4px;
border-radius: 2px;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header-nav__link:hover::after, .header-nav__link--current:hover::after, .header-nav__link:focus::after, .header-nav__link--current:focus::after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header-contact__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
}
.header-contact__item {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: #757575;
}
.header-contact__item:not(:last-child) {
margin-right: 50px;
}
.header-contact__link {
text-decoration: none;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-contact__link:visited {
color: #757575;
}
.header-contact__link:hover, .header-contact__link:focus, .header-contact__link:active {
color: #2196f3;
}
.header-contact__icon {
fill: currentColor;
margin-right: 10px;
}
.page-hero {
max-width: 1600px;
padding-top: 200px;
padding-bottom: 200px;
background-color: #2f303a;
text-align: center;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url(../images/hero.jpg);
background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/hero.jpg);
background-repeat: no-repeat;
background-color: #c4c4c4;
background-position: center;
margin: 0 auto;
text-align: center;
}
.page-hero__title {
font-weight: 900;
color: #ffffff;
font-size: 44px;
line-height: 1.36;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 30px;
}
.page-hero__btn {
min-width: 200px;
padding: 10px 32px;
background-color: #2196f3;
color: #ffffff;
font-size: 16px;
line-height: 1.875;
font-weight: 700;
text-align: center;
border: none;
border-radius: 4px;
cursor: pointer;
}
.overlay {
background-color: rgba(0, 0, 0, 0.2);
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 40px;
width: 528px;
height: 581px;
background-color: #ffffff;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.modal-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
border-radius: 50%;
width: 30px;
height: 30px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
position: absolute;
top: 8px;
right: 8px;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-close:hover {
fill: #2196f3;
cursor: pointer;
}
.modal-title {
margin-bottom: 30px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.modal-label {
position: relative;
display: inline-block;
margin-bottom: 10px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 1.16;
letter-spacing: 0.01em;
color: #757575;
}
.modal-comment {
margin-bottom: 20px;
}
.modal-input {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
padding-left: 42px;
margin-top: 4px;
min-height: 40px;
min-width: 448px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
outline: none;
-webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-input:focus {
border: 1px solid #2196f3;
}
.modal-input:focus + .input-icon {
fill: #2196f3;
}
.input-icon {
width: 18px;
height: 18px;
position: absolute;
left: 12px;
bottom: 11px;
fill: #212121;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-comment-area {
min-width: 448px;
min-height: 120px;
margin-top: 4px;
padding: 12px 16px;
font-size: 14px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
outline: none;
resize: none;
-webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-comment-area:focus {
border: 1px solid #2196f3;
}
.modal-comment-area::-webkit-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area:-ms-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area::-ms-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area::placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-agree {
font-size: 14px;
letter-spacing: 0.03em;
display: block;
line-height: 24px;
padding-left: 36px;
margin-bottom: 30px;
}
.modal-agree-link {
font-size: 14px;
color: #2196f3;
text-decoration: underline;
line-height: 1.71;
}
.modal-submit {
width: 200px;
height: 50px;
display: block;
margin: 0 auto;
border: none;
background-color: #2196f3;
color: #ffffff;
cursor: pointer;
font-weight: bold;
font-size: 16px;
line-height: 1.875;
letter-spacing: 0.06em;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 55px;
padding-right: 55px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.page-features__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 94px;
}
.page-features__item {
min-width: 270px;
}
.page-features__item:not(:last-child) {
margin-right: 30px;
}
.page-features__title {
color: #212121;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.14;
letter-spacing: 0.03em;
}
.page-features__description {
color: #757575;
font-size: 14px;
font-weight: 400;
line-height: 1.71;
letter-spacing: 0.03em;
padding-top: 10px;
}
.page-features__icon {
background-color: #f5f4fa;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 120px;
margin-bottom: 30px;
border-radius: 4px;
}
.page-about__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-about__title {
font-family: Roboto, sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 1.16;
letter-spacing: 0.03em;
margin-bottom: 50px;
text-align: center;
}
.page-about__item {
position: relative;
}
.page-about__item:not(:last-child) {
margin-right: 30px;
}
.page-about__description {
position: absolute;
bottom: 0;
width: 100%;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
padding-top: 27px;
padding-bottom: 27px;
color: #ffffff;
background-color: rgba(47, 48, 58, 0.8);
}
.page-team {
background-color: #f5f4fa;
}
.page-team__title {
font-family: Roboto, sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 1.16;
letter-spacing: 0.03em;
margin-bottom: 50px;
text-align: center;
}
.page-team__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-team__card-wrapper {
padding-top: 30px;
padding-bottom: 30px;
}
.page-team__card {
font-size: 0;
width: 270px;
text-align: center;
border-radius: 0px 0px 4px 4px;
background-color: #ffffff;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-team__card:hover {
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.page-team__card:not(:last-child) {
margin-right: 30px;
}
.page-team__name {
font-weight: 500;
font-size: 16px;
line-height: 1.18;
color: #212121;
letter-spacing: 0.03em;
}
.page-team__prof {
margin-top: 10px;
font-size: 16px;
line-height: 1.18;
letter-spacing: 0.03em;
color: #757575;
margin-bottom: 16px;
}
.page-team__social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 32px;
padding-right: 32px;
}
.page-team__social-item:not(:last-child) {
margin-right: 10px;
}
.page-team__social-link {
width: 44px;
height: 44px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #afb1b8;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-team__social-link:hover, .page-team__social-link:focus {
background-color: #2196f3;
color: #ffffff;
}
.page-social__icon {
fill: currentColor;
}
.page-partners__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 1.16;
text-align: center;
letter-spacing: 0.03em;
margin-bottom: 50px;
}
.page-partners__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-partners__item:not(:last-child) {
margin-right: 30px;
}
.page-partners__link {
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;
width: 170px;
height: 92px;
border: 1px solid #afb1b8;
border-radius: 4px;
color: #afb1b8;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-partners__link:hover, .page-partners__link:focus {
color: #2196f3;
border-color: #2196f3;
}
.page-partners__icon {
fill: currentColor;
}
.footer {
background-color: #2f303a;
padding-top: 60px;
padding-bottom: 60px;
}
.footer > .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-contacts {
margin-right: 70px;
}
.footer-address {
margin-top: 20px;
}
.footer-address__item:not(:last-child) {
margin-bottom: 9px;
}
.footer-address__map {
color: #ffffff;
text-decoration: none;
font-weight: 400;
font-size: 14px;
font-style: normal;
line-height: 1.71;
letter-spacing: 0.03em;
}
.footer-address__link {
text-decoration: none;
font-style: normal;
font-size: 14px;
line-height: 1.71;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.footer-socials__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 20px;
}
.footer-socials__item:not(:last-child) {
margin-right: 10px;
}
.footer-socials__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-socials__link {
width: 44px;
height: 44px;
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-socials__link:hover, .footer-socials__link:focus {
background-color: #2196f3;
}
.footer-subscribe {
margin-left: auto;
}
.footer-subscribe__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 20px;
}
.footer-subscribe__email {
margin-right: 12px;
}
.footer-subscribe__input {
border: 1px solid rgba(255, 255, 255, 0.3);
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
padding-top: 15px;
padding-left: 16px;
padding-bottom: 15px;
background-color: inherit;
outline: none;
min-width: 358px;
font-size: 16px;
color: #ffffff;
}
.footer-subscribe__btn {
position: relative;
background: #2196f3;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border: none;
cursor: pointer;
border-radius: 4px;
color: #ffffff;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 1.875;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 29px;
min-width: 200px;
min-height: 50px;
}
.footer-subscribe__icon {
position: absolute;
top: 13px;
right: 26px;
}
.portfolio-sort__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.portfolio-sort__btn {
background: #f5f4fa;
padding: 6px 22px;
border: 0;
border-radius: 4px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.625;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
cursor: pointer;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-sort__btn:hover {
background: #2196f3;
color: #ffffff;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.portfolio-sort__item:not(:last-child) {
margin-right: 8px;
}
.portfolio__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px;
margin-right: -30px;
}
.portfolio__item {
-ms-flex-preferred-size: calc(100% / 3 - 30px);
flex-basis: calc(100% / 3 - 30px);
margin-bottom: 30px;
margin-right: 30px;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio__item:nth-last-child(n + 4) {
margin-bottom: 30px;
}
.portfolio__item:hover {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.portfolio__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 2;
letter-spacing: 0.06em;
color: #212121;
margin-bottom: 4px;
}
.portfolio__description {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 1.85;
letter-spacing: 0.03em;
color: #757575;
}
.portfolio-card-wrapper {
padding-left: 24px;
padding-right: 24px;
padding-top: 20px;
padding-bottom: 20px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.portfolio-overlay-wrap {
position: relative;
overflow: hidden;
}
.portfolio-animation {
position: absolute;
height: 100%;
min-width: 370px;
padding: 63px 24px;
background-color: rgba(33, 150, 243, 0.9);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-animation__text {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.55;
letter-spacing: 0.03em;
color: #ffffff;
}
.portfolio__item:hover .portfolio-animation {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/*# sourceMappingURL=main.css.map */ | css/main.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Roboto, sans-serif;
color: var(--primary-text-color);
margin: 0;
}
img {
display: block;
min-width: 100%;
height: auto;
}
ul {
padding: 0;
list-style: none;
}
.section {
padding-top: 94px;
padding-bottom: 94px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.is-hidden {
opacity: 0;
pointer-events: none;
visibility: hidden;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.visually-hidden {
position: absolute;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
}
.checkbox-icon,
.checked-icon {
width: 16px;
height: 15px;
position: absolute;
left: 13px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checked-icon {
opacity: 0;
}
.modal-checkbox:checked ~ .checked-icon {
opacity: 1;
}
.modal-checkbox:checked ~ .checkbox-icon {
opacity: 0;
}
.logo--black, .logo--white, .logo--blue {
font-family: Raleway, sans-serif;
font-weight: 700;
text-decoration: none;
font-size: 26px;
line-height: 1.19;
}
.logo--black {
color: #000;
margin-right: 93px;
}
.logo--white {
color: #ffffff;
}
.logo--blue {
color: #2196f3;
}
.header, .header--border {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 80px;
padding-top: 24px;
padding-bottom: 25px;
}
.header--border {
border-bottom: 1px solid #eee;
}
.header-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-nav__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-nav__item {
position: relative;
font-family: Roboto, sans-serif;
font-style: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.header-nav__item:not(:last-child) {
margin-right: 50px;
}
.header-nav__link, .header-nav__link--current, .header-nav__link--current::after {
text-decoration: none;
font-weight: 500;
color: #212121;
}
.header-nav__link::after, .header-nav__link--current::after {
position: absolute;
top: 44px;
content: "";
display: block;
background-color: #2196f3;
width: 100%;
height: 4px;
border-radius: 2px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-nav__link:hover, .header-nav__link--current:hover, .header-nav__link--current:hover::after, .header-nav__link:focus, .header-nav__link--current:focus, .header-nav__link--current:focus::after {
color: #2196f3;
}
.header-nav__link--current {
color: #2196f3;
}
.header-nav__link--current::after {
content: "";
display: block;
position: absolute;
bottom: -30px;
background-color: #2196f3;
width: 100%;
height: 4px;
border-radius: 2px;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header-nav__link:hover::after, .header-nav__link--current:hover::after, .header-nav__link:focus::after, .header-nav__link--current:focus::after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header-contact__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
}
.header-contact__item {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
color: #757575;
}
.header-contact__item:not(:last-child) {
margin-right: 50px;
}
.header-contact__link {
text-decoration: none;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-contact__link:visited {
color: #757575;
}
.header-contact__link:hover, .header-contact__link:focus, .header-contact__link:active {
color: #2196f3;
}
.header-contact__icon {
fill: currentColor;
margin-right: 10px;
}
.page-hero {
max-width: 1600px;
padding-top: 200px;
padding-bottom: 200px;
background-color: #2f303a;
text-align: center;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url(../images/hero.jpg);
background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/hero.jpg);
background-repeat: no-repeat;
background-color: #c4c4c4;
background-position: center;
margin: 0 auto;
text-align: center;
}
.page-hero__title {
font-weight: 900;
color: #ffffff;
font-size: 44px;
line-height: 1.36;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 30px;
}
.page-hero__btn {
min-width: 200px;
padding: 10px 32px;
background-color: #2196f3;
color: #ffffff;
font-size: 16px;
line-height: 1.875;
font-weight: 700;
text-align: center;
border: none;
border-radius: 4px;
cursor: pointer;
}
.overlay {
background-color: rgba(0, 0, 0, 0.2);
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 40px;
width: 528px;
height: 581px;
background-color: #ffffff;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.modal-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
border-radius: 50%;
width: 30px;
height: 30px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
position: absolute;
top: 8px;
right: 8px;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-close:hover {
fill: #2196f3;
cursor: pointer;
}
.modal-title {
margin-bottom: 30px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.modal-label {
position: relative;
display: inline-block;
margin-bottom: 10px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 1.16;
letter-spacing: 0.01em;
color: #757575;
}
.modal-comment {
margin-bottom: 20px;
}
.modal-input {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
padding-left: 42px;
margin-top: 4px;
min-height: 40px;
min-width: 448px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
outline: none;
-webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-input:focus {
border: 1px solid #2196f3;
}
.modal-input:focus + .input-icon {
fill: #2196f3;
}
.input-icon {
width: 18px;
height: 18px;
position: absolute;
left: 12px;
bottom: 11px;
fill: #212121;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-comment-area {
min-width: 448px;
min-height: 120px;
margin-top: 4px;
padding: 12px 16px;
font-size: 14px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
outline: none;
resize: none;
-webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-comment-area:focus {
border: 1px solid #2196f3;
}
.modal-comment-area::-webkit-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area:-ms-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area::-ms-input-placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-comment-area::placeholder {
color: rgba(117, 117, 117, 0.5);
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.01em;
}
.modal-agree {
font-size: 14px;
letter-spacing: 0.03em;
display: block;
line-height: 24px;
padding-left: 36px;
margin-bottom: 30px;
}
.modal-agree-link {
font-size: 14px;
color: #2196f3;
text-decoration: underline;
line-height: 1.71;
}
.modal-submit {
width: 200px;
height: 50px;
display: block;
margin: 0 auto;
border: none;
background-color: #2196f3;
color: #ffffff;
cursor: pointer;
font-weight: bold;
font-size: 16px;
line-height: 1.875;
letter-spacing: 0.06em;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 55px;
padding-right: 55px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.page-features__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 94px;
}
.page-features__item {
min-width: 270px;
}
.page-features__item:not(:last-child) {
margin-right: 30px;
}
.page-features__title {
color: #212121;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.14;
letter-spacing: 0.03em;
}
.page-features__description {
color: #757575;
font-size: 14px;
font-weight: 400;
line-height: 1.71;
letter-spacing: 0.03em;
padding-top: 10px;
}
.page-features__icon {
background-color: #f5f4fa;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 120px;
margin-bottom: 30px;
border-radius: 4px;
}
.page-about__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-about__title {
font-family: Roboto, sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 1.16;
letter-spacing: 0.03em;
margin-bottom: 50px;
text-align: center;
}
.page-about__item {
position: relative;
}
.page-about__item:not(:last-child) {
margin-right: 30px;
}
.page-about__description {
position: absolute;
bottom: 0;
width: 100%;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
padding-top: 27px;
padding-bottom: 27px;
color: #ffffff;
background-color: rgba(47, 48, 58, 0.8);
}
.page-team {
background-color: #f5f4fa;
}
.page-team__title {
font-family: Roboto, sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 1.16;
letter-spacing: 0.03em;
margin-bottom: 50px;
text-align: center;
}
.page-team__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-team__card-wrapper {
padding-top: 30px;
padding-bottom: 30px;
}
.page-team__card {
font-size: 0;
width: 270px;
text-align: center;
border-radius: 0px 0px 4px 4px;
background-color: #ffffff;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-team__card:hover {
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.page-team__card:not(:last-child) {
margin-right: 30px;
}
.page-team__name {
font-weight: 500;
font-size: 16px;
line-height: 1.18;
color: #212121;
letter-spacing: 0.03em;
}
.page-team__prof {
margin-top: 10px;
font-size: 16px;
line-height: 1.18;
letter-spacing: 0.03em;
color: #757575;
margin-bottom: 16px;
}
.page-team__social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 32px;
padding-right: 32px;
}
.page-team__social-item:not(:last-child) {
margin-right: 10px;
}
.page-team__social-link {
width: 44px;
height: 44px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #afb1b8;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-team__social-link:hover, .page-team__social-link:focus {
background-color: #2196f3;
color: #ffffff;
}
.page-social__icon {
fill: currentColor;
}
.page-partners__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 1.16;
text-align: center;
letter-spacing: 0.03em;
margin-bottom: 50px;
}
.page-partners__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-partners__item:not(:last-child) {
margin-right: 30px;
}
.page-partners__link {
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;
width: 170px;
height: 92px;
border: 1px solid #afb1b8;
border-radius: 4px;
color: #afb1b8;
-webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-partners__link:hover, .page-partners__link:focus {
color: #2196f3;
border-color: #2196f3;
}
.page-partners__icon {
fill: currentColor;
}
.footer {
background-color: #2f303a;
padding-top: 60px;
padding-bottom: 60px;
}
.footer > .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-contacts {
margin-right: 70px;
}
.footer-address {
margin-top: 20px;
}
.footer-address__item:not(:last-child) {
margin-bottom: 9px;
}
.footer-address__map {
color: #ffffff;
text-decoration: none;
font-weight: 400;
font-size: 14px;
font-style: normal;
line-height: 1.71;
letter-spacing: 0.03em;
}
.footer-address__link {
text-decoration: none;
font-style: normal;
font-size: 14px;
line-height: 1.71;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.footer-socials__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 20px;
}
.footer-socials__item:not(:last-child) {
margin-right: 10px;
}
.footer-socials__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-socials__link {
width: 44px;
height: 44px;
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-socials__link:hover, .footer-socials__link:focus {
background-color: #2196f3;
}
.footer-subscribe {
margin-left: auto;
}
.footer-subscribe__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 20px;
}
.footer-subscribe__email {
margin-right: 12px;
}
.footer-subscribe__input {
border: 1px solid rgba(255, 255, 255, 0.3);
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
padding-top: 15px;
padding-left: 16px;
padding-bottom: 15px;
background-color: inherit;
outline: none;
min-width: 358px;
font-size: 16px;
color: #ffffff;
}
.footer-subscribe__btn {
position: relative;
background: #2196f3;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border: none;
cursor: pointer;
border-radius: 4px;
color: #ffffff;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 1.875;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 29px;
min-width: 200px;
min-height: 50px;
}
.footer-subscribe__icon {
position: absolute;
top: 13px;
right: 26px;
}
.portfolio-sort__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.portfolio-sort__btn {
background: #f5f4fa;
padding: 6px 22px;
border: 0;
border-radius: 4px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.625;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
cursor: pointer;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-sort__btn:hover {
background: #2196f3;
color: #ffffff;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.portfolio-sort__item:not(:last-child) {
margin-right: 8px;
}
.portfolio__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px;
margin-right: -30px;
}
.portfolio__item {
-ms-flex-preferred-size: calc(100% / 3 - 30px);
flex-basis: calc(100% / 3 - 30px);
margin-bottom: 30px;
margin-right: 30px;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio__item:nth-last-child(n + 4) {
margin-bottom: 30px;
}
.portfolio__item:hover {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.portfolio__title {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 2;
letter-spacing: 0.06em;
color: #212121;
margin-bottom: 4px;
}
.portfolio__description {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 1.85;
letter-spacing: 0.03em;
color: #757575;
}
.portfolio-card-wrapper {
padding-left: 24px;
padding-right: 24px;
padding-top: 20px;
padding-bottom: 20px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.portfolio-overlay-wrap {
position: relative;
overflow: hidden;
}
.portfolio-animation {
position: absolute;
height: 100%;
min-width: 370px;
padding: 63px 24px;
background-color: rgba(33, 150, 243, 0.9);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-animation__text {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.55;
letter-spacing: 0.03em;
color: #ffffff;
}
.portfolio__item:hover .portfolio-animation {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/*# sourceMappingURL=main.css.map */ | 0.427875 | 0.053403 |
----------------------------- **/
@font-face {
font-family: Whitney;
font-style: light;
font-weight: 300;
src: url(https://discordapp.com/assets/16801bfdf51ed88e69bc90626a3ea436.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: normal;
font-weight: 500;
src: url(https://discordapp.com/assets/d153359b5d87601d2b9c708b7ae2db02.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: medium;
font-weight: 600;
src: url(https://discordapp.com/assets/a934ab008c7f6a2274ec441f6be0696a.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: semibold;
font-weight: 650;
src: url(/assets/877ef48bf9fcfee590f0ba64de101b59.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url(https://discordapp.com/assets/2e004dd717cdc58b9ccb361d286ebbce.woff) format("woff"); }
@font-face {
font-family: SourceCodePro;
font-style: normal;
font-weight: 500;
src: url(https://discordapp.com/assets/748ac49ebe4bf0ddfe85c005be7c64c4.woff) format("woff"); }
/** NATIVE
----------------------------- **/
body, html {
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
background: #2C2F33;
color: rgba(255, 255, 255, 0.6);
margin: 0;
padding: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
p {
line-height: 27px;
text-align: justify; }
code {
font-family: SourceCodePro;
background: #2e3136;
border: 2px solid #282b30;
border-radius: 5px;
box-sizing: border-box;
padding: 8px;
font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; }
a {
text-decoration: none;
color: #7289da;
transition: all 0.3s cubic-bezier(0.25, 0.25, 0.315, 1.35), top 0.1s linear; }
a:hover {
color: #7890e7; }
/** HEADER
----------------------------- **/
header {
height: 500px;
width: 100%;
background: url("../img/background.png"), #7289DA;
display: flex;
justify-content: center; }
header img {
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none; }
/** SECTION
----------------------------- **/
section {
width: 80%;
padding: 1rem 0rem; }
section .header {
padding: 2rem; }
section h1, section h3 {
font-weight: bold;
color: #FFFFFF;
padding: 0;
margin: 0; }
section h1, section h2 {
text-align: center; }
section h2 {
font-size: 12pt; }
section h3 {
font-size: 18pt; }
section ol li {
height: 50px; }
/** FOOTER
----------------------------- **/
footer {
background: #23272A;
width: 100%;
padding: 1rem 0rem;
text-align: center; }
footer p {
text-align: center; }
/** MOBILE
----------------------------- **/
@media screen and (max-width: 700px) {
header {
padding: 0px;
height: auto; }
header img {
width: 80vw;
height: 80vw;
max-height: 500px;
max-width: 500px; } } | css/stylesheet.css | ----------------------------- **/
@font-face {
font-family: Whitney;
font-style: light;
font-weight: 300;
src: url(https://discordapp.com/assets/16801bfdf51ed88e69bc90626a3ea436.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: normal;
font-weight: 500;
src: url(https://discordapp.com/assets/d153359b5d87601d2b9c708b7ae2db02.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: medium;
font-weight: 600;
src: url(https://discordapp.com/assets/a934ab008c7f6a2274ec441f6be0696a.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: semibold;
font-weight: 650;
src: url(/assets/877ef48bf9fcfee590f0ba64de101b59.woff) format("woff"); }
@font-face {
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url(https://discordapp.com/assets/2e004dd717cdc58b9ccb361d286ebbce.woff) format("woff"); }
@font-face {
font-family: SourceCodePro;
font-style: normal;
font-weight: 500;
src: url(https://discordapp.com/assets/748ac49ebe4bf0ddfe85c005be7c64c4.woff) format("woff"); }
/** NATIVE
----------------------------- **/
body, html {
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
background: #2C2F33;
color: rgba(255, 255, 255, 0.6);
margin: 0;
padding: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
p {
line-height: 27px;
text-align: justify; }
code {
font-family: SourceCodePro;
background: #2e3136;
border: 2px solid #282b30;
border-radius: 5px;
box-sizing: border-box;
padding: 8px;
font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; }
a {
text-decoration: none;
color: #7289da;
transition: all 0.3s cubic-bezier(0.25, 0.25, 0.315, 1.35), top 0.1s linear; }
a:hover {
color: #7890e7; }
/** HEADER
----------------------------- **/
header {
height: 500px;
width: 100%;
background: url("../img/background.png"), #7289DA;
display: flex;
justify-content: center; }
header img {
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none; }
/** SECTION
----------------------------- **/
section {
width: 80%;
padding: 1rem 0rem; }
section .header {
padding: 2rem; }
section h1, section h3 {
font-weight: bold;
color: #FFFFFF;
padding: 0;
margin: 0; }
section h1, section h2 {
text-align: center; }
section h2 {
font-size: 12pt; }
section h3 {
font-size: 18pt; }
section ol li {
height: 50px; }
/** FOOTER
----------------------------- **/
footer {
background: #23272A;
width: 100%;
padding: 1rem 0rem;
text-align: center; }
footer p {
text-align: center; }
/** MOBILE
----------------------------- **/
@media screen and (max-width: 700px) {
header {
padding: 0px;
height: auto; }
header img {
width: 80vw;
height: 80vw;
max-height: 500px;
max-width: 500px; } } | 0.661048 | 0.174674 |
.section-search {
position: relative;
margin-bottom: 10px;
}
.section-search form {
padding: 2px;
padding-left: 24px;
border: 1px solid var(--color-grey_light);
}
.search-input {
border: hidden;
color: var(--color-blue_base);
font-size: var(--fontSize_small);
font-family: 'Open Sans', sans-serif;
vertical-align: middle !important; /* Algolia adds inline style to align this top */
}
.section-search img {
position: absolute;
left: 7px;
top: 15px;
}
/**
* Clear search.
*/
.clear-search {
display: none;
margin-top: 20px;
padding-bottom: 20px;
text-decoration: underline;
border-bottom: 1px solid var(--color-grey_light);
}
.clear-search.show {
display: block;
}
.clear-search:hover {
cursor: pointer;
cursor: hand;
}
.clear-search:before {
content: "\2039 \a0\20";
}
/**
* Algolia DocSearch
*/
.aa-dropdown-menu {
padding: 2px !important;
border-color: var(--color-grey_base) !important;
overflow: hidden;
box-shadow: 0 2px 6px rgba(76,93,121,0.22);
}
.algolia-docsearch-footer {
padding: 2px !important;
}
.algolia-docsearch-footer--logo {
height: 10px !important;
}
.algolia-docsearch-suggestion {
border-bottom-color: var(--color-grey_lighter) !important;
}
.algolia-docsearch-suggestion--category-header {
background-color: var(--color-skyblue_light) !important;
color: var(--color-blue_base) !important;
padding: 0 10px !important;
}
.algolia-docsearch-suggestion--category-header
.algolia-docsearch-suggestion--highlight {
background-color: var(--color-white) !important;
}
.algolia-docsearch-suggestion--highlight {
color: var(--color-skyblue_dark) !important;
}
.aa-cursor .algolia-docsearch-suggestion--content {
color: var(--color-skyblue_dark) !important;
}
.aa-cursor .algolia-docsearch-suggestion {
background: var(--color-grey_lighter) !important;
}
.algolia-docsearch-footer,
.algolia-docsearch-suggestion__secondary,
.algolia-docsearch-suggestion--subcategory-column {
border-color: var(--color-grey_lighter) !important;
} | docs-sidebar/search.css | .section-search {
position: relative;
margin-bottom: 10px;
}
.section-search form {
padding: 2px;
padding-left: 24px;
border: 1px solid var(--color-grey_light);
}
.search-input {
border: hidden;
color: var(--color-blue_base);
font-size: var(--fontSize_small);
font-family: 'Open Sans', sans-serif;
vertical-align: middle !important; /* Algolia adds inline style to align this top */
}
.section-search img {
position: absolute;
left: 7px;
top: 15px;
}
/**
* Clear search.
*/
.clear-search {
display: none;
margin-top: 20px;
padding-bottom: 20px;
text-decoration: underline;
border-bottom: 1px solid var(--color-grey_light);
}
.clear-search.show {
display: block;
}
.clear-search:hover {
cursor: pointer;
cursor: hand;
}
.clear-search:before {
content: "\2039 \a0\20";
}
/**
* Algolia DocSearch
*/
.aa-dropdown-menu {
padding: 2px !important;
border-color: var(--color-grey_base) !important;
overflow: hidden;
box-shadow: 0 2px 6px rgba(76,93,121,0.22);
}
.algolia-docsearch-footer {
padding: 2px !important;
}
.algolia-docsearch-footer--logo {
height: 10px !important;
}
.algolia-docsearch-suggestion {
border-bottom-color: var(--color-grey_lighter) !important;
}
.algolia-docsearch-suggestion--category-header {
background-color: var(--color-skyblue_light) !important;
color: var(--color-blue_base) !important;
padding: 0 10px !important;
}
.algolia-docsearch-suggestion--category-header
.algolia-docsearch-suggestion--highlight {
background-color: var(--color-white) !important;
}
.algolia-docsearch-suggestion--highlight {
color: var(--color-skyblue_dark) !important;
}
.aa-cursor .algolia-docsearch-suggestion--content {
color: var(--color-skyblue_dark) !important;
}
.aa-cursor .algolia-docsearch-suggestion {
background: var(--color-grey_lighter) !important;
}
.algolia-docsearch-footer,
.algolia-docsearch-suggestion__secondary,
.algolia-docsearch-suggestion--subcategory-column {
border-color: var(--color-grey_lighter) !important;
} | 0.493653 | 0.119382 |
================================================== */
#responsiveMainNavToggler,
.responsiveMainNav {display: none;}
.responsiveMainNav.opened {display: block;}
[class~="col-"] {
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
-khtml-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
/*------------------------------------------------------------------------------*/
/* Width : 1400px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px){
.news-letter .news-letterfrm{padding-bottom: 25px;padding-right: 60px;}
.news-letter .businessman img{width: 40%;}
.main-slider .tparrows.preview3.tp-leftarrow{left:5px !important;}
.main-slider .tparrows.preview3.tp-rightarrow{right:5px !important;}
.NewslettersBlueBg{display: none;}
.fNewsletters{
min-height: 96px;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #3949ab;
}
.FinancNewsletterBg{
padding: 44px 0;
width:1170px;
position: absolute;
top: 30px;
margin: 0 auto;
left: 0;
right: 0;
background: #ffffff;
-webkit-box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
}
/*Home 1 page end */
}
/*------------------------------------------------------------------------------*/
/* Width : 1250px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1250px){
.main-slider .tparrows.preview3.tp-leftarrow {left: initial !important;right: 5px !important;top: 62% !important;}
/*Home 1 page end */
.cd-slider-nav a{font-size: 14px;}
.heroflaticon:before {font-size: 40px;}
/*Home 2 page End*/
.blogPost .owl-controls .owl-next{right: -10px;}
.blogPost .owl-controls .owl-prev{left: -10px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 1199px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px){
.headinfo{width: 200px;}
.weeklyOpen {width: 245px;}
.locationinfo {width: 185px;}
.generalinfo i:before {font-size: 30px;}
.generalinfo strong{font-size: 14px;}
.generalinfo a{font-size: 14px;}
.generalinfo p{font-size: 14px;}
.headTopcompanyInfo .col-sm-8{padding-left: 0;}
.mainNav .navTabs > li > a, .mainNav .navTabs > li > button{padding: 0 18px;font-size: 15px;}
#header .col-sm-8{padding-right: 0;}
.singleFinance:hover{padding-left: 15px;}
.financeContent h3{font-size: 17px;}
.financeContent p{font-size: 15px;line-height: 25px;}
.description p{font-size: 15px;line-height: 25px;}
ul.gurulist li{font-size: 15px;line-height: 30px;}
.FinanceGuruDetails .btn-lightBlue{margin-top: 28px;}
.contentTitle h3 {font-size: 15px;}
.PlanningImg a{max-height: 132px;}
.postTitle{font-size: 18px;}
.postContents{padding-left: 5px;width: 58%;}
.post .postMeta li{font-size: 11px;}
.singleTestmonial{padding-left: 40px;}
.executiveContact .executive_img{left: -210px;}
.infoContent p{font-size: 13px;}
.footerText p{font-size: 14px;padding-right: 20px;}
.FinancNewsletterBg{width: 940px;}
span.count-text{font-size: 50px;}
.counter h3{font-size: 16px;}
/*Home 1 page end */
.searchHead{width: 100%;}
#headtoptw .logo{padding-top: 50px;}
.InfoTabFrature .featureNav > li > a{font-size: 15px;padding: 3px 22px 6px;}
.featureListRht{width: 60%;}
.featureListRht p{font-size: 14px;}
.featureList li{font-size: 14px;}
.accordianShortCode .triggerRow{margin-bottom: 6px;}
.accordianShortCode .triggerMenu{padding: 4px 10px 0px 10px;}
.avaterImgtw img{height: 480px;}
/*Home 2 Page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper{width: 970px;}
/*Home Boxed End*/
.companyhistory .HistoryPersonimg{padding-right: 30px;}
.companyhistory .company_established{top: inherit;}
.companyhistory .company_established.bordertp:after{display: none;}
.companyhistory .companyInfo{margin-bottom: 50px;}
#comHistory .container{position: relative;}
.grayBordercIfo:before{
content: '';
display: block;
width: 1px;
height:100%;
background: #e8e6e6;
border-left: 1px solid #e8e6e6;
position: absolute;
left:5px;
top: 0px;
}
/*About Page End*/
.sideNavList li a{font-size: 15px;}
.needQuery{padding: 46px 22px 33px;}
.widgetTestimonial .singlewidgetTestimonial {padding: 35px 15px;}
.testContents blockquote p{font-size: 13px;}
.blogPostShare li{margin-right: 0px;}
.PostShare .blogPostShare li a{margin-right: 0px;}
.PostShare .ShareTitle{margin-right: 0px;}
.blogColmnth .postTitle h2, .blogColmnfr .postTitle h2{font-size: 18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.blogColmnth .postMeta li, .blogColmnfr .postMeta li{font-size: 10px;margin-right: 0px!important;}
.blogColmnth .PostShare .generalBtn, .blogColmnfr .PostShare .generalBtn{font-size: 14px;float: none !important;margin-top: 20px;}
/*Blog Colmun Pages End*/
.postAuthorContent{width: 56%;}
.commentLevel .commentContents {width: 83%;}
.commentLevel2 .commentContents {width: 78%;}
/*Blog Pages End*/
.faqtab > li > a{font-size: 12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.faqContent p{font-size: 13px;}
.project .projectMeta{z-index: 9999;}
.price{width: 90%;}
.cartProcessBtn{width: 100%;font-size: 100%;}
/*Shop Pages End*/
}
/*------------------------------------------------------------------------------*/
/* Width : 991px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px){
span.phone {padding-right: 10px;}
span.location {padding-right: 15px;}
.header-info span{font-size: 11.5px;}
.socialNav > li a:last-child{margin-right: 0px;}
.generalinfo strong {font-size: 11px;}
.generalinfo a {font-size: 11px;}
.generalinfo p{font-size: 11px;line-height: 18px;}
.generalinfo i:before{font-size: 25px;}
.logo{width: 90%;}
.locationinfo {width: 140px;}
.headinfo {width: 145px;}
.weeklyOpen {width: 195px;}
.generalinfo i {padding-right: 0px;}
.headinfo:after {height: 30px;right: 15px;}
.navSearch .col-sm-3{padding-left: 0px;}
.mainNav .navTabs > li > a, .mainNav .navTabs > li > button {padding: 0 12.5px;font-size: 12px;}
.main-slider .tparrows.preview3.tp-rightarrow {top: 45% !important;}
.main-slider .tparrows.preview3.tp-leftarrow{top: 60% !important;}
.sectionTitle .sectionHeader{font-size: 25px;}
.gurupara {padding-top: 10px;}
.description p {font-size: 12px;line-height: 20px;}
ul.gurulist li {font-size: 12px;line-height: 23px;}
.FinanceGuruDetails .btn-lightBlue {margin-top: 5px;}
span.count-text {font-size: 45px;}
.count-outer strong{font-size: 30px;}
.counter h3 {font-size: 12px;}
.contentTitle h3 {font-size: 12px;}
.PlanningImg a {max-height: 98px;}
.memberName{font-size: 15px;}
.memberJob{font-size: 13px;}
.FinancNewsletterBg{width: 720px;}
.FinancNewsletterBg .sectionTitle h2{font-size: 20px;margin-left: 0;}
#executiveService .col-sm-7.col-md-offset-5{margin-left: 50%;}
.executiveContact .col-sm-4 {margin-left: 15%;width: 42%;}
/*Home 1 page end */
.searchHead{width: 55%;}
.headerstyletw .mainNav .navTabs > li{margin-left: 30px;}
.headerBgtw{width: 60%;}
.UsersrcShare{float: none;}
.headertwSocial{margin-left: 15px;}
.search-btn {margin-left: 15px;}
.heroflaticon:before {clear: both;display: block;padding-bottom: 10px;}
.sectionTitletw p{font-size: 14px;}
.sectionTitletw h3{padding-bottom: 10px;font-size: 20px;}
.OfficeInfo address span, .OfficeInfo address a{font-size: 13px;line-height: 30px;}
.MoreInformation .col-sm-6{width: 100%;}
#accordianShortCode{padding-top: 50px;padding-right: 0;}
.accordianShortCode .triggerMenu {padding: 4px 10px 10px 10px;}
.ContactInfotw{padding-left: 15px;padding-right: 5px;}
.ContactInfotw .infoListtw li{padding: 0 0 21.3px;font-size: 12px;}
.avaterImgtw img {height: 456px;}
.testmonialsCarousel {padding-top: 30px;}
.section .sectionWrapper {padding: 80px 0px 80px 0px;}
/*Home 2 page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper{width: 750px;}
/*Boxed Home Page End*/
#CalingBack{overflow: hidden;}
/*Service Page End*/
.sideNavList li a {font-size: 12px;}
.widgetPara{font-size: 12px;}
.needQuery {padding: 46px 15px 33px;}
.featureNavtw > li > a{padding: 12px 15px 8px;}
.pageTitle h1{font-size: 50px;}
.post .postTitle h4{font-size: 16px;}
.post .postDetails{font-size: 14px;}
.DownloadList li a{font-size: 14px;}
#protection p{font-size: 14px;}
.sideNavList li a{font-size: 18px;}
.widgetPara p{font-size: 14px;}
.widgetPara p br{display: none;}
.testContents blockquote p {font-size: 14px;}
.testBottomContents {margin-top: 130px;}
.post .postTitle h4 {font-size: 18px;}
.blogColmnfr .socialShare > li a{font-size: 14px;height: 25px;width: 25px;line-height: 25px;}
/*Blog Clomun Pages End*/
.postAuthorContent {width: 100%;}
.commentLevel .commentContents {width: 78%;}
.commentLevel2 .commentContents {width: 72%;}
/*Blog Single Pages End*/
.RightSideBar .testContents blockquote p{font-size: 13px;}
.RightSideBar .testBottomContents {margin-top: 45px;font-size: 13px;}
.project .projectContents{padding: 0 20px;}
.filterOptions{margin-left: 0;width: 100%;}
.price{width: 90%;}
.ProductBg{width: 85%;padding: 53px 20px 58px 32px;}
.table-responsive {overflow-x: auto;margin-bottom: 50px;padding: 20px 0 0 20px;}
.table-responsive > table {width: 1170px;}
.quantity input[type="text"]{height: 30px;}
.cartProcessBtn {font-size: 9px;}
.CheckAddress {padding: 0 10px 0 10px;}
.checkoutTitle {font-size: 17px;}
.shipingContent h2 {font-size: 24px;}
.input-group.erronInput{display: block;}
.errorContents .col-sm-6.col-sm-offset-3{margin-left: 0;width: 100%;}
.news-letter .news-letterfrm{padding-right: 10px;}
.news-letter button.submitbtn{top: -40px;left: -18px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 767px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px){
/* responsive nav */
#responsiveMainNavToggler {display: block;}
#responsiveMainNavToggler .register > a,
#responsiveMainNavToggler .login > a {display: block;}
#responsiveMainNavToggler .formSwitcher {display: none !important;}
.mainNav {display: none;}
.home_pagetw #responsiveMainNavToggler{background: #ffffff;color: #0195df;position: absolute;top: 0;left: 0;}
.headerBgtw{width: 55%;}
.headerstyletw .sticky.scrollHeaderWrapper{height: 64px;}
.header-info{text-align: center;}
.header-info span {font-size: 14px;}
.top_socialNav{float: none;padding-bottom: 20px;}
.topSocial{text-align: center;}
.logo {width: 100%;text-align: center;padding-bottom: 20px;}
.headTopcompanyInfo .col-sm-8{padding-left: 15px;}
.header_right {float: none;}
.header_right .headinfo, .header_right .locationinfo{width:31%}
.header_right .weeklyOpen{width: 38%;}
.generalinfo i:before {font-size: 30px;}
.generalinfo i {padding-right: 5px;}
.generalinfo strong {font-size: 14px;}
.generalinfo a {font-size: 14px;}
.generalinfo p {font-size: 14px;}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3{height: 55px !important;width: 55px !important;}
.main-slider .tparrows.preview3:after{height: 55px !important;line-height: 55px;width: 55px !important;}
.financeContent h3{font-size: 20px;}
.financeContent p{font-size: 18px;line-height: 30px;}
.video_widget img{width: 100%;}
.sectionTitle .sectionHeader{font-size: 36px;}
.FinanceGuruDetails .sectionTitle .sectionHeader{padding-top: 50px;}
.description p{font-size: 15px;line-height: 28px;}
ul.gurulist li{font-size: 15px;line-height: 28px;}
.FinanceGuruDetails .btn-lightBlue{margin-top: 28px;}
.counterOuter{text-align: center;}
.counterOuter .col-sm-3, .counterOuter .col-sm-2{margin-bottom: 50px;}
.counterOuter .counter-5{padding-left: 7%;}
.counter-1, .counter-4{padding-left: 0;}
.counter h3{font-size: 20px;}
span.count-text {font-size: 64px;}
.PlanningImg img{width: 100%;}
.PlanningImg a{max-height: initial;}
.contentTitle h3{font-size: 20px;}
.singlePlanning.noMarginBottom{margin-bottom: 42px!important;}
.memberAvatar img{width: 100%;}
.singleteamMember:hover{margin-top: 0; }
.singleteamMember{margin-bottom: 80px;}
.memberName{font-size: 18px;}
.memberJob{font-size: 16px;}
.FinancNewsletterBg{width: auto;margin-left: 15px;margin-right: 15px;text-align: center;padding: 10px 0;}
.FinancNewsletterBg .sectionTitle h2{padding-bottom: 20px;}
.blogPost .owl-controls .owl-nav [class*="owl-"]{top:-110px;left: 0;}
.blogPost .owl-controls .owl-next{right: inherit;margin-left: 30px!important;}
.userAvater{float: none;vertical-align: middle;display: inline-block;}
.nameJobtitle{float: none;display: inline-block;vertical-align: middle;}
#executiveService .col-sm-7.col-md-offset-5 {margin-left: 37%;}
.executiveContact .executive_img{width: 75%;top: -405px;}
.executiveContact .col-sm-4{float: right;width: 48%;}
#executiveService .sectionWrapper{padding: 50px 0 0;overflow: hidden;}
.infoContent p{font-size: 16px;}
.singlecontactInfo{margin-bottom: 30px;}
#team .col-sm-3, #Planning .col-sm-3{width: 50%;float: left;}
.topFooter .col-md-4, .topFooter .col-md-2, .topFooter .col-md-3{margin-bottom: 25px; width: 50%;float: left;}
/*Home 1 page end */
.UsersrcShare {float: right;}
.searchHead .headSearch{display: block;}
.searchHead {width: 100%;}
#headtoptw .logo {padding-top: 0;}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{padding-top: 0px;}
.cd-full-width h2{font-size: 30px;line-height: 30px;}
.cd-full-width p{font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.cd-hero-slider .btn{min-width: 140px;font-size: 14px;height: 50px;line-height: 50px;}
.cd-slider-nav a{padding-top: 10px;}
.cd-slider-nav{height: auto;}
.servicImg{padding-top: 50px;}
.ourTeamCarousel{padding-top: 50px;}
.contactNewsletter .ContactInfotw{margin-top: 38px;}
#contacttw .NoPaddingLeft{padding-right: 0;clear: both;}
.ContactInfotw .sectionTitletw p br{display: none;}
.ContactInfotw .infoListtw li {padding:0 0 27px;font-size: 15px;}
#contacttw .col-sm-3, #contacttw .col-sm-4{width: 50%;float: left;padding-left: 0;}
.avaterImgtw img {height: 455px;}
/*Home 2 page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper {width: auto;margin-left: 15px;margin-right: 15px;}
.body-boxed .container, .body-boxed-2 .container {padding-left: 15px;padding-right: 15px;}
.body-boxed .financeIcon, .body-boxed-2 .financeIcon {width: 55px;height: 55px;}
/*Boxed Home Page End*/
.CallingBackFormBg{padding-right: 120px;}
.CallingBackFormBg:before{right: -190px;}
/*Service Page End*/
.postColumn .postMedias{padding-bottom: 20px;}
.blogColmnth .PostShare .generalBtn, .blogColmnfr .PostShare .generalBtn{font-size: 16px;float: right !important;margin-top: 0px;}
.blogColmnth .postTitle h2, .blogColmnfr .postTitle h2{font-size: 22px;}
.blogColmnfr .socialShare > li a {font-size: 17px;height: 30px;width: 30px;line-height: 30px;}
/*Blog Colmun Pages End*/
.contactFormArea .checkbox label, .contactFormArea .radio label{display: inline-block;}
.fromCheckBox{clear: both;}
.contactFormArea .NoPaddingRight{padding-right: 15px!important;}
.RightSideBar .testBottomContents {margin-top: 145px;}
/*Contact Pages End*/
.faqtab > li > a{font-size: 16px;}
.faqContent p {font-size: 14px;}
.productThumb img{width: 100%;}
.productSummery{width: 40%;}
.cartProcessBtn {font-size: 100%;margin-bottom: 20px;}
.subscribePayment{padding-top: 50px;}
.CheckAddress {padding: 0;padding-bottom: 30px;}
.loginHere{padding-left: 15px;}
.errorShare .socialShare{clear: both;}
.erronInput input.search-query{min-width: 100%;}
.news-letter .businessman{display: none;}
.news-letter button.submitbtn{left: -33px;}
.news-letter .sectionTitle h1.sectionHeader{padding-top: 10px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 660px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 660px){
#newslatter{overflow: visible;}
.executive .exe_text p{width: 100%;}
.executiveContact .executive_img {width: 60%;top: -85px;left: -60px;min-width: auto;}
#executiveService .col-sm-7.col-md-offset-5 {margin-left: 0;}
.topFooter .col-md-4, .topFooter .col-md-2, .topFooter .col-md-3{width: 100%;}
.header_right .headinfo, .header_right .locationinfo {width: 30%;}
.header_right .weeklyOpen {width: 40%;}
.ourPlanning .sectionWrapper, .talentTeam .sectionWrapper, #finance .sectionWrapper {padding: 80px 0px 50px 0px;}
/*Home 1 page end */
.servicImg{padding-left: 0;padding-right: 23px;}
.searchHead {width: 55%;}
}
/*------------------------------------------------------------------------------*/
/* Width : 620px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 620px){
.header-info span {font-size: 100%;}
.generalinfo strong {font-size: 100%;}
.executiveContact .executive_img {width: 65%;top: -75px;left: -80px;}
/*Home 1 page end */
}
/*------------------------------------------------------------------------------*/
/* Width : 580px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 580px){
.headinfo:after {display: none;}
.bannerBigImage{left:150px!important;}
#team .col-sm-3, #Planning .col-sm-3 {width: auto;float: none;}
/*Home 1 page end */
.slideTxt{display: none;}
.headerBgtw {width: 45%;}
/*Home 2 Page End*/
.CallingBackleft .sectionTitle .sectionHeader{font-size: 25px;}
.CallingBackFormBg:before {right: -60px;}
/*Service Page End*/
.commentLevel1 .commentContents, .commentLevel2 .commentContents {width: 100%;}
.commentLevel2 {width: 95%;padding: 38px 0 35px 20px;}
.SinglePost .postWrapper {padding-left: 0;}
.authorWrapper{margin-left: 0px;}
.ProductBg{padding: 53px 10px 58px 15px;}
.news-letter-popup .wrapper{min-height: 270px;}
.news-letter .sectionTitle p{font-size: 13px;}
.news-letter .sectionTitle p br{display: none;}
.news-letter h1.sectionHeader span.textlightBlue, .news-letter .sectionTitle h1.sectionHeader{font-size: 30px;}
.news-letter .news-letterfrm{padding: 0;}
}
/*------------------------------------------------------------------------------*/
/* Width : 560px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 560px){
.executiveContact .executive_img {width: 80%;top: -75px;left: -150px;}
/*Home 1 page end */
.avaterImgtw img {height: 479px;}
.headerTw .headInfotw, .headerTw .searchHead {width: 50%;}
/*Home 2 page End*/
ul.quantityNumber{padding:0;}
.productQuantity, .productSummery{width: 100%;}
.shopitnowBtn{margin-top: 25px;}
.stepWizardStep h4{display: none;}
.loginContent{width: 100%;}
}
/*------------------------------------------------------------------------------*/
/* Width : 460px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 460px){
.header-info span {font-size: 100%;clear: both;display: block;}
.main-slider .tparrows.preview3.tp-rightarrow {top: 32% !important;}
.sectionTitle .sectionHeader {font-size: 30px;}
.executiveContact .executive_img {width: 90%;}
/*Home 1 page end */
.featureListRht {width: 100%;padding-top: 20px;}
.generalinfotw p{font-size: 100%;}
.headerBgtw {width: 35%;}
#contacttw .col-sm-3, #contacttw .col-sm-4{width: 100%;}
.avaterImgtw img {width:100%;height: auto;margin-bottom: -5px;}
.contactNewsletter .ContactInfotw{margin-top: 0;}
.default-gallery-item .inner-box .OverlayContent h3 a{font-size: 20px;line-height: 28px;}
.default-gallery-item .inner-box .OverlayContent p{font-size: 15px;line-height: 18px;}
.heroflaticon:before {font-size: 25px;}
.lang #language{width: 100%;}
.CallingBackFormBg{padding-top: 200px;}
.CallingBackFormBg:before {top: 15px;right: -25px;}
/*Service Page End*/
.featureNavtw > li > a {padding: 12px 10px 8px;font-size: 14px;}
ul.quantityNumber {float: none;text-align: center;}
.shopitnowBtn{margin: 25px 0;float: none;text-align: center;display: block;width: 100%;text-align: center;}
.checkoutWrapper .shippingCartContent {padding-right: 0px;}
.shipingContent button{margin-bottom:30px;}
.shipingContent h2 {font-size: 22px;line-height: 30px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 400px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px){
.sectionTitle .sectionHeader {font-size: 25px;}
.header_right .headinfo, .header_right .locationinfo{width:50%;}
.header_right .weeklyOpen{width: 100%;text-align: center;padding-top: 15px;}
.main-slider .tparrows.preview3:after {height: 40px !important;line-height: 40px;width: 40px !important;}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3 {height: 40px !important;width: 40px !important;}
.bannerBigImage {left: 130px !important;}
.postContents {width: 100%;padding-top: 20px;padding-left: 0;}
.executiveContact .executive_img {width: 100%;}
/*Home 1 page end */
.addInfotw p{font-size: 11px;}
.OverlayContent{padding: 15px;width: 300px;}
.InfoTabFrature .featureNav > li > a {font-size: 13px;padding: 3px 16px 6px;}
.accordianShortCode .triggerRow > a{font-size: 15px;}
.accordianShortCode .triggerMenu p{font-size: 14px;line-height: 22px;}
.sectionTitletw h1{font-size: 25px;line-height: 25px;}
/*Home2 page end */
.open-cart{width: 100%;}
/*Home 3 page End */
.pageInfoBg{background-size: cover;}
.commentDetails{font-size: 12px;}
.post .postSlider .owl-controls .owl-nav div {height: 30px;width: 30px;line-height: 25px;}
.postSlider .owl-controls .owl-nav .owl-prev {left: 0;}
.postSlider .owl-controls .owl-nav .owl-next {right: 0;}
.cartTotals td{font-size: 14px;}
.amount{font-size: 16px;}
.blueBorderBtn{margin-bottom: 20px;}
.fourOfourimage h2{font-size: 22px;}
.news-letter button.submitbtn {left: -20px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 355px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 355px){
.executiveContact .col-sm-4 {float: right;width: 55%;margin-left: 0;}
.executiveContact {padding-top: 30px;}
.contact-form-right {padding-bottom: 30px;}
/*Home 1 page end */
.addInfotw p {font-size: 100%;}
.headerTw .headInfotw, .headerTw .searchHead {width: 100%;}
.headerBgtw {width: 26%;}
.OverlayContent {padding: 0px 0 10px;width: 255px;}
.cd-hero-slider .btn {min-width: 100px;font-size: 12px;height: 40px;line-height: 40px;}
.cd-full-width h2 {font-size: 25px;line-height: 25px;}
.cd-full-width p br{display: none;}
.headerBgtw{background: transparent;}
.default-gallery-item .inner-box .overlay_content{padding: 22px 0;}
/*Home 2 page End*/
.body-boxed .executiveContact .executive_img, .body-boxed-2 .executiveContact .executive_img {top: -50px;}
/*Box Home Page end*/
.OpningTimes{width: 100%;}
.CallingBackFormBg:before {background-size: 90%;}
.CallingBackFormBg {padding-top: 160px;padding-right: 65px;}
/*Service Page End*/
.breadcrumb{font-size: 14px;}
.pageTitle h1 {font-size: 45px;}
.featureNavtw > li > a {padding: 12px 5px 8px;font-size: 12px;}
#protection p {font-size: 13px;}
.blogPostShare li {margin-right: 0px;}
.PostShare .ShareTitle{margin-right: 0px;}
.col-xs-6.col-sm-3.productItem{width: 100%;}
ul.quantityNumber li {width: 70px;height: auto;}
.transferFund{font-size: 16px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 330px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 330px){
.generalinfo i:before {font-size: 25px;}
.financeContent h3 {font-size: 17px;}
.financeContent p {font-size: 15px;line-height: 25px;}
ul.gurulist li i {padding-right: 5px;}
.sectionTitle p{font-size: 15px;}
.weektime p{text-align: start;}
.executiveContact .executive_img{top: -60px;}
.sectionTitle .sectionHeader {font-size: 22px;}
.executive .opening_text p{font-size: 14px;}
/*Home 1 page end */
.default-gallery-item .inner-box .OverlayContent h3 a {font-size: 18px;}
.default-gallery-item .inner-box .OverlayContent p {font-size: 13px;}
.OverlayContent{width: 240px;}
.featureList li {font-size: 13px;}
.InfoTabFrature .featureNav > li > a{padding: 3px 10px 6px;}
.homethPage .UserLogin .flaticon-people-1:before{display: none;}
/*Home 2 page end*/
.body-boxed .executiveContact .executive_img, .body-boxed-2 .executiveContact .executive_img {top: 8px;}
/*Boxed Home Page End*/
.pagination > li > a, .pagination > li > span{width: 55px;}
.showTxt{font-size: 10px;}
} | public/homepage/css/responsive.css | ================================================== */
#responsiveMainNavToggler,
.responsiveMainNav {display: none;}
.responsiveMainNav.opened {display: block;}
[class~="col-"] {
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
-khtml-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
/*------------------------------------------------------------------------------*/
/* Width : 1400px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px){
.news-letter .news-letterfrm{padding-bottom: 25px;padding-right: 60px;}
.news-letter .businessman img{width: 40%;}
.main-slider .tparrows.preview3.tp-leftarrow{left:5px !important;}
.main-slider .tparrows.preview3.tp-rightarrow{right:5px !important;}
.NewslettersBlueBg{display: none;}
.fNewsletters{
min-height: 96px;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #3949ab;
}
.FinancNewsletterBg{
padding: 44px 0;
width:1170px;
position: absolute;
top: 30px;
margin: 0 auto;
left: 0;
right: 0;
background: #ffffff;
-webkit-box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.24);
}
/*Home 1 page end */
}
/*------------------------------------------------------------------------------*/
/* Width : 1250px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1250px){
.main-slider .tparrows.preview3.tp-leftarrow {left: initial !important;right: 5px !important;top: 62% !important;}
/*Home 1 page end */
.cd-slider-nav a{font-size: 14px;}
.heroflaticon:before {font-size: 40px;}
/*Home 2 page End*/
.blogPost .owl-controls .owl-next{right: -10px;}
.blogPost .owl-controls .owl-prev{left: -10px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 1199px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px){
.headinfo{width: 200px;}
.weeklyOpen {width: 245px;}
.locationinfo {width: 185px;}
.generalinfo i:before {font-size: 30px;}
.generalinfo strong{font-size: 14px;}
.generalinfo a{font-size: 14px;}
.generalinfo p{font-size: 14px;}
.headTopcompanyInfo .col-sm-8{padding-left: 0;}
.mainNav .navTabs > li > a, .mainNav .navTabs > li > button{padding: 0 18px;font-size: 15px;}
#header .col-sm-8{padding-right: 0;}
.singleFinance:hover{padding-left: 15px;}
.financeContent h3{font-size: 17px;}
.financeContent p{font-size: 15px;line-height: 25px;}
.description p{font-size: 15px;line-height: 25px;}
ul.gurulist li{font-size: 15px;line-height: 30px;}
.FinanceGuruDetails .btn-lightBlue{margin-top: 28px;}
.contentTitle h3 {font-size: 15px;}
.PlanningImg a{max-height: 132px;}
.postTitle{font-size: 18px;}
.postContents{padding-left: 5px;width: 58%;}
.post .postMeta li{font-size: 11px;}
.singleTestmonial{padding-left: 40px;}
.executiveContact .executive_img{left: -210px;}
.infoContent p{font-size: 13px;}
.footerText p{font-size: 14px;padding-right: 20px;}
.FinancNewsletterBg{width: 940px;}
span.count-text{font-size: 50px;}
.counter h3{font-size: 16px;}
/*Home 1 page end */
.searchHead{width: 100%;}
#headtoptw .logo{padding-top: 50px;}
.InfoTabFrature .featureNav > li > a{font-size: 15px;padding: 3px 22px 6px;}
.featureListRht{width: 60%;}
.featureListRht p{font-size: 14px;}
.featureList li{font-size: 14px;}
.accordianShortCode .triggerRow{margin-bottom: 6px;}
.accordianShortCode .triggerMenu{padding: 4px 10px 0px 10px;}
.avaterImgtw img{height: 480px;}
/*Home 2 Page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper{width: 970px;}
/*Home Boxed End*/
.companyhistory .HistoryPersonimg{padding-right: 30px;}
.companyhistory .company_established{top: inherit;}
.companyhistory .company_established.bordertp:after{display: none;}
.companyhistory .companyInfo{margin-bottom: 50px;}
#comHistory .container{position: relative;}
.grayBordercIfo:before{
content: '';
display: block;
width: 1px;
height:100%;
background: #e8e6e6;
border-left: 1px solid #e8e6e6;
position: absolute;
left:5px;
top: 0px;
}
/*About Page End*/
.sideNavList li a{font-size: 15px;}
.needQuery{padding: 46px 22px 33px;}
.widgetTestimonial .singlewidgetTestimonial {padding: 35px 15px;}
.testContents blockquote p{font-size: 13px;}
.blogPostShare li{margin-right: 0px;}
.PostShare .blogPostShare li a{margin-right: 0px;}
.PostShare .ShareTitle{margin-right: 0px;}
.blogColmnth .postTitle h2, .blogColmnfr .postTitle h2{font-size: 18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.blogColmnth .postMeta li, .blogColmnfr .postMeta li{font-size: 10px;margin-right: 0px!important;}
.blogColmnth .PostShare .generalBtn, .blogColmnfr .PostShare .generalBtn{font-size: 14px;float: none !important;margin-top: 20px;}
/*Blog Colmun Pages End*/
.postAuthorContent{width: 56%;}
.commentLevel .commentContents {width: 83%;}
.commentLevel2 .commentContents {width: 78%;}
/*Blog Pages End*/
.faqtab > li > a{font-size: 12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.faqContent p{font-size: 13px;}
.project .projectMeta{z-index: 9999;}
.price{width: 90%;}
.cartProcessBtn{width: 100%;font-size: 100%;}
/*Shop Pages End*/
}
/*------------------------------------------------------------------------------*/
/* Width : 991px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px){
span.phone {padding-right: 10px;}
span.location {padding-right: 15px;}
.header-info span{font-size: 11.5px;}
.socialNav > li a:last-child{margin-right: 0px;}
.generalinfo strong {font-size: 11px;}
.generalinfo a {font-size: 11px;}
.generalinfo p{font-size: 11px;line-height: 18px;}
.generalinfo i:before{font-size: 25px;}
.logo{width: 90%;}
.locationinfo {width: 140px;}
.headinfo {width: 145px;}
.weeklyOpen {width: 195px;}
.generalinfo i {padding-right: 0px;}
.headinfo:after {height: 30px;right: 15px;}
.navSearch .col-sm-3{padding-left: 0px;}
.mainNav .navTabs > li > a, .mainNav .navTabs > li > button {padding: 0 12.5px;font-size: 12px;}
.main-slider .tparrows.preview3.tp-rightarrow {top: 45% !important;}
.main-slider .tparrows.preview3.tp-leftarrow{top: 60% !important;}
.sectionTitle .sectionHeader{font-size: 25px;}
.gurupara {padding-top: 10px;}
.description p {font-size: 12px;line-height: 20px;}
ul.gurulist li {font-size: 12px;line-height: 23px;}
.FinanceGuruDetails .btn-lightBlue {margin-top: 5px;}
span.count-text {font-size: 45px;}
.count-outer strong{font-size: 30px;}
.counter h3 {font-size: 12px;}
.contentTitle h3 {font-size: 12px;}
.PlanningImg a {max-height: 98px;}
.memberName{font-size: 15px;}
.memberJob{font-size: 13px;}
.FinancNewsletterBg{width: 720px;}
.FinancNewsletterBg .sectionTitle h2{font-size: 20px;margin-left: 0;}
#executiveService .col-sm-7.col-md-offset-5{margin-left: 50%;}
.executiveContact .col-sm-4 {margin-left: 15%;width: 42%;}
/*Home 1 page end */
.searchHead{width: 55%;}
.headerstyletw .mainNav .navTabs > li{margin-left: 30px;}
.headerBgtw{width: 60%;}
.UsersrcShare{float: none;}
.headertwSocial{margin-left: 15px;}
.search-btn {margin-left: 15px;}
.heroflaticon:before {clear: both;display: block;padding-bottom: 10px;}
.sectionTitletw p{font-size: 14px;}
.sectionTitletw h3{padding-bottom: 10px;font-size: 20px;}
.OfficeInfo address span, .OfficeInfo address a{font-size: 13px;line-height: 30px;}
.MoreInformation .col-sm-6{width: 100%;}
#accordianShortCode{padding-top: 50px;padding-right: 0;}
.accordianShortCode .triggerMenu {padding: 4px 10px 10px 10px;}
.ContactInfotw{padding-left: 15px;padding-right: 5px;}
.ContactInfotw .infoListtw li{padding: 0 0 21.3px;font-size: 12px;}
.avaterImgtw img {height: 456px;}
.testmonialsCarousel {padding-top: 30px;}
.section .sectionWrapper {padding: 80px 0px 80px 0px;}
/*Home 2 page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper{width: 750px;}
/*Boxed Home Page End*/
#CalingBack{overflow: hidden;}
/*Service Page End*/
.sideNavList li a {font-size: 12px;}
.widgetPara{font-size: 12px;}
.needQuery {padding: 46px 15px 33px;}
.featureNavtw > li > a{padding: 12px 15px 8px;}
.pageTitle h1{font-size: 50px;}
.post .postTitle h4{font-size: 16px;}
.post .postDetails{font-size: 14px;}
.DownloadList li a{font-size: 14px;}
#protection p{font-size: 14px;}
.sideNavList li a{font-size: 18px;}
.widgetPara p{font-size: 14px;}
.widgetPara p br{display: none;}
.testContents blockquote p {font-size: 14px;}
.testBottomContents {margin-top: 130px;}
.post .postTitle h4 {font-size: 18px;}
.blogColmnfr .socialShare > li a{font-size: 14px;height: 25px;width: 25px;line-height: 25px;}
/*Blog Clomun Pages End*/
.postAuthorContent {width: 100%;}
.commentLevel .commentContents {width: 78%;}
.commentLevel2 .commentContents {width: 72%;}
/*Blog Single Pages End*/
.RightSideBar .testContents blockquote p{font-size: 13px;}
.RightSideBar .testBottomContents {margin-top: 45px;font-size: 13px;}
.project .projectContents{padding: 0 20px;}
.filterOptions{margin-left: 0;width: 100%;}
.price{width: 90%;}
.ProductBg{width: 85%;padding: 53px 20px 58px 32px;}
.table-responsive {overflow-x: auto;margin-bottom: 50px;padding: 20px 0 0 20px;}
.table-responsive > table {width: 1170px;}
.quantity input[type="text"]{height: 30px;}
.cartProcessBtn {font-size: 9px;}
.CheckAddress {padding: 0 10px 0 10px;}
.checkoutTitle {font-size: 17px;}
.shipingContent h2 {font-size: 24px;}
.input-group.erronInput{display: block;}
.errorContents .col-sm-6.col-sm-offset-3{margin-left: 0;width: 100%;}
.news-letter .news-letterfrm{padding-right: 10px;}
.news-letter button.submitbtn{top: -40px;left: -18px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 767px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px){
/* responsive nav */
#responsiveMainNavToggler {display: block;}
#responsiveMainNavToggler .register > a,
#responsiveMainNavToggler .login > a {display: block;}
#responsiveMainNavToggler .formSwitcher {display: none !important;}
.mainNav {display: none;}
.home_pagetw #responsiveMainNavToggler{background: #ffffff;color: #0195df;position: absolute;top: 0;left: 0;}
.headerBgtw{width: 55%;}
.headerstyletw .sticky.scrollHeaderWrapper{height: 64px;}
.header-info{text-align: center;}
.header-info span {font-size: 14px;}
.top_socialNav{float: none;padding-bottom: 20px;}
.topSocial{text-align: center;}
.logo {width: 100%;text-align: center;padding-bottom: 20px;}
.headTopcompanyInfo .col-sm-8{padding-left: 15px;}
.header_right {float: none;}
.header_right .headinfo, .header_right .locationinfo{width:31%}
.header_right .weeklyOpen{width: 38%;}
.generalinfo i:before {font-size: 30px;}
.generalinfo i {padding-right: 5px;}
.generalinfo strong {font-size: 14px;}
.generalinfo a {font-size: 14px;}
.generalinfo p {font-size: 14px;}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3{height: 55px !important;width: 55px !important;}
.main-slider .tparrows.preview3:after{height: 55px !important;line-height: 55px;width: 55px !important;}
.financeContent h3{font-size: 20px;}
.financeContent p{font-size: 18px;line-height: 30px;}
.video_widget img{width: 100%;}
.sectionTitle .sectionHeader{font-size: 36px;}
.FinanceGuruDetails .sectionTitle .sectionHeader{padding-top: 50px;}
.description p{font-size: 15px;line-height: 28px;}
ul.gurulist li{font-size: 15px;line-height: 28px;}
.FinanceGuruDetails .btn-lightBlue{margin-top: 28px;}
.counterOuter{text-align: center;}
.counterOuter .col-sm-3, .counterOuter .col-sm-2{margin-bottom: 50px;}
.counterOuter .counter-5{padding-left: 7%;}
.counter-1, .counter-4{padding-left: 0;}
.counter h3{font-size: 20px;}
span.count-text {font-size: 64px;}
.PlanningImg img{width: 100%;}
.PlanningImg a{max-height: initial;}
.contentTitle h3{font-size: 20px;}
.singlePlanning.noMarginBottom{margin-bottom: 42px!important;}
.memberAvatar img{width: 100%;}
.singleteamMember:hover{margin-top: 0; }
.singleteamMember{margin-bottom: 80px;}
.memberName{font-size: 18px;}
.memberJob{font-size: 16px;}
.FinancNewsletterBg{width: auto;margin-left: 15px;margin-right: 15px;text-align: center;padding: 10px 0;}
.FinancNewsletterBg .sectionTitle h2{padding-bottom: 20px;}
.blogPost .owl-controls .owl-nav [class*="owl-"]{top:-110px;left: 0;}
.blogPost .owl-controls .owl-next{right: inherit;margin-left: 30px!important;}
.userAvater{float: none;vertical-align: middle;display: inline-block;}
.nameJobtitle{float: none;display: inline-block;vertical-align: middle;}
#executiveService .col-sm-7.col-md-offset-5 {margin-left: 37%;}
.executiveContact .executive_img{width: 75%;top: -405px;}
.executiveContact .col-sm-4{float: right;width: 48%;}
#executiveService .sectionWrapper{padding: 50px 0 0;overflow: hidden;}
.infoContent p{font-size: 16px;}
.singlecontactInfo{margin-bottom: 30px;}
#team .col-sm-3, #Planning .col-sm-3{width: 50%;float: left;}
.topFooter .col-md-4, .topFooter .col-md-2, .topFooter .col-md-3{margin-bottom: 25px; width: 50%;float: left;}
/*Home 1 page end */
.UsersrcShare {float: right;}
.searchHead .headSearch{display: block;}
.searchHead {width: 100%;}
#headtoptw .logo {padding-top: 0;}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{padding-top: 0px;}
.cd-full-width h2{font-size: 30px;line-height: 30px;}
.cd-full-width p{font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.cd-hero-slider .btn{min-width: 140px;font-size: 14px;height: 50px;line-height: 50px;}
.cd-slider-nav a{padding-top: 10px;}
.cd-slider-nav{height: auto;}
.servicImg{padding-top: 50px;}
.ourTeamCarousel{padding-top: 50px;}
.contactNewsletter .ContactInfotw{margin-top: 38px;}
#contacttw .NoPaddingLeft{padding-right: 0;clear: both;}
.ContactInfotw .sectionTitletw p br{display: none;}
.ContactInfotw .infoListtw li {padding:0 0 27px;font-size: 15px;}
#contacttw .col-sm-3, #contacttw .col-sm-4{width: 50%;float: left;padding-left: 0;}
.avaterImgtw img {height: 455px;}
/*Home 2 page End */
.body-boxed .allWrapper, .body-boxed-2 .allWrapper {width: auto;margin-left: 15px;margin-right: 15px;}
.body-boxed .container, .body-boxed-2 .container {padding-left: 15px;padding-right: 15px;}
.body-boxed .financeIcon, .body-boxed-2 .financeIcon {width: 55px;height: 55px;}
/*Boxed Home Page End*/
.CallingBackFormBg{padding-right: 120px;}
.CallingBackFormBg:before{right: -190px;}
/*Service Page End*/
.postColumn .postMedias{padding-bottom: 20px;}
.blogColmnth .PostShare .generalBtn, .blogColmnfr .PostShare .generalBtn{font-size: 16px;float: right !important;margin-top: 0px;}
.blogColmnth .postTitle h2, .blogColmnfr .postTitle h2{font-size: 22px;}
.blogColmnfr .socialShare > li a {font-size: 17px;height: 30px;width: 30px;line-height: 30px;}
/*Blog Colmun Pages End*/
.contactFormArea .checkbox label, .contactFormArea .radio label{display: inline-block;}
.fromCheckBox{clear: both;}
.contactFormArea .NoPaddingRight{padding-right: 15px!important;}
.RightSideBar .testBottomContents {margin-top: 145px;}
/*Contact Pages End*/
.faqtab > li > a{font-size: 16px;}
.faqContent p {font-size: 14px;}
.productThumb img{width: 100%;}
.productSummery{width: 40%;}
.cartProcessBtn {font-size: 100%;margin-bottom: 20px;}
.subscribePayment{padding-top: 50px;}
.CheckAddress {padding: 0;padding-bottom: 30px;}
.loginHere{padding-left: 15px;}
.errorShare .socialShare{clear: both;}
.erronInput input.search-query{min-width: 100%;}
.news-letter .businessman{display: none;}
.news-letter button.submitbtn{left: -33px;}
.news-letter .sectionTitle h1.sectionHeader{padding-top: 10px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 660px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 660px){
#newslatter{overflow: visible;}
.executive .exe_text p{width: 100%;}
.executiveContact .executive_img {width: 60%;top: -85px;left: -60px;min-width: auto;}
#executiveService .col-sm-7.col-md-offset-5 {margin-left: 0;}
.topFooter .col-md-4, .topFooter .col-md-2, .topFooter .col-md-3{width: 100%;}
.header_right .headinfo, .header_right .locationinfo {width: 30%;}
.header_right .weeklyOpen {width: 40%;}
.ourPlanning .sectionWrapper, .talentTeam .sectionWrapper, #finance .sectionWrapper {padding: 80px 0px 50px 0px;}
/*Home 1 page end */
.servicImg{padding-left: 0;padding-right: 23px;}
.searchHead {width: 55%;}
}
/*------------------------------------------------------------------------------*/
/* Width : 620px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 620px){
.header-info span {font-size: 100%;}
.generalinfo strong {font-size: 100%;}
.executiveContact .executive_img {width: 65%;top: -75px;left: -80px;}
/*Home 1 page end */
}
/*------------------------------------------------------------------------------*/
/* Width : 580px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 580px){
.headinfo:after {display: none;}
.bannerBigImage{left:150px!important;}
#team .col-sm-3, #Planning .col-sm-3 {width: auto;float: none;}
/*Home 1 page end */
.slideTxt{display: none;}
.headerBgtw {width: 45%;}
/*Home 2 Page End*/
.CallingBackleft .sectionTitle .sectionHeader{font-size: 25px;}
.CallingBackFormBg:before {right: -60px;}
/*Service Page End*/
.commentLevel1 .commentContents, .commentLevel2 .commentContents {width: 100%;}
.commentLevel2 {width: 95%;padding: 38px 0 35px 20px;}
.SinglePost .postWrapper {padding-left: 0;}
.authorWrapper{margin-left: 0px;}
.ProductBg{padding: 53px 10px 58px 15px;}
.news-letter-popup .wrapper{min-height: 270px;}
.news-letter .sectionTitle p{font-size: 13px;}
.news-letter .sectionTitle p br{display: none;}
.news-letter h1.sectionHeader span.textlightBlue, .news-letter .sectionTitle h1.sectionHeader{font-size: 30px;}
.news-letter .news-letterfrm{padding: 0;}
}
/*------------------------------------------------------------------------------*/
/* Width : 560px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 560px){
.executiveContact .executive_img {width: 80%;top: -75px;left: -150px;}
/*Home 1 page end */
.avaterImgtw img {height: 479px;}
.headerTw .headInfotw, .headerTw .searchHead {width: 50%;}
/*Home 2 page End*/
ul.quantityNumber{padding:0;}
.productQuantity, .productSummery{width: 100%;}
.shopitnowBtn{margin-top: 25px;}
.stepWizardStep h4{display: none;}
.loginContent{width: 100%;}
}
/*------------------------------------------------------------------------------*/
/* Width : 460px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 460px){
.header-info span {font-size: 100%;clear: both;display: block;}
.main-slider .tparrows.preview3.tp-rightarrow {top: 32% !important;}
.sectionTitle .sectionHeader {font-size: 30px;}
.executiveContact .executive_img {width: 90%;}
/*Home 1 page end */
.featureListRht {width: 100%;padding-top: 20px;}
.generalinfotw p{font-size: 100%;}
.headerBgtw {width: 35%;}
#contacttw .col-sm-3, #contacttw .col-sm-4{width: 100%;}
.avaterImgtw img {width:100%;height: auto;margin-bottom: -5px;}
.contactNewsletter .ContactInfotw{margin-top: 0;}
.default-gallery-item .inner-box .OverlayContent h3 a{font-size: 20px;line-height: 28px;}
.default-gallery-item .inner-box .OverlayContent p{font-size: 15px;line-height: 18px;}
.heroflaticon:before {font-size: 25px;}
.lang #language{width: 100%;}
.CallingBackFormBg{padding-top: 200px;}
.CallingBackFormBg:before {top: 15px;right: -25px;}
/*Service Page End*/
.featureNavtw > li > a {padding: 12px 10px 8px;font-size: 14px;}
ul.quantityNumber {float: none;text-align: center;}
.shopitnowBtn{margin: 25px 0;float: none;text-align: center;display: block;width: 100%;text-align: center;}
.checkoutWrapper .shippingCartContent {padding-right: 0px;}
.shipingContent button{margin-bottom:30px;}
.shipingContent h2 {font-size: 22px;line-height: 30px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 400px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px){
.sectionTitle .sectionHeader {font-size: 25px;}
.header_right .headinfo, .header_right .locationinfo{width:50%;}
.header_right .weeklyOpen{width: 100%;text-align: center;padding-top: 15px;}
.main-slider .tparrows.preview3:after {height: 40px !important;line-height: 40px;width: 40px !important;}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3 {height: 40px !important;width: 40px !important;}
.bannerBigImage {left: 130px !important;}
.postContents {width: 100%;padding-top: 20px;padding-left: 0;}
.executiveContact .executive_img {width: 100%;}
/*Home 1 page end */
.addInfotw p{font-size: 11px;}
.OverlayContent{padding: 15px;width: 300px;}
.InfoTabFrature .featureNav > li > a {font-size: 13px;padding: 3px 16px 6px;}
.accordianShortCode .triggerRow > a{font-size: 15px;}
.accordianShortCode .triggerMenu p{font-size: 14px;line-height: 22px;}
.sectionTitletw h1{font-size: 25px;line-height: 25px;}
/*Home2 page end */
.open-cart{width: 100%;}
/*Home 3 page End */
.pageInfoBg{background-size: cover;}
.commentDetails{font-size: 12px;}
.post .postSlider .owl-controls .owl-nav div {height: 30px;width: 30px;line-height: 25px;}
.postSlider .owl-controls .owl-nav .owl-prev {left: 0;}
.postSlider .owl-controls .owl-nav .owl-next {right: 0;}
.cartTotals td{font-size: 14px;}
.amount{font-size: 16px;}
.blueBorderBtn{margin-bottom: 20px;}
.fourOfourimage h2{font-size: 22px;}
.news-letter button.submitbtn {left: -20px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 355px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 355px){
.executiveContact .col-sm-4 {float: right;width: 55%;margin-left: 0;}
.executiveContact {padding-top: 30px;}
.contact-form-right {padding-bottom: 30px;}
/*Home 1 page end */
.addInfotw p {font-size: 100%;}
.headerTw .headInfotw, .headerTw .searchHead {width: 100%;}
.headerBgtw {width: 26%;}
.OverlayContent {padding: 0px 0 10px;width: 255px;}
.cd-hero-slider .btn {min-width: 100px;font-size: 12px;height: 40px;line-height: 40px;}
.cd-full-width h2 {font-size: 25px;line-height: 25px;}
.cd-full-width p br{display: none;}
.headerBgtw{background: transparent;}
.default-gallery-item .inner-box .overlay_content{padding: 22px 0;}
/*Home 2 page End*/
.body-boxed .executiveContact .executive_img, .body-boxed-2 .executiveContact .executive_img {top: -50px;}
/*Box Home Page end*/
.OpningTimes{width: 100%;}
.CallingBackFormBg:before {background-size: 90%;}
.CallingBackFormBg {padding-top: 160px;padding-right: 65px;}
/*Service Page End*/
.breadcrumb{font-size: 14px;}
.pageTitle h1 {font-size: 45px;}
.featureNavtw > li > a {padding: 12px 5px 8px;font-size: 12px;}
#protection p {font-size: 13px;}
.blogPostShare li {margin-right: 0px;}
.PostShare .ShareTitle{margin-right: 0px;}
.col-xs-6.col-sm-3.productItem{width: 100%;}
ul.quantityNumber li {width: 70px;height: auto;}
.transferFund{font-size: 16px;}
}
/*------------------------------------------------------------------------------*/
/* Width : 330px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 330px){
.generalinfo i:before {font-size: 25px;}
.financeContent h3 {font-size: 17px;}
.financeContent p {font-size: 15px;line-height: 25px;}
ul.gurulist li i {padding-right: 5px;}
.sectionTitle p{font-size: 15px;}
.weektime p{text-align: start;}
.executiveContact .executive_img{top: -60px;}
.sectionTitle .sectionHeader {font-size: 22px;}
.executive .opening_text p{font-size: 14px;}
/*Home 1 page end */
.default-gallery-item .inner-box .OverlayContent h3 a {font-size: 18px;}
.default-gallery-item .inner-box .OverlayContent p {font-size: 13px;}
.OverlayContent{width: 240px;}
.featureList li {font-size: 13px;}
.InfoTabFrature .featureNav > li > a{padding: 3px 10px 6px;}
.homethPage .UserLogin .flaticon-people-1:before{display: none;}
/*Home 2 page end*/
.body-boxed .executiveContact .executive_img, .body-boxed-2 .executiveContact .executive_img {top: 8px;}
/*Boxed Home Page End*/
.pagination > li > a, .pagination > li > span{width: 55px;}
.showTxt{font-size: 10px;}
} | 0.088249 | 0.049912 |
@charset "UTF-8";
/*!
+---------------------------------------------------------------------+
| |
| READK.IT MANIFESTO |
| |
| URL: |
| VERSION: 0.0.1 |
| Github: |
| AUTHOR: <NAME> (@nzmebooks) |
| LICENSE: Creative Commmons |
| http://creativecommons.org/licenses/by/3.0 |
| |
+---------------------------------------------------------------------+
*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
/* line 63, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
/* line 73, ../sass/vendor/_normalize.scss */
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 86, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 7/8/9.
* Known issue: no IE 6 support.
*/
/* line 96, ../sass/vendor/_normalize.scss */
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
*/
/* line 112, ../sass/vendor/_normalize.scss */
html {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
/* Establish a vertical rhythm unit using $base-line-height. */
line-height: 1.5em;
}
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements in IE 6/7.
*/
/* line 130, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
font-family: sans-serif;
}
/**
* Remove default margin.
*/
/* line 139, ../sass/vendor/_normalize.scss */
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
/* line 151, ../sass/vendor/_normalize.scss */
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 160, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
/* line 173, ../sass/vendor/_normalize.scss */
p,
pre {
margin: 1.5em 0;
}
/* line 177, ../sass/vendor/_normalize.scss */
blockquote {
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
margin: 1.5em 40px;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
/* line 187, ../sass/vendor/_normalize.scss */
h1 {
/* Set the font-size and line-height while keeping a proper vertical rhythm. */
font-size: 2em;
line-height: 1.5em;
/* Set 1 unit of vertical rhythm on the top and bottom margins. */
margin-top: 0.75em;
margin-bottom: 0.75em;
}
/* line 196, ../sass/vendor/_normalize.scss */
h2 {
font-size: 1.5em;
line-height: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
/* line 202, ../sass/vendor/_normalize.scss */
h3 {
font-size: 1.17em;
line-height: 1.28205em;
margin-top: 1.28205em;
margin-bottom: 1.28205em;
}
/* line 208, ../sass/vendor/_normalize.scss */
h4 {
font-size: 1em;
line-height: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
/* line 214, ../sass/vendor/_normalize.scss */
h5 {
font-size: 0.83em;
line-height: 1.80723em;
margin-top: 1.80723em;
margin-bottom: 1.80723em;
}
/* line 220, ../sass/vendor/_normalize.scss */
h6 {
font-size: 0.67em;
line-height: 2.23881em;
margin-top: 2.23881em;
margin-bottom: 2.23881em;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
/* line 230, ../sass/vendor/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
/* line 239, ../sass/vendor/_normalize.scss */
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
/* line 247, ../sass/vendor/_normalize.scss */
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
/* line 256, ../sass/vendor/_normalize.scss */
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
/* line 265, ../sass/vendor/_normalize.scss */
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
/* line 277, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
line-height: 1.5em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
/* line 289, ../sass/vendor/_normalize.scss */
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
/* line 297, ../sass/vendor/_normalize.scss */
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 305, ../sass/vendor/_normalize.scss */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 314, ../sass/vendor/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 321, ../sass/vendor/_normalize.scss */
sup {
top: -0.5em;
}
/* line 325, ../sass/vendor/_normalize.scss */
sub {
bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/**
* Set 1 unit of vertical rhythm and a consistent indentation.
*/
/* line 340, ../sass/vendor/_normalize.scss */
dl,
menu,
ol,
ul {
margin: 1.5em 0;
padding: 0 0 0 40px;
}
/* line 345, ../sass/vendor/_normalize.scss */
dl {
padding: 0;
}
/* line 349, ../sass/vendor/_normalize.scss */
dd {
margin: 0 0 0 40px;
}
/**
* Correct list images handled incorrectly in IE 7.
*/
/* line 359, ../sass/vendor/_normalize.scss */
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
/* line 373, ../sass/vendor/_normalize.scss */
img {
border: 0;
/* Improve image quality when scaled in IE 7. */
-ms-interpolation-mode: bicubic;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
/* line 385, ../sass/vendor/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
/* line 397, ../sass/vendor/_normalize.scss */
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
/* line 410, ../sass/vendor/_normalize.scss */
form {
margin: 0;
}
/**
* Define consistent border, margin, and padding.
*/
/* line 419, ../sass/vendor/_normalize.scss */
fieldset {
border-color: #c0c0c0;
margin: 0 2px;
/* Apply borders and padding that keep the vertical rhythm. */
border-top-style: solid;
border-top-width: 0.0625em;
padding-top: 0.4625em;
border-bottom-style: solid;
border-bottom-width: 0.0625em;
padding-bottom: 0.9125em;
border-left-style: solid;
border-left-width: 0.0625em;
padding-left: 0.875em;
border-right-style: solid;
border-right-width: 0.0625em;
padding-right: 0.875em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
/* line 435, ../sass/vendor/_normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Improve appearance and consistency with IE 6/7.
*/
/* line 453, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
vertical-align: baseline;
/* 4 */
*vertical-align: middle;
/* 4 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 469, ../sass/vendor/_normalize.scss */
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
/* line 481, ../sass/vendor/_normalize.scss */
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
/* line 498, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
*overflow: visible;
/* 4 */
}
/**
* Re-set default cursor for disabled elements.
*/
/* line 511, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
/* line 523, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
/* line 538, ../sass/vendor/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
/* 2 */
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
/* line 549, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 558, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
/* line 568, ../sass/vendor/_normalize.scss */
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 581, ../sass/vendor/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*!
+---------------------------------------------------------------------+
| _ _ _ |
| | |_ _ _ _ __ ___ _ __ | | __ _ | |_ ___ |
| | __|| | | || '_ \ / _ \| '_ \ | | / _` || __|/ _ \ |
| | |_ | |_| || |_) || __/| |_) || || (_| || |_| __/ |
| \__| \__, || .__/ \___|| .__/ |_| \__,_| \__|\___| |
| |___/ |_| |_| |
| |
| |
| URL: http://typeplate.com |
| VERSION: 1.0.1 |
| Github: https://github.com/typePlate/typeplate.github.com |
| AUTHORS: <NAME> (@zakkain) & <NAME> (@gryghostvisuals) |
| LICENSE: Creative Commmons |
| http://creativecommons.org/licenses/by/3.0 |
| |
+---------------------------------------------------------------------+
*/
@font-face {
font-family: "Ampersand";
src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
unicode-range: U+0026;
}
@font-face {
font-family: "Ampersand";
src: local("Georgia");
unicode-range: U+270C;
}
/* line 265, ../sass/vendor/typeplate/_typeplate.scss */
body {
word-wrap: break-word;
}
/* line 269, ../sass/vendor/typeplate/_typeplate.scss */
pre code {
word-wrap: normal;
}
/**
* Dropcap Sass @include
* Use the following Sass @include with any selector you feel necessary.
*
@include dropcap($float: left, $font-size: 4em, $font-family: inherit, $text-indent: 0, $margin: inherit, $padding: inherit, $color: inherit, $lineHeight: 1, $bg: transparent);
*
* Extend this object into your custom stylesheet.
*
*/
/* line 380, ../sass/vendor/typeplate/_typeplate.scss */
html {
font: normal 112.5%/1.65 serif;
}
/* line 384, ../sass/vendor/typeplate/_typeplate.scss */
body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
color: #444444;
}
/* line 400, ../sass/vendor/typeplate/_typeplate.scss */
h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility;
line-height: 1;
margin-top: 0;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.tera {
font-size: 117px;
font-size: 6.5rem;
margin-bottom: 0.25385rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.giga {
font-size: 90px;
font-size: 5rem;
margin-bottom: 0.33rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.mega {
font-size: 72px;
font-size: 4rem;
margin-bottom: 0.4125rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.alpha, h1 {
font-size: 60px;
font-size: 3.33333rem;
margin-bottom: 0.495rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.beta, h2 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 0.61875rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.gamma, h3 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 0.825rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.delta, h4 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 1.2375rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.epsilon, h5 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 1.41429rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.zeta, h6 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 1.65rem;
}
/* line 455, ../sass/vendor/typeplate/_typeplate.scss */
p {
margin: 0 0 1.5em;
}
/* line 457, ../sass/vendor/typeplate/_typeplate.scss */
p + p {
text-indent: 1.5em;
margin-top: -1.5em;
}
/* line 481, ../sass/vendor/typeplate/_typeplate.scss */
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
/* line 498, ../sass/vendor/typeplate/_typeplate.scss */
pre code {
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* line 503, ../sass/vendor/typeplate/_typeplate.scss */
pre {
white-space: pre;
}
/* line 507, ../sass/vendor/typeplate/_typeplate.scss */
code {
white-space: pre;
font-family: monospace;
}
/**
* Abbreviations Markup
*
<abbr title="hyper text markup language">HMTL</abbr>
*
* Extend this object into your markup.
*
*/
/* line 523, ../sass/vendor/typeplate/_typeplate.scss */
abbr {
font-variant: small-caps;
font-weight: 600;
text-transform: lowercase;
color: gray;
}
/* line 525, ../sass/vendor/typeplate/_typeplate.scss */
abbr:hover {
cursor: help;
}
/* line 539, ../sass/vendor/typeplate/_typeplate.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222222;
}
/**
* Lining Definition Style Markup
*
<dl class="lining">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 321, ../sass/vendor/typeplate/_typeplate.scss */
.lining dt,
.lining dd {
display: inline;
margin: 0;
}
/* line 328, ../sass/vendor/typeplate/_typeplate.scss */
.lining dt + dt:before,
.lining dd + dt:before {
content: "\A";
white-space: pre;
}
/* line 336, ../sass/vendor/typeplate/_typeplate.scss */
.lining dd + dd:before {
content: ", ";
}
/* line 340, ../sass/vendor/typeplate/_typeplate.scss */
.lining dd:before {
content: ": ";
margin-left: -0.2rem;
}
/**
* Dictionary Definition Style Markup
*
<dl class="dictionary-style">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 348, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dt {
display: inline;
counter-reset: definitions;
}
/* line 352, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dt + dt:before {
content: ", ";
margin-left: -0.2rem;
}
/* line 358, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dd {
display: block;
counter-increment: definitions;
}
/* line 361, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dd:before {
content: counter(definitions,decimal) ". ";
}
/**
* Stats Tab Markup
*
<ul class="stats-tabs">
<li><a href="#">[value]<b>[name]</b></a></li>
</ul>
*
* Extend this object into your markup.
*
*/
/* line 589, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs {
padding: 0;
}
/* line 591, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li {
display: inline-block;
margin: 0 0.625rem 0 0;
padding: 0 0.625rem 0 0;
border-right: 0.125rem solid #cccccc;
}
/* line 596, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li:last-child {
margin: 0;
padding: 0;
border: none;
}
/* line 601, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li a {
display: inline-block;
font-size: 1.5rem;
font-weight: bold;
}
/* line 605, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li a b {
display: block;
margin: 0.125rem 0 0 0;
font-size: 0.875rem;
font-weight: normal;
}
/**
* Blockquote Markup
*
<blockquote cite="">
<p>″″</p>
<cite>
<small><a href=""></a></small>
</cite>
</blockquote>
*
* Extend this object into your markup.
*
*/
/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/
/* line 685, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote {
position: relative;
padding: 1em;
}
/* line 667, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:before, .pull-quote:after {
height: 1em;
opacity: 0.15;
position: absolute;
font-size: 4em;
}
/* line 673, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:before {
content: '“';
top: 0;
left: 0;
}
/* line 678, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:after {
content: '”';
bottom: 0;
right: 0;
}
/**
* Figures Markup
*
<figure>
<figcaption>
<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from <NAME>'s book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
</figcaption>
</figure>
*
* Extend this object into your markup.
*
*/
/**
* Footnote Markup : Replace 'X' with your unique number for each footnote
*
<article>
<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
<footer>
<ol class="foot-notes">
<li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
</ol>
</footer>
</article>
*
* Extend this object into your markup.
*
*/
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 1.61616rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 1.61616rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 43.63636px;
font-size: 2.42424rem;
margin-bottom: 1.46924rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 1.21212rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 1.21212rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 32.72727px;
font-size: 1.81818rem;
margin-bottom: 1.10193rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 0.80808rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 0.80808rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 21.81818px;
font-size: 1.21212rem;
margin-bottom: 0.73462rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 0.70707rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 0.70707rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 19.09091px;
font-size: 1.06061rem;
margin-bottom: 0.64279rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 0.60606rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 0.60606rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 16.36364px;
font-size: 0.90909rem;
margin-bottom: 0.55096rem;
}
}
/* line 60, ../sass/vendor/typeplate/_overrides.scss */
p + p {
text-indent: 0;
margin-top: 0;
}
/* line 71, ../sass/vendor/typeplate/_overrides.scss */
ol, ul.square, ul.circle, ul.disc {
margin-left: 1em;
}
/* line 75, ../sass/vendor/typeplate/_overrides.scss */
ul, ol {
margin-bottom: 2em;
}
/* line 79, ../sass/vendor/typeplate/_overrides.scss */
li {
margin-bottom: 0.75em;
}
/* line 86, ../sass/vendor/typeplate/_overrides.scss */
.lede {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
/* line 90, ../sass/vendor/typeplate/_overrides.scss */
h1, h2, h3, h4 {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
/* line 33, ../sass/partials/_callout.scss */
.callout {
margin-bottom: 2rem;
position: relative;
overflow: hidden;
letter-spacing: 0;
text-decoration: none;
text-transform: none;
text-rendering: auto;
}
/* line 42, ../sass/partials/_callout.scss */
.calloutThumbnail {
max-width: 100%;
cursor: pointer;
}
/* line 46, ../sass/partials/_callout.scss */
.calloutThumbnailHover {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(97, 148, 255, 0.95);
z-index: 10;
display: none;
}
/* line 54, ../sass/partials/_callout.scss */
.calloutThumbnailHover h4 {
position: absolute;
margin-top: 1rem;
font-weight: 600;
font-style: normal;
font-size: 1.5rem;
line-height: 1.2;
color: #fff;
}
/* line 63, ../sass/partials/_callout.scss */
.calloutThumbnailHover h5 {
position: absolute;
padding-top: 6.875rem;
font-weight: 400;
font-style: normal;
font-size: 0.875rem;
color: #fff;
}
/* line 71, ../sass/partials/_callout.scss */
.thumbnailImage {
width: 100%;
}
/* line 74, ../sass/partials/_callout.scss */
.calloutInfo h4 {
padding-top: 0.6875rem;
padding-bottom: 0.5rem;
font-weight: 700;
font-style: normal;
font-size: 1.4rem;
line-height: 1.2;
color: #444444;
margin-bottom: 0.5rem;
border-bottom: 1px solid #3a5999;
}
/* line 85, ../sass/partials/_callout.scss */
.calloutInfo ul {
margin-top: 1rem;
margin-bottom: 1rem;
}
/* line 89, ../sass/partials/_callout.scss */
.calloutInfo ul li {
margin-bottom: 0.25rem;
}
/* line 92, ../sass/partials/_callout.scss */
.calloutInfo {
background-color: #c3ddff;
padding: 0 10px;
}
/* line 95, ../sass/partials/_callout.scss */
.calloutInfo a:visited {
color: #6194ff;
}
/* line 96, ../sass/partials/_callout.scss */
.calloutInfo a, .calloutInfo a:hover, .calloutInfo a:active, .calloutInfo a:focus {
color: #3a5999;
}
/* line 98, ../sass/partials/_callout.scss */
.calloutNav {
font-weight: 700;
font-style: normal;
line-height: 1.2;
color: #444444;
height: 0;
margin-bottom: 0;
padding-top: 0;
border-top: 1px solid #3a5999;
}
/* line 108, ../sass/partials/_callout.scss */
.calloutNav button {
font-weight: 600;
font-style: normal;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0;
text-decoration: none;
text-rendering: auto;
cursor: pointer;
color: #3a5999;
background: none;
border: none;
text-shadow: none;
padding: 0;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
letter-spacing: 0.09rem;
}
/* line 112, ../sass/partials/_callout.scss */
a {
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 118, ../sass/partials/_callout.scss */
.calloutNavClose {
display: none;
padding-top: 0.2rem;
float: right;
}
@font-face {
font-family: "Lato";
src: local("Lato-Regular"), url('../fonts/Lato/Lato-Reg.ttf') format('truetype'), url('../fonts/Lato/Lato-Reg.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: local("Lato-Bold"), url('../fonts/Lato/Lato-Bol.ttf') format('truetype'), url('../fonts/Lato/Lato-Bol.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: "Lato";
src: local("Lato-Italic"), url('../fonts/Lato/Lato-RegIta.ttf') format('truetype'), url('../fonts/Lato/Lato-RegIta.woff') format('woff');
font-weight: normal;
font-style: italic;
}
/* line 25, ../sass/partials/_custom.scss */
body {
background-color: #f2f2f2;
font-family: "Lato";
margin: 0 1em 1em 1em;
}
/* line 43, ../sass/partials/_custom.scss */
.header {
border-top: 3px solid #a9c3f9;
padding-top: 2rem;
}
/* line 48, ../sass/partials/_custom.scss */
.icon-container {
text-align: center;
padding-bottom: 1rem;
}
/* line 53, ../sass/partials/_custom.scss */
.header-icon {
width: 102px;
height: 102px;
border-radius: 51px;
display: inline-block;
padding-bottom: 0;
}
/* line 61, ../sass/partials/_custom.scss */
.header-icon img {
width: 102px;
height: 102px;
}
/* line 66, ../sass/partials/_custom.scss */
.blurb {
font-weight: normal;
}
/* line 70, ../sass/partials/_custom.scss */
nav {
display: block;
float: right;
padding-top: 3.2rem;
margin-bottom: -2.1rem;
padding-bottom: 1.4rem;
}
/* line 78, ../sass/partials/_custom.scss */
nav ul {
list-style: none outside;
margin-bottom: 20px;
}
/* line 82, ../sass/partials/_custom.scss */
nav ul li {
display: inline;
padding-left: 1.625rem;
}
/* line 86, ../sass/partials/_custom.scss */
nav ul li button, nav ul li a {
font-weight: 600;
font-style: normal;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0;
text-decoration: none;
text-rendering: auto;
cursor: pointer;
color: #6194ff;
background: none;
border: none;
text-shadow: none;
padding: 0;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 92, ../sass/partials/_custom.scss */
nav ul li:first-child {
padding-left: 0;
}
/* line 96, ../sass/partials/_custom.scss */
article {
float: left;
}
/* line 100, ../sass/partials/_custom.scss */
hr {
border: solid #a9c3f9;
border-width: 1px 0 0;
clear: both;
margin: 0.625rem 0 1.875rem;
height: 0;
}
/* line 115, ../sass/partials/_custom.scss */
a, a:visited {
color: #6194ff;
}
/* line 116, ../sass/partials/_custom.scss */
a:hover, a:active, a:focus {
color: #3a5999;
}
/* line 118, ../sass/partials/_custom.scss */
.main_icon {
cursor: pointer;
}
/* line 122, ../sass/partials/_custom.scss */
html:-moz-full-screen {
background: #f2f2f2;
}
/* line 126, ../sass/partials/_custom.scss */
html:-webkit-full-screen {
background: #f2f2f2;
}
/* line 130, ../sass/partials/_custom.scss */
html:fullscreen {
background: #f2f2f2;
}
/* line 134, ../sass/partials/_custom.scss */
.tooltip {
display: none;
position: absolute;
background-color: #bcbec0;
border-radius: 0.2rem;
padding: 0.3rem;
color: white;
font-size: 0.85rem;
z-index: 1;
} | src/files/dist/readkit.epub/html/03_readkit_manifesto/OEBPS/css/screen.css | @charset "UTF-8";
/*!
+---------------------------------------------------------------------+
| |
| READK.IT MANIFESTO |
| |
| URL: |
| VERSION: 0.0.1 |
| Github: |
| AUTHOR: <NAME> (@nzmebooks) |
| LICENSE: Creative Commmons |
| http://creativecommons.org/licenses/by/3.0 |
| |
+---------------------------------------------------------------------+
*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
/* line 63, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
/* line 73, ../sass/vendor/_normalize.scss */
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 86, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 7/8/9.
* Known issue: no IE 6 support.
*/
/* line 96, ../sass/vendor/_normalize.scss */
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
*/
/* line 112, ../sass/vendor/_normalize.scss */
html {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
/* Establish a vertical rhythm unit using $base-line-height. */
line-height: 1.5em;
}
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements in IE 6/7.
*/
/* line 130, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
font-family: sans-serif;
}
/**
* Remove default margin.
*/
/* line 139, ../sass/vendor/_normalize.scss */
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
/* line 151, ../sass/vendor/_normalize.scss */
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 160, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
/* line 173, ../sass/vendor/_normalize.scss */
p,
pre {
margin: 1.5em 0;
}
/* line 177, ../sass/vendor/_normalize.scss */
blockquote {
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
margin: 1.5em 40px;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
/* line 187, ../sass/vendor/_normalize.scss */
h1 {
/* Set the font-size and line-height while keeping a proper vertical rhythm. */
font-size: 2em;
line-height: 1.5em;
/* Set 1 unit of vertical rhythm on the top and bottom margins. */
margin-top: 0.75em;
margin-bottom: 0.75em;
}
/* line 196, ../sass/vendor/_normalize.scss */
h2 {
font-size: 1.5em;
line-height: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
/* line 202, ../sass/vendor/_normalize.scss */
h3 {
font-size: 1.17em;
line-height: 1.28205em;
margin-top: 1.28205em;
margin-bottom: 1.28205em;
}
/* line 208, ../sass/vendor/_normalize.scss */
h4 {
font-size: 1em;
line-height: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
/* line 214, ../sass/vendor/_normalize.scss */
h5 {
font-size: 0.83em;
line-height: 1.80723em;
margin-top: 1.80723em;
margin-bottom: 1.80723em;
}
/* line 220, ../sass/vendor/_normalize.scss */
h6 {
font-size: 0.67em;
line-height: 2.23881em;
margin-top: 2.23881em;
margin-bottom: 2.23881em;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
/* line 230, ../sass/vendor/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
/* line 239, ../sass/vendor/_normalize.scss */
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
/* line 247, ../sass/vendor/_normalize.scss */
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
/* line 256, ../sass/vendor/_normalize.scss */
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
/* line 265, ../sass/vendor/_normalize.scss */
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
/* line 277, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
line-height: 1.5em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
/* line 289, ../sass/vendor/_normalize.scss */
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
/* line 297, ../sass/vendor/_normalize.scss */
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 305, ../sass/vendor/_normalize.scss */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 314, ../sass/vendor/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 321, ../sass/vendor/_normalize.scss */
sup {
top: -0.5em;
}
/* line 325, ../sass/vendor/_normalize.scss */
sub {
bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/**
* Set 1 unit of vertical rhythm and a consistent indentation.
*/
/* line 340, ../sass/vendor/_normalize.scss */
dl,
menu,
ol,
ul {
margin: 1.5em 0;
padding: 0 0 0 40px;
}
/* line 345, ../sass/vendor/_normalize.scss */
dl {
padding: 0;
}
/* line 349, ../sass/vendor/_normalize.scss */
dd {
margin: 0 0 0 40px;
}
/**
* Correct list images handled incorrectly in IE 7.
*/
/* line 359, ../sass/vendor/_normalize.scss */
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
/* line 373, ../sass/vendor/_normalize.scss */
img {
border: 0;
/* Improve image quality when scaled in IE 7. */
-ms-interpolation-mode: bicubic;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
/* line 385, ../sass/vendor/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
/* line 397, ../sass/vendor/_normalize.scss */
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
/* line 410, ../sass/vendor/_normalize.scss */
form {
margin: 0;
}
/**
* Define consistent border, margin, and padding.
*/
/* line 419, ../sass/vendor/_normalize.scss */
fieldset {
border-color: #c0c0c0;
margin: 0 2px;
/* Apply borders and padding that keep the vertical rhythm. */
border-top-style: solid;
border-top-width: 0.0625em;
padding-top: 0.4625em;
border-bottom-style: solid;
border-bottom-width: 0.0625em;
padding-bottom: 0.9125em;
border-left-style: solid;
border-left-width: 0.0625em;
padding-left: 0.875em;
border-right-style: solid;
border-right-width: 0.0625em;
padding-right: 0.875em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
/* line 435, ../sass/vendor/_normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Improve appearance and consistency with IE 6/7.
*/
/* line 453, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
vertical-align: baseline;
/* 4 */
*vertical-align: middle;
/* 4 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 469, ../sass/vendor/_normalize.scss */
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
/* line 481, ../sass/vendor/_normalize.scss */
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
/* line 498, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
*overflow: visible;
/* 4 */
}
/**
* Re-set default cursor for disabled elements.
*/
/* line 511, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
/* line 523, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
/* line 538, ../sass/vendor/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
/* 2 */
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
/* line 549, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 558, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
/* line 568, ../sass/vendor/_normalize.scss */
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 581, ../sass/vendor/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*!
+---------------------------------------------------------------------+
| _ _ _ |
| | |_ _ _ _ __ ___ _ __ | | __ _ | |_ ___ |
| | __|| | | || '_ \ / _ \| '_ \ | | / _` || __|/ _ \ |
| | |_ | |_| || |_) || __/| |_) || || (_| || |_| __/ |
| \__| \__, || .__/ \___|| .__/ |_| \__,_| \__|\___| |
| |___/ |_| |_| |
| |
| |
| URL: http://typeplate.com |
| VERSION: 1.0.1 |
| Github: https://github.com/typePlate/typeplate.github.com |
| AUTHORS: <NAME> (@zakkain) & <NAME> (@gryghostvisuals) |
| LICENSE: Creative Commmons |
| http://creativecommons.org/licenses/by/3.0 |
| |
+---------------------------------------------------------------------+
*/
@font-face {
font-family: "Ampersand";
src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
unicode-range: U+0026;
}
@font-face {
font-family: "Ampersand";
src: local("Georgia");
unicode-range: U+270C;
}
/* line 265, ../sass/vendor/typeplate/_typeplate.scss */
body {
word-wrap: break-word;
}
/* line 269, ../sass/vendor/typeplate/_typeplate.scss */
pre code {
word-wrap: normal;
}
/**
* Dropcap Sass @include
* Use the following Sass @include with any selector you feel necessary.
*
@include dropcap($float: left, $font-size: 4em, $font-family: inherit, $text-indent: 0, $margin: inherit, $padding: inherit, $color: inherit, $lineHeight: 1, $bg: transparent);
*
* Extend this object into your custom stylesheet.
*
*/
/* line 380, ../sass/vendor/typeplate/_typeplate.scss */
html {
font: normal 112.5%/1.65 serif;
}
/* line 384, ../sass/vendor/typeplate/_typeplate.scss */
body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
color: #444444;
}
/* line 400, ../sass/vendor/typeplate/_typeplate.scss */
h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility;
line-height: 1;
margin-top: 0;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.tera {
font-size: 117px;
font-size: 6.5rem;
margin-bottom: 0.25385rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.giga {
font-size: 90px;
font-size: 5rem;
margin-bottom: 0.33rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.mega {
font-size: 72px;
font-size: 4rem;
margin-bottom: 0.4125rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.alpha, h1 {
font-size: 60px;
font-size: 3.33333rem;
margin-bottom: 0.495rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.beta, h2 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 0.61875rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.gamma, h3 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 0.825rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.delta, h4 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 1.2375rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.epsilon, h5 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 1.41429rem;
}
/* line 415, ../sass/vendor/typeplate/_typeplate.scss */
.zeta, h6 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 1.65rem;
}
/* line 455, ../sass/vendor/typeplate/_typeplate.scss */
p {
margin: 0 0 1.5em;
}
/* line 457, ../sass/vendor/typeplate/_typeplate.scss */
p + p {
text-indent: 1.5em;
margin-top: -1.5em;
}
/* line 481, ../sass/vendor/typeplate/_typeplate.scss */
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
/* line 498, ../sass/vendor/typeplate/_typeplate.scss */
pre code {
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* line 503, ../sass/vendor/typeplate/_typeplate.scss */
pre {
white-space: pre;
}
/* line 507, ../sass/vendor/typeplate/_typeplate.scss */
code {
white-space: pre;
font-family: monospace;
}
/**
* Abbreviations Markup
*
<abbr title="hyper text markup language">HMTL</abbr>
*
* Extend this object into your markup.
*
*/
/* line 523, ../sass/vendor/typeplate/_typeplate.scss */
abbr {
font-variant: small-caps;
font-weight: 600;
text-transform: lowercase;
color: gray;
}
/* line 525, ../sass/vendor/typeplate/_typeplate.scss */
abbr:hover {
cursor: help;
}
/* line 539, ../sass/vendor/typeplate/_typeplate.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222222;
}
/**
* Lining Definition Style Markup
*
<dl class="lining">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 321, ../sass/vendor/typeplate/_typeplate.scss */
.lining dt,
.lining dd {
display: inline;
margin: 0;
}
/* line 328, ../sass/vendor/typeplate/_typeplate.scss */
.lining dt + dt:before,
.lining dd + dt:before {
content: "\A";
white-space: pre;
}
/* line 336, ../sass/vendor/typeplate/_typeplate.scss */
.lining dd + dd:before {
content: ", ";
}
/* line 340, ../sass/vendor/typeplate/_typeplate.scss */
.lining dd:before {
content: ": ";
margin-left: -0.2rem;
}
/**
* Dictionary Definition Style Markup
*
<dl class="dictionary-style">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 348, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dt {
display: inline;
counter-reset: definitions;
}
/* line 352, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dt + dt:before {
content: ", ";
margin-left: -0.2rem;
}
/* line 358, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dd {
display: block;
counter-increment: definitions;
}
/* line 361, ../sass/vendor/typeplate/_typeplate.scss */
.dictionary-style dd:before {
content: counter(definitions,decimal) ". ";
}
/**
* Stats Tab Markup
*
<ul class="stats-tabs">
<li><a href="#">[value]<b>[name]</b></a></li>
</ul>
*
* Extend this object into your markup.
*
*/
/* line 589, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs {
padding: 0;
}
/* line 591, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li {
display: inline-block;
margin: 0 0.625rem 0 0;
padding: 0 0.625rem 0 0;
border-right: 0.125rem solid #cccccc;
}
/* line 596, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li:last-child {
margin: 0;
padding: 0;
border: none;
}
/* line 601, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li a {
display: inline-block;
font-size: 1.5rem;
font-weight: bold;
}
/* line 605, ../sass/vendor/typeplate/_typeplate.scss */
.stats-tabs li a b {
display: block;
margin: 0.125rem 0 0 0;
font-size: 0.875rem;
font-weight: normal;
}
/**
* Blockquote Markup
*
<blockquote cite="">
<p>″″</p>
<cite>
<small><a href=""></a></small>
</cite>
</blockquote>
*
* Extend this object into your markup.
*
*/
/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/
/* line 685, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote {
position: relative;
padding: 1em;
}
/* line 667, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:before, .pull-quote:after {
height: 1em;
opacity: 0.15;
position: absolute;
font-size: 4em;
}
/* line 673, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:before {
content: '“';
top: 0;
left: 0;
}
/* line 678, ../sass/vendor/typeplate/_typeplate.scss */
.pull-quote:after {
content: '”';
bottom: 0;
right: 0;
}
/**
* Figures Markup
*
<figure>
<figcaption>
<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from <NAME>'s book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
</figcaption>
</figure>
*
* Extend this object into your markup.
*
*/
/**
* Footnote Markup : Replace 'X' with your unique number for each footnote
*
<article>
<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
<footer>
<ol class="foot-notes">
<li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
</ol>
</footer>
</article>
*
* Extend this object into your markup.
*
*/
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 1.61616rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 48px;
font-size: 2.66667rem;
margin-bottom: 1.61616rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h1 {
font-size: 43.63636px;
font-size: 2.42424rem;
margin-bottom: 1.46924rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 1.21212rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 36px;
font-size: 2rem;
margin-bottom: 1.21212rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h2 {
font-size: 32.72727px;
font-size: 1.81818rem;
margin-bottom: 1.10193rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 0.80808rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 24px;
font-size: 1.33333rem;
margin-bottom: 0.80808rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h3 {
font-size: 21.81818px;
font-size: 1.21212rem;
margin-bottom: 0.73462rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 0.70707rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 21px;
font-size: 1.16667rem;
margin-bottom: 0.70707rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h4 {
font-size: 19.09091px;
font-size: 1.06061rem;
margin-bottom: 0.64279rem;
}
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 27, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 0.60606rem;
}
}
/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* line 36, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 18px;
font-size: 1rem;
margin-bottom: 0.60606rem;
}
}
/* Phone */
@media (max-width: 240px) {
/* line 43, ../sass/vendor/typeplate/_overrides.scss */
h5 {
font-size: 16.36364px;
font-size: 0.90909rem;
margin-bottom: 0.55096rem;
}
}
/* line 60, ../sass/vendor/typeplate/_overrides.scss */
p + p {
text-indent: 0;
margin-top: 0;
}
/* line 71, ../sass/vendor/typeplate/_overrides.scss */
ol, ul.square, ul.circle, ul.disc {
margin-left: 1em;
}
/* line 75, ../sass/vendor/typeplate/_overrides.scss */
ul, ol {
margin-bottom: 2em;
}
/* line 79, ../sass/vendor/typeplate/_overrides.scss */
li {
margin-bottom: 0.75em;
}
/* line 86, ../sass/vendor/typeplate/_overrides.scss */
.lede {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
/* line 90, ../sass/vendor/typeplate/_overrides.scss */
h1, h2, h3, h4 {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
/* line 33, ../sass/partials/_callout.scss */
.callout {
margin-bottom: 2rem;
position: relative;
overflow: hidden;
letter-spacing: 0;
text-decoration: none;
text-transform: none;
text-rendering: auto;
}
/* line 42, ../sass/partials/_callout.scss */
.calloutThumbnail {
max-width: 100%;
cursor: pointer;
}
/* line 46, ../sass/partials/_callout.scss */
.calloutThumbnailHover {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(97, 148, 255, 0.95);
z-index: 10;
display: none;
}
/* line 54, ../sass/partials/_callout.scss */
.calloutThumbnailHover h4 {
position: absolute;
margin-top: 1rem;
font-weight: 600;
font-style: normal;
font-size: 1.5rem;
line-height: 1.2;
color: #fff;
}
/* line 63, ../sass/partials/_callout.scss */
.calloutThumbnailHover h5 {
position: absolute;
padding-top: 6.875rem;
font-weight: 400;
font-style: normal;
font-size: 0.875rem;
color: #fff;
}
/* line 71, ../sass/partials/_callout.scss */
.thumbnailImage {
width: 100%;
}
/* line 74, ../sass/partials/_callout.scss */
.calloutInfo h4 {
padding-top: 0.6875rem;
padding-bottom: 0.5rem;
font-weight: 700;
font-style: normal;
font-size: 1.4rem;
line-height: 1.2;
color: #444444;
margin-bottom: 0.5rem;
border-bottom: 1px solid #3a5999;
}
/* line 85, ../sass/partials/_callout.scss */
.calloutInfo ul {
margin-top: 1rem;
margin-bottom: 1rem;
}
/* line 89, ../sass/partials/_callout.scss */
.calloutInfo ul li {
margin-bottom: 0.25rem;
}
/* line 92, ../sass/partials/_callout.scss */
.calloutInfo {
background-color: #c3ddff;
padding: 0 10px;
}
/* line 95, ../sass/partials/_callout.scss */
.calloutInfo a:visited {
color: #6194ff;
}
/* line 96, ../sass/partials/_callout.scss */
.calloutInfo a, .calloutInfo a:hover, .calloutInfo a:active, .calloutInfo a:focus {
color: #3a5999;
}
/* line 98, ../sass/partials/_callout.scss */
.calloutNav {
font-weight: 700;
font-style: normal;
line-height: 1.2;
color: #444444;
height: 0;
margin-bottom: 0;
padding-top: 0;
border-top: 1px solid #3a5999;
}
/* line 108, ../sass/partials/_callout.scss */
.calloutNav button {
font-weight: 600;
font-style: normal;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0;
text-decoration: none;
text-rendering: auto;
cursor: pointer;
color: #3a5999;
background: none;
border: none;
text-shadow: none;
padding: 0;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
letter-spacing: 0.09rem;
}
/* line 112, ../sass/partials/_callout.scss */
a {
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 118, ../sass/partials/_callout.scss */
.calloutNavClose {
display: none;
padding-top: 0.2rem;
float: right;
}
@font-face {
font-family: "Lato";
src: local("Lato-Regular"), url('../fonts/Lato/Lato-Reg.ttf') format('truetype'), url('../fonts/Lato/Lato-Reg.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: local("Lato-Bold"), url('../fonts/Lato/Lato-Bol.ttf') format('truetype'), url('../fonts/Lato/Lato-Bol.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: "Lato";
src: local("Lato-Italic"), url('../fonts/Lato/Lato-RegIta.ttf') format('truetype'), url('../fonts/Lato/Lato-RegIta.woff') format('woff');
font-weight: normal;
font-style: italic;
}
/* line 25, ../sass/partials/_custom.scss */
body {
background-color: #f2f2f2;
font-family: "Lato";
margin: 0 1em 1em 1em;
}
/* line 43, ../sass/partials/_custom.scss */
.header {
border-top: 3px solid #a9c3f9;
padding-top: 2rem;
}
/* line 48, ../sass/partials/_custom.scss */
.icon-container {
text-align: center;
padding-bottom: 1rem;
}
/* line 53, ../sass/partials/_custom.scss */
.header-icon {
width: 102px;
height: 102px;
border-radius: 51px;
display: inline-block;
padding-bottom: 0;
}
/* line 61, ../sass/partials/_custom.scss */
.header-icon img {
width: 102px;
height: 102px;
}
/* line 66, ../sass/partials/_custom.scss */
.blurb {
font-weight: normal;
}
/* line 70, ../sass/partials/_custom.scss */
nav {
display: block;
float: right;
padding-top: 3.2rem;
margin-bottom: -2.1rem;
padding-bottom: 1.4rem;
}
/* line 78, ../sass/partials/_custom.scss */
nav ul {
list-style: none outside;
margin-bottom: 20px;
}
/* line 82, ../sass/partials/_custom.scss */
nav ul li {
display: inline;
padding-left: 1.625rem;
}
/* line 86, ../sass/partials/_custom.scss */
nav ul li button, nav ul li a {
font-weight: 600;
font-style: normal;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0;
text-decoration: none;
text-rendering: auto;
cursor: pointer;
color: #6194ff;
background: none;
border: none;
text-shadow: none;
padding: 0;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 92, ../sass/partials/_custom.scss */
nav ul li:first-child {
padding-left: 0;
}
/* line 96, ../sass/partials/_custom.scss */
article {
float: left;
}
/* line 100, ../sass/partials/_custom.scss */
hr {
border: solid #a9c3f9;
border-width: 1px 0 0;
clear: both;
margin: 0.625rem 0 1.875rem;
height: 0;
}
/* line 115, ../sass/partials/_custom.scss */
a, a:visited {
color: #6194ff;
}
/* line 116, ../sass/partials/_custom.scss */
a:hover, a:active, a:focus {
color: #3a5999;
}
/* line 118, ../sass/partials/_custom.scss */
.main_icon {
cursor: pointer;
}
/* line 122, ../sass/partials/_custom.scss */
html:-moz-full-screen {
background: #f2f2f2;
}
/* line 126, ../sass/partials/_custom.scss */
html:-webkit-full-screen {
background: #f2f2f2;
}
/* line 130, ../sass/partials/_custom.scss */
html:fullscreen {
background: #f2f2f2;
}
/* line 134, ../sass/partials/_custom.scss */
.tooltip {
display: none;
position: absolute;
background-color: #bcbec0;
border-radius: 0.2rem;
padding: 0.3rem;
color: white;
font-size: 0.85rem;
z-index: 1;
} | 0.459076 | 0.069795 |
@font-face{
font-family: metro-black;
src : url(font/Metropolis-Black.otf);
}
@font-face{
font-family: metro-bold;
src : url(font/Metropolis-Bold.otf);
}
@font-face{
font-family: metro-light;
src : url(font/Metropolis-Light.otf);
}
@font-face{
font-family: metro-regular;
src : url(font/Metropolis-Regular.otf);
}
@font-face{
font-family: metro-medium;
src : url(font/Metropolis-Medium.otf);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
display: flex;
flex-direction: column;
height: 100vh;
background-color: whitesmoke;
}
.header{
background-color: #162447;
color: #fff;
padding: 13px 100px;
display: flex;
justify-content: space-between;
align-items: center;
font-family: metro-light, sans-serif;
font-size: 12px;
}
.header .navbar{
display: flex;
}
.header .navbar .btn{
font-family: 'metro-medium', sans-serif;
margin-right: 20px;
background-color: #E43F5A;
color: #fff;
padding: 5px 25px;
border-radius: 20px;
cursor: pointer;
}
.header .navbar .btn:hover{
display: block;
background-color:#F0C605;
color: #162447;
}
.header .navbar .list{
background-color: rgb(0, 0, 0, 0);
position: absolute;
width: 140px;
height: 200px;
top: 48px;
right: 97px;
overflow: hidden;
}
.header .navbar a{
text-decoration: none;
color: #fff;
}
.header .navbar ul {
display: block;
width: 140px;
flex-direction: column;
position: absolute;
top: -166px;
background-color: #E43F5A;
transition: all ease-in-out 0.5s;
}
.header .navbar ul li{
text-decoration: none;
list-style: none;
display: flex;
font-size: 11px;
}
.header .navbar ul a{
color: #fff;
text-decoration: none;
padding: 10px;
width: 100%;
}
.header .navbar ul a:hover{
background-color: #c21d3e;
color: #F0C605;
}
.alert-danger li:not(:last-child){
margin-bottom: 5px;
}
.alert-danger li{
list-style: none;
}
.alert-danger span{
font-family: metro-black;
margin-bottom: 10px;
}
.alert-success{
margin: 10px 0px;
background-color: #A8EF9B;
color: #096502;
padding: 10px 30px;
font-family: metro-light,sans-serif;
font-size: 10px;
border-radius: 10px;
}
.alert-success li:not(:last-child){
margin-bottom: 5px;
}
.alert-success li{
list-style: none;
}
.alert-success span{
font-family: metro-black;
margin-bottom: 10px;
}
.body{
padding: 50px 200px;
font-family: metro-medium, sans-serif;
}
.body .title{
margin-bottom: 20px;
}
.body h2{
color: #E43F5A;
}
.body span{
color: #162447;
}
.body input{
padding: 8px 14px;
border-radius: 8px;
border: solid 1px;
outline-style: none;
border-color: #999999;
}
.body .input-edit{
border: 1px solid;
margin: 14px 0px;
width: 100%;
border-color: #999999;
}
.body .row01{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 40px;
border-radius: 10px;
background-color: #FFF;
}
.body .row01 .photo{
width: 200px;
}
.body .row01 .input-photo img{
border: 1px solid;
padding: 10px;
border-color: #c21d3e;
border-radius: 10px;
}
.body .row01 .input-photo .label{
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #555555;
}
.body .row01 .photo img{
width: 100%;
}
.body .row01 button{
border: none;
background-color: #E43F5A;
padding: 10px;
width: 100%;
color: #fff;
cursor: pointer;
outline-style: none;
border-radius: 7px;
margin-bottom: 10px;
}
.body .row01 button:hover{
background-color: #c21d3e;
}
.body .row01 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row01 .item1{
position: relative;
}
.body .row01 .ktp{
margin-top: 10px;
}
.body .row01 .ktp input{
border: solid 1px;
}
.body .row01 .id input{
border: solid 1px;
}
.body .row01 .id{
margin-top: 10px;
}
.body .row01 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row01 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .row01 .item select{
padding: 8px 8px;
border-radius: 10px;
border-color: #999999;
outline-style: none;
}
.body .row02{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 40px;
border-radius: 10px;
background-color: #FFF;
}
.body .row02 .title{
font-size: 20px;
font-family: metro-bold;
color: #444444;
}
.body .row02 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row02 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row02 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .row03{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 10px;
border-radius: 10px;
background-color: #FFF;
}
.body .row03 .title{
font-size: 20px;
font-family: metro-bold;
color: #444444;
}
.body .row03 .item1{
position: relative;
}
.body .row03 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row03 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row03 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .button{
float: right;
}
.body .button button{
border: none;
padding: 10px 20px;
color: #eee;
margin-top: 10px;
cursor: pointer;
}
.body .button .save{
background-color: #E43F5A;
border-radius: 8px;
outline-style: none;
}
.body .button .save:hover{
background-color: #c21d3e;
}
.body .button .print{
background-color: #162447;
padding: 10px 40px;
}
.body .button .print:hover{
background-color: #273558;
}
.info{
background-color:rgb(96, 181, 155, 0.6);
color: #286452;
padding: 100px;
width: 100%;
font-family: metro-light,sans-serif;
text-align: center;
}
.info-home {
background-color: #C7DEB0;
color: #475445;
padding: 15px 20px;
margin-bottom: 30px;
font-size: 12px;
border-radius: 10px;
}
.info-home .judul{
font-family: metro-black, sans-serif;
margin-bottom: 10px;
}
.info-home .isi{
font-family: metro-light, sans-serif;
line-height: 1.5;
}
.info-home .isi span{
font-family: metro-bold, sans-serif;
color:#475445;
}
.alert-danger{
margin: 10px 0px;
background-color: #EF9B9B;
color: #A20B00;
padding: 10px 30px;
font-family: metro-light,sans-serif;
font-size: 10px;
}
.alert-danger li:not(:last-child){
margin-bottom: 5px;
}
.alert-danger li{
list-style: none;
}
.alert-danger span{
font-family: metro-black;
margin-bottom: 10px;
}
footer{
background-color: #162447;
color: #eee;
padding: 13px;
display: flex;
align-items: center;
justify-content: center;
font-family: metro-light, sans-serif;
font-size: 12px;
flex-direction: column;
margin-top: auto;
}
footer .copyright{
margin-top: 10px;
}
footer .sosmed{
display: flex;
}
footer .sosmed .gg{
border: 1px solid #fff;
padding: 2px 3px;
margin-right: 5px;
cursor: pointer;
}
footer .sosmed .ig{
border: 1px solid #fff;
padding: 2px 6px;
margin-right: 5px;
cursor: pointer;
}
footer .sosmed .fb{
border: 1px solid #fff;
padding: 2px 7px;
cursor: pointer;
}
footer .sosmed .fb:hover, .sosmed .ig:hover, .sosmed .gg:hover{
background-color: #fff;
color: #162447;
}
@media print{
.info-home{
display: none;
}
.header{
display: none;
}
footer{
display: none;
}
.body{
padding: 10px;
}
.body .button{
display: none;
}
.body #welcome{
display: none;
}
} | public/assets/css/home.css | @font-face{
font-family: metro-black;
src : url(font/Metropolis-Black.otf);
}
@font-face{
font-family: metro-bold;
src : url(font/Metropolis-Bold.otf);
}
@font-face{
font-family: metro-light;
src : url(font/Metropolis-Light.otf);
}
@font-face{
font-family: metro-regular;
src : url(font/Metropolis-Regular.otf);
}
@font-face{
font-family: metro-medium;
src : url(font/Metropolis-Medium.otf);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
display: flex;
flex-direction: column;
height: 100vh;
background-color: whitesmoke;
}
.header{
background-color: #162447;
color: #fff;
padding: 13px 100px;
display: flex;
justify-content: space-between;
align-items: center;
font-family: metro-light, sans-serif;
font-size: 12px;
}
.header .navbar{
display: flex;
}
.header .navbar .btn{
font-family: 'metro-medium', sans-serif;
margin-right: 20px;
background-color: #E43F5A;
color: #fff;
padding: 5px 25px;
border-radius: 20px;
cursor: pointer;
}
.header .navbar .btn:hover{
display: block;
background-color:#F0C605;
color: #162447;
}
.header .navbar .list{
background-color: rgb(0, 0, 0, 0);
position: absolute;
width: 140px;
height: 200px;
top: 48px;
right: 97px;
overflow: hidden;
}
.header .navbar a{
text-decoration: none;
color: #fff;
}
.header .navbar ul {
display: block;
width: 140px;
flex-direction: column;
position: absolute;
top: -166px;
background-color: #E43F5A;
transition: all ease-in-out 0.5s;
}
.header .navbar ul li{
text-decoration: none;
list-style: none;
display: flex;
font-size: 11px;
}
.header .navbar ul a{
color: #fff;
text-decoration: none;
padding: 10px;
width: 100%;
}
.header .navbar ul a:hover{
background-color: #c21d3e;
color: #F0C605;
}
.alert-danger li:not(:last-child){
margin-bottom: 5px;
}
.alert-danger li{
list-style: none;
}
.alert-danger span{
font-family: metro-black;
margin-bottom: 10px;
}
.alert-success{
margin: 10px 0px;
background-color: #A8EF9B;
color: #096502;
padding: 10px 30px;
font-family: metro-light,sans-serif;
font-size: 10px;
border-radius: 10px;
}
.alert-success li:not(:last-child){
margin-bottom: 5px;
}
.alert-success li{
list-style: none;
}
.alert-success span{
font-family: metro-black;
margin-bottom: 10px;
}
.body{
padding: 50px 200px;
font-family: metro-medium, sans-serif;
}
.body .title{
margin-bottom: 20px;
}
.body h2{
color: #E43F5A;
}
.body span{
color: #162447;
}
.body input{
padding: 8px 14px;
border-radius: 8px;
border: solid 1px;
outline-style: none;
border-color: #999999;
}
.body .input-edit{
border: 1px solid;
margin: 14px 0px;
width: 100%;
border-color: #999999;
}
.body .row01{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 40px;
border-radius: 10px;
background-color: #FFF;
}
.body .row01 .photo{
width: 200px;
}
.body .row01 .input-photo img{
border: 1px solid;
padding: 10px;
border-color: #c21d3e;
border-radius: 10px;
}
.body .row01 .input-photo .label{
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #555555;
}
.body .row01 .photo img{
width: 100%;
}
.body .row01 button{
border: none;
background-color: #E43F5A;
padding: 10px;
width: 100%;
color: #fff;
cursor: pointer;
outline-style: none;
border-radius: 7px;
margin-bottom: 10px;
}
.body .row01 button:hover{
background-color: #c21d3e;
}
.body .row01 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row01 .item1{
position: relative;
}
.body .row01 .ktp{
margin-top: 10px;
}
.body .row01 .ktp input{
border: solid 1px;
}
.body .row01 .id input{
border: solid 1px;
}
.body .row01 .id{
margin-top: 10px;
}
.body .row01 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row01 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .row01 .item select{
padding: 8px 8px;
border-radius: 10px;
border-color: #999999;
outline-style: none;
}
.body .row02{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 40px;
border-radius: 10px;
background-color: #FFF;
}
.body .row02 .title{
font-size: 20px;
font-family: metro-bold;
color: #444444;
}
.body .row02 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row02 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row02 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .row03{
display: grid;
grid-template-areas: "left center right";
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border: solid;
border-width: 1px;
border-color: #99999999;
padding: 30px;
margin-bottom: 10px;
border-radius: 10px;
background-color: #FFF;
}
.body .row03 .title{
font-size: 20px;
font-family: metro-bold;
color: #444444;
}
.body .row03 .item1{
position: relative;
}
.body .row03 .item{
display: flex;
flex-direction: column;
margin-bottom: 13px;
}
.body .row03 .item label{
font-family: metro-bold, sans-serif;
font-size: 13px;
margin-bottom: 3px;
color: #555555;
}
.body .row03 .item span{
font-size: 13px;
font-family: metro-light, sans-serif;
color: #555555;
}
.body .button{
float: right;
}
.body .button button{
border: none;
padding: 10px 20px;
color: #eee;
margin-top: 10px;
cursor: pointer;
}
.body .button .save{
background-color: #E43F5A;
border-radius: 8px;
outline-style: none;
}
.body .button .save:hover{
background-color: #c21d3e;
}
.body .button .print{
background-color: #162447;
padding: 10px 40px;
}
.body .button .print:hover{
background-color: #273558;
}
.info{
background-color:rgb(96, 181, 155, 0.6);
color: #286452;
padding: 100px;
width: 100%;
font-family: metro-light,sans-serif;
text-align: center;
}
.info-home {
background-color: #C7DEB0;
color: #475445;
padding: 15px 20px;
margin-bottom: 30px;
font-size: 12px;
border-radius: 10px;
}
.info-home .judul{
font-family: metro-black, sans-serif;
margin-bottom: 10px;
}
.info-home .isi{
font-family: metro-light, sans-serif;
line-height: 1.5;
}
.info-home .isi span{
font-family: metro-bold, sans-serif;
color:#475445;
}
.alert-danger{
margin: 10px 0px;
background-color: #EF9B9B;
color: #A20B00;
padding: 10px 30px;
font-family: metro-light,sans-serif;
font-size: 10px;
}
.alert-danger li:not(:last-child){
margin-bottom: 5px;
}
.alert-danger li{
list-style: none;
}
.alert-danger span{
font-family: metro-black;
margin-bottom: 10px;
}
footer{
background-color: #162447;
color: #eee;
padding: 13px;
display: flex;
align-items: center;
justify-content: center;
font-family: metro-light, sans-serif;
font-size: 12px;
flex-direction: column;
margin-top: auto;
}
footer .copyright{
margin-top: 10px;
}
footer .sosmed{
display: flex;
}
footer .sosmed .gg{
border: 1px solid #fff;
padding: 2px 3px;
margin-right: 5px;
cursor: pointer;
}
footer .sosmed .ig{
border: 1px solid #fff;
padding: 2px 6px;
margin-right: 5px;
cursor: pointer;
}
footer .sosmed .fb{
border: 1px solid #fff;
padding: 2px 7px;
cursor: pointer;
}
footer .sosmed .fb:hover, .sosmed .ig:hover, .sosmed .gg:hover{
background-color: #fff;
color: #162447;
}
@media print{
.info-home{
display: none;
}
.header{
display: none;
}
footer{
display: none;
}
.body{
padding: 10px;
}
.body .button{
display: none;
}
.body #welcome{
display: none;
}
} | 0.380989 | 0.082809 |
element.style {
letter-spacing: 0.04em;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
Style Attribute {
font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
Style Attribute {
font-size: 24px;
}
Style Attribute {
font-size: 24px;
}
._1Z_nJ h1, ._1Z_nJ h2, ._1Z_nJ h3, ._1Z_nJ h4, ._1Z_nJ h5, ._1Z_nJ h6, ._1Z_nJ p {
margin: 0;
line-height: normal;
letter-spacing: normal;
}
.font_5 {
font: var(--font_5);
color: rgb(var(--color_15));
}
._1Z_nJ > * {
pointer-events: auto;
}
user agent stylesheet
h5 {
font-size: 0.83em;
font-weight: bold;
}
<style >
#comp-k1wcgnxp {
--f0: var(--font_0);
--f1: var(--font_1);
--f10: var(--font_10);
--f2: var(--font_2);
--f3: var(--font_3);
--f4: var(--font_4);
--f5: var(--font_5);
--f6: var(--font_6);
--f7: var(--font_7);
--f8: var(--font_8);
--f9: var(--font_9);
height: auto;
}
._1Z_nJ {
word-wrap: break-word;
overflow-wrap: break-word;
text-align: start;
}
[data-mesh-id$=-gridContainer] > *, [data-mesh-id$=-rotated-wrapper] > *, [data-mesh-id$=inlineContent] > :not([data-mesh-id$=-gridContainer]) {
pointer-events: auto;
}
[data-mesh-id$=centeredContent], [data-mesh-id$=form], [data-mesh-id$=inlineContent] {
position: relative;
pointer-events: none;
}
<style >
#comp-k1wcgnxk {
--rd: 0px;
--shd: 0 0 0 rgba(0, 0, 0, 0);
--bg: 255,255,255;
--alpha-bg: 1;
--brd: 227,227,227;
--alpha-brd: 1;
--brw: 0px;
}
<style >
#comp-k1wc8lg1 {
--bg-overlay-color: rgb(250, 250, 250);
--fill-layer-image-opacity: 1;
width: 100%;
--column-width: 980px;
--column-flex: 980;
}
<style >
#comp-k1wc8lfw {
--bg-overlay-color: transparent;
--padding: 0px;
--margin: 0px;
min-width: 980px;
}
._3Mgpu {
pointer-events: none;
}
Style Attribute {
visibility: inherit;
}
#PAGES_CONTAINER {
left: 0;
margin-left: 0;
width: 100%;
min-width: 980px;
--pinned-layer-in-container: 52;
--above-all-in-container: 49;
}
body {
font-size: 10px;
font-family: Arial,Helvetica,sans-serif;
}
:root {
--color_0: 255,255,255;
--color_1: 0,0,0;
--color_2: 25,64,86;
--color_3: 25,25,25;
--color_4: 247,247,247;
--color_5: 253,219,77;
--color_6: 255,255,255;
--color_7: 191,191,191;
--color_8: 128,128,128;
--color_9: 64,64,64;
--color_10: 0,0,0;
--color_11: 255,255,255;
--color_12: 191,191,191;
--color_13: 128,128,128;
--color_14: 64,64,64;
--color_15: 0,0,0;
--color_16: 152,199,225;
--color_17: 55,141,189;
--color_18: 25,64,86;
--color_19: 17,43,57;
--color_20: 8,21,29;
--color_21: 209,209,209;
--color_22: 163,163,163;
--color_23: 117,117,117;
--color_24: 71,71,71;
--color_25: 25,25,25;
--color_26: 251,251,251;
--color_27: 247,247,247;
--color_28: 185,185,185;
--color_29: 124,124,124;
--color_30: 62,62,62;
--color_31: 254,237,166;
--color_32: 253,219,77;
--color_33: 245,198,3;
--color_34: 163,132,2;
--color_35: 82,66,1;
--font_0: normal normal normal 22px/1.41em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_1: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
--font_2: normal normal normal 28px/1.375em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_3: normal normal normal 88px/1.2em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_4: normal normal normal 72px/1.25em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_5: normal normal normal 50px/1.34em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_6: normal normal normal 40px/1.35em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_7: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
--font_8: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
--font_9: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
--font_10: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
--wix-ads-height: 0px;
--wix-ads-top-height: 0px;
--site-width: 980px;
Show All Properties (3 more)
} | visualstudio/NewBeginningsSurvey/TNBCSurvey/Content/survey.css | element.style {
letter-spacing: 0.04em;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
Style Attribute {
font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
Style Attribute {
font-size: 24px;
}
Style Attribute {
font-size: 24px;
}
._1Z_nJ h1, ._1Z_nJ h2, ._1Z_nJ h3, ._1Z_nJ h4, ._1Z_nJ h5, ._1Z_nJ h6, ._1Z_nJ p {
margin: 0;
line-height: normal;
letter-spacing: normal;
}
.font_5 {
font: var(--font_5);
color: rgb(var(--color_15));
}
._1Z_nJ > * {
pointer-events: auto;
}
user agent stylesheet
h5 {
font-size: 0.83em;
font-weight: bold;
}
<style >
#comp-k1wcgnxp {
--f0: var(--font_0);
--f1: var(--font_1);
--f10: var(--font_10);
--f2: var(--font_2);
--f3: var(--font_3);
--f4: var(--font_4);
--f5: var(--font_5);
--f6: var(--font_6);
--f7: var(--font_7);
--f8: var(--font_8);
--f9: var(--font_9);
height: auto;
}
._1Z_nJ {
word-wrap: break-word;
overflow-wrap: break-word;
text-align: start;
}
[data-mesh-id$=-gridContainer] > *, [data-mesh-id$=-rotated-wrapper] > *, [data-mesh-id$=inlineContent] > :not([data-mesh-id$=-gridContainer]) {
pointer-events: auto;
}
[data-mesh-id$=centeredContent], [data-mesh-id$=form], [data-mesh-id$=inlineContent] {
position: relative;
pointer-events: none;
}
<style >
#comp-k1wcgnxk {
--rd: 0px;
--shd: 0 0 0 rgba(0, 0, 0, 0);
--bg: 255,255,255;
--alpha-bg: 1;
--brd: 227,227,227;
--alpha-brd: 1;
--brw: 0px;
}
<style >
#comp-k1wc8lg1 {
--bg-overlay-color: rgb(250, 250, 250);
--fill-layer-image-opacity: 1;
width: 100%;
--column-width: 980px;
--column-flex: 980;
}
<style >
#comp-k1wc8lfw {
--bg-overlay-color: transparent;
--padding: 0px;
--margin: 0px;
min-width: 980px;
}
._3Mgpu {
pointer-events: none;
}
Style Attribute {
visibility: inherit;
}
#PAGES_CONTAINER {
left: 0;
margin-left: 0;
width: 100%;
min-width: 980px;
--pinned-layer-in-container: 52;
--above-all-in-container: 49;
}
body {
font-size: 10px;
font-family: Arial,Helvetica,sans-serif;
}
:root {
--color_0: 255,255,255;
--color_1: 0,0,0;
--color_2: 25,64,86;
--color_3: 25,25,25;
--color_4: 247,247,247;
--color_5: 253,219,77;
--color_6: 255,255,255;
--color_7: 191,191,191;
--color_8: 128,128,128;
--color_9: 64,64,64;
--color_10: 0,0,0;
--color_11: 255,255,255;
--color_12: 191,191,191;
--color_13: 128,128,128;
--color_14: 64,64,64;
--color_15: 0,0,0;
--color_16: 152,199,225;
--color_17: 55,141,189;
--color_18: 25,64,86;
--color_19: 17,43,57;
--color_20: 8,21,29;
--color_21: 209,209,209;
--color_22: 163,163,163;
--color_23: 117,117,117;
--color_24: 71,71,71;
--color_25: 25,25,25;
--color_26: 251,251,251;
--color_27: 247,247,247;
--color_28: 185,185,185;
--color_29: 124,124,124;
--color_30: 62,62,62;
--color_31: 254,237,166;
--color_32: 253,219,77;
--color_33: 245,198,3;
--color_34: 163,132,2;
--color_35: 82,66,1;
--font_0: normal normal normal 22px/1.41em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_1: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
--font_2: normal normal normal 28px/1.375em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_3: normal normal normal 88px/1.2em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_4: normal normal normal 72px/1.25em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_5: normal normal normal 50px/1.34em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_6: normal normal normal 40px/1.35em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
--font_7: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
--font_8: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
--font_9: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
--font_10: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
--wix-ads-height: 0px;
--wix-ads-top-height: 0px;
--site-width: 980px;
Show All Properties (3 more)
} | 0.391755 | 0.126299 |
*{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body, input, button{
font-family: arial,sans-serif;
}
#nav-container{
width: 100%;
height: 10vh;
display: grid;
grid-template-columns: repeat(4, min-content) ;
grid-template-rows: 1fr;
justify-content: end;
align-items: center;
}
.nav__button{
/* width: 100px; */
background-color: #fff;
outline: none;
border: none;
margin: 0px .5vw;
cursor: pointer;
}
.nav__button:last-child{
margin-right: 1vw;
}
.nav__roundButton{
margin-left: 1vw;
border-radius: 50%;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
}
.nav__roundButton:hover{
background-color: #eee;
box-shadow: 0px 0px 0px 3px #eee;
}
.nav__roundButton img{
border-radius: 50%;
width: 2.5vw;
}
.nav__button:hover{
text-decoration: underline;
}
.nav__svg{
width: 1.8vw;
height: 1.8vw;
fill: #555;
}
.nav__text{
font-size: 1vw;
}
/* ----------------------------------------------------------------------- */
#googleApps-container{
z-index: 1001;
position: absolute;
width: calc(23vw - 2vw);
height: calc(65vh - 2vw);
margin: 10vh 1vw;
top: 0;
right: 0;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0px 0px 5px -2px #222;
overflow-y: scroll;
padding: 1vw 1.2vw;
}
.menu-scrollbar::-webkit-scrollbar{
width: 1.2vw;
}
.menu-scrollbar::-webkit-scrollbar-track {
background: none;
border: none;
}
.menu-scrollbar::-webkit-scrollbar-thumb {
background: #dadce0;
background-clip: padding-box;
border: 4px solid transparent;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
min-height: 50px;
}
.menu-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #ccc;
}
#googleApps-ul{
display: grid;
grid-template-columns: repeat(3, min-content);
grid-auto-rows: min-content;
justify-content: center;
row-gap: .5vw;
column-gap: .5vw;
}
#googleApps-container li{
list-style-type: none;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
cursor: pointer;
border-radius: 5px;
}
#googleApps-container li:hover{
background-color: #e8e8e8;
}
#googleApps-container img{
border-radius: 50%;
width: 3.5vw;
height: auto;
margin: .5vw 1.5vw;
}
#googleApps-container p{
font-size: 1vw;
margin-bottom: .2vw;
}
#googleApps__more{
position: relative;
left: 50%;
transform: translate(-50%);
margin-top: 2.5vw;
outline: none;
border: 1px solid #ddd;
border-radius: 5px;
background-color: transparent;
padding: 1vw 1.5vw;
cursor: pointer;
color: #2962ff;
}
#googleApps__more:hover{
background-color: #eee;
}
/* ------------------------------------------------------------------------ */
#googleAccount-container{
z-index: 1001;
position: absolute;
width: 26vw;
height: 70vh;
margin: 10vh 1vw;
top: 0;
right: 0;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0px 0px 5px -2px #222;
display: flex;
flex-direction: column;
overflow-y: auto;
}
#googleAccount-managementSec{
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px solid #ccc8;
}
#googleAccount-managementSec img{
margin-top: 2vw;
width: 5.5vw;
border-radius: 50%;
}
#googleAccount-managementSec .name{
margin-top: 1.2vw;
font-size: 1.2vw;
}
#googleAccount-managementSec .mail{
margin-top: .2vw;
font-size: 1.1vw;
color: #888;
}
.googleAccount-manageButton{
margin-top: 1.2vw;
margin-bottom: 1.7vw;
padding: .6vw 1.2vw;
border-radius: 30px;
border: 1px solid #ddd;
font-size: 1.1vw;
color: #444;
cursor: pointer;
}
.googleAccount-manageButton:hover{
background-color: #ddd4;
}
/* ---------------*/
#googleAccount-accountsSec{
border-bottom: 1px solid #ccc8;
}
.googleAccount__changeAccount-button{
width: 100%;
padding: .8vw 2vw;
/* margin: .8vw 2vw; */
display: grid;
grid-template-columns: 2.5vw max-content;
grid-template-rows: min-content min-content;
column-gap: .7vw;
cursor: pointer;
}
.googleAccount__changeAccount-button:hover{
background-color: #ddd4;
}
.googleAccount__changeAccount-button img{
width: 2.5vw;
border-radius: 50%;
grid-row: 1/ span 2;
}
.googleAccount__changeAccount-button .name{
text-align: left;
font-size: 1vw;
color: #444;
}
.googleAccount__changeAccount-button .mail{
text-align: left;
font-size: .9vw;
color: #666;
}
#googleAccount__addAcount-button{
display: flex;
align-items: center;
color: #444;
padding: 1.317vw 2vw;
}
#googleAccount__addAcount-button p{
font-size: 1vw;
}
#googleAccount__addAcount-button img{
width: 1.5vw;
margin-left: .6vw;
margin-right: .4vw;
filter: invert(53%) sepia(0%) saturate(29%) hue-rotate(151deg) brightness(88%) contrast(86%);
}
/*--------------------- */
#googleAccount__closeSes{
display: flex;
padding: 1vw 0;
width: 100%;
justify-content: center;
border-bottom: 1px solid #ccc8;
}
#googleAccount__closeSes-button{
border-radius: 5px;
padding: .7vw 1.7vw;
margin: 0;
}
/*-----------------------*/
#googleAccount__privacy{
display: flex;
justify-content: center;
align-items: center;
min-height: 4vw;
}
#googleAccount__privacy button{
font-size: .9vw;
color: #666;
border-radius: 5px;
padding: 0 .5vw;
cursor: pointer;
}
#googleAccount__privacy button:hover{
background-color: #ddd4;
}
/* ------------------------------------------------------------------------ */
#main-container{
display: flex;
height: 76vh;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
#title{
margin-top: 1vh;
margin-bottom: 4vh;
width: 20vw;
}
#input-container{
width: 43vw;
height: 3.5vw;
background: transparent;
position: relative;
display: flex;
justify-content: center;
}
#input{
width: 100%;
height: 100%;
border: 1px solid #ddd;
border-radius: 25px;
outline: none;
padding-left: 3.5vw;
padding-right: 3.5vw;
font-size: 1.2vw;
}
#input:focus, #input:hover{
box-shadow: 0px 1px 5px 1px #ccc;
}
#input__leftIconContainer, #input__rightIconContainer{
position: absolute;
left: 0;
height: 100%;
width: 3vw;
display: flex;
align-items: center;
}
#input__rightIconContainer{
left: auto;
right: 0;
}
#input__left-icon{
margin-left: auto;
width: 1.5vw;
filter: invert(69%) sepia(20%) saturate(0%) hue-rotate(209deg) brightness(96%) contrast(85%);
}
#input__right-icon{
width: 1.8vw;
margin-right: auto;
filter: invert(53%) sepia(0%) saturate(29%) hue-rotate(151deg) brightness(88%) contrast(86%);
cursor: pointer;
}
#section__buttonContainer{
width: 100%;
margin: 2vw 0px;
display: grid;
grid-template-columns: max-content max-content;
grid-template-rows: 2.5vw;
justify-content: center;
column-gap: 1vw;
row-gap: 2vw;
}
.section__button{
background-color: #f8f9fa;
outline: none;
border: 1px solid transparent;
color: #444;
padding: 0 1vw;
font-size: 1vw;
border-radius: 4px;
cursor: pointer;
}
.section__button:hover{
color: #000;
border: 1px solid #dadce0;
box-shadow: 0px 1px 1px #ddd;
}
#section__bottomText{
grid-column: 1/ 3;
color: #444;
font-size: 1vw;
text-align: center;
}
#section__bottomText a{
margin: 0px 0.3vw;
text-decoration: none;
cursor: pointer;
}
#section__bottomText a:hover{
text-decoration: underline;
}
/* ------------------------------------------------ */
#footer-container{
width: 100vw;
height: 14vh;
display: flex;
flex-direction: column;
background-color: #f8f9fa;
color: rgba(0,0,0,.54);
}
#footer__topSection{
flex: 1;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
border-bottom: 1px solid #dadce0;
}
#footer__topSection p{
font-size: 1.1vw;
margin-left: 2.5vw;
}
#footer__botSection{
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__button-container{
padding: 0 3vw;
}
.footer__button{
font-size: 1.1vw;
margin-right: 2vw;
background: none;
border: none;
outline: none;
color: rgba(0,0,0,.54);
cursor: pointer;
}
.footer__button:last-child{
margin-right: 0;
}
.footer__button:hover{
text-decoration: underline;
} | google-clone/src/styles.css | *{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body, input, button{
font-family: arial,sans-serif;
}
#nav-container{
width: 100%;
height: 10vh;
display: grid;
grid-template-columns: repeat(4, min-content) ;
grid-template-rows: 1fr;
justify-content: end;
align-items: center;
}
.nav__button{
/* width: 100px; */
background-color: #fff;
outline: none;
border: none;
margin: 0px .5vw;
cursor: pointer;
}
.nav__button:last-child{
margin-right: 1vw;
}
.nav__roundButton{
margin-left: 1vw;
border-radius: 50%;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
}
.nav__roundButton:hover{
background-color: #eee;
box-shadow: 0px 0px 0px 3px #eee;
}
.nav__roundButton img{
border-radius: 50%;
width: 2.5vw;
}
.nav__button:hover{
text-decoration: underline;
}
.nav__svg{
width: 1.8vw;
height: 1.8vw;
fill: #555;
}
.nav__text{
font-size: 1vw;
}
/* ----------------------------------------------------------------------- */
#googleApps-container{
z-index: 1001;
position: absolute;
width: calc(23vw - 2vw);
height: calc(65vh - 2vw);
margin: 10vh 1vw;
top: 0;
right: 0;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0px 0px 5px -2px #222;
overflow-y: scroll;
padding: 1vw 1.2vw;
}
.menu-scrollbar::-webkit-scrollbar{
width: 1.2vw;
}
.menu-scrollbar::-webkit-scrollbar-track {
background: none;
border: none;
}
.menu-scrollbar::-webkit-scrollbar-thumb {
background: #dadce0;
background-clip: padding-box;
border: 4px solid transparent;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
min-height: 50px;
}
.menu-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #ccc;
}
#googleApps-ul{
display: grid;
grid-template-columns: repeat(3, min-content);
grid-auto-rows: min-content;
justify-content: center;
row-gap: .5vw;
column-gap: .5vw;
}
#googleApps-container li{
list-style-type: none;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
cursor: pointer;
border-radius: 5px;
}
#googleApps-container li:hover{
background-color: #e8e8e8;
}
#googleApps-container img{
border-radius: 50%;
width: 3.5vw;
height: auto;
margin: .5vw 1.5vw;
}
#googleApps-container p{
font-size: 1vw;
margin-bottom: .2vw;
}
#googleApps__more{
position: relative;
left: 50%;
transform: translate(-50%);
margin-top: 2.5vw;
outline: none;
border: 1px solid #ddd;
border-radius: 5px;
background-color: transparent;
padding: 1vw 1.5vw;
cursor: pointer;
color: #2962ff;
}
#googleApps__more:hover{
background-color: #eee;
}
/* ------------------------------------------------------------------------ */
#googleAccount-container{
z-index: 1001;
position: absolute;
width: 26vw;
height: 70vh;
margin: 10vh 1vw;
top: 0;
right: 0;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0px 0px 5px -2px #222;
display: flex;
flex-direction: column;
overflow-y: auto;
}
#googleAccount-managementSec{
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px solid #ccc8;
}
#googleAccount-managementSec img{
margin-top: 2vw;
width: 5.5vw;
border-radius: 50%;
}
#googleAccount-managementSec .name{
margin-top: 1.2vw;
font-size: 1.2vw;
}
#googleAccount-managementSec .mail{
margin-top: .2vw;
font-size: 1.1vw;
color: #888;
}
.googleAccount-manageButton{
margin-top: 1.2vw;
margin-bottom: 1.7vw;
padding: .6vw 1.2vw;
border-radius: 30px;
border: 1px solid #ddd;
font-size: 1.1vw;
color: #444;
cursor: pointer;
}
.googleAccount-manageButton:hover{
background-color: #ddd4;
}
/* ---------------*/
#googleAccount-accountsSec{
border-bottom: 1px solid #ccc8;
}
.googleAccount__changeAccount-button{
width: 100%;
padding: .8vw 2vw;
/* margin: .8vw 2vw; */
display: grid;
grid-template-columns: 2.5vw max-content;
grid-template-rows: min-content min-content;
column-gap: .7vw;
cursor: pointer;
}
.googleAccount__changeAccount-button:hover{
background-color: #ddd4;
}
.googleAccount__changeAccount-button img{
width: 2.5vw;
border-radius: 50%;
grid-row: 1/ span 2;
}
.googleAccount__changeAccount-button .name{
text-align: left;
font-size: 1vw;
color: #444;
}
.googleAccount__changeAccount-button .mail{
text-align: left;
font-size: .9vw;
color: #666;
}
#googleAccount__addAcount-button{
display: flex;
align-items: center;
color: #444;
padding: 1.317vw 2vw;
}
#googleAccount__addAcount-button p{
font-size: 1vw;
}
#googleAccount__addAcount-button img{
width: 1.5vw;
margin-left: .6vw;
margin-right: .4vw;
filter: invert(53%) sepia(0%) saturate(29%) hue-rotate(151deg) brightness(88%) contrast(86%);
}
/*--------------------- */
#googleAccount__closeSes{
display: flex;
padding: 1vw 0;
width: 100%;
justify-content: center;
border-bottom: 1px solid #ccc8;
}
#googleAccount__closeSes-button{
border-radius: 5px;
padding: .7vw 1.7vw;
margin: 0;
}
/*-----------------------*/
#googleAccount__privacy{
display: flex;
justify-content: center;
align-items: center;
min-height: 4vw;
}
#googleAccount__privacy button{
font-size: .9vw;
color: #666;
border-radius: 5px;
padding: 0 .5vw;
cursor: pointer;
}
#googleAccount__privacy button:hover{
background-color: #ddd4;
}
/* ------------------------------------------------------------------------ */
#main-container{
display: flex;
height: 76vh;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
#title{
margin-top: 1vh;
margin-bottom: 4vh;
width: 20vw;
}
#input-container{
width: 43vw;
height: 3.5vw;
background: transparent;
position: relative;
display: flex;
justify-content: center;
}
#input{
width: 100%;
height: 100%;
border: 1px solid #ddd;
border-radius: 25px;
outline: none;
padding-left: 3.5vw;
padding-right: 3.5vw;
font-size: 1.2vw;
}
#input:focus, #input:hover{
box-shadow: 0px 1px 5px 1px #ccc;
}
#input__leftIconContainer, #input__rightIconContainer{
position: absolute;
left: 0;
height: 100%;
width: 3vw;
display: flex;
align-items: center;
}
#input__rightIconContainer{
left: auto;
right: 0;
}
#input__left-icon{
margin-left: auto;
width: 1.5vw;
filter: invert(69%) sepia(20%) saturate(0%) hue-rotate(209deg) brightness(96%) contrast(85%);
}
#input__right-icon{
width: 1.8vw;
margin-right: auto;
filter: invert(53%) sepia(0%) saturate(29%) hue-rotate(151deg) brightness(88%) contrast(86%);
cursor: pointer;
}
#section__buttonContainer{
width: 100%;
margin: 2vw 0px;
display: grid;
grid-template-columns: max-content max-content;
grid-template-rows: 2.5vw;
justify-content: center;
column-gap: 1vw;
row-gap: 2vw;
}
.section__button{
background-color: #f8f9fa;
outline: none;
border: 1px solid transparent;
color: #444;
padding: 0 1vw;
font-size: 1vw;
border-radius: 4px;
cursor: pointer;
}
.section__button:hover{
color: #000;
border: 1px solid #dadce0;
box-shadow: 0px 1px 1px #ddd;
}
#section__bottomText{
grid-column: 1/ 3;
color: #444;
font-size: 1vw;
text-align: center;
}
#section__bottomText a{
margin: 0px 0.3vw;
text-decoration: none;
cursor: pointer;
}
#section__bottomText a:hover{
text-decoration: underline;
}
/* ------------------------------------------------ */
#footer-container{
width: 100vw;
height: 14vh;
display: flex;
flex-direction: column;
background-color: #f8f9fa;
color: rgba(0,0,0,.54);
}
#footer__topSection{
flex: 1;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
border-bottom: 1px solid #dadce0;
}
#footer__topSection p{
font-size: 1.1vw;
margin-left: 2.5vw;
}
#footer__botSection{
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer__button-container{
padding: 0 3vw;
}
.footer__button{
font-size: 1.1vw;
margin-right: 2vw;
background: none;
border: none;
outline: none;
color: rgba(0,0,0,.54);
cursor: pointer;
}
.footer__button:last-child{
margin-right: 0;
}
.footer__button:hover{
text-decoration: underline;
} | 0.462716 | 0.062103 |
.weather-summary {
--widget-background-color: #d5edf7;
--widget-text-color: #000;
--widget-secondary-text-color: #444;
--box-background-color: #48c8f5;
--box-text-color: #fff;
--box-secondary-text-color: #eee;
display: flex;
flex-flow: column;
justify-content: space-around;
align-content: space-between;
height: 100%;
background-color: var(--widget-background-color);
color: var(--widget-text-color);
.forecasts {
display: flex;
flex: 1 0.5 auto;
flex-flow: row;
justify-content: space-between;
.current-weather {
display: flex;
flex: 0 1 41%;
flex-flow: column;
}
.future-weather {
display: flex;
flex: 0 1 54%;
flex-flow: column;
justify-content: space-around;
}
}
.location {
font-size: 200%;
font-weight: bold;
flex: 0.1 1 20%;
}
.primary {
font-size: 160%;
flex: 1 1 100%;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-content: space-around;
.weather-icon {
order: 1;
font-size: 250%;
margin-right: 0.2em;
font-weight: bold;
}
.temperature {
order: 2;
.temperature-num {
font-size: 250%;
font-weight: bold;
}
.temperature-unit {
margin-left: 0.1em;
font-size: 150%;
}
}
.time {
order: 3;
width: 50%;
color: var(--widget-secondary-text-color);
}
.precipitation {
order: 4;
width: 50%;
text-align: right;
color: var(--widget-secondary-text-color);
.precipitation-unit {
margin-left: 0.25em;
}
}
}
.secondary {
color: var(--box-text-color);
background-color: var(--box-background-color);
padding: 0 1.5%;
font-size: 130%;
flex: 0.2 1 auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
.time {
order: 1;
flex: 0.25 1 28%;
.time-from,
.time-separator,
.time-to {
font-size: 100%;
margin-bottom: 0.4em;
}
}
.weather-icon {
order: 3;
flex: 0.2 0 1em;
text-align: center;
font-weight: bold;
font-size: 180%;
}
.temperature {
order: 2;
flex: 0.1 0.5 18%;
text-align: right;
.temperature-num {
font-weight: bold;
font-size: 150%;
&::after {
content: "°";
}
}
.temperature-unit {
display: none;
}
}
.precipitation {
order: 4;
flex: 0.1 0.5 20%;
.precipitation-unit {
margin-left: 0.25em;
}
}
}
.updated,
.credits {
color: var(--widget-secondary-text-color);
font-size: 75%;
text-transform: uppercase;
}
.updated {
position: absolute;
bottom: 3%;
left: 4%;
}
.credits {
position: absolute;
bottom: 3%;
right: 4%;
a {
color: var(--widget-secondary-text-color);
text-decoration: none;
&:hover {
color: lighten(--widget-secondary-text-color, 25%);
text-decoration: underline;
}
}
}
} | client/components/WeatherForecast/WeatherForecast.css | .weather-summary {
--widget-background-color: #d5edf7;
--widget-text-color: #000;
--widget-secondary-text-color: #444;
--box-background-color: #48c8f5;
--box-text-color: #fff;
--box-secondary-text-color: #eee;
display: flex;
flex-flow: column;
justify-content: space-around;
align-content: space-between;
height: 100%;
background-color: var(--widget-background-color);
color: var(--widget-text-color);
.forecasts {
display: flex;
flex: 1 0.5 auto;
flex-flow: row;
justify-content: space-between;
.current-weather {
display: flex;
flex: 0 1 41%;
flex-flow: column;
}
.future-weather {
display: flex;
flex: 0 1 54%;
flex-flow: column;
justify-content: space-around;
}
}
.location {
font-size: 200%;
font-weight: bold;
flex: 0.1 1 20%;
}
.primary {
font-size: 160%;
flex: 1 1 100%;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-content: space-around;
.weather-icon {
order: 1;
font-size: 250%;
margin-right: 0.2em;
font-weight: bold;
}
.temperature {
order: 2;
.temperature-num {
font-size: 250%;
font-weight: bold;
}
.temperature-unit {
margin-left: 0.1em;
font-size: 150%;
}
}
.time {
order: 3;
width: 50%;
color: var(--widget-secondary-text-color);
}
.precipitation {
order: 4;
width: 50%;
text-align: right;
color: var(--widget-secondary-text-color);
.precipitation-unit {
margin-left: 0.25em;
}
}
}
.secondary {
color: var(--box-text-color);
background-color: var(--box-background-color);
padding: 0 1.5%;
font-size: 130%;
flex: 0.2 1 auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
.time {
order: 1;
flex: 0.25 1 28%;
.time-from,
.time-separator,
.time-to {
font-size: 100%;
margin-bottom: 0.4em;
}
}
.weather-icon {
order: 3;
flex: 0.2 0 1em;
text-align: center;
font-weight: bold;
font-size: 180%;
}
.temperature {
order: 2;
flex: 0.1 0.5 18%;
text-align: right;
.temperature-num {
font-weight: bold;
font-size: 150%;
&::after {
content: "°";
}
}
.temperature-unit {
display: none;
}
}
.precipitation {
order: 4;
flex: 0.1 0.5 20%;
.precipitation-unit {
margin-left: 0.25em;
}
}
}
.updated,
.credits {
color: var(--widget-secondary-text-color);
font-size: 75%;
text-transform: uppercase;
}
.updated {
position: absolute;
bottom: 3%;
left: 4%;
}
.credits {
position: absolute;
bottom: 3%;
right: 4%;
a {
color: var(--widget-secondary-text-color);
text-decoration: none;
&:hover {
color: lighten(--widget-secondary-text-color, 25%);
text-decoration: underline;
}
}
}
} | 0.762954 | 0.111193 |
* Variables to use over whole less files.
*/
/**
* Variables to use over whole less files.
*/
/* Global */
/**
* Mixins
*/
.strong {
font-weight: bold;
}
.iblock {
display: inline-block;
}
.pointer {
cursor: pointer;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
/* Job Query Form */
.job-queries {
margin: 18px 0 12px 0;
}
.job-queries .jkeyword {
margin-right: 6px;
width: 60%;
padding: 0 8px;
}
.job-queries .btn-search {
font-weight: bold;
padding: 0 16px;
}
.job-queries .high {
min-height: 34px;
}
.job-queries .adv-search {
margin-left: 10px;
}
/* Job Search Results */
.job-results .pagi {
margin: 0 12px 10px;
}
.job-results .pagi .total {
padding-top: 8px;
}
.job-results .job-items {
/* Applicants */
/*
&.private {
background-color: #F9F9B9;
.skill-item {
background-color: #EAEFAA;
}
}
&.closed {
background-color: #E8E8E8;
}
*/
}
.job-results .job-items .jpanel.open .closed-only {
display: none;
}
.job-results .job-items .jpanel.closed .open-only {
display: none;
}
.job-results .job-items .jpanel.closed,
.job-results .job-items .jpanel.closed .panel-heading,
.job-results .job-items .jpanel.closed .panel-footer {
background-color: #afafaf;
}
.job-results .job-items .panel-heading {
background-color: #fff;
padding: 2px 12px;
}
.job-results .job-items .panel-heading .job-avatar > img {
border: 1px solid #ccc;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
margin: 0 4px 2px 0;
}
.job-results .job-items .panel-heading > h4 {
font-weight: bold;
display: inline-block;
}
.job-results .job-items .panel-body p:last-child {
margin-bottom: 0;
}
.job-results .job-items .panel-body .more {
text-decoration: underline;
}
.job-results .job-items .panel-body .activity-info > p {
margin-bottom: 4px;
}
.job-results .job-items .panel-footer {
background-color: #fff;
}
.job-results .job-items .btn-job-action {
margin-top: 8px;
padding: 2px 6px;
min-width: 60px;
}
.job-results .job-items .meta {
margin: 0 0 10px 0;
}
.job-results .job-items i.is-closed {
font-weight: normal;
}
.job-results .job-items .skill-wrp {
margin-right: 10px;
}
.job-results .job-items .skill-wrp .skill-item {
padding: 2px 6px;
background-color: #ddd;
margin: 0 4px;
}
.job-footer .skills {
margin-left: 10px;
} | public/assets/styles/admin/job/list.css | * Variables to use over whole less files.
*/
/**
* Variables to use over whole less files.
*/
/* Global */
/**
* Mixins
*/
.strong {
font-weight: bold;
}
.iblock {
display: inline-block;
}
.pointer {
cursor: pointer;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
/* Job Query Form */
.job-queries {
margin: 18px 0 12px 0;
}
.job-queries .jkeyword {
margin-right: 6px;
width: 60%;
padding: 0 8px;
}
.job-queries .btn-search {
font-weight: bold;
padding: 0 16px;
}
.job-queries .high {
min-height: 34px;
}
.job-queries .adv-search {
margin-left: 10px;
}
/* Job Search Results */
.job-results .pagi {
margin: 0 12px 10px;
}
.job-results .pagi .total {
padding-top: 8px;
}
.job-results .job-items {
/* Applicants */
/*
&.private {
background-color: #F9F9B9;
.skill-item {
background-color: #EAEFAA;
}
}
&.closed {
background-color: #E8E8E8;
}
*/
}
.job-results .job-items .jpanel.open .closed-only {
display: none;
}
.job-results .job-items .jpanel.closed .open-only {
display: none;
}
.job-results .job-items .jpanel.closed,
.job-results .job-items .jpanel.closed .panel-heading,
.job-results .job-items .jpanel.closed .panel-footer {
background-color: #afafaf;
}
.job-results .job-items .panel-heading {
background-color: #fff;
padding: 2px 12px;
}
.job-results .job-items .panel-heading .job-avatar > img {
border: 1px solid #ccc;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
margin: 0 4px 2px 0;
}
.job-results .job-items .panel-heading > h4 {
font-weight: bold;
display: inline-block;
}
.job-results .job-items .panel-body p:last-child {
margin-bottom: 0;
}
.job-results .job-items .panel-body .more {
text-decoration: underline;
}
.job-results .job-items .panel-body .activity-info > p {
margin-bottom: 4px;
}
.job-results .job-items .panel-footer {
background-color: #fff;
}
.job-results .job-items .btn-job-action {
margin-top: 8px;
padding: 2px 6px;
min-width: 60px;
}
.job-results .job-items .meta {
margin: 0 0 10px 0;
}
.job-results .job-items i.is-closed {
font-weight: normal;
}
.job-results .job-items .skill-wrp {
margin-right: 10px;
}
.job-results .job-items .skill-wrp .skill-item {
padding: 2px 6px;
background-color: #ddd;
margin: 0 4px;
}
.job-footer .skills {
margin-left: 10px;
} | 0.389082 | 0.056888 |
@font-face {
src: url("Files/Fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Lily_Script_One/LilyScriptOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Raleway/Raleway-ExtraLightItalic.ttf") ;
}
@font-face {
src: url("Files/Fonts/Roboto/Roboto-Thin.ttf") ;
}
@font-face {
src: url("Files/Fonts/Sacramento/Sacramento-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Pacifico/Pacifico-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Leckerli_One/LeckerliOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Bangers/Bangers-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Megrim/Megrim-Regular.ttf") ;
}
.mainbackgrounddisplay {
}
.mainlogodisplay {
-fx-translate-y: -300px;
}
.menubutton {
-fx-background-radius: 30px 30px 30px 30px;
-fx-translate-x: -530px;
-fx-translate-y: -300px;
-fx-max-width: 60px;
-fx-min-height: 40px;
-fx-background-color: #5D6AFF;
-fx-control-inner-background: -fx-background-color ;
-fx-effect: dropshadow(three-pass-box, rgb(42, 44, 99), 5, 0, 2, 0);
-fx-font-family: 'Lily Script One', cursive;
-fx-text-fill: #40e6b8;
-fx-font-size: 20px;
}
.menubutton:hover {
-fx-background-color: #34ebb8;
-fx-text-fill: #5D6AFF;
}
.exitbutton {
-fx-background-radius: none;
-fx-translate-x: 570px;
-fx-translate-y: -320px;
-fx-max-width: 60px;
-fx-min-height: 60px;
-fx-background-color: #5B6AF7;
-fx-control-inner-background: -fx-background-color ;
}
.exitbutton:hover {
-fx-background-color: #6c7ce0;
}
.minimizebutton {
-fx-background-radius: none;
-fx-translate-x: 510px;
-fx-translate-y: -320px;
-fx-max-width: 60px;
-fx-min-height: 60px;
-fx-background-color: #5B6AF7;
-fx-control-inner-background: -fx-background-color ;
}
.minimizebutton:hover {
-fx-background-color: #6c7ce0;
}
/* MENUBAR ITEMS */
.mainlogomenubardisplay {
-fx-translate-x: 0px;
-fx-translate-y: 200px;
}
.backbutton-menubar {
-fx-translate-x: 240px;
-fx-translate-y: -590px;
-fx-background-color: transparent;
-fx-min-width: 50px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-border-radius: none;
-fx-background-radius: none;
}
.homebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.homebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.factorbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.factorbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.orderbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-max-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.orderbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.bankbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.bankbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.portablebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.portablebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.securitybutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.securitybutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.settingsbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.settingsbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.morebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.morebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.deslbl1 {
-fx-font-size: 40px;
-fx-text-fill: #4affcd;
-fx-translate-x: -300px;
-fx-translate-y: -160px;
}
.deslbl2 {
-fx-font-size: 30px;
-fx-text-fill: #4affcd;
-fx-translate-x: -350px;
-fx-translate-y: -60px;
}
.deslbl3 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 0px;
}
.deslbl4 {
-fx-font-size: 30px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: -100px;
}
.deslbl5 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 50px;
}
.deslbl6 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 100px;
}
.deslbl7 {
-fx-font-size: 50px;
-fx-text-fill: #4affcd;
-fx-translate-x: -350px;
-fx-translate-y: 100px;
-fx-font-family: 'Megrim', cursive;
}
.icecreamshow {
-fx-translate-x: 0px;
-fx-translate-y: 50px;
} | out/production/Cloudly/com/cloudly/aestudios/MoreScene.css | @font-face {
src: url("Files/Fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Lily_Script_One/LilyScriptOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Raleway/Raleway-ExtraLightItalic.ttf") ;
}
@font-face {
src: url("Files/Fonts/Roboto/Roboto-Thin.ttf") ;
}
@font-face {
src: url("Files/Fonts/Sacramento/Sacramento-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Pacifico/Pacifico-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Leckerli_One/LeckerliOne-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Bangers/Bangers-Regular.ttf") ;
}
@font-face {
src: url("Files/Fonts/Megrim/Megrim-Regular.ttf") ;
}
.mainbackgrounddisplay {
}
.mainlogodisplay {
-fx-translate-y: -300px;
}
.menubutton {
-fx-background-radius: 30px 30px 30px 30px;
-fx-translate-x: -530px;
-fx-translate-y: -300px;
-fx-max-width: 60px;
-fx-min-height: 40px;
-fx-background-color: #5D6AFF;
-fx-control-inner-background: -fx-background-color ;
-fx-effect: dropshadow(three-pass-box, rgb(42, 44, 99), 5, 0, 2, 0);
-fx-font-family: 'Lily Script One', cursive;
-fx-text-fill: #40e6b8;
-fx-font-size: 20px;
}
.menubutton:hover {
-fx-background-color: #34ebb8;
-fx-text-fill: #5D6AFF;
}
.exitbutton {
-fx-background-radius: none;
-fx-translate-x: 570px;
-fx-translate-y: -320px;
-fx-max-width: 60px;
-fx-min-height: 60px;
-fx-background-color: #5B6AF7;
-fx-control-inner-background: -fx-background-color ;
}
.exitbutton:hover {
-fx-background-color: #6c7ce0;
}
.minimizebutton {
-fx-background-radius: none;
-fx-translate-x: 510px;
-fx-translate-y: -320px;
-fx-max-width: 60px;
-fx-min-height: 60px;
-fx-background-color: #5B6AF7;
-fx-control-inner-background: -fx-background-color ;
}
.minimizebutton:hover {
-fx-background-color: #6c7ce0;
}
/* MENUBAR ITEMS */
.mainlogomenubardisplay {
-fx-translate-x: 0px;
-fx-translate-y: 200px;
}
.backbutton-menubar {
-fx-translate-x: 240px;
-fx-translate-y: -590px;
-fx-background-color: transparent;
-fx-min-width: 50px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-border-radius: none;
-fx-background-radius: none;
}
.homebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.homebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.factorbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.factorbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.orderbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-max-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.orderbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.bankbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.bankbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.portablebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.portablebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.securitybutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.securitybutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.settingsbutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.settingsbutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.morebutton-menubar {
-fx-translate-y: -400px;
-fx-background-color: transparent;
-fx-min-width: 300px;
-fx-min-height: 50px;
-fx-font-size: 20px;
-fx-control-inner: -fx-background-color ;
-fx-font-family: 'Julius Sans One', sans-serif;
-fx-text-fill: #5B6AF7;
-fx-border-radius: none;
-fx-background-radius: none;
}
.morebutton-menubar:hover {
-fx-background-color: #95B6FF;
}
.deslbl1 {
-fx-font-size: 40px;
-fx-text-fill: #4affcd;
-fx-translate-x: -300px;
-fx-translate-y: -160px;
}
.deslbl2 {
-fx-font-size: 30px;
-fx-text-fill: #4affcd;
-fx-translate-x: -350px;
-fx-translate-y: -60px;
}
.deslbl3 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 0px;
}
.deslbl4 {
-fx-font-size: 30px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: -100px;
}
.deslbl5 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 50px;
}
.deslbl6 {
-fx-font-size: 20px;
-fx-text-fill: #4affcd;
-fx-translate-x: 350px;
-fx-translate-y: 100px;
}
.deslbl7 {
-fx-font-size: 50px;
-fx-text-fill: #4affcd;
-fx-translate-x: -350px;
-fx-translate-y: 100px;
-fx-font-family: 'Megrim', cursive;
}
.icecreamshow {
-fx-translate-x: 0px;
-fx-translate-y: 50px;
} | 0.160792 | 0.049727 |
.droid-section {
display: grid;
grid-template-rows: 9fr 1fr;
}
.droid-display {
display: grid;
grid-template-columns: 1fr 5fr 1fr;
padding: 4px;
}
.display-side-container {
display: grid;
grid-template-rows: 5fr 2fr;
}
.display-top-left {
border: solid 2px var(--bright-highlight);
}
.display-segmented-container {
display: grid;
grid-template-columns: 3fr 1fr 3fr;
}
.display-segment-margin {
margin-top: 4px;
}
.display-left-segment {
border-top: solid 2px var(--bright-highlight);
border-left: solid 2px var(--bright-highlight);
border-bottom: solid 2px var(--bright-highlight);
}
.display-center-lower-segment {
border-bottom: solid 2px var(--bright-highlight);
}
.display-center-upper-segment {
border-top: solid 2px var(--bright-highlight);
}
.display-right-segment {
border-top: solid 2px var(--bright-highlight);
border-right: solid 2px var(--bright-highlight);
border-bottom: solid 2px var(--bright-highlight);
}
.droid-footer {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
height: 35px;
}
.footer-outer {
border-top: solid 2px var(--dim-highlight);
border-bottom: solid 1px var(--dim-highlight);
}
.footer-center-outer {
border-bottom: solid 2px var(--dim-highlight);
display: flex;
}
.footer-outline-break-container {
display: grid;
grid-template-rows: 5fr 2fr 1fr 9fr;
width: 16px;
}
.break-top-left {
border-left: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
display: flex;
flex-direction: row-reverse;
}
.break-bottom-left {
border-top: solid 2px var(--dim-highlight);
border-left: solid 2px var(--dim-highlight);
}
.break-top-right {
border-right: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
display: flex;
flex-direction: row;
}
.break-bottom-right {
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
}
.break-center {
border-bottom: solid 2px var(--dim-highlight);
}
.break-top-extention {
width: 80%;
border-top: solid 1px var(--dim-highlight);
}
.footer-inner {
border-top: solid 1px var(--dim-highlight);
border-bottom: solid 1px var(--dim-highlight);
height: 15px;
margin-top: 3px;
display: flex;
flex-direction: row;
align-items: center;
}
.footer-inner-left {
border-right: solid 1px var(--dim-highlight);
margin-right: 10px;
flex-direction: row-reverse;
}
.footer-inner-right {
border-left: solid 1px var(--dim-highlight);
margin-left: 10px;
flex-direction: row;
}
.faux-button-container {
width: 100%;
display: flex;
justify-content: space-evenly;
border-top: solid 1px var(--dim-highlight);
}
.faux-button {
height: 8px;
width: 16px;
}
.faux-button-left {
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
margin-right: 3px;
}
.faux-button-right {
border-left: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
margin-left: 3px;
}
.faux-button-center {
border-left: solid 2px var(--dim-highlight);
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
margin-top: 8px;
}
.faux-button-text {
color: var(--dim-highlight);
font-weight: bold;
margin-top: 2px;
}
.animation-container {
align-self: flex-end;
}
.warning-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -105%);
z-index: 11;
}
.warning-inner {
position: relative;
height: 220px;
width: 120px;
display: grid;
grid-template-columns: 4fr 1fr 4fr;
background-color: var(--dark-background);
border: solid 5px var(--dark-background);
}
.warning-animation {
width: 100px;
left: 10px;
top: 10px;
position: absolute;
} | src/components/Panel/panelMain.css | .droid-section {
display: grid;
grid-template-rows: 9fr 1fr;
}
.droid-display {
display: grid;
grid-template-columns: 1fr 5fr 1fr;
padding: 4px;
}
.display-side-container {
display: grid;
grid-template-rows: 5fr 2fr;
}
.display-top-left {
border: solid 2px var(--bright-highlight);
}
.display-segmented-container {
display: grid;
grid-template-columns: 3fr 1fr 3fr;
}
.display-segment-margin {
margin-top: 4px;
}
.display-left-segment {
border-top: solid 2px var(--bright-highlight);
border-left: solid 2px var(--bright-highlight);
border-bottom: solid 2px var(--bright-highlight);
}
.display-center-lower-segment {
border-bottom: solid 2px var(--bright-highlight);
}
.display-center-upper-segment {
border-top: solid 2px var(--bright-highlight);
}
.display-right-segment {
border-top: solid 2px var(--bright-highlight);
border-right: solid 2px var(--bright-highlight);
border-bottom: solid 2px var(--bright-highlight);
}
.droid-footer {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
height: 35px;
}
.footer-outer {
border-top: solid 2px var(--dim-highlight);
border-bottom: solid 1px var(--dim-highlight);
}
.footer-center-outer {
border-bottom: solid 2px var(--dim-highlight);
display: flex;
}
.footer-outline-break-container {
display: grid;
grid-template-rows: 5fr 2fr 1fr 9fr;
width: 16px;
}
.break-top-left {
border-left: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
display: flex;
flex-direction: row-reverse;
}
.break-bottom-left {
border-top: solid 2px var(--dim-highlight);
border-left: solid 2px var(--dim-highlight);
}
.break-top-right {
border-right: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
display: flex;
flex-direction: row;
}
.break-bottom-right {
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
}
.break-center {
border-bottom: solid 2px var(--dim-highlight);
}
.break-top-extention {
width: 80%;
border-top: solid 1px var(--dim-highlight);
}
.footer-inner {
border-top: solid 1px var(--dim-highlight);
border-bottom: solid 1px var(--dim-highlight);
height: 15px;
margin-top: 3px;
display: flex;
flex-direction: row;
align-items: center;
}
.footer-inner-left {
border-right: solid 1px var(--dim-highlight);
margin-right: 10px;
flex-direction: row-reverse;
}
.footer-inner-right {
border-left: solid 1px var(--dim-highlight);
margin-left: 10px;
flex-direction: row;
}
.faux-button-container {
width: 100%;
display: flex;
justify-content: space-evenly;
border-top: solid 1px var(--dim-highlight);
}
.faux-button {
height: 8px;
width: 16px;
}
.faux-button-left {
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
margin-right: 3px;
}
.faux-button-right {
border-left: solid 2px var(--dim-highlight);
border-bottom: solid 2px var(--dim-highlight);
margin-left: 3px;
}
.faux-button-center {
border-left: solid 2px var(--dim-highlight);
border-top: solid 2px var(--dim-highlight);
border-right: solid 2px var(--dim-highlight);
margin-top: 8px;
}
.faux-button-text {
color: var(--dim-highlight);
font-weight: bold;
margin-top: 2px;
}
.animation-container {
align-self: flex-end;
}
.warning-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -105%);
z-index: 11;
}
.warning-inner {
position: relative;
height: 220px;
width: 120px;
display: grid;
grid-template-columns: 4fr 1fr 4fr;
background-color: var(--dark-background);
border: solid 5px var(--dark-background);
}
.warning-animation {
width: 100px;
left: 10px;
top: 10px;
position: absolute;
} | 0.55652 | 0.313985 |
color: white;
}
input {
background:#f7f9fb;
}
.smallText {
font-size:80%;
}
.normalText {
font-size:100%;
}
.warning {
color:#E34234;
}
h3, h4, h5 {
color:#144a64;
}
.csvLink {
margin-top:10px;
}
.csvLink a {
font-size:80%;
color:black;
}
.box {
padding:5px 5px 5px 10px;
background: #d0d0d0;
margin-bottom:5px;
border-radius: 5px;
border:1px solid #aaa;
}
.seq {
font-family:Courier;
}
ol li {
font-family:Courier;
}
ol li a {
text-decoration:none;
color:black;
}
.SRR_table th, .griddle-table th {
text-align:left;
font-weight:bold;
font-family:Sans-serif;
font-size:80%;
color:#144a64;
padding:2px 5px 2px 5px;
}
.SRR_table td, .griddle-table td {
font-family:Sans-serif;
font-size:80%;
padding:6px 5px 2px 5px;
border-bottom: 1px solid #59568b;
}
#KmerQueryList {
margin:0;
}
#KmerQueryList li {
font-size:90%;
padding:1px 0px 1px 2px;
}
#KmerQueryList li:hover {
color:red;
cursor:crosshair;
}
#table_searchresults th {
padding:2px 20px 2px 0px;
text-align:left;
}
#table_searchresults td {
padding:2px 20px 2px 0px;
}
#table_searchresults a:link {
text-decoration:none;
color:black;
}
#table_searchresults a:visited {
color:black;
}
#table_searchresults a:hover {
text-decoration:underline;
color:black;
}
h1,h2,h3,h4,h5 {
margin:0px 0px 5px;
font-family:Sans;
}
h1 {
font-size:140%;
}
h2 {
font-size:120%;
font-weight:normal;
}
h3 {
font-size:110%;
}
h4 {
font-size:100%;
font-weight:bold;
}
.input1 {
display:inline-block;
font-family:Courier;
font-size:100%;
height:18pt;
background:#f7f9fb;
color:#d1392f;
border:1px solid #aaa;
border-radius: 2px;
margin-right:3px;
padding:4px;
min-width:10em;
}
.input2 {
padding:4px;
display:inline-block;
text-align:left;
font-family:Courier;
font-size:100%;
color:#2f76d1;
min-width:10em;
height:18pt;
background:#f7f9fb;
border:1px solid #aaa;
border-radius: 2px;
margin-right:6px;
}
#input_genesearch {
width:15em;
height:18pt;
}
#input_kmersearch {
width:25em;
height:18pt;
}
#HttpSearchButton {
height:25pt;
}
#AddKmerToSearchListButton {
height:25pt;
font-weight:900;
margin-left:3px;
}
#KmerQueryListSearchButton {
height:25pt;
}
#div_selectedgenename {
display:inline-block;
height:18pt;
padding:4px;
min-width:15em;
background:#f3f3f3;
border:1px solid #aaa;
border-radius: 2px;
}
.span_selectedtext {
line-height:18pt;
} | src/text.css | color: white;
}
input {
background:#f7f9fb;
}
.smallText {
font-size:80%;
}
.normalText {
font-size:100%;
}
.warning {
color:#E34234;
}
h3, h4, h5 {
color:#144a64;
}
.csvLink {
margin-top:10px;
}
.csvLink a {
font-size:80%;
color:black;
}
.box {
padding:5px 5px 5px 10px;
background: #d0d0d0;
margin-bottom:5px;
border-radius: 5px;
border:1px solid #aaa;
}
.seq {
font-family:Courier;
}
ol li {
font-family:Courier;
}
ol li a {
text-decoration:none;
color:black;
}
.SRR_table th, .griddle-table th {
text-align:left;
font-weight:bold;
font-family:Sans-serif;
font-size:80%;
color:#144a64;
padding:2px 5px 2px 5px;
}
.SRR_table td, .griddle-table td {
font-family:Sans-serif;
font-size:80%;
padding:6px 5px 2px 5px;
border-bottom: 1px solid #59568b;
}
#KmerQueryList {
margin:0;
}
#KmerQueryList li {
font-size:90%;
padding:1px 0px 1px 2px;
}
#KmerQueryList li:hover {
color:red;
cursor:crosshair;
}
#table_searchresults th {
padding:2px 20px 2px 0px;
text-align:left;
}
#table_searchresults td {
padding:2px 20px 2px 0px;
}
#table_searchresults a:link {
text-decoration:none;
color:black;
}
#table_searchresults a:visited {
color:black;
}
#table_searchresults a:hover {
text-decoration:underline;
color:black;
}
h1,h2,h3,h4,h5 {
margin:0px 0px 5px;
font-family:Sans;
}
h1 {
font-size:140%;
}
h2 {
font-size:120%;
font-weight:normal;
}
h3 {
font-size:110%;
}
h4 {
font-size:100%;
font-weight:bold;
}
.input1 {
display:inline-block;
font-family:Courier;
font-size:100%;
height:18pt;
background:#f7f9fb;
color:#d1392f;
border:1px solid #aaa;
border-radius: 2px;
margin-right:3px;
padding:4px;
min-width:10em;
}
.input2 {
padding:4px;
display:inline-block;
text-align:left;
font-family:Courier;
font-size:100%;
color:#2f76d1;
min-width:10em;
height:18pt;
background:#f7f9fb;
border:1px solid #aaa;
border-radius: 2px;
margin-right:6px;
}
#input_genesearch {
width:15em;
height:18pt;
}
#input_kmersearch {
width:25em;
height:18pt;
}
#HttpSearchButton {
height:25pt;
}
#AddKmerToSearchListButton {
height:25pt;
font-weight:900;
margin-left:3px;
}
#KmerQueryListSearchButton {
height:25pt;
}
#div_selectedgenename {
display:inline-block;
height:18pt;
padding:4px;
min-width:15em;
background:#f3f3f3;
border:1px solid #aaa;
border-radius: 2px;
}
.span_selectedtext {
line-height:18pt;
} | 0.304248 | 0.116061 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
font-family: 'Montserrat', sans-serif;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
background: #fff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: auto;
background-size: cover;
}
.banner {
position: relative;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.banner .content {
position: relative;
max-width: 750px;
text-align: center;
}
.banner .content h2 {
font-size: 60px;
}
.banner .content p {
font-size: 18px;
}
.about {
position: relative;
width: 100%;
display: flex;
}
.about .contentBx {
padding: 100px;
width: 50%;
}
.heading {
font-size: 30px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
}
.text {
font-size: 1.3rem;
font-weight: 300;
letter-spacing: 1px;
color: rgb(49, 49, 49);
}
.about .videoBx {
width: 50%;
padding: 100px 0 100px 0;
}
.services {
text-align: center;
width: 80%;
margin: 0 auto;
}
.services .container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-top: 60px;
}
.services .container .serviceBx {
position: relative;
width: 350px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.services .container .serviceBx .card {
font-family: 'Montserrat', sans-serif;
width: 300px;
height: 200px;
padding: 60px;
border: none;
border-bottom: 2px solid #999;
box-shadow: 0px 0px 25px rgba(179, 179, 179, 0.15);
border-radius: 0%;
transition: .4s;
display: flex;
justify-content: center;
align-items: center;
}
.services .container .serviceBx .card:hover {
border-bottom: 3.5px solid rgb(114, 110, 110);
transform: scale(1.05);
box-shadow: 0px 0px 25px rgba(243, 82, 82, 0.3);
}
.services .container .serviceBx .card-elg {
font-family: 'Montserrat', sans-serif;
background-color: #fff;
max-width: 300px;
max-height: 200px;
padding: 60px;
border: none;
border-bottom: 2px solid #999;
box-shadow: 0px 0px 25px rgba(202, 201, 201, 0.15);
padding-left: 90px;
padding-right: 90px;
border-radius: 0%;
transition: .4s;
}
.services .container .serviceBx .card-elg:hover {
border-bottom: 3.5px solid rgb(114, 110, 110);
transform: scale(1.05);
box-shadow: 0px 0px 25px rgba(243, 82, 82, 0.3);
}
.services .container .serviceBx .card .noOfResponses {
color: rgb(201, 25, 25);
}
.services .container .serviceBx .card-elg .noOfUsers {
color: purple;
}
.services .container .serviceBx .card .noOfRequests {
color: royalblue;
}
.client {
padding: 100px;
text-align: center;
}
.client .imgBx {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
margin-top: 40px;
}
.client .imgBx img {
max-width: 300px;
max-height: 200px;
margin: 20px;
margin-top: 0;
}
.steps {
display: flex;
align-items: center;
flex-direction: column;
}
.blobEligibility1 {
width: 600px;
height: 600px;
left: -100px;
position: absolute;
z-index: -1;
}
.blobEligibility2 {
width: 500px;
height: 500px;
top: -30px;
left: 750px;
position: absolute;
z-index: -1;
color: #da6b8c;
;
}
@media (max-width: 1100px) {
.swiper {
width: 100%;
height: 30%;
top: 5%;
}
.swiper-slide img {
display: block;
width: 100%;
height: auto;
background-size: cover;
}
.banner {
margin-top: 50px;
padding: 50px;
}
.banner .content h2 {
font-size: 36px;
}
.banner .content p {
font-size: 16px;
}
.about {
flex-direction: column;
}
.about .contentBx {
width: 100%;
padding: 50px;
padding-bottom: 0px;
min-height: 400px;
text-align: center;
}
.about .videoBx iframe {
width: 195%;
min-height: 300px;
text-align: center;
margin-left: 2px;
margin-right: 1px;
}
.services {
padding: 50px;
}
.services .container {
justify-content: center;
margin-top: 20px;
}
.services .container .serviceBx {
width: 300px;
height: 250px;
}
.client {
padding: 50px;
}
.client .imgBx {
justify-content: center;
}
.blobEligibility1 {
width: 300px;
height: 300px;
top: 950px;
position: absolute;
z-index: -1;
}
.blobEligibility2 {
width: 300px;
height: 300px;
top: 1000px;
left: 60px;
position: absolute;
z-index: -1;
color: #da6b8c;
;
}
}
#preloader {
height: 100vh;
width: 100%;
position: fixed;
z-index: 1000;
background: #fff url(/img/preloader.gif) no-repeat center center;
background-size: 15%;
}
::-webkit-scrollbar {
width: 8px;
height: 3px;
border-left: 0;
background: rgba(255, 255, 255, 0);
border-radius: 1em;
}
::-webkit-scrollbar-track {
background: none;
}
::-webkit-scrollbar-thumb {
background: #3b363880;
border-radius: 0;
border-radius: 1em;
} | public/css/home.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
font-family: 'Montserrat', sans-serif;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
background: #fff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: auto;
background-size: cover;
}
.banner {
position: relative;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.banner .content {
position: relative;
max-width: 750px;
text-align: center;
}
.banner .content h2 {
font-size: 60px;
}
.banner .content p {
font-size: 18px;
}
.about {
position: relative;
width: 100%;
display: flex;
}
.about .contentBx {
padding: 100px;
width: 50%;
}
.heading {
font-size: 30px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
}
.text {
font-size: 1.3rem;
font-weight: 300;
letter-spacing: 1px;
color: rgb(49, 49, 49);
}
.about .videoBx {
width: 50%;
padding: 100px 0 100px 0;
}
.services {
text-align: center;
width: 80%;
margin: 0 auto;
}
.services .container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-top: 60px;
}
.services .container .serviceBx {
position: relative;
width: 350px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.services .container .serviceBx .card {
font-family: 'Montserrat', sans-serif;
width: 300px;
height: 200px;
padding: 60px;
border: none;
border-bottom: 2px solid #999;
box-shadow: 0px 0px 25px rgba(179, 179, 179, 0.15);
border-radius: 0%;
transition: .4s;
display: flex;
justify-content: center;
align-items: center;
}
.services .container .serviceBx .card:hover {
border-bottom: 3.5px solid rgb(114, 110, 110);
transform: scale(1.05);
box-shadow: 0px 0px 25px rgba(243, 82, 82, 0.3);
}
.services .container .serviceBx .card-elg {
font-family: 'Montserrat', sans-serif;
background-color: #fff;
max-width: 300px;
max-height: 200px;
padding: 60px;
border: none;
border-bottom: 2px solid #999;
box-shadow: 0px 0px 25px rgba(202, 201, 201, 0.15);
padding-left: 90px;
padding-right: 90px;
border-radius: 0%;
transition: .4s;
}
.services .container .serviceBx .card-elg:hover {
border-bottom: 3.5px solid rgb(114, 110, 110);
transform: scale(1.05);
box-shadow: 0px 0px 25px rgba(243, 82, 82, 0.3);
}
.services .container .serviceBx .card .noOfResponses {
color: rgb(201, 25, 25);
}
.services .container .serviceBx .card-elg .noOfUsers {
color: purple;
}
.services .container .serviceBx .card .noOfRequests {
color: royalblue;
}
.client {
padding: 100px;
text-align: center;
}
.client .imgBx {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
margin-top: 40px;
}
.client .imgBx img {
max-width: 300px;
max-height: 200px;
margin: 20px;
margin-top: 0;
}
.steps {
display: flex;
align-items: center;
flex-direction: column;
}
.blobEligibility1 {
width: 600px;
height: 600px;
left: -100px;
position: absolute;
z-index: -1;
}
.blobEligibility2 {
width: 500px;
height: 500px;
top: -30px;
left: 750px;
position: absolute;
z-index: -1;
color: #da6b8c;
;
}
@media (max-width: 1100px) {
.swiper {
width: 100%;
height: 30%;
top: 5%;
}
.swiper-slide img {
display: block;
width: 100%;
height: auto;
background-size: cover;
}
.banner {
margin-top: 50px;
padding: 50px;
}
.banner .content h2 {
font-size: 36px;
}
.banner .content p {
font-size: 16px;
}
.about {
flex-direction: column;
}
.about .contentBx {
width: 100%;
padding: 50px;
padding-bottom: 0px;
min-height: 400px;
text-align: center;
}
.about .videoBx iframe {
width: 195%;
min-height: 300px;
text-align: center;
margin-left: 2px;
margin-right: 1px;
}
.services {
padding: 50px;
}
.services .container {
justify-content: center;
margin-top: 20px;
}
.services .container .serviceBx {
width: 300px;
height: 250px;
}
.client {
padding: 50px;
}
.client .imgBx {
justify-content: center;
}
.blobEligibility1 {
width: 300px;
height: 300px;
top: 950px;
position: absolute;
z-index: -1;
}
.blobEligibility2 {
width: 300px;
height: 300px;
top: 1000px;
left: 60px;
position: absolute;
z-index: -1;
color: #da6b8c;
;
}
}
#preloader {
height: 100vh;
width: 100%;
position: fixed;
z-index: 1000;
background: #fff url(/img/preloader.gif) no-repeat center center;
background-size: 15%;
}
::-webkit-scrollbar {
width: 8px;
height: 3px;
border-left: 0;
background: rgba(255, 255, 255, 0);
border-radius: 1em;
}
::-webkit-scrollbar-track {
background: none;
}
::-webkit-scrollbar-thumb {
background: #3b363880;
border-radius: 0;
border-radius: 1em;
} | 0.451568 | 0.061452 |
@-moz-document domain(gog.com) {
/* 01. Oct 2018
*
* My modified version of "Dark gog.com" theme
*
* Originally found here: https://userstyles.org/styles/113036/dark-gog-com
*
* Improvements:
* -Text color of reviews are white, instead of grey to improve readability
* -Added green and red color to the language checkmarks on store page
* -Other grey text here and there made white too
* -Made .list transparent, so you see the shelf in library
*
*
* A public service announcement:
* Please consider using the browser extension "Stylus", instead of "Stylish".
* Stylish sold out and unethically reads your entire browser history.
* Source:
* https://robertheaton.com/2018/07/02/stylish-browser-extension-steals-your-internet-history/
* Stylus doesn't and is an open-source fork of Stylish.
* More about Stylus here:
* https://github.com/openstyles/stylus
*
*/
body, html
{
background: #1C1C1C;
color: #FAFAFA;
}
.form
{
background: #1C1C1C !important;
color: #FAFAFA;
}
.user__name, .user__email
{
color: #FAFAFA !important;
}
.field__input
{
background: #1C1C1C;
color: #FAFAFA;
}
#big-spot-blur--1, #big-spot-blur--2, #big-spot-blur--3, #big-spot-blur--4, .content, .big-spots__blurs
{
background: #1C1C1C;
}
.big-spots__header, .module-header, .product-row__title, .price-btn__text, .module-header__btn.is-active, .news-item__title, .header__title, .product-details, .sysreq__text, .description, .description__header, .reviews, .reviews__header, .user-review, .user-review__author, .module__bottom--single > .module-btn--bottom, .footnotes__text, .pagin[ng-click], .gogmix__title, .top-nav__extras, .top-nav-cart__price, .product-title, .top-nav-cart-option, .nickname, .menu_search.initval, #templateStaContainer input, .no_results > .first-line, .no_results > .dark_un, .game-item-title-in, .main_tab, .code-info__label, .list-header__text, .order-article, .tw3-banner__text, .tw3-price__amount, .article__body, .article__body p, .article__secondary_title
{
color: #FAFAFA;
}
.tw3-price__you-save
{
color: #A1C500;
}
.top-nav__item-count
{
background: #0A0A0A;
color: #FAFAFA;
border: solid white 1px;
}
.code-input-bottom
{
background: #0A0A0A;
}
.redeem-header__text
{
color: #FAFAFA;
border-color: #FAFAFA;
}
.code-input .btn
{
background: #1C1C1C;
color: #FAFAFA;
border: solid white 1px;
}
.order__related-games .product-row, .article__related_topics .product-row, .article__related_topics .product-row.product-row--has-card:hover
{
background: #0A0A0A;
}
.order__related-games .product-row:hover
{
background: #1C1C1C;
}
.form__row--interactive:hover
{
background: #1C1C1C;
color: #FAFAFA;
}
.form__row--interactive
{
background: #0A0A0A;
color: #FAFAFA;
}
.accordion__body
{
background: #0A0A0A;
}
.settings_h .handsome_select select
{
background: #1C1C1C;
color: #FAFAFA;
}
.settings_h .settings_save
{
background: #1C1C1C;
color: #FAFAFA;
}
.settings_h input[disabled="disabled"]
{
background: #0A0A0A;
}
.search_term
{
color: #FAFAFA;
font-style: italic;
font-weight: bolder;
}
.frontpage-wrapper
{
z-index: unset;
}
.product-row--grid .product-row__text, .list--grid .product-row .product-row__text
{
background: #0A0A0A;
color: #FAFAFA;
}
.product-row--has-card:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.product-row--has-card
{
background: #1C1C1C;
color: #FAFAFA;
}
.module__bottom
{
background: #0A0A0A;
color: #FAFAFA;
}
.module__bottom:hover:not(.no-ho)
{
background: #1C1C1C;
color: #FAFAFA;
}
.news-item
{
background: #1C1C1C;
color: #FAFAFA;
border-top: solid white 1px;
}
.news-item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.top-nav__item ._dropdown__toggle:hover, .top-nav__item:hover:not(.is-expanded):not(.top-nav__login), .filter.is-contracted:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.top-nav__item ._dropdown__toggle, .top-nav__item, .filter
{
background: #1C1C1C;
color: #FAFAFA;
}
.module--filters
{
background: #1C1C1C;
color: #FAFAFA;
}
.filter.is-selected
{
color: #FAFAFA;
background: #0A0A0A;
}
.filters__search > ._search__input, .menu_search_h, input.str_s_in, .code-input__input, .input
{
background: #1C1C1C;
color: #FAFAFA;
}
._search__icon
{
z-index: 1;
}
.top-nav__dd-item:hover
{
background: #0A0A0A;
}
.top-nav__dd-item
{
background: #1C1C1C;
}
.top-nav__inner
{
position: unset;
}
.top-nav__container
{
background: #1C1C1C;
border-left: solid black 1px;
}
.top-nav-extras-search-holder
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.icon-bonus-addons, .icon-bonus-avatar, .icon-bonus-guide, .icon-bonus-manual, .icon-bonus-photo, .icon-bonus-soundtrack, .icon-bonus-video, .icon-bonus-wallpaper, .icon_13, .icon_14, .icon_15, .icon_3, .icon_4, .icon_5, .icon_
{
background-image: url("http://downrisingentertainment.com/userstyles/darkgog/Ratings.png");
}
div.str_s_left
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/MiscIcons.png");
}
input.str_s_in
{
background: #1C1C1C;
border-bottom: solid white 1px;
border-top: solid white 1px;
}
div.str_s_right
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/MiscIcons.png") no-repeat scroll -251px 0px transparent;
height: 23px;
width: 10px;
}
div.sub_header_s
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/Icon2.png");
}
.top-nav__item.is-active
{
background: #0A0A0A;
}
div.s_alert, div.l_b_title_text, .l_b_list li
{
color: #FAFAFA;
}
div.light_box_main
{
background: #1C1C1C;
}
.filters__dropdowns
{
background: #1C1C1C;
}
.wishlist-btn, .social-btn, .module .gogmix
{
background: #1C1C1C;
color: #FAFAFA;
border-bottom: solid white 1px;
border-top: solid white 1px;
}
.wishlist-btn:hover, .social-btn:hover, .module .gogmix:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.module--buy-series .module__top, .module--buy .module__top, .module__foot
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item--unobtrusive, .dropdown
{
background: #1C1C1C;
color: #FAFAFA;
}
.dropdown.expanded, .dropdown .item.selected
{
background: #0A0A0A;
color: #FAFAFA;
}
.dropdown .item
{
background: #1C1C1C;
color: #FAFAFA;
}
.dropdown .item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.menu_bar
{
background: #1C1C1C;
}
.dropdown.disabled, .dropdown > .arrow_h
{
background: #1C1C1C;
color: #8C8C8C;
}
.menu_btn.active, .list_btn.active
{
background: #0A0A0A;
color: #FAFAFA;
border: solid white 1px;
}
.shelf, .list_btn
{
background: #1C1C1C;
color: #FAFAFA;
}
.list_frame .game-item
{
background: #1C1C1C;
color: #FAFAFA;
}
.list_header, .module
{
background: #0A0A0A;
color: #FAFAFA;
}
.main_tab.active, .main_tab.active:hover, .filter__items
{
background: #0A0A0A;
color: #FAFAFA;
}
.main_tab:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.wlist_paper
{
background: #1C1C1C;
border-top: solid white 1px;
border-bottom: solid white 1px;
}
.wlist_margin
{
background: #1C1C1C;
}
.wlist_item .dark_un:hover, .wlist_item .dark_un
{
color: #FAFAFA;
}
.game-item
{
border-bottom: solid white 1px;
}
.wlist_header
{
color: #FAFAFA;
border-bottom: solid white 1px;
}
div.big_bar_m, div.big_bar_l, div.big_bar_r, div.search_bar_l, div.search_bar_r
{
background: #1C1C1C;
}
div.b_b_i_text, div.big_bar_item_1 a, div.big_bar_item_2 a, div.big_bar_item_3 a, div.big_bar_item_4 a, div.g_c_r_i_text a
{
color: #FAFAFA;
}
.gray_un
{
color: #FAFAFA !important;
}
div.search_bar_m
{
background: #1C1C1C;
color: #FAFAFA;
border-top: solid white 1px;
border-bottom: solid white 1px;
}
.module_in
{
background: #1C1C1C;
}
.item
{
background: #1C1C1C;
}
.wishlist_highlights
{
background: #1C1C1C;
}
div.list_row_odd, div.big_post_main
{
background: #1C1C1C;
}
div.last_update
{
color: #FAFAFA;
}
.content_holder.active
{
background: #1C1C1C;
}
.column.left h3, .column.left
{
color: #FAFAFA;
}
.btn--gray:hover:not(.is-spinning):not(.is-disabled):not([disabled])
{
background: #1C1C1C;
color: #FAFAFA;
}
.btn--gray
{
background: #0A0A0A;
color: #FAFAFA;
}
#templateStaContainer input {
color: black;
}
/*
*
* My Corrections for new Gog Layout
*
*/
/*Corections for a product page*/
.productcard-basics__title {
color: white;
}
.product-actions-price__base-amount._price.ng-binding {
color: black;
}
.product-actions-price__final-amount._price.ng-binding {
color: black;
}
.edition-picker__label {
color: #1e1e1e;
}
.wishlist-button__state-default {
color: #1e1e1e;
}
.productcard-slider__nav-icon {
color: white;
}
.productcard-slider-pagination__page-marker:before {
background: #3a3a3a;
}
.module{
color: black;
}
.ng-scope{
color: white;
}
.languages__icon--cross {
color: #f31e1e;
}
.languages__icon--tick {
fill: #0f820f;
}
.dlcs .product-tile--list:not(.product-tile--active) .product-tile__title {
color: white;
}
.product-tile__price-discounted {
color: white;
}
.average-item, average-item {
color: white;
}
.average-item__textline {
color: grey;
}
.review-new__add-button {
color: #ffb000;
}
.ng-binding {
color: white;
}
/*Purchase page*/
.module {
color: white;
}
.form__additional-info {
color: grey;
}
.form--description {
color: lightgrey;
}
/*Library page*/
.header__dropdown.module-header-dd._dropdown.is-contracted {
color: grey;
}
.list {
background: transparent;
}
._search__icon {
color: black;
}
.skin-selector__current, .skin-selector__dropdown-icon {
color: white;
}
} | data/usercss/164632.user.css | @-moz-document domain(gog.com) {
/* 01. Oct 2018
*
* My modified version of "Dark gog.com" theme
*
* Originally found here: https://userstyles.org/styles/113036/dark-gog-com
*
* Improvements:
* -Text color of reviews are white, instead of grey to improve readability
* -Added green and red color to the language checkmarks on store page
* -Other grey text here and there made white too
* -Made .list transparent, so you see the shelf in library
*
*
* A public service announcement:
* Please consider using the browser extension "Stylus", instead of "Stylish".
* Stylish sold out and unethically reads your entire browser history.
* Source:
* https://robertheaton.com/2018/07/02/stylish-browser-extension-steals-your-internet-history/
* Stylus doesn't and is an open-source fork of Stylish.
* More about Stylus here:
* https://github.com/openstyles/stylus
*
*/
body, html
{
background: #1C1C1C;
color: #FAFAFA;
}
.form
{
background: #1C1C1C !important;
color: #FAFAFA;
}
.user__name, .user__email
{
color: #FAFAFA !important;
}
.field__input
{
background: #1C1C1C;
color: #FAFAFA;
}
#big-spot-blur--1, #big-spot-blur--2, #big-spot-blur--3, #big-spot-blur--4, .content, .big-spots__blurs
{
background: #1C1C1C;
}
.big-spots__header, .module-header, .product-row__title, .price-btn__text, .module-header__btn.is-active, .news-item__title, .header__title, .product-details, .sysreq__text, .description, .description__header, .reviews, .reviews__header, .user-review, .user-review__author, .module__bottom--single > .module-btn--bottom, .footnotes__text, .pagin[ng-click], .gogmix__title, .top-nav__extras, .top-nav-cart__price, .product-title, .top-nav-cart-option, .nickname, .menu_search.initval, #templateStaContainer input, .no_results > .first-line, .no_results > .dark_un, .game-item-title-in, .main_tab, .code-info__label, .list-header__text, .order-article, .tw3-banner__text, .tw3-price__amount, .article__body, .article__body p, .article__secondary_title
{
color: #FAFAFA;
}
.tw3-price__you-save
{
color: #A1C500;
}
.top-nav__item-count
{
background: #0A0A0A;
color: #FAFAFA;
border: solid white 1px;
}
.code-input-bottom
{
background: #0A0A0A;
}
.redeem-header__text
{
color: #FAFAFA;
border-color: #FAFAFA;
}
.code-input .btn
{
background: #1C1C1C;
color: #FAFAFA;
border: solid white 1px;
}
.order__related-games .product-row, .article__related_topics .product-row, .article__related_topics .product-row.product-row--has-card:hover
{
background: #0A0A0A;
}
.order__related-games .product-row:hover
{
background: #1C1C1C;
}
.form__row--interactive:hover
{
background: #1C1C1C;
color: #FAFAFA;
}
.form__row--interactive
{
background: #0A0A0A;
color: #FAFAFA;
}
.accordion__body
{
background: #0A0A0A;
}
.settings_h .handsome_select select
{
background: #1C1C1C;
color: #FAFAFA;
}
.settings_h .settings_save
{
background: #1C1C1C;
color: #FAFAFA;
}
.settings_h input[disabled="disabled"]
{
background: #0A0A0A;
}
.search_term
{
color: #FAFAFA;
font-style: italic;
font-weight: bolder;
}
.frontpage-wrapper
{
z-index: unset;
}
.product-row--grid .product-row__text, .list--grid .product-row .product-row__text
{
background: #0A0A0A;
color: #FAFAFA;
}
.product-row--has-card:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.product-row--has-card
{
background: #1C1C1C;
color: #FAFAFA;
}
.module__bottom
{
background: #0A0A0A;
color: #FAFAFA;
}
.module__bottom:hover:not(.no-ho)
{
background: #1C1C1C;
color: #FAFAFA;
}
.news-item
{
background: #1C1C1C;
color: #FAFAFA;
border-top: solid white 1px;
}
.news-item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.top-nav__item ._dropdown__toggle:hover, .top-nav__item:hover:not(.is-expanded):not(.top-nav__login), .filter.is-contracted:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.top-nav__item ._dropdown__toggle, .top-nav__item, .filter
{
background: #1C1C1C;
color: #FAFAFA;
}
.module--filters
{
background: #1C1C1C;
color: #FAFAFA;
}
.filter.is-selected
{
color: #FAFAFA;
background: #0A0A0A;
}
.filters__search > ._search__input, .menu_search_h, input.str_s_in, .code-input__input, .input
{
background: #1C1C1C;
color: #FAFAFA;
}
._search__icon
{
z-index: 1;
}
.top-nav__dd-item:hover
{
background: #0A0A0A;
}
.top-nav__dd-item
{
background: #1C1C1C;
}
.top-nav__inner
{
position: unset;
}
.top-nav__container
{
background: #1C1C1C;
border-left: solid black 1px;
}
.top-nav-extras-search-holder
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.icon-bonus-addons, .icon-bonus-avatar, .icon-bonus-guide, .icon-bonus-manual, .icon-bonus-photo, .icon-bonus-soundtrack, .icon-bonus-video, .icon-bonus-wallpaper, .icon_13, .icon_14, .icon_15, .icon_3, .icon_4, .icon_5, .icon_
{
background-image: url("http://downrisingentertainment.com/userstyles/darkgog/Ratings.png");
}
div.str_s_left
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/MiscIcons.png");
}
input.str_s_in
{
background: #1C1C1C;
border-bottom: solid white 1px;
border-top: solid white 1px;
}
div.str_s_right
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/MiscIcons.png") no-repeat scroll -251px 0px transparent;
height: 23px;
width: 10px;
}
div.sub_header_s
{
background: url("http://downrisingentertainment.com/userstyles/darkgog/Icon2.png");
}
.top-nav__item.is-active
{
background: #0A0A0A;
}
div.s_alert, div.l_b_title_text, .l_b_list li
{
color: #FAFAFA;
}
div.light_box_main
{
background: #1C1C1C;
}
.filters__dropdowns
{
background: #1C1C1C;
}
.wishlist-btn, .social-btn, .module .gogmix
{
background: #1C1C1C;
color: #FAFAFA;
border-bottom: solid white 1px;
border-top: solid white 1px;
}
.wishlist-btn:hover, .social-btn:hover, .module .gogmix:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.module--buy-series .module__top, .module--buy .module__top, .module__foot
{
background: #1C1C1C;
color: #FAFAFA;
}
._dropdown__item--unobtrusive, .dropdown
{
background: #1C1C1C;
color: #FAFAFA;
}
.dropdown.expanded, .dropdown .item.selected
{
background: #0A0A0A;
color: #FAFAFA;
}
.dropdown .item
{
background: #1C1C1C;
color: #FAFAFA;
}
.dropdown .item:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.menu_bar
{
background: #1C1C1C;
}
.dropdown.disabled, .dropdown > .arrow_h
{
background: #1C1C1C;
color: #8C8C8C;
}
.menu_btn.active, .list_btn.active
{
background: #0A0A0A;
color: #FAFAFA;
border: solid white 1px;
}
.shelf, .list_btn
{
background: #1C1C1C;
color: #FAFAFA;
}
.list_frame .game-item
{
background: #1C1C1C;
color: #FAFAFA;
}
.list_header, .module
{
background: #0A0A0A;
color: #FAFAFA;
}
.main_tab.active, .main_tab.active:hover, .filter__items
{
background: #0A0A0A;
color: #FAFAFA;
}
.main_tab:hover
{
background: #0A0A0A;
color: #FAFAFA;
}
.wlist_paper
{
background: #1C1C1C;
border-top: solid white 1px;
border-bottom: solid white 1px;
}
.wlist_margin
{
background: #1C1C1C;
}
.wlist_item .dark_un:hover, .wlist_item .dark_un
{
color: #FAFAFA;
}
.game-item
{
border-bottom: solid white 1px;
}
.wlist_header
{
color: #FAFAFA;
border-bottom: solid white 1px;
}
div.big_bar_m, div.big_bar_l, div.big_bar_r, div.search_bar_l, div.search_bar_r
{
background: #1C1C1C;
}
div.b_b_i_text, div.big_bar_item_1 a, div.big_bar_item_2 a, div.big_bar_item_3 a, div.big_bar_item_4 a, div.g_c_r_i_text a
{
color: #FAFAFA;
}
.gray_un
{
color: #FAFAFA !important;
}
div.search_bar_m
{
background: #1C1C1C;
color: #FAFAFA;
border-top: solid white 1px;
border-bottom: solid white 1px;
}
.module_in
{
background: #1C1C1C;
}
.item
{
background: #1C1C1C;
}
.wishlist_highlights
{
background: #1C1C1C;
}
div.list_row_odd, div.big_post_main
{
background: #1C1C1C;
}
div.last_update
{
color: #FAFAFA;
}
.content_holder.active
{
background: #1C1C1C;
}
.column.left h3, .column.left
{
color: #FAFAFA;
}
.btn--gray:hover:not(.is-spinning):not(.is-disabled):not([disabled])
{
background: #1C1C1C;
color: #FAFAFA;
}
.btn--gray
{
background: #0A0A0A;
color: #FAFAFA;
}
#templateStaContainer input {
color: black;
}
/*
*
* My Corrections for new Gog Layout
*
*/
/*Corections for a product page*/
.productcard-basics__title {
color: white;
}
.product-actions-price__base-amount._price.ng-binding {
color: black;
}
.product-actions-price__final-amount._price.ng-binding {
color: black;
}
.edition-picker__label {
color: #1e1e1e;
}
.wishlist-button__state-default {
color: #1e1e1e;
}
.productcard-slider__nav-icon {
color: white;
}
.productcard-slider-pagination__page-marker:before {
background: #3a3a3a;
}
.module{
color: black;
}
.ng-scope{
color: white;
}
.languages__icon--cross {
color: #f31e1e;
}
.languages__icon--tick {
fill: #0f820f;
}
.dlcs .product-tile--list:not(.product-tile--active) .product-tile__title {
color: white;
}
.product-tile__price-discounted {
color: white;
}
.average-item, average-item {
color: white;
}
.average-item__textline {
color: grey;
}
.review-new__add-button {
color: #ffb000;
}
.ng-binding {
color: white;
}
/*Purchase page*/
.module {
color: white;
}
.form__additional-info {
color: grey;
}
.form--description {
color: lightgrey;
}
/*Library page*/
.header__dropdown.module-header-dd._dropdown.is-contracted {
color: grey;
}
.list {
background: transparent;
}
._search__icon {
color: black;
}
.skin-selector__current, .skin-selector__dropdown-icon {
color: white;
}
} | 0.408395 | 0.044266 |
.height90 {
height: 90% !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.row-m0 {
margin-left: 0px !important;
margin-right: 0px !important;
}
#zstudio-control-panel {
border: 1px solid #464646;
padding-top: 5px;
margin-bottom: 5px;
min-height: 65px;
/*opacity: 0.85;*/
color: #F9F9F9;
background-color: #696969;
/*border-radius: 4px;*/
margin-top: 5px;
font-family: "Microsoft YaHei",微软雅黑;
}
.ctrl-tabs {
position: absolute;
top: 0;
bottom: 0;
width:70px;
margin-left:30px;
margin-top: -5px;
margin-bottom: 0px;
padding:0;
padding-top: 4px;
list-style: none;
border-right: 1px solid #888888;
}
.ctrl-tabs li {
cursor:pointer;
}
.ctrl-tabs li.tab-selected {
color: #009DDA;
border-right: 2px solid rgb(0,157,218);
}
.ctrl-tabs li span {
height: 30px;
line-height: 30px;
}
.ctrl-item-label {
vertical-align: top;
padding-top: 4px;
width: 85px;
max-width: 85px;
text-align: right;
text-overflow: ellipsis;
}
.ctrl-item-content {
width: calc(100% - 92px);
}
.inline-container {
display: inline-block;
/*height: 36px;*/
}
.ctrl-disabled {
opacity: .45;
cursor: not-allowed;
}
.droppable {
border: 1px dashed #CCC;
/*border: 1px dashed #0077FF;*/
min-height: 32px;
min-width: 30px;
padding:4px;
}
.droppable-highlight {
/*border: 1px dashed #0077FF;*/
/*border: 1px dashed #FF9900;*/
border: 1px dashed #3AABFB;
}
.droppable-hover {
/*border: 1px dashed #0077FF;*/
/*border: 1px dashed #27AD37;*/
border: 1px dashed #80D000;
border-radius: 6px;
}
.drop-item {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
/*line-height: 22px;*/
padding: 2px 4px 0 4px;
width:120px;
/*min-width: 75px;*/
max-width: 200px;
line-height: 18px;
position: relative;
color: #3A3A3A;
}
.drop-item.drop-item-dimension {
background: #FF9A45;
outline: #FF9C4B solid 1px;
}
.drop-item.drop-item-metric {
background: #9CD22E;
outline: #A3C560 solid 1px;
}
.drop-item-text {
font-size: 12px;
display: inline-block;
text-overflow: ellipsis;
white-space:nowrap;
width: 75%;
/* max-width: 100px; */
overflow: hidden;
}
.drop-item-menu {
position: absolute!important;
top: 1px!important;
right: 6px!important;
left: auto!important;
cursor: pointer;
}
.drop-item-input-name {
/* height: 24px; */
/* width: 85%; */
margin-top: 1px;
margin-bottom: 2px;
/*padding-right: 28px;*/
width: 100%;
height: 85%;
border-radius: 3px;
border: 1px solid #48b0f7;
outline: 0;
min-width: 30px;
max-width: 150px;
padding: 1px 28px 1px 5px;
vertical-align: middle;
font-size: 12px;
}
.drop-item-input .z3-check-right {
position: absolute;
right: 8px;
color: #0081D8;
line-height: 18px;
height: 18px;
top: 50%;
margin-top: -9px;
font-size: 14px;
/*font-weight: 700;*/
}
.group-item {
padding: 2px 4px;
margin: 5px 1px;
color: #333;
font-size: 12px;
cursor: move;
}
/*
.group-item.group-item-dimension {
background: #FBD5B6;
outline: #FF9338 solid 1px;
}
.group-item.group-item-metric {
background: #cde69c;
outline: #a5d24a solid 1px;
}
*/
.group-item.group-item-dimension {
background: #E5ECF3;
outline: #9DB8FB solid 1px;
}
.group-item.group-item-metric {
background: #E5ECF3;
outline: #9DB8FB solid 1px;
}
.group-item .item-icon {
/*display: inline-block;*/
line-height: 24px;
height: 24px;
cursor: move;
float:left;
}
.group-item .item-icon .icon {
font-size:16px;
color:#3276b1;
vertical-align: middle;
}
.group-item .item-text {
/*display: inline-block;*/
line-height: 24px;
height: 24px;
cursor: move;
/*padding-left:32px;*/
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
overflow: hidden;
}
.group-item .item-text>span {
padding: 2px 4px;
}
.form-panel-body .noscroll {
overflow: visible !important;
}
.propertyName_td {
vertical-align: middle !important;
text-align: right !important;
}
.propertyName_label {
margin-bottom: 0px !important;
}
.color-picker-background {
background: #3e3c3c !important;
}
/*****/
.comp-wrapper {
position: relative;
}
.comp-sort-placeholder {
border-radius: 3px;
margin-bottom: 20px;
padding: 0;
background-color: #aed6ee;
border: 1px solid #30a3cc;
}
.guide-highlight {
/*font-weight: bold;*/
color: #FB8C00;
padding-left: 3px;
padding-right: 3px;
} | data/src/main/webapp/module/datavisual/css/datavisual.css | .height90 {
height: 90% !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.row-m0 {
margin-left: 0px !important;
margin-right: 0px !important;
}
#zstudio-control-panel {
border: 1px solid #464646;
padding-top: 5px;
margin-bottom: 5px;
min-height: 65px;
/*opacity: 0.85;*/
color: #F9F9F9;
background-color: #696969;
/*border-radius: 4px;*/
margin-top: 5px;
font-family: "Microsoft YaHei",微软雅黑;
}
.ctrl-tabs {
position: absolute;
top: 0;
bottom: 0;
width:70px;
margin-left:30px;
margin-top: -5px;
margin-bottom: 0px;
padding:0;
padding-top: 4px;
list-style: none;
border-right: 1px solid #888888;
}
.ctrl-tabs li {
cursor:pointer;
}
.ctrl-tabs li.tab-selected {
color: #009DDA;
border-right: 2px solid rgb(0,157,218);
}
.ctrl-tabs li span {
height: 30px;
line-height: 30px;
}
.ctrl-item-label {
vertical-align: top;
padding-top: 4px;
width: 85px;
max-width: 85px;
text-align: right;
text-overflow: ellipsis;
}
.ctrl-item-content {
width: calc(100% - 92px);
}
.inline-container {
display: inline-block;
/*height: 36px;*/
}
.ctrl-disabled {
opacity: .45;
cursor: not-allowed;
}
.droppable {
border: 1px dashed #CCC;
/*border: 1px dashed #0077FF;*/
min-height: 32px;
min-width: 30px;
padding:4px;
}
.droppable-highlight {
/*border: 1px dashed #0077FF;*/
/*border: 1px dashed #FF9900;*/
border: 1px dashed #3AABFB;
}
.droppable-hover {
/*border: 1px dashed #0077FF;*/
/*border: 1px dashed #27AD37;*/
border: 1px dashed #80D000;
border-radius: 6px;
}
.drop-item {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
/*line-height: 22px;*/
padding: 2px 4px 0 4px;
width:120px;
/*min-width: 75px;*/
max-width: 200px;
line-height: 18px;
position: relative;
color: #3A3A3A;
}
.drop-item.drop-item-dimension {
background: #FF9A45;
outline: #FF9C4B solid 1px;
}
.drop-item.drop-item-metric {
background: #9CD22E;
outline: #A3C560 solid 1px;
}
.drop-item-text {
font-size: 12px;
display: inline-block;
text-overflow: ellipsis;
white-space:nowrap;
width: 75%;
/* max-width: 100px; */
overflow: hidden;
}
.drop-item-menu {
position: absolute!important;
top: 1px!important;
right: 6px!important;
left: auto!important;
cursor: pointer;
}
.drop-item-input-name {
/* height: 24px; */
/* width: 85%; */
margin-top: 1px;
margin-bottom: 2px;
/*padding-right: 28px;*/
width: 100%;
height: 85%;
border-radius: 3px;
border: 1px solid #48b0f7;
outline: 0;
min-width: 30px;
max-width: 150px;
padding: 1px 28px 1px 5px;
vertical-align: middle;
font-size: 12px;
}
.drop-item-input .z3-check-right {
position: absolute;
right: 8px;
color: #0081D8;
line-height: 18px;
height: 18px;
top: 50%;
margin-top: -9px;
font-size: 14px;
/*font-weight: 700;*/
}
.group-item {
padding: 2px 4px;
margin: 5px 1px;
color: #333;
font-size: 12px;
cursor: move;
}
/*
.group-item.group-item-dimension {
background: #FBD5B6;
outline: #FF9338 solid 1px;
}
.group-item.group-item-metric {
background: #cde69c;
outline: #a5d24a solid 1px;
}
*/
.group-item.group-item-dimension {
background: #E5ECF3;
outline: #9DB8FB solid 1px;
}
.group-item.group-item-metric {
background: #E5ECF3;
outline: #9DB8FB solid 1px;
}
.group-item .item-icon {
/*display: inline-block;*/
line-height: 24px;
height: 24px;
cursor: move;
float:left;
}
.group-item .item-icon .icon {
font-size:16px;
color:#3276b1;
vertical-align: middle;
}
.group-item .item-text {
/*display: inline-block;*/
line-height: 24px;
height: 24px;
cursor: move;
/*padding-left:32px;*/
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
overflow: hidden;
}
.group-item .item-text>span {
padding: 2px 4px;
}
.form-panel-body .noscroll {
overflow: visible !important;
}
.propertyName_td {
vertical-align: middle !important;
text-align: right !important;
}
.propertyName_label {
margin-bottom: 0px !important;
}
.color-picker-background {
background: #3e3c3c !important;
}
/*****/
.comp-wrapper {
position: relative;
}
.comp-sort-placeholder {
border-radius: 3px;
margin-bottom: 20px;
padding: 0;
background-color: #aed6ee;
border: 1px solid #30a3cc;
}
.guide-highlight {
/*font-weight: bold;*/
color: #FB8C00;
padding-left: 3px;
padding-right: 3px;
} | 0.21215 | 0.05875 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(120deg,#e2c35d, #d88771);
color: white;
font-family: 'Poppins', sans-serif;
min-height: 100vh;
}
header{
font-size: 1.5rem;
}
header h1{
font-weight: 200;
}
header, form{
min-height: 20vh;
display: flex;
justify-content: center;
align-items: center;
}
form input{
border-radius: 4px 0px 0px 10px; /* top left, top right, bottom right, bottom left */
}
form input, form button{
border: none;
padding: 0.5rem;
font-size: 1.5rem;
}
form input:focus, button:focus{
outline: none;
}
form button{
color: #d88771;
background: white;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 0px 10px 3px 0px; /* top left, top right, bottom right, bottom left */
}
form button:hover{
background: #d88771;
color: white;
}
.todo-container{
display: flex;
justify-content: center;
align-items: center;
}
.todo-list{
min-width: 30%;
list-style: none;
}
.todo{
margin: 0.5rem;
background: white;
color: black;
font-size: 1.2rem;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.5s ease;
border-radius: 10px 9px 10px 3px;
}
.todo li{
/*PUSH THE BUTTONS TO THE END*/
flex: 1;
}
.delete-btn, .complete-btn{
background: #FF6F47;
color: white;
border: none;
padding: 0.7rem;
cursor: pointer;
font-size: 0.9rem;
}
.delete-btn{
border-radius: 0px 7px 3px 0px; /* top left, top right, bottom right, bottom left */
}
.complete-btn{
background: green;
}
.todo-item{
padding: 0rem 0.6rem;
}
.fa-trash, .fa-check{
pointer-events: none;
}
.completed{
text-decoration: line-through;
opacity: 0.5;
}
.deleted-animation{
transform: translateY(8rem) rotateZ(20deg);
opacity: 0;
}
select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
border: none;
}
.select{
margin: 1rem;
position: relative;
overflow: hidden;
}
select{
color: #FF6F47;
width: 10rem;
cursor: pointer;
padding: 0.8rem;
border-radius: 5px 10px 0px 10px;
}
.select::after{
content: "\25BC";
position: absolute;
background-color: #FF6F47;
top: 0;
right: 0;
padding: 0.8rem;
pointer-events: none;
transition: all 0.3s ease;
border-radius: 0px 7px 10px 0px;
}
.select:hover::after{
background: white;
color: #FF6F47;
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(120deg,#e2c35d, #d88771);
color: white;
font-family: 'Poppins', sans-serif;
min-height: 100vh;
}
header{
font-size: 1.5rem;
}
header h1{
font-weight: 200;
}
header, form{
min-height: 20vh;
display: flex;
justify-content: center;
align-items: center;
}
form input{
border-radius: 4px 0px 0px 10px; /* top left, top right, bottom right, bottom left */
}
form input, form button{
border: none;
padding: 0.5rem;
font-size: 1.5rem;
}
form input:focus, button:focus{
outline: none;
}
form button{
color: #d88771;
background: white;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 0px 10px 3px 0px; /* top left, top right, bottom right, bottom left */
}
form button:hover{
background: #d88771;
color: white;
}
.todo-container{
display: flex;
justify-content: center;
align-items: center;
}
.todo-list{
min-width: 30%;
list-style: none;
}
.todo{
margin: 0.5rem;
background: white;
color: black;
font-size: 1.2rem;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.5s ease;
border-radius: 10px 9px 10px 3px;
}
.todo li{
/*PUSH THE BUTTONS TO THE END*/
flex: 1;
}
.delete-btn, .complete-btn{
background: #FF6F47;
color: white;
border: none;
padding: 0.7rem;
cursor: pointer;
font-size: 0.9rem;
}
.delete-btn{
border-radius: 0px 7px 3px 0px; /* top left, top right, bottom right, bottom left */
}
.complete-btn{
background: green;
}
.todo-item{
padding: 0rem 0.6rem;
}
.fa-trash, .fa-check{
pointer-events: none;
}
.completed{
text-decoration: line-through;
opacity: 0.5;
}
.deleted-animation{
transform: translateY(8rem) rotateZ(20deg);
opacity: 0;
}
select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
border: none;
}
.select{
margin: 1rem;
position: relative;
overflow: hidden;
}
select{
color: #FF6F47;
width: 10rem;
cursor: pointer;
padding: 0.8rem;
border-radius: 5px 10px 0px 10px;
}
.select::after{
content: "\25BC";
position: absolute;
background-color: #FF6F47;
top: 0;
right: 0;
padding: 0.8rem;
pointer-events: none;
transition: all 0.3s ease;
border-radius: 0px 7px 10px 0px;
}
.select:hover::after{
background: white;
color: #FF6F47;
} | 0.391522 | 0.07363 |
@charset "UTF-8";
html, body {
height: 100%;
position: relative;
font-size: 14px;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif"; }
ul, li {
margin: 0;
padding: 0; }
ul, ol, li {
list-style-type: none; }
.disc-ul {
margin-left: 20px; }
.disc-ul li {
list-style-type: disc; }
a {
color: #1B95E0; }
a:hover, a:focus {
color: #1B95E0; }
h4 {
font-size: 16px;
margin: 0; }
.container {
width: 1030px; }
textarea {
resize: none; }
.color-5 {
color: #555; }
.color-9 {
color: #999; }
.link-color-5 {
color: #555; }
.link-color-5:hover, .link-color-5:focus, .link-color-5:active {
color: #555; }
.link-color-9 {
color: #999; }
.link-color-9:hover, .link-color-9:focus, .link-color-9:active {
color: #999; }
.no-content {
margin: 20px 0;
text-align: center; }
.no-content .msg {
color: #999;
font-size: 16px; }
/* 对话框样式 */
.modal-content {
border-radius: 2px; }
.modal-backdrop.in {
filter: alpha(opacity=20);
opacity: .2; }
.pagination {
margin: 0; }
.pagination > li > a, .pagination > li > span {
color: #1B95E0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.pagination > .active > a, .pagination > .active > span {
background-color: #1B95E0;
border-color: #1B95E0; }
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
background-color: #1B95E0;
border-color: #1B95E0; }
.coreful {
color: #D32F2F; }
.admin-enter {
padding: 10px;
text-align: center;
font-size: 24px;
line-height: 24px;
position: fixed;
top: 40px;
right: 40px;
height: 50px;
width: 50px;
border-radius: 30px;
border: 1px solid #d0d0d0;
background: #fff;
color: #1B95E0;
z-index: 9999; }
.admin-enter:hover, .admin-enter:focus, .admin-enter:active {
text-decoration: none;
color: #1B95E0;
background: #f8f8f8; }
.alert {
padding-top: 10px;
padding-bottom: 10px; }
.sign-remember {
font-size: 15px;
font-weight: normal; }
.sign-remember > input[type="checkbox"] {
width: 15px;
height: 16px;
margin: 0; }
.input-error {
border: 1px solid #F44336; }
.input-error-info {
color: #F44336;
margin-top: 5px;
display: block; }
.b-main {
width: 650px;
float: left; }
.main-content {
padding-bottom: 175px; }
.b-side {
width: 350px;
float: left; }
.b-side.r-side {
padding-left: 40px; }
.footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 50px 0;
text-align: center;
font-size: 13px; }
.footer-items {
margin: 0 auto;
width: auto; }
.footer-link {
color: #1677b2; }
.footer-item {
display: inline-block;
margin-right: 10px;
color: #333; }
.footer-item.bold-item {
font-weight: bold;
color: #555; }
.header {
padding: 0 40px;
min-height: 45px;
background-color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
.logo {
display: inline-block;
height: 27px;
font-size: 18px;
font-weight: bold;
position: relative;
color: #666;
padding-left: 5px; }
.logo:hover, .logo:active, .logo:focus {
text-decoration: none; }
.logo > img {
height: 22px;
width: auto;
position: absolute;
left: -22px;
top: 1px; }
.btn-book {
display: inline-block;
padding: 6px 15px;
margin-right: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
cursor: pointer;
background: #dc7745;
margin-right: 10px; }
.btn-book:hover, .btn-book:focus {
background: #c85c26;
text-decoration: none;
color: #fff; }
.btn-book:active {
background: #c85c26; }
.sidebar {
width: 240px;
position: fixed;
background: #fff;
left: 0;
top: 0;
bottom: 0;
overflow: hidden;
box-shadow: 2px 0 6px rgba(0, 0, 0, 0.08);
border: 1px solid #d0d0d0;
z-index: 1; }
.sidebar .nav li a {
padding: 10px 20px;
color: #666;
font-size: 15px; }
.sidebar .nav li a i {
float: right;
margin-top: 4px; }
.sidebar .nav li.active a {
background: #1B95E0;
color: #fff; }
.sidebar-wraper {
width: 260px;
padding-right: 20px;
overflow-x: hidden;
overflow-y: scroll;
height: 100%; }
.sidebar-header {
text-align: center;
padding: 20px 0; }
.main {
position: relative;
min-height: 100%;
padding-left: 240px; }
.main .footer {
margin-left: 240px; }
.main-wraper {
padding-bottom: 100px; }
.main-header {
padding: 20px; }
.main-content {
padding: 0 20px;
max-width: 1080px;
margin: 0 auto; }
.header-nav {
display: inline-block; }
.header-nav > li {
display: inline-block;
position: relative; }
.header-nav > li > a {
color: #666;
font-size: 15px;
padding: 6px 15px; }
.header-nav > li > a:hover, .header-nav > li > a:focus, .header-nav > li > a:active {
text-decoration: none; }
.header-nav .avatar {
width: 20px;
height: 20px;
overflow: hidden;
margin-top: -2px;
border-radius: 10px; }
.header-nav .dropdown-menu {
min-width: 120px; }
.btn-nav {
display: inline-block; }
.dropdown-sw {
top: 120%;
left: auto;
right: -10px; }
.dropdown-sw:after, .dropdown-sw:before {
position: absolute;
display: inline-block;
content: ""; }
.dropdown-sw:before {
border: 8px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.15);
top: -16px;
right: 19px;
left: auto; }
.dropdown-sw:after {
border: 7px solid transparent;
border-bottom-color: #fff;
top: -14px;
right: 20px;
left: auto; }
.panel {
box-shadow: none;
border-radius: 0; }
.panel-heading h3 {
font-size: 18px;
margin: 0 0 8px; }
.panel-heading p {
margin: 0;
color: #888; }
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block; }
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px !important;
direction: ltr;
cursor: pointer; }
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%; } }
.panel-heading {
position: relative; }
.panel-heading .add-user {
position: absolute;
right: 0;
top: 0; }
.user-panel .title {
margin: 0 0 20px;
font-size: 16px; }
/* 用户设置 */
.user-form {
width: 550px;
margin: 0 auto; }
.password-form {
padding-top: 50px; }
.password-form .btn-group {
float: left; }
.password-form .btn-group .btn {
margin-right: 10px; }
.password-form .confirm {
display: none; }
.password {
display: none;
width: 200px;
margin-right: 20px; }
.show .password {
display: block;
float: left; }
.show .confirm {
display: inline-block; }
.avatar-thumbnail {
height: 150px;
width: 150px;
padding: 0;
cursor: pointer;
text-align: center; }
.avatar-thumbnail .fa-book {
margin-top: 40px;
font-size: 65px; }
.thumbnail {
margin-bottom: 0; }
.thumbnail img {
height: 100%;
width: 100%; }
.avatar-modal .modal-dialog {
width: 450px; }
.avatar-preview {
height: 180px;
width: 180px;
background-color: #f7f7f7;
border: 1px solid #eeeeee;
margin: 30px auto; }
.cropit-preview-image-container {
cursor: move; }
.cropit-preview-background {
opacity: .2;
cursor: auto; }
.image-zoom-input {
appearance: none;
height: 5px;
background-color: #eee;
outline: none;
border-radius: 5px;
width: 258px !important;
margin: 0 auto; }
.image-zoom-input[disabled] {
cursor: no-drop; }
.image-setting-menu {
position: relative;
margin: 20px auto;
width: 300px; }
.image-setting-menu .left-icon {
position: absolute;
top: -4px;
left: 3px;
color: #d3d3d3;
font-weight: bold; }
.image-setting-menu .right-icon {
position: absolute;
top: -7px;
right: 0;
color: #d3d3d3;
font-size: 20px;
font-weight: bold; }
.loading-backdrop {
display: none;
position: fixed;
text-align: center;
z-index: 3000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .5;
background: #fff; }
.loading-backdrop .fa {
font-size: 50px;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -25px; } | app/static/css/admin/user.css | @charset "UTF-8";
html, body {
height: 100%;
position: relative;
font-size: 14px;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif"; }
ul, li {
margin: 0;
padding: 0; }
ul, ol, li {
list-style-type: none; }
.disc-ul {
margin-left: 20px; }
.disc-ul li {
list-style-type: disc; }
a {
color: #1B95E0; }
a:hover, a:focus {
color: #1B95E0; }
h4 {
font-size: 16px;
margin: 0; }
.container {
width: 1030px; }
textarea {
resize: none; }
.color-5 {
color: #555; }
.color-9 {
color: #999; }
.link-color-5 {
color: #555; }
.link-color-5:hover, .link-color-5:focus, .link-color-5:active {
color: #555; }
.link-color-9 {
color: #999; }
.link-color-9:hover, .link-color-9:focus, .link-color-9:active {
color: #999; }
.no-content {
margin: 20px 0;
text-align: center; }
.no-content .msg {
color: #999;
font-size: 16px; }
/* 对话框样式 */
.modal-content {
border-radius: 2px; }
.modal-backdrop.in {
filter: alpha(opacity=20);
opacity: .2; }
.pagination {
margin: 0; }
.pagination > li > a, .pagination > li > span {
color: #1B95E0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.pagination > .active > a, .pagination > .active > span {
background-color: #1B95E0;
border-color: #1B95E0; }
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
background-color: #1B95E0;
border-color: #1B95E0; }
.coreful {
color: #D32F2F; }
.admin-enter {
padding: 10px;
text-align: center;
font-size: 24px;
line-height: 24px;
position: fixed;
top: 40px;
right: 40px;
height: 50px;
width: 50px;
border-radius: 30px;
border: 1px solid #d0d0d0;
background: #fff;
color: #1B95E0;
z-index: 9999; }
.admin-enter:hover, .admin-enter:focus, .admin-enter:active {
text-decoration: none;
color: #1B95E0;
background: #f8f8f8; }
.alert {
padding-top: 10px;
padding-bottom: 10px; }
.sign-remember {
font-size: 15px;
font-weight: normal; }
.sign-remember > input[type="checkbox"] {
width: 15px;
height: 16px;
margin: 0; }
.input-error {
border: 1px solid #F44336; }
.input-error-info {
color: #F44336;
margin-top: 5px;
display: block; }
.b-main {
width: 650px;
float: left; }
.main-content {
padding-bottom: 175px; }
.b-side {
width: 350px;
float: left; }
.b-side.r-side {
padding-left: 40px; }
.footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 50px 0;
text-align: center;
font-size: 13px; }
.footer-items {
margin: 0 auto;
width: auto; }
.footer-link {
color: #1677b2; }
.footer-item {
display: inline-block;
margin-right: 10px;
color: #333; }
.footer-item.bold-item {
font-weight: bold;
color: #555; }
.header {
padding: 0 40px;
min-height: 45px;
background-color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
.logo {
display: inline-block;
height: 27px;
font-size: 18px;
font-weight: bold;
position: relative;
color: #666;
padding-left: 5px; }
.logo:hover, .logo:active, .logo:focus {
text-decoration: none; }
.logo > img {
height: 22px;
width: auto;
position: absolute;
left: -22px;
top: 1px; }
.btn-book {
display: inline-block;
padding: 6px 15px;
margin-right: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
cursor: pointer;
background: #dc7745;
margin-right: 10px; }
.btn-book:hover, .btn-book:focus {
background: #c85c26;
text-decoration: none;
color: #fff; }
.btn-book:active {
background: #c85c26; }
.sidebar {
width: 240px;
position: fixed;
background: #fff;
left: 0;
top: 0;
bottom: 0;
overflow: hidden;
box-shadow: 2px 0 6px rgba(0, 0, 0, 0.08);
border: 1px solid #d0d0d0;
z-index: 1; }
.sidebar .nav li a {
padding: 10px 20px;
color: #666;
font-size: 15px; }
.sidebar .nav li a i {
float: right;
margin-top: 4px; }
.sidebar .nav li.active a {
background: #1B95E0;
color: #fff; }
.sidebar-wraper {
width: 260px;
padding-right: 20px;
overflow-x: hidden;
overflow-y: scroll;
height: 100%; }
.sidebar-header {
text-align: center;
padding: 20px 0; }
.main {
position: relative;
min-height: 100%;
padding-left: 240px; }
.main .footer {
margin-left: 240px; }
.main-wraper {
padding-bottom: 100px; }
.main-header {
padding: 20px; }
.main-content {
padding: 0 20px;
max-width: 1080px;
margin: 0 auto; }
.header-nav {
display: inline-block; }
.header-nav > li {
display: inline-block;
position: relative; }
.header-nav > li > a {
color: #666;
font-size: 15px;
padding: 6px 15px; }
.header-nav > li > a:hover, .header-nav > li > a:focus, .header-nav > li > a:active {
text-decoration: none; }
.header-nav .avatar {
width: 20px;
height: 20px;
overflow: hidden;
margin-top: -2px;
border-radius: 10px; }
.header-nav .dropdown-menu {
min-width: 120px; }
.btn-nav {
display: inline-block; }
.dropdown-sw {
top: 120%;
left: auto;
right: -10px; }
.dropdown-sw:after, .dropdown-sw:before {
position: absolute;
display: inline-block;
content: ""; }
.dropdown-sw:before {
border: 8px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.15);
top: -16px;
right: 19px;
left: auto; }
.dropdown-sw:after {
border: 7px solid transparent;
border-bottom-color: #fff;
top: -14px;
right: 20px;
left: auto; }
.panel {
box-shadow: none;
border-radius: 0; }
.panel-heading h3 {
font-size: 18px;
margin: 0 0 8px; }
.panel-heading p {
margin: 0;
color: #888; }
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block; }
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px !important;
direction: ltr;
cursor: pointer; }
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%; } }
.panel-heading {
position: relative; }
.panel-heading .add-user {
position: absolute;
right: 0;
top: 0; }
.user-panel .title {
margin: 0 0 20px;
font-size: 16px; }
/* 用户设置 */
.user-form {
width: 550px;
margin: 0 auto; }
.password-form {
padding-top: 50px; }
.password-form .btn-group {
float: left; }
.password-form .btn-group .btn {
margin-right: 10px; }
.password-form .confirm {
display: none; }
.password {
display: none;
width: 200px;
margin-right: 20px; }
.show .password {
display: block;
float: left; }
.show .confirm {
display: inline-block; }
.avatar-thumbnail {
height: 150px;
width: 150px;
padding: 0;
cursor: pointer;
text-align: center; }
.avatar-thumbnail .fa-book {
margin-top: 40px;
font-size: 65px; }
.thumbnail {
margin-bottom: 0; }
.thumbnail img {
height: 100%;
width: 100%; }
.avatar-modal .modal-dialog {
width: 450px; }
.avatar-preview {
height: 180px;
width: 180px;
background-color: #f7f7f7;
border: 1px solid #eeeeee;
margin: 30px auto; }
.cropit-preview-image-container {
cursor: move; }
.cropit-preview-background {
opacity: .2;
cursor: auto; }
.image-zoom-input {
appearance: none;
height: 5px;
background-color: #eee;
outline: none;
border-radius: 5px;
width: 258px !important;
margin: 0 auto; }
.image-zoom-input[disabled] {
cursor: no-drop; }
.image-setting-menu {
position: relative;
margin: 20px auto;
width: 300px; }
.image-setting-menu .left-icon {
position: absolute;
top: -4px;
left: 3px;
color: #d3d3d3;
font-weight: bold; }
.image-setting-menu .right-icon {
position: absolute;
top: -7px;
right: 0;
color: #d3d3d3;
font-size: 20px;
font-weight: bold; }
.loading-backdrop {
display: none;
position: fixed;
text-align: center;
z-index: 3000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .5;
background: #fff; }
.loading-backdrop .fa {
font-size: 50px;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -25px; } | 0.399343 | 0.077413 |
* {
margin: 0px;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #f1f1f1;
}
#root {
width: 100%;
height: 100%;
}
/* Our App Container */
.container {
padding-bottom: 80px;
}
/* The header */
.header {
font-size: 22px;
font-weight: bold;
font-style: italic;
color: #f1f1f1;
background: #3367d6;
padding: 40px;
height: 150px;
}
.title {
font-size: 1.5em;
vertical-align: middle;
}
.logo {
height: 80px;
float:left;
}
/* The note */
.note {
color: #adadad;
padding: 40px;
margin: 20px;
background: #fff;
border: solid 1px #e9e9e9;
cursor: pointer;
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
transition: transform .2s ease;
}
.note:hover {
transform: scale(1.02);
}
/* The add note button */
.btn {
position: fixed;
z-index: 1;
right: 40px;
bottom: 40px;
width: 80px;
height: 80px;
border-radius: 100%;
text-align: center;
line-height: 80px;
font-size: 28px;
font-weight: bold;
color: #f1f1f1;
background: #3367d6;
cursor: pointer;
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
transition: transform .06s ease;
}
.btn:hover {
transform: scale(1.2);
}
/* Textinput */
/* .textInput {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
line-height: 80px;
padding: 0 20px;
border: none;
outline: none;
background: #2850a7;
font-size: 16px;
color: #f1f1f1;
} */
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
line-height: 80px;
padding: 0 20px;
border: none;
outline: none;
background: #3367d6;
font-size: 16px;
color: #f1f1f1;
}
.add-task {
border-radius: 4px;
padding: 5px;
max-width: 400px;
}
.task-list {
background: #e8e8e8;
border-radius: 4px;
padding: 5px;
max-width: 400px;
}
.task {
background: #fff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
padding: 3px 10px;
font-size: 12px;
margin-bottom: 6px;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: space-between;
} | src/App.css | * {
margin: 0px;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #f1f1f1;
}
#root {
width: 100%;
height: 100%;
}
/* Our App Container */
.container {
padding-bottom: 80px;
}
/* The header */
.header {
font-size: 22px;
font-weight: bold;
font-style: italic;
color: #f1f1f1;
background: #3367d6;
padding: 40px;
height: 150px;
}
.title {
font-size: 1.5em;
vertical-align: middle;
}
.logo {
height: 80px;
float:left;
}
/* The note */
.note {
color: #adadad;
padding: 40px;
margin: 20px;
background: #fff;
border: solid 1px #e9e9e9;
cursor: pointer;
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
transition: transform .2s ease;
}
.note:hover {
transform: scale(1.02);
}
/* The add note button */
.btn {
position: fixed;
z-index: 1;
right: 40px;
bottom: 40px;
width: 80px;
height: 80px;
border-radius: 100%;
text-align: center;
line-height: 80px;
font-size: 28px;
font-weight: bold;
color: #f1f1f1;
background: #3367d6;
cursor: pointer;
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.8);
transition: transform .06s ease;
}
.btn:hover {
transform: scale(1.2);
}
/* Textinput */
/* .textInput {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
line-height: 80px;
padding: 0 20px;
border: none;
outline: none;
background: #2850a7;
font-size: 16px;
color: #f1f1f1;
} */
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
line-height: 80px;
padding: 0 20px;
border: none;
outline: none;
background: #3367d6;
font-size: 16px;
color: #f1f1f1;
}
.add-task {
border-radius: 4px;
padding: 5px;
max-width: 400px;
}
.task-list {
background: #e8e8e8;
border-radius: 4px;
padding: 5px;
max-width: 400px;
}
.task {
background: #fff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
padding: 3px 10px;
font-size: 12px;
margin-bottom: 6px;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: space-between;
} | 0.279042 | 0.085748 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
.designer, .designer a, .designer a:visited {text-align:center; text-decoration:none; margin-bottom:10px; font:11px normal Arial, Helvetica, sans-serif; color:#666;}
.cright {display:none}
.nopad {margin: 0px;padding: 0px;}
/* @end */
/* @group Basic Styles */
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
body {
/*background: #333;*/
margin: 10px 0px 10px 0px;
padding: 0;
font: 102%/1.4em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: normal;
color:#666;
}
html {
margin: 0;
padding: 0;
font-size: small;
}
a:focus {
outline: 0;
}
#mainbody ul {
padding-left: 20px;
}
a {
text-decoration: none;
color: #74AC00;
}
p {
margin: 0px 0px 10px 0px;
color: #666;
}
td {
color: #666;
}
p a, ul a, a.pagenav {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
p a:hover, ul a:hover, a.pagenav:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
table.contentpaneopen span a {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
table.contentpaneopen span a:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
a.category {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
a.category:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
ul, li {
margin: 0;
padding: 0;
}
img {
border: none;
}
.clear {
clear: both;
}
#mainbody h1 {
font: bold 2.5em/1.5em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #1652c2;
}
#mainbody h2 {
font: bold 2em/1.75em Arial, Verdana, serif;
letter-spacing: -1px;
color: #000;
}
#mainbody h3 {
font: bold 1.5em/1.75em Arial, Verdana, serif;
letter-spacing: -1px;
color: #2d3129;
}
#mainbody h4 {
font: bold 1.25em/1.5em Arial, Verdana, serif;
letter-spacing: -1px;
color: #2d3129;
}
#outerwrap {
width: 976px;
margin: 0px auto;
}
#wrapper {
background: #FFF url(../images/main_bg.png) repeat-y center;
margin: 0px auto;
padding: 0px 15px;
float: left;
}
ul#checklist li {
list-style: none;
line-height: 16px;
padding: 2px 0px 2px 18px;
background: url(../images/tick.png) no-repeat left center;
}
blockquote {
background: #fffee4;
color: #333;
border: 1px solid #d5d5d5;
padding: 10px;
margin: 10px 50px;
}
/* @end */
/* @group Mainbody */
#mainbody {
float: right;
margin: 0;
padding: 10px 0px 0px 0px;
width: 700px;
text-align: justify;
_background: #fff;
}
#mainbody .inside {
margin: 0;
padding: 0;
}
#bottombar {
background: url(../images/footer.png) no-repeat center top;
height: 9px;
width: 976px;
}
/* @end */
/* @group Joomla Styles */
.small, .modifydate, .createdate {
color: #b6b6b6;
font: .85em/.85em "Trebuchet MS", Tahoma, Verdana, Helvetica;
}
td.createdate {
text-indent: 20px;
line-height: 20px;
background: url(../images/clock_edit.png) no-repeat left center;
}
td.modifydate {
text-indent: 20px;
line-height: 20px;
background: url(../images/page_edit.png) no-repeat left center;
border-top: 1px dotted #f2f2f2;
}
form {
padding: 0;
margin: 0;
}
a.readon {
color: #74AC00;
display: block;
float: right;
line-height: 12px;
background: url(../images/readon.gif) no-repeat left center;
text-indent: 16px;
text-decoration: underline;
}
a.readon:hover {
color: #74AC00;
display: block;
float: right;
line-height: 12px;
background: url(../images/readon.gif) no-repeat left center;
text-indent: 16px;
text-decoration: none;
}
td.contentheading {
font: 1.75em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #0093E3;
border-bottom: 1px solid #eee;
width: 100%;
overflow: hidden;
}
.componentheading {
font: 1.75em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #74AC00;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
color: #0E5199;
font: 1.25em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: -1px;
}
a.contentpagetitle:hover, .contentpagetitle a:hover {
color: #333;
font: 1.25em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: -1px;
}
div.syndicate div {
padding: 1px;
}
td.buttonheading a img {
padding: 0px 0px 0px 4px;
}
span.content_rating {
color: #888;
font-size: 10px;
text-transform: uppercase;
position: relative;
top: 5px;
}
label {
color: #8e8e8e;
}
div.mosimage {
border: 1px solid #eaeaea;
margin: 7px;
}
div.mosimage_caption {
padding: 2px;
background-color: #f7f7f7;
border-top: 1px solid #eee;
}
span.content_rating img {
padding-bottom: 10px;
margin: 0px;
}
div.back_button a {
color: #7f7f7f;
background-color: #eaeaea;
padding: 0px;
position: relative;
top: 10px;
float: none;
margin: 20px;
height: 16px;
display: block;
width: 50px;
text-align: center;
line-height: 16px;
text-transform: uppercase;
font-variant: small-caps;
font-size: 11px;
border: 1px solid #c0c0c0;
}
th.pagenav_prev a {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -44px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_prev a:hover {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -66px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_next a {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px 0px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_next a:hover {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -22px;
width: 94px;
height: 22px;
border: none;
}
input.button {
color: #74AC00;
padding: 4px;
margin: 10px;
font-size: 10px;
background: url(../images/but_bg.png) repeat-x center center;
border:1px solid #ccc;
}
div.message {
color: #cd2800;
font-size: 18px;
font-weight: bold;
}
.inputbox {
border: 1px solid #999;
}
.moduletable .inputbox {
border: 1px solid #999;
height: 14px;
font: 11px Arial, Helvetica, Geneva, sans-serif;
color: #333;
}
/* @end */
/* @group Joomla Tables */
table.blog td {
padding: 0;
margin: 0;
}
table.contentpaneopen {
margin: 0;
padding: 0;
width: 100%;
}
table table.contentpaneopen td, table table.contentpane td {
margin: 0px 8px;
padding: 0;
width: 100%;
}
div.contentpane, div.contentpaneopen {
width: 100%;
}
table.contentpaneopen, table.contentpane, table.blog, table.contentpaneopen td {
border-collapse: collapse;
padding: 3px;
width: 99%;
}
body.contentpane {
background: #fff;
margin: 25px;
}
td.sectiontableheader {
background: #0E5199 url(../images/sectblhdr.png) repeat-x top;
color: #FFF;
font-weight: bold;
height: 22px;
padding: 4px;
}
tr.sectiontableentry1 td {
padding: 2px;
background-color: #fbfbfb;
text-align: left;
border-bottom: 1px solid #fff;
border-top: 1px solid #dfdfdf;
}
tr.sectiontableentry2 td {
padding: 2px;
background-color: #f3f3f3;
text-align: left;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #fff;
}
td.sectiontableentry1 {
padding: 2px;
background-color: #f8f8f8;
}
td.sectiontableentry2 {
padding: 2px;
background-color: #F2F2F2;
}
.sectiontableentry2 a, .sectiontableentry1 a, .sectiontableentry2 a.category, .sectiontableentry1 a.category {
padding-left: 4px;
color: #74ac00;
}
.sectiontableentry2 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a.category:hover, .sectiontableentry1 a.category:hover {
color: #333333;
background: none;
}
span.pagenav {
color: #ccc;
}
table.pollstableborder td {
padding: 0;
text-align: left;
}
.pollstableborder td, .pollstableborderS2 td, pollstableborderS1 td, pollstableborderS3 td {
text-align: left;
font: 0.87em/0.92em Arial, Helvetica, sans-serif;
padding: 3px 0px 3px 5px;
vertical-align: middle;
}
/* @end */
p.warn {
background: #FBEEF1 url(../images/warn.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}
p.alert {
background: #FFF7C0 url(../images/exc.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #F7D229;
border-bottom: 2px solid #F7D229;
}
p.info {
background: #F8FAFC url(../images/info.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #B5D4FE;
border-bottom: 2px solid #B5D4FE;
}
p.dashed {
background: #CCFFCC; /* #C3FDB8;*/
text-align: left;
padding: 5px 20px 5px 45px;
border: 1px dashed #090909;
}
p.bloquegris {
background: #FAFAFA;
text-align: left;
padding: 5px 20px 5px 45px;
border: 1px solid #CCCCCC;
} | src/proyecto1/SeminarioBundle/Resources/public/css/matmor.css | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
.designer, .designer a, .designer a:visited {text-align:center; text-decoration:none; margin-bottom:10px; font:11px normal Arial, Helvetica, sans-serif; color:#666;}
.cright {display:none}
.nopad {margin: 0px;padding: 0px;}
/* @end */
/* @group Basic Styles */
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
body {
/*background: #333;*/
margin: 10px 0px 10px 0px;
padding: 0;
font: 102%/1.4em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: normal;
color:#666;
}
html {
margin: 0;
padding: 0;
font-size: small;
}
a:focus {
outline: 0;
}
#mainbody ul {
padding-left: 20px;
}
a {
text-decoration: none;
color: #74AC00;
}
p {
margin: 0px 0px 10px 0px;
color: #666;
}
td {
color: #666;
}
p a, ul a, a.pagenav {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
p a:hover, ul a:hover, a.pagenav:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
table.contentpaneopen span a {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
table.contentpaneopen span a:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
a.category {
padding: 1px;
color: #74AC00;
text-decoration: underline;
}
a.category:hover {
color: #fff;
background: #74AC00;
text-decoration: none;
}
ul, li {
margin: 0;
padding: 0;
}
img {
border: none;
}
.clear {
clear: both;
}
#mainbody h1 {
font: bold 2.5em/1.5em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #1652c2;
}
#mainbody h2 {
font: bold 2em/1.75em Arial, Verdana, serif;
letter-spacing: -1px;
color: #000;
}
#mainbody h3 {
font: bold 1.5em/1.75em Arial, Verdana, serif;
letter-spacing: -1px;
color: #2d3129;
}
#mainbody h4 {
font: bold 1.25em/1.5em Arial, Verdana, serif;
letter-spacing: -1px;
color: #2d3129;
}
#outerwrap {
width: 976px;
margin: 0px auto;
}
#wrapper {
background: #FFF url(../images/main_bg.png) repeat-y center;
margin: 0px auto;
padding: 0px 15px;
float: left;
}
ul#checklist li {
list-style: none;
line-height: 16px;
padding: 2px 0px 2px 18px;
background: url(../images/tick.png) no-repeat left center;
}
blockquote {
background: #fffee4;
color: #333;
border: 1px solid #d5d5d5;
padding: 10px;
margin: 10px 50px;
}
/* @end */
/* @group Mainbody */
#mainbody {
float: right;
margin: 0;
padding: 10px 0px 0px 0px;
width: 700px;
text-align: justify;
_background: #fff;
}
#mainbody .inside {
margin: 0;
padding: 0;
}
#bottombar {
background: url(../images/footer.png) no-repeat center top;
height: 9px;
width: 976px;
}
/* @end */
/* @group Joomla Styles */
.small, .modifydate, .createdate {
color: #b6b6b6;
font: .85em/.85em "Trebuchet MS", Tahoma, Verdana, Helvetica;
}
td.createdate {
text-indent: 20px;
line-height: 20px;
background: url(../images/clock_edit.png) no-repeat left center;
}
td.modifydate {
text-indent: 20px;
line-height: 20px;
background: url(../images/page_edit.png) no-repeat left center;
border-top: 1px dotted #f2f2f2;
}
form {
padding: 0;
margin: 0;
}
a.readon {
color: #74AC00;
display: block;
float: right;
line-height: 12px;
background: url(../images/readon.gif) no-repeat left center;
text-indent: 16px;
text-decoration: underline;
}
a.readon:hover {
color: #74AC00;
display: block;
float: right;
line-height: 12px;
background: url(../images/readon.gif) no-repeat left center;
text-indent: 16px;
text-decoration: none;
}
td.contentheading {
font: 1.75em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #0093E3;
border-bottom: 1px solid #eee;
width: 100%;
overflow: hidden;
}
.componentheading {
font: 1.75em Helvetica, Arial, Verdana, serif;
letter-spacing: -1px;
color: #74AC00;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
color: #0E5199;
font: 1.25em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: -1px;
}
a.contentpagetitle:hover, .contentpagetitle a:hover {
color: #333;
font: 1.25em "Trebuchet MS", Tahoma, Verdana, Helvetica;
letter-spacing: -1px;
}
div.syndicate div {
padding: 1px;
}
td.buttonheading a img {
padding: 0px 0px 0px 4px;
}
span.content_rating {
color: #888;
font-size: 10px;
text-transform: uppercase;
position: relative;
top: 5px;
}
label {
color: #8e8e8e;
}
div.mosimage {
border: 1px solid #eaeaea;
margin: 7px;
}
div.mosimage_caption {
padding: 2px;
background-color: #f7f7f7;
border-top: 1px solid #eee;
}
span.content_rating img {
padding-bottom: 10px;
margin: 0px;
}
div.back_button a {
color: #7f7f7f;
background-color: #eaeaea;
padding: 0px;
position: relative;
top: 10px;
float: none;
margin: 20px;
height: 16px;
display: block;
width: 50px;
text-align: center;
line-height: 16px;
text-transform: uppercase;
font-variant: small-caps;
font-size: 11px;
border: 1px solid #c0c0c0;
}
th.pagenav_prev a {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -44px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_prev a:hover {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -66px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_next a {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px 0px;
width: 94px;
height: 22px;
border: none;
}
th.pagenav_next a:hover {
text-indent: -5000px;
display: block;
background: url(../images/next_prev.png) no-repeat 0px -22px;
width: 94px;
height: 22px;
border: none;
}
input.button {
color: #74AC00;
padding: 4px;
margin: 10px;
font-size: 10px;
background: url(../images/but_bg.png) repeat-x center center;
border:1px solid #ccc;
}
div.message {
color: #cd2800;
font-size: 18px;
font-weight: bold;
}
.inputbox {
border: 1px solid #999;
}
.moduletable .inputbox {
border: 1px solid #999;
height: 14px;
font: 11px Arial, Helvetica, Geneva, sans-serif;
color: #333;
}
/* @end */
/* @group Joomla Tables */
table.blog td {
padding: 0;
margin: 0;
}
table.contentpaneopen {
margin: 0;
padding: 0;
width: 100%;
}
table table.contentpaneopen td, table table.contentpane td {
margin: 0px 8px;
padding: 0;
width: 100%;
}
div.contentpane, div.contentpaneopen {
width: 100%;
}
table.contentpaneopen, table.contentpane, table.blog, table.contentpaneopen td {
border-collapse: collapse;
padding: 3px;
width: 99%;
}
body.contentpane {
background: #fff;
margin: 25px;
}
td.sectiontableheader {
background: #0E5199 url(../images/sectblhdr.png) repeat-x top;
color: #FFF;
font-weight: bold;
height: 22px;
padding: 4px;
}
tr.sectiontableentry1 td {
padding: 2px;
background-color: #fbfbfb;
text-align: left;
border-bottom: 1px solid #fff;
border-top: 1px solid #dfdfdf;
}
tr.sectiontableentry2 td {
padding: 2px;
background-color: #f3f3f3;
text-align: left;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #fff;
}
td.sectiontableentry1 {
padding: 2px;
background-color: #f8f8f8;
}
td.sectiontableentry2 {
padding: 2px;
background-color: #F2F2F2;
}
.sectiontableentry2 a, .sectiontableentry1 a, .sectiontableentry2 a.category, .sectiontableentry1 a.category {
padding-left: 4px;
color: #74ac00;
}
.sectiontableentry2 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a.category:hover, .sectiontableentry1 a.category:hover {
color: #333333;
background: none;
}
span.pagenav {
color: #ccc;
}
table.pollstableborder td {
padding: 0;
text-align: left;
}
.pollstableborder td, .pollstableborderS2 td, pollstableborderS1 td, pollstableborderS3 td {
text-align: left;
font: 0.87em/0.92em Arial, Helvetica, sans-serif;
padding: 3px 0px 3px 5px;
vertical-align: middle;
}
/* @end */
p.warn {
background: #FBEEF1 url(../images/warn.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}
p.alert {
background: #FFF7C0 url(../images/exc.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #F7D229;
border-bottom: 2px solid #F7D229;
}
p.info {
background: #F8FAFC url(../images/info.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #B5D4FE;
border-bottom: 2px solid #B5D4FE;
}
p.dashed {
background: #CCFFCC; /* #C3FDB8;*/
text-align: left;
padding: 5px 20px 5px 45px;
border: 1px dashed #090909;
}
p.bloquegris {
background: #FAFAFA;
text-align: left;
padding: 5px 20px 5px 45px;
border: 1px solid #CCCCCC;
} | 0.264738 | 0.105625 |
html, body{
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
/*margin:0 auto;*/
margin: 0;
text-align:center;
padding:0;
border:0;
/* width: 900px; */
min-width:3.5em;
/*height: 100%;*/
min-height: 3.5em
/* JLC 20090804 background: url(../images/colorbk.gif) repeat-y left; */
}
/* the following block was updated by Bai on 10/03/13 */
.ui-tabs .ui-tabs-panel td > a:link, a:visited {
color: #E16000;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-tabs .ui-tabs-panel,
ul.tab_ul {
color: #E16000; background: #E4F6F2 none;
}
.ui-tabs .ui-tabs-nav li a{
color: Maroon;
}
.ui-tabs .ui-tabs-panel td {text-align:left}
/*for popout windows*/
html.pop, body.pop {
text-align:left;
border:0;
background: #E4F6F2 none;
width: auto;
min-width: 100px;
height: 100%;
min-height: 100px;
color: Maroon;
}
.forceIE{min-width:700px; background:transparent;}
#header{
margin:0;
padding:0;
border:0;
min-width:6.0em;
height:85px;
background: White url(../images/petdb_topbk.gif) repeat-x top left;
color: #003176;
display: block;
}
#wrapper{
font-size: inherit;
margin: 0 auto;
padding:0;
text-align: left;
min-width:7.0em;
width: auto;
/*display: block;
clear: both;*/
}
#content{
font-size: inherit;
margin: 0 0 0px 10px;
padding: 0 0 0px 10px;
border:0;
display: block;
color: Maroon;
text-align: left;
min-width:5.0em;
/*
width:85%;*/
height:100%;
float:left;
}
#srchTabs{
display: block;
background: WHITE url(../images/srchtab_bk.gif) repeat-x top left;
width: 98%;
position: relative;
z-index: 2;
float: left;
clear: both;
}
#rtMenu{
float:right;
clear:none;
width:10%;
height: auto;
border-bottom: none;
border-left: 3px double #ABBDDC;
padding-left: 5px;
}
#menu{
font-size: medium;
margin:0;
padding:0px;
border:0;
width:7.5em;
min-height:10em;
z-index:4;
float: left;
}
.menuLayer{
position:absolute;
float:left;
display:none;
width: 7em;
height: auto;
padding: 0 .5em 0 .5em;
z-index: 500;
}
.column1{
height: auto;
margin: 0 4px 0 0;
padding: 0 0 0 0;
/*border: thin solid Red;*/
float: left;
}
.column2{
margin: 0 0 0 4px;
padding: 0 0 0 0;
float: left;
/*border: thin solid Blue;*/
}
#advanced {
top:0px;
/*width: 100%;*/
display: none;
}
#footer{
font-size: inherit;
margin: 10px;
padding: 10px 20px;
border:0;
width:auto;
height:45px;
bottom: 2px;
clear: both;
}
.page {
font-family: Arial, Helvetica, sans-serif;
color: #C3CAD1;
font-size: .9em;
text-align: left;
}
.row{
font-size: inherit;
margin: 5px 2px 2px 2px;
padding: 5px 2px 2px 2px;
border:0;
min-width: 5.0em;
width:100%;
/*display:block;
float:left;*/
}
.row_sec{
display:inline;
float:left;
height:60px;
width:auto;
}
a.menu1, a.here {
border: none;
display: block;
background-color: #4A9AA5;
/*border: 1px outset #46466B;*/
color: #FFFFE0;
padding: 3px 3px 0px 1px;
margin: 3px 3px 3px 8px;
font-size: .9em;
text-decoration : none;
text-align: right;
width:7em;
height: auto;
position: relative;
clear:none;
}
a.here, a.here:hover{
font-weight: bold;
color: #A2C3FF;
}
a.menu2 {
background-attachment : inherit;
display: block;
font-size: .9em;
text-decoration : none;
text-align: center;
width:7em;
height: auto;
position: relative;
left:10px;
clear:none;
border: 1px outset #46466B;
color: #FFFFE0;
padding: 3px 3px 0px 1px;
margin: 0 2px 0 2px;
background-color: #72B7C0;
}
a.menu1:hover, a.menu2:hover {
color: #FFD700;
}
h1,h2,h3{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
h1{
color: #28565C;
font-size: 1.6em;
margin-bottom: 0;
}
h2{
color: #377780;
font-size: 1.25em;
margin-bottom: -.25em;
}
h3{
color: #4596A1;
font-size: 1em;
margin-bottom: -.85em;
}
td h3 {
margin-top: 0;
margin-bottom: 0;
}
h4{
margin-bottom: -.75em;
}
li {
margin-bottom: .4em;
}
UL {
list-style-image: url(/images/bullet.gif);
list-style-position: outside;
}
ul.arrow {
list-style-image: url(/images/arrow1.gif);
}
a {
color: #E16000;
/*text-decoration: none;*/
}
a:hover{
color: #A52A2A;
}
.rowLabel2 a {
color: #F0FFF0;
}
.rowLabel2 a:hover {
font-weight: bolder;
color: #F0E68C;
}
a.top {
color: #E9C267;
text-decoration: none;
}
a.top:hover {
color: #F0E68C;
text-decoration: none;
}
.here{
font-weight: bold;
color: #49A9C7;
}
.nopad{
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
}
.pad, .pad td{
color: #660033;
padding-left: 5px;
padding-right: 5px;
}
.padBlok{
display: block;
padding:10px;
}
.popTop {
width:90%;
font-style: italic;
margin: 15px 5px 5px 10px;
}
.popTop .emphasis {font-size: 1.1em}
.smTxt{
font-size: .9em;
}
.smTxt2{
font-size: .8em;
}
.smTxt3{
font-size: .7em;
}
.hotTopic{
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #683429;
}
.coolTopic, .bigCoolTopic {
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #365C8D;
font-family: Verdana, Arial, Helvetica, "Challenge Extra Bold", sans-serif;
}
.bigCoolTopic{
font-style: normal;
font-size: 1.5em;
}
.acc_color{
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #FE520F;
font-family: Verdana, Arial, Helvetica, "Challenge Extra Bold", sans-serif;
}
.ital {
font-style: italic;
font-size: .9em;
}
.notices {
font-size: .9em;
font-style: italic;
color: #2F4F4F;
}
.keyword{
font-weight: bold;
font-size: 100%;
color: #CD853F;
}
.emphasis {
color: #005859;
font-weight: bold;
}
.emphasis2{
font-style: italic;
color: #003466;
}
.new {
font-size: inherit;
font-style: italic;
font-weight: bolder;
}
.regTxt{
font-size: 1em;
color: #660033;
}
.smallTxt{
font-size: 11px;
color: #660033;
}
p.coolTopic {
margin-bottom: -.1em;
margin-top: -.1em;
}
p.newsItem {
margin-bottom: -.9em;
}
.newsItem {
font-size: 1.1em;
font-style: italic;
font-weight: bold;
color: #5E8A7E;
}
.newsdividr{
background-color: #4A9AA5;
width: .2em;
padding: 0;
}
.newsdate{
color: #4A9AA5;
font-weight: bold;
width: 4em;
}
.newsTitle {
font-size: 1.2em;
font-weight: bold;
color: #726D7F;
}
.selectBox {
display: block;
background-color: #B1D5DA;
border: thin outset #A7998D;
margin: 0 0 10px 0;
padding: 5px 5px 5px 5px;
float:left;
}
.thk_line {
border-bottom: 5px ridge #7A8FCB;
}
.thn_line {
display: block;
border-bottom: 2px ridge #4682B4;
}
.lt_line {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #778899;
}
img.pd{
margin:4px;
padding:4px;
border:0;
}
img.info {
margin-bottom:-.8em;
padding-bottom:0;
}
img.brdr{
margin:0px;
padding:0px;
border: .5px solid Black;
}
.imgColL{
display: block;
float: left;
margin-right: 10px;
padding-right: 10px;
}
.imgColR{
clear: right;
display: block;
float: right;
margin-left: 10px;
padding-left: 10px;
}
.imgR{
clear: right;
float: right;
margin-left: 5px;
padding-left: 5px;
}
.imgL{
clear: left;
float: left;
margin-right: 5px;
padding-right: 5px;
}
.imgT{
margin-bottom: 5px;
padding-bottom: 5px;
margin-right: 5px;
padding-right: 5px;
margin-left: 5px;
padding-left: 5px;
}
.imgB{
margin-top: 5px;
padding-top: 5px;
margin-right: 5px;
padding-right: 5px;
margin-left: 5px;
padding-left: 5px;
}
.imgAll{
margin: 5px;
padding: 5px;
}
/*TABLE {
font-size: inherit;
padding: 0;
margin: 0;
border: 0;
width: 100%;
}*/
.basic {
background: #D9ECED;
/*width: 100%;*/
width: 600px;
border-left: 1px solid #708090;
border-top: thin solid #5F6D7A;
border-bottom: 1px solid #708090;
border-right: 1px solid #708090;
padding: 5px 3px 3px 3px;
left: 0px;
overflow:scroll;
}
TABLE.sub1 {
/*width: 90%;*/
font-size: 12px;
border-left: 4px solid #708090;
background-color: #ACB9CA;
/*padding-left: 5px;*/
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
TABLE.sub2 {
/* width: 90%; */
min-width: 250px;
padding: 0 0 0 5px;
margin-right: 5px;
margin-left: 10px;
/*border-left: 6px solid #696969;*/
border-left: 0px;
border-bottom: 2px solid #5F9EA0;
border-top: 0px none;
}
TABLE.sub3 {
/* width: 90%; */
/*min-width: 250px;*/
/*padding: 0 0 0 5px;*/
/*margin-right: 5px;*/
/*margin-left: 10px;*/
/*border-left: 6px solid #696969;*/
/*border-left: 0px;*/
/*border-bottom: 2px solid #5F9EA0;*/
/*border-top: 0px none;*/
border:1px;
font-size: 12px;
}
TABLE.sub3.tr.th{
align:left;
font-size: 10px;
}
/*
TABLE.sub3,td{
align:left;
font-size: 10px;
}
*/
#newsBox{
padding: 0px;
margin: 0px;
border: solid;
border-left: 3px solid #0C3838;
border-bottom: 3px solid #0C3838;
border-top: 3px solid #0C3838;
border-right: 3px solid #0C3838;
}
.newsHead{
padding: 0px 0 3px 0;
margin: 0px 0 3px 0;
color: white;
background-color: #005051;
font-weight: bold;
font-size: 1.1em;
text-indent: 3px;
}
.help {
color: white;
z-index: 1000;
visibility: visible;
position: absolute;
right: 5px;
top: 5px;
font-size: smaller;
background-color: #2067E5;
padding: 0 1px 1px 2px;
margin: 0 1px 0 2px;
border: thin solid White;
}
.helpWin {
position: absolute;
background-color: White;
height:auto;
width:200px;
right:-230px;
top: 5px;
border: thin solid #476AAA;
display:none;
z-index: 500;
}
.help a {color: white; font-weight: bold ; text-decoration: none;}
.featureBox{
padding: 0px;
margin: 0px;
border: solid;
border-left: 3px solid #708090;
border-bottom: 3px solid #708090;
border-top: 3px solid #708090;
border-right: 3px solid #708090;
}
TABLE.sub2a {
width:100%;
font-size: 100%;
padding: 0px;
/* width: 90%; */
margin-right: 5px;
padding-left: 5px;
margin-left: 5px;
/* border-left: 6px solid #696969;*/
border-left: 0px;
border-bottom: 2px solid #5F9EA0;
border-top: 0px none;
}
TABLE.content {
/*width:98%;*/
background: #E7EDF1;
border: 3px solid #FFFFFF;
padding: 2px;
margin-top: 15px;
margin-left: 20px;
margin-right: 5px;
margin-bottom: 5px;
border-right: 5px ridge #34537E;
border-left: 1px solid #6E82CF;
border-top: 1px solid #C2CFC4;
border-bottom: 3px ridge #3D6093;
}
.results {
background: #FDFFFE;
/*width: 100%;*/
border-left: 1px solid #4E9AA3;
border-top: thin solid #4E9AA3;
border-bottom: 1px solid #4E9AA3;
border-right: 1px solid #4E9AA3;
padding-left: 2px;
padding-right: 2px;
}
TD.topAlign {
padding-top: .3em;
}
th {
font-weight: normal;
font-style: italic;
border: thin solid White;
}
.select {
border: thin outset #A7998D;
}
.crit {
position: relative;
background: #F4F9FB;
border: 2px;
padding: 2px;
border-right: 1px ridge #265291;
border-left: 1px solid #0D6CB6;
border-top: 1px solid #7FA0CE;
border-bottom: 1px ridge #004487;
color: #A0522D;
/*width: 95%;*/
display: block;
clear: both;
}
.pg3 {
background: #E9E9E9;
border: 2px;
padding: 2px;
border-right: 5px ridge #265291;
border-left: 1px solid #0D6CB6;
border-top: 1px solid #7FA0CE;
border-bottom: 3px ridge #004487;
color: #5A2E19;
}
.setLabel1T {
padding: 0px 1px 2px 1px;
margin-left: 3px; margin-right: 4px;
background-color: #C3E2D7;
border: 1px solid; border-color: Black;
}
.setLabel2T {
padding: 0px 1px 2px 1px;
/*margin-left: 3px; margin-right: 4px;*/
background-color: #CFCBAC;
border: 1px solid; border-color: Black;
}
.upcoming{
font-size: small;
background-color: #F2F1F1;
border: 1px solid #E1894E;
padding: 5px 5px 10px 5px;
display: block;
}
.rowLabel2 {
background-color: #36868E;
color: #F9F5D0;
}
.rowLabel3 {
background-color: #BCBC8F;
color: #890401;
}
.rowLabel4 {
background-color: #C3CFDB;
color: #5C3E1F;
}
.rowLabel5 {
background-color: #E5EDF5;
color: #304C9C;
}
.rowCream {
background-color:#F5F4DC;
color: #5C3E1F;
padding: 3px;
}
.detailsRow {
background-color: #eef1e4;
padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 4px
}
.criteria {
/*background: #D9ECED;*/
clear:both;
background: #FFFFFF;
border-left: 1px solid #708090;
border-top: thin solid #5F6D7A;
border-bottom: 1px solid #708090;
border-right: 1px solid #708090;
padding: 5px 3px 3px 3px;
position:absolute;
width:50%;
height:auto;
overflow-x:hidden;
overflow-y:auto;
z-index:2;
display:none;
color: #660033;
}
table.confluenceTable, table.admin
{
margin: 5px;
border-collapse: collapse;
}
td.confluenceTd, table.confluenceTable td.confluenceTd, table.admin td
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
vertical-align: top;
}
th.confluenceTh, table.confluenceTable th.confluenceTh, table.admin th
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
vertical-align: top;
}
.clearer{
clear: both;
font-size: 1px;
line-height: 1px;
}
.importantButton{
background-color: #FFCC99; /* Light Orange */
border:1px solid;
border-radius: 2px 2px 2px 2px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
input.importantButton:hover{
/*background: #FFA500;*/ /*Orange*/
border-width: 2px;
border-style: solid;
/*border-color: #FFA500;*/
border-style:outset;
background-color: #FFA500;
cursor:pointer;
}
#importantText{
/* background-color: #FFCC99; */
color: red;
}
.clearButton{
width:18px;
height:19px;
float:left;
margin-top: 0px;
position:relative;
display:inline;
left:5px
}
.setButton{
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
min-width:155px;
display:inline;
}
.helpButton{
border-radius: 4px 4px 4px 4px;
float:left;
margin-top: 0px;
width:18px;
height:19px;
display:inline;
position:relative;
}
.buttonLink{
text-decoration:none
}
.infoButton{
float:left;
margin-top: 0px;
width:18px;
height:19px;
display:inline;
position:relative;
} | ROOT/css/petdb.css | html, body{
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
/*margin:0 auto;*/
margin: 0;
text-align:center;
padding:0;
border:0;
/* width: 900px; */
min-width:3.5em;
/*height: 100%;*/
min-height: 3.5em
/* JLC 20090804 background: url(../images/colorbk.gif) repeat-y left; */
}
/* the following block was updated by Bai on 10/03/13 */
.ui-tabs .ui-tabs-panel td > a:link, a:visited {
color: #E16000;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-tabs .ui-tabs-panel,
ul.tab_ul {
color: #E16000; background: #E4F6F2 none;
}
.ui-tabs .ui-tabs-nav li a{
color: Maroon;
}
.ui-tabs .ui-tabs-panel td {text-align:left}
/*for popout windows*/
html.pop, body.pop {
text-align:left;
border:0;
background: #E4F6F2 none;
width: auto;
min-width: 100px;
height: 100%;
min-height: 100px;
color: Maroon;
}
.forceIE{min-width:700px; background:transparent;}
#header{
margin:0;
padding:0;
border:0;
min-width:6.0em;
height:85px;
background: White url(../images/petdb_topbk.gif) repeat-x top left;
color: #003176;
display: block;
}
#wrapper{
font-size: inherit;
margin: 0 auto;
padding:0;
text-align: left;
min-width:7.0em;
width: auto;
/*display: block;
clear: both;*/
}
#content{
font-size: inherit;
margin: 0 0 0px 10px;
padding: 0 0 0px 10px;
border:0;
display: block;
color: Maroon;
text-align: left;
min-width:5.0em;
/*
width:85%;*/
height:100%;
float:left;
}
#srchTabs{
display: block;
background: WHITE url(../images/srchtab_bk.gif) repeat-x top left;
width: 98%;
position: relative;
z-index: 2;
float: left;
clear: both;
}
#rtMenu{
float:right;
clear:none;
width:10%;
height: auto;
border-bottom: none;
border-left: 3px double #ABBDDC;
padding-left: 5px;
}
#menu{
font-size: medium;
margin:0;
padding:0px;
border:0;
width:7.5em;
min-height:10em;
z-index:4;
float: left;
}
.menuLayer{
position:absolute;
float:left;
display:none;
width: 7em;
height: auto;
padding: 0 .5em 0 .5em;
z-index: 500;
}
.column1{
height: auto;
margin: 0 4px 0 0;
padding: 0 0 0 0;
/*border: thin solid Red;*/
float: left;
}
.column2{
margin: 0 0 0 4px;
padding: 0 0 0 0;
float: left;
/*border: thin solid Blue;*/
}
#advanced {
top:0px;
/*width: 100%;*/
display: none;
}
#footer{
font-size: inherit;
margin: 10px;
padding: 10px 20px;
border:0;
width:auto;
height:45px;
bottom: 2px;
clear: both;
}
.page {
font-family: Arial, Helvetica, sans-serif;
color: #C3CAD1;
font-size: .9em;
text-align: left;
}
.row{
font-size: inherit;
margin: 5px 2px 2px 2px;
padding: 5px 2px 2px 2px;
border:0;
min-width: 5.0em;
width:100%;
/*display:block;
float:left;*/
}
.row_sec{
display:inline;
float:left;
height:60px;
width:auto;
}
a.menu1, a.here {
border: none;
display: block;
background-color: #4A9AA5;
/*border: 1px outset #46466B;*/
color: #FFFFE0;
padding: 3px 3px 0px 1px;
margin: 3px 3px 3px 8px;
font-size: .9em;
text-decoration : none;
text-align: right;
width:7em;
height: auto;
position: relative;
clear:none;
}
a.here, a.here:hover{
font-weight: bold;
color: #A2C3FF;
}
a.menu2 {
background-attachment : inherit;
display: block;
font-size: .9em;
text-decoration : none;
text-align: center;
width:7em;
height: auto;
position: relative;
left:10px;
clear:none;
border: 1px outset #46466B;
color: #FFFFE0;
padding: 3px 3px 0px 1px;
margin: 0 2px 0 2px;
background-color: #72B7C0;
}
a.menu1:hover, a.menu2:hover {
color: #FFD700;
}
h1,h2,h3{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
h1{
color: #28565C;
font-size: 1.6em;
margin-bottom: 0;
}
h2{
color: #377780;
font-size: 1.25em;
margin-bottom: -.25em;
}
h3{
color: #4596A1;
font-size: 1em;
margin-bottom: -.85em;
}
td h3 {
margin-top: 0;
margin-bottom: 0;
}
h4{
margin-bottom: -.75em;
}
li {
margin-bottom: .4em;
}
UL {
list-style-image: url(/images/bullet.gif);
list-style-position: outside;
}
ul.arrow {
list-style-image: url(/images/arrow1.gif);
}
a {
color: #E16000;
/*text-decoration: none;*/
}
a:hover{
color: #A52A2A;
}
.rowLabel2 a {
color: #F0FFF0;
}
.rowLabel2 a:hover {
font-weight: bolder;
color: #F0E68C;
}
a.top {
color: #E9C267;
text-decoration: none;
}
a.top:hover {
color: #F0E68C;
text-decoration: none;
}
.here{
font-weight: bold;
color: #49A9C7;
}
.nopad{
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
}
.pad, .pad td{
color: #660033;
padding-left: 5px;
padding-right: 5px;
}
.padBlok{
display: block;
padding:10px;
}
.popTop {
width:90%;
font-style: italic;
margin: 15px 5px 5px 10px;
}
.popTop .emphasis {font-size: 1.1em}
.smTxt{
font-size: .9em;
}
.smTxt2{
font-size: .8em;
}
.smTxt3{
font-size: .7em;
}
.hotTopic{
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #683429;
}
.coolTopic, .bigCoolTopic {
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #365C8D;
font-family: Verdana, Arial, Helvetica, "Challenge Extra Bold", sans-serif;
}
.bigCoolTopic{
font-style: normal;
font-size: 1.5em;
}
.acc_color{
font-style: italic;
font-size: 1.1em;
font-weight: bold;
color: #FE520F;
font-family: Verdana, Arial, Helvetica, "Challenge Extra Bold", sans-serif;
}
.ital {
font-style: italic;
font-size: .9em;
}
.notices {
font-size: .9em;
font-style: italic;
color: #2F4F4F;
}
.keyword{
font-weight: bold;
font-size: 100%;
color: #CD853F;
}
.emphasis {
color: #005859;
font-weight: bold;
}
.emphasis2{
font-style: italic;
color: #003466;
}
.new {
font-size: inherit;
font-style: italic;
font-weight: bolder;
}
.regTxt{
font-size: 1em;
color: #660033;
}
.smallTxt{
font-size: 11px;
color: #660033;
}
p.coolTopic {
margin-bottom: -.1em;
margin-top: -.1em;
}
p.newsItem {
margin-bottom: -.9em;
}
.newsItem {
font-size: 1.1em;
font-style: italic;
font-weight: bold;
color: #5E8A7E;
}
.newsdividr{
background-color: #4A9AA5;
width: .2em;
padding: 0;
}
.newsdate{
color: #4A9AA5;
font-weight: bold;
width: 4em;
}
.newsTitle {
font-size: 1.2em;
font-weight: bold;
color: #726D7F;
}
.selectBox {
display: block;
background-color: #B1D5DA;
border: thin outset #A7998D;
margin: 0 0 10px 0;
padding: 5px 5px 5px 5px;
float:left;
}
.thk_line {
border-bottom: 5px ridge #7A8FCB;
}
.thn_line {
display: block;
border-bottom: 2px ridge #4682B4;
}
.lt_line {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #778899;
}
img.pd{
margin:4px;
padding:4px;
border:0;
}
img.info {
margin-bottom:-.8em;
padding-bottom:0;
}
img.brdr{
margin:0px;
padding:0px;
border: .5px solid Black;
}
.imgColL{
display: block;
float: left;
margin-right: 10px;
padding-right: 10px;
}
.imgColR{
clear: right;
display: block;
float: right;
margin-left: 10px;
padding-left: 10px;
}
.imgR{
clear: right;
float: right;
margin-left: 5px;
padding-left: 5px;
}
.imgL{
clear: left;
float: left;
margin-right: 5px;
padding-right: 5px;
}
.imgT{
margin-bottom: 5px;
padding-bottom: 5px;
margin-right: 5px;
padding-right: 5px;
margin-left: 5px;
padding-left: 5px;
}
.imgB{
margin-top: 5px;
padding-top: 5px;
margin-right: 5px;
padding-right: 5px;
margin-left: 5px;
padding-left: 5px;
}
.imgAll{
margin: 5px;
padding: 5px;
}
/*TABLE {
font-size: inherit;
padding: 0;
margin: 0;
border: 0;
width: 100%;
}*/
.basic {
background: #D9ECED;
/*width: 100%;*/
width: 600px;
border-left: 1px solid #708090;
border-top: thin solid #5F6D7A;
border-bottom: 1px solid #708090;
border-right: 1px solid #708090;
padding: 5px 3px 3px 3px;
left: 0px;
overflow:scroll;
}
TABLE.sub1 {
/*width: 90%;*/
font-size: 12px;
border-left: 4px solid #708090;
background-color: #ACB9CA;
/*padding-left: 5px;*/
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
TABLE.sub2 {
/* width: 90%; */
min-width: 250px;
padding: 0 0 0 5px;
margin-right: 5px;
margin-left: 10px;
/*border-left: 6px solid #696969;*/
border-left: 0px;
border-bottom: 2px solid #5F9EA0;
border-top: 0px none;
}
TABLE.sub3 {
/* width: 90%; */
/*min-width: 250px;*/
/*padding: 0 0 0 5px;*/
/*margin-right: 5px;*/
/*margin-left: 10px;*/
/*border-left: 6px solid #696969;*/
/*border-left: 0px;*/
/*border-bottom: 2px solid #5F9EA0;*/
/*border-top: 0px none;*/
border:1px;
font-size: 12px;
}
TABLE.sub3.tr.th{
align:left;
font-size: 10px;
}
/*
TABLE.sub3,td{
align:left;
font-size: 10px;
}
*/
#newsBox{
padding: 0px;
margin: 0px;
border: solid;
border-left: 3px solid #0C3838;
border-bottom: 3px solid #0C3838;
border-top: 3px solid #0C3838;
border-right: 3px solid #0C3838;
}
.newsHead{
padding: 0px 0 3px 0;
margin: 0px 0 3px 0;
color: white;
background-color: #005051;
font-weight: bold;
font-size: 1.1em;
text-indent: 3px;
}
.help {
color: white;
z-index: 1000;
visibility: visible;
position: absolute;
right: 5px;
top: 5px;
font-size: smaller;
background-color: #2067E5;
padding: 0 1px 1px 2px;
margin: 0 1px 0 2px;
border: thin solid White;
}
.helpWin {
position: absolute;
background-color: White;
height:auto;
width:200px;
right:-230px;
top: 5px;
border: thin solid #476AAA;
display:none;
z-index: 500;
}
.help a {color: white; font-weight: bold ; text-decoration: none;}
.featureBox{
padding: 0px;
margin: 0px;
border: solid;
border-left: 3px solid #708090;
border-bottom: 3px solid #708090;
border-top: 3px solid #708090;
border-right: 3px solid #708090;
}
TABLE.sub2a {
width:100%;
font-size: 100%;
padding: 0px;
/* width: 90%; */
margin-right: 5px;
padding-left: 5px;
margin-left: 5px;
/* border-left: 6px solid #696969;*/
border-left: 0px;
border-bottom: 2px solid #5F9EA0;
border-top: 0px none;
}
TABLE.content {
/*width:98%;*/
background: #E7EDF1;
border: 3px solid #FFFFFF;
padding: 2px;
margin-top: 15px;
margin-left: 20px;
margin-right: 5px;
margin-bottom: 5px;
border-right: 5px ridge #34537E;
border-left: 1px solid #6E82CF;
border-top: 1px solid #C2CFC4;
border-bottom: 3px ridge #3D6093;
}
.results {
background: #FDFFFE;
/*width: 100%;*/
border-left: 1px solid #4E9AA3;
border-top: thin solid #4E9AA3;
border-bottom: 1px solid #4E9AA3;
border-right: 1px solid #4E9AA3;
padding-left: 2px;
padding-right: 2px;
}
TD.topAlign {
padding-top: .3em;
}
th {
font-weight: normal;
font-style: italic;
border: thin solid White;
}
.select {
border: thin outset #A7998D;
}
.crit {
position: relative;
background: #F4F9FB;
border: 2px;
padding: 2px;
border-right: 1px ridge #265291;
border-left: 1px solid #0D6CB6;
border-top: 1px solid #7FA0CE;
border-bottom: 1px ridge #004487;
color: #A0522D;
/*width: 95%;*/
display: block;
clear: both;
}
.pg3 {
background: #E9E9E9;
border: 2px;
padding: 2px;
border-right: 5px ridge #265291;
border-left: 1px solid #0D6CB6;
border-top: 1px solid #7FA0CE;
border-bottom: 3px ridge #004487;
color: #5A2E19;
}
.setLabel1T {
padding: 0px 1px 2px 1px;
margin-left: 3px; margin-right: 4px;
background-color: #C3E2D7;
border: 1px solid; border-color: Black;
}
.setLabel2T {
padding: 0px 1px 2px 1px;
/*margin-left: 3px; margin-right: 4px;*/
background-color: #CFCBAC;
border: 1px solid; border-color: Black;
}
.upcoming{
font-size: small;
background-color: #F2F1F1;
border: 1px solid #E1894E;
padding: 5px 5px 10px 5px;
display: block;
}
.rowLabel2 {
background-color: #36868E;
color: #F9F5D0;
}
.rowLabel3 {
background-color: #BCBC8F;
color: #890401;
}
.rowLabel4 {
background-color: #C3CFDB;
color: #5C3E1F;
}
.rowLabel5 {
background-color: #E5EDF5;
color: #304C9C;
}
.rowCream {
background-color:#F5F4DC;
color: #5C3E1F;
padding: 3px;
}
.detailsRow {
background-color: #eef1e4;
padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 4px
}
.criteria {
/*background: #D9ECED;*/
clear:both;
background: #FFFFFF;
border-left: 1px solid #708090;
border-top: thin solid #5F6D7A;
border-bottom: 1px solid #708090;
border-right: 1px solid #708090;
padding: 5px 3px 3px 3px;
position:absolute;
width:50%;
height:auto;
overflow-x:hidden;
overflow-y:auto;
z-index:2;
display:none;
color: #660033;
}
table.confluenceTable, table.admin
{
margin: 5px;
border-collapse: collapse;
}
td.confluenceTd, table.confluenceTable td.confluenceTd, table.admin td
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
vertical-align: top;
}
th.confluenceTh, table.confluenceTable th.confluenceTh, table.admin th
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
vertical-align: top;
}
.clearer{
clear: both;
font-size: 1px;
line-height: 1px;
}
.importantButton{
background-color: #FFCC99; /* Light Orange */
border:1px solid;
border-radius: 2px 2px 2px 2px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
input.importantButton:hover{
/*background: #FFA500;*/ /*Orange*/
border-width: 2px;
border-style: solid;
/*border-color: #FFA500;*/
border-style:outset;
background-color: #FFA500;
cursor:pointer;
}
#importantText{
/* background-color: #FFCC99; */
color: red;
}
.clearButton{
width:18px;
height:19px;
float:left;
margin-top: 0px;
position:relative;
display:inline;
left:5px
}
.setButton{
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
min-width:155px;
display:inline;
}
.helpButton{
border-radius: 4px 4px 4px 4px;
float:left;
margin-top: 0px;
width:18px;
height:19px;
display:inline;
position:relative;
}
.buttonLink{
text-decoration:none
}
.infoButton{
float:left;
margin-top: 0px;
width:18px;
height:19px;
display:inline;
position:relative;
} | 0.193109 | 0.039713 |
.e-content-area {
background-color: white;
color: #111111;
border-color: #c8c8c8;
font-family: Segoe UI;
}
/*------------------------------------- ToolBar -------------------------------------------*/
.e-toolbar {
font-family: Segoe UI;
font-weight: normal;
font-size: 14px;
color: #686969;
background-repeat: no-repeat;
border-color: #c8c8c8;
}
.e-toolbar {
background: #ececec;
}
.e-toolbar {
background: #ececec;
}
.e-toolbar.e-focus {
box-shadow: 0 0 2px #cbcbcb;
}
.e-toolbar > .e-horizontal.e-separator {
border-right: 1px solid #c8c8c8;
border-left: none;
border-radius: initial;
}
/*-------------------tooltip class ----------------------*/
.e-toolbarTooltip {
min-width: auto;
}
.e-toolbarTooltip .e-tipContainer .e-tipcontent {
padding: 2px 4px;
}
.e-toolbar > .e-horizontal .e-separator {
border-right: 1px solid #c8c8c8;
border-left: none;
border-radius: inherit;
height: inherit;
}
.e-toolbar > .e-vertical.e-separator {
border-bottom: 1px solid #c8c8c8;
border-top: none;
border-radius: initial;
}
.e-toolbar > .e-vertical .e-separator {
border-bottom: 1px solid #c8c8c8;
border-top: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-horizontal.e-separator {
border-left: 1px solid #c8c8c8;
border-right: none;
border-radius: initial;
}
.e-toolbar.e-rtl > .e-horizontal .e-separator {
border-left: 1px solid #c8c8c8;
border-right: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-vertical.e-separator {
border-top: 1px solid #c8c8c8;
border-bottom: none;
border-radius: initial;
}
.e-toolbar.e-rtl > .e-vertical .e-separator {
border-top: 1px solid #c8c8c8;
border-bottom: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-vertical .e-corner-all {
border-radius: inherit;
}
.e-toolbar > ul > li div.e-item-overlay {
background-color: #ececec;
}
.e-toolbar > .e-horizontal .e-hover,
.e-toolbar > .e-vertical > .e-hover {
color: #282827;
border-color: #86cbea;
}
.e-toolbar > .e-horizontal .e-hover,
.e-toolbar > .e-vertical > .e-hover {
background: #86cbea;
}
.e-toolbar > .e-horizontal .e-hover > div:before,
.e-toolbar > .e-vertical > .e-hover > div:before,
.e-toolbar > .e-horizontal .e-hover > span:before,
.e-toolbar > .e-vertical > .e-hover > span:before,
.e-toolbar > .e-horizontal .e-hover > a:before,
.e-toolbar > .e-vertical > .e-hover > a:before {
color: #282827;
}
.e-toolbar > .e-horizontal .e-active.e-hover > div:before,
.e-toolbar > .e-vertical > .e-active.e-hover > div:before,
.e-toolbar > .e-horizontal .e-active.e-hover > span:before,
.e-toolbar > .e-vertical > .e-active.e-hover > span:before,
.e-toolbar > .e-horizontal .e-active.e-hover > a:before,
.e-toolbar > .e-vertical > .e-active.e-hover > a:before {
color: white;
}
.e-toolbar > .e-horizontal .e-active,
.e-toolbar > .e-vertical > .e-active {
border-color: #c8c8c8;
color: white;
}
.e-toolbar > .e-horizontal .e-active,
.e-toolbar > .e-vertical > .e-active {
background: #179bd7;
}
.e-toolbar > .e-horizontal > .e-hover > a,
.e-toolbar > .e-horizontal > .e-hover > span,
.e-toolbar > .e-horizontal > .e-hover > div,
.e-toolbar > .e-vertical > .e-hover > a,
.e-toolbar > .e-vertical > .e-hover > span,
.e-toolbar > .e-vertical > .e-hover > div {
background-color: transparent;
color: #282827;
}
.e-toolbar > .e-horizontal > .e-active > a,
.e-toolbar > .e-horizontal > .e-active > span,
.e-toolbar > .e-horizontal > .e-active > div,
.e-toolbar > .e-vertical > .e-active > a,
.e-toolbar > .e-vertical > .e-active > span,
.e-toolbar > .e-vertical > .e-active > div {
background-color: transparent;
color: white;
} | Northwind.Mvc.AJAX/Content/ej/web/default-theme/ej.toolbar.css |
.e-content-area {
background-color: white;
color: #111111;
border-color: #c8c8c8;
font-family: Segoe UI;
}
/*------------------------------------- ToolBar -------------------------------------------*/
.e-toolbar {
font-family: Segoe UI;
font-weight: normal;
font-size: 14px;
color: #686969;
background-repeat: no-repeat;
border-color: #c8c8c8;
}
.e-toolbar {
background: #ececec;
}
.e-toolbar {
background: #ececec;
}
.e-toolbar.e-focus {
box-shadow: 0 0 2px #cbcbcb;
}
.e-toolbar > .e-horizontal.e-separator {
border-right: 1px solid #c8c8c8;
border-left: none;
border-radius: initial;
}
/*-------------------tooltip class ----------------------*/
.e-toolbarTooltip {
min-width: auto;
}
.e-toolbarTooltip .e-tipContainer .e-tipcontent {
padding: 2px 4px;
}
.e-toolbar > .e-horizontal .e-separator {
border-right: 1px solid #c8c8c8;
border-left: none;
border-radius: inherit;
height: inherit;
}
.e-toolbar > .e-vertical.e-separator {
border-bottom: 1px solid #c8c8c8;
border-top: none;
border-radius: initial;
}
.e-toolbar > .e-vertical .e-separator {
border-bottom: 1px solid #c8c8c8;
border-top: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-horizontal.e-separator {
border-left: 1px solid #c8c8c8;
border-right: none;
border-radius: initial;
}
.e-toolbar.e-rtl > .e-horizontal .e-separator {
border-left: 1px solid #c8c8c8;
border-right: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-vertical.e-separator {
border-top: 1px solid #c8c8c8;
border-bottom: none;
border-radius: initial;
}
.e-toolbar.e-rtl > .e-vertical .e-separator {
border-top: 1px solid #c8c8c8;
border-bottom: none;
border-radius: inherit;
}
.e-toolbar.e-rtl > .e-vertical .e-corner-all {
border-radius: inherit;
}
.e-toolbar > ul > li div.e-item-overlay {
background-color: #ececec;
}
.e-toolbar > .e-horizontal .e-hover,
.e-toolbar > .e-vertical > .e-hover {
color: #282827;
border-color: #86cbea;
}
.e-toolbar > .e-horizontal .e-hover,
.e-toolbar > .e-vertical > .e-hover {
background: #86cbea;
}
.e-toolbar > .e-horizontal .e-hover > div:before,
.e-toolbar > .e-vertical > .e-hover > div:before,
.e-toolbar > .e-horizontal .e-hover > span:before,
.e-toolbar > .e-vertical > .e-hover > span:before,
.e-toolbar > .e-horizontal .e-hover > a:before,
.e-toolbar > .e-vertical > .e-hover > a:before {
color: #282827;
}
.e-toolbar > .e-horizontal .e-active.e-hover > div:before,
.e-toolbar > .e-vertical > .e-active.e-hover > div:before,
.e-toolbar > .e-horizontal .e-active.e-hover > span:before,
.e-toolbar > .e-vertical > .e-active.e-hover > span:before,
.e-toolbar > .e-horizontal .e-active.e-hover > a:before,
.e-toolbar > .e-vertical > .e-active.e-hover > a:before {
color: white;
}
.e-toolbar > .e-horizontal .e-active,
.e-toolbar > .e-vertical > .e-active {
border-color: #c8c8c8;
color: white;
}
.e-toolbar > .e-horizontal .e-active,
.e-toolbar > .e-vertical > .e-active {
background: #179bd7;
}
.e-toolbar > .e-horizontal > .e-hover > a,
.e-toolbar > .e-horizontal > .e-hover > span,
.e-toolbar > .e-horizontal > .e-hover > div,
.e-toolbar > .e-vertical > .e-hover > a,
.e-toolbar > .e-vertical > .e-hover > span,
.e-toolbar > .e-vertical > .e-hover > div {
background-color: transparent;
color: #282827;
}
.e-toolbar > .e-horizontal > .e-active > a,
.e-toolbar > .e-horizontal > .e-active > span,
.e-toolbar > .e-horizontal > .e-active > div,
.e-toolbar > .e-vertical > .e-active > a,
.e-toolbar > .e-vertical > .e-active > span,
.e-toolbar > .e-vertical > .e-active > div {
background-color: transparent;
color: white;
} | 0.521959 | 0.09426 |
.gallery__bg {
background: url("https://images.unsplash.com/photo-1547003016-f98f1b2861b0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80");
margin-top: -100px !important;
padding-top: 20px;
}
.gal__container {
padding: 5px;
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh;
grid-gap: 5px;
}
.gal__container .box.j,
.gal__container .box.k {
grid-column: span 2;
}
.gal__container > .box {
position: relative;
background: #ccc;
}
.gal__container > .box.a {
grid-row: span 2;
}
.gal__container > .box.b,
.gal__container > .box.f {
grid-column: span 2;
}
.imgg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
filter: brightness(0.9);
transition: transform 0.2s ease;
}
.imgg:hover {
transform: scale(1.2);
z-index: 10000 !important;
}
@media (max-width: 991px) {
.gal__container {
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px;
grid-gap: 5px;
}
.gal__container .box.j {
grid-column: span 2;
}
.gal__container .box.k {
grid-column: span 1;
}
.heading {
font-size: 40px;
}
}
@media (max-width: 786px) {
.ReactModal__Content {
position: absolute;
left: 10% !important;
right: 10% !important;
top: 30% !important;
bottom: 30% !important;
height: 40vh !important;
width: 60vw !important;
background-color: #fff;
box-shadow: 0 0 10px 0 rgba(0, 0, 97, 0.5);
overflow: hidden !important;
/* border-radius: 4px; */
outline: none;
}
.gal__container {
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px;
grid-gap: 5px;
}
.heading {
font-size: 30px;
}
.ReactModal__Content {
height: 100px;
width: 100px;
}
} | public/assets/css/styleGal.css | .gallery__bg {
background: url("https://images.unsplash.com/photo-1547003016-f98f1b2861b0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80");
margin-top: -100px !important;
padding-top: 20px;
}
.gal__container {
padding: 5px;
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh
"1fr 1fr 1fr 1fr" 33.33vh;
grid-gap: 5px;
}
.gal__container .box.j,
.gal__container .box.k {
grid-column: span 2;
}
.gal__container > .box {
position: relative;
background: #ccc;
}
.gal__container > .box.a {
grid-row: span 2;
}
.gal__container > .box.b,
.gal__container > .box.f {
grid-column: span 2;
}
.imgg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
filter: brightness(0.9);
transition: transform 0.2s ease;
}
.imgg:hover {
transform: scale(1.2);
z-index: 10000 !important;
}
@media (max-width: 991px) {
.gal__container {
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px
"1fr 1fr 1fr" 200px;
grid-gap: 5px;
}
.gal__container .box.j {
grid-column: span 2;
}
.gal__container .box.k {
grid-column: span 1;
}
.heading {
font-size: 40px;
}
}
@media (max-width: 786px) {
.ReactModal__Content {
position: absolute;
left: 10% !important;
right: 10% !important;
top: 30% !important;
bottom: 30% !important;
height: 40vh !important;
width: 60vw !important;
background-color: #fff;
box-shadow: 0 0 10px 0 rgba(0, 0, 97, 0.5);
overflow: hidden !important;
/* border-radius: 4px; */
outline: none;
}
.gal__container {
width: 100%;
display: grid;
grid-auto-flow: dense;
grid-template:
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px
"1fr 1fr" 150px;
grid-gap: 5px;
}
.heading {
font-size: 30px;
}
.ReactModal__Content {
height: 100px;
width: 100px;
}
} | 0.610221 | 0.23612 |
@charset "utf-8";
html, body {
height: 100%;
}
body {
position: relative;
font-size: 12px;
word-break: break-all;
min-width: 1200px;
}
.container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.main {
position: relative; /* 添加定位,解决popover定位问题 */
min-height: 100%;
padding: 65px 0 55px 0;
margin-bottom: -41px;
}
.footer {
color: #333;
height: 41px;
border-top: 1px solid #d6d6d6;
}
.footer p {
line-height: 40px;
margin-bottom: 0;
}
/*通用样式start*/
body,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
line-height: 1.5;
}
.table tbody + tbody {
border-top: 0;
}
.alert {
margin-bottom: 15px;
}
textarea.form-control {
height: 100px;
}
.table-box {
overflow-x: auto;
}
.table-bordered > thead > tr > th {
text-align: center;
}
.table-colorheader > thead > tr > th {
background-color: #eee;
}
.table-outline {
border: 0 solid #ddd !important;
border-width: 0 1px 1px !important;
}
.table-outline > thead > tr > th {
border-top: 1px solid #ddd !important;
}
.table .btn + .btn {
margin-left: 10px;
}
.item-name {
text-align: right;
}
label.item-name {
font-weight: normal;
}
.item-name.required:before {
left: auto;
top: 9px;
margin-left: -7px;
}
.item-name.half-required:before {
content: "|";
position: absolute;
top: 8px;
margin-left: -4px;
line-height: 1;
color: red;
}
.field-required {
position: relative;
}
.field-required::before {
content: "*";
position: absolute;
left: -6px;
line-height: 1;
font-size: 18px;
color: red;
}
.checkbox-ib,
.checkbox-b {
width: 18px;
height: 18px;
margin-top: 0 !important;
line-height: 1;
}
.checkbox-b {
display: block;
}
.checkbox-ib {
display: inline-block;
}
.checkbox-inline {
padding-left: 20px;
line-height: 1;
}
.checkbox-inline > input[type="checkbox"] {
width: 16px;
height: 16px;
margin-top: -2px;
margin-left: -20px;
}
.table .checkbox-b {
margin-left: 2px;
}
.table-condensed .checkbox-b {
margin-left: 5px;
}
.item-control .checkbox-b.form-control {
margin: 7px 0;
}
.radio-inline > input[type="radio"] {
margin-top: 3px;
}
.ztree {
padding: 0 !important;
}
.margin-top {
margin-top: 8px !important;
}
.margin-bottom {
margin-bottom: 8px !important;
}
.fa {
width: 14px;
}
.bg-white {
background-color: #fff !important;
}
/*通用样式end*/
/*头部 start*/
.header .navbar {
margin-bottom: 0;
border: 0;
background-color: rgb(36, 40, 44);
color: #eee;
}
.header .navbar a {
color: #eee;
}
.header .navbar a:hover {
color: #fff;
}
.header .navbar-brand {
margin-right: 50px;
}
.header .navbar-brand > img {
height: 36px;
margin-top: 7px;
}
.header .nav > li {
cursor: default;
}
.header .nav > li > a {
position: relative;
background-color: transparent;
}
.header .nav > li > a::after {
position: absolute;
left: 0;
top: 100%;
content: "";
width: 100%;
height: 3px;
margin-top: -3px;
background-color: #00C1DE;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: all .2s;
}
.header .nav > li:hover > a,
.header .nav > li.active > a {
color: #fff;
font-weight: bold;
}
.header .nav > li:hover > a::after,
.header .nav > li.active > a::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.header .avatar {
width: 36px;
height: 36px;
margin-right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.header .submenu-box {
display: none;
position: absolute;
left: 0;
top: 100%;
z-index: 100;
max-height: 415px;
overflow-y: auto;
padding: 10px 0 0 10px;
background-color: #272C30;
background-color: rgba(39, 44, 48, 0.98);
}
.header .nav > li:hover .submenu-box {
display: block;
}
.header .submenu-list {
font-size: 0;
}
.header .submenu-list > li {
display: inline-block;
font-size: 12px;
}
.header .submenu-list > li > a {
display: block;
width: 180px;
padding: 7px 20px;
margin: 0 10px 10px 0;
background-color: #4f5356;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
text-decoration: none;
}
.header .submenu-list > li > a:hover {
background-color: #00C1DE;
}
/*头部 end*/
/* 页面导航栏start */
.page-nav {
padding: 8px 20px;
margin-bottom: 15px;
background-color: #e5e5e5;
position: relative;
}
.page-nav .fa {
margin-right: 10px;
color: #78B4F5;
}
.page-nav-title {
font-size: 14px;
font-weight: bold;
}
/* 页面导航栏end */
/*块 start*/
.block {
margin-bottom: 15px;
}
.block-header {
margin-bottom: 8px;
border-bottom: 1px solid #eee;
line-height: 40px;
position: relative;
}
.block-option {
float: right;
font-size: 0;
}
.block-option .btn + .btn {
margin-left: 15px;
}
.block-header h5 {
display: inline-block;
margin-top: 8px;
margin-bottom: 8px;
border-left: 2px solid #00C1DE;
text-indent: 8px;
font-size: 16px;
vertical-align: middle;
}
/*块 end*/
/* 报错页start */
.error-conainer {
margin-top: 100px;
}
.error-img-box {
width: 33.33%;
text-align: right;
}
.error-msg-box {
padding: 0 30px;
vertical-align: middle;
}
.error-msg {
color: #c7254e;
font-size: 30px;
font-weight: normal;
}
/* 报错页end */
/* 选项卡start */
.nav-tabs > li {
margin-left: -1px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
z-index: 1;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
color: #666;
border-left: 0px;
border-right: 0px;
margin-right: 0px;
padding: 10px 16px;
background-color: #FBFAF8;
border-bottom: 0px;
}
.nav-tabs > li > a {
border-radius: 0px 0px 0px 0px;
}
.nav-tabs > li > a:hover {
background-color: #FFF;
color: #09C;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: 1px solid #dddddd;
border-top: 2px solid #00C1DE;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #FFF;
color: #333;
cursor: default;
background-color: #ffffff;
}
/* 选项卡end */
.option-bar {
line-height: 30px;
margin-bottom: 8px;
}
.option-bar .btn + .btn {
margin-left: 10px;
}
.option-bar .btn-group .btn + .btn {
margin-left: -1px;
}
.option-bar .form-inline label {
font-weight: normal;
margin-right: 10px;
margin-bottom: 0;
vertical-align: middle;
}
.ips-box .ztree,
.ips-box .table-box {
overflow-y: auto;
height: 420px;
}
.pro-list {
max-height: 400px;
overflow-y: auto;
}
.info-body {
padding: 15px;
background-color: #f2f3f4;
}
.extra-info {
margin-top: 10px;
}
.extra-info .nav-tabs > li > a {
border-top-color: transparent;
}
.extra-info .nav-tabs > li.active > a {
border-top-color: #00C1DE;
}
.sidebar-nav {
position: fixed;
left: 0;
top: 50%;
z-index: 100;
width: 200px;
margin-top: -211px;
padding: 15px 0;
background-color: #333744;
-webkit-transition: all .2s ease;
transition: all .2s ease;
transform: translateX(-100%);
}
.sidebar-nav.show {
transform: translateX(0);
}
.sidebar-nav .toggle-btn {
position: absolute;
left: 200px;
top: 50%;
display: block;
margin-top: -50px;
padding: 5px;
background-color: #e5e5e5;
cursor: pointer;
text-align: center;
}
.sidebar-nav .toggle-btn:hover {
background-color: #D9DEE4;
}
.sidebar-nav .toggle-btn .fa::before {
content: "\f101";
}
.sidebar-nav.show .toggle-btn .fa::before {
content: "\f100";
}
.sidebar-nav .nav-list li a {
display: block;
padding: 5px 10px;
color: #aeb9c2;
text-decoration: none;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.sidebar-nav .nav-list li:hover a,
.sidebar-nav .nav-list li.active a {
color: #fff;
background-color: #00C1DE;
}
.popover {
max-width: 600px;
font-size: 12px;
line-height: 1.5;
}
.small-title {
font-size: 14px;
font-weight: bold;
margin: 8px 0;
}
.pro-info .item-name,
.pro-info .item-static {
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
line-height: 1.5;
}
.tag-list {
}
.tag-item {
display: inline-block;
padding: 2px 5px;
margin: 4px 10px 4px 0;
background-color: #ddd;
}
.tag-item a {
margin-left: 5px;
color: #666;
cursor: pointer;
}
.tag-item a:hover {
color: red;
text-decoration: none;
}
.view-more {
position: relative;
cursor: pointer;
}
.view-more::after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 1px;
background-color: #000;
} | ezSmartHome/WebService/assets/css/site.css | @charset "utf-8";
html, body {
height: 100%;
}
body {
position: relative;
font-size: 12px;
word-break: break-all;
min-width: 1200px;
}
.container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.main {
position: relative; /* 添加定位,解决popover定位问题 */
min-height: 100%;
padding: 65px 0 55px 0;
margin-bottom: -41px;
}
.footer {
color: #333;
height: 41px;
border-top: 1px solid #d6d6d6;
}
.footer p {
line-height: 40px;
margin-bottom: 0;
}
/*通用样式start*/
body,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
line-height: 1.5;
}
.table tbody + tbody {
border-top: 0;
}
.alert {
margin-bottom: 15px;
}
textarea.form-control {
height: 100px;
}
.table-box {
overflow-x: auto;
}
.table-bordered > thead > tr > th {
text-align: center;
}
.table-colorheader > thead > tr > th {
background-color: #eee;
}
.table-outline {
border: 0 solid #ddd !important;
border-width: 0 1px 1px !important;
}
.table-outline > thead > tr > th {
border-top: 1px solid #ddd !important;
}
.table .btn + .btn {
margin-left: 10px;
}
.item-name {
text-align: right;
}
label.item-name {
font-weight: normal;
}
.item-name.required:before {
left: auto;
top: 9px;
margin-left: -7px;
}
.item-name.half-required:before {
content: "|";
position: absolute;
top: 8px;
margin-left: -4px;
line-height: 1;
color: red;
}
.field-required {
position: relative;
}
.field-required::before {
content: "*";
position: absolute;
left: -6px;
line-height: 1;
font-size: 18px;
color: red;
}
.checkbox-ib,
.checkbox-b {
width: 18px;
height: 18px;
margin-top: 0 !important;
line-height: 1;
}
.checkbox-b {
display: block;
}
.checkbox-ib {
display: inline-block;
}
.checkbox-inline {
padding-left: 20px;
line-height: 1;
}
.checkbox-inline > input[type="checkbox"] {
width: 16px;
height: 16px;
margin-top: -2px;
margin-left: -20px;
}
.table .checkbox-b {
margin-left: 2px;
}
.table-condensed .checkbox-b {
margin-left: 5px;
}
.item-control .checkbox-b.form-control {
margin: 7px 0;
}
.radio-inline > input[type="radio"] {
margin-top: 3px;
}
.ztree {
padding: 0 !important;
}
.margin-top {
margin-top: 8px !important;
}
.margin-bottom {
margin-bottom: 8px !important;
}
.fa {
width: 14px;
}
.bg-white {
background-color: #fff !important;
}
/*通用样式end*/
/*头部 start*/
.header .navbar {
margin-bottom: 0;
border: 0;
background-color: rgb(36, 40, 44);
color: #eee;
}
.header .navbar a {
color: #eee;
}
.header .navbar a:hover {
color: #fff;
}
.header .navbar-brand {
margin-right: 50px;
}
.header .navbar-brand > img {
height: 36px;
margin-top: 7px;
}
.header .nav > li {
cursor: default;
}
.header .nav > li > a {
position: relative;
background-color: transparent;
}
.header .nav > li > a::after {
position: absolute;
left: 0;
top: 100%;
content: "";
width: 100%;
height: 3px;
margin-top: -3px;
background-color: #00C1DE;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: all .2s;
}
.header .nav > li:hover > a,
.header .nav > li.active > a {
color: #fff;
font-weight: bold;
}
.header .nav > li:hover > a::after,
.header .nav > li.active > a::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.header .avatar {
width: 36px;
height: 36px;
margin-right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.header .submenu-box {
display: none;
position: absolute;
left: 0;
top: 100%;
z-index: 100;
max-height: 415px;
overflow-y: auto;
padding: 10px 0 0 10px;
background-color: #272C30;
background-color: rgba(39, 44, 48, 0.98);
}
.header .nav > li:hover .submenu-box {
display: block;
}
.header .submenu-list {
font-size: 0;
}
.header .submenu-list > li {
display: inline-block;
font-size: 12px;
}
.header .submenu-list > li > a {
display: block;
width: 180px;
padding: 7px 20px;
margin: 0 10px 10px 0;
background-color: #4f5356;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
text-decoration: none;
}
.header .submenu-list > li > a:hover {
background-color: #00C1DE;
}
/*头部 end*/
/* 页面导航栏start */
.page-nav {
padding: 8px 20px;
margin-bottom: 15px;
background-color: #e5e5e5;
position: relative;
}
.page-nav .fa {
margin-right: 10px;
color: #78B4F5;
}
.page-nav-title {
font-size: 14px;
font-weight: bold;
}
/* 页面导航栏end */
/*块 start*/
.block {
margin-bottom: 15px;
}
.block-header {
margin-bottom: 8px;
border-bottom: 1px solid #eee;
line-height: 40px;
position: relative;
}
.block-option {
float: right;
font-size: 0;
}
.block-option .btn + .btn {
margin-left: 15px;
}
.block-header h5 {
display: inline-block;
margin-top: 8px;
margin-bottom: 8px;
border-left: 2px solid #00C1DE;
text-indent: 8px;
font-size: 16px;
vertical-align: middle;
}
/*块 end*/
/* 报错页start */
.error-conainer {
margin-top: 100px;
}
.error-img-box {
width: 33.33%;
text-align: right;
}
.error-msg-box {
padding: 0 30px;
vertical-align: middle;
}
.error-msg {
color: #c7254e;
font-size: 30px;
font-weight: normal;
}
/* 报错页end */
/* 选项卡start */
.nav-tabs > li {
margin-left: -1px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
z-index: 1;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
color: #666;
border-left: 0px;
border-right: 0px;
margin-right: 0px;
padding: 10px 16px;
background-color: #FBFAF8;
border-bottom: 0px;
}
.nav-tabs > li > a {
border-radius: 0px 0px 0px 0px;
}
.nav-tabs > li > a:hover {
background-color: #FFF;
color: #09C;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: 1px solid #dddddd;
border-top: 2px solid #00C1DE;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #FFF;
color: #333;
cursor: default;
background-color: #ffffff;
}
/* 选项卡end */
.option-bar {
line-height: 30px;
margin-bottom: 8px;
}
.option-bar .btn + .btn {
margin-left: 10px;
}
.option-bar .btn-group .btn + .btn {
margin-left: -1px;
}
.option-bar .form-inline label {
font-weight: normal;
margin-right: 10px;
margin-bottom: 0;
vertical-align: middle;
}
.ips-box .ztree,
.ips-box .table-box {
overflow-y: auto;
height: 420px;
}
.pro-list {
max-height: 400px;
overflow-y: auto;
}
.info-body {
padding: 15px;
background-color: #f2f3f4;
}
.extra-info {
margin-top: 10px;
}
.extra-info .nav-tabs > li > a {
border-top-color: transparent;
}
.extra-info .nav-tabs > li.active > a {
border-top-color: #00C1DE;
}
.sidebar-nav {
position: fixed;
left: 0;
top: 50%;
z-index: 100;
width: 200px;
margin-top: -211px;
padding: 15px 0;
background-color: #333744;
-webkit-transition: all .2s ease;
transition: all .2s ease;
transform: translateX(-100%);
}
.sidebar-nav.show {
transform: translateX(0);
}
.sidebar-nav .toggle-btn {
position: absolute;
left: 200px;
top: 50%;
display: block;
margin-top: -50px;
padding: 5px;
background-color: #e5e5e5;
cursor: pointer;
text-align: center;
}
.sidebar-nav .toggle-btn:hover {
background-color: #D9DEE4;
}
.sidebar-nav .toggle-btn .fa::before {
content: "\f101";
}
.sidebar-nav.show .toggle-btn .fa::before {
content: "\f100";
}
.sidebar-nav .nav-list li a {
display: block;
padding: 5px 10px;
color: #aeb9c2;
text-decoration: none;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.sidebar-nav .nav-list li:hover a,
.sidebar-nav .nav-list li.active a {
color: #fff;
background-color: #00C1DE;
}
.popover {
max-width: 600px;
font-size: 12px;
line-height: 1.5;
}
.small-title {
font-size: 14px;
font-weight: bold;
margin: 8px 0;
}
.pro-info .item-name,
.pro-info .item-static {
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
line-height: 1.5;
}
.tag-list {
}
.tag-item {
display: inline-block;
padding: 2px 5px;
margin: 4px 10px 4px 0;
background-color: #ddd;
}
.tag-item a {
margin-left: 5px;
color: #666;
cursor: pointer;
}
.tag-item a:hover {
color: red;
text-decoration: none;
}
.view-more {
position: relative;
cursor: pointer;
}
.view-more::after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 1px;
background-color: #000;
} | 0.355887 | 0.105165 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
body {
background-color: #eee;
color: #444444;
line-height: 140%;
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 17px;
}
.contact {
display: block;
max-width: 600px;
margin: 30px auto;
background-color: #fff;
}
.frame {
display: block;
padding: 30px;
position: relative;
border: 20px solid #f8f8f8;
-webkit-box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
-moz-box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
}
.frame input:valid, .frame textarea:valid {
border-color: #5cb85c;
}
.frame label {
font-size: 12px;
margin-top: 10px;
display: block;
position: relative;
}
.frame label.required:after {
content: "req";
background-color: #EE4E44;
color: #fff;
padding: 0 5px;
text-shadow: none;
line-height: 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
position: absolute;
right: 3px;
top: 5px;
}
.frame label.required:hover input, .frame label.required:hover textarea {
border-color: #EE4E44;
}
.frame label:hover.required:after {
content: "required";
}
/*** Form Styling ***/
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
select,.input,.textarea,.radio,.checkbox {
position: relative;
display: block;
margin-bottom: 10px;
}
select,input,textarea,.input input,.textarea textarea {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
height: 45px;
padding: 8px 10px;
outline: none;
border: 2px solid #e5e5e5;
border-radius: 0;
background: #fff;
font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
color: #404040;
appearance: normal;
-moz-appearance: none;
-webkit-appearance: none;
transition: border-color .3s;
-o-transition: border-color .3s;
-ms-transition: border-color .3s;
-moz-transition: border-color .3s;
-webkit-transition: border-color .3s;
}
textarea,.textarea textarea {
height: auto;
resize: none;
}
select {
cursor: pointer;
color: #424649;
padding-right: 30px;
background: #FFFFFF url('../images/chevron-down.png') no-repeat scroll right center;
}
select:hover,input:hover,.input:hover input,textarea:hover,.textarea:hover textarea,.checkbox:hover i {
border-color: #8dc9e5;
}
.button:hover {
opacity: 1;
}
select:focus,input:focus,textarea:focus,.input input:focus,.textarea textarea:focus,.checkbox input:focus + i {
border-color: #2da5da;
}
.input input:focus ~ i.icon-append {
background: #000;
}
input[type=checkbox],input[type=radio] {
border: 1px solid #c0c0c0;
margin: 0 .5em 0 0;
padding: 0;
line-height: 1em;
width: 1.25em;
height: 1.25em;
background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
-moz-appearance: none;
-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-moz-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: .25em;
-moz-border-radius: .25em;
vertical-align: text-top;
display: inline-block;
cursor: pointer;
}
input[type=checkbox]:disabled,input[type=radio]:disabled {
opacity: 0.75;
}
input[type=radio] {
-webkit-border-radius: 2em;
/* Make radios round */;
}
input[type=checkbox]:checked::after {
content: "✔";
display: block;
text-align: center;
font-size: 12px;
height: 12px;
}
input[type=radio]:checked::after {
content: "●";
display: block;
font-size: 18px;
height: 12px;
line-height: 10px;
text-align: center;
}
.contact {
text-color: #777777;
}
.btn-danger {
background-color: #999999;
border-color: #444444;
}
.btn-success {
background-color: #999999;
border-color: #444444;
}
/****** IGNORE ******/
.fwpolice {
display:block;
width: 100%;
margin-top: 10px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.fwpolice a{
text-decoration: none;
color: #EE4E44;
} | contact.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
body {
background-color: #eee;
color: #444444;
line-height: 140%;
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 17px;
}
.contact {
display: block;
max-width: 600px;
margin: 30px auto;
background-color: #fff;
}
.frame {
display: block;
padding: 30px;
position: relative;
border: 20px solid #f8f8f8;
-webkit-box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
-moz-box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
box-shadow:
inset 0px 3px .5em rgba(0,0,0,.25),
inset .1em 0px .1em rgba(0,0,0,.1),
inset -0.1em 0px .1em rgba(0,0,0,.05),
inset 0 .3em .2em #fff,
0px 1px 3px rgba(0,0,0,0.25);
}
.frame input:valid, .frame textarea:valid {
border-color: #5cb85c;
}
.frame label {
font-size: 12px;
margin-top: 10px;
display: block;
position: relative;
}
.frame label.required:after {
content: "req";
background-color: #EE4E44;
color: #fff;
padding: 0 5px;
text-shadow: none;
line-height: 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
position: absolute;
right: 3px;
top: 5px;
}
.frame label.required:hover input, .frame label.required:hover textarea {
border-color: #EE4E44;
}
.frame label:hover.required:after {
content: "required";
}
/*** Form Styling ***/
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
select,.input,.textarea,.radio,.checkbox {
position: relative;
display: block;
margin-bottom: 10px;
}
select,input,textarea,.input input,.textarea textarea {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
height: 45px;
padding: 8px 10px;
outline: none;
border: 2px solid #e5e5e5;
border-radius: 0;
background: #fff;
font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
color: #404040;
appearance: normal;
-moz-appearance: none;
-webkit-appearance: none;
transition: border-color .3s;
-o-transition: border-color .3s;
-ms-transition: border-color .3s;
-moz-transition: border-color .3s;
-webkit-transition: border-color .3s;
}
textarea,.textarea textarea {
height: auto;
resize: none;
}
select {
cursor: pointer;
color: #424649;
padding-right: 30px;
background: #FFFFFF url('../images/chevron-down.png') no-repeat scroll right center;
}
select:hover,input:hover,.input:hover input,textarea:hover,.textarea:hover textarea,.checkbox:hover i {
border-color: #8dc9e5;
}
.button:hover {
opacity: 1;
}
select:focus,input:focus,textarea:focus,.input input:focus,.textarea textarea:focus,.checkbox input:focus + i {
border-color: #2da5da;
}
.input input:focus ~ i.icon-append {
background: #000;
}
input[type=checkbox],input[type=radio] {
border: 1px solid #c0c0c0;
margin: 0 .5em 0 0;
padding: 0;
line-height: 1em;
width: 1.25em;
height: 1.25em;
background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
-moz-appearance: none;
-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-moz-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: .25em;
-moz-border-radius: .25em;
vertical-align: text-top;
display: inline-block;
cursor: pointer;
}
input[type=checkbox]:disabled,input[type=radio]:disabled {
opacity: 0.75;
}
input[type=radio] {
-webkit-border-radius: 2em;
/* Make radios round */;
}
input[type=checkbox]:checked::after {
content: "✔";
display: block;
text-align: center;
font-size: 12px;
height: 12px;
}
input[type=radio]:checked::after {
content: "●";
display: block;
font-size: 18px;
height: 12px;
line-height: 10px;
text-align: center;
}
.contact {
text-color: #777777;
}
.btn-danger {
background-color: #999999;
border-color: #444444;
}
.btn-success {
background-color: #999999;
border-color: #444444;
}
/****** IGNORE ******/
.fwpolice {
display:block;
width: 100%;
margin-top: 10px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.fwpolice a{
text-decoration: none;
color: #EE4E44;
} | 0.278944 | 0.070272 |
.footer-distributed{
background-color: #292c2f;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box;
width: 100%;
text-align: left;
font: normal 16px sans-serif;
padding: 45px 50px;
margin-top: 80px;
}
.footer-distributed .footer-left p{
color: #8f9296;
font-size: 14px;
margin: 0;
}
/* Footer links */
.footer-distributed p.footer-links{
font-size:18px;
font-weight: bold;
color: #ffffff;
margin: 0 0 10px;
padding: 0;
}
.footer-distributed p.footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-right{
float: right;
margin-top: 6px;
max-width: 180px;
}
.footer-distributed .footer-right a{
display: inline-block;
width: 35px;
height: 35px;
background-color: #33383b;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-left: 3px;
}
.menu-toggle{
float: right;
line-height: 50px;
font-size: 24px;
cursor: pointer;
display: none;
}
@media (max-width: 600px) {
.footer-distributed .footer-left,
.footer-distributed .footer-right{
text-align: center;
}
.footer-distributed .footer-right{
float: none;
margin: 0 auto 20px;
}
.footer-distributed .footer-left p.footer-links{
line-height: 1.8;
}
}
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
.card-img-top{
width:100%;
height:auto;
}
.card{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.star{
width: 20px;
height: 20px;
position: center;
}
.map-container-section {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-section iframe {
left:0;
top:0;
height:400px;
width:1300px;
position:absolute;
} | static/css/description.css | .footer-distributed{
background-color: #292c2f;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box;
width: 100%;
text-align: left;
font: normal 16px sans-serif;
padding: 45px 50px;
margin-top: 80px;
}
.footer-distributed .footer-left p{
color: #8f9296;
font-size: 14px;
margin: 0;
}
/* Footer links */
.footer-distributed p.footer-links{
font-size:18px;
font-weight: bold;
color: #ffffff;
margin: 0 0 10px;
padding: 0;
}
.footer-distributed p.footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-right{
float: right;
margin-top: 6px;
max-width: 180px;
}
.footer-distributed .footer-right a{
display: inline-block;
width: 35px;
height: 35px;
background-color: #33383b;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-left: 3px;
}
.menu-toggle{
float: right;
line-height: 50px;
font-size: 24px;
cursor: pointer;
display: none;
}
@media (max-width: 600px) {
.footer-distributed .footer-left,
.footer-distributed .footer-right{
text-align: center;
}
.footer-distributed .footer-right{
float: none;
margin: 0 auto 20px;
}
.footer-distributed .footer-left p.footer-links{
line-height: 1.8;
}
}
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
.card-img-top{
width:100%;
height:auto;
}
.card{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.star{
width: 20px;
height: 20px;
position: center;
}
.map-container-section {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-section iframe {
left:0;
top:0;
height:400px;
width:1300px;
position:absolute;
} | 0.435902 | 0.086709 |
.bg-blue-100 {
background: #a8cbfe;
color: black
}
.bg-blue-200 {
background: #81b4fe;
color: black
}
.bg-blue-300 {
background: #5a9cfe;
color: black
}
.bg-blue-400 {
background: #3485fd;
color: white
}
.bg-blue-500 {
background: #0d6efd;
color: white
}
.bg-blue-600 {
background: #0b5cd5;
color: white
}
.bg-blue-700 {
background: #094bac;
color: white
}
.bg-blue-800 {
background: #073984;
color: white
}
.bg-blue-900 {
background: #05285b;
color: white
}
.bg-indigo-100 {
background: #c8a9fa;
color: black
}
.bg-indigo-200 {
background: #af83f8;
color: black
}
.bg-indigo-300 {
background: #975cf6;
color: white
}
.bg-indigo-400 {
background: #7e36f4;
color: white
}
.bg-indigo-500 {
background: #6610f2;
color: white
}
.bg-indigo-600 {
background: #560dcb;
color: white
}
.bg-indigo-700 {
background: #450ba5;
color: white
}
.bg-indigo-800 {
background: #35087e;
color: white
}
.bg-indigo-900 {
background: #250657;
color: white
}
.bg-purple-100 {
background: #cbbbe9;
color: black
}
.bg-purple-200 {
background: #b49ddf;
color: black
}
.bg-purple-300 {
background: #9d7ed5;
color: white
}
.bg-purple-400 {
background: #8660cb;
color: white
}
.bg-purple-500 {
background: #6f42c1;
color: white
}
.bg-purple-600 {
background: #5d37a2;
color: white
}
.bg-purple-700 {
background: #4b2d83;
color: white
}
.bg-purple-800 {
background: #3a2264;
color: white
}
.bg-purple-900 {
background: #281845;
color: white
}
.bg-pink-100 {
background: #f0b6d3;
color: black
}
.bg-pink-200 {
background: #ea95bf;
color: black
}
.bg-pink-300 {
background: #e374ab;
color: black
}
.bg-pink-400 {
background: #dd5498;
color: white
}
.bg-pink-500 {
background: #d63384;
color: white
}
.bg-pink-600 {
background: #b42b6f;
color: white
}
.bg-pink-700 {
background: #92235a;
color: white
}
.bg-pink-800 {
background: #6f1b45;
color: white
}
.bg-pink-900 {
background: #4d1230;
color: white
}
.bg-red-100 {
background: #f2b6bc;
color: black
}
.bg-red-200 {
background: #ed969e;
color: black
}
.bg-red-300 {
background: #e77681;
color: black
}
.bg-red-400 {
background: #e25563;
color: white
}
.bg-red-500 {
background: #dc3545;
color: white
}
.bg-red-600 {
background: #b92d3a;
color: white
}
.bg-red-700 {
background: #96242f;
color: white
}
.bg-red-800 {
background: #721c24;
color: white
}
.bg-red-900 {
background: #4f1319;
color: white
}
.bg-orange-100 {
background: #fed1aa;
color: black
}
.bg-orange-200 {
background: #febc85;
color: black
}
.bg-orange-300 {
background: #fea75f;
color: black
}
.bg-orange-400 {
background: #fd933a;
color: black
}
.bg-orange-500 {
background: #fd7e14;
color: black
}
.bg-orange-600 {
background: #d56a11;
color: white
}
.bg-orange-700 {
background: #ac560e;
color: white
}
.bg-orange-800 {
background: #84420a;
color: white
}
.bg-orange-900 {
background: #5b2d07;
color: white
}
.bg-yellow-100 {
background: #ffe9a6;
color: black
}
.bg-yellow-200 {
background: #ffdf7e;
color: black
}
.bg-yellow-300 {
background: #ffd556;
color: black
}
.bg-yellow-400 {
background: #ffcb2f;
color: black
}
.bg-yellow-500 {
background: #ffc107;
color: black
}
.bg-yellow-600 {
background: #d6a206;
color: black
}
.bg-yellow-700 {
background: #ad8305;
color: white
}
.bg-yellow-800 {
background: #856404;
color: white
}
.bg-yellow-900 {
background: #5c4503;
color: white
}
.bg-green-100 {
background: #b2dfbc;
color: black
}
.bg-green-200 {
background: #8fd19e;
color: black
}
.bg-green-300 {
background: #6dc381;
color: black
}
.bg-green-400 {
background: #4ab563;
color: black
}
.bg-green-500 {
background: #28a745;
color: white
}
.bg-green-600 {
background: #228c3a;
color: white
}
.bg-green-700 {
background: #1b722f;
color: white
}
.bg-green-800 {
background: #155724;
color: white
}
.bg-green-900 {
background: #0e3c19;
color: white
}
.bg-teal-100 {
background: #afecda;
color: black
}
.bg-teal-200 {
background: #8be3c9;
color: black
}
.bg-teal-300 {
background: #67dab8;
color: black
}
.bg-teal-400 {
background: #44d2a8;
color: black
}
.bg-teal-500 {
background: #20c997;
color: black
}
.bg-teal-600 {
background: #1ba97f;
color: black
}
.bg-teal-700 {
background: #168967;
color: white
}
.bg-teal-800 {
background: #11694f;
color: white
}
.bg-teal-900 {
background: #0c4836;
color: white
}
.bg-cyan-100 {
background: #abdee5;
color: black
}
.bg-cyan-200 {
background: #86cfda;
color: black
}
.bg-cyan-300 {
background: #61c0cf;
color: black
}
.bg-cyan-400 {
background: #3cb1c3;
color: black
}
.bg-cyan-500 {
background: #17a2b8;
color: white
}
.bg-cyan-600 {
background: #13889b;
color: white
}
.bg-cyan-700 {
background: #106e7d;
color: white
}
.bg-cyan-800 {
background: #0c5460;
color: white
}
.bg-cyan-900 {
background: #083a42;
color: white
}
.btn-blue-100 {
background: #a8cbfe;
color: black
}
.btn-outline-blue-100 {
color: #a8cbfe;
border-color: #a8cbfe
}
.btn-outline-blue-100:active,
.btn-outline-blue-100:hover {
color: black;
background-color: #a8cbfe
}
.btn-blue-200 {
background: #81b4fe;
color: black
}
.btn-outline-blue-200 {
color: #81b4fe;
border-color: #81b4fe
}
.btn-outline-blue-200:active,
.btn-outline-blue-200:hover {
color: black;
background-color: #81b4fe
}
.btn-blue-300 {
background: #5a9cfe;
color: black
}
.btn-outline-blue-300 {
color: #5a9cfe;
border-color: #5a9cfe
}
.btn-outline-blue-300:active,
.btn-outline-blue-300:hover {
color: black;
background-color: #5a9cfe
}
.btn-blue-400 {
background: #3485fd;
color: white
}
.btn-outline-blue-400 {
color: #3485fd;
border-color: #3485fd
}
.btn-outline-blue-400:active,
.btn-outline-blue-400:hover {
color: white;
background-color: #3485fd
}
.btn-blue-500 {
background: #0d6efd;
color: white
}
.btn-outline-blue-500 {
color: #0d6efd;
border-color: #0d6efd
}
.btn-outline-blue-500:active,
.btn-outline-blue-500:hover {
color: white;
background-color: #0d6efd
}
.btn-blue-600 {
background: #0b5cd5;
color: white
}
.btn-outline-blue-600 {
color: #0b5cd5;
border-color: #0b5cd5
}
.btn-outline-blue-600:active,
.btn-outline-blue-600:hover {
color: white;
background-color: #0b5cd5
}
.btn-blue-700 {
background: #094bac;
color: white
}
.btn-outline-blue-700 {
color: #094bac;
border-color: #094bac
}
.btn-outline-blue-700:active,
.btn-outline-blue-700:hover {
color: white;
background-color: #094bac
}
.btn-blue-800 {
background: #073984;
color: white
}
.btn-outline-blue-800 {
color: #073984;
border-color: #073984
}
.btn-outline-blue-800:active,
.btn-outline-blue-800:hover {
color: white;
background-color: #073984
}
.btn-blue-900 {
background: #05285b;
color: white
}
.btn-outline-blue-900 {
color: #05285b;
border-color: #05285b
}
.btn-outline-blue-900:active,
.btn-outline-blue-900:hover {
color: white;
background-color: #05285b
}
.btn-indigo-100 {
background: #c8a9fa;
color: black
}
.btn-outline-indigo-100 {
color: #c8a9fa;
border-color: #c8a9fa
}
.btn-outline-indigo-100:active,
.btn-outline-indigo-100:hover {
color: black;
background-color: #c8a9fa
}
.btn-indigo-200 {
background: #af83f8;
color: black
}
.btn-outline-indigo-200 {
color: #af83f8;
border-color: #af83f8
}
.btn-outline-indigo-200:active,
.btn-outline-indigo-200:hover {
color: black;
background-color: #af83f8
}
.btn-indigo-300 {
background: #975cf6;
color: white
}
.btn-outline-indigo-300 {
color: #975cf6;
border-color: #975cf6
}
.btn-outline-indigo-300:active,
.btn-outline-indigo-300:hover {
color: white;
background-color: #975cf6
}
.btn-indigo-400 {
background: #7e36f4;
color: white
}
.btn-outline-indigo-400 {
color: #7e36f4;
border-color: #7e36f4
}
.btn-outline-indigo-400:active,
.btn-outline-indigo-400:hover {
color: white;
background-color: #7e36f4
}
.btn-indigo-500 {
background: #6610f2;
color: white
}
.btn-outline-indigo-500 {
color: #6610f2;
border-color: #6610f2
}
.btn-outline-indigo-500:active,
.btn-outline-indigo-500:hover {
color: white;
background-color: #6610f2
}
.btn-indigo-600 {
background: #560dcb;
color: white
}
.btn-outline-indigo-600 {
color: #560dcb;
border-color: #560dcb
}
.btn-outline-indigo-600:active,
.btn-outline-indigo-600:hover {
color: white;
background-color: #560dcb
}
.btn-indigo-700 {
background: #450ba5;
color: white
}
.btn-outline-indigo-700 {
color: #450ba5;
border-color: #450ba5
}
.btn-outline-indigo-700:active,
.btn-outline-indigo-700:hover {
color: white;
background-color: #450ba5
}
.btn-indigo-800 {
background: #35087e;
color: white
}
.btn-outline-indigo-800 {
color: #35087e;
border-color: #35087e
}
.btn-outline-indigo-800:active,
.btn-outline-indigo-800:hover {
color: white;
background-color: #35087e
}
.btn-indigo-900 {
background: #250657;
color: white
}
.btn-outline-indigo-900 {
color: #250657;
border-color: #250657
}
.btn-outline-indigo-900:active,
.btn-outline-indigo-900:hover {
color: white;
background-color: #250657
}
.btn-purple-100 {
background: #cbbbe9;
color: black
}
.btn-outline-purple-100 {
color: #cbbbe9;
border-color: #cbbbe9
}
.btn-outline-purple-100:active,
.btn-outline-purple-100:hover {
color: black;
background-color: #cbbbe9
}
.btn-purple-200 {
background: #b49ddf;
color: black
}
.btn-outline-purple-200 {
color: #b49ddf;
border-color: #b49ddf
}
.btn-outline-purple-200:active,
.btn-outline-purple-200:hover {
color: black;
background-color: #b49ddf
}
.btn-purple-300 {
background: #9d7ed5;
color: white
}
.btn-outline-purple-300 {
color: #9d7ed5;
border-color: #9d7ed5
}
.btn-outline-purple-300:active,
.btn-outline-purple-300:hover {
color: white;
background-color: #9d7ed5
}
.btn-purple-400 {
background: #8660cb;
color: white
}
.btn-outline-purple-400 {
color: #8660cb;
border-color: #8660cb
}
.btn-outline-purple-400:active,
.btn-outline-purple-400:hover {
color: white;
background-color: #8660cb
}
.btn-purple-500 {
background: #6f42c1;
color: white
}
.btn-outline-purple-500 {
color: #6f42c1;
border-color: #6f42c1
}
.btn-outline-purple-500:active,
.btn-outline-purple-500:hover {
color: white;
background-color: #6f42c1
}
.btn-purple-600 {
background: #5d37a2;
color: white
}
.btn-outline-purple-600 {
color: #5d37a2;
border-color: #5d37a2
}
.btn-outline-purple-600:active,
.btn-outline-purple-600:hover {
color: white;
background-color: #5d37a2
}
.btn-purple-700 {
background: #4b2d83;
color: white
}
.btn-outline-purple-700 {
color: #4b2d83;
border-color: #4b2d83
}
.btn-outline-purple-700:active,
.btn-outline-purple-700:hover {
color: white;
background-color: #4b2d83
}
.btn-purple-800 {
background: #3a2264;
color: white
}
.btn-outline-purple-800 {
color: #3a2264;
border-color: #3a2264
}
.btn-outline-purple-800:active,
.btn-outline-purple-800:hover {
color: white;
background-color: #3a2264
}
.btn-purple-900 {
background: #281845;
color: white
}
.btn-outline-purple-900 {
color: #281845;
border-color: #281845
}
.btn-outline-purple-900:active,
.btn-outline-purple-900:hover {
color: white;
background-color: #281845
}
.btn-pink-100 {
background: #f0b6d3;
color: black
}
.btn-outline-pink-100 {
color: #f0b6d3;
border-color: #f0b6d3
}
.btn-outline-pink-100:active,
.btn-outline-pink-100:hover {
color: black;
background-color: #f0b6d3
}
.btn-pink-200 {
background: #ea95bf;
color: black
}
.btn-outline-pink-200 {
color: #ea95bf;
border-color: #ea95bf
}
.btn-outline-pink-200:active,
.btn-outline-pink-200:hover {
color: black;
background-color: #ea95bf
}
.btn-pink-300 {
background: #e374ab;
color: black
}
.btn-outline-pink-300 {
color: #e374ab;
border-color: #e374ab
}
.btn-outline-pink-300:active,
.btn-outline-pink-300:hover {
color: black;
background-color: #e374ab
}
.btn-pink-400 {
background: #dd5498;
color: white
}
.btn-outline-pink-400 {
color: #dd5498;
border-color: #dd5498
}
.btn-outline-pink-400:active,
.btn-outline-pink-400:hover {
color: white;
background-color: #dd5498
}
.btn-pink-500 {
background: #d63384;
color: white
}
.btn-outline-pink-500 {
color: #d63384;
border-color: #d63384
}
.btn-outline-pink-500:active,
.btn-outline-pink-500:hover {
color: white;
background-color: #d63384
}
.btn-pink-600 {
background: #b42b6f;
color: white
}
.btn-outline-pink-600 {
color: #b42b6f;
border-color: #b42b6f
}
.btn-outline-pink-600:active,
.btn-outline-pink-600:hover {
color: white;
background-color: #b42b6f
}
.btn-pink-700 {
background: #92235a;
color: white
}
.btn-outline-pink-700 {
color: #92235a;
border-color: #92235a
}
.btn-outline-pink-700:active,
.btn-outline-pink-700:hover {
color: white;
background-color: #92235a
}
.btn-pink-800 {
background: #6f1b45;
color: white
}
.btn-outline-pink-800 {
color: #6f1b45;
border-color: #6f1b45
}
.btn-outline-pink-800:active,
.btn-outline-pink-800:hover {
color: white;
background-color: #6f1b45
}
.btn-pink-900 {
background: #4d1230;
color: white
}
.btn-outline-pink-900 {
color: #4d1230;
border-color: #4d1230
}
.btn-outline-pink-900:active,
.btn-outline-pink-900:hover {
color: white;
background-color: #4d1230
}
.btn-red-100 {
background: #f2b6bc;
color: black
}
.btn-outline-red-100 {
color: #f2b6bc;
border-color: #f2b6bc
}
.btn-outline-red-100:active,
.btn-outline-red-100:hover {
color: black;
background-color: #f2b6bc
}
.btn-red-200 {
background: #ed969e;
color: black
}
.btn-outline-red-200 {
color: #ed969e;
border-color: #ed969e
}
.btn-outline-red-200:active,
.btn-outline-red-200:hover {
color: black;
background-color: #ed969e
}
.btn-red-300 {
background: #e77681;
color: black
}
.btn-outline-red-300 {
color: #e77681;
border-color: #e77681
}
.btn-outline-red-300:active,
.btn-outline-red-300:hover {
color: black;
background-color: #e77681
}
.btn-red-400 {
background: #e25563;
color: white
}
.btn-outline-red-400 {
color: #e25563;
border-color: #e25563
}
.btn-outline-red-400:active,
.btn-outline-red-400:hover {
color: white;
background-color: #e25563
}
.btn-red-500 {
background: #dc3545;
color: white
}
.btn-outline-red-500 {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-red-500:active,
.btn-outline-red-500:hover {
color: white;
background-color: #dc3545
}
.btn-red-600 {
background: #b92d3a;
color: white
}
.btn-outline-red-600 {
color: #b92d3a;
border-color: #b92d3a
}
.btn-outline-red-600:active,
.btn-outline-red-600:hover {
color: white;
background-color: #b92d3a
}
.btn-red-700 {
background: #96242f;
color: white
}
.btn-outline-red-700 {
color: #96242f;
border-color: #96242f
}
.btn-outline-red-700:active,
.btn-outline-red-700:hover {
color: white;
background-color: #96242f
}
.btn-red-800 {
background: #721c24;
color: white
}
.btn-outline-red-800 {
color: #721c24;
border-color: #721c24
}
.btn-outline-red-800:active,
.btn-outline-red-800:hover {
color: white;
background-color: #721c24
}
.btn-red-900 {
background: #4f1319;
color: white
}
.btn-outline-red-900 {
color: #4f1319;
border-color: #4f1319
}
.btn-outline-red-900:active,
.btn-outline-red-900:hover {
color: white;
background-color: #4f1319
}
.btn-orange-100 {
background: #fed1aa;
color: black
}
.btn-outline-orange-100 {
color: #fed1aa;
border-color: #fed1aa
}
.btn-outline-orange-100:active,
.btn-outline-orange-100:hover {
color: black;
background-color: #fed1aa
}
.btn-orange-200 {
background: #febc85;
color: black
}
.btn-outline-orange-200 {
color: #febc85;
border-color: #febc85
}
.btn-outline-orange-200:active,
.btn-outline-orange-200:hover {
color: black;
background-color: #febc85
}
.btn-orange-300 {
background: #fea75f;
color: black
}
.btn-outline-orange-300 {
color: #fea75f;
border-color: #fea75f
}
.btn-outline-orange-300:active,
.btn-outline-orange-300:hover {
color: black;
background-color: #fea75f
}
.btn-orange-400 {
background: #fd933a;
color: black
}
.btn-outline-orange-400 {
color: #fd933a;
border-color: #fd933a
}
.btn-outline-orange-400:active,
.btn-outline-orange-400:hover {
color: black;
background-color: #fd933a
}
.btn-orange-500 {
background: #fd7e14;
color: black
}
.btn-outline-orange-500 {
color: #fd7e14;
border-color: #fd7e14
}
.btn-outline-orange-500:active,
.btn-outline-orange-500:hover {
color: black;
background-color: #fd7e14
}
.btn-orange-600 {
background: #d56a11;
color: white
}
.btn-outline-orange-600 {
color: #d56a11;
border-color: #d56a11
}
.btn-outline-orange-600:active,
.btn-outline-orange-600:hover {
color: white;
background-color: #d56a11
}
.btn-orange-700 {
background: #ac560e;
color: white
}
.btn-outline-orange-700 {
color: #ac560e;
border-color: #ac560e
}
.btn-outline-orange-700:active,
.btn-outline-orange-700:hover {
color: white;
background-color: #ac560e
}
.btn-orange-800 {
background: #84420a;
color: white
}
.btn-outline-orange-800 {
color: #84420a;
border-color: #84420a
}
.btn-outline-orange-800:active,
.btn-outline-orange-800:hover {
color: white;
background-color: #84420a
}
.btn-orange-900 {
background: #5b2d07;
color: white
}
.btn-outline-orange-900 {
color: #5b2d07;
border-color: #5b2d07
}
.btn-outline-orange-900:active,
.btn-outline-orange-900:hover {
color: white;
background-color: #5b2d07
}
.btn-yellow-100 {
background: #ffe9a6;
color: black
}
.btn-outline-yellow-100 {
color: #ffe9a6;
border-color: #ffe9a6
}
.btn-outline-yellow-100:active,
.btn-outline-yellow-100:hover {
color: black;
background-color: #ffe9a6
}
.btn-yellow-200 {
background: #ffdf7e;
color: black
}
.btn-outline-yellow-200 {
color: #ffdf7e;
border-color: #ffdf7e
}
.btn-outline-yellow-200:active,
.btn-outline-yellow-200:hover {
color: black;
background-color: #ffdf7e
}
.btn-yellow-300 {
background: #ffd556;
color: black
}
.btn-outline-yellow-300 {
color: #ffd556;
border-color: #ffd556
}
.btn-outline-yellow-300:active,
.btn-outline-yellow-300:hover {
color: black;
background-color: #ffd556
}
.btn-yellow-400 {
background: #ffcb2f;
color: black
}
.btn-outline-yellow-400 {
color: #ffcb2f;
border-color: #ffcb2f
}
.btn-outline-yellow-400:active,
.btn-outline-yellow-400:hover {
color: black;
background-color: #ffcb2f
}
.btn-yellow-500 {
background: #ffc107;
color: black
}
.btn-outline-yellow-500 {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-yellow-500:active,
.btn-outline-yellow-500:hover {
color: black;
background-color: #ffc107
}
.btn-yellow-600 {
background: #d6a206;
color: black
}
.btn-outline-yellow-600 {
color: #d6a206;
border-color: #d6a206
}
.btn-outline-yellow-600:active,
.btn-outline-yellow-600:hover {
color: black;
background-color: #d6a206
}
.btn-yellow-700 {
background: #ad8305;
color: white
}
.btn-outline-yellow-700 {
color: #ad8305;
border-color: #ad8305
}
.btn-outline-yellow-700:active,
.btn-outline-yellow-700:hover {
color: white;
background-color: #ad8305
}
.btn-yellow-800 {
background: #856404;
color: white
}
.btn-outline-yellow-800 {
color: #856404;
border-color: #856404
}
.btn-outline-yellow-800:active,
.btn-outline-yellow-800:hover {
color: white;
background-color: #856404
}
.btn-yellow-900 {
background: #5c4503;
color: white
}
.btn-outline-yellow-900 {
color: #5c4503;
border-color: #5c4503
}
.btn-outline-yellow-900:active,
.btn-outline-yellow-900:hover {
color: white;
background-color: #5c4503
}
.btn-green-100 {
background: #b2dfbc;
color: black
}
.btn-outline-green-100 {
color: #b2dfbc;
border-color: #b2dfbc
}
.btn-outline-green-100:active,
.btn-outline-green-100:hover {
color: black;
background-color: #b2dfbc
}
.btn-green-200 {
background: #8fd19e;
color: black
}
.btn-outline-green-200 {
color: #8fd19e;
border-color: #8fd19e
}
.btn-outline-green-200:active,
.btn-outline-green-200:hover {
color: black;
background-color: #8fd19e
}
.btn-green-300 {
background: #6dc381;
color: black
}
.btn-outline-green-300 {
color: #6dc381;
border-color: #6dc381
}
.btn-outline-green-300:active,
.btn-outline-green-300:hover {
color: black;
background-color: #6dc381
}
.btn-green-400 {
background: #4ab563;
color: black
}
.btn-outline-green-400 {
color: #4ab563;
border-color: #4ab563
}
.btn-outline-green-400:active,
.btn-outline-green-400:hover {
color: black;
background-color: #4ab563
}
.btn-green-500 {
background: #28a745;
color: white
}
.btn-outline-green-500 {
color: #28a745;
border-color: #28a745
}
.btn-outline-green-500:active,
.btn-outline-green-500:hover {
color: white;
background-color: #28a745
}
.btn-green-600 {
background: #228c3a;
color: white
}
.btn-outline-green-600 {
color: #228c3a;
border-color: #228c3a
}
.btn-outline-green-600:active,
.btn-outline-green-600:hover {
color: white;
background-color: #228c3a
}
.btn-green-700 {
background: #1b722f;
color: white
}
.btn-outline-green-700 {
color: #1b722f;
border-color: #1b722f
}
.btn-outline-green-700:active,
.btn-outline-green-700:hover {
color: white;
background-color: #1b722f
}
.btn-green-800 {
background: #155724;
color: white
}
.btn-outline-green-800 {
color: #155724;
border-color: #155724
}
.btn-outline-green-800:active,
.btn-outline-green-800:hover {
color: white;
background-color: #155724
}
.btn-green-900 {
background: #0e3c19;
color: white
}
.btn-outline-green-900 {
color: #0e3c19;
border-color: #0e3c19
}
.btn-outline-green-900:active,
.btn-outline-green-900:hover {
color: white;
background-color: #0e3c19
}
.btn-teal-100 {
background: #afecda;
color: black
}
.btn-outline-teal-100 {
color: #afecda;
border-color: #afecda
}
.btn-outline-teal-100:active,
.btn-outline-teal-100:hover {
color: black;
background-color: #afecda
}
.btn-teal-200 {
background: #8be3c9;
color: black
}
.btn-outline-teal-200 {
color: #8be3c9;
border-color: #8be3c9
}
.btn-outline-teal-200:active,
.btn-outline-teal-200:hover {
color: black;
background-color: #8be3c9
}
.btn-teal-300 {
background: #67dab8;
color: black
}
.btn-outline-teal-300 {
color: #67dab8;
border-color: #67dab8
}
.btn-outline-teal-300:active,
.btn-outline-teal-300:hover {
color: black;
background-color: #67dab8
}
.btn-teal-400 {
background: #44d2a8;
color: black
}
.btn-outline-teal-400 {
color: #44d2a8;
border-color: #44d2a8
}
.btn-outline-teal-400:active,
.btn-outline-teal-400:hover {
color: black;
background-color: #44d2a8
}
.btn-teal-500 {
background: #20c997;
color: black
}
.btn-outline-teal-500 {
color: #20c997;
border-color: #20c997
}
.btn-outline-teal-500:active,
.btn-outline-teal-500:hover {
color: black;
background-color: #20c997
}
.btn-teal-600 {
background: #1ba97f;
color: black
}
.btn-outline-teal-600 {
color: #1ba97f;
border-color: #1ba97f
}
.btn-outline-teal-600:active,
.btn-outline-teal-600:hover {
color: black;
background-color: #1ba97f
}
.btn-teal-700 {
background: #168967;
color: white
}
.btn-outline-teal-700 {
color: #168967;
border-color: #168967
}
.btn-outline-teal-700:active,
.btn-outline-teal-700:hover {
color: white;
background-color: #168967
}
.btn-teal-800 {
background: #11694f;
color: white
}
.btn-outline-teal-800 {
color: #11694f;
border-color: #11694f
}
.btn-outline-teal-800:active,
.btn-outline-teal-800:hover {
color: white;
background-color: #11694f
}
.btn-teal-900 {
background: #0c4836;
color: white
}
.btn-outline-teal-900 {
color: #0c4836;
border-color: #0c4836
}
.btn-outline-teal-900:active,
.btn-outline-teal-900:hover {
color: white;
background-color: #0c4836
}
.btn-cyan-100 {
background: #abdee5;
color: black
}
.btn-outline-cyan-100 {
color: #abdee5;
border-color: #abdee5
}
.btn-outline-cyan-100:active,
.btn-outline-cyan-100:hover {
color: black;
background-color: #abdee5
}
.btn-cyan-200 {
background: #86cfda;
color: black
}
.btn-outline-cyan-200 {
color: #86cfda;
border-color: #86cfda
}
.btn-outline-cyan-200:active,
.btn-outline-cyan-200:hover {
color: black;
background-color: #86cfda
}
.btn-cyan-300 {
background: #61c0cf;
color: black
}
.btn-outline-cyan-300 {
color: #61c0cf;
border-color: #61c0cf
}
.btn-outline-cyan-300:active,
.btn-outline-cyan-300:hover {
color: black;
background-color: #61c0cf
}
.btn-cyan-400 {
background: #3cb1c3;
color: black
}
.btn-outline-cyan-400 {
color: #3cb1c3;
border-color: #3cb1c3
}
.btn-outline-cyan-400:active,
.btn-outline-cyan-400:hover {
color: black;
background-color: #3cb1c3
}
.btn-cyan-500 {
background: #17a2b8;
color: white
}
.btn-outline-cyan-500 {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-cyan-500:active,
.btn-outline-cyan-500:hover {
color: white;
background-color: #17a2b8
}
.btn-cyan-600 {
background: #13889b;
color: white
}
.btn-outline-cyan-600 {
color: #13889b;
border-color: #13889b
}
.btn-outline-cyan-600:active,
.btn-outline-cyan-600:hover {
color: white;
background-color: #13889b
}
.btn-cyan-700 {
background: #106e7d;
color: white
}
.btn-outline-cyan-700 {
color: #106e7d;
border-color: #106e7d
}
.btn-outline-cyan-700:active,
.btn-outline-cyan-700:hover {
color: white;
background-color: #106e7d
}
.btn-cyan-800 {
background: #0c5460;
color: white
}
.btn-outline-cyan-800 {
color: #0c5460;
border-color: #0c5460
}
.btn-outline-cyan-800:active,
.btn-outline-cyan-800:hover {
color: white;
background-color: #0c5460
}
.btn-cyan-900 {
background: #083a42;
color: white
}
.btn-outline-cyan-900 {
color: #083a42;
border-color: #083a42
}
.btn-outline-cyan-900:active,
.btn-outline-cyan-900:hover {
color: white;
background-color: #083a42
}
.text-blue-100 {
color: #a8cbfe
}
.text-blue-200 {
color: #81b4fe
}
.text-blue-300 {
color: #5a9cfe
}
.text-blue-400 {
color: #3485fd
}
.text-blue-500 {
color: #0d6efd
}
.text-blue-600 {
color: #0b5cd5
}
.text-blue-700 {
color: #094bac
}
.text-blue-800 {
color: #073984
}
.text-blue-900 {
color: #05285b
}
.text-indigo-100 {
color: #c8a9fa
}
.text-indigo-200 {
color: #af83f8
}
.text-indigo-300 {
color: #975cf6
}
.text-indigo-400 {
color: #7e36f4
}
.text-indigo-500 {
color: #6610f2
}
.text-indigo-600 {
color: #560dcb
}
.text-indigo-700 {
color: #450ba5
}
.text-indigo-800 {
color: #35087e
}
.text-indigo-900 {
color: #250657
}
.text-purple-100 {
color: #cbbbe9
}
.text-purple-200 {
color: #b49ddf
}
.text-purple-300 {
color: #9d7ed5
}
.text-purple-400 {
color: #8660cb
}
.text-purple-500 {
color: #6f42c1
}
.text-purple-600 {
color: #5d37a2
}
.text-purple-700 {
color: #4b2d83
}
.text-purple-800 {
color: #3a2264
}
.text-purple-900 {
color: #281845
}
.text-pink-100 {
color: #f0b6d3
}
.text-pink-200 {
color: #ea95bf
}
.text-pink-300 {
color: #e374ab
}
.text-pink-400 {
color: #dd5498
}
.text-pink-500 {
color: #d63384
}
.text-pink-600 {
color: #b42b6f
}
.text-pink-700 {
color: #92235a
}
.text-pink-800 {
color: #6f1b45
}
.text-pink-900 {
color: #4d1230
}
.text-red-100 {
color: #f2b6bc
}
.text-red-200 {
color: #ed969e
}
.text-red-300 {
color: #e77681
}
.text-red-400 {
color: #e25563
}
.text-red-500 {
color: #dc3545
}
.text-red-600 {
color: #b92d3a
}
.text-red-700 {
color: #96242f
}
.text-red-800 {
color: #721c24
}
.text-red-900 {
color: #4f1319
}
.text-orange-100 {
color: #fed1aa
}
.text-orange-200 {
color: #febc85
}
.text-orange-300 {
color: #fea75f
}
.text-orange-400 {
color: #fd933a
}
.text-orange-500 {
color: #fd7e14
}
.text-orange-600 {
color: #d56a11
}
.text-orange-700 {
color: #ac560e
}
.text-orange-800 {
color: #84420a
}
.text-orange-900 {
color: #5b2d07
}
.text-yellow-100 {
color: #ffe9a6
}
.text-yellow-200 {
color: #ffdf7e
}
.text-yellow-300 {
color: #ffd556
}
.text-yellow-400 {
color: #ffcb2f
}
.text-yellow-500 {
color: #ffc107
}
.text-yellow-600 {
color: #d6a206
}
.text-yellow-700 {
color: #ad8305
}
.text-yellow-800 {
color: #856404
}
.text-yellow-900 {
color: #5c4503
}
.text-green-100 {
color: #b2dfbc
}
.text-green-200 {
color: #8fd19e
}
.text-green-300 {
color: #6dc381
}
.text-green-400 {
color: #4ab563
}
.text-green-500 {
color: #28a745
}
.text-green-600 {
color: #228c3a
}
.text-green-700 {
color: #1b722f
}
.text-green-800 {
color: #155724
}
.text-green-900 {
color: #0e3c19
}
.text-teal-100 {
color: #afecda
}
.text-teal-200 {
color: #8be3c9
}
.text-teal-300 {
color: #67dab8
}
.text-teal-400 {
color: #44d2a8
}
.text-teal-500 {
color: #20c997
}
.text-teal-600 {
color: #1ba97f
}
.text-teal-700 {
color: #168967
}
.text-teal-800 {
color: #11694f
}
.text-teal-900 {
color: #0c4836
}
.text-cyan-100 {
color: #abdee5
}
.text-cyan-200 {
color: #86cfda
}
.text-cyan-300 {
color: #61c0cf
}
.text-cyan-400 {
color: #3cb1c3
}
.text-cyan-500 {
color: #17a2b8
}
.text-cyan-600 {
color: #13889b
}
.text-cyan-700 {
color: #106e7d
}
.text-cyan-800 {
color: #0c5460
}
.text-cyan-900 {
color: #083a42
} | extras/bs_v5_compiled_colors.css | .bg-blue-100 {
background: #a8cbfe;
color: black
}
.bg-blue-200 {
background: #81b4fe;
color: black
}
.bg-blue-300 {
background: #5a9cfe;
color: black
}
.bg-blue-400 {
background: #3485fd;
color: white
}
.bg-blue-500 {
background: #0d6efd;
color: white
}
.bg-blue-600 {
background: #0b5cd5;
color: white
}
.bg-blue-700 {
background: #094bac;
color: white
}
.bg-blue-800 {
background: #073984;
color: white
}
.bg-blue-900 {
background: #05285b;
color: white
}
.bg-indigo-100 {
background: #c8a9fa;
color: black
}
.bg-indigo-200 {
background: #af83f8;
color: black
}
.bg-indigo-300 {
background: #975cf6;
color: white
}
.bg-indigo-400 {
background: #7e36f4;
color: white
}
.bg-indigo-500 {
background: #6610f2;
color: white
}
.bg-indigo-600 {
background: #560dcb;
color: white
}
.bg-indigo-700 {
background: #450ba5;
color: white
}
.bg-indigo-800 {
background: #35087e;
color: white
}
.bg-indigo-900 {
background: #250657;
color: white
}
.bg-purple-100 {
background: #cbbbe9;
color: black
}
.bg-purple-200 {
background: #b49ddf;
color: black
}
.bg-purple-300 {
background: #9d7ed5;
color: white
}
.bg-purple-400 {
background: #8660cb;
color: white
}
.bg-purple-500 {
background: #6f42c1;
color: white
}
.bg-purple-600 {
background: #5d37a2;
color: white
}
.bg-purple-700 {
background: #4b2d83;
color: white
}
.bg-purple-800 {
background: #3a2264;
color: white
}
.bg-purple-900 {
background: #281845;
color: white
}
.bg-pink-100 {
background: #f0b6d3;
color: black
}
.bg-pink-200 {
background: #ea95bf;
color: black
}
.bg-pink-300 {
background: #e374ab;
color: black
}
.bg-pink-400 {
background: #dd5498;
color: white
}
.bg-pink-500 {
background: #d63384;
color: white
}
.bg-pink-600 {
background: #b42b6f;
color: white
}
.bg-pink-700 {
background: #92235a;
color: white
}
.bg-pink-800 {
background: #6f1b45;
color: white
}
.bg-pink-900 {
background: #4d1230;
color: white
}
.bg-red-100 {
background: #f2b6bc;
color: black
}
.bg-red-200 {
background: #ed969e;
color: black
}
.bg-red-300 {
background: #e77681;
color: black
}
.bg-red-400 {
background: #e25563;
color: white
}
.bg-red-500 {
background: #dc3545;
color: white
}
.bg-red-600 {
background: #b92d3a;
color: white
}
.bg-red-700 {
background: #96242f;
color: white
}
.bg-red-800 {
background: #721c24;
color: white
}
.bg-red-900 {
background: #4f1319;
color: white
}
.bg-orange-100 {
background: #fed1aa;
color: black
}
.bg-orange-200 {
background: #febc85;
color: black
}
.bg-orange-300 {
background: #fea75f;
color: black
}
.bg-orange-400 {
background: #fd933a;
color: black
}
.bg-orange-500 {
background: #fd7e14;
color: black
}
.bg-orange-600 {
background: #d56a11;
color: white
}
.bg-orange-700 {
background: #ac560e;
color: white
}
.bg-orange-800 {
background: #84420a;
color: white
}
.bg-orange-900 {
background: #5b2d07;
color: white
}
.bg-yellow-100 {
background: #ffe9a6;
color: black
}
.bg-yellow-200 {
background: #ffdf7e;
color: black
}
.bg-yellow-300 {
background: #ffd556;
color: black
}
.bg-yellow-400 {
background: #ffcb2f;
color: black
}
.bg-yellow-500 {
background: #ffc107;
color: black
}
.bg-yellow-600 {
background: #d6a206;
color: black
}
.bg-yellow-700 {
background: #ad8305;
color: white
}
.bg-yellow-800 {
background: #856404;
color: white
}
.bg-yellow-900 {
background: #5c4503;
color: white
}
.bg-green-100 {
background: #b2dfbc;
color: black
}
.bg-green-200 {
background: #8fd19e;
color: black
}
.bg-green-300 {
background: #6dc381;
color: black
}
.bg-green-400 {
background: #4ab563;
color: black
}
.bg-green-500 {
background: #28a745;
color: white
}
.bg-green-600 {
background: #228c3a;
color: white
}
.bg-green-700 {
background: #1b722f;
color: white
}
.bg-green-800 {
background: #155724;
color: white
}
.bg-green-900 {
background: #0e3c19;
color: white
}
.bg-teal-100 {
background: #afecda;
color: black
}
.bg-teal-200 {
background: #8be3c9;
color: black
}
.bg-teal-300 {
background: #67dab8;
color: black
}
.bg-teal-400 {
background: #44d2a8;
color: black
}
.bg-teal-500 {
background: #20c997;
color: black
}
.bg-teal-600 {
background: #1ba97f;
color: black
}
.bg-teal-700 {
background: #168967;
color: white
}
.bg-teal-800 {
background: #11694f;
color: white
}
.bg-teal-900 {
background: #0c4836;
color: white
}
.bg-cyan-100 {
background: #abdee5;
color: black
}
.bg-cyan-200 {
background: #86cfda;
color: black
}
.bg-cyan-300 {
background: #61c0cf;
color: black
}
.bg-cyan-400 {
background: #3cb1c3;
color: black
}
.bg-cyan-500 {
background: #17a2b8;
color: white
}
.bg-cyan-600 {
background: #13889b;
color: white
}
.bg-cyan-700 {
background: #106e7d;
color: white
}
.bg-cyan-800 {
background: #0c5460;
color: white
}
.bg-cyan-900 {
background: #083a42;
color: white
}
.btn-blue-100 {
background: #a8cbfe;
color: black
}
.btn-outline-blue-100 {
color: #a8cbfe;
border-color: #a8cbfe
}
.btn-outline-blue-100:active,
.btn-outline-blue-100:hover {
color: black;
background-color: #a8cbfe
}
.btn-blue-200 {
background: #81b4fe;
color: black
}
.btn-outline-blue-200 {
color: #81b4fe;
border-color: #81b4fe
}
.btn-outline-blue-200:active,
.btn-outline-blue-200:hover {
color: black;
background-color: #81b4fe
}
.btn-blue-300 {
background: #5a9cfe;
color: black
}
.btn-outline-blue-300 {
color: #5a9cfe;
border-color: #5a9cfe
}
.btn-outline-blue-300:active,
.btn-outline-blue-300:hover {
color: black;
background-color: #5a9cfe
}
.btn-blue-400 {
background: #3485fd;
color: white
}
.btn-outline-blue-400 {
color: #3485fd;
border-color: #3485fd
}
.btn-outline-blue-400:active,
.btn-outline-blue-400:hover {
color: white;
background-color: #3485fd
}
.btn-blue-500 {
background: #0d6efd;
color: white
}
.btn-outline-blue-500 {
color: #0d6efd;
border-color: #0d6efd
}
.btn-outline-blue-500:active,
.btn-outline-blue-500:hover {
color: white;
background-color: #0d6efd
}
.btn-blue-600 {
background: #0b5cd5;
color: white
}
.btn-outline-blue-600 {
color: #0b5cd5;
border-color: #0b5cd5
}
.btn-outline-blue-600:active,
.btn-outline-blue-600:hover {
color: white;
background-color: #0b5cd5
}
.btn-blue-700 {
background: #094bac;
color: white
}
.btn-outline-blue-700 {
color: #094bac;
border-color: #094bac
}
.btn-outline-blue-700:active,
.btn-outline-blue-700:hover {
color: white;
background-color: #094bac
}
.btn-blue-800 {
background: #073984;
color: white
}
.btn-outline-blue-800 {
color: #073984;
border-color: #073984
}
.btn-outline-blue-800:active,
.btn-outline-blue-800:hover {
color: white;
background-color: #073984
}
.btn-blue-900 {
background: #05285b;
color: white
}
.btn-outline-blue-900 {
color: #05285b;
border-color: #05285b
}
.btn-outline-blue-900:active,
.btn-outline-blue-900:hover {
color: white;
background-color: #05285b
}
.btn-indigo-100 {
background: #c8a9fa;
color: black
}
.btn-outline-indigo-100 {
color: #c8a9fa;
border-color: #c8a9fa
}
.btn-outline-indigo-100:active,
.btn-outline-indigo-100:hover {
color: black;
background-color: #c8a9fa
}
.btn-indigo-200 {
background: #af83f8;
color: black
}
.btn-outline-indigo-200 {
color: #af83f8;
border-color: #af83f8
}
.btn-outline-indigo-200:active,
.btn-outline-indigo-200:hover {
color: black;
background-color: #af83f8
}
.btn-indigo-300 {
background: #975cf6;
color: white
}
.btn-outline-indigo-300 {
color: #975cf6;
border-color: #975cf6
}
.btn-outline-indigo-300:active,
.btn-outline-indigo-300:hover {
color: white;
background-color: #975cf6
}
.btn-indigo-400 {
background: #7e36f4;
color: white
}
.btn-outline-indigo-400 {
color: #7e36f4;
border-color: #7e36f4
}
.btn-outline-indigo-400:active,
.btn-outline-indigo-400:hover {
color: white;
background-color: #7e36f4
}
.btn-indigo-500 {
background: #6610f2;
color: white
}
.btn-outline-indigo-500 {
color: #6610f2;
border-color: #6610f2
}
.btn-outline-indigo-500:active,
.btn-outline-indigo-500:hover {
color: white;
background-color: #6610f2
}
.btn-indigo-600 {
background: #560dcb;
color: white
}
.btn-outline-indigo-600 {
color: #560dcb;
border-color: #560dcb
}
.btn-outline-indigo-600:active,
.btn-outline-indigo-600:hover {
color: white;
background-color: #560dcb
}
.btn-indigo-700 {
background: #450ba5;
color: white
}
.btn-outline-indigo-700 {
color: #450ba5;
border-color: #450ba5
}
.btn-outline-indigo-700:active,
.btn-outline-indigo-700:hover {
color: white;
background-color: #450ba5
}
.btn-indigo-800 {
background: #35087e;
color: white
}
.btn-outline-indigo-800 {
color: #35087e;
border-color: #35087e
}
.btn-outline-indigo-800:active,
.btn-outline-indigo-800:hover {
color: white;
background-color: #35087e
}
.btn-indigo-900 {
background: #250657;
color: white
}
.btn-outline-indigo-900 {
color: #250657;
border-color: #250657
}
.btn-outline-indigo-900:active,
.btn-outline-indigo-900:hover {
color: white;
background-color: #250657
}
.btn-purple-100 {
background: #cbbbe9;
color: black
}
.btn-outline-purple-100 {
color: #cbbbe9;
border-color: #cbbbe9
}
.btn-outline-purple-100:active,
.btn-outline-purple-100:hover {
color: black;
background-color: #cbbbe9
}
.btn-purple-200 {
background: #b49ddf;
color: black
}
.btn-outline-purple-200 {
color: #b49ddf;
border-color: #b49ddf
}
.btn-outline-purple-200:active,
.btn-outline-purple-200:hover {
color: black;
background-color: #b49ddf
}
.btn-purple-300 {
background: #9d7ed5;
color: white
}
.btn-outline-purple-300 {
color: #9d7ed5;
border-color: #9d7ed5
}
.btn-outline-purple-300:active,
.btn-outline-purple-300:hover {
color: white;
background-color: #9d7ed5
}
.btn-purple-400 {
background: #8660cb;
color: white
}
.btn-outline-purple-400 {
color: #8660cb;
border-color: #8660cb
}
.btn-outline-purple-400:active,
.btn-outline-purple-400:hover {
color: white;
background-color: #8660cb
}
.btn-purple-500 {
background: #6f42c1;
color: white
}
.btn-outline-purple-500 {
color: #6f42c1;
border-color: #6f42c1
}
.btn-outline-purple-500:active,
.btn-outline-purple-500:hover {
color: white;
background-color: #6f42c1
}
.btn-purple-600 {
background: #5d37a2;
color: white
}
.btn-outline-purple-600 {
color: #5d37a2;
border-color: #5d37a2
}
.btn-outline-purple-600:active,
.btn-outline-purple-600:hover {
color: white;
background-color: #5d37a2
}
.btn-purple-700 {
background: #4b2d83;
color: white
}
.btn-outline-purple-700 {
color: #4b2d83;
border-color: #4b2d83
}
.btn-outline-purple-700:active,
.btn-outline-purple-700:hover {
color: white;
background-color: #4b2d83
}
.btn-purple-800 {
background: #3a2264;
color: white
}
.btn-outline-purple-800 {
color: #3a2264;
border-color: #3a2264
}
.btn-outline-purple-800:active,
.btn-outline-purple-800:hover {
color: white;
background-color: #3a2264
}
.btn-purple-900 {
background: #281845;
color: white
}
.btn-outline-purple-900 {
color: #281845;
border-color: #281845
}
.btn-outline-purple-900:active,
.btn-outline-purple-900:hover {
color: white;
background-color: #281845
}
.btn-pink-100 {
background: #f0b6d3;
color: black
}
.btn-outline-pink-100 {
color: #f0b6d3;
border-color: #f0b6d3
}
.btn-outline-pink-100:active,
.btn-outline-pink-100:hover {
color: black;
background-color: #f0b6d3
}
.btn-pink-200 {
background: #ea95bf;
color: black
}
.btn-outline-pink-200 {
color: #ea95bf;
border-color: #ea95bf
}
.btn-outline-pink-200:active,
.btn-outline-pink-200:hover {
color: black;
background-color: #ea95bf
}
.btn-pink-300 {
background: #e374ab;
color: black
}
.btn-outline-pink-300 {
color: #e374ab;
border-color: #e374ab
}
.btn-outline-pink-300:active,
.btn-outline-pink-300:hover {
color: black;
background-color: #e374ab
}
.btn-pink-400 {
background: #dd5498;
color: white
}
.btn-outline-pink-400 {
color: #dd5498;
border-color: #dd5498
}
.btn-outline-pink-400:active,
.btn-outline-pink-400:hover {
color: white;
background-color: #dd5498
}
.btn-pink-500 {
background: #d63384;
color: white
}
.btn-outline-pink-500 {
color: #d63384;
border-color: #d63384
}
.btn-outline-pink-500:active,
.btn-outline-pink-500:hover {
color: white;
background-color: #d63384
}
.btn-pink-600 {
background: #b42b6f;
color: white
}
.btn-outline-pink-600 {
color: #b42b6f;
border-color: #b42b6f
}
.btn-outline-pink-600:active,
.btn-outline-pink-600:hover {
color: white;
background-color: #b42b6f
}
.btn-pink-700 {
background: #92235a;
color: white
}
.btn-outline-pink-700 {
color: #92235a;
border-color: #92235a
}
.btn-outline-pink-700:active,
.btn-outline-pink-700:hover {
color: white;
background-color: #92235a
}
.btn-pink-800 {
background: #6f1b45;
color: white
}
.btn-outline-pink-800 {
color: #6f1b45;
border-color: #6f1b45
}
.btn-outline-pink-800:active,
.btn-outline-pink-800:hover {
color: white;
background-color: #6f1b45
}
.btn-pink-900 {
background: #4d1230;
color: white
}
.btn-outline-pink-900 {
color: #4d1230;
border-color: #4d1230
}
.btn-outline-pink-900:active,
.btn-outline-pink-900:hover {
color: white;
background-color: #4d1230
}
.btn-red-100 {
background: #f2b6bc;
color: black
}
.btn-outline-red-100 {
color: #f2b6bc;
border-color: #f2b6bc
}
.btn-outline-red-100:active,
.btn-outline-red-100:hover {
color: black;
background-color: #f2b6bc
}
.btn-red-200 {
background: #ed969e;
color: black
}
.btn-outline-red-200 {
color: #ed969e;
border-color: #ed969e
}
.btn-outline-red-200:active,
.btn-outline-red-200:hover {
color: black;
background-color: #ed969e
}
.btn-red-300 {
background: #e77681;
color: black
}
.btn-outline-red-300 {
color: #e77681;
border-color: #e77681
}
.btn-outline-red-300:active,
.btn-outline-red-300:hover {
color: black;
background-color: #e77681
}
.btn-red-400 {
background: #e25563;
color: white
}
.btn-outline-red-400 {
color: #e25563;
border-color: #e25563
}
.btn-outline-red-400:active,
.btn-outline-red-400:hover {
color: white;
background-color: #e25563
}
.btn-red-500 {
background: #dc3545;
color: white
}
.btn-outline-red-500 {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-red-500:active,
.btn-outline-red-500:hover {
color: white;
background-color: #dc3545
}
.btn-red-600 {
background: #b92d3a;
color: white
}
.btn-outline-red-600 {
color: #b92d3a;
border-color: #b92d3a
}
.btn-outline-red-600:active,
.btn-outline-red-600:hover {
color: white;
background-color: #b92d3a
}
.btn-red-700 {
background: #96242f;
color: white
}
.btn-outline-red-700 {
color: #96242f;
border-color: #96242f
}
.btn-outline-red-700:active,
.btn-outline-red-700:hover {
color: white;
background-color: #96242f
}
.btn-red-800 {
background: #721c24;
color: white
}
.btn-outline-red-800 {
color: #721c24;
border-color: #721c24
}
.btn-outline-red-800:active,
.btn-outline-red-800:hover {
color: white;
background-color: #721c24
}
.btn-red-900 {
background: #4f1319;
color: white
}
.btn-outline-red-900 {
color: #4f1319;
border-color: #4f1319
}
.btn-outline-red-900:active,
.btn-outline-red-900:hover {
color: white;
background-color: #4f1319
}
.btn-orange-100 {
background: #fed1aa;
color: black
}
.btn-outline-orange-100 {
color: #fed1aa;
border-color: #fed1aa
}
.btn-outline-orange-100:active,
.btn-outline-orange-100:hover {
color: black;
background-color: #fed1aa
}
.btn-orange-200 {
background: #febc85;
color: black
}
.btn-outline-orange-200 {
color: #febc85;
border-color: #febc85
}
.btn-outline-orange-200:active,
.btn-outline-orange-200:hover {
color: black;
background-color: #febc85
}
.btn-orange-300 {
background: #fea75f;
color: black
}
.btn-outline-orange-300 {
color: #fea75f;
border-color: #fea75f
}
.btn-outline-orange-300:active,
.btn-outline-orange-300:hover {
color: black;
background-color: #fea75f
}
.btn-orange-400 {
background: #fd933a;
color: black
}
.btn-outline-orange-400 {
color: #fd933a;
border-color: #fd933a
}
.btn-outline-orange-400:active,
.btn-outline-orange-400:hover {
color: black;
background-color: #fd933a
}
.btn-orange-500 {
background: #fd7e14;
color: black
}
.btn-outline-orange-500 {
color: #fd7e14;
border-color: #fd7e14
}
.btn-outline-orange-500:active,
.btn-outline-orange-500:hover {
color: black;
background-color: #fd7e14
}
.btn-orange-600 {
background: #d56a11;
color: white
}
.btn-outline-orange-600 {
color: #d56a11;
border-color: #d56a11
}
.btn-outline-orange-600:active,
.btn-outline-orange-600:hover {
color: white;
background-color: #d56a11
}
.btn-orange-700 {
background: #ac560e;
color: white
}
.btn-outline-orange-700 {
color: #ac560e;
border-color: #ac560e
}
.btn-outline-orange-700:active,
.btn-outline-orange-700:hover {
color: white;
background-color: #ac560e
}
.btn-orange-800 {
background: #84420a;
color: white
}
.btn-outline-orange-800 {
color: #84420a;
border-color: #84420a
}
.btn-outline-orange-800:active,
.btn-outline-orange-800:hover {
color: white;
background-color: #84420a
}
.btn-orange-900 {
background: #5b2d07;
color: white
}
.btn-outline-orange-900 {
color: #5b2d07;
border-color: #5b2d07
}
.btn-outline-orange-900:active,
.btn-outline-orange-900:hover {
color: white;
background-color: #5b2d07
}
.btn-yellow-100 {
background: #ffe9a6;
color: black
}
.btn-outline-yellow-100 {
color: #ffe9a6;
border-color: #ffe9a6
}
.btn-outline-yellow-100:active,
.btn-outline-yellow-100:hover {
color: black;
background-color: #ffe9a6
}
.btn-yellow-200 {
background: #ffdf7e;
color: black
}
.btn-outline-yellow-200 {
color: #ffdf7e;
border-color: #ffdf7e
}
.btn-outline-yellow-200:active,
.btn-outline-yellow-200:hover {
color: black;
background-color: #ffdf7e
}
.btn-yellow-300 {
background: #ffd556;
color: black
}
.btn-outline-yellow-300 {
color: #ffd556;
border-color: #ffd556
}
.btn-outline-yellow-300:active,
.btn-outline-yellow-300:hover {
color: black;
background-color: #ffd556
}
.btn-yellow-400 {
background: #ffcb2f;
color: black
}
.btn-outline-yellow-400 {
color: #ffcb2f;
border-color: #ffcb2f
}
.btn-outline-yellow-400:active,
.btn-outline-yellow-400:hover {
color: black;
background-color: #ffcb2f
}
.btn-yellow-500 {
background: #ffc107;
color: black
}
.btn-outline-yellow-500 {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-yellow-500:active,
.btn-outline-yellow-500:hover {
color: black;
background-color: #ffc107
}
.btn-yellow-600 {
background: #d6a206;
color: black
}
.btn-outline-yellow-600 {
color: #d6a206;
border-color: #d6a206
}
.btn-outline-yellow-600:active,
.btn-outline-yellow-600:hover {
color: black;
background-color: #d6a206
}
.btn-yellow-700 {
background: #ad8305;
color: white
}
.btn-outline-yellow-700 {
color: #ad8305;
border-color: #ad8305
}
.btn-outline-yellow-700:active,
.btn-outline-yellow-700:hover {
color: white;
background-color: #ad8305
}
.btn-yellow-800 {
background: #856404;
color: white
}
.btn-outline-yellow-800 {
color: #856404;
border-color: #856404
}
.btn-outline-yellow-800:active,
.btn-outline-yellow-800:hover {
color: white;
background-color: #856404
}
.btn-yellow-900 {
background: #5c4503;
color: white
}
.btn-outline-yellow-900 {
color: #5c4503;
border-color: #5c4503
}
.btn-outline-yellow-900:active,
.btn-outline-yellow-900:hover {
color: white;
background-color: #5c4503
}
.btn-green-100 {
background: #b2dfbc;
color: black
}
.btn-outline-green-100 {
color: #b2dfbc;
border-color: #b2dfbc
}
.btn-outline-green-100:active,
.btn-outline-green-100:hover {
color: black;
background-color: #b2dfbc
}
.btn-green-200 {
background: #8fd19e;
color: black
}
.btn-outline-green-200 {
color: #8fd19e;
border-color: #8fd19e
}
.btn-outline-green-200:active,
.btn-outline-green-200:hover {
color: black;
background-color: #8fd19e
}
.btn-green-300 {
background: #6dc381;
color: black
}
.btn-outline-green-300 {
color: #6dc381;
border-color: #6dc381
}
.btn-outline-green-300:active,
.btn-outline-green-300:hover {
color: black;
background-color: #6dc381
}
.btn-green-400 {
background: #4ab563;
color: black
}
.btn-outline-green-400 {
color: #4ab563;
border-color: #4ab563
}
.btn-outline-green-400:active,
.btn-outline-green-400:hover {
color: black;
background-color: #4ab563
}
.btn-green-500 {
background: #28a745;
color: white
}
.btn-outline-green-500 {
color: #28a745;
border-color: #28a745
}
.btn-outline-green-500:active,
.btn-outline-green-500:hover {
color: white;
background-color: #28a745
}
.btn-green-600 {
background: #228c3a;
color: white
}
.btn-outline-green-600 {
color: #228c3a;
border-color: #228c3a
}
.btn-outline-green-600:active,
.btn-outline-green-600:hover {
color: white;
background-color: #228c3a
}
.btn-green-700 {
background: #1b722f;
color: white
}
.btn-outline-green-700 {
color: #1b722f;
border-color: #1b722f
}
.btn-outline-green-700:active,
.btn-outline-green-700:hover {
color: white;
background-color: #1b722f
}
.btn-green-800 {
background: #155724;
color: white
}
.btn-outline-green-800 {
color: #155724;
border-color: #155724
}
.btn-outline-green-800:active,
.btn-outline-green-800:hover {
color: white;
background-color: #155724
}
.btn-green-900 {
background: #0e3c19;
color: white
}
.btn-outline-green-900 {
color: #0e3c19;
border-color: #0e3c19
}
.btn-outline-green-900:active,
.btn-outline-green-900:hover {
color: white;
background-color: #0e3c19
}
.btn-teal-100 {
background: #afecda;
color: black
}
.btn-outline-teal-100 {
color: #afecda;
border-color: #afecda
}
.btn-outline-teal-100:active,
.btn-outline-teal-100:hover {
color: black;
background-color: #afecda
}
.btn-teal-200 {
background: #8be3c9;
color: black
}
.btn-outline-teal-200 {
color: #8be3c9;
border-color: #8be3c9
}
.btn-outline-teal-200:active,
.btn-outline-teal-200:hover {
color: black;
background-color: #8be3c9
}
.btn-teal-300 {
background: #67dab8;
color: black
}
.btn-outline-teal-300 {
color: #67dab8;
border-color: #67dab8
}
.btn-outline-teal-300:active,
.btn-outline-teal-300:hover {
color: black;
background-color: #67dab8
}
.btn-teal-400 {
background: #44d2a8;
color: black
}
.btn-outline-teal-400 {
color: #44d2a8;
border-color: #44d2a8
}
.btn-outline-teal-400:active,
.btn-outline-teal-400:hover {
color: black;
background-color: #44d2a8
}
.btn-teal-500 {
background: #20c997;
color: black
}
.btn-outline-teal-500 {
color: #20c997;
border-color: #20c997
}
.btn-outline-teal-500:active,
.btn-outline-teal-500:hover {
color: black;
background-color: #20c997
}
.btn-teal-600 {
background: #1ba97f;
color: black
}
.btn-outline-teal-600 {
color: #1ba97f;
border-color: #1ba97f
}
.btn-outline-teal-600:active,
.btn-outline-teal-600:hover {
color: black;
background-color: #1ba97f
}
.btn-teal-700 {
background: #168967;
color: white
}
.btn-outline-teal-700 {
color: #168967;
border-color: #168967
}
.btn-outline-teal-700:active,
.btn-outline-teal-700:hover {
color: white;
background-color: #168967
}
.btn-teal-800 {
background: #11694f;
color: white
}
.btn-outline-teal-800 {
color: #11694f;
border-color: #11694f
}
.btn-outline-teal-800:active,
.btn-outline-teal-800:hover {
color: white;
background-color: #11694f
}
.btn-teal-900 {
background: #0c4836;
color: white
}
.btn-outline-teal-900 {
color: #0c4836;
border-color: #0c4836
}
.btn-outline-teal-900:active,
.btn-outline-teal-900:hover {
color: white;
background-color: #0c4836
}
.btn-cyan-100 {
background: #abdee5;
color: black
}
.btn-outline-cyan-100 {
color: #abdee5;
border-color: #abdee5
}
.btn-outline-cyan-100:active,
.btn-outline-cyan-100:hover {
color: black;
background-color: #abdee5
}
.btn-cyan-200 {
background: #86cfda;
color: black
}
.btn-outline-cyan-200 {
color: #86cfda;
border-color: #86cfda
}
.btn-outline-cyan-200:active,
.btn-outline-cyan-200:hover {
color: black;
background-color: #86cfda
}
.btn-cyan-300 {
background: #61c0cf;
color: black
}
.btn-outline-cyan-300 {
color: #61c0cf;
border-color: #61c0cf
}
.btn-outline-cyan-300:active,
.btn-outline-cyan-300:hover {
color: black;
background-color: #61c0cf
}
.btn-cyan-400 {
background: #3cb1c3;
color: black
}
.btn-outline-cyan-400 {
color: #3cb1c3;
border-color: #3cb1c3
}
.btn-outline-cyan-400:active,
.btn-outline-cyan-400:hover {
color: black;
background-color: #3cb1c3
}
.btn-cyan-500 {
background: #17a2b8;
color: white
}
.btn-outline-cyan-500 {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-cyan-500:active,
.btn-outline-cyan-500:hover {
color: white;
background-color: #17a2b8
}
.btn-cyan-600 {
background: #13889b;
color: white
}
.btn-outline-cyan-600 {
color: #13889b;
border-color: #13889b
}
.btn-outline-cyan-600:active,
.btn-outline-cyan-600:hover {
color: white;
background-color: #13889b
}
.btn-cyan-700 {
background: #106e7d;
color: white
}
.btn-outline-cyan-700 {
color: #106e7d;
border-color: #106e7d
}
.btn-outline-cyan-700:active,
.btn-outline-cyan-700:hover {
color: white;
background-color: #106e7d
}
.btn-cyan-800 {
background: #0c5460;
color: white
}
.btn-outline-cyan-800 {
color: #0c5460;
border-color: #0c5460
}
.btn-outline-cyan-800:active,
.btn-outline-cyan-800:hover {
color: white;
background-color: #0c5460
}
.btn-cyan-900 {
background: #083a42;
color: white
}
.btn-outline-cyan-900 {
color: #083a42;
border-color: #083a42
}
.btn-outline-cyan-900:active,
.btn-outline-cyan-900:hover {
color: white;
background-color: #083a42
}
.text-blue-100 {
color: #a8cbfe
}
.text-blue-200 {
color: #81b4fe
}
.text-blue-300 {
color: #5a9cfe
}
.text-blue-400 {
color: #3485fd
}
.text-blue-500 {
color: #0d6efd
}
.text-blue-600 {
color: #0b5cd5
}
.text-blue-700 {
color: #094bac
}
.text-blue-800 {
color: #073984
}
.text-blue-900 {
color: #05285b
}
.text-indigo-100 {
color: #c8a9fa
}
.text-indigo-200 {
color: #af83f8
}
.text-indigo-300 {
color: #975cf6
}
.text-indigo-400 {
color: #7e36f4
}
.text-indigo-500 {
color: #6610f2
}
.text-indigo-600 {
color: #560dcb
}
.text-indigo-700 {
color: #450ba5
}
.text-indigo-800 {
color: #35087e
}
.text-indigo-900 {
color: #250657
}
.text-purple-100 {
color: #cbbbe9
}
.text-purple-200 {
color: #b49ddf
}
.text-purple-300 {
color: #9d7ed5
}
.text-purple-400 {
color: #8660cb
}
.text-purple-500 {
color: #6f42c1
}
.text-purple-600 {
color: #5d37a2
}
.text-purple-700 {
color: #4b2d83
}
.text-purple-800 {
color: #3a2264
}
.text-purple-900 {
color: #281845
}
.text-pink-100 {
color: #f0b6d3
}
.text-pink-200 {
color: #ea95bf
}
.text-pink-300 {
color: #e374ab
}
.text-pink-400 {
color: #dd5498
}
.text-pink-500 {
color: #d63384
}
.text-pink-600 {
color: #b42b6f
}
.text-pink-700 {
color: #92235a
}
.text-pink-800 {
color: #6f1b45
}
.text-pink-900 {
color: #4d1230
}
.text-red-100 {
color: #f2b6bc
}
.text-red-200 {
color: #ed969e
}
.text-red-300 {
color: #e77681
}
.text-red-400 {
color: #e25563
}
.text-red-500 {
color: #dc3545
}
.text-red-600 {
color: #b92d3a
}
.text-red-700 {
color: #96242f
}
.text-red-800 {
color: #721c24
}
.text-red-900 {
color: #4f1319
}
.text-orange-100 {
color: #fed1aa
}
.text-orange-200 {
color: #febc85
}
.text-orange-300 {
color: #fea75f
}
.text-orange-400 {
color: #fd933a
}
.text-orange-500 {
color: #fd7e14
}
.text-orange-600 {
color: #d56a11
}
.text-orange-700 {
color: #ac560e
}
.text-orange-800 {
color: #84420a
}
.text-orange-900 {
color: #5b2d07
}
.text-yellow-100 {
color: #ffe9a6
}
.text-yellow-200 {
color: #ffdf7e
}
.text-yellow-300 {
color: #ffd556
}
.text-yellow-400 {
color: #ffcb2f
}
.text-yellow-500 {
color: #ffc107
}
.text-yellow-600 {
color: #d6a206
}
.text-yellow-700 {
color: #ad8305
}
.text-yellow-800 {
color: #856404
}
.text-yellow-900 {
color: #5c4503
}
.text-green-100 {
color: #b2dfbc
}
.text-green-200 {
color: #8fd19e
}
.text-green-300 {
color: #6dc381
}
.text-green-400 {
color: #4ab563
}
.text-green-500 {
color: #28a745
}
.text-green-600 {
color: #228c3a
}
.text-green-700 {
color: #1b722f
}
.text-green-800 {
color: #155724
}
.text-green-900 {
color: #0e3c19
}
.text-teal-100 {
color: #afecda
}
.text-teal-200 {
color: #8be3c9
}
.text-teal-300 {
color: #67dab8
}
.text-teal-400 {
color: #44d2a8
}
.text-teal-500 {
color: #20c997
}
.text-teal-600 {
color: #1ba97f
}
.text-teal-700 {
color: #168967
}
.text-teal-800 {
color: #11694f
}
.text-teal-900 {
color: #0c4836
}
.text-cyan-100 {
color: #abdee5
}
.text-cyan-200 {
color: #86cfda
}
.text-cyan-300 {
color: #61c0cf
}
.text-cyan-400 {
color: #3cb1c3
}
.text-cyan-500 {
color: #17a2b8
}
.text-cyan-600 {
color: #13889b
}
.text-cyan-700 {
color: #106e7d
}
.text-cyan-800 {
color: #0c5460
}
.text-cyan-900 {
color: #083a42
} | 0.430746 | 0.137822 |
@import '../../common/vars.css';
.transactions {
&.animate-enter {
transform: translateX(100%);
}
&.animate-enter-active {
transform: translateX(0);
transition: transform 300ms;
}
&.animate-exit {
transform: translateX(0);
}
&.animate-exit-active {
transform: translateX(100%);
transition: transform 300ms;
}
&__header {
position: relative;
padding: 60px 60px 30px;
background-color: var(--light-gray-color);
}
&__content {
padding: 35px 45px;
}
&__close-icon {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
width: 40px;
height: 40px;
background-color: var(--white-color);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
border-radius: 50%;
transition: transform var(--duration);
transform: rotate(45deg);
&:hover {
transform: scale(1.1) rotate(45deg);
}
&:after, &:before {
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 2px;
margin: -1px 0 0 calc(-16px / 2);
background-color: var(--dark-gray-color);
border-radius: 2px;
content: '';
}
&:after {
width: 2px;
height: 16px;
margin: calc(-16px / 2) 0 0 -1px;
}
}
&__label {
margin-bottom: 10px;
padding-left: 15px;
color: var(--note-color);
}
&__main {
display: flex;
margin-bottom: 15px;
}
&__other {
padding-left: 70px;
}
&__account-icon {
margin-right: 20px;
}
&__info {
width: 100%;
}
&__main-info {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
width: 100%;
}
&__amount {
white-space: nowrap;
text-align: right;
}
&__text {
color: var(--note-color)
}
&__transaction-item {
display: flex;
width: 325px;
padding: 15px;
transition: background-color calc(var(--duration) / 2);
&:hover {
background-color: #e9e9e9;
transition: background-color var(--duration);
& .transactions__icon-chat {
opacity: 1;
transform: translate(0);
transition: transform var(--duration), opacity var(--duration);
}
}
}
&__icon {
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 10px;
background-size: contain;
border-radius: 50%;
&_emoji {
display: flex;
justify-content: space-around;
align-items: center;
background-color: var(--emoji-background);
}
}
&__date {
color: var(--note-color);
}
&__icon-chat {
opacity: 0;
margin: -5px 0 0 10px;
transform: translateY(3px);
transition: transform calc(var(--duration) / 2), opacity calc(var(--duration) / 2);
}
} | src/containers/transactions/transactions.css | @import '../../common/vars.css';
.transactions {
&.animate-enter {
transform: translateX(100%);
}
&.animate-enter-active {
transform: translateX(0);
transition: transform 300ms;
}
&.animate-exit {
transform: translateX(0);
}
&.animate-exit-active {
transform: translateX(100%);
transition: transform 300ms;
}
&__header {
position: relative;
padding: 60px 60px 30px;
background-color: var(--light-gray-color);
}
&__content {
padding: 35px 45px;
}
&__close-icon {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
width: 40px;
height: 40px;
background-color: var(--white-color);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
border-radius: 50%;
transition: transform var(--duration);
transform: rotate(45deg);
&:hover {
transform: scale(1.1) rotate(45deg);
}
&:after, &:before {
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 2px;
margin: -1px 0 0 calc(-16px / 2);
background-color: var(--dark-gray-color);
border-radius: 2px;
content: '';
}
&:after {
width: 2px;
height: 16px;
margin: calc(-16px / 2) 0 0 -1px;
}
}
&__label {
margin-bottom: 10px;
padding-left: 15px;
color: var(--note-color);
}
&__main {
display: flex;
margin-bottom: 15px;
}
&__other {
padding-left: 70px;
}
&__account-icon {
margin-right: 20px;
}
&__info {
width: 100%;
}
&__main-info {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
width: 100%;
}
&__amount {
white-space: nowrap;
text-align: right;
}
&__text {
color: var(--note-color)
}
&__transaction-item {
display: flex;
width: 325px;
padding: 15px;
transition: background-color calc(var(--duration) / 2);
&:hover {
background-color: #e9e9e9;
transition: background-color var(--duration);
& .transactions__icon-chat {
opacity: 1;
transform: translate(0);
transition: transform var(--duration), opacity var(--duration);
}
}
}
&__icon {
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 10px;
background-size: contain;
border-radius: 50%;
&_emoji {
display: flex;
justify-content: space-around;
align-items: center;
background-color: var(--emoji-background);
}
}
&__date {
color: var(--note-color);
}
&__icon-chat {
opacity: 0;
margin: -5px 0 0 10px;
transform: translateY(3px);
transition: transform calc(var(--duration) / 2), opacity calc(var(--duration) / 2);
}
} | 0.510741 | 0.190423 |
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Fonts */
@font-face {
font-family: 'MDNichrome';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('MDNichrome'), local('MDNichrome-Regular'), url('/fonts/MDNichrome-Regular.woff') format('woff');
}
@font-face {
font-family: 'MDSystem';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('MDSystem'), local('MDSystem-Regular'), url('/fonts/MDSystem-Regular.woff') format('woff');
}
/* General */
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
height: 100%;
overflow-x: hidden;
}
body {
font: normal 400 20px/32px 'MDSystem', serif;
padding: 0;
overflow-x: hidden;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
height: 100%;
min-width: 350px;
background-color: var(--background-colour);
color: var(--foreground-colour);
}
section.container {
max-width: 1000px;
margin: 0 auto;
}
article,
header {
width: 80%;
padding: 75px 10%;
margin: 0 auto;
min-width: 250px;
}
header {
padding-bottom: 0;
}
h1, h2, h3, h4 {
font-family: 'MDNichrome', serif;
font-weight: 500;
letter-spacing: 1.25px;
margin: 5px 0 15px;
padding: 0;
clear: both;
}
h1 {
font-size: 30px;
line-height: 50px;
margin-top: 0;
}
h2 {
font-size: 25px;
line-height: 40px;
}
h3 {
font-size: 20px;
line-height: 30px;
}
article h1 {
font-size: 28px;
line-height: 42px;
}
p {
margin: 0 0 20px;
clear: both;
}
img {
height: auto;
overflow-x: hidden;
max-width: 100%;
}
ol {
list-style: decimal outside none;
margin: 0 0 15px 30px;
}
ul {
list-style: disc outside none;
margin: 0 0 15px 30px;
}
li {
margin: 0 0 6px;
}
a, a:visited, a:hover, a:focus {
color: var(--highlight-colour);
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
header h1 a,
header h1 a:visited,
header h1 a:hover,
header h1 a:focus {
color: var(--foreground-colour);
}
pre {
border: 1px solid var(--secondary-colour);
padding: 20px;
overflow-x: scroll;
}
/* Print styles */
@media print {
html {
height: auto;
background: #fff !important;
color: #000 !important;
}
body {
background: transparent !important;
color: #000 !important;
padding: 20px;
}
header, article {
width: 100%;
padding: 0;
margin: 0;
min-width: 0;
}
header h1 a {
color: #000 !important;
}
.pdf-download {
display: none;
}
@page {
size: auto;
margin: 0mm 0mm 0mm 0mm;
}
} | styles/_common.css | @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Fonts */
@font-face {
font-family: 'MDNichrome';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('MDNichrome'), local('MDNichrome-Regular'), url('/fonts/MDNichrome-Regular.woff') format('woff');
}
@font-face {
font-family: 'MDSystem';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('MDSystem'), local('MDSystem-Regular'), url('/fonts/MDSystem-Regular.woff') format('woff');
}
/* General */
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
height: 100%;
overflow-x: hidden;
}
body {
font: normal 400 20px/32px 'MDSystem', serif;
padding: 0;
overflow-x: hidden;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
height: 100%;
min-width: 350px;
background-color: var(--background-colour);
color: var(--foreground-colour);
}
section.container {
max-width: 1000px;
margin: 0 auto;
}
article,
header {
width: 80%;
padding: 75px 10%;
margin: 0 auto;
min-width: 250px;
}
header {
padding-bottom: 0;
}
h1, h2, h3, h4 {
font-family: 'MDNichrome', serif;
font-weight: 500;
letter-spacing: 1.25px;
margin: 5px 0 15px;
padding: 0;
clear: both;
}
h1 {
font-size: 30px;
line-height: 50px;
margin-top: 0;
}
h2 {
font-size: 25px;
line-height: 40px;
}
h3 {
font-size: 20px;
line-height: 30px;
}
article h1 {
font-size: 28px;
line-height: 42px;
}
p {
margin: 0 0 20px;
clear: both;
}
img {
height: auto;
overflow-x: hidden;
max-width: 100%;
}
ol {
list-style: decimal outside none;
margin: 0 0 15px 30px;
}
ul {
list-style: disc outside none;
margin: 0 0 15px 30px;
}
li {
margin: 0 0 6px;
}
a, a:visited, a:hover, a:focus {
color: var(--highlight-colour);
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
header h1 a,
header h1 a:visited,
header h1 a:hover,
header h1 a:focus {
color: var(--foreground-colour);
}
pre {
border: 1px solid var(--secondary-colour);
padding: 20px;
overflow-x: scroll;
}
/* Print styles */
@media print {
html {
height: auto;
background: #fff !important;
color: #000 !important;
}
body {
background: transparent !important;
color: #000 !important;
padding: 20px;
}
header, article {
width: 100%;
padding: 0;
margin: 0;
min-width: 0;
}
header h1 a {
color: #000 !important;
}
.pdf-download {
display: none;
}
@page {
size: auto;
margin: 0mm 0mm 0mm 0mm;
}
} | 0.393851 | 0.07221 |
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
background: none repeat scroll 0 0 transparent;
border: 0 none;
clear: both;
display: block;
float: none;
font-size: 0;
height: 0;
list-style: none outside none;
margin: 0;
overflow: hidden;
padding: 0;
visibility: hidden;
width: 0;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.clean {
background:none !important;
padding:0 !important;
border:none !important;
text-align:left !important;
box-shadow:none !important;
margin:0 !important;
}
.clean {
width:560px !important;
margin-left:25px !important;
margin-top:20px !important;
}
.mceMiddle iframe {
overflow:hidden !important;
}
.extra label {
padding-bottom:3px;
}
.extra {
margin-bottom:0 !important;
}
.selectedCol {
background:#FFF !important;
}
.selectedCol div {
background: none repeat scroll 0 0 #666666 !important;
border: 1px solid transparent !important;
box-shadow: none !important;
color: #FFFFFF !important;
text-shadow: none !important;
}
.margin1 {
margin-bottom:7px !important;
}
.margin2 {
margin-top:-2px;
}
.helps {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
padding: 10px;
border-radius:3px;
line-height:1.7em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.panels > div {
background: none repeat scroll 0 0 #FFFFFF !important;
border: 1px solid #DDDDDD !important;
padding: 10px !important;
border-radius:3px;
line-height:1.7em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
position:relative;
margin-bottom:30px;
padding-top:20px !important;
margin-top:20px;
display:none;
}
.panels > div.first {
display:block;
}
.panels > div > p {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
font-style: italic;
padding: 0 15px;
position: absolute;
top: -23px;
}
.field {
margin-bottom:7px;
background:#FAFAFA;
border-radius:3px;
padding:5px;
}
.field:nth-child(odd){
background:#F3F3F3;
}
.field label {
margin-right:10px;
float:left;
width:120px;
padding-top:5px;
margin-left:15px;
}
.field select, .field input, .field textarea, #rbShortcodeType {
width:275px;
border:1px solid #CCC;
}
.large label {
width:100%;
}
.indented {
display: block;
margin-top: -20px;
padding-left: 135px;
}
.button {
width:80px !important;
}
input[type="checkbox"] {
width:15px;
margin-top:8px;
border:none;
}
.hidden {
display:none;
}
.enclosed { background: none repeat scroll 0 0 #FEFEFE;
border: 1px solid #F1F1F1;
border-radius: 3px 3px 3px 3px;
margin-bottom: 20px;
padding: 10px;
position:relative;
}
.mark { background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
padding: 3px 5px;
}
.removePanel {
background: url(ico-delete.png) no-repeat scroll left top transparent;
display: block;
height: 16px;
position: absolute;
right: -9px;
text-indent: -9999px;
top: -7px;
width: 16px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
margin-left:-340px !important;
margin-top:-300px !important;
height:670px !important;
width:670px !important;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}
#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}
#TB_title{
background-color:#e8e8e8;
height:27px;
}
#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
height:570px !important;
width:670px !important;
}
#rbIconButtonIcon .icon {
background-image:url(../../images/iconSprites2.png);
}
/* Icons Sprite Definition */
.icon {
display:block;
width:37px;
height:32px;
text-indent:-9999px;
background:url(../../images/iconSprites.png) no-repeat 0 0 transparent;
}
.icon.audio {
background-position:0 0;
}
.icon.mail {
background-position:-37px 0;
}
.icon.shirt {
background-position:-74px 0;
}
.icon.run {
background-position:-111px 0;
}
.icon.tag {
background-position:-148px 0;
}
.icon.cup {
background-position:-185px 0;
}
.icon.lab {
background-position:0 -32px;
}
.icon.cloud {
background-position:-37px -32px;
}
.icon.loupe {
background-position:-74px -32px;
}
.icon.info {
background-position:-111px -32px;
}
.icon.brush {
background-position:-148px -32px;
}
.icon.umbrella {
background-position:-185px -32px;
}
.icon.flag {
background-position:0 -64px;
}
.icon.link {
background-position:-37px -64px;
}
.icon.book {
background-position:-74px -64px;
}
.icon.help {
background-position:-111px -64px;
}
.icon.rss {
background-position:-148px -64px;
}
.icon.folder {
background-position:-185px -64px;
}
.icon.attention {
background-position:0 -96px;
}
.icon.bell {
background-position:-37px -96px;
}
.icon.note {
background-position:-74px -96px;
}
.icon.globe {
background-position:-111px -96px;
}
.icon.clock {
background-position:-148px -96px;
}
.icon.photo {
background-position:-185px -96px;
}
.icon.eye {
background-position:0 -128px;
}
.icon.bulb {
background-position:-37px -128px;
}
.icon.key {
background-position:-74px -128px;
}
.icon.plane {
background-position:-111px -128px;
}
.icon.car {
background-position:-148px -128px;
}
.icon.settings {
background-position:-185px -128px;
}
.icon.phone {
background-position:0 -160px;
}
.icon.map {
background-position:-37px -160px;
}
.icon.bubble {
background-position:-74px -160px;
}
.icon.people {
background-position:-111px -160px;
}
.icon.video {
background-position:-148px -160px;
}
.icon.case {
background-position:-185px -160px;
}
.iconList li {
float:left;
background: #FFFFFF;
border-radius: 3px;
float: left;
margin-right: 5px;
padding: 5px;
border:1px solid #EEE;
cursor:pointer;
position:relative;
}
.iconList {
margin:30px 0 0 13px;
}
.iconList li:hover, .iconList li.selected {
background:#EEE;
}
#rbIconBlockCustomIcon, #rbIconButtonCustomIcon{
border: 1px solid #EEEEEE;
border-radius: 3px 3px 3px 3px;
height: 32px;
position: absolute;
right: -49px;
top: -1px;
width: 37px;
overflow:hidden;
} | PLANTILLAS_CMS/wowway_v1.1/wowway_v1.1/WordPress/WowWay-Theme/wowway/includes/rb_shortcodes/rb_shortcodes_style.css | html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
background: none repeat scroll 0 0 transparent;
border: 0 none;
clear: both;
display: block;
float: none;
font-size: 0;
height: 0;
list-style: none outside none;
margin: 0;
overflow: hidden;
padding: 0;
visibility: hidden;
width: 0;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.clean {
background:none !important;
padding:0 !important;
border:none !important;
text-align:left !important;
box-shadow:none !important;
margin:0 !important;
}
.clean {
width:560px !important;
margin-left:25px !important;
margin-top:20px !important;
}
.mceMiddle iframe {
overflow:hidden !important;
}
.extra label {
padding-bottom:3px;
}
.extra {
margin-bottom:0 !important;
}
.selectedCol {
background:#FFF !important;
}
.selectedCol div {
background: none repeat scroll 0 0 #666666 !important;
border: 1px solid transparent !important;
box-shadow: none !important;
color: #FFFFFF !important;
text-shadow: none !important;
}
.margin1 {
margin-bottom:7px !important;
}
.margin2 {
margin-top:-2px;
}
.helps {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
padding: 10px;
border-radius:3px;
line-height:1.7em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.panels > div {
background: none repeat scroll 0 0 #FFFFFF !important;
border: 1px solid #DDDDDD !important;
padding: 10px !important;
border-radius:3px;
line-height:1.7em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
position:relative;
margin-bottom:30px;
padding-top:20px !important;
margin-top:20px;
display:none;
}
.panels > div.first {
display:block;
}
.panels > div > p {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
font-style: italic;
padding: 0 15px;
position: absolute;
top: -23px;
}
.field {
margin-bottom:7px;
background:#FAFAFA;
border-radius:3px;
padding:5px;
}
.field:nth-child(odd){
background:#F3F3F3;
}
.field label {
margin-right:10px;
float:left;
width:120px;
padding-top:5px;
margin-left:15px;
}
.field select, .field input, .field textarea, #rbShortcodeType {
width:275px;
border:1px solid #CCC;
}
.large label {
width:100%;
}
.indented {
display: block;
margin-top: -20px;
padding-left: 135px;
}
.button {
width:80px !important;
}
input[type="checkbox"] {
width:15px;
margin-top:8px;
border:none;
}
.hidden {
display:none;
}
.enclosed { background: none repeat scroll 0 0 #FEFEFE;
border: 1px solid #F1F1F1;
border-radius: 3px 3px 3px 3px;
margin-bottom: 20px;
padding: 10px;
position:relative;
}
.mark { background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
padding: 3px 5px;
}
.removePanel {
background: url(ico-delete.png) no-repeat scroll left top transparent;
display: block;
height: 16px;
position: absolute;
right: -9px;
text-indent: -9999px;
top: -7px;
width: 16px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
margin-left:-340px !important;
margin-top:-300px !important;
height:670px !important;
width:670px !important;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}
#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}
#TB_title{
background-color:#e8e8e8;
height:27px;
}
#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
height:570px !important;
width:670px !important;
}
#rbIconButtonIcon .icon {
background-image:url(../../images/iconSprites2.png);
}
/* Icons Sprite Definition */
.icon {
display:block;
width:37px;
height:32px;
text-indent:-9999px;
background:url(../../images/iconSprites.png) no-repeat 0 0 transparent;
}
.icon.audio {
background-position:0 0;
}
.icon.mail {
background-position:-37px 0;
}
.icon.shirt {
background-position:-74px 0;
}
.icon.run {
background-position:-111px 0;
}
.icon.tag {
background-position:-148px 0;
}
.icon.cup {
background-position:-185px 0;
}
.icon.lab {
background-position:0 -32px;
}
.icon.cloud {
background-position:-37px -32px;
}
.icon.loupe {
background-position:-74px -32px;
}
.icon.info {
background-position:-111px -32px;
}
.icon.brush {
background-position:-148px -32px;
}
.icon.umbrella {
background-position:-185px -32px;
}
.icon.flag {
background-position:0 -64px;
}
.icon.link {
background-position:-37px -64px;
}
.icon.book {
background-position:-74px -64px;
}
.icon.help {
background-position:-111px -64px;
}
.icon.rss {
background-position:-148px -64px;
}
.icon.folder {
background-position:-185px -64px;
}
.icon.attention {
background-position:0 -96px;
}
.icon.bell {
background-position:-37px -96px;
}
.icon.note {
background-position:-74px -96px;
}
.icon.globe {
background-position:-111px -96px;
}
.icon.clock {
background-position:-148px -96px;
}
.icon.photo {
background-position:-185px -96px;
}
.icon.eye {
background-position:0 -128px;
}
.icon.bulb {
background-position:-37px -128px;
}
.icon.key {
background-position:-74px -128px;
}
.icon.plane {
background-position:-111px -128px;
}
.icon.car {
background-position:-148px -128px;
}
.icon.settings {
background-position:-185px -128px;
}
.icon.phone {
background-position:0 -160px;
}
.icon.map {
background-position:-37px -160px;
}
.icon.bubble {
background-position:-74px -160px;
}
.icon.people {
background-position:-111px -160px;
}
.icon.video {
background-position:-148px -160px;
}
.icon.case {
background-position:-185px -160px;
}
.iconList li {
float:left;
background: #FFFFFF;
border-radius: 3px;
float: left;
margin-right: 5px;
padding: 5px;
border:1px solid #EEE;
cursor:pointer;
position:relative;
}
.iconList {
margin:30px 0 0 13px;
}
.iconList li:hover, .iconList li.selected {
background:#EEE;
}
#rbIconBlockCustomIcon, #rbIconButtonCustomIcon{
border: 1px solid #EEEEEE;
border-radius: 3px 3px 3px 3px;
height: 32px;
position: absolute;
right: -49px;
top: -1px;
width: 37px;
overflow:hidden;
} | 0.301671 | 0.050588 |
#description {
width: 100%;
height: 45px;
background-color: antiquewhite;
position: fixed;
}
#connectivity {
position: absolute;
top: 2000px;
left: 20%;
}
.node {
font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
fill: #bbb;
}
.node:hover {
font-weight: 700;
fill: black;
}
text:hover {
font-weight: 700;
fill: black;
}
.node-highlight {
font-weight: 700;
fill: black;
}
.link {
stroke: steelblue;
stroke-opacity: 0.2;
fill: none;
pointer-events: none;
}
.node--source {
fill: #2ca02c;
font-weight: 700;
}
.node--target {
fill: #d62728;
font-weight: 700;
}
.selected_conn_text {
fill: purple
}
.selected_conn_link {
stroke: purple;
stroke-width: 3;
stroke-opacity: 1;
fill: none;
pointer-events: none;
}
.searched_link {
stroke: palegreen;
stroke-width: 4px;
stroke-opacity: 1;
fill: none;
pointer-events: none;
}
.link--source,
.link--target {
stroke: red;
stroke-opacity: 1;
opacity: 1;
stroke-width: 4px;
}
.arc-highlight {
fill: lightcoral;
}
.node-highlight {
font-weight: 700;
fill: black;
}
.highlight-block {
stroke-width: 3;
stroke: black;
}
.highlight-block-focus {
fill: yellow;
opacity: 1;
}
.searched_block {
fill: purple;
opacity: 1;
}
.disappear {
display: none;
}
.worditem {
border: 2px solid black;
}
/* Description list */
#target_button {
position:absolute;
left: 3%;
top: 50%;
transform: translateY(-50%);
}
#target_text {
position:absolute;
left: 9%;
top: 50%;
transform: translateY(-50%);
}
#source_button {
position:absolute;
left: 24%;
top: 50%;
transform: translateY(-50%);
}
#source_text {
position:absolute;
left: 30%;
top: 50%;
transform: translateY(-50%);
}
#correlation_value {
position:absolute;
left: 45%;
top: 50%;
transform: translateY(-50%);
}
#weight_value {
position:absolute;
left: 58%;
top: 50%;
transform: translateY(-50%);
}
.menu_selected_block {
fill: red;
opacity: 1;
}
/* Search */
#search_label {
position:absolute;
left: 65%;
top: 50%;
transform: translateY(-50%);
}
.target_search {
position:absolute;
left: 72%;
top: 30%;
transform: translateY(-50%);
}
.source_search {
position:absolute;
left: 75%;
top: 30%;
transform: translateY(-50%);
} | plugin/style.css | #description {
width: 100%;
height: 45px;
background-color: antiquewhite;
position: fixed;
}
#connectivity {
position: absolute;
top: 2000px;
left: 20%;
}
.node {
font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
fill: #bbb;
}
.node:hover {
font-weight: 700;
fill: black;
}
text:hover {
font-weight: 700;
fill: black;
}
.node-highlight {
font-weight: 700;
fill: black;
}
.link {
stroke: steelblue;
stroke-opacity: 0.2;
fill: none;
pointer-events: none;
}
.node--source {
fill: #2ca02c;
font-weight: 700;
}
.node--target {
fill: #d62728;
font-weight: 700;
}
.selected_conn_text {
fill: purple
}
.selected_conn_link {
stroke: purple;
stroke-width: 3;
stroke-opacity: 1;
fill: none;
pointer-events: none;
}
.searched_link {
stroke: palegreen;
stroke-width: 4px;
stroke-opacity: 1;
fill: none;
pointer-events: none;
}
.link--source,
.link--target {
stroke: red;
stroke-opacity: 1;
opacity: 1;
stroke-width: 4px;
}
.arc-highlight {
fill: lightcoral;
}
.node-highlight {
font-weight: 700;
fill: black;
}
.highlight-block {
stroke-width: 3;
stroke: black;
}
.highlight-block-focus {
fill: yellow;
opacity: 1;
}
.searched_block {
fill: purple;
opacity: 1;
}
.disappear {
display: none;
}
.worditem {
border: 2px solid black;
}
/* Description list */
#target_button {
position:absolute;
left: 3%;
top: 50%;
transform: translateY(-50%);
}
#target_text {
position:absolute;
left: 9%;
top: 50%;
transform: translateY(-50%);
}
#source_button {
position:absolute;
left: 24%;
top: 50%;
transform: translateY(-50%);
}
#source_text {
position:absolute;
left: 30%;
top: 50%;
transform: translateY(-50%);
}
#correlation_value {
position:absolute;
left: 45%;
top: 50%;
transform: translateY(-50%);
}
#weight_value {
position:absolute;
left: 58%;
top: 50%;
transform: translateY(-50%);
}
.menu_selected_block {
fill: red;
opacity: 1;
}
/* Search */
#search_label {
position:absolute;
left: 65%;
top: 50%;
transform: translateY(-50%);
}
.target_search {
position:absolute;
left: 72%;
top: 30%;
transform: translateY(-50%);
}
.source_search {
position:absolute;
left: 75%;
top: 30%;
transform: translateY(-50%);
} | 0.512693 | 0.109849 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,400");
* {
outline-width: 0;
font-family: "Montserrat" !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#container {
height: 100vh;
background-size: cover !important;
display: flex;
justify-content: center;
align-items: center;
}
#inviteContainer {
display: flex;
overflow: hidden;
position: relative;
border-radius: 20px;
}
#inviteContainer .acceptContainer {
padding: 45px 30px;
box-sizing: border-box;
width: 400px;
}
#inviteContainer .acceptContainer:before {
content: "";
background-size: cover !important;
box-shadow: inset 0 0 0 3000px rgba(40, 43, 48, 1);
filter: blur(10px);
position: absolute;
width: 150%;
height: 150%;
top: -50px;
left: -50px;
}
.divForm {
padding-bottom: 15px;
position: relative;
text-align: center;
height: 100%;
margin-bottom: 50px;
}
.divForm h1 {
margin: 0 0 15px 0;
font-family: "Montserrat";
font-weight: 600;
font-size: 30px;
color: #fff;
}
.divForm .serverInfo {
display: flex;
align-items: center;
justify-content: center;
}
.divForm .serverInfo .img {
width: 100px;
height: 100px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.divForm .serverInfo .img img {
width: 75%;
border-radius: 50%;
}
.divForm .serverInfo h2 {
color: #fff;
}
.divForm .serverInfo h2 span {
font-family: "Montserrat";
font-weight: 600;
}
.divForm .serverInfo h2 .by {
font-size: 20px;
opacity: 0.7;
}
.divForm .serverInfo h2 .name {
font-size: 20px;
}
.divForm .serverInfo h2 .server {
font-size: 25px;
}
.logoContainer {
padding: 45px 30px;
box-sizing: border-box;
position: relative;
z-index: 2;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.logoContainer img {
width: 150px;
margin-bottom: -5px;
display: block;
position: relative;
border-radius: 50%;
}
.logoContainer .text {
padding: 25px 0 10px 0;
color: #202225;
z-index: 1;
}
.logoContainer:before {
content: "";
background-size: cover !important;
position: absolute;
top: -50px;
left: -50px;
width: 150%;
height: 150%;
filter: blur(10px);
box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.9);
}
.acceptBtn {
width: 100%;
box-sizing: border-box;
background: #7289DA;
border: none;
color: #fff;
padding: 15px 0;
border-radius: 10px;
position: absolute;
bottom: 0;
left: 0;
cursor: pointer;
transition: 0.2s ease;
}
.acceptBtn:hover {
background: #6B7FC5;
}
* {
box-sizing: border-box;
}
main.main {
background-color: #202225;
font-family: arial;
width: 100vw;
height: 100vh;
color: white;
position: relative;
perspective: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
main.main .background {
position: absolute;
right: 50%;
width: 100%;
transform: scale(1) rotate(20deg);
display: flex;
opacity: 0.5;
}
@media screen and (min-width: 0px) and (max-width: 675px) {
.logoContainer {
display: none;
}
main.main .background {
transform: scale(0.75) rotate(20deg);;
}
}
main.main .background .inner>div:nth-child(1) {
animation: loop_1 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(2) {
animation: loop_2 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(3) {
animation: loop_3 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(4) {
animation: loop_4 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(5) {
animation: loop_5 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(6) {
animation: loop_6 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(7) {
animation: loop_7 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(8) {
animation: loop_8 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(9) {
animation: loop_9 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(10) {
animation: loop_10 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(11) {
animation: loop_11 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(12) {
animation: loop_12 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(13) {
animation: loop_13 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(14) {
animation: loop_14 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(15) {
animation: loop_15 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(16) {
animation: loop_16 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(17) {
animation: loop_17 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(18) {
animation: loop_18 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(19) {
animation: loop_19 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(20) {
animation: loop_20 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(21) {
animation: loop_21 var(--duration) infinite normal linear;
}
main.main .overlay {
position: relative;
z-index: 100;
padding: 32px;
border-radius: 16px;
color: black;
width: 110%;
max-width: 700px;
text-align: center;
}
main.main .overlay h2 {
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
main.main .overlay p {
margin-bottom: 20px;
}
main.main .overlay p strong {
font-weight: 700;
}
main.main .overlay .link {
width: 100%;
padding: 10px;
background: #404eed;
border-radius: 30px;
margin-top: 30px;
display: block;
color: white;
text-decoration: none;
}
@keyframes loop_1 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_2 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_3 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_4 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_5 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_6 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_7 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_8 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_9 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_10 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_11 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_12 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_13 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_14 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_15 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_16 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_17 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_18 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_19 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_20 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_21 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
.card {
width: 500px;
height: 140px;
background-color: white;
border-radius: 16px;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
z-index: 1;
margin: 32px 16px;
}
.card:after {
content: "";
width: 100%;
height: 50%;
bottom: 0;
left: 0;
background-color: #404eed;
z-index: 1;
display: block;
position: absolute;
}
.card * {
z-index: 10;
position: relative;
}
.card .card--icon {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 20px;
position: relative;
}
.card .card--icon img {
object-fit: cover;
object-position: center center;
width: 100%;
height: 100%;
border-radius: 50%;
}
.card .card--icon span {
display: block;
position: absolute;
bottom: 0px;
right: 0px;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #00c900;
z-index: 10;
border: solid 5px #404eed;
}
.card .card--content {
height: 100%;
}
.card .card--content .name {
height: 50%;
display: flex;
align-items: flex-end;
}
.card .card--content .name span {
color: #2c2f33;
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}
.card .card--content .playing {
height: 50%;
}
.card .card--content .playing span {
display: inline-block;
width: 100%;
}
.card .card--content .playing span.title {
margin-top: 10px;
font-size: 12px;
color: #fbcf73;
}
.card .card--content .playing span.game {
margin-top: 5px;
font-size: 16px;
color: white;
} | style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:600,400");
* {
outline-width: 0;
font-family: "Montserrat" !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#container {
height: 100vh;
background-size: cover !important;
display: flex;
justify-content: center;
align-items: center;
}
#inviteContainer {
display: flex;
overflow: hidden;
position: relative;
border-radius: 20px;
}
#inviteContainer .acceptContainer {
padding: 45px 30px;
box-sizing: border-box;
width: 400px;
}
#inviteContainer .acceptContainer:before {
content: "";
background-size: cover !important;
box-shadow: inset 0 0 0 3000px rgba(40, 43, 48, 1);
filter: blur(10px);
position: absolute;
width: 150%;
height: 150%;
top: -50px;
left: -50px;
}
.divForm {
padding-bottom: 15px;
position: relative;
text-align: center;
height: 100%;
margin-bottom: 50px;
}
.divForm h1 {
margin: 0 0 15px 0;
font-family: "Montserrat";
font-weight: 600;
font-size: 30px;
color: #fff;
}
.divForm .serverInfo {
display: flex;
align-items: center;
justify-content: center;
}
.divForm .serverInfo .img {
width: 100px;
height: 100px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.divForm .serverInfo .img img {
width: 75%;
border-radius: 50%;
}
.divForm .serverInfo h2 {
color: #fff;
}
.divForm .serverInfo h2 span {
font-family: "Montserrat";
font-weight: 600;
}
.divForm .serverInfo h2 .by {
font-size: 20px;
opacity: 0.7;
}
.divForm .serverInfo h2 .name {
font-size: 20px;
}
.divForm .serverInfo h2 .server {
font-size: 25px;
}
.logoContainer {
padding: 45px 30px;
box-sizing: border-box;
position: relative;
z-index: 2;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.logoContainer img {
width: 150px;
margin-bottom: -5px;
display: block;
position: relative;
border-radius: 50%;
}
.logoContainer .text {
padding: 25px 0 10px 0;
color: #202225;
z-index: 1;
}
.logoContainer:before {
content: "";
background-size: cover !important;
position: absolute;
top: -50px;
left: -50px;
width: 150%;
height: 150%;
filter: blur(10px);
box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.9);
}
.acceptBtn {
width: 100%;
box-sizing: border-box;
background: #7289DA;
border: none;
color: #fff;
padding: 15px 0;
border-radius: 10px;
position: absolute;
bottom: 0;
left: 0;
cursor: pointer;
transition: 0.2s ease;
}
.acceptBtn:hover {
background: #6B7FC5;
}
* {
box-sizing: border-box;
}
main.main {
background-color: #202225;
font-family: arial;
width: 100vw;
height: 100vh;
color: white;
position: relative;
perspective: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
main.main .background {
position: absolute;
right: 50%;
width: 100%;
transform: scale(1) rotate(20deg);
display: flex;
opacity: 0.5;
}
@media screen and (min-width: 0px) and (max-width: 675px) {
.logoContainer {
display: none;
}
main.main .background {
transform: scale(0.75) rotate(20deg);;
}
}
main.main .background .inner>div:nth-child(1) {
animation: loop_1 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(2) {
animation: loop_2 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(3) {
animation: loop_3 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(4) {
animation: loop_4 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(5) {
animation: loop_5 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(6) {
animation: loop_6 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(7) {
animation: loop_7 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(8) {
animation: loop_8 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(9) {
animation: loop_9 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(10) {
animation: loop_10 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(11) {
animation: loop_11 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(12) {
animation: loop_12 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(13) {
animation: loop_13 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(14) {
animation: loop_14 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(15) {
animation: loop_15 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(16) {
animation: loop_16 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(17) {
animation: loop_17 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(18) {
animation: loop_18 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(19) {
animation: loop_19 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(20) {
animation: loop_20 var(--duration) infinite normal linear;
}
main.main .background .inner>div:nth-child(21) {
animation: loop_21 var(--duration) infinite normal linear;
}
main.main .overlay {
position: relative;
z-index: 100;
padding: 32px;
border-radius: 16px;
color: black;
width: 110%;
max-width: 700px;
text-align: center;
}
main.main .overlay h2 {
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
main.main .overlay p {
margin-bottom: 20px;
}
main.main .overlay p strong {
font-weight: 700;
}
main.main .overlay .link {
width: 100%;
padding: 10px;
background: #404eed;
border-radius: 30px;
margin-top: 30px;
display: block;
color: white;
text-decoration: none;
}
@keyframes loop_1 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_2 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_3 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_4 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_5 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_6 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_7 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_8 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_9 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_10 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_11 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_12 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_13 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_14 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_15 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_16 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_17 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_18 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_19 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_20 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
@keyframes loop_21 {
0% {
display: block;
transform: translateY(200px);
}
40% {
display: none;
transform: translateY(-1100px);
}
100% {
display: block;
transform: translateY(200px);
}
}
.card {
width: 500px;
height: 140px;
background-color: white;
border-radius: 16px;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
z-index: 1;
margin: 32px 16px;
}
.card:after {
content: "";
width: 100%;
height: 50%;
bottom: 0;
left: 0;
background-color: #404eed;
z-index: 1;
display: block;
position: absolute;
}
.card * {
z-index: 10;
position: relative;
}
.card .card--icon {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 20px;
position: relative;
}
.card .card--icon img {
object-fit: cover;
object-position: center center;
width: 100%;
height: 100%;
border-radius: 50%;
}
.card .card--icon span {
display: block;
position: absolute;
bottom: 0px;
right: 0px;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #00c900;
z-index: 10;
border: solid 5px #404eed;
}
.card .card--content {
height: 100%;
}
.card .card--content .name {
height: 50%;
display: flex;
align-items: flex-end;
}
.card .card--content .name span {
color: #2c2f33;
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}
.card .card--content .playing {
height: 50%;
}
.card .card--content .playing span {
display: inline-block;
width: 100%;
}
.card .card--content .playing span.title {
margin-top: 10px;
font-size: 12px;
color: #fbcf73;
}
.card .card--content .playing span.game {
margin-top: 5px;
font-size: 16px;
color: white;
} | 0.444083 | 0.093306 |
.center {
margin: auto;
width: 40%;
border: 3px solid #73AD21;
padding: 10px;
border-radius: 10px;
}
body {font-family: "Lato", sans-serif;}
/* Style the tab */
div.tab {
overflow: hidden;
border: 0.5px solid #6c775d;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
background-color: inherit;
float: left;
border: none;
outline: #6c775d;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
background-color:rgba(108, 119, 93, 0.42);
border-radius: 4px;
}
/* Create an active/current tablink class */
div.tab button.active {
background-color: #8bc34a;
border-radius: 8px;
}
button:disabled {
width: 25%;
background-color: rgba(29, 107, 33, 0.51);
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Style the tab content */
.tabcontent {
display: block;
padding: 6px 12px;;
border: 1px solid #6c775d;
/*border-top: none;*/
}
input[type=number] {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #6c775d;
border-radius: 4px;
box-sizing: border-box;
}
.btn {
width: 25%;
background-color: #1d6b21;
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.btnClear {
width: 25%;
background-color: rgba(103, 115, 88, 0.97);
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.grid{
border: 1px solid rgb(139, 195, 74);
background-color: rgba(139, 195, 74,0.5);
padding: 2px;
padding: 10px 15px;
width: auto;
border-radius: 4px
}
.gridRed{
border: 1px solid rgb(244, 67, 54);
background-color: rgba(244, 67, 54, 0.5);
padding: 2px;
padding: 10px 15px;
width: auto;
border-radius: 4px
} | css/styleRole.css | .center {
margin: auto;
width: 40%;
border: 3px solid #73AD21;
padding: 10px;
border-radius: 10px;
}
body {font-family: "Lato", sans-serif;}
/* Style the tab */
div.tab {
overflow: hidden;
border: 0.5px solid #6c775d;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
background-color: inherit;
float: left;
border: none;
outline: #6c775d;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
background-color:rgba(108, 119, 93, 0.42);
border-radius: 4px;
}
/* Create an active/current tablink class */
div.tab button.active {
background-color: #8bc34a;
border-radius: 8px;
}
button:disabled {
width: 25%;
background-color: rgba(29, 107, 33, 0.51);
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Style the tab content */
.tabcontent {
display: block;
padding: 6px 12px;;
border: 1px solid #6c775d;
/*border-top: none;*/
}
input[type=number] {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #6c775d;
border-radius: 4px;
box-sizing: border-box;
}
.btn {
width: 25%;
background-color: #1d6b21;
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.btnClear {
width: 25%;
background-color: rgba(103, 115, 88, 0.97);
color: white;
padding: 10px 15px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.grid{
border: 1px solid rgb(139, 195, 74);
background-color: rgba(139, 195, 74,0.5);
padding: 2px;
padding: 10px 15px;
width: auto;
border-radius: 4px
}
.gridRed{
border: 1px solid rgb(244, 67, 54);
background-color: rgba(244, 67, 54, 0.5);
padding: 2px;
padding: 10px 15px;
width: auto;
border-radius: 4px
} | 0.580709 | 0.154855 |
@-moz-document url-prefix("http://www.allmystery.de/") {
body {
background: #eee;
color: #111;
}
a, a:hover, a:active, a:visited {
color: #0000ff;
}
a:hover {
text-decoration: none;
}
.mcell2, .mcell_inhalt3, .mcell_inhalt2, .topnav, .tabnav, .heart, .footer, span.startseite_l, span.startseite_r, #overview_content center {
display: none;
}
.userfunction, .userfunction a {
color: #444;
}
.userfunction a:hover {
color: #0000ff;
}
.header {
background: #eee;
}
a.attitel {
color: #111;
font-weight: normal;
background: url('http://static.allmystery.de/upics/fea937_heart.png') no-repeat; height: 40px;
padding: 6px 0 0 40px;
}
h1 {
color: #111;
font-weight: normal;
}
.ams {
display: none;
}
.main center small {
display: none;
}
#overview_content table, #threads table, .in {
background: #eee;
color: #111;
}
#overview_content table tr.fh, #threads table tr.fh, .postbox1 {
background: #c0c0c0;
}
#overview_content table tr.fd, #threads table tr.fd, .postbox2 {
background: #eee;
}
#overview_content table tr td a.jump, #threads table tr td a.jump {
color: #111;
}
.post .finfo a.nu {
color: #111 !important;
}
.post .finfo_user img {
-webkit-filter: invert(100%);
}
.post .finfo_func img {
-webkit-filter: grayscale(80%);
}
.post blockquote {
color: #111;
}
#new_posts {
background: #444;
color: #eee;
}
.infoleiste, .mcell_status, .mcell_inhalt {
background: #eee;
}
.infoleiste a {
color: #111;
}
.infoleiste a:hover, #mstatus:hover{
color: #0000ff;
}
.mcell_status {
border: none;
}
#mstatus img {
-webkit-filter: invert(100%);
}
.infoleiste img {
-webkit-filter: grayscale(100%);
}
#se {
background: #eee;
}
#se .quick_item_header, #se .quick_item_selected a {
background: #c0c0c0;
color: #111;
}
#se .tags_highlighted {
color: #ff0000;
}
.header_info, #intro, .paginator, .titelg, .message {
background: #c0c0c0;
color: #111;
}
.uicon {
-webkit-filter: invert(100%);
}
} | data/usercss/80799.user.css | @-moz-document url-prefix("http://www.allmystery.de/") {
body {
background: #eee;
color: #111;
}
a, a:hover, a:active, a:visited {
color: #0000ff;
}
a:hover {
text-decoration: none;
}
.mcell2, .mcell_inhalt3, .mcell_inhalt2, .topnav, .tabnav, .heart, .footer, span.startseite_l, span.startseite_r, #overview_content center {
display: none;
}
.userfunction, .userfunction a {
color: #444;
}
.userfunction a:hover {
color: #0000ff;
}
.header {
background: #eee;
}
a.attitel {
color: #111;
font-weight: normal;
background: url('http://static.allmystery.de/upics/fea937_heart.png') no-repeat; height: 40px;
padding: 6px 0 0 40px;
}
h1 {
color: #111;
font-weight: normal;
}
.ams {
display: none;
}
.main center small {
display: none;
}
#overview_content table, #threads table, .in {
background: #eee;
color: #111;
}
#overview_content table tr.fh, #threads table tr.fh, .postbox1 {
background: #c0c0c0;
}
#overview_content table tr.fd, #threads table tr.fd, .postbox2 {
background: #eee;
}
#overview_content table tr td a.jump, #threads table tr td a.jump {
color: #111;
}
.post .finfo a.nu {
color: #111 !important;
}
.post .finfo_user img {
-webkit-filter: invert(100%);
}
.post .finfo_func img {
-webkit-filter: grayscale(80%);
}
.post blockquote {
color: #111;
}
#new_posts {
background: #444;
color: #eee;
}
.infoleiste, .mcell_status, .mcell_inhalt {
background: #eee;
}
.infoleiste a {
color: #111;
}
.infoleiste a:hover, #mstatus:hover{
color: #0000ff;
}
.mcell_status {
border: none;
}
#mstatus img {
-webkit-filter: invert(100%);
}
.infoleiste img {
-webkit-filter: grayscale(100%);
}
#se {
background: #eee;
}
#se .quick_item_header, #se .quick_item_selected a {
background: #c0c0c0;
color: #111;
}
#se .tags_highlighted {
color: #ff0000;
}
.header_info, #intro, .paginator, .titelg, .message {
background: #c0c0c0;
color: #111;
}
.uicon {
-webkit-filter: invert(100%);
}
} | 0.295128 | 0.062417 |
body, td {
font-family:Tahoma, Verdana, Arial;
font-size:13px;
line-height:normal;
padding:0;
margin:0;
}
*, *:before, *:after {
box-sizing: content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing: content-box;
}
table {
border-collapse: separate;
}
p {
margin-top:1px;
margin-bottom:2px;
color:#000000;
}
form {
margin:0;
}
label {
font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
margin: 3px 3px 0 3px;
}
input[type="file"] {
display: inline;
}
img {
border:0;
vertical-align:top;
}
a, a.form-value {
color:#CC6600;
text-decoration: underline;
-moz-text-decoration-line: underline;
}
a.col:link, a.col:visited {
color:#333333;
}
a.col:hover {
color:#000000;
}
h1, h2, h3 {
font-family:Tahoma, Verdana, Arial;
}
h1 {
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}
h2 {
font-size:18px;
font-weight:bold;
}
h3 {
font-size:15px;
font-weight:bold;
margin-bottom:3px;
}
h3.no-margin {
font-size:15px;
font-weight:bold;
margin-bottom:1px;
margin-top:1px;
}
hr {
width:90%;
height:1px;
color:#96967D;
margin-top:10px;
margin-bottom:10px;
}
hr.gray {
width:100%;
height:1px;
color:#D8D8D8;
}
hr.dotted {
width:100%;
height:1px;
color:#96967D;
border-style:dotted;
}
ul {
list-style:square;
padding-left:0px;
margin-top:10px;
margin-left:30px;
}
li {
margin-bottom:0px;
}
sup {
font-size:6pt;
}
fieldset {
padding:10px;
padding-top:0px;
border:1px solid #D8D8D8;
}
legend {
color:#333333;
font-size:10px;
font-weight:bold;
padding:5px;
}
/**
* Navigation elements
*/
.top-banner {
background-color:#6E7658;
}
.top-banner-row {
height:32px;
}
.top-banner-accent {
background-color:#96967D;
height:2px;
}
.top-banner-title {
vertical-align:middle;
text-decoration:none;
font:14px Tahoma, Verdana, Arial;
color:#FFFFFF;
}
.primary-link {
vertical-align:middle;
}
.primary-link a {
font:11px Tahoma, Verdana, Arial;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
.primary-link a:hover {
text-decoration:none;
color:#D7D7A7;
}
#primary-nav {
text-align:left;
}
.primary-nav-menu {
font:10px Tahoma, Verdana, Arial;
text-transform:uppercase;
font-weight:bold;
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0px;
}
.primary-nav-menu-active {
font:10px Tahoma, Verdana, Arial;
text-transform:uppercase;
font-weight:bold;
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0px;
}
.primary-nav-menu-active a {
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
padding:2px 3px 1px 3px;
border:1px solid #96967D;
background-color:#96967D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.primary-nav-menu a {
color:#333333;
text-align:center;
text-decoration:none;
display:block;
padding:2px 3px 1px 3px;
border:1px dotted #B5B596;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.primary-nav-menu a:hover {
color:#FFFFFF;
background-color:#96967D;
border:1px solid #96967D;
}
.primary-nav-menu-filler {
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0;
}
.primary-nav-menu-filler a {
display:block;
border:1px dotted #B5B596;
text-decoration:none;
cursor:default;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#secondary-nav {
width:170px;
margin-top:20px;
text-align:left;
}
.secondary-nav-spacer {
font-size:0px;
height:8px;
}
.secondary-nav-head {
background-color:#B5B596;
border-bottom:1px solid #96967D;
border-top-right-radius: 12px;
font-size: 15px;
}
.secondary-nav-body {
border-right:1px dotted #96967D;
min-height:440px;
}
.secondary-nav-body hr {
text-align:center;
border:0;
height:1px;
color:#96967D;
background:#96967D;
width:90%;
margin-top:5px;
margin-bottom:5px;
}
.secondary-nav-menu {
font:10px Tahoma, Verdana, Arial;
font-weight:bold;
color:#333333;
padding:2px;
padding-top:4px;
padding-left:10px;
text-decoration:none;
text-transform:uppercase;
}
.secondary-nav-menu a {
color:#333333;
text-decoration:none;
}
.secondary-nav-text {
font:11px Tahoma, Verdana, Arial;
padding:2px;
padding-left:12px;
padding-right:10px;
}
.secondary-nav-link {
padding:1px;
padding-left:14px;
}
.secondary-nav-link a {
font:11px Tahoma, Verdana, Arial;
text-decoration:none;
color:#333333;
}
.secondary-nav-link a:hover {
text-decoration:underline;
}
#quickapp {
padding:0 20px 0 20px;
}
#quickapp-help {
position:absolute;
padding:10px;
bottom:0;
right:0;
}
#quick-verify-form .form-label {
vertical-align: middle;
}
#quick-verify-form h3 {
font-size: 13px;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0;
}
#logo-container {
position:relative;
margin:0 auto;
padding-top:8px;
min-height:54px;
width:980px;
}
#float-container {
position:relative;
display:inline-block;
width:810px;
}
#main-container {
position:relative;
margin:0 auto;
width:982px;
background-color:#FFFFFF;
border-top:4px solid #96967D;
border-bottom:2px solid #96967D;
}
#paginated-look {
border-right:1px dotted #6E7658;
}
#footer {
text-align:center;
padding:5px 0 20px 0;
margin:0 auto;
width:980px;
}
.subelement-level1 {
padding-left: 30px;
}
.product-config-sub-header {
padding-bottom: 2px;
}
td.subelement-level1 {
font-size: 11px;
padding-bottom: 1px;
}
/**
* Utilities elements
*/
.drop-down-predefined-fees {
max-width: 345px;
}
/**
* Login page elements
*/
#login-logo {
position:absolute;
top:105px;
left:205px;
width:167px;
height:255px;
/* background-image:url(/_images/skin/localhost_logo_logon.gif); */
border:1px dotted lightgrey;
}
#login-form {
position:absolute;
top:105px;
left:425px;
width:350px;
border:1px dotted lightgrey;
}
.login-table {
margin:10px;
width:330px;
}
#login-cert {
position:absolute;
top:310px;
left:510px;
/* background-image:url(/_images/certified.gif); */
text-align:center;
cursor:pointer;
}
#login-notice {
position:absolute;
top:405px;
left:205px;
width:575px;
}
.notice-text {
padding:15px;
border:1px dotted darkgray;
}
.login-links {
padding-top:10px;
font-size:11px;
text-align:center;
}
.login-links span {
padding-left:8px;
padding-right:8px;
}
/* Fix for IS-1130. The table with the form elements would push down over the Save and Cancel buttons. */
/* This div contains that table. Setting display:table on this div keeps its contents within it whenever
they expand or reduce in height. */
#hit-ratio-form #form-main {
display: table;
}
/**
* Common or shared area styles
*
* Note: All other styles that deal with forms and tabs and other dialog
* components have moved to common.css as they are shared between skins
*/
#common-area {
position:relative;
width:760px;
min-height:520px;
padding:25px;
padding-top:20px;
}
#page-title {
position:relative;
width:760px;
padding-bottom:5px;
font-size:16px;
font-weight:bold;
}
#page-sub-title {
position:relative;
width:760px;
padding-bottom:5px;
font-size:11px;
font-weight:bold;
color:#202020;
}
#page-ins {
position:relative;
width:760px;
padding-bottom:20px;
font-size:11px;
}
.page-ins-bold {
position:relative;
width:760px;
padding-bottom:20px;
font-size:11px;
font-weight: bold;
color: #202020;
}
#page-error {
border:1px dotted #000000;
background-color:#FFFFA0;
position:relative;
width:760px;
padding:5px;
margin-bottom:22px;
font-size:11px;
}
#modal-error {
border:1px dotted #000000;
background-color:#FFFFA0;
position:relative;
width:550px;
padding:5px;
margin-bottom:22px;
font-size:11px;
}
#page-main {
position:relative;
width:760px;
}
#window-head {
border-top:1px solid #D7D7A7;
border-left:1px solid #D7D7A7;
border-right:2px solid #B5B596;
border-bottom:2px solid #B5B596;
background-color:#96967D;
display:block;
padding:25px;
padding-top:20px;
padding-bottom:0px;
}
#window-main {
margin:20px;
margin-top:15px;
} | css/version2.css | body, td {
font-family:Tahoma, Verdana, Arial;
font-size:13px;
line-height:normal;
padding:0;
margin:0;
}
*, *:before, *:after {
box-sizing: content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing: content-box;
}
table {
border-collapse: separate;
}
p {
margin-top:1px;
margin-bottom:2px;
color:#000000;
}
form {
margin:0;
}
label {
font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
margin: 3px 3px 0 3px;
}
input[type="file"] {
display: inline;
}
img {
border:0;
vertical-align:top;
}
a, a.form-value {
color:#CC6600;
text-decoration: underline;
-moz-text-decoration-line: underline;
}
a.col:link, a.col:visited {
color:#333333;
}
a.col:hover {
color:#000000;
}
h1, h2, h3 {
font-family:Tahoma, Verdana, Arial;
}
h1 {
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}
h2 {
font-size:18px;
font-weight:bold;
}
h3 {
font-size:15px;
font-weight:bold;
margin-bottom:3px;
}
h3.no-margin {
font-size:15px;
font-weight:bold;
margin-bottom:1px;
margin-top:1px;
}
hr {
width:90%;
height:1px;
color:#96967D;
margin-top:10px;
margin-bottom:10px;
}
hr.gray {
width:100%;
height:1px;
color:#D8D8D8;
}
hr.dotted {
width:100%;
height:1px;
color:#96967D;
border-style:dotted;
}
ul {
list-style:square;
padding-left:0px;
margin-top:10px;
margin-left:30px;
}
li {
margin-bottom:0px;
}
sup {
font-size:6pt;
}
fieldset {
padding:10px;
padding-top:0px;
border:1px solid #D8D8D8;
}
legend {
color:#333333;
font-size:10px;
font-weight:bold;
padding:5px;
}
/**
* Navigation elements
*/
.top-banner {
background-color:#6E7658;
}
.top-banner-row {
height:32px;
}
.top-banner-accent {
background-color:#96967D;
height:2px;
}
.top-banner-title {
vertical-align:middle;
text-decoration:none;
font:14px Tahoma, Verdana, Arial;
color:#FFFFFF;
}
.primary-link {
vertical-align:middle;
}
.primary-link a {
font:11px Tahoma, Verdana, Arial;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
.primary-link a:hover {
text-decoration:none;
color:#D7D7A7;
}
#primary-nav {
text-align:left;
}
.primary-nav-menu {
font:10px Tahoma, Verdana, Arial;
text-transform:uppercase;
font-weight:bold;
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0px;
}
.primary-nav-menu-active {
font:10px Tahoma, Verdana, Arial;
text-transform:uppercase;
font-weight:bold;
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0px;
}
.primary-nav-menu-active a {
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
padding:2px 3px 1px 3px;
border:1px solid #96967D;
background-color:#96967D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.primary-nav-menu a {
color:#333333;
text-align:center;
text-decoration:none;
display:block;
padding:2px 3px 1px 3px;
border:1px dotted #B5B596;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.primary-nav-menu a:hover {
color:#FFFFFF;
background-color:#96967D;
border:1px solid #96967D;
}
.primary-nav-menu-filler {
width:180px;
padding-left:5px;
padding-right:8px;
padding-bottom:0;
}
.primary-nav-menu-filler a {
display:block;
border:1px dotted #B5B596;
text-decoration:none;
cursor:default;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#secondary-nav {
width:170px;
margin-top:20px;
text-align:left;
}
.secondary-nav-spacer {
font-size:0px;
height:8px;
}
.secondary-nav-head {
background-color:#B5B596;
border-bottom:1px solid #96967D;
border-top-right-radius: 12px;
font-size: 15px;
}
.secondary-nav-body {
border-right:1px dotted #96967D;
min-height:440px;
}
.secondary-nav-body hr {
text-align:center;
border:0;
height:1px;
color:#96967D;
background:#96967D;
width:90%;
margin-top:5px;
margin-bottom:5px;
}
.secondary-nav-menu {
font:10px Tahoma, Verdana, Arial;
font-weight:bold;
color:#333333;
padding:2px;
padding-top:4px;
padding-left:10px;
text-decoration:none;
text-transform:uppercase;
}
.secondary-nav-menu a {
color:#333333;
text-decoration:none;
}
.secondary-nav-text {
font:11px Tahoma, Verdana, Arial;
padding:2px;
padding-left:12px;
padding-right:10px;
}
.secondary-nav-link {
padding:1px;
padding-left:14px;
}
.secondary-nav-link a {
font:11px Tahoma, Verdana, Arial;
text-decoration:none;
color:#333333;
}
.secondary-nav-link a:hover {
text-decoration:underline;
}
#quickapp {
padding:0 20px 0 20px;
}
#quickapp-help {
position:absolute;
padding:10px;
bottom:0;
right:0;
}
#quick-verify-form .form-label {
vertical-align: middle;
}
#quick-verify-form h3 {
font-size: 13px;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0;
}
#logo-container {
position:relative;
margin:0 auto;
padding-top:8px;
min-height:54px;
width:980px;
}
#float-container {
position:relative;
display:inline-block;
width:810px;
}
#main-container {
position:relative;
margin:0 auto;
width:982px;
background-color:#FFFFFF;
border-top:4px solid #96967D;
border-bottom:2px solid #96967D;
}
#paginated-look {
border-right:1px dotted #6E7658;
}
#footer {
text-align:center;
padding:5px 0 20px 0;
margin:0 auto;
width:980px;
}
.subelement-level1 {
padding-left: 30px;
}
.product-config-sub-header {
padding-bottom: 2px;
}
td.subelement-level1 {
font-size: 11px;
padding-bottom: 1px;
}
/**
* Utilities elements
*/
.drop-down-predefined-fees {
max-width: 345px;
}
/**
* Login page elements
*/
#login-logo {
position:absolute;
top:105px;
left:205px;
width:167px;
height:255px;
/* background-image:url(/_images/skin/localhost_logo_logon.gif); */
border:1px dotted lightgrey;
}
#login-form {
position:absolute;
top:105px;
left:425px;
width:350px;
border:1px dotted lightgrey;
}
.login-table {
margin:10px;
width:330px;
}
#login-cert {
position:absolute;
top:310px;
left:510px;
/* background-image:url(/_images/certified.gif); */
text-align:center;
cursor:pointer;
}
#login-notice {
position:absolute;
top:405px;
left:205px;
width:575px;
}
.notice-text {
padding:15px;
border:1px dotted darkgray;
}
.login-links {
padding-top:10px;
font-size:11px;
text-align:center;
}
.login-links span {
padding-left:8px;
padding-right:8px;
}
/* Fix for IS-1130. The table with the form elements would push down over the Save and Cancel buttons. */
/* This div contains that table. Setting display:table on this div keeps its contents within it whenever
they expand or reduce in height. */
#hit-ratio-form #form-main {
display: table;
}
/**
* Common or shared area styles
*
* Note: All other styles that deal with forms and tabs and other dialog
* components have moved to common.css as they are shared between skins
*/
#common-area {
position:relative;
width:760px;
min-height:520px;
padding:25px;
padding-top:20px;
}
#page-title {
position:relative;
width:760px;
padding-bottom:5px;
font-size:16px;
font-weight:bold;
}
#page-sub-title {
position:relative;
width:760px;
padding-bottom:5px;
font-size:11px;
font-weight:bold;
color:#202020;
}
#page-ins {
position:relative;
width:760px;
padding-bottom:20px;
font-size:11px;
}
.page-ins-bold {
position:relative;
width:760px;
padding-bottom:20px;
font-size:11px;
font-weight: bold;
color: #202020;
}
#page-error {
border:1px dotted #000000;
background-color:#FFFFA0;
position:relative;
width:760px;
padding:5px;
margin-bottom:22px;
font-size:11px;
}
#modal-error {
border:1px dotted #000000;
background-color:#FFFFA0;
position:relative;
width:550px;
padding:5px;
margin-bottom:22px;
font-size:11px;
}
#page-main {
position:relative;
width:760px;
}
#window-head {
border-top:1px solid #D7D7A7;
border-left:1px solid #D7D7A7;
border-right:2px solid #B5B596;
border-bottom:2px solid #B5B596;
background-color:#96967D;
display:block;
padding:25px;
padding-top:20px;
padding-bottom:0px;
}
#window-main {
margin:20px;
margin-top:15px;
} | 0.329715 | 0.065785 |
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
font-family: "Playfair Display", non-serif;
font-size: 16px;
background-color: rgba(0,0,0,0.25);
}
header {
background-color: #717171;
text-align: center;
}
ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.menu {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: auto;
padding-top: 1px;
padding-left: 0;
text-align: center;
background-color: #717171;
}
.menu__item {
position: relative;
display: flex;
justify-content: center;
list-style: none;
padding: 0;
flex-basis: 130px;
height: 60px;
font-size: 18px;
text-align: center;
color: #d4dcdd;
border: 1px solid transparent;
}
.menu__item:hover {
background-color: #555555;
border: 1px solid #a1a1a1;
color: #ffffff;
}
.menu__item:hover > .sub-menu {
display: block;
}
.sub-menu {
display: none;
position: absolute;
top: 59px;
z-index: 1;
list-style: none;
padding: 0;
border: 1px solid rgb(149, 149, 149);
}
.sub-menu__item {
width: 120px;
box-sizing: border-box;
}
.sub-menu__link {
display: inline-block;
border: 1px solid transparent;
text-decoration: none;
cursor: pointer;
line-height: 45px;
width: 120px;
height: 45px;
background-color: #717171;
color: #d4dcdd;
}
.sub-menu__link:hover {
background-color: #555555;
color: #ffffff;
}
.repo-button {
text-decoration: none;
color: #b0b8b9;
position: fixed;
bottom: 50px;
right: 50px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #555555;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
text-align: center;
line-height: 60px;
transition: right 0.5s, bottom 0.7s;
}
.repo-button:hover {
background-color: #717171;
color: #ffffff;
} | css/styles.css | .visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
font-family: "Playfair Display", non-serif;
font-size: 16px;
background-color: rgba(0,0,0,0.25);
}
header {
background-color: #717171;
text-align: center;
}
ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.menu {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: auto;
padding-top: 1px;
padding-left: 0;
text-align: center;
background-color: #717171;
}
.menu__item {
position: relative;
display: flex;
justify-content: center;
list-style: none;
padding: 0;
flex-basis: 130px;
height: 60px;
font-size: 18px;
text-align: center;
color: #d4dcdd;
border: 1px solid transparent;
}
.menu__item:hover {
background-color: #555555;
border: 1px solid #a1a1a1;
color: #ffffff;
}
.menu__item:hover > .sub-menu {
display: block;
}
.sub-menu {
display: none;
position: absolute;
top: 59px;
z-index: 1;
list-style: none;
padding: 0;
border: 1px solid rgb(149, 149, 149);
}
.sub-menu__item {
width: 120px;
box-sizing: border-box;
}
.sub-menu__link {
display: inline-block;
border: 1px solid transparent;
text-decoration: none;
cursor: pointer;
line-height: 45px;
width: 120px;
height: 45px;
background-color: #717171;
color: #d4dcdd;
}
.sub-menu__link:hover {
background-color: #555555;
color: #ffffff;
}
.repo-button {
text-decoration: none;
color: #b0b8b9;
position: fixed;
bottom: 50px;
right: 50px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #555555;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
text-align: center;
line-height: 60px;
transition: right 0.5s, bottom 0.7s;
}
.repo-button:hover {
background-color: #717171;
color: #ffffff;
} | 0.391522 | 0.096408 |
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #707070;
}
html,
body {
height: 100%;
}
html {
scroll-behavior: smooth;
}
/* ---------------------Section1----------------------- */
.logo-gama {
width: 70px;
margin-top: 15px;
margin-left: 120px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
}
.section1kiri {
position: relative;
z-index: 9;
background: #5CC4E7;
width: 100%;
}
.section1kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 700px;
height: 450px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .gambarsection1 {
width: 600px;
height: 400px;
}
.divgambar .wadahgambarsection1 {
width: 600px;
margin-left: 50px;
}
.section1h1 {
font-size: 55px;
}
.section1p1 {
font-size: 28px;
font-weight: bold;
margin-top: -20px;
}
.section1p2 {
font-size: 28px;
font-weight: bold;
margin-top: -20px;
float: right;
margin-right: 20px;
}
.divtulisan {
margin-top: -240px;
margin-left: -215px;
position: absolute;
z-index: 6;
}
.section1baten {
background-color: transparent;
width: 110px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 2px;
}
.section1batenkanan {
margin-right: 70px;
}
.downdirection {
float: right;
width: 40px;
margin-right: 80px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Section2----------------------- */
.section2 {
width: 100%;
background-color: #D8F4FD;
min-height: 500px;
padding-bottom: 1px;
}
.section2h5 {
padding-top: 50px;
}
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 100%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2clock {
display: inline-flex;
color: #F9A826;
}
.section2pertemuan {
margin-left: 5px;
margin-top: -5px;
}
.section2gambarasset {
max-width: 350px;
max-height: 400px;
overflow: hidden;
}
/* ---------------------End Section2----------------------- */
/* ---------------------Section3----------------------- */
.section3 {
display: flex;
min-height: 780px;
}
.section3kiri {
position: relative;
z-index: 9;
background: #ADE7FA;
width: 100%;
}
.section3 h5 {
padding-top: 50px;
}
.section3kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.kotakkuning {
width: 90%;
height: 80%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4 {
margin-top: 200px;
}
.section3cardkiri {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
}
.section3cardkanan {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Section4----------------------- */
.section4 {
display: flex;
min-height: 590px;
background-color: #E6F8FE;
}
.tgl {
margin-bottom: -30px;
}
.arrow {
float: right;
margin-top: 7px;
}
.section4showall {
text-align: center;
text-decoration: underline;
font-style: italic;
margin-top: 30px;
color: #707070;
}
.section4card {
width: 90%;
margin-top: 15px;
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.section4h5 {
padding-top: 50px;
}
.section4keterangan {
padding-bottom: 12px;
}
/* ---------------------End Section4----------------------- */
/* ---------------------Section5----------------------- */
.section5 {
display: flex;
min-height: 500px;
}
.section5kiri {
position: relative;
z-index: 9;
background: #ADE7FA;
width: 100%;
}
.section5kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.section5h5 {
padding-top: 50px;
}
.section5chevronleft {
margin-top: 10%;
}
.section5chevronright {
margin-left: 75px;
margin-top: 10%;
}
.section5card {
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
min-height: 250px;
}
.section5fotomuka {
position: static;
width: 100px;
height: 100px;
margin-top: -50px;
border: 0.5px solid #707070;
background-color: #F4F8F7;
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.section5nama {
text-align: center;
font-weight: 700;
margin-bottom: 0;
}
.section5program {
text-align: center;
font-size: 15px;
}
.section5kesan {
font-size: 14px;
}
/* ---------------------End Section5----------------------- */
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h5 {
padding-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 70px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 5px 25px 5px 25px;
margin-left: 150px;
}
.section6temukan {
margin-top: 60px;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}
.section6maps {
width: 100%;
height: 400px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
footer {
width: 100%;
background-color: #5CC4E7;
}
footer h4 {
margin-top: 50px;
color: white;
}
footer h5 {
margin-top: 30px;
color: white;
}
.footerwadahkontak {
display: flex;
}
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
margin: 4px 2px;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 5px 12px 5px 12px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 450px;
opacity: 0.5;
}
footer hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 2px;
}
footer .sosialmedia {
width: 215px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1921px) {
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
min-height: 100%;
}
.divtulisan {
margin-top: -240px;
margin-left: -215px;
position: absolute;
z-index: 6;
}
/* ---------------------End Section1----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 600px;
opacity: 0.5;
}
}
@media (min-width: 1025px) and (max-width: 1920px) {
.section1 {
display: flex;
min-height: 100%;
}
/* ---------------------Footer----------------------- */
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
margin: 4px 2px;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 5px 12px 5px 12px;
font-size: 15px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 320px;
opacity: 0.5;
}
footer .sosialmedia {
width: 215px;
margin-top: 15px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 991px) and (max-width: 1200px) and (orientation: landscape) {
/* End Section3 */
.section3 .card {
width: 12rem;
}
.section5chevronright {
margin-left: 50px;
margin-top: 10%;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 60px;
margin-top: 15px;
margin-left: 75px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divtulisan {
margin-top: -120px;
margin-left: -155px;
position: absolute;
z-index: 6;
}
.divgambar .gambarsection1 {
width: 400px;
height: 280px;
}
.divgambar .wadahgambarsection1 {
width: 450px;
}
.section1h1 {
font-size: 40px;
}
.section1p1 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.section1batenkanan {
margin-right: 70px;
}
.section1baten {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
}
.downdirection {
float: right;
width: 30px;
margin-right: 80px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Footer----------------------- */
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 0px 10px 0px 10px;
font-size: 13px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 250px;
opacity: 0.5;
}
footer .sosialmedia {
width: 185px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 25px;
}
.footerlogososlialmediatengah {
width: 25px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 20px;
padding-bottom: 20px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 60px;
margin-top: 15px;
margin-left: 75px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 500px;
height: 300px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .wadahgambarsection1 {
width: 450px;
}
.divgambar .gambarsection1 {
width: 400px;
height: 280px;
}
.divtulisan {
margin-top: -190px;
margin-left: -155px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 40px;
}
.section1p1 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 2px;
}
.section1batenkanan {
margin-right: 15px;
}
.section1baten {
background-color: transparent;
width: 85px;
height: 33px;
text-align: center;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
font-size: 15px;
}
.downdirection {
float: right;
width: 30px;
margin-right: 80px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 900px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 90%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ------------------------Section5------------------------ */
.section5chevronright {
margin-left: 30px;
margin-top: 10%;
}
/* ------------------------End Section5------------------------ */
.logo-gama {
margin-left: 40px;
}
.container-a a {
font-size: 12px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 260px;
opacity: 0.5;
}
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 50px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 5px 20px 5px 20px;
margin-left: 110px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
font-weight: bold;
margin-bottom: 15px;
}
.section6maps {
width: 100%;
height: 250px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
.footerwadahkontak {
display: contents;
}
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin-left: 20px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 0px 10px 0px 10px;
font-size: 13px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 250px;
opacity: 0.5;
}
footer .sosialmedia {
width: 185px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 25px;
}
.footerlogososlialmediatengah {
width: 25px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 20px;
padding-bottom: 20px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 751px) and (max-width: 767px) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 50px;
margin-top: 15px;
margin-left: 35px;
}
.nav-desktop {
z-index: 2;
position: relative;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 400px;
height: 300px;
margin-top: 10px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-left: 20px;
}
.divgambar .wadahgambarsection1 {
width: 350px;
}
.divgambar .gambarsection1 {
width: 300px;
height: 280px;
}
.divtulisan {
margin-top: -170px;
margin-left: -115px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 30px;
}
.section1p1 {
font-size: 16px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 16px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 5px;
}
.section1baten {
background-color: transparent;
width: 80px;
height: 30px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
float: right;
font-size: 10px;
}
.section1batenkanan {
margin-right: 30px;
}
.downdirection {
float: right;
width: 20px;
margin-right: 50px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Section3----------------------- */
.section3 {
min-height: 900px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 95%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
}
@media (min-width: 481px) and (max-width: 750px) {
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
min-height: 100%;
}
.divgambar {
width: 240px;
height: 180px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .wadahgambarsection1 {
width: 240px;
}
.divgambar .gambarsection1 {
width: 150px;
height: 150px;
}
.divtulisan {
margin-top: -100px;
margin-left: -100px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 25px;
}
.section1p1 {
font-size: 13px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 13px;
font-weight: bold;
margin-top: -17px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 3px;
}
.section1baten {
background-color: transparent;
width: 50px;
height: 20px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
font-size: 6px;
}
.section1batenkanan {
margin-right: 20px;
}
.downdirection {
float: right;
width: 20px;
margin-right: 50px;
margin-top: 50px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 920px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 95%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Footer----------------------- */
footer .sosialmedia {
width: 230px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
margin-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
/* ---------------------Section2----------------------- */
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2judulprogram {
text-align: center;
margin-top: 10px;
}
.section2clock {
margin-left: 120px;
margin-top: -10px;
}
.carousel-control-prev {
position: absolute;
margin-left: -50px;
}
.carousel-control-next {
position: absolute;
margin-right: -50px;
}
/* ---------------------End Section2----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 300px;
opacity: 0.5;
}
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 35px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 3px 17px 3px 17px;
margin-left: 70px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
font-weight: bold;
margin-bottom: 12px;
font-size: 15px;
}
.section6maps {
width: 100%;
height: 150px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
}
@media (min-width: 751px) {
.nav-mobile {
display: none;
}
.logo-mobile {
display: none;
}
}
@media (max-width: 750px) {
.nav-desktop {
display: none;
}
/* Place the navbar at the bottom of the page, and make it stick */
.nav-mobile .navbar {
background-color: white;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
height: 56px;
}
/* Style the links inside the navigation bar */
.navbar p {
float: left;
display: block;
color: #707070;
text-align: center;
text-decoration: none;
font-size: 15px;
margin-top: 23px;
}
.nav-mobile i {
position: absolute;
margin-left: 8px;
margin-top: 8px;
}
.logo-mobile {
width: 40px;
margin-top: 20px;
margin-left: 30px;
position: absolute;
z-index: 10;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
.logo-mobile {
width: 40px;
margin-top: 15px;
margin-left: 15px;
position: absolute;
z-index: 10;
}
/* ---------------------Section2----------------------- */
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2judulprogram {
text-align: center;
margin-top: 10px;
}
.section2clock {
margin-left: 50px;
margin-top: -10px;
}
.carousel-control-prev {
position: absolute;
margin-left: -44px;
}
.carousel-control-next {
position: absolute;
margin-right: -44px;
}
/* ---------------------End Section2----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 920px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 30px;
}
.kotakkuning {
width: 95%;
height: 94%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 238px;
margin-left: -110px;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
.section3cardkiri {
margin-left: 20px;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 20px;
}
.section6h5 {
padding-top: 30px;
}
.section6h1 {
margin-top: 20%;
font-size: 20px;
}
.section6button {
border-radius: 30px;
padding: 3px 10px 3px 10px;
width: 70px;
margin-left: 30px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
margin-bottom: 12px;
font-size: 20px;
}
.section6maps {
width: 100%;
height: 150px;
border-radius: 15px;
margin-bottom: 15px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 200px;
opacity: 0.5;
}
footer .sosialmedia {
width: 230px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
margin-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
@media (max-width: 991px) {
.section3rowdesk {
display: none;
}
.section4rowdesk {
display: none;
}
}
@media (min-width: 992px) {
.section3rowmobile {
display: none;
}
.section4rowmobile {
display: none;
}
}
@media (min-width: 768px) {
.section5rowmobile {
display: none;
}
.section5h5judul {
margin-top: 10px;
font-weight: 700;
text-align: center;
margin-bottom: 80px;
}
}
@media (max-width: 767px) {
.section5rowdesk {
display: none;
}
/* ---------------------Section5----------------------- */
.section5rowmobile {
margin-bottom: 30px;
}
.section5h5 {
padding-top: 50px;
}
.section5h5judul {
margin-top: 10px;
font-weight: 700;
text-align: center;
}
.section5card {
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
min-height: 250px;
margin-top: 70px;
}
.section5fotomuka {
position: static;
width: 100px;
height: 100px;
margin-top: -50px;
border: 0.5px solid #707070;
background-color: #F4F8F7;
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.section5nama {
text-align: center;
font-weight: 700;
margin-bottom: 0;
}
.section5program {
text-align: center;
font-size: 15px;
}
.section5kesan {
font-size: 14px;
}
/* ---------------------End Section5----------------------- */
}
@media (min-width: 481px) {
.section1bagianmobile {
display: none;
}
}
@media (max-width: 480px) {
.section1bagiandesk {
display: none;
}
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
height: 100vh;
}
.section1kiri {
position: relative;
z-index: 9;
background: #5CC4E7;
width: 100%;
}
.section1kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 0%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.divgambarmobile {
overflow: hidden;
width: 100%;
height: 100%;
margin-top: 100px;
border: 0px solid #F8C470;
position: relative;
z-index: 5;
}
.wadahgambarmobile {
width: 100%;
}
.divgambarmobile .gambarsection1mobile {
width: 100%;
height: 150px;
}
/* .divtulisanmobile {
overflow: hidden;
width: 100%;
min-height: 90px;
position: absolute;
z-index: 6;
} */
.wadahtulisanmobile {
min-width: 280px;
}
.section1h1mobile {
font-size: 40px;
text-align: center;
}
.section1p1mobile {
font-size: 20px;
font-weight: bold;
margin-top: -12px;
text-align: center;
}
.section1p2mobile {
font-size: 20px;
font-weight: bold;
margin-top: -17px;
text-align: center;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
display: none;
}
.section1baten {
background-color: transparent;
width: 50px;
height: 20px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
font-size: 7px;
}
.section1batenkanan {
margin-right: 30px;
}
.downdirection {
float: right;
width: 15px;
margin-right: 30px;
margin-top: 40%;
}
/* ---------------------End Section1----------------------- */
} | public/css/landing.css | body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #707070;
}
html,
body {
height: 100%;
}
html {
scroll-behavior: smooth;
}
/* ---------------------Section1----------------------- */
.logo-gama {
width: 70px;
margin-top: 15px;
margin-left: 120px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
}
.section1kiri {
position: relative;
z-index: 9;
background: #5CC4E7;
width: 100%;
}
.section1kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 700px;
height: 450px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .gambarsection1 {
width: 600px;
height: 400px;
}
.divgambar .wadahgambarsection1 {
width: 600px;
margin-left: 50px;
}
.section1h1 {
font-size: 55px;
}
.section1p1 {
font-size: 28px;
font-weight: bold;
margin-top: -20px;
}
.section1p2 {
font-size: 28px;
font-weight: bold;
margin-top: -20px;
float: right;
margin-right: 20px;
}
.divtulisan {
margin-top: -240px;
margin-left: -215px;
position: absolute;
z-index: 6;
}
.section1baten {
background-color: transparent;
width: 110px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 2px;
}
.section1batenkanan {
margin-right: 70px;
}
.downdirection {
float: right;
width: 40px;
margin-right: 80px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Section2----------------------- */
.section2 {
width: 100%;
background-color: #D8F4FD;
min-height: 500px;
padding-bottom: 1px;
}
.section2h5 {
padding-top: 50px;
}
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 100%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2clock {
display: inline-flex;
color: #F9A826;
}
.section2pertemuan {
margin-left: 5px;
margin-top: -5px;
}
.section2gambarasset {
max-width: 350px;
max-height: 400px;
overflow: hidden;
}
/* ---------------------End Section2----------------------- */
/* ---------------------Section3----------------------- */
.section3 {
display: flex;
min-height: 780px;
}
.section3kiri {
position: relative;
z-index: 9;
background: #ADE7FA;
width: 100%;
}
.section3 h5 {
padding-top: 50px;
}
.section3kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.kotakkuning {
width: 90%;
height: 80%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4 {
margin-top: 200px;
}
.section3cardkiri {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
}
.section3cardkanan {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Section4----------------------- */
.section4 {
display: flex;
min-height: 590px;
background-color: #E6F8FE;
}
.tgl {
margin-bottom: -30px;
}
.arrow {
float: right;
margin-top: 7px;
}
.section4showall {
text-align: center;
text-decoration: underline;
font-style: italic;
margin-top: 30px;
color: #707070;
}
.section4card {
width: 90%;
margin-top: 15px;
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.section4h5 {
padding-top: 50px;
}
.section4keterangan {
padding-bottom: 12px;
}
/* ---------------------End Section4----------------------- */
/* ---------------------Section5----------------------- */
.section5 {
display: flex;
min-height: 500px;
}
.section5kiri {
position: relative;
z-index: 9;
background: #ADE7FA;
width: 100%;
}
.section5kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 37%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.section5h5 {
padding-top: 50px;
}
.section5chevronleft {
margin-top: 10%;
}
.section5chevronright {
margin-left: 75px;
margin-top: 10%;
}
.section5card {
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
min-height: 250px;
}
.section5fotomuka {
position: static;
width: 100px;
height: 100px;
margin-top: -50px;
border: 0.5px solid #707070;
background-color: #F4F8F7;
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.section5nama {
text-align: center;
font-weight: 700;
margin-bottom: 0;
}
.section5program {
text-align: center;
font-size: 15px;
}
.section5kesan {
font-size: 14px;
}
/* ---------------------End Section5----------------------- */
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h5 {
padding-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 70px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 5px 25px 5px 25px;
margin-left: 150px;
}
.section6temukan {
margin-top: 60px;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}
.section6maps {
width: 100%;
height: 400px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
footer {
width: 100%;
background-color: #5CC4E7;
}
footer h4 {
margin-top: 50px;
color: white;
}
footer h5 {
margin-top: 30px;
color: white;
}
.footerwadahkontak {
display: flex;
}
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
margin: 4px 2px;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 5px 12px 5px 12px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 450px;
opacity: 0.5;
}
footer hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 2px;
}
footer .sosialmedia {
width: 215px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1921px) {
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
min-height: 100%;
}
.divtulisan {
margin-top: -240px;
margin-left: -215px;
position: absolute;
z-index: 6;
}
/* ---------------------End Section1----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 600px;
opacity: 0.5;
}
}
@media (min-width: 1025px) and (max-width: 1920px) {
.section1 {
display: flex;
min-height: 100%;
}
/* ---------------------Footer----------------------- */
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
margin: 4px 2px;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 5px 12px 5px 12px;
font-size: 15px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 320px;
opacity: 0.5;
}
footer .sosialmedia {
width: 215px;
margin-top: 15px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 991px) and (max-width: 1200px) and (orientation: landscape) {
/* End Section3 */
.section3 .card {
width: 12rem;
}
.section5chevronright {
margin-left: 50px;
margin-top: 10%;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 60px;
margin-top: 15px;
margin-left: 75px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divtulisan {
margin-top: -120px;
margin-left: -155px;
position: absolute;
z-index: 6;
}
.divgambar .gambarsection1 {
width: 400px;
height: 280px;
}
.divgambar .wadahgambarsection1 {
width: 450px;
}
.section1h1 {
font-size: 40px;
}
.section1p1 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.section1batenkanan {
margin-right: 70px;
}
.section1baten {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
}
.downdirection {
float: right;
width: 30px;
margin-right: 80px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Footer----------------------- */
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 0px 10px 0px 10px;
font-size: 13px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 250px;
opacity: 0.5;
}
footer .sosialmedia {
width: 185px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 25px;
}
.footerlogososlialmediatengah {
width: 25px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 20px;
padding-bottom: 20px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 60px;
margin-top: 15px;
margin-left: 75px;
}
.nav-desktop {
z-index: 2;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 500px;
height: 300px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .wadahgambarsection1 {
width: 450px;
}
.divgambar .gambarsection1 {
width: 400px;
height: 280px;
}
.divtulisan {
margin-top: -190px;
margin-left: -155px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 40px;
}
.section1p1 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 21px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 2px;
}
.section1batenkanan {
margin-right: 15px;
}
.section1baten {
background-color: transparent;
width: 85px;
height: 33px;
text-align: center;
border-radius: 16px;
color: #707070;
border: 2px solid #F8C470;
float: right;
font-size: 15px;
}
.downdirection {
float: right;
width: 30px;
margin-right: 80px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 900px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 90%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 13rem;
height: 15rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ------------------------Section5------------------------ */
.section5chevronright {
margin-left: 30px;
margin-top: 10%;
}
/* ------------------------End Section5------------------------ */
.logo-gama {
margin-left: 40px;
}
.container-a a {
font-size: 12px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 260px;
opacity: 0.5;
}
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 50px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 5px 20px 5px 20px;
margin-left: 110px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
font-weight: bold;
margin-bottom: 15px;
}
.section6maps {
width: 100%;
height: 250px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
.footerwadahkontak {
display: contents;
}
.baten-footer {
background-color: transparent;
width: 100px;
height: 35px;
text-align: center;
margin-left: 20px;
border-radius: 16px;
color: white;
border: 1.5px solid white;
}
.footerparagraf {
margin-top: auto;
margin-bottom: 11px;
margin-left: 15px;
}
.baten-footer2 {
background-color: transparent;
width: auto;
height: 45px;
text-align: center;
border-radius: 20px;
color: white;
border: 1.5px solid white;
padding: 0px 10px 0px 10px;
font-size: 13px;
}
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 250px;
opacity: 0.5;
}
footer .sosialmedia {
width: 185px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 25px;
}
.footerlogososlialmediatengah {
width: 25px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 20px;
padding-bottom: 20px;
}
/* ---------------------End Footer----------------------- */
}
@media (min-width: 751px) and (max-width: 767px) {
/* ---------------------Section1----------------------- */
.logo-gama {
width: 50px;
margin-top: 15px;
margin-left: 35px;
}
.nav-desktop {
z-index: 2;
position: relative;
}
.nav-desktop a {
display: inline-block;
color: #707070;
float: right;
margin-top: 10px;
margin-right: 22px;
}
.section1 {
display: flex;
min-height: 100%;
}
.container-a {
position: relative;
z-index: 3;
margin-top: -50px;
}
.divgambar {
width: 400px;
height: 300px;
margin-top: 10px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-left: 20px;
}
.divgambar .wadahgambarsection1 {
width: 350px;
}
.divgambar .gambarsection1 {
width: 300px;
height: 280px;
}
.divtulisan {
margin-top: -170px;
margin-left: -115px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 30px;
}
.section1p1 {
font-size: 16px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 16px;
font-weight: bold;
margin-top: -15px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 5px;
}
.section1baten {
background-color: transparent;
width: 80px;
height: 30px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
float: right;
font-size: 10px;
}
.section1batenkanan {
margin-right: 30px;
}
.downdirection {
float: right;
width: 20px;
margin-right: 50px;
margin-top: 20px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------Section3----------------------- */
.section3 {
min-height: 900px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 95%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
}
@media (min-width: 481px) and (max-width: 750px) {
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
min-height: 100%;
}
.divgambar {
width: 240px;
height: 180px;
margin-top: 100px;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
}
.divgambar .wadahgambarsection1 {
width: 240px;
}
.divgambar .gambarsection1 {
width: 150px;
height: 150px;
}
.divtulisan {
margin-top: -100px;
margin-left: -100px;
position: absolute;
z-index: 6;
}
.section1h1 {
font-size: 25px;
}
.section1p1 {
font-size: 13px;
font-weight: bold;
margin-top: -15px;
}
.section1p2 {
font-size: 13px;
font-weight: bold;
margin-top: -17px;
float: right;
margin-right: 20px;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
}
.bungkussection1baten a {
color: #707070;
padding-top: 3px;
}
.section1baten {
background-color: transparent;
width: 50px;
height: 20px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
font-size: 6px;
}
.section1batenkanan {
margin-right: 20px;
}
.downdirection {
float: right;
width: 20px;
margin-right: 50px;
margin-top: 50px;
}
/* ---------------------End Section1----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 920px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 50px;
}
.kotakkuning {
width: 95%;
height: 85%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 58px;
margin-left: auto;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Footer----------------------- */
footer .sosialmedia {
width: 230px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
margin-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
/* ---------------------Section2----------------------- */
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2judulprogram {
text-align: center;
margin-top: 10px;
}
.section2clock {
margin-left: 120px;
margin-top: -10px;
}
.carousel-control-prev {
position: absolute;
margin-left: -50px;
}
.carousel-control-next {
position: absolute;
margin-right: -50px;
}
/* ---------------------End Section2----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 300px;
opacity: 0.5;
}
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 50px;
}
.section6h1 {
margin-top: 20%;
font-size: 35px;
font-weight: bold;
}
.section6button {
border-radius: 30px;
padding: 3px 17px 3px 17px;
margin-left: 70px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
font-weight: bold;
margin-bottom: 12px;
font-size: 15px;
}
.section6maps {
width: 100%;
height: 150px;
border-radius: 15px;
margin-bottom: 30px;
}
/* ---------------------End Section6----------------------- */
}
@media (min-width: 751px) {
.nav-mobile {
display: none;
}
.logo-mobile {
display: none;
}
}
@media (max-width: 750px) {
.nav-desktop {
display: none;
}
/* Place the navbar at the bottom of the page, and make it stick */
.nav-mobile .navbar {
background-color: white;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
height: 56px;
}
/* Style the links inside the navigation bar */
.navbar p {
float: left;
display: block;
color: #707070;
text-align: center;
text-decoration: none;
font-size: 15px;
margin-top: 23px;
}
.nav-mobile i {
position: absolute;
margin-left: 8px;
margin-top: 8px;
}
.logo-mobile {
width: 40px;
margin-top: 20px;
margin-left: 30px;
position: absolute;
z-index: 10;
}
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
.logo-mobile {
width: 40px;
margin-top: 15px;
margin-left: 15px;
position: absolute;
z-index: 10;
}
/* ---------------------Section2----------------------- */
.section2wadah {
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
background-color: white;
padding-top: 20px;
border-radius: 5px;
}
.section2judulprogram {
text-align: center;
margin-top: 10px;
}
.section2clock {
margin-left: 50px;
margin-top: -10px;
}
.carousel-control-prev {
position: absolute;
margin-left: -44px;
}
.carousel-control-next {
position: absolute;
margin-right: -44px;
}
/* ---------------------End Section2----------------------- */
/* ---------------------End Section3----------------------- */
.section3 {
min-height: 920px;
}
.section3judul {
padding-top: 50px;
}
.section3 h5 {
padding-top: 30px;
}
.kotakkuning {
width: 95%;
height: 94%;
border: 5px solid #F8C470;
position: relative;
z-index: 5;
margin-top: 2%;
}
.section3col6kanan {
top: 50%;
bottom: 50%;
}
.section3h4mobile {
text-align: center;
margin-top: 20px;
}
.section3cardkiri {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.section3cardkanan {
width: 12rem;
height: 13rem;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
text-align: center;
margin-top: 238px;
margin-left: -110px;
margin-right: auto;
}
.section3wadahcardimg {
width: 100px;
height: 100px;
background-color: #C7EFF8;
margin-top: 20%;
}
.section3cardkiri {
margin-left: 20px;
}
/* ---------------------End Section3----------------------- */
/* ---------------------Section6----------------------- */
.section6 {
display: flex;
background-color: #E6F8FE;
}
.section6container {
margin-top: 20px;
}
.section6h5 {
padding-top: 30px;
}
.section6h1 {
margin-top: 20%;
font-size: 20px;
}
.section6button {
border-radius: 30px;
padding: 3px 10px 3px 10px;
width: 70px;
margin-left: 30px;
font-size: 10px;
}
.section6temukan {
margin-top: 40px;
text-align: center;
margin-bottom: 12px;
font-size: 20px;
}
.section6maps {
width: 100%;
height: 150px;
border-radius: 15px;
margin-bottom: 15px;
}
/* ---------------------End Section6----------------------- */
/* ---------------------Footer----------------------- */
.image-footer {
/* Center and scale the image nicely */
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 200px;
opacity: 0.5;
}
footer .sosialmedia {
width: 230px;
margin-top: 15px;
}
.footerlogososlialmedia {
width: 35px;
}
.footerlogososlialmediatengah {
width: 35px;
margin-left: 50px;
margin-right: 50px;
}
footer .copyright {
width: 185px;
margin-top: 30px;
padding-bottom: 40px;
margin-bottom: 40px;
}
/* ---------------------End Footer----------------------- */
}
@media (max-width: 991px) {
.section3rowdesk {
display: none;
}
.section4rowdesk {
display: none;
}
}
@media (min-width: 992px) {
.section3rowmobile {
display: none;
}
.section4rowmobile {
display: none;
}
}
@media (min-width: 768px) {
.section5rowmobile {
display: none;
}
.section5h5judul {
margin-top: 10px;
font-weight: 700;
text-align: center;
margin-bottom: 80px;
}
}
@media (max-width: 767px) {
.section5rowdesk {
display: none;
}
/* ---------------------Section5----------------------- */
.section5rowmobile {
margin-bottom: 30px;
}
.section5h5 {
padding-top: 50px;
}
.section5h5judul {
margin-top: 10px;
font-weight: 700;
text-align: center;
}
.section5card {
box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
min-height: 250px;
margin-top: 70px;
}
.section5fotomuka {
position: static;
width: 100px;
height: 100px;
margin-top: -50px;
border: 0.5px solid #707070;
background-color: #F4F8F7;
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.section5nama {
text-align: center;
font-weight: 700;
margin-bottom: 0;
}
.section5program {
text-align: center;
font-size: 15px;
}
.section5kesan {
font-size: 14px;
}
/* ---------------------End Section5----------------------- */
}
@media (min-width: 481px) {
.section1bagianmobile {
display: none;
}
}
@media (max-width: 480px) {
.section1bagiandesk {
display: none;
}
/* ---------------------Section1----------------------- */
.section1 {
display: flex;
height: 100vh;
}
.section1kiri {
position: relative;
z-index: 9;
background: #5CC4E7;
width: 100%;
}
.section1kiri:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 0%;
bottom: 0;
left: 0;
background: #F4F8F7;
}
.divgambarmobile {
overflow: hidden;
width: 100%;
height: 100%;
margin-top: 100px;
border: 0px solid #F8C470;
position: relative;
z-index: 5;
}
.wadahgambarmobile {
width: 100%;
}
.divgambarmobile .gambarsection1mobile {
width: 100%;
height: 150px;
}
/* .divtulisanmobile {
overflow: hidden;
width: 100%;
min-height: 90px;
position: absolute;
z-index: 6;
} */
.wadahtulisanmobile {
min-width: 280px;
}
.section1h1mobile {
font-size: 40px;
text-align: center;
}
.section1p1mobile {
font-size: 20px;
font-weight: bold;
margin-top: -12px;
text-align: center;
}
.section1p2mobile {
font-size: 20px;
font-weight: bold;
margin-top: -17px;
text-align: center;
}
.bungkussection1baten {
position: absolute;
bottom: 0;
margin-bottom: 10px;
display: none;
}
.section1baten {
background-color: transparent;
width: 50px;
height: 20px;
text-align: center;
margin: 4px 2px;
border-radius: 16px;
color: #707070;
border: 1.5px solid #F8C470;
font-size: 7px;
}
.section1batenkanan {
margin-right: 30px;
}
.downdirection {
float: right;
width: 15px;
margin-right: 30px;
margin-top: 40%;
}
/* ---------------------End Section1----------------------- */
} | 0.331228 | 0.095645 |
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
/* position: -webkit-sticky;
position: sticky; */
top: 0px; /* Height of navbar */
/* height: calc(100vh - 48px); */
padding-top: .5rem;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.sidebar .nav-link .feather {
margin-right: 4px;
color: #999;
}
.sidebar .nav-link.active {
color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
color: inherit;
}
.sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}
/*
* Content
*/
[role="main"] {
padding-top: 0px; /* Space for fixed navbar */
}
/*
* Navbar
*/
.navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: 1rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset -1px 0 0 rgba(228, 218, 218, 0.25);
}
.navbar .form-control {
padding: .75rem 1rem;
border-width: 0;
border-radius: 0;
}
.form-control-dark {
color: #fff;
background-color: rgba(255, 255, 255, .1);
border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
overflow-x: hidden;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #000;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav>.sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav>.sidebar-brand a {
color: #999999;
}
.sidebar-nav>.sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 0;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
} | public/css/dashboard.css | .feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
/* position: -webkit-sticky;
position: sticky; */
top: 0px; /* Height of navbar */
/* height: calc(100vh - 48px); */
padding-top: .5rem;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.sidebar .nav-link .feather {
margin-right: 4px;
color: #999;
}
.sidebar .nav-link.active {
color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
color: inherit;
}
.sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}
/*
* Content
*/
[role="main"] {
padding-top: 0px; /* Space for fixed navbar */
}
/*
* Navbar
*/
.navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: 1rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset -1px 0 0 rgba(228, 218, 218, 0.25);
}
.navbar .form-control {
padding: .75rem 1rem;
border-width: 0;
border-radius: 0;
}
.form-control-dark {
color: #fff;
background-color: rgba(255, 255, 255, .1);
border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
overflow-x: hidden;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #000;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav>.sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav>.sidebar-brand a {
color: #999999;
}
.sidebar-nav>.sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 0;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
} | 0.577972 | 0.098599 |
width: 100%;
max-width: 100%;
height: 32px;
}
#search-box input {
width: 100%;
height: 32px;
line-height: 32px;
border-radius: 32px;
font-size: 14px;
outline: none;
border: 2px solid $color-theme;
}
.algolia-hit-item {
position: relative;
padding-left: 0.48rem;
height: 0.28rem;
line-height: 0.28rem;
transition: $transition-delay;
}
.algolia-hit-item::before {
content: '';
position: absolute;
left: 0;
top: 0.06rem;
display: block;
width: 0.16rem;
height: 0.16rem;
border: 0.04rem solid $color-sub-theme;
border-radius: 50%;
transition: $transition-delay;
}
.algolia-hit-item:hover::before {
border: 0.04rem solid $color-theme;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link {
display: block;
color: $color-font;
text-decoration: none;
font-size: 0.14rem;
cursor: pointer;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link:hover {
color: $color-theme;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link em {
color: $color-theme;
font-weight: 700;
}
#algolia-hits-empty {
display: block;
height: 0.28rem;
line-height: 0.28rem;
color: $color-font;
font-size: 0.14rem;
}
#algolia-pagination {
display: block;
margin: 0.24rem 0 0.08rem 0;
padding: 0 0.16rem;
height: 0.4rem;
background: transparent;
box-shadow: none;
border: 0;
}
#algolia-pagination .pagination {
height: 0.4rem;
text-align: center;
background: transparent;
box-shadow: none;
border: 0;
border-radius: 0;
display: block;
padding: 0;
}
#algolia-pagination .pagination .ais-pagination--item__previous,
#algolia-pagination .pagination .ais-pagination--item__page,
#algolia-pagination .pagination .ais-pagination--item__next {
margin: 0 0.04rem;
padding: 0;
position: relative;
display: inline-block;
width: 0.4rem;
height: 0.4rem;
text-align: center;
line-height: 0.4rem;
text-decoration: none;
overflow: hidden;
border-radius: 0.04rem;
color: $color-font;
transition: $transition-delay;
font-size: 0.14rem;
}
#algolia-pagination .pagination .ais-pagination--item__previous:after,
#algolia-pagination .pagination .ais-pagination--item__page:after,
#algolia-pagination .pagination .ais-pagination--item__next:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: 0.8rem;
height: 0.8rem;
background: $rgba-color;
filter: blur(0.05rem);
margin: -0.2rem;
z-index: -1;
}
#algolia-pagination .pagination .ais-pagination--item__previous:before,
#algolia-pagination .pagination .ais-pagination--item__page:before,
#algolia-pagination .pagination .ais-pagination--item__next:before {
content: '';
position: absolute;
left: -0.5rem;
top: -0.2rem;
width: 0.3rem;
height: 0.8rem;
background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
transform: rotateZ(-30deg);
}
#algolia-pagination .pagination .ais-pagination--item__previous:hover,
#algolia-pagination .pagination .ais-pagination--item__page:hover,
#algolia-pagination .pagination .ais-pagination--item__next:hover {
color: $color-theme;
transition: $transition-delay;
}
#algolia-pagination .pagination .ais-pagination--item__previous:hover:before,
#algolia-pagination .pagination .ais-pagination--item__page:hover:before,
#algolia-pagination .pagination .ais-pagination--item__next:hover:before {
left: 0.4rem;
top: -0.2rem;
transform: rotateZ(0deg);
transition: $transition-delay;
}
#algolia-pagination .pagination .ais-pagination--item__previous a:hover,
#algolia-pagination .pagination .ais-pagination--item__page a:hover,
#algolia-pagination .pagination .ais-pagination--item__next a:hover {
color: $color-theme;
}
#algolia-pagination .pagination .ais-pagination--item__previous {
margin-left: 0;
}
#algolia-pagination .pagination .ais-pagination--item__page.current {
color: $color-theme;
font-size: 0.16rem;
background: none;
}
#algolia-pagination .pagination .ais-pagination--item__page.current a {
color: $color-theme;
}
#algolia-pagination .pagination .ais-pagination--item__next {
margin-right: 0;
} | css/min_screen_search/algolia.css | width: 100%;
max-width: 100%;
height: 32px;
}
#search-box input {
width: 100%;
height: 32px;
line-height: 32px;
border-radius: 32px;
font-size: 14px;
outline: none;
border: 2px solid $color-theme;
}
.algolia-hit-item {
position: relative;
padding-left: 0.48rem;
height: 0.28rem;
line-height: 0.28rem;
transition: $transition-delay;
}
.algolia-hit-item::before {
content: '';
position: absolute;
left: 0;
top: 0.06rem;
display: block;
width: 0.16rem;
height: 0.16rem;
border: 0.04rem solid $color-sub-theme;
border-radius: 50%;
transition: $transition-delay;
}
.algolia-hit-item:hover::before {
border: 0.04rem solid $color-theme;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link {
display: block;
color: $color-font;
text-decoration: none;
font-size: 0.14rem;
cursor: pointer;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link:hover {
color: $color-theme;
transition: $transition-delay;
}
.algolia-hit-item .algolia-hit-item-link em {
color: $color-theme;
font-weight: 700;
}
#algolia-hits-empty {
display: block;
height: 0.28rem;
line-height: 0.28rem;
color: $color-font;
font-size: 0.14rem;
}
#algolia-pagination {
display: block;
margin: 0.24rem 0 0.08rem 0;
padding: 0 0.16rem;
height: 0.4rem;
background: transparent;
box-shadow: none;
border: 0;
}
#algolia-pagination .pagination {
height: 0.4rem;
text-align: center;
background: transparent;
box-shadow: none;
border: 0;
border-radius: 0;
display: block;
padding: 0;
}
#algolia-pagination .pagination .ais-pagination--item__previous,
#algolia-pagination .pagination .ais-pagination--item__page,
#algolia-pagination .pagination .ais-pagination--item__next {
margin: 0 0.04rem;
padding: 0;
position: relative;
display: inline-block;
width: 0.4rem;
height: 0.4rem;
text-align: center;
line-height: 0.4rem;
text-decoration: none;
overflow: hidden;
border-radius: 0.04rem;
color: $color-font;
transition: $transition-delay;
font-size: 0.14rem;
}
#algolia-pagination .pagination .ais-pagination--item__previous:after,
#algolia-pagination .pagination .ais-pagination--item__page:after,
#algolia-pagination .pagination .ais-pagination--item__next:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: 0.8rem;
height: 0.8rem;
background: $rgba-color;
filter: blur(0.05rem);
margin: -0.2rem;
z-index: -1;
}
#algolia-pagination .pagination .ais-pagination--item__previous:before,
#algolia-pagination .pagination .ais-pagination--item__page:before,
#algolia-pagination .pagination .ais-pagination--item__next:before {
content: '';
position: absolute;
left: -0.5rem;
top: -0.2rem;
width: 0.3rem;
height: 0.8rem;
background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
transform: rotateZ(-30deg);
}
#algolia-pagination .pagination .ais-pagination--item__previous:hover,
#algolia-pagination .pagination .ais-pagination--item__page:hover,
#algolia-pagination .pagination .ais-pagination--item__next:hover {
color: $color-theme;
transition: $transition-delay;
}
#algolia-pagination .pagination .ais-pagination--item__previous:hover:before,
#algolia-pagination .pagination .ais-pagination--item__page:hover:before,
#algolia-pagination .pagination .ais-pagination--item__next:hover:before {
left: 0.4rem;
top: -0.2rem;
transform: rotateZ(0deg);
transition: $transition-delay;
}
#algolia-pagination .pagination .ais-pagination--item__previous a:hover,
#algolia-pagination .pagination .ais-pagination--item__page a:hover,
#algolia-pagination .pagination .ais-pagination--item__next a:hover {
color: $color-theme;
}
#algolia-pagination .pagination .ais-pagination--item__previous {
margin-left: 0;
}
#algolia-pagination .pagination .ais-pagination--item__page.current {
color: $color-theme;
font-size: 0.16rem;
background: none;
}
#algolia-pagination .pagination .ais-pagination--item__page.current a {
color: $color-theme;
}
#algolia-pagination .pagination .ais-pagination--item__next {
margin-right: 0;
} | 0.571049 | 0.045884 |
body {
font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
background-color: #e7e7e7;
margin: 0 auto;
width: 100%;
}
main, nav {
margin: 30px;
font-family: 'Glass Antiqua';
}
td, th {
padding: 4px;
border: solid black 1px;
}
tr:hover {
background-color: rgba(255, 171, 161, 0.966);
}
table {
border: solid black 3px;
background-color: rgba(255, 229, 226, 0.966);
table-layout: fixed;
max-width: 100%;
font-family: 'Shadows Into Light', sans-serif;
font-size: 18px;
}
form {
margin: 20px;
}
h1 {
font-family: 'Shadows Into Light', cursive;
font-size: 36px;
color: #2186b4;
}
header {
text-align: center;
font-size: 30px;
padding: 20px;
margin: 25px;
}
.salmon-image {
max-width: 200px;
height: auto;
margin-top: 20px;
}
nav {
background-color: rgb(255, 128, 113);
text-align: right;
}
nav li {
font-size: 18px;
line-height: 45px;
display: inline;
margin: 20px;
}
li a:hover {
color: #2186b4;
}
.family-image {
max-width: 300px;
border-radius: 6px;
border: 2px solid black;
padding: 4px;
background-color: #2186b4;
float: left;
}
p {
display: inline-block;
max-width: 500px;
margin: 20px;
font-display: 'Glass Antiqua';
font-size: 18px;
}
h2 {
text-align: center;
font-size: 30px;
margin: 20px;
font-family: 'Shadows Into Light', cursive;
color: navy;
}
.section-banner {
background-color: white;
border: 2px solid salmon;
margin: 20px -50%;
width: 100%;
padding: 5px 50%;
}
.chinook-image {
margin-left: auto;
margin-right: auto;
width: 25%;
display: block;
}
h3 {
text-align: center;
margin-bottom: 10px;
font-family: 'Shadows Into Light', cursive;
}
.store-name {
display: inline-block;
border: 2px solid salmon;
padding: 20px;
margin: 8px;
background-color: #2186b4;
color: #e7e7e7;
}
.cookie-recipe {
display: inline-block;
margin: 20px;
max-width: 200px;
text-align: center;
}
.cookie-image {
max-width: 200px;
border-radius: 6px;
border: 2px solid #2186b4;
}
.frostedcookie-image {
max-width: 350px;
border-radius: 6px;
border: 2px solid #2186b4;
}
.recipe-container {
margin: 0 auto;
max-width: 800px;
}
footer {
background-color: white;
border-top: 2px solid salmon;
text-align: center;
font-family: 'Shadows Into Light Two', cursive;
}
.merch-image {
max-width: 150px;
border-radius: 6px;
border: 2px solid #2186b4;
margin: 20px;
}
.footer-elements {
float: left;
width: 33%;
}
.merch-text {
padding-top: 20px;
} | css/style.css | body {
font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
background-color: #e7e7e7;
margin: 0 auto;
width: 100%;
}
main, nav {
margin: 30px;
font-family: 'Glass Antiqua';
}
td, th {
padding: 4px;
border: solid black 1px;
}
tr:hover {
background-color: rgba(255, 171, 161, 0.966);
}
table {
border: solid black 3px;
background-color: rgba(255, 229, 226, 0.966);
table-layout: fixed;
max-width: 100%;
font-family: 'Shadows Into Light', sans-serif;
font-size: 18px;
}
form {
margin: 20px;
}
h1 {
font-family: 'Shadows Into Light', cursive;
font-size: 36px;
color: #2186b4;
}
header {
text-align: center;
font-size: 30px;
padding: 20px;
margin: 25px;
}
.salmon-image {
max-width: 200px;
height: auto;
margin-top: 20px;
}
nav {
background-color: rgb(255, 128, 113);
text-align: right;
}
nav li {
font-size: 18px;
line-height: 45px;
display: inline;
margin: 20px;
}
li a:hover {
color: #2186b4;
}
.family-image {
max-width: 300px;
border-radius: 6px;
border: 2px solid black;
padding: 4px;
background-color: #2186b4;
float: left;
}
p {
display: inline-block;
max-width: 500px;
margin: 20px;
font-display: 'Glass Antiqua';
font-size: 18px;
}
h2 {
text-align: center;
font-size: 30px;
margin: 20px;
font-family: 'Shadows Into Light', cursive;
color: navy;
}
.section-banner {
background-color: white;
border: 2px solid salmon;
margin: 20px -50%;
width: 100%;
padding: 5px 50%;
}
.chinook-image {
margin-left: auto;
margin-right: auto;
width: 25%;
display: block;
}
h3 {
text-align: center;
margin-bottom: 10px;
font-family: 'Shadows Into Light', cursive;
}
.store-name {
display: inline-block;
border: 2px solid salmon;
padding: 20px;
margin: 8px;
background-color: #2186b4;
color: #e7e7e7;
}
.cookie-recipe {
display: inline-block;
margin: 20px;
max-width: 200px;
text-align: center;
}
.cookie-image {
max-width: 200px;
border-radius: 6px;
border: 2px solid #2186b4;
}
.frostedcookie-image {
max-width: 350px;
border-radius: 6px;
border: 2px solid #2186b4;
}
.recipe-container {
margin: 0 auto;
max-width: 800px;
}
footer {
background-color: white;
border-top: 2px solid salmon;
text-align: center;
font-family: 'Shadows Into Light Two', cursive;
}
.merch-image {
max-width: 150px;
border-radius: 6px;
border: 2px solid #2186b4;
margin: 20px;
}
.footer-elements {
float: left;
width: 33%;
}
.merch-text {
padding-top: 20px;
} | 0.453988 | 0.089614 |
.dk-scaffolding {
margin-bottom: 40px;
}
.dk-scaffolding .dk-section-multiple-search {
margin-bottom: 20px;
}
.dk-scaffolding .dk-btn-create {
margin-bottom: 20px;
}
.dk-scaffolding .dk-entries-per-page {
line-height: 34px;
}
.dk-container-pagination {
text-align: right;
}
.dk-scaffolding .pagination {
margin: 0px;
}
.dk-scaffolding .pagination-info {
line-height: 34px;
}
.dk-scaffolding .form-control {
border-color: #d4dfe5;
border-radius: 0px;
padding: 0px 12px;
color: #333;
font-weight: normal;
}
.dk-scaffolding .form-control:focus {
border-color: #d4dfe5;
}
.dk-scaffolding .checkbox input[type=file] {
display: inline-block;
}
.dk-scaffolding input[type=submit] {
margin-right: 8px;
}
/* Start Table */
.dk-scaffolding table th a {
display: block;
position: relative;
color: #333;
}
.dk-scaffolding .table > thead > tr > th.active {
background: none;
}
.dk-scaffolding .table > thead > tr > th a.sortable:hover,
.dk-scaffolding .table > thead > tr > th.active a.sortable {
background: #d4dfe5;
text-decoration: none;
cursor: pointer;
}
.dk-scaffolding .table > thead > tr > th {
padding: 0px;
}
.dk-scaffolding .table > thead > tr > th a,
.dk-scaffolding .table > thead > tr > th div {
background: #e0eaeb;
padding: 0px 8px;
line-height: 40px;
}
.dk-scaffolding .table > thead > tr.dk-table-row-search > th {
padding: 8px;
}
.dk-scaffolding .table > thead > tr > th a:hover,
.dk-scaffolding .table > thead > tr > th a:focus {
text-decoration: none;
cursor: default;
}
.dk-scaffolding table th > a.sortable:after {
font-family: 'Glyphicons Halflings';
font-style: normal;
position: absolute;
right: 10px;
top: 0px;
font-size: 8px;
color: #333;
}
.dk-scaffolding .table > tbody > tr:last-child > td {
border-bottom: 1px solid #ddd;
}
.dk-scaffolding table th.headerSortUp > a.sortable:after {
content: "\e253";
}
.dk-scaffolding table th.headerSortDown > a.sortable:after {
content: "\e252";
}
.dk-scaffolding .table>tbody>tr>td,
.dk-scaffolding .table>tbody>tr>th,
.dk-scaffolding .table>tfoot>tr>td,
.dk-scaffolding .table>tfoot>tr>th,
.dk-scaffolding .table>thead>tr>td,
.dk-scaffolding .table>thead>tr>th {
border-top: 1px solid #d4dfe5;
}
.dk-scaffolding .table>thead>tr>th {
border-bottom: 2px solid #d4dfe5;
}
.dk-scaffolding .table-hover>tbody>tr:hover {
background-color: #dff1ff;
}
/* End Table */
.dk-scaffolding label.error {
display: block;
padding: 15px;
margin: 0px;
margin-top: 15px;
border: 1px solid transparent;
border-radius: 4px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
font-weight: normal;
}
/* Start Page Header */
.dk-scaffolding .page-header {
margin: 0px;
padding: 20px;
border-top: 1px solid #eee;
margin-bottom: 20px;
}
.dk-scaffolding .page-header h1 {
margin: 0px;
font-size: 18px;
}
/* End Page Header */
.dk-scaffolding .dk-entries-per-page select.form-control {
display: inline;
width: auto;
}
/* Start Pagination */
.dk-scaffolding .pagination>.disabled>a,
.dk-scaffolding .pagination>.disabled>a:focus,
.dk-scaffolding .pagination>.disabled>a:hover,
.dk-scaffolding .pagination>.disabled>span,
.dk-scaffolding .pagination>.disabled>span:focus,
.dk-scaffolding .pagination>.disabled>span:hover {
color: #333;
cursor: not-allowed;
background-color: #e0eaeb;
border: none;
}
.dk-scaffolding .pagination>li>a,
.dk-scaffolding .pagination>li>span {
background-color: #e0eaeb;
color: #333;
border: none;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .pagination>li>a:focus,
.dk-scaffolding .pagination>li>a:hover,
.dk-scaffolding .pagination>li>span:focus,
.dk-scaffolding .pagination>li>span:hover {
color: #333;
background-color: #d4dfe5;
border: none;
}
.dk-scaffolding .pagination>.active>a,
.dk-scaffolding .pagination>.active>a:focus,
.dk-scaffolding .pagination>.active>a:hover,
.dk-scaffolding .pagination>.active>span,
.dk-scaffolding .pagination>.active>span:focus,
.dk-scaffolding .pagination>.active>span:hover {
color: #333;
background-color: #d4dfe5;
border: none;
}
/* End Pagination */
/* Start View Page */
.form-label {
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
}
.form-content {
color: #333;
line-height: 34px;
border: 1px solid #d4dfe5;
border-radius: 0px;
padding: 0px 12px;
font-weight: normal;
margin-bottom: 20px;
}
/* End View Page */
/* Start Button */
.dk-scaffolding .btn.focus,
.dk-scaffolding .btn:focus,
.dk-scaffolding .btn:hover {
color: #fff;
}
.dk-scaffolding .btn-default {
background-color: #2196f3;
color: #fff;
border: none;
border-radius: 0px;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .btn-default.focus,
.dk-scaffolding .btn-default:focus,
.dk-scaffolding .btn-default:hover,
.dk-scaffolding .btn-default:active,
.dk-scaffolding .btn-default:active:focus {
background-color: #0c8ef2;
color: #fff;
border: none;
box-shadow: none;
}
.dk-scaffolding .btn-primary {
background-color: #6cb22e;
color: #fff;
border: none;
border-radius: 0px;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .btn-primary.focus,
.dk-scaffolding .btn-primary:focus,
.dk-scaffolding .btn-primary:hover,
.dk-scaffolding .btn-primary:active,
.dk-scaffolding .btn-primary:active:focus {
background-color: #5ead14;
color: #fff;
border: none;
box-shadow: none;
}
/* End Button */
.dk-scaffolding span.required {
color: red;
}
@media (max-width: 768px) {
.dk-scaffolding .dk-section-form-buttons {
margin-top: 20px;
}
.dk-scaffolding .dk-entries-per-page,
.dk-scaffolding .dk-container-pagination-info {
margin-bottom: 10px;
}
.dk-scaffolding .dk-container-pagination {
text-align: left;
}
} | public/css/dkscaffolding.css | .dk-scaffolding {
margin-bottom: 40px;
}
.dk-scaffolding .dk-section-multiple-search {
margin-bottom: 20px;
}
.dk-scaffolding .dk-btn-create {
margin-bottom: 20px;
}
.dk-scaffolding .dk-entries-per-page {
line-height: 34px;
}
.dk-container-pagination {
text-align: right;
}
.dk-scaffolding .pagination {
margin: 0px;
}
.dk-scaffolding .pagination-info {
line-height: 34px;
}
.dk-scaffolding .form-control {
border-color: #d4dfe5;
border-radius: 0px;
padding: 0px 12px;
color: #333;
font-weight: normal;
}
.dk-scaffolding .form-control:focus {
border-color: #d4dfe5;
}
.dk-scaffolding .checkbox input[type=file] {
display: inline-block;
}
.dk-scaffolding input[type=submit] {
margin-right: 8px;
}
/* Start Table */
.dk-scaffolding table th a {
display: block;
position: relative;
color: #333;
}
.dk-scaffolding .table > thead > tr > th.active {
background: none;
}
.dk-scaffolding .table > thead > tr > th a.sortable:hover,
.dk-scaffolding .table > thead > tr > th.active a.sortable {
background: #d4dfe5;
text-decoration: none;
cursor: pointer;
}
.dk-scaffolding .table > thead > tr > th {
padding: 0px;
}
.dk-scaffolding .table > thead > tr > th a,
.dk-scaffolding .table > thead > tr > th div {
background: #e0eaeb;
padding: 0px 8px;
line-height: 40px;
}
.dk-scaffolding .table > thead > tr.dk-table-row-search > th {
padding: 8px;
}
.dk-scaffolding .table > thead > tr > th a:hover,
.dk-scaffolding .table > thead > tr > th a:focus {
text-decoration: none;
cursor: default;
}
.dk-scaffolding table th > a.sortable:after {
font-family: 'Glyphicons Halflings';
font-style: normal;
position: absolute;
right: 10px;
top: 0px;
font-size: 8px;
color: #333;
}
.dk-scaffolding .table > tbody > tr:last-child > td {
border-bottom: 1px solid #ddd;
}
.dk-scaffolding table th.headerSortUp > a.sortable:after {
content: "\e253";
}
.dk-scaffolding table th.headerSortDown > a.sortable:after {
content: "\e252";
}
.dk-scaffolding .table>tbody>tr>td,
.dk-scaffolding .table>tbody>tr>th,
.dk-scaffolding .table>tfoot>tr>td,
.dk-scaffolding .table>tfoot>tr>th,
.dk-scaffolding .table>thead>tr>td,
.dk-scaffolding .table>thead>tr>th {
border-top: 1px solid #d4dfe5;
}
.dk-scaffolding .table>thead>tr>th {
border-bottom: 2px solid #d4dfe5;
}
.dk-scaffolding .table-hover>tbody>tr:hover {
background-color: #dff1ff;
}
/* End Table */
.dk-scaffolding label.error {
display: block;
padding: 15px;
margin: 0px;
margin-top: 15px;
border: 1px solid transparent;
border-radius: 4px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
font-weight: normal;
}
/* Start Page Header */
.dk-scaffolding .page-header {
margin: 0px;
padding: 20px;
border-top: 1px solid #eee;
margin-bottom: 20px;
}
.dk-scaffolding .page-header h1 {
margin: 0px;
font-size: 18px;
}
/* End Page Header */
.dk-scaffolding .dk-entries-per-page select.form-control {
display: inline;
width: auto;
}
/* Start Pagination */
.dk-scaffolding .pagination>.disabled>a,
.dk-scaffolding .pagination>.disabled>a:focus,
.dk-scaffolding .pagination>.disabled>a:hover,
.dk-scaffolding .pagination>.disabled>span,
.dk-scaffolding .pagination>.disabled>span:focus,
.dk-scaffolding .pagination>.disabled>span:hover {
color: #333;
cursor: not-allowed;
background-color: #e0eaeb;
border: none;
}
.dk-scaffolding .pagination>li>a,
.dk-scaffolding .pagination>li>span {
background-color: #e0eaeb;
color: #333;
border: none;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .pagination>li>a:focus,
.dk-scaffolding .pagination>li>a:hover,
.dk-scaffolding .pagination>li>span:focus,
.dk-scaffolding .pagination>li>span:hover {
color: #333;
background-color: #d4dfe5;
border: none;
}
.dk-scaffolding .pagination>.active>a,
.dk-scaffolding .pagination>.active>a:focus,
.dk-scaffolding .pagination>.active>a:hover,
.dk-scaffolding .pagination>.active>span,
.dk-scaffolding .pagination>.active>span:focus,
.dk-scaffolding .pagination>.active>span:hover {
color: #333;
background-color: #d4dfe5;
border: none;
}
/* End Pagination */
/* Start View Page */
.form-label {
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
}
.form-content {
color: #333;
line-height: 34px;
border: 1px solid #d4dfe5;
border-radius: 0px;
padding: 0px 12px;
font-weight: normal;
margin-bottom: 20px;
}
/* End View Page */
/* Start Button */
.dk-scaffolding .btn.focus,
.dk-scaffolding .btn:focus,
.dk-scaffolding .btn:hover {
color: #fff;
}
.dk-scaffolding .btn-default {
background-color: #2196f3;
color: #fff;
border: none;
border-radius: 0px;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .btn-default.focus,
.dk-scaffolding .btn-default:focus,
.dk-scaffolding .btn-default:hover,
.dk-scaffolding .btn-default:active,
.dk-scaffolding .btn-default:active:focus {
background-color: #0c8ef2;
color: #fff;
border: none;
box-shadow: none;
}
.dk-scaffolding .btn-primary {
background-color: #6cb22e;
color: #fff;
border: none;
border-radius: 0px;
padding: 0px 12px;
line-height: 34px;
}
.dk-scaffolding .btn-primary.focus,
.dk-scaffolding .btn-primary:focus,
.dk-scaffolding .btn-primary:hover,
.dk-scaffolding .btn-primary:active,
.dk-scaffolding .btn-primary:active:focus {
background-color: #5ead14;
color: #fff;
border: none;
box-shadow: none;
}
/* End Button */
.dk-scaffolding span.required {
color: red;
}
@media (max-width: 768px) {
.dk-scaffolding .dk-section-form-buttons {
margin-top: 20px;
}
.dk-scaffolding .dk-entries-per-page,
.dk-scaffolding .dk-container-pagination-info {
margin-bottom: 10px;
}
.dk-scaffolding .dk-container-pagination {
text-align: left;
}
} | 0.313735 | 0.064683 |
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:focus {
color: #FFF;
text-shadow: none;
background-color: transparent;
border: 1px solid #fff;
border-radius: 20px;
}
.btn-portfolio {
color: #444;
text-shadow: none;
background-color: transparent;
border: 1px solid #444;
border-radius: 20px;
margin-top: 20px;
}
.btn-default:hover {
color: #444;
background-color: #fff;
}
.btn-portfolio:hover {
color: #fff;
background-color: #444;
}
/*
* Base structure
*/
html,
body {
/*css for full size background image*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
background-color: #444;
color: #fff;
text-align: center;
}
.brand {
height: 70px;
/* filter: drop-shadow(4px 4px 2px #BBB);*/
}
.wrapper {
background: url(/images/background.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.container {
display: block;
width: 100%;
padding: 0 15%;
min-height: 100%;
}
.shadow {
-webkit-box-shadow: inset 100px 100px 100px rgba(0,0,0,.5);
box-shadow: inset 100px 100px 100px rgba(0,0,0,.5);
}
.nav > li {
display: inline-block;
}
.nav > li + li {
margin-left: 20px;
}
.nav > li > a {
padding-right: 0;
padding-left: 0;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.95);
border-bottom: 2px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: transparent;
border-bottom-color: #a9a9a9;
border-bottom-color: rgba(255,255,255,.25);
}
.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
color: #fff;
border-bottom-color: #fff;
}
.separator {
margin: auto;
border-bottom: 2px solid #ddd;
width: 60%;
}
#boxes {
display: table;
border-spacing: 40px;
margin-bottom: 50px;
}
.box-two,
.box-three {
margin-bottom: 30px;
display:table-cell;
text-align: center;
vertical-align: top;
}
.box-one {
width: 100%;
display: block;
text-align: center;
margin-bottom: 50px;
}
.box-two {
width: 48%;
}
.box-three {
width: 30%;
}
.section {
padding: 50px;
width: 100%;
float: left;
clear: both;
text-align: justify;
}
.title {
margin-bottom: 40px;
text-align: center;
}
.box h4 {
padding-bottom: 30px;
}
.box-two img {
width: 100%;
height: auto;
}
/* Cover */
.cover {
padding: 10% 0;
display: block;
}
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
.header {
min-height: 100vh;
display: block;
/* text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
.cover-heading {
font-weight: bold;
font-size: 60px;
/* text-shadow: 3px 3px #222;*/
}
.heading-shadow {
background: radial-gradient(#222 15%, transparent 70%);
padding: 100px 0;
}
/* Content */
.expertise {
background-color: white;
color: #444;
/* text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
.my-work {
background-color: #EEE;
color: #444;
}
.project-content {
text-align: left;
}
.project-tags {
list-style-type: none;
padding: 0;
}
.contact-description {
text-align: center;
font-size: 20px;
}
.contact {
background-color: #FFF;
color: #444;
}
/* Footer */
.footer {
text-align: center;
}
.social {
margin-bottom: -20px;
}
.social-links a {
margin-right: 20px;
font-size: 20px;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: #AAA;
}
.footer-description {
color: #BBB;
}
.brand-footer {
width: 70px;
margin: 30px auto;
}
/* Media Queries */
@media (max-width: 768px ) {
.container {
width: 100%;
padding: 0;
}
.cover-heading {
font-size: 40px;
}
#boxes {
display: block;
}
.box-three,
.box-two{
display: block;
width: 100%;
text-align: center;
}
.box-two img {
width: 100%;
}
.brand {
margin: 50px auto;
}
}
@media (max-width: 960px ) {
.container {
width: 100%;
padding: 0;
}
.header {
width: 80%;
margin: auto;
}
}
@media (min-width: 768px) {
.navbar{
padding-top: 20px;
}
.brand {
float: left;
}
.nav {
float: right;
}
#float-left {
float: left;
}
#float-right {
float: right;
}
} | CSS/custom.css | a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:focus {
color: #FFF;
text-shadow: none;
background-color: transparent;
border: 1px solid #fff;
border-radius: 20px;
}
.btn-portfolio {
color: #444;
text-shadow: none;
background-color: transparent;
border: 1px solid #444;
border-radius: 20px;
margin-top: 20px;
}
.btn-default:hover {
color: #444;
background-color: #fff;
}
.btn-portfolio:hover {
color: #fff;
background-color: #444;
}
/*
* Base structure
*/
html,
body {
/*css for full size background image*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
background-color: #444;
color: #fff;
text-align: center;
}
.brand {
height: 70px;
/* filter: drop-shadow(4px 4px 2px #BBB);*/
}
.wrapper {
background: url(/images/background.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.container {
display: block;
width: 100%;
padding: 0 15%;
min-height: 100%;
}
.shadow {
-webkit-box-shadow: inset 100px 100px 100px rgba(0,0,0,.5);
box-shadow: inset 100px 100px 100px rgba(0,0,0,.5);
}
.nav > li {
display: inline-block;
}
.nav > li + li {
margin-left: 20px;
}
.nav > li > a {
padding-right: 0;
padding-left: 0;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.95);
border-bottom: 2px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: transparent;
border-bottom-color: #a9a9a9;
border-bottom-color: rgba(255,255,255,.25);
}
.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
color: #fff;
border-bottom-color: #fff;
}
.separator {
margin: auto;
border-bottom: 2px solid #ddd;
width: 60%;
}
#boxes {
display: table;
border-spacing: 40px;
margin-bottom: 50px;
}
.box-two,
.box-three {
margin-bottom: 30px;
display:table-cell;
text-align: center;
vertical-align: top;
}
.box-one {
width: 100%;
display: block;
text-align: center;
margin-bottom: 50px;
}
.box-two {
width: 48%;
}
.box-three {
width: 30%;
}
.section {
padding: 50px;
width: 100%;
float: left;
clear: both;
text-align: justify;
}
.title {
margin-bottom: 40px;
text-align: center;
}
.box h4 {
padding-bottom: 30px;
}
.box-two img {
width: 100%;
height: auto;
}
/* Cover */
.cover {
padding: 10% 0;
display: block;
}
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
.header {
min-height: 100vh;
display: block;
/* text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
.cover-heading {
font-weight: bold;
font-size: 60px;
/* text-shadow: 3px 3px #222;*/
}
.heading-shadow {
background: radial-gradient(#222 15%, transparent 70%);
padding: 100px 0;
}
/* Content */
.expertise {
background-color: white;
color: #444;
/* text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
.my-work {
background-color: #EEE;
color: #444;
}
.project-content {
text-align: left;
}
.project-tags {
list-style-type: none;
padding: 0;
}
.contact-description {
text-align: center;
font-size: 20px;
}
.contact {
background-color: #FFF;
color: #444;
}
/* Footer */
.footer {
text-align: center;
}
.social {
margin-bottom: -20px;
}
.social-links a {
margin-right: 20px;
font-size: 20px;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: #AAA;
}
.footer-description {
color: #BBB;
}
.brand-footer {
width: 70px;
margin: 30px auto;
}
/* Media Queries */
@media (max-width: 768px ) {
.container {
width: 100%;
padding: 0;
}
.cover-heading {
font-size: 40px;
}
#boxes {
display: block;
}
.box-three,
.box-two{
display: block;
width: 100%;
text-align: center;
}
.box-two img {
width: 100%;
}
.brand {
margin: 50px auto;
}
}
@media (max-width: 960px ) {
.container {
width: 100%;
padding: 0;
}
.header {
width: 80%;
margin: auto;
}
}
@media (min-width: 768px) {
.navbar{
padding-top: 20px;
}
.brand {
float: left;
}
.nav {
float: right;
}
#float-left {
float: left;
}
#float-right {
float: right;
}
} | 0.367838 | 0.080249 |
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Cabin:wght@400;700&family=Roboto+Slab:wght@300;400;700&display=swap');
/*******hero page*****************/
h1 {
font-family: 'Cabin Sketch', cursive;
font-size: 4em;
color: black;
text-align: center;
margin: 50px 0 0 0;
}
p {
/* font-family:'Roboto Slab', serif;*/
font-family: 'Cabin', sans-serif;
/* font-family: font-family: 'Playfair Display', serif;*/
font-size: 1em;
margin: 80px 20px 0 20px;
}
.img-container {
margin: auto;
background-position: center;
background-size: cover;
height: auto;
}
picture img {
margin:auto;
width: 100%;
}
#gallery-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
min-width: 300px;
align-content: center;
max-width: fit-content;
}
.box{
width: 300px;
margin: auto;
}
.content .img-container {
min-height: 160px;
text-align: center;
max-width: 100%;
}
/* .content {
min-height: 115px;
position: relative;
} */
.content img {
max-width: 96%;
}
.content2 {
width: 100%;
}
.content2 img {
width: 100%
}
#vertHorizCenter2 {
position: relative;
top: 50%;
left: 16%;
transform: translate(-16%, 2%);
margin: 0px;
text-align: center;
margin-top: 66px;
padding: 0px 10px;
}
#vertHorizCenter3 {
position: relative;
top: 50%;
left: 22%;
transform: translate(-23%, 30%);
margin: 0px;
text-align: center;
}
#vertHorizCenter1 h1 {
/* Half the height accounting for padding and border */
margin: auto;
height: 28px;
text-align: center;
font-size: 60px;
}
/******** About **********/
#toggleButton{
font-family: 'Cabin', sans-serif;
background-color: black;
color: white;
padding: 8px;
font-size: 1em;
margin: 0 auto;
display: flex;
align-items: center;
}
.bio-btn{
}
#vertHorizCenter4 {
position: relative;
left: 61%;
transform: translate(-61%, 6%);
width: 91%;
padding-bottom: 40px;
}
.about-section {
max-width: 600px;
margin: auto;
float: right;
display: flex;
}
#about {
position: relative;
left: 61%;
transform: translate(-61%, 6%);
width: 91%;
padding-bottom: 40px;
}
#salavatImg {
max-width: 100%;
margin-top: 50px;
background-color: #161513;
display: flex;
justify-content: center;
}
#salavatImg img{
}
#about-container{
max-width: 600px;
margin-bottom: 50px;
}
#quote {
position: relative;
left: 62%;
transform: translate(-62%, 6%);
width: 100%;
padding-bottom: 40px;
text-align: center;
color: #bea57c;
font-family: 'Playfair Display', serif;
font-size: 28px;
letter-spacing: 0.8px;
font-weight: 100;
}
#about-container p {
margin: auto;
}
.content p {
line-height: 1.5em;
}
.content4 {
text-align: center;
}
/*-------Contact Information---------*/
label {
color: darkgrey;
}
.contact_about .contact_h1 {
margin-top: 0;
}
.about_p {
margin-top: 93px;
}
.form1 p {
text-align: center;
font-size: 1em;
padding-bottom: 20px;
color: black;
font-weight: 600;
}
.forms {
font-family: 'Playfair Display', serif;
margin: auto;
position: relative;
display: block;
}
.info {
align-content: center;
letter-spacing: 1.2px;
font-size: 1em;
font-weight: 900;
}
.first_form {
margin: auto;
background-color: #FFF;
padding: 12px;
max-width: 600px;
}
#subject {
height: 150px;
width: 95%;
display: block;
padding: 0px 10px;
border: 1px solid #e3e3e3;
margin-top: 15px;
font-size: 17px;
margin-bottom: 50px;
font-weight: 400;
}
#fullName,#emailAddress,#subjectInfo {
font-size: 1.5em;
}
.form-input {
display: block;
width: 95%;
height: 40px;
margin-bottom: 50px;
margin-top: 15px;
padding: 0px 10px;
border: 1px solid #e3e3e3;
}
.form_submit {
margin-right: -21px;
margin-top: 10px;
padding: 12px 35px;
color: #FFF;
background-color: black;
border-bottom: 2px solid grey;
border-right: 2px solid grey;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
left: 55%;
transform: translate(-55%, 6%);
}
#vertHorizCenter9 {
position: relative;
left: 57%;
transform: translate(-57%, 6%);
width: 100%;
padding-bottom: 40px;
min-height: 827px;
} | week_01/homework_01/main.css | @import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Cabin:wght@400;700&family=Roboto+Slab:wght@300;400;700&display=swap');
/*******hero page*****************/
h1 {
font-family: 'Cabin Sketch', cursive;
font-size: 4em;
color: black;
text-align: center;
margin: 50px 0 0 0;
}
p {
/* font-family:'Roboto Slab', serif;*/
font-family: 'Cabin', sans-serif;
/* font-family: font-family: 'Playfair Display', serif;*/
font-size: 1em;
margin: 80px 20px 0 20px;
}
.img-container {
margin: auto;
background-position: center;
background-size: cover;
height: auto;
}
picture img {
margin:auto;
width: 100%;
}
#gallery-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
min-width: 300px;
align-content: center;
max-width: fit-content;
}
.box{
width: 300px;
margin: auto;
}
.content .img-container {
min-height: 160px;
text-align: center;
max-width: 100%;
}
/* .content {
min-height: 115px;
position: relative;
} */
.content img {
max-width: 96%;
}
.content2 {
width: 100%;
}
.content2 img {
width: 100%
}
#vertHorizCenter2 {
position: relative;
top: 50%;
left: 16%;
transform: translate(-16%, 2%);
margin: 0px;
text-align: center;
margin-top: 66px;
padding: 0px 10px;
}
#vertHorizCenter3 {
position: relative;
top: 50%;
left: 22%;
transform: translate(-23%, 30%);
margin: 0px;
text-align: center;
}
#vertHorizCenter1 h1 {
/* Half the height accounting for padding and border */
margin: auto;
height: 28px;
text-align: center;
font-size: 60px;
}
/******** About **********/
#toggleButton{
font-family: 'Cabin', sans-serif;
background-color: black;
color: white;
padding: 8px;
font-size: 1em;
margin: 0 auto;
display: flex;
align-items: center;
}
.bio-btn{
}
#vertHorizCenter4 {
position: relative;
left: 61%;
transform: translate(-61%, 6%);
width: 91%;
padding-bottom: 40px;
}
.about-section {
max-width: 600px;
margin: auto;
float: right;
display: flex;
}
#about {
position: relative;
left: 61%;
transform: translate(-61%, 6%);
width: 91%;
padding-bottom: 40px;
}
#salavatImg {
max-width: 100%;
margin-top: 50px;
background-color: #161513;
display: flex;
justify-content: center;
}
#salavatImg img{
}
#about-container{
max-width: 600px;
margin-bottom: 50px;
}
#quote {
position: relative;
left: 62%;
transform: translate(-62%, 6%);
width: 100%;
padding-bottom: 40px;
text-align: center;
color: #bea57c;
font-family: 'Playfair Display', serif;
font-size: 28px;
letter-spacing: 0.8px;
font-weight: 100;
}
#about-container p {
margin: auto;
}
.content p {
line-height: 1.5em;
}
.content4 {
text-align: center;
}
/*-------Contact Information---------*/
label {
color: darkgrey;
}
.contact_about .contact_h1 {
margin-top: 0;
}
.about_p {
margin-top: 93px;
}
.form1 p {
text-align: center;
font-size: 1em;
padding-bottom: 20px;
color: black;
font-weight: 600;
}
.forms {
font-family: 'Playfair Display', serif;
margin: auto;
position: relative;
display: block;
}
.info {
align-content: center;
letter-spacing: 1.2px;
font-size: 1em;
font-weight: 900;
}
.first_form {
margin: auto;
background-color: #FFF;
padding: 12px;
max-width: 600px;
}
#subject {
height: 150px;
width: 95%;
display: block;
padding: 0px 10px;
border: 1px solid #e3e3e3;
margin-top: 15px;
font-size: 17px;
margin-bottom: 50px;
font-weight: 400;
}
#fullName,#emailAddress,#subjectInfo {
font-size: 1.5em;
}
.form-input {
display: block;
width: 95%;
height: 40px;
margin-bottom: 50px;
margin-top: 15px;
padding: 0px 10px;
border: 1px solid #e3e3e3;
}
.form_submit {
margin-right: -21px;
margin-top: 10px;
padding: 12px 35px;
color: #FFF;
background-color: black;
border-bottom: 2px solid grey;
border-right: 2px solid grey;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
left: 55%;
transform: translate(-55%, 6%);
}
#vertHorizCenter9 {
position: relative;
left: 57%;
transform: translate(-57%, 6%);
width: 100%;
padding-bottom: 40px;
min-height: 827px;
} | 0.301568 | 0.078254 |
@-moz-document domain("instagram.com") {
/* Quick and Dirty i'm very sorry */
/* ----------- Background -------------------------*/
.o64aR,
._3Laht,
.jLuN9,
.VideM,
.Ppjfr,
.eo2As,
.eo2As > section,
.eo2As > div,
._8UZ6e,
.tHaIX,
.x3qfX,
.Di7vw,
._lz6s,
section.ltpMr,
.t30g8,
.S-mcP,
.DPiy6,
.N9abW,
._6FEQj,
._8Rm4L {
background-color: #222!important
}
.-qQT3:hover,
.QOqBd,
.HoLwm:hover {
background-color: #aaa;
}
/* -------------------------------------------------------*/
/* ----------- Font Colors -------------------------*/
a,
a:visited,
._8Pl3R a,
.ixdEe a,
._3G4x7,
.l93RR {
color: #0cf
}
._19dxx >.XCodT {
background:#0cf;
}
body,
.eebAO,
.yWX7d._8A5w5,
a.yWX7d._8A5w5,
a.yWX7d._8A5w5:visited,
.eo2As > section,
.eo2As > div,
.TqC_a,
.KV-D4,
.gmFkV,
.gmFkV:visited,
.gmFkV:active,
.gmFkV:focus,
.gmFkV:hover,
a.FPmhX.MBL3Z {
color: white
}
.X3a-9 textarea,
.X7cDz textarea {
color: white;
}
.KV-D4 {
color: white!important
}
.HoLwm {
color: #222;
}
/* -------------------------------------------------------*/
/* ----------- SVG Colors -------------------------*/
._47KiJ svg,
.wpO6b svg {
fill: #aaa!important
}
.fr66n svg._8-yf5 {
fill:#FD1D1D!important;
}
/* -------------------------------------------------------*/
/* ----------- Border Colors -------------------------*/
.VideM,
._8Rm4L,
.sH9wk {
border: 1px solid #aaa!important;
}
/* -------------------------------------------------------*/
/* ----------- Profile Page -------------------------*/
a.T-jvg,
a.T-jvg:visited,
.zwlfE,
.g47SY {
color: white
}
._8A5w5,
a._8A5w5,
a._8A5w5:visited {
color: #0cf
}
.T-jvg {
border-top: 1px solid white
}
.fx7hk {
border-top: 0
}
.PJXu4 {
margin-left: 0;
}
.PJXu4 {
padding: 0 7px
}
/* -------------------------------------------------------*/
/* ----------- Logo-----------------------*/
.s4Iyt {
content: url("https://cdn.clipart.email/367a1f3262d7b66a4af61125f90b9416_instagram-text-logo-transparent-png-clipart-free-download-ywd_978-373.png");
width: 130px;
}
/* -------------------------------------------------------*/
/* Other Stylings */
.qD5Mv {
display: none;
}
.Slqrh,
.eo2As > .Slqrh:first-child {
border-top: 1px solid #aaa;
padding-top: 8px;
margin-bottom: 4px;
margin-top: 0;
}
.eo2As > section.sH9wk {
border-right: none!important;
border-left: none!important;
}
.wpO6b {
padding: 0px
}
._4l6NB {
background: transparent!important;
}
/* -------------------------------------------------------*/
} | data/usercss/183009.user.css | @-moz-document domain("instagram.com") {
/* Quick and Dirty i'm very sorry */
/* ----------- Background -------------------------*/
.o64aR,
._3Laht,
.jLuN9,
.VideM,
.Ppjfr,
.eo2As,
.eo2As > section,
.eo2As > div,
._8UZ6e,
.tHaIX,
.x3qfX,
.Di7vw,
._lz6s,
section.ltpMr,
.t30g8,
.S-mcP,
.DPiy6,
.N9abW,
._6FEQj,
._8Rm4L {
background-color: #222!important
}
.-qQT3:hover,
.QOqBd,
.HoLwm:hover {
background-color: #aaa;
}
/* -------------------------------------------------------*/
/* ----------- Font Colors -------------------------*/
a,
a:visited,
._8Pl3R a,
.ixdEe a,
._3G4x7,
.l93RR {
color: #0cf
}
._19dxx >.XCodT {
background:#0cf;
}
body,
.eebAO,
.yWX7d._8A5w5,
a.yWX7d._8A5w5,
a.yWX7d._8A5w5:visited,
.eo2As > section,
.eo2As > div,
.TqC_a,
.KV-D4,
.gmFkV,
.gmFkV:visited,
.gmFkV:active,
.gmFkV:focus,
.gmFkV:hover,
a.FPmhX.MBL3Z {
color: white
}
.X3a-9 textarea,
.X7cDz textarea {
color: white;
}
.KV-D4 {
color: white!important
}
.HoLwm {
color: #222;
}
/* -------------------------------------------------------*/
/* ----------- SVG Colors -------------------------*/
._47KiJ svg,
.wpO6b svg {
fill: #aaa!important
}
.fr66n svg._8-yf5 {
fill:#FD1D1D!important;
}
/* -------------------------------------------------------*/
/* ----------- Border Colors -------------------------*/
.VideM,
._8Rm4L,
.sH9wk {
border: 1px solid #aaa!important;
}
/* -------------------------------------------------------*/
/* ----------- Profile Page -------------------------*/
a.T-jvg,
a.T-jvg:visited,
.zwlfE,
.g47SY {
color: white
}
._8A5w5,
a._8A5w5,
a._8A5w5:visited {
color: #0cf
}
.T-jvg {
border-top: 1px solid white
}
.fx7hk {
border-top: 0
}
.PJXu4 {
margin-left: 0;
}
.PJXu4 {
padding: 0 7px
}
/* -------------------------------------------------------*/
/* ----------- Logo-----------------------*/
.s4Iyt {
content: url("https://cdn.clipart.email/367a1f3262d7b66a4af61125f90b9416_instagram-text-logo-transparent-png-clipart-free-download-ywd_978-373.png");
width: 130px;
}
/* -------------------------------------------------------*/
/* Other Stylings */
.qD5Mv {
display: none;
}
.Slqrh,
.eo2As > .Slqrh:first-child {
border-top: 1px solid #aaa;
padding-top: 8px;
margin-bottom: 4px;
margin-top: 0;
}
.eo2As > section.sH9wk {
border-right: none!important;
border-left: none!important;
}
.wpO6b {
padding: 0px
}
._4l6NB {
background: transparent!important;
}
/* -------------------------------------------------------*/
} | 0.206814 | 0.072703 |
.Editor {
}
.Editor-IFrame {
border: 1px solid #888;
}
.Editor-Toolbar {
border-top: 1px solid #EEE;
border-left: 1px solid #EEE;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
background-color: #EFEFDE;
vertical-align: middle;
padding: 0px 5px 0px 5px;
}
.Editor-Toolbar-Select {
font-size: 12px;
margin: 4px;
}
.Editor-DialogBox {
sborder: 8px solid #C3D9FF;
border: 1px solid #555;
background-color: white;
font-size: 12px;
-moz-border-radius: 5px;
}
.Editor-DialogBox td,.Editor-DialogBox div {
font-size: 12px;
vertical-align: bottom;
}
.Editor-DialogBox-Content {
padding: 8px;
}
.Editor-DialogBox .Caption {
font-family: tahoma, arial, sans-serif;
background-color: #003063;
color: white;
padding: 3px 5px 5px 10px;
margin: 0px;
font-weight: bold;
font-size: 14px;
cursor: default;
}
.Editor-Toolbar-Button {
width: 16px;
height: 16px;
background-image: url(toolbar_strip.gif);
border: 1px solid #EFEFDE;
margin: 2px;
}
.Editor-Toolbar-Button-hover {
background-color: #F3F0E0;
border-top: 1px solid #DDD;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #DDD;
}
.Editor-Toolbar-Button-spacer {
background-position: 0px 752px;
background-color: #DDD;
height: 16px;
width: 1px;
border: 1px solid #D0D0D0;
margin: 0px 3px 0px 3px;
}
.Editor-Toolbar-Button-Source {
background-position: 0px 0px;
}
.Editor-Toolbar-Button-Something1 {
background-position: 0px 1040px;
}
.Editor-Toolbar-Button-Save {
background-position: 0px 1024px;
}
.Editor-Toolbar-Button-New {
background-position: 0px 1008px;
}
.Editor-Toolbar-Button-Preview {
background-position: 0px 992px;
}
.Editor-Toolbar-Button-New2 {
background-position: 0px 976px;
}
.Editor-Toolbar-Button-Cut {
background-position: 0px 960px;
}
.Editor-Toolbar-Button-Copy {
background-position: 0px 944px;
}
.Editor-Toolbar-Button-Paste {
background-position: 0px 928px;
}
.Editor-Toolbar-Button-PasteTextOnly {
background-position: 0px 912px;
}
.Editor-Toolbar-Button-PasteRichText {
background-position: 0px 896px;
}
.Editor-Toolbar-Button-Print {
background-position: 0px 880px;
}
.Editor-Toolbar-Button-SpellCheck {
background-position: 0px 864px;
}
.Editor-Toolbar-Button-Undo {
background-position: 0px 848px;
}
.Editor-Toolbar-Button-Redo {
background-position: 0px 832px;
}
.Editor-Toolbar-Button-Find {
background-position: 0px 816px;
}
.Editor-Toolbar-Button-Replace {
background-position: 0px 800px;
}
.Editor-Toolbar-Button-Something2 {
background-position: 0px 784px;
}
.Editor-Toolbar-Button-ClearFormat {
background-position: 0px 768px;
}
.Editor-Toolbar-Button-Bold {
background-position: 0px 752px;
}
.Editor-Toolbar-Button-Italic {
background-position: 0px 736px;
}
.Editor-Toolbar-Button-Underline {
background-position: 0px 720px;
}
.Editor-Toolbar-Button-StrikeThrough {
background-position: 0px 704px;
}
.Editor-Toolbar-Button-Subscript {
background-position: 0px 688px;
}
.Editor-Toolbar-Button-Superscript {
background-position: 0px 672px;
}
.Editor-Toolbar-Button-OL {
background-position: 0px 656px;
}
.Editor-Toolbar-Button-UL {
background-position: 0px 640px;
}
.Editor-Toolbar-Button-IndentLeft {
background-position: 0px 624px;
}
.Editor-Toolbar-Button-IndentRight {
background-position: 0px 608px;
}
.Editor-Toolbar-Button-AlignLeft {
background-position: 0px 592px;
}
.Editor-Toolbar-Button-AlignCenter {
background-position: 0px 576px;
}
.Editor-Toolbar-Button-AlignRight {
background-position: 0px 560px;
}
.Editor-Toolbar-Button-AlignJustify {
background-position: 0px 544px;
}
.Editor-Toolbar-Button-Link {
background-position: 0px 528px;
}
.Editor-Toolbar-Button-UnLink {
background-position: 0px 512px;
}
.Editor-Toolbar-Button-Anchore {
background-position: 0px 496px;
}
.Editor-Toolbar-Button-Image {
background-position: 0px 480px;
}
.Editor-Toolbar-Button-Flash {
background-position: 0px 464px;
}
.Editor-Toolbar-Button-Table {
background-position: 0px 448px;
}
.Editor-Toolbar-Button-HR {
background-position: 0px 432px;
}
.Editor-Toolbar-Button-Smile {
background-position: 0px 416px;
}
.Editor-Toolbar-Button-SpecialCharacter {
background-position: 0px 400px;
}
.Editor-Toolbar-Button-PageBreak {
background-position: 0px 384px;
}
.Editor-Toolbar-Button-Keyboard {
background-position: 0px 368px;
}
.Editor-Toolbar-Button-TextColor {
background-position: 0px 352px;
}
.Editor-Toolbar-Button-TextBackgroundColor {
background-position: 0px 336px;
}
.Editor-Toolbar-Button-Help {
background-position: 0px 320px;
}
.Editor-Toolbar-Button-Movie {
background-position: 0px 304px;
}
.Editor-Toolbar-Button-Checkbox {
background-position: 0px 288px;
}
.Editor-Toolbar-Button-Radio {
background-position: 0px 272px;
}
.Editor-Toolbar-Button-TextField {
background-position: 0px 256px;
}
.Editor-Toolbar-Button-TextArea {
background-position: 0px 240px;
}
.Editor-Toolbar-Button-ScrollBar {
background-position: 0px 224px;
}
.Editor-Toolbar-Button-Button {
background-position: 0px 208px;
}
.Editor-Toolbar-Button-ImageField {
background-position: 0px 192px;
}
.Editor-Toolbar-Button-TextLayer {
background-position: 0px 176px;
}
.Editor-Toolbar-Button-Table1 {
background-position: 0px 160px;
}
.Editor-Toolbar-Button-TableInsertRow {
background-position: 0px 144px;
}
.Editor-Toolbar-Button-TableDeleteRow {
background-position: 0px 128px;
}
.Editor-Toolbar-Button-Table2 {
background-position: 0px 112px;
}
.Editor-Toolbar-Button-Table3 {
background-position: 0px 96px;
}
.Editor-Toolbar-Button-Table4 {
background-position: 0px 80px;
}
.Editor-Toolbar-Button-Table5 {
background-position: 0px 64px;
}
.Editor-Toolbar-Button-Table6 {
background-position: 0px 48px;
}
.Editor-Toolbar-Button-Table7 {
background-position: 0px 32px;
}
.Editor-Toolbar-Button-FullScreen {
background-position: 0px 16px;
} | src/com/gc/gwt/wysiwyg/public/editor.css | .Editor {
}
.Editor-IFrame {
border: 1px solid #888;
}
.Editor-Toolbar {
border-top: 1px solid #EEE;
border-left: 1px solid #EEE;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
background-color: #EFEFDE;
vertical-align: middle;
padding: 0px 5px 0px 5px;
}
.Editor-Toolbar-Select {
font-size: 12px;
margin: 4px;
}
.Editor-DialogBox {
sborder: 8px solid #C3D9FF;
border: 1px solid #555;
background-color: white;
font-size: 12px;
-moz-border-radius: 5px;
}
.Editor-DialogBox td,.Editor-DialogBox div {
font-size: 12px;
vertical-align: bottom;
}
.Editor-DialogBox-Content {
padding: 8px;
}
.Editor-DialogBox .Caption {
font-family: tahoma, arial, sans-serif;
background-color: #003063;
color: white;
padding: 3px 5px 5px 10px;
margin: 0px;
font-weight: bold;
font-size: 14px;
cursor: default;
}
.Editor-Toolbar-Button {
width: 16px;
height: 16px;
background-image: url(toolbar_strip.gif);
border: 1px solid #EFEFDE;
margin: 2px;
}
.Editor-Toolbar-Button-hover {
background-color: #F3F0E0;
border-top: 1px solid #DDD;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #DDD;
}
.Editor-Toolbar-Button-spacer {
background-position: 0px 752px;
background-color: #DDD;
height: 16px;
width: 1px;
border: 1px solid #D0D0D0;
margin: 0px 3px 0px 3px;
}
.Editor-Toolbar-Button-Source {
background-position: 0px 0px;
}
.Editor-Toolbar-Button-Something1 {
background-position: 0px 1040px;
}
.Editor-Toolbar-Button-Save {
background-position: 0px 1024px;
}
.Editor-Toolbar-Button-New {
background-position: 0px 1008px;
}
.Editor-Toolbar-Button-Preview {
background-position: 0px 992px;
}
.Editor-Toolbar-Button-New2 {
background-position: 0px 976px;
}
.Editor-Toolbar-Button-Cut {
background-position: 0px 960px;
}
.Editor-Toolbar-Button-Copy {
background-position: 0px 944px;
}
.Editor-Toolbar-Button-Paste {
background-position: 0px 928px;
}
.Editor-Toolbar-Button-PasteTextOnly {
background-position: 0px 912px;
}
.Editor-Toolbar-Button-PasteRichText {
background-position: 0px 896px;
}
.Editor-Toolbar-Button-Print {
background-position: 0px 880px;
}
.Editor-Toolbar-Button-SpellCheck {
background-position: 0px 864px;
}
.Editor-Toolbar-Button-Undo {
background-position: 0px 848px;
}
.Editor-Toolbar-Button-Redo {
background-position: 0px 832px;
}
.Editor-Toolbar-Button-Find {
background-position: 0px 816px;
}
.Editor-Toolbar-Button-Replace {
background-position: 0px 800px;
}
.Editor-Toolbar-Button-Something2 {
background-position: 0px 784px;
}
.Editor-Toolbar-Button-ClearFormat {
background-position: 0px 768px;
}
.Editor-Toolbar-Button-Bold {
background-position: 0px 752px;
}
.Editor-Toolbar-Button-Italic {
background-position: 0px 736px;
}
.Editor-Toolbar-Button-Underline {
background-position: 0px 720px;
}
.Editor-Toolbar-Button-StrikeThrough {
background-position: 0px 704px;
}
.Editor-Toolbar-Button-Subscript {
background-position: 0px 688px;
}
.Editor-Toolbar-Button-Superscript {
background-position: 0px 672px;
}
.Editor-Toolbar-Button-OL {
background-position: 0px 656px;
}
.Editor-Toolbar-Button-UL {
background-position: 0px 640px;
}
.Editor-Toolbar-Button-IndentLeft {
background-position: 0px 624px;
}
.Editor-Toolbar-Button-IndentRight {
background-position: 0px 608px;
}
.Editor-Toolbar-Button-AlignLeft {
background-position: 0px 592px;
}
.Editor-Toolbar-Button-AlignCenter {
background-position: 0px 576px;
}
.Editor-Toolbar-Button-AlignRight {
background-position: 0px 560px;
}
.Editor-Toolbar-Button-AlignJustify {
background-position: 0px 544px;
}
.Editor-Toolbar-Button-Link {
background-position: 0px 528px;
}
.Editor-Toolbar-Button-UnLink {
background-position: 0px 512px;
}
.Editor-Toolbar-Button-Anchore {
background-position: 0px 496px;
}
.Editor-Toolbar-Button-Image {
background-position: 0px 480px;
}
.Editor-Toolbar-Button-Flash {
background-position: 0px 464px;
}
.Editor-Toolbar-Button-Table {
background-position: 0px 448px;
}
.Editor-Toolbar-Button-HR {
background-position: 0px 432px;
}
.Editor-Toolbar-Button-Smile {
background-position: 0px 416px;
}
.Editor-Toolbar-Button-SpecialCharacter {
background-position: 0px 400px;
}
.Editor-Toolbar-Button-PageBreak {
background-position: 0px 384px;
}
.Editor-Toolbar-Button-Keyboard {
background-position: 0px 368px;
}
.Editor-Toolbar-Button-TextColor {
background-position: 0px 352px;
}
.Editor-Toolbar-Button-TextBackgroundColor {
background-position: 0px 336px;
}
.Editor-Toolbar-Button-Help {
background-position: 0px 320px;
}
.Editor-Toolbar-Button-Movie {
background-position: 0px 304px;
}
.Editor-Toolbar-Button-Checkbox {
background-position: 0px 288px;
}
.Editor-Toolbar-Button-Radio {
background-position: 0px 272px;
}
.Editor-Toolbar-Button-TextField {
background-position: 0px 256px;
}
.Editor-Toolbar-Button-TextArea {
background-position: 0px 240px;
}
.Editor-Toolbar-Button-ScrollBar {
background-position: 0px 224px;
}
.Editor-Toolbar-Button-Button {
background-position: 0px 208px;
}
.Editor-Toolbar-Button-ImageField {
background-position: 0px 192px;
}
.Editor-Toolbar-Button-TextLayer {
background-position: 0px 176px;
}
.Editor-Toolbar-Button-Table1 {
background-position: 0px 160px;
}
.Editor-Toolbar-Button-TableInsertRow {
background-position: 0px 144px;
}
.Editor-Toolbar-Button-TableDeleteRow {
background-position: 0px 128px;
}
.Editor-Toolbar-Button-Table2 {
background-position: 0px 112px;
}
.Editor-Toolbar-Button-Table3 {
background-position: 0px 96px;
}
.Editor-Toolbar-Button-Table4 {
background-position: 0px 80px;
}
.Editor-Toolbar-Button-Table5 {
background-position: 0px 64px;
}
.Editor-Toolbar-Button-Table6 {
background-position: 0px 48px;
}
.Editor-Toolbar-Button-Table7 {
background-position: 0px 32px;
}
.Editor-Toolbar-Button-FullScreen {
background-position: 0px 16px;
} | 0.206414 | 0.042444 |
@import url(reset.css);
/** General rules **/
a {
color: #650F62;
}
a img {
border: none;
}
/** Main **/
body {
background: url(../images/topfade.gif) repeat-x;
color: #333333;
font-family: verdana, sans-serif;
margin: 0;
padding: 40px 0;
text-align: center;
font-size: 80%;
}
#main {
width: 880px;
margin: 0 auto;
text-align: left;
}
/** Header **/
#header {
color: #000;
position: relative;
border-bottom: 1px dotted #cccccc;
}
#header #logo {
width: 100px;
position: absolute;
right: 0;
top: 0;
}
#header #rss {
position: absolute;
right: 0;
bottom: 1em;
background: url(../images/rss.gif) right no-repeat;
padding-right: 30px;
color: #E97A31;
font-weight: bold;
letter-spacing: -1px;
}
#header h1 {
margin-bottom: 5px;
}
#header h1 a {
font-size: 32px;
letter-spacing:-2px;
font-weight: bold;
text-decoration: none;
font-family: helvetica;
color: #650F62;
}
#header h1 a:hover {
color: #fff;
background: #650F62;
}
#header a {
color: #555;
}
#header p {
width: 600px;
margin-bottom: 1em;
margin-top: 1em;
}
/** Search box **/
#search {
padding: 1em 0 2em 0;
border-bottom: 1px solid #dddddd;
}
#search label {
display: block;
font-weight: bold;
color: #333;
margin-bottom: 3px;
}
#search #keywords {
font-size: 18px;
color: #000;
width: 600px;
padding: 5px;
background: #FEFFE8;
border: 1px inset gray;
}
#search #keywords:focus {
background: #FFFACA;
}
#search #searchButton {
background: lightgray;
width: 250px;
font-size: 18px;
padding: 2px;
}
/** Tabs **/
#tabs {
padding: 1em 0 2em 0;
}
#tabs ul {
list-style: none;
margin: 0;
padding: 0;
}
#tabs ul a {
text-decoration: none;
color: #9F459D;
letter-spacing: -1px;
font-size: 18px;
font-family: helvetica;
display: block;
padding: 5px 7px;
border-bottom: 1px dotted #CF9BCE;
}
#tabs ul a:hover {
background: #CF9BCE;
}
#tabs ul a.selected {
background: #9F459D;
color: #fff;
border-bottom: 0 !important;
}
#tabs ul li {
float: left;
margin-right: 2em;
}
/** Job list **/
#content {
position: relative;
}
#joblist {
width: 610px;
float: left;
}
#filters {
margin-top: 0;
margin-bottom: 20px;
padding: 0 7px;
}
#filters a, #filters span {
color: #000;
}
#filters a:hover {
background: #000;
color: #fff;
}
#joblist li a {
font-weight: bold;
}
#joblist li a:hover {
background: #650F62;
color: #fff;
}
#joblist ul {
list-style: none;
margin: 0;
padding: 0;
}
#joblist li {
background: #eeeeee;
padding: 7px;
border-bottom: 1px solid #ccc;
color: #666;
}
#joblist li.odd {
background: #fff;
}
#joblist .company, #joblist .place {
color: #000;
}
/** Tags **/
#tags {
position: absolute;
top: -5px;
left: 630px;
width: 250px;
}
#tags h2 {
margin: 0 0 1em 0;
font-size: 18px;
font-weight: normal;
}
#tags ul {
list-style: none;
margin: 0;
padding: 0;
}
#tags ul a {
text-decoration: none;
color: #000;
padding: 1px 2px;
margin-left: -2px;
}
#tags li {
margin-bottom: 4px;
}
#tags a.selected {
background: #000;
color: #fff;
}
/** Search **/
#searchResults {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 7px;
}
#searchResults a, #searchResults span {
color: #000;
}
#searchResults a:hover {
background: #000;
color: #fff;
}
/** Detail **/
#detail h2 {
background: #9F459D;
color: #fff;
font-size: 20px;
padding: 5px 10px;
margin: 20px 0;
font-weight: normal;
letter-spacing: -1px;
}
#companyLogo {
margin-bottom: 10px;
}
#taglist {
margin: 5px 0;
}
#annonce {
margin: 20px 0;
color: #000;
border-bottom: 1px dotted #CCC;
width: 80%;
}
#annonce p, #annonce ul {
margin-bottom: 15px;
}
#annonce ul {
margin-left: 1.2em;
}
#annonce h1, #annonce h2, #annonce h3 {
background: none;
color: #111;
font-weight: bold;
margin: 0;
padding: 0;
}
#annonce h1 {
font-size: 18px;
}
#annonce h2 {
font-size: 14px;
} | playframework-dist/play-1.1/samples-and-tests/jobboard/public/stylesheets/default.css | @import url(reset.css);
/** General rules **/
a {
color: #650F62;
}
a img {
border: none;
}
/** Main **/
body {
background: url(../images/topfade.gif) repeat-x;
color: #333333;
font-family: verdana, sans-serif;
margin: 0;
padding: 40px 0;
text-align: center;
font-size: 80%;
}
#main {
width: 880px;
margin: 0 auto;
text-align: left;
}
/** Header **/
#header {
color: #000;
position: relative;
border-bottom: 1px dotted #cccccc;
}
#header #logo {
width: 100px;
position: absolute;
right: 0;
top: 0;
}
#header #rss {
position: absolute;
right: 0;
bottom: 1em;
background: url(../images/rss.gif) right no-repeat;
padding-right: 30px;
color: #E97A31;
font-weight: bold;
letter-spacing: -1px;
}
#header h1 {
margin-bottom: 5px;
}
#header h1 a {
font-size: 32px;
letter-spacing:-2px;
font-weight: bold;
text-decoration: none;
font-family: helvetica;
color: #650F62;
}
#header h1 a:hover {
color: #fff;
background: #650F62;
}
#header a {
color: #555;
}
#header p {
width: 600px;
margin-bottom: 1em;
margin-top: 1em;
}
/** Search box **/
#search {
padding: 1em 0 2em 0;
border-bottom: 1px solid #dddddd;
}
#search label {
display: block;
font-weight: bold;
color: #333;
margin-bottom: 3px;
}
#search #keywords {
font-size: 18px;
color: #000;
width: 600px;
padding: 5px;
background: #FEFFE8;
border: 1px inset gray;
}
#search #keywords:focus {
background: #FFFACA;
}
#search #searchButton {
background: lightgray;
width: 250px;
font-size: 18px;
padding: 2px;
}
/** Tabs **/
#tabs {
padding: 1em 0 2em 0;
}
#tabs ul {
list-style: none;
margin: 0;
padding: 0;
}
#tabs ul a {
text-decoration: none;
color: #9F459D;
letter-spacing: -1px;
font-size: 18px;
font-family: helvetica;
display: block;
padding: 5px 7px;
border-bottom: 1px dotted #CF9BCE;
}
#tabs ul a:hover {
background: #CF9BCE;
}
#tabs ul a.selected {
background: #9F459D;
color: #fff;
border-bottom: 0 !important;
}
#tabs ul li {
float: left;
margin-right: 2em;
}
/** Job list **/
#content {
position: relative;
}
#joblist {
width: 610px;
float: left;
}
#filters {
margin-top: 0;
margin-bottom: 20px;
padding: 0 7px;
}
#filters a, #filters span {
color: #000;
}
#filters a:hover {
background: #000;
color: #fff;
}
#joblist li a {
font-weight: bold;
}
#joblist li a:hover {
background: #650F62;
color: #fff;
}
#joblist ul {
list-style: none;
margin: 0;
padding: 0;
}
#joblist li {
background: #eeeeee;
padding: 7px;
border-bottom: 1px solid #ccc;
color: #666;
}
#joblist li.odd {
background: #fff;
}
#joblist .company, #joblist .place {
color: #000;
}
/** Tags **/
#tags {
position: absolute;
top: -5px;
left: 630px;
width: 250px;
}
#tags h2 {
margin: 0 0 1em 0;
font-size: 18px;
font-weight: normal;
}
#tags ul {
list-style: none;
margin: 0;
padding: 0;
}
#tags ul a {
text-decoration: none;
color: #000;
padding: 1px 2px;
margin-left: -2px;
}
#tags li {
margin-bottom: 4px;
}
#tags a.selected {
background: #000;
color: #fff;
}
/** Search **/
#searchResults {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 7px;
}
#searchResults a, #searchResults span {
color: #000;
}
#searchResults a:hover {
background: #000;
color: #fff;
}
/** Detail **/
#detail h2 {
background: #9F459D;
color: #fff;
font-size: 20px;
padding: 5px 10px;
margin: 20px 0;
font-weight: normal;
letter-spacing: -1px;
}
#companyLogo {
margin-bottom: 10px;
}
#taglist {
margin: 5px 0;
}
#annonce {
margin: 20px 0;
color: #000;
border-bottom: 1px dotted #CCC;
width: 80%;
}
#annonce p, #annonce ul {
margin-bottom: 15px;
}
#annonce ul {
margin-left: 1.2em;
}
#annonce h1, #annonce h2, #annonce h3 {
background: none;
color: #111;
font-weight: bold;
margin: 0;
padding: 0;
}
#annonce h1 {
font-size: 18px;
}
#annonce h2 {
font-size: 14px;
} | 0.324771 | 0.070496 |
@media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}
.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}
.all-icons [class*="pe-"]{
font-size: 40px;
}
.all-icons input{
border: 0;
}
.all-icons .font-icon-detail{
text-align: center;
padding: 45px 0px 30px;
border: 1px solid #e5e5e5;
border-radius: 6px;
margin: 15px 0;
}
.all-icons .font-icon-detail input{
margin: 25px auto 0;
width: 100%;
text-align: center;
display: block;
color: #aaa;
font-size: 13px;
}
#map{
position:relative;
width:100%;
height: calc(100% - 60px);
}
.places-buttons .btn{
margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
position: absolute;
width: 100%;
bottom: 10px;
}
.sidebar .nav > li.active-pro a{
background: rgba(255, 255, 255, 0.14);
opacity: 1;
color: #FFFFFF;
}
.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
text-align: center;
}
@media all and (max-width: 991px) {
.sidebar .nav > li.active-pro{
position: initial;
}
}
img{width:100%}
.image_div img {
height: 140px;
}.image_div {
float: left;
width: 100%;
padding: 20px 0;
}.upload-area{
width: 100%;
border: 2px solid aliceblue;
border-radius: 3px;
margin: 0 auto;
margin-top: 0px;
margin-top: 50px;
text-align: center;
overflow: auto;
background: rgba(199,199,199,.4);margin-bottom:20px;
}
.upload-area:hover{
cursor: pointer;
}
.upload-area h1{
text-align: center;
font-weight: normal;
font-family: sans-serif;
line-height: 31px;
color: darkslategray;font-size:20px;
}
.jobphoto{
display: none !important;
}
#wait{display:none;width:69px;height:89px;border:1px solid black;position:fixed;top:50%;left:50%;padding:2px;z-index: 99999999999999;}
.color-ul li {
width: 40px;
height: 40px;
display: inline-block;
border: 1px solid gray;
margin-right: 3px;
margin-left: 16px;
}
.color-ul {
margin: 0;
padding: 0;
list-style: none;
}
.red{background:#ff3333;}
.green{background:#00ff00;}
.orange{background-color:orange;}
.black{background:#000000;}
.del-photo.pe-7s-close {
color: white;
font-size: 33px;
position: absolute;
background: black;top:-17px;
display:none;right:0;
}
.image_div > div {
position: relative;
}
.image_div > div:hover .del-photo{display:block;
}
#myTable .pe-7s-close {
width: 30px;
color: white;
font-size: 30px;
background: red;
} | assets/css/demo.css | @media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}
.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}
.all-icons [class*="pe-"]{
font-size: 40px;
}
.all-icons input{
border: 0;
}
.all-icons .font-icon-detail{
text-align: center;
padding: 45px 0px 30px;
border: 1px solid #e5e5e5;
border-radius: 6px;
margin: 15px 0;
}
.all-icons .font-icon-detail input{
margin: 25px auto 0;
width: 100%;
text-align: center;
display: block;
color: #aaa;
font-size: 13px;
}
#map{
position:relative;
width:100%;
height: calc(100% - 60px);
}
.places-buttons .btn{
margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
position: absolute;
width: 100%;
bottom: 10px;
}
.sidebar .nav > li.active-pro a{
background: rgba(255, 255, 255, 0.14);
opacity: 1;
color: #FFFFFF;
}
.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
text-align: center;
}
@media all and (max-width: 991px) {
.sidebar .nav > li.active-pro{
position: initial;
}
}
img{width:100%}
.image_div img {
height: 140px;
}.image_div {
float: left;
width: 100%;
padding: 20px 0;
}.upload-area{
width: 100%;
border: 2px solid aliceblue;
border-radius: 3px;
margin: 0 auto;
margin-top: 0px;
margin-top: 50px;
text-align: center;
overflow: auto;
background: rgba(199,199,199,.4);margin-bottom:20px;
}
.upload-area:hover{
cursor: pointer;
}
.upload-area h1{
text-align: center;
font-weight: normal;
font-family: sans-serif;
line-height: 31px;
color: darkslategray;font-size:20px;
}
.jobphoto{
display: none !important;
}
#wait{display:none;width:69px;height:89px;border:1px solid black;position:fixed;top:50%;left:50%;padding:2px;z-index: 99999999999999;}
.color-ul li {
width: 40px;
height: 40px;
display: inline-block;
border: 1px solid gray;
margin-right: 3px;
margin-left: 16px;
}
.color-ul {
margin: 0;
padding: 0;
list-style: none;
}
.red{background:#ff3333;}
.green{background:#00ff00;}
.orange{background-color:orange;}
.black{background:#000000;}
.del-photo.pe-7s-close {
color: white;
font-size: 33px;
position: absolute;
background: black;top:-17px;
display:none;right:0;
}
.image_div > div {
position: relative;
}
.image_div > div:hover .del-photo{display:block;
}
#myTable .pe-7s-close {
width: 30px;
color: white;
font-size: 30px;
background: red;
} | 0.319971 | 0.077797 |
background-color: white;
border-bottom: 2px solid #232323;
border-radius: 15px;
}
.container {
background-color: white;
margin: 0;
margin-right: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
}
li {
float: left;
}
li a {
display: block;
color: #308d46;
font-size: 1.1rem;
text-align: center;
padding: 14px 16px;
margin: 0.3rem;
text-decoration: none;
}
*/
/* Change the link color to #111 (black) on hover */
/*li a:hover {*/
/*box-shadow: 5px 5px #308d46;*/
/* text-shadow: 2px 2px 5px #308d46;
}
img{
height: 2.6rem;
width: 15vw;
background-color: white;
margin-top: 0.2rem;
margin-left: 12rem;
}
.navbar .nav-item i {
font-size: 1.1rem;
color: #308d46;
text-decoration: none;
margin-right: 12rem;
}
.navbar .nav-item i:hover {
text-shadow: 2px 2px 5px #308d46;
}
*/
@font-face {
font-family: 'a';
src: url('a.ttf');
}
body{
font-family: 'a';
}
.element{
color: black;
font-family: 'a';
text-decoration: none;
font-size: 1rem;
margin-left: 1.5rem;
font-weight: 600;
}
.navbar-brand{
margin-left: 14rem;
margin-right: 14rem;
}
.element1{
color: black;
text-decoration: none;
font-size: 1rem;
margin-left: 1.5rem;
font-family: 'a';
font-weight: 600;
}
.element:hover{
box-shadow: 0 2px #FF1493;
}
.element1:hover{
box-shadow: 0 2px #FF1493;
}
.button:hover{
text-shadow: 2px 2px 5px #33b5ff;
}
.span1{
font-weight: 700;
}
.container{
margin-top: 8rem;
}
.para1{
color: #FF1493;
font-size: 13px;
font-weight: 600;
}
.para2{
width: 27rem;
font-size: 5rem;
font-weight: 600;
line-height: 5rem;
}
.para3{
width: 17rem;
font-size: 17px;
margin-top: 2rem;
color: #acacac;
}
.container1{
margin-left: 41rem;
}
.imgg{
width: 40rem;
height: auto;
margin-top: -28rem;
}
.grid{
margin-top: 7rem;
width: 70rem;
margin-left: 8rem;
/*background-color: #f0f0f0;*/
}
.co1{
font-size: 2.5rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
}
.co2{
font-size: 2.5rem;
width: 17rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
margin-left: 3rem;
margin-top: 8rem;
}
.co3{
font-size: 2.5rem;
width: 17rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
margin-left: 3rem;
/*margin-top: 6rem;*/
}
.g{
border: 2px solid #EB6666;
background-color: #f4f4f4;
}
.aa{
margin-right: 2rem;
margin-top: 2rem;
line-height: 2rem;
margin-left: 2rem;
}
.bt{
background-color: #FF1493;
text-decoration: none !important;
color: #ffffff !important;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
margin-bottom: 2rem;
}
.bt:hover{
box-shadow: 3px 3px #acacac;
}
.bt1{
background-color: #FF1493;
text-decoration: none !important;
color: #ffffff !important;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
}
.bt1:hover{
box-shadow: 3px 3px #acacac;
}
.grid1{
background-color: #f0f0f0;
margin-top: 4rem;
width: 80rem;
margin-left: 2rem;
}
.img1{
width: 40rem;
height: auto;
}
.em{
color: #FF1493;
font-size: 3rem;
font-weight: 800;
text-align: center;
margin-top: 4rem;
}
.em1{
width: 30rem;
margin-left: 3.6rem;
font-size: 1.3rem;
text-align: center;
margin-top: 3rem;
line-height: 3rem;
}
.em2{
color: white;
background-color: #33b5ff;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
text-decoration: none;
}
.em2:hover{
box-shadow: 3px 3px #acacac;
}
.grid2{
background-color: #f0f0f0;
margin-top: 4rem;
width: 80rem;
margin-left: 2rem;
}
.ser{
margin-top: 4rem;
font-size: 2.7rem;
/*margin-left: 30rem;*/
color: #33b5ff;
font-weight: 800;
}
.card{
margin-left: 17rem;
margin-top: 2.8rem;
border: 1px solid #FF1493;
box-shadow: 2px 2px 2px grey;
}
.card-img-top{
border-right: 2px solid #FF1493;
}
.card-body{
float: left;
font-family: 'a1';
border-radius: 40px;
}
.aa1{
border-radius: 40px;
height: 28rem;
}
.dd1{
font-size: 2rem;
font-weight: 600;
}
.donate{
width: 81rem;
/*height: 6rem;*/
margin-left: 2rem;
background-color: #f0f0f0;
margin-top: 6rem;
/*background-repeat: no-repeat;*/
}
.nn:hover{
box-shadow: 2px 2px 2px grey;
} | public/style.css | background-color: white;
border-bottom: 2px solid #232323;
border-radius: 15px;
}
.container {
background-color: white;
margin: 0;
margin-right: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
}
li {
float: left;
}
li a {
display: block;
color: #308d46;
font-size: 1.1rem;
text-align: center;
padding: 14px 16px;
margin: 0.3rem;
text-decoration: none;
}
*/
/* Change the link color to #111 (black) on hover */
/*li a:hover {*/
/*box-shadow: 5px 5px #308d46;*/
/* text-shadow: 2px 2px 5px #308d46;
}
img{
height: 2.6rem;
width: 15vw;
background-color: white;
margin-top: 0.2rem;
margin-left: 12rem;
}
.navbar .nav-item i {
font-size: 1.1rem;
color: #308d46;
text-decoration: none;
margin-right: 12rem;
}
.navbar .nav-item i:hover {
text-shadow: 2px 2px 5px #308d46;
}
*/
@font-face {
font-family: 'a';
src: url('a.ttf');
}
body{
font-family: 'a';
}
.element{
color: black;
font-family: 'a';
text-decoration: none;
font-size: 1rem;
margin-left: 1.5rem;
font-weight: 600;
}
.navbar-brand{
margin-left: 14rem;
margin-right: 14rem;
}
.element1{
color: black;
text-decoration: none;
font-size: 1rem;
margin-left: 1.5rem;
font-family: 'a';
font-weight: 600;
}
.element:hover{
box-shadow: 0 2px #FF1493;
}
.element1:hover{
box-shadow: 0 2px #FF1493;
}
.button:hover{
text-shadow: 2px 2px 5px #33b5ff;
}
.span1{
font-weight: 700;
}
.container{
margin-top: 8rem;
}
.para1{
color: #FF1493;
font-size: 13px;
font-weight: 600;
}
.para2{
width: 27rem;
font-size: 5rem;
font-weight: 600;
line-height: 5rem;
}
.para3{
width: 17rem;
font-size: 17px;
margin-top: 2rem;
color: #acacac;
}
.container1{
margin-left: 41rem;
}
.imgg{
width: 40rem;
height: auto;
margin-top: -28rem;
}
.grid{
margin-top: 7rem;
width: 70rem;
margin-left: 8rem;
/*background-color: #f0f0f0;*/
}
.co1{
font-size: 2.5rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
}
.co2{
font-size: 2.5rem;
width: 17rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
margin-left: 3rem;
margin-top: 8rem;
}
.co3{
font-size: 2.5rem;
width: 17rem;
color: #33b5ff;
font-weight: 800;
text-align: center;
margin-left: 3rem;
/*margin-top: 6rem;*/
}
.g{
border: 2px solid #EB6666;
background-color: #f4f4f4;
}
.aa{
margin-right: 2rem;
margin-top: 2rem;
line-height: 2rem;
margin-left: 2rem;
}
.bt{
background-color: #FF1493;
text-decoration: none !important;
color: #ffffff !important;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
margin-bottom: 2rem;
}
.bt:hover{
box-shadow: 3px 3px #acacac;
}
.bt1{
background-color: #FF1493;
text-decoration: none !important;
color: #ffffff !important;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
}
.bt1:hover{
box-shadow: 3px 3px #acacac;
}
.grid1{
background-color: #f0f0f0;
margin-top: 4rem;
width: 80rem;
margin-left: 2rem;
}
.img1{
width: 40rem;
height: auto;
}
.em{
color: #FF1493;
font-size: 3rem;
font-weight: 800;
text-align: center;
margin-top: 4rem;
}
.em1{
width: 30rem;
margin-left: 3.6rem;
font-size: 1.3rem;
text-align: center;
margin-top: 3rem;
line-height: 3rem;
}
.em2{
color: white;
background-color: #33b5ff;
border-radius: 40px;
border: 0;
padding: 10px;
text-align: center;
text-decoration: none;
}
.em2:hover{
box-shadow: 3px 3px #acacac;
}
.grid2{
background-color: #f0f0f0;
margin-top: 4rem;
width: 80rem;
margin-left: 2rem;
}
.ser{
margin-top: 4rem;
font-size: 2.7rem;
/*margin-left: 30rem;*/
color: #33b5ff;
font-weight: 800;
}
.card{
margin-left: 17rem;
margin-top: 2.8rem;
border: 1px solid #FF1493;
box-shadow: 2px 2px 2px grey;
}
.card-img-top{
border-right: 2px solid #FF1493;
}
.card-body{
float: left;
font-family: 'a1';
border-radius: 40px;
}
.aa1{
border-radius: 40px;
height: 28rem;
}
.dd1{
font-size: 2rem;
font-weight: 600;
}
.donate{
width: 81rem;
/*height: 6rem;*/
margin-left: 2rem;
background-color: #f0f0f0;
margin-top: 6rem;
/*background-repeat: no-repeat;*/
}
.nn:hover{
box-shadow: 2px 2px 2px grey;
} | 0.367951 | 0.055952 |
:root {
--box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body {
color: #212121;
background-color: #EEEEEE;
/* background-image: linear-gradient(#e1bee7, #ff9e80); */
/* background-attachment: fixed; */
}
#inputForm {
margin: auto;
width: 800px;
}
.card {
background-color: #FFFFFF;
padding: 10px 20px 10px 20px;
box-shadow: var(--box-shadow);
border-radius: 5px;
margin: 10px 0px 10px 0px;
}
#heading {
font-size: 2em;
}
ol {
list-style-type: none;
padding: 0px;
}
.inputLabel {
color: #212121;
margin: 5px;
}
.dropDown {
display: block;
position: relative;
width: inherit;
}
.selected {
position: relative;
display: block;
width: inherit;
border: 1px solid #CDCDCD;
border-radius: 5px;
padding: 10px;
font-weight: bold;
}
.options {
display: none;
text-align: left;
position: absolute;
background-color: #f1f1f1;
width: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border: 1px solid transparent;
border-color: transparent #CDCDCD #CDCDCD #CDCDCD;
border-radius: 5px;
z-index: 1;
}
.option {
display: block;
color: #212121;
padding: 10px;
background-color: #FFFFFF;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
}
.arrowDiv {
position: absolute;
display: inline-block;
width: auto;
right: 0;
top: 0;
}
.arrowSpan {
display: block;
padding: 10px;
}
.arrowSpan::after {
content: "";
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2px;
margin: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.inputMarginBottom {
margin-bottom: 10px;
}
.inputData {
display: block;
position: relative;
height: auto;
background-color: #e0e0e0;
color: #212121;
font-weight: 500;
border-radius: 5px;
width: calc(800px - 40px);
padding: 10px;
font-size: 1.2em;
border: none;
box-sizing: border-box;
resize: vertical;
}
.inputData:focus, .inputData:active {
outline: none;
}
.inputData::-webkit-scrollbar {
cursor: pointer;
width: 5px;
}
.inputData::-webkit-scrollbar-track {
background-color: #CDCDCD;
}
.inputData::-webkit-scrollbar-thumb {
background-color: #626262;
outline: 1px solid slategrey;
}
.hide {
display: none;
}
.errorText {
font-weight: bold;
color: #b71c1c;
}
.genButton {
border: none;
display: block;
width: 100%;
border-radius: 5px;;
background-color: #aed581;
color: #212121;
padding: 10px;
}
.genButton:focus, .genButton:active {
outline: none;
}
.genButton:hover {
background-color: #9ccc65;
}
.text {
position: relative;
display: block;
width: inherit;
border: 1px solid #CDCDCD;
border-radius: 5px;
padding: 10px;
font-weight: bold;
font-weight: bold;
overflow: auto;
}
.text::-webkit-scrollbar {
cursor: pointer;
height: 5px;
}
.text::-webkit-scrollbar-track {
background-color: #CDCDCD;
}
.text::-webkit-scrollbar-thumb {
background-color: #626262;
outline: 1px solid slategrey;
}
#code {
margin: auto;
} | docs/styles.css | :root {
--box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body {
color: #212121;
background-color: #EEEEEE;
/* background-image: linear-gradient(#e1bee7, #ff9e80); */
/* background-attachment: fixed; */
}
#inputForm {
margin: auto;
width: 800px;
}
.card {
background-color: #FFFFFF;
padding: 10px 20px 10px 20px;
box-shadow: var(--box-shadow);
border-radius: 5px;
margin: 10px 0px 10px 0px;
}
#heading {
font-size: 2em;
}
ol {
list-style-type: none;
padding: 0px;
}
.inputLabel {
color: #212121;
margin: 5px;
}
.dropDown {
display: block;
position: relative;
width: inherit;
}
.selected {
position: relative;
display: block;
width: inherit;
border: 1px solid #CDCDCD;
border-radius: 5px;
padding: 10px;
font-weight: bold;
}
.options {
display: none;
text-align: left;
position: absolute;
background-color: #f1f1f1;
width: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border: 1px solid transparent;
border-color: transparent #CDCDCD #CDCDCD #CDCDCD;
border-radius: 5px;
z-index: 1;
}
.option {
display: block;
color: #212121;
padding: 10px;
background-color: #FFFFFF;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
}
.arrowDiv {
position: absolute;
display: inline-block;
width: auto;
right: 0;
top: 0;
}
.arrowSpan {
display: block;
padding: 10px;
}
.arrowSpan::after {
content: "";
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2px;
margin: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.inputMarginBottom {
margin-bottom: 10px;
}
.inputData {
display: block;
position: relative;
height: auto;
background-color: #e0e0e0;
color: #212121;
font-weight: 500;
border-radius: 5px;
width: calc(800px - 40px);
padding: 10px;
font-size: 1.2em;
border: none;
box-sizing: border-box;
resize: vertical;
}
.inputData:focus, .inputData:active {
outline: none;
}
.inputData::-webkit-scrollbar {
cursor: pointer;
width: 5px;
}
.inputData::-webkit-scrollbar-track {
background-color: #CDCDCD;
}
.inputData::-webkit-scrollbar-thumb {
background-color: #626262;
outline: 1px solid slategrey;
}
.hide {
display: none;
}
.errorText {
font-weight: bold;
color: #b71c1c;
}
.genButton {
border: none;
display: block;
width: 100%;
border-radius: 5px;;
background-color: #aed581;
color: #212121;
padding: 10px;
}
.genButton:focus, .genButton:active {
outline: none;
}
.genButton:hover {
background-color: #9ccc65;
}
.text {
position: relative;
display: block;
width: inherit;
border: 1px solid #CDCDCD;
border-radius: 5px;
padding: 10px;
font-weight: bold;
font-weight: bold;
overflow: auto;
}
.text::-webkit-scrollbar {
cursor: pointer;
height: 5px;
}
.text::-webkit-scrollbar-track {
background-color: #CDCDCD;
}
.text::-webkit-scrollbar-thumb {
background-color: #626262;
outline: 1px solid slategrey;
}
#code {
margin: auto;
} | 0.459804 | 0.222172 |
.dataTables_wrapper .dataTables_processing {
background: rgba(255,255,255,0.8);
background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 75%, rgba(255,255,255,0.8) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 75%, rgba(255,255,255,0.8) 100%);
line-height: 40px;/* line height must match its original height value */
padding-top: 0;
}
/* update design of data table from datatables.net */
table.rdba-datatables-js {
border-collapse: collapse;
box-sizing: border-box;
}
table.rdba-datatables-js tbody tr.table-row-danger {
background-color: #f4d0d0;
}
table.rdba-datatables-js tbody tr.table-row-danger:hover {
background-color: #eeb9b9;
}
table.rdba-datatables-js tbody tr.table-row-info {
background-color: #c4e3f2;
}
table.rdba-datatables-js tbody tr.table-row-info:hover {
background-color: #abd7ec;
}
table.rdba-datatables-js tbody tr.table-row-primary {
background-color: #a2ccf0;
}
table.rdba-datatables-js tbody tr.table-row-primary:hover {
background-color: #91c2ed;
}
table.rdba-datatables-js tbody tr.table-row-success {
background-color: #d1e6d1;
}
table.rdba-datatables-js tbody tr.table-row-success:hover {
background-color: #c0dcc0;
}
table.rdba-datatables-js tbody tr.table-row-warning {
background-color: #fbd38f;
}
table.rdba-datatables-js tbody tr.table-row-warning:hover {
background-color: #fac875;
}
.rdba-datatables-js tfoot td,
.rdba-datatables-js tfoot th,
.rdba-datatables-js thead td,
.rdba-datatables-js thead th {
background-color: transparent;
}
.rdba-datatables-js tfoot .column-checkbox,
.rdba-datatables-js thead .column-checkbox {
padding-left: 10px;
}
table.rdba-datatables-js tfoot td,
table.rdba-datatables-js tfoot th {
border-top: 2px solid #ddd;
}
table.rdba-datatables-js thead td,
table.rdba-datatables-js thead th {
border-bottom: 2px solid #ddd;
white-space: nowrap;
}
table.rdba-datatables-js tfoot td,
table.rdba-datatables-js tfoot th,
table.rdba-datatables-js thead td,
table.rdba-datatables-js thead th {
padding: 8px 10px;
}
table.rdba-datatables-js tfoot td:not(.sorting_disabled),
table.rdba-datatables-js tfoot th:not(.sorting_disabled),
table.rdba-datatables-js thead td:not(.sorting_disabled),
table.rdba-datatables-js thead th:not(.sorting_disabled) {
padding-right: 1rem;
}
.rdba-datatables-js tbody tr:last-child td,
.rdba-datatables-js tbody tr:last-child th {
border-bottom: none;
}
.rdba-datatables-js tbody td,
.rdba-datatables-js tbody th {
vertical-align: top;
}
.rdba-datatables-js tbody .control {
min-width: 1rem;
}
.rdba-datatables-js td,
.rdba-datatables-js th {
border-left: none;
border-right: none;
}
.rdba-datatables-js .column-checkbox {
width: .8125rem;
}
.rdba-datatables-js .column-primary {
min-width: 90px;
}
.rdba-datatables-js .row-actions {
font-size: 0.75em;
line-height: 1.948em;
opacity: 0;
transition: opacity 0.2s;
}
.rdba-datatables-js tr:hover .row-actions {
opacity: 1;
}
.rdba-datatables-js .row-actions > span + span::before {
content: ' \00a0 | \00a0 ';
}
.rdba-datatables-js.fixedHeader-floating {
top: 0;
}
@media (min-width: 1000px) {
.rdba-datatables-js.fixedHeader-floating {
top: 50px !important;
}
}
/* About sortable (reorderable). */
.rdba-datatables-js tbody tr .sortable-handle {
cursor: ns-resize;
}
.rdba-datatables-js tbody tr.disallow-sortable .sortable-handle {
color: #ccc;
cursor: not-allowed;
}
/* Override datatables sort icons */
table.rdba-datatables-js thead td:not(.sorting_disabled),
table.rdba-datatables-js thead th:not(.sorting_disabled) {
background-image: none;
position: relative;
}
table.rdba-datatables-js thead .sorting::after,
table.rdba-datatables-js thead .sorting_asc::after,
table.rdba-datatables-js thead .sorting_asc_disabled::after,
table.rdba-datatables-js thead .sorting_desc::after,
table.rdba-datatables-js thead .sorting_desc_disabled::after {
color: #aaa;
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
position: absolute;
right: .2em;
top: .45em;
}
table.rdba-datatables-js thead .sorting_asc_disabled::after,
table.rdba-datatables-js thead .sorting_desc_disabled::after {
color: #ddd;
}
table.rdba-datatables-js thead .sorting::after {
content: '\f0dc';
}
table.rdba-datatables-js thead .sorting_asc::after {
content: '\f0de';
}
table.rdba-datatables-js thead .sorting_desc::after {
content: '\f0dd';
}
/* datatables controls (filter, pagination, bulk actions) */
.rdba-datatables-result-controls label {
display: inline-block;
margin-bottom: 0.938em;
}
.rdba-datatables-actions-controls .rd-button,
.rdba-datatables-result-controls .rd-button,
.rdba-datatables-result-pagination .rd-button {
font-size: 0.99em;
height: 2.03em;
line-height: 1.4;
}
.rdba-datatables-result-controls select,
.rdba-datatables-result-controls .rdba-datatables-input-search {
max-width: 10em;
}
.rdba-datatables-result-pagination {
text-align: left;
}
@media (min-width: 768px) {
.rdba-datatables-result-pagination {
text-align: right;
}
}
.rdba-datatables-result-pagination > * {
display: inline-block;
margin-bottom: 0.938em;
padding-bottom: 0;
padding-top: 0;
vertical-align: top;
}
.rdba-datatables-result-pagination .dataTables_paginate {
float: none;
padding-top: 0;
}
.rdba-datatables-result-pagination .dataTables_paginate > * {
display: inline-block;
margin-left: 0.313em;
}
.rdba-datatables-result-pagination .paginate_input {
width: 2.5em;
}
.rdba-datatables-actions-controls .rdba-datatables-result-pagination > * {
margin-bottom: 0;
margin-top: 0.938em;
}
.rdba-datatables-actions-controls label {
display: inline-block;
margin-top: 0.938em;
}
.rdba-datatables-result-controls-info {
margin-bottom: 0;
margin-top: 0;
position: relative;
top: 0.35em;
}
/* datatables responsive (expand/collapse) icons */
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
background-color: transparent;
border: none;
border-radius: 50%;
box-shadow: none;
color: inherit;
content: '\f0d7';
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
}
table.dataTable.dtr-column > tbody > tr > td.control:hover::before,
table.dataTable.dtr-column > tbody > tr > th.control:hover::before {
box-shadow: 0 0 3px #444;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
background-color: transparent;
border: none;
border-radius: 50%;
box-shadow: 0 0 3px #444;
color: inherit;
content: '\f0d8';
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
}
table.dataTable > tbody > tr.child ul.dtr-details {
width: 100%;
}
/* page content header (maybe with add button) */
.rdba-page-content-header {
align-items: flex-start;
display: flex;
flex-direction: column;
flex-wrap: wrap;
font-size: 2.2em;
line-height: 1.4;
margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
.rdba-page-content-header {
flex-direction: row;
}
}
.rdba-page-content-header > a {
font-size: 1rem;
}
@media (min-width: 768px) {
.rdba-page-content-header > a {
align-self: center;
line-height: normal;
margin-left: 0.938rem;
}
} | assets/css/Controllers/Admin/commonListDataPage.css | .dataTables_wrapper .dataTables_processing {
background: rgba(255,255,255,0.8);
background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 75%, rgba(255,255,255,0.8) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 75%, rgba(255,255,255,0.8) 100%);
line-height: 40px;/* line height must match its original height value */
padding-top: 0;
}
/* update design of data table from datatables.net */
table.rdba-datatables-js {
border-collapse: collapse;
box-sizing: border-box;
}
table.rdba-datatables-js tbody tr.table-row-danger {
background-color: #f4d0d0;
}
table.rdba-datatables-js tbody tr.table-row-danger:hover {
background-color: #eeb9b9;
}
table.rdba-datatables-js tbody tr.table-row-info {
background-color: #c4e3f2;
}
table.rdba-datatables-js tbody tr.table-row-info:hover {
background-color: #abd7ec;
}
table.rdba-datatables-js tbody tr.table-row-primary {
background-color: #a2ccf0;
}
table.rdba-datatables-js tbody tr.table-row-primary:hover {
background-color: #91c2ed;
}
table.rdba-datatables-js tbody tr.table-row-success {
background-color: #d1e6d1;
}
table.rdba-datatables-js tbody tr.table-row-success:hover {
background-color: #c0dcc0;
}
table.rdba-datatables-js tbody tr.table-row-warning {
background-color: #fbd38f;
}
table.rdba-datatables-js tbody tr.table-row-warning:hover {
background-color: #fac875;
}
.rdba-datatables-js tfoot td,
.rdba-datatables-js tfoot th,
.rdba-datatables-js thead td,
.rdba-datatables-js thead th {
background-color: transparent;
}
.rdba-datatables-js tfoot .column-checkbox,
.rdba-datatables-js thead .column-checkbox {
padding-left: 10px;
}
table.rdba-datatables-js tfoot td,
table.rdba-datatables-js tfoot th {
border-top: 2px solid #ddd;
}
table.rdba-datatables-js thead td,
table.rdba-datatables-js thead th {
border-bottom: 2px solid #ddd;
white-space: nowrap;
}
table.rdba-datatables-js tfoot td,
table.rdba-datatables-js tfoot th,
table.rdba-datatables-js thead td,
table.rdba-datatables-js thead th {
padding: 8px 10px;
}
table.rdba-datatables-js tfoot td:not(.sorting_disabled),
table.rdba-datatables-js tfoot th:not(.sorting_disabled),
table.rdba-datatables-js thead td:not(.sorting_disabled),
table.rdba-datatables-js thead th:not(.sorting_disabled) {
padding-right: 1rem;
}
.rdba-datatables-js tbody tr:last-child td,
.rdba-datatables-js tbody tr:last-child th {
border-bottom: none;
}
.rdba-datatables-js tbody td,
.rdba-datatables-js tbody th {
vertical-align: top;
}
.rdba-datatables-js tbody .control {
min-width: 1rem;
}
.rdba-datatables-js td,
.rdba-datatables-js th {
border-left: none;
border-right: none;
}
.rdba-datatables-js .column-checkbox {
width: .8125rem;
}
.rdba-datatables-js .column-primary {
min-width: 90px;
}
.rdba-datatables-js .row-actions {
font-size: 0.75em;
line-height: 1.948em;
opacity: 0;
transition: opacity 0.2s;
}
.rdba-datatables-js tr:hover .row-actions {
opacity: 1;
}
.rdba-datatables-js .row-actions > span + span::before {
content: ' \00a0 | \00a0 ';
}
.rdba-datatables-js.fixedHeader-floating {
top: 0;
}
@media (min-width: 1000px) {
.rdba-datatables-js.fixedHeader-floating {
top: 50px !important;
}
}
/* About sortable (reorderable). */
.rdba-datatables-js tbody tr .sortable-handle {
cursor: ns-resize;
}
.rdba-datatables-js tbody tr.disallow-sortable .sortable-handle {
color: #ccc;
cursor: not-allowed;
}
/* Override datatables sort icons */
table.rdba-datatables-js thead td:not(.sorting_disabled),
table.rdba-datatables-js thead th:not(.sorting_disabled) {
background-image: none;
position: relative;
}
table.rdba-datatables-js thead .sorting::after,
table.rdba-datatables-js thead .sorting_asc::after,
table.rdba-datatables-js thead .sorting_asc_disabled::after,
table.rdba-datatables-js thead .sorting_desc::after,
table.rdba-datatables-js thead .sorting_desc_disabled::after {
color: #aaa;
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
position: absolute;
right: .2em;
top: .45em;
}
table.rdba-datatables-js thead .sorting_asc_disabled::after,
table.rdba-datatables-js thead .sorting_desc_disabled::after {
color: #ddd;
}
table.rdba-datatables-js thead .sorting::after {
content: '\f0dc';
}
table.rdba-datatables-js thead .sorting_asc::after {
content: '\f0de';
}
table.rdba-datatables-js thead .sorting_desc::after {
content: '\f0dd';
}
/* datatables controls (filter, pagination, bulk actions) */
.rdba-datatables-result-controls label {
display: inline-block;
margin-bottom: 0.938em;
}
.rdba-datatables-actions-controls .rd-button,
.rdba-datatables-result-controls .rd-button,
.rdba-datatables-result-pagination .rd-button {
font-size: 0.99em;
height: 2.03em;
line-height: 1.4;
}
.rdba-datatables-result-controls select,
.rdba-datatables-result-controls .rdba-datatables-input-search {
max-width: 10em;
}
.rdba-datatables-result-pagination {
text-align: left;
}
@media (min-width: 768px) {
.rdba-datatables-result-pagination {
text-align: right;
}
}
.rdba-datatables-result-pagination > * {
display: inline-block;
margin-bottom: 0.938em;
padding-bottom: 0;
padding-top: 0;
vertical-align: top;
}
.rdba-datatables-result-pagination .dataTables_paginate {
float: none;
padding-top: 0;
}
.rdba-datatables-result-pagination .dataTables_paginate > * {
display: inline-block;
margin-left: 0.313em;
}
.rdba-datatables-result-pagination .paginate_input {
width: 2.5em;
}
.rdba-datatables-actions-controls .rdba-datatables-result-pagination > * {
margin-bottom: 0;
margin-top: 0.938em;
}
.rdba-datatables-actions-controls label {
display: inline-block;
margin-top: 0.938em;
}
.rdba-datatables-result-controls-info {
margin-bottom: 0;
margin-top: 0;
position: relative;
top: 0.35em;
}
/* datatables responsive (expand/collapse) icons */
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
background-color: transparent;
border: none;
border-radius: 50%;
box-shadow: none;
color: inherit;
content: '\f0d7';
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
}
table.dataTable.dtr-column > tbody > tr > td.control:hover::before,
table.dataTable.dtr-column > tbody > tr > th.control:hover::before {
box-shadow: 0 0 3px #444;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
background-color: transparent;
border: none;
border-radius: 50%;
box-shadow: 0 0 3px #444;
color: inherit;
content: '\f0d8';
font-family: 'Font Awesome 5 Free';
font-size: 1rem;
font-weight: 900;
}
table.dataTable > tbody > tr.child ul.dtr-details {
width: 100%;
}
/* page content header (maybe with add button) */
.rdba-page-content-header {
align-items: flex-start;
display: flex;
flex-direction: column;
flex-wrap: wrap;
font-size: 2.2em;
line-height: 1.4;
margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
.rdba-page-content-header {
flex-direction: row;
}
}
.rdba-page-content-header > a {
font-size: 1rem;
}
@media (min-width: 768px) {
.rdba-page-content-header > a {
align-self: center;
line-height: normal;
margin-left: 0.938rem;
}
} | 0.609408 | 0.073198 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
.normalize.css
body{
background-color: #f2f2f2;
}
p{
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
}
ul{
text-align:center;
list-style-type: none;
}
li{
font-size:22px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#intro{
background-color: white;
margin:50px;
padding: 40px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
h2{
display: block;
width:100%;
padding-top: 70px;
padding-bottom: 10px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.articles {
width: 90%;
height: auto;
margin: auto;
padding: 10px;
}
#article1{
width: 50%;
height: auto;
float: left;
font-size:25px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
#article2{
margin-left: 52.75%;
width: 47.5%;
height: auto;
font-size:25px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
.eve {
display: block;
margin: auto;
width: 65%;
}
.logo{
background-color: white;
width: 98%;
margin-left:0px;
margin-top:85px;
padding-left:20%;
}
.gl {
box-sizing: border-box;
display:inline-block;
}
.imggal{
width: 300px;
height: 200px;
margin: 20px 15px;
padding:10px;
/* border-color: #33334C;
border-radius: 5px;
border-style: double;
border-width: 20px;*/
border-color: #33334C;
border-style: solid;
border-radius:5px;
border-width: 5px;
}
#Contact{
margin-bottom: -50px;
padding-bottom: -50px;
}
#overlay {
box-sizing: border-box;
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
#overimg{
box-sizing: border-box;
display:block;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: auto;
}
form{
margin: 50px;
}
#social {
width:100%;
height:75px;
border-radius: 5px;
padding: 5px;
}
#bottom{
font-size:15px;
margin-top:0;
margin-bottom:5px;
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#twitter{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
}
#facebook{
width: 4%;
height: auto;
margin-left:10%;
margin-right: 10%;
background-repeat: no-repeat;
/* background-size: 100px 100px;*/
}
#snapchat{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
/* background-size: 100px 100px;*/
}
#linkedin{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
/* background-size: 100px 100px;*/
}
/*
@media (max-width: 8000px) {
body{
background-color: #f2f2f2;
}
p{
text-align: center;
font-family: 'Quicksand', sans-serif;
}
h2{
display: block;
width:100%;
padding-top: 50px;
padding-bottom: 10px;
font-family: 'Quicksand', sans-serif;
}
li1 {
font-family: 'Quicksand', sans-serif;
margin-left: 30px;
font-size: 16px;
}
li2 {
font-family: 'Quicksand', sans-serif;
margin-left: 50px;
font-size: 16px;
}
.articles {
-webkit-columns: 100px 2;
-moz-columns: 100px 2;
columns: 100px 2;
margin-top: 25px;
font: 400 18px/0.8 'Cookie', Helvetica, sans-serif;
line-height: 25px;
background-color: #f2f2f2;
}
.logo{
background-color: white;
width: 83%;
margin-left:0px;
margin-top:50px;
padding-left:240px;
}
.gl {
box-sizing: border-box;
display:inline-block;
}
#social {
width:400px;
height:477px;
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
float:left;
}
#twitter{
width: 50px;
height: 50px;
background-repeat: no-repeat;
}
#facebook{
width: 50px;
height: 50px;
background-repeat: no-repeat;
/* background-size: 100px 100px;*/
/*}
#snapchat{
width: 50px;
height: 50px;
background-repeat: no-repeat;*/
/* background-size: 100px 100px;*/
/*}
*/
/*#linkedin{
width: 50px;
height: 50px;
background-repeat: no-repeat;*/
/* background-size: 100px 100px;*/
/**/
/*}
}*/ | Introspect.css | <meta name="viewport" content="width=device-width, initial-scale=1.0">
.normalize.css
body{
background-color: #f2f2f2;
}
p{
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
}
ul{
text-align:center;
list-style-type: none;
}
li{
font-size:22px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#intro{
background-color: white;
margin:50px;
padding: 40px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
h2{
display: block;
width:100%;
padding-top: 70px;
padding-bottom: 10px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.articles {
width: 90%;
height: auto;
margin: auto;
padding: 10px;
}
#article1{
width: 50%;
height: auto;
float: left;
font-size:25px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
#article2{
margin-left: 52.75%;
width: 47.5%;
height: auto;
font-size:25px;
border-color: #33334C;
border-radius: 5px;
border-style: solid;
border-width: 10px;
}
.eve {
display: block;
margin: auto;
width: 65%;
}
.logo{
background-color: white;
width: 98%;
margin-left:0px;
margin-top:85px;
padding-left:20%;
}
.gl {
box-sizing: border-box;
display:inline-block;
}
.imggal{
width: 300px;
height: 200px;
margin: 20px 15px;
padding:10px;
/* border-color: #33334C;
border-radius: 5px;
border-style: double;
border-width: 20px;*/
border-color: #33334C;
border-style: solid;
border-radius:5px;
border-width: 5px;
}
#Contact{
margin-bottom: -50px;
padding-bottom: -50px;
}
#overlay {
box-sizing: border-box;
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
#overimg{
box-sizing: border-box;
display:block;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: auto;
}
form{
margin: 50px;
}
#social {
width:100%;
height:75px;
border-radius: 5px;
padding: 5px;
}
#bottom{
font-size:15px;
margin-top:0;
margin-bottom:5px;
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#twitter{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
}
#facebook{
width: 4%;
height: auto;
margin-left:10%;
margin-right: 10%;
background-repeat: no-repeat;
/* background-size: 100px 100px;*/
}
#snapchat{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
/* background-size: 100px 100px;*/
}
#linkedin{
width: 4%;
height: auto;
background-repeat: no-repeat;
margin-left:10%;
margin-right: 10%;
/* background-size: 100px 100px;*/
}
/*
@media (max-width: 8000px) {
body{
background-color: #f2f2f2;
}
p{
text-align: center;
font-family: 'Quicksand', sans-serif;
}
h2{
display: block;
width:100%;
padding-top: 50px;
padding-bottom: 10px;
font-family: 'Quicksand', sans-serif;
}
li1 {
font-family: 'Quicksand', sans-serif;
margin-left: 30px;
font-size: 16px;
}
li2 {
font-family: 'Quicksand', sans-serif;
margin-left: 50px;
font-size: 16px;
}
.articles {
-webkit-columns: 100px 2;
-moz-columns: 100px 2;
columns: 100px 2;
margin-top: 25px;
font: 400 18px/0.8 'Cookie', Helvetica, sans-serif;
line-height: 25px;
background-color: #f2f2f2;
}
.logo{
background-color: white;
width: 83%;
margin-left:0px;
margin-top:50px;
padding-left:240px;
}
.gl {
box-sizing: border-box;
display:inline-block;
}
#social {
width:400px;
height:477px;
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
float:left;
}
#twitter{
width: 50px;
height: 50px;
background-repeat: no-repeat;
}
#facebook{
width: 50px;
height: 50px;
background-repeat: no-repeat;
/* background-size: 100px 100px;*/
/*}
#snapchat{
width: 50px;
height: 50px;
background-repeat: no-repeat;*/
/* background-size: 100px 100px;*/
/*}
*/
/*#linkedin{
width: 50px;
height: 50px;
background-repeat: no-repeat;*/
/* background-size: 100px 100px;*/
/**/
/*}
}*/ | 0.244183 | 0.081082 |
display: none;
margin-top: 20%;
margin-bottom: 10%;
}
#back {
margin-right: 5%;
}
.form-signin {
max-width: 25%;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
#cont {
background-color: rgba(21, 98, 115, 0.7);
display: none;
border-radius: 15px;
margin-top: 10%;
}
body {
color: #fff;
text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
font-family: 'Nunito', sans-serif;
background: url("https://dl.dropboxusercontent.com/s/umbkv0tbfwii580/rsz_stilts.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
text-align: center;
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
}
a {
color: #36ff27;
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
color: #e8e8e8;
}
.cover-container {
margin-right: auto;
margin-left: auto;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 25px;
height: 75%;
width: 95%;
}
#start, #desc {
margin-top: 20%;
}
/* Padding for spacing */
.inner {
padding: 30px;
}
#title {
margin-top: 5%;
}
/*
* Cover
*/
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
/*
* Footer
*/
.btn-primary {
width: 100%;
text-align: left;
}
.mastfoot {
color: #e8e8e8;
}
#form {
text-align: left;
}
input[type="radio"] {
margin-right: 5px;
vertical-align: baseline;
}
label {
margin: 2%;
margin-right: 30px;
}
@media (min-width: 768px) {
/* Pull out the header and footer */
.mastfoot {
position: fixed;
bottom: 0;
top: 86%;
}
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
/* Handle the widths */
.mastfoot,
.cover-container {
width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
@media (min-width: 992px) {
.mastfoot,
.cover-container {
width: 700px;
}
}
.alert {
opacity: .7;
} | stylesheet.css | display: none;
margin-top: 20%;
margin-bottom: 10%;
}
#back {
margin-right: 5%;
}
.form-signin {
max-width: 25%;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
#cont {
background-color: rgba(21, 98, 115, 0.7);
display: none;
border-radius: 15px;
margin-top: 10%;
}
body {
color: #fff;
text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
font-family: 'Nunito', sans-serif;
background: url("https://dl.dropboxusercontent.com/s/umbkv0tbfwii580/rsz_stilts.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
text-align: center;
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
}
a {
color: #36ff27;
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
color: #e8e8e8;
}
.cover-container {
margin-right: auto;
margin-left: auto;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 25px;
height: 75%;
width: 95%;
}
#start, #desc {
margin-top: 20%;
}
/* Padding for spacing */
.inner {
padding: 30px;
}
#title {
margin-top: 5%;
}
/*
* Cover
*/
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
/*
* Footer
*/
.btn-primary {
width: 100%;
text-align: left;
}
.mastfoot {
color: #e8e8e8;
}
#form {
text-align: left;
}
input[type="radio"] {
margin-right: 5px;
vertical-align: baseline;
}
label {
margin: 2%;
margin-right: 30px;
}
@media (min-width: 768px) {
/* Pull out the header and footer */
.mastfoot {
position: fixed;
bottom: 0;
top: 86%;
}
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
/* Handle the widths */
.mastfoot,
.cover-container {
width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
@media (min-width: 992px) {
.mastfoot,
.cover-container {
width: 700px;
}
}
.alert {
opacity: .7;
} | 0.50708 | 0.091301 |
html {
scroll-behavior: smooth;
}
body {
background: #e6e6e6;
visibility: hidden;
}
.card:hover,
.card-report:hover {
filter: contrast(1.2) drop-shadow(2px 4px 6px black);
}
.content>div {
transition: 1s;
}
.modal-lgg {
max-width: 95%;
}
.content {
box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 1);
overflow: scroll;
overflow-y: hidden;
overflow-x: hidden;
padding-top: 25px !important;
background-image: linear-gradient(315deg, #1f4037 0%, #99f2c8 85%);
}
.controls {
padding: 15px;
background-color: rgb(94, 255, 143);
}
.card p img {
text-align: center;
width: auto;
height: 220px;
}
.card,
.card-report {
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
cursor: pointer;
padding-top: 2px;
background-image: url("../img/background-card.jpg");
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
}
.card-report[used="true"] {
box-shadow: 0px 0px 0px 4px rgb(127 255 0 / 92)
}
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
button {
background-color: transparent;
border: none;
}
.jumbotron {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 250px;
margin: 0;
}
.jumbotron h1 {
text-transform: uppercase;
background-image: linear-gradient(to top, rgb(147, 246, 255) 40%, #88f31d 60%);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
}
.modal-content {
background-color: #76b852;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
}
.modal-header {
display: block;
}
.swal2-html-container {
overflow: hidden !important;
}
.name {
width: 60%;
}
.photo {
width: auto;
height: 400px;
}
.description {
height: 175px !important;
resize: none;
}
@media screen and (min-width: 600px) {
.photo {
display: unset !important;
font-weight: bold;
}
.description {
height: 140px;
resize: none;
}
}
@media screen and (max-device-width: 480px) {
.name {
width: 100% !important;
}
.photo {
height: auto;
width: 100%;
font-size: 0.7rem;
}
.modal-lgg {
max-width: none;
}
.description {
height: 175px;
resize: none;
}
}
@media screen and (max-device-width: 480px) {
.display-1 {
font-size: 2rem !important;
}
.btn-list,
.btn-form {
margin-top: 0.5rem !important;
font-size: 18px;
}
}
@media screen and (min-width: 900px) {
.content {
padding: 1rem !important;
margin: 1rem !important;
}
}
@media screen and (min-width: 600px) and (max-width: 900px) {
.display-1 {
font-size: 2rem;
}
} | assets/css/main.css | html {
scroll-behavior: smooth;
}
body {
background: #e6e6e6;
visibility: hidden;
}
.card:hover,
.card-report:hover {
filter: contrast(1.2) drop-shadow(2px 4px 6px black);
}
.content>div {
transition: 1s;
}
.modal-lgg {
max-width: 95%;
}
.content {
box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 1);
overflow: scroll;
overflow-y: hidden;
overflow-x: hidden;
padding-top: 25px !important;
background-image: linear-gradient(315deg, #1f4037 0%, #99f2c8 85%);
}
.controls {
padding: 15px;
background-color: rgb(94, 255, 143);
}
.card p img {
text-align: center;
width: auto;
height: 220px;
}
.card,
.card-report {
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
cursor: pointer;
padding-top: 2px;
background-image: url("../img/background-card.jpg");
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
}
.card-report[used="true"] {
box-shadow: 0px 0px 0px 4px rgb(127 255 0 / 92)
}
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
button {
background-color: transparent;
border: none;
}
.jumbotron {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 250px;
margin: 0;
}
.jumbotron h1 {
text-transform: uppercase;
background-image: linear-gradient(to top, rgb(147, 246, 255) 40%, #88f31d 60%);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
}
.modal-content {
background-color: #76b852;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
}
.modal-header {
display: block;
}
.swal2-html-container {
overflow: hidden !important;
}
.name {
width: 60%;
}
.photo {
width: auto;
height: 400px;
}
.description {
height: 175px !important;
resize: none;
}
@media screen and (min-width: 600px) {
.photo {
display: unset !important;
font-weight: bold;
}
.description {
height: 140px;
resize: none;
}
}
@media screen and (max-device-width: 480px) {
.name {
width: 100% !important;
}
.photo {
height: auto;
width: 100%;
font-size: 0.7rem;
}
.modal-lgg {
max-width: none;
}
.description {
height: 175px;
resize: none;
}
}
@media screen and (max-device-width: 480px) {
.display-1 {
font-size: 2rem !important;
}
.btn-list,
.btn-form {
margin-top: 0.5rem !important;
font-size: 18px;
}
}
@media screen and (min-width: 900px) {
.content {
padding: 1rem !important;
margin: 1rem !important;
}
}
@media screen and (min-width: 600px) and (max-width: 900px) {
.display-1 {
font-size: 2rem;
}
} | 0.552057 | 0.120879 |
body {
background: #dbdbdb;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.not-in-xml-file {
color: red !important;
}
.from-template {
color: blue !important;
}
.bolded {
font-weight: bold;
}
#document {
max-width: 880px;
margin: 20px auto;
margin-bottom: 40px;
padding: 72px;
background-color: white;
-webkit-box-shadow: 5px 8px 5px 1px rgba(0, 0, 0, 0.6);
box-shadow: 5px 8px 5px 1px rgba(0, 0, 0, 0.6);
}
#document h1, #document h2, #document h3 {
color: #2c83be;
}
header {
text-align: center;
border-bottom: 3px #c85466 solid;
}
header .document-title {
font-size: 68px;
font-weight: normal;
margin-top: 0;
color: black !important;
}
#signature .grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
#signature .signature-img {
-ms-flex-item-align: start;
align-self: flex-start;
width: 50px;
height: auto;
padding: 10px;
}
#signature .signatures {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 1em;
}
#signature .signatures .signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
}
#signature .signatures .signature p:first-child {
margin-top: 20px;
}
#laboratory-info {
border-top: 3px #c85466 solid;
border-bottom: 3px #c85466 solid;
padding: 10px 0;
font-size: 14px;
}
#laboratory-info .logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#calibration .condition .grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
margin-bottom: 60px;
}
#calibration .condition .grid .grid-item {
margin-right: 60px;
padding: 1px;
}
#calibration .results .loop {
margin-bottom: 60px;
}
#calibration .results .uncertainty-table .table-title {
margin-bottom: 4px;
}
#calibration .results .uncertainty-table table {
width: 100%;
text-align: left;
border-spacing: 0;
border: 1px black solid;
}
#calibration .results .uncertainty-table table th, #calibration .results .uncertainty-table table td {
border: 1px black solid;
padding: 2px;
}
#calibration .results .uncertainty-table table th.text-align-center, #calibration .results .uncertainty-table table td.text-align-center {
text-align: center;
}
footer {
margin-top: 60px;
font-size: 14px;
}
footer .statement {
border-top: 3px #c85466 solid;
}
.modal {
max-width: 720px !important;
padding-top: 35px !important;
}
.modal .detail-table {
padding: 20px 0;
}
.modal .detail-table td {
padding: 5px 5px 5px 0;
}
.modal .detail-table tr td:first-child {
font-weight: bold;
padding-right: 15px;
}
.name, .title, .click, .validation {
margin: 0;
}
.name {
font-size: 1.1em;
}
.title {
font-weight: bold;
}
.validation {
font-weight: bold;
color: green;
text-transform: uppercase;
margin-top: 5px;
}
.click {
display: block;
margin-top: 5px;
font-size: .7em;
}
/*# sourceMappingURL=certificate_type_2.css.map */ | project-files/Stylesheets/CSS/certificate_type_2.css | body {
background: #dbdbdb;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.not-in-xml-file {
color: red !important;
}
.from-template {
color: blue !important;
}
.bolded {
font-weight: bold;
}
#document {
max-width: 880px;
margin: 20px auto;
margin-bottom: 40px;
padding: 72px;
background-color: white;
-webkit-box-shadow: 5px 8px 5px 1px rgba(0, 0, 0, 0.6);
box-shadow: 5px 8px 5px 1px rgba(0, 0, 0, 0.6);
}
#document h1, #document h2, #document h3 {
color: #2c83be;
}
header {
text-align: center;
border-bottom: 3px #c85466 solid;
}
header .document-title {
font-size: 68px;
font-weight: normal;
margin-top: 0;
color: black !important;
}
#signature .grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
#signature .signature-img {
-ms-flex-item-align: start;
align-self: flex-start;
width: 50px;
height: auto;
padding: 10px;
}
#signature .signatures {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 1em;
}
#signature .signatures .signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
}
#signature .signatures .signature p:first-child {
margin-top: 20px;
}
#laboratory-info {
border-top: 3px #c85466 solid;
border-bottom: 3px #c85466 solid;
padding: 10px 0;
font-size: 14px;
}
#laboratory-info .logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#calibration .condition .grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
margin-bottom: 60px;
}
#calibration .condition .grid .grid-item {
margin-right: 60px;
padding: 1px;
}
#calibration .results .loop {
margin-bottom: 60px;
}
#calibration .results .uncertainty-table .table-title {
margin-bottom: 4px;
}
#calibration .results .uncertainty-table table {
width: 100%;
text-align: left;
border-spacing: 0;
border: 1px black solid;
}
#calibration .results .uncertainty-table table th, #calibration .results .uncertainty-table table td {
border: 1px black solid;
padding: 2px;
}
#calibration .results .uncertainty-table table th.text-align-center, #calibration .results .uncertainty-table table td.text-align-center {
text-align: center;
}
footer {
margin-top: 60px;
font-size: 14px;
}
footer .statement {
border-top: 3px #c85466 solid;
}
.modal {
max-width: 720px !important;
padding-top: 35px !important;
}
.modal .detail-table {
padding: 20px 0;
}
.modal .detail-table td {
padding: 5px 5px 5px 0;
}
.modal .detail-table tr td:first-child {
font-weight: bold;
padding-right: 15px;
}
.name, .title, .click, .validation {
margin: 0;
}
.name {
font-size: 1.1em;
}
.title {
font-weight: bold;
}
.validation {
font-weight: bold;
color: green;
text-transform: uppercase;
margin-top: 5px;
}
.click {
display: block;
margin-top: 5px;
font-size: .7em;
}
/*# sourceMappingURL=certificate_type_2.css.map */ | 0.355663 | 0.059784 |
@charset "utf-8";
.keyboard {position: absolute;z-index:500;width:440px;height:170px;text-align: center;color:#000;font-size:12px;cursor:pointer;font:12px Arial, Helvetica, sans-serif;overflow:hidden;border:1px solid #15181c;box-shadow:2px 2px 5px #333; background:#333; font-family:Arial, "微软雅黑", "黑体";}
.keyboard input{font:12px Arial, Helvetica, sans-serif;}
.keyboard a {text-decoration:none;outline:none;}
.clear {
clear: both;
}
/*标题层*/
.keyboard .boxTitleDiv {cursor:move;padding:2px 5px 3px;height:22px;}
/*标题文字*/
.keyboard .boxTitleSpan {text-align:left;padding-top: 3px;width: 310px;float: left;color:#fff;}
/*标题按钮*/
.keyboard .boxTitleBtn {float:right;width:22px;height:22px;line-height:22px;color:#fff;border:none;cursor:pointer;font-family:"微软雅黑", "宋体";}
.keyboard .boxTitleBtn:hover {color:#fff;text-decoration:none;}
.keyboard table {border-collapse:collapse;}
/*按键*/
.keyboard .keyBtn {width:25px;height:25px;cursor: pointer;border:none; background:#e3e5e7;}
.keyboard .keyBtnHover {width:25px;height:25px;cursor: pointer;border:none;background:#fff;}
/*退格*/
.funKeys_backSpace { background:#7a8083;display:block;width:79px;height:25px;line-height:25px;border:none;cursor:pointer;color:#fff;}
.funKeys_backSpace:hover {background:#818c92;color:#fff;}
/*切换大小写键*/
.funKeys_capsLock {display:block;width:79px;height:25px;line-height:25px;border:none;color:#fff;cursor:pointer;background:#7a8083;}
.funKeys_capsLock:hover { background:#818c92;color:#fff;}
/*清除键*/
.funKeys_clear {display:block;width:52px;height:25px;line-height:25px;border:none;color:#fff;cursor:pointer;background:#cc3d3d;}
.funKeys_clear:hover { background:#ce3636;color:#fff;}
/*确定键*/
.funKeys_enter {display:block;width:52px;height:52px;line-height:50px;border:none;color:#fff;cursor:pointer;background:#666;}
.funKeys_enter:hover { background:#777;color:#fff;}
.keybord_button {
/*
显示软件盘的按扭
*/
width:22px;
height:18px;
vertical-align:sub;
*vertical-align:1px;
border:none;
} | src/main/webapp/static/org/js/keyboard/keyboard.css | @charset "utf-8";
.keyboard {position: absolute;z-index:500;width:440px;height:170px;text-align: center;color:#000;font-size:12px;cursor:pointer;font:12px Arial, Helvetica, sans-serif;overflow:hidden;border:1px solid #15181c;box-shadow:2px 2px 5px #333; background:#333; font-family:Arial, "微软雅黑", "黑体";}
.keyboard input{font:12px Arial, Helvetica, sans-serif;}
.keyboard a {text-decoration:none;outline:none;}
.clear {
clear: both;
}
/*标题层*/
.keyboard .boxTitleDiv {cursor:move;padding:2px 5px 3px;height:22px;}
/*标题文字*/
.keyboard .boxTitleSpan {text-align:left;padding-top: 3px;width: 310px;float: left;color:#fff;}
/*标题按钮*/
.keyboard .boxTitleBtn {float:right;width:22px;height:22px;line-height:22px;color:#fff;border:none;cursor:pointer;font-family:"微软雅黑", "宋体";}
.keyboard .boxTitleBtn:hover {color:#fff;text-decoration:none;}
.keyboard table {border-collapse:collapse;}
/*按键*/
.keyboard .keyBtn {width:25px;height:25px;cursor: pointer;border:none; background:#e3e5e7;}
.keyboard .keyBtnHover {width:25px;height:25px;cursor: pointer;border:none;background:#fff;}
/*退格*/
.funKeys_backSpace { background:#7a8083;display:block;width:79px;height:25px;line-height:25px;border:none;cursor:pointer;color:#fff;}
.funKeys_backSpace:hover {background:#818c92;color:#fff;}
/*切换大小写键*/
.funKeys_capsLock {display:block;width:79px;height:25px;line-height:25px;border:none;color:#fff;cursor:pointer;background:#7a8083;}
.funKeys_capsLock:hover { background:#818c92;color:#fff;}
/*清除键*/
.funKeys_clear {display:block;width:52px;height:25px;line-height:25px;border:none;color:#fff;cursor:pointer;background:#cc3d3d;}
.funKeys_clear:hover { background:#ce3636;color:#fff;}
/*确定键*/
.funKeys_enter {display:block;width:52px;height:52px;line-height:50px;border:none;color:#fff;cursor:pointer;background:#666;}
.funKeys_enter:hover { background:#777;color:#fff;}
.keybord_button {
/*
显示软件盘的按扭
*/
width:22px;
height:18px;
vertical-align:sub;
*vertical-align:1px;
border:none;
} | 0.163679 | 0.042942 |
@charset "utf-8";
.form .formMiddle .searchBoxStyle1 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/1/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle1 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle1 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle2 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/2/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle2 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle2 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle3 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/3/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle3 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle3 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle4 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/4/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle4 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle4 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle5 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/5/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle5 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle5 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle6 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/6/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle6 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle6 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle7 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/7/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle7 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle7 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle8 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/8/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle8 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle8 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle9 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/9/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle9 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle9 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle10 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/10/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle10 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle10 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle11 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/11/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle11 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle11 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle12 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/12/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle12 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle12 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle13 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/13/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle13 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle13 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle14 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/14/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle14 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle14 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle15 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/15/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle15 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle15 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle16 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/16/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle16 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle16 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle17 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/17/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle17 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle17 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle18 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/18/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle18 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle18 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle19 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/19/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle19 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle19 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle20 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/20/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle20 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle20 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle21 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/21/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle21 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle21 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle22 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/22/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle22 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle22 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle23 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/23/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle23 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle23 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle24 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/24/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle24 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle24 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle25 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/25/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle25 .g_itext {
height: 26px;
background: #444;
border: 1px solid #333;
border-radius: 3px;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle25 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle26 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/26/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle26 .g_itext {
height: 26px;
background: #ededed;
border: 1px solid #ccc;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle26 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle27 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/27/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle27 .g_itext {
height: 26px;
background: #0ea0d9;
border: 1px solid #017db5;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle27 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle28 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/28/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle28 .g_itext {
height: 26px;
background: #60a411;
border: 1px solid #468101;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle28 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle29 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/29/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle29 .g_itext {
height: 26px;
background: #b10105;
border: 1px solid #980003;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle29 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle30 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/30/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle30 .g_itext {
height: 26px;
background: #ff7a1a;
border: 1px solid #e55902;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle30 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle31 .searchBoxContainer {
float: left;
zoom: 1;
background: #eee;
border-radius: 3px;
border: 1px solid #ccc
}
.form .formMiddle .searchBoxStyle31 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/31/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle31 .g_itext {
height: 20px;
border: 1px solid #aeaeaf;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle31 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle32 .searchBoxContainer {
float: left;
zoom: 1;
background: #666;
border-radius: 3px;
border: 1px solid #484747
}
.form .formMiddle .searchBoxStyle32 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/32/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle32 .g_itext {
height: 20px;
border: 1px solid #999;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle32 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle33 .searchBoxContainer {
float: left;
zoom: 1;
background: #0fa2db;
border-radius: 3px;
border: 1px solid #017bb4
}
.form .formMiddle .searchBoxStyle33 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/33/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle33 .g_itext {
height: 20px;
border: 1px solid #017bb4;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle33 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle34 .searchBoxContainer {
float: left;
zoom: 1;
background: #2fac04;
border-radius: 3px;
border: 1px solid #1f7900
}
.form .formMiddle .searchBoxStyle34 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/34/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle34 .g_itext {
height: 20px;
border: 1px solid #248b00;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle34 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle35 .searchBoxContainer {
float: left;
zoom: 1;
background: #d20308;
border-radius: 3px;
border: 1px solid #a30206
}
.form .formMiddle .searchBoxStyle35 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/35/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle35 .g_itext {
height: 20px;
border: 1px solid #a30206;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle35 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle36 .searchBoxContainer {
float: left;
zoom: 1;
background: #fe922e;
border-radius: 3px;
border: 1px solid #ef5e03
}
.form .formMiddle .searchBoxStyle36 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/36/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle36 .g_itext {
height: 20px;
border: 1px solid #ef5e03;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px;
float: left
}
.form .formMiddle .searchBoxStyle36 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle37 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/37/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle37 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle37 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle38 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/38/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle38 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle38 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle39 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/39/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle39 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle39 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle40 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/40/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle40 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle40 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle41 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/41/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle41 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle41 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle42 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/42/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle42 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle42 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle43 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/43/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle43 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #666;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle43 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle44 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/44/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle44 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle44 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle45 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/45/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle45 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #0181be;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle45 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle46 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/46/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle46 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #2fae03;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle46 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle47 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/47/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle47 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #d20308;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle47 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle48 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/48/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle48 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ff7a1a;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle48 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle49 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/49/soso.jpg?v=201405131806) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle49 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle49 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle50 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/50/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle50 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle50 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle51 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/51/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle51 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle51 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle52 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/52/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle52 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle52 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle53 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/53/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle53 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle53 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle54 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/54/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle54 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle54 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle55 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/55/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle55 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle55 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle56 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/56/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle56 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle56 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle57 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/57/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle57 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle57 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle58 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/58/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle58 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle58 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle59 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/59/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle59 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle59 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle60 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/60/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle60 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle60 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle61 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/61/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle61 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle61 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle62 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/62/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle62 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle62 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle63 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/63/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle63 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle63 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle64 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/64/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle64 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle64 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle65 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/65/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle65 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle65 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle66 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/66/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle66 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle66 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle67 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/67/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle67 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle67 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle68 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/68/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle68 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle68 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle69 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/69/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle69 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle69 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle70 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/70/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle70 .g_itext {
height: 34px;
background: #000;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle70 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle71 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/71/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle71 .g_itext {
height: 34px;
background: #000;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle71 .searchBoxBtn span {
display: none
} | public/static/css/home/searchBoxStyle.css | @charset "utf-8";
.form .formMiddle .searchBoxStyle1 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/1/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle1 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle1 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle2 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/2/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle2 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle2 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle3 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/3/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle3 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle3 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle4 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/4/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle4 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle4 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle5 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/5/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle5 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle5 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle6 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/6/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle6 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #aaa;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle6 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle7 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/7/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle7 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle7 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle8 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/8/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle8 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle8 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle9 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/9/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle9 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle9 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle10 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/10/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle10 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle10 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle11 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/11/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle11 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle11 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle12 .g_btn {
border: 0;
width: 14px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/12/go.gif) no-repeat;
float: left;
margin-left: -33px
}
.form .formMiddle .searchBoxStyle12 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 38px
}
.form .formMiddle .searchBoxStyle12 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle13 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/13/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle13 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle13 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle14 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/14/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle14 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle14 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle15 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/15/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle15 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle15 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle16 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/16/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle16 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle16 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle17 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/17/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle17 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle17 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle18 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/18/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle18 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle18 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle19 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/19/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle19 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle19 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle20 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/20/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle20 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle20 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle21 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/21/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle21 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle21 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle22 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/22/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle22 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle22 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle23 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/23/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle23 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle23 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle24 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/24/go.gif) no-repeat;
float: left;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle24 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding-right: 5px
}
.form .formMiddle .searchBoxStyle24 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle25 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/25/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle25 .g_itext {
height: 26px;
background: #444;
border: 1px solid #333;
border-radius: 3px;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle25 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle26 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/26/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle26 .g_itext {
height: 26px;
background: #ededed;
border: 1px solid #ccc;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle26 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle27 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/27/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle27 .g_itext {
height: 26px;
background: #0ea0d9;
border: 1px solid #017db5;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle27 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle28 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/28/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle28 .g_itext {
height: 26px;
background: #60a411;
border: 1px solid #468101;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle28 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle29 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/29/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle29 .g_itext {
height: 26px;
background: #b10105;
border: 1px solid #980003;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle29 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle30 .g_btn {
border: 0;
width: 15px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/30/go.gif) no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle30 .g_itext {
height: 26px;
background: #ff7a1a;
border: 1px solid #e55902;
border-radius: 3px
}
.form .formMiddle .searchBoxStyle30 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle31 .searchBoxContainer {
float: left;
zoom: 1;
background: #eee;
border-radius: 3px;
border: 1px solid #ccc
}
.form .formMiddle .searchBoxStyle31 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/31/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle31 .g_itext {
height: 20px;
border: 1px solid #aeaeaf;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle31 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle32 .searchBoxContainer {
float: left;
zoom: 1;
background: #666;
border-radius: 3px;
border: 1px solid #484747
}
.form .formMiddle .searchBoxStyle32 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/32/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle32 .g_itext {
height: 20px;
border: 1px solid #999;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle32 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle33 .searchBoxContainer {
float: left;
zoom: 1;
background: #0fa2db;
border-radius: 3px;
border: 1px solid #017bb4
}
.form .formMiddle .searchBoxStyle33 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/33/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle33 .g_itext {
height: 20px;
border: 1px solid #017bb4;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle33 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle34 .searchBoxContainer {
float: left;
zoom: 1;
background: #2fac04;
border-radius: 3px;
border: 1px solid #1f7900
}
.form .formMiddle .searchBoxStyle34 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/34/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle34 .g_itext {
height: 20px;
border: 1px solid #248b00;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle34 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle35 .searchBoxContainer {
float: left;
zoom: 1;
background: #d20308;
border-radius: 3px;
border: 1px solid #a30206
}
.form .formMiddle .searchBoxStyle35 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/35/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle35 .g_itext {
height: 20px;
border: 1px solid #a30206;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px
}
.form .formMiddle .searchBoxStyle35 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle36 .searchBoxContainer {
float: left;
zoom: 1;
background: #fe922e;
border-radius: 3px;
border: 1px solid #ef5e03
}
.form .formMiddle .searchBoxStyle36 .g_btn {
border: 0;
width: 18px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/36/search.gif) 0 50% no-repeat;
float: left;
margin-left: 4px;
padding: 0
}
.form .formMiddle .searchBoxStyle36 .g_itext {
height: 20px;
border: 1px solid #ef5e03;
border-radius: 3px;
outline: 0;
margin-top: 3px;
margin-left: 5px;
float: left
}
.form .formMiddle .searchBoxStyle36 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle37 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/37/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle37 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle37 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle38 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/38/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle38 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle38 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle39 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/39/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle39 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle39 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle40 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/40/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle40 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle40 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle41 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/41/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle41 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle41 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle42 .g_btn {
border: 0;
width: 37px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/42/search.gif) 0 50% no-repeat;
float: left;
margin-left: -54px
}
.form .formMiddle .searchBoxStyle42 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
padding-right: 58px
}
.form .formMiddle .searchBoxStyle42 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle43 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/43/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle43 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #666;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle43 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle44 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/44/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle44 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ccc;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle44 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle45 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/45/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle45 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #0181be;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle45 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle46 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/46/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle46 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #2fae03;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle46 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle47 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/47/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle47 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #d20308;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle47 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle48 .g_btn {
border: 0;
width: 17px;
height: 30px;
background: url(/image/imageSearchBoxBtnStyle/48/go.png?v=201608161755) 0 50% no-repeat;
float: left;
margin-left: -30px
}
.form .formMiddle .searchBoxStyle48 .g_itext {
height: 26px;
background: #fff;
border: 1px solid #ff7a1a;
border-radius: 15px;
padding-right: 38px;
outline: 0;
padding-left: 10px;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle48 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle49 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/49/soso.jpg?v=201405131806) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle49 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle49 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle50 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/50/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle50 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle50 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle51 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/51/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle51 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #e4393c;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle51 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle52 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/52/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle52 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle52 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle53 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/53/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle53 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle53 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle54 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/54/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle54 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #2e6ff7;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle54 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle55 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/55/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle55 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle55 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle56 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/56/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle56 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle56 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle57 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/57/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle57 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #f50;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle57 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle58 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/58/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle58 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle58 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle59 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/59/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle59 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle59 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle60 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/60/soso.jpg?v=201506031009) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle60 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #c40000;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle60 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle61 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/61/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle61 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle61 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle62 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/62/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle62 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle62 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle63 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/63/soso.jpg?v=201506151725) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle63 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #191919;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle63 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle64 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/64/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle64 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle64 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle65 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/65/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle65 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle65 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle66 .g_btn {
border: 0;
width: 50px;
height: 34px;
background: url(/image/imageSearchBoxBtnStyle/66/soso.jpg?v=201506291735) 0 50% no-repeat;
float: left;
margin-left: -2px
}
.form .formMiddle .searchBoxStyle66 .g_itext {
height: 28px;
background: #fff;
border: 2px solid #ccc;
border-radius: 2px;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle66 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle67 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/67/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle67 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle67 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle68 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/68/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle68 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle68 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle69 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/69/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle69 .g_itext {
height: 34px;
background: #fff;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0
}
.form .formMiddle .searchBoxStyle69 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle70 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/70/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle70 .g_itext {
height: 34px;
background: #000;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle70 .searchBoxBtn span {
display: none
}
.form .formMiddle .searchBoxStyle71 .g_btn {
border: 0;
width: 16px;
height: 36px;
background: url(/image/imageSearchBoxBtnStyle/71/soso.jpg?v=201508031730) 0 50% no-repeat;
float: left;
margin-left: 0
}
.form .formMiddle .searchBoxStyle71 .g_itext {
height: 34px;
background: #000;
opacity: .8;
border: 0;
outline: 0;
*padding-left: 0;
color: #d9d9d9
}
.form .formMiddle .searchBoxStyle71 .searchBoxBtn span {
display: none
} | 0.328422 | 0.039306 |
html,body{
font-size:100%
}
body{
background:#fff;
color:#222;
padding:0;
margin:0;
font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-weight:normal;
font-style:normal;
line-height:1;
position:relative;
cursor:default
}
.left {
float: left;
}
*, *::before, *::after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-bar{
overflow:hidden;
height:45px;
line-height:45px;
position:relative;
background:#333;
margin-bottom:0;
}
.top-bar::after {
clear: both;
}
.top-bar::before, .top-bar::after {
content: " ";
display: table;
}
.top-bar .title-area {
float: left;
position: relative;
margin: 0;
}
.top-bar ul {
margin-bottom: 0;
list-style: none;
}
.top-bar .name {
height: 45px;
margin: 0;
font-size: 16px;
}
.top-bar .name h1 {
line-height: 45px;
font-size: 1.0625rem;
margin: 0;
}
.top-bar .name h1 a {
font-weight: normal;
color: #fff;
width: auto;
display: block;
padding: 0 15px;
}
.top-bar-section {
left: 0;
position: relative;
width: auto;
-webkit-transition: left 300ms ease-out;
-moz-transition: left 300ms ease-out;
transition: left 300ms ease-out;
}
.top-bar-section ul {
width: auto;
height: auto;
display: inline;
background: #333;
font-size: 16px;
margin: 0;
}
.top-bar-section ul li {
float: left;
}
.top-bar-section li a:not(.button) {
padding: 0 15px;
line-height: 45px;
background: #333;
}
.top-bar-section ul li > a {
display: block;
width: 100%;
color: #fff;
padding: 12px 0 12px 0;
padding-left: 15px;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 0.8125rem;
font-weight: normal;
background: #333;
}
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5rem;
}
.row::before, .row::after {
content: " ";
display: table;
}
.row::after {
clear: both;
}
.bottom-bar {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
font-size: 80%;
line-height: inherit;
}
a {
background: transparent;
color: #008cba;
text-decoration: none;
line-height: inherit;
}
a:active, a:hover {
outline: 0;
}
a:hover, a:focus {
color: #0079a1;
}
a:hover {
cursor: pointer;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-weight: 300;
font-style: normal;
color: #222;
text-rendering: optimizeLegibility;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.4;
}
ul, ol, dl {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1.25rem;
list-style-position: outside;
font-family: inherit;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
margin: 0;
padding: 0;
direction: ltr;
}
#footer {
margin-top: 80px;
margin-bottom: 80px;
bottom: 0;
width: 100%;
} | honeyd/utilities/http/css/style.css |
html,body{
font-size:100%
}
body{
background:#fff;
color:#222;
padding:0;
margin:0;
font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-weight:normal;
font-style:normal;
line-height:1;
position:relative;
cursor:default
}
.left {
float: left;
}
*, *::before, *::after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-bar{
overflow:hidden;
height:45px;
line-height:45px;
position:relative;
background:#333;
margin-bottom:0;
}
.top-bar::after {
clear: both;
}
.top-bar::before, .top-bar::after {
content: " ";
display: table;
}
.top-bar .title-area {
float: left;
position: relative;
margin: 0;
}
.top-bar ul {
margin-bottom: 0;
list-style: none;
}
.top-bar .name {
height: 45px;
margin: 0;
font-size: 16px;
}
.top-bar .name h1 {
line-height: 45px;
font-size: 1.0625rem;
margin: 0;
}
.top-bar .name h1 a {
font-weight: normal;
color: #fff;
width: auto;
display: block;
padding: 0 15px;
}
.top-bar-section {
left: 0;
position: relative;
width: auto;
-webkit-transition: left 300ms ease-out;
-moz-transition: left 300ms ease-out;
transition: left 300ms ease-out;
}
.top-bar-section ul {
width: auto;
height: auto;
display: inline;
background: #333;
font-size: 16px;
margin: 0;
}
.top-bar-section ul li {
float: left;
}
.top-bar-section li a:not(.button) {
padding: 0 15px;
line-height: 45px;
background: #333;
}
.top-bar-section ul li > a {
display: block;
width: 100%;
color: #fff;
padding: 12px 0 12px 0;
padding-left: 15px;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 0.8125rem;
font-weight: normal;
background: #333;
}
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5rem;
}
.row::before, .row::after {
content: " ";
display: table;
}
.row::after {
clear: both;
}
.bottom-bar {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
font-size: 80%;
line-height: inherit;
}
a {
background: transparent;
color: #008cba;
text-decoration: none;
line-height: inherit;
}
a:active, a:hover {
outline: 0;
}
a:hover, a:focus {
color: #0079a1;
}
a:hover {
cursor: pointer;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-weight: 300;
font-style: normal;
color: #222;
text-rendering: optimizeLegibility;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.4;
}
ul, ol, dl {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1.25rem;
list-style-position: outside;
font-family: inherit;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
margin: 0;
padding: 0;
direction: ltr;
}
#footer {
margin-top: 80px;
margin-bottom: 80px;
bottom: 0;
width: 100%;
} | 0.477798 | 0.058265 |
body {
line-height: 2;
background-color: rgba(225, 229, 234, 1);
color: rgba(74, 74, 74, 1);
}
a {
text-decoration: none;
font-family: Helvetica, Arial sans-serif;
font-style: italic;
}
.heading,
.course_heading,
.course_mobile {
font-size: 56px;
}
header,
footer,
#banner_below,
#info_quote,
#info_hiring,
.banner a,
.info_aside_text,
.course_courses,
.course_text,
.thesis_text,
.thesis_info,
span#info_quote {
font-family: Helvetica, Arial, sans-serif;
}
.course_tablet,
.course_mobile,
.header_icons,
#video_mobile,
.thesis_mobile,
#orientation_mobile_img,
#lecture_mobile_img,
#campus_mobile_img {
display: none;
}
header,
header img,
.logo_name,
.banner,
.banner_text,
.banner a,
.info,
.info_main,
.info_main_description,
.info_aside,
.info_aside_text,
.info_aside_block,
.courses,
.courses_heading,
.course_body_one,
.course_body_two,
.course_body_block,
.course_description,
.thesis,
.thesis_content,
.thesis_quote,
.thesis_aside,
.thesis_block,
.thesis_description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.desktop_nav a,
#video_desktop,
footer {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.logo_name,
.banner,
.info,
.info_aside_block,
.course_body_one,
.course_body_two,
.thesis_content,
.thesis_block {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.banner_text,
.info_main,
.info_main_description,
.info_aside,
.info_aside_text,
.courses,
.course_body_block,
.course_description,
.thesis,
#video_desktop,
.thesis_quote,
.thesis_aside,
.thesis_description {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
header,
footer,
.desktop_nav a,
.course_body_one,
.course_body_two {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.banner_text,
.banner a,
.info_main,
.info_aside_text,
.courses_heading,
.thesis_description {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header,
.logo_name,
.desktop_nav a {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
header,
video,
.course_body_block,
.course_body_block,
.info {
width: 100%;
}
#banner_head,
#info_heading,
.info_first,
.courses_heading,
.course_heading,
.thesis_heading,
.thesis_label,
.thesis_title {
font-weight: 700;
font-family: 'Ubuntu', sans-serif;
}
nav.desktop_nav a,
footer a {
font-style: normal;
font-family: 'Ubuntu', sans-serif;
}
/* Header Section */
header {
height: 64px;
background-color: #d7ebff;
background-size: cover;
position: fixed;
color: rgba(71, 71, 71, 1);
z-index: 10;
}
.logo_name {
height: 32px;
}
.header_name {
font-size: 24px;
font-family: 'Ubuntu', sans-serif;
}
.academy {
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
header img {
margin-left: 24px;
margin-right: 5px;
}
header nav {
margin-right: 24px;
width: 39%;
display: flex;
justify-content: space-around;
}
header nav a {
font-size: 18px;
color: #474747;
}
.header_nav_space {
margin-right: 16px;
}
.desktop_nav a {
padding-right: 16px;
}
/* Banner Section */
.banner {
padding-top: 64px;
background-color: rgba(216, 216, 216, 1);
}
.banner img {
margin: 32px 24px;
width: 55%;
height: 55%;
}
#banner_head {
font-size: 56px;
margin-bottom: 24px;
font-family: 'Ubuntu', sans-serif;
}
#banner_below {
font-size: 24px;
width: 75%;
margin-bottom: 30px;
color: rgba(74, 74, 74, 1);
}
.banner a {
width: 60%;
padding: 16px 0;
font-size: 24px;
background-color: rgba(74, 74, 74, 1);
color: rgba(255, 255, 255, 1);
border-radius: 4px;
}
.banner a:hover {
color: rgb(216, 216, 216, 0.7);
background-color: rgba(40, 40, 40, 1);
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
/* Information Section */
.info {
background-color: #a9a9a9;
padding-bottom: 32px;
color: #444444;
}
.info_main {
margin-left: 24px;
width: 60%;
}
.info_main img,
#info_heading,
#info_quote,
#info_hiring {
width: 93%;
}
span#info_quote {
font-style: italic;
}
span.thesis_info {
width: 70%;
line-height: 2;
}
span.thesis_text {
line-height: 1.4;
}
.info_main img {
margin: 32px 0 32px 0px;
}
.info_main_description #info_heading {
font-size: 40px;
margin-bottom: 24px;
font-family: 'Ubuntu', sans-serif;
}
#info_quote,
#info_hiring {
font-size: 18px;
}
#info_hiring {
margin-top: 32px;
font-size: 16px;
}
.info_aside {
width: 40%;
margin: 32px 0 0 0;
}
.info_aside_block img {
width: 35%;
height: 35%;
margin: 16px;
}
.info_aside_text {
width: 65%;
margin-right: 8px;
}
.info_aside_text a span {
color: #286d90;
}
.info_aside_text a span:hover {
background-color: rgba(74, 74, 74, 1);
color: rgba(255, 255, 255, 1);
border-radius: 2px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.info_margin {
margin: 8px 0;
font-family: Helvetica, Arial, sans-serif;
}
.info_first {
font-size: 24px;
}
/* Courses Section */
.course_body_block:hover {
color: rgba(40, 40, 40, 1);
background-color: rgb(216, 216, 216);
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.courses_heading {
margin: 32px 0;
font-family: 'Ubuntu', sans-serif;
}
.course_body_one,
.course_body_two {
margin: 0 72px 32px 72px;
}
.course_body_block {
background-color: #ECEFF3;
}
.course_body_block img {
height: auto;
width: 100%;
}
.course_description {
padding: 16px 16px 24px 16px;
}
.course_margin {
margin-right: 32px;
}
.course_heading {
font-size: 24px;
}
.course_courses {
font-size: 16px;
margin: 8px 0;
color: #7f8c90;
}
.course_text {
font-size: 18px;
}
/* Thesis Section */
.thesis {
background-color: #E1E5EA;
color: rgb(86, 96, 113);
padding: 0 0 32px 24px;
}
.thesis_block:hover {
color: rgba(40, 40, 40, 1);
background-color: rgb(216, 216, 216);
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.thesis_heading {
text-align: center;
margin: 32px 0;
}
#video_desktop {
width: 60%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-right: 24px;
}
.thesis_title {
font-size: 24px;
margin-bottom: 8px;
}
.thesis_text {
font-size: 18px;
}
.thesis_block img {
margin: 16px;
width: 35%;
height: 50%;
}
.thesis_block {
border-radius: 4px;
}
.thesis_description {
width: 65%;
}
.thesis_label {
font-size: 32px;
}
/* Footer Section */
footer {
margin: 16px auto auto 24px;
color: #474747;
font-size: 16px;
width: 96%;
}
footer nav a {
font-size: 16px;
color: #474747;
}
/***************
****************
*@media queries*
****************
****************/
/* @Universal Styling */
@media only screen and (max-width: 1135px) {
body {
line-height: 1.2;
}
}
@media only screen and (max-width: 730px) {
body {
line-height: 1.4;
}
}
/* @Header Section */
@media only screen and (max-width: 970px) {
.desktop_nav a {
padding-right: 8px;
font-size: 14px;
}
}
.header_icons {
display: none;
}
@media only screen and (max-width: 730px) {
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
width: 100%;
background-size: cover;
}
header nav {
margin: 0;
padding: 0;
}
header img {
margin: 0;
padding: 0;
}
.logo_name,
.desktop_nav {
display: none;
}
.header_icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 100%;
}
}
/* @Banner Section */
@media only screen and (max-width: 1135px) {
#banner_head {
font-size: 42px;
}
#banner_below {
font-size: 20px;
}
.banner a {
padding: 8px 0;
font-size: 20px;
}
}
@media only screen and (max-width: 840px) {
#banner_head {
font-size: 36px;
line-height: 1.2;
}
#banner_below {
font-size: 18px;
}
.banner a {
padding: 6px 0;
font-size: 18px;
}
}
@media only screen and (max-width: 745px) {
#banner_head {
font-size: 32px;
line-height: 1.2;
margin-bottom: 10px;
}
#banner_below {
font-size: 16px;
margin-bottom: 20px;
}
.banner a {
padding: 5px 0;
font-size: 16px;
}
}
@media only screen and (max-width: 730px) {
.banner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
width: 100%;
}
.banner img {
width: 100%;
margin: 0;
padding: 0;
}
.banner_text {
margin: 32px 0 32px 16px;
}
#banner_head {
font-size: 40px;
margin-bottom: 32px;
}
#banner_below {
font-size: 25px;
margin-bottom: 24px;
}
.banner a {
padding: 16px 10%;
}
}
/* @Information Section */
@media only screen and (max-width: 1135px) {
#info_heading {
font-size: 36px;
margin-bottom: 16px;
}
#info_quote {
font-size: 16px;
}
#info_hiring {
margin-top: 20px;
font-size: 16px;
}
}
@media only screen and (max-width: 840px) {
.info_aside_text {
font-size: 14px;
}
.info_first {
font-size: 22px;
}
}
@media only screen and (max-width: 730px) {
.info_main {
display: none;
}
.info_aside {
width: 100%;
margin: 16px 16px -14px 16px;
}
.info_first {
font-size: 32px;
line-height: 1.2;
}
.info_aside_text {
font-size: 18px;
}
}
/* @Courses Section */
@media only screen and (max-width: 900px) {
.courses_heading {
font-size: 45px;
}
.course_body_one,
.course_body_two {
display: none;
}
.course_tablet {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 48px 32px 72px;
}
}
@media only screen and (max-width: 730px) {
/* mobile images */
#orientation_NO_mobile_img,
#lecture_NO_mobile_img,
#campus_NO_mobile_img,
#video_desktop {
display: none!important;
}
#orientation_mobile_img,
#lecture_mobile_img,
#campus_mobile_img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: auto;
}
.info_aside_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: auto;
}
.info_aside_text {
margin: 16px auto 16px 16px;
}
#video_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: inline-block;
width: 100%;
margin: 0;
margin: 16px 0 24px 0;
}
.padding {
padding: 32px 16px 24px 16px;
}
.course_tablet {
display: none;
}
.course_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-weight: 500;
font-size: 24px;
padding-top: 16px;
}
.courses a {
color: rgba(71, 71, 71, 0.9);
background-color: rgba(216, 216, 216, 1);
margin-bottom: 8px;
padding: 16px 0 16px 16px;
font-size: 24px;
font-style: normal;
border: 1px solid rgba(71, 71, 71, 0.8);
border-radius: 8px;
}
.courses a:hover {
background-color: rgba(216, 216, 216, 0.7);
color: rgba(74, 74, 74, 1);
box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
}
.courses_heading {
margin: 0 auto;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.course_courses,
.course_text {
font-size: 16px;
}
.heading_mobile {
font-size: 40px;
}
}
/* @Thesis Section */
@media only screen and (max-width: 1135px) {
.thesis_heading {
font-size: 45px;
}
.thesis_text {
font-size: 16px;
}
}
@media only screen and (max-width: 840px) {
.thesis_block {
font-size: 14px;
}
.thesis_label {
font-size: 22px;
}
}
@media only screen and (max-width: 730px) {
.thesis {
padding: 0;
}
.thesis_computer,
.thesis_quote,
.thesis_aside,
#video_desktop {
display: none;
}
.thesis_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 40px 0 16px 0;
}
}
/* @Footer Section */
@media only screen and (max-width: 730px) {
footer {
font-size: 16px;
}
footer nav {
display: none;
}
} | includes/assets/projects/ColmarAcademy/resources/css/style.css |
body {
line-height: 2;
background-color: rgba(225, 229, 234, 1);
color: rgba(74, 74, 74, 1);
}
a {
text-decoration: none;
font-family: Helvetica, Arial sans-serif;
font-style: italic;
}
.heading,
.course_heading,
.course_mobile {
font-size: 56px;
}
header,
footer,
#banner_below,
#info_quote,
#info_hiring,
.banner a,
.info_aside_text,
.course_courses,
.course_text,
.thesis_text,
.thesis_info,
span#info_quote {
font-family: Helvetica, Arial, sans-serif;
}
.course_tablet,
.course_mobile,
.header_icons,
#video_mobile,
.thesis_mobile,
#orientation_mobile_img,
#lecture_mobile_img,
#campus_mobile_img {
display: none;
}
header,
header img,
.logo_name,
.banner,
.banner_text,
.banner a,
.info,
.info_main,
.info_main_description,
.info_aside,
.info_aside_text,
.info_aside_block,
.courses,
.courses_heading,
.course_body_one,
.course_body_two,
.course_body_block,
.course_description,
.thesis,
.thesis_content,
.thesis_quote,
.thesis_aside,
.thesis_block,
.thesis_description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.desktop_nav a,
#video_desktop,
footer {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.logo_name,
.banner,
.info,
.info_aside_block,
.course_body_one,
.course_body_two,
.thesis_content,
.thesis_block {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.banner_text,
.info_main,
.info_main_description,
.info_aside,
.info_aside_text,
.courses,
.course_body_block,
.course_description,
.thesis,
#video_desktop,
.thesis_quote,
.thesis_aside,
.thesis_description {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
header,
footer,
.desktop_nav a,
.course_body_one,
.course_body_two {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.banner_text,
.banner a,
.info_main,
.info_aside_text,
.courses_heading,
.thesis_description {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header,
.logo_name,
.desktop_nav a {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
header,
video,
.course_body_block,
.course_body_block,
.info {
width: 100%;
}
#banner_head,
#info_heading,
.info_first,
.courses_heading,
.course_heading,
.thesis_heading,
.thesis_label,
.thesis_title {
font-weight: 700;
font-family: 'Ubuntu', sans-serif;
}
nav.desktop_nav a,
footer a {
font-style: normal;
font-family: 'Ubuntu', sans-serif;
}
/* Header Section */
header {
height: 64px;
background-color: #d7ebff;
background-size: cover;
position: fixed;
color: rgba(71, 71, 71, 1);
z-index: 10;
}
.logo_name {
height: 32px;
}
.header_name {
font-size: 24px;
font-family: 'Ubuntu', sans-serif;
}
.academy {
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
header img {
margin-left: 24px;
margin-right: 5px;
}
header nav {
margin-right: 24px;
width: 39%;
display: flex;
justify-content: space-around;
}
header nav a {
font-size: 18px;
color: #474747;
}
.header_nav_space {
margin-right: 16px;
}
.desktop_nav a {
padding-right: 16px;
}
/* Banner Section */
.banner {
padding-top: 64px;
background-color: rgba(216, 216, 216, 1);
}
.banner img {
margin: 32px 24px;
width: 55%;
height: 55%;
}
#banner_head {
font-size: 56px;
margin-bottom: 24px;
font-family: 'Ubuntu', sans-serif;
}
#banner_below {
font-size: 24px;
width: 75%;
margin-bottom: 30px;
color: rgba(74, 74, 74, 1);
}
.banner a {
width: 60%;
padding: 16px 0;
font-size: 24px;
background-color: rgba(74, 74, 74, 1);
color: rgba(255, 255, 255, 1);
border-radius: 4px;
}
.banner a:hover {
color: rgb(216, 216, 216, 0.7);
background-color: rgba(40, 40, 40, 1);
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
/* Information Section */
.info {
background-color: #a9a9a9;
padding-bottom: 32px;
color: #444444;
}
.info_main {
margin-left: 24px;
width: 60%;
}
.info_main img,
#info_heading,
#info_quote,
#info_hiring {
width: 93%;
}
span#info_quote {
font-style: italic;
}
span.thesis_info {
width: 70%;
line-height: 2;
}
span.thesis_text {
line-height: 1.4;
}
.info_main img {
margin: 32px 0 32px 0px;
}
.info_main_description #info_heading {
font-size: 40px;
margin-bottom: 24px;
font-family: 'Ubuntu', sans-serif;
}
#info_quote,
#info_hiring {
font-size: 18px;
}
#info_hiring {
margin-top: 32px;
font-size: 16px;
}
.info_aside {
width: 40%;
margin: 32px 0 0 0;
}
.info_aside_block img {
width: 35%;
height: 35%;
margin: 16px;
}
.info_aside_text {
width: 65%;
margin-right: 8px;
}
.info_aside_text a span {
color: #286d90;
}
.info_aside_text a span:hover {
background-color: rgba(74, 74, 74, 1);
color: rgba(255, 255, 255, 1);
border-radius: 2px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.info_margin {
margin: 8px 0;
font-family: Helvetica, Arial, sans-serif;
}
.info_first {
font-size: 24px;
}
/* Courses Section */
.course_body_block:hover {
color: rgba(40, 40, 40, 1);
background-color: rgb(216, 216, 216);
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.courses_heading {
margin: 32px 0;
font-family: 'Ubuntu', sans-serif;
}
.course_body_one,
.course_body_two {
margin: 0 72px 32px 72px;
}
.course_body_block {
background-color: #ECEFF3;
}
.course_body_block img {
height: auto;
width: 100%;
}
.course_description {
padding: 16px 16px 24px 16px;
}
.course_margin {
margin-right: 32px;
}
.course_heading {
font-size: 24px;
}
.course_courses {
font-size: 16px;
margin: 8px 0;
color: #7f8c90;
}
.course_text {
font-size: 18px;
}
/* Thesis Section */
.thesis {
background-color: #E1E5EA;
color: rgb(86, 96, 113);
padding: 0 0 32px 24px;
}
.thesis_block:hover {
color: rgba(40, 40, 40, 1);
background-color: rgb(216, 216, 216);
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
border-radius: 8px;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.thesis_heading {
text-align: center;
margin: 32px 0;
}
#video_desktop {
width: 60%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-right: 24px;
}
.thesis_title {
font-size: 24px;
margin-bottom: 8px;
}
.thesis_text {
font-size: 18px;
}
.thesis_block img {
margin: 16px;
width: 35%;
height: 50%;
}
.thesis_block {
border-radius: 4px;
}
.thesis_description {
width: 65%;
}
.thesis_label {
font-size: 32px;
}
/* Footer Section */
footer {
margin: 16px auto auto 24px;
color: #474747;
font-size: 16px;
width: 96%;
}
footer nav a {
font-size: 16px;
color: #474747;
}
/***************
****************
*@media queries*
****************
****************/
/* @Universal Styling */
@media only screen and (max-width: 1135px) {
body {
line-height: 1.2;
}
}
@media only screen and (max-width: 730px) {
body {
line-height: 1.4;
}
}
/* @Header Section */
@media only screen and (max-width: 970px) {
.desktop_nav a {
padding-right: 8px;
font-size: 14px;
}
}
.header_icons {
display: none;
}
@media only screen and (max-width: 730px) {
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
width: 100%;
background-size: cover;
}
header nav {
margin: 0;
padding: 0;
}
header img {
margin: 0;
padding: 0;
}
.logo_name,
.desktop_nav {
display: none;
}
.header_icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 100%;
}
}
/* @Banner Section */
@media only screen and (max-width: 1135px) {
#banner_head {
font-size: 42px;
}
#banner_below {
font-size: 20px;
}
.banner a {
padding: 8px 0;
font-size: 20px;
}
}
@media only screen and (max-width: 840px) {
#banner_head {
font-size: 36px;
line-height: 1.2;
}
#banner_below {
font-size: 18px;
}
.banner a {
padding: 6px 0;
font-size: 18px;
}
}
@media only screen and (max-width: 745px) {
#banner_head {
font-size: 32px;
line-height: 1.2;
margin-bottom: 10px;
}
#banner_below {
font-size: 16px;
margin-bottom: 20px;
}
.banner a {
padding: 5px 0;
font-size: 16px;
}
}
@media only screen and (max-width: 730px) {
.banner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
width: 100%;
}
.banner img {
width: 100%;
margin: 0;
padding: 0;
}
.banner_text {
margin: 32px 0 32px 16px;
}
#banner_head {
font-size: 40px;
margin-bottom: 32px;
}
#banner_below {
font-size: 25px;
margin-bottom: 24px;
}
.banner a {
padding: 16px 10%;
}
}
/* @Information Section */
@media only screen and (max-width: 1135px) {
#info_heading {
font-size: 36px;
margin-bottom: 16px;
}
#info_quote {
font-size: 16px;
}
#info_hiring {
margin-top: 20px;
font-size: 16px;
}
}
@media only screen and (max-width: 840px) {
.info_aside_text {
font-size: 14px;
}
.info_first {
font-size: 22px;
}
}
@media only screen and (max-width: 730px) {
.info_main {
display: none;
}
.info_aside {
width: 100%;
margin: 16px 16px -14px 16px;
}
.info_first {
font-size: 32px;
line-height: 1.2;
}
.info_aside_text {
font-size: 18px;
}
}
/* @Courses Section */
@media only screen and (max-width: 900px) {
.courses_heading {
font-size: 45px;
}
.course_body_one,
.course_body_two {
display: none;
}
.course_tablet {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 48px 32px 72px;
}
}
@media only screen and (max-width: 730px) {
/* mobile images */
#orientation_NO_mobile_img,
#lecture_NO_mobile_img,
#campus_NO_mobile_img,
#video_desktop {
display: none!important;
}
#orientation_mobile_img,
#lecture_mobile_img,
#campus_mobile_img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: auto;
}
.info_aside_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: auto;
}
.info_aside_text {
margin: 16px auto 16px 16px;
}
#video_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: inline-block;
width: 100%;
margin: 0;
margin: 16px 0 24px 0;
}
.padding {
padding: 32px 16px 24px 16px;
}
.course_tablet {
display: none;
}
.course_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-weight: 500;
font-size: 24px;
padding-top: 16px;
}
.courses a {
color: rgba(71, 71, 71, 0.9);
background-color: rgba(216, 216, 216, 1);
margin-bottom: 8px;
padding: 16px 0 16px 16px;
font-size: 24px;
font-style: normal;
border: 1px solid rgba(71, 71, 71, 0.8);
border-radius: 8px;
}
.courses a:hover {
background-color: rgba(216, 216, 216, 0.7);
color: rgba(74, 74, 74, 1);
box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
}
.courses_heading {
margin: 0 auto;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.course_courses,
.course_text {
font-size: 16px;
}
.heading_mobile {
font-size: 40px;
}
}
/* @Thesis Section */
@media only screen and (max-width: 1135px) {
.thesis_heading {
font-size: 45px;
}
.thesis_text {
font-size: 16px;
}
}
@media only screen and (max-width: 840px) {
.thesis_block {
font-size: 14px;
}
.thesis_label {
font-size: 22px;
}
}
@media only screen and (max-width: 730px) {
.thesis {
padding: 0;
}
.thesis_computer,
.thesis_quote,
.thesis_aside,
#video_desktop {
display: none;
}
.thesis_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 40px 0 16px 0;
}
}
/* @Footer Section */
@media only screen and (max-width: 730px) {
footer {
font-size: 16px;
}
footer nav {
display: none;
}
} | 0.252292 | 0.084795 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* colors: E3D7FF AFA2FF 7A89C2 72788D 636B61 https://coolors.co/e3d7ff-afa2ff-7a89c2-72788d-636b61
"Helvetica Neue",Helvetica,Arial,sans-serif*/
/* body */
body{
font-family: 'Lato', sans-serif;
}
nav {
float:left;
border: 2px solid transparent;
background-color: transparent;
box-shadow:none;
box-sizing: border-box;
border-radius: 4px 4px 4px 4px;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
position: relative;
display: inline-block;
margin-right: -4px;
text-align: center;
}
nav ul li:first-child a {
width: 49px;
padding: 15px 0;
}
nav ul li:last-child {
margin: 0;
}
nav ul li a {
display: block;
background: #72788D;
padding: 15px 20px;
color: #fff;
font-size: 14px;
text-decoration: none;
transition: 0.2s linear;
}
nav ul li a:hover {
background-color: #676d80;
}
nav ul li ul {
box-shadow: 8px 8px 8px -4px #676d80;
display:none;
position: absolute;
overflow: visible;
z-index: 999;
top: 100%;
left: 0;
width: 240px;
border-bottom: 4px solid #7A89C2;
}
nav ul li ul li {
display: block;
width: 100%;
margin: 0;
text-align: left;
}
nav ul li ul li ul{
box-shadow: 8px 8px 8px -4px #676d80;
display:none;
position: absolute;
overflow: visible;
z-index: 999;
top: 100%;
left: 0;
width: 240px;
border-bottom: 4px solid #7A89C2;
}
nav ul li ul li ul li{
display: block;
width: 100%;
/* margin-left: 1%; */
text-align: start;
}
nav ul li ul li ul li a{
display: block;
background: #3a3a3a;
padding: 10px 15px;
}
nav ul li ul li a {
display: block;
background: #3a3a3a;
padding: 10px 15px;
}
nav ul li ul li a:first-child {
background: #3a3a3a;
width: auto;
border-left: 4px solid transparent;
padding: 10px 15px;
font-size: 14px;
}
nav ul li ul li a:hover {
background: #333333;
border-left: 4px solid #7A89C2;
}
nav ul li ul li ul li a:first-child {
background: #3a3a3a;
width: auto;
border-left: 4px solid #7A89C2;
padding: 10px 15px;
font-size: 14px;
}
nav ul li ul li ul li a:hover {
background: #333333;
border-left: 8px solid #7A89C2;
}
/*top*/
.topp{
/* height: 70px; */
height: 70px;
width: 100%;
border-bottom: 2px solid gray;
background-color: #72788D;
color: white;
}
#logo{
margin: 8px;
float:right;
height: 77%;
width: 16%;
}
#lvl{
margin-top: 17px;
float:left;
margin-left: 1%;
}
#hints{
margin-top: 10px;
float:left;
margin-left: 5%;
}
#title{
margin-top: 17px;
float:left;
margin-left: 15%;
}
/* .menu{
display:none;
position: relative;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
} */
/*Leftside*/
.leftside{
background-color: #fff;
float: left;
height: 850px;
width: 35%;
}
.sprechblase {
height: 40%;
margin: 4%;
position: relative;
display:none;
padding: 1rem;
max-height: 100%;
color: #fff;
/* border: 4px solid #72788d; */
/* -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; */
/* background: #7A89C2; */
background: #000;
background:rgba(0,0,0,0.75);
font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
font-weight: normal;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.sprechblase:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 75%;
top: 100%;
border: 30px solid;
/* border-color: #72788d transparent transparent #72788d; */
border-color: rgba(0,0,0,0.75) transparent transparent transparent;
}
.sprechblase:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 75%;
top: 100%;
border: 30px solid;
border-color: transparent transparent transparent transparent ;
}
#next_btn{
/* float: right; */
margin-right:2%;
margin-bottom:2%;
width: 40%;
background-color: #7A89C2;
border: 1px solid gray;
position: absolute;
right: 0;
bottom: 0;
}
.animal{
/* height: 30%; */
margin-top: 70%;
margin-left: 10%;
/* margin-top: -10%; */
/* margin-top: 55%; */
/* margin-left: -5%; */
}
#insect{
height: 80%;
width: 80%;
}
/*rightside*/
.rightside{
height: 850px;
/* height: 90%; */
width: 65%;
float: right;
background-color: #fff;
}
/* ####### rightside top */
.rstop{
/* margin: 20px;
height: 440px; */
margin: 2%;
height: 53%;
background: #eee !important;
border: 1px solid #72788D;
}
.wrapper {
/* margin-top: 60px;
margin-bottom: 40px; */
margin-top: 5%;
margin-bottom: 3%;
}
table{
margin-top: 1%;
max-width: 30%;
max-height: 170px;
overflow: auto;
}
th,
td {
padding: 8px 30px;
border: 1px solid #ccc;
}
th {
background: #eee;
}
#suchergenbisse{
border-spacing: 15px;
display:none;
}
.form-signin {
/* max-width: 350px; */
max-height: 380px;
max-width:28%;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading{
margin-bottom: 30px;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 1;
}
.form-signin input[type=text] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type=password] {
margin-bottom: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#login_btn{
background-color: #7A89C2;
border: 1px solid gray;
}
#login_btn:hover{
background-color: rgba(122, 137, 194, 0.9);
}
#logout_btn{
background-color: #7A89C2;
border: 1px solid gray;
display:none;
}
#logout_btn:hover{
background-color: rgba(122, 137, 194, 0.9);
}
#suchleiste{
display:none;
}
#url{
display:none;
}
#sneaker_img{
/* display:none; */
/* margin-right: -20%; */
width:35%;
height:70%;
float:left;
margin-left:20%;
margin-top:-10%;
margin-right:5%;
}
#marke,#groesse,#price{
/* margin-right:20%; */
/* display:none; */
/* float:right; */
/* margin-left: 25%; */
margin-top:3%;
}
#url_output{
display:none;
margin:auto;
margin-top:2%;
/* margin: auto;
width: 100%;
max-width: 700px; */
/* text-align: center; */
}
#suche_btn{
display:none;
background-color: #7A89C2;
border: 1px solid gray;
}
/* ####### rightside bottom */
.rsbottom{
height: 350px;
margin: 20px;
}
#behindscene_btn{
margin-left: 15%;
float: left;
width: 250px;
background-color: #72788D;
border: 1px solid gray;
}
#behindscene_btn:hover{
background-color: rgba(114, 120, 141, 0.9);
}
#tipp_btn{
margin-top: 0px;
float: right;
margin-right:15%;
width: 250px;
background-color: #72788D;
border: 1px solid gray;
}
#tipp_btn:hover{
background-color: rgba(114, 120, 141, 0.9);
}
#btn_modal{
margin-top: 3%;
margin-left: 25%;
width: 50%;
background-color: #72788D;
border: 1px solid gray;
}
#btn_modal:hover{
background-color: rgba(114, 120, 141, 0.9);
}
.btnbox{
background-color: #eeeeee;
float: left;
width: 44%;
height: 270px;
margin-top: 1%;
border: 1px solid #72788D;
}
.btnboxtxt{
margin: 2%;
}
#btnboxli{
text-align: center;
display:none;
/* margin-top: 3%; */
float: left;
margin-left:3%;
position:relative;
}
#codetxt{
text-align: left;
display: 'block';
height: 218px;
}
#codetxt > code {
height: 200px;
}
#behindcodelogin,#behindcodesearch,#behindcodeurl{
text-align: left;
display:none;
height: 218px;
}
#behindcodelogin > code{
height: 200px;
max-width: 100%;
overflow: auto;
}
#behindcodesearch > code{
height: 200px;
}
#behindcodeurl > code{
height: 200px;
}
#btnboxre{
display:none;
float: right;
margin-right: 3%;
/* width: 44%; */
/* margin-left:25%; */
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #7A89C2;
}
input:focus + .slider {
box-shadow: 0 0 1px #7A89C2;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
#info{
height: 35px;
width: 35px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
color: black;
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 30%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | css/stylesheet.css | @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* colors: E3D7FF AFA2FF 7A89C2 72788D 636B61 https://coolors.co/e3d7ff-afa2ff-7a89c2-72788d-636b61
"Helvetica Neue",Helvetica,Arial,sans-serif*/
/* body */
body{
font-family: 'Lato', sans-serif;
}
nav {
float:left;
border: 2px solid transparent;
background-color: transparent;
box-shadow:none;
box-sizing: border-box;
border-radius: 4px 4px 4px 4px;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
position: relative;
display: inline-block;
margin-right: -4px;
text-align: center;
}
nav ul li:first-child a {
width: 49px;
padding: 15px 0;
}
nav ul li:last-child {
margin: 0;
}
nav ul li a {
display: block;
background: #72788D;
padding: 15px 20px;
color: #fff;
font-size: 14px;
text-decoration: none;
transition: 0.2s linear;
}
nav ul li a:hover {
background-color: #676d80;
}
nav ul li ul {
box-shadow: 8px 8px 8px -4px #676d80;
display:none;
position: absolute;
overflow: visible;
z-index: 999;
top: 100%;
left: 0;
width: 240px;
border-bottom: 4px solid #7A89C2;
}
nav ul li ul li {
display: block;
width: 100%;
margin: 0;
text-align: left;
}
nav ul li ul li ul{
box-shadow: 8px 8px 8px -4px #676d80;
display:none;
position: absolute;
overflow: visible;
z-index: 999;
top: 100%;
left: 0;
width: 240px;
border-bottom: 4px solid #7A89C2;
}
nav ul li ul li ul li{
display: block;
width: 100%;
/* margin-left: 1%; */
text-align: start;
}
nav ul li ul li ul li a{
display: block;
background: #3a3a3a;
padding: 10px 15px;
}
nav ul li ul li a {
display: block;
background: #3a3a3a;
padding: 10px 15px;
}
nav ul li ul li a:first-child {
background: #3a3a3a;
width: auto;
border-left: 4px solid transparent;
padding: 10px 15px;
font-size: 14px;
}
nav ul li ul li a:hover {
background: #333333;
border-left: 4px solid #7A89C2;
}
nav ul li ul li ul li a:first-child {
background: #3a3a3a;
width: auto;
border-left: 4px solid #7A89C2;
padding: 10px 15px;
font-size: 14px;
}
nav ul li ul li ul li a:hover {
background: #333333;
border-left: 8px solid #7A89C2;
}
/*top*/
.topp{
/* height: 70px; */
height: 70px;
width: 100%;
border-bottom: 2px solid gray;
background-color: #72788D;
color: white;
}
#logo{
margin: 8px;
float:right;
height: 77%;
width: 16%;
}
#lvl{
margin-top: 17px;
float:left;
margin-left: 1%;
}
#hints{
margin-top: 10px;
float:left;
margin-left: 5%;
}
#title{
margin-top: 17px;
float:left;
margin-left: 15%;
}
/* .menu{
display:none;
position: relative;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
} */
/*Leftside*/
.leftside{
background-color: #fff;
float: left;
height: 850px;
width: 35%;
}
.sprechblase {
height: 40%;
margin: 4%;
position: relative;
display:none;
padding: 1rem;
max-height: 100%;
color: #fff;
/* border: 4px solid #72788d; */
/* -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; */
/* background: #7A89C2; */
background: #000;
background:rgba(0,0,0,0.75);
font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
font-weight: normal;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.sprechblase:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 75%;
top: 100%;
border: 30px solid;
/* border-color: #72788d transparent transparent #72788d; */
border-color: rgba(0,0,0,0.75) transparent transparent transparent;
}
.sprechblase:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 75%;
top: 100%;
border: 30px solid;
border-color: transparent transparent transparent transparent ;
}
#next_btn{
/* float: right; */
margin-right:2%;
margin-bottom:2%;
width: 40%;
background-color: #7A89C2;
border: 1px solid gray;
position: absolute;
right: 0;
bottom: 0;
}
.animal{
/* height: 30%; */
margin-top: 70%;
margin-left: 10%;
/* margin-top: -10%; */
/* margin-top: 55%; */
/* margin-left: -5%; */
}
#insect{
height: 80%;
width: 80%;
}
/*rightside*/
.rightside{
height: 850px;
/* height: 90%; */
width: 65%;
float: right;
background-color: #fff;
}
/* ####### rightside top */
.rstop{
/* margin: 20px;
height: 440px; */
margin: 2%;
height: 53%;
background: #eee !important;
border: 1px solid #72788D;
}
.wrapper {
/* margin-top: 60px;
margin-bottom: 40px; */
margin-top: 5%;
margin-bottom: 3%;
}
table{
margin-top: 1%;
max-width: 30%;
max-height: 170px;
overflow: auto;
}
th,
td {
padding: 8px 30px;
border: 1px solid #ccc;
}
th {
background: #eee;
}
#suchergenbisse{
border-spacing: 15px;
display:none;
}
.form-signin {
/* max-width: 350px; */
max-height: 380px;
max-width:28%;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading{
margin-bottom: 30px;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 1;
}
.form-signin input[type=text] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type=password] {
margin-bottom: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#login_btn{
background-color: #7A89C2;
border: 1px solid gray;
}
#login_btn:hover{
background-color: rgba(122, 137, 194, 0.9);
}
#logout_btn{
background-color: #7A89C2;
border: 1px solid gray;
display:none;
}
#logout_btn:hover{
background-color: rgba(122, 137, 194, 0.9);
}
#suchleiste{
display:none;
}
#url{
display:none;
}
#sneaker_img{
/* display:none; */
/* margin-right: -20%; */
width:35%;
height:70%;
float:left;
margin-left:20%;
margin-top:-10%;
margin-right:5%;
}
#marke,#groesse,#price{
/* margin-right:20%; */
/* display:none; */
/* float:right; */
/* margin-left: 25%; */
margin-top:3%;
}
#url_output{
display:none;
margin:auto;
margin-top:2%;
/* margin: auto;
width: 100%;
max-width: 700px; */
/* text-align: center; */
}
#suche_btn{
display:none;
background-color: #7A89C2;
border: 1px solid gray;
}
/* ####### rightside bottom */
.rsbottom{
height: 350px;
margin: 20px;
}
#behindscene_btn{
margin-left: 15%;
float: left;
width: 250px;
background-color: #72788D;
border: 1px solid gray;
}
#behindscene_btn:hover{
background-color: rgba(114, 120, 141, 0.9);
}
#tipp_btn{
margin-top: 0px;
float: right;
margin-right:15%;
width: 250px;
background-color: #72788D;
border: 1px solid gray;
}
#tipp_btn:hover{
background-color: rgba(114, 120, 141, 0.9);
}
#btn_modal{
margin-top: 3%;
margin-left: 25%;
width: 50%;
background-color: #72788D;
border: 1px solid gray;
}
#btn_modal:hover{
background-color: rgba(114, 120, 141, 0.9);
}
.btnbox{
background-color: #eeeeee;
float: left;
width: 44%;
height: 270px;
margin-top: 1%;
border: 1px solid #72788D;
}
.btnboxtxt{
margin: 2%;
}
#btnboxli{
text-align: center;
display:none;
/* margin-top: 3%; */
float: left;
margin-left:3%;
position:relative;
}
#codetxt{
text-align: left;
display: 'block';
height: 218px;
}
#codetxt > code {
height: 200px;
}
#behindcodelogin,#behindcodesearch,#behindcodeurl{
text-align: left;
display:none;
height: 218px;
}
#behindcodelogin > code{
height: 200px;
max-width: 100%;
overflow: auto;
}
#behindcodesearch > code{
height: 200px;
}
#behindcodeurl > code{
height: 200px;
}
#btnboxre{
display:none;
float: right;
margin-right: 3%;
/* width: 44%; */
/* margin-left:25%; */
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #7A89C2;
}
input:focus + .slider {
box-shadow: 0 0 1px #7A89C2;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
#info{
height: 35px;
width: 35px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
color: black;
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 30%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | 0.342132 | 0.08886 |
body {
font-size:14px;
color: #4c4c4c;
font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: ""
}
.clearfix:after {
clear: both
}
.clear {
clear: both;
}
img {
border: 0;
}
ol, ul, li, p, h1, h5, h2, h3, h4, h6 {
list-style: none;
margin: 0px;
padding: 0px;
}
i, em {
font-style: normal;
}
form {
margin: 0px;
padding: 0px;
}
button {
border: none;
border-width: 0;
cursor: pointer;
}
.login-bg {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background:url("../login-img/login-bg.jpg") no-repeat center center;
background-size:cover;
}
.login-box {
position:absolute;
padding:5px;
width:400px;
height:220px;
left:50%;
margin-left:-180px;
top:50%;
margin-top:-110px;
background:rgba(255,255,255,.2);
border-radius:5px;
border:1px solid #fff;
}
.login-content {
width:100%;
height:100%;
padding:20px;
box-sizing:border-box;
border-radius:3px;
background: #000000;
background: -moz-linear-gradient(top, #1d8fde 0%, #005794 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d8fde), color-stop(100%,#005794));
background: -webkit-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: -o-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: -ms-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: linear-gradient(to bottom, #1d8fde 0%,#005794 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8fde', endColorstr='#005794',GradientType=0 );
}
.login-content .login-title {font-size:21px; line-height:25px; color:#fff; text-align:center; font-weight:bold;margin-bottom:20px;}
.login-content .login-body {width:100%; display:table; margin:0 auto; height:135px;}
.login-content .login-logo {display:table-cell; vertical-align:middle; text-align:center;width:120px;}
.login-content .login-form {display:table-cell; width:180px;padding:0 10px}
.login-form ul {
clear: both;
}
.login-form ul li {
position: relative;
margin-bottom:15px;
clear: both;
}
.login-form ul li .text {
width: 100%;
height:35px;
border-radius: 3px;
line-height:35px;
text-indent:30px;
border:none;
font-size:14px;
}
#login_name {
width: 18px;
height: 18px;
background: url("../login-img/user.png") no-repeat;
position: absolute;
top:8px;
left:10px;
}
#login_password {
width: 18px;
height: 22px;
background: url("../login-img/password.png") no-repeat;
position: absolute;
top:7px;
left:10px;
}
.login-form ul li .btn {
display: block;
height:35px;
line-height:35px;
text-align: center;
color: #fff;
font-weight:bold;
font-size: 16px;
background: #ccc;
border-radius:3px;
cursor:not-allowed;
}
.login-form ul li .btn:hover {
color: #fff;
}
.login-form ul li .btn.current {
background: #ff9b30;
cursor:pointer;
}
.login-form ul li .btn.current:hover {
background:#fc8f1a;
} | src/main/webapp/res/ui/index/css/login.css | body {
font-size:14px;
color: #4c4c4c;
font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: ""
}
.clearfix:after {
clear: both
}
.clear {
clear: both;
}
img {
border: 0;
}
ol, ul, li, p, h1, h5, h2, h3, h4, h6 {
list-style: none;
margin: 0px;
padding: 0px;
}
i, em {
font-style: normal;
}
form {
margin: 0px;
padding: 0px;
}
button {
border: none;
border-width: 0;
cursor: pointer;
}
.login-bg {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background:url("../login-img/login-bg.jpg") no-repeat center center;
background-size:cover;
}
.login-box {
position:absolute;
padding:5px;
width:400px;
height:220px;
left:50%;
margin-left:-180px;
top:50%;
margin-top:-110px;
background:rgba(255,255,255,.2);
border-radius:5px;
border:1px solid #fff;
}
.login-content {
width:100%;
height:100%;
padding:20px;
box-sizing:border-box;
border-radius:3px;
background: #000000;
background: -moz-linear-gradient(top, #1d8fde 0%, #005794 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d8fde), color-stop(100%,#005794));
background: -webkit-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: -o-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: -ms-linear-gradient(top, #1d8fde 0%,#005794 100%);
background: linear-gradient(to bottom, #1d8fde 0%,#005794 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8fde', endColorstr='#005794',GradientType=0 );
}
.login-content .login-title {font-size:21px; line-height:25px; color:#fff; text-align:center; font-weight:bold;margin-bottom:20px;}
.login-content .login-body {width:100%; display:table; margin:0 auto; height:135px;}
.login-content .login-logo {display:table-cell; vertical-align:middle; text-align:center;width:120px;}
.login-content .login-form {display:table-cell; width:180px;padding:0 10px}
.login-form ul {
clear: both;
}
.login-form ul li {
position: relative;
margin-bottom:15px;
clear: both;
}
.login-form ul li .text {
width: 100%;
height:35px;
border-radius: 3px;
line-height:35px;
text-indent:30px;
border:none;
font-size:14px;
}
#login_name {
width: 18px;
height: 18px;
background: url("../login-img/user.png") no-repeat;
position: absolute;
top:8px;
left:10px;
}
#login_password {
width: 18px;
height: 22px;
background: url("../login-img/password.png") no-repeat;
position: absolute;
top:7px;
left:10px;
}
.login-form ul li .btn {
display: block;
height:35px;
line-height:35px;
text-align: center;
color: #fff;
font-weight:bold;
font-size: 16px;
background: #ccc;
border-radius:3px;
cursor:not-allowed;
}
.login-form ul li .btn:hover {
color: #fff;
}
.login-form ul li .btn.current {
background: #ff9b30;
cursor:pointer;
}
.login-form ul li .btn.current:hover {
background:#fc8f1a;
} | 0.250913 | 0.045628 |
body
{
font-family: sans-serif;
background-image:url("../signup_background.jpg") ;
overflow: hidden;
background-repeat: no-repeat;
}
.container
{
width:580px;
height: 650px;
margin:5% auto;
margin-right: 150px;
padding-bottom: 65px;
margin-top: -65px;
border-radius: 50px;
background-color: #32d4cf;
box-shadow: 0 0 5px rgb(82, 81, 81);
}
.header
{
text-align: center;
}
.header h2
{
color: #141414;
font-size: 55px;
margin-bottom: 15px;
font-family: 'Amaranth', sans-serif;
}
.title
{
color: #353535;
margin-top: -40px;
font-size: 30px;
padding-left: 10px;
font-family: 'Orbitron', sans-serif;
}
.main
{
text-align: center;
}
.main input
{
width: 320px;
height: 50px;
border:none;
outline: none;
padding-left: 40px;
box-sizing: border-box;
font-size: 15px;
color: rgb(26, 26, 26);
margin-bottom: 20px;
border-radius: 15px;
}
.main button
{
width: 270px;
height: 50px;
border:none;
outline: none;
font-size: 15px;
color: #F1FAEE;
margin-bottom: 20px;
border-radius: 15px;
padding-left: 0;
background-color:#C8323D;
letter-spacing: 1px;
font-weight: bold;
}
.main span
{
position: relative;
}
.main i
{
position: absolute;
left: 15px;
color: #333;
font-size: 16px;
top: 2px;
}
.main button:hover
{
box-shadow: 2px 2px 5px #555;
background-color:#1D3557 ;
}
.main input:hover
{
box-shadow: 2px 2px 5px #555;
background-color:white;
border-radius: 15px;
}
.main a
{
display: block ;
margin-bottom: -10px;
text-decoration: none;
color:#1D3557 ;
font-weight: bold;
}
#birthdateInput
{
color:#4b4a4a;
width: 160px;
padding-left:5px;
}
#firstname
{
color:#4b4a4a;
width: 160px;
}
#lastname
{
color:#4b4a4a;
width: 160px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
display: block;
width: 20px;
height: 20px;
border-width: thin;
margin-right: 15px;
}
#gender
{
width: 160px;
height: 50px;
padding-left: 40px;
box-sizing: border-box;
font-size: 15px;
color: #4b4a4a;
margin-bottom: 20px;
border-radius: 15px;
} | public/css/signup.css | body
{
font-family: sans-serif;
background-image:url("../signup_background.jpg") ;
overflow: hidden;
background-repeat: no-repeat;
}
.container
{
width:580px;
height: 650px;
margin:5% auto;
margin-right: 150px;
padding-bottom: 65px;
margin-top: -65px;
border-radius: 50px;
background-color: #32d4cf;
box-shadow: 0 0 5px rgb(82, 81, 81);
}
.header
{
text-align: center;
}
.header h2
{
color: #141414;
font-size: 55px;
margin-bottom: 15px;
font-family: 'Amaranth', sans-serif;
}
.title
{
color: #353535;
margin-top: -40px;
font-size: 30px;
padding-left: 10px;
font-family: 'Orbitron', sans-serif;
}
.main
{
text-align: center;
}
.main input
{
width: 320px;
height: 50px;
border:none;
outline: none;
padding-left: 40px;
box-sizing: border-box;
font-size: 15px;
color: rgb(26, 26, 26);
margin-bottom: 20px;
border-radius: 15px;
}
.main button
{
width: 270px;
height: 50px;
border:none;
outline: none;
font-size: 15px;
color: #F1FAEE;
margin-bottom: 20px;
border-radius: 15px;
padding-left: 0;
background-color:#C8323D;
letter-spacing: 1px;
font-weight: bold;
}
.main span
{
position: relative;
}
.main i
{
position: absolute;
left: 15px;
color: #333;
font-size: 16px;
top: 2px;
}
.main button:hover
{
box-shadow: 2px 2px 5px #555;
background-color:#1D3557 ;
}
.main input:hover
{
box-shadow: 2px 2px 5px #555;
background-color:white;
border-radius: 15px;
}
.main a
{
display: block ;
margin-bottom: -10px;
text-decoration: none;
color:#1D3557 ;
font-weight: bold;
}
#birthdateInput
{
color:#4b4a4a;
width: 160px;
padding-left:5px;
}
#firstname
{
color:#4b4a4a;
width: 160px;
}
#lastname
{
color:#4b4a4a;
width: 160px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
display: block;
width: 20px;
height: 20px;
border-width: thin;
margin-right: 15px;
}
#gender
{
width: 160px;
height: 50px;
padding-left: 40px;
box-sizing: border-box;
font-size: 15px;
color: #4b4a4a;
margin-bottom: 20px;
border-radius: 15px;
} | 0.373762 | 0.078466 |
div {
background-color: #990000;
padding: 20px;
border-radius: 5px;
width: 30%;
float: left;
}
input {
box-sizing: border-box;
}
input[type=text] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('boneco.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 5px;
padding-left: 28px;
}
input[type=search] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('search.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 5px;
padding-left: 27px;
}
input[type=submit] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: none;
border-radius: 5px;
color: black;
font-weight: bold;
background-color: #00ff00;
cursor: pointer;
}
input[type=email] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('email.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 3px;
padding-left: 27px;
}
body {
background-image: url('http://jfp.com.br/wp-content/uploads/2017/09/wallpapper_circuito6.jpg');
}
h2 {
background-color: #CFCFCF;
padding: 20px;
text-align: center;
border-radius: 5px;
background-image: url('next-eletronicos-logo-website-band.png');
background-size: 150px;
background-repeat: no-repeat;
background-position: 3px;
padding-left: 27px;
}
#conteudo-esquerda {
float: right;
background-color: #CFCFCF;
padding: 20px;
width: 60%;
height: 545px;
border-radius: 5px;
}
#rodape {
float: bottom;
clear: both;
text-align: center;
padding: 10px;
background-color: #CFCFCF;
border-radius: 5px;
}
#ele{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('file-mobile-smartphone-icon--wikimedia-commons-0.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#inf{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('onlineshop_78377.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#cj{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('Rockstar_Games.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#eletro{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('lg-logo.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#cat{
width: 100%;
height: 100%;
padding: 12px;
margin: 0px 0px;
border: 1px;
border-radius: 5px;
background-image: url('menu-gross-interface-symbol_icon-icons.com_72988.png');
background-size: 30px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
} | Colleges/Análise e Desenvolvimento de Sistemas/Web I/Trabalho Semestral/div.css | div {
background-color: #990000;
padding: 20px;
border-radius: 5px;
width: 30%;
float: left;
}
input {
box-sizing: border-box;
}
input[type=text] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('boneco.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 5px;
padding-left: 28px;
}
input[type=search] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('search.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 5px;
padding-left: 27px;
}
input[type=submit] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: none;
border-radius: 5px;
color: black;
font-weight: bold;
background-color: #00ff00;
cursor: pointer;
}
input[type=email] {
width: 100%;
padding: 12px;
margin: 8px 0px;
border: 1px;
border-radius: 5px;
background-image: url('email.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 3px;
padding-left: 27px;
}
body {
background-image: url('http://jfp.com.br/wp-content/uploads/2017/09/wallpapper_circuito6.jpg');
}
h2 {
background-color: #CFCFCF;
padding: 20px;
text-align: center;
border-radius: 5px;
background-image: url('next-eletronicos-logo-website-band.png');
background-size: 150px;
background-repeat: no-repeat;
background-position: 3px;
padding-left: 27px;
}
#conteudo-esquerda {
float: right;
background-color: #CFCFCF;
padding: 20px;
width: 60%;
height: 545px;
border-radius: 5px;
}
#rodape {
float: bottom;
clear: both;
text-align: center;
padding: 10px;
background-color: #CFCFCF;
border-radius: 5px;
}
#ele{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('file-mobile-smartphone-icon--wikimedia-commons-0.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#inf{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('onlineshop_78377.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#cj{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('Rockstar_Games.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#eletro{
width: 100%;
padding: 12px;
margin: 6px 0px;
border: 1px;
border-radius: 5px;
background-image: url('lg-logo.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
}
#cat{
width: 100%;
height: 100%;
padding: 12px;
margin: 0px 0px;
border: 1px;
border-radius: 5px;
background-image: url('menu-gross-interface-symbol_icon-icons.com_72988.png');
background-size: 30px;
background-repeat: no-repeat;
background-position: 0px;
padding-left: 34px;
} | 0.230746 | 0.106412 |